Searched refs:SYM_ENUM_CONST (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/genksyms/ |
H A D | lex.l | 105 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 106 SYM_ENUM_CONST : SYM_NORMAL ; \
|
H A D | genksyms.h | 19 SYM_ENUM_CONST enumerator
|
H A D | genksyms.c | 53 [SYM_ENUM_CONST] = {'E', "enum constant"}, 142 case SYM_ENUM_CONST: in map_to_ns() 199 if (type == SYM_ENUM_CONST) { in __add_symbol() 572 case SYM_ENUM_CONST: in expand_and_crc_sym()
|
H A D | parse.y | 486 add_symbol(name, SYM_ENUM_CONST, NULL, 0); 492 add_symbol(name, SYM_ENUM_CONST, expr, 0);
|