Home
last modified time | relevance | path

Searched refs:mcontext_t (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Ducontext.h82 typedef struct sigcontext mcontext_t; typedef
88 mcontext_t uc_mcontext;
110 typedef struct sigcontext mcontext_t;
122 mcontext_t uc_mcontext;
197 } mcontext_t;
203 mcontext_t uc_mcontext;
301 } mcontext_t;
307 mcontext_t uc_mcontext;
362 typedef struct mcontext_t {
365 } mcontext_t;
[all …]
/bionic/tests/headers/posix/
Dsignal_h.c127 TYPE(mcontext_t); in signal_h()
133 STRUCT_MEMBER(ucontext_t, mcontext_t, uc_mcontext); in signal_h()