OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_REG_EH
(Results
1 - 5
of
5
) sorted by null
/external/libunwind/src/setjmp/
siglongjmp.c
102
if (unw_set_reg (&c,
UNW_REG_EH
+ 2, wp[JB_MASK]) < 0
104
&& unw_set_reg (&c,
UNW_REG_EH
+ 3, wp[JB_MASK + 1]) < 0))
107
if (unw_set_reg (&c,
UNW_REG_EH
+ 2, &wp[JB_MASK]) < 0)
115
if (unw_set_reg (&c,
UNW_REG_EH
+ 0, wp[JB_RP]) < 0
116
|| unw_set_reg (&c,
UNW_REG_EH
+ 1, val) < 0
longjmp.c
87
if (unw_set_reg (&c,
UNW_REG_EH
+ 0, wp[JB_RP]) < 0
88
|| unw_set_reg (&c,
UNW_REG_EH
+ 1, val) < 0
/external/libunwind/tests/
Gia64-test-rbs.c
114
|| unw_set_reg (&c,
UNW_REG_EH
+ 0, 0) /* ret val */
115
|| unw_set_reg (&c,
UNW_REG_EH
+ 1, ip))
/external/libunwind/include/
libunwind-common.h.in
73
UNW_REG_EH
= UNW_TDEP_EH, /* (rw) exception-handling reg base */
libunwind-common.h
85
UNW_REG_EH
= UNW_TDEP_EH, /* (rw) exception-handling reg base */
Completed in 60 milliseconds