Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDcommon.h581 #define DT_PREINIT_ARRAY 32 macro
HDChangeLog-91031098 (DT_PREINIT_ARRAY): New dynamic section tag.
/NextBSD/sys/sys/
HDelf_common.h568 #define DT_PREINIT_ARRAY 32 /* Address of the array of pointers to macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h1052 DT_PREINIT_ARRAY = 32, // Pointer to array of preinit functions. enumerator
/NextBSD/usr.bin/elfdump/
HDelfdump.c209 case DT_PREINIT_ARRAY: return "DT_PREINIT_ARRAY"; /* XXX DT_ENCODING */ in d_tags()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp982 case DT_PREINIT_ARRAY: in printValue()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h141 _ELF_DEFINE_DT(DT_PREINIT_ARRAY, 32, \
/NextBSD/libexec/rtld-elf/
HDrtld.c1114 case DT_PREINIT_ARRAY: in digest_dynamic1()
/NextBSD/contrib/binutils/bfd/
HDelflink.c5692 if (!_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAY, 0) in bfd_elf_size_dynamic_sections()
10179 case DT_PREINIT_ARRAY: in bfd_elf_final_link()
HDelf.c1271 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
HDChangeLog-020310004 ".preinit_array" exists, create DT_PREINIT_ARRAY and
10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
HDChangeLog-00017373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c908 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in dt_type()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1545 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_dynamic_type()