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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c6789 int *orig_ids; local
6812 orig_ids = calloc(prog->func_info_cnt, sizeof(*orig_ids));
6813 if (!orig_ids)
6817 orig_ids[i] = func_rec->type_id;
6846 if (orig_ids[rec_idx] == t->type) {
6911 free(orig_ids);
6914 free(orig_ids);

Completed in 115 milliseconds