Sigcontext 101 src/pkg/runtime/defs_linux_386.h typedef struct Sigcontext Sigcontext; Sigcontext 198 src/pkg/runtime/defs_linux_386.h Sigcontext uc_mcontext; Sigcontext 150 src/pkg/runtime/defs_linux_amd64.h typedef struct Sigcontext Sigcontext; Sigcontext 98 src/pkg/runtime/defs_linux_arm.h typedef struct Sigcontext Sigcontext; Sigcontext 128 src/pkg/runtime/defs_linux_arm.h Sigcontext uc_mcontext; Sigcontext 86 src/pkg/runtime/defs_openbsd_386.h typedef struct Sigcontext Sigcontext; Sigcontext 86 src/pkg/runtime/defs_openbsd_amd64.h typedef struct Sigcontext Sigcontext; Sigcontext 5 src/pkg/runtime/signal_linux_386.h #define SIG_REGS(ctxt) (*((Sigcontext*)&((Ucontext*)(ctxt))->uc_mcontext)) Sigcontext 5 src/pkg/runtime/signal_linux_amd64.h #define SIG_REGS(ctxt) (*((Sigcontext*)&((Ucontext*)(ctxt))->uc_mcontext)) Sigcontext 5 src/pkg/runtime/signal_linux_arm.h #define SIG_REGS(ctxt) (*((Sigcontext*)&((Ucontext*)(ctxt))->uc_mcontext)) Sigcontext 5 src/pkg/runtime/signal_openbsd_386.h #define SIG_REGS(ctxt) (*(Sigcontext*)(ctxt)) Sigcontext 5 src/pkg/runtime/signal_openbsd_amd64.h #define SIG_REGS(ctxt) (*(Sigcontext*)(ctxt))