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.cpp118 static elf_addr RelocOffset32(const ELFRelocation &rel);
189 elf_addr ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32() function in ELFRelocation
2710 ELFRelocation::RelocOffset32(rel)); in ApplyELF64ABS32Relocation()
2733 ELFRelocation::RelocOffset32(rel); in ApplyELF32ABS32RelRelocation()
2804 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations()