Lines Matching refs:children

428   lang_add_section (&ptr->children, tree->section,
827 (func, s->output_section_statement.children.head);
831 s->wild_statement.children.head);
835 s->group_statement.children.head);
1040 lang_list_init (&ret->s.output_section_statement.children);
1516 add_child = &os->children;
2154 for (l = wild->children.head; l != NULL; l = l->header.next)
2255 lang_add_section (&ptr->children, section,
2272 for (pp = &ptr->children.head;
2908 open_input_bfds (s->output_section_statement.children.head, force);
2915 open_input_bfds (s->wild_statement.children.head, force);
2928 open_input_bfds (s->group_statement.children.head, TRUE);
3131 check_input_sections (s->group_statement.children.head,
3196 (s->output_section_statement.children.head);
3200 update_wild_statements (s->group_statement.children.head);
3236 check_input_sections (s->output_section_statement.children.head,
3248 map_input_to_output_sections (s->output_section_statement.children.head,
3258 map_input_to_output_sections (s->group_statement.children.head,
3435 print_statement_list (output_section_statement->children.head,
3865 print_statement_list (w->children.head, os);
3875 print_statement_list (s->children.head, os);
4271 if (os->children.head == NULL
4272 || os->children.head->header.next != NULL
4273 || (os->children.head->header.type
4278 input = os->children.head->input_section.section;
4372 lang_size_sections_1 (os->children.head, os, &os->children.head,
4531 &s->wild_statement.children.head,
4588 dot = lang_size_sections_1 (s->wild_statement.children.head,
4590 &s->wild_statement.children.head,
4699 dot = lang_size_sections_1 (s->group_statement.children.head,
4701 &s->group_statement.children.head,
4874 lang_do_assignments_1 (os->children.head, os, os->fill, dot);
4887 dot = lang_do_assignments_1 (s->wild_statement.children.head,
4966 dot = lang_do_assignments_1 (s->group_statement.children.head,
5355 lang_add_section (&default_common_section->children, s,
5366 lang_add_section (&os->children, s, os);
5528 stat_ptr = &os->children;
5610 lang_gc_sections_1 (s->output_section_statement.children.head);
5613 lang_gc_sections_1 (s->group_statement.children.head);
5879 lang_list_init (&new->children);
6181 lang_list_init (&g->children);
6182 stat_ptr = &g->children;