Home
last modified time | relevance | path

Searched refs:cand_type (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dbtf.c4489 struct btf_type *cand_type; in btf_dedup_is_equiv() local
4531 cand_type = btf_type_by_id(d->btf, cand_id); in btf_dedup_is_equiv()
4533 cand_kind = btf_kind(cand_type); in btf_dedup_is_equiv()
4547 fwd_kind = btf_fwd_kind(cand_type); in btf_dedup_is_equiv()
4580 if (cand_type->info != canon_type->info) in btf_dedup_is_equiv()
4589 cand_arr = btf_array(cand_type); in btf_dedup_is_equiv()
4604 vlen = btf_vlen(cand_type); in btf_dedup_is_equiv()
4605 cand_m = btf_members(cand_type); in btf_dedup_is_equiv()
4627 vlen = btf_vlen(cand_type); in btf_dedup_is_equiv()
4628 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
[all …]