Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack.c236 __thread struct initial_sp __morestack_initial_sp variable
505 __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 …]
H A Dlibgcc-std.ver.in1920 __morestack_initial_sp
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dlibgcc.texi2303 @defvarx __morestack_initial_sp