/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-driver-system.c | 312 if (!gcov_open (gf->filename)) in gcov_exit_open_gcda_file() 321 if (!gcov_open (gf->filename)) in gcov_exit_open_gcda_file()
|
H A D | libgcov.h | 92 #define gcov_open __gcov_open macro 297 GCOV_LINKAGE int gcov_open (const char */*name*/) ATTRIBUTE_HIDDEN;
|
H A D | libgcov-util.c | 272 if (!gcov_open (filename)) in read_gcda_file()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-driver-system.c | 312 if (!gcov_open (gf->filename)) in gcov_exit_open_gcda_file() 321 if (!gcov_open (gf->filename)) in gcov_exit_open_gcda_file()
|
H A D | libgcov.h | 115 #define gcov_open __gcov_open macro 346 GCOV_LINKAGE int gcov_open (const char */*name*/) ATTRIBUTE_HIDDEN;
|
H A D | libgcov-util.c | 271 if (!gcov_open (filename)) in read_gcda_file()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-io.cc | 93 gcov_open (const char *name) in gcov_open() function 95 gcov_open (const char *name, int mode) in gcov_open()
|
H A D | gcov-io.h | 351 GCOV_LINKAGE int gcov_open (const char */*name*/, int /*direction*/);
|
H A D | gcov-dump.cc | 169 if (!gcov_open (filename, 1)) in dump_gcov_file()
|
H A D | coverage.cc | 187 if (!gcov_open (da_file_name, 1)) in read_counts_file() 1331 if (!gcov_open (bbg_file_name, -1)) in coverage_init()
|
H A D | gcov.cc | 1801 if (!gcov_open (bbg_file_name, 1)) in read_graph_file() 2017 if (!gcov_open (da_file_name, 1)) in read_count_file()
|
H A D | auto-profile.cc | 926 if (gcov_open (auto_profile_file, 1) == 0) in read_profile()
|
H A D | ChangeLog-2003 | 14475 (gcov_open): Adjust overread init. 14773 (gcov_open): Remove mode in libgcov. 14776 (gcov_open): Clear endian flag. 22808 * gcov-io.c (gcov_open): Set mode, do not read anything. 23725 * gcov-io.c (gcov_open): Use GCOV_LOCKED. 27109 (gcov_open, gcov_close): Adjust. 27533 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
|
H A D | ChangeLog-2021 | 26565 (gcov_open): Remove setbuf call. It should not be needed. 28179 * gcov-io.c (gcov_open): Add support for GCOV_LOCKED_WITH_LOCKING.
|
H A D | ChangeLog-2016 | 9799 * gcov-io.c (gcov_open): Deconstify 'mode'. 9838 * gcov-io.c (gcov_open): Fix documentation. Simplify setting
|
H A D | ChangeLog-2004 | 13849 gcov-io.c (gcov_open): Use GCOV_CHECK. 41088 * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
|
H A D | ChangeLog-2014 | 37623 (gcov_open): Ditto. 46839 * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
|
H A D | ChangeLog-2009 | 7535 * gcov-io.c (gcov_open): Open files read-only when MODE < 0.
|
H A D | ChangeLog-2012 | 5314 * gcov-io.c (gcov_open): Add file mode to open call (need for VxWorks)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-io.h | 328 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 | gcov-dump.c | 165 if (!gcov_open (filename, 1)) in dump_gcov_file()
|
H A D | coverage.c | 194 if (!gcov_open (da_file_name, 1)) in read_counts_file() 1287 if (!gcov_open (bbg_file_name, -1)) in coverage_init()
|
H A D | gcov.c | 1696 if (!gcov_open (bbg_file_name, 1)) in read_graph_file() 1904 if (!gcov_open (da_file_name, 1)) in read_count_file()
|
H A D | auto-profile.c | 926 if (gcov_open (auto_profile_file, 1) == 0) in read_profile()
|