/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
lib.go | 481 iscgo = iscgo || Ctxt.Library[i].Pkg == "runtime/cgo" 501 // cgo on Darwin must use external linking 504 // runtime/cgo, runtime/cgo requires cmd/cgo, but cmd/cgo needs to be 511 // cmd/7l doesn't support cgo internal linking 519 // The startup code uses an import of runtime/cgo to decide 522 loadinternal("runtime/cgo") 529 Exitf("cannot implicitly include runtime/cgo in a shared library" [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
lib.go | 478 iscgo = iscgo || Ctxt.Library[i].Pkg == "runtime/cgo" 498 // cgo on Darwin must use external linking 501 // runtime/cgo, runtime/cgo requires cmd/cgo, but cmd/cgo needs to be 508 // cmd/7l doesn't support cgo internal linking 516 // The startup code uses an import of runtime/cgo to decide 519 loadinternal("runtime/cgo") 526 Exitf("cannot implicitly include runtime/cgo in a shared library" [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
lib.go | 481 iscgo = iscgo || Ctxt.Library[i].Pkg == "runtime/cgo" 501 // cgo on Darwin must use external linking 504 // runtime/cgo, runtime/cgo requires cmd/cgo, but cmd/cgo needs to be 511 // cmd/7l doesn't support cgo internal linking 519 // The startup code uses an import of runtime/cgo to decide 522 loadinternal("runtime/cgo") 529 Exitf("cannot implicitly include runtime/cgo in a shared library" [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | 478 iscgo = iscgo || Ctxt.Library[i].Pkg == "runtime/cgo" 498 // cgo on Darwin must use external linking 501 // runtime/cgo, runtime/cgo requires cmd/cgo, but cmd/cgo needs to be 508 // cmd/7l doesn't support cgo internal linking 516 // The startup code uses an import of runtime/cgo to decide 519 loadinternal("runtime/cgo") 526 Exitf("cannot implicitly include runtime/cgo in a shared library" [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
obj.go | 68 // write empty export section; must be before cgo section 72 fmt.Fprintf(bout, "\n$$ // cgo\n")
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
obj.go | 65 // write empty export section; must be before cgo section 69 fmt.Fprintf(bout, "\n$$ // cgo\n")
|
/prebuilts/go/darwin-x86/src/runtime/ |
crash_test.go | 114 func testCrashHandler(t *testing.T, cgo bool) { 116 Cgo bool 118 output := executeTest(t, crashSource, &crashTest{Cgo: cgo}) 253 {{if .Cgo}}
|
proc.go | 17 // so all cgo calls can rely on it existing. When main_init is complete,
|
runtime2.go | 219 stack stack // offset known to runtime/cgo 304 ncgocall uint64 // number of cgo calls in total 305 ncgo int32 // number of cgo calls currently in progress 476 // Internal locks can be recursive. For instance, a lock for cgo can occur while the main
|
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_linux_386.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_amd64.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_arm.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_ppc64.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_ppc64le.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
obj.go | 68 // write empty export section; must be before cgo section 72 fmt.Fprintf(bout, "\n$$ // cgo\n")
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
obj.go | 65 // write empty export section; must be before cgo section 69 fmt.Fprintf(bout, "\n$$ // cgo\n")
|
/prebuilts/go/linux-x86/src/runtime/ |
crash_test.go | 114 func testCrashHandler(t *testing.T, cgo bool) { 116 Cgo bool 118 output := executeTest(t, crashSource, &crashTest{Cgo: cgo}) 253 {{if .Cgo}}
|
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_linux_386.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_amd64.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_arm.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_ppc64.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
ztypes_linux_ppc64le.go | 1 // Created by cgo -godefs - DO NOT EDIT 2 // cgo -godefs types_linux.go
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 349 "cgo", 787 if strings.Contains(p, "package main") && dir != "cmd/go" && dir != "cmd/cgo" { 1117 "Go needs a system C compiler for use with cgo.\n"+ 1119 "To disable cgo, export CGO_ENABLED=0.\n", defaultcc, err)
|
/prebuilts/go/darwin-x86/src/net/ |
cgo_unix.go | 5 // +build cgo,!netgo
|
/prebuilts/go/darwin-x86/src/runtime/debug/ |
garbage.go | 133 // is ready to run but all the existing threads are blocked in system calls, cgo calls,
|