HomeSort by relevance Sort by last modified time
    Searched defs:unw_tdep_context_t (Results 1 - 10 of 10) sorted by null

  /external/libunwind/include/
libunwind-hppa.h 104 typedef ucontext_t unw_tdep_context_t; typedef
119 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-sh.h 87 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-ia64.h 151 typedef ucontext_t unw_tdep_context_t; typedef
165 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-mips.h 132 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-x86_64.h 118 typedef ucontext_t unw_tdep_context_t; typedef
132 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-aarch64.h 173 typedef ucontext_t unw_tdep_context_t; typedef
181 unw_tdep_context_t *unw_ctx = (uc); \
libunwind-ppc32.h 182 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-x86.h 165 typedef ucontext_t unw_tdep_context_t; typedef
178 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-ppc64.h 239 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-arm.h 260 unw_tdep_context_t; typedef in typeref:struct:unw_tdep_context
267 unw_tdep_context_t *unw_ctx = (uc); \
275 unw_tdep_context_t *unw_ctx = (uc); \

Completed in 67 milliseconds