Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h350 RelocType64(const ELFRel &rel) in RelocType64() function
409 RelocType64(const ELFRela &rela) in RelocType64() function
DObjectFileELF.cpp63 RelocType64(const ELFRelocation &rel);
116 ELFRelocation::RelocType64(const ELFRelocation &rel) in RelocType64() function in __anonacd6c33a0111::ELFRelocation
119 return ELFRel::RelocType64(*rel.reloc.get<ELFRel*>()); in RelocType64()
121 return ELFRela::RelocType64(*rel.reloc.get<ELFRela*>()); in RelocType64()
1321 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()