Searched refs:gcov_unsigned_t (Results 1 – 5 of 5) sorted by relevance
186 typedef unsigned int gcov_unsigned_t __attribute__((mode(SI))); typedef195 typedef unsigned int gcov_unsigned_t __attribute__((mode(HI))); typedef203 typedef unsigned int gcov_unsigned_t __attribute__((mode(QI))); typedef223 typedef unsigned int gcov_unsigned_t; typedef295 #define GCOV_DATA_MAGIC ((gcov_unsigned_t)0x67636461) /* "gcda" */296 #define GCOV_NOTE_MAGIC ((gcov_unsigned_t)0x67636e6f) /* "gcno" */316 #define GCOV_TAG_FUNCTION ((gcov_unsigned_t)0x01000000)318 #define GCOV_TAG_BLOCKS ((gcov_unsigned_t)0x01410000)321 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000)324 #define GCOV_TAG_LINES ((gcov_unsigned_t)0x01450000)[all …]
31 static gcov_unsigned_t *gcov_write_words(unsigned int);33 static const gcov_unsigned_t *gcov_read_words(unsigned int);38 static inline gcov_unsigned_t from_file(gcov_unsigned_t value) in from_file()176 gcov_magic(gcov_unsigned_t magic, gcov_unsigned_t expected) in gcov_magic()202 gcov_var.buffer = XRESIZEVAR(gcov_unsigned_t, gcov_var.buffer, in gcov_allocate()222 static gcov_unsigned_t *225 gcov_unsigned_t *result; in gcov_write_words()251 gcov_write_unsigned(gcov_unsigned_t value) in gcov_write_unsigned()253 gcov_unsigned_t *buffer = gcov_write_words(1); in gcov_write_unsigned()265 gcov_unsigned_t *buffer = gcov_write_words(2); in gcov_write_counter()[all …]
222 gcov_unsigned_t length; in buffer_fn_data()259 static gcov_unsigned_t260 crc32_unsigned(gcov_unsigned_t crc32, gcov_unsigned_t value) in crc32_unsigned()281 gcov_version(struct gcov_info *ptr, gcov_unsigned_t version, in gcov_version()316 gcov_unsigned_t c_num; in gcov_exit()321 gcov_unsigned_t crc32 = 0; in gcov_exit()409 gcov_unsigned_t tag, length; in gcov_exit()
8 #define GCOV_VERSION ((gcov_unsigned_t)0x3430372a) /* 407* */
148 gcov_unsigned_t c_num;