Searched refs:SYM_STRUCT (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/scripts/genksyms/ |
H A D | genksyms.h | 29 SYM_NORMAL, SYM_TYPEDEF, SYM_ENUM, SYM_STRUCT, SYM_UNION, enumerator in enum:symbol_type
|
H A D | parse.y | 230 { remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; } 238 { record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; }
|
H A D | genksyms.c | 63 [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 105 milliseconds