Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp131 ~ELFRelocation();
157 ELFRelocation::ELFRelocation(unsigned type) { in ELFRelocation() function in __anon580d88070111::ELFRelocation
168 ELFRelocation::~ELFRelocation() { in ~ELFRelocation()
183 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32()
190 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64()
197 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32()
204 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64()
211 unsigned ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32()
218 unsigned ELFRelocation::RelocOffset64(const ELFRelocation &rel) { in RelocOffset64()
225 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32()
[all …]