Home | History | Annotate | Download | only in gold

Lines Matching refs:section_type

80   enum Script_section_type section_type;
215 %type <section_type> section_type
380 $$.section_type = $2.section_type;
396 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
401 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
406 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
411 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
413 | '(' section_type ')' ':'
416 $$.section_type = $2;
418 | exp '(' section_type ')' ':'
421 $$.section_type = $3;
426 section_type: