Home
last modified time | relevance | path

Searched refs:gcov_open (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dlibgcov-driver-system.c219 if (!gcov_open (gf->filename)) in gcov_exit_open_gcda_file()
228 if (!gcov_open (gf->filename)) in gcov_exit_open_gcda_file()
H A Dlibgcov.h92 #define gcov_open __gcov_open macro
294 GCOV_LINKAGE int gcov_open (const char */*name*/) ATTRIBUTE_HIDDEN;
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgcov-io.h238 #define gcov_open __gcov_open macro
535 GCOV_LINKAGE int gcov_open (const char */*name*/) ATTRIBUTE_HIDDEN;
537 GCOV_LINKAGE int gcov_open (const char */*name*/, int /*direction*/);
H A Dgcov-io.c64 gcov_open (const char *name) in gcov_open() function
66 gcov_open (const char *name, int mode) in gcov_open()
H A Dgcov-dump.c161 if (!gcov_open (filename, 1)) in dump_file()
H A Dcoverage.c184 if (!gcov_open (da_file_name, 1)) in read_counts_file()
1115 if (!gcov_open (bbg_file_name, -1)) in coverage_init()
H A Dgcov.c1004 if (!gcov_open (bbg_file_name, 1)) in read_graph_file()
1220 if (!gcov_open (da_file_name, 1)) in read_count_file()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgcov-io.h372 GCOV_LINKAGE int gcov_open (const char */*name*/, int /*direction*/);
H A Dgcov-io.c124 gcov_open (const char *name) in gcov_open() function
126 gcov_open (const char *name, int mode) in gcov_open()
H A Dcoverage.c195 if (!gcov_open (da_file_name, 1)) in read_counts_file()
1267 if (!gcov_open (bbg_file_name, -1)) in coverage_init()
H A Dgcov.c1533 if (!gcov_open (bbg_file_name, 1)) in read_graph_file()
1741 if (!gcov_open (da_file_name, 1)) in read_count_file()
H A Dauto-profile.c919 if (gcov_open (auto_profile_file, 1) == 0) in read_profile()
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dlibgcov.c419 if (!gcov_open (gi_filename)) in gcov_exit()
428 if (!gcov_open (gi_filename)) in gcov_exit()