Searched refs:btf_equal_common (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/lib/bpf/ | 
| D | btf.c | 1735 static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2)  in btf_equal_common()  function 1758 	if (!btf_equal_common(t1, t2))  in btf_equal_int() 1784 	if (!btf_equal_common(t1, t2))  in btf_equal_enum() 1846 	if (!btf_equal_common(t1, t2))  in btf_shallow_equal_struct() 1888 	if (!btf_equal_common(t1, t2))  in btf_equal_array() 1905 	if (!btf_equal_common(t1, t2))  in btf_compat_array() 1944 	if (!btf_equal_common(t1, t2))  in btf_equal_fnproto() 2057 			if (btf_equal_common(t, cand)) {  in btf_dedup_prim_type() 2288 		return btf_equal_common(cand_type, canon_type);  in btf_dedup_is_equiv() 2582 			if (btf_equal_common(t, cand)) {  in btf_dedup_ref_type()
  |