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
116 static unsigned RelocSymbol64(const ELFRelocation &rel);182 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64() function in ELFRelocation184 return ELFRel::RelocSymbol64(*elfrel); in RelocSymbol64()186 return ELFRela::RelocSymbol64(*llvm::cast<ELFRela *>(rel.reloc)); in RelocSymbol64()2560 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()2674 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol64(rel)); in ApplyELF64ABS64Relocation()2692 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol64(rel)); in ApplyELF64ABS32Relocation()2770 reloc_symbol = ELFRelocation::RelocSymbol64; in ApplyRelocations()