Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldctor.h26 extern lang_statement_list_type constructor_list;
Dldctor.c38 lang_statement_list_type constructor_list; variable
248 stat_ptr = &constructor_list; in ldctor_build_sets()
Dldlang.c700 lang_for_each_statement_worker (func, constructor_list.head); in lang_for_each_statement_worker()
2634 open_input_bfds (constructor_list.head, force); in open_input_bfds()
2854 check_input_sections (constructor_list.head, in check_input_sections()
2919 update_wild_statements (constructor_list.head); in update_wild_statements()
2951 map_input_to_output_sections (constructor_list.head, in map_input_to_output_sections()
3649 if (constructor_list.head != NULL) in print_statement()
3655 print_statement_list (constructor_list.head, os); in print_statement()
4181 dot = lang_size_sections_1 (constructor_list.head, in lang_size_sections_1()
4461 dot = lang_do_assignments_1 (constructor_list.head, in lang_do_assignments_1()
5210 lang_gc_sections_1 (constructor_list.head); in lang_gc_sections_1()
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dhppaelf.em115 ret = hook_in_stub (info, &constructor_list.head);
Dm68hc1xelf.em180 ret = hook_in_stub (info, &constructor_list.head);
Dppc64elf.em152 ret = hook_in_stub (info, &constructor_list.head);
Dxtensaelf.em450 extern lang_statement_list_type constructor_list;
467 lang_for_each_statement_worker (func, constructor_list.head);