ucontext
Regular
4.4
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
4.8
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
4.10
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
4.13
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
4.15
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
4.18
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.0
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.3
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.4
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.8
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.11
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.13
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.15
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
5.19
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
6.2
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
6.5
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
6.8
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
arm64
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
sigset_t uc_sigmask;
__u8 __unused[120];
struct sigcontext uc_mcontext;
};
armhf
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext uc_mcontext;
sigset_t uc_sigmask;
int __unused[30];
long unsigned int uc_regspace[128];
};
ppc64el
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
sigset_t uc_sigmask;
sigset_t __unused[15];
struct sigcontext uc_mcontext;
};
riscv64
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
sigset_t uc_sigmask;
__u8 __unused[120];
struct sigcontext uc_mcontext;
};
aws
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
azure
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
gcp
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
lowlatency
: ✅struct ucontext {
long unsigned int uc_flags;
struct ucontext *uc_link;
stack_t uc_stack;
struct sigcontext_64 uc_mcontext;
sigset_t uc_sigmask;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
⚠️__u8 __unused[120]
struct sigcontext_64 uc_mcontext
➡️ struct sigcontext uc_mcontext
amd64
and armhf
⚠️int __unused[30]
long unsigned int uc_regspace[128]
struct sigcontext_64 uc_mcontext
➡️ struct sigcontext uc_mcontext
amd64
and ppc64el
⚠️sigset_t __unused[15]
struct sigcontext_64 uc_mcontext
➡️ struct sigcontext uc_mcontext
amd64
and riscv64
⚠️__u8 __unused[120]
struct sigcontext_64 uc_mcontext
➡️ struct sigcontext uc_mcontext
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅