Lines Matching defs:btf1
7247 bool btf_types_are_same(const struct btf *btf1, u32 id1,
7252 if (btf1 == btf2)
7254 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2);
7403 * t1 points to BTF_KIND_FUNC in btf1
7411 struct btf *btf1, const struct btf_type *t1,
7418 fn1 = btf_name_by_offset(btf1, t1->name_off);
7430 t1 = btf_type_by_id(btf1, t1->type);
7448 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL);
7459 t1 = btf_type_skip_modifiers(btf1, args1[i].type, NULL);
7488 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL);
7508 s1 = btf_name_by_offset(btf1, t1->name_off);
7524 struct btf *btf1 = prog->aux->btf;
7537 t1 = btf_type_by_id(btf1, btf_id);
7541 return btf_check_func_type_match(log, btf1, t1, btf2, t2);