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

  /src/sys/arch/powerpc/include/
elf_machdep.h 14 #define DT_PPC64_GLINK (DT_LOPROC + 0)
  /src/external/gpl3/binutils/dist/include/elf/
ppc64.h 289 #define DT_PPC64_GLINK DT_LOPROC
  /src/external/gpl3/binutils.old/dist/include/elf/
ppc64.h 289 #define DT_PPC64_GLINK DT_LOPROC
  /src/external/gpl3/gdb.old/dist/include/elf/
ppc64.h 289 #define DT_PPC64_GLINK DT_LOPROC
  /src/external/gpl3/gdb/dist/include/elf/
ppc64.h 289 #define DT_PPC64_GLINK DT_LOPROC
  /src/libexec/ld.elf_so/
headers.c 433 case DT_PPC64_GLINK:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 1836 enum DT_PPC64_GLINK = (DT_LOPROC + 0);
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 2492 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2517 if (dyn.d_tag == DT_PPC64_GLINK)
2519 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
10624 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
18301 case DT_PPC64_GLINK:
18304 /* We stupidly defined DT_PPC64_GLINK to be the start
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 2500 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2525 if (dyn.d_tag == DT_PPC64_GLINK)
2527 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
10624 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
18296 case DT_PPC64_GLINK:
18299 /* We stupidly defined DT_PPC64_GLINK to be the start
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 2500 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2525 if (dyn.d_tag == DT_PPC64_GLINK)
2527 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
10607 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
18266 case DT_PPC64_GLINK:
18269 /* We stupidly defined DT_PPC64_GLINK to be the start
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 2492 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2517 if (dyn.d_tag == DT_PPC64_GLINK)
2519 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
10610 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
18278 case DT_PPC64_GLINK:
18281 /* We stupidly defined DT_PPC64_GLINK to be the start
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 3045 case DT_PPC64_GLINK: return "PPC64_GLINK";
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 2687 case DT_PPC64_GLINK: return "PPC64_GLINK";

Completed in 85 milliseconds