Home
last modified time | relevance | path

Searched refs:DT_PREINIT_ARRAYSZ (Results 1 – 12 of 12) 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/elfutils/tests/
Dalldts.c56 DT_PREINIT_ARRAYSZ, DT_VERSYM, DT_GNU_PRELINKED, in main()
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Ddynamic-section.test145 - Tag: DT_PREINIT_ARRAYSZ
360 - Tag: DT_PREINIT_ARRAYSZ
/external/llvm/include/llvm/Support/
DELF.h1126 DT_PREINIT_ARRAYSZ = 33, // Size of the DT_PREINIT_ARRAY array. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1124 DT_PREINIT_ARRAYSZ = 33, // Size of the DT_PREINIT_ARRAY array. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h603 #define DT_PREINIT_ARRAYSZ 33 macro
/external/kmod/port-gnu/
Delf.h732 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */ macro
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-tags.test219 - Tag: DT_PREINIT_ARRAYSZ
/external/elfutils/libelf/
Delf.h883 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */ macro
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1467 addSize(DT_PREINIT_ARRAYSZ, Out::preinitArray); in finalizeContents()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1704 case DT_PREINIT_ARRAYSZ: in printValue()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2588 case DT_PREINIT_ARRAYSZ: in getDynamicEntry()