Home
last modified time | relevance | path

Searched refs:unw_set_reg (Results 1 – 22 of 22) sorted by relevance

/external/libunwind/src/setjmp/
Dsiglongjmp.c102 if (unw_set_reg (&c, UNW_REG_EH + 2, wp[JB_MASK]) < 0 in siglongjmp()
104 && unw_set_reg (&c, UNW_REG_EH + 3, wp[JB_MASK + 1]) < 0)) in siglongjmp()
107 if (unw_set_reg (&c, UNW_REG_EH + 2, &wp[JB_MASK]) < 0) in siglongjmp()
115 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0 in siglongjmp()
116 || unw_set_reg (&c, UNW_REG_EH + 1, val) < 0 in siglongjmp()
117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont)) in siglongjmp()
Dlongjmp.c87 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0 in _longjmp()
88 || unw_set_reg (&c, UNW_REG_EH + 1, val) < 0 in _longjmp()
89 || unw_set_reg (&c, UNW_REG_IP, in _longjmp()
/external/libunwind/src/unwind/
DSetGR.c38 unw_set_reg (&context->cursor, index, new_value); in _Unwind_SetGR()
42 unw_set_reg (&context->cursor, UNW_IA64_NAT + (index - UNW_IA64_GR), 0); in _Unwind_SetGR()
DSetIP.c31 unw_set_reg (&context->cursor, UNW_REG_IP, new_value); in _Unwind_SetIP()
/external/libunwind/tests/
DGia64-test-readonly.c65 if ((ret = unw_set_reg (&c, UNW_IA64_IP, 99)) != -UNW_EREADONLYREG) in checker()
68 if ((ret = unw_set_reg (&c, UNW_IA64_AR_LC, 99)) != -UNW_EREADONLYREG) in checker()
DGia64-test-rbs.c113 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) &resumption_point_label) < 0 in unwind_and_resume()
114 || unw_set_reg (&c, UNW_REG_EH + 0, 0) /* ret val */ in unwind_and_resume()
115 || unw_set_reg (&c, UNW_REG_EH + 1, ip)) in unwind_and_resume()
Dtest-static-link-gen.c38 (void *) &unw_set_reg,
Dtest-static-link-loc.c56 (void *) &unw_set_reg,
Dia64-test-sig.c72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0) in sighandler()
DGia64-test-nat.c526 if ((ret = unw_set_reg (c, UNW_IA64_PR, vals[0])) < 0) in check_pr()
/external/libunwind/doc/
DMakefile.am21 unw_set_reg.man \
45 unw_set_reg.tex \
DNOTES36 with unw_set_reg(). For floating-point registers, there are separate
/external/libunwind/src/mi/
DGset_reg.c29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) in unw_set_reg() function
/external/libunwind_llvm/src/
DUnwindLevel1-gcc-ext.c98 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t) pc); in _Unwind_FindEnclosingFunction()
196 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t) pc); in _Unwind_Find_FDE()
DUnwindLevel1.c484 unw_set_reg(cursor, index, value); in _Unwind_SetGR()
505 unw_set_reg(cursor, UNW_REG_IP, value); in _Unwind_SetIP()
DUnwind-EHABI.cpp559 unw_set_reg(cursor, UNW_REG_IP, in unwind_phase2()
765 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Set()
789 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno), in _Unwind_VRS_Set()
Dlibunwind.cpp95 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_reg() function
DUnwind-seh.cpp118 unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc-1); in _GCC_specific_handler()
/external/libunwind/include/
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);
Dlibunwind-common.h.in220 #define unw_set_reg UNW_OBJ(set_reg) macro
247 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
/external/libunwind/
DTODO94 + man-page for unw_set_reg()
/external/libunwind_llvm/include/
Dlibunwind.h108 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;