Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
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()
Dbtf_field_iter.c72 btf__add_func_proto(btf, 1); /* [13] int (*)(int p1, int *p2); */ in test_btf_field_iter()
Dbtf_write.c229 id = btf__add_func_proto(btf, 1); in gen_btf()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map219 btf__add_func_proto;
Dbtf.h231 LIBBPF_API int btf__add_func_proto(struct btf *btf, int ret_type_id);
Dbtf.c2632 int btf__add_func_proto(struct btf *btf, int ret_type_id) in btf__add_func_proto() function
Dlibbpf.c6822 fn_proto_id = btf__add_func_proto(btf, ret_type_id); in clone_func_btf_info()