Searched defs:unw_context_t (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-common.h106 typedef unw_tdep_context_t unw_context_t; typedef
108 /* unw_getcontext() fills the unw_context_t pointed to by UC with the
262 extern int unw_init_local (unw_cursor_t *, unw_context_t *);
/external/libcxxabi/include/
H A Dlibunwind.h54 struct unw_context_t { struct
57 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
94 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
95 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;

Completed in 930 milliseconds