Home
last modified time | relevance | path

Searched refs:DT_INIT_ARRAY (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/file/src/
Dreadelf.h487 #define DT_INIT_ARRAY 25 /* Address of initialization function array */ macro
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h574 #define DT_INIT_ARRAY 25 macro
/freebsd-12-stable/sys/sys/
Delf_common.h594 #define DT_INIT_ARRAY 25 /* Address of the array of pointers to macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DDynamicTags.def66 DYNAMIC_TAG(INIT_ARRAYSZ, 27) // Size of DT_INIT_ARRAY.
/freebsd-12-stable/usr.bin/elfdump/
Delfdump.c207 case DT_INIT_ARRAY: return "DT_INIT_ARRAY"; in d_tags()
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h162 _ELF_DEFINE_DT(DT_INIT_ARRAY, 25, \
/freebsd-12-stable/contrib/elftoolchain/elfdump/
Delfdump.c186 case DT_INIT_ARRAY: return "DT_INIT_ARRAY"; in d_tags()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c1538 case DT_INIT_ARRAY: return "INIT_ARRAY"; in get_dynamic_type()
6310 case DT_INIT_ARRAY: in process_dynamic_section()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp1488 addOutSec(DT_INIT_ARRAY, Out::initArray); in finalizeContents()
/freebsd-12-stable/contrib/binutils/bfd/
Delflink.c5699 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0) in bfd_elf_size_dynamic_sections()
10182 case DT_INIT_ARRAY: in bfd_elf_final_link()
Delf.c1265 case DT_INIT_ARRAY: name = "INIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
DChangeLog-020310008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c1267 case DT_INIT_ARRAY: in digest_dynamic1()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c848 case DT_INIT_ARRAY: return "INIT_ARRAY"; in dt_type()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2270 case DT_INIT_ARRAY: in getDynamicEntry()