Home
last modified time | relevance | path

Searched refs:GOOS (Results 1 – 25 of 54) sorted by relevance

123

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dmkall.sh10 GOOSARCH="${GOOS}_${GOARCH}"
48 if [[ "$GOOS" = "linux" ]] && [[ "$GOARCH" != "sparc64" ]]; then
51 $cmd docker build --tag generate:$GOOS $GOOS
52 $cmd docker run --interactive --tty --volume $(dirname "$(readlink -f "$0")"):/build generate:$GOOS
172 case "$GOOS" in
174 syscall_goos="syscall_$GOOS.go"
175 case "$GOOS" in
180 …if [ -n "$mksyscall" ]; then echo "$mksyscall -tags $GOOS,$GOARCH $syscall_goos $GOOSARCH_in |gofm…
186 echo "$mktypes types_$GOOS.go | go run mkpost.go > ztypes_$GOOSARCH.go";
DREADME.md17 ### Old Build System (currently for `GOOS != "Linux" || GOARCH == "sparc64"`)
21 for a given GOOS/GOARCH pair must be generated on a system with that OS and
31 To build the files for your current OS and architecture, make sure GOOS and
37 ### New Build System (currently for `GOOS == "Linux" && GOARCH != "sparc64"`)
45 The OS specific files for the new build system are located in the `${GOOS}`
46 directory, and the build is coordinated by the `${GOOS}/mkall.go` program. When
48 `${GOOS}/Dockerfile` to checkout the new release of the source.
51 system and have your GOOS and GOARCH set accordingly. Running `mkall.sh` will
52 then generate all of the files for all of the GOOS/GOARCH pairs in the new build
67 The hand-written assembly file at `asm_${GOOS}_${GOARCH}.s` implements system
[all …]
Dmkerrors.sh14 if test -z "$GOARCH" -o -z "$GOOS"; then
20 if [[ "$GOOS" = "linux" ]] && [[ "$GOARCH" != "sparc64" ]]; then
30 if [[ "$GOOS" = "solaris" ]]; then
488 echo "// +build ${GOARCH},${GOOS}"
Dsyscall_unix.go25 darwin64Bit = runtime.GOOS == "darwin" && sizeofPtr == 8
26 dragonfly64Bit = runtime.GOOS == "dragonfly" && sizeofPtr == 8
27 netbsd32Bit = runtime.GOOS == "netbsd" && sizeofPtr == 4
28 solaris64Bit = runtime.GOOS == "solaris" && sizeofPtr == 8
/external/toolchain-utils/go/chromeos/
Dbuild_go18 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
22 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
28 GOOS="linux" GOARCH="arm" CGO_ENABLED="1" \
32 GOOS="linux" GOARCH="arm" CGO_ENABLED="1" \
38 GOOS="linux" GOARCH="arm64" CGO_ENABLED="1" \
42 GOOS="linux" GOARCH="arm64" CGO_ENABLED="1" \
Dgo_chell_exec10 GOOS="linux" GOARCH="amd64" \
Dgo_elm32_exec10 GOOS="linux" GOARCH="arm" \
Dgo_elm_exec10 GOOS="linux" GOARCH="arm64" \
Dgo_elm328 GOOS="linux" GOARCH="arm" CGO_ENABLED="1" \
Dgo_elm8 GOOS="linux" GOARCH="arm64" CGO_ENABLED="1" \
Dgo_chell8 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
/external/syzkaller/executor/
Ddefs.h4 #define GOOS "akaros" macro
19 #define GOOS "freebsd" macro
34 #define GOOS "fuchsia" macro
59 #define GOOS "linux" macro
114 #define GOOS "netbsd" macro
129 #define GOOS "test" macro
174 #define GOOS "windows" macro
/external/toolchain-utils/go/
Dgo_target41 [[ "${GOOS}" == "android" ]] || pie_flags+=( "-buildmode=pie" )
54 [[ "${GOOS}" == "android" ]] || pie_flags+=( "-installsuffix=shared" )
60 [[ "${GOOS}" == "android" ]] || pie_flags+=( "-installsuffix=shared" )
Dgo_local5 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
/external/syzkaller/sys/syz-sysgen/
Dsysgen.go54 GOOS string member
137 GOOS: OS,
246 return oses[i].GOOS < oses[j].GOOS
288 #if GOOS_{{$os.GOOS}}
289 #define GOOS "{{$os.GOOS}}"
307 #if GOOS_{{$os.GOOS}}
/external/toolchain-utils/go/android/
Dbuild_go17 GOOS="android" GOARCH="arm" CGO_ENABLED="1" \
23 GOOS="android" GOARCH="arm64" CGO_ENABLED="1" \
Dgo_marlin_exec8 GOOS="android" GOARCH="arm64" exec go_target_exec marlin "$@"
Dgo_marlin32_exec8 GOOS="android" GOARCH="arm" exec go_target_exec marlin32 "$@"
Dgo_marlin328 GOOS="android" GOARCH="arm" CGO_ENABLED="1" \
/external/skia/infra/pathkit/
DMakefile13 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
15 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/perf-aggregator -a ./perf/
/external/syzkaller/pkg/host/
Dhost_test.go22 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)
51 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)
/external/skqp/infra/pathkit/
DMakefile13 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
15 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/perf-aggregator -a ./perf/
/external/toolchain-utils/go/patch/
Dgo6.patch39 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") {
40 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH)
61 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") {
62 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH)
215 - if runtime.GOOS == "android" {
/external/syzkaller/
DMakefile99 GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) install ./syz-manager
103 GOOS=$(TARGETGOOS) GOARCH=$(TARGETGOARCH) $(GO) install ./syz-fuzzer
/external/syzkaller/pkg/ipc/
Dipc_test.go43 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)
58 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)

123