Searched defs:RelocSymbol32 (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h358 RelocSymbol32(const ELFRel &rel) function in struct:elf::ELFRel
417 RelocSymbol32(const ELFRela &rela) function in struct:elf::ELFRela
H A DObjectFileELF.cpp66 RelocSymbol32(const ELFRelocation &rel);
125 ELFRelocation::RelocSymbol32(const ELFRelocation &rel) function in class:__anon25289::ELFRelocation
128 return ELFRel::RelocSymbol32(*rel.reloc.get<ELFRel*>());
130 return ELFRela::RelocSymbol32(*rel.reloc.get<ELFRela*>());
1317 reloc_symbol = ELFRelocation::RelocSymbol32;

Completed in 67 milliseconds