Lines Matching defs:target_cnt
592 size_t off, name_off, desc_off, seg_cnt = 0, vma_seg_cnt = 0, target_cnt = 0;
777 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets));
784 target = &targets[target_cnt];
800 target_cnt++;
804 *out_target_cnt = target_cnt;
805 err = target_cnt;
979 size_t target_cnt;
1002 usdt_cookie, &targets, &target_cnt);
1025 offsets = calloc(target_cnt, sizeof(*offsets));
1026 cookies = calloc(target_cnt, sizeof(*cookies));
1027 ref_ctr_offsets = calloc(target_cnt, sizeof(*ref_ctr_offsets));
1034 link->uprobes = calloc(target_cnt, sizeof(*link->uprobes));
1041 for (i = 0; i < target_cnt; i++) {
1106 .cnt = target_cnt,