Searched defs:stack_top (Results 1 - 2 of 2) sorted by relevance

/system/core/include/corkscrew/
H A Dbacktrace.h36 uintptr_t stack_top; /* top of stack for this frame */ member in struct:__anon294
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c801 uint32_t stack_top = state->reg[DWARF_ESP]; local
806 frame->stack_top = stack_top;
807 if (stack_top < state->reg[DWARF_ESP]) {
808 frame->stack_size = state->reg[DWARF_ESP] - stack_top;
811 ALOGV("Stack: 0x%x ... 0x%x - %d bytes", frame->stack_top, state->reg[DWARF_ESP], frame->stack_size);

Completed in 66 milliseconds