Home
last modified time | relevance | path

Searched +full:linux +full:- +full:loong64 (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/platform/
Dsupported.go2 // Use of this source code is governed by a BSD-style
5 //go:generate go test . -run=^TestGenerated$ -fix
20 // Race detector only supports 48-bit VMA on arm64. But it will always
25 case "linux":
40 case "linux":
41 return goarch == "amd64" || goarch == "arm64" || goarch == "loong64"
53 case "linux":
54 …return goarch == "arm64" || goarch == "amd64" || goarch == "loong64" || goarch == "riscv64" || goa…
61 // ('go test -fuzz=.').
64 case "darwin", "freebsd", "linux", "windows":
[all …]
Dzosarch.go1 // Code generated by go test internal/platform -fix. DO NOT EDIT.
9 // including known-broken ports.
28 {"linux", "386"},
29 {"linux", "amd64"},
30 {"linux", "arm"},
31 {"linux", "arm64"},
32 {"linux", "loong64"},
33 {"linux", "mips"},
34 {"linux", "mips64"},
35 {"linux", "mips64le"},
[all …]
/aosp_15_r20/external/angle/build/toolchain/linux/
H A DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
15 current_os = "linux"
22 current_os = "linux"
29 current_os = "linux"
34 toolprefix = "aarch64-linux-gnu-"
46 current_os = "linux"
55 toolprefix = "arm-linux-gnueabihf-"
67 current_os = "linux"
81 current_os = "linux"
99 current_os = "linux"
[all …]
/aosp_15_r20/external/cronet/build/toolchain/linux/
H A DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
15 current_os = "linux"
22 current_os = "linux"
29 current_os = "linux"
34 toolprefix = "aarch64-linux-gnu-"
46 current_os = "linux"
55 toolprefix = "arm-linux-gnueabihf-"
67 current_os = "linux"
81 current_os = "linux"
99 current_os = "linux"
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
Dldelf.go2 // Use of this source code is governed by a BSD-style
28 Portions Copyright © 2008-2010 Google Inc.
184 // Look for the attribute that indicates the object uses the hard-float ABI (a
185 // file-level attribute with tag Tag_VFP_arch and value 1). Unfortunately the
186 // format used means that we have to parse all of the file-level attributes to
203 return false, 0, fmt.Errorf("corrupt .ARM.attributes (section name not NUL-terminated)\n")
225 ehdrFlags = 0x5000402 // has entry point, Version5 EABI, hard-float ABI
345 case sys.Loong64:
347 return errorf("elf object but not loong64")
447 // our work is done here - no symbols means nothing can refer to this file
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsysnum_linux_loong64.go1 // go run linux/mksysnum.go -Wall -Werror -static -I/tmp/loong64/include /tmp/loong64/include/asm/u…
4 //go:build loong64 && linux
Dztypes_linux_loong64.go1 // cgo -godefs -objdir=/tmp/loong64/cgo -- -Wall -Werror -static -I/tmp/loong64/include linux/types…
4 //go:build loong64 && linux
Dzerrors_linux_loong64.go1 // mkerrors.sh -Wall -Werror -static -I/tmp/loong64/include
4 //go:build loong64 && linux
6 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
7 // cgo -godefs -- -Wall -Werror -static -I/tmp/loong64/include _const.go
682 {18, "EXDEV", "invalid cross-device link"},
694 {30, "EROFS", "read-only file system"},
750 {88, "ENOTSOCK", "socket operation on non-socket"},
794 {132, "ERFKILL", "operation not possible due to RF-kill"},
Dzsyscall_linux_loong64.go1 // go run mksyscall.go -tags linux,loong64 syscall_linux.go syscall_linux_loong64.go
4 //go:build linux && loong64
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtest.go2 // Use of this source code is governed by a BSD-style
35 flag.BoolVar(&noRebuild, "no-rebuild", false, "overrides -rebuild (historical dreg)")
38 flag.BoolVar(&t.compileOnly, "compile-only", false, "compile tests, but don't run them")
47 xflagparse(-1) // any number of args
87 flush func() // if non-nil, called after cmd.Run
106 name string // unique test name; may be filtered with -run flag
132 if nlines := len(parts) - 1; nlines < 1 {
138 fatalf("the -run regular expression flag is mutually exclusive with test name arguments")
161 goInstall(toolenv(), gorootBinGo, append([]string{"-a"}, toolchain...)...)
166 // Ensure that installed commands are up to date, even with -no-rebuild,
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/mod/
Dgolang.org_toolchain_v0.0.1-go1.999testmod.linux-loong64.txt1 golang.org/[email protected]-go1.999testmod.linux-loong64
3 -- .mod --
5 -- .info --
6 {"Version":"v0.0.1-go1.999testmod.linux-loong64"}
7 -- go.mod --
9 -- bin/go --
12 -- bin/gofmt --
14 -- pkg/tool/fake --
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/unix/
Dsysnum_linux_generic.go2 // Use of this source code is governed by a BSD-style
5 //go:build linux && (arm64 || loong64 || riscv64)
9 // This file is named "generic" because at a certain point Linux started
11 // means only arm64 loong64 and riscv64 use the standard numbers.
Dat_fstatat2.go2 // Use of this source code is governed by a BSD-style
5 //go:build freebsd || (linux && loong64)
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dvdso_linux_loong64.go2 // Use of this source code is governed by a BSD-style
5 //go:build linux && loong64
10 // vdsoArrayMax is the byte-size of a maximally sized array on this architecture.
11 // See cmd/compile/internal/loong64/galign.go arch.MAXWIDTH initialization.
12 vdsoArrayMax = 1<<50 - 1
Dvdso_in_none.go2 // Use of this source code is governed by a BSD-style
5 …go:build (linux && !386 && !amd64 && !arm && !arm64 && !loong64 && !mips64 && !mips64le && !ppc64 …
Dos_linux_loong64.go2 // Use of this source code is governed by a BSD-style
5 //go:build linux && loong64
Dos_linux_novdso.go2 // Use of this source code is governed by a BSD-style
5 //go:build linux && !386 && !amd64 && !arm && !arm64 && !loong64 && !mips64 && !mips64le && !ppc64 …
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loong64/
Dobj.go2 // Use of this source code is governed by a BSD-style
5 package loong64 package
32 Linuxdynld: "/lib64/ld-linux-loongarch-lp64d.so.1",
33 LinuxdynldMusl: "/lib/ld-musl-loongarch64.so.1",
52 ld.Exitf("unknown -H option: %v", ctxt.HeadType)
53 case objabi.Hlinux: /* loong64 elf */
56 if *ld.FlagRound == -1 {
59 if *ld.FlagTextAddr == -1 {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/loong64/
Dasm_test.go2 // Use of this source code is governed by a BSD-style
5 package loong64 package
42 …cmd := testenv.Command(t, testenv.GoToolPath(t), "tool", "asm", "-o", filepath.Join(dir, "x.o"), t…
43 cmd.Env = append(os.Environ(), "GOARCH=loong64", "GOOS=linux")
54 fmt.Fprintln(buf, "TEXT f(SB),0,$0-0")
78 for i := 0; i <= (genSize2 - genSize1); i++ {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dbuild.go2 // Use of this source code is governed by a BSD-style
29 UsageLine: "go build [-o output] [build flags] [packages]",
41 executable to an output file named after the last non-major-version
51 When compiling multiple packages or a single non-main package,
55 The -o flag forces build to write the resulting executable or object
64 -C dir
69 -a
70 force rebuilding of packages that are already up-to-date.
71 -n
73 -p n
[all …]
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
H A D.cipd_version.digests3 # cipd selfupdate-roll -version-file .cipd_version \
4 # -version git_revision:60772a36be6eec73e8e7d34e3da485ea46a83a9f
7 # Use 'cipd selfupdate-roll ...' to modify.
9 aix-ppc64 sha256 81a8e58a53b113f1119b7d7e7fe26c437e0ac4961662dfb65c2f164a7d0a7024
10 dragonfly-amd64 sha256 3fb21ff3a657d01a6fc7376df7b42963b3fcd485a2c044dc730bd3123426cb95
11 freebsd-386 sha256 c03d992802e0321aa952dd4cb9110142ebf79aa58aea63eee55610dd87b489c0
12 freebsd-amd64 sha256 cf1791105c1e62e8436a382c9788516a49d9c8af4ed193d443cf6f4c27c5d3e9
13 freebsd-arm64 sha256 5445c3850cb7cc5a9e3a08d571399e50ded2f98ab3656af8329c4721dc7622e0
14 freebsd-riscv64 sha256 60d52ce9fac19945df0729f915fd70d63d51967cc6947a14aa3fdeb61d4a77d3
15 illumos-amd64 sha256 1443dc8348239997ffdabbf3ebcea216659f9b7c9c797490116bab8bc4da54ad
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testcshared/testdata/libgo2/
Ddup3.go2 // Use of this source code is governed by a BSD-style
5 //go:build (linux && arm64) || (linux && loong64) || (linux && riscv64)
Ddup2.go2 // Use of this source code is governed by a BSD-style
5 //go:build darwin || dragonfly || freebsd || (linux && !arm64 && !loong64 && !riscv64) || netbsd ||…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dsyslist.go2 // Use of this source code is governed by a BSD-style
22 "linux": true,
45 "linux": true,
61 "loong64": true,
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/
Dsyslist.go2 // Use of this source code is governed by a BSD-style
24 "linux": true,
48 "linux": true,
64 "loong64": true,

1234