Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC.def21 #undef R_PPC_REL24
94 ELF_RELOC(R_PPC_REL24, 10)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp93 Type = ELF::R_PPC_REL24; in getRelocType()
482 case ELF::R_PPC_REL24: in needsRelocateWithSymbol()
/freebsd/sys/sys/
H A Delf_common.h1224 #define R_PPC_REL24 10 macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp1418 assert((rel.type == R_PPC_LOCAL24PC || rel.type == R_PPC_REL24 || in addThunkPPC32()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c898 if (GELF_R_TYPE(rela->r_info) != R_PPC_REL24 && in dt_modtext()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1925 _ELF_DEFINE_RELOC(R_PPC_REL24, 10) \