Lines Matching refs:cand
3563 struct btf_type *cand; in btf_dedup_prim_type() local
3588 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3589 if (btf_equal_int(t, cand)) { in btf_dedup_prim_type()
3600 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3601 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3607 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
3623 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3624 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4120 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4148 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4149 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4172 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4173 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4204 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4205 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()