Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for forName (0.6 sec)

  1. src/cmd/cgo/doc.go

    		} __attribute__((__packed__, __gcc_struct__)) *a = v;
    		a->r = puts((void*)a->p0);
    	}
    
    It extracts the arguments from the pointer to _Cfunc_puts's argument
    frame, invokes the system C function (in this case, puts), stores the
    result in the frame, and returns.
    
    Linking
    
    Once the _cgo_export.c and *.cgo2.c files have been compiled with gcc,
    they need to be linked into the final binary, along with the libraries
    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)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_FC_2 = 224
    pkg syscall (netbsd-arm64-cgo), const DLT_FC_2 ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
    pkg syscall (netbsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_FDDI = 10
    pkg syscall (netbsd-arm64-cgo), const DLT_FDDI ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_FLEXRAY = 210
    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)
  3. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_FC_2 = 224
    pkg syscall (freebsd-386), const DLT_FC_2 ideal-int
    pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
    pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
    pkg syscall (freebsd-386), const DLT_FDDI = 10
    pkg syscall (freebsd-386), const DLT_FLEXRAY = 210
    pkg syscall (freebsd-386), const DLT_FRELAY = 107
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.7.txt

    pkg runtime, method (*Frames) Next() (Frame, bool)
    pkg runtime, type Frame struct
    pkg runtime, type Frame struct, Entry uintptr
    pkg runtime, type Frame struct, File string
    pkg runtime, type Frame struct, Func *Func
    pkg runtime, type Frame struct, Function string
    pkg runtime, type Frame struct, Line int
    pkg runtime, type Frame struct, PC uintptr
    pkg runtime, type Frames struct
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Jun 28 15:08:11 GMT 2016
    - 13.6K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/asm.go

    	op := operands[next]
    	if len(op) < 2 || op[0].ScanToken != '$' {
    		p.errorf("TEXT %s: frame size must be an immediate constant", name)
    		return
    	}
    	op = op[1:]
    	negative := false
    	if op[0].ScanToken == '-' {
    		negative = true
    		op = op[1:]
    	}
    	if len(op) == 0 || op[0].ScanToken != scanner.Int {
    		p.errorf("TEXT %s: frame size must be an immediate constant", name)
    		return
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_ERF_POS ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_FC_2 ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_FDDI ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_FRELAY ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  7. api/go1.16.txt

    pkg debug/elf, const PT_ARM_ARCHEXT ProgType
    pkg debug/elf, const PT_ARM_EXIDX = 1879048193
    pkg debug/elf, const PT_ARM_EXIDX ProgType
    pkg debug/elf, const PT_GNU_EH_FRAME = 1685382480
    pkg debug/elf, const PT_GNU_EH_FRAME ProgType
    pkg debug/elf, const PT_GNU_MBIND_HI = 1685386580
    pkg debug/elf, const PT_GNU_MBIND_HI ProgType
    pkg debug/elf, const PT_GNU_MBIND_LO = 1685382485
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_FC_2 = 224
    pkg syscall (freebsd-arm64), const DLT_FC_2 ideal-int
    pkg syscall (freebsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
    pkg syscall (freebsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
    pkg syscall (freebsd-arm64), const DLT_FDDI = 10
    pkg syscall (freebsd-arm64), const DLT_FDDI ideal-int
    pkg syscall (freebsd-arm64), const DLT_FLEXRAY = 210
    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)
  9. doc/asm.html

    The frame size <code>$24-8</code> states that the function has a 24-byte frame
    and is called with 8 bytes of argument, which live on the caller's frame.
    If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>,
    the argument size must be provided.
    For assembly functions with Go prototypes, <code>go</code> <code>vet</code> will check that the
    argument size is correct.
    </p>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg mime/multipart, method (*Form) RemoveAll() error
    pkg mime/multipart, method (*Part) Close() error
    pkg mime/multipart, method (*Part) FileName() string
    pkg mime/multipart, method (*Part) FormName() string
    pkg mime/multipart, method (*Part) Read([]uint8) (int, error)
    pkg mime/multipart, method (*Reader) NextPart() (*Part, error)
    pkg mime/multipart, method (*Reader) ReadForm(int64) (*Form, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top