Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/src/
DRegisters.hpp132 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 …]
DUnwindLevel1.c145 __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()
Dlibunwind.cpp136 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp); in _LIBUNWIND_WEAK_ALIAS()
DUnwindCursor.hpp660 _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()
DUnwindLevel1-gcc-ext.c236 __unw_get_reg(cursor, UNW_REG_SP, &result); in _Unwind_GetCFA()
DUnwind-EHABI.cpp599 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
661 __unw_get_reg(cursor, UNW_REG_SP, &sp); in unwind_phase2()
DDwarfInstructions.hpp351 pint_t sp = newRegisters.getRegister(UNW_REG_SP); in stepWithDwarf()
/openbsd/src/gnu/llvm/libunwind/include/
Dlibunwind.h143 UNW_REG_SP = -2, // stack pointer enumerator