Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/ld/
H A Dldlang.h382 lang_group_statement_type group_statement; member
H A Dldlang.c835 s->group_statement.children.head); in lang_for_each_statement_worker()
2926 open_input_bfds (s->group_statement.children.head, TRUE); in open_input_bfds()
3129 check_input_sections (s->group_statement.children.head, in check_input_sections()
3198 update_wild_statements (s->group_statement.children.head); in update_wild_statements()
3256 map_input_to_output_sections (s->group_statement.children.head, in map_input_to_output_sections()
3957 print_group (&s->group_statement, os); in print_statement()
4697 dot = lang_size_sections_1 (s->group_statement.children.head, in lang_size_sections_1()
4699 &s->group_statement.children.head, in lang_size_sections_1()
4964 dot = lang_do_assignments_1 (s->group_statement.children.head, in lang_do_assignments_1()
5611 lang_gc_sections_1 (s->group_statement.children.head); in lang_gc_sections_1()
H A DChangeLog-91974472 (lang_statement_union_type): Add group_statement field.
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dppc64elf.em174 ret = hook_in_stub (info, &l->group_statement.children.head);