Lines Matching refs:output_rule
45 static struct output_rule *new_output_rule (int tag);
49 static void new_segment (int mode, struct output_rule *output_rule);
71 struct output_rule *output_rule; member
119 %type <output_rule> outputsection
120 %type <output_rule> outputsections
498 static struct output_rule *
501 struct output_rule *newp = (struct output_rule *) in new_output_rule()
529 new_segment (int mode, struct output_rule *output_rule) in new_segment() argument
538 newp->output_rules = output_rule->next; in new_segment()
539 output_rule->next = NULL; in new_segment()
554 struct output_rule *runp; in new_segment()