Home
last modified time | relevance | path

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

/openbmc/linux/scripts/genksyms/
H A Dgenksyms.c61 static void print_type_name(enum symbol_type type, const char *name);
239 print_type_name(type, name); in __add_symbol()
249 print_type_name(type, name); in __add_symbol()
667 print_type_name(sym->type, sym->name); in export_symbol()
694 static void print_type_name(enum symbol_type type, const char *name) in print_type_name() function