Home
last modified time | relevance | path

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

/linux-6.15/scripts/genksyms/
H A Dgenksyms.c60 static void print_type_name(enum symbol_type type, const char *name);
239 print_type_name(type, name); in __add_symbol()
248 print_type_name(type, name); in __add_symbol()
660 print_type_name(sym->type, sym->name); in export_symbol()
686 static void print_type_name(enum symbol_type type, const char *name) in print_type_name() function