Searched refs:UNW_REG_SP (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | Registers.hpp | 132 if (regNum == UNW_REG_SP) in validRegister() 145 case UNW_REG_SP: in getRegister() 180 case UNW_REG_SP: in setRegister() 223 case UNW_REG_SP: in getRegisterName() 360 if (regNum == UNW_REG_SP) in validRegister() 374 case UNW_REG_SP: in getRegister() 418 case UNW_REG_SP: in setRegister() 478 case UNW_REG_SP: in getRegisterName() 706 if (regNum == UNW_REG_SP) in validRegister() 729 case UNW_REG_SP: in getRegister() [all …]
|
| D | UnwindLevel1.c | 145 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase1() 208 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2() 284 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
|
| D | libunwind.cpp | 136 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp); in _LIBUNWIND_WEAK_ALIAS()
|
| D | UnwindCursor.hpp | 660 _msContext.Sp = r.getRegister(UNW_REG_SP); in UnwindCursor() 682 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true; in validReg() 704 case UNW_REG_SP: in getReg() 731 case UNW_REG_SP: in getReg() 737 case UNW_REG_SP: return _msContext.Sp; in getReg() 754 case UNW_REG_SP: in setReg() 781 case UNW_REG_SP: in setReg() 787 case UNW_REG_SP: _msContext.Sp = value; break; in setReg() 2747 const pint_t sp = static_cast<pint_t>(this->getReg(UNW_REG_SP)); in stepThroughSigReturn()
|
| D | UnwindLevel1-gcc-ext.c | 236 __unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
|
| D | Unwind-EHABI.cpp | 599 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2() 661 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
|
| D | DwarfInstructions.hpp | 351 pint_t sp = newRegisters.getRegister(UNW_REG_SP); in stepWithDwarf()
|
| /openbsd/src/gnu/llvm/libunwind/include/ |
| D | libunwind.h | 143 UNW_REG_SP = -2, // stack pointer enumerator
|