Lines Matching defs:btf2
7248 const struct btf *btf2, u32 id2)
7252 if (btf1 == btf2)
7254 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2);
7404 * t2 points to BTF_KIND_FUNC in btf2
7412 struct btf *btf2, const struct btf_type *t2)
7419 fn2 = btf_name_by_offset(btf2, t2->name_off);
7433 t2 = btf_type_by_id(btf2, t2->type);
7449 t2 = btf_type_skip_modifiers(btf2, t2->type, NULL);
7460 t2 = btf_type_skip_modifiers(btf2, args2[i].type, NULL);
7489 t2 = btf_type_skip_modifiers(btf2, t2->type, NULL);
7509 s2 = btf_name_by_offset(btf2, t2->name_off);
7522 struct btf *btf2, const struct btf_type *t2)
7541 return btf_check_func_type_match(log, btf1, t1, btf2, t2);