HomeSort by relevance Sort by last modified time
    Searched defs:DT_INIT_ARRAY (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/sys/
exec_elf.h 667 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
668 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/qemu/
elf.h 154 #define DT_INIT_ARRAY 25
    [all...]
  /external/elfutils/libelf/
elf.h 677 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
679 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 662 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
664 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 662 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
664 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 662 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
664 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /external/valgrind/main/perf/
tinycc.c 652 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
654 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]

Completed in 825 milliseconds