Home
last modified time | relevance | path

Searched refs:SHT_INIT_ARRAY (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h462 #define SHT_INIT_ARRAY 14 /* Array of ptrs to init functions */ macro
DChangeLog-91031079 (SHT_INIT_ARRAY): New value for sh_type field.
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c619 && ssect->type != SHT_INIT_ARRAY in obj_elf_change_section()
671 && (ssect->type == SHT_INIT_ARRAY in obj_elf_change_section()
836 return SHT_INIT_ARRAY; in obj_elf_section_type()
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc824 if (lookup_type == elfcpp::SHT_INIT_ARRAY in get_output_section()
861 || same_name->type() == elfcpp::SHT_INIT_ARRAY in get_output_section()
1677 type = elfcpp::SHT_INIT_ARRAY; in make_output_section()
1713 else if (type == elfcpp::SHT_INIT_ARRAY in make_output_section()
4846 case elfcpp::SHT_INIT_ARRAY: in finish_dynamic_section()
Dobject.cc1556 || shdr.get_sh_type() == elfcpp::SHT_INIT_ARRAY in do_layout()
Dincremental.cc184 || sh_type == elfcpp::SHT_INIT_ARRAY in can_incremental_update()
Doutput.cc3580 || this->type() == elfcpp::SHT_INIT_ARRAY in sort_attached_input_sections()
DChangeLog4110 SHT_INIT_ARRAY, et. al., as relro.
5533 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h355 SHT_INIT_ARRAY = 14,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c1637 case SHT_INIT_ARRAY: /* .init_array section. */ in bfd_section_from_shdr()
2221 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_ARRAY, SHF_ALLOC + SHF_WRITE },
2434 || ssect->type == SHT_INIT_ARRAY in _bfd_elf_new_section_hook()
2758 case SHT_INIT_ARRAY: in elf_fake_sections()
Delf32-rx.c3645 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_ARRAY, SHF_ALLOC + SHF_EXECINSTR },
Delf32-arm.c16698 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_ARRAY, SHF_ALLOC },
DChangeLog-02039986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02037401 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
7410 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3614 case SHT_INIT_ARRAY: return "INIT_ARRAY"; in get_section_type_name()