Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for __pad12 (0.32 seconds)

  1. src/cmd/cgo/doc.go

    function _cgo_be59f0f25121_Cfunc_puts is implemented in a C source
    file compiled by gcc, the file x.cgo2.c:
    
    	void
    	_cgo_be59f0f25121_Cfunc_puts(void *v)
    	{
    		struct {
    			char* p0;
    			int r;
    			char __pad12[4];
    		} __attribute__((__packed__, __gcc_struct__)) *a = v;
    		a->r = puts((void*)a->p0);
    	}
    
    It extracts the arguments from the pointer to _Cfunc_puts's argument
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Dec 08 22:37:14 GMT 2025
    - 43.9K bytes
    - Click Count (0)
  2. api/go1.txt

    pkg syscall (linux-386), type Stat_t struct, Size int64
    pkg syscall (linux-386), type Stat_t struct, Uid uint32
    pkg syscall (linux-386), type Stat_t struct, X__pad1 uint16
    pkg syscall (linux-386), type Stat_t struct, X__pad2 uint16
    pkg syscall (linux-386), type Stat_t struct, X__st_ino uint32
    pkg syscall (linux-386), type Statfs_t struct
    pkg syscall (linux-386), type Statfs_t struct, Bavail uint64
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  3. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Stat_t struct, Size int64
    pkg syscall (linux-arm-cgo), type Stat_t struct, Uid uint32
    pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad1 uint16
    pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad2 uint16
    pkg syscall (linux-arm-cgo), type Stat_t struct, X__st_ino uint32
    pkg syscall (linux-arm-cgo), type Statfs_t struct
    pkg syscall (linux-arm-cgo), type Statfs_t struct, Bavail uint64
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
Back to Top