Searched refs:btf_equal_common (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | btf.c | 3859 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) in btf_equal_common() function 3882 if (!btf_equal_common(t1, t2)) in btf_equal_int_tag() 3939 if (!btf_equal_common(t1, t2)) in btf_equal_enum() 4000 if (!btf_equal_common(t1, t2)) in btf_shallow_equal_struct() 4042 if (!btf_equal_common(t1, t2)) in btf_equal_array() 4059 if (!btf_equal_common(t1, t2)) in btf_compat_array() 4098 if (!btf_equal_common(t1, t2)) in btf_equal_fnproto() 4277 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type() 4571 return btf_equal_common(cand_type, canon_type); in btf_dedup_is_equiv() 4885 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
|