Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp105 ~ELFRelocation();
134 ELFRelocation::ELFRelocation(unsigned type) { in ELFRelocation() function in ELFRelocation
145 ELFRelocation::~ELFRelocation() { in ~ELFRelocation()
160 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32()
167 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64()
174 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32()
181 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64()
188 elf_addr ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32()
195 elf_addr ELFRelocation::RelocOffset64(const ELFRelocation &rel) { in RelocOffset64()
202 elf_sxword ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32()
[all …]