Lines Matching refs:cand
3574 struct btf_type *cand; in btf_dedup_prim_type() local
3599 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3600 if (btf_equal_int(t, cand)) { in btf_dedup_prim_type()
3611 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3612 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3618 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
3635 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3636 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4177 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4205 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4206 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4229 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4230 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4261 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4262 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()