Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbtf.c3653 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) function
3676 if (!btf_equal_common(t1, t2))
3733 if (!btf_equal_common(t1, t2))
3736 /* t1 & t2 kinds are identical because of btf_equal_common */
3794 if (!btf_equal_common(t1, t2))
3836 if (!btf_equal_common(t1, t2))
3853 if (!btf_equal_common(t1, t2))
3892 if (!btf_equal_common(t1, t2))
4071 if (btf_equal_common(t, cand)) {
4365 return btf_equal_common(cand_typ
[all...]

Completed in 10 milliseconds