Searched refs:unw_tdep_getcontext (Results 1 - 13 of 13) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-hppa.h124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
125 extern int unw_tdep_getcontext (unw_tdep_context_t *);
H A Dlibunwind-ia64.h165 # 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 *);
H A Dlibunwind-mips.h153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
154 extern int unw_tdep_getcontext (ucontext_t *uc);
H A Dlibunwind-x86.h183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
H A Dlibunwind-x86_64.h135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
138 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-arm.h269 #define unw_tdep_getcontext(uc) (({ \ macro
277 #define unw_tdep_getcontext(uc) (({ \ macro
H A Dlibunwind-aarch64.h186 #define unw_tdep_getcontext(uc) (({ \ macro
H A Dlibunwind-ppc32.h191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
H A Dlibunwind-ppc64.h248 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
H A Dlibunwind-common.h.in108 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
H A Dlibunwind-common.h120 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
/external/libunwind/src/arm/
H A Dgetcontext.S34 @ function -- see also the libunwind-arm.h:unw_tdep_getcontext macro.

Completed in 101 milliseconds