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

/external/libunwind/include/
H A Dlibunwind-common.h114 typedef unw_tdep_context_t unw_context_t; typedef
116 /* unw_getcontext() fills the unw_context_t pointed to by UC with the
274 extern int unw_init_local (unw_cursor_t *, unw_context_t *);
/external/libunwind_llvm/include/
H A Dlibunwind.h62 struct unw_context_t { struct
65 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
102 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
103 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;

Completed in 121 milliseconds