Searched refs:constructor_list (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldctor.c | 37 lang_statement_list_type constructor_list; variable 247 lang_list_init (&constructor_list); in ldctor_build_sets() 248 push_stat_ptr (&constructor_list); in ldctor_build_sets()
|
D | ldctor.h | 25 extern lang_statement_list_type constructor_list;
|
D | ldlang.c | 944 lang_for_each_statement_worker (func, constructor_list.head); in lang_for_each_statement_worker() 3250 open_input_bfds (constructor_list.head, mode); in open_input_bfds() 3502 check_input_sections (constructor_list.head, in check_input_sections() 3567 update_wild_statements (constructor_list.head); in update_wild_statements() 3605 map_input_to_output_sections (constructor_list.head, in map_input_to_output_sections() 4488 if (constructor_list.head != NULL) in print_statement() 4494 print_statement_list (constructor_list.head, os); in print_statement() 5163 dot = lang_size_sections_1 (&constructor_list.head, in lang_size_sections_1() 5534 dot = lang_do_assignments_1 (constructor_list.head, in lang_do_assignments_1() 6320 lang_gc_sections_1 (constructor_list.head); in lang_gc_sections_1() [all …]
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | mipself.em | 73 ret = hook_in_stub (info, &constructor_list.head);
|
D | nios2elf.em | 96 ret = hook_in_stub (info, &constructor_list.head, afterp);
|
D | metagelf.em | 90 ret = hook_in_stub (info, &constructor_list.head);
|
D | hppaelf.em | 113 ret = hook_in_stub (info, &constructor_list.head);
|
D | m68hc1xelf.em | 180 ret = hook_in_stub (info, &constructor_list.head);
|
D | aarch64elf.em | 96 ret = hook_in_stub (info, &constructor_list.head);
|
D | armelf.em | 123 ret = hook_in_stub (info, &constructor_list.head);
|
D | xtensaelf.em | 596 extern lang_statement_list_type constructor_list; 1364 xtensa_strip_inconsistent_linkonce_sections (&constructor_list);
|
D | ppc64elf.em | 304 ret = hook_in_stub (info, &constructor_list.head);
|