Home
last modified time | relevance | path

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

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