HomeSort by relevance Sort by last modified time
    Searched refs:cgo (Results 201 - 225 of 491) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 5 // Cgo call and callback support.
7 // To call into the C function f from Go, the cgo-generated code calls
9 // gcc-compiled function written by cgo.
35 // cgo writes a gcc-compiled function named GoF (not p.GoF, since gcc doesn't
39 // (in cgo/gcc_$GOARCH.S, a gcc-compiled assembly file) is a two-argument
101 * cgo callback. Add entry to defer stack in case of panic.
138 // Helper functions for cgo code.
176 exitsyscall(0) // coming out of cgo call
178 // going back to cgo call
249 // For cgo, cb.arg points into a C stack frame and therefore doesn'
    [all...]
crash_cgo_test.go 5 // +build cgo
271 // now give these stack frames to cgo callbacks
379 // before we make any cgo call will not abort the whole process, so
380 // we cannot make any cgo call here. See https://golang.org/issue/9456.
468 #cgo CFLAGS: -mnop-fun-dllimport
defs_darwin_arm64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_darwin.go
defs_dragonfly_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_dragonfly.go
defs_freebsd_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_freebsd.go
defs_freebsd_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_freebsd.go
defs_linux_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs2_linux.go
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 5 // Cgo; see gmp.go for an overview.
37 CgoFlags map[string][]string // #cgo flags (CFLAGS, LDFLAGS)
129 fmt.Fprint(os.Stderr, "usage: cgo -- [compiler options] file.go ...\n")
177 var importRuntimeCgo = flag.Bool("import_runtime_cgo", true, "import runtime/cgo in generated code")
186 // cgo -dynimport is essentially a separate helper command
187 // built into the cgo binary. It scans a gcc-produced executable
189 // imported libraries. The 'go build' rules for cgo prepare an
238 // concern is other cgo wrappers for the same functions.
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 5 // Cgo; see gmp.go for an overview.
37 CgoFlags map[string][]string // #cgo flags (CFLAGS, LDFLAGS)
129 fmt.Fprint(os.Stderr, "usage: cgo -- [compiler options] file.go ...\n")
177 var importRuntimeCgo = flag.Bool("import_runtime_cgo", true, "import runtime/cgo in generated code")
186 // cgo -dynimport is essentially a separate helper command
187 // built into the cgo binary. It scans a gcc-produced executable
189 // imported libraries. The 'go build' rules for cgo prepare an
238 // concern is other cgo wrappers for the same functions.
  /prebuilts/go/darwin-x86/src/runtime/
crash_cgo_test.go 5 // +build cgo
271 // now give these stack frames to cgo callbacks
379 // before we make any cgo call will not abort the whole process, so
380 // we cannot make any cgo call here. See https://golang.org/issue/9456.
468 #cgo CFLAGS: -mnop-fun-dllimport
defs_darwin_arm64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_darwin.go
defs_dragonfly_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_dragonfly.go
defs_freebsd_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_freebsd.go
defs_freebsd_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_freebsd.go
defs_linux_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs2_linux.go
  /prebuilts/go/darwin-x86/src/cmd/go/
run.go 106 // this case could only happen if the provided source uses cgo
107 // while cgo is disabled.
110 hint = " (cgo is disabled)"
help.go 13 The first is the cgo tool, which is part of the Go distribution. For
14 information on how to use it see the cgo documentation (go doc cmd/cgo).
22 When either cgo or SWIG is used, go build will pass any .c, .m, .s,
453 Environment variables for use with cgo:
458 Whether the cgo command is supported. Either 0 or 1.
460 Flags that cgo will pass to the compiler when compiling
463 Flags that cgo will pass to the compiler when compiling
466 Flags that cgo will pass to the compiler when compiling
469 Flags that cgo will pass to the compiler when linking
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
run.go 106 // this case could only happen if the provided source uses cgo
107 // while cgo is disabled.
110 hint = " (cgo is disabled)"
help.go 13 The first is the cgo tool, which is part of the Go distribution. For
14 information on how to use it see the cgo documentation (go doc cmd/cgo).
22 When either cgo or SWIG is used, go build will pass any .c, .m, .s,
453 Environment variables for use with cgo:
458 Whether the cgo command is supported. Either 0 or 1.
460 Flags that cgo will pass to the compiler when compiling
463 Flags that cgo will pass to the compiler when compiling
466 Flags that cgo will pass to the compiler when compiling
469 Flags that cgo will pass to the compiler when linking
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7978.go 5 // Issue 7978. Stack tracing didn't work during cgo code after calling a Go
120 // test in go code, after return from cgo
buildid_linux.go 8 // to generate a separate build ID for each package using cgo, and the
  /prebuilts/go/darwin-x86/src/os/user/
lookup_unix.go 6 // +build cgo
20 #cgo solaris CFLAGS: -D_POSIX_PTHREAD_SEMANTICS
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7978.go 5 // Issue 7978. Stack tracing didn't work during cgo code after calling a Go
120 // test in go code, after return from cgo
  /prebuilts/go/linux-x86/src/os/user/
lookup_unix.go 6 // +build cgo
20 #cgo solaris CFLAGS: -D_POSIX_PTHREAD_SEMANTICS
  /external/llvm/tools/llvm-go/
llvm-go.go 103 // OS X doesn't like -rpath with cgo. See:
146 #cgo CPPFLAGS: %s
147 #cgo CXXFLAGS: %s
148 #cgo LDFLAGS: %s

Completed in 299 milliseconds

1 2 3 4 5 6 7 891011>>