Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DRegisters.hpp116 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 …]
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()
DUnwindLevel1-gcc-ext.c98 __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()
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()
936 (pint_t)this->getReg(UNW_REG_IP), in stepWithDwarfFDE()
[all …]
DUnwind-EHABI.cpp474 __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()
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.cpp107 if (regNum == UNW_REG_IP) { in _LIBUNWIND_WEAK_ALIAS()
/external/igt-gpu-tools/lib/stubs/libunwind/
Dlibunwind.h34 #define UNW_REG_IP 0 macro
/external/llvm-project/libunwind/test/
Dlibunwind_01.pass.cpp51 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)0); in test_no_info()
/external/strace/
Dunwind-libunwind.c93 if (unw_get_reg(cursor, UNW_REG_IP, &ip) < 0) { in print_stack_frame()
/external/mesa3d/src/util/
Du_debug_stack.c108 unw_get_reg(&cursor, UNW_REG_IP, &ip); in debug_backtrace_capture()
/external/llvm-project/libunwind/include/
Dlibunwind.h139 UNW_REG_IP = -1, // instruction pointer enumerator
/external/boringssl/src/crypto/test/
Dabi_test.cc359 int ret = GetReg(&ip, UNW_REG_IP); in GetIP()
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc359 int ret = GetReg(&ip, UNW_REG_IP); in GetIP()
/external/igt-gpu-tools/lib/
Digt_core.c1450 unw_get_reg(&cursor, UNW_REG_IP, &ip); in print_backtrace()