Home
last modified time | relevance | path

Searched refs:btf__new_empty_split (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_distill.c103 btf2 = btf__new_empty_split(btf1); in test_distilled_base()
311 btf2 = btf__new_empty_split(btf1); in test_distilled_base_multi()
365 btf2 = btf__new_empty_split(btf1); in test_distilled_base_missing_err()
419 btf2 = btf__new_empty_split(btf1); in test_distilled_base_multi_err()
462 btf2 = btf__new_empty_split(btf1); in test_distilled_base_multi_err2()
512 split_btf = btf__new_empty_split(vmlinux_btf); in test_distilled_base_vmlinux()
557 split = btf__new_empty_split(base); in test_distilled_endianness()
626 btf2 = btf__new_empty_split(btf1); in test_distilled_base_embedded_err()
H A Dbtf_dedup_split.c40 btf2 = btf__new_empty_split(btf1); in test_split_simple()
180 btf2 = btf__new_empty_split(btf1); in test_split_fwd_resolve()
269 btf2 = btf__new_empty_split(btf1); in test_split_struct_duped()
413 btf2 = btf__new_empty_split(btf1); in test_split_dup_struct_in_cu()
H A Dbtf_split.c69 btf2 = btf__new_empty_split(btf1); in test_btf_split()
102 btf3 = btf__new_empty_split(btf2);
/linux/tools/lib/bpf/
H A Dlibbpf.map247 btf__new_empty_split;
H A Dbtf.h110 LIBBPF_API struct btf *btf__new_empty_split(struct btf *base_btf);
H A Dbtf.c1283 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() function
6181 new_split = btf__new_empty_split(new_base); in btf__distill_base()
/linux/tools/bpf/bpftool/
H A Dbtf.c882 combined = btf__new_empty_split(vmlinux_base); in merge_btf_files()