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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp33 #ifndef DT_INIT_ARRAY
34 #define DT_INIT_ARRAY 25 macro
85 // used for debugging (examples are "DT_INIT", "DT_INIT_ARRAY", etc...).
306 case DT_INIT_ARRAY:
307 LOG(" DT_INIT_ARRAY addr=%p\n", dyn_addr);
499 CallFunction(init_array_[n], "DT_INIT_ARRAY");
/external/llvm/include/llvm/Support/
H A DELF.h1682 DT_INIT_ARRAY = 25, // Pointer to array of initialization functions. enumerator in enum:llvm::ELF::__anon25604
1684 DT_INIT_ARRAYSZ = 27, // Size of DT_INIT_ARRAY.
/external/qemu/include/
H A Delf.h160 #define DT_INIT_ARRAY 25 macro
/external/elfutils/0.153/libelf/
H A Delf.h683 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */ macro
685 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
/external/valgrind/main/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 2114 milliseconds