Lines Matching full:sections
172 %token SECTIONS
280 | SECTIONS '{'
347 /* Commands in a SECTIONS block. */
353 /* A command which may appear within a SECTIONS block. */
369 /* The header of an output section in a SECTIONS block--everything
485 /* The trailer of an output section in a SECTIONS block. */
526 section in a SECTIONS block. */
533 section in a SECTIONS block. */
558 output section in a SECTIONS block. */
573 description of an output section in a SECTIONS block. */
587 $$.input_sections.sections = NULL;
615 $$.sections = script_string_sort_list_add($1.sections, &$3);
620 $$.sections = script_new_string_sort_list(&$1);
625 $$.sections = $1.sections;
630 $$.sections = NULL;