Searched refs:dtorsp (Results 1 – 3 of 3) sorted by relevance
46 void *dtorsp; variable59 execsp.dtorsp = dtorsp; in execsp_main()
157 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()
44 void *dtorsp; member