Home
last modified time | relevance | path

Searched refs:wildcard_spec (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/binutils/ld/
HDld.h110 struct wildcard_spec { struct
118 struct wildcard_spec spec; argument
HDldgram.y75 struct wildcard_spec wildcard;
102 %type <wildcard> wildcard_spec
425 wildcard_spec:
503 file_NAME_list opt_comma wildcard_spec
512 wildcard_spec
525 struct wildcard_spec tmp;
535 | wildcard_spec '(' file_NAME_list ')'
HDldlang.h498 (struct wildcard_spec *, struct wildcard_list *, bfd_boolean);
HDChangeLog-9899889 * ld.h (wildcard_spec): Add exclude_name.
891 (wildcard_spec): Set exclude_name.
1634 * ldgram.y (current_file): Change to struct wildcard_spec.
1636 (wildcard_name, wildcard_spec): New nonterminals.
1637 (file_NAME_list): Use wildcard_spec.
1639 * ld.h (struct wildcard_spec): Define.
HDChangeLog-00013338 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3341 * ldgram.y (wildcard_spec): Support a list of excluded_files.
HDldlang.c5840 lang_add_wild (struct wildcard_spec *filespec, in lang_add_wild()