Home
last modified time | relevance | path

Searched refs:stack_top (Results 1 – 6 of 6) sorted by relevance

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