HomeSort by relevance Sort by last modified time
    Searched defs:unw_tdep_getcontext (Results 1 - 10 of 10) 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-sh.h 89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
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_64.h 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
138 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-aarch64.h 186 #define unw_tdep_getcontext(uc) (({ \ macro
libunwind-ppc32.h 191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
libunwind-x86.h 183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-ppc64.h 248 #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

Completed in 1230 milliseconds