Searched refs:symbol_type (Results 1 – 9 of 9) sorted by relevance
| /scripts/genksyms/ |
| D | genksyms.h | 17 enum symbol_type { enum 28 enum symbol_type tag; 36 enum symbol_type type; 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); 54 struct symbol *add_symbol(const char *name, enum symbol_type type,
|
| D | genksyms.c | 59 static void print_type_name(enum symbol_type type, const char *name); 137 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns() 152 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() 183 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 314 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 320 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 699 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
|
| D | parse.y | 46 enum symbol_type type) in record_compound()
|
| /scripts/kconfig/ |
| D | lkc_proto.h | 25 const char * sym_type_name(enum symbol_type type); 28 enum symbol_type sym_get_type(const struct symbol *sym);
|
| D | expr.h | 69 enum symbol_type { enum 97 enum symbol_type type;
|
| D | symbol.c | 45 enum symbol_type sym_get_type(const struct symbol *sym) in sym_get_type() 47 enum symbol_type type = sym->type; in sym_get_type() 54 const char *sym_type_name(enum symbol_type type) in sym_type_name()
|
| D | parser.y | 42 enum symbol_type type;
|
| D | expr.c | 860 enum symbol_type type, in expr_parse_string()
|
| D | qconf.cc | 218 enum symbol_type type = menu->sym->type; in init()
|