Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h331 static unsigned RelocType64(const ELFRel &rel) { in RelocType64() function
375 static unsigned RelocType64(const ELFRela &rela) { in RelocType64() function
DObjectFileELF.cpp107 static unsigned RelocType64(const ELFRelocation &rel);
160 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64() function in __anon729dff880111::ELFRelocation
162 return ELFRel::RelocType64(*rel.reloc.get<ELFRel *>()); in RelocType64()
164 return ELFRela::RelocType64(*rel.reloc.get<ELFRela *>()); in RelocType64()
2441 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()
2569 reloc_type = ELFRelocation::RelocType64; in ApplyRelocations()