Searched refs:stack_size (Results 1 – 6 of 6) sorted by relevance
84 int stack_size = 0, ra_offset = 0; in unwind_backtrace_common() local107 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()
37 frame->stack_size = 0; in add_backtrace_entry()
37 size_t stack_size; /* size of this stack frame */ member
111 frame->stack_size = next_esp - state->esp; in unwind_backtrace_common()
305 if (sp < frame->stack_top + frame->stack_size) { in dump_stack()309 size_t words = frame->stack_size / sizeof(uint32_t); in dump_stack()
534 frame->stack_size = state->gregs[R_SP] - frame->stack_top; in unwind_backtrace_common()