Lines Matching refs:statement
953 lang_statement_union_type *statement)
969 iter_stack_create (stack_p, statement);
979 /* Any assignment statement should block reordering across it. */
1016 statement,
1021 if (!ld_local_file_relocations_fit (statement, deps))
1051 lang_for_each_statement_worker (xtensa_ldlang_clear_addresses, statement);
1271 input_section_linked_worker (lang_statement_union_type *statement)
1273 if ((statement->header.type == lang_input_section_enum
1274 && (statement->input_section.section == input_section_target)))
1410 xtensa_wild_group_interleave_callback (lang_statement_union_type *statement)
1414 if (statement->header.type == lang_wild_statement_enum)
1422 w = &statement->wild_statement;
1469 old_child_count = ld_count_children (statement);
1474 deps = ld_build_required_section_dependence (statement);
1484 new_child_count = ld_count_children (statement);
1488 xtensa_colocate_literals (deps, statement);
1491 new_child_count = ld_count_children (statement);
1614 xtensa_colocate_output_literals_callback (lang_statement_union_type *statement)
1617 if (statement->header.type == lang_output_section_statement_enum)
1619 /* Now, we walk over the contours of the output section statement.
1638 old_child_count = ld_count_children (statement);
1644 deps = ld_build_required_section_dependence (statement);
1650 xtensa_colocate_literals (deps, statement);
1653 new_child_count = ld_count_children (statement);
1658 /* Insert align/offset assignment statement. */
1661 ld_xtensa_insert_page_offsets (0, statement, deps,
1664 statement);
1681 xtensa_ldlang_clear_addresses (lang_statement_union_type *statement)
1683 switch (statement->header.type)
1687 asection *bfd_section = statement->input_section.section;
1703 /* Walk through all of the input statements in this wild statement
1766 ld_local_file_relocations_fit (lang_statement_union_type *statement,
1784 for (iter_stack_create (stack_p, statement);
1896 appends the new assignment statement to the stat_ptr
1901 /* Warning: side effect; statement appended to stat_ptr. */