Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dsource.c232 if (first_output) in annotate_source()
233 first_output = FALSE; in annotate_source()
Dgprof.h133 extern bfd_boolean 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.c74 bfd_boolean first_output = TRUE; variable
Dcg_print.c66 if (first_output) in print_header()
67 first_output = FALSE; in print_header()
Dgmon_io.c589 first_output = FALSE; in gmon_out_read()