Lines Matching refs:sh_flags

761       if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)  in _bfd_elf_setup_sections()
872 elf_section_flags (newsect) = hdr->sh_flags; in _bfd_elf_make_section_from_shdr()
887 if ((hdr->sh_flags & SHF_ALLOC) != 0) in _bfd_elf_make_section_from_shdr()
893 if ((hdr->sh_flags & SHF_WRITE) == 0) in _bfd_elf_make_section_from_shdr()
895 if ((hdr->sh_flags & SHF_EXECINSTR) != 0) in _bfd_elf_make_section_from_shdr()
899 if ((hdr->sh_flags & SHF_MERGE) != 0) in _bfd_elf_make_section_from_shdr()
903 if ((hdr->sh_flags & SHF_STRINGS) != 0) in _bfd_elf_make_section_from_shdr()
906 if (hdr->sh_flags & SHF_GROUP) in _bfd_elf_make_section_from_shdr()
909 if ((hdr->sh_flags & SHF_TLS) != 0) in _bfd_elf_make_section_from_shdr()
911 if ((hdr->sh_flags & SHF_EXCLUDE) != 0) in _bfd_elf_make_section_from_shdr()
995 && (hdr->sh_flags & SHF_TLS) == 0) in _bfd_elf_make_section_from_shdr()
1727 if ((hdr->sh_flags & SHF_ALLOC) != 0 in bfd_section_from_shdr()
2057 if ((hdr->sh_flags & SHF_ALLOC) != 0) in bfd_section_from_shdr()
2082 if ((hdr->sh_flags & SHF_OS_NONCONFORMING) != 0) in bfd_section_from_shdr()
2659 rel_hdr->sh_flags = 0; in _bfd_elf_init_reloc_shdr()
2826 this_hdr->sh_flags |= SHF_ALLOC; in elf_fake_sections()
2828 this_hdr->sh_flags |= SHF_WRITE; in elf_fake_sections()
2830 this_hdr->sh_flags |= SHF_EXECINSTR; in elf_fake_sections()
2833 this_hdr->sh_flags |= SHF_MERGE; in elf_fake_sections()
2836 this_hdr->sh_flags |= SHF_STRINGS; in elf_fake_sections()
2839 this_hdr->sh_flags |= SHF_GROUP; in elf_fake_sections()
2842 this_hdr->sh_flags |= SHF_TLS; in elf_fake_sections()
2858 this_hdr->sh_flags |= SHF_EXCLUDE; in elf_fake_sections()
3178 d->rel.hdr->sh_flags |= SHF_INFO_LINK; in assign_section_numbers()
3184 d->rela.hdr->sh_flags |= SHF_INFO_LINK; in assign_section_numbers()
3188 if ((d->this_hdr.sh_flags & SHF_LINK_ORDER) != 0) in assign_section_numbers()
3273 d->this_hdr.sh_flags |= SHF_INFO_LINK; in assign_section_numbers()
3601 shstrtab_hdr->sh_flags = 0; in _bfd_elf_compute_section_file_positions()
4793 || ((this_hdr->sh_flags & SHF_ALLOC) != 0 in assign_file_positions_for_load_sections()
4794 && ((this_hdr->sh_flags & SHF_TLS) == 0 in assign_file_positions_for_load_sections()
4860 && (this_hdr->sh_flags & SHF_TLS) != 0 in assign_file_positions_for_load_sections()
4881 if ((this_hdr->sh_flags & SHF_ALLOC) != 0) in assign_file_positions_for_load_sections()
4884 else if ((this_hdr->sh_flags & SHF_ALLOC) != 0) in assign_file_positions_for_load_sections()
4891 else if ((this_hdr->sh_flags & SHF_TLS) == 0) in assign_file_positions_for_load_sections()
4905 if ((this_hdr->sh_flags & SHF_EXECINSTR) != 0) in assign_file_positions_for_load_sections()
4907 if ((this_hdr->sh_flags & SHF_WRITE) != 0) in assign_file_positions_for_load_sections()
4988 else if ((hdr->sh_flags & SHF_ALLOC) != 0) in assign_file_positions_for_non_load_sections()
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()
7071 symstrtab_hdr->sh_flags = 0; in swap_out_syms()