Searched refs:SHT_INIT_ARRAY (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 462 #define SHT_INIT_ARRAY 14 /* Array of ptrs to init functions */ macro
|
D | ChangeLog-9103 | 1079 (SHT_INIT_ARRAY): New value for sh_type field.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.c | 619 && 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/ |
D | layout.cc | 824 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()
|
D | object.cc | 1556 || shdr.get_sh_type() == elfcpp::SHT_INIT_ARRAY in do_layout()
|
D | incremental.cc | 184 || sh_type == elfcpp::SHT_INIT_ARRAY in can_incremental_update()
|
D | output.cc | 3580 || this->type() == elfcpp::SHT_INIT_ARRAY in sort_attached_input_sections()
|
D | ChangeLog | 4110 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/ |
D | elfcpp.h | 355 SHT_INIT_ARRAY = 14,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 1637 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()
|
D | elf32-rx.c | 3645 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_ARRAY, SHF_ALLOC + SHF_EXECINSTR },
|
D | elf32-arm.c | 16698 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_ARRAY, SHF_ALLOC },
|
D | ChangeLog-0203 | 9986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0203 | 7401 (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/ |
D | readelf.c | 3614 case SHT_INIT_ARRAY: return "INIT_ARRAY"; in get_section_type_name()
|