Home
last modified time | relevance | path

Searched refs:UNW_REG_EH (Results 1 – 5 of 5) 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()
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()
/external/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()
/external/libunwind/include/
Dlibunwind-common.h85 UNW_REG_EH = UNW_TDEP_EH, /* (rw) exception-handling reg base */ enumerator
Dlibunwind-common.h.in73 UNW_REG_EH = UNW_TDEP_EH, /* (rw) exception-handling reg base */ enumerator