Searched refs:fn_proto_t (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.c6714 struct btf_type *fn_t, *fn_proto_t, *t; local
6719 fn_proto_t = btf_type_by_id(btf, fn_t->type);
6733 ret_type_id = fn_proto_t->type; /* fn_proto_t will be invalidated */
6734 arg_cnt = btf_vlen(fn_proto_t);
6753 fn_proto_t = btf_type_by_id(btf, fn_proto_id);
6754 p = &btf_params(fn_proto_t)[i];
6783 struct btf_type *fn_t, *fn_proto_t; local
6839 fn_proto_t = btf_type_by_id(btf, fn_t->type);
6840 if (!fn_proto_t || !btf_is_func_prot
[all...]

Completed in 586 milliseconds