HomeSort by relevance Sort by last modified time
    Searched refs:unw_tdep_getcontext (Results 1 - 13 of 13) sorted by null

  /external/libunwind/include/
libunwind-hppa.h 118 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
119 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-ia64.h 162 # define unw_tdep_getcontext getcontext macro
164 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
165 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-mips.h 147 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
148 extern int unw_tdep_getcontext (ucontext_t *uc);
libunwind-x86.h 177 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
178 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-x86_64.h 129 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
132 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-sh.h 89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
libunwind-arm.h 266 #define unw_tdep_getcontext(uc) (({ \ macro
274 #define unw_tdep_getcontext(uc) (({ \ macro
libunwind-aarch64.h 180 #define unw_tdep_getcontext(uc) (({ \ macro
libunwind-ppc32.h 188 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
libunwind-ppc64.h 245 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
libunwind-common.h.in 108 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
libunwind-common.h 112 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
  /external/libunwind/src/arm/
getcontext.S 34 @ function -- see also the libunwind-arm.h:unw_tdep_getcontext macro.

Completed in 130 milliseconds