Searched refs:haddr (Results 1 – 1 of 1) sorted by relevance
55 uintptr_t haddr = handler_stackaddr; in do_test() local56 printf ("address of handler local variable: %p\n", (void *)haddr); in do_test()57 TEST_VERIFY ((uintptr_t)sp < haddr); in do_test()58 TEST_VERIFY (haddr < (uintptr_t)sp + size); in do_test()
Completed in 4 milliseconds