Searched refs:UNW_REG_IP (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | Registers.hpp | 116 if (regNum == UNW_REG_IP) in validRegister() 129 case UNW_REG_IP: in getRegister() 163 case UNW_REG_IP: in setRegister() 207 case UNW_REG_IP: in getRegisterName() 335 if (regNum == UNW_REG_IP) in validRegister() 348 case UNW_REG_IP: in getRegister() 390 case UNW_REG_IP: in setRegister() 450 case UNW_REG_IP: in getRegisterName() 674 if (regNum == UNW_REG_IP) in validRegister() 697 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 | UnwindLevel1-gcc-ext.c | 98 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_FindEnclosingFunction() 196 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_Find_FDE()
|
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() 936 (pint_t)this->getReg(UNW_REG_IP), in stepWithDwarfFDE() [all …]
|
D | Unwind-EHABI.cpp | 474 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1() 566 __unw_set_reg(cursor, UNW_REG_IP, in unwind_phase2() 633 __unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2() 645 __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 | 107 if (regNum == UNW_REG_IP) { in _LIBUNWIND_WEAK_ALIAS()
|
/external/igt-gpu-tools/lib/stubs/libunwind/ |
D | libunwind.h | 34 #define UNW_REG_IP 0 macro
|
/external/llvm-project/libunwind/test/ |
D | libunwind_01.pass.cpp | 51 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)0); in test_no_info()
|
/external/strace/ |
D | unwind-libunwind.c | 93 if (unw_get_reg(cursor, UNW_REG_IP, &ip) < 0) { in print_stack_frame()
|
/external/mesa3d/src/util/ |
D | u_debug_stack.c | 108 unw_get_reg(&cursor, UNW_REG_IP, &ip); in debug_backtrace_capture()
|
/external/llvm-project/libunwind/include/ |
D | libunwind.h | 139 UNW_REG_IP = -1, // instruction pointer enumerator
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 359 int ret = GetReg(&ip, UNW_REG_IP); in GetIP()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | abi_test.cc | 359 int ret = GetReg(&ip, UNW_REG_IP); in GetIP()
|
/external/igt-gpu-tools/lib/ |
D | igt_core.c | 1450 unw_get_reg(&cursor, UNW_REG_IP, &ip); in print_backtrace()
|