Home
last modified time | relevance | path

Searched refs:SHF_LINK_ORDER (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dsection-flags-1.t15 …INPUT_SECTION_FLAGS (SHF_MERGE & SHF_STRINGS & SHF_LINK_ORDER) *(.text .text.* .text_* .gnu.linkon…
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h501 #define SHF_LINK_ORDER (1 << 7) /* Preserve section ordering when linking */ macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h428 SHF_LINK_ORDER = 0x80,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c761 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_setup_sections()
3188 if ((d->this_hdr.sh_flags & SHF_LINK_ORDER) != 0) in assign_section_numbers()
6590 if ((ihdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_init_private_section_data()
6593 ohdr->sh_flags |= SHF_LINK_ORDER; in _bfd_elf_init_private_section_data()
Delf32-tic6x.c1976 hdr->sh_flags |= SHF_LINK_ORDER; in elf32_tic6x_fake_sections()
DChangeLog-2005268 when setting up sh_link for SHF_LINK_ORDER.
634 SHF_LINK_ORDER.
803 * elf.c (_bfd_elf_setup_sections): Process SHF_LINK_ORDER.
Delfnn-ia64.c948 hdr->sh_flags |= SHF_LINK_ORDER; in elfNN_ia64_fake_sections()
Delf64-ia64-vms.c837 hdr->sh_flags |= SHF_LINK_ORDER; in elf64_ia64_fake_sections()
DChangeLog-20042003 which have SHF_LINK_ORDER set but no sh_link set up.
2118 SHF_LINK_ORDER.
Delflink.c10315 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER in elf_fixup_link_order()
12388 { "SHF_LINK_ORDER", SHF_LINK_ORDER},
Delf32-arm.c14774 hdr->sh_flags |= SHF_LINK_ORDER; in elf32_arm_fake_sections()
/toolchain/binutils/binutils-2.25/gold/
Darm.cc1357 ? flags | elfcpp::SHF_LINK_ORDER in Arm_output_section()
6894 if ((shdr.get_sh_flags() & elfcpp::SHF_LINK_ORDER) == 0) in do_read_symbols()
Dlayout.cc923 input_section_flags &= ~elfcpp::SHF_LINK_ORDER; in get_output_section_flags()
DChangeLog6271 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
7393 without SHF_LINK_ORDER flags.
7395 SHF_LINK_ORDER flag in a relocatable link.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c4959 case SHF_LINK_ORDER: sindex = 6; break; in get_elf_section_flags()
5037 case SHF_LINK_ORDER: *p = 'L'; break; in get_elf_section_flags()
/toolchain/binutils/binutils-2.25/gold/po/
Dgold.pot200 msgid "SHF_LINK_ORDER not set in EXIDX section %s of %s"
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c864 return SHF_LINK_ORDER; in ia64_elf_section_letter()