Home
last modified time | relevance | path

Searched refs:SYM_ENUM_CONST (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/genksyms/
H A Dgenksyms.c52 [SYM_ENUM_CONST] = {'E', "enum constant"},
141 case SYM_ENUM_CONST: in map_to_ns()
194 if (type == SYM_ENUM_CONST) { in process_enum()
235 if ((type == SYM_ENUM_CONST || type == SYM_ENUM) && !is_reference) { in __add_symbol()
569 case SYM_ENUM_CONST: in expand_and_crc_sym()
H A Dlex.l94 * SYM_ENUM_CONST. The parser will change this for struct and union tags later,
107 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
108 SYM_ENUM_CONST : SYM_NORMAL ; \
H A Dgenksyms.h22 SYM_ENUM_CONST enumerator
H A Dparse.y505 add_symbol(name, SYM_ENUM_CONST, NULL, 0);
511 add_symbol(name, SYM_ENUM_CONST, expr, 0);