Home
last modified time | relevance | path

Searched refs:output_rule (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Dldscript.y45 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()
[all …]
Dld.h581 struct output_rule struct
595 struct output_rule *next; argument
603 struct output_rule *output_rules;
Dld.c1464 struct output_rule *orule; in create_lscript_symbols()
Dldgeneric.c2979 struct output_rule *orule; in sort_sections_lscript()
6290 struct output_rule *orule; in ld_generic_create_outfile()