Searched refs:proto_type (Results 1 – 1 of 1) sorted by relevance
4529 const struct btf_type *proto_type; in btf_func_check() local4535 proto_type = btf_type_by_id(btf, t->type); in btf_func_check()4537 if (!proto_type || !btf_type_is_func_proto(proto_type)) { in btf_func_check()4542 args = (const struct btf_param *)(proto_type + 1); in btf_func_check()4543 nr_args = btf_type_vlen(proto_type); in btf_func_check()