#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 14 #define STATE_COUNT 834 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 111 #define ALIAS_COUNT 1 #define TOKEN_COUNT 70 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 16 #define MAX_ALIAS_SEQUENCE_LENGTH 12 #define PRODUCTION_ID_COUNT 44 enum ts_symbol_identifiers { sym_symbol = 1, anon_sym_ENTRY = 2, anon_sym_LPAREN = 3, anon_sym_RPAREN = 4, anon_sym_SECTIONS = 5, anon_sym_LBRACE = 6, anon_sym_RBRACE = 7, anon_sym_SLASHDISCARD_SLASH = 8, anon_sym_COLON = 9, anon_sym_SEMI = 10, anon_sym_AT = 11, anon_sym_GT = 12, anon_sym_EQ = 13, anon_sym_NOLOAD = 14, anon_sym_DSECT = 15, anon_sym_COPY = 16, anon_sym_INFO = 17, anon_sym_OVERLAY = 18, anon_sym_LBRACK = 19, anon_sym_RBRACK = 20, anon_sym_STAR = 21, anon_sym_NOCROSSREFS = 22, anon_sym_DOT = 23, anon_sym_PLUS_EQ = 24, anon_sym_DASH_EQ = 25, anon_sym_STAR_EQ = 26, anon_sym_SLASH_EQ = 27, anon_sym_LT_LT_EQ = 28, anon_sym_GT_GT_EQ = 29, anon_sym_AMP_EQ = 30, anon_sym_PIPE_EQ = 31, anon_sym_ASSERT = 32, anon_sym_COMMA = 33, anon_sym_KEEP = 34, anon_sym_PROVIDE = 35, anon_sym_PROVIDE_HIDDEN = 36, anon_sym_MEMORY = 37, anon_sym_ORIGIN = 38, anon_sym_org = 39, anon_sym_o = 40, anon_sym_LENGTH = 41, anon_sym_len = 42, anon_sym_l = 43, aux_sym_attributes_token1 = 44, anon_sym_PHDRS = 45, anon_sym_FILEHDR = 46, anon_sym_QMARK = 47, anon_sym_BANG = 48, anon_sym_TILDE = 49, anon_sym_DASH = 50, anon_sym_PLUS = 51, anon_sym_SLASH = 52, anon_sym_PERCENT = 53, anon_sym_PIPE_PIPE = 54, anon_sym_AMP_AMP = 55, anon_sym_PIPE = 56, anon_sym_AMP = 57, anon_sym_EQ_EQ = 58, anon_sym_BANG_EQ = 59, anon_sym_GT_EQ = 60, anon_sym_LT_EQ = 61, anon_sym_LT = 62, anon_sym_LT_LT = 63, anon_sym_GT_GT = 64, sym_number = 65, anon_sym_DQUOTE = 66, aux_sym_quoted_symbol_token1 = 67, sym_filename = 68, sym_comment = 69, sym_linkerscript = 70, sym_entry_command = 71, sym__command = 72, sym_sections_command = 73, sym__output_section_command = 74, sym_output_section = 75, sym__at = 76, sym_region = 77, sym_lma_region = 78, sym_phdr = 79, sym_fillexp = 80, sym_section_type = 81, sym_input_section = 82, sym_wildcard_pattern = 83, sym_overlay_command = 84, sym_assignment = 85, sym_assert_command = 86, sym_keep_command = 87, sym_provide_command = 88, sym_memory_command = 89, sym__memory = 90, sym_attributes = 91, sym_phdrs_command = 92, sym__phdr = 93, sym_expression = 94, sym_conditional_expression = 95, sym_unary_expression = 96, sym_binary_expression = 97, sym_parenthesized_expression = 98, sym_call_expression = 99, sym_argument_list = 100, sym_quoted_symbol = 101, aux_sym_linkerscript_repeat1 = 102, aux_sym_sections_command_repeat1 = 103, aux_sym_output_section_repeat1 = 104, aux_sym_input_section_repeat1 = 105, aux_sym_assert_command_repeat1 = 106, aux_sym_memory_command_repeat1 = 107, aux_sym_attributes_repeat1 = 108, aux_sym_phdrs_command_repeat1 = 109, aux_sym_argument_list_repeat1 = 110, alias_sym_load_memory_address = 111, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_symbol] = "symbol", [anon_sym_ENTRY] = "ENTRY", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_SECTIONS] = "SECTIONS", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_SLASHDISCARD_SLASH] = "/DISCARD/", [anon_sym_COLON] = ":", [anon_sym_SEMI] = ";", [anon_sym_AT] = "AT", [anon_sym_GT] = ">", [anon_sym_EQ] = "=", [anon_sym_NOLOAD] = "NOLOAD", [anon_sym_DSECT] = "DSECT", [anon_sym_COPY] = "COPY", [anon_sym_INFO] = "INFO", [anon_sym_OVERLAY] = "OVERLAY", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_STAR] = "*", [anon_sym_NOCROSSREFS] = "NOCROSSREFS", [anon_sym_DOT] = ".", [anon_sym_PLUS_EQ] = "+=", [anon_sym_DASH_EQ] = "-=", [anon_sym_STAR_EQ] = "*=", [anon_sym_SLASH_EQ] = "/=", [anon_sym_LT_LT_EQ] = "<<=", [anon_sym_GT_GT_EQ] = ">>=", [anon_sym_AMP_EQ] = "&=", [anon_sym_PIPE_EQ] = "|=", [anon_sym_ASSERT] = "ASSERT", [anon_sym_COMMA] = ",", [anon_sym_KEEP] = "KEEP", [anon_sym_PROVIDE] = "PROVIDE", [anon_sym_PROVIDE_HIDDEN] = "PROVIDE_HIDDEN", [anon_sym_MEMORY] = "MEMORY", [anon_sym_ORIGIN] = "ORIGIN", [anon_sym_org] = "org", [anon_sym_o] = "o", [anon_sym_LENGTH] = "LENGTH", [anon_sym_len] = "len", [anon_sym_l] = "l", [aux_sym_attributes_token1] = "attributes_token1", [anon_sym_PHDRS] = "PHDRS", [anon_sym_FILEHDR] = "FILEHDR", [anon_sym_QMARK] = "\?", [anon_sym_BANG] = "!", [anon_sym_TILDE] = "~", [anon_sym_DASH] = "-", [anon_sym_PLUS] = "+", [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_PIPE_PIPE] = "||", [anon_sym_AMP_AMP] = "&&", [anon_sym_PIPE] = "|", [anon_sym_AMP] = "&", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_GT_EQ] = ">=", [anon_sym_LT_EQ] = "<=", [anon_sym_LT] = "<", [anon_sym_LT_LT] = "<<", [anon_sym_GT_GT] = ">>", [sym_number] = "number", [anon_sym_DQUOTE] = "\"", [aux_sym_quoted_symbol_token1] = "quoted_symbol_token1", [sym_filename] = "filename", [sym_comment] = "comment", [sym_linkerscript] = "linkerscript", [sym_entry_command] = "entry_command", [sym__command] = "_command", [sym_sections_command] = "sections_command", [sym__output_section_command] = "_output_section_command", [sym_output_section] = "output_section", [sym__at] = "_at", [sym_region] = "region", [sym_lma_region] = "lma_region", [sym_phdr] = "phdr", [sym_fillexp] = "fillexp", [sym_section_type] = "section_type", [sym_input_section] = "input_section", [sym_wildcard_pattern] = "wildcard_pattern", [sym_overlay_command] = "overlay_command", [sym_assignment] = "assignment", [sym_assert_command] = "assert_command", [sym_keep_command] = "keep_command", [sym_provide_command] = "provide_command", [sym_memory_command] = "memory_command", [sym__memory] = "_memory", [sym_attributes] = "attributes", [sym_phdrs_command] = "phdrs_command", [sym__phdr] = "_phdr", [sym_expression] = "expression", [sym_conditional_expression] = "conditional_expression", [sym_unary_expression] = "unary_expression", [sym_binary_expression] = "binary_expression", [sym_parenthesized_expression] = "parenthesized_expression", [sym_call_expression] = "call_expression", [sym_argument_list] = "argument_list", [sym_quoted_symbol] = "quoted_symbol", [aux_sym_linkerscript_repeat1] = "linkerscript_repeat1", [aux_sym_sections_command_repeat1] = "sections_command_repeat1", [aux_sym_output_section_repeat1] = "output_section_repeat1", [aux_sym_input_section_repeat1] = "input_section_repeat1", [aux_sym_assert_command_repeat1] = "assert_command_repeat1", [aux_sym_memory_command_repeat1] = "memory_command_repeat1", [aux_sym_attributes_repeat1] = "attributes_repeat1", [aux_sym_phdrs_command_repeat1] = "phdrs_command_repeat1", [aux_sym_argument_list_repeat1] = "argument_list_repeat1", [alias_sym_load_memory_address] = "load_memory_address", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_symbol] = sym_symbol, [anon_sym_ENTRY] = anon_sym_ENTRY, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_SECTIONS] = anon_sym_SECTIONS, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_SLASHDISCARD_SLASH] = anon_sym_SLASHDISCARD_SLASH, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_AT] = anon_sym_AT, [anon_sym_GT] = anon_sym_GT, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_NOLOAD] = anon_sym_NOLOAD, [anon_sym_DSECT] = anon_sym_DSECT, [anon_sym_COPY] = anon_sym_COPY, [anon_sym_INFO] = anon_sym_INFO, [anon_sym_OVERLAY] = anon_sym_OVERLAY, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_NOCROSSREFS] = anon_sym_NOCROSSREFS, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ, [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_ASSERT] = anon_sym_ASSERT, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_KEEP] = anon_sym_KEEP, [anon_sym_PROVIDE] = anon_sym_PROVIDE, [anon_sym_PROVIDE_HIDDEN] = anon_sym_PROVIDE_HIDDEN, [anon_sym_MEMORY] = anon_sym_MEMORY, [anon_sym_ORIGIN] = anon_sym_ORIGIN, [anon_sym_org] = anon_sym_org, [anon_sym_o] = anon_sym_o, [anon_sym_LENGTH] = anon_sym_LENGTH, [anon_sym_len] = anon_sym_len, [anon_sym_l] = anon_sym_l, [aux_sym_attributes_token1] = aux_sym_attributes_token1, [anon_sym_PHDRS] = anon_sym_PHDRS, [anon_sym_FILEHDR] = anon_sym_FILEHDR, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_TILDE] = anon_sym_TILDE, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_GT_GT] = anon_sym_GT_GT, [sym_number] = sym_number, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [aux_sym_quoted_symbol_token1] = aux_sym_quoted_symbol_token1, [sym_filename] = sym_filename, [sym_comment] = sym_comment, [sym_linkerscript] = sym_linkerscript, [sym_entry_command] = sym_entry_command, [sym__command] = sym__command, [sym_sections_command] = sym_sections_command, [sym__output_section_command] = sym__output_section_command, [sym_output_section] = sym_output_section, [sym__at] = sym__at, [sym_region] = sym_region, [sym_lma_region] = sym_lma_region, [sym_phdr] = sym_phdr, [sym_fillexp] = sym_fillexp, [sym_section_type] = sym_section_type, [sym_input_section] = sym_input_section, [sym_wildcard_pattern] = sym_wildcard_pattern, [sym_overlay_command] = sym_overlay_command, [sym_assignment] = sym_assignment, [sym_assert_command] = sym_assert_command, [sym_keep_command] = sym_keep_command, [sym_provide_command] = sym_provide_command, [sym_memory_command] = sym_memory_command, [sym__memory] = sym__memory, [sym_attributes] = sym_attributes, [sym_phdrs_command] = sym_phdrs_command, [sym__phdr] = sym__phdr, [sym_expression] = sym_expression, [sym_conditional_expression] = sym_conditional_expression, [sym_unary_expression] = sym_unary_expression, [sym_binary_expression] = sym_binary_expression, [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_call_expression] = sym_call_expression, [sym_argument_list] = sym_argument_list, [sym_quoted_symbol] = sym_quoted_symbol, [aux_sym_linkerscript_repeat1] = aux_sym_linkerscript_repeat1, [aux_sym_sections_command_repeat1] = aux_sym_sections_command_repeat1, [aux_sym_output_section_repeat1] = aux_sym_output_section_repeat1, [aux_sym_input_section_repeat1] = aux_sym_input_section_repeat1, [aux_sym_assert_command_repeat1] = aux_sym_assert_command_repeat1, [aux_sym_memory_command_repeat1] = aux_sym_memory_command_repeat1, [aux_sym_attributes_repeat1] = aux_sym_attributes_repeat1, [aux_sym_phdrs_command_repeat1] = aux_sym_phdrs_command_repeat1, [aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1, [alias_sym_load_memory_address] = alias_sym_load_memory_address, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_symbol] = { .visible = true, .named = true, }, [anon_sym_ENTRY] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_SECTIONS] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_SLASHDISCARD_SLASH] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_AT] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_NOLOAD] = { .visible = true, .named = false, }, [anon_sym_DSECT] = { .visible = true, .named = false, }, [anon_sym_COPY] = { .visible = true, .named = false, }, [anon_sym_INFO] = { .visible = true, .named = false, }, [anon_sym_OVERLAY] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_NOCROSSREFS] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_ASSERT] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_KEEP] = { .visible = true, .named = false, }, [anon_sym_PROVIDE] = { .visible = true, .named = false, }, [anon_sym_PROVIDE_HIDDEN] = { .visible = true, .named = false, }, [anon_sym_MEMORY] = { .visible = true, .named = false, }, [anon_sym_ORIGIN] = { .visible = true, .named = false, }, [anon_sym_org] = { .visible = true, .named = false, }, [anon_sym_o] = { .visible = true, .named = false, }, [anon_sym_LENGTH] = { .visible = true, .named = false, }, [anon_sym_len] = { .visible = true, .named = false, }, [anon_sym_l] = { .visible = true, .named = false, }, [aux_sym_attributes_token1] = { .visible = false, .named = false, }, [anon_sym_PHDRS] = { .visible = true, .named = false, }, [anon_sym_FILEHDR] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [sym_number] = { .visible = true, .named = true, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [aux_sym_quoted_symbol_token1] = { .visible = false, .named = false, }, [sym_filename] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .named = true, }, [sym_linkerscript] = { .visible = true, .named = true, }, [sym_entry_command] = { .visible = true, .named = true, }, [sym__command] = { .visible = false, .named = true, }, [sym_sections_command] = { .visible = true, .named = true, }, [sym__output_section_command] = { .visible = false, .named = true, }, [sym_output_section] = { .visible = true, .named = true, }, [sym__at] = { .visible = false, .named = true, }, [sym_region] = { .visible = true, .named = true, }, [sym_lma_region] = { .visible = true, .named = true, }, [sym_phdr] = { .visible = true, .named = true, }, [sym_fillexp] = { .visible = true, .named = true, }, [sym_section_type] = { .visible = true, .named = true, }, [sym_input_section] = { .visible = true, .named = true, }, [sym_wildcard_pattern] = { .visible = true, .named = true, }, [sym_overlay_command] = { .visible = true, .named = true, }, [sym_assignment] = { .visible = true, .named = true, }, [sym_assert_command] = { .visible = true, .named = true, }, [sym_keep_command] = { .visible = true, .named = true, }, [sym_provide_command] = { .visible = true, .named = true, }, [sym_memory_command] = { .visible = true, .named = true, }, [sym__memory] = { .visible = false, .named = true, }, [sym_attributes] = { .visible = true, .named = true, }, [sym_phdrs_command] = { .visible = true, .named = true, }, [sym__phdr] = { .visible = false, .named = true, }, [sym_expression] = { .visible = false, .named = true, .supertype = true, }, [sym_conditional_expression] = { .visible = true, .named = true, }, [sym_unary_expression] = { .visible = true, .named = true, }, [sym_binary_expression] = { .visible = true, .named = true, }, [sym_parenthesized_expression] = { .visible = true, .named = true, }, [sym_call_expression] = { .visible = true, .named = true, }, [sym_argument_list] = { .visible = true, .named = true, }, [sym_quoted_symbol] = { .visible = true, .named = true, }, [aux_sym_linkerscript_repeat1] = { .visible = false, .named = false, }, [aux_sym_sections_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_output_section_repeat1] = { .visible = false, .named = false, }, [aux_sym_input_section_repeat1] = { .visible = false, .named = false, }, [aux_sym_assert_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_memory_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_attributes_repeat1] = { .visible = false, .named = false, }, [aux_sym_phdrs_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_argument_list_repeat1] = { .visible = false, .named = false, }, [alias_sym_load_memory_address] = { .visible = true, .named = true, }, }; enum ts_field_identifiers { field_address = 1, field_alternative = 2, field_argument = 3, field_arguments = 4, field_condition = 5, field_consequence = 6, field_function = 7, field_left = 8, field_length = 9, field_name = 10, field_operator = 11, field_origin = 12, field_right = 13, field_section = 14, field_start = 15, field_type = 16, }; static const char * const ts_field_names[] = { [0] = NULL, [field_address] = "address", [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", [field_condition] = "condition", [field_consequence] = "consequence", [field_function] = "function", [field_left] = "left", [field_length] = "length", [field_name] = "name", [field_operator] = "operator", [field_origin] = "origin", [field_right] = "right", [field_section] = "section", [field_start] = "start", [field_type] = "type", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 3}, [2] = {.index = 3, .length = 3}, [3] = {.index = 6, .length = 1}, [4] = {.index = 7, .length = 2}, [5] = {.index = 9, .length = 2}, [6] = {.index = 11, .length = 3}, [7] = {.index = 14, .length = 6}, [8] = {.index = 20, .length = 3}, [9] = {.index = 23, .length = 6}, [10] = {.index = 29, .length = 3}, [11] = {.index = 32, .length = 2}, [12] = {.index = 34, .length = 1}, [13] = {.index = 35, .length = 2}, [14] = {.index = 37, .length = 3}, [15] = {.index = 40, .length = 1}, [16] = {.index = 41, .length = 1}, [17] = {.index = 42, .length = 1}, [18] = {.index = 43, .length = 1}, [19] = {.index = 44, .length = 1}, [20] = {.index = 45, .length = 1}, [21] = {.index = 46, .length = 2}, [22] = {.index = 48, .length = 2}, [23] = {.index = 50, .length = 3}, [24] = {.index = 53, .length = 3}, [25] = {.index = 56, .length = 1}, [26] = {.index = 57, .length = 2}, [27] = {.index = 44, .length = 1}, [28] = {.index = 59, .length = 2}, [29] = {.index = 61, .length = 1}, [30] = {.index = 62, .length = 2}, [31] = {.index = 64, .length = 2}, [32] = {.index = 66, .length = 3}, [33] = {.index = 69, .length = 3}, [34] = {.index = 61, .length = 1}, [35] = {.index = 72, .length = 2}, [36] = {.index = 74, .length = 2}, [37] = {.index = 76, .length = 2}, [38] = {.index = 78, .length = 3}, [39] = {.index = 81, .length = 2}, [40] = {.index = 83, .length = 3}, [41] = {.index = 86, .length = 3}, [42] = {.index = 89, .length = 3}, [43] = {.index = 92, .length = 3}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_length, 0, .inherited = true}, {field_name, 0, .inherited = true}, {field_origin, 0, .inherited = true}, [3] = {field_address, 0, .inherited = true}, {field_name, 0, .inherited = true}, {field_type, 0, .inherited = true}, [6] = {field_name, 2}, [7] = {field_argument, 1}, {field_operator, 0}, [9] = {field_arguments, 1}, {field_function, 0}, [11] = {field_length, 2, .inherited = true}, {field_name, 2, .inherited = true}, {field_origin, 2, .inherited = true}, [14] = {field_length, 0, .inherited = true}, {field_length, 1, .inherited = true}, {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, {field_origin, 0, .inherited = true}, {field_origin, 1, .inherited = true}, [20] = {field_address, 2, .inherited = true}, {field_name, 2, .inherited = true}, {field_type, 2, .inherited = true}, [23] = {field_address, 0, .inherited = true}, {field_address, 1, .inherited = true}, {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, {field_type, 0, .inherited = true}, {field_type, 1, .inherited = true}, [29] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [32] = {field_name, 0}, {field_type, 1}, [34] = {field_name, 0}, [35] = {field_alternative, 3}, {field_condition, 0}, [37] = {field_address, 2, .inherited = true}, {field_name, 0}, {field_type, 1}, [40] = {field_section, 0}, [41] = {field_address, 2}, [42] = {field_address, 1, .inherited = true}, [43] = {field_address, 1}, [44] = {field_address, 2, .inherited = true}, [45] = {field_start, 1}, [46] = {field_address, 1, .inherited = true}, {field_name, 0}, [48] = {field_address, 1}, {field_name, 0}, [50] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, [53] = {field_address, 3, .inherited = true}, {field_name, 0}, {field_type, 1}, [56] = {field_section, 2, .inherited = true}, [57] = {field_section, 0, .inherited = true}, {field_section, 1, .inherited = true}, [59] = {field_address, 1}, {field_address, 2, .inherited = true}, [61] = {field_address, 3, .inherited = true}, [62] = {field_address, 3, .inherited = true}, {field_start, 1}, [64] = {field_address, 2, .inherited = true}, {field_name, 0}, [66] = {field_address, 1}, {field_address, 2, .inherited = true}, {field_name, 0}, [69] = {field_address, 4, .inherited = true}, {field_name, 0}, {field_type, 1}, [72] = {field_address, 1}, {field_address, 3, .inherited = true}, [74] = {field_address, 4, .inherited = true}, {field_start, 1}, [76] = {field_address, 3, .inherited = true}, {field_name, 0}, [78] = {field_address, 1}, {field_address, 3, .inherited = true}, {field_name, 0}, [81] = {field_address, 1}, {field_address, 4, .inherited = true}, [83] = {field_address, 1}, {field_address, 4, .inherited = true}, {field_name, 0}, [86] = {field_length, 8}, {field_name, 0}, {field_origin, 4}, [89] = {field_length, 9}, {field_name, 0}, {field_origin, 5}, [92] = {field_length, 11}, {field_name, 0}, {field_origin, 7}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [17] = { [1] = alias_sym_load_memory_address, }, [21] = { [1] = alias_sym_load_memory_address, }, [27] = { [2] = alias_sym_load_memory_address, }, [28] = { [2] = alias_sym_load_memory_address, }, [31] = { [2] = alias_sym_load_memory_address, }, [32] = { [2] = alias_sym_load_memory_address, }, [34] = { [3] = alias_sym_load_memory_address, }, [35] = { [3] = alias_sym_load_memory_address, }, [37] = { [3] = alias_sym_load_memory_address, }, [38] = { [3] = alias_sym_load_memory_address, }, [39] = { [4] = alias_sym_load_memory_address, }, [40] = { [4] = alias_sym_load_memory_address, }, }; static const uint16_t ts_non_terminal_alias_map[] = { sym__at, 2, sym__at, alias_sym_load_memory_address, 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 5, [6] = 6, [7] = 7, [8] = 8, [9] = 9, [10] = 10, [11] = 11, [12] = 12, [13] = 13, [14] = 14, [15] = 15, [16] = 16, [17] = 17, [18] = 11, [19] = 12, [20] = 20, [21] = 21, [22] = 22, [23] = 7, [24] = 24, [25] = 10, [26] = 5, [27] = 3, [28] = 8, [29] = 14, [30] = 15, [31] = 31, [32] = 2, [33] = 6, [34] = 13, [35] = 21, [36] = 24, [37] = 31, [38] = 17, [39] = 16, [40] = 22, [41] = 20, [42] = 42, [43] = 8, [44] = 10, [45] = 7, [46] = 11, [47] = 47, [48] = 14, [49] = 15, [50] = 6, [51] = 13, [52] = 2, [53] = 3, [54] = 12, [55] = 5, [56] = 56, [57] = 21, [58] = 16, [59] = 24, [60] = 17, [61] = 61, [62] = 31, [63] = 20, [64] = 22, [65] = 65, [66] = 65, [67] = 67, [68] = 65, [69] = 69, [70] = 70, [71] = 71, [72] = 72, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 77, [78] = 75, [79] = 79, [80] = 80, [81] = 81, [82] = 82, [83] = 74, [84] = 84, [85] = 82, [86] = 74, [87] = 82, [88] = 77, [89] = 89, [90] = 77, [91] = 91, [92] = 92, [93] = 75, [94] = 81, [95] = 95, [96] = 96, [97] = 97, [98] = 98, [99] = 98, [100] = 100, [101] = 101, [102] = 102, [103] = 102, [104] = 102, [105] = 105, [106] = 106, [107] = 107, [108] = 108, [109] = 109, [110] = 110, [111] = 111, [112] = 112, [113] = 113, [114] = 114, [115] = 115, [116] = 116, [117] = 117, [118] = 118, [119] = 119, [120] = 120, [121] = 121, [122] = 122, [123] = 111, [124] = 124, [125] = 125, [126] = 106, [127] = 127, [128] = 128, [129] = 129, [130] = 120, [131] = 119, [132] = 129, [133] = 128, [134] = 127, [135] = 106, [136] = 115, [137] = 125, [138] = 117, [139] = 118, [140] = 140, [141] = 119, [142] = 142, [143] = 120, [144] = 129, [145] = 145, [146] = 146, [147] = 147, [148] = 148, [149] = 121, [150] = 128, [151] = 151, [152] = 113, [153] = 127, [154] = 113, [155] = 155, [156] = 121, [157] = 157, [158] = 158, [159] = 159, [160] = 160, [161] = 161, [162] = 162, [163] = 163, [164] = 164, [165] = 125, [166] = 166, [167] = 124, [168] = 168, [169] = 169, [170] = 170, [171] = 171, [172] = 111, [173] = 173, [174] = 174, [175] = 175, [176] = 176, [177] = 177, [178] = 178, [179] = 179, [180] = 180, [181] = 118, [182] = 182, [183] = 117, [184] = 184, [185] = 115, [186] = 124, [187] = 187, [188] = 188, [189] = 189, [190] = 190, [191] = 191, [192] = 192, [193] = 193, [194] = 194, [195] = 195, [196] = 196, [197] = 197, [198] = 198, [199] = 199, [200] = 200, [201] = 201, [202] = 202, [203] = 203, [204] = 204, [205] = 205, [206] = 206, [207] = 207, [208] = 208, [209] = 209, [210] = 210, [211] = 211, [212] = 212, [213] = 213, [214] = 214, [215] = 215, [216] = 216, [217] = 217, [218] = 218, [219] = 219, [220] = 220, [221] = 221, [222] = 222, [223] = 223, [224] = 224, [225] = 225, [226] = 226, [227] = 227, [228] = 228, [229] = 229, [230] = 230, [231] = 231, [232] = 232, [233] = 233, [234] = 234, [235] = 235, [236] = 236, [237] = 237, [238] = 238, [239] = 239, [240] = 240, [241] = 241, [242] = 242, [243] = 243, [244] = 244, [245] = 245, [246] = 246, [247] = 247, [248] = 248, [249] = 249, [250] = 250, [251] = 251, [252] = 252, [253] = 253, [254] = 254, [255] = 255, [256] = 256, [257] = 257, [258] = 258, [259] = 259, [260] = 260, [261] = 261, [262] = 262, [263] = 263, [264] = 264, [265] = 265, [266] = 266, [267] = 267, [268] = 268, [269] = 269, [270] = 270, [271] = 271, [272] = 272, [273] = 273, [274] = 274, [275] = 275, [276] = 276, [277] = 277, [278] = 278, [279] = 279, [280] = 280, [281] = 281, [282] = 282, [283] = 283, [284] = 284, [285] = 285, [286] = 286, [287] = 287, [288] = 288, [289] = 289, [290] = 290, [291] = 291, [292] = 292, [293] = 293, [294] = 294, [295] = 295, [296] = 296, [297] = 297, [298] = 298, [299] = 299, [300] = 300, [301] = 301, [302] = 302, [303] = 303, [304] = 304, [305] = 305, [306] = 306, [307] = 307, [308] = 308, [309] = 309, [310] = 310, [311] = 311, [312] = 268, [313] = 313, [314] = 269, [315] = 315, [316] = 316, [317] = 317, [318] = 318, [319] = 319, [320] = 320, [321] = 321, [322] = 322, [323] = 323, [324] = 324, [325] = 325, [326] = 326, [327] = 327, [328] = 328, [329] = 329, [330] = 330, [331] = 331, [332] = 332, [333] = 333, [334] = 334, [335] = 335, [336] = 336, [337] = 337, [338] = 338, [339] = 339, [340] = 340, [341] = 341, [342] = 342, [343] = 343, [344] = 344, [345] = 345, [346] = 346, [347] = 347, [348] = 348, [349] = 349, [350] = 350, [351] = 351, [352] = 352, [353] = 353, [354] = 354, [355] = 355, [356] = 356, [357] = 357, [358] = 358, [359] = 359, [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 364, [365] = 365, [366] = 366, [367] = 367, [368] = 368, [369] = 369, [370] = 370, [371] = 371, [372] = 372, [373] = 373, [374] = 374, [375] = 375, [376] = 376, [377] = 377, [378] = 378, [379] = 379, [380] = 380, [381] = 381, [382] = 382, [383] = 383, [384] = 384, [385] = 384, [386] = 386, [387] = 384, [388] = 388, [389] = 389, [390] = 390, [391] = 391, [392] = 392, [393] = 393, [394] = 394, [395] = 395, [396] = 396, [397] = 397, [398] = 398, [399] = 399, [400] = 400, [401] = 401, [402] = 402, [403] = 403, [404] = 404, [405] = 405, [406] = 406, [407] = 407, [408] = 408, [409] = 409, [410] = 410, [411] = 411, [412] = 412, [413] = 413, [414] = 414, [415] = 415, [416] = 416, [417] = 417, [418] = 418, [419] = 419, [420] = 420, [421] = 421, [422] = 422, [423] = 423, [424] = 424, [425] = 425, [426] = 426, [427] = 427, [428] = 428, [429] = 429, [430] = 430, [431] = 431, [432] = 432, [433] = 433, [434] = 434, [435] = 435, [436] = 436, [437] = 437, [438] = 438, [439] = 439, [440] = 440, [441] = 441, [442] = 442, [443] = 443, [444] = 444, [445] = 445, [446] = 446, [447] = 447, [448] = 448, [449] = 449, [450] = 450, [451] = 451, [452] = 452, [453] = 453, [454] = 454, [455] = 455, [456] = 456, [457] = 457, [458] = 458, [459] = 459, [460] = 460, [461] = 461, [462] = 462, [463] = 463, [464] = 464, [465] = 465, [466] = 466, [467] = 467, [468] = 468, [469] = 469, [470] = 470, [471] = 471, [472] = 472, [473] = 473, [474] = 474, [475] = 475, [476] = 476, [477] = 477, [478] = 478, [479] = 479, [480] = 480, [481] = 481, [482] = 482, [483] = 483, [484] = 484, [485] = 485, [486] = 486, [487] = 487, [488] = 488, [489] = 489, [490] = 490, [491] = 491, [492] = 492, [493] = 493, [494] = 494, [495] = 495, [496] = 496, [497] = 497, [498] = 498, [499] = 499, [500] = 500, [501] = 501, [502] = 502, [503] = 503, [504] = 504, [505] = 505, [506] = 506, [507] = 507, [508] = 508, [509] = 509, [510] = 510, [511] = 511, [512] = 512, [513] = 513, [514] = 514, [515] = 515, [516] = 516, [517] = 517, [518] = 518, [519] = 519, [520] = 520, [521] = 521, [522] = 522, [523] = 523, [524] = 524, [525] = 525, [526] = 526, [527] = 527, [528] = 528, [529] = 529, [530] = 530, [531] = 531, [532] = 532, [533] = 533, [534] = 534, [535] = 535, [536] = 536, [537] = 537, [538] = 538, [539] = 539, [540] = 540, [541] = 541, [542] = 542, [543] = 543, [544] = 544, [545] = 545, [546] = 546, [547] = 547, [548] = 548, [549] = 549, [550] = 550, [551] = 551, [552] = 552, [553] = 553, [554] = 554, [555] = 555, [556] = 556, [557] = 557, [558] = 558, [559] = 559, [560] = 560, [561] = 561, [562] = 562, [563] = 563, [564] = 564, [565] = 565, [566] = 566, [567] = 567, [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 572, [573] = 573, [574] = 574, [575] = 575, [576] = 576, [577] = 577, [578] = 578, [579] = 579, [580] = 580, [581] = 581, [582] = 582, [583] = 583, [584] = 584, [585] = 585, [586] = 586, [587] = 587, [588] = 588, [589] = 589, [590] = 590, [591] = 591, [592] = 592, [593] = 593, [594] = 594, [595] = 595, [596] = 596, [597] = 597, [598] = 598, [599] = 599, [600] = 600, [601] = 601, [602] = 602, [603] = 603, [604] = 604, [605] = 605, [606] = 606, [607] = 607, [608] = 608, [609] = 609, [610] = 610, [611] = 611, [612] = 612, [613] = 613, [614] = 614, [615] = 615, [616] = 616, [617] = 617, [618] = 618, [619] = 619, [620] = 620, [621] = 621, [622] = 622, [623] = 623, [624] = 624, [625] = 625, [626] = 626, [627] = 627, [628] = 628, [629] = 629, [630] = 630, [631] = 631, [632] = 632, [633] = 633, [634] = 634, [635] = 635, [636] = 636, [637] = 637, [638] = 315, [639] = 639, [640] = 640, [641] = 641, [642] = 642, [643] = 643, [644] = 644, [645] = 645, [646] = 646, [647] = 647, [648] = 648, [649] = 649, [650] = 650, [651] = 651, [652] = 652, [653] = 653, [654] = 654, [655] = 655, [656] = 656, [657] = 657, [658] = 658, [659] = 659, [660] = 660, [661] = 661, [662] = 662, [663] = 663, [664] = 664, [665] = 665, [666] = 666, [667] = 667, [668] = 668, [669] = 669, [670] = 670, [671] = 671, [672] = 672, [673] = 673, [674] = 674, [675] = 675, [676] = 676, [677] = 677, [678] = 678, [679] = 679, [680] = 680, [681] = 681, [682] = 682, [683] = 683, [684] = 684, [685] = 685, [686] = 686, [687] = 687, [688] = 688, [689] = 689, [690] = 690, [691] = 691, [692] = 692, [693] = 693, [694] = 694, [695] = 695, [696] = 315, [697] = 697, [698] = 698, [699] = 699, [700] = 700, [701] = 701, [702] = 702, [703] = 703, [704] = 704, [705] = 705, [706] = 706, [707] = 707, [708] = 708, [709] = 709, [710] = 710, [711] = 711, [712] = 712, [713] = 713, [714] = 714, [715] = 715, [716] = 716, [717] = 717, [718] = 718, [719] = 719, [720] = 720, [721] = 721, [722] = 722, [723] = 723, [724] = 724, [725] = 268, [726] = 726, [727] = 727, [728] = 728, [729] = 729, [730] = 724, [731] = 731, [732] = 732, [733] = 726, [734] = 724, [735] = 735, [736] = 736, [737] = 737, [738] = 738, [739] = 726, [740] = 740, [741] = 741, [742] = 742, [743] = 743, [744] = 269, [745] = 313, [746] = 746, [747] = 747, [748] = 748, [749] = 749, [750] = 750, [751] = 751, [752] = 752, [753] = 753, [754] = 754, [755] = 755, [756] = 756, [757] = 359, [758] = 758, [759] = 759, [760] = 760, [761] = 761, [762] = 762, [763] = 763, [764] = 764, [765] = 765, [766] = 766, [767] = 767, [768] = 768, [769] = 769, [770] = 770, [771] = 771, [772] = 772, [773] = 773, [774] = 774, [775] = 775, [776] = 776, [777] = 777, [778] = 778, [779] = 779, [780] = 780, [781] = 781, [782] = 782, [783] = 783, [784] = 784, [785] = 785, [786] = 786, [787] = 787, [788] = 788, [789] = 789, [790] = 790, [791] = 791, [792] = 792, [793] = 793, [794] = 794, [795] = 795, [796] = 796, [797] = 797, [798] = 798, [799] = 799, [800] = 800, [801] = 801, [802] = 778, [803] = 803, [804] = 804, [805] = 805, [806] = 806, [807] = 807, [808] = 808, [809] = 792, [810] = 810, [811] = 811, [812] = 812, [813] = 778, [814] = 814, [815] = 815, [816] = 816, [817] = 817, [818] = 818, [819] = 819, [820] = 792, [821] = 821, [822] = 822, [823] = 766, [824] = 817, [825] = 825, [826] = 826, [827] = 827, [828] = 766, [829] = 817, [830] = 830, [831] = 770, [832] = 832, [833] = 770, }; static inline bool aux_sym_attributes_token1_character_set_1(int32_t c) { return (c < 'a' ? (c < 'L' ? (c < 'I' ? c == 'A' : c <= 'I') : (c <= 'L' || (c < 'W' ? c == 'R' : c <= 'X'))) : (c <= 'a' || (c < 'r' ? (c < 'l' ? c == 'i' : c <= 'l') : (c <= 'r' || (c >= 'w' && c <= 'x'))))); } static inline bool aux_sym_attributes_token1_character_set_2(int32_t c) { return (c < 'W' ? (c < 'I' ? (c < 'A' ? c == '!' : c <= 'A') : (c <= 'I' || (c < 'R' ? c == 'L' : c <= 'R'))) : (c <= 'X' || (c < 'l' ? (c < 'i' ? c == 'a' : c <= 'i') : (c <= 'l' || (c < 'w' ? c == 'r' : c <= 'x'))))); } static inline bool sym_number_character_set_1(int32_t c) { return (c < 'O' ? (c < 'H' ? (c < 'D' ? c == 'B' : c <= 'D') : (c <= 'H' || (c < 'M' ? c == 'K' : c <= 'M'))) : (c <= 'O' || (c < 'h' ? (c < 'd' ? c == 'b' : c <= 'd') : (c <= 'h' || c == 'o')))); } static inline bool sym_filename_character_set_1(int32_t c) { return (c < ',' ? (c < ' ' ? (c < '\t' ? c == 0 : c <= '\r') : (c <= ' ' || (c >= '(' && c <= ')'))) : (c <= ',' || (c < '{' ? (c < '=' ? c == ';' : c <= '=') : (c <= '{' || c == '}')))); } static inline bool sym_comment_character_set_1(int32_t c) { return (c < ',' ? (c < ' ' ? (c < 11 ? c == '\t' : c <= '\r') : (c <= ' ' || (c >= '(' && c <= ')'))) : (c <= ',' || (c < '{' ? (c < '=' ? c == ';' : c <= '=') : (c <= '{' || c == '}')))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); switch (state) { case 0: if (eof) ADVANCE(35); if (lookahead == '!') ADVANCE(72); if (lookahead == '"') ADVANCE(126); if (lookahead == '%') ADVANCE(87); if (lookahead == '&') ADVANCE(97); if (lookahead == '(') ADVANCE(36); if (lookahead == ')') ADVANCE(37); if (lookahead == '*') ADVANCE(53); if (lookahead == '+') ADVANCE(81); if (lookahead == ',') ADVANCE(66); if (lookahead == '-') ADVANCE(78); if (lookahead == '.') ADVANCE(56); if (lookahead == '/') ADVANCE(84); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(41); if (lookahead == ';') ADVANCE(42); if (lookahead == '<') ADVANCE(103); if (lookahead == '=') ADVANCE(48); if (lookahead == '>') ADVANCE(44); if (lookahead == '?') ADVANCE(69); if (lookahead == '[') ADVANCE(49); if (lookahead == ']') ADVANCE(51); if (lookahead == '{') ADVANCE(38); if (lookahead == '|') ADVANCE(93); if (lookahead == '}') ADVANCE(39); if (lookahead == '~') ADVANCE(75); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(119); if (aux_sym_attributes_token1_character_set_1(lookahead)) ADVANCE(68); if (('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 1: if (lookahead == '!') ADVANCE(73); if (lookahead == '"') ADVANCE(127); if (lookahead == '%') ADVANCE(88); if (lookahead == '&') ADVANCE(98); if (lookahead == '(') ADVANCE(36); if (lookahead == ')') ADVANCE(37); if (lookahead == '*') ADVANCE(55); if (lookahead == '+') ADVANCE(82); if (lookahead == '-') ADVANCE(79); if (lookahead == '.') ADVANCE(57); if (lookahead == '/') ADVANCE(86); if (lookahead == '0') ADVANCE(114); if (lookahead == '<') ADVANCE(104); if (lookahead == '=') ADVANCE(20); if (lookahead == '>') ADVANCE(45); if (lookahead == '?') ADVANCE(70); if (lookahead == '[') ADVANCE(50); if (lookahead == '|') ADVANCE(95); if (lookahead == '~') ADVANCE(76); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(1); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(120); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); if (lookahead != 0 && lookahead != ',' && lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(152); END_STATE(); case 2: if (lookahead == '!') ADVANCE(74); if (lookahead == '"') ADVANCE(127); if (lookahead == '(') ADVANCE(36); if (lookahead == ')') ADVANCE(37); if (lookahead == '*') ADVANCE(55); if (lookahead == '-') ADVANCE(79); if (lookahead == '.') ADVANCE(57); if (lookahead == '/') ADVANCE(137); if (lookahead == '0') ADVANCE(114); if (lookahead == '[') ADVANCE(50); if (lookahead == '~') ADVANCE(76); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(2); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(120); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); if (lookahead != 0 && lookahead != ',' && lookahead != ';' && lookahead != '=' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 3: if (lookahead == '!') ADVANCE(16); if (lookahead == '%') ADVANCE(87); if (lookahead == '&') ADVANCE(96); if (lookahead == '(') ADVANCE(36); if (lookahead == ')') ADVANCE(37); if (lookahead == '*') ADVANCE(52); if (lookahead == '+') ADVANCE(80); if (lookahead == ',') ADVANCE(66); if (lookahead == '-') ADVANCE(77); if (lookahead == '/') ADVANCE(83); if (lookahead == ':') ADVANCE(41); if (lookahead == ';') ADVANCE(42); if (lookahead == '<') ADVANCE(105); if (lookahead == '=') ADVANCE(20); if (lookahead == '>') ADVANCE(46); if (lookahead == '?') ADVANCE(69); if (lookahead == '{') ADVANCE(38); if (lookahead == '|') ADVANCE(94); if (lookahead == '}') ADVANCE(39); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(3); if (lookahead == '.' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 4: if (lookahead == '!') ADVANCE(16); if (lookahead == '%') ADVANCE(87); if (lookahead == '&') ADVANCE(96); if (lookahead == '(') ADVANCE(36); if (lookahead == '*') ADVANCE(52); if (lookahead == '+') ADVANCE(80); if (lookahead == '-') ADVANCE(77); if (lookahead == '.') ADVANCE(56); if (lookahead == '/') ADVANCE(85); if (lookahead == '<') ADVANCE(105); if (lookahead == '=') ADVANCE(20); if (lookahead == '>') ADVANCE(46); if (lookahead == '?') ADVANCE(69); if (lookahead == '|') ADVANCE(94); if (lookahead == '}') ADVANCE(39); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(4); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 5: if (lookahead == '&') ADVANCE(141); if (lookahead == '(') ADVANCE(36); if (lookahead == '*') ADVANCE(54); if (lookahead == '+') ADVANCE(142); if (lookahead == '-') ADVANCE(143); if (lookahead == '.') ADVANCE(57); if (lookahead == '/') ADVANCE(136); if (lookahead == ';') ADVANCE(42); if (lookahead == '<') ADVANCE(140); if (lookahead == '=') ADVANCE(47); if (lookahead == '>') ADVANCE(147); if (lookahead == '[') ADVANCE(50); if (lookahead == '|') ADVANCE(144); if (lookahead == '}') ADVANCE(39); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(5); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); if (lookahead != 0 && (lookahead < ')' || ',' < lookahead) && lookahead != '{') ADVANCE(152); END_STATE(); case 6: if (lookahead == '(') ADVANCE(36); if (lookahead == ')') ADVANCE(37); if (lookahead == '/') ADVANCE(8); if (lookahead == ':') ADVANCE(41); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(6); if (aux_sym_attributes_token1_character_set_2(lookahead)) ADVANCE(67); END_STATE(); case 7: if (lookahead == ')') ADVANCE(37); if (lookahead == '*') ADVANCE(55); if (lookahead == '/') ADVANCE(137); if (lookahead == '[') ADVANCE(50); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(7); if (lookahead == '.' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); if (lookahead != 0 && lookahead != '(' && lookahead != ',' && lookahead != ';' && lookahead != '=' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 8: if (lookahead == '*') ADVANCE(12); if (lookahead == '/') ADVANCE(154); END_STATE(); case 9: if (lookahead == '*') ADVANCE(12); if (lookahead == '/') ADVANCE(154); if (lookahead == '=') ADVANCE(61); if (lookahead == 'D') ADVANCE(28); END_STATE(); case 10: if (lookahead == '*') ADVANCE(12); if (lookahead == '/') ADVANCE(154); if (lookahead == 'D') ADVANCE(28); END_STATE(); case 11: if (lookahead == '*') ADVANCE(11); if (lookahead == '/') ADVANCE(153); if (lookahead != 0) ADVANCE(12); END_STATE(); case 12: if (lookahead == '*') ADVANCE(11); if (lookahead != 0) ADVANCE(12); END_STATE(); case 13: if (lookahead == '.') ADVANCE(56); if (lookahead == '/') ADVANCE(10); if (lookahead == ':') ADVANCE(41); if (lookahead == '=') ADVANCE(47); if (lookahead == '>') ADVANCE(43); if (lookahead == '}') ADVANCE(39); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 14: if (lookahead == '/') ADVANCE(40); END_STATE(); case 15: if (lookahead == '<') ADVANCE(22); END_STATE(); case 16: if (lookahead == '=') ADVANCE(100); END_STATE(); case 17: if (lookahead == '=') ADVANCE(64); END_STATE(); case 18: if (lookahead == '=') ADVANCE(60); END_STATE(); case 19: if (lookahead == '=') ADVANCE(58); END_STATE(); case 20: if (lookahead == '=') ADVANCE(99); END_STATE(); case 21: if (lookahead == '=') ADVANCE(65); END_STATE(); case 22: if (lookahead == '=') ADVANCE(62); END_STATE(); case 23: if (lookahead == '=') ADVANCE(63); END_STATE(); case 24: if (lookahead == '>') ADVANCE(23); END_STATE(); case 25: if (lookahead == 'A') ADVANCE(29); END_STATE(); case 26: if (lookahead == 'C') ADVANCE(25); END_STATE(); case 27: if (lookahead == 'D') ADVANCE(14); END_STATE(); case 28: if (lookahead == 'I') ADVANCE(30); END_STATE(); case 29: if (lookahead == 'R') ADVANCE(27); END_STATE(); case 30: if (lookahead == 'S') ADVANCE(26); END_STATE(); case 31: if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 32: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(121); END_STATE(); case 33: if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(154); if (lookahead == '\r') ADVANCE(156); if (lookahead == '\\') ADVANCE(155); END_STATE(); case 34: if (eof) ADVANCE(35); if (lookahead == '!') ADVANCE(71); if (lookahead == '"') ADVANCE(126); if (lookahead == '&') ADVANCE(17); if (lookahead == '(') ADVANCE(36); if (lookahead == '*') ADVANCE(18); if (lookahead == '+') ADVANCE(19); if (lookahead == '-') ADVANCE(78); if (lookahead == '.') ADVANCE(56); if (lookahead == '/') ADVANCE(9); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(41); if (lookahead == '<') ADVANCE(15); if (lookahead == '=') ADVANCE(47); if (lookahead == '>') ADVANCE(24); if (lookahead == '{') ADVANCE(38); if (lookahead == '|') ADVANCE(21); if (lookahead == '}') ADVANCE(39); if (lookahead == '~') ADVANCE(75); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(34); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(119); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 35: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 36: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 37: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 38: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 39: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_SLASHDISCARD_SLASH); END_STATE(); case 41: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 42: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 43: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 44: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(101); if (lookahead == '>') ADVANCE(110); END_STATE(); case 45: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(101); if (lookahead == '>') ADVANCE(111); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 46: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(101); if (lookahead == '>') ADVANCE(109); END_STATE(); case 47: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 48: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(99); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 50: ACCEPT_TOKEN(anon_sym_LBRACK); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 51: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') ADVANCE(60); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') ADVANCE(60); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_STAR); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 67: ACCEPT_TOKEN(aux_sym_attributes_token1); END_STATE(); case 68: ACCEPT_TOKEN(aux_sym_attributes_token1); if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_QMARK); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(100); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(100); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_BANG); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_TILDE); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(59); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_DASH); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 80: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(58); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_PLUS); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(12); if (lookahead == '/') ADVANCE(154); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(12); if (lookahead == '/') ADVANCE(154); if (lookahead == '=') ADVANCE(61); if (lookahead == 'D') ADVANCE(28); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(12); if (lookahead == '/') ADVANCE(154); if (lookahead == 'D') ADVANCE(28); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(139); if (lookahead == '/') ADVANCE(148); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_PERCENT); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_AMP_AMP); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(65); if (lookahead == '|') ADVANCE(89); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(89); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(90); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '=' && (lookahead < '{' || '}' < lookahead)) ADVANCE(152); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(91); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(91); if (lookahead == '=') ADVANCE(64); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(92); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(107); if (lookahead == '=') ADVANCE(102); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(108); if (lookahead == '=') ADVANCE(102); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 105: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(106); if (lookahead == '=') ADVANCE(102); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(62); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_LT_LT); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(63); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_GT_GT); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 112: ACCEPT_TOKEN(sym_number); END_STATE(); case 113: ACCEPT_TOKEN(sym_number); if (lookahead == 'B' || lookahead == 'b') ADVANCE(31); if (lookahead == 'X' || lookahead == 'x') ADVANCE(32); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(117); END_STATE(); case 114: ACCEPT_TOKEN(sym_number); if (lookahead == 'B' || lookahead == 'b') ADVANCE(149); if (lookahead == 'X' || lookahead == 'x') ADVANCE(151); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(118); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 115: ACCEPT_TOKEN(sym_number); if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 116: ACCEPT_TOKEN(sym_number); if (lookahead == '0' || lookahead == '1') ADVANCE(116); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 117: ACCEPT_TOKEN(sym_number); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(117); END_STATE(); case 118: ACCEPT_TOKEN(sym_number); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(118); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 119: ACCEPT_TOKEN(sym_number); if (sym_number_character_set_1(lookahead)) ADVANCE(112); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 120: ACCEPT_TOKEN(sym_number); if (sym_number_character_set_1(lookahead)) ADVANCE(123); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 121: ACCEPT_TOKEN(sym_number); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(121); END_STATE(); case 122: ACCEPT_TOKEN(sym_number); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(122); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 123: ACCEPT_TOKEN(sym_number); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 124: ACCEPT_TOKEN(sym_symbol); if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(124); END_STATE(); case 125: ACCEPT_TOKEN(sym_symbol); if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(125); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_DQUOTE); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 128: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead == '\n') ADVANCE(135); if (lookahead == '"') ADVANCE(154); if (lookahead == '\\') ADVANCE(133); if (lookahead != 0) ADVANCE(128); END_STATE(); case 129: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead == '"') ADVANCE(12); if (lookahead == '*') ADVANCE(129); if (lookahead == '/') ADVANCE(135); if (lookahead != 0) ADVANCE(130); END_STATE(); case 130: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead == '"') ADVANCE(12); if (lookahead == '*') ADVANCE(129); if (lookahead != 0) ADVANCE(130); END_STATE(); case 131: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead == '*') ADVANCE(130); if (lookahead == '/') ADVANCE(128); if (lookahead != 0 && lookahead != '"') ADVANCE(135); END_STATE(); case 132: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead == '/') ADVANCE(131); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(132); if (lookahead != 0 && lookahead != '"') ADVANCE(135); END_STATE(); case 133: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead != 0 && lookahead != '\r' && lookahead != '"' && lookahead != '\\') ADVANCE(128); if (lookahead == '\r') ADVANCE(134); if (lookahead == '"') ADVANCE(154); if (lookahead == '\\') ADVANCE(133); END_STATE(); case 134: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(128); if (lookahead == '"') ADVANCE(154); if (lookahead == '\\') ADVANCE(133); END_STATE(); case 135: ACCEPT_TOKEN(aux_sym_quoted_symbol_token1); if (lookahead != 0 && lookahead != '"') ADVANCE(135); END_STATE(); case 136: ACCEPT_TOKEN(sym_filename); if (lookahead == '*') ADVANCE(139); if (lookahead == '/') ADVANCE(148); if (lookahead == '=') ADVANCE(61); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 137: ACCEPT_TOKEN(sym_filename); if (lookahead == '*') ADVANCE(139); if (lookahead == '/') ADVANCE(148); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 138: ACCEPT_TOKEN(sym_filename); if (lookahead == '*') ADVANCE(138); if (lookahead == '/') ADVANCE(152); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == '(' || lookahead == ')' || lookahead == ',' || lookahead == ';' || lookahead == '=' || lookahead == '{' || lookahead == '}') ADVANCE(12); if (lookahead != 0) ADVANCE(139); END_STATE(); case 139: ACCEPT_TOKEN(sym_filename); if (lookahead == '*') ADVANCE(138); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == '(' || lookahead == ')' || lookahead == ',' || lookahead == ';' || lookahead == '=' || lookahead == '{' || lookahead == '}') ADVANCE(12); if (lookahead != 0) ADVANCE(139); END_STATE(); case 140: ACCEPT_TOKEN(sym_filename); if (lookahead == '<') ADVANCE(145); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && (lookahead < ';' || '=' < lookahead) && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 141: ACCEPT_TOKEN(sym_filename); if (lookahead == '=') ADVANCE(64); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 142: ACCEPT_TOKEN(sym_filename); if (lookahead == '=') ADVANCE(58); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 143: ACCEPT_TOKEN(sym_filename); if (lookahead == '=') ADVANCE(59); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 144: ACCEPT_TOKEN(sym_filename); if (lookahead == '=') ADVANCE(65); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 145: ACCEPT_TOKEN(sym_filename); if (lookahead == '=') ADVANCE(62); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 146: ACCEPT_TOKEN(sym_filename); if (lookahead == '=') ADVANCE(63); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && lookahead != '(' && lookahead != ')' && lookahead != ',' && lookahead != ';' && lookahead != '{' && lookahead != '}') ADVANCE(152); END_STATE(); case 147: ACCEPT_TOKEN(sym_filename); if (lookahead == '>') ADVANCE(146); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 148: ACCEPT_TOKEN(sym_filename); if (lookahead == '\\') ADVANCE(150); if (sym_comment_character_set_1(lookahead)) ADVANCE(154); if (lookahead != 0 && lookahead != '\n') ADVANCE(148); END_STATE(); case 149: ACCEPT_TOKEN(sym_filename); if (lookahead == '0' || lookahead == '1') ADVANCE(116); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 150: ACCEPT_TOKEN(sym_filename); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ' || lookahead == '(' || lookahead == ')' || lookahead == ',' || lookahead == ';' || lookahead == '=' || lookahead == '{' || lookahead == '}') ADVANCE(154); if (lookahead == '\r') ADVANCE(156); if (lookahead == '\\') ADVANCE(150); if (lookahead != 0) ADVANCE(148); END_STATE(); case 151: ACCEPT_TOKEN(sym_filename); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(122); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 152: ACCEPT_TOKEN(sym_filename); if (!sym_filename_character_set_1(lookahead)) ADVANCE(152); END_STATE(); case 153: ACCEPT_TOKEN(sym_comment); END_STATE(); case 154: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(33); if (lookahead != 0 && lookahead != '\n') ADVANCE(154); END_STATE(); case 155: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\r' && lookahead != '\\') ADVANCE(154); if (lookahead == '\r') ADVANCE(156); if (lookahead == '\\') ADVANCE(155); END_STATE(); case 156: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\\') ADVANCE(154); if (lookahead == '\\') ADVANCE(33); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); switch (state) { case 0: if (lookahead == 'A') ADVANCE(1); if (lookahead == 'C') ADVANCE(2); if (lookahead == 'D') ADVANCE(3); if (lookahead == 'E') ADVANCE(4); if (lookahead == 'F') ADVANCE(5); if (lookahead == 'I') ADVANCE(6); if (lookahead == 'K') ADVANCE(7); if (lookahead == 'L') ADVANCE(8); if (lookahead == 'M') ADVANCE(9); if (lookahead == 'N') ADVANCE(10); if (lookahead == 'O') ADVANCE(11); if (lookahead == 'P') ADVANCE(12); if (lookahead == 'S') ADVANCE(13); if (lookahead == 'l') ADVANCE(14); if (lookahead == 'o') ADVANCE(15); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0); END_STATE(); case 1: if (lookahead == 'S') ADVANCE(16); if (lookahead == 'T') ADVANCE(17); END_STATE(); case 2: if (lookahead == 'O') ADVANCE(18); END_STATE(); case 3: if (lookahead == 'S') ADVANCE(19); END_STATE(); case 4: if (lookahead == 'N') ADVANCE(20); END_STATE(); case 5: if (lookahead == 'I') ADVANCE(21); END_STATE(); case 6: if (lookahead == 'N') ADVANCE(22); END_STATE(); case 7: if (lookahead == 'E') ADVANCE(23); END_STATE(); case 8: if (lookahead == 'E') ADVANCE(24); END_STATE(); case 9: if (lookahead == 'E') ADVANCE(25); END_STATE(); case 10: if (lookahead == 'O') ADVANCE(26); END_STATE(); case 11: if (lookahead == 'R') ADVANCE(27); if (lookahead == 'V') ADVANCE(28); END_STATE(); case 12: if (lookahead == 'H') ADVANCE(29); if (lookahead == 'R') ADVANCE(30); END_STATE(); case 13: if (lookahead == 'E') ADVANCE(31); END_STATE(); case 14: ACCEPT_TOKEN(anon_sym_l); if (lookahead == 'e') ADVANCE(32); END_STATE(); case 15: ACCEPT_TOKEN(anon_sym_o); if (lookahead == 'r') ADVANCE(33); END_STATE(); case 16: if (lookahead == 'S') ADVANCE(34); END_STATE(); case 17: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 18: if (lookahead == 'P') ADVANCE(35); END_STATE(); case 19: if (lookahead == 'E') ADVANCE(36); END_STATE(); case 20: if (lookahead == 'T') ADVANCE(37); END_STATE(); case 21: if (lookahead == 'L') ADVANCE(38); END_STATE(); case 22: if (lookahead == 'F') ADVANCE(39); END_STATE(); case 23: if (lookahead == 'E') ADVANCE(40); END_STATE(); case 24: if (lookahead == 'N') ADVANCE(41); END_STATE(); case 25: if (lookahead == 'M') ADVANCE(42); END_STATE(); case 26: if (lookahead == 'C') ADVANCE(43); if (lookahead == 'L') ADVANCE(44); END_STATE(); case 27: if (lookahead == 'I') ADVANCE(45); END_STATE(); case 28: if (lookahead == 'E') ADVANCE(46); END_STATE(); case 29: if (lookahead == 'D') ADVANCE(47); END_STATE(); case 30: if (lookahead == 'O') ADVANCE(48); END_STATE(); case 31: if (lookahead == 'C') ADVANCE(49); END_STATE(); case 32: if (lookahead == 'n') ADVANCE(50); END_STATE(); case 33: if (lookahead == 'g') ADVANCE(51); END_STATE(); case 34: if (lookahead == 'E') ADVANCE(52); END_STATE(); case 35: if (lookahead == 'Y') ADVANCE(53); END_STATE(); case 36: if (lookahead == 'C') ADVANCE(54); END_STATE(); case 37: if (lookahead == 'R') ADVANCE(55); END_STATE(); case 38: if (lookahead == 'E') ADVANCE(56); END_STATE(); case 39: if (lookahead == 'O') ADVANCE(57); END_STATE(); case 40: if (lookahead == 'P') ADVANCE(58); END_STATE(); case 41: if (lookahead == 'G') ADVANCE(59); END_STATE(); case 42: if (lookahead == 'O') ADVANCE(60); END_STATE(); case 43: if (lookahead == 'R') ADVANCE(61); END_STATE(); case 44: if (lookahead == 'O') ADVANCE(62); END_STATE(); case 45: if (lookahead == 'G') ADVANCE(63); END_STATE(); case 46: if (lookahead == 'R') ADVANCE(64); END_STATE(); case 47: if (lookahead == 'R') ADVANCE(65); END_STATE(); case 48: if (lookahead == 'V') ADVANCE(66); END_STATE(); case 49: if (lookahead == 'T') ADVANCE(67); END_STATE(); case 50: ACCEPT_TOKEN(anon_sym_len); END_STATE(); case 51: ACCEPT_TOKEN(anon_sym_org); END_STATE(); case 52: if (lookahead == 'R') ADVANCE(68); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_COPY); END_STATE(); case 54: if (lookahead == 'T') ADVANCE(69); END_STATE(); case 55: if (lookahead == 'Y') ADVANCE(70); END_STATE(); case 56: if (lookahead == 'H') ADVANCE(71); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_INFO); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_KEEP); END_STATE(); case 59: if (lookahead == 'T') ADVANCE(72); END_STATE(); case 60: if (lookahead == 'R') ADVANCE(73); END_STATE(); case 61: if (lookahead == 'O') ADVANCE(74); END_STATE(); case 62: if (lookahead == 'A') ADVANCE(75); END_STATE(); case 63: if (lookahead == 'I') ADVANCE(76); END_STATE(); case 64: if (lookahead == 'L') ADVANCE(77); END_STATE(); case 65: if (lookahead == 'S') ADVANCE(78); END_STATE(); case 66: if (lookahead == 'I') ADVANCE(79); END_STATE(); case 67: if (lookahead == 'I') ADVANCE(80); END_STATE(); case 68: if (lookahead == 'T') ADVANCE(81); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_DSECT); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_ENTRY); END_STATE(); case 71: if (lookahead == 'D') ADVANCE(82); END_STATE(); case 72: if (lookahead == 'H') ADVANCE(83); END_STATE(); case 73: if (lookahead == 'Y') ADVANCE(84); END_STATE(); case 74: if (lookahead == 'S') ADVANCE(85); END_STATE(); case 75: if (lookahead == 'D') ADVANCE(86); END_STATE(); case 76: if (lookahead == 'N') ADVANCE(87); END_STATE(); case 77: if (lookahead == 'A') ADVANCE(88); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_PHDRS); END_STATE(); case 79: if (lookahead == 'D') ADVANCE(89); END_STATE(); case 80: if (lookahead == 'O') ADVANCE(90); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_ASSERT); END_STATE(); case 82: if (lookahead == 'R') ADVANCE(91); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_LENGTH); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_MEMORY); END_STATE(); case 85: if (lookahead == 'S') ADVANCE(92); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_NOLOAD); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_ORIGIN); END_STATE(); case 88: if (lookahead == 'Y') ADVANCE(93); END_STATE(); case 89: if (lookahead == 'E') ADVANCE(94); END_STATE(); case 90: if (lookahead == 'N') ADVANCE(95); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_FILEHDR); END_STATE(); case 92: if (lookahead == 'R') ADVANCE(96); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_OVERLAY); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_PROVIDE); if (lookahead == '_') ADVANCE(97); END_STATE(); case 95: if (lookahead == 'S') ADVANCE(98); END_STATE(); case 96: if (lookahead == 'E') ADVANCE(99); END_STATE(); case 97: if (lookahead == 'H') ADVANCE(100); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_SECTIONS); END_STATE(); case 99: if (lookahead == 'F') ADVANCE(101); END_STATE(); case 100: if (lookahead == 'I') ADVANCE(102); END_STATE(); case 101: if (lookahead == 'S') ADVANCE(103); END_STATE(); case 102: if (lookahead == 'D') ADVANCE(104); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_NOCROSSREFS); END_STATE(); case 104: if (lookahead == 'D') ADVANCE(105); END_STATE(); case 105: if (lookahead == 'E') ADVANCE(106); END_STATE(); case 106: if (lookahead == 'N') ADVANCE(107); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_PROVIDE_HIDDEN); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, [1] = {.lex_state = 34}, [2] = {.lex_state = 1}, [3] = {.lex_state = 1}, [4] = {.lex_state = 1}, [5] = {.lex_state = 1}, [6] = {.lex_state = 1}, [7] = {.lex_state = 1}, [8] = {.lex_state = 1}, [9] = {.lex_state = 34}, [10] = {.lex_state = 1}, [11] = {.lex_state = 1}, [12] = {.lex_state = 1}, [13] = {.lex_state = 1}, [14] = {.lex_state = 1}, [15] = {.lex_state = 1}, [16] = {.lex_state = 1}, [17] = {.lex_state = 1}, [18] = {.lex_state = 3}, [19] = {.lex_state = 3}, [20] = {.lex_state = 1}, [21] = {.lex_state = 1}, [22] = {.lex_state = 1}, [23] = {.lex_state = 3}, [24] = {.lex_state = 1}, [25] = {.lex_state = 3}, [26] = {.lex_state = 3}, [27] = {.lex_state = 3}, [28] = {.lex_state = 3}, [29] = {.lex_state = 3}, [30] = {.lex_state = 3}, [31] = {.lex_state = 1}, [32] = {.lex_state = 3}, [33] = {.lex_state = 3}, [34] = {.lex_state = 3}, [35] = {.lex_state = 3}, [36] = {.lex_state = 3}, [37] = {.lex_state = 3}, [38] = {.lex_state = 3}, [39] = {.lex_state = 3}, [40] = {.lex_state = 3}, [41] = {.lex_state = 3}, [42] = {.lex_state = 4}, [43] = {.lex_state = 4}, [44] = {.lex_state = 4}, [45] = {.lex_state = 4}, [46] = {.lex_state = 4}, [47] = {.lex_state = 2}, [48] = {.lex_state = 4}, [49] = {.lex_state = 4}, [50] = {.lex_state = 4}, [51] = {.lex_state = 4}, [52] = {.lex_state = 4}, [53] = {.lex_state = 4}, [54] = {.lex_state = 4}, [55] = {.lex_state = 4}, [56] = {.lex_state = 3}, [57] = {.lex_state = 4}, [58] = {.lex_state = 4}, [59] = {.lex_state = 4}, [60] = {.lex_state = 4}, [61] = {.lex_state = 3}, [62] = {.lex_state = 4}, [63] = {.lex_state = 4}, [64] = {.lex_state = 4}, [65] = {.lex_state = 3}, [66] = {.lex_state = 3}, [67] = {.lex_state = 3}, [68] = {.lex_state = 3}, [69] = {.lex_state = 3}, [70] = {.lex_state = 3}, [71] = {.lex_state = 3}, [72] = {.lex_state = 3}, [73] = {.lex_state = 3}, [74] = {.lex_state = 3}, [75] = {.lex_state = 3}, [76] = {.lex_state = 3}, [77] = {.lex_state = 2}, [78] = {.lex_state = 3}, [79] = {.lex_state = 3}, [80] = {.lex_state = 3}, [81] = {.lex_state = 2}, [82] = {.lex_state = 3}, [83] = {.lex_state = 3}, [84] = {.lex_state = 2}, [85] = {.lex_state = 3}, [86] = {.lex_state = 3}, [87] = {.lex_state = 3}, [88] = {.lex_state = 2}, [89] = {.lex_state = 3}, [90] = {.lex_state = 2}, [91] = {.lex_state = 3}, [92] = {.lex_state = 3}, [93] = {.lex_state = 3}, [94] = {.lex_state = 2}, [95] = {.lex_state = 3}, [96] = {.lex_state = 34}, [97] = {.lex_state = 2}, [98] = {.lex_state = 2}, [99] = {.lex_state = 2}, [100] = {.lex_state = 5}, [101] = {.lex_state = 34}, [102] = {.lex_state = 34}, [103] = {.lex_state = 34}, [104] = {.lex_state = 34}, [105] = {.lex_state = 34}, [106] = {.lex_state = 34}, [107] = {.lex_state = 5}, [108] = {.lex_state = 34}, [109] = {.lex_state = 5}, [110] = {.lex_state = 5}, [111] = {.lex_state = 34}, [112] = {.lex_state = 5}, [113] = {.lex_state = 34}, [114] = {.lex_state = 5}, [115] = {.lex_state = 34}, [116] = {.lex_state = 5}, [117] = {.lex_state = 34}, [118] = {.lex_state = 34}, [119] = {.lex_state = 34}, [120] = {.lex_state = 34}, [121] = {.lex_state = 34}, [122] = {.lex_state = 5}, [123] = {.lex_state = 34}, [124] = {.lex_state = 34}, [125] = {.lex_state = 34}, [126] = {.lex_state = 34}, [127] = {.lex_state = 34}, [128] = {.lex_state = 34}, [129] = {.lex_state = 34}, [130] = {.lex_state = 34}, [131] = {.lex_state = 34}, [132] = {.lex_state = 34}, [133] = {.lex_state = 34}, [134] = {.lex_state = 34}, [135] = {.lex_state = 34}, [136] = {.lex_state = 34}, [137] = {.lex_state = 34}, [138] = {.lex_state = 34}, [139] = {.lex_state = 34}, [140] = {.lex_state = 34}, [141] = {.lex_state = 34}, [142] = {.lex_state = 34}, [143] = {.lex_state = 34}, [144] = {.lex_state = 34}, [145] = {.lex_state = 34}, [146] = {.lex_state = 5}, [147] = {.lex_state = 5}, [148] = {.lex_state = 5}, [149] = {.lex_state = 34}, [150] = {.lex_state = 34}, [151] = {.lex_state = 5}, [152] = {.lex_state = 34}, [153] = {.lex_state = 34}, [154] = {.lex_state = 34}, [155] = {.lex_state = 5}, [156] = {.lex_state = 34}, [157] = {.lex_state = 34}, [158] = {.lex_state = 34}, [159] = {.lex_state = 5}, [160] = {.lex_state = 34}, [161] = {.lex_state = 5}, [162] = {.lex_state = 5}, [163] = {.lex_state = 5}, [164] = {.lex_state = 5}, [165] = {.lex_state = 34}, [166] = {.lex_state = 5}, [167] = {.lex_state = 34}, [168] = {.lex_state = 5}, [169] = {.lex_state = 34}, [170] = {.lex_state = 34}, [171] = {.lex_state = 5}, [172] = {.lex_state = 34}, [173] = {.lex_state = 5}, [174] = {.lex_state = 5}, [175] = {.lex_state = 5}, [176] = {.lex_state = 5}, [177] = {.lex_state = 5}, [178] = {.lex_state = 5}, [179] = {.lex_state = 5}, [180] = {.lex_state = 34}, [181] = {.lex_state = 34}, [182] = {.lex_state = 5}, [183] = {.lex_state = 34}, [184] = {.lex_state = 5}, [185] = {.lex_state = 34}, [186] = {.lex_state = 34}, [187] = {.lex_state = 34}, [188] = {.lex_state = 13}, [189] = {.lex_state = 13}, [190] = {.lex_state = 5}, [191] = {.lex_state = 5}, [192] = {.lex_state = 13}, [193] = {.lex_state = 5}, [194] = {.lex_state = 13}, [195] = {.lex_state = 13}, [196] = {.lex_state = 13}, [197] = {.lex_state = 13}, [198] = {.lex_state = 13}, [199] = {.lex_state = 5}, [200] = {.lex_state = 5}, [201] = {.lex_state = 5}, [202] = {.lex_state = 13}, [203] = {.lex_state = 13}, [204] = {.lex_state = 5}, [205] = {.lex_state = 13}, [206] = {.lex_state = 13}, [207] = {.lex_state = 13}, [208] = {.lex_state = 13}, [209] = {.lex_state = 5}, [210] = {.lex_state = 13}, [211] = {.lex_state = 13}, [212] = {.lex_state = 13}, [213] = {.lex_state = 13}, [214] = {.lex_state = 5}, [215] = {.lex_state = 5}, [216] = {.lex_state = 5}, [217] = {.lex_state = 13}, [218] = {.lex_state = 5}, [219] = {.lex_state = 13}, [220] = {.lex_state = 13}, [221] = {.lex_state = 13}, [222] = {.lex_state = 5}, [223] = {.lex_state = 13}, [224] = {.lex_state = 5}, [225] = {.lex_state = 5}, [226] = {.lex_state = 5}, [227] = {.lex_state = 13}, [228] = {.lex_state = 5}, [229] = {.lex_state = 5}, [230] = {.lex_state = 5}, [231] = {.lex_state = 5}, [232] = {.lex_state = 5}, [233] = {.lex_state = 13}, [234] = {.lex_state = 5}, [235] = {.lex_state = 13}, [236] = {.lex_state = 5}, [237] = {.lex_state = 13}, [238] = {.lex_state = 5}, [239] = {.lex_state = 5}, [240] = {.lex_state = 5}, [241] = {.lex_state = 5}, [242] = {.lex_state = 13}, [243] = {.lex_state = 5}, [244] = {.lex_state = 34}, [245] = {.lex_state = 13}, [246] = {.lex_state = 34}, [247] = {.lex_state = 13}, [248] = {.lex_state = 34}, [249] = {.lex_state = 34}, [250] = {.lex_state = 13}, [251] = {.lex_state = 34}, [252] = {.lex_state = 34}, [253] = {.lex_state = 34}, [254] = {.lex_state = 34}, [255] = {.lex_state = 34}, [256] = {.lex_state = 34}, [257] = {.lex_state = 34}, [258] = {.lex_state = 34}, [259] = {.lex_state = 34}, [260] = {.lex_state = 34}, [261] = {.lex_state = 34}, [262] = {.lex_state = 34}, [263] = {.lex_state = 34}, [264] = {.lex_state = 13}, [265] = {.lex_state = 34}, [266] = {.lex_state = 34}, [267] = {.lex_state = 34}, [268] = {.lex_state = 2}, [269] = {.lex_state = 2}, [270] = {.lex_state = 34}, [271] = {.lex_state = 13}, [272] = {.lex_state = 34}, [273] = {.lex_state = 34}, [274] = {.lex_state = 34}, [275] = {.lex_state = 34}, [276] = {.lex_state = 34}, [277] = {.lex_state = 34}, [278] = {.lex_state = 34}, [279] = {.lex_state = 34}, [280] = {.lex_state = 34}, [281] = {.lex_state = 34}, [282] = {.lex_state = 13}, [283] = {.lex_state = 34}, [284] = {.lex_state = 34}, [285] = {.lex_state = 34}, [286] = {.lex_state = 34}, [287] = {.lex_state = 13}, [288] = {.lex_state = 13}, [289] = {.lex_state = 34}, [290] = {.lex_state = 13}, [291] = {.lex_state = 34}, [292] = {.lex_state = 34}, [293] = {.lex_state = 34}, [294] = {.lex_state = 34}, [295] = {.lex_state = 34}, [296] = {.lex_state = 34}, [297] = {.lex_state = 34}, [298] = {.lex_state = 34}, [299] = {.lex_state = 34}, [300] = {.lex_state = 2}, [301] = {.lex_state = 34}, [302] = {.lex_state = 34}, [303] = {.lex_state = 34}, [304] = {.lex_state = 13}, [305] = {.lex_state = 34}, [306] = {.lex_state = 13}, [307] = {.lex_state = 13}, [308] = {.lex_state = 34}, [309] = {.lex_state = 34}, [310] = {.lex_state = 13}, [311] = {.lex_state = 13}, [312] = {.lex_state = 5}, [313] = {.lex_state = 5}, [314] = {.lex_state = 5}, [315] = {.lex_state = 5}, [316] = {.lex_state = 5}, [317] = {.lex_state = 34}, [318] = {.lex_state = 34}, [319] = {.lex_state = 34}, [320] = {.lex_state = 34}, [321] = {.lex_state = 34}, [322] = {.lex_state = 34}, [323] = {.lex_state = 34}, [324] = {.lex_state = 34}, [325] = {.lex_state = 34}, [326] = {.lex_state = 34}, [327] = {.lex_state = 34}, [328] = {.lex_state = 34}, [329] = {.lex_state = 34}, [330] = {.lex_state = 34}, [331] = {.lex_state = 34}, [332] = {.lex_state = 34}, [333] = {.lex_state = 34}, [334] = {.lex_state = 34}, [335] = {.lex_state = 34}, [336] = {.lex_state = 34}, [337] = {.lex_state = 34}, [338] = {.lex_state = 34}, [339] = {.lex_state = 34}, [340] = {.lex_state = 5}, [341] = {.lex_state = 34}, [342] = {.lex_state = 34}, [343] = {.lex_state = 34}, [344] = {.lex_state = 34}, [345] = {.lex_state = 34}, [346] = {.lex_state = 34}, [347] = {.lex_state = 34}, [348] = {.lex_state = 34}, [349] = {.lex_state = 34}, [350] = {.lex_state = 34}, [351] = {.lex_state = 34}, [352] = {.lex_state = 34}, [353] = {.lex_state = 34}, [354] = {.lex_state = 34}, [355] = {.lex_state = 34}, [356] = {.lex_state = 34}, [357] = {.lex_state = 5}, [358] = {.lex_state = 34}, [359] = {.lex_state = 5}, [360] = {.lex_state = 34}, [361] = {.lex_state = 34}, [362] = {.lex_state = 34}, [363] = {.lex_state = 34}, [364] = {.lex_state = 34}, [365] = {.lex_state = 34}, [366] = {.lex_state = 34}, [367] = {.lex_state = 34}, [368] = {.lex_state = 34}, [369] = {.lex_state = 34}, [370] = {.lex_state = 5}, [371] = {.lex_state = 34}, [372] = {.lex_state = 34}, [373] = {.lex_state = 34}, [374] = {.lex_state = 34}, [375] = {.lex_state = 34}, [376] = {.lex_state = 34}, [377] = {.lex_state = 34}, [378] = {.lex_state = 34}, [379] = {.lex_state = 34}, [380] = {.lex_state = 34}, [381] = {.lex_state = 34}, [382] = {.lex_state = 34}, [383] = {.lex_state = 34}, [384] = {.lex_state = 34}, [385] = {.lex_state = 34}, [386] = {.lex_state = 5}, [387] = {.lex_state = 34}, [388] = {.lex_state = 34}, [389] = {.lex_state = 34}, [390] = {.lex_state = 34}, [391] = {.lex_state = 34}, [392] = {.lex_state = 34}, [393] = {.lex_state = 34}, [394] = {.lex_state = 34}, [395] = {.lex_state = 34}, [396] = {.lex_state = 34}, [397] = {.lex_state = 34}, [398] = {.lex_state = 34}, [399] = {.lex_state = 34}, [400] = {.lex_state = 34}, [401] = {.lex_state = 34}, [402] = {.lex_state = 34}, [403] = {.lex_state = 34}, [404] = {.lex_state = 34}, [405] = {.lex_state = 34}, [406] = {.lex_state = 34}, [407] = {.lex_state = 34}, [408] = {.lex_state = 34}, [409] = {.lex_state = 34}, [410] = {.lex_state = 34}, [411] = {.lex_state = 34}, [412] = {.lex_state = 34}, [413] = {.lex_state = 34}, [414] = {.lex_state = 34}, [415] = {.lex_state = 34}, [416] = {.lex_state = 34}, [417] = {.lex_state = 34}, [418] = {.lex_state = 34}, [419] = {.lex_state = 34}, [420] = {.lex_state = 34}, [421] = {.lex_state = 34}, [422] = {.lex_state = 34}, [423] = {.lex_state = 34}, [424] = {.lex_state = 34}, [425] = {.lex_state = 34}, [426] = {.lex_state = 34}, [427] = {.lex_state = 34}, [428] = {.lex_state = 34}, [429] = {.lex_state = 34}, [430] = {.lex_state = 34}, [431] = {.lex_state = 34}, [432] = {.lex_state = 34}, [433] = {.lex_state = 34}, [434] = {.lex_state = 34}, [435] = {.lex_state = 34}, [436] = {.lex_state = 34}, [437] = {.lex_state = 34}, [438] = {.lex_state = 34}, [439] = {.lex_state = 34}, [440] = {.lex_state = 34}, [441] = {.lex_state = 34}, [442] = {.lex_state = 34}, [443] = {.lex_state = 34}, [444] = {.lex_state = 34}, [445] = {.lex_state = 34}, [446] = {.lex_state = 34}, [447] = {.lex_state = 34}, [448] = {.lex_state = 34}, [449] = {.lex_state = 34}, [450] = {.lex_state = 34}, [451] = {.lex_state = 34}, [452] = {.lex_state = 34}, [453] = {.lex_state = 34}, [454] = {.lex_state = 34}, [455] = {.lex_state = 34}, [456] = {.lex_state = 34}, [457] = {.lex_state = 34}, [458] = {.lex_state = 34}, [459] = {.lex_state = 34}, [460] = {.lex_state = 34}, [461] = {.lex_state = 34}, [462] = {.lex_state = 34}, [463] = {.lex_state = 34}, [464] = {.lex_state = 34}, [465] = {.lex_state = 34}, [466] = {.lex_state = 34}, [467] = {.lex_state = 34}, [468] = {.lex_state = 34}, [469] = {.lex_state = 34}, [470] = {.lex_state = 34}, [471] = {.lex_state = 34}, [472] = {.lex_state = 34}, [473] = {.lex_state = 34}, [474] = {.lex_state = 34}, [475] = {.lex_state = 34}, [476] = {.lex_state = 34}, [477] = {.lex_state = 34}, [478] = {.lex_state = 34}, [479] = {.lex_state = 34}, [480] = {.lex_state = 34}, [481] = {.lex_state = 34}, [482] = {.lex_state = 34}, [483] = {.lex_state = 34}, [484] = {.lex_state = 34}, [485] = {.lex_state = 34}, [486] = {.lex_state = 34}, [487] = {.lex_state = 34}, [488] = {.lex_state = 34}, [489] = {.lex_state = 34}, [490] = {.lex_state = 34}, [491] = {.lex_state = 34}, [492] = {.lex_state = 34}, [493] = {.lex_state = 34}, [494] = {.lex_state = 34}, [495] = {.lex_state = 34}, [496] = {.lex_state = 34}, [497] = {.lex_state = 7}, [498] = {.lex_state = 34}, [499] = {.lex_state = 34}, [500] = {.lex_state = 34}, [501] = {.lex_state = 34}, [502] = {.lex_state = 34}, [503] = {.lex_state = 34}, [504] = {.lex_state = 34}, [505] = {.lex_state = 34}, [506] = {.lex_state = 34}, [507] = {.lex_state = 34}, [508] = {.lex_state = 34}, [509] = {.lex_state = 34}, [510] = {.lex_state = 34}, [511] = {.lex_state = 34}, [512] = {.lex_state = 34}, [513] = {.lex_state = 34}, [514] = {.lex_state = 34}, [515] = {.lex_state = 34}, [516] = {.lex_state = 34}, [517] = {.lex_state = 34}, [518] = {.lex_state = 34}, [519] = {.lex_state = 34}, [520] = {.lex_state = 34}, [521] = {.lex_state = 34}, [522] = {.lex_state = 34}, [523] = {.lex_state = 34}, [524] = {.lex_state = 34}, [525] = {.lex_state = 34}, [526] = {.lex_state = 34}, [527] = {.lex_state = 34}, [528] = {.lex_state = 34}, [529] = {.lex_state = 34}, [530] = {.lex_state = 34}, [531] = {.lex_state = 34}, [532] = {.lex_state = 34}, [533] = {.lex_state = 34}, [534] = {.lex_state = 34}, [535] = {.lex_state = 34}, [536] = {.lex_state = 34}, [537] = {.lex_state = 34}, [538] = {.lex_state = 34}, [539] = {.lex_state = 34}, [540] = {.lex_state = 34}, [541] = {.lex_state = 34}, [542] = {.lex_state = 34}, [543] = {.lex_state = 34}, [544] = {.lex_state = 34}, [545] = {.lex_state = 34}, [546] = {.lex_state = 34}, [547] = {.lex_state = 34}, [548] = {.lex_state = 34}, [549] = {.lex_state = 34}, [550] = {.lex_state = 34}, [551] = {.lex_state = 34}, [552] = {.lex_state = 34}, [553] = {.lex_state = 34}, [554] = {.lex_state = 34}, [555] = {.lex_state = 34}, [556] = {.lex_state = 34}, [557] = {.lex_state = 34}, [558] = {.lex_state = 34}, [559] = {.lex_state = 34}, [560] = {.lex_state = 34}, [561] = {.lex_state = 34}, [562] = {.lex_state = 34}, [563] = {.lex_state = 34}, [564] = {.lex_state = 34}, [565] = {.lex_state = 34}, [566] = {.lex_state = 34}, [567] = {.lex_state = 34}, [568] = {.lex_state = 34}, [569] = {.lex_state = 34}, [570] = {.lex_state = 34}, [571] = {.lex_state = 34}, [572] = {.lex_state = 34}, [573] = {.lex_state = 34}, [574] = {.lex_state = 34}, [575] = {.lex_state = 34}, [576] = {.lex_state = 34}, [577] = {.lex_state = 34}, [578] = {.lex_state = 34}, [579] = {.lex_state = 34}, [580] = {.lex_state = 34}, [581] = {.lex_state = 34}, [582] = {.lex_state = 34}, [583] = {.lex_state = 34}, [584] = {.lex_state = 34}, [585] = {.lex_state = 34}, [586] = {.lex_state = 34}, [587] = {.lex_state = 34}, [588] = {.lex_state = 34}, [589] = {.lex_state = 34}, [590] = {.lex_state = 34}, [591] = {.lex_state = 34}, [592] = {.lex_state = 34}, [593] = {.lex_state = 34}, [594] = {.lex_state = 34}, [595] = {.lex_state = 34}, [596] = {.lex_state = 34}, [597] = {.lex_state = 34}, [598] = {.lex_state = 34}, [599] = {.lex_state = 34}, [600] = {.lex_state = 34}, [601] = {.lex_state = 34}, [602] = {.lex_state = 34}, [603] = {.lex_state = 34}, [604] = {.lex_state = 34}, [605] = {.lex_state = 34}, [606] = {.lex_state = 34}, [607] = {.lex_state = 34}, [608] = {.lex_state = 34}, [609] = {.lex_state = 34}, [610] = {.lex_state = 34}, [611] = {.lex_state = 34}, [612] = {.lex_state = 34}, [613] = {.lex_state = 34}, [614] = {.lex_state = 34}, [615] = {.lex_state = 34}, [616] = {.lex_state = 34}, [617] = {.lex_state = 34}, [618] = {.lex_state = 34}, [619] = {.lex_state = 34}, [620] = {.lex_state = 34}, [621] = {.lex_state = 34}, [622] = {.lex_state = 34}, [623] = {.lex_state = 34}, [624] = {.lex_state = 34}, [625] = {.lex_state = 34}, [626] = {.lex_state = 34}, [627] = {.lex_state = 34}, [628] = {.lex_state = 34}, [629] = {.lex_state = 34}, [630] = {.lex_state = 34}, [631] = {.lex_state = 34}, [632] = {.lex_state = 34}, [633] = {.lex_state = 34}, [634] = {.lex_state = 34}, [635] = {.lex_state = 34}, [636] = {.lex_state = 34}, [637] = {.lex_state = 34}, [638] = {.lex_state = 34}, [639] = {.lex_state = 34}, [640] = {.lex_state = 34}, [641] = {.lex_state = 34}, [642] = {.lex_state = 34}, [643] = {.lex_state = 34}, [644] = {.lex_state = 34}, [645] = {.lex_state = 34}, [646] = {.lex_state = 34}, [647] = {.lex_state = 34}, [648] = {.lex_state = 34}, [649] = {.lex_state = 34}, [650] = {.lex_state = 34}, [651] = {.lex_state = 34}, [652] = {.lex_state = 34}, [653] = {.lex_state = 34}, [654] = {.lex_state = 34}, [655] = {.lex_state = 34}, [656] = {.lex_state = 34}, [657] = {.lex_state = 34}, [658] = {.lex_state = 34}, [659] = {.lex_state = 34}, [660] = {.lex_state = 34}, [661] = {.lex_state = 34}, [662] = {.lex_state = 34}, [663] = {.lex_state = 34}, [664] = {.lex_state = 34}, [665] = {.lex_state = 34}, [666] = {.lex_state = 34}, [667] = {.lex_state = 34}, [668] = {.lex_state = 34}, [669] = {.lex_state = 34}, [670] = {.lex_state = 34}, [671] = {.lex_state = 34}, [672] = {.lex_state = 34}, [673] = {.lex_state = 34}, [674] = {.lex_state = 34}, [675] = {.lex_state = 34}, [676] = {.lex_state = 34}, [677] = {.lex_state = 34}, [678] = {.lex_state = 34}, [679] = {.lex_state = 34}, [680] = {.lex_state = 34}, [681] = {.lex_state = 34}, [682] = {.lex_state = 34}, [683] = {.lex_state = 34}, [684] = {.lex_state = 34}, [685] = {.lex_state = 34}, [686] = {.lex_state = 34}, [687] = {.lex_state = 34}, [688] = {.lex_state = 34}, [689] = {.lex_state = 34}, [690] = {.lex_state = 34}, [691] = {.lex_state = 34}, [692] = {.lex_state = 34}, [693] = {.lex_state = 34}, [694] = {.lex_state = 34}, [695] = {.lex_state = 34}, [696] = {.lex_state = 34}, [697] = {.lex_state = 34}, [698] = {.lex_state = 34}, [699] = {.lex_state = 34}, [700] = {.lex_state = 34}, [701] = {.lex_state = 34}, [702] = {.lex_state = 34}, [703] = {.lex_state = 34}, [704] = {.lex_state = 3}, [705] = {.lex_state = 6}, [706] = {.lex_state = 3}, [707] = {.lex_state = 6}, [708] = {.lex_state = 3}, [709] = {.lex_state = 3}, [710] = {.lex_state = 3}, [711] = {.lex_state = 3}, [712] = {.lex_state = 3}, [713] = {.lex_state = 6}, [714] = {.lex_state = 3}, [715] = {.lex_state = 3}, [716] = {.lex_state = 3}, [717] = {.lex_state = 3}, [718] = {.lex_state = 3}, [719] = {.lex_state = 3}, [720] = {.lex_state = 3}, [721] = {.lex_state = 3}, [722] = {.lex_state = 3}, [723] = {.lex_state = 0}, [724] = {.lex_state = 0}, [725] = {.lex_state = 0}, [726] = {.lex_state = 0}, [727] = {.lex_state = 0}, [728] = {.lex_state = 3}, [729] = {.lex_state = 3}, [730] = {.lex_state = 0}, [731] = {.lex_state = 3}, [732] = {.lex_state = 3}, [733] = {.lex_state = 0}, [734] = {.lex_state = 0}, [735] = {.lex_state = 3}, [736] = {.lex_state = 3}, [737] = {.lex_state = 3}, [738] = {.lex_state = 3}, [739] = {.lex_state = 0}, [740] = {.lex_state = 3}, [741] = {.lex_state = 3}, [742] = {.lex_state = 6}, [743] = {.lex_state = 0}, [744] = {.lex_state = 0}, [745] = {.lex_state = 0}, [746] = {.lex_state = 3}, [747] = {.lex_state = 3}, [748] = {.lex_state = 3}, [749] = {.lex_state = 3}, [750] = {.lex_state = 3}, [751] = {.lex_state = 3}, [752] = {.lex_state = 3}, [753] = {.lex_state = 3}, [754] = {.lex_state = 3}, [755] = {.lex_state = 3}, [756] = {.lex_state = 3}, [757] = {.lex_state = 0}, [758] = {.lex_state = 3}, [759] = {.lex_state = 0}, [760] = {.lex_state = 3}, [761] = {.lex_state = 3}, [762] = {.lex_state = 3}, [763] = {.lex_state = 3}, [764] = {.lex_state = 0}, [765] = {.lex_state = 0}, [766] = {.lex_state = 132}, [767] = {.lex_state = 0}, [768] = {.lex_state = 0}, [769] = {.lex_state = 3}, [770] = {.lex_state = 3}, [771] = {.lex_state = 0}, [772] = {.lex_state = 0}, [773] = {.lex_state = 0}, [774] = {.lex_state = 34}, [775] = {.lex_state = 0}, [776] = {.lex_state = 0}, [777] = {.lex_state = 34}, [778] = {.lex_state = 0}, [779] = {.lex_state = 34}, [780] = {.lex_state = 0}, [781] = {.lex_state = 0}, [782] = {.lex_state = 0}, [783] = {.lex_state = 0}, [784] = {.lex_state = 0}, [785] = {.lex_state = 3}, [786] = {.lex_state = 0}, [787] = {.lex_state = 0}, [788] = {.lex_state = 0}, [789] = {.lex_state = 0}, [790] = {.lex_state = 0}, [791] = {.lex_state = 0}, [792] = {.lex_state = 0}, [793] = {.lex_state = 3}, [794] = {.lex_state = 0}, [795] = {.lex_state = 0}, [796] = {.lex_state = 0}, [797] = {.lex_state = 0}, [798] = {.lex_state = 0}, [799] = {.lex_state = 0}, [800] = {.lex_state = 0}, [801] = {.lex_state = 0}, [802] = {.lex_state = 0}, [803] = {.lex_state = 0}, [804] = {.lex_state = 34}, [805] = {.lex_state = 34}, [806] = {.lex_state = 0}, [807] = {.lex_state = 34}, [808] = {.lex_state = 3}, [809] = {.lex_state = 0}, [810] = {.lex_state = 0}, [811] = {.lex_state = 0}, [812] = {.lex_state = 34}, [813] = {.lex_state = 0}, [814] = {.lex_state = 3}, [815] = {.lex_state = 3}, [816] = {.lex_state = 3}, [817] = {.lex_state = 0}, [818] = {.lex_state = 0}, [819] = {.lex_state = 0}, [820] = {.lex_state = 0}, [821] = {.lex_state = 0}, [822] = {.lex_state = 0}, [823] = {.lex_state = 132}, [824] = {.lex_state = 0}, [825] = {.lex_state = 0}, [826] = {.lex_state = 0}, [827] = {.lex_state = 0}, [828] = {.lex_state = 132}, [829] = {.lex_state = 0}, [830] = {.lex_state = 0}, [831] = {.lex_state = 3}, [832] = {.lex_state = 0}, [833] = {.lex_state = 3}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_symbol] = ACTIONS(1), [anon_sym_ENTRY] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_SECTIONS] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_SLASHDISCARD_SLASH] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_NOLOAD] = ACTIONS(1), [anon_sym_DSECT] = ACTIONS(1), [anon_sym_COPY] = ACTIONS(1), [anon_sym_INFO] = ACTIONS(1), [anon_sym_OVERLAY] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_NOCROSSREFS] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_LT_LT_EQ] = ACTIONS(1), [anon_sym_GT_GT_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_ASSERT] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_KEEP] = ACTIONS(1), [anon_sym_PROVIDE] = ACTIONS(1), [anon_sym_PROVIDE_HIDDEN] = ACTIONS(1), [anon_sym_MEMORY] = ACTIONS(1), [anon_sym_ORIGIN] = ACTIONS(1), [anon_sym_org] = ACTIONS(1), [anon_sym_o] = ACTIONS(1), [anon_sym_LENGTH] = ACTIONS(1), [anon_sym_len] = ACTIONS(1), [anon_sym_l] = ACTIONS(1), [aux_sym_attributes_token1] = ACTIONS(1), [anon_sym_PHDRS] = ACTIONS(1), [anon_sym_FILEHDR] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [sym_number] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [sym_comment] = ACTIONS(3), }, [1] = { [sym_linkerscript] = STATE(821), [sym_entry_command] = STATE(257), [sym__command] = STATE(258), [sym_sections_command] = STATE(258), [sym_assignment] = STATE(258), [sym_memory_command] = STATE(258), [sym_phdrs_command] = STATE(258), [aux_sym_linkerscript_repeat1] = STATE(258), [ts_builtin_sym_end] = ACTIONS(5), [sym_symbol] = ACTIONS(7), [anon_sym_ENTRY] = ACTIONS(9), [anon_sym_SECTIONS] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(7), [anon_sym_MEMORY] = ACTIONS(13), [anon_sym_PHDRS] = ACTIONS(15), [sym_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 7, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(21), 5, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(17), 17, anon_sym_GT, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [45] = 5, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, STATE(21), 1, sym_argument_list, ACTIONS(31), 5, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(29), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [86] = 16, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, ACTIONS(35), 1, anon_sym_RPAREN, ACTIONS(39), 1, anon_sym_QMARK, ACTIONS(41), 1, anon_sym_PIPE_PIPE, ACTIONS(43), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym_PIPE, ACTIONS(47), 1, anon_sym_AMP, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(49), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(33), 8, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_TILDE, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [149] = 16, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, ACTIONS(39), 1, anon_sym_QMARK, ACTIONS(41), 1, anon_sym_PIPE_PIPE, ACTIONS(43), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym_PIPE, ACTIONS(47), 1, anon_sym_AMP, ACTIONS(57), 1, anon_sym_RPAREN, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(49), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(55), 8, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_TILDE, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [212] = 11, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(21), 1, anon_sym_RPAREN, ACTIONS(27), 1, sym_comment, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(49), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(17), 13, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [265] = 8, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(21), 5, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(17), 15, anon_sym_GT, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [312] = 5, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, STATE(21), 1, sym_argument_list, ACTIONS(21), 5, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(17), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [353] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, anon_sym_LPAREN, ACTIONS(63), 1, anon_sym_LBRACE, ACTIONS(65), 1, anon_sym_COLON, ACTIONS(67), 1, anon_sym_AT, ACTIONS(73), 1, anon_sym_DASH, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, STATE(56), 1, sym_expression, STATE(714), 1, sym_section_type, STATE(783), 1, sym__at, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 2, anon_sym_BANG, anon_sym_TILDE, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, ACTIONS(69), 9, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, [414] = 6, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, STATE(21), 1, sym_argument_list, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(21), 5, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(17), 19, anon_sym_GT, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [457] = 14, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(21), 1, anon_sym_RPAREN, ACTIONS(27), 1, sym_comment, ACTIONS(43), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym_PIPE, ACTIONS(47), 1, anon_sym_AMP, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(49), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(17), 10, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_PIPE_PIPE, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [516] = 16, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, ACTIONS(39), 1, anon_sym_QMARK, ACTIONS(41), 1, anon_sym_PIPE_PIPE, ACTIONS(43), 1, anon_sym_AMP_AMP, ACTIONS(45), 1, anon_sym_PIPE, ACTIONS(47), 1, anon_sym_AMP, ACTIONS(81), 1, anon_sym_RPAREN, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(49), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(79), 8, anon_sym_LBRACK, anon_sym_DOT, anon_sym_BANG, anon_sym_TILDE, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [579] = 10, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(27), 1, sym_comment, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(21), 3, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(17), 13, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [630] = 13, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(21), 1, anon_sym_RPAREN, ACTIONS(27), 1, sym_comment, ACTIONS(45), 1, anon_sym_PIPE, ACTIONS(47), 1, anon_sym_AMP, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(49), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(17), 11, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [687] = 12, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(21), 1, anon_sym_RPAREN, ACTIONS(27), 1, sym_comment, ACTIONS(47), 1, anon_sym_AMP, STATE(21), 1, sym_argument_list, ACTIONS(25), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(37), 2, anon_sym_GT, anon_sym_LT, ACTIONS(49), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(51), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(53), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(23), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(17), 12, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [742] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(85), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(83), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [778] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(89), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(87), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [814] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, STATE(35), 1, sym_argument_list, ACTIONS(17), 2, anon_sym_AT, sym_symbol, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(21), 8, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PIPE_PIPE, [874] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, STATE(35), 1, sym_argument_list, ACTIONS(79), 2, anon_sym_AT, sym_symbol, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(81), 6, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, [938] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(119), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(117), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [974] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(123), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(121), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [1010] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(127), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(125), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [1046] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, STATE(35), 1, sym_argument_list, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 6, anon_sym_AT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 13, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, [1094] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(131), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(129), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [1130] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, STATE(35), 1, sym_argument_list, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(17), 6, anon_sym_AT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 17, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1174] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, STATE(35), 1, sym_argument_list, ACTIONS(55), 2, anon_sym_AT, sym_symbol, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(57), 6, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, [1238] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, STATE(35), 1, sym_argument_list, ACTIONS(29), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(31), 19, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1278] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, STATE(35), 1, sym_argument_list, ACTIONS(17), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 19, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1318] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, STATE(35), 1, sym_argument_list, ACTIONS(17), 2, anon_sym_AT, sym_symbol, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(21), 9, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [1376] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(105), 1, anon_sym_AMP, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 3, anon_sym_AT, anon_sym_PIPE, sym_symbol, ACTIONS(21), 9, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [1432] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(135), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(133), 22, anon_sym_GT, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [1468] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, STATE(35), 1, sym_argument_list, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(17), 6, anon_sym_AT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 15, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1514] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 4, anon_sym_AT, anon_sym_PIPE, anon_sym_AMP, sym_symbol, ACTIONS(21), 9, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [1568] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 4, anon_sym_AT, anon_sym_PIPE, anon_sym_AMP, sym_symbol, ACTIONS(21), 11, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_COMMA, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, [1620] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(121), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(123), 20, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1655] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(129), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(131), 20, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1690] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(133), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(135), 20, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(87), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(89), 20, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1760] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(83), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(85), 20, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1795] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(125), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(127), 20, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(117), 7, anon_sym_AT, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(119), 20, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_SEMI, anon_sym_STAR, anon_sym_COMMA, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1865] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(147), 1, anon_sym_QMARK, ACTIONS(151), 1, anon_sym_SLASH, ACTIONS(153), 1, anon_sym_PIPE_PIPE, ACTIONS(155), 1, anon_sym_AMP_AMP, ACTIONS(157), 1, anon_sym_PIPE, ACTIONS(159), 1, anon_sym_AMP, STATE(57), 1, sym_argument_list, ACTIONS(141), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(161), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(137), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [1927] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, STATE(57), 1, sym_argument_list, ACTIONS(17), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 15, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [1965] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, STATE(57), 1, sym_argument_list, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(17), 8, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 13, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2007] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, STATE(57), 1, sym_argument_list, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 8, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 9, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, [2053] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, ACTIONS(155), 1, anon_sym_AMP_AMP, ACTIONS(157), 1, anon_sym_PIPE, ACTIONS(159), 1, anon_sym_AMP, STATE(57), 1, sym_argument_list, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(161), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, ACTIONS(21), 4, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_PIPE_PIPE, [2111] = 15, ACTIONS(27), 1, sym_comment, ACTIONS(167), 1, sym_symbol, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(171), 1, anon_sym_RPAREN, ACTIONS(175), 1, anon_sym_LBRACK, ACTIONS(177), 1, anon_sym_STAR, ACTIONS(179), 1, anon_sym_DQUOTE, ACTIONS(181), 1, sym_filename, STATE(66), 1, sym_expression, STATE(739), 1, sym_input_section, STATE(745), 1, sym_wildcard_pattern, ACTIONS(59), 2, anon_sym_DOT, sym_number, ACTIONS(73), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, ACTIONS(173), 5, anon_sym_NOLOAD, anon_sym_DSECT, anon_sym_COPY, anon_sym_INFO, anon_sym_OVERLAY, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [2169] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, ACTIONS(157), 1, anon_sym_PIPE, ACTIONS(159), 1, anon_sym_AMP, STATE(57), 1, sym_argument_list, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(161), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, ACTIONS(21), 5, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [2225] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, ACTIONS(159), 1, anon_sym_AMP, STATE(57), 1, sym_argument_list, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(161), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 5, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_PIPE, sym_symbol, ACTIONS(21), 5, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, [2279] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, STATE(57), 1, sym_argument_list, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(161), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(21), 5, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, ACTIONS(17), 6, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_PIPE, anon_sym_AMP, sym_symbol, [2331] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, STATE(57), 1, sym_argument_list, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(17), 6, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_PIPE, anon_sym_AMP, sym_symbol, ACTIONS(21), 7, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, [2381] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_SLASH, STATE(57), 1, sym_argument_list, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(17), 8, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(21), 11, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2425] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, STATE(57), 1, sym_argument_list, ACTIONS(29), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(31), 15, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2463] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(147), 1, anon_sym_QMARK, ACTIONS(151), 1, anon_sym_SLASH, ACTIONS(153), 1, anon_sym_PIPE_PIPE, ACTIONS(155), 1, anon_sym_AMP_AMP, ACTIONS(157), 1, anon_sym_PIPE, ACTIONS(159), 1, anon_sym_AMP, STATE(57), 1, sym_argument_list, ACTIONS(81), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(161), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(79), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [2525] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(139), 1, anon_sym_LPAREN, ACTIONS(147), 1, anon_sym_QMARK, ACTIONS(151), 1, anon_sym_SLASH, ACTIONS(153), 1, anon_sym_PIPE_PIPE, ACTIONS(155), 1, anon_sym_AMP_AMP, ACTIONS(157), 1, anon_sym_PIPE, ACTIONS(159), 1, anon_sym_AMP, STATE(57), 1, sym_argument_list, ACTIONS(57), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(143), 2, anon_sym_GT, anon_sym_LT, ACTIONS(145), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(149), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(161), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(163), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(165), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(55), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [2587] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(183), 1, anon_sym_LPAREN, ACTIONS(185), 1, anon_sym_LBRACE, ACTIONS(187), 1, anon_sym_COLON, ACTIONS(189), 1, anon_sym_AT, STATE(35), 1, sym_argument_list, STATE(708), 1, sym_section_type, STATE(797), 1, sym__at, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [2654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(121), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(123), 16, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2687] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(83), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(85), 16, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(129), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(131), 16, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2753] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(87), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(89), 16, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2786] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(183), 1, anon_sym_LPAREN, ACTIONS(189), 1, anon_sym_AT, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_COLON, STATE(35), 1, sym_argument_list, STATE(710), 1, sym_section_type, STATE(784), 1, sym__at, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [2853] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(133), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(135), 16, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2886] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(117), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(119), 16, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2919] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(125), 9, anon_sym_GT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, sym_symbol, ACTIONS(127), 16, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [2952] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(195), 1, anon_sym_RPAREN, ACTIONS(197), 1, anon_sym_COMMA, STATE(35), 1, sym_argument_list, STATE(730), 1, aux_sym_argument_list_repeat1, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3013] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(197), 1, anon_sym_COMMA, ACTIONS(199), 1, anon_sym_RPAREN, STATE(35), 1, sym_argument_list, STATE(734), 1, aux_sym_argument_list_repeat1, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3074] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(201), 1, anon_sym_RPAREN, ACTIONS(203), 1, anon_sym_COMMA, STATE(35), 1, sym_argument_list, STATE(743), 1, aux_sym_assert_command_repeat1, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3135] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(197), 1, anon_sym_COMMA, ACTIONS(205), 1, anon_sym_RPAREN, STATE(35), 1, sym_argument_list, STATE(724), 1, aux_sym_argument_list_repeat1, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3196] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(207), 2, anon_sym_RBRACE, sym_symbol, [3252] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(209), 2, anon_sym_RPAREN, anon_sym_COMMA, [3308] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(211), 2, anon_sym_RPAREN, anon_sym_COMMA, [3364] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(213), 2, anon_sym_RBRACE, sym_symbol, [3420] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(215), 2, anon_sym_RBRACE, sym_symbol, [3476] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(217), 1, anon_sym_SEMI, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3531] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(219), 1, anon_sym_COLON, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3586] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(221), 1, anon_sym_LPAREN, ACTIONS(223), 2, anon_sym_RPAREN, anon_sym_COMMA, ACTIONS(87), 5, anon_sym_GT, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_LT, ACTIONS(89), 13, anon_sym_STAR, anon_sym_QMARK, anon_sym_DASH, anon_sym_PLUS, anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, [3619] = 14, ACTIONS(27), 1, sym_comment, ACTIONS(167), 1, sym_symbol, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(171), 1, anon_sym_RPAREN, ACTIONS(175), 1, anon_sym_LBRACK, ACTIONS(177), 1, anon_sym_STAR, ACTIONS(179), 1, anon_sym_DQUOTE, ACTIONS(181), 1, sym_filename, STATE(66), 1, sym_expression, STATE(739), 1, sym_input_section, STATE(745), 1, sym_wildcard_pattern, ACTIONS(59), 2, anon_sym_DOT, sym_number, ACTIONS(73), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [3670] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(225), 1, anon_sym_COLON, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3725] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(227), 1, anon_sym_RPAREN, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3780] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(229), 1, anon_sym_COMMA, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3835] = 13, ACTIONS(27), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(235), 1, anon_sym_RPAREN, ACTIONS(237), 1, anon_sym_LBRACK, ACTIONS(239), 1, anon_sym_STAR, ACTIONS(243), 1, anon_sym_DQUOTE, ACTIONS(245), 1, sym_filename, STATE(4), 1, sym_expression, STATE(84), 1, aux_sym_input_section_repeat1, STATE(300), 1, sym_wildcard_pattern, ACTIONS(231), 3, anon_sym_DOT, sym_number, sym_symbol, ACTIONS(241), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [3884] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(247), 1, anon_sym_RPAREN, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3939] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(249), 1, anon_sym_SEMI, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [3994] = 13, ACTIONS(27), 1, sym_comment, ACTIONS(254), 1, anon_sym_LPAREN, ACTIONS(257), 1, anon_sym_RPAREN, ACTIONS(259), 1, anon_sym_LBRACK, ACTIONS(262), 1, anon_sym_STAR, ACTIONS(268), 1, anon_sym_DQUOTE, ACTIONS(271), 1, sym_filename, STATE(4), 1, sym_expression, STATE(84), 1, aux_sym_input_section_repeat1, STATE(300), 1, sym_wildcard_pattern, ACTIONS(251), 3, anon_sym_DOT, sym_number, sym_symbol, ACTIONS(265), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4043] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(274), 1, anon_sym_RPAREN, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4098] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(276), 1, anon_sym_SEMI, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4153] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(278), 1, anon_sym_RPAREN, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4208] = 14, ACTIONS(27), 1, sym_comment, ACTIONS(167), 1, sym_symbol, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(175), 1, anon_sym_LBRACK, ACTIONS(177), 1, anon_sym_STAR, ACTIONS(179), 1, anon_sym_DQUOTE, ACTIONS(181), 1, sym_filename, ACTIONS(280), 1, anon_sym_RPAREN, STATE(68), 1, sym_expression, STATE(726), 1, sym_input_section, STATE(745), 1, sym_wildcard_pattern, ACTIONS(59), 2, anon_sym_DOT, sym_number, ACTIONS(73), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4259] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(282), 1, anon_sym_COLON, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4314] = 14, ACTIONS(27), 1, sym_comment, ACTIONS(167), 1, sym_symbol, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(175), 1, anon_sym_LBRACK, ACTIONS(177), 1, anon_sym_STAR, ACTIONS(179), 1, anon_sym_DQUOTE, ACTIONS(181), 1, sym_filename, ACTIONS(284), 1, anon_sym_RPAREN, STATE(65), 1, sym_expression, STATE(733), 1, sym_input_section, STATE(745), 1, sym_wildcard_pattern, ACTIONS(59), 2, anon_sym_DOT, sym_number, ACTIONS(73), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4365] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(286), 1, anon_sym_COMMA, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4420] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(288), 1, anon_sym_RPAREN, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4475] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(290), 1, anon_sym_COLON, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4530] = 13, ACTIONS(27), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(237), 1, anon_sym_LBRACK, ACTIONS(239), 1, anon_sym_STAR, ACTIONS(243), 1, anon_sym_DQUOTE, ACTIONS(245), 1, sym_filename, ACTIONS(292), 1, anon_sym_RPAREN, STATE(4), 1, sym_expression, STATE(84), 1, aux_sym_input_section_repeat1, STATE(300), 1, sym_wildcard_pattern, ACTIONS(231), 3, anon_sym_DOT, sym_number, sym_symbol, ACTIONS(241), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4579] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, anon_sym_LPAREN, ACTIONS(99), 1, anon_sym_SLASH, ACTIONS(101), 1, anon_sym_AMP_AMP, ACTIONS(103), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_AMP, ACTIONS(113), 1, anon_sym_QMARK, ACTIONS(115), 1, anon_sym_PIPE_PIPE, ACTIONS(294), 1, anon_sym_COMMA, STATE(35), 1, sym_argument_list, ACTIONS(93), 2, anon_sym_GT, anon_sym_LT, ACTIONS(95), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(97), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(107), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(109), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(111), 2, anon_sym_LT_LT, anon_sym_GT_GT, [4634] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, anon_sym_LPAREN, ACTIONS(67), 1, anon_sym_AT, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(296), 1, anon_sym_LBRACE, ACTIONS(298), 1, anon_sym_COLON, STATE(61), 1, sym_expression, STATE(716), 1, sym_section_type, STATE(787), 1, sym__at, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4682] = 13, ACTIONS(27), 1, sym_comment, ACTIONS(167), 1, sym_symbol, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(175), 1, anon_sym_LBRACK, ACTIONS(177), 1, anon_sym_STAR, ACTIONS(179), 1, anon_sym_DQUOTE, ACTIONS(181), 1, sym_filename, STATE(70), 1, sym_expression, STATE(745), 1, sym_wildcard_pattern, STATE(764), 1, sym_input_section, ACTIONS(59), 2, anon_sym_DOT, sym_number, ACTIONS(73), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4730] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(237), 1, anon_sym_LBRACK, ACTIONS(239), 1, anon_sym_STAR, ACTIONS(243), 1, anon_sym_DQUOTE, ACTIONS(245), 1, sym_filename, STATE(4), 1, sym_expression, STATE(81), 1, aux_sym_input_section_repeat1, STATE(300), 1, sym_wildcard_pattern, ACTIONS(231), 3, anon_sym_DOT, sym_number, sym_symbol, ACTIONS(241), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4776] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(237), 1, anon_sym_LBRACK, ACTIONS(239), 1, anon_sym_STAR, ACTIONS(243), 1, anon_sym_DQUOTE, ACTIONS(245), 1, sym_filename, STATE(4), 1, sym_expression, STATE(94), 1, aux_sym_input_section_repeat1, STATE(300), 1, sym_wildcard_pattern, ACTIONS(231), 3, anon_sym_DOT, sym_number, sym_symbol, ACTIONS(241), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4822] = 5, ACTIONS(27), 1, sym_comment, ACTIONS(302), 1, anon_sym_LPAREN, ACTIONS(223), 2, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(300), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, ACTIONS(304), 9, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, [4854] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(82), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, ACTIONS(173), 5, anon_sym_NOLOAD, anon_sym_DSECT, anon_sym_COPY, anon_sym_INFO, anon_sym_OVERLAY, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4894] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(306), 1, anon_sym_COLON, STATE(93), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4930] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(308), 1, anon_sym_COLON, STATE(78), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [4966] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(310), 1, anon_sym_COLON, STATE(75), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5002] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, ACTIONS(312), 1, anon_sym_COLON, STATE(89), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5038] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(23), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5071] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(316), 1, anon_sym_RBRACE, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [5112] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(79), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5145] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(330), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [5186] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(332), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [5227] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(12), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5260] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(340), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [5301] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(74), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5334] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(342), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [5375] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(2), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5408] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(344), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [5449] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(13), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5482] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(6), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5515] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(15), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5548] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(14), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5581] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(85), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5614] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(346), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [5655] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(19), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5688] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(5), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5721] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(53), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5754] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(45), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5787] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(43), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5820] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(44), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5853] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(46), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5886] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(48), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5919] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(49), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5952] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(11), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [5985] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(10), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6018] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(8), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6051] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(7), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6084] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(32), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6117] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, anon_sym_LPAREN, ACTIONS(336), 1, sym_number, ACTIONS(338), 1, anon_sym_DQUOTE, STATE(3), 1, sym_expression, ACTIONS(231), 2, anon_sym_DOT, sym_symbol, ACTIONS(334), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(17), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6150] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(34), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6183] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(33), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6216] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(69), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6249] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(30), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6282] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(73), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6315] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(29), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6348] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(18), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6381] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(72), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6414] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(358), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [6455] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(360), 1, sym_symbol, ACTIONS(363), 1, anon_sym_RBRACE, ACTIONS(365), 1, anon_sym_LBRACK, ACTIONS(368), 1, anon_sym_STAR, ACTIONS(371), 1, anon_sym_DOT, ACTIONS(374), 1, anon_sym_KEEP, ACTIONS(380), 1, sym_filename, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(377), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [6496] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(383), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [6537] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(87), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6570] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(25), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6603] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(385), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [6644] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(86), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6677] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(28), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6710] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(83), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6743] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(387), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [6784] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(82), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6817] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(91), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6850] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(92), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6883] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(389), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [6924] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(80), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [6957] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(391), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [6998] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(393), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7039] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(395), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7080] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(397), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7121] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(27), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7154] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(399), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7195] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(55), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7228] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(401), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7269] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(42), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7302] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(71), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7335] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(403), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7376] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(54), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7409] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(405), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7450] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(407), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7491] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(409), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7532] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(411), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7573] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(413), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7614] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(415), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7655] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(417), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7696] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(95), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7729] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(50), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7762] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(419), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7803] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(51), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7836] = 12, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, ACTIONS(421), 1, anon_sym_RBRACE, STATE(147), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [7877] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(350), 1, anon_sym_LPAREN, ACTIONS(354), 1, sym_number, ACTIONS(356), 1, anon_sym_DQUOTE, STATE(52), 1, sym_expression, ACTIONS(348), 2, anon_sym_DOT, sym_symbol, ACTIONS(352), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(60), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7910] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(26), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7943] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, sym_number, ACTIONS(77), 1, anon_sym_DQUOTE, ACTIONS(169), 1, anon_sym_LPAREN, STATE(67), 1, sym_expression, ACTIONS(59), 2, anon_sym_DOT, sym_symbol, ACTIONS(71), 3, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, STATE(38), 6, sym_conditional_expression, sym_unary_expression, sym_binary_expression, sym_parenthesized_expression, sym_call_expression, sym_quoted_symbol, [7976] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(286), 1, sym_region, STATE(381), 1, sym_lma_region, STATE(400), 1, sym_phdr, STATE(558), 1, sym_fillexp, ACTIONS(425), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(423), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8014] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(292), 1, sym_region, STATE(373), 1, sym_lma_region, STATE(394), 1, sym_phdr, STATE(651), 1, sym_fillexp, ACTIONS(437), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(435), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8052] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(146), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8090] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(109), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8128] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(276), 1, sym_region, STATE(362), 1, sym_lma_region, STATE(429), 1, sym_phdr, STATE(559), 1, sym_fillexp, ACTIONS(441), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(439), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8166] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(110), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8204] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(278), 1, sym_region, STATE(366), 1, sym_lma_region, STATE(423), 1, sym_phdr, STATE(561), 1, sym_fillexp, ACTIONS(445), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(443), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8242] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(279), 1, sym_region, STATE(367), 1, sym_lma_region, STATE(420), 1, sym_phdr, STATE(564), 1, sym_fillexp, ACTIONS(449), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(447), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8280] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(267), 1, sym_region, STATE(345), 1, sym_lma_region, STATE(453), 1, sym_phdr, STATE(535), 1, sym_fillexp, ACTIONS(453), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(451), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8318] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(244), 1, sym_region, STATE(379), 1, sym_lma_region, STATE(404), 1, sym_phdr, STATE(506), 1, sym_fillexp, ACTIONS(457), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(455), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8356] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(281), 1, sym_region, STATE(377), 1, sym_lma_region, STATE(408), 1, sym_phdr, STATE(576), 1, sym_fillexp, ACTIONS(449), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(447), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8394] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(114), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8432] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(168), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8470] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(116), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8508] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(291), 1, sym_region, STATE(374), 1, sym_lma_region, STATE(414), 1, sym_phdr, STATE(603), 1, sym_fillexp, ACTIONS(461), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(459), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8546] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(254), 1, sym_region, STATE(331), 1, sym_lma_region, STATE(464), 1, sym_phdr, STATE(547), 1, sym_fillexp, ACTIONS(465), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(463), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8584] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(122), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8622] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(256), 1, sym_region, STATE(336), 1, sym_lma_region, STATE(466), 1, sym_phdr, STATE(528), 1, sym_fillexp, ACTIONS(469), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(467), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8660] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(294), 1, sym_region, STATE(368), 1, sym_lma_region, STATE(419), 1, sym_phdr, STATE(500), 1, sym_fillexp, ACTIONS(473), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(471), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8698] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(295), 1, sym_region, STATE(365), 1, sym_lma_region, STATE(425), 1, sym_phdr, STATE(615), 1, sym_fillexp, ACTIONS(477), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(475), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8736] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(255), 1, sym_region, STATE(337), 1, sym_lma_region, STATE(461), 1, sym_phdr, STATE(530), 1, sym_fillexp, ACTIONS(481), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(479), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8774] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(148), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [8812] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(296), 1, sym_region, STATE(352), 1, sym_lma_region, STATE(449), 1, sym_phdr, STATE(628), 1, sym_fillexp, ACTIONS(485), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(483), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8850] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(297), 1, sym_region, STATE(324), 1, sym_lma_region, STATE(442), 1, sym_phdr, STATE(627), 1, sym_fillexp, ACTIONS(477), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(475), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8888] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(253), 1, sym_region, STATE(326), 1, sym_lma_region, STATE(478), 1, sym_phdr, STATE(520), 1, sym_fillexp, ACTIONS(469), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(467), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8926] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(284), 1, sym_region, STATE(378), 1, sym_lma_region, STATE(403), 1, sym_phdr, STATE(649), 1, sym_fillexp, ACTIONS(489), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(487), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [8964] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(112), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9002] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(178), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9040] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(179), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9078] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(259), 1, sym_region, STATE(342), 1, sym_lma_region, STATE(454), 1, sym_phdr, STATE(534), 1, sym_fillexp, ACTIONS(493), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(491), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9116] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(107), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9154] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(272), 1, sym_region, STATE(338), 1, sym_lma_region, STATE(462), 1, sym_phdr, STATE(529), 1, sym_fillexp, ACTIONS(497), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(495), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9192] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(293), 1, sym_region, STATE(371), 1, sym_lma_region, STATE(427), 1, sym_phdr, STATE(599), 1, sym_fillexp, ACTIONS(501), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(499), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9230] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(273), 1, sym_region, STATE(355), 1, sym_lma_region, STATE(437), 1, sym_phdr, STATE(546), 1, sym_fillexp, ACTIONS(493), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(491), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9268] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(171), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9306] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(289), 1, sym_region, STATE(364), 1, sym_lma_region, STATE(396), 1, sym_phdr, STATE(584), 1, sym_fillexp, ACTIONS(505), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(503), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9344] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(174), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9382] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(159), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9420] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(176), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9458] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(298), 1, sym_region, STATE(341), 1, sym_lma_region, STATE(460), 1, sym_phdr, STATE(642), 1, sym_fillexp, ACTIONS(509), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(507), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9496] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(161), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9534] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(163), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9572] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(164), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9610] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(166), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9648] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(184), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9686] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(252), 1, sym_region, STATE(325), 1, sym_lma_region, STATE(473), 1, sym_phdr, STATE(521), 1, sym_fillexp, ACTIONS(513), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(511), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9724] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(182), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9762] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(302), 1, sym_region, STATE(321), 1, sym_lma_region, STATE(490), 1, sym_phdr, STATE(672), 1, sym_fillexp, ACTIONS(517), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(515), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9800] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(162), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9838] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(301), 1, sym_region, STATE(327), 1, sym_lma_region, STATE(477), 1, sym_phdr, STATE(667), 1, sym_fillexp, ACTIONS(521), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(519), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [9876] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(175), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9914] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(177), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9952] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(173), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [9990] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(155), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [10028] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(299), 1, sym_region, STATE(334), 1, sym_lma_region, STATE(472), 1, sym_phdr, STATE(654), 1, sym_fillexp, ACTIONS(525), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(523), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10066] = 11, ACTIONS(27), 1, sym_comment, ACTIONS(314), 1, sym_symbol, ACTIONS(318), 1, anon_sym_LBRACK, ACTIONS(320), 1, anon_sym_STAR, ACTIONS(322), 1, anon_sym_DOT, ACTIONS(324), 1, anon_sym_KEEP, ACTIONS(328), 1, sym_filename, STATE(151), 1, aux_sym_output_section_repeat1, STATE(313), 1, sym_wildcard_pattern, ACTIONS(326), 2, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, STATE(370), 4, sym_input_section, sym_assignment, sym_keep_command, sym_provide_command, [10104] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(323), 1, sym_lma_region, STATE(491), 1, sym_phdr, STATE(505), 1, sym_fillexp, ACTIONS(529), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(527), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10136] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(358), 1, sym_region, STATE(451), 1, sym_phdr, STATE(550), 1, sym_fillexp, ACTIONS(533), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(531), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10168] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(537), 1, anon_sym_RBRACE, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10198] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(350), 1, sym_region, STATE(406), 1, sym_phdr, STATE(679), 1, sym_fillexp, ACTIONS(549), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(547), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10230] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(551), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10260] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(551), 1, anon_sym_RBRACE, STATE(309), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10290] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(376), 1, sym_region, STATE(417), 1, sym_phdr, STATE(604), 1, sym_fillexp, ACTIONS(555), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(553), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10322] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(557), 1, anon_sym_RBRACE, STATE(303), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10352] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(361), 1, sym_lma_region, STATE(432), 1, sym_phdr, STATE(618), 1, sym_fillexp, ACTIONS(561), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(559), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10384] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(349), 1, sym_lma_region, STATE(393), 1, sym_phdr, STATE(587), 1, sym_fillexp, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10416] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(321), 1, sym_lma_region, STATE(490), 1, sym_phdr, STATE(672), 1, sym_fillexp, ACTIONS(517), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(515), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10448] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(353), 1, sym_lma_region, STATE(415), 1, sym_phdr, STATE(568), 1, sym_fillexp, ACTIONS(569), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(567), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10480] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(372), 1, sym_lma_region, STATE(412), 1, sym_phdr, STATE(572), 1, sym_fillexp, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10512] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_SECTIONS, ACTIONS(13), 1, anon_sym_MEMORY, ACTIONS(15), 1, anon_sym_PHDRS, ACTIONS(571), 1, ts_builtin_sym_end, ACTIONS(7), 2, anon_sym_DOT, sym_symbol, STATE(263), 6, sym__command, sym_sections_command, sym_assignment, sym_memory_command, sym_phdrs_command, aux_sym_linkerscript_repeat1, [10540] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_SECTIONS, ACTIONS(13), 1, anon_sym_MEMORY, ACTIONS(15), 1, anon_sym_PHDRS, ACTIONS(571), 1, ts_builtin_sym_end, ACTIONS(7), 2, anon_sym_DOT, sym_symbol, STATE(265), 6, sym__command, sym_sections_command, sym_assignment, sym_memory_command, sym_phdrs_command, aux_sym_linkerscript_repeat1, [10568] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(347), 1, sym_lma_region, STATE(452), 1, sym_phdr, STATE(630), 1, sym_fillexp, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10600] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(577), 1, anon_sym_RBRACE, STATE(266), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10630] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(579), 1, anon_sym_RBRACE, STATE(308), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10660] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(581), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10690] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_SECTIONS, ACTIONS(13), 1, anon_sym_MEMORY, ACTIONS(15), 1, anon_sym_PHDRS, ACTIONS(583), 1, ts_builtin_sym_end, ACTIONS(7), 2, anon_sym_DOT, sym_symbol, STATE(265), 6, sym__command, sym_sections_command, sym_assignment, sym_memory_command, sym_phdrs_command, aux_sym_linkerscript_repeat1, [10718] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(318), 1, sym_region, STATE(492), 1, sym_phdr, STATE(691), 1, sym_fillexp, ACTIONS(587), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(585), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10750] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(589), 1, ts_builtin_sym_end, ACTIONS(594), 1, anon_sym_SECTIONS, ACTIONS(597), 1, anon_sym_MEMORY, ACTIONS(600), 1, anon_sym_PHDRS, ACTIONS(591), 2, anon_sym_DOT, sym_symbol, STATE(265), 6, sym__command, sym_sections_command, sym_assignment, sym_memory_command, sym_phdrs_command, aux_sym_linkerscript_repeat1, [10778] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(603), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10808] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(360), 1, sym_lma_region, STATE(424), 1, sym_phdr, STATE(560), 1, sym_fillexp, ACTIONS(607), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(605), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10840] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(611), 2, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(609), 10, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [10860] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(615), 2, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(613), 10, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [10880] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(617), 1, sym_symbol, ACTIONS(620), 1, anon_sym_RBRACE, ACTIONS(622), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(625), 1, anon_sym_OVERLAY, ACTIONS(628), 1, anon_sym_DOT, ACTIONS(631), 1, anon_sym_ASSERT, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [10910] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(317), 1, sym_region, STATE(495), 1, sym_phdr, STATE(685), 1, sym_fillexp, ACTIONS(636), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(634), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10942] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(343), 1, sym_lma_region, STATE(445), 1, sym_phdr, STATE(626), 1, sym_fillexp, ACTIONS(640), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(638), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [10974] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(339), 1, sym_lma_region, STATE(463), 1, sym_phdr, STATE(645), 1, sym_fillexp, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11006] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(642), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [11036] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(642), 1, anon_sym_RBRACE, STATE(262), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [11066] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(348), 1, sym_lma_region, STATE(448), 1, sym_phdr, STATE(537), 1, sym_fillexp, ACTIONS(646), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(644), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11098] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(648), 1, anon_sym_RBRACE, STATE(246), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [11128] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(338), 1, sym_lma_region, STATE(462), 1, sym_phdr, STATE(529), 1, sym_fillexp, ACTIONS(497), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(495), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11160] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(332), 1, sym_lma_region, STATE(470), 1, sym_phdr, STATE(524), 1, sym_fillexp, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11192] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(654), 1, anon_sym_RBRACE, STATE(248), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [11222] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(320), 1, sym_lma_region, STATE(488), 1, sym_phdr, STATE(509), 1, sym_fillexp, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11254] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(319), 1, sym_region, STATE(468), 1, sym_phdr, STATE(504), 1, sym_fillexp, ACTIONS(658), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(656), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11286] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(660), 1, anon_sym_RBRACE, STATE(274), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [11316] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(352), 1, sym_lma_region, STATE(449), 1, sym_phdr, STATE(628), 1, sym_fillexp, ACTIONS(485), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(483), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11348] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(662), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [11378] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(356), 1, sym_lma_region, STATE(438), 1, sym_phdr, STATE(622), 1, sym_fillexp, ACTIONS(666), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(664), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11410] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(363), 1, sym_region, STATE(496), 1, sym_phdr, STATE(501), 1, sym_fillexp, ACTIONS(670), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(668), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11442] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(351), 1, sym_region, STATE(493), 1, sym_phdr, STATE(660), 1, sym_fillexp, ACTIONS(674), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(672), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11474] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(329), 1, sym_lma_region, STATE(480), 1, sym_phdr, STATE(668), 1, sym_fillexp, ACTIONS(678), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(676), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11506] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(322), 1, sym_region, STATE(486), 1, sym_phdr, STATE(513), 1, sym_fillexp, ACTIONS(682), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(680), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11538] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(335), 1, sym_lma_region, STATE(469), 1, sym_phdr, STATE(525), 1, sym_fillexp, ACTIONS(686), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(684), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11570] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(378), 1, sym_lma_region, STATE(403), 1, sym_phdr, STATE(649), 1, sym_fillexp, ACTIONS(489), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(487), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11602] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(368), 1, sym_lma_region, STATE(419), 1, sym_phdr, STATE(500), 1, sym_fillexp, ACTIONS(473), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(471), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11634] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(337), 1, sym_lma_region, STATE(461), 1, sym_phdr, STATE(530), 1, sym_fillexp, ACTIONS(481), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(479), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11666] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(344), 1, sym_lma_region, STATE(456), 1, sym_phdr, STATE(533), 1, sym_fillexp, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11698] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(346), 1, sym_lma_region, STATE(439), 1, sym_phdr, STATE(545), 1, sym_fillexp, ACTIONS(694), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(692), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11730] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(354), 1, sym_lma_region, STATE(441), 1, sym_phdr, STATE(544), 1, sym_fillexp, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11762] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(333), 1, sym_lma_region, STATE(459), 1, sym_phdr, STATE(699), 1, sym_fillexp, ACTIONS(698), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(696), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11794] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(366), 1, sym_lma_region, STATE(423), 1, sym_phdr, STATE(561), 1, sym_fillexp, ACTIONS(445), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(443), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11826] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(35), 2, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(33), 10, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_BANG, anon_sym_TILDE, anon_sym_DASH, sym_number, sym_symbol, anon_sym_DQUOTE, sym_filename, [11846] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(375), 1, sym_lma_region, STATE(411), 1, sym_phdr, STATE(573), 1, sym_fillexp, ACTIONS(702), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(700), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11878] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(429), 1, anon_sym_AT, ACTIONS(433), 1, anon_sym_EQ, STATE(379), 1, sym_lma_region, STATE(404), 1, sym_phdr, STATE(506), 1, sym_fillexp, ACTIONS(457), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(455), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11910] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(704), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [11940] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(330), 1, sym_region, STATE(402), 1, sym_phdr, STATE(581), 1, sym_fillexp, ACTIONS(708), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(706), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [11972] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(710), 1, anon_sym_RBRACE, STATE(285), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [12002] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(382), 1, sym_region, STATE(391), 1, sym_phdr, STATE(593), 1, sym_fillexp, ACTIONS(714), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(712), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12034] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(369), 1, sym_region, STATE(392), 1, sym_phdr, STATE(588), 1, sym_fillexp, ACTIONS(718), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(716), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12066] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(720), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [12096] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(535), 1, sym_symbol, ACTIONS(539), 1, anon_sym_SLASHDISCARD_SLASH, ACTIONS(541), 1, anon_sym_OVERLAY, ACTIONS(543), 1, anon_sym_DOT, ACTIONS(545), 1, anon_sym_ASSERT, ACTIONS(722), 1, anon_sym_RBRACE, STATE(270), 6, sym__output_section_command, sym_output_section, sym_overlay_command, sym_assignment, sym_assert_command, aux_sym_sections_command_repeat1, [12126] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(328), 1, sym_region, STATE(398), 1, sym_phdr, STATE(582), 1, sym_fillexp, ACTIONS(726), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(724), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12158] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(431), 1, anon_sym_GT, ACTIONS(433), 1, anon_sym_EQ, STATE(380), 1, sym_region, STATE(397), 1, sym_phdr, STATE(583), 1, sym_fillexp, ACTIONS(730), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(728), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12190] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(611), 3, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(609), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [12209] = 4, ACTIONS(27), 1, sym_comment, ACTIONS(302), 1, anon_sym_LPAREN, ACTIONS(223), 2, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(300), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [12230] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(615), 3, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(613), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [12249] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(734), 2, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(732), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [12267] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(738), 2, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(736), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [12285] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(395), 1, sym_phdr, STATE(586), 1, sym_fillexp, ACTIONS(730), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(728), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12311] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(391), 1, sym_phdr, STATE(593), 1, sym_fillexp, ACTIONS(714), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(712), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12337] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(418), 1, sym_phdr, STATE(607), 1, sym_fillexp, ACTIONS(742), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(740), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12363] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(422), 1, sym_phdr, STATE(611), 1, sym_fillexp, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12389] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(404), 1, sym_phdr, STATE(506), 1, sym_fillexp, ACTIONS(457), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(455), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12415] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(443), 1, sym_phdr, STATE(594), 1, sym_fillexp, ACTIONS(750), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(748), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12441] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(428), 1, sym_phdr, STATE(609), 1, sym_fillexp, ACTIONS(754), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(752), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12467] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(389), 1, sym_phdr, STATE(543), 1, sym_fillexp, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12493] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(388), 1, sym_phdr, STATE(620), 1, sym_fillexp, ACTIONS(561), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(559), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12519] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(390), 1, sym_phdr, STATE(589), 1, sym_fillexp, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12545] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(413), 1, sym_phdr, STATE(571), 1, sym_fillexp, ACTIONS(702), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(700), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12571] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(493), 1, sym_phdr, STATE(660), 1, sym_fillexp, ACTIONS(674), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(672), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12597] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(399), 1, sym_phdr, STATE(643), 1, sym_fillexp, ACTIONS(758), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(756), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12623] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(434), 1, sym_phdr, STATE(502), 1, sym_fillexp, ACTIONS(658), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(656), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12649] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(490), 1, sym_phdr, STATE(672), 1, sym_fillexp, ACTIONS(517), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(515), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12675] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(440), 1, sym_phdr, STATE(623), 1, sym_fillexp, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12701] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(401), 1, sym_phdr, STATE(549), 1, sym_fillexp, ACTIONS(762), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(760), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12727] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(423), 1, sym_phdr, STATE(561), 1, sym_fillexp, ACTIONS(445), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(443), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12753] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(405), 1, sym_phdr, STATE(577), 1, sym_fillexp, ACTIONS(766), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(764), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12779] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(409), 1, sym_phdr, STATE(574), 1, sym_fillexp, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12805] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(415), 1, sym_phdr, STATE(568), 1, sym_fillexp, ACTIONS(569), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(567), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12831] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(445), 1, sym_phdr, STATE(626), 1, sym_fillexp, ACTIONS(640), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(638), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12857] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(430), 1, sym_phdr, STATE(697), 1, sym_fillexp, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12883] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(774), 2, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(772), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [12901] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(444), 1, sym_phdr, STATE(701), 1, sym_fillexp, ACTIONS(698), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(696), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12927] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(455), 1, sym_phdr, STATE(632), 1, sym_fillexp, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12953] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(479), 1, sym_phdr, STATE(690), 1, sym_fillexp, ACTIONS(778), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(776), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [12979] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(416), 1, sym_phdr, STATE(565), 1, sym_fillexp, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13005] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(421), 1, sym_phdr, STATE(562), 1, sym_fillexp, ACTIONS(607), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(605), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13031] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(431), 1, sym_phdr, STATE(551), 1, sym_fillexp, ACTIONS(786), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(784), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13057] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(483), 1, sym_phdr, STATE(692), 1, sym_fillexp, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13083] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(457), 1, sym_phdr, STATE(635), 1, sym_fillexp, ACTIONS(790), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(788), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13109] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(426), 1, sym_phdr, STATE(673), 1, sym_fillexp, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13135] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(398), 1, sym_phdr, STATE(582), 1, sym_fillexp, ACTIONS(726), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(724), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13161] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(407), 1, sym_phdr, STATE(597), 1, sym_fillexp, ACTIONS(798), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(796), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13187] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(439), 1, sym_phdr, STATE(545), 1, sym_fillexp, ACTIONS(694), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(692), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13213] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(476), 1, sym_phdr, STATE(659), 1, sym_fillexp, ACTIONS(802), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(800), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13239] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(435), 1, sym_phdr, STATE(553), 1, sym_fillexp, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13265] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(465), 1, sym_phdr, STATE(647), 1, sym_fillexp, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13291] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(446), 1, sym_phdr, STATE(539), 1, sym_fillexp, ACTIONS(806), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(804), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13317] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(810), 2, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(808), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [13335] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(492), 1, sym_phdr, STATE(691), 1, sym_fillexp, ACTIONS(587), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(585), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13361] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(814), 2, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(812), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [13379] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(474), 1, sym_phdr, STATE(655), 1, sym_fillexp, ACTIONS(818), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(816), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13405] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(494), 1, sym_phdr, STATE(686), 1, sym_fillexp, ACTIONS(822), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(820), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13431] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(447), 1, sym_phdr, STATE(499), 1, sym_fillexp, ACTIONS(646), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(644), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13457] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(410), 1, sym_phdr, STATE(600), 1, sym_fillexp, ACTIONS(555), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(553), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13483] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(485), 1, sym_phdr, STATE(670), 1, sym_fillexp, ACTIONS(678), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(676), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13509] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(458), 1, sym_phdr, STATE(532), 1, sym_fillexp, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13535] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(462), 1, sym_phdr, STATE(529), 1, sym_fillexp, ACTIONS(497), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(495), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13561] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(467), 1, sym_phdr, STATE(526), 1, sym_fillexp, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13587] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(461), 1, sym_phdr, STATE(530), 1, sym_fillexp, ACTIONS(481), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(479), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13613] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(482), 1, sym_phdr, STATE(518), 1, sym_fillexp, ACTIONS(682), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(680), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13639] = 4, ACTIONS(27), 1, sym_comment, ACTIONS(826), 1, anon_sym_RBRACE, ACTIONS(828), 1, anon_sym_SEMI, ACTIONS(824), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [13659] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(419), 1, sym_phdr, STATE(500), 1, sym_fillexp, ACTIONS(473), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(471), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13685] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(475), 1, sym_phdr, STATE(661), 1, sym_fillexp, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13711] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(403), 1, sym_phdr, STATE(649), 1, sym_fillexp, ACTIONS(489), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(487), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13737] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(471), 1, sym_phdr, STATE(523), 1, sym_fillexp, ACTIONS(686), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(684), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13763] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(484), 1, sym_phdr, STATE(514), 1, sym_fillexp, ACTIONS(832), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(830), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13789] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(436), 1, sym_phdr, STATE(680), 1, sym_fillexp, ACTIONS(836), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(834), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13815] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(487), 1, sym_phdr, STATE(511), 1, sym_fillexp, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13841] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(449), 1, sym_phdr, STATE(628), 1, sym_fillexp, ACTIONS(485), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(483), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13867] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(491), 1, sym_phdr, STATE(505), 1, sym_fillexp, ACTIONS(529), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(527), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13893] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(489), 1, sym_phdr, STATE(508), 1, sym_fillexp, ACTIONS(840), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(838), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13919] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(433), 1, sym_phdr, STATE(619), 1, sym_fillexp, ACTIONS(666), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(664), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13945] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(427), 1, anon_sym_COLON, ACTIONS(433), 1, anon_sym_EQ, STATE(481), 1, sym_phdr, STATE(519), 1, sym_fillexp, ACTIONS(844), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(842), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(848), 4, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_COLON, anon_sym_EQ, ACTIONS(846), 5, anon_sym_AT, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [13988] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(304), 9, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, [14003] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(69), 9, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, [14018] = 3, ACTIONS(27), 1, sym_comment, ACTIONS(363), 1, anon_sym_RBRACE, ACTIONS(850), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_DOT, anon_sym_KEEP, anon_sym_PROVIDE, anon_sym_PROVIDE_HIDDEN, sym_symbol, sym_filename, [14035] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(852), 9, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, [14050] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(688), 1, sym_fillexp, ACTIONS(822), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(820), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14070] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(555), 1, sym_fillexp, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14090] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(675), 1, sym_fillexp, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14110] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(519), 1, sym_fillexp, ACTIONS(844), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(842), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14130] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(517), 1, sym_fillexp, ACTIONS(682), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(680), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14150] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(674), 1, sym_fillexp, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14170] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(649), 1, sym_fillexp, ACTIONS(489), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(487), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14190] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(510), 1, sym_fillexp, ACTIONS(840), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(838), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14210] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(671), 1, sym_fillexp, ACTIONS(678), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(676), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14230] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(507), 1, sym_fillexp, ACTIONS(840), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(838), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14250] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(660), 1, sym_fillexp, ACTIONS(674), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(672), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14270] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(700), 1, sym_fillexp, ACTIONS(856), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(854), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14290] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(617), 1, sym_fillexp, ACTIONS(666), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(664), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14310] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(698), 1, sym_fillexp, ACTIONS(860), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(858), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14330] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(503), 1, sym_fillexp, ACTIONS(658), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(656), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14350] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(628), 1, sym_fillexp, ACTIONS(485), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(483), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14370] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(505), 1, sym_fillexp, ACTIONS(529), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(527), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14390] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(664), 1, sym_fillexp, ACTIONS(864), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(862), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14410] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(582), 1, sym_fillexp, ACTIONS(726), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(724), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14430] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(677), 1, sym_fillexp, ACTIONS(868), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(866), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14450] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(512), 1, sym_fillexp, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14470] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(663), 1, sym_fillexp, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14490] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(678), 1, sym_fillexp, ACTIONS(836), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(834), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14510] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(515), 1, sym_fillexp, ACTIONS(832), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(830), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14530] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(662), 1, sym_fillexp, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14550] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(516), 1, sym_fillexp, ACTIONS(832), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(830), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14570] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(522), 1, sym_fillexp, ACTIONS(686), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(684), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14590] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(659), 1, sym_fillexp, ACTIONS(802), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(800), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14610] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(658), 1, sym_fillexp, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14630] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(681), 1, sym_fillexp, ACTIONS(836), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(834), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14650] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(682), 1, sym_fillexp, ACTIONS(876), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(874), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14670] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(530), 1, sym_fillexp, ACTIONS(481), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(479), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14690] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(527), 1, sym_fillexp, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14710] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(657), 1, sym_fillexp, ACTIONS(818), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(816), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14730] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(683), 1, sym_fillexp, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14750] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(529), 1, sym_fillexp, ACTIONS(497), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(495), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14770] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(656), 1, sym_fillexp, ACTIONS(818), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(816), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14790] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(531), 1, sym_fillexp, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14810] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(631), 1, sym_fillexp, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14830] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(500), 1, sym_fillexp, ACTIONS(473), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(471), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14850] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(684), 1, sym_fillexp, ACTIONS(888), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(886), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14870] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(540), 1, sym_fillexp, ACTIONS(646), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(644), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14890] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(703), 1, sym_fillexp, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14910] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(653), 1, sym_fillexp, ACTIONS(896), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(894), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14930] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(687), 1, sym_fillexp, ACTIONS(822), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(820), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14950] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(536), 1, sym_fillexp, ACTIONS(806), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(804), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14970] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(605), 1, sym_fillexp, ACTIONS(742), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(740), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [14990] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(652), 1, sym_fillexp, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15010] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(629), 1, sym_fillexp, ACTIONS(900), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(898), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15030] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(648), 1, sym_fillexp, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15050] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(538), 1, sym_fillexp, ACTIONS(806), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(804), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15070] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(551), 1, sym_fillexp, ACTIONS(786), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(784), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15090] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(689), 1, sym_fillexp, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15110] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(554), 1, sym_fillexp, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15130] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(541), 1, sym_fillexp, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15150] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(676), 1, sym_fillexp, ACTIONS(904), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(902), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15170] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(610), 1, sym_fillexp, ACTIONS(762), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(760), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15190] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(690), 1, sym_fillexp, ACTIONS(778), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(776), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15210] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(556), 1, sym_fillexp, ACTIONS(908), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(906), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15230] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(637), 1, sym_fillexp, ACTIONS(790), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(788), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15250] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(636), 1, sym_fillexp, ACTIONS(790), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(788), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15270] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(545), 1, sym_fillexp, ACTIONS(694), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(692), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15290] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(910), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, ACTIONS(912), 4, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_COLON, anon_sym_EQ, [15306] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(691), 1, sym_fillexp, ACTIONS(587), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(585), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15326] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(693), 1, sym_fillexp, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15346] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(563), 1, sym_fillexp, ACTIONS(607), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(605), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15366] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(633), 1, sym_fillexp, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15386] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(694), 1, sym_fillexp, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15406] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(566), 1, sym_fillexp, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15426] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(695), 1, sym_fillexp, ACTIONS(916), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(914), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15446] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(567), 1, sym_fillexp, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15466] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(548), 1, sym_fillexp, ACTIONS(762), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(760), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15486] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(702), 1, sym_fillexp, ACTIONS(698), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(696), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15506] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(568), 1, sym_fillexp, ACTIONS(569), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(567), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15526] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(626), 1, sym_fillexp, ACTIONS(640), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(638), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15546] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(669), 1, sym_fillexp, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15566] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(672), 1, sym_fillexp, ACTIONS(517), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(515), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15586] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(666), 1, sym_fillexp, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15606] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(575), 1, sym_fillexp, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15626] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(625), 1, sym_fillexp, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15646] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(608), 1, sym_fillexp, ACTIONS(742), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(740), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15666] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(578), 1, sym_fillexp, ACTIONS(766), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(764), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15686] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(624), 1, sym_fillexp, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15706] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(579), 1, sym_fillexp, ACTIONS(766), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(764), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15726] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(561), 1, sym_fillexp, ACTIONS(445), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(443), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15746] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(621), 1, sym_fillexp, ACTIONS(561), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(559), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15766] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(665), 1, sym_fillexp, ACTIONS(920), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(918), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15786] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(650), 1, sym_fillexp, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15806] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(646), 1, sym_fillexp, ACTIONS(924), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(922), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15826] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(570), 1, sym_fillexp, ACTIONS(702), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(700), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15846] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(590), 1, sym_fillexp, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15866] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(569), 1, sym_fillexp, ACTIONS(928), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(926), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15886] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(641), 1, sym_fillexp, ACTIONS(758), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(756), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15906] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(591), 1, sym_fillexp, ACTIONS(932), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(930), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15926] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(592), 1, sym_fillexp, ACTIONS(750), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(748), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15946] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(602), 1, sym_fillexp, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15966] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(614), 1, sym_fillexp, ACTIONS(936), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(934), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [15986] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(639), 1, sym_fillexp, ACTIONS(758), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(756), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16006] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(595), 1, sym_fillexp, ACTIONS(750), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(748), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16026] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(613), 1, sym_fillexp, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16046] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(612), 1, sym_fillexp, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16066] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(596), 1, sym_fillexp, ACTIONS(940), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(938), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16086] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(506), 1, sym_fillexp, ACTIONS(457), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(455), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16106] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(609), 1, sym_fillexp, ACTIONS(754), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(752), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16126] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(593), 1, sym_fillexp, ACTIONS(714), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(712), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16146] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(597), 1, sym_fillexp, ACTIONS(798), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(796), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16166] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(616), 1, sym_fillexp, ACTIONS(944), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(942), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16186] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(585), 1, sym_fillexp, ACTIONS(730), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(728), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16206] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(433), 1, anon_sym_EQ, STATE(601), 1, sym_fillexp, ACTIONS(555), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(553), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16226] = 7, ACTIONS(27), 1, sym_comment, ACTIONS(175), 1, anon_sym_LBRACK, ACTIONS(177), 1, anon_sym_STAR, ACTIONS(946), 1, anon_sym_RPAREN, STATE(745), 1, sym_wildcard_pattern, STATE(819), 1, sym_input_section, ACTIONS(181), 2, sym_symbol, sym_filename, [16249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(950), 3, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, anon_sym_EQ, ACTIONS(948), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16264] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(790), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(788), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(481), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(479), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16292] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(555), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(553), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16306] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(742), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(740), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16320] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(742), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(740), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(742), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(740), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(754), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(752), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16362] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(529), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(527), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16376] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(940), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(938), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(940), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(938), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(940), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(938), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16446] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16460] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(750), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(748), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16474] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(936), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(934), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(936), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(934), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(936), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(934), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16516] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(750), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(748), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16530] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(750), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(748), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(932), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(930), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16558] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16572] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(561), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(559), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16586] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(766), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(764), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(766), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(764), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16628] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(766), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(764), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16642] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16656] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(746), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(744), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16670] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(565), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(563), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16684] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(640), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(638), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16698] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(569), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(567), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16726] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16754] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16768] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(607), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(605), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(908), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(906), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16796] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(790), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(788), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16810] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(908), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(906), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16824] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(908), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(906), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16838] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(790), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(788), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16852] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16866] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(954), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(952), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16880] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16894] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(782), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(780), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(786), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(784), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16922] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(575), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(573), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(517), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(515), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16950] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(860), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(858), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16964] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(860), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(858), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16978] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(587), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(585), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [16992] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(896), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(894), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17006] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(956), 1, ts_builtin_sym_end, ACTIONS(958), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [17020] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17034] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17048] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17062] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(962), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(960), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17076] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(964), 1, ts_builtin_sym_end, ACTIONS(966), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [17090] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(666), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(664), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17104] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(646), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(644), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17118] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(818), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(816), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17132] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(497), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(495), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17146] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(818), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(816), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17160] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(818), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(816), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17174] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17188] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17202] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17216] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(872), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(870), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(802), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(800), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(970), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(968), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(832), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(830), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(832), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(830), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17286] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17300] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(832), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(830), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17314] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(652), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(650), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17356] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(864), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(862), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(864), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(862), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17384] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(864), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(862), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17398] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(974), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(972), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17412] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(658), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(656), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17426] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(674), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(672), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17440] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(840), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(838), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(678), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(676), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17468] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(840), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(838), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17482] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(840), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(838), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(682), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(680), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17524] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17538] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(794), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(792), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17552] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(978), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(976), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17566] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(904), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(902), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17580] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(844), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(842), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(904), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(902), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(904), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(902), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17622] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(982), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(980), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(868), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(866), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17650] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(984), 1, ts_builtin_sym_end, ACTIONS(986), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [17664] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(473), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(471), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(836), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(834), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(836), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(834), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(990), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(988), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(686), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(684), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17734] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(836), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(834), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17748] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(876), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(874), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(992), 1, ts_builtin_sym_end, ACTIONS(994), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [17776] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(876), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(874), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(876), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(874), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17804] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(888), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(886), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17818] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(860), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(858), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17832] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17846] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17874] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(998), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(996), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17902] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1002), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1000), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17916] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(806), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(804), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(822), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(820), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17944] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(806), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(804), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(822), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(820), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17972] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(822), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(820), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [17986] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(806), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(804), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18000] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18014] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(880), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(878), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18042] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(778), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(776), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18056] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(690), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(688), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(694), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(692), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18084] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1006), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1004), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18098] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18112] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1010), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1008), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18140] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18154] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1012), 1, ts_builtin_sym_end, ACTIONS(1014), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [18168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(916), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(914), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(916), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(914), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18196] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(916), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(914), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(734), 1, ts_builtin_sym_end, ACTIONS(732), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [18224] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(856), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(854), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18238] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 1, ts_builtin_sym_end, ACTIONS(1018), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [18252] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(856), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(854), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(698), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(696), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18280] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(856), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(854), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1020), 1, ts_builtin_sym_end, ACTIONS(1022), 5, anon_sym_SECTIONS, anon_sym_DOT, anon_sym_MEMORY, anon_sym_PHDRS, sym_symbol, [18308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18322] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1026), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1024), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18336] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18350] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(770), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(768), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18364] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(485), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(483), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1010), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1008), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18392] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(489), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(487), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18406] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1030), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1028), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18420] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1034), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1032), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18434] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(445), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(443), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(920), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(918), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(920), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(918), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(920), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(918), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18490] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1030), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1028), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18504] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(924), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(922), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(798), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(796), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18532] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18546] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18560] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1038), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1036), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18588] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1042), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1040), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18602] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(702), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(700), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18630] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(758), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(756), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18658] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(758), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(756), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18672] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(758), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(756), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(457), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(455), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18700] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18714] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18728] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(884), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(882), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18742] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1046), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1044), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18756] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1050), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1048), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18770] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(900), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(898), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18784] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(726), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(724), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18798] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(900), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(898), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18812] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(900), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(898), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1054), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1052), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18840] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1058), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1056), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18854] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1062), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1060), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18868] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(730), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(728), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18882] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(944), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(942), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18896] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(944), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(942), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18910] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(944), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(942), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1058), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1056), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(928), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(926), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18952] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(714), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(712), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18966] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18980] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [18994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19008] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1066), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1064), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19022] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(734), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(732), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19036] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(892), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(890), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1070), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1068), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19064] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(762), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(760), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19078] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1074), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(1072), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19092] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(762), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(760), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(762), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(760), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19120] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(990), 2, anon_sym_RBRACE, anon_sym_SLASHDISCARD_SLASH, ACTIONS(988), 4, anon_sym_OVERLAY, anon_sym_DOT, anon_sym_ASSERT, sym_symbol, [19134] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1076), 1, anon_sym_SEMI, ACTIONS(1078), 1, anon_sym_PHDRS, ACTIONS(1080), 1, anon_sym_FILEHDR, STATE(810), 1, sym__at, [19153] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1082), 1, anon_sym_LPAREN, ACTIONS(1084), 1, anon_sym_COLON, ACTIONS(1086), 1, aux_sym_attributes_token1, STATE(713), 1, aux_sym_attributes_repeat1, STATE(776), 1, sym_attributes, [19172] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1088), 1, anon_sym_SEMI, ACTIONS(1090), 1, anon_sym_PHDRS, STATE(786), 1, sym__at, [19188] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1094), 1, aux_sym_attributes_token1, STATE(707), 1, aux_sym_attributes_repeat1, ACTIONS(1092), 2, anon_sym_RPAREN, anon_sym_COLON, [19202] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1097), 1, anon_sym_LBRACE, ACTIONS(1099), 1, anon_sym_COLON, STATE(782), 1, sym__at, [19218] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1101), 1, anon_sym_LBRACE, ACTIONS(1103), 1, anon_sym_NOCROSSREFS, STATE(795), 1, sym__at, [19234] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1105), 1, anon_sym_LBRACE, ACTIONS(1107), 1, anon_sym_COLON, STATE(799), 1, sym__at, [19250] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1109), 1, sym_symbol, ACTIONS(1112), 1, anon_sym_RBRACE, STATE(711), 1, aux_sym_phdrs_command_repeat1, STATE(756), 1, sym__phdr, [19266] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1114), 1, sym_symbol, ACTIONS(1117), 1, anon_sym_RBRACE, STATE(712), 1, aux_sym_memory_command_repeat1, STATE(758), 1, sym__memory, [19282] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1121), 1, aux_sym_attributes_token1, STATE(707), 1, aux_sym_attributes_repeat1, ACTIONS(1119), 2, anon_sym_RPAREN, anon_sym_COLON, [19296] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1123), 1, anon_sym_LBRACE, ACTIONS(1125), 1, anon_sym_COLON, STATE(796), 1, sym__at, [19312] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1127), 1, anon_sym_LBRACE, ACTIONS(1129), 1, anon_sym_NOCROSSREFS, STATE(765), 1, sym__at, [19328] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1131), 1, anon_sym_LBRACE, ACTIONS(1133), 1, anon_sym_COLON, STATE(781), 1, sym__at, [19344] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1135), 1, sym_symbol, ACTIONS(1137), 1, anon_sym_RBRACE, STATE(711), 1, aux_sym_phdrs_command_repeat1, STATE(756), 1, sym__phdr, [19360] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1139), 1, sym_symbol, ACTIONS(1141), 1, anon_sym_RBRACE, STATE(712), 1, aux_sym_memory_command_repeat1, STATE(758), 1, sym__memory, [19376] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1135), 1, sym_symbol, ACTIONS(1143), 1, anon_sym_RBRACE, STATE(717), 1, aux_sym_phdrs_command_repeat1, STATE(756), 1, sym__phdr, [19392] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1139), 1, sym_symbol, ACTIONS(1145), 1, anon_sym_RBRACE, STATE(718), 1, aux_sym_memory_command_repeat1, STATE(758), 1, sym__memory, [19408] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1147), 1, anon_sym_LBRACE, STATE(798), 1, sym__at, [19421] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1097), 1, anon_sym_LBRACE, STATE(790), 1, sym__at, [19434] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(211), 1, anon_sym_RPAREN, ACTIONS(1149), 1, anon_sym_COMMA, STATE(723), 1, aux_sym_assert_command_repeat1, [19447] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(197), 1, anon_sym_COMMA, ACTIONS(1152), 1, anon_sym_RPAREN, STATE(727), 1, aux_sym_argument_list_repeat1, [19460] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(611), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, [19469] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(197), 1, anon_sym_COMMA, ACTIONS(205), 1, anon_sym_RPAREN, STATE(724), 1, aux_sym_argument_list_repeat1, [19482] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(209), 1, anon_sym_RPAREN, ACTIONS(1154), 1, anon_sym_COMMA, STATE(727), 1, aux_sym_argument_list_repeat1, [19495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1159), 1, anon_sym_o, ACTIONS(1157), 2, anon_sym_ORIGIN, anon_sym_org, [19506] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1161), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AT, [19515] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(197), 1, anon_sym_COMMA, ACTIONS(1163), 1, anon_sym_RPAREN, STATE(727), 1, aux_sym_argument_list_repeat1, [19528] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1167), 1, anon_sym_l, ACTIONS(1165), 2, anon_sym_LENGTH, anon_sym_len, [19539] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1088), 1, anon_sym_SEMI, STATE(772), 1, sym__at, [19552] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_RPAREN, ACTIONS(197), 1, anon_sym_COMMA, STATE(730), 1, aux_sym_argument_list_repeat1, [19565] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(197), 1, anon_sym_COMMA, ACTIONS(1169), 1, anon_sym_RPAREN, STATE(727), 1, aux_sym_argument_list_repeat1, [19578] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1171), 1, anon_sym_LBRACE, STATE(773), 1, sym__at, [19591] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1175), 1, anon_sym_o, ACTIONS(1173), 2, anon_sym_ORIGIN, anon_sym_org, [19602] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1179), 1, anon_sym_o, ACTIONS(1177), 2, anon_sym_ORIGIN, anon_sym_org, [19613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1183), 1, anon_sym_l, ACTIONS(1181), 2, anon_sym_LENGTH, anon_sym_len, [19624] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(197), 1, anon_sym_COMMA, ACTIONS(199), 1, anon_sym_RPAREN, STATE(734), 1, aux_sym_argument_list_repeat1, [19637] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1185), 1, anon_sym_LBRACE, STATE(830), 1, sym__at, [19650] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1187), 1, anon_sym_SEMI, STATE(780), 1, sym__at, [19663] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1086), 1, aux_sym_attributes_token1, STATE(713), 1, aux_sym_attributes_repeat1, STATE(789), 1, sym_attributes, [19676] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(203), 1, anon_sym_COMMA, ACTIONS(1189), 1, anon_sym_RPAREN, STATE(723), 1, aux_sym_assert_command_repeat1, [19689] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(615), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, [19698] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(221), 1, anon_sym_LPAREN, ACTIONS(223), 2, anon_sym_RPAREN, anon_sym_COMMA, [19709] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1191), 1, anon_sym_LBRACE, STATE(791), 1, sym__at, [19722] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1193), 1, anon_sym_LBRACE, STATE(826), 1, sym__at, [19735] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1131), 1, anon_sym_LBRACE, STATE(800), 1, sym__at, [19748] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1195), 1, anon_sym_LBRACE, STATE(818), 1, sym__at, [19761] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1105), 1, anon_sym_LBRACE, STATE(832), 1, sym__at, [19774] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, anon_sym_l, ACTIONS(1197), 2, anon_sym_LENGTH, anon_sym_len, [19785] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(189), 1, anon_sym_AT, ACTIONS(1123), 1, anon_sym_LBRACE, STATE(794), 1, sym__at, [19798] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 2, anon_sym_RBRACE, sym_symbol, [19806] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1203), 2, anon_sym_RBRACE, sym_symbol, [19814] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 2, anon_sym_RBRACE, sym_symbol, [19822] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1207), 2, anon_sym_RBRACE, sym_symbol, [19830] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(814), 2, anon_sym_RPAREN, anon_sym_COMMA, [19838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, anon_sym_RBRACE, sym_symbol, [19846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1211), 2, anon_sym_LBRACE, anon_sym_SEMI, [19854] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1213), 2, anon_sym_RBRACE, sym_symbol, [19862] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 2, anon_sym_RBRACE, sym_symbol, [19870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 2, anon_sym_RBRACE, sym_symbol, [19878] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1217), 2, anon_sym_RBRACE, sym_symbol, [19886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(209), 2, anon_sym_RPAREN, anon_sym_COMMA, [19894] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1219), 1, anon_sym_LBRACE, [19901] = 2, ACTIONS(27), 1, sym_comment, ACTIONS(1221), 1, aux_sym_quoted_symbol_token1, [19908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1223), 1, anon_sym_LPAREN, [19915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1225), 1, anon_sym_LPAREN, [19922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_symbol, [19929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1229), 1, sym_symbol, [19936] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1231), 1, anon_sym_RPAREN, [19943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 1, anon_sym_SEMI, [19950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1235), 1, anon_sym_LBRACE, [19957] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1237), 1, anon_sym_EQ, [19964] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1239), 1, anon_sym_COLON, [19971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1241), 1, anon_sym_COLON, [19978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1243), 1, anon_sym_EQ, [19985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1245), 1, anon_sym_DQUOTE, [19992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1247), 1, anon_sym_EQ, [19999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, anon_sym_SEMI, [20006] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1251), 1, anon_sym_LBRACE, [20013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 1, anon_sym_LBRACE, [20020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1255), 1, anon_sym_LBRACE, [20027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1257), 1, anon_sym_LBRACE, [20034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1259), 1, sym_symbol, [20041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1261), 1, anon_sym_SEMI, [20048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1263), 1, anon_sym_LBRACE, [20055] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 1, anon_sym_LPAREN, [20062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1267), 1, anon_sym_RPAREN, [20069] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1269), 1, anon_sym_LBRACE, [20076] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1271), 1, anon_sym_LBRACE, [20083] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1273), 1, anon_sym_STAR, [20090] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1275), 1, sym_symbol, [20097] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 1, anon_sym_LBRACE, [20104] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1279), 1, anon_sym_LBRACE, [20111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 1, anon_sym_LBRACE, [20118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1283), 1, anon_sym_LBRACE, [20125] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 1, anon_sym_LBRACE, [20132] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1287), 1, anon_sym_LBRACE, [20139] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 1, anon_sym_LBRACE, [20146] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1291), 1, anon_sym_LPAREN, [20153] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 1, anon_sym_DQUOTE, [20160] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 1, anon_sym_LPAREN, [20167] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 1, anon_sym_EQ, [20174] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1299), 1, anon_sym_EQ, [20181] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 1, anon_sym_RPAREN, [20188] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1303), 1, anon_sym_EQ, [20195] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 1, sym_symbol, [20202] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1307), 1, anon_sym_STAR, [20209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 1, anon_sym_SEMI, [20216] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1311), 1, anon_sym_SEMI, [20223] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 1, anon_sym_EQ, [20230] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1315), 1, anon_sym_DQUOTE, [20237] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 1, anon_sym_GT, [20244] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1319), 1, sym_symbol, [20251] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 1, sym_symbol, [20258] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1323), 1, anon_sym_RBRACK, [20265] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 1, anon_sym_LBRACE, [20272] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1327), 1, anon_sym_RPAREN, [20279] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, anon_sym_STAR, [20286] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1331), 1, ts_builtin_sym_end, [20293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1333), 1, anon_sym_LBRACE, [20300] = 2, ACTIONS(27), 1, sym_comment, ACTIONS(1335), 1, aux_sym_quoted_symbol_token1, [20307] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1337), 1, anon_sym_RBRACK, [20314] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1339), 1, anon_sym_LBRACE, [20321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1341), 1, anon_sym_LBRACE, [20328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1343), 1, anon_sym_LBRACE, [20335] = 2, ACTIONS(27), 1, sym_comment, ACTIONS(1345), 1, aux_sym_quoted_symbol_token1, [20342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1347), 1, anon_sym_RBRACK, [20349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 1, anon_sym_LBRACE, [20356] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1351), 1, sym_symbol, [20363] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1353), 1, anon_sym_LBRACE, [20370] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1355), 1, sym_symbol, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 45, [SMALL_STATE(4)] = 86, [SMALL_STATE(5)] = 149, [SMALL_STATE(6)] = 212, [SMALL_STATE(7)] = 265, [SMALL_STATE(8)] = 312, [SMALL_STATE(9)] = 353, [SMALL_STATE(10)] = 414, [SMALL_STATE(11)] = 457, [SMALL_STATE(12)] = 516, [SMALL_STATE(13)] = 579, [SMALL_STATE(14)] = 630, [SMALL_STATE(15)] = 687, [SMALL_STATE(16)] = 742, [SMALL_STATE(17)] = 778, [SMALL_STATE(18)] = 814, [SMALL_STATE(19)] = 874, [SMALL_STATE(20)] = 938, [SMALL_STATE(21)] = 974, [SMALL_STATE(22)] = 1010, [SMALL_STATE(23)] = 1046, [SMALL_STATE(24)] = 1094, [SMALL_STATE(25)] = 1130, [SMALL_STATE(26)] = 1174, [SMALL_STATE(27)] = 1238, [SMALL_STATE(28)] = 1278, [SMALL_STATE(29)] = 1318, [SMALL_STATE(30)] = 1376, [SMALL_STATE(31)] = 1432, [SMALL_STATE(32)] = 1468, [SMALL_STATE(33)] = 1514, [SMALL_STATE(34)] = 1568, [SMALL_STATE(35)] = 1620, [SMALL_STATE(36)] = 1655, [SMALL_STATE(37)] = 1690, [SMALL_STATE(38)] = 1725, [SMALL_STATE(39)] = 1760, [SMALL_STATE(40)] = 1795, [SMALL_STATE(41)] = 1830, [SMALL_STATE(42)] = 1865, [SMALL_STATE(43)] = 1927, [SMALL_STATE(44)] = 1965, [SMALL_STATE(45)] = 2007, [SMALL_STATE(46)] = 2053, [SMALL_STATE(47)] = 2111, [SMALL_STATE(48)] = 2169, [SMALL_STATE(49)] = 2225, [SMALL_STATE(50)] = 2279, [SMALL_STATE(51)] = 2331, [SMALL_STATE(52)] = 2381, [SMALL_STATE(53)] = 2425, [SMALL_STATE(54)] = 2463, [SMALL_STATE(55)] = 2525, [SMALL_STATE(56)] = 2587, [SMALL_STATE(57)] = 2654, [SMALL_STATE(58)] = 2687, [SMALL_STATE(59)] = 2720, [SMALL_STATE(60)] = 2753, [SMALL_STATE(61)] = 2786, [SMALL_STATE(62)] = 2853, [SMALL_STATE(63)] = 2886, [SMALL_STATE(64)] = 2919, [SMALL_STATE(65)] = 2952, [SMALL_STATE(66)] = 3013, [SMALL_STATE(67)] = 3074, [SMALL_STATE(68)] = 3135, [SMALL_STATE(69)] = 3196, [SMALL_STATE(70)] = 3252, [SMALL_STATE(71)] = 3308, [SMALL_STATE(72)] = 3364, [SMALL_STATE(73)] = 3420, [SMALL_STATE(74)] = 3476, [SMALL_STATE(75)] = 3531, [SMALL_STATE(76)] = 3586, [SMALL_STATE(77)] = 3619, [SMALL_STATE(78)] = 3670, [SMALL_STATE(79)] = 3725, [SMALL_STATE(80)] = 3780, [SMALL_STATE(81)] = 3835, [SMALL_STATE(82)] = 3884, [SMALL_STATE(83)] = 3939, [SMALL_STATE(84)] = 3994, [SMALL_STATE(85)] = 4043, [SMALL_STATE(86)] = 4098, [SMALL_STATE(87)] = 4153, [SMALL_STATE(88)] = 4208, [SMALL_STATE(89)] = 4259, [SMALL_STATE(90)] = 4314, [SMALL_STATE(91)] = 4365, [SMALL_STATE(92)] = 4420, [SMALL_STATE(93)] = 4475, [SMALL_STATE(94)] = 4530, [SMALL_STATE(95)] = 4579, [SMALL_STATE(96)] = 4634, [SMALL_STATE(97)] = 4682, [SMALL_STATE(98)] = 4730, [SMALL_STATE(99)] = 4776, [SMALL_STATE(100)] = 4822, [SMALL_STATE(101)] = 4854, [SMALL_STATE(102)] = 4894, [SMALL_STATE(103)] = 4930, [SMALL_STATE(104)] = 4966, [SMALL_STATE(105)] = 5002, [SMALL_STATE(106)] = 5038, [SMALL_STATE(107)] = 5071, [SMALL_STATE(108)] = 5112, [SMALL_STATE(109)] = 5145, [SMALL_STATE(110)] = 5186, [SMALL_STATE(111)] = 5227, [SMALL_STATE(112)] = 5260, [SMALL_STATE(113)] = 5301, [SMALL_STATE(114)] = 5334, [SMALL_STATE(115)] = 5375, [SMALL_STATE(116)] = 5408, [SMALL_STATE(117)] = 5449, [SMALL_STATE(118)] = 5482, [SMALL_STATE(119)] = 5515, [SMALL_STATE(120)] = 5548, [SMALL_STATE(121)] = 5581, [SMALL_STATE(122)] = 5614, [SMALL_STATE(123)] = 5655, [SMALL_STATE(124)] = 5688, [SMALL_STATE(125)] = 5721, [SMALL_STATE(126)] = 5754, [SMALL_STATE(127)] = 5787, [SMALL_STATE(128)] = 5820, [SMALL_STATE(129)] = 5853, [SMALL_STATE(130)] = 5886, [SMALL_STATE(131)] = 5919, [SMALL_STATE(132)] = 5952, [SMALL_STATE(133)] = 5985, [SMALL_STATE(134)] = 6018, [SMALL_STATE(135)] = 6051, [SMALL_STATE(136)] = 6084, [SMALL_STATE(137)] = 6117, [SMALL_STATE(138)] = 6150, [SMALL_STATE(139)] = 6183, [SMALL_STATE(140)] = 6216, [SMALL_STATE(141)] = 6249, [SMALL_STATE(142)] = 6282, [SMALL_STATE(143)] = 6315, [SMALL_STATE(144)] = 6348, [SMALL_STATE(145)] = 6381, [SMALL_STATE(146)] = 6414, [SMALL_STATE(147)] = 6455, [SMALL_STATE(148)] = 6496, [SMALL_STATE(149)] = 6537, [SMALL_STATE(150)] = 6570, [SMALL_STATE(151)] = 6603, [SMALL_STATE(152)] = 6644, [SMALL_STATE(153)] = 6677, [SMALL_STATE(154)] = 6710, [SMALL_STATE(155)] = 6743, [SMALL_STATE(156)] = 6784, [SMALL_STATE(157)] = 6817, [SMALL_STATE(158)] = 6850, [SMALL_STATE(159)] = 6883, [SMALL_STATE(160)] = 6924, [SMALL_STATE(161)] = 6957, [SMALL_STATE(162)] = 6998, [SMALL_STATE(163)] = 7039, [SMALL_STATE(164)] = 7080, [SMALL_STATE(165)] = 7121, [SMALL_STATE(166)] = 7154, [SMALL_STATE(167)] = 7195, [SMALL_STATE(168)] = 7228, [SMALL_STATE(169)] = 7269, [SMALL_STATE(170)] = 7302, [SMALL_STATE(171)] = 7335, [SMALL_STATE(172)] = 7376, [SMALL_STATE(173)] = 7409, [SMALL_STATE(174)] = 7450, [SMALL_STATE(175)] = 7491, [SMALL_STATE(176)] = 7532, [SMALL_STATE(177)] = 7573, [SMALL_STATE(178)] = 7614, [SMALL_STATE(179)] = 7655, [SMALL_STATE(180)] = 7696, [SMALL_STATE(181)] = 7729, [SMALL_STATE(182)] = 7762, [SMALL_STATE(183)] = 7803, [SMALL_STATE(184)] = 7836, [SMALL_STATE(185)] = 7877, [SMALL_STATE(186)] = 7910, [SMALL_STATE(187)] = 7943, [SMALL_STATE(188)] = 7976, [SMALL_STATE(189)] = 8014, [SMALL_STATE(190)] = 8052, [SMALL_STATE(191)] = 8090, [SMALL_STATE(192)] = 8128, [SMALL_STATE(193)] = 8166, [SMALL_STATE(194)] = 8204, [SMALL_STATE(195)] = 8242, [SMALL_STATE(196)] = 8280, [SMALL_STATE(197)] = 8318, [SMALL_STATE(198)] = 8356, [SMALL_STATE(199)] = 8394, [SMALL_STATE(200)] = 8432, [SMALL_STATE(201)] = 8470, [SMALL_STATE(202)] = 8508, [SMALL_STATE(203)] = 8546, [SMALL_STATE(204)] = 8584, [SMALL_STATE(205)] = 8622, [SMALL_STATE(206)] = 8660, [SMALL_STATE(207)] = 8698, [SMALL_STATE(208)] = 8736, [SMALL_STATE(209)] = 8774, [SMALL_STATE(210)] = 8812, [SMALL_STATE(211)] = 8850, [SMALL_STATE(212)] = 8888, [SMALL_STATE(213)] = 8926, [SMALL_STATE(214)] = 8964, [SMALL_STATE(215)] = 9002, [SMALL_STATE(216)] = 9040, [SMALL_STATE(217)] = 9078, [SMALL_STATE(218)] = 9116, [SMALL_STATE(219)] = 9154, [SMALL_STATE(220)] = 9192, [SMALL_STATE(221)] = 9230, [SMALL_STATE(222)] = 9268, [SMALL_STATE(223)] = 9306, [SMALL_STATE(224)] = 9344, [SMALL_STATE(225)] = 9382, [SMALL_STATE(226)] = 9420, [SMALL_STATE(227)] = 9458, [SMALL_STATE(228)] = 9496, [SMALL_STATE(229)] = 9534, [SMALL_STATE(230)] = 9572, [SMALL_STATE(231)] = 9610, [SMALL_STATE(232)] = 9648, [SMALL_STATE(233)] = 9686, [SMALL_STATE(234)] = 9724, [SMALL_STATE(235)] = 9762, [SMALL_STATE(236)] = 9800, [SMALL_STATE(237)] = 9838, [SMALL_STATE(238)] = 9876, [SMALL_STATE(239)] = 9914, [SMALL_STATE(240)] = 9952, [SMALL_STATE(241)] = 9990, [SMALL_STATE(242)] = 10028, [SMALL_STATE(243)] = 10066, [SMALL_STATE(244)] = 10104, [SMALL_STATE(245)] = 10136, [SMALL_STATE(246)] = 10168, [SMALL_STATE(247)] = 10198, [SMALL_STATE(248)] = 10230, [SMALL_STATE(249)] = 10260, [SMALL_STATE(250)] = 10290, [SMALL_STATE(251)] = 10322, [SMALL_STATE(252)] = 10352, [SMALL_STATE(253)] = 10384, [SMALL_STATE(254)] = 10416, [SMALL_STATE(255)] = 10448, [SMALL_STATE(256)] = 10480, [SMALL_STATE(257)] = 10512, [SMALL_STATE(258)] = 10540, [SMALL_STATE(259)] = 10568, [SMALL_STATE(260)] = 10600, [SMALL_STATE(261)] = 10630, [SMALL_STATE(262)] = 10660, [SMALL_STATE(263)] = 10690, [SMALL_STATE(264)] = 10718, [SMALL_STATE(265)] = 10750, [SMALL_STATE(266)] = 10778, [SMALL_STATE(267)] = 10808, [SMALL_STATE(268)] = 10840, [SMALL_STATE(269)] = 10860, [SMALL_STATE(270)] = 10880, [SMALL_STATE(271)] = 10910, [SMALL_STATE(272)] = 10942, [SMALL_STATE(273)] = 10974, [SMALL_STATE(274)] = 11006, [SMALL_STATE(275)] = 11036, [SMALL_STATE(276)] = 11066, [SMALL_STATE(277)] = 11098, [SMALL_STATE(278)] = 11128, [SMALL_STATE(279)] = 11160, [SMALL_STATE(280)] = 11192, [SMALL_STATE(281)] = 11222, [SMALL_STATE(282)] = 11254, [SMALL_STATE(283)] = 11286, [SMALL_STATE(284)] = 11316, [SMALL_STATE(285)] = 11348, [SMALL_STATE(286)] = 11378, [SMALL_STATE(287)] = 11410, [SMALL_STATE(288)] = 11442, [SMALL_STATE(289)] = 11474, [SMALL_STATE(290)] = 11506, [SMALL_STATE(291)] = 11538, [SMALL_STATE(292)] = 11570, [SMALL_STATE(293)] = 11602, [SMALL_STATE(294)] = 11634, [SMALL_STATE(295)] = 11666, [SMALL_STATE(296)] = 11698, [SMALL_STATE(297)] = 11730, [SMALL_STATE(298)] = 11762, [SMALL_STATE(299)] = 11794, [SMALL_STATE(300)] = 11826, [SMALL_STATE(301)] = 11846, [SMALL_STATE(302)] = 11878, [SMALL_STATE(303)] = 11910, [SMALL_STATE(304)] = 11940, [SMALL_STATE(305)] = 11972, [SMALL_STATE(306)] = 12002, [SMALL_STATE(307)] = 12034, [SMALL_STATE(308)] = 12066, [SMALL_STATE(309)] = 12096, [SMALL_STATE(310)] = 12126, [SMALL_STATE(311)] = 12158, [SMALL_STATE(312)] = 12190, [SMALL_STATE(313)] = 12209, [SMALL_STATE(314)] = 12230, [SMALL_STATE(315)] = 12249, [SMALL_STATE(316)] = 12267, [SMALL_STATE(317)] = 12285, [SMALL_STATE(318)] = 12311, [SMALL_STATE(319)] = 12337, [SMALL_STATE(320)] = 12363, [SMALL_STATE(321)] = 12389, [SMALL_STATE(322)] = 12415, [SMALL_STATE(323)] = 12441, [SMALL_STATE(324)] = 12467, [SMALL_STATE(325)] = 12493, [SMALL_STATE(326)] = 12519, [SMALL_STATE(327)] = 12545, [SMALL_STATE(328)] = 12571, [SMALL_STATE(329)] = 12597, [SMALL_STATE(330)] = 12623, [SMALL_STATE(331)] = 12649, [SMALL_STATE(332)] = 12675, [SMALL_STATE(333)] = 12701, [SMALL_STATE(334)] = 12727, [SMALL_STATE(335)] = 12753, [SMALL_STATE(336)] = 12779, [SMALL_STATE(337)] = 12805, [SMALL_STATE(338)] = 12831, [SMALL_STATE(339)] = 12857, [SMALL_STATE(340)] = 12883, [SMALL_STATE(341)] = 12901, [SMALL_STATE(342)] = 12927, [SMALL_STATE(343)] = 12953, [SMALL_STATE(344)] = 12979, [SMALL_STATE(345)] = 13005, [SMALL_STATE(346)] = 13031, [SMALL_STATE(347)] = 13057, [SMALL_STATE(348)] = 13083, [SMALL_STATE(349)] = 13109, [SMALL_STATE(350)] = 13135, [SMALL_STATE(351)] = 13161, [SMALL_STATE(352)] = 13187, [SMALL_STATE(353)] = 13213, [SMALL_STATE(354)] = 13239, [SMALL_STATE(355)] = 13265, [SMALL_STATE(356)] = 13291, [SMALL_STATE(357)] = 13317, [SMALL_STATE(358)] = 13335, [SMALL_STATE(359)] = 13361, [SMALL_STATE(360)] = 13379, [SMALL_STATE(361)] = 13405, [SMALL_STATE(362)] = 13431, [SMALL_STATE(363)] = 13457, [SMALL_STATE(364)] = 13483, [SMALL_STATE(365)] = 13509, [SMALL_STATE(366)] = 13535, [SMALL_STATE(367)] = 13561, [SMALL_STATE(368)] = 13587, [SMALL_STATE(369)] = 13613, [SMALL_STATE(370)] = 13639, [SMALL_STATE(371)] = 13659, [SMALL_STATE(372)] = 13685, [SMALL_STATE(373)] = 13711, [SMALL_STATE(374)] = 13737, [SMALL_STATE(375)] = 13763, [SMALL_STATE(376)] = 13789, [SMALL_STATE(377)] = 13815, [SMALL_STATE(378)] = 13841, [SMALL_STATE(379)] = 13867, [SMALL_STATE(380)] = 13893, [SMALL_STATE(381)] = 13919, [SMALL_STATE(382)] = 13945, [SMALL_STATE(383)] = 13971, [SMALL_STATE(384)] = 13988, [SMALL_STATE(385)] = 14003, [SMALL_STATE(386)] = 14018, [SMALL_STATE(387)] = 14035, [SMALL_STATE(388)] = 14050, [SMALL_STATE(389)] = 14070, [SMALL_STATE(390)] = 14090, [SMALL_STATE(391)] = 14110, [SMALL_STATE(392)] = 14130, [SMALL_STATE(393)] = 14150, [SMALL_STATE(394)] = 14170, [SMALL_STATE(395)] = 14190, [SMALL_STATE(396)] = 14210, [SMALL_STATE(397)] = 14230, [SMALL_STATE(398)] = 14250, [SMALL_STATE(399)] = 14270, [SMALL_STATE(400)] = 14290, [SMALL_STATE(401)] = 14310, [SMALL_STATE(402)] = 14330, [SMALL_STATE(403)] = 14350, [SMALL_STATE(404)] = 14370, [SMALL_STATE(405)] = 14390, [SMALL_STATE(406)] = 14410, [SMALL_STATE(407)] = 14430, [SMALL_STATE(408)] = 14450, [SMALL_STATE(409)] = 14470, [SMALL_STATE(410)] = 14490, [SMALL_STATE(411)] = 14510, [SMALL_STATE(412)] = 14530, [SMALL_STATE(413)] = 14550, [SMALL_STATE(414)] = 14570, [SMALL_STATE(415)] = 14590, [SMALL_STATE(416)] = 14610, [SMALL_STATE(417)] = 14630, [SMALL_STATE(418)] = 14650, [SMALL_STATE(419)] = 14670, [SMALL_STATE(420)] = 14690, [SMALL_STATE(421)] = 14710, [SMALL_STATE(422)] = 14730, [SMALL_STATE(423)] = 14750, [SMALL_STATE(424)] = 14770, [SMALL_STATE(425)] = 14790, [SMALL_STATE(426)] = 14810, [SMALL_STATE(427)] = 14830, [SMALL_STATE(428)] = 14850, [SMALL_STATE(429)] = 14870, [SMALL_STATE(430)] = 14890, [SMALL_STATE(431)] = 14910, [SMALL_STATE(432)] = 14930, [SMALL_STATE(433)] = 14950, [SMALL_STATE(434)] = 14970, [SMALL_STATE(435)] = 14990, [SMALL_STATE(436)] = 15010, [SMALL_STATE(437)] = 15030, [SMALL_STATE(438)] = 15050, [SMALL_STATE(439)] = 15070, [SMALL_STATE(440)] = 15090, [SMALL_STATE(441)] = 15110, [SMALL_STATE(442)] = 15130, [SMALL_STATE(443)] = 15150, [SMALL_STATE(444)] = 15170, [SMALL_STATE(445)] = 15190, [SMALL_STATE(446)] = 15210, [SMALL_STATE(447)] = 15230, [SMALL_STATE(448)] = 15250, [SMALL_STATE(449)] = 15270, [SMALL_STATE(450)] = 15290, [SMALL_STATE(451)] = 15306, [SMALL_STATE(452)] = 15326, [SMALL_STATE(453)] = 15346, [SMALL_STATE(454)] = 15366, [SMALL_STATE(455)] = 15386, [SMALL_STATE(456)] = 15406, [SMALL_STATE(457)] = 15426, [SMALL_STATE(458)] = 15446, [SMALL_STATE(459)] = 15466, [SMALL_STATE(460)] = 15486, [SMALL_STATE(461)] = 15506, [SMALL_STATE(462)] = 15526, [SMALL_STATE(463)] = 15546, [SMALL_STATE(464)] = 15566, [SMALL_STATE(465)] = 15586, [SMALL_STATE(466)] = 15606, [SMALL_STATE(467)] = 15626, [SMALL_STATE(468)] = 15646, [SMALL_STATE(469)] = 15666, [SMALL_STATE(470)] = 15686, [SMALL_STATE(471)] = 15706, [SMALL_STATE(472)] = 15726, [SMALL_STATE(473)] = 15746, [SMALL_STATE(474)] = 15766, [SMALL_STATE(475)] = 15786, [SMALL_STATE(476)] = 15806, [SMALL_STATE(477)] = 15826, [SMALL_STATE(478)] = 15846, [SMALL_STATE(479)] = 15866, [SMALL_STATE(480)] = 15886, [SMALL_STATE(481)] = 15906, [SMALL_STATE(482)] = 15926, [SMALL_STATE(483)] = 15946, [SMALL_STATE(484)] = 15966, [SMALL_STATE(485)] = 15986, [SMALL_STATE(486)] = 16006, [SMALL_STATE(487)] = 16026, [SMALL_STATE(488)] = 16046, [SMALL_STATE(489)] = 16066, [SMALL_STATE(490)] = 16086, [SMALL_STATE(491)] = 16106, [SMALL_STATE(492)] = 16126, [SMALL_STATE(493)] = 16146, [SMALL_STATE(494)] = 16166, [SMALL_STATE(495)] = 16186, [SMALL_STATE(496)] = 16206, [SMALL_STATE(497)] = 16226, [SMALL_STATE(498)] = 16249, [SMALL_STATE(499)] = 16264, [SMALL_STATE(500)] = 16278, [SMALL_STATE(501)] = 16292, [SMALL_STATE(502)] = 16306, [SMALL_STATE(503)] = 16320, [SMALL_STATE(504)] = 16334, [SMALL_STATE(505)] = 16348, [SMALL_STATE(506)] = 16362, [SMALL_STATE(507)] = 16376, [SMALL_STATE(508)] = 16390, [SMALL_STATE(509)] = 16404, [SMALL_STATE(510)] = 16418, [SMALL_STATE(511)] = 16432, [SMALL_STATE(512)] = 16446, [SMALL_STATE(513)] = 16460, [SMALL_STATE(514)] = 16474, [SMALL_STATE(515)] = 16488, [SMALL_STATE(516)] = 16502, [SMALL_STATE(517)] = 16516, [SMALL_STATE(518)] = 16530, [SMALL_STATE(519)] = 16544, [SMALL_STATE(520)] = 16558, [SMALL_STATE(521)] = 16572, [SMALL_STATE(522)] = 16586, [SMALL_STATE(523)] = 16600, [SMALL_STATE(524)] = 16614, [SMALL_STATE(525)] = 16628, [SMALL_STATE(526)] = 16642, [SMALL_STATE(527)] = 16656, [SMALL_STATE(528)] = 16670, [SMALL_STATE(529)] = 16684, [SMALL_STATE(530)] = 16698, [SMALL_STATE(531)] = 16712, [SMALL_STATE(532)] = 16726, [SMALL_STATE(533)] = 16740, [SMALL_STATE(534)] = 16754, [SMALL_STATE(535)] = 16768, [SMALL_STATE(536)] = 16782, [SMALL_STATE(537)] = 16796, [SMALL_STATE(538)] = 16810, [SMALL_STATE(539)] = 16824, [SMALL_STATE(540)] = 16838, [SMALL_STATE(541)] = 16852, [SMALL_STATE(542)] = 16866, [SMALL_STATE(543)] = 16880, [SMALL_STATE(544)] = 16894, [SMALL_STATE(545)] = 16908, [SMALL_STATE(546)] = 16922, [SMALL_STATE(547)] = 16936, [SMALL_STATE(548)] = 16950, [SMALL_STATE(549)] = 16964, [SMALL_STATE(550)] = 16978, [SMALL_STATE(551)] = 16992, [SMALL_STATE(552)] = 17006, [SMALL_STATE(553)] = 17020, [SMALL_STATE(554)] = 17034, [SMALL_STATE(555)] = 17048, [SMALL_STATE(556)] = 17062, [SMALL_STATE(557)] = 17076, [SMALL_STATE(558)] = 17090, [SMALL_STATE(559)] = 17104, [SMALL_STATE(560)] = 17118, [SMALL_STATE(561)] = 17132, [SMALL_STATE(562)] = 17146, [SMALL_STATE(563)] = 17160, [SMALL_STATE(564)] = 17174, [SMALL_STATE(565)] = 17188, [SMALL_STATE(566)] = 17202, [SMALL_STATE(567)] = 17216, [SMALL_STATE(568)] = 17230, [SMALL_STATE(569)] = 17244, [SMALL_STATE(570)] = 17258, [SMALL_STATE(571)] = 17272, [SMALL_STATE(572)] = 17286, [SMALL_STATE(573)] = 17300, [SMALL_STATE(574)] = 17314, [SMALL_STATE(575)] = 17328, [SMALL_STATE(576)] = 17342, [SMALL_STATE(577)] = 17356, [SMALL_STATE(578)] = 17370, [SMALL_STATE(579)] = 17384, [SMALL_STATE(580)] = 17398, [SMALL_STATE(581)] = 17412, [SMALL_STATE(582)] = 17426, [SMALL_STATE(583)] = 17440, [SMALL_STATE(584)] = 17454, [SMALL_STATE(585)] = 17468, [SMALL_STATE(586)] = 17482, [SMALL_STATE(587)] = 17496, [SMALL_STATE(588)] = 17510, [SMALL_STATE(589)] = 17524, [SMALL_STATE(590)] = 17538, [SMALL_STATE(591)] = 17552, [SMALL_STATE(592)] = 17566, [SMALL_STATE(593)] = 17580, [SMALL_STATE(594)] = 17594, [SMALL_STATE(595)] = 17608, [SMALL_STATE(596)] = 17622, [SMALL_STATE(597)] = 17636, [SMALL_STATE(598)] = 17650, [SMALL_STATE(599)] = 17664, [SMALL_STATE(600)] = 17678, [SMALL_STATE(601)] = 17692, [SMALL_STATE(602)] = 17706, [SMALL_STATE(603)] = 17720, [SMALL_STATE(604)] = 17734, [SMALL_STATE(605)] = 17748, [SMALL_STATE(606)] = 17762, [SMALL_STATE(607)] = 17776, [SMALL_STATE(608)] = 17790, [SMALL_STATE(609)] = 17804, [SMALL_STATE(610)] = 17818, [SMALL_STATE(611)] = 17832, [SMALL_STATE(612)] = 17846, [SMALL_STATE(613)] = 17860, [SMALL_STATE(614)] = 17874, [SMALL_STATE(615)] = 17888, [SMALL_STATE(616)] = 17902, [SMALL_STATE(617)] = 17916, [SMALL_STATE(618)] = 17930, [SMALL_STATE(619)] = 17944, [SMALL_STATE(620)] = 17958, [SMALL_STATE(621)] = 17972, [SMALL_STATE(622)] = 17986, [SMALL_STATE(623)] = 18000, [SMALL_STATE(624)] = 18014, [SMALL_STATE(625)] = 18028, [SMALL_STATE(626)] = 18042, [SMALL_STATE(627)] = 18056, [SMALL_STATE(628)] = 18070, [SMALL_STATE(629)] = 18084, [SMALL_STATE(630)] = 18098, [SMALL_STATE(631)] = 18112, [SMALL_STATE(632)] = 18126, [SMALL_STATE(633)] = 18140, [SMALL_STATE(634)] = 18154, [SMALL_STATE(635)] = 18168, [SMALL_STATE(636)] = 18182, [SMALL_STATE(637)] = 18196, [SMALL_STATE(638)] = 18210, [SMALL_STATE(639)] = 18224, [SMALL_STATE(640)] = 18238, [SMALL_STATE(641)] = 18252, [SMALL_STATE(642)] = 18266, [SMALL_STATE(643)] = 18280, [SMALL_STATE(644)] = 18294, [SMALL_STATE(645)] = 18308, [SMALL_STATE(646)] = 18322, [SMALL_STATE(647)] = 18336, [SMALL_STATE(648)] = 18350, [SMALL_STATE(649)] = 18364, [SMALL_STATE(650)] = 18378, [SMALL_STATE(651)] = 18392, [SMALL_STATE(652)] = 18406, [SMALL_STATE(653)] = 18420, [SMALL_STATE(654)] = 18434, [SMALL_STATE(655)] = 18448, [SMALL_STATE(656)] = 18462, [SMALL_STATE(657)] = 18476, [SMALL_STATE(658)] = 18490, [SMALL_STATE(659)] = 18504, [SMALL_STATE(660)] = 18518, [SMALL_STATE(661)] = 18532, [SMALL_STATE(662)] = 18546, [SMALL_STATE(663)] = 18560, [SMALL_STATE(664)] = 18574, [SMALL_STATE(665)] = 18588, [SMALL_STATE(666)] = 18602, [SMALL_STATE(667)] = 18616, [SMALL_STATE(668)] = 18630, [SMALL_STATE(669)] = 18644, [SMALL_STATE(670)] = 18658, [SMALL_STATE(671)] = 18672, [SMALL_STATE(672)] = 18686, [SMALL_STATE(673)] = 18700, [SMALL_STATE(674)] = 18714, [SMALL_STATE(675)] = 18728, [SMALL_STATE(676)] = 18742, [SMALL_STATE(677)] = 18756, [SMALL_STATE(678)] = 18770, [SMALL_STATE(679)] = 18784, [SMALL_STATE(680)] = 18798, [SMALL_STATE(681)] = 18812, [SMALL_STATE(682)] = 18826, [SMALL_STATE(683)] = 18840, [SMALL_STATE(684)] = 18854, [SMALL_STATE(685)] = 18868, [SMALL_STATE(686)] = 18882, [SMALL_STATE(687)] = 18896, [SMALL_STATE(688)] = 18910, [SMALL_STATE(689)] = 18924, [SMALL_STATE(690)] = 18938, [SMALL_STATE(691)] = 18952, [SMALL_STATE(692)] = 18966, [SMALL_STATE(693)] = 18980, [SMALL_STATE(694)] = 18994, [SMALL_STATE(695)] = 19008, [SMALL_STATE(696)] = 19022, [SMALL_STATE(697)] = 19036, [SMALL_STATE(698)] = 19050, [SMALL_STATE(699)] = 19064, [SMALL_STATE(700)] = 19078, [SMALL_STATE(701)] = 19092, [SMALL_STATE(702)] = 19106, [SMALL_STATE(703)] = 19120, [SMALL_STATE(704)] = 19134, [SMALL_STATE(705)] = 19153, [SMALL_STATE(706)] = 19172, [SMALL_STATE(707)] = 19188, [SMALL_STATE(708)] = 19202, [SMALL_STATE(709)] = 19218, [SMALL_STATE(710)] = 19234, [SMALL_STATE(711)] = 19250, [SMALL_STATE(712)] = 19266, [SMALL_STATE(713)] = 19282, [SMALL_STATE(714)] = 19296, [SMALL_STATE(715)] = 19312, [SMALL_STATE(716)] = 19328, [SMALL_STATE(717)] = 19344, [SMALL_STATE(718)] = 19360, [SMALL_STATE(719)] = 19376, [SMALL_STATE(720)] = 19392, [SMALL_STATE(721)] = 19408, [SMALL_STATE(722)] = 19421, [SMALL_STATE(723)] = 19434, [SMALL_STATE(724)] = 19447, [SMALL_STATE(725)] = 19460, [SMALL_STATE(726)] = 19469, [SMALL_STATE(727)] = 19482, [SMALL_STATE(728)] = 19495, [SMALL_STATE(729)] = 19506, [SMALL_STATE(730)] = 19515, [SMALL_STATE(731)] = 19528, [SMALL_STATE(732)] = 19539, [SMALL_STATE(733)] = 19552, [SMALL_STATE(734)] = 19565, [SMALL_STATE(735)] = 19578, [SMALL_STATE(736)] = 19591, [SMALL_STATE(737)] = 19602, [SMALL_STATE(738)] = 19613, [SMALL_STATE(739)] = 19624, [SMALL_STATE(740)] = 19637, [SMALL_STATE(741)] = 19650, [SMALL_STATE(742)] = 19663, [SMALL_STATE(743)] = 19676, [SMALL_STATE(744)] = 19689, [SMALL_STATE(745)] = 19698, [SMALL_STATE(746)] = 19709, [SMALL_STATE(747)] = 19722, [SMALL_STATE(748)] = 19735, [SMALL_STATE(749)] = 19748, [SMALL_STATE(750)] = 19761, [SMALL_STATE(751)] = 19774, [SMALL_STATE(752)] = 19785, [SMALL_STATE(753)] = 19798, [SMALL_STATE(754)] = 19806, [SMALL_STATE(755)] = 19814, [SMALL_STATE(756)] = 19822, [SMALL_STATE(757)] = 19830, [SMALL_STATE(758)] = 19838, [SMALL_STATE(759)] = 19846, [SMALL_STATE(760)] = 19854, [SMALL_STATE(761)] = 19862, [SMALL_STATE(762)] = 19870, [SMALL_STATE(763)] = 19878, [SMALL_STATE(764)] = 19886, [SMALL_STATE(765)] = 19894, [SMALL_STATE(766)] = 19901, [SMALL_STATE(767)] = 19908, [SMALL_STATE(768)] = 19915, [SMALL_STATE(769)] = 19922, [SMALL_STATE(770)] = 19929, [SMALL_STATE(771)] = 19936, [SMALL_STATE(772)] = 19943, [SMALL_STATE(773)] = 19950, [SMALL_STATE(774)] = 19957, [SMALL_STATE(775)] = 19964, [SMALL_STATE(776)] = 19971, [SMALL_STATE(777)] = 19978, [SMALL_STATE(778)] = 19985, [SMALL_STATE(779)] = 19992, [SMALL_STATE(780)] = 19999, [SMALL_STATE(781)] = 20006, [SMALL_STATE(782)] = 20013, [SMALL_STATE(783)] = 20020, [SMALL_STATE(784)] = 20027, [SMALL_STATE(785)] = 20034, [SMALL_STATE(786)] = 20041, [SMALL_STATE(787)] = 20048, [SMALL_STATE(788)] = 20055, [SMALL_STATE(789)] = 20062, [SMALL_STATE(790)] = 20069, [SMALL_STATE(791)] = 20076, [SMALL_STATE(792)] = 20083, [SMALL_STATE(793)] = 20090, [SMALL_STATE(794)] = 20097, [SMALL_STATE(795)] = 20104, [SMALL_STATE(796)] = 20111, [SMALL_STATE(797)] = 20118, [SMALL_STATE(798)] = 20125, [SMALL_STATE(799)] = 20132, [SMALL_STATE(800)] = 20139, [SMALL_STATE(801)] = 20146, [SMALL_STATE(802)] = 20153, [SMALL_STATE(803)] = 20160, [SMALL_STATE(804)] = 20167, [SMALL_STATE(805)] = 20174, [SMALL_STATE(806)] = 20181, [SMALL_STATE(807)] = 20188, [SMALL_STATE(808)] = 20195, [SMALL_STATE(809)] = 20202, [SMALL_STATE(810)] = 20209, [SMALL_STATE(811)] = 20216, [SMALL_STATE(812)] = 20223, [SMALL_STATE(813)] = 20230, [SMALL_STATE(814)] = 20237, [SMALL_STATE(815)] = 20244, [SMALL_STATE(816)] = 20251, [SMALL_STATE(817)] = 20258, [SMALL_STATE(818)] = 20265, [SMALL_STATE(819)] = 20272, [SMALL_STATE(820)] = 20279, [SMALL_STATE(821)] = 20286, [SMALL_STATE(822)] = 20293, [SMALL_STATE(823)] = 20300, [SMALL_STATE(824)] = 20307, [SMALL_STATE(825)] = 20314, [SMALL_STATE(826)] = 20321, [SMALL_STATE(827)] = 20328, [SMALL_STATE(828)] = 20335, [SMALL_STATE(829)] = 20342, [SMALL_STATE(830)] = 20349, [SMALL_STATE(831)] = 20356, [SMALL_STATE(832)] = 20363, [SMALL_STATE(833)] = 20370, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkerscript, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), [17] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 10), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [21] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 10), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [29] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), [31] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), [33] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_input_section_repeat1, 1, .production_id = 15), [35] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_section_repeat1, 1, .production_id = 15), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), [55] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 23), [57] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 23), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), [79] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 13), [81] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 13), [83] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), [85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), [87] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), [89] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_symbol, 3), [119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_symbol, 3), [121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 5), [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 5), [125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), [129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), [131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), [133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), [135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), [137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fillexp, 2), [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fillexp, 2), [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__memory, 12, .production_id = 43), [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), [211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_command_repeat1, 2), [213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__memory, 9, .production_id = 41), [215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__memory, 10, .production_id = 42), [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_section, 1), [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), SHIFT_REPEAT(17), [254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), SHIFT_REPEAT(149), [257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), SHIFT_REPEAT(833), [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), SHIFT_REPEAT(269), [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), SHIFT_REPEAT(137), [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), SHIFT_REPEAT(823), [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_input_section_repeat1, 2, .production_id = 26), SHIFT_REPEAT(300), [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_section, 1), [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), SHIFT_REPEAT(100), [363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_section_repeat1, 2), [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), SHIFT_REPEAT(770), [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), SHIFT_REPEAT(314), [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), SHIFT_REPEAT(384), [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), SHIFT_REPEAT(768), [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), SHIFT_REPEAT(767), [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), SHIFT_REPEAT(313), [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), [423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 5, .production_id = 17), [425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 5, .production_id = 17), [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 4), [437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 4), [439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 32), [441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 32), [443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 22), [445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 22), [447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 31), [449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 31), [451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 34), [453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 34), [455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 12), [457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 12), [459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 28), [461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 28), [463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 4, .production_id = 12), [465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 4, .production_id = 12), [467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 35), [469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 35), [471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 18), [473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 18), [475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 27), [477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 27), [479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 18), [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 18), [483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6), [485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6), [487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 5), [489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 5), [491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 38), [493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 38), [495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 22), [497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 22), [499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 5, .production_id = 18), [501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 5, .production_id = 18), [503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 39), [505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 39), [507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 40), [509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 40), [511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 37), [513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 37), [515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 5, .production_id = 12), [517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 5, .production_id = 12), [519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 5, .production_id = 21), [521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 5, .production_id = 21), [523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 5, .production_id = 22), [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 5, .production_id = 22), [527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 12), [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 12), [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 4), [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 4), [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), [547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 5, .production_id = 20), [549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 5, .production_id = 20), [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 8, .production_id = 36), [555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 8, .production_id = 36), [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), [559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 37), [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 37), [563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 35), [565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 35), [567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 18), [569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 18), [571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkerscript, 1), [573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 38), [575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 38), [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkerscript, 2), [585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 5), [587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 5), [589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_linkerscript_repeat1, 2), [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_linkerscript_repeat1, 2), SHIFT_REPEAT(387), [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_linkerscript_repeat1, 2), SHIFT_REPEAT(827), [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_linkerscript_repeat1, 2), SHIFT_REPEAT(825), [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_linkerscript_repeat1, 2), SHIFT_REPEAT(822), [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), [605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 34), [607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 34), [609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wildcard_pattern, 4), [611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_pattern, 4), [613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wildcard_pattern, 1), [615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_pattern, 1), [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sections_command_repeat1, 2), SHIFT_REPEAT(9), [620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sections_command_repeat1, 2), [622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sections_command_repeat1, 2), SHIFT_REPEAT(96), [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sections_command_repeat1, 2), SHIFT_REPEAT(105), [628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sections_command_repeat1, 2), SHIFT_REPEAT(385), [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sections_command_repeat1, 2), SHIFT_REPEAT(803), [634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 5, .production_id = 19), [636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 5, .production_id = 19), [638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 22), [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 22), [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 32), [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 32), [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 31), [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 31), [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 7, .production_id = 30), [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 7, .production_id = 30), [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 17), [666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 17), [668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 7, .production_id = 36), [670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 7, .production_id = 36), [672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 7, .production_id = 20), [674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 7, .production_id = 20), [676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 39), [678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 39), [680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 7, .production_id = 29), [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 7, .production_id = 29), [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 28), [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 28), [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 27), [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 27), [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7), [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7), [696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 40), [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 40), [700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 6, .production_id = 21), [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 6, .production_id = 21), [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 6, .production_id = 30), [708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 6, .production_id = 30), [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), [712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 6), [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 6), [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 6, .production_id = 29), [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 6, .production_id = 29), [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 6, .production_id = 20), [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 6, .production_id = 20), [728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 6, .production_id = 19), [730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 6, .production_id = 19), [732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 4), [734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 4), [736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_command, 4), [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_command, 4), [740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 8, .production_id = 30), [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 8, .production_id = 30), [744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 31), [746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 31), [748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 8, .production_id = 29), [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 8, .production_id = 29), [752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 12), [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 12), [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 39), [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 39), [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 40), [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 40), [764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 28), [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 28), [768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 38), [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 38), [772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_command, 3), [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_command, 3), [776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 22), [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 22), [780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 27), [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 27), [784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8), [786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8), [788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 32), [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 32), [792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 35), [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 35), [796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 8, .production_id = 20), [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 8, .production_id = 20), [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 18), [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 18), [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 17), [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 17), [808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_provide_command, 7), [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provide_command, 7), [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_input_section, 4, .production_id = 25), [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_input_section, 4, .production_id = 25), [816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 34), [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 34), [820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 37), [822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 37), [824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 1), [826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_output_section_repeat1, 1), [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), [830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 7, .production_id = 21), [832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 7, .production_id = 21), [834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 9, .production_id = 36), [836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 9, .production_id = 36), [838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 7, .production_id = 19), [840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 7, .production_id = 19), [842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 7), [844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 7), [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_region, 2), [848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_region, 2), [850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_output_section_repeat1, 2), [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 39), [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 39), [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 40), [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 40), [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 28), [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 28), [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 9, .production_id = 20), [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 9, .production_id = 20), [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 27), [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 27), [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 9, .production_id = 30), [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 9, .production_id = 30), [878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 31), [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 31), [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 35), [884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 35), [886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 12), [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 12), [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 38), [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 38), [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9), [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9), [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 10, .production_id = 36), [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 10, .production_id = 36), [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 9, .production_id = 29), [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 9, .production_id = 29), [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 17), [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 17), [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lma_region, 3), [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lma_region, 3), [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 32), [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 32), [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 34), [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 34), [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 18), [924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 18), [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 22), [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 22), [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 8), [932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 8), [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 8, .production_id = 21), [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 8, .production_id = 21), [938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 8, .production_id = 19), [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 8, .production_id = 19), [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 37), [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 37), [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_phdr, 2), [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_phdr, 2), [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_command, 5), [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_command, 5), [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sections_command, 3), [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sections_command, 3), [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 17), [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 17), [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_memory_command, 3), [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_memory_command, 3), [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 22), [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 22), [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_command, 4), [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_command, 4), [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 9), [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 9), [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 9, .production_id = 19), [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 9, .production_id = 19), [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_phdrs_command, 3), [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_phdrs_command, 3), [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 38), [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 38), [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_command, 4, .production_id = 3), [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_command, 4, .production_id = 3), [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 9, .production_id = 21), [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 9, .production_id = 21), [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 37), [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 37), [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 11, .production_id = 36), [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 11, .production_id = 36), [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 35), [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 35), [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sections_command, 4), [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sections_command, 4), [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_memory_command, 4, .production_id = 6), [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_memory_command, 4, .production_id = 6), [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_phdrs_command, 4, .production_id = 8), [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_phdrs_command, 4, .production_id = 8), [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 18), [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 18), [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 27), [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 27), [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10), [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10), [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 28), [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 28), [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 11, .production_id = 34), [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 11, .production_id = 34), [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 10, .production_id = 29), [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 10, .production_id = 29), [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 10, .production_id = 20), [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 10, .production_id = 20), [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_command, 10, .production_id = 30), [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_command, 10, .production_id = 30), [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 31), [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 31), [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 12), [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 12), [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 10, .production_id = 32), [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 10, .production_id = 32), [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 12, .production_id = 40), [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 12, .production_id = 40), [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_output_section, 12, .production_id = 39), [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_output_section, 12, .production_id = 39), [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), [1094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), SHIFT_REPEAT(707), [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), [1109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_phdrs_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(793), [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_phdrs_command_repeat1, 2, .production_id = 9), [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_memory_command_repeat1, 2, .production_id = 7), SHIFT_REPEAT(705), [1117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_memory_command_repeat1, 2, .production_id = 7), [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributes, 1), [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_command_repeat1, 2), SHIFT_REPEAT(170), [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [1154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(97), [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), [1161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section_type, 3), [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phdr, 6, .production_id = 33), [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phdr, 4, .production_id = 14), [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phdr, 5, .production_id = 24), [1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_phdrs_command_repeat1, 1, .production_id = 2), [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_memory_command_repeat1, 1, .production_id = 1), [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__at, 4, .production_id = 16), [1213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phdr, 5, .production_id = 11), [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phdr, 3, .production_id = 11), [1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__phdr, 4, .production_id = 11), [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), [1331] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), }; #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_linkerscript(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_symbol, .primary_state_ids = ts_primary_state_ids, }; return &language; } #ifdef __cplusplus } #endif