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

/external/llvm/include/llvm/Support/
H A DELF.h1509 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator in enum:llvm::ELF::__anon21940
1511 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY.
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp732 case 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 146 milliseconds