Lines Matching refs:cand
4163 struct btf_type *cand; in btf_dedup_prim_type() local
4190 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4191 if (btf_equal_int_tag(t, cand)) { in btf_dedup_prim_type()
4203 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4204 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
4208 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
4225 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4226 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4804 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4833 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4834 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4850 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4851 if (btf_equal_int_tag(t, cand)) { in btf_dedup_ref_type()
4874 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4875 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4906 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4907 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()