Lines Matching refs:btf2
6964 const struct btf *btf2, u32 id2) in btf_types_are_same() argument
6968 if (btf1 == btf2) in btf_types_are_same()
6970 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2); in btf_types_are_same()
7128 struct btf *btf2, const struct btf_type *t2) in btf_check_func_type_match() argument
7135 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
7149 t2 = btf_type_by_id(btf2, t2->type); in btf_check_func_type_match()
7165 t2 = btf_type_skip_modifiers(btf2, t2->type, NULL); in btf_check_func_type_match()
7176 t2 = btf_type_skip_modifiers(btf2, args2[i].type, NULL); in btf_check_func_type_match()
7205 t2 = btf_type_skip_modifiers(btf2, t2->type, NULL); in btf_check_func_type_match()
7225 s2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
7238 struct btf *btf2, const struct btf_type *t2) in btf_check_type_match() argument
7257 return btf_check_func_type_match(log, btf1, t1, btf2, t2); in btf_check_type_match()