Home
last modified time | relevance | path

Searched refs:constructor_list (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/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
248 stat_ptr = &constructor_list; in ldctor_build_sets()
H A Dldlang.c823 lang_for_each_statement_worker (func, constructor_list.head); in lang_for_each_statement_worker()
2903 open_input_bfds (constructor_list.head, force); in open_input_bfds()
3123 check_input_sections (constructor_list.head, in check_input_sections()
3189 update_wild_statements (constructor_list.head); in update_wild_statements()
3223 map_input_to_output_sections (constructor_list.head, in map_input_to_output_sections()
3905 if (constructor_list.head != NULL) in print_statement()
3911 print_statement_list (constructor_list.head, os); in print_statement()
4527 dot = lang_size_sections_1 (constructor_list.head, in lang_size_sections_1()
4859 dot = lang_do_assignments_1 (constructor_list.head, in lang_do_assignments_1()
5605 lang_gc_sections_1 (constructor_list.head); in lang_gc_sections_1()
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dppc64elf.em155 ret = hook_in_stub (info, &constructor_list.head);