/external/libunwind_llvm/src/ |
D | Registers.hpp | 100 if (regNum == UNW_REG_IP) in validRegister() 113 case UNW_REG_IP: in getRegister() 147 case UNW_REG_IP: in setRegister() 191 case UNW_REG_IP: in getRegisterName() 310 if (regNum == UNW_REG_IP) in validRegister() 323 case UNW_REG_IP: in getRegister() 365 case UNW_REG_IP: in setRegister() 425 case UNW_REG_IP: in getRegisterName() 591 if (regNum == UNW_REG_IP) in validRegister() 614 case UNW_REG_IP: in getRegister() [all …]
|
D | UnwindLevel1.c | 77 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1() 213 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2() 489 unw_get_reg(cursor, UNW_REG_IP, &result); in _Unwind_GetIP() 503 unw_set_reg(cursor, UNW_REG_IP, value); in _Unwind_SetIP()
|
D | UnwindLevel1-gcc-ext.c | 95 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_FindEnclosingFunction() 193 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_Find_FDE()
|
D | Unwind-EHABI.cpp | 469 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase1() 561 unw_set_reg(cursor, UNW_REG_IP, in unwind_phase2() 627 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2() 639 unw_get_reg(cursor, UNW_REG_IP, &pc); in unwind_phase2()
|
/external/libunwind/tests/ |
D | ia64-test-sig.c | 64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0) in sighandler() 72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0) in sighandler()
|
D | test-init-remote.c | 62 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace() 78 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
|
D | test-mem.c | 57 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace() 66 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
|
D | test-async-sig.c | 88 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace() 116 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
|
D | ppc64-test-altivec.c | 62 if ((ret = unw_get_reg (&cursor, UNW_REG_IP, &ip)) < 0) in vec_stack() 112 unw_get_reg (&cursor, UNW_REG_IP, &ip); in vec_stack()
|
D | Gia64-test-rbs.c | 112 if (unw_get_reg (&c, UNW_REG_IP, &ip) < 0 in unwind_and_resume() 113 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) &resumption_point_label) < 0 in unwind_and_resume()
|
D | Gtest-nomalloc.c | 68 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
|
D | test-ptrace.c | 91 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0 in do_backtrace() 137 unw_get_reg (&c, UNW_REG_IP, &ip); in do_backtrace()
|
D | Gtest-init.cxx | 62 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
|
D | Gtest-concurrent.c | 62 unw_get_reg (&c, UNW_REG_IP, &ip); in handler()
|
D | Gtest-bt.c | 73 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace() 108 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
|
D | Gtest-trace.c | 74 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace() 81 unw_get_reg (&cursor, UNW_REG_IP, &ip); in do_backtrace()
|
/external/libunwind/src/unwind/ |
D | SetIP.c | 31 unw_set_reg (&context->cursor, UNW_REG_IP, new_value); in _Unwind_SetIP()
|
D | GetIP.c | 33 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIP()
|
D | GetIPInfo.c | 36 unw_get_reg (&context->cursor, UNW_REG_IP, &val); in _Unwind_GetIPInfo()
|
D | RaiseException.c | 94 if (unw_get_reg (&context.cursor, UNW_REG_IP, &ip) < 0) in _Unwind_RaiseException()
|
D | unwind-internal.h | 126 if (unw_get_reg (&context->cursor, UNW_REG_IP, &ip) < 0) in _Unwind_Phase2()
|
/external/libunwind/src/mi/ |
D | Gget_reg.c | 34 if (regnum == UNW_REG_IP) in unw_get_reg()
|
D | backtrace.c | 50 if (unw_get_reg (&cursor, UNW_REG_IP, &ip) < 0) in slow_backtrace()
|
/external/libunwind/src/setjmp/ |
D | longjmp.c | 89 || unw_set_reg (&c, UNW_REG_IP, in _longjmp()
|
D | siglongjmp.c | 117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont)) in siglongjmp()
|