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

<<11121314151617181920

  /prebuilts/go/darwin-x86/src/syscall/
types_openbsd.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
types_solaris.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 21 fmt.Fprintf(&buf, "// Created by cgo -godefs - DO NOT EDIT\n")
out.go 57 // If we're not importing runtime/cgo, we *are* runtime/cgo,
69 fmt.Fprintf(fgo2, "// Created by cgo - DO NOT EDIT\n\n")
73 fmt.Fprintf(fgo2, "import _ \"runtime/cgo\"\n\n")
495 fmt.Fprintf(fgo1, "// Created by cgo - DO NOT EDIT\n\n")
594 // The cgo call may have caused a stack copy (via a callback).
673 fmt.Fprintf(fgcc, "/* Created by cgo - DO NOT EDIT. */\n")
870 fmt.Fprintf(fgcc, "/* Created by cgo - DO NOT EDIT. */\n")
1031 fmt.Fprintf(fgcch, "/* Created by \"go tool cgo\" - DO NOT EDIT. */\n\n")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
http.go 9 // to avoid needing to build net (and thus use cgo) during the
alldocs.go 558 // Cgo directives
559 CgoCFLAGS []string // cgo: flags for C compiler
560 CgoCPPFLAGS []string // cgo: flags for C preprocessor
561 CgoCXXFLAGS []string // cgo: flags for C++ compiler
562 CgoLDFLAGS []string // cgo: flags for linker
563 CgoPkgConfig []string // cgo: pkg-config names
589 CgoEnabled bool // whether cgo can be used
756 The first is the cgo tool, which is part of the Go distribution. For
757 information on how to use it see the cgo documentation (go doc cmd/cgo)
    [all...]
pkg.go 58 // Cgo directives
59 CgoCFLAGS []string `json:",omitempty"` // cgo: flags for C compiler
60 CgoCPPFLAGS []string `json:",omitempty"` // cgo: flags for C preprocessor
61 CgoCXXFLAGS []string `json:",omitempty"` // cgo: flags for C++ compiler
62 CgoLDFLAGS []string `json:",omitempty"` // cgo: flags for linker
63 CgoPkgConfig []string `json:",omitempty"` // cgo: pkg-config names
668 "cmd/cgo": toTool,
711 "runtime/cgo": true,
712 "cmd/cgo": true,
718 "runtime/cgo": true
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 68 This sets the linking mode as described in cmd/cgo/doc.go.
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 128 t.Skip("skipping because cgo is not enabled")
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 258 // Cgo.
259 "runtime/cgo": {"L0", "C"},
260 "CGO": {"C", "runtime/cgo"},
263 // that shows up in programs that use cgo.
266 // Race detector uses cgo.
270 "os/user": {"L4", "CGO", "io/ioutil", "os", "syscall"},
275 "net": {"L1", "CGO", "os", "syscall", "time", "internal/syscall/windows", "internal/singleflight"},
336 "L4", "CRYPTO-MATH", "CGO", "OS",
340 "L4", "CRYPTO-MATH", "OS", "CGO",
    [all...]
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go 5 package cgo package
83 // We currently block at every CGO entry point (via _cgo_wait_runtime_init_done)
84 // to ensure that the runtime has been initialized before the CGO call is
  /prebuilts/go/linux-x86/src/syscall/
env_unix.go 32 // if cgo isn't loaded.
types_darwin.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
types_dragonfly.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
types_netbsd.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
types_openbsd.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
types_solaris.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 558 // Cgo directives
559 CgoCFLAGS []string // cgo: flags for C compiler
560 CgoCPPFLAGS []string // cgo: flags for C preprocessor
561 CgoCXXFLAGS []string // cgo: flags for C++ compiler
562 CgoLDFLAGS []string // cgo: flags for linker
563 CgoPkgConfig []string // cgo: pkg-config names
589 CgoEnabled bool // whether cgo can be used
756 The first is the cgo tool, which is part of the Go distribution. For
757 information on how to use it see the cgo documentation (go doc cmd/cgo)
    [all...]
pkg.go 58 // Cgo directives
59 CgoCFLAGS []string `json:",omitempty"` // cgo: flags for C compiler
60 CgoCPPFLAGS []string `json:",omitempty"` // cgo: flags for C preprocessor
61 CgoCXXFLAGS []string `json:",omitempty"` // cgo: flags for C++ compiler
62 CgoLDFLAGS []string `json:",omitempty"` // cgo: flags for linker
63 CgoPkgConfig []string `json:",omitempty"` // cgo: pkg-config names
668 "cmd/cgo": toTool,
711 "runtime/cgo": true,
712 "cmd/cgo": true,
718 "runtime/cgo": true
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 57 // If we're not importing runtime/cgo, we *are* runtime/cgo,
69 fmt.Fprintf(fgo2, "// Created by cgo - DO NOT EDIT\n\n")
73 fmt.Fprintf(fgo2, "import _ \"runtime/cgo\"\n\n")
495 fmt.Fprintf(fgo1, "// Created by cgo - DO NOT EDIT\n\n")
594 // The cgo call may have caused a stack copy (via a callback).
673 fmt.Fprintf(fgcc, "/* Created by cgo - DO NOT EDIT. */\n")
870 fmt.Fprintf(fgcc, "/* Created by cgo - DO NOT EDIT. */\n")
1031 fmt.Fprintf(fgcch, "/* Created by \"go tool cgo\" - DO NOT EDIT. */\n\n")
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
sym.go 123 * Known to low-level assembly in package runtime and runtime/cgo.
150 * Explained in ../../runtime/cgo/gcc_darwin_*.c.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
sym.go 104 * Known to low-level assembly in package runtime and runtime/cgo.
131 * Explained in ../../runtime/cgo/gcc_darwin_*.c.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
sym.go 101 * Known to low-level assembly in package runtime and runtime/cgo.
128 * Explained in ../../runtime/cgo/gcc_darwin_*.c.
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 189 // cgo files are full of 'Z' symbols, which we don't handle
190 if len(path) > 4 && path[len(path)-4:] == ".cgo" {
  /prebuilts/go/darwin-x86/src/go/build/
build_test.go 138 const file2 = "// +build cgo\n\n" +
142 want2 := map[string]bool{"cgo": true}

Completed in 948 milliseconds

<<11121314151617181920