Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp103 ~ELFRelocation();
129 ELFRelocation::ELFRelocation(unsigned type) { in ELFRelocation() function in __anon540601cc0111::ELFRelocation
140 ELFRelocation::~ELFRelocation() { in ~ELFRelocation()
155 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32()
162 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64()
169 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32()
176 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64()
183 unsigned ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32()
190 unsigned ELFRelocation::RelocOffset64(const ELFRelocation &rel) { in RelocOffset64()
197 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32()
[all …]