Home
last modified time | relevance | path

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

/trueos/usr.sbin/kldxref/
HDef_powerpc.c67 case R_PPC_RELATIVE: /* word32 B + A */ in ef_reloc()
/trueos/contrib/binutils/include/elf/
HDppc.h57 RELOC_NUMBER (R_PPC_RELATIVE, 22)
/trueos/sys/powerpc/powerpc/
HDelf64_machdep.c167 case R_PPC_RELATIVE: /* doubleword64 B + A */ in elf_reloc_internal()
HDelf32_machdep.c230 case R_PPC_RELATIVE: /* word32 B + A */ in elf_reloc_internal()
/trueos/sys/boot/common/
HDreloc_elf.c206 case R_PPC_RELATIVE: in __elfN()
/trueos/libexec/rtld-elf/powerpc64/
HDreloc.c187 case R_PPC_RELATIVE: /* doubleword64 B + A */ in reloc_nonplt_object()
/trueos/libexec/rtld-elf/powerpc/
HDreloc.c192 case R_PPC_RELATIVE: /* word32 B + A */ in reloc_nonplt_object()
/trueos/sys/sys/
HDelf_common.h811 #define R_PPC_RELATIVE 22 macro
/trueos/contrib/binutils/bfd/
HDelf32-ppc.c517 HOWTO (R_PPC_RELATIVE, /* type */
3347 case R_PPC_RELATIVE: in ppc_elf_check_relocs()
6164 outrel.r_info = ELF32_R_INFO (indx, R_PPC_RELATIVE); in ppc_elf_relocate_section()
6411 outrel.r_info = ELF32_R_INFO (0, R_PPC_RELATIVE); in ppc_elf_relocate_section()
6463 || ELF32_R_TYPE (outrel.r_info) != R_PPC_RELATIVE)) in ppc_elf_relocate_section()
6719 case R_PPC_RELATIVE: in ppc_elf_relocate_section()
7191 case R_PPC_RELATIVE: in ppc_elf_reloc_type_class()
HDChangeLog-96971016 corresponding change in sparc). Treat R_PPC_RELATIVE RELA relocs
1820 (ppc_elf_relocate_section): Likewise. Relocate R_PPC_RELATIVE
HDChangeLog-02036496 even if generating R_PPC_RELATIVE reloc.