Searched refs:symbol_type (Results 1 - 7 of 7) sorted by relevance

/scripts/genksyms/
H A Dgenksyms.h28 enum symbol_type { enum
39 enum symbol_type tag;
46 enum symbol_type type;
62 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
63 struct symbol *add_symbol(const char *name, enum symbol_type type,
H A Dgenksyms.c73 static void print_type_name(enum symbol_type type, const char *name);
151 static enum symbol_type map_to_ns(enum symbol_type t)
166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact)
197 static struct symbol *__add_symbol(const char *name, enum symbol_type type,
321 struct symbol *add_symbol(const char *name, enum symbol_type type,
327 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type,
705 static void print_type_name(enum symbol_type type, const char *name)
/scripts/kconfig/
H A Dlkc_proto.h35 P(sym_type_name,const char *,(enum symbol_type type));
37 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dexpr.h60 enum symbol_type { enum
76 enum symbol_type type;
H A Dlkc.h68 enum symbol_type stype;
H A Dsymbol.c64 enum symbol_type sym_get_type(struct symbol *sym)
66 enum symbol_type type = sym->type;
77 const char *sym_type_name(enum symbol_type type)
H A Dconf.c86 enum symbol_type type = sym_get_type(sym);

Completed in 9 milliseconds