Searched refs:cs_obj (Results 1 – 1 of 1) sorted by relevance
235 struct gcov_ctr_summary *cs_obj, *cs_tobj, *cs_prg, *cs_tprg, *cs_all; in gcov_exit() local429 cs_obj = &object.ctrs[t_ix]; in gcov_exit()437 if (!cs_obj->runs++) in gcov_exit()438 cs_obj->num = cs_tobj->num; in gcov_exit()439 else if (cs_obj->num != cs_tobj->num) in gcov_exit()441 cs_obj->sum_all += cs_tobj->sum_all; in gcov_exit()442 if (cs_obj->run_max < cs_tobj->run_max) in gcov_exit()443 cs_obj->run_max = cs_tobj->run_max; in gcov_exit()444 cs_obj->sum_max += cs_tobj->run_max; in gcov_exit()455 else if (cs_obj->num || cs_prg->num) in gcov_exit()