Home
last modified time | relevance | path

Searched refs:btf_equal_common (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c3299 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) in btf_equal_common() function
3322 if (!btf_equal_common(t1, t2)) in btf_equal_int()
3348 if (!btf_equal_common(t1, t2)) in btf_equal_enum()
3410 if (!btf_equal_common(t1, t2)) in btf_shallow_equal_struct()
3452 if (!btf_equal_common(t1, t2)) in btf_equal_array()
3469 if (!btf_equal_common(t1, t2)) in btf_compat_array()
3508 if (!btf_equal_common(t1, t2)) in btf_equal_fnproto()
3621 if (btf_equal_common(t, cand)) { in btf_dedup_prim_type()
3852 return btf_equal_common(cand_type, canon_type); in btf_dedup_is_equiv()
4146 if (btf_equal_common(t, cand)) { in btf_dedup_ref_type()