Lines Matching refs:gcov_read_unsigned

1539   if (!gcov_magic (gcov_read_unsigned (), GCOV_NOTE_MAGIC))  in read_graph_file()
1546 version = gcov_read_unsigned (); in read_graph_file()
1557 bbg_stamp = gcov_read_unsigned (); in read_graph_file()
1558 bbg_supports_has_unexecuted_blocks = gcov_read_unsigned (); in read_graph_file()
1561 while ((tag = gcov_read_unsigned ())) in read_graph_file()
1563 unsigned length = gcov_read_unsigned (); in read_graph_file()
1572 ident = gcov_read_unsigned (); in read_graph_file()
1573 lineno_checksum = gcov_read_unsigned (); in read_graph_file()
1574 cfg_checksum = gcov_read_unsigned (); in read_graph_file()
1576 unsigned artificial = gcov_read_unsigned (); in read_graph_file()
1578 unsigned start_line = gcov_read_unsigned (); in read_graph_file()
1579 unsigned start_column = gcov_read_unsigned (); in read_graph_file()
1580 unsigned end_line = gcov_read_unsigned (); in read_graph_file()
1608 fn->blocks.resize (gcov_read_unsigned ()); in read_graph_file()
1612 unsigned src = gcov_read_unsigned (); in read_graph_file()
1624 unsigned dest = gcov_read_unsigned (); in read_graph_file()
1625 unsigned flags = gcov_read_unsigned (); in read_graph_file()
1687 unsigned blockno = gcov_read_unsigned (); in read_graph_file()
1695 unsigned lineno = gcov_read_unsigned (); in read_graph_file()
1748 if (!gcov_magic (gcov_read_unsigned (), GCOV_DATA_MAGIC)) in read_count_file()
1755 version = gcov_read_unsigned (); in read_count_file()
1766 tag = gcov_read_unsigned (); in read_count_file()
1773 while ((tag = gcov_read_unsigned ())) in read_count_file()
1775 unsigned length = gcov_read_unsigned (); in read_count_file()
1793 ident = gcov_read_unsigned (); in read_count_file()
1808 else if (gcov_read_unsigned () != fn->lineno_checksum in read_count_file()
1809 || gcov_read_unsigned () != fn->cfg_checksum) in read_count_file()