Searched defs:unw_tdep_getcontext (Results 1 - 10 of 10) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-hppa.h118 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
119 extern int unw_tdep_getcontext (unw_tdep_context_t *);
H A Dlibunwind-sh.h89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
H A Dlibunwind-ia64.h162 # 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 *);
H A Dlibunwind-mips.h147 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
148 extern int unw_tdep_getcontext (ucontext_t *uc);
H A Dlibunwind-x86_64.h129 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
132 extern int unw_tdep_getcontext (unw_tdep_context_t *);
H A Dlibunwind-aarch64.h180 #define unw_tdep_getcontext(uc) (({ \ macro
H A Dlibunwind-ppc32.h188 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
H A Dlibunwind-x86.h177 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
178 extern int unw_tdep_getcontext (unw_tdep_context_t *);
H A Dlibunwind-ppc64.h245 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
H A Dlibunwind-arm.h266 #define unw_tdep_getcontext(uc) (({ \ macro
274 #define unw_tdep_getcontext(uc) (({ \ macro

Completed in 74 milliseconds