Lines Matching refs:func_proto
174 const struct btf_type *func_proto, void *stub_func_addr, in prepare_arg_info() argument
208 nargs = btf_type_vlen(func_proto); in prepare_arg_info()
218 args = btf_params(func_proto); in prepare_arg_info()
254 offset = btf_ctx_arg_offset(btf, func_proto, arg_no); in prepare_arg_info()
393 const struct btf_type *func_proto, *ret_type; in bpf_struct_ops_desc_init() local
420 func_proto = btf_type_resolve_func_ptr(btf, in bpf_struct_ops_desc_init()
427 if (!func_proto || bpf_struct_ops_supported(st_ops, moff)) in bpf_struct_ops_desc_init()
430 if (func_proto->type) { in bpf_struct_ops_desc_init()
431 ret_type = btf_type_resolve_ptr(btf, func_proto->type, NULL); in bpf_struct_ops_desc_init()
441 func_proto, mname, in bpf_struct_ops_desc_init()
451 func_proto, stub_func_addr, in bpf_struct_ops_desc_init()