Home
last modified time | relevance | path

Searched refs:UNW_REG_EH (Results 1 – 5 of 5) sorted by relevance

/third_party/libunwind/src/setjmp/
Dsiglongjmp.c106 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()
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()
/third_party/libunwind/tests/
DGia64-test-rbs.c114 || 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()
/third_party/libunwind/include/
Dlibunwind-common.h76 UNW_REG_EH = UNW_TDEP_EH, /* (rw) exception-handling reg base */ enumerator
Dlibunwind-common.h.in86 UNW_REG_EH = UNW_TDEP_EH, /* (rw) exception-handling reg base */ enumerator