HomeSort by relevance Sort by last modified time
    Searched refs:UNW_REG_IP (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/libunwind/src/unwind/
SetIP.c 31 unw_set_reg (&context->cursor, UNW_REG_IP, new_value);
GetIP.c 33 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
GetIPInfo.c 36 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
RaiseException.c 94 if (unw_get_reg (&context.cursor, UNW_REG_IP, &ip) < 0)
unwind-internal.h 126 if (unw_get_reg (&context->cursor, UNW_REG_IP, &ip) < 0)
  /external/libunwind/src/mi/
Gget_reg.c 34 if (regnum == UNW_REG_IP)
backtrace.c 50 if (unw_get_reg (&cursor, UNW_REG_IP, &ip) < 0)
  /external/libunwind/tests/
ia64-test-sig.c 64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0)
72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0)
test-init-remote.c 62 unw_get_reg (&cursor, UNW_REG_IP, &ip);
78 unw_get_reg (&cursor, UNW_REG_IP, &ip);
test-mem.c 57 unw_get_reg (&cursor, UNW_REG_IP, &ip);
66 unw_get_reg (&cursor, UNW_REG_IP, &ip);
Gtest-nomalloc.c 68 unw_get_reg (&cursor, UNW_REG_IP, &ip);
ppc64-test-altivec.c 62 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);
test-async-sig.c 88 unw_get_reg (&cursor, UNW_REG_IP, &ip);
116 unw_get_reg (&cursor, UNW_REG_IP, &ip);
Gtest-init.cxx 62 unw_get_reg (&cursor, UNW_REG_IP, &ip);
Gtest-concurrent.c 62 unw_get_reg (&c, UNW_REG_IP, &ip);
Gtest-resume-sig.c 118 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h 107 if (unw_get_reg(&cursor, UNW_REG_IP, (unw_word_t *) &ip) < 0) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_libunwind-inl.h 107 if (unw_get_reg(&cursor, UNW_REG_IP, (unw_word_t *) &ip) < 0) {
  /external/libcxxabi/src/Unwind/
Registers.hpp 100 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...]
UnwindLevel1.c 68 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);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 100 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...]
UnwindLevel1-gcc-ext.c 91 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
158 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
UnwindLevel1.c 69 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
202 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
453 unw_get_reg(cursor, UNW_REG_IP, &result);
469 unw_set_reg(cursor, UNW_REG_IP, new_value);
  /external/libunwind/src/setjmp/
longjmp.c 89 || unw_set_reg (&c, UNW_REG_IP,
siglongjmp.c 117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont))

Completed in 235 milliseconds

1 2 3