Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h495 #define DT_PREINIT_ARRAYSZ 33 /* Size, in bytes, of DT_PREINIT_ARRAY array */ macro
/dragonfly/sys/sys/
H A Delf_common.h542 #define DT_PREINIT_ARRAYSZ 33 /* Size in bytes of the array of macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h743 #define DT_PREINIT_ARRAYSZ 33 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h776 #define DT_PREINIT_ARRAYSZ 33 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h980 #define DT_PREINIT_ARRAYSZ 33 macro
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h723 DT_PREINIT_ARRAYSZ = 33,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h720 DT_PREINIT_ARRAYSZ = 33,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h143 _ELF_DEFINE_DT(DT_PREINIT_ARRAYSZ, 33, \
/dragonfly/libexec/rtld-elf/
H A Drtld.c1188 case DT_PREINIT_ARRAYSZ: in digest_dynamic1()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4802 odyn->add_section_size(elfcpp::DT_PREINIT_ARRAYSZ, *p); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5211 odyn->add_section_size(elfcpp::DT_PREINIT_ARRAYSZ, *p); in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c6140 || !_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
11927 case DT_PREINIT_ARRAYSZ: in bfd_elf_final_link()
H A Delf.c1649 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/gdb-7/bfd/
H A Delflink.c5962 || !_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
11342 case DT_PREINIT_ARRAYSZ: in bfd_elf_final_link()
H A Delf.c1285 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c6999 || !_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
12679 case DT_PREINIT_ARRAYSZ: in bfd_elf_final_link()
H A Delf.c1786 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2012 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2147 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()