Searched refs:unw_set_reg (Results 1 - 18 of 18) sorted by relevance

/external/libunwind/src/unwind/
H A DSetIP.c31 unw_set_reg (&context->cursor, UNW_REG_IP, new_value);
H A DSetGR.c38 unw_set_reg (&context->cursor, index, new_value);
42 unw_set_reg (&context->cursor, UNW_IA64_NAT + (index - UNW_IA64_GR), 0);
/external/libunwind/src/mi/
H A DGset_reg.c29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) function
/external/libunwind/src/setjmp/
H A Dsiglongjmp.c102 if (unw_set_reg (&c, UNW_REG_EH + 2, wp[JB_MASK]) < 0
104 && unw_set_reg (&c, UNW_REG_EH + 3, wp[JB_MASK + 1]) < 0))
107 if (unw_set_reg (&c, UNW_REG_EH + 2, &wp[JB_MASK]) < 0)
115 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
116 || unw_set_reg (&c, UNW_REG_EH + 1, val) < 0
117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont))
H A Dlongjmp.c87 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
88 || unw_set_reg (&c, UNW_REG_EH + 1, val) < 0
89 || unw_set_reg (&c, UNW_REG_IP,
/external/libunwind/tests/
H A Dtest-static-link-gen.c38 (void *) &unw_set_reg,
H A Dtest-static-link-loc.c56 (void *) &unw_set_reg,
H A DGia64-test-readonly.c65 if ((ret = unw_set_reg (&c, UNW_IA64_IP, 99)) != -UNW_EREADONLYREG)
66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n",
68 if ((ret = unw_set_reg (&c, UNW_IA64_AR_LC, 99)) != -UNW_EREADONLYREG)
69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n",
H A Dia64-test-sig.c72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0)
H A DGia64-test-rbs.c113 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) &resumption_point_label) < 0
114 || unw_set_reg (&c, UNW_REG_EH + 0, 0) /* ret val */
115 || unw_set_reg (&c, UNW_REG_EH + 1, ip))
H A DGia64-test-nat.c526 if ((ret = unw_set_reg (c, UNW_IA64_PR, vals[0])) < 0)
/external/libunwind/include/
H A Dlibunwind-common.h.in220 #define unw_set_reg UNW_OBJ(set_reg)
247 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
H A Dlibunwind-common.h253 #define unw_set_reg UNW_OBJ(set_reg) macro
282 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1-gcc-ext.c94 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
204 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc);
H A DUnwindLevel1.c513 unw_set_reg(cursor, index, value);
534 unw_set_reg(cursor, UNW_REG_IP, value);
H A Dlibunwind.cpp173 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, function
175 _LIBUNWIND_TRACE_API("unw_set_reg(cursor=%p, regNum=%d, value=0x%llX)\n",
H A DUnwind-EHABI.cpp574 unw_set_reg(&cursor2, UNW_REG_IP,
796 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno),
803 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno),
/external/libcxxabi/include/
H A Dlibunwind.h93 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;

Completed in 3470 milliseconds