Searched refs:btf__dedup (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_dedup_split.c | 95 err = btf__dedup(btf2, NULL, NULL); in test_split_simple() 189 err = btf__dedup(btf2, NULL, NULL); in test_split_fwd_resolve() 286 err = btf__dedup(btf2, NULL, NULL); in test_split_struct_duped()
|
A D | btf.c | 7342 err = btf__dedup(test_btf, NULL, &test->opts); in do_test_dedup()
|
/linux/tools/lib/bpf/ |
A D | libbpf.map | 138 btf__dedup;
|
A D | btf.h | 252 LIBBPF_API int btf__dedup(struct btf *btf, struct btf_ext *btf_ext,
|
A D | linker.c | 2689 err = btf__dedup(linker->btf, linker->btf_ext, NULL); in finalize_btf()
|
A D | btf.c | 2997 int btf__dedup(struct btf *btf, struct btf_ext *btf_ext, in btf__dedup() function
|
Completed in 29 milliseconds