Searched refs:gcov_unsigned_t (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gcov-io.h | 170 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 D | gcov-io.c | 33 static gcov_unsigned_t *gcov_write_words (unsigned); 35 static const gcov_unsigned_t *gcov_read_words (unsigned); 40 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) in from_file() 188 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) in gcov_magic() 215 gcov_var.buffer = XRESIZEVAR (gcov_unsigned_t, gcov_var.buffer, new_size << 2); in gcov_allocate() 234 static gcov_unsigned_t * 237 gcov_unsigned_t *result; in gcov_write_words() 264 gcov_write_unsigned (gcov_unsigned_t value) in gcov_write_unsigned() 266 gcov_unsigned_t *buffer = gcov_write_words (1); in gcov_write_unsigned() 278 gcov_unsigned_t *buffer = gcov_write_words (2); in gcov_write_counter() [all …]
|
H A D | coverage.c | 176 gcov_unsigned_t fn_ident = 0; in read_counts_file() 179 gcov_unsigned_t tag; in read_counts_file() 214 gcov_unsigned_t length; in read_counts_file()
|
H A D | lto-cgraph.c | 1364 gcov_unsigned_t max_runs = 0; in merge_profile_summaries()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gcov-io.h | 174 typedef unsigned gcov_unsigned_t; typedef 212 #define GCOV_DATA_MAGIC ((gcov_unsigned_t)0x67636461) /* "gcda" */ 213 #define GCOV_NOTE_MAGIC ((gcov_unsigned_t)0x67636e6f) /* "gcno" */ 233 #define GCOV_TAG_FUNCTION ((gcov_unsigned_t)0x01000000) 235 #define GCOV_TAG_BLOCKS ((gcov_unsigned_t)0x01410000) 237 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000) 240 #define GCOV_TAG_LINES ((gcov_unsigned_t)0x01450000) 241 #define GCOV_TAG_COUNTER_BASE ((gcov_unsigned_t)0x01a10000) 244 #define GCOV_TAG_OBJECT_SUMMARY ((gcov_unsigned_t)0xa1000000) /* Obsolete */ 245 #define GCOV_TAG_PROGRAM_SUMMARY ((gcov_unsigned_t)0xa3000000) [all …]
|
H A D | gcov-io.c | 32 static gcov_unsigned_t *gcov_write_words (unsigned); 34 static const gcov_unsigned_t *gcov_read_words (unsigned); 56 gcov_unsigned_t buffer[GCOV_BLOCK_SIZE + 1]; 62 gcov_unsigned_t *buffer; 101 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) in from_file() 231 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) in gcov_magic() 258 gcov_var.buffer = XRESIZEVAR (gcov_unsigned_t, gcov_var.buffer, new_size << 2); in gcov_allocate() 277 static gcov_unsigned_t * 280 gcov_unsigned_t *result; in gcov_write_words() 306 gcov_write_unsigned (gcov_unsigned_t value) in gcov_write_unsigned() [all …]
|
H A D | coverage.c | 187 gcov_unsigned_t fn_ident = 0; in read_counts_file() 190 gcov_unsigned_t tag; in read_counts_file() 224 gcov_unsigned_t length; in read_counts_file()
|
H A D | lto-cgraph.c | 1715 gcov_unsigned_t max_runs = 0; in merge_profile_summaries()
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | libgcov.h | 49 typedef unsigned gcov_unsigned_t __attribute__ ((mode (SI))); typedef 60 typedef unsigned gcov_unsigned_t __attribute__ ((mode (HI))); typedef 70 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI))); typedef 117 typedef unsigned gcov_unsigned_t; typedef 168 gcov_unsigned_t num; /* number of counters. */ 181 gcov_unsigned_t ident; /* unique ident of function */ 182 gcov_unsigned_t lineno_checksum; /* function lineo_checksum */ 183 gcov_unsigned_t cfg_checksum; /* function cfg checksum */ 188 typedef void (*gcov_merge_fn) (gcov_type *, gcov_unsigned_t); 193 gcov_unsigned_t version; /* expected version number */ [all …]
|
H A D | libgcov-driver.c | 124 gcov_unsigned_t length; in buffer_fn_data() 162 static gcov_unsigned_t 163 crc32_unsigned (gcov_unsigned_t crc32, gcov_unsigned_t value) in crc32_unsigned() 185 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version, in gcov_version() 284 gcov_unsigned_t 294 gcov_unsigned_t c_num; in compute_summary() 295 gcov_unsigned_t crc32 = 0; in compute_summary() 360 gcov_unsigned_t crc32) in merge_one_data() 362 gcov_unsigned_t tag, length; in merge_one_data() 544 gcov_unsigned_t length; in write_one_data() [all …]
|
H A D | libgcov-profiler.c | 186 gcov_unsigned_t topn_val = GCOV_ICALL_TOPN_VAL; in __gcov_topn_value_profiler_body()
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | libgcov.c | 186 gcov_unsigned_t length; in buffer_fn_data() 224 static gcov_unsigned_t 225 crc32_unsigned (gcov_unsigned_t crc32, gcov_unsigned_t value) in crc32_unsigned() 247 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version, in gcov_version() 283 gcov_unsigned_t c_num; in gcov_exit() 288 gcov_unsigned_t crc32 = 0; in gcov_exit() 378 gcov_unsigned_t tag, length; in gcov_exit()
|