Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for FreeBSD (0.17 sec)

  1. src/cmd/link/internal/ld/lib.go

    					log.Fatalf("ARM64 external linker must be gold (issue #15696, 22040), but is not: %s", out)
    				}
    			}
    		}
    	}
    	if ctxt.Arch.Family == sys.ARM64 && buildcfg.GOOS == "freebsd" {
    		// Switch to ld.bfd on freebsd/arm64.
    		altLinker = "bfd"
    
    		// Provide a useful error if ld.bfd is missing.
    		name, args := flagExtld[0], flagExtld[1:]
    		args = append(args, "-fuse-ld=bfd", "-Wl,--version")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    // mkerrors.sh
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build arm && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build arm64 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build riscv64 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    // mkerrors.sh -m32
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build 386 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m32 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  7. src/cmd/go/go_test.go

    	tg.grepStdout("darwin arm64", "unexpected GOOS/GOARCH combination")
    }
    
    func TestGoEnv(t *testing.T) {
    	tg := testgo(t)
    	tg.parallel()
    	defer tg.cleanup()
    	tg.setenv("GOOS", "freebsd") // to avoid invalid pair errors
    	tg.setenv("GOARCH", "arm")
    	tg.run("env", "GOARCH")
    	tg.grepStdout("^arm$", "GOARCH not honored")
    
    	tg.run("env", "GCCGO")
    	tg.grepStdout(".", "GCCGO unexpectedly empty")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [[kotdsl:prerequisites]]
    == Prerequisites
    
    * The embedded Kotlin compiler is known to work on Linux, macOS, Windows, Cygwin, FreeBSD and Solaris on x86-64 architectures.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. src/runtime/traceback.go

    //
    // On all platforms, the traceback function is invoked when a call from
    // Go to C to Go requests a stack trace. On linux/amd64, linux/ppc64le,
    // linux/arm64, and freebsd/amd64, the traceback function is also invoked
    // when a signal is received by a thread that is executing a cgo call.
    // The traceback function should not make assumptions about when it is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top