Home
last modified time | relevance | path

Searched refs:R_PPC64_REL24_NOTOC (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
DPowerPC64.def99 #undef R_PPC64_REL24_NOTOC
202 ELF_RELOC(R_PPC64_REL24_NOTOC, 116)
/openbsd/src/sys/arch/powerpc64/include/
Dreloc.h136 #define R_PPC64_REL24_NOTOC 116 macro
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC64.cpp992 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()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp102 Type = ELF::R_PPC64_REL24_NOTOC; in getRelocType()
476 case ELF::R_PPC64_REL24_NOTOC: in needsRelocateWithSymbol()
/openbsd/src/gnu/llvm/lld/ELF/
DThunks.cpp1165 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()
DRelocations.cpp1426 if (i->getType(/*isMips64EL=*/false) == R_PPC64_REL24_NOTOC) in scanOne()
DOptions.td460 …HelpText<"Whether to use Power10 instructions in call stubs for R_PPC64_REL24_NOTOC and TOC/NOTOC "