Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/lib/
H A Dgcov-io.h186 typedef unsigned int gcov_unsigned_t __attribute__((mode(SI))); typedef
195 typedef unsigned int gcov_unsigned_t __attribute__((mode(HI))); typedef
203 typedef unsigned int gcov_unsigned_t __attribute__((mode(QI))); typedef
223 typedef unsigned int gcov_unsigned_t; typedef
295 #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 …]
H A Dgcov-io.c31 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 …]
H A Dlibgcov.c222 gcov_unsigned_t length; in buffer_fn_data()
259 static gcov_unsigned_t
260 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()
H A Dgcov-iov.h8 #define GCOV_VERSION ((gcov_unsigned_t)0x3430372a) /* 407* */
/aosp_15_r20/external/coreboot/Documentation/
H A Dgcov.txt148 gcov_unsigned_t c_num;