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

/freebsd-9.3-release/contrib/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" */
282 #define GCOV_VERSION ((gcov_unsigned_t)0x89abcdef)
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)
[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)
173 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected)
219 static gcov_unsigned_t *
222 gcov_unsigned_t *result;
249 gcov_write_unsigned (gcov_unsigned_t value)
251 gcov_unsigned_t *buffe
[all...]
H A Dlibgcov.c89 static gcov_unsigned_t gcov_crc32;
134 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version,
168 gcov_unsigned_t c_num;
237 gcov_unsigned_t tag, length;
545 gcov_unsigned_t crc32 = gcov_crc32;
555 gcov_unsigned_t value = *ptr << 24;
559 gcov_unsigned_t feedback;
H A Dcoverage.c133 /* Return the type node for gcov_unsigned_t. */
173 gcov_unsigned_t fn_ident = 0;
174 gcov_unsigned_t checksum = -1;
177 gcov_unsigned_t tag;
210 gcov_unsigned_t length;
330 gcov_unsigned_t checksum = -1;

Completed in 59 milliseconds