Searched refs:UNW_REG_IP (Results 1 - 25 of 42) sorted by relevance

12

/external/libunwind/src/unwind/
H A DSetIP.c31 unw_set_reg (&context->cursor, UNW_REG_IP, new_value);
H A DGetIP.c33 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
H A DGetIPInfo.c36 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
H A DRaiseException.c94 if (unw_get_reg (&context.cursor, UNW_REG_IP, &ip) < 0)
H A Dunwind-internal.h126 if (unw_get_reg (&context->cursor, UNW_REG_IP, &ip) < 0)
/external/libunwind/src/mi/
H A DGget_reg.c34 if (regnum == UNW_REG_IP)
H A Dbacktrace.c50 if (unw_get_reg (&cursor, UNW_REG_IP, &ip) < 0)
/external/libunwind/tests/
H A Dia64-test-sig.c64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0)
72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0)
H A Dtest-init-remote.c62 unw_get_reg (&cursor, UNW_REG_IP, &ip);
78 unw_get_reg (&cursor, UNW_REG_IP, &ip);
H A Dtest-mem.c57 unw_get_reg (&cursor, UNW_REG_IP, &ip);
66 unw_get_reg (&cursor, UNW_REG_IP, &ip);
H A DGtest-nomalloc.c68 unw_get_reg (&cursor, UNW_REG_IP, &ip);
H A Dppc64-test-altivec.c62 if ((ret = unw_get_reg (&cursor, UNW_REG_IP, &ip)) < 0)
64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n",
112 unw_get_reg (&cursor, UNW_REG_IP, &ip);
H A Dtest-async-sig.c88 unw_get_reg (&cursor, UNW_REG_IP, &ip);
116 unw_get_reg (&cursor, UNW_REG_IP, &ip);
H A DGtest-init.cxx62 unw_get_reg (&cursor, UNW_REG_IP, &ip);
H A DGtest-concurrent.c62 unw_get_reg (&c, UNW_REG_IP, &ip);
H A DGtest-resume-sig.c118 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0)
H A DGia64-test-rbs.c112 if (unw_get_reg (&c, UNW_REG_IP, &ip) < 0
113 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) &resumption_point_label) < 0
H A Dtest-ptrace.c91 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0
137 unw_get_reg (&c, UNW_REG_IP, &ip);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_libunwind-inl.h107 if (unw_get_reg(&cursor, UNW_REG_IP, (unw_word_t *) &ip) < 0) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_libunwind-inl.h107 if (unw_get_reg(&cursor, UNW_REG_IP, (unw_word_t *) &ip) < 0) {
/external/libcxxabi/src/Unwind/
H A DRegisters.hpp100 if (regNum == UNW_REG_IP)
113 case UNW_REG_IP:
139 case UNW_REG_IP:
175 case UNW_REG_IP:
292 if (regNum == UNW_REG_IP)
305 case UNW_REG_IP:
347 case UNW_REG_IP:
407 case UNW_REG_IP:
561 if (regNum == UNW_REG_IP)
584 case UNW_REG_IP
[all...]
H A DUnwindLevel1.c68 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
201 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
449 unw_get_reg(cursor, UNW_REG_IP, &result);
465 unw_set_reg(cursor, UNW_REG_IP, new_value);
H A DUnwindLevel1-gcc-ext.c91 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
180 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
/external/libunwind/src/setjmp/
H A Dlongjmp.c89 || unw_set_reg (&c, UNW_REG_IP,
H A Dsiglongjmp.c117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont))

Completed in 1753 milliseconds

12