Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c108 err = btf__dedup(btf2, NULL); in test_split_simple()
217 err = btf__dedup(btf2, NULL); in test_split_fwd_resolve()
317 err = btf__dedup(btf2, NULL); in test_split_struct_duped()
398 err = btf__dedup(btf1, NULL); in test_split_dup_struct_in_cu()
439 err = btf__dedup(btf2, NULL); in test_split_dup_struct_in_cu()
H A Dbtf.c8270 err = btf__dedup(test_btf, &test->opts); in do_test_dedup()
/linux/tools/lib/bpf/
H A Dlibbpf.map304 btf__dedup;
H A Dbtf.h287 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts);
H A Dlinker.c2901 err = btf__dedup(linker->btf, &opts); in finalize_btf()
H A Dbtf.c3905 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup() function
/linux/tools/bpf/bpftool/
H A Dbtf.c905 ret = btf__dedup(combined, NULL); in merge_btf_files()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c1583 err = btf__dedup(obj->btf, NULL); in finalize_btf()