Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h494 #define DT_PREINIT_ARRAY 32 /* Address of pre-init function array */ macro
/dragonfly/sys/sys/
H A Delf_common.h540 #define DT_PREINIT_ARRAY 32 /* Address of the array of pointers to macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h742 #define DT_PREINIT_ARRAY 32 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h775 #define DT_PREINIT_ARRAY 32 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h979 #define DT_PREINIT_ARRAY 32 macro
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h722 DT_PREINIT_ARRAY = 32,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h719 DT_PREINIT_ARRAY = 32,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h141 _ELF_DEFINE_DT(DT_PREINIT_ARRAY, 32, \
/dragonfly/libexec/rtld-elf/
H A Drtld.c1184 case DT_PREINIT_ARRAY: in digest_dynamic1()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4801 odyn->add_section_address(elfcpp::DT_PREINIT_ARRAY, *p); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5210 odyn->add_section_address(elfcpp::DT_PREINIT_ARRAY, *p); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c6139 if (!_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAY, 0) in bfd_elf_size_dynamic_sections()
11949 case DT_PREINIT_ARRAY: in bfd_elf_final_link()
H A Delf.c1648 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c5961 if (!_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAY, 0) in bfd_elf_size_dynamic_sections()
11364 case DT_PREINIT_ARRAY: in bfd_elf_final_link()
H A Delf.c1284 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c6998 if (!_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAY, 0) in bfd_elf_size_dynamic_sections()
12701 case DT_PREINIT_ARRAY: in bfd_elf_final_link()
H A Delf.c1785 case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2011 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_dynamic_type()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2146 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_dynamic_type()