Searched refs:SYM_ENUM (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/scripts/genksyms/ |
D | parse.y | 224 { remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; } 232 { record_compound($1, $2, $3, SYM_ENUM); $$ = $3; } 237 { add_symbol(NULL, SYM_ENUM, NULL, 0); $$ = $2; }
|
D | genksyms.c | 50 [SYM_ENUM] = {'e', "enum"}, 146 case SYM_ENUM: in map_to_ns() 176 sym->type == SYM_ENUM) && in is_unknown_symbol() 220 } else if (type == SYM_ENUM) { in __add_symbol() 583 case SYM_ENUM: in expand_and_crc_sym()
|
D | genksyms.h | 18 SYM_NORMAL, SYM_TYPEDEF, SYM_ENUM, SYM_STRUCT, SYM_UNION, enumerator
|