Home
last modified time | relevance | path

Searched refs:first_output (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gprof/
Dsource.c239 if (first_output) in annotate_source()
240 first_output = false; in annotate_source()
Dgprof.h131 extern bool first_output; /* no output so far? */
Dbasic_blocks.c256 if (first_output) in print_exec_counts()
257 first_output = false; in print_exec_counts()
Dhist.c573 if (first_output) in hist_print()
574 first_output = false; in hist_print()
Dgprof.c76 bool first_output = true; variable
Dcg_print.c66 if (first_output) in print_header()
67 first_output = false; in print_header()
Dgmon_io.c569 first_output = false; in gmon_out_read()