Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dalldts.c52 DT_BIND_NOW, DT_INIT_ARRAY, DT_FINI_ARRAY, in main()
/external/u-boot/include/
Delf.h525 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1061 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1115 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator
/external/llvm/include/llvm/Support/
DELF.h1117 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def57 DYNAMIC_TAG(FINI_ARRAYSZ, 28) // Size of DT_FINI_ARRAY.
/external/kmod/port-gnu/
Delf.h725 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
/external/elfutils/libelf/
Delf.h867 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1669 case DT_FINI_ARRAY: in printValue()
/external/elfutils/src/
Delflint.c1771 case DT_FINI_ARRAY: in check_dynamic()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1772 case DT_FINI_ARRAY: in printValue()