Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp104 ~ELFRelocation();
131 ELFRelocation::ELFRelocation(unsigned type) { in ELFRelocation() function in ELFRelocation
142 ELFRelocation::~ELFRelocation() { in ~ELFRelocation()
157 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32()
164 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64()
171 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32()
178 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64()
185 unsigned ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32()
192 unsigned ELFRelocation::RelocOffset64(const ELFRelocation &rel) { in RelocOffset64()
199 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32()
[all …]