Lines Matching refs:cand
1996 struct btf_type *cand; in btf_dedup_prim_type() local
2021 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2022 if (btf_equal_int(t, cand)) { in btf_dedup_prim_type()
2033 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2034 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
2040 if (btf_compat_enum(t, cand)) { in btf_dedup_prim_type()
2056 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2057 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
2553 struct btf_type *t, *cand; in btf_dedup_ref_type() local
2581 cand = d->btf->types[cand_id]; in btf_dedup_ref_type()
2582 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
2605 cand = d->btf->types[cand_id]; in btf_dedup_ref_type()
2606 if (btf_equal_array(t, cand)) { in btf_dedup_ref_type()
2637 cand = d->btf->types[cand_id]; in btf_dedup_ref_type()
2638 if (btf_equal_fnproto(t, cand)) { in btf_dedup_ref_type()