Lines Matching refs:cand
3746 struct btf_type *cand; in btf_dedup_prim_type() local
3773 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3774 if (btf_equal_int_tag(t, cand)) { in btf_dedup_prim_type()
3786 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3787 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3791 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
3808 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3809 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4387 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4416 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4417 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4433 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4434 if (btf_equal_int_tag(t, cand)) { in btf_dedup_ref_type()
4457 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4458 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4489 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4490 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()