Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DRegisters.hpp118 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 …]
DUnwindLevel1.c104 __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()
Dlibunwind.cpp119 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp); in _LIBUNWIND_WEAK_ALIAS()
DUnwindCursor.hpp625 _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()
DUnwindLevel1-gcc-ext.c211 __unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
DUnwind-EHABI.cpp574 __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/
Dlibunwind.h140 UNW_REG_SP = -2, // stack pointer enumerator
/external/boringssl/src/crypto/test/
Dabi_test.cc369 int ret = GetReg(&sp, UNW_REG_SP); in GetSP()
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc369 int ret = GetReg(&sp, UNW_REG_SP); in GetSP()