Searched refs:RelocSymbol32 (Results 1 – 2 of 2) sorted by relevance
337 static unsigned RelocSymbol32(const ELFRel &rel) { return rel.r_info >> 8; } in RelocSymbol32() function381 static unsigned RelocSymbol32(const ELFRela &rela) { in RelocSymbol32() function
113 static unsigned RelocSymbol32(const ELFRelocation &rel);174 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32() function in ELFRelocation176 return ELFRel::RelocSymbol32(*rel.reloc.get<ELFRel *>()); in RelocSymbol32()178 return ELFRela::RelocSymbol32(*rel.reloc.get<ELFRela *>()); in RelocSymbol32()2593 reloc_symbol = ELFRelocation::RelocSymbol32; in ParsePLTRelocations()2755 Symbol *symbol = symtab->FindSymbolByID(ELFRelocation::RelocSymbol32(rel)); in ApplyELF32ABS32RelRelocation()2803 reloc_symbol = ELFRelocation::RelocSymbol32; in ApplyRelocations()