Searched refs:__morestack_initial_sp (Results 1 – 3 of 3) sorted by relevance
236 __thread struct initial_sp __morestack_initial_sp variable505 __morestack_initial_sp.sp = sp; in __generic_morestack_set_initial_sp()506 __morestack_initial_sp.len = len; in __generic_morestack_set_initial_sp()507 sigemptyset (&__morestack_initial_sp.mask); in __generic_morestack_set_initial_sp()638 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()641 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()643 if ((char *) old_stack <= (char *) __morestack_initial_sp.sp) in __generic_releasestack()646 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()649 if (used > __morestack_initial_sp.len) in __generic_releasestack()652 *pavailable = __morestack_initial_sp.len - used; in __generic_releasestack()[all …]
1920 __morestack_initial_sp
2303 @defvarx __morestack_initial_sp