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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp115 if (regNum == UNW_REG_SP)
128 case UNW_REG_SP:
163 case UNW_REG_SP:
206 case UNW_REG_SP:
332 if (regNum == UNW_REG_SP)
345 case UNW_REG_SP:
388 case UNW_REG_SP:
447 case UNW_REG_SP:
671 if (regNum == UNW_REG_SP)
694 case UNW_REG_SP
[all...]
H A DUnwindLevel1.c106 __unw_get_reg(cursor, UNW_REG_SP, &sp);
163 __unw_get_reg(cursor, UNW_REG_SP, &sp);
222 __unw_get_reg(cursor, UNW_REG_SP, &sp);
H A Dlibunwind.cpp117 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp);
H A DUnwindLevel1-gcc-ext.c215 __unw_get_reg(cursor, UNW_REG_SP, &result);
H A DUnwindCursor.hpp622 _msContext.Sp = r.getRegister(UNW_REG_SP);
644 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true;
664 case UNW_REG_SP:
691 case UNW_REG_SP:
697 case UNW_REG_SP: return _msContext.Sp;
714 case UNW_REG_SP:
741 case UNW_REG_SP:
747 case UNW_REG_SP: _msContext.Sp = value; break;
H A DUnwind-EHABI.cpp572 __unw_get_reg(cursor, UNW_REG_SP, &sp);
632 __unw_get_reg(cursor, UNW_REG_SP, &sp);
H A DDwarfInstructions.hpp248 pint_t sp = newRegisters.getRegister(UNW_REG_SP);
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h134 UNW_REG_SP = -2, // stack pointer enumerator in enum:__anon3723
583 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP

Completed in 263 milliseconds