Lines Matching refs:func_proto

294 	const struct btf_type *func_proto;  member
2795 const struct btf_type *func, *func_proto; in add_kfunc_call() local
2872 func_proto = btf_type_by_id(desc_btf, func->type); in add_kfunc_call()
2873 if (!func_proto || !btf_type_is_func_proto(func_proto)) { in add_kfunc_call()
2912 func_proto, func_name, in add_kfunc_call()
7991 btf_id = btf_check_iter_arg(meta->btf, meta->func_proto, regno - 1); in process_iter_arg()
11928 args = (const struct btf_param *)(meta->func_proto + 1); in check_kfunc_args()
11929 nargs = btf_type_vlen(meta->func_proto); in check_kfunc_args()
12396 const struct btf_type *func, *func_proto; in fetch_kfunc_meta() local
12416 func_proto = btf_type_by_id(desc_btf, func->type); in fetch_kfunc_meta()
12427 meta->func_proto = func_proto; in fetch_kfunc_meta()
12614 t = btf_type_skip_modifiers(desc_btf, meta.func_proto->type, NULL); in check_kfunc_call()
12873 nargs = btf_type_vlen(meta.func_proto); in check_kfunc_call()
12874 args = (const struct btf_param *)(meta.func_proto + 1); in check_kfunc_call()
16166 vlen = btf_type_vlen(meta->func_proto); in kfunc_fastcall_clobber_mask()
16168 if (!btf_type_is_void(btf_type_by_id(meta->btf, meta->func_proto->type))) in kfunc_fastcall_clobber_mask()
16604 const struct btf_type *type, *func_proto; in check_btf_func_early() local
16683 func_proto = btf_type_by_id(btf, type->type); in check_btf_func_early()
16684 if (unlikely(!func_proto || !btf_type_is_func_proto(func_proto))) in check_btf_func_early()
16705 const struct btf_type *type, *func_proto, *ret_type; in check_btf_func() local
16751 func_proto = btf_type_by_id(btf, type->type); in check_btf_func()
16753 ret_type = btf_type_skip_modifiers(btf, func_proto->type, NULL); in check_btf_func()
21739 const struct btf_type *t, *func_proto; in check_struct_ops_btf_id() local
21787 func_proto = btf_type_resolve_func_ptr(btf, member->type, in check_struct_ops_btf_id()
21789 if (!func_proto) { in check_struct_ops_btf_id()
21818 prog->aux->attach_func_proto = func_proto; in check_struct_ops_btf_id()