Lines Matching refs:gcov_read_unsigned
1702 if (!gcov_magic (gcov_read_unsigned (), GCOV_NOTE_MAGIC)) in read_graph_file()
1709 version = gcov_read_unsigned (); in read_graph_file()
1720 bbg_stamp = gcov_read_unsigned (); in read_graph_file()
1722 bbg_supports_has_unexecuted_blocks = gcov_read_unsigned (); in read_graph_file()
1725 while ((tag = gcov_read_unsigned ())) in read_graph_file()
1727 unsigned length = gcov_read_unsigned (); in read_graph_file()
1736 ident = gcov_read_unsigned (); in read_graph_file()
1737 lineno_checksum = gcov_read_unsigned (); in read_graph_file()
1738 cfg_checksum = gcov_read_unsigned (); in read_graph_file()
1740 unsigned artificial = gcov_read_unsigned (); in read_graph_file()
1742 unsigned start_line = gcov_read_unsigned (); in read_graph_file()
1743 unsigned start_column = gcov_read_unsigned (); in read_graph_file()
1744 unsigned end_line = gcov_read_unsigned (); in read_graph_file()
1745 unsigned end_column = gcov_read_unsigned (); in read_graph_file()
1770 fn->blocks.resize (gcov_read_unsigned ()); in read_graph_file()
1774 unsigned src = gcov_read_unsigned (); in read_graph_file()
1786 unsigned dest = gcov_read_unsigned (); in read_graph_file()
1787 unsigned flags = gcov_read_unsigned (); in read_graph_file()
1849 unsigned blockno = gcov_read_unsigned (); in read_graph_file()
1857 unsigned lineno = gcov_read_unsigned (); in read_graph_file()
1911 if (!gcov_magic (gcov_read_unsigned (), GCOV_DATA_MAGIC)) in read_count_file()
1918 version = gcov_read_unsigned (); in read_count_file()
1929 tag = gcov_read_unsigned (); in read_count_file()
1936 while ((tag = gcov_read_unsigned ())) in read_count_file()
1938 unsigned length = gcov_read_unsigned (); in read_count_file()
1952 ident = gcov_read_unsigned (); in read_count_file()
1960 else if (gcov_read_unsigned () != fn->lineno_checksum in read_count_file()
1961 || gcov_read_unsigned () != fn->cfg_checksum) in read_count_file()