Searched refs:func_proto (Results 1 – 2 of 2) sorted by relevance
66 #define BTF_FUNC_ENC(name, func_proto) \ argument67 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FUNC, 0, 0), func_proto)
418 const struct btf_type *func_proto,511 const struct btf_type *func_proto, in btf_dump_func() argument516 BTF_PRINT_TYPE(func_proto->type); in btf_dump_func()521 vlen = BTF_INFO_VLEN(func_proto->info); in btf_dump_func()523 struct btf_param *arg = &((struct btf_param *)(func_proto + 1))[i]; in btf_dump_func()