Blame sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym

Packit Service 82fcde
#include <stddef.h>
Packit Service 82fcde
#include <signal.h>
Packit Service 82fcde
#include <sys/ucontext.h>
Packit Service 82fcde
Packit Service 82fcde
--
Packit Service 82fcde
Packit Service 82fcde
SIG_BLOCK
Packit Service 82fcde
SIG_SETMASK
Packit Service 82fcde
Packit Service 82fcde
Packit Service 82fcde
-- Offsets of the fields in the ucontext_t structure.
Packit Service 82fcde
#define ucontext(member)	offsetof (ucontext_t, member)
Packit Service 82fcde
#define mcontext(member)	ucontext (uc_mcontext.member)
Packit Service 82fcde
Packit Service 82fcde
UCONTEXT_LINK			ucontext (uc_link)
Packit Service 82fcde
UCONTEXT_STACK			ucontext (uc_stack)
Packit Service 82fcde
UCONTEXT_STACK_SP		ucontext (uc_stack.ss_sp)
Packit Service 82fcde
UCONTEXT_STACK_FLAGS		ucontext (uc_stack.ss_flags)
Packit Service 82fcde
UCONTEXT_STACK_SIZE		ucontext (uc_stack.ss_size)
Packit Service 82fcde
UCONTEXT_SIGMASK		ucontext (uc_sigmask)
Packit Service 82fcde
UCONTEXT_MCONTEXT		ucontext (uc_mcontext)
Packit Service 82fcde
SIGCONTEXT_SIGNAL		mcontext (signal)
Packit Service 82fcde
SIGCONTEXT_HANDLER		mcontext (handler)
Packit Service 82fcde
SIGCONTEXT_OLDMASK		mcontext (oldmask)
Packit Service 82fcde
SIGCONTEXT_PT_REGS		mcontext (regs)
Packit Service 82fcde
SIGCONTEXT_GP_REGS		mcontext (gp_regs)
Packit Service 82fcde
SIGCONTEXT_FP_REGS		mcontext (fp_regs)
Packit Service 82fcde
SIGCONTEXT_V_REGS_PTR		mcontext (v_regs)
Packit Service 82fcde
SIGCONTEXT_V_RESERVE		mcontext (vmx_reserve)