Searched defs:DT_INIT_ARRAY (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DELF.h1013 DT_INIT_ARRAY = 25, // Pointer to array of initialization functions. enumerator in enum:llvm::ELF::__anon10255
1015 DT_INIT_ARRAYSZ = 27, // Size of DT_INIT_ARRAY.
/external/elfutils/src/libelf/
H A Delf.h699 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */ macro
701 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
/external/valgrind/perf/
H A Dtinycc.c652 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */ macro
654 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */

Completed in 105 milliseconds