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

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
link.d 161 enum DF_1_INITFIRST = 0x00000020;
  /src/external/bsd/file/dist/src/
readelf.h 555 #define DF_1_INITFIRST 0x00000020 /* init/fini takes priority */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 549 enum DF_1_INITFIRST = 0x00000020;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 549 enum DF_1_INITFIRST = 0x00000020;
  /src/libexec/ld.elf_so/
headers.c 448 ((dynp->d_un.d_val & DF_1_INITFIRST) != 0);
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 729 #define DF_1_INITFIRST 0x00000020 /* Object's init/fini take priority */
  /src/sys/sys/
exec_elf.h 823 #define DF_1_INITFIRST 0x00000020 /* init/fini takes priority */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 734 #define DF_1_INITFIRST 0x00000020 /* init/fini takes priority */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 734 #define DF_1_INITFIRST 0x00000020 /* init/fini takes priority */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1367 DF_1_INITFIRST = 0x00000020, // Set RTLD_INITFIRST for this object.
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1319 #define DF_1_INITFIRST 0x00000020
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1300 #define DF_1_INITFIRST 0x00000020
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1286 #define DF_1_INITFIRST 0x00000020
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1297 #define DF_1_INITFIRST 0x00000020
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 671 enum DF_1_INITFIRST = 0x00000020;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 13296 if (val & DF_1_INITFIRST)
13299 val ^= DF_1_INITFIRST;
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 12788 if (val & DF_1_INITFIRST)
12791 val ^= DF_1_INITFIRST;
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 7808 info->flags_1 &= ~ (DF_1_INITFIRST
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 7765 info->flags_1 &= ~ (DF_1_INITFIRST
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7708 info->flags_1 &= ~ (DF_1_INITFIRST
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 7783 info->flags_1 &= ~ (DF_1_INITFIRST

Completed in 282 milliseconds