Lines Matching refs:cand
4214 struct btf_type *cand; in btf_dedup_prim_type() local
4241 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4242 if (btf_equal_int_tag(t, cand)) { in btf_dedup_prim_type()
4254 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4255 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
4259 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
4276 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4277 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4855 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4884 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4885 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4901 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4902 if (btf_equal_int_tag(t, cand)) { in btf_dedup_ref_type()
4925 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4926 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4957 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4958 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()