Searched refs:unw_tdep_getcontext (Results 1 – 13 of 13) sorted by relevance
165 # define unw_tdep_getcontext getcontext macro167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro168 extern int unw_tdep_getcontext (unw_tdep_context_t *);
124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro125 extern int unw_tdep_getcontext (unw_tdep_context_t *);
135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro138 extern int unw_tdep_getcontext (unw_tdep_context_t *);
153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro154 extern int unw_tdep_getcontext (ucontext_t *uc);
183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
269 #define unw_tdep_getcontext(uc) (({ \ macro277 #define unw_tdep_getcontext(uc) (({ \ macro
89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
186 #define unw_tdep_getcontext(uc) (({ \ macro
248 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
120 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
108 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
34 @ function -- see also the libunwind-arm.h:unw_tdep_getcontext macro.