stack_ptr           9 gc/include/private/pthread_stop_world.h     ptr_t stack_ptr;  		/* Valid only when stopped.      	*/
stack_ptr         160 gc/pthread_stop_world.c 	me -> stop_info.stack_ptr = (ptr_t)GC_save_regs_in_stack();
stack_ptr         162 gc/pthread_stop_world.c 	me -> stop_info.stack_ptr = (ptr_t)(&dummy);
stack_ptr         255 gc/pthread_stop_world.c 	    lo = p -> stop_info.stack_ptr;
stack_ptr         860 gc/pthread_support.c          t -> stop_info.stack_ptr = (ptr_t)(&dummy);
stack_ptr         984 gc/pthread_support.c 	me -> stop_info.stack_ptr = (ptr_t)GC_save_regs_in_stack();
stack_ptr         987 gc/pthread_support.c 	me -> stop_info.stack_ptr = (ptr_t)GC_approx_sp();
stack_ptr         997 gc/pthread_support.c 	me -> stop_info.stack_ptr += SP_SLOP;
stack_ptr         999 gc/pthread_support.c 	me -> stop_info.stack_ptr -= SP_SLOP;
stack_ptr        1142 gc/pthread_support.c     me -> stop_info.stack_ptr = 0;
stack_ptr        1153 gc/pthread_support.c         me -> stop_info.stack_ptr = me -> stack_end - 0x10;
stack_ptr        1159 gc/pthread_support.c       me -> stop_info.stack_ptr = me -> stack_end + 0x10;