runtime.g.stackguard1 (field)
7 uses
runtime (current package)
proc.go#L746: mp.gsignal.stackguard1 = mp.gsignal.stack.lo + _StackGuard
proc.go#L1271: _g_.stackguard1 = _g_.stackguard0
proc.go#L3951: newg.stackguard1 = ^uintptr(0)
runtime2.go#L414: stackguard1 uintptr // offset known to liblink
signal_unix.go#L1190: old.stackguard1 = g.m.gsignal.stackguard1
signal_unix.go#L1197: g.m.gsignal.stackguard1 = stsp + _StackGuard
signal_unix.go#L1208: gp.stackguard1 = st.stackguard1
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |