Home
last modified time | relevance | path

Searched refs:sym_type_name (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h23 const char * sym_type_name(enum symbol_type type);
H A Dmenu.c126 sym_type_name(sym->type), sym_type_name(type)); in menu_set_type()
797 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str()
H A Dsymbol.c57 const char *sym_type_name(enum symbol_type type) in sym_type_name() function
H A Dgconf.c1369 printf("%s", sym_type_name(sym->type)); in display_tree()
H A Dqconf.cc1075 stream << print_filter(sym_type_name(sym->type)); in debug_info()
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h37 const char * sym_type_name(enum symbol_type type);
H A Dmenu.c124 sym_type_name(sym->type), sym_type_name(type)); in menu_set_type()
805 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str()
H A Dsymbol.c76 const char *sym_type_name(enum symbol_type type) in sym_type_name() function
H A Dgconf.c1372 printf("%s", sym_type_name(sym->type)); in display_tree()
H A Dqconf.cc1141 debug += print_filter(sym_type_name(sym->type)); in debug_info()