Home
last modified time | relevance | path

Searched refs:unw_tdep_getcontext (Results 1 – 16 of 16) sorted by relevance

/third_party/libunwind/include/
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 *);
Dlibunwind-hppa.h118 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext) macro
119 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-s390x.h134 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
137 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-x86_64.h131 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
134 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-mips.h150 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
151 extern int unw_tdep_getcontext (ucontext_t *uc);
Dlibunwind-x86.h183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-riscv.h177 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext) macro
180 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-arm.h272 #define unw_tdep_getcontext(uc) ({ \ macro
283 #define unw_tdep_getcontext(uc) ({ \ macro
Dlibunwind-sh.h89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
Dlibunwind-tilegx.h152 #define unw_tdep_getcontext getcontext macro
Dlibunwind-ppc32.h188 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
Dlibunwind-ppc64.h252 #define unw_tdep_getcontext(uc) (getcontext (uc), 0) macro
Dlibunwind-aarch64.h233 #define unw_tdep_getcontext(uc) ({ \ macro
Dlibunwind-common.h113 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
Dlibunwind-common.h.in127 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
/third_party/libunwind/src/arm/
Dgetcontext.S34 @ function -- see also the libunwind-arm.h:unw_tdep_getcontext macro.