Searched refs:RelocType32 (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h343 RelocType32(const ELFRel &rel) function in struct:elf::ELFRel
402 RelocType32(const ELFRela &rela) function in struct:elf::ELFRela
H A DObjectFileELF.cpp60 RelocType32(const ELFRelocation &rel);
107 ELFRelocation::RelocType32(const ELFRelocation &rel) function in class:__anon9938::ELFRelocation
110 return ELFRel::RelocType32(*rel.reloc.get<ELFRel*>());
112 return ELFRela::RelocType32(*rel.reloc.get<ELFRela*>());
1316 reloc_type = ELFRelocation::RelocType32;

Completed in 27 milliseconds