Searched refs:SYM_STRUCT (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.y230 { remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
238 { record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; }
H A Dgenksyms.c63 [SYM_STRUCT] = {'s', "struct"},
159 case SYM_STRUCT: map_to_ns()
161 return SYM_STRUCT; map_to_ns()
186 return ((sym->type == SYM_STRUCT || is_unknown_symbol()
591 case SYM_STRUCT: expand_and_crc_sym()

Completed in 72 milliseconds