Home | History | Annotate | Download | only in msan

Lines Matching refs:stack_bottom

58   uptr stack_top, stack_bottom;
162 static void GetCurrentStackBounds(uptr *stack_top, uptr *stack_bottom) {
166 __msan_stack_bounds.stack_top = __msan_stack_bounds.stack_bottom = 1;
169 &__msan_stack_bounds.stack_bottom);
172 *stack_bottom = __msan_stack_bounds.stack_bottom;
183 uptr stack_top, stack_bottom;
184 GetCurrentStackBounds(&stack_top, &stack_bottom);
188 stack->FastUnwindStack(pc, bp, stack_top, stack_bottom);
302 &__msan_stack_bounds.stack_bottom);