Searched refs:debugfile (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.c40 static FILE *debugfile; variable
306 fprintf(debugfile, "Defn for %s %s == <", __add_symbol()
309 fprintf(debugfile, "Defn for type%d %s == <", __add_symbol()
312 fputs("extern ", debugfile); __add_symbol()
313 print_list(debugfile, defn); __add_symbol()
314 fputs(">\n", debugfile); __add_symbol()
570 fprintf(debugfile, "%s ", cur->string); expand_and_crc_sym()
581 fprintf(debugfile, "%s ", cur->string); expand_and_crc_sym()
612 fprintf(debugfile, "%s %s ", expand_and_crc_sym()
656 fprintf(debugfile, "Export %s == <", name); export_symbol()
691 fputs(">\n", debugfile); export_symbol()
835 debugfile = stderr; main()
836 /* setlinebuf(debugfile); */ main()
869 fprintf(debugfile, "Hash table occupancy %d/%d = %g\n", main()

Completed in 39 milliseconds