Home
last modified time | relevance | path

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

/system/core/libcorkscrew/arch-mips/
Dbacktrace-mips.c84 int stack_size = 0, ra_offset = 0; in unwind_backtrace_common() local
107 stack_size = -immediate; in unwind_backtrace_common()
109 ALOGV("@0x%08x: found stack adjustment=%d\n", addr, stack_size); in unwind_backtrace_common()
134 if (stack_size) { in unwind_backtrace_common()
136 frame->stack_size = stack_size; in unwind_backtrace_common()
137 state->sp += stack_size; in unwind_backtrace_common()
141 if (state->pc == state->ra && stack_size == 0) in unwind_backtrace_common()
/system/core/libcorkscrew/
Dbacktrace-helper.c37 frame->stack_size = 0; in add_backtrace_entry()
/system/core/include/corkscrew/
Dbacktrace.h37 size_t stack_size; /* size of this stack frame */ member
/system/core/libcorkscrew/arch-x86/
Dbacktrace-x86.c111 frame->stack_size = next_esp - state->esp; in unwind_backtrace_common()
/system/core/debuggerd/
Dtombstone.c305 if (sp < frame->stack_top + frame->stack_size) { in dump_stack()
309 size_t words = frame->stack_size / sizeof(uint32_t); in dump_stack()
/system/core/libcorkscrew/arch-arm/
Dbacktrace-arm.c534 frame->stack_size = state->gregs[R_SP] - frame->stack_top; in unwind_backtrace_common()