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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
defs1_solaris_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_solaris.go defs_solaris_amd64.go
215 // created by cgo -cdefs and then converted to Go
216 // cgo -cdefs defs_solaris.go defs_solaris_amd64.go
defs_linux_amd64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_linux.go defs1_linux.go
139 // created by cgo -cdefs and then converted to Go
140 // cgo -cdefs defs_linux.go defs1_linux.go
defs_linux_ppc64.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_linux.go defs3_linux.go
144 // created by cgo -cdefs and then converted to Go
145 // cgo -cdefs defs_linux.go defs3_linux.go
defs_linux_ppc64le.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_linux.go defs3_linux.go
144 // created by cgo -cdefs and then converted to Go
145 // cgo -cdefs defs_linux.go defs3_linux.go
defs_dragonfly.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_dragonfly.go >defs_dragonfly_amd64.h
env_posix.go 27 // Update the C environment if cgo is loaded.
38 // Update the C environment if cgo is loaded.
defs2_linux.go 8 * Input to cgo -cdefs
10 GOARCH=386 go tool cgo -cdefs defs2_linux.go >defs_linux_386.h
20 #cgo CFLAGS: -I/tmp/linux/arch/x86/include -I/tmp/linux/include -D_LOOSE_KERNEL_NAMES -D__ARCH_SI_UID_T=__kernel_uid32_t
defs_darwin.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_darwin.go >defs_darwin_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_darwin.go >defs_darwin_386.h
defs_darwin_arm.go 1 // Note: cgo can't handle some Darwin/ARM structures, so this file can't
2 // be auto generated by cgo yet.
3 // Created based on output of `cgo -cdefs defs_darwin.go` and Darwin/ARM
  /prebuilts/go/linux-x86/src/runtime/race/
race.go 9 // This file merely ensures that we link in runtime/cgo in race build,
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_dragonfly.go >defs_dragonfly_amd64.h
env_posix.go 27 // Update the C environment if cgo is loaded.
38 // Update the C environment if cgo is loaded.
defs2_linux.go 8 * Input to cgo -cdefs
10 GOARCH=386 go tool cgo -cdefs defs2_linux.go >defs_linux_386.h
20 #cgo CFLAGS: -I/tmp/linux/arch/x86/include -I/tmp/linux/include -D_LOOSE_KERNEL_NAMES -D__ARCH_SI_UID_T=__kernel_uid32_t
defs_darwin.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_darwin.go >defs_darwin_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_darwin.go >defs_darwin_386.h
defs_darwin_arm.go 1 // Note: cgo can't handle some Darwin/ARM structures, so this file can't
2 // be auto generated by cgo yet.
3 // Created based on output of `cgo -cdefs defs_darwin.go` and Darwin/ARM
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 78 // // +build linux,386 darwin,!cgo
82 // (linux AND 386) OR (darwin AND (NOT cgo))
99 // - "cgo", if ctxt.CgoEnabled is true
123 // To build a file only when using cgo, and only on Linux and OS X:
125 // // +build linux,cgo darwin,cgo
131 // // +build !linux,!darwin !cgo
  /prebuilts/go/linux-x86/src/go/build/
doc.go 78 // // +build linux,386 darwin,!cgo
82 // (linux AND 386) OR (darwin AND (NOT cgo))
99 // - "cgo", if ctxt.CgoEnabled is true
123 // To build a file only when using cgo, and only on Linux and OS X:
125 // // +build linux,cgo darwin,cgo
131 // // +build !linux,!darwin !cgo
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3729.go 5 // Issue 3729: cmd/cgo: access errno from void C function
issue4029.go 11 #cgo linux LDFLAGS: -ldl
  /prebuilts/go/darwin-x86/src/cmd/go/
context.go 16 CgoEnabled bool `json:",omitempty"` // whether cgo can be used
  /prebuilts/go/darwin-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/darwin-x86/src/net/
cgo_stub.go 5 // +build !cgo netgo
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 233 # Write go tool cgo -godefs input.
343 go tool cgo -godefs -- "$@" _const.go >_error.out
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3729.go 5 // Issue 3729: cmd/cgo: access errno from void C function
issue4029.go 11 #cgo linux LDFLAGS: -ldl

Completed in 522 milliseconds

1 2 3 4 5 67 8 91011>>