github.com/switchupcb/yaegi@v0.10.2/stdlib/syscall/go1_17_syscall_aix_ppc64.go (about)

     1  // Code generated by 'yaegi extract syscall'. DO NOT EDIT.
     2  
     3  //go:build go1.17
     4  // +build go1.17
     5  
     6  package syscall
     7  
     8  import (
     9  	"go/constant"
    10  	"go/token"
    11  	"reflect"
    12  	"syscall"
    13  )
    14  
    15  func init() {
    16  	Symbols["syscall/syscall"] = map[string]reflect.Value{
    17  		// function, constant and variable definitions
    18  		"AF_APPLETALK":                  reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
    19  		"AF_BYPASS":                     reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)),
    20  		"AF_CCITT":                      reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
    21  		"AF_CHAOS":                      reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
    22  		"AF_DATAKIT":                    reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
    23  		"AF_DECnet":                     reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
    24  		"AF_DLI":                        reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
    25  		"AF_ECMA":                       reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
    26  		"AF_HYLINK":                     reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
    27  		"AF_IMPLINK":                    reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
    28  		"AF_INET":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
    29  		"AF_INET6":                      reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)),
    30  		"AF_INTF":                       reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)),
    31  		"AF_ISO":                        reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
    32  		"AF_LAT":                        reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
    33  		"AF_LINK":                       reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)),
    34  		"AF_LOCAL":                      reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
    35  		"AF_MAX":                        reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)),
    36  		"AF_NDD":                        reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)),
    37  		"AF_NETWARE":                    reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)),
    38  		"AF_NS":                         reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
    39  		"AF_OSI":                        reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
    40  		"AF_PUP":                        reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
    41  		"AF_RIF":                        reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)),
    42  		"AF_ROUTE":                      reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
    43  		"AF_SNA":                        reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
    44  		"AF_UNIX":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
    45  		"AF_UNSPEC":                     reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
    46  		"ARPHRD_802_3":                  reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
    47  		"ARPHRD_802_5":                  reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
    48  		"ARPHRD_ETHER":                  reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
    49  		"ARPHRD_FDDI":                   reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
    50  		"Accept":                        reflect.ValueOf(syscall.Accept),
    51  		"Access":                        reflect.ValueOf(syscall.Access),
    52  		"Acct":                          reflect.ValueOf(syscall.Acct),
    53  		"B0":                            reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
    54  		"B110":                          reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
    55  		"B1200":                         reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
    56  		"B134":                          reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
    57  		"B150":                          reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
    58  		"B1800":                         reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
    59  		"B19200":                        reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
    60  		"B200":                          reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
    61  		"B2400":                         reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
    62  		"B300":                          reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
    63  		"B38400":                        reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
    64  		"B4800":                         reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
    65  		"B50":                           reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
    66  		"B600":                          reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
    67  		"B75":                           reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
    68  		"B9600":                         reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
    69  		"BRKINT":                        reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
    70  		"Bind":                          reflect.ValueOf(syscall.Bind),
    71  		"BytePtrFromString":             reflect.ValueOf(syscall.BytePtrFromString),
    72  		"ByteSliceFromString":           reflect.ValueOf(syscall.ByteSliceFromString),
    73  		"CFLUSH":                        reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
    74  		"CLOCAL":                        reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)),
    75  		"CREAD":                         reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
    76  		"CS5":                           reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
    77  		"CS6":                           reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
    78  		"CS7":                           reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
    79  		"CS8":                           reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)),
    80  		"CSIOCGIFCONF":                  reflect.ValueOf(constant.MakeFromLiteral("-1072666332", token.INT, 0)),
    81  		"CSIZE":                         reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)),
    82  		"CSMAP_DIR":                     reflect.ValueOf(constant.MakeFromLiteral("\"/usr/lib/nls/csmap/\"", token.STRING, 0)),
    83  		"CSTART":                        reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
    84  		"CSTOP":                         reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)),
    85  		"CSTOPB":                        reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
    86  		"CSUSP":                         reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)),
    87  		"Chdir":                         reflect.ValueOf(syscall.Chdir),
    88  		"Chmod":                         reflect.ValueOf(syscall.Chmod),
    89  		"Chown":                         reflect.ValueOf(syscall.Chown),
    90  		"Chroot":                        reflect.ValueOf(syscall.Chroot),
    91  		"Clearenv":                      reflect.ValueOf(syscall.Clearenv),
    92  		"Close":                         reflect.ValueOf(syscall.Close),
    93  		"CloseOnExec":                   reflect.ValueOf(syscall.CloseOnExec),
    94  		"CmsgLen":                       reflect.ValueOf(syscall.CmsgLen),
    95  		"CmsgSpace":                     reflect.ValueOf(syscall.CmsgSpace),
    96  		"Connect":                       reflect.ValueOf(syscall.Connect),
    97  		"Dup":                           reflect.ValueOf(syscall.Dup),
    98  		"Dup2":                          reflect.ValueOf(syscall.Dup2),
    99  		"E2BIG":                         reflect.ValueOf(syscall.E2BIG),
   100  		"EACCES":                        reflect.ValueOf(syscall.EACCES),
   101  		"EADDRINUSE":                    reflect.ValueOf(syscall.EADDRINUSE),
   102  		"EADDRNOTAVAIL":                 reflect.ValueOf(syscall.EADDRNOTAVAIL),
   103  		"EAFNOSUPPORT":                  reflect.ValueOf(syscall.EAFNOSUPPORT),
   104  		"EAGAIN":                        reflect.ValueOf(syscall.EAGAIN),
   105  		"EALREADY":                      reflect.ValueOf(syscall.EALREADY),
   106  		"EBADF":                         reflect.ValueOf(syscall.EBADF),
   107  		"EBADMSG":                       reflect.ValueOf(syscall.EBADMSG),
   108  		"EBUSY":                         reflect.ValueOf(syscall.EBUSY),
   109  		"ECANCELED":                     reflect.ValueOf(syscall.ECANCELED),
   110  		"ECHILD":                        reflect.ValueOf(syscall.ECHILD),
   111  		"ECHO":                          reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   112  		"ECHOCTL":                       reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)),
   113  		"ECHOE":                         reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   114  		"ECHOK":                         reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   115  		"ECHOKE":                        reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)),
   116  		"ECHONL":                        reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   117  		"ECHOPRT":                       reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)),
   118  		"ECHRNG":                        reflect.ValueOf(syscall.ECHRNG),
   119  		"ECH_ICMPID":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   120  		"ECLONEME":                      reflect.ValueOf(syscall.ECLONEME),
   121  		"ECONNABORTED":                  reflect.ValueOf(syscall.ECONNABORTED),
   122  		"ECONNREFUSED":                  reflect.ValueOf(syscall.ECONNREFUSED),
   123  		"ECONNRESET":                    reflect.ValueOf(syscall.ECONNRESET),
   124  		"ECORRUPT":                      reflect.ValueOf(syscall.ECORRUPT),
   125  		"EDEADLK":                       reflect.ValueOf(syscall.EDEADLK),
   126  		"EDESTADDREQ":                   reflect.ValueOf(syscall.EDESTADDREQ),
   127  		"EDESTADDRREQ":                  reflect.ValueOf(syscall.EDESTADDRREQ),
   128  		"EDIST":                         reflect.ValueOf(syscall.EDIST),
   129  		"EDOM":                          reflect.ValueOf(syscall.EDOM),
   130  		"EDQUOT":                        reflect.ValueOf(syscall.EDQUOT),
   131  		"EEXIST":                        reflect.ValueOf(syscall.EEXIST),
   132  		"EFAULT":                        reflect.ValueOf(syscall.EFAULT),
   133  		"EFBIG":                         reflect.ValueOf(syscall.EFBIG),
   134  		"EFORMAT":                       reflect.ValueOf(syscall.EFORMAT),
   135  		"EHOSTDOWN":                     reflect.ValueOf(syscall.EHOSTDOWN),
   136  		"EHOSTUNREACH":                  reflect.ValueOf(syscall.EHOSTUNREACH),
   137  		"EIDRM":                         reflect.ValueOf(syscall.EIDRM),
   138  		"EILSEQ":                        reflect.ValueOf(syscall.EILSEQ),
   139  		"EINPROGRESS":                   reflect.ValueOf(syscall.EINPROGRESS),
   140  		"EINTR":                         reflect.ValueOf(syscall.EINTR),
   141  		"EINVAL":                        reflect.ValueOf(syscall.EINVAL),
   142  		"EIO":                           reflect.ValueOf(syscall.EIO),
   143  		"EISCONN":                       reflect.ValueOf(syscall.EISCONN),
   144  		"EISDIR":                        reflect.ValueOf(syscall.EISDIR),
   145  		"EL2HLT":                        reflect.ValueOf(syscall.EL2HLT),
   146  		"EL2NSYNC":                      reflect.ValueOf(syscall.EL2NSYNC),
   147  		"EL3HLT":                        reflect.ValueOf(syscall.EL3HLT),
   148  		"EL3RST":                        reflect.ValueOf(syscall.EL3RST),
   149  		"ELNRNG":                        reflect.ValueOf(syscall.ELNRNG),
   150  		"ELOOP":                         reflect.ValueOf(syscall.ELOOP),
   151  		"EMEDIA":                        reflect.ValueOf(syscall.EMEDIA),
   152  		"EMFILE":                        reflect.ValueOf(syscall.EMFILE),
   153  		"EMLINK":                        reflect.ValueOf(syscall.EMLINK),
   154  		"EMSGSIZE":                      reflect.ValueOf(syscall.EMSGSIZE),
   155  		"EMULTIHOP":                     reflect.ValueOf(syscall.EMULTIHOP),
   156  		"ENAMETOOLONG":                  reflect.ValueOf(syscall.ENAMETOOLONG),
   157  		"ENETDOWN":                      reflect.ValueOf(syscall.ENETDOWN),
   158  		"ENETRESET":                     reflect.ValueOf(syscall.ENETRESET),
   159  		"ENETUNREACH":                   reflect.ValueOf(syscall.ENETUNREACH),
   160  		"ENFILE":                        reflect.ValueOf(syscall.ENFILE),
   161  		"ENOATTR":                       reflect.ValueOf(syscall.ENOATTR),
   162  		"ENOBUFS":                       reflect.ValueOf(syscall.ENOBUFS),
   163  		"ENOCONNECT":                    reflect.ValueOf(syscall.ENOCONNECT),
   164  		"ENOCSI":                        reflect.ValueOf(syscall.ENOCSI),
   165  		"ENODATA":                       reflect.ValueOf(syscall.ENODATA),
   166  		"ENODEV":                        reflect.ValueOf(syscall.ENODEV),
   167  		"ENOENT":                        reflect.ValueOf(syscall.ENOENT),
   168  		"ENOEXEC":                       reflect.ValueOf(syscall.ENOEXEC),
   169  		"ENOLCK":                        reflect.ValueOf(syscall.ENOLCK),
   170  		"ENOLINK":                       reflect.ValueOf(syscall.ENOLINK),
   171  		"ENOMEM":                        reflect.ValueOf(syscall.ENOMEM),
   172  		"ENOMSG":                        reflect.ValueOf(syscall.ENOMSG),
   173  		"ENOPROTOOPT":                   reflect.ValueOf(syscall.ENOPROTOOPT),
   174  		"ENOSPC":                        reflect.ValueOf(syscall.ENOSPC),
   175  		"ENOSR":                         reflect.ValueOf(syscall.ENOSR),
   176  		"ENOSTR":                        reflect.ValueOf(syscall.ENOSTR),
   177  		"ENOSYS":                        reflect.ValueOf(syscall.ENOSYS),
   178  		"ENOTBLK":                       reflect.ValueOf(syscall.ENOTBLK),
   179  		"ENOTCONN":                      reflect.ValueOf(syscall.ENOTCONN),
   180  		"ENOTDIR":                       reflect.ValueOf(syscall.ENOTDIR),
   181  		"ENOTEMPTY":                     reflect.ValueOf(syscall.ENOTEMPTY),
   182  		"ENOTREADY":                     reflect.ValueOf(syscall.ENOTREADY),
   183  		"ENOTRECOVERABLE":               reflect.ValueOf(syscall.ENOTRECOVERABLE),
   184  		"ENOTRUST":                      reflect.ValueOf(syscall.ENOTRUST),
   185  		"ENOTSOCK":                      reflect.ValueOf(syscall.ENOTSOCK),
   186  		"ENOTSUP":                       reflect.ValueOf(syscall.ENOTSUP),
   187  		"ENOTTY":                        reflect.ValueOf(syscall.ENOTTY),
   188  		"ENXIO":                         reflect.ValueOf(syscall.ENXIO),
   189  		"EOPNOTSUPP":                    reflect.ValueOf(syscall.EOPNOTSUPP),
   190  		"EOVERFLOW":                     reflect.ValueOf(syscall.EOVERFLOW),
   191  		"EOWNERDEAD":                    reflect.ValueOf(syscall.EOWNERDEAD),
   192  		"EPERM":                         reflect.ValueOf(syscall.EPERM),
   193  		"EPFNOSUPPORT":                  reflect.ValueOf(syscall.EPFNOSUPPORT),
   194  		"EPIPE":                         reflect.ValueOf(syscall.EPIPE),
   195  		"EPROCLIM":                      reflect.ValueOf(syscall.EPROCLIM),
   196  		"EPROTO":                        reflect.ValueOf(syscall.EPROTO),
   197  		"EPROTONOSUPPORT":               reflect.ValueOf(syscall.EPROTONOSUPPORT),
   198  		"EPROTOTYPE":                    reflect.ValueOf(syscall.EPROTOTYPE),
   199  		"ERANGE":                        reflect.ValueOf(syscall.ERANGE),
   200  		"EREMOTE":                       reflect.ValueOf(syscall.EREMOTE),
   201  		"ERESTART":                      reflect.ValueOf(syscall.ERESTART),
   202  		"EROFS":                         reflect.ValueOf(syscall.EROFS),
   203  		"ESAD":                          reflect.ValueOf(syscall.ESAD),
   204  		"ESHUTDOWN":                     reflect.ValueOf(syscall.ESHUTDOWN),
   205  		"ESOCKTNOSUPPORT":               reflect.ValueOf(syscall.ESOCKTNOSUPPORT),
   206  		"ESOFT":                         reflect.ValueOf(syscall.ESOFT),
   207  		"ESPIPE":                        reflect.ValueOf(syscall.ESPIPE),
   208  		"ESRCH":                         reflect.ValueOf(syscall.ESRCH),
   209  		"ESTALE":                        reflect.ValueOf(syscall.ESTALE),
   210  		"ESYSERROR":                     reflect.ValueOf(syscall.ESYSERROR),
   211  		"ETHERNET_CSMACD":               reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   212  		"ETIME":                         reflect.ValueOf(syscall.ETIME),
   213  		"ETIMEDOUT":                     reflect.ValueOf(syscall.ETIMEDOUT),
   214  		"ETOOMANYREFS":                  reflect.ValueOf(syscall.ETOOMANYREFS),
   215  		"ETXTBSY":                       reflect.ValueOf(syscall.ETXTBSY),
   216  		"EUNATCH":                       reflect.ValueOf(syscall.EUNATCH),
   217  		"EUSERS":                        reflect.ValueOf(syscall.EUSERS),
   218  		"EVENP":                         reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   219  		"EWOULDBLOCK":                   reflect.ValueOf(syscall.EWOULDBLOCK),
   220  		"EWRPROTECT":                    reflect.ValueOf(syscall.EWRPROTECT),
   221  		"EXCONTINUE":                    reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   222  		"EXDEV":                         reflect.ValueOf(syscall.EXDEV),
   223  		"EXDLOK":                        reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   224  		"EXIO":                          reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   225  		"EXPGIO":                        reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   226  		"EXRESUME":                      reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   227  		"EXRETURN":                      reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   228  		"EXSIG":                         reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   229  		"EXTA":                          reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
   230  		"EXTB":                          reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
   231  		"EXTRAP":                        reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   232  		"EYEC_RTENTRYA":                 reflect.ValueOf(constant.MakeFromLiteral("2698347105741992513", token.INT, 0)),
   233  		"EYEC_RTENTRYF":                 reflect.ValueOf(constant.MakeFromLiteral("2698347105741992518", token.INT, 0)),
   234  		"E_ACC":                         reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   235  		"Environ":                       reflect.ValueOf(syscall.Environ),
   236  		"FD_CLOEXEC":                    reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   237  		"FD_SETSIZE":                    reflect.ValueOf(constant.MakeFromLiteral("65534", token.INT, 0)),
   238  		"FLUSHBAND":                     reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   239  		"FLUSHLOW":                      reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   240  		"FLUSHO":                        reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)),
   241  		"FLUSHR":                        reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   242  		"FLUSHRW":                       reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   243  		"FLUSHW":                        reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   244  		"F_CLOSEM":                      reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
   245  		"F_DUP2FD":                      reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
   246  		"F_DUPFD":                       reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   247  		"F_DUPFD_CLOEXEC":               reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   248  		"F_GETFD":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   249  		"F_GETFL":                       reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   250  		"F_GETLK":                       reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
   251  		"F_GETLK64":                     reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
   252  		"F_GETOWN":                      reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   253  		"F_LOCK":                        reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   254  		"F_OK":                          reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   255  		"F_RDLCK":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   256  		"F_SETFD":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   257  		"F_SETFL":                       reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   258  		"F_SETLK":                       reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   259  		"F_SETLK64":                     reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   260  		"F_SETLKW":                      reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
   261  		"F_SETLKW64":                    reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
   262  		"F_SETOWN":                      reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
   263  		"F_TEST":                        reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   264  		"F_TLOCK":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   265  		"F_TSTLK":                       reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
   266  		"F_ULOCK":                       reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   267  		"F_UNLCK":                       reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   268  		"F_WRLCK":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   269  		"Faccessat":                     reflect.ValueOf(syscall.Faccessat),
   270  		"Fchdir":                        reflect.ValueOf(syscall.Fchdir),
   271  		"Fchmod":                        reflect.ValueOf(syscall.Fchmod),
   272  		"Fchmodat":                      reflect.ValueOf(syscall.Fchmodat),
   273  		"Fchown":                        reflect.ValueOf(syscall.Fchown),
   274  		"Fchownat":                      reflect.ValueOf(syscall.Fchownat),
   275  		"FcntlFlock":                    reflect.ValueOf(syscall.FcntlFlock),
   276  		"ForkLock":                      reflect.ValueOf(&syscall.ForkLock).Elem(),
   277  		"Fpathconf":                     reflect.ValueOf(syscall.Fpathconf),
   278  		"Fstat":                         reflect.ValueOf(syscall.Fstat),
   279  		"Fstatfs":                       reflect.ValueOf(syscall.Fstatfs),
   280  		"Fsync":                         reflect.ValueOf(syscall.Fsync),
   281  		"Ftruncate":                     reflect.ValueOf(syscall.Ftruncate),
   282  		"Getcwd":                        reflect.ValueOf(syscall.Getcwd),
   283  		"Getegid":                       reflect.ValueOf(syscall.Getegid),
   284  		"Getenv":                        reflect.ValueOf(syscall.Getenv),
   285  		"Geteuid":                       reflect.ValueOf(syscall.Geteuid),
   286  		"Getgid":                        reflect.ValueOf(syscall.Getgid),
   287  		"Getgroups":                     reflect.ValueOf(syscall.Getgroups),
   288  		"Getkerninfo":                   reflect.ValueOf(syscall.Getkerninfo),
   289  		"Getpagesize":                   reflect.ValueOf(syscall.Getpagesize),
   290  		"Getpeername":                   reflect.ValueOf(syscall.Getpeername),
   291  		"Getpid":                        reflect.ValueOf(syscall.Getpid),
   292  		"Getppid":                       reflect.ValueOf(syscall.Getppid),
   293  		"Getpriority":                   reflect.ValueOf(syscall.Getpriority),
   294  		"Getrlimit":                     reflect.ValueOf(syscall.Getrlimit),
   295  		"Getsockname":                   reflect.ValueOf(syscall.Getsockname),
   296  		"GetsockoptInt":                 reflect.ValueOf(syscall.GetsockoptInt),
   297  		"Gettimeofday":                  reflect.ValueOf(syscall.Gettimeofday),
   298  		"Getuid":                        reflect.ValueOf(syscall.Getuid),
   299  		"Getwd":                         reflect.ValueOf(syscall.Getwd),
   300  		"HUPCL":                         reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
   301  		"ICANON":                        reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   302  		"ICMP6_FILTER":                  reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)),
   303  		"ICMP6_SEC_SEND_DEL":            reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)),
   304  		"ICMP6_SEC_SEND_GET":            reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)),
   305  		"ICMP6_SEC_SEND_SET":            reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)),
   306  		"ICMP6_SEC_SEND_SET_CGA_ADDR":   reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)),
   307  		"ICRNL":                         reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   308  		"IEXTEN":                        reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)),
   309  		"IFA_FIRSTALIAS":                reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
   310  		"IFA_ROUTE":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   311  		"IFF_64BIT":                     reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)),
   312  		"IFF_ALLCAST":                   reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)),
   313  		"IFF_ALLMULTI":                  reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   314  		"IFF_BPF":                       reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)),
   315  		"IFF_BRIDGE":                    reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)),
   316  		"IFF_BROADCAST":                 reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   317  		"IFF_CANTCHANGE":                reflect.ValueOf(constant.MakeFromLiteral("527442", token.INT, 0)),
   318  		"IFF_CHECKSUM_OFFLOAD":          reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)),
   319  		"IFF_D1":                        reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
   320  		"IFF_D2":                        reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
   321  		"IFF_D3":                        reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
   322  		"IFF_D4":                        reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)),
   323  		"IFF_DEBUG":                     reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   324  		"IFF_DEVHEALTH":                 reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
   325  		"IFF_DO_HW_LOOPBACK":            reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)),
   326  		"IFF_GROUP_ROUTING":             reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)),
   327  		"IFF_IFBUFMGT":                  reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)),
   328  		"IFF_LINK0":                     reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)),
   329  		"IFF_LINK1":                     reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)),
   330  		"IFF_LINK2":                     reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)),
   331  		"IFF_LOOPBACK":                  reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   332  		"IFF_MULTICAST":                 reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)),
   333  		"IFF_NOARP":                     reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   334  		"IFF_NOECHO":                    reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)),
   335  		"IFF_NOTRAILERS":                reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   336  		"IFF_OACTIVE":                   reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
   337  		"IFF_POINTOPOINT":               reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   338  		"IFF_PROMISC":                   reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   339  		"IFF_PSEG":                      reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)),
   340  		"IFF_RUNNING":                   reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   341  		"IFF_SIMPLEX":                   reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)),
   342  		"IFF_SNAP":                      reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
   343  		"IFF_TCP_DISABLE_CKSUM":         reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)),
   344  		"IFF_TCP_NOCKSUM":               reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)),
   345  		"IFF_UP":                        reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   346  		"IFF_VIPA":                      reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)),
   347  		"IFNAMSIZ":                      reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   348  		"IFO_FLUSH":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   349  		"IFT_1822":                      reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   350  		"IFT_AAL5":                      reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)),
   351  		"IFT_ARCNET":                    reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)),
   352  		"IFT_ARCNETPLUS":                reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)),
   353  		"IFT_ATM":                       reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)),
   354  		"IFT_CEPT":                      reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)),
   355  		"IFT_CLUSTER":                   reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)),
   356  		"IFT_DS3":                       reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)),
   357  		"IFT_EON":                       reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)),
   358  		"IFT_ETHER":                     reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   359  		"IFT_FCS":                       reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)),
   360  		"IFT_FDDI":                      reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
   361  		"IFT_FRELAY":                    reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   362  		"IFT_FRELAYDCE":                 reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)),
   363  		"IFT_GIFTUNNEL":                 reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)),
   364  		"IFT_HDH1822":                   reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   365  		"IFT_HF":                        reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)),
   366  		"IFT_HIPPI":                     reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)),
   367  		"IFT_HSSI":                      reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)),
   368  		"IFT_HY":                        reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
   369  		"IFT_IB":                        reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)),
   370  		"IFT_ISDNBASIC":                 reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)),
   371  		"IFT_ISDNPRIMARY":               reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)),
   372  		"IFT_ISO88022LLC":               reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)),
   373  		"IFT_ISO88023":                  reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   374  		"IFT_ISO88024":                  reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   375  		"IFT_ISO88025":                  reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
   376  		"IFT_ISO88026":                  reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
   377  		"IFT_LAPB":                      reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   378  		"IFT_LOCALTALK":                 reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)),
   379  		"IFT_LOOP":                      reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)),
   380  		"IFT_MIOX25":                    reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)),
   381  		"IFT_MODEM":                     reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)),
   382  		"IFT_NSIP":                      reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)),
   383  		"IFT_OTHER":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   384  		"IFT_P10":                       reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   385  		"IFT_P80":                       reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
   386  		"IFT_PARA":                      reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)),
   387  		"IFT_PPP":                       reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)),
   388  		"IFT_PROPMUX":                   reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)),
   389  		"IFT_PROPVIRTUAL":               reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)),
   390  		"IFT_PTPSERIAL":                 reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)),
   391  		"IFT_RS232":                     reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)),
   392  		"IFT_SDLC":                      reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
   393  		"IFT_SIP":                       reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)),
   394  		"IFT_SLIP":                      reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)),
   395  		"IFT_SMDSDXI":                   reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)),
   396  		"IFT_SMDSICIP":                  reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)),
   397  		"IFT_SN":                        reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)),
   398  		"IFT_SONET":                     reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)),
   399  		"IFT_SONETPATH":                 reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)),
   400  		"IFT_SONETVT":                   reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)),
   401  		"IFT_SP":                        reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)),
   402  		"IFT_STARLAN":                   reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
   403  		"IFT_T1":                        reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)),
   404  		"IFT_TUNNEL":                    reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)),
   405  		"IFT_ULTRA":                     reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)),
   406  		"IFT_V35":                       reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)),
   407  		"IFT_VIPA":                      reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)),
   408  		"IFT_X25":                       reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   409  		"IFT_X25DDN":                    reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   410  		"IFT_X25PLE":                    reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)),
   411  		"IFT_XETHER":                    reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)),
   412  		"IGNBRK":                        reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   413  		"IGNCR":                         reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   414  		"IGNPAR":                        reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   415  		"IMAXBEL":                       reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)),
   416  		"INLCR":                         reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   417  		"INPCK":                         reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   418  		"IN_CLASSA_HOST":                reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)),
   419  		"IN_CLASSA_MAX":                 reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   420  		"IN_CLASSA_NET":                 reflect.ValueOf(constant.MakeFromLiteral("4278190080", token.INT, 0)),
   421  		"IN_CLASSA_NSHIFT":              reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)),
   422  		"IN_CLASSB_HOST":                reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)),
   423  		"IN_CLASSB_MAX":                 reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)),
   424  		"IN_CLASSB_NET":                 reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)),
   425  		"IN_CLASSB_NSHIFT":              reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   426  		"IN_CLASSC_HOST":                reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)),
   427  		"IN_CLASSC_NET":                 reflect.ValueOf(constant.MakeFromLiteral("4294967040", token.INT, 0)),
   428  		"IN_CLASSC_NSHIFT":              reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   429  		"IN_CLASSD_HOST":                reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)),
   430  		"IN_CLASSD_NET":                 reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)),
   431  		"IN_CLASSD_NSHIFT":              reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)),
   432  		"IN_LOOPBACKNET":                reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)),
   433  		"IN_USE":                        reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   434  		"IPPROTO_AH":                    reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)),
   435  		"IPPROTO_BIP":                   reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)),
   436  		"IPPROTO_DSTOPTS":               reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)),
   437  		"IPPROTO_EGP":                   reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   438  		"IPPROTO_EON":                   reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)),
   439  		"IPPROTO_ESP":                   reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)),
   440  		"IPPROTO_FRAGMENT":              reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)),
   441  		"IPPROTO_GGP":                   reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   442  		"IPPROTO_GIF":                   reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)),
   443  		"IPPROTO_GRE":                   reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)),
   444  		"IPPROTO_HOPOPTS":               reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   445  		"IPPROTO_ICMP":                  reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   446  		"IPPROTO_ICMPV6":                reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)),
   447  		"IPPROTO_IDP":                   reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)),
   448  		"IPPROTO_IGMP":                  reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   449  		"IPPROTO_IP":                    reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   450  		"IPPROTO_IPIP":                  reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   451  		"IPPROTO_IPV6":                  reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)),
   452  		"IPPROTO_LOCAL":                 reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)),
   453  		"IPPROTO_MAX":                   reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   454  		"IPPROTO_MH":                    reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)),
   455  		"IPPROTO_NONE":                  reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)),
   456  		"IPPROTO_PUP":                   reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   457  		"IPPROTO_QOS":                   reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)),
   458  		"IPPROTO_RAW":                   reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)),
   459  		"IPPROTO_ROUTING":               reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)),
   460  		"IPPROTO_RSVP":                  reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)),
   461  		"IPPROTO_SCTP":                  reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)),
   462  		"IPPROTO_TCP":                   reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   463  		"IPPROTO_TP":                    reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)),
   464  		"IPPROTO_UDP":                   reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
   465  		"IPV6_ADDRFORM":                 reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)),
   466  		"IPV6_ADDR_PREFERENCES":         reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)),
   467  		"IPV6_ADD_MEMBERSHIP":           reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   468  		"IPV6_AIXRAWSOCKET":             reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)),
   469  		"IPV6_CHECKSUM":                 reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)),
   470  		"IPV6_DONTFRAG":                 reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)),
   471  		"IPV6_DROP_MEMBERSHIP":          reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
   472  		"IPV6_DSTOPTS":                  reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)),
   473  		"IPV6_FLOWINFO_FLOWLABEL":       reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)),
   474  		"IPV6_FLOWINFO_PRIFLOW":         reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)),
   475  		"IPV6_FLOWINFO_PRIORITY":        reflect.ValueOf(constant.MakeFromLiteral("251658240", token.INT, 0)),
   476  		"IPV6_FLOWINFO_SRFLAG":          reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)),
   477  		"IPV6_FLOWINFO_VERSION":         reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)),
   478  		"IPV6_HOPLIMIT":                 reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)),
   479  		"IPV6_HOPOPTS":                  reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)),
   480  		"IPV6_JOIN_GROUP":               reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   481  		"IPV6_LEAVE_GROUP":              reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
   482  		"IPV6_MIPDSTOPTS":               reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)),
   483  		"IPV6_MULTICAST_HOPS":           reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
   484  		"IPV6_MULTICAST_IF":             reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
   485  		"IPV6_MULTICAST_LOOP":           reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
   486  		"IPV6_NEXTHOP":                  reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)),
   487  		"IPV6_NOPROBE":                  reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)),
   488  		"IPV6_PATHMTU":                  reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)),
   489  		"IPV6_PKTINFO":                  reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)),
   490  		"IPV6_PKTOPTIONS":               reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)),
   491  		"IPV6_PRIORITY_10":              reflect.ValueOf(constant.MakeFromLiteral("167772160", token.INT, 0)),
   492  		"IPV6_PRIORITY_11":              reflect.ValueOf(constant.MakeFromLiteral("184549376", token.INT, 0)),
   493  		"IPV6_PRIORITY_12":              reflect.ValueOf(constant.MakeFromLiteral("201326592", token.INT, 0)),
   494  		"IPV6_PRIORITY_13":              reflect.ValueOf(constant.MakeFromLiteral("218103808", token.INT, 0)),
   495  		"IPV6_PRIORITY_14":              reflect.ValueOf(constant.MakeFromLiteral("234881024", token.INT, 0)),
   496  		"IPV6_PRIORITY_15":              reflect.ValueOf(constant.MakeFromLiteral("251658240", token.INT, 0)),
   497  		"IPV6_PRIORITY_8":               reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)),
   498  		"IPV6_PRIORITY_9":               reflect.ValueOf(constant.MakeFromLiteral("150994944", token.INT, 0)),
   499  		"IPV6_PRIORITY_BULK":            reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)),
   500  		"IPV6_PRIORITY_CONTROL":         reflect.ValueOf(constant.MakeFromLiteral("117440512", token.INT, 0)),
   501  		"IPV6_PRIORITY_FILLER":          reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)),
   502  		"IPV6_PRIORITY_INTERACTIVE":     reflect.ValueOf(constant.MakeFromLiteral("100663296", token.INT, 0)),
   503  		"IPV6_PRIORITY_RESERVED1":       reflect.ValueOf(constant.MakeFromLiteral("50331648", token.INT, 0)),
   504  		"IPV6_PRIORITY_RESERVED2":       reflect.ValueOf(constant.MakeFromLiteral("83886080", token.INT, 0)),
   505  		"IPV6_PRIORITY_UNATTENDED":      reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)),
   506  		"IPV6_PRIORITY_UNCHARACTERIZED": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   507  		"IPV6_RECVDSTOPTS":              reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)),
   508  		"IPV6_RECVHOPLIMIT":             reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)),
   509  		"IPV6_RECVHOPOPTS":              reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)),
   510  		"IPV6_RECVHOPS":                 reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)),
   511  		"IPV6_RECVIF":                   reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)),
   512  		"IPV6_RECVPATHMTU":              reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)),
   513  		"IPV6_RECVPKTINFO":              reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)),
   514  		"IPV6_RECVRTHDR":                reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)),
   515  		"IPV6_RECVSRCRT":                reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)),
   516  		"IPV6_RECVTCLASS":               reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)),
   517  		"IPV6_RTHDR":                    reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)),
   518  		"IPV6_RTHDRDSTOPTS":             reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)),
   519  		"IPV6_RTHDR_TYPE_0":             reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   520  		"IPV6_RTHDR_TYPE_2":             reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   521  		"IPV6_SENDIF":                   reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)),
   522  		"IPV6_SRFLAG_LOOSE":             reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   523  		"IPV6_SRFLAG_STRICT":            reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)),
   524  		"IPV6_TCLASS":                   reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)),
   525  		"IPV6_TOKEN_LENGTH":             reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   526  		"IPV6_UNICAST_HOPS":             reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   527  		"IPV6_USE_MIN_MTU":              reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)),
   528  		"IPV6_V6ONLY":                   reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)),
   529  		"IPV6_VERSION":                  reflect.ValueOf(constant.MakeFromLiteral("1610612736", token.INT, 0)),
   530  		"IP_ADDRFORM":                   reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)),
   531  		"IP_ADD_MEMBERSHIP":             reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   532  		"IP_ADD_SOURCE_MEMBERSHIP":      reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)),
   533  		"IP_BLOCK_SOURCE":               reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)),
   534  		"IP_BROADCAST_IF":               reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   535  		"IP_CACHE_LINE_SIZE":            reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   536  		"IP_DEFAULT_MULTICAST_LOOP":     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   537  		"IP_DEFAULT_MULTICAST_TTL":      reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   538  		"IP_DF":                         reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
   539  		"IP_DHCPMODE":                   reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
   540  		"IP_DONTFRAG":                   reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)),
   541  		"IP_DROP_MEMBERSHIP":            reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
   542  		"IP_DROP_SOURCE_MEMBERSHIP":     reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)),
   543  		"IP_FINDPMTU":                   reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)),
   544  		"IP_HDRINCL":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   545  		"IP_INC_MEMBERSHIPS":            reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)),
   546  		"IP_INIT_MEMBERSHIP":            reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)),
   547  		"IP_MAXPACKET":                  reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)),
   548  		"IP_MF":                         reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
   549  		"IP_MSS":                        reflect.ValueOf(constant.MakeFromLiteral("576", token.INT, 0)),
   550  		"IP_MULTICAST_HOPS":             reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
   551  		"IP_MULTICAST_IF":               reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
   552  		"IP_MULTICAST_LOOP":             reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
   553  		"IP_MULTICAST_TTL":              reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
   554  		"IP_OPT":                        reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)),
   555  		"IP_OPTIONS":                    reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   556  		"IP_PMTUAGE":                    reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)),
   557  		"IP_RECVDSTADDR":                reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   558  		"IP_RECVIF":                     reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)),
   559  		"IP_RECVIFINFO":                 reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
   560  		"IP_RECVINTERFACE":              reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   561  		"IP_RECVMACHDR":                 reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
   562  		"IP_RECVOPTS":                   reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   563  		"IP_RECVRETOPTS":                reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   564  		"IP_RECVTTL":                    reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)),
   565  		"IP_RETOPTS":                    reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   566  		"IP_SOURCE_FILTER":              reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)),
   567  		"IP_TOS":                        reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   568  		"IP_TTL":                        reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   569  		"IP_UNBLOCK_SOURCE":             reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)),
   570  		"IP_UNICAST_HOPS":               reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   571  		"ISIG":                          reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   572  		"ISTRIP":                        reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   573  		"IXANY":                         reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)),
   574  		"IXOFF":                         reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
   575  		"IXON":                          reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   576  		"I_FLUSH":                       reflect.ValueOf(constant.MakeFromLiteral("536892165", token.INT, 0)),
   577  		"ImplementsGetwd":               reflect.ValueOf(syscall.ImplementsGetwd),
   578  		"LNOFLSH":                       reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
   579  		"LOCK_EX":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   580  		"LOCK_NB":                       reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   581  		"LOCK_SH":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   582  		"LOCK_UN":                       reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   583  		"Lchown":                        reflect.ValueOf(syscall.Lchown),
   584  		"Link":                          reflect.ValueOf(syscall.Link),
   585  		"Listen":                        reflect.ValueOf(syscall.Listen),
   586  		"Lstat":                         reflect.ValueOf(syscall.Lstat),
   587  		"MADV_DONTNEED":                 reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   588  		"MADV_NORMAL":                   reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   589  		"MADV_RANDOM":                   reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   590  		"MADV_SEQUENTIAL":               reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   591  		"MADV_SPACEAVAIL":               reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   592  		"MADV_WILLNEED":                 reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   593  		"MAP_ANON":                      reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   594  		"MAP_ANONYMOUS":                 reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   595  		"MAP_FILE":                      reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   596  		"MAP_FIXED":                     reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   597  		"MAP_PRIVATE":                   reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   598  		"MAP_SHARED":                    reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   599  		"MAP_TYPE":                      reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)),
   600  		"MAP_VARIABLE":                  reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   601  		"MCL_CURRENT":                   reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   602  		"MCL_FUTURE":                    reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   603  		"MSG_ANY":                       reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   604  		"MSG_ARGEXT":                    reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
   605  		"MSG_BAND":                      reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   606  		"MSG_COMPAT":                    reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
   607  		"MSG_CTRUNC":                    reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   608  		"MSG_DONTROUTE":                 reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   609  		"MSG_EOR":                       reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   610  		"MSG_HIPRI":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   611  		"MSG_MAXIOVLEN":                 reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   612  		"MSG_MPEG2":                     reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   613  		"MSG_NONBLOCK":                  reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
   614  		"MSG_NOSIGNAL":                  reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   615  		"MSG_OOB":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   616  		"MSG_PEEK":                      reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   617  		"MSG_TRUNC":                     reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   618  		"MSG_WAITALL":                   reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   619  		"MSG_WAITFORONE":                reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   620  		"MS_ASYNC":                      reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   621  		"MS_EINTR":                      reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   622  		"MS_INVALIDATE":                 reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   623  		"MS_PER_SEC":                    reflect.ValueOf(constant.MakeFromLiteral("1000", token.INT, 0)),
   624  		"MS_SYNC":                       reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   625  		"Mkdir":                         reflect.ValueOf(syscall.Mkdir),
   626  		"Mkdirat":                       reflect.ValueOf(syscall.Mkdirat),
   627  		"Mknodat":                       reflect.ValueOf(syscall.Mknodat),
   628  		"Mmap":                          reflect.ValueOf(syscall.Mmap),
   629  		"Munmap":                        reflect.ValueOf(syscall.Munmap),
   630  		"NOFLSH":                        reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   631  		"NOFLUSH":                       reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)),
   632  		"NsecToTimespec":                reflect.ValueOf(syscall.NsecToTimespec),
   633  		"NsecToTimeval":                 reflect.ValueOf(syscall.NsecToTimeval),
   634  		"OCRNL":                         reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   635  		"OFDEL":                         reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   636  		"OFILL":                         reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   637  		"ONLCR":                         reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   638  		"ONLRET":                        reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   639  		"ONOCR":                         reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   640  		"ONOEOT":                        reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)),
   641  		"OPOST":                         reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   642  		"O_ACCMODE":                     reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)),
   643  		"O_APPEND":                      reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   644  		"O_CIO":                         reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   645  		"O_CIOR":                        reflect.ValueOf(constant.MakeFromLiteral("34359738368", token.INT, 0)),
   646  		"O_CLOEXEC":                     reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)),
   647  		"O_CREAT":                       reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   648  		"O_DEFER":                       reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
   649  		"O_DELAY":                       reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
   650  		"O_DIRECT":                      reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)),
   651  		"O_DIRECTORY":                   reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)),
   652  		"O_DSYNC":                       reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)),
   653  		"O_EFSOFF":                      reflect.ValueOf(constant.MakeFromLiteral("17179869184", token.INT, 0)),
   654  		"O_EFSON":                       reflect.ValueOf(constant.MakeFromLiteral("8589934592", token.INT, 0)),
   655  		"O_EXCL":                        reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
   656  		"O_EXEC":                        reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   657  		"O_LARGEFILE":                   reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)),
   658  		"O_NDELAY":                      reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
   659  		"O_NOCACHE":                     reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)),
   660  		"O_NOCTTY":                      reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)),
   661  		"O_NOFOLLOW":                    reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)),
   662  		"O_NONBLOCK":                    reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   663  		"O_NONE":                        reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   664  		"O_NSHARE":                      reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)),
   665  		"O_RAW":                         reflect.ValueOf(constant.MakeFromLiteral("4294967296", token.INT, 0)),
   666  		"O_RDONLY":                      reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   667  		"O_RDWR":                        reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   668  		"O_RSHARE":                      reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)),
   669  		"O_RSYNC":                       reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)),
   670  		"O_SEARCH":                      reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   671  		"O_SNAPSHOT":                    reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   672  		"O_SYNC":                        reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   673  		"O_TRUNC":                       reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   674  		"O_TTY_INIT":                    reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   675  		"O_WRONLY":                      reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   676  		"Open":                          reflect.ValueOf(syscall.Open),
   677  		"Openat":                        reflect.ValueOf(syscall.Openat),
   678  		"PARENB":                        reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   679  		"PAREXT":                        reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)),
   680  		"PARMRK":                        reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   681  		"PARODD":                        reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   682  		"PENDIN":                        reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)),
   683  		"PRIO_PGRP":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   684  		"PRIO_PROCESS":                  reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   685  		"PRIO_USER":                     reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   686  		"PROT_EXEC":                     reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   687  		"PROT_NONE":                     reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   688  		"PROT_READ":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   689  		"PROT_WRITE":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   690  		"PR_64BIT":                      reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   691  		"PR_ADDR":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   692  		"PR_ARGEXT":                     reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
   693  		"PR_ATOMIC":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   694  		"PR_CONNREQUIRED":               reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   695  		"PR_FASTHZ":                     reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   696  		"PR_INP":                        reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   697  		"PR_INTRLEVEL":                  reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
   698  		"PR_MLS":                        reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   699  		"PR_MLS_1_LABEL":                reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   700  		"PR_NOEOR":                      reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
   701  		"PR_RIGHTS":                     reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   702  		"PR_SLOWHZ":                     reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   703  		"PR_WANTRCVD":                   reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   704  		"PTRACE_CONT":                   reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   705  		"PTRACE_KILL":                   reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   706  		"PTRACE_TRACEME":                reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   707  		"PT_ATTACH":                     reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)),
   708  		"PT_CLEAR":                      reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)),
   709  		"PT_COMMAND_MAX":                reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)),
   710  		"PT_CONTINUE":                   reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   711  		"PT_DETACH":                     reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)),
   712  		"PT_GET_UKEY":                   reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   713  		"PT_KILL":                       reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   714  		"PT_LDINFO":                     reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)),
   715  		"PT_LDXINFO":                    reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)),
   716  		"PT_MULTI":                      reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)),
   717  		"PT_NEXT":                       reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)),
   718  		"PT_QUERY":                      reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)),
   719  		"PT_READ_BLOCK":                 reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
   720  		"PT_READ_D":                     reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   721  		"PT_READ_FPR":                   reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   722  		"PT_READ_GPR":                   reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
   723  		"PT_READ_I":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   724  		"PT_REATT":                      reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)),
   725  		"PT_REGSET":                     reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   726  		"PT_SET":                        reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)),
   727  		"PT_STEP":                       reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
   728  		"PT_TRACE_ME":                   reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   729  		"PT_WATCH":                      reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)),
   730  		"PT_WRITE_BLOCK":                reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)),
   731  		"PT_WRITE_D":                    reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   732  		"PT_WRITE_FPR":                  reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
   733  		"PT_WRITE_GPR":                  reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
   734  		"PT_WRITE_I":                    reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   735  		"ParseDirent":                   reflect.ValueOf(syscall.ParseDirent),
   736  		"ParseSocketControlMessage":     reflect.ValueOf(syscall.ParseSocketControlMessage),
   737  		"ParseUnixRights":               reflect.ValueOf(syscall.ParseUnixRights),
   738  		"PathMax":                       reflect.ValueOf(constant.MakeFromLiteral("1023", token.INT, 0)),
   739  		"Pipe":                          reflect.ValueOf(syscall.Pipe),
   740  		"Pread":                         reflect.ValueOf(syscall.Pread),
   741  		"Pwrite":                        reflect.ValueOf(syscall.Pwrite),
   742  		"RLIMIT_AS":                     reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   743  		"RLIMIT_CORE":                   reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   744  		"RLIMIT_CPU":                    reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   745  		"RLIMIT_DATA":                   reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   746  		"RLIMIT_FSIZE":                  reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   747  		"RLIMIT_NOFILE":                 reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   748  		"RLIMIT_STACK":                  reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   749  		"RLIM_INFINITY":                 reflect.ValueOf(constant.MakeFromLiteral("9223372036854775807", token.INT, 0)),
   750  		"RTAX_AUTHOR":                   reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   751  		"RTAX_BRD":                      reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   752  		"RTAX_DST":                      reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   753  		"RTAX_GATEWAY":                  reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   754  		"RTAX_GENMASK":                  reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   755  		"RTAX_IFA":                      reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   756  		"RTAX_IFP":                      reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   757  		"RTAX_MAX":                      reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   758  		"RTAX_NETMASK":                  reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   759  		"RTA_AUTHOR":                    reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   760  		"RTA_BRD":                       reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   761  		"RTA_DOWNSTREAM":                reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   762  		"RTA_DST":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   763  		"RTA_GATEWAY":                   reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   764  		"RTA_GENMASK":                   reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   765  		"RTA_IFA":                       reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   766  		"RTA_IFP":                       reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   767  		"RTA_NETMASK":                   reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   768  		"RTF_ACTIVE_DGD":                reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)),
   769  		"RTF_BCE":                       reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)),
   770  		"RTF_BLACKHOLE":                 reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)),
   771  		"RTF_BROADCAST":                 reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)),
   772  		"RTF_BUL":                       reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
   773  		"RTF_CLONE":                     reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)),
   774  		"RTF_CLONED":                    reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)),
   775  		"RTF_CLONING":                   reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
   776  		"RTF_DONE":                      reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   777  		"RTF_DYNAMIC":                   reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   778  		"RTF_FREE_IN_PROG":              reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)),
   779  		"RTF_GATEWAY":                   reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   780  		"RTF_HOST":                      reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   781  		"RTF_LLINFO":                    reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
   782  		"RTF_LOCAL":                     reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)),
   783  		"RTF_MASK":                      reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   784  		"RTF_MODIFIED":                  reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   785  		"RTF_MULTICAST":                 reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)),
   786  		"RTF_PERMANENT6":                reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)),
   787  		"RTF_PINNED":                    reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)),
   788  		"RTF_PROTO1":                    reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
   789  		"RTF_PROTO2":                    reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
   790  		"RTF_PROTO3":                    reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)),
   791  		"RTF_REJECT":                    reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   792  		"RTF_SMALLMTU":                  reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)),
   793  		"RTF_STATIC":                    reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)),
   794  		"RTF_STOPSRCH":                  reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)),
   795  		"RTF_UNREACHABLE":               reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)),
   796  		"RTF_UP":                        reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   797  		"RTF_XRESOLVE":                  reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
   798  		"RTM_ADD":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   799  		"RTM_CHANGE":                    reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   800  		"RTM_DELADDR":                   reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
   801  		"RTM_DELETE":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   802  		"RTM_EXPIRE":                    reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)),
   803  		"RTM_GET":                       reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   804  		"RTM_GETNEXT":                   reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
   805  		"RTM_IFINFO":                    reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
   806  		"RTM_LOCK":                      reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   807  		"RTM_LOSING":                    reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   808  		"RTM_MISS":                      reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   809  		"RTM_NEWADDR":                   reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
   810  		"RTM_OLDADD":                    reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
   811  		"RTM_OLDDEL":                    reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
   812  		"RTM_REDIRECT":                  reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   813  		"RTM_RESOLVE":                   reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
   814  		"RTM_RTLOST":                    reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   815  		"RTM_RTTUNIT":                   reflect.ValueOf(constant.MakeFromLiteral("1000000", token.INT, 0)),
   816  		"RTM_SAMEADDR":                  reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)),
   817  		"RTM_SET":                       reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)),
   818  		"RTM_VERSION":                   reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   819  		"RTM_VERSION_GR":                reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   820  		"RTM_VERSION_GR_COMPAT":         reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
   821  		"RTM_VERSION_POLICY":            reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
   822  		"RTM_VERSION_POLICY_EXT":        reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
   823  		"RTM_VERSION_POLICY_PRFN":       reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
   824  		"RTV_EXPIRE":                    reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
   825  		"RTV_HOPCOUNT":                  reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   826  		"RTV_MTU":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   827  		"RTV_RPIPE":                     reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
   828  		"RTV_RTT":                       reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
   829  		"RTV_RTTVAR":                    reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
   830  		"RTV_SPIPE":                     reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
   831  		"RTV_SSTHRESH":                  reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   832  		"RUSAGE_CHILDREN":               reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)),
   833  		"RUSAGE_SELF":                   reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   834  		"RUSAGE_THREAD":                 reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   835  		"Read":                          reflect.ValueOf(syscall.Read),
   836  		"ReadDirent":                    reflect.ValueOf(syscall.ReadDirent),
   837  		"Readlink":                      reflect.ValueOf(syscall.Readlink),
   838  		"Recvfrom":                      reflect.ValueOf(syscall.Recvfrom),
   839  		"Recvmsg":                       reflect.ValueOf(syscall.Recvmsg),
   840  		"Rename":                        reflect.ValueOf(syscall.Rename),
   841  		"Renameat":                      reflect.ValueOf(syscall.Renameat),
   842  		"Rmdir":                         reflect.ValueOf(syscall.Rmdir),
   843  		"SCM_RIGHTS":                    reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   844  		"SHUT_RD":                       reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
   845  		"SHUT_RDWR":                     reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
   846  		"SHUT_WR":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
   847  		"SIGABRT":                       reflect.ValueOf(syscall.SIGABRT),
   848  		"SIGAIO":                        reflect.ValueOf(syscall.SIGAIO),
   849  		"SIGALRM":                       reflect.ValueOf(syscall.SIGALRM),
   850  		"SIGALRM1":                      reflect.ValueOf(syscall.SIGALRM1),
   851  		"SIGBUS":                        reflect.ValueOf(syscall.SIGBUS),
   852  		"SIGCAPI":                       reflect.ValueOf(syscall.SIGCAPI),
   853  		"SIGCHLD":                       reflect.ValueOf(syscall.SIGCHLD),
   854  		"SIGCLD":                        reflect.ValueOf(syscall.SIGCLD),
   855  		"SIGCONT":                       reflect.ValueOf(syscall.SIGCONT),
   856  		"SIGCPUFAIL":                    reflect.ValueOf(syscall.SIGCPUFAIL),
   857  		"SIGDANGER":                     reflect.ValueOf(syscall.SIGDANGER),
   858  		"SIGEMT":                        reflect.ValueOf(syscall.SIGEMT),
   859  		"SIGFPE":                        reflect.ValueOf(syscall.SIGFPE),
   860  		"SIGGRANT":                      reflect.ValueOf(syscall.SIGGRANT),
   861  		"SIGHUP":                        reflect.ValueOf(syscall.SIGHUP),
   862  		"SIGILL":                        reflect.ValueOf(syscall.SIGILL),
   863  		"SIGINT":                        reflect.ValueOf(syscall.SIGINT),
   864  		"SIGIO":                         reflect.ValueOf(syscall.SIGIO),
   865  		"SIGIOINT":                      reflect.ValueOf(syscall.SIGIOINT),
   866  		"SIGIOT":                        reflect.ValueOf(syscall.SIGIOT),
   867  		"SIGKAP":                        reflect.ValueOf(syscall.SIGKAP),
   868  		"SIGKILL":                       reflect.ValueOf(syscall.SIGKILL),
   869  		"SIGLOST":                       reflect.ValueOf(syscall.SIGLOST),
   870  		"SIGMAX":                        reflect.ValueOf(syscall.SIGMAX),
   871  		"SIGMAX32":                      reflect.ValueOf(syscall.SIGMAX32),
   872  		"SIGMAX64":                      reflect.ValueOf(syscall.SIGMAX64),
   873  		"SIGMIGRATE":                    reflect.ValueOf(syscall.SIGMIGRATE),
   874  		"SIGMSG":                        reflect.ValueOf(syscall.SIGMSG),
   875  		"SIGPIPE":                       reflect.ValueOf(syscall.SIGPIPE),
   876  		"SIGPOLL":                       reflect.ValueOf(syscall.SIGPOLL),
   877  		"SIGPRE":                        reflect.ValueOf(syscall.SIGPRE),
   878  		"SIGPROF":                       reflect.ValueOf(syscall.SIGPROF),
   879  		"SIGPTY":                        reflect.ValueOf(syscall.SIGPTY),
   880  		"SIGPWR":                        reflect.ValueOf(syscall.SIGPWR),
   881  		"SIGQUEUE_MAX":                  reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
   882  		"SIGQUIT":                       reflect.ValueOf(syscall.SIGQUIT),
   883  		"SIGRECONFIG":                   reflect.ValueOf(syscall.SIGRECONFIG),
   884  		"SIGRETRACT":                    reflect.ValueOf(syscall.SIGRETRACT),
   885  		"SIGSAK":                        reflect.ValueOf(syscall.SIGSAK),
   886  		"SIGSEGV":                       reflect.ValueOf(syscall.SIGSEGV),
   887  		"SIGSOUND":                      reflect.ValueOf(syscall.SIGSOUND),
   888  		"SIGSTOP":                       reflect.ValueOf(syscall.SIGSTOP),
   889  		"SIGSYS":                        reflect.ValueOf(syscall.SIGSYS),
   890  		"SIGSYSERROR":                   reflect.ValueOf(syscall.SIGSYSERROR),
   891  		"SIGTALRM":                      reflect.ValueOf(syscall.SIGTALRM),
   892  		"SIGTERM":                       reflect.ValueOf(syscall.SIGTERM),
   893  		"SIGTRAP":                       reflect.ValueOf(syscall.SIGTRAP),
   894  		"SIGTSTP":                       reflect.ValueOf(syscall.SIGTSTP),
   895  		"SIGTTIN":                       reflect.ValueOf(syscall.SIGTTIN),
   896  		"SIGTTOU":                       reflect.ValueOf(syscall.SIGTTOU),
   897  		"SIGURG":                        reflect.ValueOf(syscall.SIGURG),
   898  		"SIGUSR1":                       reflect.ValueOf(syscall.SIGUSR1),
   899  		"SIGUSR2":                       reflect.ValueOf(syscall.SIGUSR2),
   900  		"SIGVIRT":                       reflect.ValueOf(syscall.SIGVIRT),
   901  		"SIGVTALRM":                     reflect.ValueOf(syscall.SIGVTALRM),
   902  		"SIGWAITING":                    reflect.ValueOf(syscall.SIGWAITING),
   903  		"SIGWINCH":                      reflect.ValueOf(syscall.SIGWINCH),
   904  		"SIGXCPU":                       reflect.ValueOf(syscall.SIGXCPU),
   905  		"SIGXFSZ":                       reflect.ValueOf(syscall.SIGXFSZ),
   906  		"SIOCADDIFVIPA":                 reflect.ValueOf(constant.MakeFromLiteral("536897858", token.INT, 0)),
   907  		"SIOCADDMTU":                    reflect.ValueOf(constant.MakeFromLiteral("-2147194512", token.INT, 0)),
   908  		"SIOCADDMULTI":                  reflect.ValueOf(constant.MakeFromLiteral("-2145359567", token.INT, 0)),
   909  		"SIOCADDNETID":                  reflect.ValueOf(constant.MakeFromLiteral("-2144835241", token.INT, 0)),
   910  		"SIOCADDRT":                     reflect.ValueOf(constant.MakeFromLiteral("-2143784438", token.INT, 0)),
   911  		"SIOCAIFADDR":                   reflect.ValueOf(constant.MakeFromLiteral("-2143262438", token.INT, 0)),
   912  		"SIOCATMARK":                    reflect.ValueOf(constant.MakeFromLiteral("1074033415", token.INT, 0)),
   913  		"SIOCDARP":                      reflect.ValueOf(constant.MakeFromLiteral("-2142476000", token.INT, 0)),
   914  		"SIOCDELIFVIPA":                 reflect.ValueOf(constant.MakeFromLiteral("536897859", token.INT, 0)),
   915  		"SIOCDELMTU":                    reflect.ValueOf(constant.MakeFromLiteral("-2147194511", token.INT, 0)),
   916  		"SIOCDELMULTI":                  reflect.ValueOf(constant.MakeFromLiteral("-2145359566", token.INT, 0)),
   917  		"SIOCDELPMTU":                   reflect.ValueOf(constant.MakeFromLiteral("-2144833526", token.INT, 0)),
   918  		"SIOCDELRT":                     reflect.ValueOf(constant.MakeFromLiteral("-2143784437", token.INT, 0)),
   919  		"SIOCDIFADDR":                   reflect.ValueOf(constant.MakeFromLiteral("-2144835303", token.INT, 0)),
   920  		"SIOCDNETOPT":                   reflect.ValueOf(constant.MakeFromLiteral("-1073649280", token.INT, 0)),
   921  		"SIOCDX25XLATE":                 reflect.ValueOf(constant.MakeFromLiteral("-2144835227", token.INT, 0)),
   922  		"SIOCFIFADDR":                   reflect.ValueOf(constant.MakeFromLiteral("-2145359469", token.INT, 0)),
   923  		"SIOCGARP":                      reflect.ValueOf(constant.MakeFromLiteral("-1068734170", token.INT, 0)),
   924  		"SIOCGETMTUS":                   reflect.ValueOf(constant.MakeFromLiteral("536897903", token.INT, 0)),
   925  		"SIOCGETSGCNT":                  reflect.ValueOf(constant.MakeFromLiteral("-1072401100", token.INT, 0)),
   926  		"SIOCGETVIFCNT":                 reflect.ValueOf(constant.MakeFromLiteral("-1072401101", token.INT, 0)),
   927  		"SIOCGHIWAT":                    reflect.ValueOf(constant.MakeFromLiteral("1074033409", token.INT, 0)),
   928  		"SIOCGIFADDR":                   reflect.ValueOf(constant.MakeFromLiteral("-1071093471", token.INT, 0)),
   929  		"SIOCGIFADDRS":                  reflect.ValueOf(constant.MakeFromLiteral("536897932", token.INT, 0)),
   930  		"SIOCGIFBAUDRATE":               reflect.ValueOf(constant.MakeFromLiteral("-1071093395", token.INT, 0)),
   931  		"SIOCGIFBRDADDR":                reflect.ValueOf(constant.MakeFromLiteral("-1071093469", token.INT, 0)),
   932  		"SIOCGIFCONF":                   reflect.ValueOf(constant.MakeFromLiteral("-1072666299", token.INT, 0)),
   933  		"SIOCGIFCONFGLOB":               reflect.ValueOf(constant.MakeFromLiteral("-1072666224", token.INT, 0)),
   934  		"SIOCGIFDSTADDR":                reflect.ValueOf(constant.MakeFromLiteral("-1071093470", token.INT, 0)),
   935  		"SIOCGIFFLAGS":                  reflect.ValueOf(constant.MakeFromLiteral("-1071093487", token.INT, 0)),
   936  		"SIOCGIFGIDLIST":                reflect.ValueOf(constant.MakeFromLiteral("536897896", token.INT, 0)),
   937  		"SIOCGIFHWADDR":                 reflect.ValueOf(constant.MakeFromLiteral("-1068209771", token.INT, 0)),
   938  		"SIOCGIFMETRIC":                 reflect.ValueOf(constant.MakeFromLiteral("-1071093481", token.INT, 0)),
   939  		"SIOCGIFMTU":                    reflect.ValueOf(constant.MakeFromLiteral("-1071093418", token.INT, 0)),
   940  		"SIOCGIFNETMASK":                reflect.ValueOf(constant.MakeFromLiteral("-1071093467", token.INT, 0)),
   941  		"SIOCGIFOPTIONS":                reflect.ValueOf(constant.MakeFromLiteral("-1071093462", token.INT, 0)),
   942  		"SIOCGISNO":                     reflect.ValueOf(constant.MakeFromLiteral("-1071093397", token.INT, 0)),
   943  		"SIOCGLOADF":                    reflect.ValueOf(constant.MakeFromLiteral("-1073452670", token.INT, 0)),
   944  		"SIOCGLOWAT":                    reflect.ValueOf(constant.MakeFromLiteral("1074033411", token.INT, 0)),
   945  		"SIOCGNETOPT":                   reflect.ValueOf(constant.MakeFromLiteral("-1073649317", token.INT, 0)),
   946  		"SIOCGNETOPT1":                  reflect.ValueOf(constant.MakeFromLiteral("-1071617663", token.INT, 0)),
   947  		"SIOCGNMTUS":                    reflect.ValueOf(constant.MakeFromLiteral("536897902", token.INT, 0)),
   948  		"SIOCGPGRP":                     reflect.ValueOf(constant.MakeFromLiteral("1074033417", token.INT, 0)),
   949  		"SIOCGSIZIFCONF":                reflect.ValueOf(constant.MakeFromLiteral("1074030954", token.INT, 0)),
   950  		"SIOCGSRCFILTER":                reflect.ValueOf(constant.MakeFromLiteral("-1072142027", token.INT, 0)),
   951  		"SIOCGTUNEPHASE":                reflect.ValueOf(constant.MakeFromLiteral("-1073452662", token.INT, 0)),
   952  		"SIOCGX25XLATE":                 reflect.ValueOf(constant.MakeFromLiteral("-1071093404", token.INT, 0)),
   953  		"SIOCIFATTACH":                  reflect.ValueOf(constant.MakeFromLiteral("-2145359513", token.INT, 0)),
   954  		"SIOCIFDETACH":                  reflect.ValueOf(constant.MakeFromLiteral("-2145359514", token.INT, 0)),
   955  		"SIOCIFGETPKEY":                 reflect.ValueOf(constant.MakeFromLiteral("-2145359515", token.INT, 0)),
   956  		"SIOCIF_ATM_DARP":               reflect.ValueOf(constant.MakeFromLiteral("-2145359491", token.INT, 0)),
   957  		"SIOCIF_ATM_DUMPARP":            reflect.ValueOf(constant.MakeFromLiteral("-2145359493", token.INT, 0)),
   958  		"SIOCIF_ATM_GARP":               reflect.ValueOf(constant.MakeFromLiteral("-2145359490", token.INT, 0)),
   959  		"SIOCIF_ATM_IDLE":               reflect.ValueOf(constant.MakeFromLiteral("-2145359494", token.INT, 0)),
   960  		"SIOCIF_ATM_SARP":               reflect.ValueOf(constant.MakeFromLiteral("-2145359489", token.INT, 0)),
   961  		"SIOCIF_ATM_SNMPARP":            reflect.ValueOf(constant.MakeFromLiteral("-2145359495", token.INT, 0)),
   962  		"SIOCIF_ATM_SVC":                reflect.ValueOf(constant.MakeFromLiteral("-2145359492", token.INT, 0)),
   963  		"SIOCIF_ATM_UBR":                reflect.ValueOf(constant.MakeFromLiteral("-2145359496", token.INT, 0)),
   964  		"SIOCIF_DEVHEALTH":              reflect.ValueOf(constant.MakeFromLiteral("-2147194476", token.INT, 0)),
   965  		"SIOCIF_IB_ARP_INCOMP":          reflect.ValueOf(constant.MakeFromLiteral("-2145359479", token.INT, 0)),
   966  		"SIOCIF_IB_ARP_TIMER":           reflect.ValueOf(constant.MakeFromLiteral("-2145359480", token.INT, 0)),
   967  		"SIOCIF_IB_CLEAR_PINFO":         reflect.ValueOf(constant.MakeFromLiteral("-1071617647", token.INT, 0)),
   968  		"SIOCIF_IB_DEL_ARP":             reflect.ValueOf(constant.MakeFromLiteral("-2145359487", token.INT, 0)),
   969  		"SIOCIF_IB_DEL_PINFO":           reflect.ValueOf(constant.MakeFromLiteral("-1071617648", token.INT, 0)),
   970  		"SIOCIF_IB_DUMP_ARP":            reflect.ValueOf(constant.MakeFromLiteral("-2145359488", token.INT, 0)),
   971  		"SIOCIF_IB_GET_ARP":             reflect.ValueOf(constant.MakeFromLiteral("-2145359486", token.INT, 0)),
   972  		"SIOCIF_IB_GET_INFO":            reflect.ValueOf(constant.MakeFromLiteral("-1065850485", token.INT, 0)),
   973  		"SIOCIF_IB_GET_STATS":           reflect.ValueOf(constant.MakeFromLiteral("-1065850482", token.INT, 0)),
   974  		"SIOCIF_IB_NOTIFY_ADDR_REM":     reflect.ValueOf(constant.MakeFromLiteral("-1065850474", token.INT, 0)),
   975  		"SIOCIF_IB_RESET_STATS":         reflect.ValueOf(constant.MakeFromLiteral("-1065850481", token.INT, 0)),
   976  		"SIOCIF_IB_RESIZE_CQ":           reflect.ValueOf(constant.MakeFromLiteral("-2145359481", token.INT, 0)),
   977  		"SIOCIF_IB_SET_ARP":             reflect.ValueOf(constant.MakeFromLiteral("-2145359485", token.INT, 0)),
   978  		"SIOCIF_IB_SET_PKEY":            reflect.ValueOf(constant.MakeFromLiteral("-2145359484", token.INT, 0)),
   979  		"SIOCIF_IB_SET_PORT":            reflect.ValueOf(constant.MakeFromLiteral("-2145359483", token.INT, 0)),
   980  		"SIOCIF_IB_SET_QKEY":            reflect.ValueOf(constant.MakeFromLiteral("-2145359478", token.INT, 0)),
   981  		"SIOCIF_IB_SET_QSIZE":           reflect.ValueOf(constant.MakeFromLiteral("-2145359482", token.INT, 0)),
   982  		"SIOCLISTIFVIPA":                reflect.ValueOf(constant.MakeFromLiteral("536897860", token.INT, 0)),
   983  		"SIOCSARP":                      reflect.ValueOf(constant.MakeFromLiteral("-2142476002", token.INT, 0)),
   984  		"SIOCSHIWAT":                    reflect.ValueOf(constant.MakeFromLiteral("18446744071562359552", token.INT, 0)),
   985  		"SIOCSIFADDR":                   reflect.ValueOf(constant.MakeFromLiteral("-2144835316", token.INT, 0)),
   986  		"SIOCSIFADDRORI":                reflect.ValueOf(constant.MakeFromLiteral("-2145097331", token.INT, 0)),
   987  		"SIOCSIFBRDADDR":                reflect.ValueOf(constant.MakeFromLiteral("-2144835309", token.INT, 0)),
   988  		"SIOCSIFDSTADDR":                reflect.ValueOf(constant.MakeFromLiteral("-2144835314", token.INT, 0)),
   989  		"SIOCSIFFLAGS":                  reflect.ValueOf(constant.MakeFromLiteral("-2144835312", token.INT, 0)),
   990  		"SIOCSIFGIDLIST":                reflect.ValueOf(constant.MakeFromLiteral("536897897", token.INT, 0)),
   991  		"SIOCSIFMETRIC":                 reflect.ValueOf(constant.MakeFromLiteral("-2144835304", token.INT, 0)),
   992  		"SIOCSIFMTU":                    reflect.ValueOf(constant.MakeFromLiteral("-2144835240", token.INT, 0)),
   993  		"SIOCSIFNETDUMP":                reflect.ValueOf(constant.MakeFromLiteral("-2144835300", token.INT, 0)),
   994  		"SIOCSIFNETMASK":                reflect.ValueOf(constant.MakeFromLiteral("-2144835306", token.INT, 0)),
   995  		"SIOCSIFOPTIONS":                reflect.ValueOf(constant.MakeFromLiteral("-2144835287", token.INT, 0)),
   996  		"SIOCSIFSUBCHAN":                reflect.ValueOf(constant.MakeFromLiteral("-2144835301", token.INT, 0)),
   997  		"SIOCSISNO":                     reflect.ValueOf(constant.MakeFromLiteral("-2144835220", token.INT, 0)),
   998  		"SIOCSLOADF":                    reflect.ValueOf(constant.MakeFromLiteral("-1073452669", token.INT, 0)),
   999  		"SIOCSLOWAT":                    reflect.ValueOf(constant.MakeFromLiteral("18446744071562359554", token.INT, 0)),
  1000  		"SIOCSNETOPT":                   reflect.ValueOf(constant.MakeFromLiteral("-2147391142", token.INT, 0)),
  1001  		"SIOCSPGRP":                     reflect.ValueOf(constant.MakeFromLiteral("18446744071562359560", token.INT, 0)),
  1002  		"SIOCSX25XLATE":                 reflect.ValueOf(constant.MakeFromLiteral("-2144835229", token.INT, 0)),
  1003  		"SOCK_CONN_DGRAM":               reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
  1004  		"SOCK_DGRAM":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1005  		"SOCK_RAW":                      reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
  1006  		"SOCK_RDM":                      reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1007  		"SOCK_SEQPACKET":                reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
  1008  		"SOCK_STREAM":                   reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1009  		"SOL_SOCKET":                    reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)),
  1010  		"SOMAXCONN":                     reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
  1011  		"SO_ACCEPTCONN":                 reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1012  		"SO_AUDIT":                      reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
  1013  		"SO_BROADCAST":                  reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
  1014  		"SO_CKSUMRECV":                  reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)),
  1015  		"SO_DEBUG":                      reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1016  		"SO_DONTROUTE":                  reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1017  		"SO_ERROR":                      reflect.ValueOf(constant.MakeFromLiteral("4103", token.INT, 0)),
  1018  		"SO_KEEPALIVE":                  reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1019  		"SO_KERNACCEPT":                 reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
  1020  		"SO_LINGER":                     reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
  1021  		"SO_NOMULTIPATH":                reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
  1022  		"SO_NOREUSEADDR":                reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)),
  1023  		"SO_OOBINLINE":                  reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
  1024  		"SO_PEERID":                     reflect.ValueOf(constant.MakeFromLiteral("4105", token.INT, 0)),
  1025  		"SO_RCVBUF":                     reflect.ValueOf(constant.MakeFromLiteral("4098", token.INT, 0)),
  1026  		"SO_RCVLOWAT":                   reflect.ValueOf(constant.MakeFromLiteral("4100", token.INT, 0)),
  1027  		"SO_RCVTIMEO":                   reflect.ValueOf(constant.MakeFromLiteral("4102", token.INT, 0)),
  1028  		"SO_REUSEADDR":                  reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1029  		"SO_REUSEPORT":                  reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
  1030  		"SO_SNDBUF":                     reflect.ValueOf(constant.MakeFromLiteral("4097", token.INT, 0)),
  1031  		"SO_SNDLOWAT":                   reflect.ValueOf(constant.MakeFromLiteral("4099", token.INT, 0)),
  1032  		"SO_SNDTIMEO":                   reflect.ValueOf(constant.MakeFromLiteral("4101", token.INT, 0)),
  1033  		"SO_TIMESTAMPNS":                reflect.ValueOf(constant.MakeFromLiteral("4106", token.INT, 0)),
  1034  		"SO_TYPE":                       reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)),
  1035  		"SO_USELOOPBACK":                reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
  1036  		"SO_USE_IFBUFS":                 reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
  1037  		"SYS_EXECVE":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1038  		"SYS_FCNTL":                     reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
  1039  		"S_BANDURG":                     reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
  1040  		"S_EMODFMT":                     reflect.ValueOf(constant.MakeFromLiteral("1006632960", token.INT, 0)),
  1041  		"S_ENFMT":                       reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
  1042  		"S_ERROR":                       reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
  1043  		"S_HANGUP":                      reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
  1044  		"S_HIPRI":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1045  		"S_ICRYPTO":                     reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)),
  1046  		"S_IEXEC":                       reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
  1047  		"S_IFBLK":                       reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)),
  1048  		"S_IFCHR":                       reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
  1049  		"S_IFDIR":                       reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)),
  1050  		"S_IFIFO":                       reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)),
  1051  		"S_IFJOURNAL":                   reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)),
  1052  		"S_IFLNK":                       reflect.ValueOf(constant.MakeFromLiteral("40960", token.INT, 0)),
  1053  		"S_IFMPX":                       reflect.ValueOf(constant.MakeFromLiteral("8704", token.INT, 0)),
  1054  		"S_IFMT":                        reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)),
  1055  		"S_IFPDIR":                      reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)),
  1056  		"S_IFPSDIR":                     reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)),
  1057  		"S_IFPSSDIR":                    reflect.ValueOf(constant.MakeFromLiteral("201326592", token.INT, 0)),
  1058  		"S_IFREG":                       reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
  1059  		"S_IFSOCK":                      reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)),
  1060  		"S_IFSYSEA":                     reflect.ValueOf(constant.MakeFromLiteral("805306368", token.INT, 0)),
  1061  		"S_INPUT":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1062  		"S_IREAD":                       reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
  1063  		"S_IRGRP":                       reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
  1064  		"S_IROTH":                       reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1065  		"S_IRUSR":                       reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
  1066  		"S_IRWXG":                       reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)),
  1067  		"S_IRWXO":                       reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
  1068  		"S_IRWXU":                       reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)),
  1069  		"S_ISGID":                       reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)),
  1070  		"S_ISUID":                       reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)),
  1071  		"S_ISVTX":                       reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)),
  1072  		"S_ITCB":                        reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)),
  1073  		"S_ITP":                         reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)),
  1074  		"S_IWGRP":                       reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1075  		"S_IWOTH":                       reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1076  		"S_IWRITE":                      reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
  1077  		"S_IWUSR":                       reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
  1078  		"S_IXACL":                       reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)),
  1079  		"S_IXATTR":                      reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)),
  1080  		"S_IXGRP":                       reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1081  		"S_IXINTERFACE":                 reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)),
  1082  		"S_IXMOD":                       reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)),
  1083  		"S_IXOTH":                       reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1084  		"S_IXUSR":                       reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
  1085  		"S_MSG":                         reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1086  		"S_OUTPUT":                      reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1087  		"S_RDBAND":                      reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
  1088  		"S_RDNORM":                      reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1089  		"S_RESERVED1":                   reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)),
  1090  		"S_RESERVED2":                   reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)),
  1091  		"S_RESERVED3":                   reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)),
  1092  		"S_RESERVED4":                   reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)),
  1093  		"S_RESFMT1":                     reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)),
  1094  		"S_RESFMT10":                    reflect.ValueOf(constant.MakeFromLiteral("872415232", token.INT, 0)),
  1095  		"S_RESFMT11":                    reflect.ValueOf(constant.MakeFromLiteral("939524096", token.INT, 0)),
  1096  		"S_RESFMT12":                    reflect.ValueOf(constant.MakeFromLiteral("1006632960", token.INT, 0)),
  1097  		"S_RESFMT2":                     reflect.ValueOf(constant.MakeFromLiteral("335544320", token.INT, 0)),
  1098  		"S_RESFMT3":                     reflect.ValueOf(constant.MakeFromLiteral("402653184", token.INT, 0)),
  1099  		"S_RESFMT4":                     reflect.ValueOf(constant.MakeFromLiteral("469762048", token.INT, 0)),
  1100  		"S_RESFMT5":                     reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)),
  1101  		"S_RESFMT6":                     reflect.ValueOf(constant.MakeFromLiteral("603979776", token.INT, 0)),
  1102  		"S_RESFMT7":                     reflect.ValueOf(constant.MakeFromLiteral("671088640", token.INT, 0)),
  1103  		"S_RESFMT8":                     reflect.ValueOf(constant.MakeFromLiteral("738197504", token.INT, 0)),
  1104  		"S_WRBAND":                      reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
  1105  		"S_WRNORM":                      reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
  1106  		"Seek":                          reflect.ValueOf(syscall.Seek),
  1107  		"Sendfile":                      reflect.ValueOf(syscall.Sendfile),
  1108  		"Sendmsg":                       reflect.ValueOf(syscall.Sendmsg),
  1109  		"SendmsgN":                      reflect.ValueOf(syscall.SendmsgN),
  1110  		"Sendto":                        reflect.ValueOf(syscall.Sendto),
  1111  		"SetNonblock":                   reflect.ValueOf(syscall.SetNonblock),
  1112  		"Setegid":                       reflect.ValueOf(syscall.Setegid),
  1113  		"Setenv":                        reflect.ValueOf(syscall.Setenv),
  1114  		"Seteuid":                       reflect.ValueOf(syscall.Seteuid),
  1115  		"Setgid":                        reflect.ValueOf(syscall.Setgid),
  1116  		"Setgroups":                     reflect.ValueOf(syscall.Setgroups),
  1117  		"Setpgid":                       reflect.ValueOf(syscall.Setpgid),
  1118  		"Setpriority":                   reflect.ValueOf(syscall.Setpriority),
  1119  		"Setregid":                      reflect.ValueOf(syscall.Setregid),
  1120  		"Setreuid":                      reflect.ValueOf(syscall.Setreuid),
  1121  		"Setrlimit":                     reflect.ValueOf(syscall.Setrlimit),
  1122  		"SetsockoptByte":                reflect.ValueOf(syscall.SetsockoptByte),
  1123  		"SetsockoptICMPv6Filter":        reflect.ValueOf(syscall.SetsockoptICMPv6Filter),
  1124  		"SetsockoptIPMreq":              reflect.ValueOf(syscall.SetsockoptIPMreq),
  1125  		"SetsockoptIPv6Mreq":            reflect.ValueOf(syscall.SetsockoptIPv6Mreq),
  1126  		"SetsockoptInet4Addr":           reflect.ValueOf(syscall.SetsockoptInet4Addr),
  1127  		"SetsockoptInt":                 reflect.ValueOf(syscall.SetsockoptInt),
  1128  		"SetsockoptLinger":              reflect.ValueOf(syscall.SetsockoptLinger),
  1129  		"SetsockoptString":              reflect.ValueOf(syscall.SetsockoptString),
  1130  		"SetsockoptTimeval":             reflect.ValueOf(syscall.SetsockoptTimeval),
  1131  		"SizeofCmsghdr":                 reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
  1132  		"SizeofICMPv6Filter":            reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
  1133  		"SizeofIPMreq":                  reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1134  		"SizeofIPv6Mreq":                reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)),
  1135  		"SizeofIfMsghdr":                reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1136  		"SizeofLinger":                  reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1137  		"SizeofMsghdr":                  reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)),
  1138  		"SizeofSockaddrAny":             reflect.ValueOf(constant.MakeFromLiteral("1028", token.INT, 0)),
  1139  		"SizeofSockaddrDatalink":        reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
  1140  		"SizeofSockaddrInet4":           reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1141  		"SizeofSockaddrInet6":           reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)),
  1142  		"SizeofSockaddrUnix":            reflect.ValueOf(constant.MakeFromLiteral("1025", token.INT, 0)),
  1143  		"SlicePtrFromStrings":           reflect.ValueOf(syscall.SlicePtrFromStrings),
  1144  		"Socket":                        reflect.ValueOf(syscall.Socket),
  1145  		"SocketDisableIPv6":             reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(),
  1146  		"Socketpair":                    reflect.ValueOf(syscall.Socketpair),
  1147  		"Stat":                          reflect.ValueOf(syscall.Stat),
  1148  		"Statfs":                        reflect.ValueOf(syscall.Statfs),
  1149  		"Stderr":                        reflect.ValueOf(&syscall.Stderr).Elem(),
  1150  		"Stdin":                         reflect.ValueOf(&syscall.Stdin).Elem(),
  1151  		"Stdout":                        reflect.ValueOf(&syscall.Stdout).Elem(),
  1152  		"StringBytePtr":                 reflect.ValueOf(syscall.StringBytePtr),
  1153  		"StringByteSlice":               reflect.ValueOf(syscall.StringByteSlice),
  1154  		"StringSlicePtr":                reflect.ValueOf(syscall.StringSlicePtr),
  1155  		"Symlink":                       reflect.ValueOf(syscall.Symlink),
  1156  		"TCIFLUSH":                      reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
  1157  		"TCIOFLUSH":                     reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1158  		"TCOFLUSH":                      reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1159  		"TCP_24DAYS_WORTH_OF_SLOWTICKS": reflect.ValueOf(constant.MakeFromLiteral("4147200", token.INT, 0)),
  1160  		"TCP_ACLADD":                    reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)),
  1161  		"TCP_ACLBIND":                   reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)),
  1162  		"TCP_ACLCLEAR":                  reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)),
  1163  		"TCP_ACLDEL":                    reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)),
  1164  		"TCP_ACLDENY":                   reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1165  		"TCP_ACLFLUSH":                  reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)),
  1166  		"TCP_ACLGID":                    reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1167  		"TCP_ACLLS":                     reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)),
  1168  		"TCP_ACLSUBNET":                 reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1169  		"TCP_ACLUID":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1170  		"TCP_CWND_DF":                   reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)),
  1171  		"TCP_CWND_IF":                   reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)),
  1172  		"TCP_DELAY_ACK_FIN":             reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1173  		"TCP_DELAY_ACK_SYN":             reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1174  		"TCP_FASTNAME":                  reflect.ValueOf(constant.MakeFromLiteral("16844810", token.INT, 0)),
  1175  		"TCP_KEEPCNT":                   reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)),
  1176  		"TCP_KEEPIDLE":                  reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)),
  1177  		"TCP_KEEPINTVL":                 reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)),
  1178  		"TCP_LSPRIV":                    reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)),
  1179  		"TCP_LUID":                      reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
  1180  		"TCP_MAXBURST":                  reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1181  		"TCP_MAXDF":                     reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)),
  1182  		"TCP_MAXIF":                     reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)),
  1183  		"TCP_MAXSEG":                    reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1184  		"TCP_MAXWIN":                    reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)),
  1185  		"TCP_MAXWINDOWSCALE":            reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
  1186  		"TCP_MAX_SACK":                  reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1187  		"TCP_MSS":                       reflect.ValueOf(constant.MakeFromLiteral("1460", token.INT, 0)),
  1188  		"TCP_NODELAY":                   reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1189  		"TCP_NODELAYACK":                reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)),
  1190  		"TCP_NOREDUCE_CWND_EXIT_FRXMT":  reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)),
  1191  		"TCP_NOREDUCE_CWND_IN_FRXMT":    reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)),
  1192  		"TCP_NOTENTER_SSTART":           reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)),
  1193  		"TCP_OPT":                       reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)),
  1194  		"TCP_RFC1323":                   reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1195  		"TCP_SETPRIV":                   reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)),
  1196  		"TCP_STDURG":                    reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1197  		"TCP_TIMESTAMP_OPTLEN":          reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
  1198  		"TCP_UNSETPRIV":                 reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)),
  1199  		"TCSAFLUSH":                     reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1200  		"TIOCCBRK":                      reflect.ValueOf(constant.MakeFromLiteral("536900730", token.INT, 0)),
  1201  		"TIOCCDTR":                      reflect.ValueOf(constant.MakeFromLiteral("536900728", token.INT, 0)),
  1202  		"TIOCCONS":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359906", token.INT, 0)),
  1203  		"TIOCEXCL":                      reflect.ValueOf(constant.MakeFromLiteral("536900621", token.INT, 0)),
  1204  		"TIOCFLUSH":                     reflect.ValueOf(constant.MakeFromLiteral("18446744071562359824", token.INT, 0)),
  1205  		"TIOCGETC":                      reflect.ValueOf(constant.MakeFromLiteral("1074164754", token.INT, 0)),
  1206  		"TIOCGETD":                      reflect.ValueOf(constant.MakeFromLiteral("1074033664", token.INT, 0)),
  1207  		"TIOCGETP":                      reflect.ValueOf(constant.MakeFromLiteral("1074164744", token.INT, 0)),
  1208  		"TIOCGLTC":                      reflect.ValueOf(constant.MakeFromLiteral("1074164852", token.INT, 0)),
  1209  		"TIOCGPGRP":                     reflect.ValueOf(constant.MakeFromLiteral("1074033783", token.INT, 0)),
  1210  		"TIOCGSID":                      reflect.ValueOf(constant.MakeFromLiteral("1074033736", token.INT, 0)),
  1211  		"TIOCGSIZE":                     reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)),
  1212  		"TIOCGWINSZ":                    reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)),
  1213  		"TIOCHPCL":                      reflect.ValueOf(constant.MakeFromLiteral("536900610", token.INT, 0)),
  1214  		"TIOCLBIC":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359934", token.INT, 0)),
  1215  		"TIOCLBIS":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359935", token.INT, 0)),
  1216  		"TIOCLGET":                      reflect.ValueOf(constant.MakeFromLiteral("1074033788", token.INT, 0)),
  1217  		"TIOCLSET":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359933", token.INT, 0)),
  1218  		"TIOCMBIC":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359915", token.INT, 0)),
  1219  		"TIOCMBIS":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359916", token.INT, 0)),
  1220  		"TIOCMGET":                      reflect.ValueOf(constant.MakeFromLiteral("1074033770", token.INT, 0)),
  1221  		"TIOCMIWAIT":                    reflect.ValueOf(constant.MakeFromLiteral("18446744071562359908", token.INT, 0)),
  1222  		"TIOCMODG":                      reflect.ValueOf(constant.MakeFromLiteral("1074033667", token.INT, 0)),
  1223  		"TIOCMODS":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359812", token.INT, 0)),
  1224  		"TIOCMSET":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359917", token.INT, 0)),
  1225  		"TIOCM_CAR":                     reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
  1226  		"TIOCM_CD":                      reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)),
  1227  		"TIOCM_CTS":                     reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
  1228  		"TIOCM_DSR":                     reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)),
  1229  		"TIOCM_DTR":                     reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1230  		"TIOCM_LE":                      reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1231  		"TIOCM_RI":                      reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
  1232  		"TIOCM_RNG":                     reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)),
  1233  		"TIOCM_RTS":                     reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1234  		"TIOCM_SR":                      reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1235  		"TIOCM_ST":                      reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1236  		"TIOCNOTTY":                     reflect.ValueOf(constant.MakeFromLiteral("536900721", token.INT, 0)),
  1237  		"TIOCNXCL":                      reflect.ValueOf(constant.MakeFromLiteral("536900622", token.INT, 0)),
  1238  		"TIOCOUTQ":                      reflect.ValueOf(constant.MakeFromLiteral("1074033779", token.INT, 0)),
  1239  		"TIOCPKT":                       reflect.ValueOf(constant.MakeFromLiteral("18446744071562359920", token.INT, 0)),
  1240  		"TIOCPKT_DATA":                  reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
  1241  		"TIOCPKT_DOSTOP":                reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)),
  1242  		"TIOCPKT_FLUSHREAD":             reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1243  		"TIOCPKT_FLUSHWRITE":            reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1244  		"TIOCPKT_NOSTOP":                reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
  1245  		"TIOCPKT_START":                 reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1246  		"TIOCPKT_STOP":                  reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1247  		"TIOCREMOTE":                    reflect.ValueOf(constant.MakeFromLiteral("18446744071562359913", token.INT, 0)),
  1248  		"TIOCSBRK":                      reflect.ValueOf(constant.MakeFromLiteral("536900731", token.INT, 0)),
  1249  		"TIOCSCTTY":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1250  		"TIOCSDTR":                      reflect.ValueOf(constant.MakeFromLiteral("536900729", token.INT, 0)),
  1251  		"TIOCSETC":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562490897", token.INT, 0)),
  1252  		"TIOCSETD":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562359809", token.INT, 0)),
  1253  		"TIOCSETN":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562490890", token.INT, 0)),
  1254  		"TIOCSETP":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562490889", token.INT, 0)),
  1255  		"TIOCSLTC":                      reflect.ValueOf(constant.MakeFromLiteral("18446744071562490997", token.INT, 0)),
  1256  		"TIOCSPGRP":                     reflect.ValueOf(constant.MakeFromLiteral("18446744071562359926", token.INT, 0)),
  1257  		"TIOCSSIZE":                     reflect.ValueOf(constant.MakeFromLiteral("18446744071562622055", token.INT, 0)),
  1258  		"TIOCSTART":                     reflect.ValueOf(constant.MakeFromLiteral("536900718", token.INT, 0)),
  1259  		"TIOCSTI":                       reflect.ValueOf(constant.MakeFromLiteral("18446744071562163314", token.INT, 0)),
  1260  		"TIOCSTOP":                      reflect.ValueOf(constant.MakeFromLiteral("536900719", token.INT, 0)),
  1261  		"TIOCSWINSZ":                    reflect.ValueOf(constant.MakeFromLiteral("18446744071562622055", token.INT, 0)),
  1262  		"TIOCUCNTL":                     reflect.ValueOf(constant.MakeFromLiteral("18446744071562359910", token.INT, 0)),
  1263  		"TOSTOP":                        reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)),
  1264  		"TimespecToNsec":                reflect.ValueOf(syscall.TimespecToNsec),
  1265  		"TimevalToNsec":                 reflect.ValueOf(syscall.TimevalToNsec),
  1266  		"Truncate":                      reflect.ValueOf(syscall.Truncate),
  1267  		"Umask":                         reflect.ValueOf(syscall.Umask),
  1268  		"Uname":                         reflect.ValueOf(syscall.Uname),
  1269  		"UnixRights":                    reflect.ValueOf(syscall.UnixRights),
  1270  		"Unlink":                        reflect.ValueOf(syscall.Unlink),
  1271  		"Unlinkat":                      reflect.ValueOf(syscall.Unlinkat),
  1272  		"Unsetenv":                      reflect.ValueOf(syscall.Unsetenv),
  1273  		"Utimes":                        reflect.ValueOf(syscall.Utimes),
  1274  		"UtimesNano":                    reflect.ValueOf(syscall.UtimesNano),
  1275  		"VDISCRD":                       reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)),
  1276  		"VDSUSP":                        reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)),
  1277  		"VEOF":                          reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1278  		"VEOL":                          reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
  1279  		"VEOL2":                         reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)),
  1280  		"VERASE":                        reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1281  		"VINTR":                         reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
  1282  		"VKILL":                         reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)),
  1283  		"VLNEXT":                        reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)),
  1284  		"VMIN":                          reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)),
  1285  		"VQUIT":                         reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1286  		"VREPRINT":                      reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)),
  1287  		"VSTART":                        reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
  1288  		"VSTOP":                         reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)),
  1289  		"VSTRT":                         reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)),
  1290  		"VSUSP":                         reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)),
  1291  		"VT0":                           reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)),
  1292  		"VT1":                           reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
  1293  		"VTDELAY":                       reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)),
  1294  		"VTDLY":                         reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)),
  1295  		"VTIME":                         reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)),
  1296  		"VWERSE":                        reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)),
  1297  		"WPARSTART":                     reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)),
  1298  		"WPARSTOP":                      reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)),
  1299  		"WPARTTYNAME":                   reflect.ValueOf(constant.MakeFromLiteral("\"Global\"", token.STRING, 0)),
  1300  		"Wait4":                         reflect.ValueOf(syscall.Wait4),
  1301  		"Write":                         reflect.ValueOf(syscall.Write),
  1302  
  1303  		// type definitions
  1304  		"Cmsghdr":              reflect.ValueOf((*syscall.Cmsghdr)(nil)),
  1305  		"Conn":                 reflect.ValueOf((*syscall.Conn)(nil)),
  1306  		"Credential":           reflect.ValueOf((*syscall.Credential)(nil)),
  1307  		"Dirent":               reflect.ValueOf((*syscall.Dirent)(nil)),
  1308  		"Errno":                reflect.ValueOf((*syscall.Errno)(nil)),
  1309  		"Flock_t":              reflect.ValueOf((*syscall.Flock_t)(nil)),
  1310  		"Fsid64_t":             reflect.ValueOf((*syscall.Fsid64_t)(nil)),
  1311  		"ICMPv6Filter":         reflect.ValueOf((*syscall.ICMPv6Filter)(nil)),
  1312  		"IPMreq":               reflect.ValueOf((*syscall.IPMreq)(nil)),
  1313  		"IPv6Mreq":             reflect.ValueOf((*syscall.IPv6Mreq)(nil)),
  1314  		"IfMsgHdr":             reflect.ValueOf((*syscall.IfMsgHdr)(nil)),
  1315  		"Iovec":                reflect.ValueOf((*syscall.Iovec)(nil)),
  1316  		"Linger":               reflect.ValueOf((*syscall.Linger)(nil)),
  1317  		"Msghdr":               reflect.ValueOf((*syscall.Msghdr)(nil)),
  1318  		"ProcAttr":             reflect.ValueOf((*syscall.ProcAttr)(nil)),
  1319  		"RawConn":              reflect.ValueOf((*syscall.RawConn)(nil)),
  1320  		"RawSockaddr":          reflect.ValueOf((*syscall.RawSockaddr)(nil)),
  1321  		"RawSockaddrAny":       reflect.ValueOf((*syscall.RawSockaddrAny)(nil)),
  1322  		"RawSockaddrDatalink":  reflect.ValueOf((*syscall.RawSockaddrDatalink)(nil)),
  1323  		"RawSockaddrInet4":     reflect.ValueOf((*syscall.RawSockaddrInet4)(nil)),
  1324  		"RawSockaddrInet6":     reflect.ValueOf((*syscall.RawSockaddrInet6)(nil)),
  1325  		"RawSockaddrUnix":      reflect.ValueOf((*syscall.RawSockaddrUnix)(nil)),
  1326  		"Rlimit":               reflect.ValueOf((*syscall.Rlimit)(nil)),
  1327  		"Rusage":               reflect.ValueOf((*syscall.Rusage)(nil)),
  1328  		"Signal":               reflect.ValueOf((*syscall.Signal)(nil)),
  1329  		"Sockaddr":             reflect.ValueOf((*syscall.Sockaddr)(nil)),
  1330  		"SockaddrDatalink":     reflect.ValueOf((*syscall.SockaddrDatalink)(nil)),
  1331  		"SockaddrInet4":        reflect.ValueOf((*syscall.SockaddrInet4)(nil)),
  1332  		"SockaddrInet6":        reflect.ValueOf((*syscall.SockaddrInet6)(nil)),
  1333  		"SockaddrUnix":         reflect.ValueOf((*syscall.SockaddrUnix)(nil)),
  1334  		"SocketControlMessage": reflect.ValueOf((*syscall.SocketControlMessage)(nil)),
  1335  		"StTimespec_t":         reflect.ValueOf((*syscall.StTimespec_t)(nil)),
  1336  		"Stat_t":               reflect.ValueOf((*syscall.Stat_t)(nil)),
  1337  		"Statfs_t":             reflect.ValueOf((*syscall.Statfs_t)(nil)),
  1338  		"SysProcAttr":          reflect.ValueOf((*syscall.SysProcAttr)(nil)),
  1339  		"Termios":              reflect.ValueOf((*syscall.Termios)(nil)),
  1340  		"Timespec":             reflect.ValueOf((*syscall.Timespec)(nil)),
  1341  		"Timeval":              reflect.ValueOf((*syscall.Timeval)(nil)),
  1342  		"Timeval32":            reflect.ValueOf((*syscall.Timeval32)(nil)),
  1343  		"Timezone":             reflect.ValueOf((*syscall.Timezone)(nil)),
  1344  		"Utsname":              reflect.ValueOf((*syscall.Utsname)(nil)),
  1345  		"WaitStatus":           reflect.ValueOf((*syscall.WaitStatus)(nil)),
  1346  
  1347  		// interface wrapper definitions
  1348  		"_Conn":     reflect.ValueOf((*_syscall_Conn)(nil)),
  1349  		"_RawConn":  reflect.ValueOf((*_syscall_RawConn)(nil)),
  1350  		"_Sockaddr": reflect.ValueOf((*_syscall_Sockaddr)(nil)),
  1351  	}
  1352  }
  1353  
  1354  // _syscall_Conn is an interface wrapper for Conn type
  1355  type _syscall_Conn struct {
  1356  	IValue       interface{}
  1357  	WSyscallConn func() (syscall.RawConn, error)
  1358  }
  1359  
  1360  func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) {
  1361  	return W.WSyscallConn()
  1362  }
  1363  
  1364  // _syscall_RawConn is an interface wrapper for RawConn type
  1365  type _syscall_RawConn struct {
  1366  	IValue   interface{}
  1367  	WControl func(f func(fd uintptr)) error
  1368  	WRead    func(f func(fd uintptr) (done bool)) error
  1369  	WWrite   func(f func(fd uintptr) (done bool)) error
  1370  }
  1371  
  1372  func (W _syscall_RawConn) Control(f func(fd uintptr)) error {
  1373  	return W.WControl(f)
  1374  }
  1375  func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error {
  1376  	return W.WRead(f)
  1377  }
  1378  func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error {
  1379  	return W.WWrite(f)
  1380  }
  1381  
  1382  // _syscall_Sockaddr is an interface wrapper for Sockaddr type
  1383  type _syscall_Sockaddr struct {
  1384  	IValue interface{}
  1385  }