Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp117 static unsigned RelocAddend32(const ELFRelocation &rel);
195 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32() function in __anon729dff880111::ELFRelocation
2616 value += ELFRelocation::RelocAddend32(rel); in ApplyRelocations()