Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-io.h170 typedef unsigned gcov_unsigned_t; typedef
208 #define GCOV_DATA_MAGIC ((gcov_unsigned_t)0x67636461) /* "gcda" */
209 #define GCOV_NOTE_MAGIC ((gcov_unsigned_t)0x67636e6f) /* "gcno" */
229 #define GCOV_TAG_FUNCTION ((gcov_unsigned_t)0x01000000)
231 #define GCOV_TAG_BLOCKS ((gcov_unsigned_t)0x01410000)
233 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000)
236 #define GCOV_TAG_LINES ((gcov_unsigned_t)0x01450000)
237 #define GCOV_TAG_COUNTER_BASE ((gcov_unsigned_t)0x01a10000)
240 #define GCOV_TAG_OBJECT_SUMMARY ((gcov_unsigned_t)0xa1000000)
241 #define GCOV_TAG_PROGRAM_SUMMARY ((gcov_unsigned_t)0xa3000000) /* Obsolete */
[all …]
H A Dgcov-io.c32 static gcov_unsigned_t *gcov_write_words (unsigned);
34 static const gcov_unsigned_t *gcov_read_words (unsigned);
57 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.h185 typedef unsigned gcov_unsigned_t; typedef
229 #define GCOV_DATA_MAGIC ((gcov_unsigned_t)0x67636461) /* "gcda" */
230 #define GCOV_NOTE_MAGIC ((gcov_unsigned_t)0x67636e6f) /* "gcno" */
249 #define GCOV_TAG_FUNCTION ((gcov_unsigned_t)0x01000000)
251 #define GCOV_TAG_BLOCKS ((gcov_unsigned_t)0x01410000)
253 #define GCOV_TAG_ARCS ((gcov_unsigned_t)0x01430000)
256 #define GCOV_TAG_LINES ((gcov_unsigned_t)0x01450000)
257 #define GCOV_TAG_COUNTER_BASE ((gcov_unsigned_t)0x01a10000)
260 #define GCOV_TAG_OBJECT_SUMMARY ((gcov_unsigned_t)0xa1000000)
261 #define GCOV_TAG_PROGRAM_SUMMARY ((gcov_unsigned_t)0xa3000000) /* Obsolete */
[all …]
H A Dgcov-io.cc30 static gcov_unsigned_t *gcov_read_words (void *buffer, unsigned);
72 static inline gcov_unsigned_t
73 from_file (gcov_unsigned_t value) in from_file()
217 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) in gcov_magic()
237 gcov_unsigned_t r = fwrite (data, length, 1, gcov_var.file); in gcov_write()
245 gcov_write_unsigned (gcov_unsigned_t value) in gcov_write_unsigned()
247 gcov_unsigned_t r = fwrite (&value, sizeof (value), 1, gcov_var.file); in gcov_write_unsigned()
267 gcov_unsigned_t r = fwrite (string, length, 1, gcov_var.file); in gcov_write_string()
319 gcov_write_tag (gcov_unsigned_t tag) in gcov_write_tag()
350 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) in gcov_write_summary()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov.h49 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
116 typedef unsigned gcov_unsigned_t; typedef
166 gcov_unsigned_t num; /* number of counters. */
179 gcov_unsigned_t ident; /* unique ident of function */
180 gcov_unsigned_t lineno_checksum; /* function lineo_checksum */
181 gcov_unsigned_t cfg_checksum; /* function cfg checksum */
186 typedef void (*gcov_merge_fn) (gcov_type *, gcov_unsigned_t);
191 gcov_unsigned_t version; /* expected version number */
[all …]
H A Dlibgcov-driver.c126 gcov_unsigned_t length; in buffer_fn_data()
189 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version, in gcov_version()
270 gcov_unsigned_t tag, length; in merge_one_data()
399 gcov_unsigned_t length; in write_one_data()
429 gcov_unsigned_t n_counts; in write_one_data()
476 gcov_unsigned_t tag; in dump_one_gcov()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov.h53 typedef unsigned gcov_unsigned_t __attribute__ ((mode (SI))); typedef
64 typedef unsigned gcov_unsigned_t __attribute__ ((mode (HI))); typedef
74 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI))); typedef
137 typedef unsigned gcov_unsigned_t; typedef
204 gcov_unsigned_t num; /* number of counters. */
217 gcov_unsigned_t ident; /* unique ident of function */
218 gcov_unsigned_t lineno_checksum; /* function lineo_checksum */
219 gcov_unsigned_t cfg_checksum; /* function cfg checksum */
224 typedef void (*gcov_merge_fn) (gcov_type *, gcov_unsigned_t);
229 gcov_unsigned_t version; /* expected version number */
[all …]
H A Dlibgcov-driver.c154 gcov_unsigned_t length; in buffer_fn_data()
217 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version, in gcov_version()
253 gcov_unsigned_t tag, length; in merge_one_data()
391 dump_unsigned (gcov_unsigned_t word, in dump_unsigned()
405 dump_unsigned ((gcov_unsigned_t)counter, dump_fn, arg); in dump_counter()
407 if (sizeof (counter) > sizeof (gcov_unsigned_t)) in dump_counter()
408 dump_unsigned ((gcov_unsigned_t)(counter >> 32), dump_fn, arg); in dump_counter()
420 gcov_unsigned_t n_counts, in write_topn_counters()
516 gcov_unsigned_t length; in write_one_data()
602 gcov_unsigned_t tag; in dump_one_gcov()
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmeb/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/arch/sh3eb/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/arch/riscv32/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hf/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc64/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/arch/earmv7hfeb/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/arch/m68000/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/arch/powerpc64/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/arch/hppa/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64eb/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/arch/earmeb/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x4230352a) /* B05* */

1234