Searched refs:btf_dedup_is_equiv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 2794 * `btf_dedup_is_equiv` function. 3803 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, in btf_dedup_is_equiv() function 3875 return btf_dedup_is_equiv(d, cand_type->type, canon_type->type); in btf_dedup_is_equiv() 3884 eq = btf_dedup_is_equiv(d, in btf_dedup_is_equiv() 3888 return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type); in btf_dedup_is_equiv() 3902 eq = btf_dedup_is_equiv(d, cand_m->type, canon_m->type); in btf_dedup_is_equiv() 3918 eq = btf_dedup_is_equiv(d, cand_type->type, canon_type->type); in btf_dedup_is_equiv() 3925 eq = btf_dedup_is_equiv(d, cand_p->type, canon_p->type); in btf_dedup_is_equiv() 4022 * implemented in `btf_dedup_is_equiv`. If such equivalence is found and 4059 * Even though btf_dedup_is_equiv() check in btf_dedup_struct_type() [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 3037 * `btf_dedup_is_equiv` function. 4018 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, in btf_dedup_is_equiv() function 4114 return btf_dedup_is_equiv(d, cand_type->type, canon_type->type); in btf_dedup_is_equiv() 4123 eq = btf_dedup_is_equiv(d, cand_arr->index_type, canon_arr->index_type); in btf_dedup_is_equiv() 4126 return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type); in btf_dedup_is_equiv() 4140 eq = btf_dedup_is_equiv(d, cand_m->type, canon_m->type); in btf_dedup_is_equiv() 4156 eq = btf_dedup_is_equiv(d, cand_type->type, canon_type->type); in btf_dedup_is_equiv() 4163 eq = btf_dedup_is_equiv(d, cand_p->type, canon_p->type); in btf_dedup_is_equiv() 4277 * implemented in `btf_dedup_is_equiv`. If such equivalence is found and 4314 * Even though btf_dedup_is_equiv() check in btf_dedup_struct_type() [all...] |
Completed in 11 milliseconds