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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/cmd/go/
context.go 16 CgoEnabled bool `json:",omitempty"` // whether cgo can be used
list.go 59 // Cgo directives
60 CgoCFLAGS []string // cgo: flags for C compiler
61 CgoCPPFLAGS []string // cgo: flags for C preprocessor
62 CgoCXXFLAGS []string // cgo: flags for C++ compiler
63 CgoLDFLAGS []string // cgo: flags for linker
64 CgoPkgConfig []string // cgo: pkg-config names
90 CgoEnabled bool // whether cgo can be used
  /prebuilts/go/linux-x86/src/
make.bat 25 :: CGO_ENABLED: Controls cgo usage during the build. Set it to 1
26 :: to include all cgo related files, .c and .go file with "cgo"
33 :: This is used by cgo. Default is CC.
  /prebuilts/go/linux-x86/src/net/
cgo_stub.go 5 // +build !cgo netgo
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 233 # Write go tool cgo -godefs input.
343 go tool cgo -godefs -- "$@" _const.go >_error.out
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 12 Instead, a separate tool, cgo, processes it to produce three output
24 is a signal to cgo. The doc comment on the import of "C" provides
28 Cgo recognizes any use of a qualified identifier C.xxx and uses gcc to
29 find the definition of xxx. If xxx is a type, cgo replaces C.xxx with
51 Cgo generates:
64 If xxx is data, cgo arranges for C.xxx to refer to the C variable,
65 with the type translated as described above. To do this, cgo must
72 then cgo would rewrite a reference to C.zero by introducing
78 Cgo's most interesting translation is for functions. If xxx is a C
79 function, then cgo rewrites C.xxx into a new function _C_xxx tha
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_freebsd_arm.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_freebsd.go
defs_linux.go 8 Input to cgo -cdefs
10 GOARCH=amd64 go tool cgo -cdefs defs_linux.go defs1_linux.go >defs_linux_amd64.h
defs_openbsd_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_openbsd.go
defs_openbsd_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_openbsd.go
defs_openbsd_arm.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_openbsd.go
defs_solaris.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_solaris.go >defs_solaris_amd64.h
defs_windows_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_windows.go
defs_windows_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_windows.go
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...]
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 12 Instead, a separate tool, cgo, processes it to produce three output
24 is a signal to cgo. The doc comment on the import of "C" provides
28 Cgo recognizes any use of a qualified identifier C.xxx and uses gcc to
29 find the definition of xxx. If xxx is a type, cgo replaces C.xxx with
51 Cgo generates:
64 If xxx is data, cgo arranges for C.xxx to refer to the C variable,
65 with the type translated as described above. To do this, cgo must
72 then cgo would rewrite a reference to C.zero by introducing
78 Cgo's most interesting translation is for functions. If xxx is a C
79 function, then cgo rewrites C.xxx into a new function _C_xxx tha
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
defs_freebsd_arm.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_freebsd.go
defs_linux.go 8 Input to cgo -cdefs
10 GOARCH=amd64 go tool cgo -cdefs defs_linux.go defs1_linux.go >defs_linux_amd64.h
defs_openbsd_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_openbsd.go
defs_openbsd_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_openbsd.go
defs_openbsd_arm.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_openbsd.go
defs_solaris.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_solaris.go >defs_solaris_amd64.h
defs_windows_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_windows.go
defs_windows_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_windows.go
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 59 // Cgo directives
60 CgoCFLAGS []string // cgo: flags for C compiler
61 CgoCPPFLAGS []string // cgo: flags for C preprocessor
62 CgoCXXFLAGS []string // cgo: flags for C++ compiler
63 CgoLDFLAGS []string // cgo: flags for linker
64 CgoPkgConfig []string // cgo: pkg-config names
90 CgoEnabled bool // whether cgo can be used

Completed in 319 milliseconds

1 2 3 4 5 6 78 91011>>