errno_linux_mips64le.go 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. // Code generated by 'ccgo errno/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o errno/errno_linux_amd64.go -pkgname errno', DO NOT EDIT.
  2. package errno
  3. import (
  4. "math"
  5. "reflect"
  6. "sync/atomic"
  7. "unsafe"
  8. )
  9. var _ = math.Pi
  10. var _ reflect.Kind
  11. var _ atomic.Value
  12. var _ unsafe.Pointer
  13. const (
  14. E2BIG = 7 // errno-base.h:11:1:
  15. EACCES = 13 // errno-base.h:17:1:
  16. EADDRINUSE = 98 // errno.h:81:1:
  17. EADDRNOTAVAIL = 99 // errno.h:82:1:
  18. EADV = 68 // errno.h:51:1:
  19. EAFNOSUPPORT = 97 // errno.h:80:1:
  20. EAGAIN = 11 // errno-base.h:15:1:
  21. EALREADY = 114 // errno.h:97:1:
  22. EBADE = 52 // errno.h:33:1:
  23. EBADF = 9 // errno-base.h:13:1:
  24. EBADFD = 77 // errno.h:60:1:
  25. EBADMSG = 74 // errno.h:57:1:
  26. EBADR = 53 // errno.h:34:1:
  27. EBADRQC = 56 // errno.h:37:1:
  28. EBADSLT = 57 // errno.h:38:1:
  29. EBFONT = 59 // errno.h:42:1:
  30. EBUSY = 16 // errno-base.h:20:1:
  31. ECANCELED = 125 // errno.h:109:1:
  32. ECHILD = 10 // errno-base.h:14:1:
  33. ECHRNG = 44 // errno.h:25:1:
  34. ECOMM = 70 // errno.h:53:1:
  35. ECONNABORTED = 103 // errno.h:86:1:
  36. ECONNREFUSED = 111 // errno.h:94:1:
  37. ECONNRESET = 104 // errno.h:87:1:
  38. EDEADLK = 35 // errno.h:7:1:
  39. EDEADLOCK = 35 // errno.h:40:1:
  40. EDESTADDRREQ = 89 // errno.h:72:1:
  41. EDOM = 33 // errno-base.h:37:1:
  42. EDOTDOT = 73 // errno.h:56:1:
  43. EDQUOT = 122 // errno.h:105:1:
  44. EEXIST = 17 // errno-base.h:21:1:
  45. EFAULT = 14 // errno-base.h:18:1:
  46. EFBIG = 27 // errno-base.h:31:1:
  47. EHOSTDOWN = 112 // errno.h:95:1:
  48. EHOSTUNREACH = 113 // errno.h:96:1:
  49. EHWPOISON = 133 // errno.h:121:1:
  50. EIDRM = 43 // errno.h:24:1:
  51. EILSEQ = 84 // errno.h:67:1:
  52. EINPROGRESS = 115 // errno.h:98:1:
  53. EINTR = 4 // errno-base.h:8:1:
  54. EINVAL = 22 // errno-base.h:26:1:
  55. EIO = 5 // errno-base.h:9:1:
  56. EISCONN = 106 // errno.h:89:1:
  57. EISDIR = 21 // errno-base.h:25:1:
  58. EISNAM = 120 // errno.h:103:1:
  59. EKEYEXPIRED = 127 // errno.h:111:1:
  60. EKEYREJECTED = 129 // errno.h:113:1:
  61. EKEYREVOKED = 128 // errno.h:112:1:
  62. EL2HLT = 51 // errno.h:32:1:
  63. EL2NSYNC = 45 // errno.h:26:1:
  64. EL3HLT = 46 // errno.h:27:1:
  65. EL3RST = 47 // errno.h:28:1:
  66. ELIBACC = 79 // errno.h:62:1:
  67. ELIBBAD = 80 // errno.h:63:1:
  68. ELIBEXEC = 83 // errno.h:66:1:
  69. ELIBMAX = 82 // errno.h:65:1:
  70. ELIBSCN = 81 // errno.h:64:1:
  71. ELNRNG = 48 // errno.h:29:1:
  72. ELOOP = 40 // errno.h:21:1:
  73. EMEDIUMTYPE = 124 // errno.h:108:1:
  74. EMFILE = 24 // errno-base.h:28:1:
  75. EMLINK = 31 // errno-base.h:35:1:
  76. EMSGSIZE = 90 // errno.h:73:1:
  77. EMULTIHOP = 72 // errno.h:55:1:
  78. ENAMETOOLONG = 36 // errno.h:8:1:
  79. ENAVAIL = 119 // errno.h:102:1:
  80. ENETDOWN = 100 // errno.h:83:1:
  81. ENETRESET = 102 // errno.h:85:1:
  82. ENETUNREACH = 101 // errno.h:84:1:
  83. ENFILE = 23 // errno-base.h:27:1:
  84. ENOANO = 55 // errno.h:36:1:
  85. ENOBUFS = 105 // errno.h:88:1:
  86. ENOCSI = 50 // errno.h:31:1:
  87. ENODATA = 61 // errno.h:44:1:
  88. ENODEV = 19 // errno-base.h:23:1:
  89. ENOENT = 2 // errno-base.h:6:1:
  90. ENOEXEC = 8 // errno-base.h:12:1:
  91. ENOKEY = 126 // errno.h:110:1:
  92. ENOLCK = 37 // errno.h:9:1:
  93. ENOLINK = 67 // errno.h:50:1:
  94. ENOMEDIUM = 123 // errno.h:107:1:
  95. ENOMEM = 12 // errno-base.h:16:1:
  96. ENOMSG = 42 // errno.h:23:1:
  97. ENONET = 64 // errno.h:47:1:
  98. ENOPKG = 65 // errno.h:48:1:
  99. ENOPROTOOPT = 92 // errno.h:75:1:
  100. ENOSPC = 28 // errno-base.h:32:1:
  101. ENOSR = 63 // errno.h:46:1:
  102. ENOSTR = 60 // errno.h:43:1:
  103. ENOSYS = 38 // errno.h:18:1:
  104. ENOTBLK = 15 // errno-base.h:19:1:
  105. ENOTCONN = 107 // errno.h:90:1:
  106. ENOTDIR = 20 // errno-base.h:24:1:
  107. ENOTEMPTY = 39 // errno.h:20:1:
  108. ENOTNAM = 118 // errno.h:101:1:
  109. ENOTRECOVERABLE = 131 // errno.h:117:1:
  110. ENOTSOCK = 88 // errno.h:71:1:
  111. ENOTSUP = 95 // errno.h:30:1:
  112. ENOTTY = 25 // errno-base.h:29:1:
  113. ENOTUNIQ = 76 // errno.h:59:1:
  114. ENXIO = 6 // errno-base.h:10:1:
  115. EOPNOTSUPP = 95 // errno.h:78:1:
  116. EOVERFLOW = 75 // errno.h:58:1:
  117. EOWNERDEAD = 130 // errno.h:116:1:
  118. EPERM = 1 // errno-base.h:5:1:
  119. EPFNOSUPPORT = 96 // errno.h:79:1:
  120. EPIPE = 32 // errno-base.h:36:1:
  121. EPROTO = 71 // errno.h:54:1:
  122. EPROTONOSUPPORT = 93 // errno.h:76:1:
  123. EPROTOTYPE = 91 // errno.h:74:1:
  124. ERANGE = 34 // errno-base.h:38:1:
  125. EREMCHG = 78 // errno.h:61:1:
  126. EREMOTE = 66 // errno.h:49:1:
  127. EREMOTEIO = 121 // errno.h:104:1:
  128. ERESTART = 85 // errno.h:68:1:
  129. ERFKILL = 132 // errno.h:119:1:
  130. EROFS = 30 // errno-base.h:34:1:
  131. ESHUTDOWN = 108 // errno.h:91:1:
  132. ESOCKTNOSUPPORT = 94 // errno.h:77:1:
  133. ESPIPE = 29 // errno-base.h:33:1:
  134. ESRCH = 3 // errno-base.h:7:1:
  135. ESRMNT = 69 // errno.h:52:1:
  136. ESTALE = 116 // errno.h:99:1:
  137. ESTRPIPE = 86 // errno.h:69:1:
  138. ETIME = 62 // errno.h:45:1:
  139. ETIMEDOUT = 110 // errno.h:93:1:
  140. ETOOMANYREFS = 109 // errno.h:92:1:
  141. ETXTBSY = 26 // errno-base.h:30:1:
  142. EUCLEAN = 117 // errno.h:100:1:
  143. EUNATCH = 49 // errno.h:30:1:
  144. EUSERS = 87 // errno.h:70:1:
  145. EWOULDBLOCK = 11 // errno.h:22:1:
  146. EXDEV = 18 // errno-base.h:22:1:
  147. EXFULL = 54 // errno.h:35:1:
  148. X_ASM_GENERIC_ERRNO_BASE_H = 0 // errno-base.h:3:1:
  149. X_ASM_GENERIC_ERRNO_H = 0 // errno.h:3:1:
  150. X_ATFILE_SOURCE = 1 // features.h:342:1:
  151. X_BITS_ERRNO_H = 1 // errno.h:20:1:
  152. X_DEFAULT_SOURCE = 1 // features.h:227:1:
  153. X_ERRNO_H = 1 // errno.h:23:1:
  154. X_FEATURES_H = 1 // features.h:19:1:
  155. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  156. X_LP64 = 1 // <predefined>:284:1:
  157. X_POSIX_C_SOURCE = 200809 // features.h:281:1:
  158. X_POSIX_SOURCE = 1 // features.h:279:1:
  159. X_STDC_PREDEF_H = 1 // <predefined>:162:1:
  160. X_SYS_CDEFS_H = 1 // cdefs.h:19:1:
  161. Linux = 1 // <predefined>:231:1:
  162. Unix = 1 // <predefined>:177:1:
  163. )
  164. type Ptrdiff_t = int64 /* <builtin>:3:26 */
  165. type Size_t = uint64 /* <builtin>:9:23 */
  166. type Wchar_t = int32 /* <builtin>:15:24 */
  167. type X__int128_t = struct {
  168. Flo int64
  169. Fhi int64
  170. } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128
  171. type X__uint128_t = struct {
  172. Flo uint64
  173. Fhi uint64
  174. } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128
  175. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  176. type X__float128 = float64 /* <builtin>:47:21 */
  177. var _ int8 /* gen.c:2:13: */