Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for __pad12 (0.06 sec)

  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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Dec 11 23:57:34 UTC 2024
    - 44K bytes
    - Viewed (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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top