Searched refs:SYM_UNION (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.y232 { remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; }
240 { record_compound($1, $2, $3, SYM_UNION); $$ = $3; }
H A Dgenksyms.c64 [SYM_UNION] = {'u', "union"},
160 case SYM_UNION: map_to_ns()
187 sym->type == SYM_UNION || is_unknown_symbol()
592 case SYM_UNION: expand_and_crc_sym()

Completed in 39 milliseconds