Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp122 static elf_sxword RelocAddend32(const ELFRelocation &rel);
203 elf_sxword ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32() function in ELFRelocation
2695 value += ELFRelocation::RelocAddend32(rel); in ApplyELF64ABS32Relocation()
2814 value += ELFRelocation::RelocAddend32(rel); in ApplyRelocations()