Lines Matching refs:ctrs
192 free(buffer->info.ctrs[n_ctr++].values); in free_fn_data()
209 len = sizeof(*fn_buffer) + sizeof(fn_buffer->info.ctrs[0]) * n_ctrs; in buffer_fn_data()
239 fn_buffer->info.ctrs[n_ctrs].num = length; in buffer_fn_data()
240 fn_buffer->info.ctrs[n_ctrs].values = values; in buffer_fn_data()
344 ci_ptr = gfi_ptr->ctrs; in gcov_exit()
349 cs_ptr = &this_prg.ctrs[t_ix]; in gcov_exit()
509 if (tmp.ctrs[t_ix].num != in gcov_exit()
510 this_prg.ctrs[t_ix].num) in gcov_exit()
569 ci_ptr = gfi_ptr->ctrs; in gcov_exit()
621 cs_prg = &prg.ctrs[t_ix]; in gcov_exit()
622 cs_tprg = &this_prg.ctrs[t_ix]; in gcov_exit()
623 cs_all = &all_prg.ctrs[t_ix]; in gcov_exit()
693 ci_ptr = gfi_ptr->ctrs; in gcov_exit()
774 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in __gcov_flush()