Searched refs:SYM_ENUM (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.h29 SYM_NORMAL, SYM_TYPEDEF, SYM_ENUM, SYM_STRUCT, SYM_UNION, enumerator in enum:symbol_type
H A Dparse.y234 { remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; }
242 { record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }
247 { add_symbol(NULL, SYM_ENUM, NULL, 0); $$ = $2; }
H A Dgenksyms.c62 [SYM_ENUM] = {'e', "enum"},
158 case SYM_ENUM: map_to_ns()
188 sym->type == SYM_ENUM) && is_unknown_symbol()
232 } else if (type == SYM_ENUM) { __add_symbol()
593 case SYM_ENUM: expand_and_crc_sym()

Completed in 44 milliseconds