Home
last modified time | relevance | path

Searched refs:DT_FINI_ARRAYSZ (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lld/test/ELF/linkerscript/
Ddynamic.s3 ## Test that DT_INIT_ARRAYSZ/DT_FINI_ARRAYSZ/DT_PREINIT_ARRAYSZ are computed
/external/llvm-project/llvm/test/tools/llvm-objdump/
Dprivate-headers-no-dynamic-segment.test26 - Tag: DT_FINI_ARRAYSZ
/external/elfutils/tests/
Dalldts.c54 DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ, DT_RUNPATH, in main()
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Ddynamic-section.test137 - Tag: DT_FINI_ARRAYSZ
352 - Tag: DT_FINI_ARRAYSZ
/external/llvm/include/llvm/Support/
DELF.h1119 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1117 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h598 #define DT_FINI_ARRAYSZ 28 macro
/external/kmod/port-gnu/
Delf.h727 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */ macro
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-tags.test211 - Tag: DT_FINI_ARRAYSZ
/external/elfutils/libelf/
Delf.h878 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */ macro
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1475 addSize(DT_FINI_ARRAYSZ, Out::finiArray); in finalizeContents()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1703 case DT_FINI_ARRAYSZ: in printValue()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2587 case DT_FINI_ARRAYSZ: in getDynamicEntry()
/external/elfutils/src/
Dreadelf.c1876 case DT_FINI_ARRAYSZ: in handle_dynamic()