Lines Matching defs:hypot_map
3388 __u32 *hypot_map;
3431 d->hypot_map[from_id] = to_id;
3440 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID;
3453 free(d->hypot_map);
3454 d->hypot_map = NULL;
3517 d->hypot_map = malloc(sizeof(__u32) * type_cnt);
3518 if (!d->hypot_map) {
3523 d->hypot_map[i] = BTF_UNPROCESSED_ID;
4204 * a `cand_id` is recored in hypothetical mapping (`btf_dedup->hypot_map`).
4296 hypot_type_id = d->hypot_map[canon_id];
4475 targ_type_id = d->hypot_map[canon_type_id];
4541 * (btf_dedup->hypot_map) produced by aforementioned type graph equivalence
4920 * duplicates. During compaction btf_dedup->hypot_map array is reused to store
4933 /* we are going to reuse hypot_map to store compaction remapping */
4934 d->hypot_map[0] = 0;
4937 d->hypot_map[id] = id;
4939 d->hypot_map[id] = BTF_UNPROCESSED_ID;
4953 d->hypot_map[id] = next_type_id;
4976 * then mapping it to a deduplicated type ID, stored in btf_dedup->hypot_map,
4985 new_type_id = d->hypot_map[resolved_type_id];
4998 * deduped type ID is stored in btf_dedup->hypot_map and is populated during