Searched refs:gcov_read_unsigned (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgcov-dump.c155 unsigned magic = gcov_read_unsigned ();
171 version = gcov_read_unsigned ();
188 unsigned stamp = gcov_read_unsigned ();
202 tag = gcov_read_unsigned ();
205 length = gcov_read_unsigned ();
269 printf (" ident=%u", gcov_read_unsigned ());
270 printf (", checksum=0x%08x", gcov_read_unsigned ());
280 printf (":%u", gcov_read_unsigned ());
304 printf (" %04x", gcov_read_unsigned ());
319 unsigned blockno = gcov_read_unsigned ();
[all...]
H A Dlibgcov.c320 tag = gcov_read_unsigned ();
330 length = gcov_read_unsigned ();
334 length = gcov_read_unsigned ();
344 tag = gcov_read_unsigned ();
345 length = gcov_read_unsigned ();
350 || gcov_read_unsigned () != fi_ptr->ident
351 || gcov_read_unsigned () != fi_ptr->checksum)
371 tag = gcov_read_unsigned ();
372 length = gcov_read_unsigned ();
391 tag = gcov_read_unsigned ();
[all...]
H A Dgcov.c713 if (!gcov_magic (gcov_read_unsigned (), GCOV_NOTE_MAGIC))
720 version = gcov_read_unsigned ();
731 bbg_stamp = gcov_read_unsigned ();
733 while ((tag = gcov_read_unsigned ()))
735 unsigned length = gcov_read_unsigned ();
745 ident = gcov_read_unsigned ();
746 checksum = gcov_read_unsigned ();
749 lineno = gcov_read_unsigned ();
789 fn->blocks[ix].flags = gcov_read_unsigned ();
794 unsigned src = gcov_read_unsigned ();
[all...]
H A Dgcov-io.c425 gcov_read_unsigned (void) function
464 unsigned length = gcov_read_unsigned ();
479 summary->checksum = gcov_read_unsigned ();
482 csum->num = gcov_read_unsigned ();
483 csum->runs = gcov_read_unsigned ();
H A Dgcov-io.h248 #define gcov_read_unsigned __gcov_read_unsigned macro
529 GCOV_LINKAGE gcov_unsigned_t gcov_read_unsigned (void) ATTRIBUTE_HIDDEN;
H A Dcoverage.c183 if (!gcov_magic (gcov_read_unsigned (), GCOV_DATA_MAGIC))
189 else if ((tag = gcov_read_unsigned ()) != GCOV_VERSION)
203 gcov_read_unsigned ();
208 while ((tag = gcov_read_unsigned ()))
213 length = gcov_read_unsigned ();
217 fn_ident = gcov_read_unsigned ();
218 checksum = gcov_read_unsigned ();

Completed in 173 milliseconds