Home
last modified time | relevance | path

Searched refs:__morestack_segments (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack.c223 __thread struct stack_segment *__morestack_segments variable
555 pp = current != NULL ? &current->next : &__morestack_segments; in __generic_morestack()
718 for (seg = __morestack_segments; seg != NULL; seg = seg->next) in __morestack_allocate_stack_space()
995 context[MORESTACK_SEGMENTS] = (void *) __morestack_segments; in __splitstack_getcontext()
1012 __morestack_segments = (struct stack_segment *) context[MORESTACK_SEGMENTS]; in __splitstack_setcontext()
H A Dgeneric-morestack.h36 extern __thread struct stack_segment *__morestack_segments;
H A Dgeneric-morestack-thread.c117 err = pthread_setspecific (segment_list_key, (void *) &__morestack_segments); in stack_split_initialize_thread()
H A Dlibgcc-std.ver.in1918 __morestack_segments
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dlibgcc.texi2301 @defvar __morestack_segments