Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.h391 struct lang_wild_statement_struct struct
393 lang_statement_header_type header;
394 lang_statement_list_type children;
395 lang_statement_list_type matching_sections;
396 lang_section_bst_type * tree;
397 lang_section_bst_type ** rightmost;
398 struct wildcard_list * section_list;
399 struct name_list * exclude_name_list;
400 struct flag_info * section_flag_list;
401 const char * filename;
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.h380 struct lang_wild_statement_struct struct
382 lang_statement_header_type header;
383 const char *filename;
384 bool filenames_sorted;
385 struct wildcard_list *section_list;
386 bool keep_sections;
387 lang_statement_list_type children;
388 struct name_list *exclude_name_list;
390 walk_wild_section_handler_t walk_wild_section_handler;
391 struct wildcard_list *handler_data[4];
[all …]