Searched refs:UNW_REG_EH (Results 1 – 5 of 5) sorted by relevance
/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()
|
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()
|
/external/libunwind/tests/ |
D | Gia64-test-rbs.c | 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()
|
/external/libunwind/include/ |
D | libunwind-common.h | 85 UNW_REG_EH = UNW_TDEP_EH, /* (rw) exception-handling reg base */ enumerator
|
D | libunwind-common.h.in | 73 UNW_REG_EH = UNW_TDEP_EH, /* (rw) exception-handling reg base */ enumerator
|