Home
last modified time | relevance | path

Searched defs:lang_wild_statement_struct (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldlang.h364 struct lang_wild_statement_struct struct
366 lang_statement_header_type header;
367 const char *filename;
368 bfd_boolean filenames_sorted;
369 struct wildcard_list *section_list;
370 bfd_boolean keep_sections;
371 lang_statement_list_type children;
372 struct name_list *exclude_name_list;
374 walk_wild_section_handler_t walk_wild_section_handler;
375 struct wildcard_list *handler_data[4];
[all …]
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldlang.h367 struct lang_wild_statement_struct struct
369 lang_statement_header_type header;
370 const char *filename;
371 bfd_boolean filenames_sorted;
372 struct wildcard_list *section_list;
373 bfd_boolean keep_sections;
374 lang_statement_list_type children;
376 walk_wild_section_handler_t walk_wild_section_handler;
377 struct wildcard_list *handler_data[4];
378 lang_section_bst_type *tree;
[all …]