Home
last modified time | relevance | path

Searched refs:test_cur (Results 1 – 1 of 1) sorted by relevance

/third_party/libunwind/tests/
Dtest-coredump-unwind.c280 int test_cur = 0; in main() local
352 if (testcase && test_cur < TEST_FRAMES) in main()
356 test_start_ips[test_cur] = (long) pi.start_ip; in main()
357 if (unw_get_proc_name(&c, test_names[test_cur], sizeof(test_names[0]), &off) != 0) in main()
359 test_names[test_cur][0] = '\0'; in main()
361 test_cur++; in main()
377 (test_cur != 4 in main()