Home
last modified time | relevance | path

Searched refs:R_PPC64_ADDR16_HIGHERA (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC64.def36 #undef R_PPC64_ADDR16_HIGHERA
139 ELF_RELOC(R_PPC64_ADDR16_HIGHERA, 40)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1003 case R_PPC64_ADDR16_HIGHERA: in getRelExpr()
1229 return {R_PPC64_ADDR16_HIGHERA, dtpBiasedVal}; in toAddr16Rel()
1314 case R_PPC64_ADDR16_HIGHERA: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp196 Type = ELF::R_PPC64_ADDR16_HIGHERA; in getRelocType()
/freebsd/sys/sys/
H A Delf_common.h1260 #define R_PPC64_ADDR16_HIGHERA 40 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2038 _ELF_DEFINE_RELOC(R_PPC64_ADDR16_HIGHERA, 40) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp866 case ELF::R_PPC64_ADDR16_HIGHERA: in resolvePPC64Relocation()