Searched refs:new_split (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A 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()
|