Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c4280 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, function
4376 return btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
4385 eq = btf_dedup_is_equiv(d, cand_arr->index_type, canon_arr->index_type);
4388 return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type);
4402 eq = btf_dedup_is_equiv(d, cand_m->type, canon_m->type);
4418 eq = btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
4425 eq = btf_dedup_is_equiv(d, cand_p->type, canon_p->type);
4590 eq = btf_dedup_is_equiv(d, type_id, cand_id);