Searched refs:SHF_LINK_ORDER (Results 1 – 12 of 12) sorted by relevance
375 #define SHF_LINK_ORDER (1 << 7) /* Preserve section ordering when linking */ macro
274 BCase(SHF_LINK_ORDER) in bitset()
325 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
708 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
1289 SHF_LINK_ORDER = 0x80U, in LLVM_ENUM_INT_TYPE()
385 LLVM_READOBJ_ENUM_ENT(ELF, SHF_LINK_ORDER ),
692 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_setup_sections()3199 if ((d->this_hdr.sh_flags & SHF_LINK_ORDER) != 0) in assign_section_numbers()6102 if ((ihdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_init_private_section_data()6105 ohdr->sh_flags |= SHF_LINK_ORDER; in _bfd_elf_init_private_section_data()
1527 hdr->sh_flags |= SHF_LINK_ORDER;
9415 hdr->sh_flags |= SHF_LINK_ORDER; in elf32_arm_fake_sections()
9261 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER) in elf_fixup_link_order()
3888 case SHF_LINK_ORDER: index = 6; break; in get_elf_section_flags()3929 case SHF_LINK_ORDER: *p = 'L'; break; in get_elf_section_flags()
1028 return SHF_LINK_ORDER;