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

  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 343 RelocType32(const ELFRel &rel)
402 RelocType32(const ELFRela &rela)
ObjectFileELF.cpp 60 RelocType32(const ELFRelocation &rel);
107 ELFRelocation::RelocType32(const ELFRelocation &rel)
110 return ELFRel::RelocType32(*rel.reloc.get<ELFRel*>());
112 return ELFRela::RelocType32(*rel.reloc.get<ELFRela*>());
    [all...]

Completed in 42 milliseconds