Searched refs:canon_type (Results 1 – 1 of 1) sorted by relevance
3917 struct btf_type *canon_type; in btf_dedup_is_equiv() local3947 canon_type = btf_type_by_id(d->btf, canon_id); in btf_dedup_is_equiv()3949 canon_kind = btf_kind(canon_type); in btf_dedup_is_equiv()3951 if (cand_type->name_off != canon_type->name_off) in btf_dedup_is_equiv()3966 fwd_kind = btf_fwd_kind(canon_type); in btf_dedup_is_equiv()3983 return btf_equal_enum(cand_type, canon_type); in btf_dedup_is_equiv()3997 if (cand_type->info != canon_type->info) in btf_dedup_is_equiv()4004 if (!btf_compat_array(cand_type, canon_type)) in btf_dedup_is_equiv()4007 canon_arr = btf_array(canon_type); in btf_dedup_is_equiv()4023 canon_m = btf_members(canon_type); in btf_dedup_is_equiv()[all …]
Completed in 9 milliseconds