/external/libunwind/src/setjmp/ |
D | siglongjmp.c | 102 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()
|
D | longjmp.c | 87 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/ |
D | SetGR.c | 38 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()
|
D | SetIP.c | 31 unw_set_reg (&context->cursor, UNW_REG_IP, new_value); in _Unwind_SetIP()
|
/external/libunwind/tests/ |
D | Gia64-test-readonly.c | 65 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()
|
D | Gia64-test-rbs.c | 113 || 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()
|
D | test-static-link-gen.c | 38 (void *) &unw_set_reg,
|
D | test-static-link-loc.c | 56 (void *) &unw_set_reg,
|
D | ia64-test-sig.c | 72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0) in sighandler()
|
D | Gia64-test-nat.c | 526 if ((ret = unw_set_reg (c, UNW_IA64_PR, vals[0])) < 0) in check_pr()
|
/external/libunwind/doc/ |
D | Makefile.am | 21 unw_set_reg.man \ 45 unw_set_reg.tex \
|
D | NOTES | 36 with unw_set_reg(). For floating-point registers, there are separate
|
/external/libunwind/src/mi/ |
D | Gset_reg.c | 29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) in unw_set_reg() function
|
/external/libunwind_llvm/src/ |
D | UnwindLevel1-gcc-ext.c | 98 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()
|
D | UnwindLevel1.c | 484 unw_set_reg(cursor, index, value); in _Unwind_SetGR() 505 unw_set_reg(cursor, UNW_REG_IP, value); in _Unwind_SetIP()
|
D | Unwind-EHABI.cpp | 559 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()
|
D | libunwind.cpp | 95 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_reg() function
|
D | Unwind-seh.cpp | 118 unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc-1); in _GCC_specific_handler()
|
/external/libunwind/include/ |
D | libunwind-common.h | 253 #define unw_set_reg UNW_OBJ(set_reg) macro 282 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
|
D | libunwind-common.h.in | 220 #define unw_set_reg UNW_OBJ(set_reg) macro 247 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
|
/external/libunwind/ |
D | TODO | 94 + man-page for unw_set_reg()
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 108 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
|