Searched refs:RelocSymbol64 (Results 1 – 2 of 2) sorted by relevance
341 static unsigned RelocSymbol64(const ELFRel &rel) { return rel.r_info >> 32; } in RelocSymbol64() function387 static unsigned RelocSymbol64(const ELFRela &rela) { in RelocSymbol64() function
115 static unsigned RelocSymbol64(const ELFRelocation &rel);181 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64() function in ELFRelocation183 return ELFRel::RelocSymbol64(*rel.reloc.get<ELFRel *>()); in RelocSymbol64()185 return ELFRela::RelocSymbol64(*rel.reloc.get<ELFRela *>()); in RelocSymbol64()2596 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()2710 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol64(rel)); in ApplyELF64ABS64Relocation()2728 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol64(rel)); in ApplyELF64ABS32Relocation()2806 reloc_symbol = ELFRelocation::RelocSymbol64; in ApplyRelocations()