Searched refs:unw_set_reg (Results 1 – 16 of 16) sorted by relevance
/third_party/libunwind/src/setjmp/ |
D | siglongjmp.c | 106 if (unw_set_reg (&c, UNW_REG_EH + 2, wp[JB_MASK]) < 0 in siglongjmp() 108 && unw_set_reg (&c, UNW_REG_EH + 3, wp[JB_MASK + 1]) < 0)) in siglongjmp() 111 if (unw_set_reg (&c, UNW_REG_EH + 2, &wp[JB_MASK]) < 0) in siglongjmp() 119 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0 in siglongjmp() 120 || unw_set_reg (&c, UNW_REG_EH + 1, val) < 0 in siglongjmp() 121 || 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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/libunwind/doc/ |
D | Makefile.am | 25 unw_set_reg.man \ 52 unw_set_reg.tex \
|
D | NOTES | 36 with unw_set_reg(). For floating-point registers, there are separate
|
/third_party/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
|
/third_party/libunwind/include/ |
D | libunwind-common.h | 249 #define unw_set_reg UNW_OBJ(set_reg) macro 285 extern int unw_set_reg(unw_cursor_t *, int, unw_word_t);
|
D | libunwind-common.h.in | 251 #define unw_set_reg UNW_OBJ(set_reg) macro 283 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
|
/third_party/libunwind/ |
D | TODO | 94 + man-page for unw_set_reg()
|