Searched refs:btf_equal_common (Results 1 – 1 of 1) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | btf.c | 3808 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) in btf_equal_common() function 3831 if (!btf_equal_common(t1, t2)) in btf_equal_int_tag() 3888 if (!btf_equal_common(t1, t2)) in btf_equal_enum() 3949 if (!btf_equal_common(t1, t2)) in btf_shallow_equal_struct() 3991 if (!btf_equal_common(t1, t2)) in btf_equal_array() 4008 if (!btf_equal_common(t1, t2)) in btf_compat_array() 4047 if (!btf_equal_common(t1, t2)) in btf_equal_fnproto() 4226 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type() 4520 return btf_equal_common(cand_type, canon_type); in btf_dedup_is_equiv() 4834 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
|