Home
last modified time | relevance | path

Searched refs:btf__new_empty_split (Results 1 – 6 of 6) 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.c36 btf2 = btf__new_empty_split(btf1); in test_split_simple()
164 btf2 = btf__new_empty_split(btf1); in test_split_fwd_resolve()
253 btf2 = btf__new_empty_split(btf1); in test_split_struct_duped()
397 btf2 = btf__new_empty_split(btf1); in test_split_dup_struct_in_cu()
H A Dbtf_split.c34 btf2 = btf__new_empty_split(btf1); in test_btf_split()
/linux/tools/lib/bpf/
H A Dlibbpf.map247 btf__new_empty_split;
H A Dbtf.h109 LIBBPF_API struct btf *btf__new_empty_split(struct btf *base_btf);
H A Dbtf.c1028 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() function
5602 new_split = btf__new_empty_split(new_base); in btf__distill_base()