Home
last modified time | relevance | path

Searched refs:RelocAddend32 (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp147 static unsigned RelocAddend32(const ELFRelocation &rel);
225 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32() function in __anon580d88070111::ELFRelocation
2727 value += ELFRelocation::RelocAddend32(rel); in ApplyRelocations()