Searched refs:new_split (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | btf_distill.c | 541 struct btf *base = NULL, *split = NULL, *new_base = NULL, *new_split = NULL; in test_distilled_endianness() local 565 if (!ASSERT_EQ(0, btf__distill_base(split, &new_base, &new_split), in test_distilled_endianness() 568 !ASSERT_OK_PTR(new_split, "distilled_split") || in test_distilled_endianness() 572 new_split, in test_distilled_endianness() 582 raw_data = btf__raw_data(new_split, &size); in test_distilled_endianness() 598 btf__free(new_split); in test_distilled_endianness()
|
/linux-6.14.4/tools/lib/bpf/ |
D | btf.c | 5548 struct btf *new_base = NULL, *new_split = NULL; in btf__distill_base() local 5602 new_split = btf__new_empty_split(new_base); in btf__distill_base() 5603 if (!new_split) { in btf__distill_base() 5607 dist.pipe.dst = new_split; in btf__distill_base() 5625 n = btf__type_cnt(new_split); in btf__distill_base() 5636 btf__free(new_split); in btf__distill_base() 5641 *new_split_btf = new_split; in btf__distill_base()
|