HomeSort by relevance Sort by last modified time
    Searched refs:GOARCH (Results 276 - 288 of 288) sorted by null

<<1112

  /prebuilts/go/linux-x86/src/reflect/
type.go     [all...]
value.go 513 if runtime.GOARCH == "amd64p32" {
636 if runtime.GOARCH == "amd64p32" {
    [all...]
all_test.go     [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter.go 45 // "x" -> "$GOPATH/pkg/$GOOS_$GOARCH/x.ext", "x"
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 1015 if GOARCH == "arm" && !inheap(uintptr(unsafe.Pointer(t))) {
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter.go 45 // "x" -> "$GOPATH/pkg/$GOOS_$GOARCH/x.ext", "x"
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 1015 if GOARCH == "arm" && !inheap(uintptr(unsafe.Pointer(t))) {
  /prebuilts/go/darwin-x86/src/reflect/
value.go 513 if runtime.GOARCH == "amd64p32" {
636 if runtime.GOARCH == "amd64p32" {
    [all...]
all_test.go     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
lib.go 263 goarch string
292 goarch := obj.Getgoarch()
294 return fmt.Errorf("buildmode %s not supported on %s/%s", s, goos, goarch)
309 if goarch != "amd64" && goarch != "arm" {
314 if goos != "linux" || goarch != "amd64" {
353 mywhatsys() // get goroot, goarch, goos
367 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
381 INITENTRY = fmt.Sprintf("_rt0_%s_%s_lib", goarch, goos)
383 INITENTRY = fmt.Sprintf("_rt0_%s_%s", goarch, goos
262 goarch string var
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 260 goarch string
289 goarch := obj.Getgoarch()
291 return fmt.Errorf("buildmode %s not supported on %s/%s", s, goos, goarch)
306 if goarch != "amd64" && goarch != "arm" {
311 if goos != "linux" || goarch != "amd64" {
350 mywhatsys() // get goroot, goarch, goos
364 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
378 INITENTRY = fmt.Sprintf("_rt0_%s_%s_lib", goarch, goos)
380 INITENTRY = fmt.Sprintf("_rt0_%s_%s", goarch, goos
259 goarch string var
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
lib.go 263 goarch string
292 goarch := obj.Getgoarch()
294 return fmt.Errorf("buildmode %s not supported on %s/%s", s, goos, goarch)
309 if goarch != "amd64" && goarch != "arm" {
314 if goos != "linux" || goarch != "amd64" {
353 mywhatsys() // get goroot, goarch, goos
367 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
381 INITENTRY = fmt.Sprintf("_rt0_%s_%s_lib", goarch, goos)
383 INITENTRY = fmt.Sprintf("_rt0_%s_%s", goarch, goos
262 goarch string var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 260 goarch string
289 goarch := obj.Getgoarch()
291 return fmt.Errorf("buildmode %s not supported on %s/%s", s, goos, goarch)
306 if goarch != "amd64" && goarch != "arm" {
311 if goos != "linux" || goarch != "amd64" {
350 mywhatsys() // get goroot, goarch, goos
364 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
378 INITENTRY = fmt.Sprintf("_rt0_%s_%s_lib", goarch, goos)
380 INITENTRY = fmt.Sprintf("_rt0_%s_%s", goarch, goos
259 goarch string var
    [all...]

Completed in 508 milliseconds

<<1112