Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlkc_proto.h36 const char * sym_type_name(enum symbol_type type);
38 enum symbol_type sym_get_type(struct symbol *sym);
H A Dexpr.h64 enum symbol_type { enum
80 enum symbol_type type;
H A Dlkc.h68 enum symbol_type stype;
H A Dsymbol.c63 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()
H A Dconf.c87 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
H A Dexpr.c886 enum symbol_type type, in expr_parse_string()