Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dalldts.c52 DT_BIND_NOW, DT_INIT_ARRAY, DT_FINI_ARRAY, in main()
/external/llvm/include/llvm/Support/
DELF.h1014 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp865 case DT_FINI_ARRAY: in printValue()
/external/elfutils/src/libelf/
Delf.h700 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
/external/elfutils/src/src/
Delflint.c1727 case DT_FINI_ARRAY: in check_dynamic()
/external/valgrind/perf/
Dtinycc.c653 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro