Searched refs:UNW_REG_SP (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | Registers.hpp | 118 if (regNum == UNW_REG_SP) in validRegister() 131 case UNW_REG_SP: in getRegister() 166 case UNW_REG_SP: in setRegister() 209 case UNW_REG_SP: in getRegisterName() 337 if (regNum == UNW_REG_SP) in validRegister() 350 case UNW_REG_SP: in getRegister() 393 case UNW_REG_SP: in setRegister() 452 case UNW_REG_SP: in getRegisterName() 676 if (regNum == UNW_REG_SP) in validRegister() 699 case UNW_REG_SP: in getRegister() [all …]
|
D | UnwindLevel1.c | 104 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1() 161 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2() 220 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
|
D | libunwind.cpp | 119 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp); in _LIBUNWIND_WEAK_ALIAS()
|
D | UnwindCursor.hpp | 625 _msContext.Sp = r.getRegister(UNW_REG_SP); in UnwindCursor() 647 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true; in validReg() 667 case UNW_REG_SP: in getReg() 694 case UNW_REG_SP: in getReg() 700 case UNW_REG_SP: return _msContext.Sp; in getReg() 717 case UNW_REG_SP: in setReg() 744 case UNW_REG_SP: in setReg() 750 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 | 574 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2() 634 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
|
/external/llvm-project/libunwind/include/ |
D | libunwind.h | 140 UNW_REG_SP = -2, // stack pointer enumerator
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 369 int ret = GetReg(&sp, UNW_REG_SP); in GetSP()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | abi_test.cc | 369 int ret = GetReg(&sp, UNW_REG_SP); in GetSP()
|