Lines Matching defs:cand_id

3749 	__u32 cand_id;
3772 cand_id = hash_entry->value;
3773 cand = btf_type_by_id(d->btf, cand_id);
3775 new_id = cand_id;
3785 cand_id = hash_entry->value;
3786 cand = btf_type_by_id(d->btf, cand_id);
3788 new_id = cand_id;
3794 new_id = cand_id;
3798 d->map[cand_id] = type_id;
3807 cand_id = hash_entry->value;
3808 cand = btf_type_by_id(d->btf, cand_id);
3810 new_id = cand_id;
3942 * a `cand_id` is recored in hypothetical mapping (`btf_dedup->hypot_map`).
3949 * - `canon_id` is mapped to exactly the same type as `cand_id`. This will
4008 * mapping to single `cand_id` (there could be two different `canon_id`
4009 * mapped to the same `cand_id`, but it's not contradictory).
4018 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id,
4029 if (resolve_type_id(d, cand_id) == resolve_type_id(d, canon_id))
4036 if (hypot_type_id == cand_id)
4046 if (btf_dedup_identical_arrays(d, hypot_type_id, cand_id))
4055 if (btf_dedup_identical_structs(d, hypot_type_id, cand_id))
4060 if (btf_dedup_hypot_map_add(d, canon_id, cand_id))
4063 cand_type = btf_type_by_id(d->btf, cand_id);
4310 __u32 cand_id = hash_entry->value;
4323 cand_type = btf_type_by_id(d->btf, cand_id);
4328 eq = btf_dedup_is_equiv(d, type_id, cand_id);
4336 new_id = cand_id;
4386 __u32 new_id = type_id, cand_id;
4415 cand_id = hash_entry->value;
4416 cand = btf_type_by_id(d->btf, cand_id);
4418 new_id = cand_id;
4432 cand_id = hash_entry->value;
4433 cand = btf_type_by_id(d->btf, cand_id);
4435 new_id = cand_id;
4456 cand_id = hash_entry->value;
4457 cand = btf_type_by_id(d->btf, cand_id);
4459 new_id = cand_id;
4488 cand_id = hash_entry->value;
4489 cand = btf_type_by_id(d->btf, cand_id);
4491 new_id = cand_id;
4569 uintptr_t cand_id;
4578 if (!hashmap__find(names_map, t->name_off, &cand_id))
4582 if (!cand_id)
4585 cand_t = btf_type_by_id(d->btf, cand_id);
4591 d->map[type_id] = cand_id;