Lines Matching refs:stack_segment
149 struct stack_segment struct
153 struct stack_segment *prev; argument
157 struct stack_segment *next; argument
223 __thread struct stack_segment *__morestack_segments
231 __thread struct stack_segment *__morestack_current_segment
317 static struct stack_segment *
326 struct stack_segment *pss; in allocate_segment()
350 overhead = sizeof (struct stack_segment); in allocate_segment()
392 pss = (struct stack_segment *) space; in allocate_segment()
442 __morestack_release_segments (struct stack_segment **pp, int free_dynamic) in __morestack_release_segments()
445 struct stack_segment *pss; in __morestack_release_segments()
451 struct stack_segment *next; in __morestack_release_segments()
471 allocate = pss->size + sizeof (struct stack_segment); in __morestack_release_segments()
545 struct stack_segment *current; in __generic_morestack()
546 struct stack_segment **pp; in __generic_morestack()
616 struct stack_segment *current; in __generic_releasestack()
700 struct stack_segment *seg, *current; in __morestack_allocate_stack_space()
767 struct stack_segment *pss; in __generic_findstack()
854 struct stack_segment *segment; in __splitstack_find()
882 segment = (struct stack_segment *) segment_arg; in __splitstack_find()
1012 __morestack_segments = (struct stack_segment *) context[MORESTACK_SEGMENTS]; in __splitstack_setcontext()
1014 (struct stack_segment *) context[CURRENT_SEGMENT]; in __splitstack_setcontext()
1037 struct stack_segment *segment; in __splitstack_makecontext()
1064 struct stack_segment *segment; in __splitstack_resetcontext()
1107 __morestack_release_segments (((struct stack_segment **) in __splitstack_releasecontext()
1137 struct stack_segment *segment; in __splitstack_find_context()
1160 segment = (struct stack_segment *) (uintptr_type) 1; in __splitstack_find_context()