Lines Matching refs:debugfile
29 static FILE *debugfile; variable
294 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol()
297 fprintf(debugfile, "Defn for type%d %s == <", in __add_symbol()
300 fputs("extern ", debugfile); in __add_symbol()
301 print_list(debugfile, defn); in __add_symbol()
302 fputs(">\n", debugfile); in __add_symbol()
560 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
571 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
602 fprintf(debugfile, "%s %s ", in expand_and_crc_sym()
646 fprintf(debugfile, "Export %s == <", name); in export_symbol()
681 fputs(">\n", debugfile); in export_symbol()
830 debugfile = stderr; in main()
864 fprintf(debugfile, "Hash table occupancy %d/%d = %g\n", in main()