Lines Matching refs:debugfile
40 static FILE *debugfile; variable
305 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol()
308 fprintf(debugfile, "Defn for type%d %s == <", in __add_symbol()
311 fputs("extern ", debugfile); in __add_symbol()
312 print_list(debugfile, defn); in __add_symbol()
313 fputs(">\n", debugfile); in __add_symbol()
571 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
582 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
613 fprintf(debugfile, "%s %s ", in expand_and_crc_sym()
657 fprintf(debugfile, "Export %s == <", name); in export_symbol()
692 fputs(">\n", debugfile); in export_symbol()
841 debugfile = stderr; in main()
875 fprintf(debugfile, "Hash table occupancy %d/%d = %g\n", in main()