Searched refs:DT_PREINIT_ARRAY (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h494 #define DT_PREINIT_ARRAY 32 /* Address of pre-init function array */ macro
495 #define DT_PREINIT_ARRAYSZ 33 /* Size, in bytes, of DT_PREINIT_ARRAY array */
/freebsd-13-stable/sys/sys/
H A Delf_common.h615 #define DT_PREINIT_ARRAY 32 /* Address of the array of pointers to macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c213 case DT_PREINIT_ARRAY: return "DT_PREINIT_ARRAY"; /* XXX DT_ENCODING */
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h173 _ELF_DEFINE_DT(DT_PREINIT_ARRAY, 32, \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c192 case DT_PREINIT_ARRAY: return "DT_PREINIT_ARRAY"; /* XXX DT_ENCODING */
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1425 addOutSec(DT_PREINIT_ARRAY, Out::preinitArray);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1290 case DT_PREINIT_ARRAY:
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c858 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY";
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2583 case DT_PREINIT_ARRAY:

Completed in 390 milliseconds