Lines Matching refs:hypot_map
3371 __u32 *hypot_map; member
3414 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
3423 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID; in btf_dedup_clear_hypot_map()
3436 free(d->hypot_map); in btf_dedup_free()
3437 d->hypot_map = NULL; in btf_dedup_free()
3500 d->hypot_map = malloc(sizeof(__u32) * type_cnt); in btf_dedup_new()
3501 if (!d->hypot_map) { in btf_dedup_new()
3506 d->hypot_map[i] = BTF_UNPROCESSED_ID; in btf_dedup_new()
4287 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()
4466 targ_type_id = d->hypot_map[canon_type_id]; in btf_dedup_merge_hypot_map()
4925 d->hypot_map[0] = 0; in btf_dedup_compact_types()
4928 d->hypot_map[id] = id; in btf_dedup_compact_types()
4930 d->hypot_map[id] = BTF_UNPROCESSED_ID; in btf_dedup_compact_types()
4944 d->hypot_map[id] = next_type_id; in btf_dedup_compact_types()
4976 new_type_id = d->hypot_map[resolved_type_id]; in btf_dedup_remap_type_id()
5011 new_id = d->hypot_map[resolved_id]; in btf_dedup_remap_types()