Home | History | Annotate | Download | only in src

Lines Matching refs:sh_flags

949   if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
956 if (unlikely (shdr->sh_flags & SHF_GROUP) && ld_state.gc_sections)
986 || (shdr->sh_flags & SHF_ALLOC) != 0
996 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
1006 search.flags = shdr->sh_flags;
1020 if (unlikely (shdr->sh_flags & SHF_GROUP))
1041 if (SCNINFO_SHDR (runp->shdr).sh_flags & SHF_GROUP)
1069 shdr->sh_flags);
1081 queued->flags = shdr->sh_flags;
1089 ld_state.need_tls |= (shdr->sh_flags & SHF_TLS) != 0;
1167 has_merge_sections |= (shdr->sh_flags & SHF_MERGE) != 0;
1168 has_tls_symbols |= (shdr->sh_flags & SHF_TLS) != 0;
1345 && unlikely ((shdr->sh_flags & SHF_OS_NONCONFORMING) != 0))
1372 && (shdr->sh_flags & SHF_EXECINSTR) == 0
1429 && ((SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags
1631 if (SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags
2917 newp->flags = SCNINFO_SHDR (found->shdr).sh_flags & ~SHF_GROUP;
2947 if (queued->flags != SCNINFO_SHDR (found->shdr).sh_flags)
2952 SCNINFO_SHDR (found->shdr).sh_flags
3303 shdr->sh_flags = head->flags;
3306 assert (shdr->sh_entsize != 0 || (shdr->sh_flags & SHF_MERGE) == 0);
6193 shdr->sh_flags = 0;
6344 if (unlikely (shdr->sh_flags & SHF_TLS))
6383 || (shdr->sh_flags & SHF_TLS) == 0)