Lines Matching refs:s_flags
597 long styp_flags = internal_s->s_flags; in styp_to_sec_flags()
1007 long styp_flags = internal_s->s_flags; in styp_to_sec_flags()
1611 i = (hdr->s_flags >> 8) & 0xF ; in coff_set_alignment_hook()
1614 i = COFF_DECODE_ALIGNMENT(hdr->s_flags); in coff_set_alignment_hook()
1647 ALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_64BYTES, 6) in coff_set_alignment_hook()
1648 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_32BYTES, 5) in coff_set_alignment_hook()
1649 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_16BYTES, 4) in coff_set_alignment_hook()
1650 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_8BYTES, 3) in coff_set_alignment_hook()
1651 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_4BYTES, 2) in coff_set_alignment_hook()
1652 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_2BYTES, 1) in coff_set_alignment_hook()
1653 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_1BYTES, 0) in coff_set_alignment_hook()
1677 pei_section_data (abfd, section)->pe_flags = hdr->s_flags; in coff_set_alignment_hook()
1682 if (hdr->s_flags & IMAGE_SCN_LNK_NRELOC_OVFL) in coff_set_alignment_hook()
1719 if ((hdr->s_flags & STYP_OVRFLO) == 0) in coff_set_alignment_hook()
3558 section.s_flags = sec_to_styp_flags (current->name, current->flags); in coff_write_object_contents()
3574 section.s_flags |= (current->alignment_power & 0xF) << 8; in coff_write_object_contents()
3716 scnhdr.s_flags = STYP_OVRFLO; in coff_write_object_contents()