Home
last modified time | relevance | path

Searched refs:btf__add_func_proto (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_distill.c57 btf__add_func_proto(btf1, 1); /* [14] int (*)(int *p1); */ in test_distilled_base()
121 btf__add_func_proto(btf2, 1); /* [29] int (*)(struct from proto p1); */ in test_distilled_base()
H A Dbtf_field_iter.c72 btf__add_func_proto(btf, 1); /* [13] int (*)(int p1, int *p2); */ in test_btf_field_iter()
H A Dbtf_write.c229 id = btf__add_func_proto(btf, 1); in gen_btf()
/linux/tools/lib/bpf/
H A Dlibbpf.map219 btf__add_func_proto;
H A Dbtf.h234 LIBBPF_API int btf__add_func_proto(struct btf *btf, int ret_type_id);
H A Dbtf.c2634 int btf__add_func_proto(struct btf *btf, int ret_type_id) in btf__add_func_proto() function
H A Dlibbpf.c6879 fn_proto_id = btf__add_func_proto(btf, ret_type_id); in clone_func_btf_info()