Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDPPC.cpp200 if (type != R_PPC_LOCAL24PC && type != R_PPC_REL24 && type != R_PPC_PLTREL24) in needsThunk()
213 if (type == R_PPC_LOCAL24PC || type == R_PPC_REL24 || type == R_PPC_PLTREL24) in inBranchRange()
244 case R_PPC_REL24: in getRelExpr()
372 case R_PPC_REL24: in relocate()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDPowerPC.def21 #undef R_PPC_REL24
94 ELF_RELOC(R_PPC_REL24, 10)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCELFObjectWriter.cpp93 Type = ELF::R_PPC_REL24; in getRelocType()
482 case ELF::R_PPC_REL24: in needsRelocateWithSymbol()
/freebsd-14-stable/sys/sys/
HDelf_common.h1227 #define R_PPC_REL24 10 macro
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDThunks.cpp1418 assert((rel.type == R_PPC_LOCAL24PC || rel.type == R_PPC_REL24 || in addThunkPPC32()
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1925 _ELF_DEFINE_RELOC(R_PPC_REL24, 10) \