Searched refs:btf_dedup_is_equiv (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
H A D | btf.c | 3299 * `btf_dedup_is_equiv` function. 4280 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); 4539 * implemented in `btf_dedup_is_equiv`. If such equivalence is found and 4576 * Even though btf_dedup_is_equiv() check [all...] |
Completed in 7 milliseconds