Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC.def34 #undef R_PPC_LOCAL24PC
107 ELF_RELOC(R_PPC_LOCAL24PC, 23)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp204 if (type != R_PPC_LOCAL24PC && type != R_PPC_REL24 && type != R_PPC_PLTREL24) in needsThunk()
217 if (type == R_PPC_LOCAL24PC || type == R_PPC_REL24 || type == R_PPC_PLTREL24) in inBranchRange()
247 case R_PPC_LOCAL24PC: in getRelExpr()
376 case R_PPC_LOCAL24PC: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp116 Type = ELF::R_PPC_LOCAL24PC; in getRelocType()
/freebsd/sys/sys/
H A Delf_common.h1448 #define R_PPC_LOCAL24PC 23 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1938 _ELF_DEFINE_RELOC(R_PPC_LOCAL24PC, 23) \
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp1772 assert((rel.type == R_PPC_LOCAL24PC || rel.type == R_PPC_REL24 || in addThunkPPC32()