Searched refs:constructor_list (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldctor.h | 26 extern lang_statement_list_type constructor_list;
|
| D | ldctor.c | 38 lang_statement_list_type constructor_list; variable 248 stat_ptr = &constructor_list; in ldctor_build_sets()
|
| D | ldlang.c | 700 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/ |
| D | hppaelf.em | 115 ret = hook_in_stub (info, &constructor_list.head);
|
| D | m68hc1xelf.em | 180 ret = hook_in_stub (info, &constructor_list.head);
|
| D | ppc64elf.em | 152 ret = hook_in_stub (info, &constructor_list.head);
|
| D | xtensaelf.em | 450 extern lang_statement_list_type constructor_list; 467 lang_for_each_statement_worker (func, constructor_list.head);
|