test_hdr         6723 tools/testing/selftests/bpf/test_btf.c 	const struct btf_header *test_hdr, *expect_hdr;
test_hdr         6778 tools/testing/selftests/bpf/test_btf.c 	test_hdr = test_btf_data;
test_hdr         6779 tools/testing/selftests/bpf/test_btf.c 	test_strs = test_btf_data + sizeof(*test_hdr) + test_hdr->str_off;
test_hdr         6781 tools/testing/selftests/bpf/test_btf.c 	expect_strs = expect_btf_data + sizeof(*test_hdr) + expect_hdr->str_off;
test_hdr         6782 tools/testing/selftests/bpf/test_btf.c 	if (CHECK(test_hdr->str_len != expect_hdr->str_len,
test_hdr         6784 tools/testing/selftests/bpf/test_btf.c 		  test_hdr->str_len, expect_hdr->str_len)) {
test_hdr         6786 tools/testing/selftests/bpf/test_btf.c 		dump_btf_strings(test_strs, test_hdr->str_len);
test_hdr         6794 tools/testing/selftests/bpf/test_btf.c 	test_str_end = test_strs + test_hdr->str_len;