Lines Matching refs:debugfile
28 static FILE *debugfile; variable
298 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol()
301 fprintf(debugfile, "Defn for type%d %s == <", in __add_symbol()
304 fputs("extern ", debugfile); in __add_symbol()
305 print_list(debugfile, defn); in __add_symbol()
306 fputs(">\n", debugfile); in __add_symbol()
564 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
575 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
606 fprintf(debugfile, "%s %s ", in expand_and_crc_sym()
651 fprintf(debugfile, "Export %s == <", name); in export_symbol()
687 fputs(">\n", debugfile); in export_symbol()
807 debugfile = stderr; in main()
841 fprintf(debugfile, "Hash table occupancy %d/%zd = %g\n", in main()