Home
last modified time | relevance | path

Searched refs:gcov_read_words (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.cc30 static gcov_unsigned_t *gcov_read_words (void *buffer, unsigned);
381 gcov_read_words (void *buffer, unsigned words) in gcov_read_words() function
394 gcov_unsigned_t *buffer = gcov_read_words (&allocated_buffer, 1); in gcov_read_unsigned()
411 gcov_unsigned_t *buffer = gcov_read_words (&allocated_buffer, 2); in gcov_read_counter()
H A DChangeLog-202126558 (gcov_read_words): Re-implement using gcov_read_bytes.
26576 (gcov_read_unsigned): Use gcov_read_words.
H A DChangeLog-20037259 * gcov-io.c (gcov_read_words): Fix memmove call.
14473 (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
H A DChangeLog-201432611 * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
37626 (gcov_read_words): Use gcov_nonruntime_assert, and remove
H A DChangeLog-200526458 gcov_read_words, gcov_sync, gcov_seek): Use gcc_assert.
H A DChangeLog-201622469 * gcov-io.c (gcov_read_words): Dito.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-io.c34 static const gcov_unsigned_t *gcov_read_words (unsigned);
462 gcov_read_words (unsigned words) in gcov_read_words() function
513 const gcov_unsigned_t *buffer = gcov_read_words (1); in gcov_read_unsigned()
528 const gcov_unsigned_t *buffer = gcov_read_words (2); in gcov_read_counter()
605 return (const char *) gcov_read_words (length); in gcov_read_string()