SIG_EDI            11 src/pkg/runtime/signal_darwin_386.h #define SIG_EDI(info, ctxt) (SIG_REGS(ctxt).edi)
SIG_EDI            11 src/pkg/runtime/signal_dragonfly_386.h #define SIG_EDI(info, ctxt) (SIG_REGS(ctxt).mc_edi)
SIG_EDI            11 src/pkg/runtime/signal_freebsd_386.h #define SIG_EDI(info, ctxt) (SIG_REGS(ctxt).mc_edi)
SIG_EDI            11 src/pkg/runtime/signal_linux_386.h #define SIG_EDI(info, ctxt) (SIG_REGS(ctxt).edi)
SIG_EDI            11 src/pkg/runtime/signal_nacl_386.h #define SIG_EDI(info, ctxt) (SIG_REGS(ctxt).edi)
SIG_EDI            11 src/pkg/runtime/signal_netbsd_386.h #define SIG_EDI(info, ctxt) (SIG_REGS(ctxt).__gregs[REG_EDI])
SIG_EDI            11 src/pkg/runtime/signal_openbsd_386.h #define SIG_EDI(info, ctxt) (SIG_REGS(ctxt).sc_edi)