github.com/afumu/libc@v0.0.6/sys/types/types_windows_amd64.go (about) 1 // Code generated by 'ccgo sys\types\gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o sys\types\types_windows_amd64.go -pkgname types', DO NOT EDIT. 2 3 package types 4 5 import ( 6 "math" 7 "reflect" 8 "sync/atomic" 9 "unsafe" 10 ) 11 12 var _ = math.Pi 13 var _ reflect.Kind 14 var _ atomic.Value 15 var _ unsafe.Pointer 16 17 const ( 18 DUMMYSTRUCTNAME = 0 19 DUMMYSTRUCTNAME1 = 0 20 DUMMYSTRUCTNAME2 = 0 21 DUMMYSTRUCTNAME3 = 0 22 DUMMYSTRUCTNAME4 = 0 23 DUMMYSTRUCTNAME5 = 0 24 DUMMYUNIONNAME = 0 25 DUMMYUNIONNAME1 = 0 26 DUMMYUNIONNAME2 = 0 27 DUMMYUNIONNAME3 = 0 28 DUMMYUNIONNAME4 = 0 29 DUMMYUNIONNAME5 = 0 30 DUMMYUNIONNAME6 = 0 31 DUMMYUNIONNAME7 = 0 32 DUMMYUNIONNAME8 = 0 33 DUMMYUNIONNAME9 = 0 34 MINGW_DDK_H = 0 35 MINGW_DDRAW_VERSION = 7 36 MINGW_HAS_DDK_H = 1 37 MINGW_HAS_DDRAW_H = 1 38 MINGW_HAS_SECURE_API = 1 39 MINGW_SDK_INIT = 0 40 UNALIGNED = 0 41 USE___UUIDOF = 0 42 WIN32 = 1 43 WIN64 = 1 44 WINNT = 1 45 X_AGLOBAL = 0 46 X_ANONYMOUS_STRUCT = 0 47 X_ANONYMOUS_UNION = 0 48 X_ARGMAX = 100 49 X_CONST_RETURN = 0 50 X_CRTNOALIAS = 0 51 X_CRTRESTRICT = 0 52 X_CRT_ALTERNATIVE_IMPORTED = 0 53 X_CRT_MANAGED_HEAP_DEPRECATE = 0 54 X_CRT_PACKING = 8 55 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES = 0 56 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES_MEMORY = 0 57 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES = 0 58 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT = 0 59 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY = 0 60 X_DEV_T_DEFINED = 0 61 X_DLL = 0 62 X_ERRCODE_DEFINED = 0 63 X_FILE_OFFSET_BITS = 64 64 X_FILE_OFFSET_BITS_SET_OFFT = 0 65 X_INC_CRTDEFS = 0 66 X_INC_CRTDEFS_MACRO = 0 67 X_INC_MINGW_SECAPI = 0 68 X_INC_TYPES = 0 69 X_INC_VADEFS = 0 70 X_INC__MINGW_H = 0 71 X_INO_T_DEFINED = 0 72 X_INT128_DEFINED = 0 73 X_INTEGRAL_MAX_BITS = 64 74 X_INTPTR_T_DEFINED = 0 75 X_MODE_T_ = 0 76 X_MT = 0 77 X_M_AMD64 = 100 78 X_M_X64 = 100 79 X_OFF64_T_DEFINED = 0 80 X_OFF_T_ = 0 81 X_OFF_T_DEFINED = 0 82 X_PGLOBAL = 0 83 X_PID_T_ = 0 84 X_PTRDIFF_T_ = 0 85 X_PTRDIFF_T_DEFINED = 0 86 X_REENTRANT = 1 87 X_RSIZE_T_DEFINED = 0 88 X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD 89 X_SIGSET_T_ = 0 90 X_SIZE_T_DEFINED = 0 91 X_SSIZE_T_DEFINED = 0 92 X_TAGLC_ID_DEFINED = 0 93 X_THREADLOCALEINFO = 0 94 X_TIME32_T_DEFINED = 0 95 X_TIME64_T_DEFINED = 0 96 X_TIMESPEC_DEFINED = 0 97 X_TIME_T_DEFINED = 0 98 X_UINTPTR_T_DEFINED = 0 99 X_VA_LIST_DEFINED = 0 100 X_W64 = 0 101 X_WCHAR_T_DEFINED = 0 102 X_WCTYPE_T_DEFINED = 0 103 X_WIN32 = 1 104 X_WIN32_WINNT = 0x502 105 X_WIN64 = 1 106 X_WINT_T = 0 107 ) 108 109 type Ptrdiff_t = int64 /* <builtin>:3:26 */ 110 111 type Size_t = uint64 /* <builtin>:9:23 */ 112 113 type Wchar_t = uint16 /* <builtin>:15:24 */ 114 115 type X__int128_t = struct { 116 Flo int64 117 Fhi int64 118 } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128 119 type X__uint128_t = struct { 120 Flo uint64 121 Fhi uint64 122 } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128 123 124 type X__builtin_va_list = uintptr /* <builtin>:46:14 */ 125 type X__float128 = float64 /* <builtin>:47:21 */ 126 127 type Va_list = X__builtin_va_list /* <builtin>:50:27 */ 128 129 // * 130 // This file has no copyright assigned and is placed in the Public Domain. 131 // This file is part of the mingw-w64 runtime package. 132 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 133 134 // * 135 // This file has no copyright assigned and is placed in the Public Domain. 136 // This file is part of the mingw-w64 runtime package. 137 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 138 139 // * 140 // This file has no copyright assigned and is placed in the Public Domain. 141 // This file is part of the mingw-w64 runtime package. 142 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 143 144 // * 145 // This file has no copyright assigned and is placed in the Public Domain. 146 // This file is part of the mingw-w64 runtime package. 147 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 148 149 // This macro holds an monotonic increasing value, which indicates 150 // a specific fix/patch is present on trunk. This value isn't related to 151 // minor/major version-macros. It is increased on demand, if a big 152 // fix was applied to trunk. This macro gets just increased on trunk. For 153 // other branches its value won't be modified. 154 155 // mingw.org's version macros: these make gcc to define 156 // MINGW32_SUPPORTS_MT_EH and to use the _CRT_MT global 157 // and the __mingwthr_key_dtor() function from the MinGW 158 // CRT in its private gthr-win32.h header. 159 160 // Set VC specific compiler target macros. 161 162 // MS does not prefix symbols by underscores for 64-bit. 163 // As we have to support older gcc version, which are using underscores 164 // as symbol prefix for x64, we have to check here for the user label 165 // prefix defined by gcc. 166 167 // Special case nameless struct/union. 168 169 // MinGW-w64 has some additional C99 printf/scanf feature support. 170 // So we add some helper macros to ease recognition of them. 171 172 // * 173 // This file has no copyright assigned and is placed in the Public Domain. 174 // This file is part of the mingw-w64 runtime package. 175 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 176 177 // http://msdn.microsoft.com/en-us/library/ms175759%28v=VS.100%29.aspx 178 // Templates won't work in C, will break if secure API is not enabled, disabled 179 180 // https://blogs.msdn.com/b/sdl/archive/2010/02/16/vc-2010-and-memcpy.aspx?Redirected=true 181 // fallback on default implementation if we can't know the size of the destination 182 183 // Include _cygwin.h if we're building a Cygwin application. 184 185 // Target specific macro replacement for type "long". In the Windows API, 186 // the type long is always 32 bit, even if the target is 64 bit (LLP64). 187 // On 64 bit Cygwin, the type long is 64 bit (LP64). So, to get the right 188 // sized definitions and declarations, all usage of type long in the Windows 189 // headers have to be replaced by the below defined macro __LONG32. 190 191 // C/C++ specific language defines. 192 193 // Note the extern. This is needed to work around GCC's 194 // limitations in handling dllimport attribute. 195 196 // Attribute `nonnull' was valid as of gcc 3.3. We don't use GCC's 197 // variadiac macro facility, because variadic macros cause syntax 198 // errors with --traditional-cpp. 199 200 // High byte is the major version, low byte is the minor. 201 202 // * 203 // This file has no copyright assigned and is placed in the Public Domain. 204 // This file is part of the mingw-w64 runtime package. 205 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 206 207 // * 208 // This file has no copyright assigned and is placed in the Public Domain. 209 // This file is part of the mingw-w64 runtime package. 210 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 211 212 type X__gnuc_va_list = X__builtin_va_list /* vadefs.h:24:29 */ 213 214 type Ssize_t = int64 /* crtdefs.h:45:35 */ 215 216 type Rsize_t = Size_t /* crtdefs.h:52:16 */ 217 218 type Intptr_t = int64 /* crtdefs.h:62:35 */ 219 220 type Uintptr_t = uint64 /* crtdefs.h:75:44 */ 221 222 type Wint_t = uint16 /* crtdefs.h:106:24 */ 223 type Wctype_t = uint16 /* crtdefs.h:107:24 */ 224 225 type Errno_t = int32 /* crtdefs.h:113:13 */ 226 227 type X__time32_t = int32 /* crtdefs.h:118:14 */ 228 229 type X__time64_t = int64 /* crtdefs.h:123:35 */ 230 231 type Time_t = X__time64_t /* crtdefs.h:138:20 */ 232 233 type Threadlocaleinfostruct = struct { 234 Frefcount int32 235 Flc_codepage uint32 236 Flc_collate_cp uint32 237 Flc_handle [6]uint32 238 Flc_id [6]LC_ID 239 Flc_category [6]struct { 240 Flocale uintptr 241 Fwlocale uintptr 242 Frefcount uintptr 243 Fwrefcount uintptr 244 } 245 Flc_clike int32 246 Fmb_cur_max int32 247 Flconv_intl_refcount uintptr 248 Flconv_num_refcount uintptr 249 Flconv_mon_refcount uintptr 250 Flconv uintptr 251 Fctype1_refcount uintptr 252 Fctype1 uintptr 253 Fpctype uintptr 254 Fpclmap uintptr 255 Fpcumap uintptr 256 Flc_time_curr uintptr 257 } /* crtdefs.h:422:1 */ 258 259 type Pthreadlocinfo = uintptr /* crtdefs.h:424:39 */ 260 type Pthreadmbcinfo = uintptr /* crtdefs.h:425:36 */ 261 262 type Localeinfo_struct = struct { 263 Flocinfo Pthreadlocinfo 264 Fmbcinfo Pthreadmbcinfo 265 } /* crtdefs.h:428:9 */ 266 267 type X_locale_tstruct = Localeinfo_struct /* crtdefs.h:431:3 */ 268 type X_locale_t = uintptr /* crtdefs.h:431:19 */ 269 270 type TagLC_ID = struct { 271 FwLanguage uint16 272 FwCountry uint16 273 FwCodePage uint16 274 } /* crtdefs.h:422:1 */ 275 276 type LC_ID = TagLC_ID /* crtdefs.h:439:3 */ 277 type LPLC_ID = uintptr /* crtdefs.h:439:9 */ 278 279 type Threadlocinfo = Threadlocaleinfostruct /* crtdefs.h:468:3 */ 280 281 type X_ino_t = uint16 /* types.h:43:24 */ 282 type Ino_t = uint16 /* types.h:45:24 */ 283 284 type X_dev_t = uint32 /* types.h:51:22 */ 285 type Dev_t = uint32 /* types.h:53:22 */ 286 287 type X_pid_t = int64 /* types.h:63:17 */ 288 289 type Pid_t = X_pid_t /* types.h:68:16 */ 290 291 type X_mode_t = uint16 /* types.h:74:24 */ 292 293 type Mode_t = X_mode_t /* types.h:77:17 */ 294 295 type X_off_t = int32 /* _mingw_off_t.h:5:16 */ 296 type Off32_t = int32 /* _mingw_off_t.h:7:16 */ 297 298 type X_off64_t = int64 /* _mingw_off_t.h:13:39 */ 299 type Off64_t = int64 /* _mingw_off_t.h:15:39 */ 300 301 type Off_t = Off64_t /* _mingw_off_t.h:24:17 */ 302 303 type Useconds_t = uint32 /* types.h:84:22 */ 304 305 type Timespec = struct { 306 Ftv_sec Time_t 307 Ftv_nsec int32 308 F__ccgo_pad1 [4]byte 309 } /* types.h:89:1 */ 310 311 type Itimerspec = struct { 312 Fit_interval struct { 313 Ftv_sec Time_t 314 Ftv_nsec int32 315 F__ccgo_pad1 [4]byte 316 } 317 Fit_value struct { 318 Ftv_sec Time_t 319 Ftv_nsec int32 320 F__ccgo_pad1 [4]byte 321 } 322 } /* types.h:94:1 */ 323 324 type X_sigset_t = uint64 /* types.h:104:28 */ 325 326 var _ int8 /* gen.c:2:13: */