Searched refs:gcov_open (Results 1 – 13 of 13) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | libgcov-driver-system.c | 219 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 D | libgcov.h | 92 #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 D | gcov-io.h | 238 #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 D | gcov-io.c | 64 gcov_open (const char *name) in gcov_open() function 66 gcov_open (const char *name, int mode) in gcov_open()
|
H A D | gcov-dump.c | 161 if (!gcov_open (filename, 1)) in dump_file()
|
H A D | coverage.c | 184 if (!gcov_open (da_file_name, 1)) in read_counts_file() 1115 if (!gcov_open (bbg_file_name, -1)) in coverage_init()
|
H A D | gcov.c | 1004 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 D | gcov-io.h | 372 GCOV_LINKAGE int gcov_open (const char */*name*/, int /*direction*/);
|
H A D | gcov-io.c | 124 gcov_open (const char *name) in gcov_open() function 126 gcov_open (const char *name, int mode) in gcov_open()
|
H A D | coverage.c | 195 if (!gcov_open (da_file_name, 1)) in read_counts_file() 1267 if (!gcov_open (bbg_file_name, -1)) in coverage_init()
|
H A D | gcov.c | 1533 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 D | auto-profile.c | 919 if (gcov_open (auto_profile_file, 1) == 0) in read_profile()
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | libgcov.c | 419 if (!gcov_open (gi_filename)) in gcov_exit() 428 if (!gcov_open (gi_filename)) in gcov_exit()
|