Searched refs:gfi_ptr (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-driver.c302 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
316 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
330 if (length != gfi_ptr->ident)
334 if (length != gfi_ptr->lineno_checksum)
338 if (length != gfi_ptr->cfg_checksum)
341 ci_ptr = gfi_ptr->ctrs;
397 const struct gcov_fn_info *gfi_ptr; local
406 gfi_ptr = &fn_buffer->info;
411 gfi_ptr
[all...]
H A Dlibgcov-interface.c111 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
113 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
115 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs;
H A Dlibgcov-util.c791 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
794 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
797 ci_ptr = gfi_ptr->ctrs;
833 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
836 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
839 ci_ptr = gfi_ptr->ctrs;
916 const struct gcov_fn_info *gfi_ptr = gcov_info->functions[f_ix]; local
917 if (!gfi_ptr || gfi_pt
989 const struct gcov_fn_info *gfi_ptr = gcov_info->functions[f_ix]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-driver.c288 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
302 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
316 if (length != gfi_ptr->ident)
320 if (length != gfi_ptr->lineno_checksum)
324 if (length != gfi_ptr->cfg_checksum)
327 ci_ptr = gfi_ptr->ctrs;
514 const struct gcov_fn_info *gfi_ptr; local
524 gfi_ptr = &fn_buffer->info;
530 gfi_ptr
[all...]
H A Dlibgcov-interface.c98 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
100 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
102 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs;
H A Dlibgcov-util.c848 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
851 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
854 ci_ptr = gfi_ptr->ctrs;
890 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix]; local
893 if (!gfi_ptr || gfi_ptr->key != gi_ptr)
896 ci_ptr = gfi_ptr->ctrs;
973 const struct gcov_fn_info *gfi_ptr = gcov_info->functions[f_ix]; local
974 if (!gfi_ptr || gfi_pt
1046 const struct gcov_fn_info *gfi_ptr = gcov_info->functions[f_ix]; local
[all...]

Completed in 94 milliseconds