Searched refs:wildcard_section (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.y71 struct Wildcard_section wildcard_section;
222 %type <wildcard_section> wildcard_file wildcard_section
615 wildcard_sections opt_comma wildcard_section
620 | wildcard_section
638 wildcard_section: label
644 | SORT_BY_NAME '(' wildcard_section ')'
663 | SORT_BY_ALIGNMENT '(' wildcard_section ')'
H A Dyyscript.h284 struct Wildcard_section wildcard_section; member in union:YYSTYPE
H A Dyyscript.c349 struct Wildcard_section wildcard_section; member in union:YYSTYPE
747 "wildcard_sections", "wildcard_section", "exclude_names",
2554 (yyval.input_section_spec).file = (yyvsp[-3].wildcard_section);
2563 (yyval.wildcard_section).name = (yyvsp[0].string);
2564 (yyval.wildcard_section).sort = SORT_WILDCARD_NONE;
2572 (yyval.wildcard_section).name = (yyvsp[-1].string);
2573 (yyval.wildcard_section).sort = SORT_WILDCARD_BY_NAME;
2581 (yyval.wildcard_sections).sections = script_string_sort_list_add((yyvsp[-2].wildcard_sections).sections, &(yyvsp[0].wildcard_section));
2590 (yyval.wildcard_sections).sections = script_new_string_sort_list(&(yyvsp[0].wildcard_section));
2617 (yyval.wildcard_section)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.y71 struct Wildcard_section wildcard_section;
222 %type <wildcard_section> wildcard_file wildcard_section
615 wildcard_sections opt_comma wildcard_section
620 | wildcard_section
638 wildcard_section: label
644 | SORT_BY_NAME '(' wildcard_section ')'
663 | SORT_BY_ALIGNMENT '(' wildcard_section ')'
H A Dyyscript.h297 struct Wildcard_section wildcard_section; member in union:YYSTYPE
H A Dyyscript.c367 struct Wildcard_section wildcard_section; member in union:YYSTYPE
565 YYSYMBOL_wildcard_section = 168, /* wildcard_section */
1063 "wildcard_sections", "wildcard_section", "exclude_names",
2913 (yyval.input_section_spec).file = (yyvsp[-3].wildcard_section);
2922 (yyval.wildcard_section).name = (yyvsp[0].string);
2923 (yyval.wildcard_section).sort = SORT_WILDCARD_NONE;
2931 (yyval.wildcard_section).name = (yyvsp[-1].string);
2932 (yyval.wildcard_section).sort = SORT_WILDCARD_BY_NAME;
2937 case 109: /* wildcard_sections: wildcard_sections opt_comma wildcard_section */
2940 (yyval.wildcard_sections).sections = script_string_sort_list_add((yyvsp[-2].wildcard_sections).sections, &(yyvsp[0].wildcard_section));
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dyyscript.y71 struct Wildcard_section wildcard_section;
222 %type <wildcard_section> wildcard_file wildcard_section
615 wildcard_sections opt_comma wildcard_section
620 | wildcard_section
638 wildcard_section: label
644 | SORT_BY_NAME '(' wildcard_section ')'
663 | SORT_BY_ALIGNMENT '(' wildcard_section ')'

Completed in 114 milliseconds