Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp93 class ELFRelocation { class
99 ELFRelocation(unsigned type);
101 ~ELFRelocation();
105 static unsigned RelocType32(const ELFRelocation &rel);
107 static unsigned RelocType64(const ELFRelocation &rel);
109 static unsigned RelocSymbol32(const ELFRelocation &rel);
111 static unsigned RelocSymbol64(const ELFRelocation &rel);
113 static unsigned RelocOffset32(const ELFRelocation &rel);
115 static unsigned RelocOffset64(const ELFRelocation &rel);
117 static unsigned RelocAddend32(const ELFRelocation &rel);
[all …]