Lines Matching defs:stack_segment
210 struct stack_segment
214 struct stack_segment *prev;
218 struct stack_segment *next;
284 __thread struct stack_segment *__morestack_segments
292 __thread struct stack_segment *__morestack_current_segment
384 static struct stack_segment *
391 struct stack_segment *pss;
394 overhead = sizeof (struct stack_segment);
436 pss = (struct stack_segment *) space;
486 __morestack_release_segments (struct stack_segment **pp, int free_dynamic)
489 struct stack_segment *pss;
495 struct stack_segment *next;
515 allocate = pss->size + sizeof (struct stack_segment);
589 struct stack_segment *current;
590 struct stack_segment **pp;
665 struct stack_segment *current;
749 struct stack_segment *seg, *current;
816 struct stack_segment *pss;
911 struct stack_segment *segment;
939 segment = (struct stack_segment *) segment_arg;
1074 __morestack_segments = (struct stack_segment *) context[MORESTACK_SEGMENTS];
1076 (struct stack_segment *) context[CURRENT_SEGMENT];
1099 struct stack_segment *segment;
1126 struct stack_segment *segment;
1169 __morestack_release_segments (((struct stack_segment **)
1199 struct stack_segment *segment;
1222 segment = (struct stack_segment *) (uintptr_type) 1;