Home
last modified time | relevance | path

Searched refs:input_rule (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dldscript.y44 static struct input_rule *new_input_rule (int tag);
70 struct input_rule *input_rule; member
117 %type <input_rule> inputsection
118 %type <input_rule> inputsections
486 static struct input_rule *
489 struct input_rule *newp = (struct input_rule *) in new_input_rule()
Dld.h552 struct input_rule struct
566 struct input_rule *next; argument
574 struct input_rule *input;
Dldgeneric.c2984 struct input_rule *irule; in sort_sections_lscript()