Home
last modified time | relevance | path

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

12

/external/libunwind_llvm/src/
DRegisters.hpp114 if (regNum == UNW_REG_SP) in validRegister()
127 case UNW_REG_SP: in getRegister()
162 case UNW_REG_SP: in setRegister()
205 case UNW_REG_SP: in getRegisterName()
331 if (regNum == UNW_REG_SP) in validRegister()
344 case UNW_REG_SP: in getRegister()
387 case UNW_REG_SP: in setRegister()
446 case UNW_REG_SP: in getRegisterName()
670 if (regNum == UNW_REG_SP) in validRegister()
693 case UNW_REG_SP: in getRegister()
[all …]
DUnwindLevel1.c102 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1()
157 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
215 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
Dlibunwind.cpp117 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp); in unw_set_reg()
DUnwindCursor.hpp622 _msContext.Sp = r.getRegister(UNW_REG_SP); in UnwindCursor()
644 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true; in validReg()
664 case UNW_REG_SP: in getReg()
691 case UNW_REG_SP: in getReg()
697 case UNW_REG_SP: return _msContext.Sp; in getReg()
714 case UNW_REG_SP: in setReg()
741 case UNW_REG_SP: in setReg()
747 case UNW_REG_SP: _msContext.Sp = value; break; in setReg()
DUnwindLevel1-gcc-ext.c211 unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
DUnwind-EHABI.cpp567 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
626 unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
/external/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.c72 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in siglongjmp()
/external/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()
/external/libunwind/tests/
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()
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.c74 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
/external/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()
/external/libunwind/include/
Dlibunwind-common.h84 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
Dlibunwind-common.h.in72 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
/external/libunwind/doc/
DNOTES63 unw_get_reg(&cursor, UNW_REG_SP, &sp);
/external/libunwind_llvm/include/
Dlibunwind.h134 UNW_REG_SP = -2, // stack pointer enumerator
/external/boringssl/src/crypto/test/
Dabi_test.cc365 int ret = GetReg(&sp, UNW_REG_SP); in GetSP()

12