Searched refs:stack_top (Results 1 - 6 of 6) sorted by path

/system/core/debuggerd/
H A Dtombstone.c273 if (backtrace[i].stack_top) {
289 uintptr_t sp = backtrace[first].stack_top - STACK_WORDS * sizeof(uint32_t);
296 if (sp != frame->stack_top) {
298 sp = frame->stack_top;
305 if (sp < frame->stack_top + frame->stack_size) {
/system/core/include/corkscrew/
H A Dbacktrace.h36 uintptr_t stack_top; /* top of stack for this frame */ member in struct:__anon293
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c499 frame->stack_top = state->gregs[R_SP];
533 if (frame && state->gregs[R_SP] > frame->stack_top) {
534 frame->stack_size = state->gregs[R_SP] - frame->stack_top;
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c91 frame->stack_top = state->sp;
93 ALOGV("#%d: frame=%p pc=%08x sp=%08x\n", index, frame, frame->absolute_pc, frame->stack_top);
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c109 frame->stack_top = state->esp;
/system/core/libcorkscrew/
H A Dbacktrace-helper.c36 frame->stack_top = 0;

Completed in 318 milliseconds