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

  /bionic/linker/
linker.h 200 #ifndef DT_INIT_ARRAY
201 #define DT_INIT_ARRAY 25
  /external/elfutils/libelf/
elf.h 658 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
660 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilt/linux-x86/toolchain/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...]

Completed in 20 milliseconds