GC_stackbottom    103 gc/MacOS.c          GC_stackbottom = (ptr_t)&i;
GC_stackbottom    372 gc/aix_irix_threads.c 	if (!cold) cold=GC_stackbottom; /* 0 indicates 'original stack' */
GC_stackbottom    162 gc/alloc.c             register signed_word stack_size = (ptr_t)(&dummy) - GC_stackbottom;
GC_stackbottom    131 gc/darwin_stop_world.c 	hi = GC_stackbottom;
GC_stackbottom    342 gc/dyn_load.c  	    if (start <= (word)GC_stackbottom && end >= (word)GC_stackbottom) {
GC_stackbottom    732 gc/dyn_load.c        if (limit > stack_top && base < GC_stackbottom) {
GC_stackbottom    208 gc/include/gc.h GC_API char *GC_stackbottom;	/* Cool end of user stack.		*/
GC_stackbottom    499 gc/mark_rts.c      	    GC_push_all_stack_partially_eager( GC_approx_sp(), GC_stackbottom,
GC_stackbottom    528 gc/mark_rts.c  	    GC_push_all_stack_partially_eager( GC_stackbottom, GC_approx_sp(),
GC_stackbottom     99 gc/misc.c      ptr_t GC_stackbottom = 0;
GC_stackbottom    349 gc/misc.c              if (GC_stack_last_cleared == 0) GC_high_water = (word) GC_stackbottom;
GC_stackbottom    675 gc/misc.c            if (GC_stackbottom == 0) {
GC_stackbottom    676 gc/misc.c      	GC_stackbottom = GC_get_stack_base();
GC_stackbottom    705 gc/misc.c              GC_ASSERT((word)(&dummy) <= (word)GC_stackbottom);
GC_stackbottom    707 gc/misc.c              GC_ASSERT((word)(&dummy) >= (word)GC_stackbottom);
GC_stackbottom    848 gc/os_dep.c        return (ptr_t)(((word)GC_stackbottom - BACKING_STORE_DISPLACEMENT - 1)
GC_stackbottom    916 gc/os_dep.c    	  result = (word)GC_stackbottom - BACKING_STORE_DISPLACEMENT;
GC_stackbottom   4073 gc/os_dep.c       for (; (!(fp HOTTER_THAN frame) && !(GC_stackbottom HOTTER_THAN (ptr_t)fp)
GC_stackbottom    263 gc/pthread_stop_world.c             hi = GC_stackbottom;
GC_stackbottom    201 gc/ptr_chck.c  	    if ((ptr_t)p >= (ptr_t)(&dummy) && (ptr_t)p < GC_stackbottom ) {
GC_stackbottom    205 gc/ptr_chck.c  	    if ((ptr_t)p <= (ptr_t)(&dummy) && (ptr_t)p > GC_stackbottom ) {
GC_stackbottom    672 gc/solaris_threads.c         stack = GC_stackbottom - stack_size + GC_page_size;
GC_stackbottom    710 gc/solaris_threads.c             bottom = GC_stackbottom - GC_get_orig_stack_size() + GC_page_size;
GC_stackbottom    711 gc/solaris_threads.c             top = GC_stackbottom;
GC_stackbottom   1497 gc/tests/test.c     	GC_stackbottom = (GC_PTR)(&dummy);