package signal
Import Path
modernc.org/libc/signal (on go.dev)
Dependency Relation
imports 4 packages, and imported by one package
Package-Level Type Names (total 146, all are exported)
Copyright (c) 2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
Copyright (c) 2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
Copyright (c) 2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
Basic integral types. Omit the typedef if
not possible for a machine/compiler combination.
Copyright (c) 2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
type Intptr_t = X__darwin_intptr_t (basic type) type Mcontext_t = uintptr (basic type) type Pid_t = X__darwin_pid_t (basic type) type Pthread_t = X__darwin_pthread_t (basic type) type Register_t = Int64_t (basic type) type Sig_atomic_t = int32 (basic type)
Signal vector "template" used in sigaction call.
F__sigaction_u struct{F__sa_handler uintptr}
Fsa_flags int32
Fsa_mask Sigset_t
Fsigev_notify int32
Fsigev_notify_attributes uintptr
Fsigev_notify_function uintptr
Fsigev_signo int32
Fsigev_value struct{_ [0]uint64; Fsival_int int32; _ [4]byte}
F__pad [7]uint64
Fsi_addr uintptr
Fsi_band int64
Fsi_code int32
Fsi_errno int32
Fsi_pid Pid_t
Fsi_signo int32
Fsi_status int32
Fsi_uid Uid_t
Fsi_value struct{_ [0]uint64; Fsival_int int32; _ [4]byte}
type Sigset_t = X__darwin_sigset_t (basic type)
Structure used in sigstack call.
Fss_onstack int32
Fss_sp uintptr
4.3 compatibility:
Signal vector "template" used in sigvec call.
Fsv_flags int32
Fsv_handler uintptr
Fsv_mask int32
This defines the size of syscall arguments after copying into the kernel:
Copyright (c) 2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
Copyright (c) 2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
Copyright (c) 2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
Copyright (c) 2016 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
user context
Fuc_link uintptr
Fuc_mcontext uintptr
Fuc_mcsize X__darwin_size_t
Fuc_onstack int32
Fuc_sigmask X__darwin_sigset_t
Fuc_stack struct{Fss_sp uintptr; Fss_size X__darwin_size_t; Fss_flags int32; _ [4]byte}
type Uid_t = X__darwin_uid_t (basic type)
Copyright (c) 2003-2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
These types are used for reserving the largest possible size.
type User_long_t = Int64_t (basic type) type User_off_t = Int64_t (basic type) type User_size_t = U_int64_t (basic type) type User_ssize_t = Int64_t (basic type) type User_time_t = Int64_t (basic type) type User_ulong_t = U_int64_t (basic type) type X__builtin_va_list = uintptr (basic type) type X__darwin_blkcnt_t = X__int64_t (basic type) type X__darwin_blksize_t = X__int32_t (basic type) type X__darwin_clock_t = uint64 (basic type) type X__darwin_ct_rune_t = int32 (basic type) type X__darwin_dev_t = X__int32_t (basic type)
// unsigned short __invalid: 1, unsigned short __denorm: 1, unsigned short __zdiv: 1, unsigned short __ovrfl: 1, unsigned short __undfl: 1, unsigned short __precis: 1, unsigned short : 2, unsigned short __pc: 2, unsigned short __rc: 2, unsigned short : 1, unsigned short : 3
// unsigned short __invalid: 1, unsigned short __denorm: 1, unsigned short __zdiv: 1, unsigned short __ovrfl: 1, unsigned short __undfl: 1, unsigned short __precis: 1, unsigned short : 2, unsigned short __pc: 2, unsigned short __rc: 2, unsigned short : 1, unsigned short : 3
// unsigned short __invalid: 1, unsigned short __denorm: 1, unsigned short __zdiv: 1, unsigned short __ovrfl: 1, unsigned short __undfl: 1, unsigned short __precis: 1, unsigned short : 2, unsigned short __pc: 2, unsigned short __rc: 2, unsigned short : 1, unsigned short : 3
// unsigned short __invalid: 1, unsigned short __denorm: 1, unsigned short __zdiv: 1, unsigned short __ovrfl: 1, unsigned short __undfl: 1, unsigned short __precis: 1, unsigned short : 2, unsigned short __pc: 2, unsigned short __rc: 2, unsigned short : 1, unsigned short : 3
type X__darwin_fsblkcnt_t = uint32 (basic type) type X__darwin_fsfilcnt_t = uint32 (basic type) type X__darwin_gid_t = X__uint32_t (basic type)
F__avx_reserved1 [64]int8
F__fpu_cs X__uint16_t
F__fpu_dp X__uint32_t
F__fpu_ds X__uint16_t
F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}
F__fpu_fop X__uint16_t
F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}
F__fpu_ftw X__uint8_t
F__fpu_ip X__uint32_t
F__fpu_k0 struct{F__opmask_reg [8]int8}
F__fpu_k1 struct{F__opmask_reg [8]int8}
F__fpu_k2 struct{F__opmask_reg [8]int8}
F__fpu_k3 struct{F__opmask_reg [8]int8}
F__fpu_k4 struct{F__opmask_reg [8]int8}
F__fpu_k5 struct{F__opmask_reg [8]int8}
F__fpu_k6 struct{F__opmask_reg [8]int8}
F__fpu_k7 struct{F__opmask_reg [8]int8}
F__fpu_mxcsr X__uint32_t
F__fpu_mxcsrmask X__uint32_t
F__fpu_reserved [2]int32
F__fpu_reserved1 int32
F__fpu_rsrv1 X__uint8_t
F__fpu_rsrv2 X__uint16_t
F__fpu_rsrv3 X__uint16_t
F__fpu_rsrv4 [224]int8
F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_xmm0 struct{F__xmm_reg [16]int8}
F__fpu_xmm1 struct{F__xmm_reg [16]int8}
F__fpu_xmm2 struct{F__xmm_reg [16]int8}
F__fpu_xmm3 struct{F__xmm_reg [16]int8}
F__fpu_xmm4 struct{F__xmm_reg [16]int8}
F__fpu_xmm5 struct{F__xmm_reg [16]int8}
F__fpu_xmm6 struct{F__xmm_reg [16]int8}
F__fpu_xmm7 struct{F__xmm_reg [16]int8}
F__fpu_ymmh0 struct{F__xmm_reg [16]int8}
F__fpu_ymmh1 struct{F__xmm_reg [16]int8}
F__fpu_ymmh2 struct{F__xmm_reg [16]int8}
F__fpu_ymmh3 struct{F__xmm_reg [16]int8}
F__fpu_ymmh4 struct{F__xmm_reg [16]int8}
F__fpu_ymmh5 struct{F__xmm_reg [16]int8}
F__fpu_ymmh6 struct{F__xmm_reg [16]int8}
F__fpu_ymmh7 struct{F__xmm_reg [16]int8}
F__fpu_zmmh0 struct{F__ymm_reg [32]int8}
F__fpu_zmmh1 struct{F__ymm_reg [32]int8}
F__fpu_zmmh2 struct{F__ymm_reg [32]int8}
F__fpu_zmmh3 struct{F__ymm_reg [32]int8}
F__fpu_zmmh4 struct{F__ymm_reg [32]int8}
F__fpu_zmmh5 struct{F__ymm_reg [32]int8}
F__fpu_zmmh6 struct{F__ymm_reg [32]int8}
F__fpu_zmmh7 struct{F__ymm_reg [32]int8}
F__avx_reserved1 [64]int8
F__fpu_cs X__uint16_t
F__fpu_dp X__uint32_t
F__fpu_ds X__uint16_t
F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}
F__fpu_fop X__uint16_t
F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}
F__fpu_ftw X__uint8_t
F__fpu_ip X__uint32_t
F__fpu_mxcsr X__uint32_t
F__fpu_mxcsrmask X__uint32_t
F__fpu_reserved [2]int32
F__fpu_reserved1 int32
F__fpu_rsrv1 X__uint8_t
F__fpu_rsrv2 X__uint16_t
F__fpu_rsrv3 X__uint16_t
F__fpu_rsrv4 [224]int8
F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_xmm0 struct{F__xmm_reg [16]int8}
F__fpu_xmm1 struct{F__xmm_reg [16]int8}
F__fpu_xmm2 struct{F__xmm_reg [16]int8}
F__fpu_xmm3 struct{F__xmm_reg [16]int8}
F__fpu_xmm4 struct{F__xmm_reg [16]int8}
F__fpu_xmm5 struct{F__xmm_reg [16]int8}
F__fpu_xmm6 struct{F__xmm_reg [16]int8}
F__fpu_xmm7 struct{F__xmm_reg [16]int8}
F__fpu_ymmh0 struct{F__xmm_reg [16]int8}
F__fpu_ymmh1 struct{F__xmm_reg [16]int8}
F__fpu_ymmh2 struct{F__xmm_reg [16]int8}
F__fpu_ymmh3 struct{F__xmm_reg [16]int8}
F__fpu_ymmh4 struct{F__xmm_reg [16]int8}
F__fpu_ymmh5 struct{F__xmm_reg [16]int8}
F__fpu_ymmh6 struct{F__xmm_reg [16]int8}
F__fpu_ymmh7 struct{F__xmm_reg [16]int8}
F__fpu_cs X__uint16_t
F__fpu_dp X__uint32_t
F__fpu_ds X__uint16_t
F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}
F__fpu_fop X__uint16_t
F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}
F__fpu_ftw X__uint8_t
F__fpu_ip X__uint32_t
F__fpu_mxcsr X__uint32_t
F__fpu_mxcsrmask X__uint32_t
F__fpu_reserved [2]int32
F__fpu_reserved1 int32
F__fpu_rsrv1 X__uint8_t
F__fpu_rsrv2 X__uint16_t
F__fpu_rsrv3 X__uint16_t
F__fpu_rsrv4 [224]int8
F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_xmm0 struct{F__xmm_reg [16]int8}
F__fpu_xmm1 struct{F__xmm_reg [16]int8}
F__fpu_xmm2 struct{F__xmm_reg [16]int8}
F__fpu_xmm3 struct{F__xmm_reg [16]int8}
F__fpu_xmm4 struct{F__xmm_reg [16]int8}
F__fpu_xmm5 struct{F__xmm_reg [16]int8}
F__fpu_xmm6 struct{F__xmm_reg [16]int8}
F__fpu_xmm7 struct{F__xmm_reg [16]int8}
F__cs uint32
F__ds uint32
F__eax uint32
F__ebp uint32
F__ebx uint32
F__ecx uint32
F__edi uint32
F__edx uint32
F__eflags uint32
F__eip uint32
F__es uint32
F__esi uint32
F__esp uint32
F__fs uint32
F__gs uint32
F__ss uint32
type X__darwin_id_t = X__uint32_t (basic type) type X__darwin_ino64_t = X__uint64_t (basic type) type X__darwin_ino_t = X__darwin_ino64_t (basic type) type X__darwin_intptr_t = int64 (basic type) type X__darwin_mach_port_name_t = X__darwin_natural_t (basic type) type X__darwin_mach_port_t = X__darwin_mach_port_name_t (basic type)
F__mbstate8 [128]int8
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint32_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [224]int8; F__fpu_reserved1 int32}
F__ss struct{F__eax uint32; F__ebx uint32; F__ecx uint32; F__edx uint32; F__edi uint32; F__esi uint32; F__ebp uint32; F__esp uint32; F__ss uint32; F__eflags uint32; F__eip uint32; F__cs uint32; F__ds uint32; F__es uint32; F__fs uint32; F__gs uint32}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint64_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_xmm8 struct{F__xmm_reg [16]int8}; F__fpu_xmm9 struct{F__xmm_reg [16]int8}; F__fpu_xmm10 struct{F__xmm_reg [16]int8}; F__fpu_xmm11 struct{F__xmm_reg [16]int8}; F__fpu_xmm12 struct{F__xmm_reg [16]int8}; F__fpu_xmm13 struct{F__xmm_reg [16]int8}; F__fpu_xmm14 struct{F__xmm_reg [16]int8}; F__fpu_xmm15 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [96]int8; F__fpu_reserved1 int32}
F__ss struct{F__rax X__uint64_t; F__rbx X__uint64_t; F__rcx X__uint64_t; F__rdx X__uint64_t; F__rdi X__uint64_t; F__rsi X__uint64_t; F__rbp X__uint64_t; F__rsp X__uint64_t; F__r8 X__uint64_t; F__r9 X__uint64_t; F__r10 X__uint64_t; F__r11 X__uint64_t; F__r12 X__uint64_t; F__r13 X__uint64_t; F__r14 X__uint64_t; F__r15 X__uint64_t; F__rip X__uint64_t; F__rflags X__uint64_t; F__cs X__uint64_t; F__fs X__uint64_t; F__gs X__uint64_t}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint64_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_xmm8 struct{F__xmm_reg [16]int8}; F__fpu_xmm9 struct{F__xmm_reg [16]int8}; F__fpu_xmm10 struct{F__xmm_reg [16]int8}; F__fpu_xmm11 struct{F__xmm_reg [16]int8}; F__fpu_xmm12 struct{F__xmm_reg [16]int8}; F__fpu_xmm13 struct{F__xmm_reg [16]int8}; F__fpu_xmm14 struct{F__xmm_reg [16]int8}; F__fpu_xmm15 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [96]int8; F__fpu_reserved1 int32}
F__ss struct{F__ss64 struct{F__rax X__uint64_t; F__rbx X__uint64_t; F__rcx X__uint64_t; F__rdx X__uint64_t; F__rdi X__uint64_t; F__rsi X__uint64_t; F__rbp X__uint64_t; F__rsp X__uint64_t; F__r8 X__uint64_t; F__r9 X__uint64_t; F__r10 X__uint64_t; F__r11 X__uint64_t; F__r12 X__uint64_t; F__r13 X__uint64_t; F__r14 X__uint64_t; F__r15 X__uint64_t; F__rip X__uint64_t; F__rflags X__uint64_t; F__cs X__uint64_t; F__fs X__uint64_t; F__gs X__uint64_t}; F__ds X__uint64_t; F__es X__uint64_t; F__ss X__uint64_t; F__gsbase X__uint64_t}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint32_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [224]int8; F__fpu_reserved1 int32; F__avx_reserved1 [64]int8; F__fpu_ymmh0 struct{F__xmm_reg [16]int8}; F__fpu_ymmh1 struct{F__xmm_reg [16]int8}; F__fpu_ymmh2 struct{F__xmm_reg [16]int8}; F__fpu_ymmh3 struct{F__xmm_reg [16]int8}; F__fpu_ymmh4 struct{F__xmm_reg [16]int8}; F__fpu_ymmh5 struct{F__xmm_reg [16]int8}; F__fpu_ymmh6 struct{F__xmm_reg [16]int8}; F__fpu_ymmh7 struct{F__xmm_reg [16]int8}}
F__ss struct{F__eax uint32; F__ebx uint32; F__ecx uint32; F__edx uint32; F__edi uint32; F__esi uint32; F__ebp uint32; F__esp uint32; F__ss uint32; F__eflags uint32; F__eip uint32; F__cs uint32; F__ds uint32; F__es uint32; F__fs uint32; F__gs uint32}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint32_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [224]int8; F__fpu_reserved1 int32; F__avx_reserved1 [64]int8; F__fpu_ymmh0 struct{F__xmm_reg [16]int8}; F__fpu_ymmh1 struct{F__xmm_reg [16]int8}; F__fpu_ymmh2 struct{F__xmm_reg [16]int8}; F__fpu_ymmh3 struct{F__xmm_reg [16]int8}; F__fpu_ymmh4 struct{F__xmm_reg [16]int8}; F__fpu_ymmh5 struct{F__xmm_reg [16]int8}; F__fpu_ymmh6 struct{F__xmm_reg [16]int8}; F__fpu_ymmh7 struct{F__xmm_reg [16]int8}; F__fpu_k0 struct{F__opmask_reg [8]int8}; F__fpu_k1 struct{F__opmask_reg [8]int8}; F__fpu_k2 struct{F__opmask_reg [8]int8}; F__fpu_k3 struct{F__opmask_reg [8]int8}; F__fpu_k4 struct{F__opmask_reg [8]int8}; F__fpu_k5 struct{F__opmask_reg [8]int8}; F__fpu_k6 struct{F__opmask_reg [8]int8}; F__fpu_k7 struct{F__opmask_reg [8]int8}; F__fpu_zmmh0 struct{F__ymm_reg [32]int8}; F__fpu_zmmh1 struct{F__ymm_reg [32]int8}; F__fpu_zmmh2 struct{F__ymm_reg [32]int8}; F__fpu_zmmh3 struct{F__ymm_reg [32]int8}; F__fpu_zmmh4 struct{F__ymm_reg [32]int8}; F__fpu_zmmh5 struct{F__ymm_reg [32]int8}; F__fpu_zmmh6 struct{F__ymm_reg [32]int8}; F__fpu_zmmh7 struct{F__ymm_reg [32]int8}}
F__ss struct{F__eax uint32; F__ebx uint32; F__ecx uint32; F__edx uint32; F__edi uint32; F__esi uint32; F__ebp uint32; F__esp uint32; F__ss uint32; F__eflags uint32; F__eip uint32; F__cs uint32; F__ds uint32; F__es uint32; F__fs uint32; F__gs uint32}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint64_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_xmm8 struct{F__xmm_reg [16]int8}; F__fpu_xmm9 struct{F__xmm_reg [16]int8}; F__fpu_xmm10 struct{F__xmm_reg [16]int8}; F__fpu_xmm11 struct{F__xmm_reg [16]int8}; F__fpu_xmm12 struct{F__xmm_reg [16]int8}; F__fpu_xmm13 struct{F__xmm_reg [16]int8}; F__fpu_xmm14 struct{F__xmm_reg [16]int8}; F__fpu_xmm15 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [96]int8; F__fpu_reserved1 int32; F__avx_reserved1 [64]int8; F__fpu_ymmh0 struct{F__xmm_reg [16]int8}; F__fpu_ymmh1 struct{F__xmm_reg [16]int8}; F__fpu_ymmh2 struct{F__xmm_reg [16]int8}; F__fpu_ymmh3 struct{F__xmm_reg [16]int8}; F__fpu_ymmh4 struct{F__xmm_reg [16]int8}; F__fpu_ymmh5 struct{F__xmm_reg [16]int8}; F__fpu_ymmh6 struct{F__xmm_reg [16]int8}; F__fpu_ymmh7 struct{F__xmm_reg [16]int8}; F__fpu_ymmh8 struct{F__xmm_reg [16]int8}; F__fpu_ymmh9 struct{F__xmm_reg [16]int8}; F__fpu_ymmh10 struct{F__xmm_reg [16]int8}; F__fpu_ymmh11 struct{F__xmm_reg [16]int8}; F__fpu_ymmh12 struct{F__xmm_reg [16]int8}; F__fpu_ymmh13 struct{F__xmm_reg [16]int8}; F__fpu_ymmh14 struct{F__xmm_reg [16]int8}; F__fpu_ymmh15 struct{F__xmm_reg [16]int8}; F__fpu_k0 struct{F__opmask_reg [8]int8}; F__fpu_k1 struct{F__opmask_reg [8]int8}; F__fpu_k2 struct{F__opmask_reg [8]int8}; F__fpu_k3 struct{F__opmask_reg [8]int8}; F__fpu_k4 struct{F__opmask_reg [8]int8}; F__fpu_k5 struct{F__opmask_reg [8]int8}; F__fpu_k6 struct{F__opmask_reg [8]int8}; F__fpu_k7 struct{F__opmask_reg [8]int8}; F__fpu_zmmh0 struct{F__ymm_reg [32]int8}; F__fpu_zmmh1 struct{F__ymm_reg [32]int8}; F__fpu_zmmh2 struct{F__ymm_reg [32]int8}; F__fpu_zmmh3 struct{F__ymm_reg [32]int8}; F__fpu_zmmh4 struct{F__ymm_reg [32]int8}; F__fpu_zmmh5 struct{F__ymm_reg [32]int8}; F__fpu_zmmh6 struct{F__ymm_reg [32]int8}; F__fpu_zmmh7 struct{F__ymm_reg [32]int8}; F__fpu_zmmh8 struct{F__ymm_reg [32]int8}; F__fpu_zmmh9 struct{F__ymm_reg [32]int8}; F__fpu_zmmh10 struct{F__ymm_reg [32]int8}; F__fpu_zmmh11 struct{F__ymm_reg [32]int8}; F__fpu_zmmh12 struct{F__ymm_reg [32]int8}; F__fpu_zmmh13 struct{F__ymm_reg [32]int8}; F__fpu_zmmh14 struct{F__ymm_reg [32]int8}; F__fpu_zmmh15 struct{F__ymm_reg [32]int8}; F__fpu_zmm16 struct{F__zmm_reg [64]int8}; F__fpu_zmm17 struct{F__zmm_reg [64]int8}; F__fpu_zmm18 struct{F__zmm_reg [64]int8}; F__fpu_zmm19 struct{F__zmm_reg [64]int8}; F__fpu_zmm20 struct{F__zmm_reg [64]int8}; F__fpu_zmm21 struct{F__zmm_reg [64]int8}; F__fpu_zmm22 struct{F__zmm_reg [64]int8}; F__fpu_zmm23 struct{F__zmm_reg [64]int8}; F__fpu_zmm24 struct{F__zmm_reg [64]int8}; F__fpu_zmm25 struct{F__zmm_reg [64]int8}; F__fpu_zmm26 struct{F__zmm_reg [64]int8}; F__fpu_zmm27 struct{F__zmm_reg [64]int8}; F__fpu_zmm28 struct{F__zmm_reg [64]int8}; F__fpu_zmm29 struct{F__zmm_reg [64]int8}; F__fpu_zmm30 struct{F__zmm_reg [64]int8}; F__fpu_zmm31 struct{F__zmm_reg [64]int8}}
F__ss struct{F__rax X__uint64_t; F__rbx X__uint64_t; F__rcx X__uint64_t; F__rdx X__uint64_t; F__rdi X__uint64_t; F__rsi X__uint64_t; F__rbp X__uint64_t; F__rsp X__uint64_t; F__r8 X__uint64_t; F__r9 X__uint64_t; F__r10 X__uint64_t; F__r11 X__uint64_t; F__r12 X__uint64_t; F__r13 X__uint64_t; F__r14 X__uint64_t; F__r15 X__uint64_t; F__rip X__uint64_t; F__rflags X__uint64_t; F__cs X__uint64_t; F__fs X__uint64_t; F__gs X__uint64_t}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint64_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_xmm8 struct{F__xmm_reg [16]int8}; F__fpu_xmm9 struct{F__xmm_reg [16]int8}; F__fpu_xmm10 struct{F__xmm_reg [16]int8}; F__fpu_xmm11 struct{F__xmm_reg [16]int8}; F__fpu_xmm12 struct{F__xmm_reg [16]int8}; F__fpu_xmm13 struct{F__xmm_reg [16]int8}; F__fpu_xmm14 struct{F__xmm_reg [16]int8}; F__fpu_xmm15 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [96]int8; F__fpu_reserved1 int32; F__avx_reserved1 [64]int8; F__fpu_ymmh0 struct{F__xmm_reg [16]int8}; F__fpu_ymmh1 struct{F__xmm_reg [16]int8}; F__fpu_ymmh2 struct{F__xmm_reg [16]int8}; F__fpu_ymmh3 struct{F__xmm_reg [16]int8}; F__fpu_ymmh4 struct{F__xmm_reg [16]int8}; F__fpu_ymmh5 struct{F__xmm_reg [16]int8}; F__fpu_ymmh6 struct{F__xmm_reg [16]int8}; F__fpu_ymmh7 struct{F__xmm_reg [16]int8}; F__fpu_ymmh8 struct{F__xmm_reg [16]int8}; F__fpu_ymmh9 struct{F__xmm_reg [16]int8}; F__fpu_ymmh10 struct{F__xmm_reg [16]int8}; F__fpu_ymmh11 struct{F__xmm_reg [16]int8}; F__fpu_ymmh12 struct{F__xmm_reg [16]int8}; F__fpu_ymmh13 struct{F__xmm_reg [16]int8}; F__fpu_ymmh14 struct{F__xmm_reg [16]int8}; F__fpu_ymmh15 struct{F__xmm_reg [16]int8}; F__fpu_k0 struct{F__opmask_reg [8]int8}; F__fpu_k1 struct{F__opmask_reg [8]int8}; F__fpu_k2 struct{F__opmask_reg [8]int8}; F__fpu_k3 struct{F__opmask_reg [8]int8}; F__fpu_k4 struct{F__opmask_reg [8]int8}; F__fpu_k5 struct{F__opmask_reg [8]int8}; F__fpu_k6 struct{F__opmask_reg [8]int8}; F__fpu_k7 struct{F__opmask_reg [8]int8}; F__fpu_zmmh0 struct{F__ymm_reg [32]int8}; F__fpu_zmmh1 struct{F__ymm_reg [32]int8}; F__fpu_zmmh2 struct{F__ymm_reg [32]int8}; F__fpu_zmmh3 struct{F__ymm_reg [32]int8}; F__fpu_zmmh4 struct{F__ymm_reg [32]int8}; F__fpu_zmmh5 struct{F__ymm_reg [32]int8}; F__fpu_zmmh6 struct{F__ymm_reg [32]int8}; F__fpu_zmmh7 struct{F__ymm_reg [32]int8}; F__fpu_zmmh8 struct{F__ymm_reg [32]int8}; F__fpu_zmmh9 struct{F__ymm_reg [32]int8}; F__fpu_zmmh10 struct{F__ymm_reg [32]int8}; F__fpu_zmmh11 struct{F__ymm_reg [32]int8}; F__fpu_zmmh12 struct{F__ymm_reg [32]int8}; F__fpu_zmmh13 struct{F__ymm_reg [32]int8}; F__fpu_zmmh14 struct{F__ymm_reg [32]int8}; F__fpu_zmmh15 struct{F__ymm_reg [32]int8}; F__fpu_zmm16 struct{F__zmm_reg [64]int8}; F__fpu_zmm17 struct{F__zmm_reg [64]int8}; F__fpu_zmm18 struct{F__zmm_reg [64]int8}; F__fpu_zmm19 struct{F__zmm_reg [64]int8}; F__fpu_zmm20 struct{F__zmm_reg [64]int8}; F__fpu_zmm21 struct{F__zmm_reg [64]int8}; F__fpu_zmm22 struct{F__zmm_reg [64]int8}; F__fpu_zmm23 struct{F__zmm_reg [64]int8}; F__fpu_zmm24 struct{F__zmm_reg [64]int8}; F__fpu_zmm25 struct{F__zmm_reg [64]int8}; F__fpu_zmm26 struct{F__zmm_reg [64]int8}; F__fpu_zmm27 struct{F__zmm_reg [64]int8}; F__fpu_zmm28 struct{F__zmm_reg [64]int8}; F__fpu_zmm29 struct{F__zmm_reg [64]int8}; F__fpu_zmm30 struct{F__zmm_reg [64]int8}; F__fpu_zmm31 struct{F__zmm_reg [64]int8}}
F__ss struct{F__ss64 struct{F__rax X__uint64_t; F__rbx X__uint64_t; F__rcx X__uint64_t; F__rdx X__uint64_t; F__rdi X__uint64_t; F__rsi X__uint64_t; F__rbp X__uint64_t; F__rsp X__uint64_t; F__r8 X__uint64_t; F__r9 X__uint64_t; F__r10 X__uint64_t; F__r11 X__uint64_t; F__r12 X__uint64_t; F__r13 X__uint64_t; F__r14 X__uint64_t; F__r15 X__uint64_t; F__rip X__uint64_t; F__rflags X__uint64_t; F__cs X__uint64_t; F__fs X__uint64_t; F__gs X__uint64_t}; F__ds X__uint64_t; F__es X__uint64_t; F__ss X__uint64_t; F__gsbase X__uint64_t}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint64_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_xmm8 struct{F__xmm_reg [16]int8}; F__fpu_xmm9 struct{F__xmm_reg [16]int8}; F__fpu_xmm10 struct{F__xmm_reg [16]int8}; F__fpu_xmm11 struct{F__xmm_reg [16]int8}; F__fpu_xmm12 struct{F__xmm_reg [16]int8}; F__fpu_xmm13 struct{F__xmm_reg [16]int8}; F__fpu_xmm14 struct{F__xmm_reg [16]int8}; F__fpu_xmm15 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [96]int8; F__fpu_reserved1 int32; F__avx_reserved1 [64]int8; F__fpu_ymmh0 struct{F__xmm_reg [16]int8}; F__fpu_ymmh1 struct{F__xmm_reg [16]int8}; F__fpu_ymmh2 struct{F__xmm_reg [16]int8}; F__fpu_ymmh3 struct{F__xmm_reg [16]int8}; F__fpu_ymmh4 struct{F__xmm_reg [16]int8}; F__fpu_ymmh5 struct{F__xmm_reg [16]int8}; F__fpu_ymmh6 struct{F__xmm_reg [16]int8}; F__fpu_ymmh7 struct{F__xmm_reg [16]int8}; F__fpu_ymmh8 struct{F__xmm_reg [16]int8}; F__fpu_ymmh9 struct{F__xmm_reg [16]int8}; F__fpu_ymmh10 struct{F__xmm_reg [16]int8}; F__fpu_ymmh11 struct{F__xmm_reg [16]int8}; F__fpu_ymmh12 struct{F__xmm_reg [16]int8}; F__fpu_ymmh13 struct{F__xmm_reg [16]int8}; F__fpu_ymmh14 struct{F__xmm_reg [16]int8}; F__fpu_ymmh15 struct{F__xmm_reg [16]int8}}
F__ss struct{F__rax X__uint64_t; F__rbx X__uint64_t; F__rcx X__uint64_t; F__rdx X__uint64_t; F__rdi X__uint64_t; F__rsi X__uint64_t; F__rbp X__uint64_t; F__rsp X__uint64_t; F__r8 X__uint64_t; F__r9 X__uint64_t; F__r10 X__uint64_t; F__r11 X__uint64_t; F__r12 X__uint64_t; F__r13 X__uint64_t; F__r14 X__uint64_t; F__r15 X__uint64_t; F__rip X__uint64_t; F__rflags X__uint64_t; F__cs X__uint64_t; F__fs X__uint64_t; F__gs X__uint64_t}
F__es struct{F__trapno X__uint16_t; F__cpu X__uint16_t; F__err X__uint32_t; F__faultvaddr X__uint64_t}
F__fs struct{F__fpu_reserved [2]int32; F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}; F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}; F__fpu_ftw X__uint8_t; F__fpu_rsrv1 X__uint8_t; F__fpu_fop X__uint16_t; F__fpu_ip X__uint32_t; F__fpu_cs X__uint16_t; F__fpu_rsrv2 X__uint16_t; F__fpu_dp X__uint32_t; F__fpu_ds X__uint16_t; F__fpu_rsrv3 X__uint16_t; F__fpu_mxcsr X__uint32_t; F__fpu_mxcsrmask X__uint32_t; F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}; F__fpu_xmm0 struct{F__xmm_reg [16]int8}; F__fpu_xmm1 struct{F__xmm_reg [16]int8}; F__fpu_xmm2 struct{F__xmm_reg [16]int8}; F__fpu_xmm3 struct{F__xmm_reg [16]int8}; F__fpu_xmm4 struct{F__xmm_reg [16]int8}; F__fpu_xmm5 struct{F__xmm_reg [16]int8}; F__fpu_xmm6 struct{F__xmm_reg [16]int8}; F__fpu_xmm7 struct{F__xmm_reg [16]int8}; F__fpu_xmm8 struct{F__xmm_reg [16]int8}; F__fpu_xmm9 struct{F__xmm_reg [16]int8}; F__fpu_xmm10 struct{F__xmm_reg [16]int8}; F__fpu_xmm11 struct{F__xmm_reg [16]int8}; F__fpu_xmm12 struct{F__xmm_reg [16]int8}; F__fpu_xmm13 struct{F__xmm_reg [16]int8}; F__fpu_xmm14 struct{F__xmm_reg [16]int8}; F__fpu_xmm15 struct{F__xmm_reg [16]int8}; F__fpu_rsrv4 [96]int8; F__fpu_reserved1 int32; F__avx_reserved1 [64]int8; F__fpu_ymmh0 struct{F__xmm_reg [16]int8}; F__fpu_ymmh1 struct{F__xmm_reg [16]int8}; F__fpu_ymmh2 struct{F__xmm_reg [16]int8}; F__fpu_ymmh3 struct{F__xmm_reg [16]int8}; F__fpu_ymmh4 struct{F__xmm_reg [16]int8}; F__fpu_ymmh5 struct{F__xmm_reg [16]int8}; F__fpu_ymmh6 struct{F__xmm_reg [16]int8}; F__fpu_ymmh7 struct{F__xmm_reg [16]int8}; F__fpu_ymmh8 struct{F__xmm_reg [16]int8}; F__fpu_ymmh9 struct{F__xmm_reg [16]int8}; F__fpu_ymmh10 struct{F__xmm_reg [16]int8}; F__fpu_ymmh11 struct{F__xmm_reg [16]int8}; F__fpu_ymmh12 struct{F__xmm_reg [16]int8}; F__fpu_ymmh13 struct{F__xmm_reg [16]int8}; F__fpu_ymmh14 struct{F__xmm_reg [16]int8}; F__fpu_ymmh15 struct{F__xmm_reg [16]int8}}
F__ss struct{F__ss64 struct{F__rax X__uint64_t; F__rbx X__uint64_t; F__rcx X__uint64_t; F__rdx X__uint64_t; F__rdi X__uint64_t; F__rsi X__uint64_t; F__rbp X__uint64_t; F__rsp X__uint64_t; F__r8 X__uint64_t; F__r9 X__uint64_t; F__r10 X__uint64_t; F__r11 X__uint64_t; F__r12 X__uint64_t; F__r13 X__uint64_t; F__r14 X__uint64_t; F__r15 X__uint64_t; F__rip X__uint64_t; F__rflags X__uint64_t; F__cs X__uint64_t; F__fs X__uint64_t; F__gs X__uint64_t}; F__ds X__uint64_t; F__es X__uint64_t; F__ss X__uint64_t; F__gsbase X__uint64_t}
F__mmst_reg [10]int8
F__mmst_rsrv [6]int8
type X__darwin_mode_t = X__uint16_t (basic type) type X__darwin_natural_t = uint32 (basic type) type X__darwin_nl_item = int32 (basic type) type X__darwin_off_t = X__int64_t (basic type) type X__darwin_pid_t = X__int32_t (basic type) type X__darwin_pthread_key_t = uint64 (basic type) type X__darwin_pthread_t = uintptr (basic type) type X__darwin_ptrdiff_t = int64 (basic type) type X__darwin_rune_t = X__darwin_wchar_t (basic type) type X__darwin_sigset_t = X__uint32_t (basic type) type X__darwin_size_t = uint64 (basic type) type X__darwin_socklen_t = X__uint32_t (basic type) type X__darwin_ssize_t = int64 (basic type) type X__darwin_suseconds_t = X__int32_t (basic type) type X__darwin_time_t = int64 (basic type)
Fuc_link uintptr
Fuc_mcontext uintptr
Fuc_mcsize X__darwin_size_t
Fuc_onstack int32
Fuc_sigmask X__darwin_sigset_t
Fuc_stack struct{Fss_sp uintptr; Fss_size X__darwin_size_t; Fss_flags int32; _ [4]byte}
type X__darwin_uid_t = X__uint32_t (basic type) type X__darwin_useconds_t = X__uint32_t (basic type) type X__darwin_uuid_string_t = ([...]T) type X__darwin_uuid_t = ([...]T) type X__darwin_va_list = X__builtin_va_list (basic type) type X__darwin_wchar_t = int32 (basic type) type X__darwin_wctrans_t = int32 (basic type) type X__darwin_wctype_t = X__uint32_t (basic type) type X__darwin_wint_t = int32 (basic type)
F__avx_reserved1 [64]int8
F__fpu_cs X__uint16_t
F__fpu_dp X__uint32_t
F__fpu_ds X__uint16_t
F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}
F__fpu_fop X__uint16_t
F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}
F__fpu_ftw X__uint8_t
F__fpu_ip X__uint32_t
F__fpu_k0 struct{F__opmask_reg [8]int8}
F__fpu_k1 struct{F__opmask_reg [8]int8}
F__fpu_k2 struct{F__opmask_reg [8]int8}
F__fpu_k3 struct{F__opmask_reg [8]int8}
F__fpu_k4 struct{F__opmask_reg [8]int8}
F__fpu_k5 struct{F__opmask_reg [8]int8}
F__fpu_k6 struct{F__opmask_reg [8]int8}
F__fpu_k7 struct{F__opmask_reg [8]int8}
F__fpu_mxcsr X__uint32_t
F__fpu_mxcsrmask X__uint32_t
F__fpu_reserved [2]int32
F__fpu_reserved1 int32
F__fpu_rsrv1 X__uint8_t
F__fpu_rsrv2 X__uint16_t
F__fpu_rsrv3 X__uint16_t
F__fpu_rsrv4 [96]int8
F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_xmm0 struct{F__xmm_reg [16]int8}
F__fpu_xmm1 struct{F__xmm_reg [16]int8}
F__fpu_xmm10 struct{F__xmm_reg [16]int8}
F__fpu_xmm11 struct{F__xmm_reg [16]int8}
F__fpu_xmm12 struct{F__xmm_reg [16]int8}
F__fpu_xmm13 struct{F__xmm_reg [16]int8}
F__fpu_xmm14 struct{F__xmm_reg [16]int8}
F__fpu_xmm15 struct{F__xmm_reg [16]int8}
F__fpu_xmm2 struct{F__xmm_reg [16]int8}
F__fpu_xmm3 struct{F__xmm_reg [16]int8}
F__fpu_xmm4 struct{F__xmm_reg [16]int8}
F__fpu_xmm5 struct{F__xmm_reg [16]int8}
F__fpu_xmm6 struct{F__xmm_reg [16]int8}
F__fpu_xmm7 struct{F__xmm_reg [16]int8}
F__fpu_xmm8 struct{F__xmm_reg [16]int8}
F__fpu_xmm9 struct{F__xmm_reg [16]int8}
F__fpu_ymmh0 struct{F__xmm_reg [16]int8}
F__fpu_ymmh1 struct{F__xmm_reg [16]int8}
F__fpu_ymmh10 struct{F__xmm_reg [16]int8}
F__fpu_ymmh11 struct{F__xmm_reg [16]int8}
F__fpu_ymmh12 struct{F__xmm_reg [16]int8}
F__fpu_ymmh13 struct{F__xmm_reg [16]int8}
F__fpu_ymmh14 struct{F__xmm_reg [16]int8}
F__fpu_ymmh15 struct{F__xmm_reg [16]int8}
F__fpu_ymmh2 struct{F__xmm_reg [16]int8}
F__fpu_ymmh3 struct{F__xmm_reg [16]int8}
F__fpu_ymmh4 struct{F__xmm_reg [16]int8}
F__fpu_ymmh5 struct{F__xmm_reg [16]int8}
F__fpu_ymmh6 struct{F__xmm_reg [16]int8}
F__fpu_ymmh7 struct{F__xmm_reg [16]int8}
F__fpu_ymmh8 struct{F__xmm_reg [16]int8}
F__fpu_ymmh9 struct{F__xmm_reg [16]int8}
F__fpu_zmm16 struct{F__zmm_reg [64]int8}
F__fpu_zmm17 struct{F__zmm_reg [64]int8}
F__fpu_zmm18 struct{F__zmm_reg [64]int8}
F__fpu_zmm19 struct{F__zmm_reg [64]int8}
F__fpu_zmm20 struct{F__zmm_reg [64]int8}
F__fpu_zmm21 struct{F__zmm_reg [64]int8}
F__fpu_zmm22 struct{F__zmm_reg [64]int8}
F__fpu_zmm23 struct{F__zmm_reg [64]int8}
F__fpu_zmm24 struct{F__zmm_reg [64]int8}
F__fpu_zmm25 struct{F__zmm_reg [64]int8}
F__fpu_zmm26 struct{F__zmm_reg [64]int8}
F__fpu_zmm27 struct{F__zmm_reg [64]int8}
F__fpu_zmm28 struct{F__zmm_reg [64]int8}
F__fpu_zmm29 struct{F__zmm_reg [64]int8}
F__fpu_zmm30 struct{F__zmm_reg [64]int8}
F__fpu_zmm31 struct{F__zmm_reg [64]int8}
F__fpu_zmmh0 struct{F__ymm_reg [32]int8}
F__fpu_zmmh1 struct{F__ymm_reg [32]int8}
F__fpu_zmmh10 struct{F__ymm_reg [32]int8}
F__fpu_zmmh11 struct{F__ymm_reg [32]int8}
F__fpu_zmmh12 struct{F__ymm_reg [32]int8}
F__fpu_zmmh13 struct{F__ymm_reg [32]int8}
F__fpu_zmmh14 struct{F__ymm_reg [32]int8}
F__fpu_zmmh15 struct{F__ymm_reg [32]int8}
F__fpu_zmmh2 struct{F__ymm_reg [32]int8}
F__fpu_zmmh3 struct{F__ymm_reg [32]int8}
F__fpu_zmmh4 struct{F__ymm_reg [32]int8}
F__fpu_zmmh5 struct{F__ymm_reg [32]int8}
F__fpu_zmmh6 struct{F__ymm_reg [32]int8}
F__fpu_zmmh7 struct{F__ymm_reg [32]int8}
F__fpu_zmmh8 struct{F__ymm_reg [32]int8}
F__fpu_zmmh9 struct{F__ymm_reg [32]int8}
F__avx_reserved1 [64]int8
F__fpu_cs X__uint16_t
F__fpu_dp X__uint32_t
F__fpu_ds X__uint16_t
F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}
F__fpu_fop X__uint16_t
F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}
F__fpu_ftw X__uint8_t
F__fpu_ip X__uint32_t
F__fpu_mxcsr X__uint32_t
F__fpu_mxcsrmask X__uint32_t
F__fpu_reserved [2]int32
F__fpu_reserved1 int32
F__fpu_rsrv1 X__uint8_t
F__fpu_rsrv2 X__uint16_t
F__fpu_rsrv3 X__uint16_t
F__fpu_rsrv4 [96]int8
F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_xmm0 struct{F__xmm_reg [16]int8}
F__fpu_xmm1 struct{F__xmm_reg [16]int8}
F__fpu_xmm10 struct{F__xmm_reg [16]int8}
F__fpu_xmm11 struct{F__xmm_reg [16]int8}
F__fpu_xmm12 struct{F__xmm_reg [16]int8}
F__fpu_xmm13 struct{F__xmm_reg [16]int8}
F__fpu_xmm14 struct{F__xmm_reg [16]int8}
F__fpu_xmm15 struct{F__xmm_reg [16]int8}
F__fpu_xmm2 struct{F__xmm_reg [16]int8}
F__fpu_xmm3 struct{F__xmm_reg [16]int8}
F__fpu_xmm4 struct{F__xmm_reg [16]int8}
F__fpu_xmm5 struct{F__xmm_reg [16]int8}
F__fpu_xmm6 struct{F__xmm_reg [16]int8}
F__fpu_xmm7 struct{F__xmm_reg [16]int8}
F__fpu_xmm8 struct{F__xmm_reg [16]int8}
F__fpu_xmm9 struct{F__xmm_reg [16]int8}
F__fpu_ymmh0 struct{F__xmm_reg [16]int8}
F__fpu_ymmh1 struct{F__xmm_reg [16]int8}
F__fpu_ymmh10 struct{F__xmm_reg [16]int8}
F__fpu_ymmh11 struct{F__xmm_reg [16]int8}
F__fpu_ymmh12 struct{F__xmm_reg [16]int8}
F__fpu_ymmh13 struct{F__xmm_reg [16]int8}
F__fpu_ymmh14 struct{F__xmm_reg [16]int8}
F__fpu_ymmh15 struct{F__xmm_reg [16]int8}
F__fpu_ymmh2 struct{F__xmm_reg [16]int8}
F__fpu_ymmh3 struct{F__xmm_reg [16]int8}
F__fpu_ymmh4 struct{F__xmm_reg [16]int8}
F__fpu_ymmh5 struct{F__xmm_reg [16]int8}
F__fpu_ymmh6 struct{F__xmm_reg [16]int8}
F__fpu_ymmh7 struct{F__xmm_reg [16]int8}
F__fpu_ymmh8 struct{F__xmm_reg [16]int8}
F__fpu_ymmh9 struct{F__xmm_reg [16]int8}
F__ctrs [16]X__uint64_t
F__dr0 uint32
F__dr1 uint32
F__dr2 uint32
F__dr3 uint32
F__dr4 uint32
F__dr5 uint32
F__dr6 uint32
F__dr7 uint32
F__dr0 X__uint64_t
F__dr1 X__uint64_t
F__dr2 X__uint64_t
F__dr3 X__uint64_t
F__dr4 X__uint64_t
F__dr5 X__uint64_t
F__dr6 X__uint64_t
F__dr7 X__uint64_t
F__fpu_cs X__uint16_t
F__fpu_dp X__uint32_t
F__fpu_ds X__uint16_t
F__fpu_fcw struct{_ [0]uint16; F__invalid uint16}
F__fpu_fop X__uint16_t
F__fpu_fsw struct{_ [0]uint16; F__invalid uint16}
F__fpu_ftw X__uint8_t
F__fpu_ip X__uint32_t
F__fpu_mxcsr X__uint32_t
F__fpu_mxcsrmask X__uint32_t
F__fpu_reserved [2]int32
F__fpu_reserved1 int32
F__fpu_rsrv1 X__uint8_t
F__fpu_rsrv2 X__uint16_t
F__fpu_rsrv3 X__uint16_t
F__fpu_rsrv4 [96]int8
F__fpu_stmm0 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm1 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm2 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm3 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm4 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm5 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm6 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_stmm7 struct{F__mmst_reg [10]int8; F__mmst_rsrv [6]int8}
F__fpu_xmm0 struct{F__xmm_reg [16]int8}
F__fpu_xmm1 struct{F__xmm_reg [16]int8}
F__fpu_xmm10 struct{F__xmm_reg [16]int8}
F__fpu_xmm11 struct{F__xmm_reg [16]int8}
F__fpu_xmm12 struct{F__xmm_reg [16]int8}
F__fpu_xmm13 struct{F__xmm_reg [16]int8}
F__fpu_xmm14 struct{F__xmm_reg [16]int8}
F__fpu_xmm15 struct{F__xmm_reg [16]int8}
F__fpu_xmm2 struct{F__xmm_reg [16]int8}
F__fpu_xmm3 struct{F__xmm_reg [16]int8}
F__fpu_xmm4 struct{F__xmm_reg [16]int8}
F__fpu_xmm5 struct{F__xmm_reg [16]int8}
F__fpu_xmm6 struct{F__xmm_reg [16]int8}
F__fpu_xmm7 struct{F__xmm_reg [16]int8}
F__fpu_xmm8 struct{F__xmm_reg [16]int8}
F__fpu_xmm9 struct{F__xmm_reg [16]int8}
F__ds X__uint64_t
F__es X__uint64_t
F__gsbase X__uint64_t
F__ss X__uint64_t
F__ss64 struct{F__rax X__uint64_t; F__rbx X__uint64_t; F__rcx X__uint64_t; F__rdx X__uint64_t; F__rdi X__uint64_t; F__rsi X__uint64_t; F__rbp X__uint64_t; F__rsp X__uint64_t; F__r8 X__uint64_t; F__r9 X__uint64_t; F__r10 X__uint64_t; F__r11 X__uint64_t; F__r12 X__uint64_t; F__r13 X__uint64_t; F__r14 X__uint64_t; F__r15 X__uint64_t; F__rip X__uint64_t; F__rflags X__uint64_t; F__cs X__uint64_t; F__fs X__uint64_t; F__gs X__uint64_t}
F__cs X__uint64_t
F__fs X__uint64_t
F__gs X__uint64_t
F__r10 X__uint64_t
F__r11 X__uint64_t
F__r12 X__uint64_t
F__r13 X__uint64_t
F__r14 X__uint64_t
F__r15 X__uint64_t
F__r8 X__uint64_t
F__r9 X__uint64_t
F__rax X__uint64_t
F__rbp X__uint64_t
F__rbx X__uint64_t
F__rcx X__uint64_t
F__rdi X__uint64_t
F__rdx X__uint64_t
F__rflags X__uint64_t
F__rip X__uint64_t
F__rsi X__uint64_t
F__rsp X__uint64_t
F__xmm_reg [16]int8
F__ymm_reg [32]int8
F__zmm_reg [64]int8
type X__float128 = float64 (basic type) type X__int16_t = int16 (basic type) type X__int32_t = int32 (basic type) type X__int64_t = int64 (basic type)
mbstate_t is an opaque object to keep conversion state, during multibyte
stream conversions. The content must not be referenced by user programs.
F__mbstate8 [128]int8
Signal vector template for Kernel user boundary
F__sigaction_u struct{F__sa_handler uintptr}
Fsa_flags int32
Fsa_mask Sigset_t
Fsa_tramp uintptr
union for signal handlers
F__sa_handler uintptr
F__pad [7]uint64
Fsi_addr uintptr
Fsi_band int64
Fsi_code int32
Fsi_errno int32
Fsi_pid Pid_t
Fsi_signo int32
Fsi_status int32
Fsi_uid Uid_t
Fsi_value struct{_ [0]uint64; Fsival_int int32; _ [4]byte}
type X__uint16_t = uint16 (basic type) type X__uint32_t = uint32 (basic type) type X__uint64_t = uint64 (basic type) type X__uint8_t = uint8 (basic type)
Package-Level Constants (total 153, all are exported)
const BUS_ADRALN = 1 const BUS_ADRERR = 2 const BUS_NOOP = 0 const BUS_OBJERR = 3 const CLD_CONTINUED = 6 const CLD_DUMPED = 3 const CLD_EXITED = 1 const CLD_KILLED = 2 const CLD_NOOP = 0 const CLD_STOPPED = 5 const CLD_TRAPPED = 4 const FP_CHOP = 3 const FP_PREC_24B = 0 const FP_PREC_53B = 2 const FP_PREC_64B = 3 const FP_RND_DOWN = 1 const FP_RND_NEAR = 0 const FP_RND_UP = 2 const FP_STATE_BYTES = 512 const FPE_FLTDIV = 1 const FPE_FLTINV = 5 const FPE_FLTOVF = 2 const FPE_FLTRES = 4 const FPE_FLTSUB = 6 const FPE_FLTUND = 3 const FPE_INTDIV = 7 const FPE_INTOVF = 8 const FPE_NOOP = 0 const ILL_BADSTK = 8 const ILL_COPROC = 7 const ILL_ILLADR = 5 const ILL_ILLOPC = 1 const ILL_ILLOPN = 4 const ILL_ILLTRP = 2 const ILL_NOOP = 0 const ILL_PRVOPC = 3 const ILL_PRVREG = 6 const MINSIGSTKSZ = 32768 const NSIG = 32 const POLL_ERR = 4 const POLL_HUP = 6 const POLL_IN = 1 const POLL_MSG = 3 const POLL_OUT = 2 const POLL_PRI = 5 const SA_64REGSET = 512 const SA_NOCLDSTOP = 8 const SA_NOCLDWAIT = 32 const SA_NODEFER = 16 const SA_ONSTACK = 1 const SA_RESETHAND = 4 const SA_RESTART = 2 const SA_SIGINFO = 64 const SA_USERSPACE_MASK = 127 const SA_USERTRAMP = 256 const SEGV_ACCERR = 2 const SEGV_MAPERR = 1 const SEGV_NOOP = 0 const SI_ASYNCIO = 65540 const SI_MESGQ = 65541 const SI_QUEUE = 65538 const SI_TIMER = 65539 const SI_USER = 65537 const SIG_BLOCK = 1
/usr/include/asm-generic/signal-defs.h:24:#define SIG_DFL ((__sighandler_t)0) /* default signal handling */
/usr/include/asm-generic/signal-defs.h:25:#define SIG_IGN ((__sighandler_t)1) /* ignore signal */
const SIG_SETMASK = 3 const SIG_UNBLOCK = 2 const SIGABRT = 6 const SIGALRM = 14 const SIGBUS = 10 const SIGCHLD = 20 const SIGCONT = 19 const SIGEMT = 7 const SIGEV_NONE = 0 const SIGEV_SIGNAL = 1 const SIGEV_THREAD = 3 const SIGFPE = 8 const SIGHUP = 1 const SIGILL = 4 const SIGINFO = 29 const SIGINT = 2 const SIGIO = 23 const SIGIOT = 6 const SIGKILL = 9 const SIGPIPE = 13 const SIGPROF = 27 const SIGQUIT = 3 const SIGSEGV = 11 const SIGSTKSZ = 131072 const SIGSTOP = 17 const SIGSYS = 12 const SIGTERM = 15 const SIGTRAP = 5 const SIGTSTP = 18 const SIGTTIN = 21 const SIGTTOU = 22 const SIGURG = 16 const SIGUSR1 = 30 const SIGUSR2 = 31 const SIGVTALRM = 26 const SIGWINCH = 28 const SIGXCPU = 24 const SIGXFSZ = 25 const SS_DISABLE = 4 const SS_ONSTACK = 1 const SV_INTERRUPT = 2 const SV_NOCLDSTOP = 8 const SV_NODEFER = 16 const SV_ONSTACK = 1 const SV_RESETHAND = 4 const SV_SIGINFO = 64 const TRAP_BRKPT = 1 const TRAP_TRACE = 2 const X_BSD_I386__TYPES_H_ = 0 const X_BSD_MACHINE__TYPES_H_ = 0 const X_BSD_MACHINE_SIGNAL_H_ = 0 const X_BSD_MACHINE_TYPES_H_ = 0 const X_CDEFS_H_ = 0 const X_DARWIN_FEATURE_64_BIT_INODE = 1 const X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1 const X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3 const X_FILE_OFFSET_BITS = 64 const X_FORTIFY_SOURCE = 2 const X_I386_SIGNAL_H_ = 1 const X_INT16_T = 0 const X_INT32_T = 0 const X_INT64_T = 0 const X_INT8_T = 0 const X_INTPTR_T = 0 const X_LP64 = 1 const X_MACH_I386__STRUCTS_H_ = 0 const X_MACH_MACHINE__STRUCTS_H_ = 0 const X_MACHTYPES_H_ = 0 const X_MCONTEXT_T = 0 const X_Nonnull = 0 const X_Null_unspecified = 0 const X_Nullable = 0 const X_PID_T = 0 const X_PTHREAD_ATTR_T = 0 const X_PTHREAD_T = 0 const X_SIGSET_T = 0 const X_SIZE_T = 0 const X_SYS__PTHREAD_TYPES_H_ = 0 const X_SYS__TYPES_H_ = 0 const X_SYS_SIGNAL_H_ = 0 const X_U_INT16_T = 0 const X_U_INT32_T = 0 const X_U_INT64_T = 0 const X_U_INT8_T = 0 const X_UID_T = 0 const X_UINTPTR_T = 0 const X_USER_SIGNAL_H = 0![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |