Home
last modified time | relevance | path

Searched refs:btf__dedup (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_dedup_split.c95 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()
Dbtf.c6868 err = btf__dedup(test_btf, NULL, &test->opts); in do_test_dedup()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.map138 btf__dedup;
Dbtf.h149 LIBBPF_API int btf__dedup(struct btf *btf, struct btf_ext *btf_ext,
Dlinker.c2690 err = btf__dedup(linker->btf, linker->btf_ext, NULL); in finalize_btf()
Dbtf.c2906 int btf__dedup(struct btf *btf, struct btf_ext *btf_ext, in btf__dedup() function