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

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h487 #define DT_INIT_ARRAY 25 /* Address of initialization function array */ macro
488 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
/freebsd-13-stable/sys/sys/
H A Delf_common.h599 #define DT_INIT_ARRAY 25 /* Address of the array of pointers to macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c207 case DT_INIT_ARRAY: return "DT_INIT_ARRAY";
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h162 _ELF_DEFINE_DT(DT_INIT_ARRAY, 25, \
166 _ELF_DEFINE_DT(DT_INIT_ARRAYSZ, 27, "size of the DT_INIT_ARRAY") \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c186 case DT_INIT_ARRAY: return "DT_INIT_ARRAY";
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1429 addOutSec(DT_INIT_ARRAY, Out::initArray);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1298 case DT_INIT_ARRAY:
2851 * It is legal to have both DT_INIT and DT_INIT_ARRAY defined.
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c852 case DT_INIT_ARRAY: return "INIT_ARRAY";
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2581 case DT_INIT_ARRAY:

Completed in 161 milliseconds