expect_str_end   6729 tools/testing/selftests/bpf/test_btf.c 	const char *expect_str_cur, *expect_str_end;
expect_str_end   6796 tools/testing/selftests/bpf/test_btf.c 	expect_str_end = expect_strs + expect_hdr->str_len;
expect_str_end   6797 tools/testing/selftests/bpf/test_btf.c 	while (test_str_cur < test_str_end && expect_str_cur < expect_str_end) {