Home | History | Annotate | Download | only in ELF

Lines Matching refs:RelocSymbol64

69     RelocSymbol64(const ELFRelocation &rel);
134 ELFRelocation::RelocSymbol64(const ELFRelocation &rel)
137 return ELFRel::RelocSymbol64(*rel.reloc.get<ELFRel*>());
139 return ELFRela::RelocSymbol64(*rel.reloc.get<ELFRela*>());
1322 reloc_symbol = ELFRelocation::RelocSymbol64;