Home
last modified time | relevance | path

Searched refs:symbol_type (Results 1 – 9 of 9) sorted by relevance

/scripts/genksyms/
A Dgenksyms.h20 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 Dgenksyms.c60 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 Dparse.y47 enum symbol_type type) in record_compound()
/scripts/kconfig/
A Dlkc_proto.h25 const char * sym_type_name(enum symbol_type type);
28 enum symbol_type sym_get_type(const struct symbol *sym);
A Dexpr.h69 enum symbol_type { enum
97 enum symbol_type type;
A Dsymbol.c45 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 Dparser.y41 enum symbol_type type;
A Dexpr.c860 enum symbol_type type, in expr_parse_string()
A Dqconf.cc231 enum symbol_type type = menu->sym->type; in init()

Completed in 16 milliseconds