Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp117 static elf_addr RelocOffset32(const ELFRelocation &rel);
188 elf_addr ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32() function in ELFRelocation
2746 ELFRelocation::RelocOffset32(rel)); in ApplyELF64ABS32Relocation()
2769 ELFRelocation::RelocOffset32(rel); in ApplyELF32ABS32RelRelocation()
2840 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations()