Searched refs:btf__add_func_proto (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_field_iter.c | 72 btf__add_func_proto(btf, 1); /* [13] int (*)(int p1, int *p2); */ in test_btf_field_iter()
|
| H A D | btf_distill.c | 57 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 D | btf_write.c | 229 id = btf__add_func_proto(btf, 1); in gen_btf()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.map | 219 btf__add_func_proto;
|
| H A D | btf.h | 262 LIBBPF_API int btf__add_func_proto(struct btf *btf, int ret_type_id);
|
| H A D | btf.c | 3054 int btf__add_func_proto(struct btf *btf, int ret_type_id) in btf__add_func_proto() function
|
| H A D | libbpf.c | 7295 fn_proto_id = btf__add_func_proto(btf, ret_type_id); in clone_func_btf_info()
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 1288 new_proto_id = btf__add_func_proto(btf, t->type); in process_kfunc_with_implicit_args() 1400 new_proto_id = btf__add_func_proto(btf, ret_type_id); in add_arena_tagged_proto()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 1273 new_proto_id = btf__add_func_proto(prog_btf, ret_type_id); in fixup_btf_from_path()
|