HomeSort by: relevance | last modified time | path
    Searched refs:R_PPC_REL24 (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/powerpc/include/
elf_machdep.h 77 #define R_PPC_REL24 10 // (S + A - P) >> 2
90 #define R_PPC_LOCAL24PC 23 // (see R_PPC_REL24)
  /src/external/gpl3/binutils/dist/include/elf/
ppc.h 46 RELOC_NUMBER (R_PPC_REL24, 10)
  /src/external/gpl3/binutils.old/dist/include/elf/
ppc.h 46 RELOC_NUMBER (R_PPC_REL24, 10)
  /src/external/gpl3/gdb.old/dist/include/elf/
ppc.h 46 RELOC_NUMBER (R_PPC_REL24, 10)
  /src/external/gpl3/gdb/dist/include/elf/
ppc.h 46 RELOC_NUMBER (R_PPC_REL24, 10)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 93 Type = ELF::R_PPC_REL24;
473 case ELF::R_PPC_REL24:
  /src/share/mk/
bsd.kmodule.mk 46 # overflow the size of the relocation (e.g. R_PPC_REL24 in powerpc).
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 661 enum R_PPC_REL24 = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 666 enum R_PPC_REL24 = 10;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 1637 enum R_PPC_REL24 = 10;
1732 enum R_PPC64_REL24 = R_PPC_REL24;
  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 109 0x48000000, /* b 14 <.PLT0resolve+0x4> 14: R_PPC_REL24 .PLTresolve */
261 HOW (R_PPC_REL24, 4, 26, 0x3fffffc, 0, true, signed,
300 /* Like R_PPC_REL24, but referring to the procedure linkage table
328 /* Like R_PPC_REL24, but uses the value of the symbol within the
747 case BFD_RELOC_PPC_B26: r = R_PPC_REL24; break;
2062 case R_PPC_REL24:
2825 || r_type == R_PPC_REL24
3382 case R_PPC_REL24:
6184 case R_PPC_REL24:
6531 case R_PPC_REL24
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 105 0x48000000, /* b 14 <.PLT0resolve+0x4> 14: R_PPC_REL24 .PLTresolve */
257 HOW (R_PPC_REL24, 4, 26, 0x3fffffc, 0, true, signed,
296 /* Like R_PPC_REL24, but referring to the procedure linkage table
324 /* Like R_PPC_REL24, but uses the value of the symbol within the
746 case BFD_RELOC_PPC_B26: r = R_PPC_REL24; break;
2075 case R_PPC_REL24:
2838 || r_type == R_PPC_REL24
3395 case R_PPC_REL24:
6197 case R_PPC_REL24:
6546 case R_PPC_REL24
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 105 0x48000000, /* b 14 <.PLT0resolve+0x4> 14: R_PPC_REL24 .PLTresolve */
257 HOW (R_PPC_REL24, 4, 26, 0x3fffffc, 0, true, signed,
296 /* Like R_PPC_REL24, but referring to the procedure linkage table
324 /* Like R_PPC_REL24, but uses the value of the symbol within the
746 case BFD_RELOC_PPC_B26: r = R_PPC_REL24; break;
2075 case R_PPC_REL24:
2838 || r_type == R_PPC_REL24
3395 case R_PPC_REL24:
6195 case R_PPC_REL24:
6544 case R_PPC_REL24
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 109 0x48000000, /* b 14 <.PLT0resolve+0x4> 14: R_PPC_REL24 .PLTresolve */
261 HOW (R_PPC_REL24, 4, 26, 0x3fffffc, 0, true, signed,
300 /* Like R_PPC_REL24, but referring to the procedure linkage table
328 /* Like R_PPC_REL24, but uses the value of the symbol within the
747 case BFD_RELOC_PPC_B26: r = R_PPC_REL24; break;
2062 case R_PPC_REL24:
2825 || r_type == R_PPC_REL24
3382 case R_PPC_REL24:
6184 case R_PPC_REL24:
6533 case R_PPC_REL24
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 880 if (GELF_R_TYPE(rela->r_info) != R_PPC_REL24 &&

Completed in 99 milliseconds