Searched refs:wild_statement (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/ld/
H A Dldlang.h367 lang_wild_statement_type wild_statement; member in union:lang_statement_union
H A Dldlang.c831 s->wild_statement.children.head);
2912 if (s->wild_statement.filename
2913 && ! wildcardp (s->wild_statement.filename))
2914 lookup_name (s->wild_statement.filename);
2915 open_input_bfds (s->wild_statement.children.head, force);
3119 walk_wild (&s->wild_statement, check_section_callback,
3167 sec = s->wild_statement.section_list;
3168 for (sec = s->wild_statement.section_list; sec != NULL;
3222 wild (&s->wild_statement, target, os);
3917 print_wild_statement (&s->wild_statement, o
[all...]

Completed in 107 milliseconds