Home
last modified time | relevance | path

Searched refs:UNW_REG_IP (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DRegisters.hpp117 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 …]
DUnwindLevel1.c81 __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()
DUnwindCursor.hpp560 _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 …]
DUnwindLevel1-gcc-ext.c98 __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()
DUnwind-EHABI.cpp476 __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()
DUnwind-seh.cpp107 __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()
Dlibunwind.cpp118 if (regNum == UNW_REG_IP) { in _LIBUNWIND_WEAK_ALIAS()
/freebsd-12-stable/contrib/gdb/gdb/
Dia64-tdep.c2152 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/
Dlibunwind.h139 UNW_REG_IP = -1, // instruction pointer enumerator