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

/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp132 if (regNum == UNW_REG_SP)
145 case UNW_REG_SP:
180 case UNW_REG_SP:
223 case UNW_REG_SP:
360 if (regNum == UNW_REG_SP)
374 case UNW_REG_SP:
418 case UNW_REG_SP:
478 case UNW_REG_SP:
706 if (regNum == UNW_REG_SP)
729 case UNW_REG_SP
[all...]
H A DUnwindLevel1.c145 __unw_get_reg(cursor, UNW_REG_SP, &sp);
208 __unw_get_reg(cursor, UNW_REG_SP, &sp);
284 __unw_get_reg(cursor, UNW_REG_SP, &sp);
H A Dlibunwind.cpp136 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp);
H A DUnwindLevel1-gcc-ext.c236 __unw_get_reg(cursor, UNW_REG_SP, &result);
H A DUnwindCursor.hpp660 _msContext.Sp = r.getRegister(UNW_REG_SP);
682 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true;
704 case UNW_REG_SP:
731 case UNW_REG_SP:
737 case UNW_REG_SP: return _msContext.Sp;
754 case UNW_REG_SP:
781 case UNW_REG_SP:
787 case UNW_REG_SP: _msContext.Sp = value; break;
2747 const pint_t sp = static_cast<pint_t>(this->getReg(UNW_REG_SP));
H A DUnwind-EHABI.cpp599 __unw_get_reg(cursor, UNW_REG_SP, &sp);
661 __unw_get_reg(cursor, UNW_REG_SP, &sp);
H A DDwarfInstructions.hpp351 pint_t sp = newRegisters.getRegister(UNW_REG_SP);
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h143 UNW_REG_SP = -2, // stack pointer enumerator in enum:__anon274
666 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP

Completed in 106 milliseconds