Searched refs:DT_FINI_ARRAY (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DELF.h1087 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator in enum:llvm::ELF::__anon7222
1089 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY.
/external/qemu/
H A Delf.h155 #define DT_FINI_ARRAY 26 macro
/external/elfutils/libelf/
H A Delf.h678 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
680 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
/external/elfutils/src/
H A Delflint.c1675 case 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 100 milliseconds