Lines Matching defs:hypot_map
3126 __u32 *hypot_map;
3169 d->hypot_map[from_id] = to_id;
3178 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID;
3191 free(d->hypot_map);
3192 d->hypot_map = NULL;
3255 d->hypot_map = malloc(sizeof(__u32) * type_cnt);
3256 if (!d->hypot_map) {
3261 d->hypot_map[i] = BTF_UNPROCESSED_ID;
3942 * a `cand_id` is recored in hypothetical mapping (`btf_dedup->hypot_map`).
4034 hypot_type_id = d->hypot_map[canon_id];
4213 targ_type_id = d->hypot_map[canon_type_id];
4279 * (btf_dedup->hypot_map) produced by aforementioned type graph equivalence
4658 * duplicates. During compaction btf_dedup->hypot_map array is reused to store
4671 /* we are going to reuse hypot_map to store compaction remapping */
4672 d->hypot_map[0] = 0;
4675 d->hypot_map[id] = id;
4677 d->hypot_map[id] = BTF_UNPROCESSED_ID;
4691 d->hypot_map[id] = next_type_id;
4714 * then mapping it to a deduplicated type ID, stored in btf_dedup->hypot_map,
4723 new_type_id = d->hypot_map[resolved_type_id];
4736 * deduped type ID is stored in btf_dedup->hypot_map and is populated during