Lines Matching defs:gfi_ptr1
587 struct gcov_fn_info *gfi_ptr1 = info1->functions[f_ix];
591 if (!gfi_ptr1 || gfi_ptr1->key != info1)
596 if (gfi_ptr1->cfg_checksum != gfi_ptr2->cfg_checksum)
603 ci_ptr1 = gfi_ptr1->ctrs;
1080 const struct gcov_fn_info *gfi_ptr1 = gcov_info1->functions[f_ix];
1083 if (!gfi_ptr1 || gfi_ptr1->key != gcov_info1)
1088 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs;
1114 gfi_ptr1->ident, func_val*100, func_cum_1*100, func_cum_2*100);