github.com/goplus/gossa@v0.3.25/pkg/syscall/go116_export_js_wasm.go (about) 1 // export by github.com/goplus/gossa/cmd/qexp 2 3 //+build go1.16,!go1.17 4 5 package syscall 6 7 import ( 8 q "syscall" 9 10 "go/constant" 11 "reflect" 12 13 "github.com/goplus/gossa" 14 ) 15 16 func init() { 17 gossa.RegisterPackage(&gossa.Package{ 18 Name: "syscall", 19 Path: "syscall", 20 Deps: map[string]string{ 21 "errors": "errors", 22 "internal/oserror": "oserror", 23 "runtime": "runtime", 24 "sync": "sync", 25 "syscall/js": "js", 26 "unsafe": "unsafe", 27 }, 28 Interfaces: map[string]reflect.Type{ 29 "Conn": reflect.TypeOf((*q.Conn)(nil)).Elem(), 30 "RawConn": reflect.TypeOf((*q.RawConn)(nil)).Elem(), 31 "Sockaddr": reflect.TypeOf((*q.Sockaddr)(nil)).Elem(), 32 }, 33 NamedTypes: map[string]gossa.NamedType{ 34 "Dirent": {reflect.TypeOf((*q.Dirent)(nil)).Elem(), "", ""}, 35 "Errno": {reflect.TypeOf((*q.Errno)(nil)).Elem(), "Error,Is,Temporary,Timeout", ""}, 36 "Iovec": {reflect.TypeOf((*q.Iovec)(nil)).Elem(), "", ""}, 37 "ProcAttr": {reflect.TypeOf((*q.ProcAttr)(nil)).Elem(), "", ""}, 38 "Rusage": {reflect.TypeOf((*q.Rusage)(nil)).Elem(), "", ""}, 39 "Signal": {reflect.TypeOf((*q.Signal)(nil)).Elem(), "Signal,String", ""}, 40 "SockaddrInet4": {reflect.TypeOf((*q.SockaddrInet4)(nil)).Elem(), "", ""}, 41 "SockaddrInet6": {reflect.TypeOf((*q.SockaddrInet6)(nil)).Elem(), "", ""}, 42 "SockaddrUnix": {reflect.TypeOf((*q.SockaddrUnix)(nil)).Elem(), "", ""}, 43 "Stat_t": {reflect.TypeOf((*q.Stat_t)(nil)).Elem(), "", ""}, 44 "SysProcAttr": {reflect.TypeOf((*q.SysProcAttr)(nil)).Elem(), "", ""}, 45 "Timespec": {reflect.TypeOf((*q.Timespec)(nil)).Elem(), "", "Nano,Unix"}, 46 "Timeval": {reflect.TypeOf((*q.Timeval)(nil)).Elem(), "", "Nano,Unix"}, 47 "WaitStatus": {reflect.TypeOf((*q.WaitStatus)(nil)).Elem(), "Continued,CoreDump,ExitStatus,Exited,Signal,Signaled,StopSignal,Stopped,TrapCause", ""}, 48 }, 49 AliasTypes: map[string]reflect.Type{}, 50 Vars: map[string]reflect.Value{ 51 "ForkLock": reflect.ValueOf(&q.ForkLock), 52 }, 53 Funcs: map[string]reflect.Value{ 54 "Accept": reflect.ValueOf(q.Accept), 55 "Bind": reflect.ValueOf(q.Bind), 56 "BytePtrFromString": reflect.ValueOf(q.BytePtrFromString), 57 "ByteSliceFromString": reflect.ValueOf(q.ByteSliceFromString), 58 "Chdir": reflect.ValueOf(q.Chdir), 59 "Chmod": reflect.ValueOf(q.Chmod), 60 "Chown": reflect.ValueOf(q.Chown), 61 "Clearenv": reflect.ValueOf(q.Clearenv), 62 "Close": reflect.ValueOf(q.Close), 63 "CloseOnExec": reflect.ValueOf(q.CloseOnExec), 64 "Connect": reflect.ValueOf(q.Connect), 65 "Dup": reflect.ValueOf(q.Dup), 66 "Dup2": reflect.ValueOf(q.Dup2), 67 "Environ": reflect.ValueOf(q.Environ), 68 "Exit": reflect.ValueOf(q.Exit), 69 "Fchdir": reflect.ValueOf(q.Fchdir), 70 "Fchmod": reflect.ValueOf(q.Fchmod), 71 "Fchown": reflect.ValueOf(q.Fchown), 72 "Fstat": reflect.ValueOf(q.Fstat), 73 "Fsync": reflect.ValueOf(q.Fsync), 74 "Ftruncate": reflect.ValueOf(q.Ftruncate), 75 "Getcwd": reflect.ValueOf(q.Getcwd), 76 "Getegid": reflect.ValueOf(q.Getegid), 77 "Getenv": reflect.ValueOf(q.Getenv), 78 "Geteuid": reflect.ValueOf(q.Geteuid), 79 "Getgid": reflect.ValueOf(q.Getgid), 80 "Getgroups": reflect.ValueOf(q.Getgroups), 81 "Getpagesize": reflect.ValueOf(q.Getpagesize), 82 "Getpid": reflect.ValueOf(q.Getpid), 83 "Getppid": reflect.ValueOf(q.Getppid), 84 "GetsockoptInt": reflect.ValueOf(q.GetsockoptInt), 85 "Gettimeofday": reflect.ValueOf(q.Gettimeofday), 86 "Getuid": reflect.ValueOf(q.Getuid), 87 "Getwd": reflect.ValueOf(q.Getwd), 88 "Kill": reflect.ValueOf(q.Kill), 89 "Lchown": reflect.ValueOf(q.Lchown), 90 "Link": reflect.ValueOf(q.Link), 91 "Listen": reflect.ValueOf(q.Listen), 92 "Lstat": reflect.ValueOf(q.Lstat), 93 "Mkdir": reflect.ValueOf(q.Mkdir), 94 "NsecToTimespec": reflect.ValueOf(q.NsecToTimespec), 95 "NsecToTimeval": reflect.ValueOf(q.NsecToTimeval), 96 "Open": reflect.ValueOf(q.Open), 97 "ParseDirent": reflect.ValueOf(q.ParseDirent), 98 "Pipe": reflect.ValueOf(q.Pipe), 99 "Pread": reflect.ValueOf(q.Pread), 100 "Pwrite": reflect.ValueOf(q.Pwrite), 101 "RawSyscall": reflect.ValueOf(q.RawSyscall), 102 "RawSyscall6": reflect.ValueOf(q.RawSyscall6), 103 "Read": reflect.ValueOf(q.Read), 104 "ReadDirent": reflect.ValueOf(q.ReadDirent), 105 "Readlink": reflect.ValueOf(q.Readlink), 106 "Recvfrom": reflect.ValueOf(q.Recvfrom), 107 "Recvmsg": reflect.ValueOf(q.Recvmsg), 108 "Rename": reflect.ValueOf(q.Rename), 109 "Rmdir": reflect.ValueOf(q.Rmdir), 110 "Seek": reflect.ValueOf(q.Seek), 111 "Sendfile": reflect.ValueOf(q.Sendfile), 112 "SendmsgN": reflect.ValueOf(q.SendmsgN), 113 "Sendto": reflect.ValueOf(q.Sendto), 114 "SetNonblock": reflect.ValueOf(q.SetNonblock), 115 "SetReadDeadline": reflect.ValueOf(q.SetReadDeadline), 116 "SetWriteDeadline": reflect.ValueOf(q.SetWriteDeadline), 117 "Setenv": reflect.ValueOf(q.Setenv), 118 "SetsockoptInt": reflect.ValueOf(q.SetsockoptInt), 119 "Shutdown": reflect.ValueOf(q.Shutdown), 120 "Socket": reflect.ValueOf(q.Socket), 121 "StartProcess": reflect.ValueOf(q.StartProcess), 122 "Stat": reflect.ValueOf(q.Stat), 123 "StopIO": reflect.ValueOf(q.StopIO), 124 "StringBytePtr": reflect.ValueOf(q.StringBytePtr), 125 "StringByteSlice": reflect.ValueOf(q.StringByteSlice), 126 "Symlink": reflect.ValueOf(q.Symlink), 127 "Syscall": reflect.ValueOf(q.Syscall), 128 "Syscall6": reflect.ValueOf(q.Syscall6), 129 "Sysctl": reflect.ValueOf(q.Sysctl), 130 "TimespecToNsec": reflect.ValueOf(q.TimespecToNsec), 131 "TimevalToNsec": reflect.ValueOf(q.TimevalToNsec), 132 "Truncate": reflect.ValueOf(q.Truncate), 133 "Umask": reflect.ValueOf(q.Umask), 134 "Unlink": reflect.ValueOf(q.Unlink), 135 "Unsetenv": reflect.ValueOf(q.Unsetenv), 136 "UtimesNano": reflect.ValueOf(q.UtimesNano), 137 "Wait4": reflect.ValueOf(q.Wait4), 138 "Write": reflect.ValueOf(q.Write), 139 }, 140 TypedConsts: map[string]gossa.TypedConst{ 141 "E2BIG": {reflect.TypeOf(q.E2BIG), constant.MakeInt64(int64(q.E2BIG))}, 142 "EACCES": {reflect.TypeOf(q.EACCES), constant.MakeInt64(int64(q.EACCES))}, 143 "EADDRINUSE": {reflect.TypeOf(q.EADDRINUSE), constant.MakeInt64(int64(q.EADDRINUSE))}, 144 "EADDRNOTAVAIL": {reflect.TypeOf(q.EADDRNOTAVAIL), constant.MakeInt64(int64(q.EADDRNOTAVAIL))}, 145 "EADV": {reflect.TypeOf(q.EADV), constant.MakeInt64(int64(q.EADV))}, 146 "EAFNOSUPPORT": {reflect.TypeOf(q.EAFNOSUPPORT), constant.MakeInt64(int64(q.EAFNOSUPPORT))}, 147 "EAGAIN": {reflect.TypeOf(q.EAGAIN), constant.MakeInt64(int64(q.EAGAIN))}, 148 "EALREADY": {reflect.TypeOf(q.EALREADY), constant.MakeInt64(int64(q.EALREADY))}, 149 "EBADE": {reflect.TypeOf(q.EBADE), constant.MakeInt64(int64(q.EBADE))}, 150 "EBADF": {reflect.TypeOf(q.EBADF), constant.MakeInt64(int64(q.EBADF))}, 151 "EBADFD": {reflect.TypeOf(q.EBADFD), constant.MakeInt64(int64(q.EBADFD))}, 152 "EBADMSG": {reflect.TypeOf(q.EBADMSG), constant.MakeInt64(int64(q.EBADMSG))}, 153 "EBADR": {reflect.TypeOf(q.EBADR), constant.MakeInt64(int64(q.EBADR))}, 154 "EBADRQC": {reflect.TypeOf(q.EBADRQC), constant.MakeInt64(int64(q.EBADRQC))}, 155 "EBADSLT": {reflect.TypeOf(q.EBADSLT), constant.MakeInt64(int64(q.EBADSLT))}, 156 "EBFONT": {reflect.TypeOf(q.EBFONT), constant.MakeInt64(int64(q.EBFONT))}, 157 "EBUSY": {reflect.TypeOf(q.EBUSY), constant.MakeInt64(int64(q.EBUSY))}, 158 "ECANCELED": {reflect.TypeOf(q.ECANCELED), constant.MakeInt64(int64(q.ECANCELED))}, 159 "ECASECLASH": {reflect.TypeOf(q.ECASECLASH), constant.MakeInt64(int64(q.ECASECLASH))}, 160 "ECHILD": {reflect.TypeOf(q.ECHILD), constant.MakeInt64(int64(q.ECHILD))}, 161 "ECHRNG": {reflect.TypeOf(q.ECHRNG), constant.MakeInt64(int64(q.ECHRNG))}, 162 "ECOMM": {reflect.TypeOf(q.ECOMM), constant.MakeInt64(int64(q.ECOMM))}, 163 "ECONNABORTED": {reflect.TypeOf(q.ECONNABORTED), constant.MakeInt64(int64(q.ECONNABORTED))}, 164 "ECONNREFUSED": {reflect.TypeOf(q.ECONNREFUSED), constant.MakeInt64(int64(q.ECONNREFUSED))}, 165 "ECONNRESET": {reflect.TypeOf(q.ECONNRESET), constant.MakeInt64(int64(q.ECONNRESET))}, 166 "EDEADLK": {reflect.TypeOf(q.EDEADLK), constant.MakeInt64(int64(q.EDEADLK))}, 167 "EDEADLOCK": {reflect.TypeOf(q.EDEADLOCK), constant.MakeInt64(int64(q.EDEADLOCK))}, 168 "EDESTADDRREQ": {reflect.TypeOf(q.EDESTADDRREQ), constant.MakeInt64(int64(q.EDESTADDRREQ))}, 169 "EDOM": {reflect.TypeOf(q.EDOM), constant.MakeInt64(int64(q.EDOM))}, 170 "EDOTDOT": {reflect.TypeOf(q.EDOTDOT), constant.MakeInt64(int64(q.EDOTDOT))}, 171 "EDQUOT": {reflect.TypeOf(q.EDQUOT), constant.MakeInt64(int64(q.EDQUOT))}, 172 "EEXIST": {reflect.TypeOf(q.EEXIST), constant.MakeInt64(int64(q.EEXIST))}, 173 "EFAULT": {reflect.TypeOf(q.EFAULT), constant.MakeInt64(int64(q.EFAULT))}, 174 "EFBIG": {reflect.TypeOf(q.EFBIG), constant.MakeInt64(int64(q.EFBIG))}, 175 "EFTYPE": {reflect.TypeOf(q.EFTYPE), constant.MakeInt64(int64(q.EFTYPE))}, 176 "EHOSTDOWN": {reflect.TypeOf(q.EHOSTDOWN), constant.MakeInt64(int64(q.EHOSTDOWN))}, 177 "EHOSTUNREACH": {reflect.TypeOf(q.EHOSTUNREACH), constant.MakeInt64(int64(q.EHOSTUNREACH))}, 178 "EIDRM": {reflect.TypeOf(q.EIDRM), constant.MakeInt64(int64(q.EIDRM))}, 179 "EILSEQ": {reflect.TypeOf(q.EILSEQ), constant.MakeInt64(int64(q.EILSEQ))}, 180 "EINPROGRESS": {reflect.TypeOf(q.EINPROGRESS), constant.MakeInt64(int64(q.EINPROGRESS))}, 181 "EINTR": {reflect.TypeOf(q.EINTR), constant.MakeInt64(int64(q.EINTR))}, 182 "EINVAL": {reflect.TypeOf(q.EINVAL), constant.MakeInt64(int64(q.EINVAL))}, 183 "EIO": {reflect.TypeOf(q.EIO), constant.MakeInt64(int64(q.EIO))}, 184 "EISCONN": {reflect.TypeOf(q.EISCONN), constant.MakeInt64(int64(q.EISCONN))}, 185 "EISDIR": {reflect.TypeOf(q.EISDIR), constant.MakeInt64(int64(q.EISDIR))}, 186 "EL2HLT": {reflect.TypeOf(q.EL2HLT), constant.MakeInt64(int64(q.EL2HLT))}, 187 "EL2NSYNC": {reflect.TypeOf(q.EL2NSYNC), constant.MakeInt64(int64(q.EL2NSYNC))}, 188 "EL3HLT": {reflect.TypeOf(q.EL3HLT), constant.MakeInt64(int64(q.EL3HLT))}, 189 "EL3RST": {reflect.TypeOf(q.EL3RST), constant.MakeInt64(int64(q.EL3RST))}, 190 "ELBIN": {reflect.TypeOf(q.ELBIN), constant.MakeInt64(int64(q.ELBIN))}, 191 "ELIBACC": {reflect.TypeOf(q.ELIBACC), constant.MakeInt64(int64(q.ELIBACC))}, 192 "ELIBBAD": {reflect.TypeOf(q.ELIBBAD), constant.MakeInt64(int64(q.ELIBBAD))}, 193 "ELIBEXEC": {reflect.TypeOf(q.ELIBEXEC), constant.MakeInt64(int64(q.ELIBEXEC))}, 194 "ELIBMAX": {reflect.TypeOf(q.ELIBMAX), constant.MakeInt64(int64(q.ELIBMAX))}, 195 "ELIBSCN": {reflect.TypeOf(q.ELIBSCN), constant.MakeInt64(int64(q.ELIBSCN))}, 196 "ELNRNG": {reflect.TypeOf(q.ELNRNG), constant.MakeInt64(int64(q.ELNRNG))}, 197 "ELOOP": {reflect.TypeOf(q.ELOOP), constant.MakeInt64(int64(q.ELOOP))}, 198 "EMFILE": {reflect.TypeOf(q.EMFILE), constant.MakeInt64(int64(q.EMFILE))}, 199 "EMLINK": {reflect.TypeOf(q.EMLINK), constant.MakeInt64(int64(q.EMLINK))}, 200 "EMSGSIZE": {reflect.TypeOf(q.EMSGSIZE), constant.MakeInt64(int64(q.EMSGSIZE))}, 201 "EMULTIHOP": {reflect.TypeOf(q.EMULTIHOP), constant.MakeInt64(int64(q.EMULTIHOP))}, 202 "ENAMETOOLONG": {reflect.TypeOf(q.ENAMETOOLONG), constant.MakeInt64(int64(q.ENAMETOOLONG))}, 203 "ENETDOWN": {reflect.TypeOf(q.ENETDOWN), constant.MakeInt64(int64(q.ENETDOWN))}, 204 "ENETRESET": {reflect.TypeOf(q.ENETRESET), constant.MakeInt64(int64(q.ENETRESET))}, 205 "ENETUNREACH": {reflect.TypeOf(q.ENETUNREACH), constant.MakeInt64(int64(q.ENETUNREACH))}, 206 "ENFILE": {reflect.TypeOf(q.ENFILE), constant.MakeInt64(int64(q.ENFILE))}, 207 "ENMFILE": {reflect.TypeOf(q.ENMFILE), constant.MakeInt64(int64(q.ENMFILE))}, 208 "ENOANO": {reflect.TypeOf(q.ENOANO), constant.MakeInt64(int64(q.ENOANO))}, 209 "ENOBUFS": {reflect.TypeOf(q.ENOBUFS), constant.MakeInt64(int64(q.ENOBUFS))}, 210 "ENOCSI": {reflect.TypeOf(q.ENOCSI), constant.MakeInt64(int64(q.ENOCSI))}, 211 "ENODATA": {reflect.TypeOf(q.ENODATA), constant.MakeInt64(int64(q.ENODATA))}, 212 "ENODEV": {reflect.TypeOf(q.ENODEV), constant.MakeInt64(int64(q.ENODEV))}, 213 "ENOENT": {reflect.TypeOf(q.ENOENT), constant.MakeInt64(int64(q.ENOENT))}, 214 "ENOEXEC": {reflect.TypeOf(q.ENOEXEC), constant.MakeInt64(int64(q.ENOEXEC))}, 215 "ENOLCK": {reflect.TypeOf(q.ENOLCK), constant.MakeInt64(int64(q.ENOLCK))}, 216 "ENOLINK": {reflect.TypeOf(q.ENOLINK), constant.MakeInt64(int64(q.ENOLINK))}, 217 "ENOMEDIUM": {reflect.TypeOf(q.ENOMEDIUM), constant.MakeInt64(int64(q.ENOMEDIUM))}, 218 "ENOMEM": {reflect.TypeOf(q.ENOMEM), constant.MakeInt64(int64(q.ENOMEM))}, 219 "ENOMSG": {reflect.TypeOf(q.ENOMSG), constant.MakeInt64(int64(q.ENOMSG))}, 220 "ENONET": {reflect.TypeOf(q.ENONET), constant.MakeInt64(int64(q.ENONET))}, 221 "ENOPKG": {reflect.TypeOf(q.ENOPKG), constant.MakeInt64(int64(q.ENOPKG))}, 222 "ENOPROTOOPT": {reflect.TypeOf(q.ENOPROTOOPT), constant.MakeInt64(int64(q.ENOPROTOOPT))}, 223 "ENOSHARE": {reflect.TypeOf(q.ENOSHARE), constant.MakeInt64(int64(q.ENOSHARE))}, 224 "ENOSPC": {reflect.TypeOf(q.ENOSPC), constant.MakeInt64(int64(q.ENOSPC))}, 225 "ENOSR": {reflect.TypeOf(q.ENOSR), constant.MakeInt64(int64(q.ENOSR))}, 226 "ENOSTR": {reflect.TypeOf(q.ENOSTR), constant.MakeInt64(int64(q.ENOSTR))}, 227 "ENOSYS": {reflect.TypeOf(q.ENOSYS), constant.MakeInt64(int64(q.ENOSYS))}, 228 "ENOTCONN": {reflect.TypeOf(q.ENOTCONN), constant.MakeInt64(int64(q.ENOTCONN))}, 229 "ENOTDIR": {reflect.TypeOf(q.ENOTDIR), constant.MakeInt64(int64(q.ENOTDIR))}, 230 "ENOTEMPTY": {reflect.TypeOf(q.ENOTEMPTY), constant.MakeInt64(int64(q.ENOTEMPTY))}, 231 "ENOTSOCK": {reflect.TypeOf(q.ENOTSOCK), constant.MakeInt64(int64(q.ENOTSOCK))}, 232 "ENOTSUP": {reflect.TypeOf(q.ENOTSUP), constant.MakeInt64(int64(q.ENOTSUP))}, 233 "ENOTTY": {reflect.TypeOf(q.ENOTTY), constant.MakeInt64(int64(q.ENOTTY))}, 234 "ENOTUNIQ": {reflect.TypeOf(q.ENOTUNIQ), constant.MakeInt64(int64(q.ENOTUNIQ))}, 235 "ENXIO": {reflect.TypeOf(q.ENXIO), constant.MakeInt64(int64(q.ENXIO))}, 236 "EOPNOTSUPP": {reflect.TypeOf(q.EOPNOTSUPP), constant.MakeInt64(int64(q.EOPNOTSUPP))}, 237 "EOVERFLOW": {reflect.TypeOf(q.EOVERFLOW), constant.MakeInt64(int64(q.EOVERFLOW))}, 238 "EPERM": {reflect.TypeOf(q.EPERM), constant.MakeInt64(int64(q.EPERM))}, 239 "EPFNOSUPPORT": {reflect.TypeOf(q.EPFNOSUPPORT), constant.MakeInt64(int64(q.EPFNOSUPPORT))}, 240 "EPIPE": {reflect.TypeOf(q.EPIPE), constant.MakeInt64(int64(q.EPIPE))}, 241 "EPROCLIM": {reflect.TypeOf(q.EPROCLIM), constant.MakeInt64(int64(q.EPROCLIM))}, 242 "EPROTO": {reflect.TypeOf(q.EPROTO), constant.MakeInt64(int64(q.EPROTO))}, 243 "EPROTONOSUPPORT": {reflect.TypeOf(q.EPROTONOSUPPORT), constant.MakeInt64(int64(q.EPROTONOSUPPORT))}, 244 "EPROTOTYPE": {reflect.TypeOf(q.EPROTOTYPE), constant.MakeInt64(int64(q.EPROTOTYPE))}, 245 "ERANGE": {reflect.TypeOf(q.ERANGE), constant.MakeInt64(int64(q.ERANGE))}, 246 "EREMCHG": {reflect.TypeOf(q.EREMCHG), constant.MakeInt64(int64(q.EREMCHG))}, 247 "EREMOTE": {reflect.TypeOf(q.EREMOTE), constant.MakeInt64(int64(q.EREMOTE))}, 248 "EROFS": {reflect.TypeOf(q.EROFS), constant.MakeInt64(int64(q.EROFS))}, 249 "ESHUTDOWN": {reflect.TypeOf(q.ESHUTDOWN), constant.MakeInt64(int64(q.ESHUTDOWN))}, 250 "ESOCKTNOSUPPORT": {reflect.TypeOf(q.ESOCKTNOSUPPORT), constant.MakeInt64(int64(q.ESOCKTNOSUPPORT))}, 251 "ESPIPE": {reflect.TypeOf(q.ESPIPE), constant.MakeInt64(int64(q.ESPIPE))}, 252 "ESRCH": {reflect.TypeOf(q.ESRCH), constant.MakeInt64(int64(q.ESRCH))}, 253 "ESRMNT": {reflect.TypeOf(q.ESRMNT), constant.MakeInt64(int64(q.ESRMNT))}, 254 "ESTALE": {reflect.TypeOf(q.ESTALE), constant.MakeInt64(int64(q.ESTALE))}, 255 "ETIME": {reflect.TypeOf(q.ETIME), constant.MakeInt64(int64(q.ETIME))}, 256 "ETIMEDOUT": {reflect.TypeOf(q.ETIMEDOUT), constant.MakeInt64(int64(q.ETIMEDOUT))}, 257 "ETOOMANYREFS": {reflect.TypeOf(q.ETOOMANYREFS), constant.MakeInt64(int64(q.ETOOMANYREFS))}, 258 "EUNATCH": {reflect.TypeOf(q.EUNATCH), constant.MakeInt64(int64(q.EUNATCH))}, 259 "EUSERS": {reflect.TypeOf(q.EUSERS), constant.MakeInt64(int64(q.EUSERS))}, 260 "EWOULDBLOCK": {reflect.TypeOf(q.EWOULDBLOCK), constant.MakeInt64(int64(q.EWOULDBLOCK))}, 261 "EXDEV": {reflect.TypeOf(q.EXDEV), constant.MakeInt64(int64(q.EXDEV))}, 262 "EXFULL": {reflect.TypeOf(q.EXFULL), constant.MakeInt64(int64(q.EXFULL))}, 263 "SIGCHLD": {reflect.TypeOf(q.SIGCHLD), constant.MakeInt64(int64(q.SIGCHLD))}, 264 "SIGINT": {reflect.TypeOf(q.SIGINT), constant.MakeInt64(int64(q.SIGINT))}, 265 "SIGKILL": {reflect.TypeOf(q.SIGKILL), constant.MakeInt64(int64(q.SIGKILL))}, 266 "SIGQUIT": {reflect.TypeOf(q.SIGQUIT), constant.MakeInt64(int64(q.SIGQUIT))}, 267 "SIGTERM": {reflect.TypeOf(q.SIGTERM), constant.MakeInt64(int64(q.SIGTERM))}, 268 "SIGTRAP": {reflect.TypeOf(q.SIGTRAP), constant.MakeInt64(int64(q.SIGTRAP))}, 269 }, 270 UntypedConsts: map[string]gossa.UntypedConst{ 271 "AF_INET": {"untyped int", constant.MakeInt64(int64(q.AF_INET))}, 272 "AF_INET6": {"untyped int", constant.MakeInt64(int64(q.AF_INET6))}, 273 "AF_UNIX": {"untyped int", constant.MakeInt64(int64(q.AF_UNIX))}, 274 "AF_UNSPEC": {"untyped int", constant.MakeInt64(int64(q.AF_UNSPEC))}, 275 "F_CNVT": {"untyped int", constant.MakeInt64(int64(q.F_CNVT))}, 276 "F_DUPFD": {"untyped int", constant.MakeInt64(int64(q.F_DUPFD))}, 277 "F_DUPFD_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.F_DUPFD_CLOEXEC))}, 278 "F_GETFD": {"untyped int", constant.MakeInt64(int64(q.F_GETFD))}, 279 "F_GETFL": {"untyped int", constant.MakeInt64(int64(q.F_GETFL))}, 280 "F_GETLK": {"untyped int", constant.MakeInt64(int64(q.F_GETLK))}, 281 "F_GETOWN": {"untyped int", constant.MakeInt64(int64(q.F_GETOWN))}, 282 "F_RDLCK": {"untyped int", constant.MakeInt64(int64(q.F_RDLCK))}, 283 "F_RGETLK": {"untyped int", constant.MakeInt64(int64(q.F_RGETLK))}, 284 "F_RSETLK": {"untyped int", constant.MakeInt64(int64(q.F_RSETLK))}, 285 "F_RSETLKW": {"untyped int", constant.MakeInt64(int64(q.F_RSETLKW))}, 286 "F_SETFD": {"untyped int", constant.MakeInt64(int64(q.F_SETFD))}, 287 "F_SETFL": {"untyped int", constant.MakeInt64(int64(q.F_SETFL))}, 288 "F_SETLK": {"untyped int", constant.MakeInt64(int64(q.F_SETLK))}, 289 "F_SETLKW": {"untyped int", constant.MakeInt64(int64(q.F_SETLKW))}, 290 "F_SETOWN": {"untyped int", constant.MakeInt64(int64(q.F_SETOWN))}, 291 "F_UNLCK": {"untyped int", constant.MakeInt64(int64(q.F_UNLCK))}, 292 "F_UNLKSYS": {"untyped int", constant.MakeInt64(int64(q.F_UNLKSYS))}, 293 "F_WRLCK": {"untyped int", constant.MakeInt64(int64(q.F_WRLCK))}, 294 "IPPROTO_IP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IP))}, 295 "IPPROTO_IPV4": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IPV4))}, 296 "IPPROTO_IPV6": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IPV6))}, 297 "IPPROTO_TCP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_TCP))}, 298 "IPPROTO_UDP": {"untyped int", constant.MakeInt64(int64(q.IPPROTO_UDP))}, 299 "IPV6_V6ONLY": {"untyped int", constant.MakeInt64(int64(q.IPV6_V6ONLY))}, 300 "ImplementsGetwd": {"untyped bool", constant.MakeBool(bool(q.ImplementsGetwd))}, 301 "O_APPEND": {"untyped int", constant.MakeInt64(int64(q.O_APPEND))}, 302 "O_CLOEXEC": {"untyped int", constant.MakeInt64(int64(q.O_CLOEXEC))}, 303 "O_CREAT": {"untyped int", constant.MakeInt64(int64(q.O_CREAT))}, 304 "O_CREATE": {"untyped int", constant.MakeInt64(int64(q.O_CREATE))}, 305 "O_EXCL": {"untyped int", constant.MakeInt64(int64(q.O_EXCL))}, 306 "O_RDONLY": {"untyped int", constant.MakeInt64(int64(q.O_RDONLY))}, 307 "O_RDWR": {"untyped int", constant.MakeInt64(int64(q.O_RDWR))}, 308 "O_SYNC": {"untyped int", constant.MakeInt64(int64(q.O_SYNC))}, 309 "O_TRUNC": {"untyped int", constant.MakeInt64(int64(q.O_TRUNC))}, 310 "O_WRONLY": {"untyped int", constant.MakeInt64(int64(q.O_WRONLY))}, 311 "PathMax": {"untyped int", constant.MakeInt64(int64(q.PathMax))}, 312 "SOCK_DGRAM": {"untyped int", constant.MakeInt64(int64(q.SOCK_DGRAM))}, 313 "SOCK_RAW": {"untyped int", constant.MakeInt64(int64(q.SOCK_RAW))}, 314 "SOCK_SEQPACKET": {"untyped int", constant.MakeInt64(int64(q.SOCK_SEQPACKET))}, 315 "SOCK_STREAM": {"untyped int", constant.MakeInt64(int64(q.SOCK_STREAM))}, 316 "SOMAXCONN": {"untyped int", constant.MakeInt64(int64(q.SOMAXCONN))}, 317 "SO_ERROR": {"untyped int", constant.MakeInt64(int64(q.SO_ERROR))}, 318 "SYS_FCNTL": {"untyped int", constant.MakeInt64(int64(q.SYS_FCNTL))}, 319 "S_IEXEC": {"untyped int", constant.MakeInt64(int64(q.S_IEXEC))}, 320 "S_IFBLK": {"untyped int", constant.MakeInt64(int64(q.S_IFBLK))}, 321 "S_IFBOUNDSOCK": {"untyped int", constant.MakeInt64(int64(q.S_IFBOUNDSOCK))}, 322 "S_IFCHR": {"untyped int", constant.MakeInt64(int64(q.S_IFCHR))}, 323 "S_IFCOND": {"untyped int", constant.MakeInt64(int64(q.S_IFCOND))}, 324 "S_IFDIR": {"untyped int", constant.MakeInt64(int64(q.S_IFDIR))}, 325 "S_IFDSOCK": {"untyped int", constant.MakeInt64(int64(q.S_IFDSOCK))}, 326 "S_IFIFO": {"untyped int", constant.MakeInt64(int64(q.S_IFIFO))}, 327 "S_IFLNK": {"untyped int", constant.MakeInt64(int64(q.S_IFLNK))}, 328 "S_IFMT": {"untyped int", constant.MakeInt64(int64(q.S_IFMT))}, 329 "S_IFMUTEX": {"untyped int", constant.MakeInt64(int64(q.S_IFMUTEX))}, 330 "S_IFREG": {"untyped int", constant.MakeInt64(int64(q.S_IFREG))}, 331 "S_IFSEMA": {"untyped int", constant.MakeInt64(int64(q.S_IFSEMA))}, 332 "S_IFSHM": {"untyped int", constant.MakeInt64(int64(q.S_IFSHM))}, 333 "S_IFSHM_SYSV": {"untyped int", constant.MakeInt64(int64(q.S_IFSHM_SYSV))}, 334 "S_IFSOCK": {"untyped int", constant.MakeInt64(int64(q.S_IFSOCK))}, 335 "S_IFSOCKADDR": {"untyped int", constant.MakeInt64(int64(q.S_IFSOCKADDR))}, 336 "S_IREAD": {"untyped int", constant.MakeInt64(int64(q.S_IREAD))}, 337 "S_IRGRP": {"untyped int", constant.MakeInt64(int64(q.S_IRGRP))}, 338 "S_IROTH": {"untyped int", constant.MakeInt64(int64(q.S_IROTH))}, 339 "S_IRUSR": {"untyped int", constant.MakeInt64(int64(q.S_IRUSR))}, 340 "S_IRWXG": {"untyped int", constant.MakeInt64(int64(q.S_IRWXG))}, 341 "S_IRWXO": {"untyped int", constant.MakeInt64(int64(q.S_IRWXO))}, 342 "S_IRWXU": {"untyped int", constant.MakeInt64(int64(q.S_IRWXU))}, 343 "S_ISGID": {"untyped int", constant.MakeInt64(int64(q.S_ISGID))}, 344 "S_ISUID": {"untyped int", constant.MakeInt64(int64(q.S_ISUID))}, 345 "S_ISVTX": {"untyped int", constant.MakeInt64(int64(q.S_ISVTX))}, 346 "S_IWGRP": {"untyped int", constant.MakeInt64(int64(q.S_IWGRP))}, 347 "S_IWOTH": {"untyped int", constant.MakeInt64(int64(q.S_IWOTH))}, 348 "S_IWRITE": {"untyped int", constant.MakeInt64(int64(q.S_IWRITE))}, 349 "S_IWUSR": {"untyped int", constant.MakeInt64(int64(q.S_IWUSR))}, 350 "S_IXGRP": {"untyped int", constant.MakeInt64(int64(q.S_IXGRP))}, 351 "S_IXOTH": {"untyped int", constant.MakeInt64(int64(q.S_IXOTH))}, 352 "S_IXUSR": {"untyped int", constant.MakeInt64(int64(q.S_IXUSR))}, 353 "S_UNSUP": {"untyped int", constant.MakeInt64(int64(q.S_UNSUP))}, 354 "Stderr": {"untyped int", constant.MakeInt64(int64(q.Stderr))}, 355 "Stdin": {"untyped int", constant.MakeInt64(int64(q.Stdin))}, 356 "Stdout": {"untyped int", constant.MakeInt64(int64(q.Stdout))}, 357 }, 358 }) 359 }