Searched refs:output_rule (Results 1 – 6 of 6) sorted by relevance
130 static struct output_rule *new_output_rule (int tag);134 static void new_segment (int mode, struct output_rule *output_rule);251 struct output_rule *output_rule; member1687 new_segment ((yyvsp[(2) - (5)].num), (yyvsp[(4) - (5)].output_rule));1698 new_segment (0, (yyvsp[(4) - (5)].output_rule));1751 (yyvsp[(2) - (2)].output_rule)->next = (yyvsp[(1) - (2)].output_rule)->next;1752 (yyval.output_rule) = (yyvsp[(1) - (2)].output_rule)->next = (yyvsp[(2) - (2)].output_rule);1760 { (yyval.output_rule) = (yyvsp[(1) - (1)].output_rule); }1768 (yyval.output_rule) = new_output_rule (output_assignment);1769 (yyval.output_rule)->val.assignment = (yyvsp[(1) - (2)].assignment);[all …]
53 static struct output_rule *new_output_rule (int tag);57 static void new_segment (int mode, struct output_rule *output_rule);79 struct output_rule *output_rule; member127 %type <output_rule> outputsection128 %type <output_rule> outputsections506 static struct output_rule *509 struct output_rule *newp = (struct output_rule *) in new_output_rule()537 new_segment (int mode, struct output_rule *output_rule) in new_segment() argument546 newp->output_rules = output_rule->next; in new_segment()547 output_rule->next = NULL; in new_segment()[all …]
115 struct output_rule *output_rule; member
589 struct output_rule struct603 struct output_rule *next; argument611 struct output_rule *output_rules;
1476 struct output_rule *orule; in create_lscript_symbols()
2987 struct output_rule *orule; in sort_sections_lscript()6298 struct output_rule *orule; in ld_generic_create_outfile()