Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbtf.c3916 struct btf_type *cand_type; in btf_dedup_is_equiv() local
3946 cand_type = btf_type_by_id(d->btf, cand_id); in btf_dedup_is_equiv()
3948 cand_kind = btf_kind(cand_type); in btf_dedup_is_equiv()
3963 fwd_kind = btf_fwd_kind(cand_type); in btf_dedup_is_equiv()
3997 if (cand_type->info != canon_type->info) in btf_dedup_is_equiv()
4006 cand_arr = btf_array(cand_type); in btf_dedup_is_equiv()
4021 vlen = btf_vlen(cand_type); in btf_dedup_is_equiv()
4022 cand_m = btf_members(cand_type); in btf_dedup_is_equiv()
4044 vlen = btf_vlen(cand_type); in btf_dedup_is_equiv()
4045 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
[all …]

Completed in 12 milliseconds