Home | History | Annotate | Download | only in src

Lines Matching refs:sh_flags

939   if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
946 if (unlikely (shdr->sh_flags & SHF_GROUP) && ld_state.gc_sections)
976 || (shdr->sh_flags & SHF_ALLOC) != 0
986 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
996 search.flags = shdr->sh_flags;
1010 if (unlikely (shdr->sh_flags & SHF_GROUP))
1031 if (SCNINFO_SHDR (runp->shdr).sh_flags & SHF_GROUP)
1059 shdr->sh_flags);
1071 queued->flags = shdr->sh_flags;
1079 ld_state.need_tls |= (shdr->sh_flags & SHF_TLS) != 0;
1157 has_merge_sections |= (shdr->sh_flags & SHF_MERGE) != 0;
1158 has_tls_symbols |= (shdr->sh_flags & SHF_TLS) != 0;
1335 && unlikely ((shdr->sh_flags & SHF_OS_NONCONFORMING) != 0))
1362 && (shdr->sh_flags & SHF_EXECINSTR) == 0
1419 && ((SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags
1621 if (SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags
2907 newp->flags = SCNINFO_SHDR (found->shdr).sh_flags & ~SHF_GROUP;
2937 if (queued->flags != SCNINFO_SHDR (found->shdr).sh_flags)
2942 SCNINFO_SHDR (found->shdr).sh_flags
3293 shdr->sh_flags = head->flags;
3296 assert (shdr->sh_entsize != 0 || (shdr->sh_flags & SHF_MERGE) == 0);
6182 shdr->sh_flags = 0;
6333 if (unlikely (shdr->sh_flags & SHF_TLS))
6372 || (shdr->sh_flags & SHF_TLS) == 0)