HomeSort by relevance Sort by last modified time
    Searched refs:unw_tdep_context_t (Results 1 - 21 of 21) 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-aarch64.h 173 typedef ucontext_t unw_tdep_context_t; typedef
181 unw_tdep_context_t *unw_ctx = (uc); \
libunwind-ia64.h 151 typedef ucontext_t unw_tdep_context_t; typedef
165 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-x86.h 165 typedef ucontext_t unw_tdep_context_t; typedef
178 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-x86_64.h 118 typedef ucontext_t unw_tdep_context_t; typedef
132 extern int unw_tdep_getcontext (unw_tdep_context_t *);
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); \
libunwind-sh.h 87 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-mips.h 132 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-ppc32.h 182 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-ppc64.h 239 typedef ucontext_t unw_tdep_context_t; typedef
libunwind-common.h.in 102 typedef unw_tdep_context_t unw_context_t;
libunwind-common.h 106 typedef unw_tdep_context_t unw_context_t;
  /external/libunwind/src/arm/
Ginit.c 42 uc_addr (unw_tdep_context_t *uc, int reg)
53 tdep_uc_addr (unw_tdep_context_t *uc, int reg)
125 unw_tdep_context_t *uc = arg;
155 unw_tdep_context_t *uc = arg;
Gresume.c 41 unw_tdep_context_t *uc = c->dwarf.as_arg;
  /system/core/libbacktrace/
UnwindCurrent.cpp 55 unw_tdep_context_t* unw_context = reinterpret_cast<unw_tdep_context_t*>(&context_);
  /external/libunwind/src/sh/
Gresume.c 37 unw_tdep_context_t *uc = c->dwarf.as_arg;
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 258 extern int tdep_getcontext_trace (unw_tdep_context_t *);
  /external/libunwind/src/aarch64/
Gresume.c 37 unw_tdep_context_t *uc = c->dwarf.as_arg;
  /external/libunwind/include/tdep-aarch64/
libunwind_i.h 303 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);
  /external/libunwind/include/tdep-arm/
libunwind_i.h 296 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);
  /external/libunwind/include/tdep-sh/
libunwind_i.h 287 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);

Completed in 1153 milliseconds