Searched refs:gcov_sync (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gcov-io.h | 254 #pragma GCC poison gcov_read_string gcov_sync gcov_time gcov_magic 563 GCOV_LINKAGE void gcov_sync (gcov_position_t /*base*/,
|
H A D | gcov-dump.c | 265 gcov_sync (base, length); in dump_file()
|
H A D | gcov-io.c | 510 gcov_sync (gcov_position_t base, gcov_unsigned_t length) in gcov_sync() function
|
H A D | gcov.c | 1192 gcov_sync (base, length); in read_graph_file() 1313 gcov_sync (base, length); in read_count_file()
|
H A D | coverage.c | 308 gcov_sync (offset, length); in read_counts_file()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gcov-io.h | 382 GCOV_LINKAGE void gcov_sync (gcov_position_t /*base*/,
|
H A D | gcov-io.c | 673 gcov_sync (gcov_position_t base, gcov_unsigned_t length) in gcov_sync() function
|
H A D | gcov.c | 1715 gcov_sync (base, length); in read_graph_file() 1825 gcov_sync (base, length); in read_count_file()
|
H A D | coverage.c | 327 gcov_sync (offset, length); in read_counts_file()
|