Searched refs:ucontext_t (Results 1 - 3 of 3) sorted by relevance

/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c43 typedef struct ucontext ucontext_t; typedef in typeref:struct:ucontext
47 /* Old versions of the Android <signal.h> didn't define ucontext_t. */
71 } ucontext_t; typedef in typeref:struct:ucontext
128 const ucontext_t* uc = (const ucontext_t*)sigcontext;
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c55 } ucontext_t; typedef in typeref:struct:ucontext
158 const ucontext_t* uc = (const ucontext_t*)sigcontext;
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c66 /* Old versions of the Android <signal.h> didn't define ucontext_t. */
76 } ucontext_t; typedef in typeref:struct:ucontext
558 const ucontext_t* uc = (const ucontext_t*)sigcontext;

Completed in 123 milliseconds