Searched refs:R_PPC64_NONE (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/arch/powerpc64/include/
H A Dreloc.h22 #define R_PPC64_NONE 0 macro
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dppc64.h27 RELOC_NUMBER (R_PPC64_NONE, 0)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dppc64.h27 RELOC_NUMBER (R_PPC64_NONE, 0)
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp124 // Fixup kinds from .reloc directive are like R_PPC_NONE/R_PPC64_NONE. They
254 .Case("BFD_RELOC_NONE", ELF::R_PPC64_NONE)
/openbsd-current/libexec/ld.so/powerpc64/
H A Drtld_machine.c249 case R_PPC64_NONE:
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp952 case R_PPC64_NONE:
1066 return R_PPC64_NONE;
1071 case R_PPC64_NONE:
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf64-ppc.c192 HOWTO (R_PPC64_NONE, /* type */
200 "R_PPC64_NONE", /* name */
1878 enum elf_ppc64_reloc_type r = R_PPC64_NONE;
1889 case BFD_RELOC_NONE: r = R_PPC64_NONE;
6028 but this way if it does we get a R_PPC64_NONE reloc in .rela
7535 && r_type != R_PPC64_NONE
7714 r_type = R_PPC64_NONE;
7770 rel[1].r_info = ELF64_R_INFO (r_symndx2, R_PPC64_NONE);
7826 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_NONE);
7832 r_type = R_PPC64_NONE;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-ppc.c207 HOWTO (R_PPC64_NONE, /* type */
215 "R_PPC64_NONE", /* name */
1953 enum elf_ppc64_reloc_type r = R_PPC64_NONE;
1964 case BFD_RELOC_NONE: r = R_PPC64_NONE;
2189 type = R_PPC64_NONE;
8013 but this way if it does we get a R_PPC64_NONE reloc in .rela
9902 && r_type != R_PPC64_NONE
10081 r_type = R_PPC64_NONE;
10138 rel[1].r_info = ELF64_R_INFO (r_symndx2, R_PPC64_NONE);
10194 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_NONE);
[all...]

Completed in 220 milliseconds