Lines Matching refs:hypot_map
2858 __u32 *hypot_map; member
2906 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
2915 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID; in btf_dedup_clear_hypot_map()
2927 free(d->hypot_map); in btf_dedup_free()
2928 d->hypot_map = NULL; in btf_dedup_free()
2993 d->hypot_map = malloc(sizeof(__u32) * (1 + btf->nr_types)); in btf_dedup_new()
2994 if (!d->hypot_map) { in btf_dedup_new()
2999 d->hypot_map[i] = BTF_UNPROCESSED_ID; in btf_dedup_new()
3809 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()
3965 targ_type_id = d->hypot_map[cand_type_id]; in btf_dedup_merge_hypot_map()
4258 d->hypot_map[0] = 0; in btf_dedup_compact_types()
4260 d->hypot_map[i] = BTF_UNPROCESSED_ID; in btf_dedup_compact_types()
4273 d->hypot_map[i] = next_type_id; in btf_dedup_compact_types()
4304 new_type_id = d->hypot_map[resolved_type_id]; in btf_dedup_remap_type_id()