var runtime.islibrary
8 uses
runtime (current package)
proc.go#L219: if isarchive || islibrary {
proc.go#L4994: if islibrary || isarchive {
runtime1.go#L427: if islibrary || isarchive {
runtime2.go#L1103: islibrary bool // -buildmode=c-shared
signal_unix.go#L119: if (isarchive || islibrary) && !preinit {
signal_unix.go#L169: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE {
signal_unix.go#L828: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && c.sigcode() != _SI_USER {
signal_unix.go#L1163: if isarchive || islibrary {
![]() |
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. |