/prebuilts/go/darwin-x86/src/go/build/ |
syslist_test.go | 14 thisArch = runtime.GOARCH
|
build.go | 31 GOARCH string // target architecture 45 // consider the values of GOARCH and GOOS as satisfied tags. 255 // It uses the GOARCH, GOOS, GOROOT, and GOPATH environment variables 256 // if set, or else the compiled code's GOARCH, GOOS, and GOROOT. 290 c.GOARCH = envOr("GOARCH", runtime.GOARCH) 310 if runtime.GOARCH == c.GOARCH && runtime.GOOS == c.GOOS { 311 c.CgoEnabled = cgoEnabled[c.GOOS+"/"+c.GOARCH] [all...] |
/prebuilts/go/darwin-x86/src/internal/syscall/unix/ |
getrandom_linux.go | 20 }[runtime.GOARCH]
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs3_linux.go | 10 GOARCH=ppc64 cgo -cdefs defs_linux.go defs3_linux.go > defs_linux_ppc64.h
|
panic1.go | 13 const hasLinkRegister = GOARCH == "arm" || GOARCH == "arm64" || GOARCH == "ppc64" || GOARCH == "ppc64le"
|
runtime-gdb_test.go | 105 switch runtime.GOARCH { 162 t.Logf("gdb cannot backtrace for GOARCH=%s, skipped goroutine backtrace test", runtime.GOARCH)
|
defs_darwin.go | 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
|
/prebuilts/go/darwin-x86/test/ |
deferfin.go | 23 if runtime.GOARCH != "amd64" {
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug369.dir/ |
main.go | 44 if runtime.GOARCH == "arm" {
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5493.go | 37 if runtime.GOARCH != "amd64" || runtime.Compiler == "gccgo" {
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
cipher_asm.go | 9 // defined in asm_$GOARCH.s
|
/prebuilts/go/linux-x86/src/go/build/ |
syslist_test.go | 14 thisArch = runtime.GOARCH
|
build.go | 31 GOARCH string // target architecture 45 // consider the values of GOARCH and GOOS as satisfied tags. 255 // It uses the GOARCH, GOOS, GOROOT, and GOPATH environment variables 256 // if set, or else the compiled code's GOARCH, GOOS, and GOROOT. 290 c.GOARCH = envOr("GOARCH", runtime.GOARCH) 310 if runtime.GOARCH == c.GOARCH && runtime.GOOS == c.GOOS { 311 c.CgoEnabled = cgoEnabled[c.GOOS+"/"+c.GOARCH] [all...] |
/prebuilts/go/linux-x86/src/internal/syscall/unix/ |
getrandom_linux.go | 20 }[runtime.GOARCH]
|
/prebuilts/go/linux-x86/src/runtime/ |
defs3_linux.go | 10 GOARCH=ppc64 cgo -cdefs defs_linux.go defs3_linux.go > defs_linux_ppc64.h
|
panic1.go | 13 const hasLinkRegister = GOARCH == "arm" || GOARCH == "arm64" || GOARCH == "ppc64" || GOARCH == "ppc64le"
|
runtime-gdb_test.go | 105 switch runtime.GOARCH { 162 t.Logf("gdb cannot backtrace for GOARCH=%s, skipped goroutine backtrace test", runtime.GOARCH)
|
/prebuilts/go/linux-x86/test/ |
deferfin.go | 23 if runtime.GOARCH != "amd64" {
|
/prebuilts/go/linux-x86/test/fixedbugs/bug369.dir/ |
main.go | 44 if runtime.GOARCH == "arm" {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5493.go | 37 if runtime.GOARCH != "amd64" || runtime.Compiler == "gccgo" {
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
env.go | 37 {"GOARCH", goarch}, 40 {"GOHOSTARCH", runtime.GOARCH},
|
/prebuilts/go/linux-x86/src/cmd/go/ |
env.go | 37 {"GOARCH", goarch}, 40 {"GOHOSTARCH", runtime.GOARCH},
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
buildtool.go | 90 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty, 93 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH, 107 os.Setenv("GOARCH", "")
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/ |
doc.go | 30 The default format is inferred from GOOS and GOARCH. 36 after consulting $GOROOT/pkg/$GOOS_$GOARCH. 68 instead of $GOROOT/pkg/$GOOS_$GOARCH.
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
buildtool.go | 90 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty, 93 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH, 107 os.Setenv("GOARCH", "")
|