Lines Matching refs:cand
3668 struct btf_type *cand; in btf_dedup_prim_type() local
3694 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3695 if (btf_equal_int_tag(t, cand)) { in btf_dedup_prim_type()
3706 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3707 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3713 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
3730 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3731 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4272 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4300 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4301 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4317 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4318 if (btf_equal_int_tag(t, cand)) { in btf_dedup_ref_type()
4341 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4342 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4373 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4374 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()