Ucontext 144 src/pkg/runtime/defs_darwin_386.h typedef struct Ucontext Ucontext; Ucontext 377 src/pkg/runtime/defs_darwin_386.h Ucontext *uc_link; Ucontext 144 src/pkg/runtime/defs_darwin_amd64.h typedef struct Ucontext Ucontext; Ucontext 380 src/pkg/runtime/defs_darwin_amd64.h Ucontext *uc_link; Ucontext 93 src/pkg/runtime/defs_dragonfly_386.h typedef struct Ucontext Ucontext; Ucontext 170 src/pkg/runtime/defs_dragonfly_386.h Ucontext *uc_link; Ucontext 93 src/pkg/runtime/defs_dragonfly_amd64.h typedef struct Ucontext Ucontext; Ucontext 180 src/pkg/runtime/defs_dragonfly_amd64.h Ucontext *uc_link; Ucontext 97 src/pkg/runtime/defs_freebsd_386.h typedef struct Ucontext Ucontext; Ucontext 183 src/pkg/runtime/defs_freebsd_386.h Ucontext *uc_link; Ucontext 97 src/pkg/runtime/defs_freebsd_amd64.h typedef struct Ucontext Ucontext; Ucontext 194 src/pkg/runtime/defs_freebsd_amd64.h Ucontext *uc_link; Ucontext 97 src/pkg/runtime/defs_freebsd_arm.h typedef struct Ucontext Ucontext; Ucontext 155 src/pkg/runtime/defs_freebsd_arm.h Ucontext *uc_link; Ucontext 102 src/pkg/runtime/defs_linux_386.h typedef struct Ucontext Ucontext; Ucontext 196 src/pkg/runtime/defs_linux_386.h Ucontext *uc_link; Ucontext 149 src/pkg/runtime/defs_linux_amd64.h typedef struct Ucontext Ucontext; Ucontext 216 src/pkg/runtime/defs_linux_amd64.h Ucontext *uc_link; Ucontext 123 src/pkg/runtime/defs_linux_arm.h typedef struct Ucontext Ucontext; Ucontext 126 src/pkg/runtime/defs_linux_arm.h Ucontext *uc_link; Ucontext 111 src/pkg/runtime/defs_solaris_amd64.h typedef struct Ucontext Ucontext; Ucontext 168 src/pkg/runtime/defs_solaris_amd64.h Ucontext *uc_link; Ucontext 82 src/pkg/runtime/os_solaris.c void runtime·getcontext(Ucontext *context); Ucontext 412 src/pkg/runtime/os_solaris.c runtime·getcontext(Ucontext* context) Ucontext 5 src/pkg/runtime/signal_darwin_386.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext->ss) Ucontext 5 src/pkg/runtime/signal_darwin_amd64.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext->ss) Ucontext 5 src/pkg/runtime/signal_dragonfly_386.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext) Ucontext 5 src/pkg/runtime/signal_dragonfly_amd64.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext) Ucontext 5 src/pkg/runtime/signal_freebsd_386.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext) Ucontext 5 src/pkg/runtime/signal_freebsd_amd64.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext) Ucontext 5 src/pkg/runtime/signal_freebsd_arm.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext) Ucontext 5 src/pkg/runtime/signal_linux_386.h #define SIG_REGS(ctxt) (*((Sigcontext*)&((Ucontext*)(ctxt))->uc_mcontext)) Ucontext 5 src/pkg/runtime/signal_linux_amd64.h #define SIG_REGS(ctxt) (*((Sigcontext*)&((Ucontext*)(ctxt))->uc_mcontext)) Ucontext 5 src/pkg/runtime/signal_linux_arm.h #define SIG_REGS(ctxt) (*((Sigcontext*)&((Ucontext*)(ctxt))->uc_mcontext)) Ucontext 5 src/pkg/runtime/signal_solaris_amd64.h #define SIG_REGS(ctxt) (((Ucontext*)(ctxt))->uc_mcontext)