Searched refs:sect_flags (Results 1 – 7 of 7) sorted by relevance
99 %type <flag_info> sect_flags546 sect_flags:609 | sect_flags NAME622 | sect_flags '[' section_name_list ']'635 | sect_flags filename_spec '(' section_name_list ')'
334 (sect_flag_list, sect_flags): New rules.336 sect_flags.
980 * ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
102 %type <flag_info> sect_flags580 sect_flags:643 | sect_flags NAME656 | sect_flags '[' section_name_list ']'669 | sect_flags filename_spec '(' section_name_list ')'
4157 char *sect_flags; in create_section_contrib_substream() local4181 sect_flags = xmalloc (sizeof (uint32_t) * abfd->section_count); in create_section_contrib_substream()4189 || bfd_read (sect_flags + (i * sizeof (uint32_t)), sizeof (uint32_t), in create_section_contrib_substream()4193 free (sect_flags); in create_section_contrib_substream()4233 sect_flags + ((sc_in[i].sect_num - 1) * sizeof (uint32_t)), in create_section_contrib_substream()4249 free (sect_flags); in create_section_contrib_substream()