/external/libunwind_llvm/src/ |
D | Registers.hpp | 114 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 …]
|
D | UnwindLevel1.c | 102 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()
|
D | libunwind.cpp | 117 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp); in unw_set_reg()
|
D | UnwindCursor.hpp | 622 _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()
|
D | UnwindLevel1-gcc-ext.c | 211 unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
|
D | Unwind-EHABI.cpp | 567 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/ |
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 | 72 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0) in siglongjmp()
|
/external/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()
|
/external/libunwind/tests/ |
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 | 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 | 74 unw_get_reg (&cursor, UNW_REG_SP, &sp); in do_backtrace()
|
/external/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()
|
/external/libunwind/include/ |
D | libunwind-common.h | 84 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
|
D | libunwind-common.h.in | 72 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */ enumerator
|
/external/libunwind/doc/ |
D | NOTES | 63 unw_get_reg(&cursor, UNW_REG_SP, &sp);
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 134 UNW_REG_SP = -2, // stack pointer enumerator
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 365 int ret = GetReg(&sp, UNW_REG_SP); in GetSP()
|