Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.c73 static void print_type_name(enum symbol_type type, const char *name);
251 print_type_name(type, name); in __add_symbol()
261 print_type_name(type, name); in __add_symbol()
677 print_type_name(sym->type, sym->name); in export_symbol()
705 static void print_type_name(enum symbol_type type, const char *name) in print_type_name() function