Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp44 class ELFRelocation class
52 ELFRelocation(unsigned type);
54 ~ELFRelocation();
60 RelocType32(const ELFRelocation &rel);
63 RelocType64(const ELFRelocation &rel);
66 RelocSymbol32(const ELFRelocation &rel);
69 RelocSymbol64(const ELFRelocation &rel);
77 ELFRelocation::ELFRelocation(unsigned type) in ELFRelocation() function in __anonacd6c33a0111::ELFRelocation
89 ELFRelocation::~ELFRelocation() in ~ELFRelocation()
98 ELFRelocation::Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) in Parse()
[all …]