Lines Matching refs:gcov_read_unsigned
1010 if (!gcov_magic (gcov_read_unsigned (), GCOV_NOTE_MAGIC)) in read_graph_file()
1017 version = gcov_read_unsigned (); in read_graph_file()
1028 bbg_stamp = gcov_read_unsigned (); in read_graph_file()
1030 while ((tag = gcov_read_unsigned ())) in read_graph_file()
1032 unsigned length = gcov_read_unsigned (); in read_graph_file()
1041 ident = gcov_read_unsigned (); in read_graph_file()
1042 lineno_checksum = gcov_read_unsigned (); in read_graph_file()
1043 cfg_checksum = gcov_read_unsigned (); in read_graph_file()
1046 lineno = gcov_read_unsigned (); in read_graph_file()
1074 fn->blocks[ix].flags = gcov_read_unsigned (); in read_graph_file()
1079 unsigned src = gcov_read_unsigned (); in read_graph_file()
1090 unsigned dest = gcov_read_unsigned (); in read_graph_file()
1091 unsigned flags = gcov_read_unsigned (); in read_graph_file()
1153 unsigned blockno = gcov_read_unsigned (); in read_graph_file()
1161 unsigned lineno = gcov_read_unsigned (); in read_graph_file()
1227 if (!gcov_magic (gcov_read_unsigned (), GCOV_DATA_MAGIC)) in read_count_file()
1234 version = gcov_read_unsigned (); in read_count_file()
1245 tag = gcov_read_unsigned (); in read_count_file()
1252 while ((tag = gcov_read_unsigned ())) in read_count_file()
1254 unsigned length = gcov_read_unsigned (); in read_count_file()
1273 ident = gcov_read_unsigned (); in read_count_file()
1293 else if (gcov_read_unsigned () != fn->lineno_checksum in read_count_file()
1294 || gcov_read_unsigned () != fn->cfg_checksum) in read_count_file()