Searched refs:btf_equal_common (Results 1 – 1 of 1) sorted by relevance
/tools/lib/bpf/ |
D | btf.c | 1730 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) in btf_equal_common() function 1753 if (!btf_equal_common(t1, t2)) in btf_equal_int() 1779 if (!btf_equal_common(t1, t2)) in btf_equal_enum() 1841 if (!btf_equal_common(t1, t2)) in btf_shallow_equal_struct() 1883 if (!btf_equal_common(t1, t2)) in btf_equal_array() 1900 if (!btf_equal_common(t1, t2)) in btf_compat_array() 1939 if (!btf_equal_common(t1, t2)) in btf_equal_fnproto() 2052 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type() 2283 return btf_equal_common(cand_type, canon_type); in btf_dedup_is_equiv() 2577 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
|