Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC64.def44 #undef R_PPC64_TOC
147 ELF_RELOC(R_PPC64_TOC, 51)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1030 case R_PPC64_TOC: in getRelExpr()
1107 if (type == R_PPC64_ADDR64 || type == R_PPC64_TOC) in getDynRel()
1374 case R_PPC64_TOC: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp442 Type = ELF::R_PPC64_TOC; in getRelocType()
/freebsd/sys/sys/
H A Delf_common.h1271 #define R_PPC64_TOC 51 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp755 if (TypeTOC != ELF::R_PPC64_TOC) in findOPDEntrySection()
1702 if (RelType == ELF::R_PPC64_TOC) { in processRelocationRef()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2049 _ELF_DEFINE_RELOC(R_PPC64_TOC, 51) \
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1469 else if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC) in scanOne()