Lines Matching refs:btf1
6470 bool btf_types_are_same(const struct btf *btf1, u32 id1, in btf_types_are_same() argument
6475 if (btf1 == btf2) in btf_types_are_same()
6477 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2); in btf_types_are_same()
6634 struct btf *btf1, const struct btf_type *t1, in btf_check_func_type_match() argument
6641 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
6653 t1 = btf_type_by_id(btf1, t1->type); in btf_check_func_type_match()
6671 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL); in btf_check_func_type_match()
6682 t1 = btf_type_skip_modifiers(btf1, args1[i].type, NULL); in btf_check_func_type_match()
6711 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL); in btf_check_func_type_match()
6731 s1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
6747 struct btf *btf1 = prog->aux->btf; in btf_check_type_match() local
6760 t1 = btf_type_by_id(btf1, btf_id); in btf_check_type_match()
6764 return btf_check_func_type_match(log, btf1, t1, btf2, t2); in btf_check_type_match()