Lines Matching refs:flags
767 contains the flags for the section group. */
947 search.flags = shdr->sh_flags;
980 queued->flags = SH_FLAGS_COMBINE (queued->flags, shdr->sh_flags);
992 queued->flags = shdr->sh_flags;
1524 /* Set flags for group handling. */
2107 /* Clear the flags. */
2210 new_generated_scn (enum scn_kind kind, const char *name, int type, int flags,
2221 newp->flags = flags;
2292 /* XXX We might need a function which returns the section flags. */
2412 /* XXX We might need a function which returns the section flags. */
2702 newp->flags = SCNINFO_SHDR (found->shdr).sh_flags;
2728 type and flags of the resulting file. */
2732 if (queued->flags != SCNINFO_SHDR (found->shdr).sh_flags)
2733 queued->flags = ebl_sh_flags_combine (ld_state.ebl,
2734 queued->flags,
2970 && unlikely (head->flags & SHF_GROUP))
3085 shdr->sh_flags = head->flags;
4100 if (head->flags & SHF_MERGE)
4116 head->flags &= ~SHF_MERGE;
4125 head->flags &= ~SHF_MERGE;
4150 && (head->flags & SHF_STRINGS))
4221 && likely (head->flags & SHF_STRINGS))
4302 unsigned int len = (head->flags & SHF_STRINGS) ? 0 : 1;
4435 && head->flags == 0