Home | History | Annotate | Download | only in libgcc

Lines Matching defs:gfi_ptr1

597       struct gcov_fn_info *gfi_ptr1 = info1->functions[f_ix];
601 if (!gfi_ptr1 || gfi_ptr1->key != info1)
606 if (gfi_ptr1->cfg_checksum != gfi_ptr2->cfg_checksum)
613 ci_ptr1 = gfi_ptr1->ctrs;
992 const struct gcov_fn_info *gfi_ptr1 = gcov_info1->functions[f_ix];
995 if (!gfi_ptr1 || gfi_ptr1->key != gcov_info1)
1000 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs;
1026 gfi_ptr1->ident, func_val*100, func_cum_1*100, func_cum_2*100);