Searched refs:UNW_REG_IP (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/libunwind/src/ |
| D | Registers.hpp | 117 if (regNum == UNW_REG_IP) in validRegister() 130 case UNW_REG_IP: in getRegister() 164 case UNW_REG_IP: in setRegister() 208 case UNW_REG_IP: in getRegisterName() 336 if (regNum == UNW_REG_IP) in validRegister() 349 case UNW_REG_IP: in getRegister() 391 case UNW_REG_IP: in setRegister() 451 case UNW_REG_IP: in getRegisterName() 675 if (regNum == UNW_REG_IP) in validRegister() 698 case UNW_REG_IP: in getRegister() [all …]
|
| D | UnwindLevel1.c | 81 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1() 219 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2() 496 __unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP() 510 __unw_set_reg(cursor, UNW_REG_IP, value); in _Unwind_SetIP()
|
| D | UnwindCursor.hpp | 560 _msContext.Rip = r.getRegister(UNW_REG_IP); in UnwindCursor() 626 _msContext.Pc = r.getRegister(UNW_REG_IP); in UnwindCursor() 647 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true; in validReg() 662 case UNW_REG_IP: return _msContext.Rip; in getReg() 697 case UNW_REG_IP: in getReg() 701 case UNW_REG_IP: return _msContext.Pc; in getReg() 712 case UNW_REG_IP: _msContext.Rip = value; break; in setReg() 747 case UNW_REG_IP: in setReg() 751 case UNW_REG_IP: _msContext.Pc = value; break; in setReg() 955 (pint_t)this->getReg(UNW_REG_IP), in stepWithDwarfFDE() [all …]
|
| D | UnwindLevel1-gcc-ext.c | 98 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_FindEnclosingFunction() 200 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_Find_FDE()
|
| D | Unwind-EHABI.cpp | 476 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1() 568 __unw_set_reg(cursor, UNW_REG_IP, in unwind_phase2() 635 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2() 647 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
|
| D | Unwind-seh.cpp | 107 __unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc - 1); in _GCC_specific_handler() 175 __unw_get_reg(&cursor, UNW_REG_IP, &target); in _GCC_specific_handler()
|
| D | libunwind.cpp | 118 if (regNum == UNW_REG_IP) { in _LIBUNWIND_WEAK_ALIAS()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ia64-tdep.c | 2152 return UNW_REG_IP; in ia64_gdb2uw_regnum() 2182 else if (uw_regnum == UNW_REG_IP) in ia64_uw2gdb_regnum() 2221 case UNW_REG_IP: in ia64_access_reg() 2270 case UNW_REG_IP: in ia64_access_reg()
|
| /freebsd-12-stable/contrib/llvm-project/libunwind/include/ |
| D | libunwind.h | 139 UNW_REG_IP = -1, // instruction pointer enumerator
|