Searched refs:sp (Results 1 – 1 of 1) sorted by relevance
41 unsigned char *sp; in do_test() local43 xget_sigstack_location (sstk, &sp, &size); in do_test()44 printf ("signal stack installed: sp=%p size=%zu\n", sp, size); 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 3 milliseconds