Searched refs:btf_equal_common (Results 1 – 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
D | btf.c | 3504 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) function 3527 if (!btf_equal_common(t1, t2)) 3584 if (!btf_equal_common(t1, t2)) 3645 if (!btf_equal_common(t1, t2)) 3687 if (!btf_equal_common(t1, t2)) 3704 if (!btf_equal_common(t1, t2)) 3743 if (!btf_equal_common(t1, t2)) 3922 if (btf_equal_common(t, cand)) { 4216 return btf_equal_common(cand_type, canon_type); 4530 if (btf_equal_common(t, cand)) {
|