Searched refs:symbol_type (Results 1 – 10 of 10) sorted by relevance
/scripts/genksyms/ |
D | genksyms.h | 28 enum symbol_type { enum 39 enum symbol_type tag; 47 enum symbol_type type; 64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); 65 struct symbol *add_symbol(const char *name, enum symbol_type type,
|
D | genksyms.c | 73 static void print_type_name(enum symbol_type type, const char *name); 151 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns() 166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() 197 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 321 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 327 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 710 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
|
D | parse.y | 58 enum symbol_type type) in record_compound()
|
D | parse.tab.c_shipped | 100 enum symbol_type type)
|
/scripts/kconfig/ |
D | lkc_proto.h | 37 const char * sym_type_name(enum symbol_type type); 39 enum symbol_type sym_get_type(struct symbol *sym);
|
D | expr.h | 64 enum symbol_type { enum 80 enum symbol_type type;
|
D | lkc.h | 68 enum symbol_type stype;
|
D | symbol.c | 63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 65 enum symbol_type type = sym->type; in sym_get_type() 76 const char *sym_type_name(enum symbol_type type) in sym_type_name()
|
D | conf.c | 87 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
|
D | expr.c | 893 enum symbol_type type, in expr_parse_string()
|