Searched refs:RelocSymbol64 (Results 1 – 2 of 2) sorted by relevance
366 RelocSymbol64(const ELFRel &rel) in RelocSymbol64() function425 RelocSymbol64(const ELFRela &rela) in RelocSymbol64() function
69 RelocSymbol64(const ELFRelocation &rel);134 ELFRelocation::RelocSymbol64(const ELFRelocation &rel) in RelocSymbol64() function in __anonacd6c33a0111::ELFRelocation137 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()