Home
last modified time | relevance | path

Searched refs:R_PPC_NONE (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC.def7 // unfortunate behavior of including asm/elf.h, which defines R_PPC_NONE, etc.
11 #undef R_PPC_NONE
84 ELF_RELOC(R_PPC_NONE, 0) /* No relocation. */
H A DPowerPC64.def7 // unfortunate behavior of including asm/elf.h, which defines R_PPC_NONE, etc.
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp221 case R_PPC_NONE: in getRelExpr()
275 return R_PPC_NONE; in getDynRel()
280 case R_PPC_NONE: in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp265 .Case("BFD_RELOC_NONE", ELF::R_PPC_NONE) in getFixupKind()
/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c262 case R_PPC_NONE: in elf_reloc_internal()
H A Delf64_machdep.c348 case R_PPC_NONE: in elf_reloc_internal()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c237 case R_PPC_NONE: in reloc_nonplt_object()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c242 case R_PPC_NONE: in reloc_nonplt_object()
/freebsd/sys/sys/
H A Delf_common.h1237 #define R_PPC_NONE 0 /* No relocation. */ macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c881 #define DT_REL_NONE R_PPC_NONE
900 GELF_R_TYPE(rela->r_info) != R_PPC_NONE) in dt_modtext()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1915 _ELF_DEFINE_RELOC(R_PPC_NONE, 0) \