Lines Matching refs:cand
3730 struct btf_type *cand; in btf_dedup_prim_type() local
3757 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3758 if (btf_equal_int_tag(t, cand)) { in btf_dedup_prim_type()
3769 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3770 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3774 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
3790 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3791 if (btf_equal_enum64(t, cand)) { in btf_dedup_prim_type()
3795 if (btf_compat_enum64(t, cand)) { in btf_dedup_prim_type()
3812 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3813 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4391 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4420 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4421 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4437 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4438 if (btf_equal_int_tag(t, cand)) { in btf_dedup_ref_type()
4461 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4462 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4493 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4494 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()