Lines Matching defs:hypot_map
2868 __u32 *hypot_map;
2916 d->hypot_map[from_id] = to_id;
2925 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID;
2937 free(d->hypot_map);
2938 d->hypot_map = NULL;
3003 d->hypot_map = malloc(sizeof(__u32) * (1 + btf->nr_types));
3004 if (!d->hypot_map) {
3009 d->hypot_map[i] = BTF_UNPROCESSED_ID;
3727 * a `cand_id` is recored in hypothetical mapping (`btf_dedup->hypot_map`).
3819 hypot_type_id = d->hypot_map[canon_id];
3975 targ_type_id = d->hypot_map[cand_type_id];
4024 * (btf_dedup->hypot_map) produced by aforementioned type graph equivalence
4255 * duplicates. During compaction btf_dedup->hypot_map array is reused to store
4267 /* we are going to reuse hypot_map to store compaction remapping */
4268 d->hypot_map[0] = 0;
4270 d->hypot_map[i] = BTF_UNPROCESSED_ID;
4283 d->hypot_map[i] = next_type_id;
4306 * then mapping it to a deduplicated type ID, stored in btf_dedup->hypot_map,
4314 new_type_id = d->hypot_map[resolved_type_id];
4325 * deduped type ID is stored in btf_dedup->hypot_map and is populated during