Home
last modified time | relevance | path

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

/linux/scripts/genksyms/
H A Dgenksyms.c60 static void print_type_name(enum symbol_type type, const char *name);
252 print_type_name(type, name); in __add_symbol()
261 print_type_name(type, name); in __add_symbol()
673 print_type_name(sym->type, sym->name); in export_symbol()
699 static void print_type_name(enum symbol_type type, const char *name) in print_type_name() function