Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp120 static unsigned RelocAddend32(const ELFRelocation &rel);
199 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32() function in ELFRelocation
2662 value += ELFRelocation::RelocAddend32(rel); in ApplyRelocations()