tools/lib/bpf/btf.c
4791
return btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
tools/lib/bpf/btf.c
4800
eq = btf_dedup_is_equiv(d, cand_arr->index_type, canon_arr->index_type);
tools/lib/bpf/btf.c
4803
return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type);
tools/lib/bpf/btf.c
4817
eq = btf_dedup_is_equiv(d, cand_m->type, canon_m->type);
tools/lib/bpf/btf.c
4841
eq = btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
tools/lib/bpf/btf.c
4848
eq = btf_dedup_is_equiv(d, cand_p->type, canon_p->type);
tools/lib/bpf/btf.c
5032
eq = btf_dedup_is_equiv(d, type_id, cand_id);