Lines Matching defs:target_cnt
582 size_t off, name_off, desc_off, seg_cnt = 0, vma_seg_cnt = 0, target_cnt = 0;
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets));
773 target = &targets[target_cnt];
789 target_cnt++;
793 *out_target_cnt = target_cnt;
794 err = target_cnt;
968 size_t target_cnt;
991 usdt_cookie, &targets, &target_cnt);
1014 offsets = calloc(target_cnt, sizeof(*offsets));
1015 cookies = calloc(target_cnt, sizeof(*cookies));
1016 ref_ctr_offsets = calloc(target_cnt, sizeof(*ref_ctr_offsets));
1023 link->uprobes = calloc(target_cnt, sizeof(*link->uprobes));
1030 for (i = 0; i < target_cnt; i++) {
1095 .cnt = target_cnt,