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 124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
125 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-ia64.h 165 # define unw_tdep_getcontext getcontext macro
167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
168 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-mips.h 153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
154 extern int unw_tdep_getcontext (ucontext_t *uc);
libunwind-x86.h 183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-x86_64.h 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
138 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 269 #define unw_tdep_getcontext(uc) (({ \ macro
277 #define unw_tdep_getcontext(uc) (({ \ macro
libunwind-aarch64.h 186 #define unw_tdep_getcontext(uc) (({ \ macro
libunwind-ppc32.h 191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
libunwind-ppc64.h 248 #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 120 #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 211 milliseconds