Searched defs:ucontext (Results 1 - 3 of 3) sorted by relevance

/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c50 typedef struct ucontext { struct
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c70 typedef struct ucontext { struct
72 struct ucontext* uc_link;
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c45 #include <asm/ucontext.h>
46 typedef struct ucontext ucontext_t;
68 typedef struct ucontext { struct
70 struct ucontext* uc_link;
81 #include <ucontext.h>
87 #include <ucontext.h>

Completed in 5 milliseconds