Lines Matching refs:cand
3560 struct btf_type *cand; in btf_dedup_prim_type() local
3585 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3586 if (btf_equal_int(t, cand)) { in btf_dedup_prim_type()
3597 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3598 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3604 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
3620 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3621 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
4117 struct btf_type *t, *cand; in btf_dedup_ref_type() local
4145 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4146 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
4169 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4170 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
4201 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_ref_type()
4202 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()