Searched refs:UNW_REG_SP (Results 1 – 23 of 23) sorted by relevance
/third_party/libunwind/src/setjmp/ |
D | setjmp_i.h | 60 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()
|
D | longjmp.c | 71 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in _longjmp()
|
D | siglongjmp.c | 76 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in siglongjmp()
|
/third_party/libunwind/tests/ |
D | Gtest-exc.c | 73 unw_get_reg (&cursor, UNW_REG_SP, &sp); in raise_exception() 87 unw_get_reg (&cursor, UNW_REG_SP, &sp); in raise_exception()
|
D | Gtest-nomalloc.c | 69 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
D | test-init-remote.c | 63 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
D | test-mem.c | 58 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
D | x64-unwind-badjmp-signal-frame.c | 77 unw_get_reg(&cursor, UNW_REG_SP, &sp); in handle_sigsegv()
|
D | Ltest-mem-validate.c | 71 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
D | test-reg-state.c | 83 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
D | test-async-sig.c | 89 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
D | ppc64-test-altivec.c | 67 if ((ret = unw_get_reg (&cursor, UNW_REG_SP, &sp)) < 0) in vec_stack()
|
D | test-ptrace.c | 92 || (ret = unw_get_reg (&c, UNW_REG_SP, &sp)) < 0) in do_backtrace()
|
D | Gtest-bt.c | 75 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
/third_party/libunwind/src/unwind/ |
D | GetCFA.c | 33 unw_get_reg (&context->cursor, UNW_REG_SP, &val); in _Unwind_GetCFA()
|
D | GetGR.c | 33 if (index == UNW_REG_SP && context->end_of_stack) in _Unwind_GetGR()
|
/third_party/libunwind/src/ |
D | os-ohos.c | 176 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/ |
D | Gget_save_loc.c | 47 case UNW_REG_SP: in unw_get_save_loc()
|
D | Gregs.c | 379 case UNW_REG_SP: in tdep_access_reg()
|
/third_party/libunwind/include/ |
D | libunwind-common.h | 75 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
|
D | libunwind-common.h.in | 85 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
|
/third_party/libunwind/doc/ |
D | NOTES | 63 unw_get_reg(&cursor, UNW_REG_SP, &sp);
|
D | libunwind.tex | 162 unw_get_reg(&cursor, UNW_REG_SP, &sp);
|