SIG_RFLAGS 24 src/pkg/runtime/signal_darwin_amd64.h #define SIG_RFLAGS(info, ctxt) (SIG_REGS(ctxt).rflags) SIG_RFLAGS 24 src/pkg/runtime/signal_dragonfly_amd64.h #define SIG_RFLAGS(info, ctxt) (SIG_REGS(ctxt).mc_rflags) SIG_RFLAGS 24 src/pkg/runtime/signal_freebsd_amd64.h #define SIG_RFLAGS(info, ctxt) (SIG_REGS(ctxt).mc_rflags) SIG_RFLAGS 24 src/pkg/runtime/signal_linux_amd64.h #define SIG_RFLAGS(info, ctxt) ((uint64)SIG_REGS(ctxt).eflags) SIG_RFLAGS 24 src/pkg/runtime/signal_nacl_amd64p32.h #define SIG_RFLAGS(info, ctxt) (SIG_REGS(ctxt).rflags) SIG_RFLAGS 24 src/pkg/runtime/signal_netbsd_amd64.h #define SIG_RFLAGS(info, ctxt) (SIG_REGS(ctxt).__gregs[REG_RFLAGS]) SIG_RFLAGS 24 src/pkg/runtime/signal_openbsd_amd64.h #define SIG_RFLAGS(info, ctxt) (SIG_REGS(ctxt).sc_rflags) SIG_RFLAGS 24 src/pkg/runtime/signal_solaris_amd64.h #define SIG_RFLAGS(info, ctxt) (SIG_REGS(ctxt).gregs[REG_RFLAGS])