SIG_EBP 13 src/pkg/runtime/signal_darwin_386.h #define SIG_EBP(info, ctxt) (SIG_REGS(ctxt).ebp) SIG_EBP 13 src/pkg/runtime/signal_dragonfly_386.h #define SIG_EBP(info, ctxt) (SIG_REGS(ctxt).mc_ebp) SIG_EBP 13 src/pkg/runtime/signal_freebsd_386.h #define SIG_EBP(info, ctxt) (SIG_REGS(ctxt).mc_ebp) SIG_EBP 13 src/pkg/runtime/signal_linux_386.h #define SIG_EBP(info, ctxt) (SIG_REGS(ctxt).ebp) SIG_EBP 13 src/pkg/runtime/signal_nacl_386.h #define SIG_EBP(info, ctxt) (SIG_REGS(ctxt).ebp) SIG_EBP 13 src/pkg/runtime/signal_netbsd_386.h #define SIG_EBP(info, ctxt) (SIG_REGS(ctxt).__gregs[REG_EBP]) SIG_EBP 13 src/pkg/runtime/signal_openbsd_386.h #define SIG_EBP(info, ctxt) (SIG_REGS(ctxt).sc_ebp)