Searched refs:btf_equal_common (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/lib/bpf/ |
D | btf.c | 3302 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) in btf_equal_common() function 3325 if (!btf_equal_common(t1, t2)) in btf_equal_int() 3351 if (!btf_equal_common(t1, t2)) in btf_equal_enum() 3413 if (!btf_equal_common(t1, t2)) in btf_shallow_equal_struct() 3455 if (!btf_equal_common(t1, t2)) in btf_equal_array() 3472 if (!btf_equal_common(t1, t2)) in btf_compat_array() 3511 if (!btf_equal_common(t1, t2)) in btf_equal_fnproto() 3624 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type() 3855 return btf_equal_common(cand_type, canon_type); in btf_dedup_is_equiv() 4149 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()
|