Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h366 RelocSymbol64(const ELFRel &rel) in RelocSymbol64() function
425 RelocSymbol64(const ELFRela &rela) in RelocSymbol64() function
DObjectFileELF.cpp69 RelocSymbol64(const ELFRelocation &rel);
134 ELFRelocation::RelocSymbol64(const ELFRelocation &rel) in RelocSymbol64() function in __anonacd6c33a0111::ELFRelocation
137 return ELFRel::RelocSymbol64(*rel.reloc.get<ELFRel*>()); in RelocSymbol64()
139 return ELFRela::RelocSymbol64(*rel.reloc.get<ELFRela*>()); in RelocSymbol64()
1322 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()