Searched refs:SYM_ENUM (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/scripts/genksyms/ |
H A D | genksyms.h | 29 SYM_NORMAL, SYM_TYPEDEF, SYM_ENUM, SYM_STRUCT, SYM_UNION, enumerator in enum:symbol_type
|
H A D | parse.y | 234 { 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 D | genksyms.c | 62 [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 91 milliseconds