Searched refs:hypot_map (Results 1 – 1 of 1) sorted by relevance
1293 __u32 *hypot_map; member1341 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()1350 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID; in btf_dedup_clear_hypot_map()1362 free(d->hypot_map); in btf_dedup_free()1363 d->hypot_map = NULL; in btf_dedup_free()1428 d->hypot_map = malloc(sizeof(__u32) * (1 + btf->nr_types)); in btf_dedup_new()1429 if (!d->hypot_map) { in btf_dedup_new()1434 d->hypot_map[i] = BTF_UNPROCESSED_ID; in btf_dedup_new()2242 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()2398 targ_type_id = d->hypot_map[cand_type_id]; in btf_dedup_merge_hypot_map()[all …]