Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/genksyms/
Dgenksyms.c59 static void print_type_name(enum symbol_type type, const char *name);
237 print_type_name(type, name); in __add_symbol()
247 print_type_name(type, name); in __add_symbol()
665 print_type_name(sym->type, sym->name); in export_symbol()
692 static void print_type_name(enum symbol_type type, const char *name) in print_type_name() function