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 118 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
119 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 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_64.h 129 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
132 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-aarch64.h 180 #define unw_tdep_getcontext(uc) (({ \ macro
libunwind-ppc32.h 188 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
libunwind-x86.h 177 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
178 extern int unw_tdep_getcontext (unw_tdep_context_t *);
libunwind-ppc64.h 245 #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

Completed in 74 milliseconds