Searched refs:input_section_spec (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.h280 struct Input_section_spec input_section_spec; member in union:YYSTYPE
H A Dyyscript.y67 struct Input_section_spec input_section_spec;
220 %type <input_section_spec> input_section_no_keep
538 | input_section_spec
576 input_section_spec: label
H A Dyyscript.c345 struct Input_section_spec input_section_spec; member in union:YYSTYPE
746 "input_section_spec", "input_section_no_keep", "wildcard_file",
2530 { script_add_input_section(closure, &(yyvsp[0].input_section_spec), 0); }
2536 { script_add_input_section(closure, &(yyvsp[-1].input_section_spec), 1); }
2543 (yyval.input_section_spec).file.name = (yyvsp[0].string);
2544 (yyval.input_section_spec).file.sort = SORT_WILDCARD_NONE;
2545 (yyval.input_section_spec).input_sections.sections = NULL;
2546 (yyval.input_section_spec).input_sections.exclude = NULL;
2554 (yyval.input_section_spec).file = (yyvsp[-3].wildcard_section);
2555 (yyval.input_section_spec)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.h293 struct Input_section_spec input_section_spec; member in union:YYSTYPE
H A Dyyscript.y67 struct Input_section_spec input_section_spec;
220 %type <input_section_spec> input_section_no_keep
538 | input_section_spec
576 input_section_spec: label
H A Dyyscript.c363 struct Input_section_spec input_section_spec; member in union:YYSTYPE
561 YYSYMBOL_input_section_spec = 164, /* input_section_spec */
1062 "input_section_spec", "input_section_no_keep", "wildcard_file",
2887 case 103: /* input_section_spec: input_section_no_keep */
2889 { script_add_input_section(closure, &(yyvsp[0].input_section_spec), 0); }
2893 case 104: /* input_section_spec: KEEP '(' input_section_no_keep ')' */
2895 { script_add_input_section(closure, &(yyvsp[-1].input_section_spec), 1); }
2902 (yyval.input_section_spec).file.name = (yyvsp[0].string);
2903 (yyval.input_section_spec).file.sort = SORT_WILDCARD_NONE;
2904 (yyval.input_section_spec)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dyyscript.y67 struct Input_section_spec input_section_spec;
220 %type <input_section_spec> input_section_no_keep
538 | input_section_spec
576 input_section_spec: label
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldgram.y660 input_section_spec: label
685 | input_section_spec
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldgram.y642 input_section_spec: label
666 | input_section_spec
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldgram.y660 input_section_spec: label
685 | input_section_spec

Completed in 221 milliseconds