Searched refs:btf2 (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | btf.c | 5867 const struct btf *btf2, u32 id2) in btf_types_are_same() argument 5871 if (btf1 == btf2) in btf_types_are_same() 5873 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2); in btf_types_are_same() 6017 struct btf *btf2, const struct btf_type *t2) in btf_check_func_type_match() argument 6024 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match() 6038 t2 = btf_type_by_id(btf2, t2->type); in btf_check_func_type_match() 6054 t2 = btf_type_skip_modifiers(btf2, t2->type, NULL); in btf_check_func_type_match() 6065 t2 = btf_type_skip_modifiers(btf2, args2[i].type, NULL); in btf_check_func_type_match() 6094 t2 = btf_type_skip_modifiers(btf2, t2->type, NULL); in btf_check_func_type_match() 6114 s2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match() [all …]
|