Searched refs:UNW_REG_IP (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-libunwind.c72 unw_get_reg (&context->cursor, UNW_REG_IP, &ip);
138 unw_get_reg (&context->cursor, UNW_REG_IP, &ret);
147 unw_set_reg (&context->cursor, UNW_REG_IP, val);
/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp130 if (regNum == UNW_REG_IP)
143 case UNW_REG_IP:
177 case UNW_REG_IP:
221 case UNW_REG_IP:
358 if (regNum == UNW_REG_IP)
371 case UNW_REG_IP:
414 case UNW_REG_IP:
475 case UNW_REG_IP:
704 if (regNum == UNW_REG_IP)
727 case UNW_REG_IP
[all...]
H A DUnwindLevel1.c121 __unw_get_reg(cursor, UNW_REG_IP, &pc);
243 __unw_get_reg(cursor, UNW_REG_IP, &retInNormalStack);
283 __unw_get_reg(cursor, UNW_REG_IP, &pc);
570 __unw_get_reg(cursor, UNW_REG_IP, &result);
584 __unw_set_reg(cursor, UNW_REG_IP, value);
H A DUnwindLevel1-gcc-ext.c122 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
221 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
H A DUnwindCursor.hpp595 _msContext.Rip = r.getRegister(UNW_REG_IP);
661 _msContext.Pc = r.getRegister(UNW_REG_IP);
682 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true;
699 case UNW_REG_IP: return _msContext.Rip;
734 case UNW_REG_IP:
738 case UNW_REG_IP: return _msContext.Pc;
749 case UNW_REG_IP: _msContext.Rip = value; break;
784 case UNW_REG_IP:
788 case UNW_REG_IP: _msContext.Pc = value; break;
1006 _addressSpace, (pint_t)this->getReg(UNW_REG_IP),
[all...]
H A DUnwind-seh.cpp107 __unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc);
175 __unw_get_reg(&cursor, UNW_REG_IP, &target);
H A DUnwind-EHABI.cpp498 __unw_get_reg(cursor, UNW_REG_IP, &pc);
591 __unw_set_reg(cursor, UNW_REG_IP,
660 __unw_get_reg(cursor, UNW_REG_IP, &pc);
672 __unw_get_reg(cursor, UNW_REG_IP, &pc);
H A Dlibunwind.cpp124 if (regNum == UNW_REG_IP) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dia64-tdep.c2125 return UNW_REG_IP;
2155 else if (uw_regnum == UNW_REG_IP)
2194 case UNW_REG_IP:
2243 case UNW_REG_IP:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h142 UNW_REG_IP = -1, // instruction pointer enumerator in enum:__anon274
670 UNW_ARM_IP = 15, // Logical alias for UNW_REG_IP

Completed in 116 milliseconds