Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for Darwin (0.21 sec)

  1. doc/initial/1-intro.md

    <!--
    NOTE: In this document and others in this directory, the convention is to
    set fixed-width phrases with non-fixed-width spaces, as in
    `hello` `world`.
    -->
    
    <style>
      main ul li { margin: 0.5em 0; }
    </style>
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jan 22 18:07:49 GMT 2024
    - 256 bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    to Go.
    
    # Special cases
    
    A few special C types which would normally be represented by a pointer
    type in Go are instead represented by a uintptr. Those include:
    
    1. The *Ref types on Darwin, rooted at CoreFoundation's CFTypeRef type.
    
    2. The object types from Java's JNI interface:
    
    	jobject
    	jclass
    	jthrowable
    	jstring
    	jarray
    	jbooleanArray
    	jbyteArray
    	jcharArray
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg reflect, method (Value) SetZero() #52376
    pkg regexp/syntax, const ErrLarge ErrorCode #56041
    pkg regexp/syntax, const ErrLarge = "expression too large" #56041
    pkg runtime/cgo (darwin-amd64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (darwin-arm64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (freebsd-386-cgo), type Incomplete struct #46731
    pkg runtime/cgo (freebsd-amd64-cgo), type Incomplete struct #46731
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. doc/go1.22.html

    <h2 id="ports">Ports</h2>
    
    <h3 id="darwin">Darwin</h3>
    <p><!-- CL 461697 -->
      On macOS on 64-bit x86 architecture (the <code>darwin/amd64</code> port),
      the Go toolchain now generates position-independent executables (PIE) by default.
      Non-PIE binaries can be generated by specifying the <code>-buildmode=exe</code>
      build flag.
      On 64-bit ARM-based macOS (the <code>darwin/arm64</code> port),
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  5. misc/go_android_exec/main.go

    // This wrapper uses syscall.Flock to prevent concurrent adb commands,
    // so for now it only builds on platforms that support that system call.
    // TODO(#33974): use a more portable library for file locking.
    
    //go:build darwin || dragonfly || freebsd || illumos || linux || netbsd || openbsd
    
    // This program can be used as go_android_GOARCH_exec by the Go tool.
    // It executes binaries on an android device using adb.
    package main
    
    import (
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const TCP_MAXSEG = 2
    pkg syscall (netbsd-arm64-cgo), const TCP_MAXSEG ideal-int
    pkg syscall (netbsd-arm64-cgo), const TCP_MAXWIN = 65535
    pkg syscall (netbsd-arm64-cgo), const TCP_MAXWIN ideal-int
    pkg syscall (netbsd-arm64-cgo), const TCP_MAX_WINSHIFT = 14
    pkg syscall (netbsd-arm64-cgo), const TCP_MAX_WINSHIFT ideal-int
    pkg syscall (netbsd-arm64-cgo), const TCP_MD5SIG = 16
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. doc/next/1-intro.md

    <!--
    NOTE: In this document and others in this directory, the convention is to
    set fixed-width phrases with non-fixed-width spaces, as in
    `hello` `world`.
    -->
    
    <style>
      main ul li { margin: 0.5em 0; }
    </style>
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 24 16:44:53 GMT 2024
    - 256 bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const TCP_MAXOLEN ideal-int
    pkg syscall (freebsd-arm64), const TCP_MAXSEG = 2
    pkg syscall (freebsd-arm64), const TCP_MAXSEG ideal-int
    pkg syscall (freebsd-arm64), const TCP_MAXWIN = 65535
    pkg syscall (freebsd-arm64), const TCP_MAXWIN ideal-int
    pkg syscall (freebsd-arm64), const TCP_MD5SIG = 16
    pkg syscall (freebsd-arm64), const TCP_MD5SIG ideal-int
    pkg syscall (freebsd-arm64), const TCP_MINMSS = 216
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top