Searched refs:R_PPC64_REL24_NOTOC (Results 1 – 7 of 7) sorted by relevance
99 #undef R_PPC64_REL24_NOTOC202 ELF_RELOC(R_PPC64_REL24_NOTOC, 116)
136 #define R_PPC64_REL24_NOTOC 116 macro
992 case R_PPC64_REL24_NOTOC: in getRelExpr()1354 case R_PPC64_REL24_NOTOC: { in relocate()1397 type != R_PPC64_REL24_NOTOC) in needsThunk()1407 if (type != R_PPC64_REL24_NOTOC && (s.stOther >> 5) == 1) in needsThunk()1410 if (type == R_PPC64_REL24_NOTOC && (s.stOther >> 5) > 1) in needsThunk()1439 if (type == R_PPC64_REL24 || type == R_PPC64_REL24_NOTOC) in inBranchRange()
102 Type = ELF::R_PPC64_REL24_NOTOC; in getRelocType()476 case ELF::R_PPC64_REL24_NOTOC: in needsRelocateWithSymbol()
1165 return rel.type == R_PPC64_REL24_NOTOC; in isCompatibleWith()1201 return rel.type == R_PPC64_REL24_NOTOC; in isCompatibleWith()1375 type == R_PPC64_REL24_NOTOC) && in addThunkPPC64()1378 return type == R_PPC64_REL24_NOTOC ? (Thunk *)make<PPC64PCRelPLTStub>(s) in addThunkPPC64()1387 if (type == R_PPC64_REL24_NOTOC) in addThunkPPC64()
1426 if (i->getType(/*isMips64EL=*/false) == R_PPC64_REL24_NOTOC) in scanOne()
460 …HelpText<"Whether to use Power10 instructions in call stubs for R_PPC64_REL24_NOTOC and TOC/NOTOC "