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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp88 /// \class ELFRelocation
93 class ELFRelocation { class in namespace:__anon2862
95 /// Constructs an ELFRelocation entry with a personality as given by @p
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
127 ELFRelocation::ELFRelocation(unsigned type) { function in class:__anon2862::ELFRelocation
[all...]

Completed in 106 milliseconds