/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)
|
Gia64-test-rbs.c | 112 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
|
test-ptrace.c | 91 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0 137 unw_get_reg (&c, UNW_REG_IP, &ip);
|
/external/libunwind_llvm/src/ |
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: 571 if (regNum == UNW_REG_IP) 594 case UNW_REG_IP [all...] |
UnwindLevel1.c | 78 unw_get_reg(&cursor1, UNW_REG_IP, &pc); 215 unw_get_reg(&cursor2, UNW_REG_IP, &pc); 489 unw_get_reg(cursor, UNW_REG_IP, &result); 503 unw_set_reg(cursor, UNW_REG_IP, 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: 571 if (regNum == UNW_REG_IP) 594 case UNW_REG_IP [all...] |
UnwindLevel1.c | 71 unw_get_reg(&cursor1, UNW_REG_IP, &pc); 208 unw_get_reg(&cursor2, UNW_REG_IP, &pc); 520 unw_get_reg(cursor, UNW_REG_IP, &result); 534 unw_set_reg(cursor, UNW_REG_IP, 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))
|
/system/core/libbacktrace/ |
UnwindPtrace.cpp | 93 ret = unw_get_reg(&cursor, UNW_REG_IP, &pc);
|