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 107 typedef ucontext_t unw_tdep_context_t; typedef
125 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-sh.h 87 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-ia64.h 154 typedef ucontext_t unw_tdep_context_t; typedef
168 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-mips.h 135 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-x86_64.h 121 typedef ucontext_t unw_tdep_context_t; typedef
138 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-aarch64.h 179 typedef ucontext_t unw_tdep_context_t; typedef
187 unw_tdep_context_t *unw_ctx = (uc); \
libunwind-ppc32.h 185 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-x86.h 168 typedef ucontext_t unw_tdep_context_t; typedef
184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-ppc64.h 242 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-arm.h 263 unw_tdep_context_t; typedef in typeref:struct:unw_tdep_context
270 unw_tdep_context_t *unw_ctx = (uc); \
278 unw_tdep_context_t *unw_ctx = (uc); \

Completed in 84 milliseconds