Home
last modified time | relevance | path

Searched refs:UNW_REG_SP (Results 1 – 23 of 23) sorted by relevance

/third_party/libunwind/src/setjmp/
Dsetjmp_i.h60 if (unw_get_reg (&tmp, UNW_REG_SP, &sp) < 0 in bsp_match()
61 || unw_get_reg (&tmp, UNW_REG_SP, &prev_sp) < 0) in bsp_match()
Dlongjmp.c71 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in _longjmp()
Dsiglongjmp.c76 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in siglongjmp()
/third_party/libunwind/tests/
DGtest-exc.c73 unw_get_reg (&cursor, UNW_REG_SP, &sp); in raise_exception()
87 unw_get_reg (&cursor, UNW_REG_SP, &sp); in raise_exception()
DGtest-nomalloc.c69 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-init-remote.c63 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-mem.c58 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dx64-unwind-badjmp-signal-frame.c77 unw_get_reg(&cursor, UNW_REG_SP, &sp); in handle_sigsegv()
DLtest-mem-validate.c71 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-reg-state.c83 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dtest-async-sig.c89 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
Dppc64-test-altivec.c67 if ((ret = unw_get_reg (&cursor, UNW_REG_SP, &sp)) < 0) in vec_stack()
Dtest-ptrace.c92 || (ret = unw_get_reg (&c, UNW_REG_SP, &sp)) < 0) in do_backtrace()
DGtest-bt.c75 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
/third_party/libunwind/src/unwind/
DGetCFA.c33 unw_get_reg (&context->cursor, UNW_REG_SP, &val); in _Unwind_GetCFA()
DGetGR.c33 if (index == UNW_REG_SP && context->end_of_stack) in _Unwind_GetGR()
/third_party/libunwind/src/
Dos-ohos.c176 c->dwarf.cfa = regs[UNW_REG_SP]; in unw_set_context()
179 c->dwarf.cfa = regs[UNW_REG_SP]; in unw_set_context()
182 c->dwarf.cfa = regs[UNW_REG_SP]; in unw_set_context()
/third_party/libunwind/src/ia64/
DGget_save_loc.c47 case UNW_REG_SP: in unw_get_save_loc()
DGregs.c379 case UNW_REG_SP: in tdep_access_reg()
/third_party/libunwind/include/
Dlibunwind-common.h75 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
Dlibunwind-common.h.in85 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
/third_party/libunwind/doc/
DNOTES63 unw_get_reg(&cursor, UNW_REG_SP, &sp);
Dlibunwind.tex162 unw_get_reg(&cursor, UNW_REG_SP, &sp);