Searched refs:group_statement (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.h | 427 lang_group_statement_type group_statement; member
|
D | ldlang.c | 957 s->group_statement.children.head); in lang_for_each_statement_worker() 3275 open_input_bfds (s->group_statement.children.head, in open_input_bfds() 3508 check_input_sections (s->group_statement.children.head, in check_input_sections() 3579 update_wild_statements (s->group_statement.children.head); in update_wild_statements() 3634 map_input_to_output_sections (s->group_statement.children.head, in map_input_to_output_sections() 4540 print_group (&s->group_statement, os); in print_statement() 5358 dot = lang_size_sections_1 (&s->group_statement.children.head, in lang_size_sections_1() 5646 dot = lang_do_assignments_1 (s->group_statement.children.head, in lang_do_assignments_1() 6326 lang_gc_sections_1 (s->group_statement.children.head); in lang_gc_sections_1() 6416 lang_find_relro_sections_1 (s->group_statement.children.head, in lang_find_relro_sections_1()
|
D | ChangeLog-9197 | 4472 (lang_statement_union_type): Add group_statement field.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | mipself.em | 92 ret = hook_in_stub (info, &l->group_statement.children.head);
|
D | nios2elf.em | 116 ret = hook_in_stub (info, &l->group_statement.children.head, afterp);
|
D | metagelf.em | 109 ret = hook_in_stub (info, &l->group_statement.children.head);
|
D | hppaelf.em | 132 ret = hook_in_stub (info, &l->group_statement.children.head);
|
D | ppc64elf.em | 181 sort_toc_sections (&s->group_statement.children, ini, small); 323 ret = hook_in_stub (info, &l->group_statement.children.head);
|
D | m68hc1xelf.em | 199 ret = hook_in_stub (info, &l->group_statement.children.head);
|
D | aarch64elf.em | 115 ret = hook_in_stub (info, &l->group_statement.children.head);
|
D | armelf.em | 142 ret = hook_in_stub (info, &l->group_statement.children.head);
|
D | xtensaelf.em | 821 l = &parent->group_statement.children; 1380 (&s->group_statement.children);
|