Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c95 err = btf__dedup(btf2, NULL); in test_split_simple()
201 err = btf__dedup(btf2, NULL); in test_split_fwd_resolve()
301 err = btf__dedup(btf2, NULL); in test_split_struct_duped()
382 err = btf__dedup(btf1, NULL); in test_split_dup_struct_in_cu()
423 err = btf__dedup(btf2, NULL); in test_split_dup_struct_in_cu()
H A Dbtf.c8113 err = btf__dedup(test_btf, &test->opts); in do_test_dedup()
/linux/tools/lib/bpf/
H A Dlibbpf.map304 btf__dedup;
H A Dbtf.h257 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts);
H A Dlinker.c2899 err = btf__dedup(linker->btf, &opts); in finalize_btf()
H A Dbtf.c3448 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup() function