HomeSort by relevance Sort by last modified time
    Searched refs:RelocType64 (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 350 RelocType64(const ELFRel &rel)
409 RelocType64(const ELFRela &rela)
ObjectFileELF.cpp 63 RelocType64(const ELFRelocation &rel);
116 ELFRelocation::RelocType64(const ELFRelocation &rel)
119 return ELFRel::RelocType64(*rel.reloc.get<ELFRel*>());
121 return ELFRela::RelocType64(*rel.reloc.get<ELFRela*>());
    [all...]

Completed in 394 milliseconds