Lines Matching refs:statement
104 /* Move the input section statement at *U which happens to be on LIST
116 /* Snip the input section from the statement list. If it was the
117 last statement, fix the list tail pointer. */
141 /* If the next statement is not an input section statement then
142 TO must point at the previous input section statement
420 build_toc_list (lang_statement_union_type *statement)
422 if (statement->header.type == lang_input_section_enum)
424 asection *i = statement->input_section.section;
438 build_section_lists (lang_statement_union_type *statement)
440 if (statement->header.type == lang_input_section_enum)
442 asection *i = statement->input_section.section;