Searched defs:RelocType64 (Results 1 - 2 of 2) sorted by relevance
/external/lldb/source/Plugins/ObjectFile/ELF/ | ||
H A D | ELFHeader.h | 350 RelocType64(const ELFRel &rel) function in struct:elf::ELFRel 409 RelocType64(const ELFRela &rela) function in struct:elf::ELFRela |
H A D | ObjectFileELF.cpp | 63 RelocType64(const ELFRelocation &rel); 116 ELFRelocation::RelocType64(const ELFRelocation &rel) function in class:__anon9933::ELFRelocation 119 return ELFRel::RelocType64(*rel.reloc.get<ELFRel*>()); 121 return ELFRela::RelocType64(*rel.reloc.get<ELFRela*>()); 1321 reloc_type = ELFRelocation::RelocType64; |
Completed in 51 milliseconds