Home
last modified time | relevance | path

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

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