Home
last modified time | relevance | path

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

/netbsd/src/tests/kernel/
Dh_execsp.c46 void *dtorsp; variable
59 execsp.dtorsp = dtorsp; in execsp_main()
Dt_signal_and_sp.c157 printf("dtor sp @ %p\n", execsp.dtorsp); in test_execsp()
171 ATF_CHECK_MSG(((uintptr_t)execsp.dtorsp & STACK_ALIGNBYTES) == 0, in test_execsp()
173 execsp.dtorsp); in test_execsp()
182 execsp.dtorsp == NULL) in test_execsp()
Dh_execsp.h44 void *dtorsp; member