HomeSort by: relevance | last modified time | path
    Searched refs:DT_INIT_ARRAY (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
link.d 61 enum DT_INIT_ARRAY = 25;
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 476 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
477 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
  /src/external/bsd/file/dist/src/
readelf.h 520 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
521 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 543 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
544 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 476 enum DT_INIT_ARRAY = 25;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 476 enum DT_INIT_ARRAY = 25;
  /src/libexec/ld.elf_so/
headers.c 313 case DT_INIT_ARRAY:
316 dbg(("headers: DT_INIT_ARRAY at %p",
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 328 enum DT_INIT_ARRAY = 25;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 333 enum DT_INIT_ARRAY = 25;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 697 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
698 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
  /src/sys/sys/
exec_elf.h 783 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
784 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 699 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
700 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 699 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
700 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1211 #define DT_INIT_ARRAY 25
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1192 #define DT_INIT_ARRAY 25
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1178 #define DT_INIT_ARRAY 25
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1189 #define DT_INIT_ARRAY 25
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 589 enum DT_INIT_ARRAY = 25;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 2254 case DT_INIT_ARRAY:
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 7735 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0)
13673 case DT_INIT_ARRAY:
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 3332 case DT_INIT_ARRAY: return "INIT_ARRAY";
13545 case DT_INIT_ARRAY:
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 7692 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0)
13635 case DT_INIT_ARRAY:
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 2948 case DT_INIT_ARRAY: return "INIT_ARRAY";
13037 case DT_INIT_ARRAY:
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7635 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0)
13596 case DT_INIT_ARRAY:
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 7710 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0)
13649 case DT_INIT_ARRAY:

Completed in 118 milliseconds

1 2