Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Stuart (1.6 sec)

  1. src/cmd/link/doc.go

    into an executable binary.
    
    # Command Line
    
    Usage:
    
    	go tool link [flags] main.a
    
    Flags:
    
    	-B note
    		Add an ELF_NT_GNU_BUILD_ID note when using ELF.
    		The value should start with 0x and be an even number of hex digits.
    		Alternatively, you can pass "gobuildid" in order to derive the
    		GNU build ID from the Go build ID.
    	-E entry
    		Set entry symbol name.
    	-H type
    		Set executable format type.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:11:52 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    declarations and definitions. These may then be referred to from Go
    code as though they were defined in the package "C". All names
    declared in the preamble may be used, even if they start with a
    lower-case letter. Exception: static variables in the preamble may
    not be referenced from Go code; static functions are permitted.
    
    See $GOROOT/cmd/cgo/internal/teststdio and $GOROOT/misc/cgo/gmp for examples. See
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
Back to top