Searched refs:debugfile (Results 1 – 1 of 1) sorted by relevance
/scripts/genksyms/ |
D | genksyms.c | 40 static FILE *debugfile; variable 250 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol() 253 fputs("extern ", debugfile); in __add_symbol() 254 print_list(debugfile, defn); in __add_symbol() 255 fputs(">\n", debugfile); in __add_symbol() 466 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 476 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 532 fprintf(debugfile, "%s %s ", in expand_and_crc_sym() 576 fprintf(debugfile, "Export %s == <", name); in export_symbol() 611 fputs(">\n", debugfile); in export_symbol() [all …]
|