Home | History | Annotate | Download | only in bfd

Lines Matching refs:sh_flags

761       if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)
872 elf_section_flags (newsect) = hdr->sh_flags;
887 if ((hdr->sh_flags & SHF_ALLOC) != 0)
893 if ((hdr->sh_flags & SHF_WRITE) == 0)
895 if ((hdr->sh_flags & SHF_EXECINSTR) != 0)
899 if ((hdr->sh_flags & SHF_MERGE) != 0)
903 if ((hdr->sh_flags & SHF_STRINGS) != 0)
906 if (hdr->sh_flags & SHF_GROUP)
909 if ((hdr->sh_flags & SHF_TLS) != 0)
911 if ((hdr->sh_flags & SHF_EXCLUDE) != 0)
995 && (hdr->sh_flags & SHF_TLS) == 0)
1729 if ((hdr->sh_flags & SHF_ALLOC) != 0
2059 if ((hdr->sh_flags & SHF_ALLOC) != 0)
2084 if ((hdr->sh_flags & SHF_OS_NONCONFORMING) != 0)
2661 rel_hdr->sh_flags = 0;
2714 /* Don't clear sh_flags. Assembler may set additional bits. */
2828 this_hdr->sh_flags |= SHF_ALLOC;
2830 this_hdr->sh_flags |= SHF_WRITE;
2832 this_hdr->sh_flags |= SHF_EXECINSTR;
2835 this_hdr->sh_flags |= SHF_MERGE;
2838 this_hdr->sh_flags |= SHF_STRINGS;
2841 this_hdr->sh_flags |= SHF_GROUP;
2844 this_hdr->sh_flags |= SHF_TLS;
2860 this_hdr->sh_flags |= SHF_EXCLUDE;
3180 d->rel.hdr->sh_flags |= SHF_INFO_LINK;
3186 d->rela.hdr->sh_flags |= SHF_INFO_LINK;
3190 if ((d->this_hdr.sh_flags & SHF_LINK_ORDER) != 0)
3275 d->this_hdr.sh_flags |= SHF_INFO_LINK;
3603 shstrtab_hdr->sh_flags = 0;
4795 || ((this_hdr->sh_flags & SHF_ALLOC) != 0
4796 && ((this_hdr->sh_flags & SHF_TLS) == 0
4862 && (this_hdr->sh_flags & SHF_TLS) != 0
4883 if ((this_hdr->sh_flags & SHF_ALLOC) != 0)
4886 else if ((this_hdr->sh_flags & SHF_ALLOC) != 0)
4893 else if ((this_hdr->sh_flags & SHF_TLS) == 0)
4907 if ((this_hdr->sh_flags & SHF_EXECINSTR) != 0)
4909 if ((this_hdr->sh_flags & SHF_WRITE) != 0)
4990 else if ((hdr->sh_flags & SHF_ALLOC) != 0)
6592 if ((ihdr->sh_flags & SHF_LINK_ORDER) != 0)
6595 ohdr->sh_flags |= SHF_LINK_ORDER;
7073 symstrtab_hdr->sh_flags = 0;