Searched refs:write_one_data (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-driver.c | 490 write_one_data (const struct gcov_info *gi_ptr, in write_one_data() function 636 write_one_data (gi_ptr, &summary, gcov_dump_handler, gcov_allocate_handler, in dump_one_gcov() 781 write_one_data (gi_ptr, NULL, dump_fn, allocate_fn, arg); in __gcov_info_to_gcda()
|
H A D | ChangeLog | 380 (write_one_data): Write also checksum. 553 (write_one_data): Add dump_fn, allocate_fn, and arg parameters. Use 751 (write_one_data): Pre-allocate buffer for number of items 1085 * libgcov-driver.c (write_one_data): Avoid function pointer 1188 (write_one_data): Write counters only if there's one non-zero 1306 (write_one_data): Special case TOP N. 6259 (write_one_data): ... here.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-driver.c | 382 write_one_data (const struct gcov_info *gi_ptr, in write_one_data() function 505 write_one_data (gi_ptr, &summary); in dump_one_gcov()
|