Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/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) 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()
705 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
/utopia/UTPA2-700.0.x/projects/build/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 Dsymbol.c64 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
66 enum symbol_type type = sym->type; in sym_get_type()
77 const char *sym_type_name(enum symbol_type type) in sym_type_name()
H A Dlkc.h68 enum symbol_type stype;
H A Dconf.c86 enum symbol_type type = sym_get_type(sym); in conf_askvalue()