Searched defs:DT_FINI_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.cpp41 #ifndef DT_FINI_ARRAY
42 #define DT_FINI_ARRAY 26 macro
316 case DT_FINI_ARRAY:
317 LOG(" DT_FINI_ARRAY addr=%p\n", dyn_addr);
504 CallFunction(fini_array_[n - 1], "DT_FINI_ARRAY");
/external/llvm/include/llvm/Support/
H A DELF.h1683 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator in enum:llvm::ELF::__anon25604
1685 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY.
/external/qemu/include/
H A Delf.h161 #define DT_FINI_ARRAY 26 macro
/external/elfutils/0.153/libelf/
H A Delf.h684 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
686 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
/external/valgrind/main/perf/
H A Dtinycc.c653 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
655 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */

Completed in 200 milliseconds