Home
last modified time | relevance | path

Searched refs:R_PPC64_TOC16_LO (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC64.def41 #undef R_PPC64_TOC16_LO
144 ELF_RELOC(R_PPC64_TOC16_LO, 48)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp665 relocateNoSym(loc, R_PPC64_TOC16_LO, val); in relaxGot()
1021 case R_PPC64_TOC16_LO: in getRelExpr()
1209 case R_PPC64_TOC16_LO: in toAddr16Rel()
1252 case R_PPC64_TOC16_LO: in isTocOptType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp220 Type = ELF::R_PPC64_TOC16_LO; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp335 case ELF::R_PPC64_TOC16_LO: in createLinkGraphFromELFObject_ppc64()
/freebsd/sys/sys/
H A Delf_common.h1289 #define R_PPC64_TOC16_LO 48 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1666 RelType == ELF::R_PPC64_TOC16_LO || in processRelocationRef()
1683 case ELF::R_PPC64_TOC16_LO: RelType = ELF::R_PPC64_ADDR16_LO; break; in processRelocationRef()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2046 _ELF_DEFINE_RELOC(R_PPC64_TOC16_LO, 48) \
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1496 if (type == R_PPC64_TOC16_LO && sym.isSection() && isa<Defined>(sym) && in scanOne()