Searched refs:symbol_type (Results 1 – 9 of 9) sorted by relevance
/scripts/genksyms/ |
A D | genksyms.h | 20 enum symbol_type { enum 31 enum symbol_type tag; 39 enum symbol_type type; 56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); 57 struct symbol *add_symbol(const char *name, enum symbol_type type,
|
A D | genksyms.c | 60 static void print_type_name(enum symbol_type type, const char *name); 138 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns() 153 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() 184 static struct string_list *process_enum(const char *name, enum symbol_type type, in process_enum() 227 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 313 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 319 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()
|
A D | parse.y | 47 enum symbol_type type) in record_compound()
|
/scripts/kconfig/ |
A 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);
|
A D | expr.h | 69 enum symbol_type { enum 97 enum symbol_type type;
|
A 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()
|
A D | parser.y | 41 enum symbol_type type;
|
A D | expr.c | 860 enum symbol_type type, in expr_parse_string()
|
A D | qconf.cc | 231 enum symbol_type type = menu->sym->type; in init()
|
Completed in 16 milliseconds