Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h741 #define DT_PREINIT_ARRAYSZ 33 macro
DChangeLog-91031099 (DT_PREINIT_ARRAYSZ): New dynamic section tag.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h706 DT_PREINIT_ARRAYSZ = 33,
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc4852 odyn->add_section_size(elfcpp::DT_PREINIT_ARRAYSZ, *p); in finish_dynamic_section()
DChangeLog12082 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
/toolchain/binutils/binutils-2.25/bfd/
Delflink.c5863 || !_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
11252 case DT_PREINIT_ARRAYSZ: in bfd_elf_final_link()
Delf.c1315 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-020310005 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
10007 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
DChangeLog-00017373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1861 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()