Searched refs:constructor_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldctor.h26 extern lang_statement_list_type constructor_list;
H A Dldctor.c38 lang_statement_list_type constructor_list; variable
195 themselves into constructor_list. */
248 stat_ptr = &constructor_list;
H A Dldlang.c823 lang_for_each_statement_worker (func, constructor_list.head);
2905 open_input_bfds (constructor_list.head, force);
3125 check_input_sections (constructor_list.head,
3191 update_wild_statements (constructor_list.head);
3225 map_input_to_output_sections (constructor_list.head,
3907 if (constructor_list.head != NULL)
3913 print_statement_list (constructor_list.head, os);
4529 dot = lang_size_sections_1 (constructor_list.head,
4861 dot = lang_do_assignments_1 (constructor_list.head,
5607 lang_gc_sections_1 (constructor_list
[all...]

Completed in 84 milliseconds