Home
last modified time | relevance | path

Searched refs:gcov_unsigned_t (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgcov-io.h170 typedef unsigned gcov_unsigned_t __attribute__ ((mode (SI))); typedef
179 typedef unsigned gcov_unsigned_t __attribute__ ((mode (HI))); typedef
187 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI))); typedef
207 typedef unsigned gcov_unsigned_t; typedef
277 #define GCOV_DATA_MAGIC ((gcov_unsigned_t)0x67636461) /* "gcda" */
278 #define GCOV_NOTE_MAGIC ((gcov_unsigned_t)0x67636e6f) /* "gcno" */
298 #define GCOV_TAG_FUNCTION ((gcov_unsigned_t)0x01000000)
300 #define GCOV_TAG_BLOCKS ((gcov_unsigned_t)0x01410000)
303 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000)
306 #define GCOV_TAG_LINES ((gcov_unsigned_t)0x01450000)
[all …]
H A Dgcov-io.c29 static gcov_unsigned_t *gcov_write_words (unsigned);
31 static const gcov_unsigned_t *gcov_read_words (unsigned);
36 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) in from_file()
173 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) in gcov_magic()
219 static gcov_unsigned_t *
222 gcov_unsigned_t *result; in gcov_write_words()
249 gcov_write_unsigned (gcov_unsigned_t value) in gcov_write_unsigned()
251 gcov_unsigned_t *buffer = gcov_write_words (1); in gcov_write_unsigned()
263 gcov_unsigned_t *buffer = gcov_write_words (2); in gcov_write_counter()
265 buffer[0] = (gcov_unsigned_t) value; in gcov_write_counter()
[all …]
H A Dlibgcov.c89 static gcov_unsigned_t gcov_crc32;
134 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version, in gcov_version()
168 gcov_unsigned_t c_num; in gcov_exit()
237 gcov_unsigned_t tag, length; in gcov_exit()
545 gcov_unsigned_t crc32 = gcov_crc32; in __gcov_init()
555 gcov_unsigned_t value = *ptr << 24; in __gcov_init()
559 gcov_unsigned_t feedback; in __gcov_init()
H A Dcoverage.c171 gcov_unsigned_t fn_ident = 0; in read_counts_file()
172 gcov_unsigned_t checksum = -1; in read_counts_file()
175 gcov_unsigned_t tag; in read_counts_file()
208 gcov_unsigned_t length; in read_counts_file()
328 gcov_unsigned_t checksum = -1; in get_coverage_counts()