Searched refs:gcov_read_bytes (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-io.cc | 366 gcov_read_bytes (void *buffer, unsigned count) in gcov_read_bytes() function 383 return (gcov_unsigned_t *)gcov_read_bytes (buffer, GCOV_WORD_SIZE * words); in gcov_read_words() 489 return (const char *) gcov_read_bytes (buffer, length); in gcov_read_string()
|
H A D | ChangeLog-2003 | 14472 * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ... 14778 (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t 22318 * gcov-io.c (gcov_read_bytes): Fix fread thinko. 22801 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here. 22818 (gcov_read_bytes): Make static. Read in block. 27098 (gcov_read_bytes, gcov_write_bytes): Set error flag on error. 27533 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
|
H A D | ChangeLog-2021 | 26558 (gcov_read_words): Re-implement using gcov_read_bytes. 26575 (gcov_read_bytes): Use directly fread. 26578 (gcov_read_string): Use gcov_read_bytes.
|