github.com/goplus/igop@v0.25.0/pkg/syscall/go116_export_linux_ppc64le.go (about)

     1  // export by github.com/goplus/igop/cmd/qexp
     2  
     3  //go:build go1.16 && !go1.17
     4  // +build go1.16,!go1.17
     5  
     6  package syscall
     7  
     8  import (
     9  	q "syscall"
    10  
    11  	"go/constant"
    12  	"reflect"
    13  
    14  	"github.com/goplus/igop"
    15  )
    16  
    17  func init() {
    18  	igop.RegisterPackage(&igop.Package{
    19  		Name: "syscall",
    20  		Path: "syscall",
    21  		Deps: map[string]string{
    22  			"errors":                "errors",
    23  			"internal/bytealg":      "bytealg",
    24  			"internal/oserror":      "oserror",
    25  			"internal/race":         "race",
    26  			"internal/unsafeheader": "unsafeheader",
    27  			"runtime":               "runtime",
    28  			"sync":                  "sync",
    29  			"unsafe":                "unsafe",
    30  		},
    31  		Interfaces: map[string]reflect.Type{
    32  			"Conn":     reflect.TypeOf((*q.Conn)(nil)).Elem(),
    33  			"RawConn":  reflect.TypeOf((*q.RawConn)(nil)).Elem(),
    34  			"Sockaddr": reflect.TypeOf((*q.Sockaddr)(nil)).Elem(),
    35  		},
    36  		NamedTypes: map[string]reflect.Type{
    37  			"Cmsghdr":              reflect.TypeOf((*q.Cmsghdr)(nil)).Elem(),
    38  			"Credential":           reflect.TypeOf((*q.Credential)(nil)).Elem(),
    39  			"Dirent":               reflect.TypeOf((*q.Dirent)(nil)).Elem(),
    40  			"EpollEvent":           reflect.TypeOf((*q.EpollEvent)(nil)).Elem(),
    41  			"Errno":                reflect.TypeOf((*q.Errno)(nil)).Elem(),
    42  			"FdSet":                reflect.TypeOf((*q.FdSet)(nil)).Elem(),
    43  			"Flock_t":              reflect.TypeOf((*q.Flock_t)(nil)).Elem(),
    44  			"Fsid":                 reflect.TypeOf((*q.Fsid)(nil)).Elem(),
    45  			"ICMPv6Filter":         reflect.TypeOf((*q.ICMPv6Filter)(nil)).Elem(),
    46  			"IPMreq":               reflect.TypeOf((*q.IPMreq)(nil)).Elem(),
    47  			"IPMreqn":              reflect.TypeOf((*q.IPMreqn)(nil)).Elem(),
    48  			"IPv6MTUInfo":          reflect.TypeOf((*q.IPv6MTUInfo)(nil)).Elem(),
    49  			"IPv6Mreq":             reflect.TypeOf((*q.IPv6Mreq)(nil)).Elem(),
    50  			"IfAddrmsg":            reflect.TypeOf((*q.IfAddrmsg)(nil)).Elem(),
    51  			"IfInfomsg":            reflect.TypeOf((*q.IfInfomsg)(nil)).Elem(),
    52  			"Inet4Pktinfo":         reflect.TypeOf((*q.Inet4Pktinfo)(nil)).Elem(),
    53  			"Inet6Pktinfo":         reflect.TypeOf((*q.Inet6Pktinfo)(nil)).Elem(),
    54  			"InotifyEvent":         reflect.TypeOf((*q.InotifyEvent)(nil)).Elem(),
    55  			"Iovec":                reflect.TypeOf((*q.Iovec)(nil)).Elem(),
    56  			"Linger":               reflect.TypeOf((*q.Linger)(nil)).Elem(),
    57  			"Msghdr":               reflect.TypeOf((*q.Msghdr)(nil)).Elem(),
    58  			"NetlinkMessage":       reflect.TypeOf((*q.NetlinkMessage)(nil)).Elem(),
    59  			"NetlinkRouteAttr":     reflect.TypeOf((*q.NetlinkRouteAttr)(nil)).Elem(),
    60  			"NetlinkRouteRequest":  reflect.TypeOf((*q.NetlinkRouteRequest)(nil)).Elem(),
    61  			"NlAttr":               reflect.TypeOf((*q.NlAttr)(nil)).Elem(),
    62  			"NlMsgerr":             reflect.TypeOf((*q.NlMsgerr)(nil)).Elem(),
    63  			"NlMsghdr":             reflect.TypeOf((*q.NlMsghdr)(nil)).Elem(),
    64  			"ProcAttr":             reflect.TypeOf((*q.ProcAttr)(nil)).Elem(),
    65  			"PtraceRegs":           reflect.TypeOf((*q.PtraceRegs)(nil)).Elem(),
    66  			"RawSockaddr":          reflect.TypeOf((*q.RawSockaddr)(nil)).Elem(),
    67  			"RawSockaddrAny":       reflect.TypeOf((*q.RawSockaddrAny)(nil)).Elem(),
    68  			"RawSockaddrInet4":     reflect.TypeOf((*q.RawSockaddrInet4)(nil)).Elem(),
    69  			"RawSockaddrInet6":     reflect.TypeOf((*q.RawSockaddrInet6)(nil)).Elem(),
    70  			"RawSockaddrLinklayer": reflect.TypeOf((*q.RawSockaddrLinklayer)(nil)).Elem(),
    71  			"RawSockaddrNetlink":   reflect.TypeOf((*q.RawSockaddrNetlink)(nil)).Elem(),
    72  			"RawSockaddrUnix":      reflect.TypeOf((*q.RawSockaddrUnix)(nil)).Elem(),
    73  			"Rlimit":               reflect.TypeOf((*q.Rlimit)(nil)).Elem(),
    74  			"RtAttr":               reflect.TypeOf((*q.RtAttr)(nil)).Elem(),
    75  			"RtGenmsg":             reflect.TypeOf((*q.RtGenmsg)(nil)).Elem(),
    76  			"RtMsg":                reflect.TypeOf((*q.RtMsg)(nil)).Elem(),
    77  			"RtNexthop":            reflect.TypeOf((*q.RtNexthop)(nil)).Elem(),
    78  			"Rusage":               reflect.TypeOf((*q.Rusage)(nil)).Elem(),
    79  			"Signal":               reflect.TypeOf((*q.Signal)(nil)).Elem(),
    80  			"SockFilter":           reflect.TypeOf((*q.SockFilter)(nil)).Elem(),
    81  			"SockFprog":            reflect.TypeOf((*q.SockFprog)(nil)).Elem(),
    82  			"SockaddrInet4":        reflect.TypeOf((*q.SockaddrInet4)(nil)).Elem(),
    83  			"SockaddrInet6":        reflect.TypeOf((*q.SockaddrInet6)(nil)).Elem(),
    84  			"SockaddrLinklayer":    reflect.TypeOf((*q.SockaddrLinklayer)(nil)).Elem(),
    85  			"SockaddrNetlink":      reflect.TypeOf((*q.SockaddrNetlink)(nil)).Elem(),
    86  			"SockaddrUnix":         reflect.TypeOf((*q.SockaddrUnix)(nil)).Elem(),
    87  			"SocketControlMessage": reflect.TypeOf((*q.SocketControlMessage)(nil)).Elem(),
    88  			"Stat_t":               reflect.TypeOf((*q.Stat_t)(nil)).Elem(),
    89  			"Statfs_t":             reflect.TypeOf((*q.Statfs_t)(nil)).Elem(),
    90  			"SysProcAttr":          reflect.TypeOf((*q.SysProcAttr)(nil)).Elem(),
    91  			"SysProcIDMap":         reflect.TypeOf((*q.SysProcIDMap)(nil)).Elem(),
    92  			"Sysinfo_t":            reflect.TypeOf((*q.Sysinfo_t)(nil)).Elem(),
    93  			"TCPInfo":              reflect.TypeOf((*q.TCPInfo)(nil)).Elem(),
    94  			"Termios":              reflect.TypeOf((*q.Termios)(nil)).Elem(),
    95  			"Time_t":               reflect.TypeOf((*q.Time_t)(nil)).Elem(),
    96  			"Timespec":             reflect.TypeOf((*q.Timespec)(nil)).Elem(),
    97  			"Timeval":              reflect.TypeOf((*q.Timeval)(nil)).Elem(),
    98  			"Timex":                reflect.TypeOf((*q.Timex)(nil)).Elem(),
    99  			"Tms":                  reflect.TypeOf((*q.Tms)(nil)).Elem(),
   100  			"Ucred":                reflect.TypeOf((*q.Ucred)(nil)).Elem(),
   101  			"Ustat_t":              reflect.TypeOf((*q.Ustat_t)(nil)).Elem(),
   102  			"Utimbuf":              reflect.TypeOf((*q.Utimbuf)(nil)).Elem(),
   103  			"Utsname":              reflect.TypeOf((*q.Utsname)(nil)).Elem(),
   104  			"WaitStatus":           reflect.TypeOf((*q.WaitStatus)(nil)).Elem(),
   105  		},
   106  		AliasTypes: map[string]reflect.Type{},
   107  		Vars: map[string]reflect.Value{
   108  			"ForkLock":          reflect.ValueOf(&q.ForkLock),
   109  			"SocketDisableIPv6": reflect.ValueOf(&q.SocketDisableIPv6),
   110  			"Stderr":            reflect.ValueOf(&q.Stderr),
   111  			"Stdin":             reflect.ValueOf(&q.Stdin),
   112  			"Stdout":            reflect.ValueOf(&q.Stdout),
   113  		},
   114  		Funcs: map[string]reflect.Value{
   115  			"Accept":                    reflect.ValueOf(q.Accept),
   116  			"Accept4":                   reflect.ValueOf(q.Accept4),
   117  			"Access":                    reflect.ValueOf(q.Access),
   118  			"Acct":                      reflect.ValueOf(q.Acct),
   119  			"Adjtimex":                  reflect.ValueOf(q.Adjtimex),
   120  			"AllThreadsSyscall":         reflect.ValueOf(q.AllThreadsSyscall),
   121  			"AllThreadsSyscall6":        reflect.ValueOf(q.AllThreadsSyscall6),
   122  			"AttachLsf":                 reflect.ValueOf(q.AttachLsf),
   123  			"Bind":                      reflect.ValueOf(q.Bind),
   124  			"BindToDevice":              reflect.ValueOf(q.BindToDevice),
   125  			"BytePtrFromString":         reflect.ValueOf(q.BytePtrFromString),
   126  			"ByteSliceFromString":       reflect.ValueOf(q.ByteSliceFromString),
   127  			"Chdir":                     reflect.ValueOf(q.Chdir),
   128  			"Chmod":                     reflect.ValueOf(q.Chmod),
   129  			"Chown":                     reflect.ValueOf(q.Chown),
   130  			"Chroot":                    reflect.ValueOf(q.Chroot),
   131  			"Clearenv":                  reflect.ValueOf(q.Clearenv),
   132  			"Close":                     reflect.ValueOf(q.Close),
   133  			"CloseOnExec":               reflect.ValueOf(q.CloseOnExec),
   134  			"CmsgLen":                   reflect.ValueOf(q.CmsgLen),
   135  			"CmsgSpace":                 reflect.ValueOf(q.CmsgSpace),
   136  			"Connect":                   reflect.ValueOf(q.Connect),
   137  			"Creat":                     reflect.ValueOf(q.Creat),
   138  			"DetachLsf":                 reflect.ValueOf(q.DetachLsf),
   139  			"Dup":                       reflect.ValueOf(q.Dup),
   140  			"Dup2":                      reflect.ValueOf(q.Dup2),
   141  			"Dup3":                      reflect.ValueOf(q.Dup3),
   142  			"Environ":                   reflect.ValueOf(q.Environ),
   143  			"EpollCreate":               reflect.ValueOf(q.EpollCreate),
   144  			"EpollCreate1":              reflect.ValueOf(q.EpollCreate1),
   145  			"EpollCtl":                  reflect.ValueOf(q.EpollCtl),
   146  			"EpollWait":                 reflect.ValueOf(q.EpollWait),
   147  			"Exec":                      reflect.ValueOf(q.Exec),
   148  			"Exit":                      reflect.ValueOf(q.Exit),
   149  			"Faccessat":                 reflect.ValueOf(q.Faccessat),
   150  			"Fallocate":                 reflect.ValueOf(q.Fallocate),
   151  			"Fchdir":                    reflect.ValueOf(q.Fchdir),
   152  			"Fchmod":                    reflect.ValueOf(q.Fchmod),
   153  			"Fchmodat":                  reflect.ValueOf(q.Fchmodat),
   154  			"Fchown":                    reflect.ValueOf(q.Fchown),
   155  			"Fchownat":                  reflect.ValueOf(q.Fchownat),
   156  			"FcntlFlock":                reflect.ValueOf(q.FcntlFlock),
   157  			"Fdatasync":                 reflect.ValueOf(q.Fdatasync),
   158  			"Flock":                     reflect.ValueOf(q.Flock),
   159  			"ForkExec":                  reflect.ValueOf(q.ForkExec),
   160  			"Fstat":                     reflect.ValueOf(q.Fstat),
   161  			"Fstatfs":                   reflect.ValueOf(q.Fstatfs),
   162  			"Fsync":                     reflect.ValueOf(q.Fsync),
   163  			"Ftruncate":                 reflect.ValueOf(q.Ftruncate),
   164  			"Futimes":                   reflect.ValueOf(q.Futimes),
   165  			"Futimesat":                 reflect.ValueOf(q.Futimesat),
   166  			"Getcwd":                    reflect.ValueOf(q.Getcwd),
   167  			"Getdents":                  reflect.ValueOf(q.Getdents),
   168  			"Getegid":                   reflect.ValueOf(q.Getegid),
   169  			"Getenv":                    reflect.ValueOf(q.Getenv),
   170  			"Geteuid":                   reflect.ValueOf(q.Geteuid),
   171  			"Getgid":                    reflect.ValueOf(q.Getgid),
   172  			"Getgroups":                 reflect.ValueOf(q.Getgroups),
   173  			"Getpagesize":               reflect.ValueOf(q.Getpagesize),
   174  			"Getpeername":               reflect.ValueOf(q.Getpeername),
   175  			"Getpgid":                   reflect.ValueOf(q.Getpgid),
   176  			"Getpgrp":                   reflect.ValueOf(q.Getpgrp),
   177  			"Getpid":                    reflect.ValueOf(q.Getpid),
   178  			"Getppid":                   reflect.ValueOf(q.Getppid),
   179  			"Getpriority":               reflect.ValueOf(q.Getpriority),
   180  			"Getrlimit":                 reflect.ValueOf(q.Getrlimit),
   181  			"Getrusage":                 reflect.ValueOf(q.Getrusage),
   182  			"Getsockname":               reflect.ValueOf(q.Getsockname),
   183  			"GetsockoptICMPv6Filter":    reflect.ValueOf(q.GetsockoptICMPv6Filter),
   184  			"GetsockoptIPMreq":          reflect.ValueOf(q.GetsockoptIPMreq),
   185  			"GetsockoptIPMreqn":         reflect.ValueOf(q.GetsockoptIPMreqn),
   186  			"GetsockoptIPv6MTUInfo":     reflect.ValueOf(q.GetsockoptIPv6MTUInfo),
   187  			"GetsockoptIPv6Mreq":        reflect.ValueOf(q.GetsockoptIPv6Mreq),
   188  			"GetsockoptInet4Addr":       reflect.ValueOf(q.GetsockoptInet4Addr),
   189  			"GetsockoptInt":             reflect.ValueOf(q.GetsockoptInt),
   190  			"GetsockoptUcred":           reflect.ValueOf(q.GetsockoptUcred),
   191  			"Gettid":                    reflect.ValueOf(q.Gettid),
   192  			"Gettimeofday":              reflect.ValueOf(q.Gettimeofday),
   193  			"Getuid":                    reflect.ValueOf(q.Getuid),
   194  			"Getwd":                     reflect.ValueOf(q.Getwd),
   195  			"Getxattr":                  reflect.ValueOf(q.Getxattr),
   196  			"InotifyAddWatch":           reflect.ValueOf(q.InotifyAddWatch),
   197  			"InotifyInit":               reflect.ValueOf(q.InotifyInit),
   198  			"InotifyInit1":              reflect.ValueOf(q.InotifyInit1),
   199  			"InotifyRmWatch":            reflect.ValueOf(q.InotifyRmWatch),
   200  			"Ioperm":                    reflect.ValueOf(q.Ioperm),
   201  			"Iopl":                      reflect.ValueOf(q.Iopl),
   202  			"Kill":                      reflect.ValueOf(q.Kill),
   203  			"Klogctl":                   reflect.ValueOf(q.Klogctl),
   204  			"Lchown":                    reflect.ValueOf(q.Lchown),
   205  			"Link":                      reflect.ValueOf(q.Link),
   206  			"Listen":                    reflect.ValueOf(q.Listen),
   207  			"Listxattr":                 reflect.ValueOf(q.Listxattr),
   208  			"LsfJump":                   reflect.ValueOf(q.LsfJump),
   209  			"LsfSocket":                 reflect.ValueOf(q.LsfSocket),
   210  			"LsfStmt":                   reflect.ValueOf(q.LsfStmt),
   211  			"Lstat":                     reflect.ValueOf(q.Lstat),
   212  			"Madvise":                   reflect.ValueOf(q.Madvise),
   213  			"Mkdir":                     reflect.ValueOf(q.Mkdir),
   214  			"Mkdirat":                   reflect.ValueOf(q.Mkdirat),
   215  			"Mkfifo":                    reflect.ValueOf(q.Mkfifo),
   216  			"Mknod":                     reflect.ValueOf(q.Mknod),
   217  			"Mknodat":                   reflect.ValueOf(q.Mknodat),
   218  			"Mlock":                     reflect.ValueOf(q.Mlock),
   219  			"Mlockall":                  reflect.ValueOf(q.Mlockall),
   220  			"Mmap":                      reflect.ValueOf(q.Mmap),
   221  			"Mount":                     reflect.ValueOf(q.Mount),
   222  			"Mprotect":                  reflect.ValueOf(q.Mprotect),
   223  			"Munlock":                   reflect.ValueOf(q.Munlock),
   224  			"Munlockall":                reflect.ValueOf(q.Munlockall),
   225  			"Munmap":                    reflect.ValueOf(q.Munmap),
   226  			"Nanosleep":                 reflect.ValueOf(q.Nanosleep),
   227  			"NetlinkRIB":                reflect.ValueOf(q.NetlinkRIB),
   228  			"NsecToTimespec":            reflect.ValueOf(q.NsecToTimespec),
   229  			"NsecToTimeval":             reflect.ValueOf(q.NsecToTimeval),
   230  			"Open":                      reflect.ValueOf(q.Open),
   231  			"Openat":                    reflect.ValueOf(q.Openat),
   232  			"ParseDirent":               reflect.ValueOf(q.ParseDirent),
   233  			"ParseNetlinkMessage":       reflect.ValueOf(q.ParseNetlinkMessage),
   234  			"ParseNetlinkRouteAttr":     reflect.ValueOf(q.ParseNetlinkRouteAttr),
   235  			"ParseSocketControlMessage": reflect.ValueOf(q.ParseSocketControlMessage),
   236  			"ParseUnixCredentials":      reflect.ValueOf(q.ParseUnixCredentials),
   237  			"ParseUnixRights":           reflect.ValueOf(q.ParseUnixRights),
   238  			"Pause":                     reflect.ValueOf(q.Pause),
   239  			"Pipe":                      reflect.ValueOf(q.Pipe),
   240  			"Pipe2":                     reflect.ValueOf(q.Pipe2),
   241  			"PivotRoot":                 reflect.ValueOf(q.PivotRoot),
   242  			"Pread":                     reflect.ValueOf(q.Pread),
   243  			"PtraceAttach":              reflect.ValueOf(q.PtraceAttach),
   244  			"PtraceCont":                reflect.ValueOf(q.PtraceCont),
   245  			"PtraceDetach":              reflect.ValueOf(q.PtraceDetach),
   246  			"PtraceGetEventMsg":         reflect.ValueOf(q.PtraceGetEventMsg),
   247  			"PtraceGetRegs":             reflect.ValueOf(q.PtraceGetRegs),
   248  			"PtracePeekData":            reflect.ValueOf(q.PtracePeekData),
   249  			"PtracePeekText":            reflect.ValueOf(q.PtracePeekText),
   250  			"PtracePokeData":            reflect.ValueOf(q.PtracePokeData),
   251  			"PtracePokeText":            reflect.ValueOf(q.PtracePokeText),
   252  			"PtraceSetOptions":          reflect.ValueOf(q.PtraceSetOptions),
   253  			"PtraceSetRegs":             reflect.ValueOf(q.PtraceSetRegs),
   254  			"PtraceSingleStep":          reflect.ValueOf(q.PtraceSingleStep),
   255  			"PtraceSyscall":             reflect.ValueOf(q.PtraceSyscall),
   256  			"Pwrite":                    reflect.ValueOf(q.Pwrite),
   257  			"RawSyscall":                reflect.ValueOf(q.RawSyscall),
   258  			"RawSyscall6":               reflect.ValueOf(q.RawSyscall6),
   259  			"Read":                      reflect.ValueOf(q.Read),
   260  			"ReadDirent":                reflect.ValueOf(q.ReadDirent),
   261  			"Readlink":                  reflect.ValueOf(q.Readlink),
   262  			"Reboot":                    reflect.ValueOf(q.Reboot),
   263  			"Recvfrom":                  reflect.ValueOf(q.Recvfrom),
   264  			"Recvmsg":                   reflect.ValueOf(q.Recvmsg),
   265  			"Removexattr":               reflect.ValueOf(q.Removexattr),
   266  			"Rename":                    reflect.ValueOf(q.Rename),
   267  			"Renameat":                  reflect.ValueOf(q.Renameat),
   268  			"Rmdir":                     reflect.ValueOf(q.Rmdir),
   269  			"Seek":                      reflect.ValueOf(q.Seek),
   270  			"Select":                    reflect.ValueOf(q.Select),
   271  			"Sendfile":                  reflect.ValueOf(q.Sendfile),
   272  			"Sendmsg":                   reflect.ValueOf(q.Sendmsg),
   273  			"SendmsgN":                  reflect.ValueOf(q.SendmsgN),
   274  			"Sendto":                    reflect.ValueOf(q.Sendto),
   275  			"SetLsfPromisc":             reflect.ValueOf(q.SetLsfPromisc),
   276  			"SetNonblock":               reflect.ValueOf(q.SetNonblock),
   277  			"Setdomainname":             reflect.ValueOf(q.Setdomainname),
   278  			"Setegid":                   reflect.ValueOf(q.Setegid),
   279  			"Setenv":                    reflect.ValueOf(q.Setenv),
   280  			"Seteuid":                   reflect.ValueOf(q.Seteuid),
   281  			"Setfsgid":                  reflect.ValueOf(q.Setfsgid),
   282  			"Setfsuid":                  reflect.ValueOf(q.Setfsuid),
   283  			"Setgid":                    reflect.ValueOf(q.Setgid),
   284  			"Setgroups":                 reflect.ValueOf(q.Setgroups),
   285  			"Sethostname":               reflect.ValueOf(q.Sethostname),
   286  			"Setpgid":                   reflect.ValueOf(q.Setpgid),
   287  			"Setpriority":               reflect.ValueOf(q.Setpriority),
   288  			"Setregid":                  reflect.ValueOf(q.Setregid),
   289  			"Setresgid":                 reflect.ValueOf(q.Setresgid),
   290  			"Setresuid":                 reflect.ValueOf(q.Setresuid),
   291  			"Setreuid":                  reflect.ValueOf(q.Setreuid),
   292  			"Setrlimit":                 reflect.ValueOf(q.Setrlimit),
   293  			"Setsid":                    reflect.ValueOf(q.Setsid),
   294  			"SetsockoptByte":            reflect.ValueOf(q.SetsockoptByte),
   295  			"SetsockoptICMPv6Filter":    reflect.ValueOf(q.SetsockoptICMPv6Filter),
   296  			"SetsockoptIPMreq":          reflect.ValueOf(q.SetsockoptIPMreq),
   297  			"SetsockoptIPMreqn":         reflect.ValueOf(q.SetsockoptIPMreqn),
   298  			"SetsockoptIPv6Mreq":        reflect.ValueOf(q.SetsockoptIPv6Mreq),
   299  			"SetsockoptInet4Addr":       reflect.ValueOf(q.SetsockoptInet4Addr),
   300  			"SetsockoptInt":             reflect.ValueOf(q.SetsockoptInt),
   301  			"SetsockoptLinger":          reflect.ValueOf(q.SetsockoptLinger),
   302  			"SetsockoptString":          reflect.ValueOf(q.SetsockoptString),
   303  			"SetsockoptTimeval":         reflect.ValueOf(q.SetsockoptTimeval),
   304  			"Settimeofday":              reflect.ValueOf(q.Settimeofday),
   305  			"Setuid":                    reflect.ValueOf(q.Setuid),
   306  			"Setxattr":                  reflect.ValueOf(q.Setxattr),
   307  			"Shutdown":                  reflect.ValueOf(q.Shutdown),
   308  			"SlicePtrFromStrings":       reflect.ValueOf(q.SlicePtrFromStrings),
   309  			"Socket":                    reflect.ValueOf(q.Socket),
   310  			"Socketpair":                reflect.ValueOf(q.Socketpair),
   311  			"Splice":                    reflect.ValueOf(q.Splice),
   312  			"StartProcess":              reflect.ValueOf(q.StartProcess),
   313  			"Stat":                      reflect.ValueOf(q.Stat),
   314  			"Statfs":                    reflect.ValueOf(q.Statfs),
   315  			"StringBytePtr":             reflect.ValueOf(q.StringBytePtr),
   316  			"StringByteSlice":           reflect.ValueOf(q.StringByteSlice),
   317  			"StringSlicePtr":            reflect.ValueOf(q.StringSlicePtr),
   318  			"Symlink":                   reflect.ValueOf(q.Symlink),
   319  			"Sync":                      reflect.ValueOf(q.Sync),
   320  			"SyncFileRange":             reflect.ValueOf(q.SyncFileRange),
   321  			"Syscall":                   reflect.ValueOf(q.Syscall),
   322  			"Syscall6":                  reflect.ValueOf(q.Syscall6),
   323  			"Sysinfo":                   reflect.ValueOf(q.Sysinfo),
   324  			"Tee":                       reflect.ValueOf(q.Tee),
   325  			"Tgkill":                    reflect.ValueOf(q.Tgkill),
   326  			"Time":                      reflect.ValueOf(q.Time),
   327  			"Times":                     reflect.ValueOf(q.Times),
   328  			"TimespecToNsec":            reflect.ValueOf(q.TimespecToNsec),
   329  			"TimevalToNsec":             reflect.ValueOf(q.TimevalToNsec),
   330  			"Truncate":                  reflect.ValueOf(q.Truncate),
   331  			"Umask":                     reflect.ValueOf(q.Umask),
   332  			"Uname":                     reflect.ValueOf(q.Uname),
   333  			"UnixCredentials":           reflect.ValueOf(q.UnixCredentials),
   334  			"UnixRights":                reflect.ValueOf(q.UnixRights),
   335  			"Unlink":                    reflect.ValueOf(q.Unlink),
   336  			"Unlinkat":                  reflect.ValueOf(q.Unlinkat),
   337  			"Unmount":                   reflect.ValueOf(q.Unmount),
   338  			"Unsetenv":                  reflect.ValueOf(q.Unsetenv),
   339  			"Unshare":                   reflect.ValueOf(q.Unshare),
   340  			"Ustat":                     reflect.ValueOf(q.Ustat),
   341  			"Utime":                     reflect.ValueOf(q.Utime),
   342  			"Utimes":                    reflect.ValueOf(q.Utimes),
   343  			"UtimesNano":                reflect.ValueOf(q.UtimesNano),
   344  			"Wait4":                     reflect.ValueOf(q.Wait4),
   345  			"Write":                     reflect.ValueOf(q.Write),
   346  		},
   347  		TypedConsts: map[string]igop.TypedConst{
   348  			"E2BIG":           {reflect.TypeOf(q.E2BIG), constant.MakeInt64(int64(q.E2BIG))},
   349  			"EACCES":          {reflect.TypeOf(q.EACCES), constant.MakeInt64(int64(q.EACCES))},
   350  			"EADDRINUSE":      {reflect.TypeOf(q.EADDRINUSE), constant.MakeInt64(int64(q.EADDRINUSE))},
   351  			"EADDRNOTAVAIL":   {reflect.TypeOf(q.EADDRNOTAVAIL), constant.MakeInt64(int64(q.EADDRNOTAVAIL))},
   352  			"EADV":            {reflect.TypeOf(q.EADV), constant.MakeInt64(int64(q.EADV))},
   353  			"EAFNOSUPPORT":    {reflect.TypeOf(q.EAFNOSUPPORT), constant.MakeInt64(int64(q.EAFNOSUPPORT))},
   354  			"EAGAIN":          {reflect.TypeOf(q.EAGAIN), constant.MakeInt64(int64(q.EAGAIN))},
   355  			"EALREADY":        {reflect.TypeOf(q.EALREADY), constant.MakeInt64(int64(q.EALREADY))},
   356  			"EBADE":           {reflect.TypeOf(q.EBADE), constant.MakeInt64(int64(q.EBADE))},
   357  			"EBADF":           {reflect.TypeOf(q.EBADF), constant.MakeInt64(int64(q.EBADF))},
   358  			"EBADFD":          {reflect.TypeOf(q.EBADFD), constant.MakeInt64(int64(q.EBADFD))},
   359  			"EBADMSG":         {reflect.TypeOf(q.EBADMSG), constant.MakeInt64(int64(q.EBADMSG))},
   360  			"EBADR":           {reflect.TypeOf(q.EBADR), constant.MakeInt64(int64(q.EBADR))},
   361  			"EBADRQC":         {reflect.TypeOf(q.EBADRQC), constant.MakeInt64(int64(q.EBADRQC))},
   362  			"EBADSLT":         {reflect.TypeOf(q.EBADSLT), constant.MakeInt64(int64(q.EBADSLT))},
   363  			"EBFONT":          {reflect.TypeOf(q.EBFONT), constant.MakeInt64(int64(q.EBFONT))},
   364  			"EBUSY":           {reflect.TypeOf(q.EBUSY), constant.MakeInt64(int64(q.EBUSY))},
   365  			"ECANCELED":       {reflect.TypeOf(q.ECANCELED), constant.MakeInt64(int64(q.ECANCELED))},
   366  			"ECHILD":          {reflect.TypeOf(q.ECHILD), constant.MakeInt64(int64(q.ECHILD))},
   367  			"ECHRNG":          {reflect.TypeOf(q.ECHRNG), constant.MakeInt64(int64(q.ECHRNG))},
   368  			"ECOMM":           {reflect.TypeOf(q.ECOMM), constant.MakeInt64(int64(q.ECOMM))},
   369  			"ECONNABORTED":    {reflect.TypeOf(q.ECONNABORTED), constant.MakeInt64(int64(q.ECONNABORTED))},
   370  			"ECONNREFUSED":    {reflect.TypeOf(q.ECONNREFUSED), constant.MakeInt64(int64(q.ECONNREFUSED))},
   371  			"ECONNRESET":      {reflect.TypeOf(q.ECONNRESET), constant.MakeInt64(int64(q.ECONNRESET))},
   372  			"EDEADLK":         {reflect.TypeOf(q.EDEADLK), constant.MakeInt64(int64(q.EDEADLK))},
   373  			"EDEADLOCK":       {reflect.TypeOf(q.EDEADLOCK), constant.MakeInt64(int64(q.EDEADLOCK))},
   374  			"EDESTADDRREQ":    {reflect.TypeOf(q.EDESTADDRREQ), constant.MakeInt64(int64(q.EDESTADDRREQ))},
   375  			"EDOM":            {reflect.TypeOf(q.EDOM), constant.MakeInt64(int64(q.EDOM))},
   376  			"EDOTDOT":         {reflect.TypeOf(q.EDOTDOT), constant.MakeInt64(int64(q.EDOTDOT))},
   377  			"EDQUOT":          {reflect.TypeOf(q.EDQUOT), constant.MakeInt64(int64(q.EDQUOT))},
   378  			"EEXIST":          {reflect.TypeOf(q.EEXIST), constant.MakeInt64(int64(q.EEXIST))},
   379  			"EFAULT":          {reflect.TypeOf(q.EFAULT), constant.MakeInt64(int64(q.EFAULT))},
   380  			"EFBIG":           {reflect.TypeOf(q.EFBIG), constant.MakeInt64(int64(q.EFBIG))},
   381  			"EHOSTDOWN":       {reflect.TypeOf(q.EHOSTDOWN), constant.MakeInt64(int64(q.EHOSTDOWN))},
   382  			"EHOSTUNREACH":    {reflect.TypeOf(q.EHOSTUNREACH), constant.MakeInt64(int64(q.EHOSTUNREACH))},
   383  			"EHWPOISON":       {reflect.TypeOf(q.EHWPOISON), constant.MakeInt64(int64(q.EHWPOISON))},
   384  			"EIDRM":           {reflect.TypeOf(q.EIDRM), constant.MakeInt64(int64(q.EIDRM))},
   385  			"EILSEQ":          {reflect.TypeOf(q.EILSEQ), constant.MakeInt64(int64(q.EILSEQ))},
   386  			"EINPROGRESS":     {reflect.TypeOf(q.EINPROGRESS), constant.MakeInt64(int64(q.EINPROGRESS))},
   387  			"EINTR":           {reflect.TypeOf(q.EINTR), constant.MakeInt64(int64(q.EINTR))},
   388  			"EINVAL":          {reflect.TypeOf(q.EINVAL), constant.MakeInt64(int64(q.EINVAL))},
   389  			"EIO":             {reflect.TypeOf(q.EIO), constant.MakeInt64(int64(q.EIO))},
   390  			"EISCONN":         {reflect.TypeOf(q.EISCONN), constant.MakeInt64(int64(q.EISCONN))},
   391  			"EISDIR":          {reflect.TypeOf(q.EISDIR), constant.MakeInt64(int64(q.EISDIR))},
   392  			"EISNAM":          {reflect.TypeOf(q.EISNAM), constant.MakeInt64(int64(q.EISNAM))},
   393  			"EKEYEXPIRED":     {reflect.TypeOf(q.EKEYEXPIRED), constant.MakeInt64(int64(q.EKEYEXPIRED))},
   394  			"EKEYREJECTED":    {reflect.TypeOf(q.EKEYREJECTED), constant.MakeInt64(int64(q.EKEYREJECTED))},
   395  			"EKEYREVOKED":     {reflect.TypeOf(q.EKEYREVOKED), constant.MakeInt64(int64(q.EKEYREVOKED))},
   396  			"EL2HLT":          {reflect.TypeOf(q.EL2HLT), constant.MakeInt64(int64(q.EL2HLT))},
   397  			"EL2NSYNC":        {reflect.TypeOf(q.EL2NSYNC), constant.MakeInt64(int64(q.EL2NSYNC))},
   398  			"EL3HLT":          {reflect.TypeOf(q.EL3HLT), constant.MakeInt64(int64(q.EL3HLT))},
   399  			"EL3RST":          {reflect.TypeOf(q.EL3RST), constant.MakeInt64(int64(q.EL3RST))},
   400  			"ELIBACC":         {reflect.TypeOf(q.ELIBACC), constant.MakeInt64(int64(q.ELIBACC))},
   401  			"ELIBBAD":         {reflect.TypeOf(q.ELIBBAD), constant.MakeInt64(int64(q.ELIBBAD))},
   402  			"ELIBEXEC":        {reflect.TypeOf(q.ELIBEXEC), constant.MakeInt64(int64(q.ELIBEXEC))},
   403  			"ELIBMAX":         {reflect.TypeOf(q.ELIBMAX), constant.MakeInt64(int64(q.ELIBMAX))},
   404  			"ELIBSCN":         {reflect.TypeOf(q.ELIBSCN), constant.MakeInt64(int64(q.ELIBSCN))},
   405  			"ELNRNG":          {reflect.TypeOf(q.ELNRNG), constant.MakeInt64(int64(q.ELNRNG))},
   406  			"ELOOP":           {reflect.TypeOf(q.ELOOP), constant.MakeInt64(int64(q.ELOOP))},
   407  			"EMEDIUMTYPE":     {reflect.TypeOf(q.EMEDIUMTYPE), constant.MakeInt64(int64(q.EMEDIUMTYPE))},
   408  			"EMFILE":          {reflect.TypeOf(q.EMFILE), constant.MakeInt64(int64(q.EMFILE))},
   409  			"EMLINK":          {reflect.TypeOf(q.EMLINK), constant.MakeInt64(int64(q.EMLINK))},
   410  			"EMSGSIZE":        {reflect.TypeOf(q.EMSGSIZE), constant.MakeInt64(int64(q.EMSGSIZE))},
   411  			"EMULTIHOP":       {reflect.TypeOf(q.EMULTIHOP), constant.MakeInt64(int64(q.EMULTIHOP))},
   412  			"ENAMETOOLONG":    {reflect.TypeOf(q.ENAMETOOLONG), constant.MakeInt64(int64(q.ENAMETOOLONG))},
   413  			"ENAVAIL":         {reflect.TypeOf(q.ENAVAIL), constant.MakeInt64(int64(q.ENAVAIL))},
   414  			"ENETDOWN":        {reflect.TypeOf(q.ENETDOWN), constant.MakeInt64(int64(q.ENETDOWN))},
   415  			"ENETRESET":       {reflect.TypeOf(q.ENETRESET), constant.MakeInt64(int64(q.ENETRESET))},
   416  			"ENETUNREACH":     {reflect.TypeOf(q.ENETUNREACH), constant.MakeInt64(int64(q.ENETUNREACH))},
   417  			"ENFILE":          {reflect.TypeOf(q.ENFILE), constant.MakeInt64(int64(q.ENFILE))},
   418  			"ENOANO":          {reflect.TypeOf(q.ENOANO), constant.MakeInt64(int64(q.ENOANO))},
   419  			"ENOBUFS":         {reflect.TypeOf(q.ENOBUFS), constant.MakeInt64(int64(q.ENOBUFS))},
   420  			"ENOCSI":          {reflect.TypeOf(q.ENOCSI), constant.MakeInt64(int64(q.ENOCSI))},
   421  			"ENODATA":         {reflect.TypeOf(q.ENODATA), constant.MakeInt64(int64(q.ENODATA))},
   422  			"ENODEV":          {reflect.TypeOf(q.ENODEV), constant.MakeInt64(int64(q.ENODEV))},
   423  			"ENOENT":          {reflect.TypeOf(q.ENOENT), constant.MakeInt64(int64(q.ENOENT))},
   424  			"ENOEXEC":         {reflect.TypeOf(q.ENOEXEC), constant.MakeInt64(int64(q.ENOEXEC))},
   425  			"ENOKEY":          {reflect.TypeOf(q.ENOKEY), constant.MakeInt64(int64(q.ENOKEY))},
   426  			"ENOLCK":          {reflect.TypeOf(q.ENOLCK), constant.MakeInt64(int64(q.ENOLCK))},
   427  			"ENOLINK":         {reflect.TypeOf(q.ENOLINK), constant.MakeInt64(int64(q.ENOLINK))},
   428  			"ENOMEDIUM":       {reflect.TypeOf(q.ENOMEDIUM), constant.MakeInt64(int64(q.ENOMEDIUM))},
   429  			"ENOMEM":          {reflect.TypeOf(q.ENOMEM), constant.MakeInt64(int64(q.ENOMEM))},
   430  			"ENOMSG":          {reflect.TypeOf(q.ENOMSG), constant.MakeInt64(int64(q.ENOMSG))},
   431  			"ENONET":          {reflect.TypeOf(q.ENONET), constant.MakeInt64(int64(q.ENONET))},
   432  			"ENOPKG":          {reflect.TypeOf(q.ENOPKG), constant.MakeInt64(int64(q.ENOPKG))},
   433  			"ENOPROTOOPT":     {reflect.TypeOf(q.ENOPROTOOPT), constant.MakeInt64(int64(q.ENOPROTOOPT))},
   434  			"ENOSPC":          {reflect.TypeOf(q.ENOSPC), constant.MakeInt64(int64(q.ENOSPC))},
   435  			"ENOSR":           {reflect.TypeOf(q.ENOSR), constant.MakeInt64(int64(q.ENOSR))},
   436  			"ENOSTR":          {reflect.TypeOf(q.ENOSTR), constant.MakeInt64(int64(q.ENOSTR))},
   437  			"ENOSYS":          {reflect.TypeOf(q.ENOSYS), constant.MakeInt64(int64(q.ENOSYS))},
   438  			"ENOTBLK":         {reflect.TypeOf(q.ENOTBLK), constant.MakeInt64(int64(q.ENOTBLK))},
   439  			"ENOTCONN":        {reflect.TypeOf(q.ENOTCONN), constant.MakeInt64(int64(q.ENOTCONN))},
   440  			"ENOTDIR":         {reflect.TypeOf(q.ENOTDIR), constant.MakeInt64(int64(q.ENOTDIR))},
   441  			"ENOTEMPTY":       {reflect.TypeOf(q.ENOTEMPTY), constant.MakeInt64(int64(q.ENOTEMPTY))},
   442  			"ENOTNAM":         {reflect.TypeOf(q.ENOTNAM), constant.MakeInt64(int64(q.ENOTNAM))},
   443  			"ENOTRECOVERABLE": {reflect.TypeOf(q.ENOTRECOVERABLE), constant.MakeInt64(int64(q.ENOTRECOVERABLE))},
   444  			"ENOTSOCK":        {reflect.TypeOf(q.ENOTSOCK), constant.MakeInt64(int64(q.ENOTSOCK))},
   445  			"ENOTSUP":         {reflect.TypeOf(q.ENOTSUP), constant.MakeInt64(int64(q.ENOTSUP))},
   446  			"ENOTTY":          {reflect.TypeOf(q.ENOTTY), constant.MakeInt64(int64(q.ENOTTY))},
   447  			"ENOTUNIQ":        {reflect.TypeOf(q.ENOTUNIQ), constant.MakeInt64(int64(q.ENOTUNIQ))},
   448  			"ENXIO":           {reflect.TypeOf(q.ENXIO), constant.MakeInt64(int64(q.ENXIO))},
   449  			"EOPNOTSUPP":      {reflect.TypeOf(q.EOPNOTSUPP), constant.MakeInt64(int64(q.EOPNOTSUPP))},
   450  			"EOVERFLOW":       {reflect.TypeOf(q.EOVERFLOW), constant.MakeInt64(int64(q.EOVERFLOW))},
   451  			"EOWNERDEAD":      {reflect.TypeOf(q.EOWNERDEAD), constant.MakeInt64(int64(q.EOWNERDEAD))},
   452  			"EPERM":           {reflect.TypeOf(q.EPERM), constant.MakeInt64(int64(q.EPERM))},
   453  			"EPFNOSUPPORT":    {reflect.TypeOf(q.EPFNOSUPPORT), constant.MakeInt64(int64(q.EPFNOSUPPORT))},
   454  			"EPIPE":           {reflect.TypeOf(q.EPIPE), constant.MakeInt64(int64(q.EPIPE))},
   455  			"EPROTO":          {reflect.TypeOf(q.EPROTO), constant.MakeInt64(int64(q.EPROTO))},
   456  			"EPROTONOSUPPORT": {reflect.TypeOf(q.EPROTONOSUPPORT), constant.MakeInt64(int64(q.EPROTONOSUPPORT))},
   457  			"EPROTOTYPE":      {reflect.TypeOf(q.EPROTOTYPE), constant.MakeInt64(int64(q.EPROTOTYPE))},
   458  			"ERANGE":          {reflect.TypeOf(q.ERANGE), constant.MakeInt64(int64(q.ERANGE))},
   459  			"EREMCHG":         {reflect.TypeOf(q.EREMCHG), constant.MakeInt64(int64(q.EREMCHG))},
   460  			"EREMOTE":         {reflect.TypeOf(q.EREMOTE), constant.MakeInt64(int64(q.EREMOTE))},
   461  			"EREMOTEIO":       {reflect.TypeOf(q.EREMOTEIO), constant.MakeInt64(int64(q.EREMOTEIO))},
   462  			"ERESTART":        {reflect.TypeOf(q.ERESTART), constant.MakeInt64(int64(q.ERESTART))},
   463  			"ERFKILL":         {reflect.TypeOf(q.ERFKILL), constant.MakeInt64(int64(q.ERFKILL))},
   464  			"EROFS":           {reflect.TypeOf(q.EROFS), constant.MakeInt64(int64(q.EROFS))},
   465  			"ESHUTDOWN":       {reflect.TypeOf(q.ESHUTDOWN), constant.MakeInt64(int64(q.ESHUTDOWN))},
   466  			"ESOCKTNOSUPPORT": {reflect.TypeOf(q.ESOCKTNOSUPPORT), constant.MakeInt64(int64(q.ESOCKTNOSUPPORT))},
   467  			"ESPIPE":          {reflect.TypeOf(q.ESPIPE), constant.MakeInt64(int64(q.ESPIPE))},
   468  			"ESRCH":           {reflect.TypeOf(q.ESRCH), constant.MakeInt64(int64(q.ESRCH))},
   469  			"ESRMNT":          {reflect.TypeOf(q.ESRMNT), constant.MakeInt64(int64(q.ESRMNT))},
   470  			"ESTALE":          {reflect.TypeOf(q.ESTALE), constant.MakeInt64(int64(q.ESTALE))},
   471  			"ESTRPIPE":        {reflect.TypeOf(q.ESTRPIPE), constant.MakeInt64(int64(q.ESTRPIPE))},
   472  			"ETIME":           {reflect.TypeOf(q.ETIME), constant.MakeInt64(int64(q.ETIME))},
   473  			"ETIMEDOUT":       {reflect.TypeOf(q.ETIMEDOUT), constant.MakeInt64(int64(q.ETIMEDOUT))},
   474  			"ETOOMANYREFS":    {reflect.TypeOf(q.ETOOMANYREFS), constant.MakeInt64(int64(q.ETOOMANYREFS))},
   475  			"ETXTBSY":         {reflect.TypeOf(q.ETXTBSY), constant.MakeInt64(int64(q.ETXTBSY))},
   476  			"EUCLEAN":         {reflect.TypeOf(q.EUCLEAN), constant.MakeInt64(int64(q.EUCLEAN))},
   477  			"EUNATCH":         {reflect.TypeOf(q.EUNATCH), constant.MakeInt64(int64(q.EUNATCH))},
   478  			"EUSERS":          {reflect.TypeOf(q.EUSERS), constant.MakeInt64(int64(q.EUSERS))},
   479  			"EWOULDBLOCK":     {reflect.TypeOf(q.EWOULDBLOCK), constant.MakeInt64(int64(q.EWOULDBLOCK))},
   480  			"EXDEV":           {reflect.TypeOf(q.EXDEV), constant.MakeInt64(int64(q.EXDEV))},
   481  			"EXFULL":          {reflect.TypeOf(q.EXFULL), constant.MakeInt64(int64(q.EXFULL))},
   482  			"SIGABRT":         {reflect.TypeOf(q.SIGABRT), constant.MakeInt64(int64(q.SIGABRT))},
   483  			"SIGALRM":         {reflect.TypeOf(q.SIGALRM), constant.MakeInt64(int64(q.SIGALRM))},
   484  			"SIGBUS":          {reflect.TypeOf(q.SIGBUS), constant.MakeInt64(int64(q.SIGBUS))},
   485  			"SIGCHLD":         {reflect.TypeOf(q.SIGCHLD), constant.MakeInt64(int64(q.SIGCHLD))},
   486  			"SIGCLD":          {reflect.TypeOf(q.SIGCLD), constant.MakeInt64(int64(q.SIGCLD))},
   487  			"SIGCONT":         {reflect.TypeOf(q.SIGCONT), constant.MakeInt64(int64(q.SIGCONT))},
   488  			"SIGFPE":          {reflect.TypeOf(q.SIGFPE), constant.MakeInt64(int64(q.SIGFPE))},
   489  			"SIGHUP":          {reflect.TypeOf(q.SIGHUP), constant.MakeInt64(int64(q.SIGHUP))},
   490  			"SIGILL":          {reflect.TypeOf(q.SIGILL), constant.MakeInt64(int64(q.SIGILL))},
   491  			"SIGINT":          {reflect.TypeOf(q.SIGINT), constant.MakeInt64(int64(q.SIGINT))},
   492  			"SIGIO":           {reflect.TypeOf(q.SIGIO), constant.MakeInt64(int64(q.SIGIO))},
   493  			"SIGIOT":          {reflect.TypeOf(q.SIGIOT), constant.MakeInt64(int64(q.SIGIOT))},
   494  			"SIGKILL":         {reflect.TypeOf(q.SIGKILL), constant.MakeInt64(int64(q.SIGKILL))},
   495  			"SIGPIPE":         {reflect.TypeOf(q.SIGPIPE), constant.MakeInt64(int64(q.SIGPIPE))},
   496  			"SIGPOLL":         {reflect.TypeOf(q.SIGPOLL), constant.MakeInt64(int64(q.SIGPOLL))},
   497  			"SIGPROF":         {reflect.TypeOf(q.SIGPROF), constant.MakeInt64(int64(q.SIGPROF))},
   498  			"SIGPWR":          {reflect.TypeOf(q.SIGPWR), constant.MakeInt64(int64(q.SIGPWR))},
   499  			"SIGQUIT":         {reflect.TypeOf(q.SIGQUIT), constant.MakeInt64(int64(q.SIGQUIT))},
   500  			"SIGSEGV":         {reflect.TypeOf(q.SIGSEGV), constant.MakeInt64(int64(q.SIGSEGV))},
   501  			"SIGSTKFLT":       {reflect.TypeOf(q.SIGSTKFLT), constant.MakeInt64(int64(q.SIGSTKFLT))},
   502  			"SIGSTOP":         {reflect.TypeOf(q.SIGSTOP), constant.MakeInt64(int64(q.SIGSTOP))},
   503  			"SIGSYS":          {reflect.TypeOf(q.SIGSYS), constant.MakeInt64(int64(q.SIGSYS))},
   504  			"SIGTERM":         {reflect.TypeOf(q.SIGTERM), constant.MakeInt64(int64(q.SIGTERM))},
   505  			"SIGTRAP":         {reflect.TypeOf(q.SIGTRAP), constant.MakeInt64(int64(q.SIGTRAP))},
   506  			"SIGTSTP":         {reflect.TypeOf(q.SIGTSTP), constant.MakeInt64(int64(q.SIGTSTP))},
   507  			"SIGTTIN":         {reflect.TypeOf(q.SIGTTIN), constant.MakeInt64(int64(q.SIGTTIN))},
   508  			"SIGTTOU":         {reflect.TypeOf(q.SIGTTOU), constant.MakeInt64(int64(q.SIGTTOU))},
   509  			"SIGUNUSED":       {reflect.TypeOf(q.SIGUNUSED), constant.MakeInt64(int64(q.SIGUNUSED))},
   510  			"SIGURG":          {reflect.TypeOf(q.SIGURG), constant.MakeInt64(int64(q.SIGURG))},
   511  			"SIGUSR1":         {reflect.TypeOf(q.SIGUSR1), constant.MakeInt64(int64(q.SIGUSR1))},
   512  			"SIGUSR2":         {reflect.TypeOf(q.SIGUSR2), constant.MakeInt64(int64(q.SIGUSR2))},
   513  			"SIGVTALRM":       {reflect.TypeOf(q.SIGVTALRM), constant.MakeInt64(int64(q.SIGVTALRM))},
   514  			"SIGWINCH":        {reflect.TypeOf(q.SIGWINCH), constant.MakeInt64(int64(q.SIGWINCH))},
   515  			"SIGXCPU":         {reflect.TypeOf(q.SIGXCPU), constant.MakeInt64(int64(q.SIGXCPU))},
   516  			"SIGXFSZ":         {reflect.TypeOf(q.SIGXFSZ), constant.MakeInt64(int64(q.SIGXFSZ))},
   517  		},
   518  		UntypedConsts: map[string]igop.UntypedConst{
   519  			"AF_ALG":                           {"untyped int", constant.MakeInt64(int64(q.AF_ALG))},
   520  			"AF_APPLETALK":                     {"untyped int", constant.MakeInt64(int64(q.AF_APPLETALK))},
   521  			"AF_ASH":                           {"untyped int", constant.MakeInt64(int64(q.AF_ASH))},
   522  			"AF_ATMPVC":                        {"untyped int", constant.MakeInt64(int64(q.AF_ATMPVC))},
   523  			"AF_ATMSVC":                        {"untyped int", constant.MakeInt64(int64(q.AF_ATMSVC))},
   524  			"AF_AX25":                          {"untyped int", constant.MakeInt64(int64(q.AF_AX25))},
   525  			"AF_BLUETOOTH":                     {"untyped int", constant.MakeInt64(int64(q.AF_BLUETOOTH))},
   526  			"AF_BRIDGE":                        {"untyped int", constant.MakeInt64(int64(q.AF_BRIDGE))},
   527  			"AF_CAIF":                          {"untyped int", constant.MakeInt64(int64(q.AF_CAIF))},
   528  			"AF_CAN":                           {"untyped int", constant.MakeInt64(int64(q.AF_CAN))},
   529  			"AF_DECnet":                        {"untyped int", constant.MakeInt64(int64(q.AF_DECnet))},
   530  			"AF_ECONET":                        {"untyped int", constant.MakeInt64(int64(q.AF_ECONET))},
   531  			"AF_FILE":                          {"untyped int", constant.MakeInt64(int64(q.AF_FILE))},
   532  			"AF_IEEE802154":                    {"untyped int", constant.MakeInt64(int64(q.AF_IEEE802154))},
   533  			"AF_INET":                          {"untyped int", constant.MakeInt64(int64(q.AF_INET))},
   534  			"AF_INET6":                         {"untyped int", constant.MakeInt64(int64(q.AF_INET6))},
   535  			"AF_IPX":                           {"untyped int", constant.MakeInt64(int64(q.AF_IPX))},
   536  			"AF_IRDA":                          {"untyped int", constant.MakeInt64(int64(q.AF_IRDA))},
   537  			"AF_ISDN":                          {"untyped int", constant.MakeInt64(int64(q.AF_ISDN))},
   538  			"AF_IUCV":                          {"untyped int", constant.MakeInt64(int64(q.AF_IUCV))},
   539  			"AF_KEY":                           {"untyped int", constant.MakeInt64(int64(q.AF_KEY))},
   540  			"AF_LLC":                           {"untyped int", constant.MakeInt64(int64(q.AF_LLC))},
   541  			"AF_LOCAL":                         {"untyped int", constant.MakeInt64(int64(q.AF_LOCAL))},
   542  			"AF_MAX":                           {"untyped int", constant.MakeInt64(int64(q.AF_MAX))},
   543  			"AF_NETBEUI":                       {"untyped int", constant.MakeInt64(int64(q.AF_NETBEUI))},
   544  			"AF_NETLINK":                       {"untyped int", constant.MakeInt64(int64(q.AF_NETLINK))},
   545  			"AF_NETROM":                        {"untyped int", constant.MakeInt64(int64(q.AF_NETROM))},
   546  			"AF_NFC":                           {"untyped int", constant.MakeInt64(int64(q.AF_NFC))},
   547  			"AF_PACKET":                        {"untyped int", constant.MakeInt64(int64(q.AF_PACKET))},
   548  			"AF_PHONET":                        {"untyped int", constant.MakeInt64(int64(q.AF_PHONET))},
   549  			"AF_PPPOX":                         {"untyped int", constant.MakeInt64(int64(q.AF_PPPOX))},
   550  			"AF_RDS":                           {"untyped int", constant.MakeInt64(int64(q.AF_RDS))},
   551  			"AF_ROSE":                          {"untyped int", constant.MakeInt64(int64(q.AF_ROSE))},
   552  			"AF_ROUTE":                         {"untyped int", constant.MakeInt64(int64(q.AF_ROUTE))},
   553  			"AF_RXRPC":                         {"untyped int", constant.MakeInt64(int64(q.AF_RXRPC))},
   554  			"AF_SECURITY":                      {"untyped int", constant.MakeInt64(int64(q.AF_SECURITY))},
   555  			"AF_SNA":                           {"untyped int", constant.MakeInt64(int64(q.AF_SNA))},
   556  			"AF_TIPC":                          {"untyped int", constant.MakeInt64(int64(q.AF_TIPC))},
   557  			"AF_UNIX":                          {"untyped int", constant.MakeInt64(int64(q.AF_UNIX))},
   558  			"AF_UNSPEC":                        {"untyped int", constant.MakeInt64(int64(q.AF_UNSPEC))},
   559  			"AF_VSOCK":                         {"untyped int", constant.MakeInt64(int64(q.AF_VSOCK))},
   560  			"AF_WANPIPE":                       {"untyped int", constant.MakeInt64(int64(q.AF_WANPIPE))},
   561  			"AF_X25":                           {"untyped int", constant.MakeInt64(int64(q.AF_X25))},
   562  			"ARPHRD_ADAPT":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ADAPT))},
   563  			"ARPHRD_APPLETLK":                  {"untyped int", constant.MakeInt64(int64(q.ARPHRD_APPLETLK))},
   564  			"ARPHRD_ARCNET":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ARCNET))},
   565  			"ARPHRD_ASH":                       {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ASH))},
   566  			"ARPHRD_ATM":                       {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ATM))},
   567  			"ARPHRD_AX25":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_AX25))},
   568  			"ARPHRD_BIF":                       {"untyped int", constant.MakeInt64(int64(q.ARPHRD_BIF))},
   569  			"ARPHRD_CAIF":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CAIF))},
   570  			"ARPHRD_CAN":                       {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CAN))},
   571  			"ARPHRD_CHAOS":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CHAOS))},
   572  			"ARPHRD_CISCO":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CISCO))},
   573  			"ARPHRD_CSLIP":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CSLIP))},
   574  			"ARPHRD_CSLIP6":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_CSLIP6))},
   575  			"ARPHRD_DDCMP":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_DDCMP))},
   576  			"ARPHRD_DLCI":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_DLCI))},
   577  			"ARPHRD_ECONET":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ECONET))},
   578  			"ARPHRD_EETHER":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_EETHER))},
   579  			"ARPHRD_ETHER":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ETHER))},
   580  			"ARPHRD_EUI64":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_EUI64))},
   581  			"ARPHRD_FCAL":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCAL))},
   582  			"ARPHRD_FCFABRIC":                  {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCFABRIC))},
   583  			"ARPHRD_FCPL":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCPL))},
   584  			"ARPHRD_FCPP":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FCPP))},
   585  			"ARPHRD_FDDI":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FDDI))},
   586  			"ARPHRD_FRAD":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_FRAD))},
   587  			"ARPHRD_HDLC":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_HDLC))},
   588  			"ARPHRD_HIPPI":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_HIPPI))},
   589  			"ARPHRD_HWX25":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_HWX25))},
   590  			"ARPHRD_IEEE1394":                  {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE1394))},
   591  			"ARPHRD_IEEE802":                   {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802))},
   592  			"ARPHRD_IEEE80211":                 {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE80211))},
   593  			"ARPHRD_IEEE80211_PRISM":           {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE80211_PRISM))},
   594  			"ARPHRD_IEEE80211_RADIOTAP":        {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE80211_RADIOTAP))},
   595  			"ARPHRD_IEEE802154":                {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802154))},
   596  			"ARPHRD_IEEE802154_MONITOR":        {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802154_MONITOR))},
   597  			"ARPHRD_IEEE802_TR":                {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IEEE802_TR))},
   598  			"ARPHRD_INFINIBAND":                {"untyped int", constant.MakeInt64(int64(q.ARPHRD_INFINIBAND))},
   599  			"ARPHRD_IP6GRE":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IP6GRE))},
   600  			"ARPHRD_IPDDP":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IPDDP))},
   601  			"ARPHRD_IPGRE":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IPGRE))},
   602  			"ARPHRD_IRDA":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_IRDA))},
   603  			"ARPHRD_LAPB":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_LAPB))},
   604  			"ARPHRD_LOCALTLK":                  {"untyped int", constant.MakeInt64(int64(q.ARPHRD_LOCALTLK))},
   605  			"ARPHRD_LOOPBACK":                  {"untyped int", constant.MakeInt64(int64(q.ARPHRD_LOOPBACK))},
   606  			"ARPHRD_METRICOM":                  {"untyped int", constant.MakeInt64(int64(q.ARPHRD_METRICOM))},
   607  			"ARPHRD_NETLINK":                   {"untyped int", constant.MakeInt64(int64(q.ARPHRD_NETLINK))},
   608  			"ARPHRD_NETROM":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_NETROM))},
   609  			"ARPHRD_NONE":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_NONE))},
   610  			"ARPHRD_PHONET":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PHONET))},
   611  			"ARPHRD_PHONET_PIPE":               {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PHONET_PIPE))},
   612  			"ARPHRD_PIMREG":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PIMREG))},
   613  			"ARPHRD_PPP":                       {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PPP))},
   614  			"ARPHRD_PRONET":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_PRONET))},
   615  			"ARPHRD_RAWHDLC":                   {"untyped int", constant.MakeInt64(int64(q.ARPHRD_RAWHDLC))},
   616  			"ARPHRD_ROSE":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_ROSE))},
   617  			"ARPHRD_RSRVD":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_RSRVD))},
   618  			"ARPHRD_SIT":                       {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SIT))},
   619  			"ARPHRD_SKIP":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SKIP))},
   620  			"ARPHRD_SLIP":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SLIP))},
   621  			"ARPHRD_SLIP6":                     {"untyped int", constant.MakeInt64(int64(q.ARPHRD_SLIP6))},
   622  			"ARPHRD_TUNNEL":                    {"untyped int", constant.MakeInt64(int64(q.ARPHRD_TUNNEL))},
   623  			"ARPHRD_TUNNEL6":                   {"untyped int", constant.MakeInt64(int64(q.ARPHRD_TUNNEL6))},
   624  			"ARPHRD_VOID":                      {"untyped int", constant.MakeInt64(int64(q.ARPHRD_VOID))},
   625  			"ARPHRD_X25":                       {"untyped int", constant.MakeInt64(int64(q.ARPHRD_X25))},
   626  			"B0":                               {"untyped int", constant.MakeInt64(int64(q.B0))},
   627  			"B1000000":                         {"untyped int", constant.MakeInt64(int64(q.B1000000))},
   628  			"B110":                             {"untyped int", constant.MakeInt64(int64(q.B110))},
   629  			"B115200":                          {"untyped int", constant.MakeInt64(int64(q.B115200))},
   630  			"B1152000":                         {"untyped int", constant.MakeInt64(int64(q.B1152000))},
   631  			"B1200":                            {"untyped int", constant.MakeInt64(int64(q.B1200))},
   632  			"B134":                             {"untyped int", constant.MakeInt64(int64(q.B134))},
   633  			"B150":                             {"untyped int", constant.MakeInt64(int64(q.B150))},
   634  			"B1500000":                         {"untyped int", constant.MakeInt64(int64(q.B1500000))},
   635  			"B1800":                            {"untyped int", constant.MakeInt64(int64(q.B1800))},
   636  			"B19200":                           {"untyped int", constant.MakeInt64(int64(q.B19200))},
   637  			"B200":                             {"untyped int", constant.MakeInt64(int64(q.B200))},
   638  			"B2000000":                         {"untyped int", constant.MakeInt64(int64(q.B2000000))},
   639  			"B230400":                          {"untyped int", constant.MakeInt64(int64(q.B230400))},
   640  			"B2400":                            {"untyped int", constant.MakeInt64(int64(q.B2400))},
   641  			"B2500000":                         {"untyped int", constant.MakeInt64(int64(q.B2500000))},
   642  			"B300":                             {"untyped int", constant.MakeInt64(int64(q.B300))},
   643  			"B3000000":                         {"untyped int", constant.MakeInt64(int64(q.B3000000))},
   644  			"B3500000":                         {"untyped int", constant.MakeInt64(int64(q.B3500000))},
   645  			"B38400":                           {"untyped int", constant.MakeInt64(int64(q.B38400))},
   646  			"B4000000":                         {"untyped int", constant.MakeInt64(int64(q.B4000000))},
   647  			"B460800":                          {"untyped int", constant.MakeInt64(int64(q.B460800))},
   648  			"B4800":                            {"untyped int", constant.MakeInt64(int64(q.B4800))},
   649  			"B50":                              {"untyped int", constant.MakeInt64(int64(q.B50))},
   650  			"B500000":                          {"untyped int", constant.MakeInt64(int64(q.B500000))},
   651  			"B57600":                           {"untyped int", constant.MakeInt64(int64(q.B57600))},
   652  			"B576000":                          {"untyped int", constant.MakeInt64(int64(q.B576000))},
   653  			"B600":                             {"untyped int", constant.MakeInt64(int64(q.B600))},
   654  			"B75":                              {"untyped int", constant.MakeInt64(int64(q.B75))},
   655  			"B921600":                          {"untyped int", constant.MakeInt64(int64(q.B921600))},
   656  			"B9600":                            {"untyped int", constant.MakeInt64(int64(q.B9600))},
   657  			"BPF_A":                            {"untyped int", constant.MakeInt64(int64(q.BPF_A))},
   658  			"BPF_ABS":                          {"untyped int", constant.MakeInt64(int64(q.BPF_ABS))},
   659  			"BPF_ADD":                          {"untyped int", constant.MakeInt64(int64(q.BPF_ADD))},
   660  			"BPF_ALU":                          {"untyped int", constant.MakeInt64(int64(q.BPF_ALU))},
   661  			"BPF_AND":                          {"untyped int", constant.MakeInt64(int64(q.BPF_AND))},
   662  			"BPF_B":                            {"untyped int", constant.MakeInt64(int64(q.BPF_B))},
   663  			"BPF_DIV":                          {"untyped int", constant.MakeInt64(int64(q.BPF_DIV))},
   664  			"BPF_H":                            {"untyped int", constant.MakeInt64(int64(q.BPF_H))},
   665  			"BPF_IMM":                          {"untyped int", constant.MakeInt64(int64(q.BPF_IMM))},
   666  			"BPF_IND":                          {"untyped int", constant.MakeInt64(int64(q.BPF_IND))},
   667  			"BPF_JA":                           {"untyped int", constant.MakeInt64(int64(q.BPF_JA))},
   668  			"BPF_JEQ":                          {"untyped int", constant.MakeInt64(int64(q.BPF_JEQ))},
   669  			"BPF_JGE":                          {"untyped int", constant.MakeInt64(int64(q.BPF_JGE))},
   670  			"BPF_JGT":                          {"untyped int", constant.MakeInt64(int64(q.BPF_JGT))},
   671  			"BPF_JMP":                          {"untyped int", constant.MakeInt64(int64(q.BPF_JMP))},
   672  			"BPF_JSET":                         {"untyped int", constant.MakeInt64(int64(q.BPF_JSET))},
   673  			"BPF_K":                            {"untyped int", constant.MakeInt64(int64(q.BPF_K))},
   674  			"BPF_LD":                           {"untyped int", constant.MakeInt64(int64(q.BPF_LD))},
   675  			"BPF_LDX":                          {"untyped int", constant.MakeInt64(int64(q.BPF_LDX))},
   676  			"BPF_LEN":                          {"untyped int", constant.MakeInt64(int64(q.BPF_LEN))},
   677  			"BPF_LSH":                          {"untyped int", constant.MakeInt64(int64(q.BPF_LSH))},
   678  			"BPF_MAJOR_VERSION":                {"untyped int", constant.MakeInt64(int64(q.BPF_MAJOR_VERSION))},
   679  			"BPF_MAXINSNS":                     {"untyped int", constant.MakeInt64(int64(q.BPF_MAXINSNS))},
   680  			"BPF_MEM":                          {"untyped int", constant.MakeInt64(int64(q.BPF_MEM))},
   681  			"BPF_MEMWORDS":                     {"untyped int", constant.MakeInt64(int64(q.BPF_MEMWORDS))},
   682  			"BPF_MINOR_VERSION":                {"untyped int", constant.MakeInt64(int64(q.BPF_MINOR_VERSION))},
   683  			"BPF_MISC":                         {"untyped int", constant.MakeInt64(int64(q.BPF_MISC))},
   684  			"BPF_MOD":                          {"untyped int", constant.MakeInt64(int64(q.BPF_MOD))},
   685  			"BPF_MSH":                          {"untyped int", constant.MakeInt64(int64(q.BPF_MSH))},
   686  			"BPF_MUL":                          {"untyped int", constant.MakeInt64(int64(q.BPF_MUL))},
   687  			"BPF_NEG":                          {"untyped int", constant.MakeInt64(int64(q.BPF_NEG))},
   688  			"BPF_OR":                           {"untyped int", constant.MakeInt64(int64(q.BPF_OR))},
   689  			"BPF_RET":                          {"untyped int", constant.MakeInt64(int64(q.BPF_RET))},
   690  			"BPF_RSH":                          {"untyped int", constant.MakeInt64(int64(q.BPF_RSH))},
   691  			"BPF_ST":                           {"untyped int", constant.MakeInt64(int64(q.BPF_ST))},
   692  			"BPF_STX":                          {"untyped int", constant.MakeInt64(int64(q.BPF_STX))},
   693  			"BPF_SUB":                          {"untyped int", constant.MakeInt64(int64(q.BPF_SUB))},
   694  			"BPF_TAX":                          {"untyped int", constant.MakeInt64(int64(q.BPF_TAX))},
   695  			"BPF_TXA":                          {"untyped int", constant.MakeInt64(int64(q.BPF_TXA))},
   696  			"BPF_W":                            {"untyped int", constant.MakeInt64(int64(q.BPF_W))},
   697  			"BPF_X":                            {"untyped int", constant.MakeInt64(int64(q.BPF_X))},
   698  			"BPF_XOR":                          {"untyped int", constant.MakeInt64(int64(q.BPF_XOR))},
   699  			"BRKINT":                           {"untyped int", constant.MakeInt64(int64(q.BRKINT))},
   700  			"CFLUSH":                           {"untyped int", constant.MakeInt64(int64(q.CFLUSH))},
   701  			"CLOCAL":                           {"untyped int", constant.MakeInt64(int64(q.CLOCAL))},
   702  			"CLONE_CHILD_CLEARTID":             {"untyped int", constant.MakeInt64(int64(q.CLONE_CHILD_CLEARTID))},
   703  			"CLONE_CHILD_SETTID":               {"untyped int", constant.MakeInt64(int64(q.CLONE_CHILD_SETTID))},
   704  			"CLONE_DETACHED":                   {"untyped int", constant.MakeInt64(int64(q.CLONE_DETACHED))},
   705  			"CLONE_FILES":                      {"untyped int", constant.MakeInt64(int64(q.CLONE_FILES))},
   706  			"CLONE_FS":                         {"untyped int", constant.MakeInt64(int64(q.CLONE_FS))},
   707  			"CLONE_IO":                         {"untyped int", constant.MakeInt64(int64(q.CLONE_IO))},
   708  			"CLONE_NEWIPC":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWIPC))},
   709  			"CLONE_NEWNET":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWNET))},
   710  			"CLONE_NEWNS":                      {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWNS))},
   711  			"CLONE_NEWPID":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWPID))},
   712  			"CLONE_NEWUSER":                    {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWUSER))},
   713  			"CLONE_NEWUTS":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_NEWUTS))},
   714  			"CLONE_PARENT":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_PARENT))},
   715  			"CLONE_PARENT_SETTID":              {"untyped int", constant.MakeInt64(int64(q.CLONE_PARENT_SETTID))},
   716  			"CLONE_PTRACE":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_PTRACE))},
   717  			"CLONE_SETTLS":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_SETTLS))},
   718  			"CLONE_SIGHAND":                    {"untyped int", constant.MakeInt64(int64(q.CLONE_SIGHAND))},
   719  			"CLONE_SYSVSEM":                    {"untyped int", constant.MakeInt64(int64(q.CLONE_SYSVSEM))},
   720  			"CLONE_THREAD":                     {"untyped int", constant.MakeInt64(int64(q.CLONE_THREAD))},
   721  			"CLONE_UNTRACED":                   {"untyped int", constant.MakeInt64(int64(q.CLONE_UNTRACED))},
   722  			"CLONE_VFORK":                      {"untyped int", constant.MakeInt64(int64(q.CLONE_VFORK))},
   723  			"CLONE_VM":                         {"untyped int", constant.MakeInt64(int64(q.CLONE_VM))},
   724  			"CREAD":                            {"untyped int", constant.MakeInt64(int64(q.CREAD))},
   725  			"CS5":                              {"untyped int", constant.MakeInt64(int64(q.CS5))},
   726  			"CS6":                              {"untyped int", constant.MakeInt64(int64(q.CS6))},
   727  			"CS7":                              {"untyped int", constant.MakeInt64(int64(q.CS7))},
   728  			"CS8":                              {"untyped int", constant.MakeInt64(int64(q.CS8))},
   729  			"CSIGNAL":                          {"untyped int", constant.MakeInt64(int64(q.CSIGNAL))},
   730  			"CSIZE":                            {"untyped int", constant.MakeInt64(int64(q.CSIZE))},
   731  			"CSTART":                           {"untyped int", constant.MakeInt64(int64(q.CSTART))},
   732  			"CSTATUS":                          {"untyped int", constant.MakeInt64(int64(q.CSTATUS))},
   733  			"CSTOP":                            {"untyped int", constant.MakeInt64(int64(q.CSTOP))},
   734  			"CSTOPB":                           {"untyped int", constant.MakeInt64(int64(q.CSTOPB))},
   735  			"CSUSP":                            {"untyped int", constant.MakeInt64(int64(q.CSUSP))},
   736  			"DT_BLK":                           {"untyped int", constant.MakeInt64(int64(q.DT_BLK))},
   737  			"DT_CHR":                           {"untyped int", constant.MakeInt64(int64(q.DT_CHR))},
   738  			"DT_DIR":                           {"untyped int", constant.MakeInt64(int64(q.DT_DIR))},
   739  			"DT_FIFO":                          {"untyped int", constant.MakeInt64(int64(q.DT_FIFO))},
   740  			"DT_LNK":                           {"untyped int", constant.MakeInt64(int64(q.DT_LNK))},
   741  			"DT_REG":                           {"untyped int", constant.MakeInt64(int64(q.DT_REG))},
   742  			"DT_SOCK":                          {"untyped int", constant.MakeInt64(int64(q.DT_SOCK))},
   743  			"DT_UNKNOWN":                       {"untyped int", constant.MakeInt64(int64(q.DT_UNKNOWN))},
   744  			"DT_WHT":                           {"untyped int", constant.MakeInt64(int64(q.DT_WHT))},
   745  			"ECHO":                             {"untyped int", constant.MakeInt64(int64(q.ECHO))},
   746  			"ECHOCTL":                          {"untyped int", constant.MakeInt64(int64(q.ECHOCTL))},
   747  			"ECHOE":                            {"untyped int", constant.MakeInt64(int64(q.ECHOE))},
   748  			"ECHOK":                            {"untyped int", constant.MakeInt64(int64(q.ECHOK))},
   749  			"ECHOKE":                           {"untyped int", constant.MakeInt64(int64(q.ECHOKE))},
   750  			"ECHONL":                           {"untyped int", constant.MakeInt64(int64(q.ECHONL))},
   751  			"ECHOPRT":                          {"untyped int", constant.MakeInt64(int64(q.ECHOPRT))},
   752  			"ENCODING_DEFAULT":                 {"untyped int", constant.MakeInt64(int64(q.ENCODING_DEFAULT))},
   753  			"ENCODING_FM_MARK":                 {"untyped int", constant.MakeInt64(int64(q.ENCODING_FM_MARK))},
   754  			"ENCODING_FM_SPACE":                {"untyped int", constant.MakeInt64(int64(q.ENCODING_FM_SPACE))},
   755  			"ENCODING_MANCHESTER":              {"untyped int", constant.MakeInt64(int64(q.ENCODING_MANCHESTER))},
   756  			"ENCODING_NRZ":                     {"untyped int", constant.MakeInt64(int64(q.ENCODING_NRZ))},
   757  			"ENCODING_NRZI":                    {"untyped int", constant.MakeInt64(int64(q.ENCODING_NRZI))},
   758  			"EPOLLERR":                         {"untyped int", constant.MakeInt64(int64(q.EPOLLERR))},
   759  			"EPOLLET":                          {"untyped int", constant.MakeInt64(int64(q.EPOLLET))},
   760  			"EPOLLHUP":                         {"untyped int", constant.MakeInt64(int64(q.EPOLLHUP))},
   761  			"EPOLLIN":                          {"untyped int", constant.MakeInt64(int64(q.EPOLLIN))},
   762  			"EPOLLMSG":                         {"untyped int", constant.MakeInt64(int64(q.EPOLLMSG))},
   763  			"EPOLLONESHOT":                     {"untyped int", constant.MakeInt64(int64(q.EPOLLONESHOT))},
   764  			"EPOLLOUT":                         {"untyped int", constant.MakeInt64(int64(q.EPOLLOUT))},
   765  			"EPOLLPRI":                         {"untyped int", constant.MakeInt64(int64(q.EPOLLPRI))},
   766  			"EPOLLRDBAND":                      {"untyped int", constant.MakeInt64(int64(q.EPOLLRDBAND))},
   767  			"EPOLLRDHUP":                       {"untyped int", constant.MakeInt64(int64(q.EPOLLRDHUP))},
   768  			"EPOLLRDNORM":                      {"untyped int", constant.MakeInt64(int64(q.EPOLLRDNORM))},
   769  			"EPOLLWAKEUP":                      {"untyped int", constant.MakeInt64(int64(q.EPOLLWAKEUP))},
   770  			"EPOLLWRBAND":                      {"untyped int", constant.MakeInt64(int64(q.EPOLLWRBAND))},
   771  			"EPOLLWRNORM":                      {"untyped int", constant.MakeInt64(int64(q.EPOLLWRNORM))},
   772  			"EPOLL_CLOEXEC":                    {"untyped int", constant.MakeInt64(int64(q.EPOLL_CLOEXEC))},
   773  			"EPOLL_CTL_ADD":                    {"untyped int", constant.MakeInt64(int64(q.EPOLL_CTL_ADD))},
   774  			"EPOLL_CTL_DEL":                    {"untyped int", constant.MakeInt64(int64(q.EPOLL_CTL_DEL))},
   775  			"EPOLL_CTL_MOD":                    {"untyped int", constant.MakeInt64(int64(q.EPOLL_CTL_MOD))},
   776  			"ETH_P_1588":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_1588))},
   777  			"ETH_P_8021AD":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_8021AD))},
   778  			"ETH_P_8021AH":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_8021AH))},
   779  			"ETH_P_8021Q":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_8021Q))},
   780  			"ETH_P_802_2":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_2))},
   781  			"ETH_P_802_3":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_3))},
   782  			"ETH_P_802_3_MIN":                  {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_3_MIN))},
   783  			"ETH_P_802_EX1":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_802_EX1))},
   784  			"ETH_P_AARP":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_AARP))},
   785  			"ETH_P_AF_IUCV":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_AF_IUCV))},
   786  			"ETH_P_ALL":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_ALL))},
   787  			"ETH_P_AOE":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_AOE))},
   788  			"ETH_P_ARCNET":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_ARCNET))},
   789  			"ETH_P_ARP":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_ARP))},
   790  			"ETH_P_ATALK":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_ATALK))},
   791  			"ETH_P_ATMFATE":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_ATMFATE))},
   792  			"ETH_P_ATMMPOA":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_ATMMPOA))},
   793  			"ETH_P_AX25":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_AX25))},
   794  			"ETH_P_BATMAN":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_BATMAN))},
   795  			"ETH_P_BPQ":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_BPQ))},
   796  			"ETH_P_CAIF":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_CAIF))},
   797  			"ETH_P_CAN":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_CAN))},
   798  			"ETH_P_CANFD":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_CANFD))},
   799  			"ETH_P_CONTROL":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_CONTROL))},
   800  			"ETH_P_CUST":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_CUST))},
   801  			"ETH_P_DDCMP":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_DDCMP))},
   802  			"ETH_P_DEC":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_DEC))},
   803  			"ETH_P_DIAG":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_DIAG))},
   804  			"ETH_P_DNA_DL":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_DNA_DL))},
   805  			"ETH_P_DNA_RC":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_DNA_RC))},
   806  			"ETH_P_DNA_RT":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_DNA_RT))},
   807  			"ETH_P_DSA":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_DSA))},
   808  			"ETH_P_ECONET":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_ECONET))},
   809  			"ETH_P_EDSA":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_EDSA))},
   810  			"ETH_P_FCOE":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_FCOE))},
   811  			"ETH_P_FIP":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_FIP))},
   812  			"ETH_P_HDLC":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_HDLC))},
   813  			"ETH_P_IEEE802154":                 {"untyped int", constant.MakeInt64(int64(q.ETH_P_IEEE802154))},
   814  			"ETH_P_IEEEPUP":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_IEEEPUP))},
   815  			"ETH_P_IEEEPUPAT":                  {"untyped int", constant.MakeInt64(int64(q.ETH_P_IEEEPUPAT))},
   816  			"ETH_P_IP":                         {"untyped int", constant.MakeInt64(int64(q.ETH_P_IP))},
   817  			"ETH_P_IPV6":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_IPV6))},
   818  			"ETH_P_IPX":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_IPX))},
   819  			"ETH_P_IRDA":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_IRDA))},
   820  			"ETH_P_LAT":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_LAT))},
   821  			"ETH_P_LINK_CTL":                   {"untyped int", constant.MakeInt64(int64(q.ETH_P_LINK_CTL))},
   822  			"ETH_P_LOCALTALK":                  {"untyped int", constant.MakeInt64(int64(q.ETH_P_LOCALTALK))},
   823  			"ETH_P_LOOP":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_LOOP))},
   824  			"ETH_P_MOBITEX":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_MOBITEX))},
   825  			"ETH_P_MPLS_MC":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_MPLS_MC))},
   826  			"ETH_P_MPLS_UC":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_MPLS_UC))},
   827  			"ETH_P_MVRP":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_MVRP))},
   828  			"ETH_P_PAE":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_PAE))},
   829  			"ETH_P_PAUSE":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_PAUSE))},
   830  			"ETH_P_PHONET":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_PHONET))},
   831  			"ETH_P_PPPTALK":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPPTALK))},
   832  			"ETH_P_PPP_DISC":                   {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPP_DISC))},
   833  			"ETH_P_PPP_MP":                     {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPP_MP))},
   834  			"ETH_P_PPP_SES":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_PPP_SES))},
   835  			"ETH_P_PRP":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_PRP))},
   836  			"ETH_P_PUP":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_PUP))},
   837  			"ETH_P_PUPAT":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_PUPAT))},
   838  			"ETH_P_QINQ1":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_QINQ1))},
   839  			"ETH_P_QINQ2":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_QINQ2))},
   840  			"ETH_P_QINQ3":                      {"untyped int", constant.MakeInt64(int64(q.ETH_P_QINQ3))},
   841  			"ETH_P_RARP":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_RARP))},
   842  			"ETH_P_SCA":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_SCA))},
   843  			"ETH_P_SLOW":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_SLOW))},
   844  			"ETH_P_SNAP":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_SNAP))},
   845  			"ETH_P_TDLS":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_TDLS))},
   846  			"ETH_P_TEB":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_TEB))},
   847  			"ETH_P_TIPC":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_TIPC))},
   848  			"ETH_P_TRAILER":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_TRAILER))},
   849  			"ETH_P_TR_802_2":                   {"untyped int", constant.MakeInt64(int64(q.ETH_P_TR_802_2))},
   850  			"ETH_P_WAN_PPP":                    {"untyped int", constant.MakeInt64(int64(q.ETH_P_WAN_PPP))},
   851  			"ETH_P_WCCP":                       {"untyped int", constant.MakeInt64(int64(q.ETH_P_WCCP))},
   852  			"ETH_P_X25":                        {"untyped int", constant.MakeInt64(int64(q.ETH_P_X25))},
   853  			"EXTA":                             {"untyped int", constant.MakeInt64(int64(q.EXTA))},
   854  			"EXTB":                             {"untyped int", constant.MakeInt64(int64(q.EXTB))},
   855  			"EXTPROC":                          {"untyped int", constant.MakeInt64(int64(q.EXTPROC))},
   856  			"FD_CLOEXEC":                       {"untyped int", constant.MakeInt64(int64(q.FD_CLOEXEC))},
   857  			"FD_SETSIZE":                       {"untyped int", constant.MakeInt64(int64(q.FD_SETSIZE))},
   858  			"FLUSHO":                           {"untyped int", constant.MakeInt64(int64(q.FLUSHO))},
   859  			"F_DUPFD":                          {"untyped int", constant.MakeInt64(int64(q.F_DUPFD))},
   860  			"F_DUPFD_CLOEXEC":                  {"untyped int", constant.MakeInt64(int64(q.F_DUPFD_CLOEXEC))},
   861  			"F_EXLCK":                          {"untyped int", constant.MakeInt64(int64(q.F_EXLCK))},
   862  			"F_GETFD":                          {"untyped int", constant.MakeInt64(int64(q.F_GETFD))},
   863  			"F_GETFL":                          {"untyped int", constant.MakeInt64(int64(q.F_GETFL))},
   864  			"F_GETLEASE":                       {"untyped int", constant.MakeInt64(int64(q.F_GETLEASE))},
   865  			"F_GETLK":                          {"untyped int", constant.MakeInt64(int64(q.F_GETLK))},
   866  			"F_GETLK64":                        {"untyped int", constant.MakeInt64(int64(q.F_GETLK64))},
   867  			"F_GETOWN":                         {"untyped int", constant.MakeInt64(int64(q.F_GETOWN))},
   868  			"F_GETOWN_EX":                      {"untyped int", constant.MakeInt64(int64(q.F_GETOWN_EX))},
   869  			"F_GETPIPE_SZ":                     {"untyped int", constant.MakeInt64(int64(q.F_GETPIPE_SZ))},
   870  			"F_GETSIG":                         {"untyped int", constant.MakeInt64(int64(q.F_GETSIG))},
   871  			"F_LOCK":                           {"untyped int", constant.MakeInt64(int64(q.F_LOCK))},
   872  			"F_NOTIFY":                         {"untyped int", constant.MakeInt64(int64(q.F_NOTIFY))},
   873  			"F_OK":                             {"untyped int", constant.MakeInt64(int64(q.F_OK))},
   874  			"F_RDLCK":                          {"untyped int", constant.MakeInt64(int64(q.F_RDLCK))},
   875  			"F_SETFD":                          {"untyped int", constant.MakeInt64(int64(q.F_SETFD))},
   876  			"F_SETFL":                          {"untyped int", constant.MakeInt64(int64(q.F_SETFL))},
   877  			"F_SETLEASE":                       {"untyped int", constant.MakeInt64(int64(q.F_SETLEASE))},
   878  			"F_SETLK":                          {"untyped int", constant.MakeInt64(int64(q.F_SETLK))},
   879  			"F_SETLK64":                        {"untyped int", constant.MakeInt64(int64(q.F_SETLK64))},
   880  			"F_SETLKW":                         {"untyped int", constant.MakeInt64(int64(q.F_SETLKW))},
   881  			"F_SETLKW64":                       {"untyped int", constant.MakeInt64(int64(q.F_SETLKW64))},
   882  			"F_SETOWN":                         {"untyped int", constant.MakeInt64(int64(q.F_SETOWN))},
   883  			"F_SETOWN_EX":                      {"untyped int", constant.MakeInt64(int64(q.F_SETOWN_EX))},
   884  			"F_SETPIPE_SZ":                     {"untyped int", constant.MakeInt64(int64(q.F_SETPIPE_SZ))},
   885  			"F_SETSIG":                         {"untyped int", constant.MakeInt64(int64(q.F_SETSIG))},
   886  			"F_SHLCK":                          {"untyped int", constant.MakeInt64(int64(q.F_SHLCK))},
   887  			"F_TEST":                           {"untyped int", constant.MakeInt64(int64(q.F_TEST))},
   888  			"F_TLOCK":                          {"untyped int", constant.MakeInt64(int64(q.F_TLOCK))},
   889  			"F_ULOCK":                          {"untyped int", constant.MakeInt64(int64(q.F_ULOCK))},
   890  			"F_UNLCK":                          {"untyped int", constant.MakeInt64(int64(q.F_UNLCK))},
   891  			"F_WRLCK":                          {"untyped int", constant.MakeInt64(int64(q.F_WRLCK))},
   892  			"HUPCL":                            {"untyped int", constant.MakeInt64(int64(q.HUPCL))},
   893  			"ICANON":                           {"untyped int", constant.MakeInt64(int64(q.ICANON))},
   894  			"ICMPV6_FILTER":                    {"untyped int", constant.MakeInt64(int64(q.ICMPV6_FILTER))},
   895  			"ICRNL":                            {"untyped int", constant.MakeInt64(int64(q.ICRNL))},
   896  			"IEXTEN":                           {"untyped int", constant.MakeInt64(int64(q.IEXTEN))},
   897  			"IFA_ADDRESS":                      {"untyped int", constant.MakeInt64(int64(q.IFA_ADDRESS))},
   898  			"IFA_ANYCAST":                      {"untyped int", constant.MakeInt64(int64(q.IFA_ANYCAST))},
   899  			"IFA_BROADCAST":                    {"untyped int", constant.MakeInt64(int64(q.IFA_BROADCAST))},
   900  			"IFA_CACHEINFO":                    {"untyped int", constant.MakeInt64(int64(q.IFA_CACHEINFO))},
   901  			"IFA_F_DADFAILED":                  {"untyped int", constant.MakeInt64(int64(q.IFA_F_DADFAILED))},
   902  			"IFA_F_DEPRECATED":                 {"untyped int", constant.MakeInt64(int64(q.IFA_F_DEPRECATED))},
   903  			"IFA_F_HOMEADDRESS":                {"untyped int", constant.MakeInt64(int64(q.IFA_F_HOMEADDRESS))},
   904  			"IFA_F_NODAD":                      {"untyped int", constant.MakeInt64(int64(q.IFA_F_NODAD))},
   905  			"IFA_F_OPTIMISTIC":                 {"untyped int", constant.MakeInt64(int64(q.IFA_F_OPTIMISTIC))},
   906  			"IFA_F_PERMANENT":                  {"untyped int", constant.MakeInt64(int64(q.IFA_F_PERMANENT))},
   907  			"IFA_F_SECONDARY":                  {"untyped int", constant.MakeInt64(int64(q.IFA_F_SECONDARY))},
   908  			"IFA_F_TEMPORARY":                  {"untyped int", constant.MakeInt64(int64(q.IFA_F_TEMPORARY))},
   909  			"IFA_F_TENTATIVE":                  {"untyped int", constant.MakeInt64(int64(q.IFA_F_TENTATIVE))},
   910  			"IFA_LABEL":                        {"untyped int", constant.MakeInt64(int64(q.IFA_LABEL))},
   911  			"IFA_LOCAL":                        {"untyped int", constant.MakeInt64(int64(q.IFA_LOCAL))},
   912  			"IFA_MAX":                          {"untyped int", constant.MakeInt64(int64(q.IFA_MAX))},
   913  			"IFA_MULTICAST":                    {"untyped int", constant.MakeInt64(int64(q.IFA_MULTICAST))},
   914  			"IFA_UNSPEC":                       {"untyped int", constant.MakeInt64(int64(q.IFA_UNSPEC))},
   915  			"IFF_802_1Q_VLAN":                  {"untyped int", constant.MakeInt64(int64(q.IFF_802_1Q_VLAN))},
   916  			"IFF_ALLMULTI":                     {"untyped int", constant.MakeInt64(int64(q.IFF_ALLMULTI))},
   917  			"IFF_ATTACH_QUEUE":                 {"untyped int", constant.MakeInt64(int64(q.IFF_ATTACH_QUEUE))},
   918  			"IFF_AUTOMEDIA":                    {"untyped int", constant.MakeInt64(int64(q.IFF_AUTOMEDIA))},
   919  			"IFF_BONDING":                      {"untyped int", constant.MakeInt64(int64(q.IFF_BONDING))},
   920  			"IFF_BRIDGE_PORT":                  {"untyped int", constant.MakeInt64(int64(q.IFF_BRIDGE_PORT))},
   921  			"IFF_BROADCAST":                    {"untyped int", constant.MakeInt64(int64(q.IFF_BROADCAST))},
   922  			"IFF_DEBUG":                        {"untyped int", constant.MakeInt64(int64(q.IFF_DEBUG))},
   923  			"IFF_DETACH_QUEUE":                 {"untyped int", constant.MakeInt64(int64(q.IFF_DETACH_QUEUE))},
   924  			"IFF_DISABLE_NETPOLL":              {"untyped int", constant.MakeInt64(int64(q.IFF_DISABLE_NETPOLL))},
   925  			"IFF_DONT_BRIDGE":                  {"untyped int", constant.MakeInt64(int64(q.IFF_DONT_BRIDGE))},
   926  			"IFF_DORMANT":                      {"untyped int", constant.MakeInt64(int64(q.IFF_DORMANT))},
   927  			"IFF_DYNAMIC":                      {"untyped int", constant.MakeInt64(int64(q.IFF_DYNAMIC))},
   928  			"IFF_EBRIDGE":                      {"untyped int", constant.MakeInt64(int64(q.IFF_EBRIDGE))},
   929  			"IFF_ECHO":                         {"untyped int", constant.MakeInt64(int64(q.IFF_ECHO))},
   930  			"IFF_ISATAP":                       {"untyped int", constant.MakeInt64(int64(q.IFF_ISATAP))},
   931  			"IFF_LIVE_ADDR_CHANGE":             {"untyped int", constant.MakeInt64(int64(q.IFF_LIVE_ADDR_CHANGE))},
   932  			"IFF_LOOPBACK":                     {"untyped int", constant.MakeInt64(int64(q.IFF_LOOPBACK))},
   933  			"IFF_LOWER_UP":                     {"untyped int", constant.MakeInt64(int64(q.IFF_LOWER_UP))},
   934  			"IFF_MACVLAN":                      {"untyped int", constant.MakeInt64(int64(q.IFF_MACVLAN))},
   935  			"IFF_MACVLAN_PORT":                 {"untyped int", constant.MakeInt64(int64(q.IFF_MACVLAN_PORT))},
   936  			"IFF_MASTER":                       {"untyped int", constant.MakeInt64(int64(q.IFF_MASTER))},
   937  			"IFF_MASTER_8023AD":                {"untyped int", constant.MakeInt64(int64(q.IFF_MASTER_8023AD))},
   938  			"IFF_MASTER_ALB":                   {"untyped int", constant.MakeInt64(int64(q.IFF_MASTER_ALB))},
   939  			"IFF_MASTER_ARPMON":                {"untyped int", constant.MakeInt64(int64(q.IFF_MASTER_ARPMON))},
   940  			"IFF_MULTICAST":                    {"untyped int", constant.MakeInt64(int64(q.IFF_MULTICAST))},
   941  			"IFF_MULTI_QUEUE":                  {"untyped int", constant.MakeInt64(int64(q.IFF_MULTI_QUEUE))},
   942  			"IFF_NOARP":                        {"untyped int", constant.MakeInt64(int64(q.IFF_NOARP))},
   943  			"IFF_NOFILTER":                     {"untyped int", constant.MakeInt64(int64(q.IFF_NOFILTER))},
   944  			"IFF_NOTRAILERS":                   {"untyped int", constant.MakeInt64(int64(q.IFF_NOTRAILERS))},
   945  			"IFF_NO_PI":                        {"untyped int", constant.MakeInt64(int64(q.IFF_NO_PI))},
   946  			"IFF_ONE_QUEUE":                    {"untyped int", constant.MakeInt64(int64(q.IFF_ONE_QUEUE))},
   947  			"IFF_OVS_DATAPATH":                 {"untyped int", constant.MakeInt64(int64(q.IFF_OVS_DATAPATH))},
   948  			"IFF_PERSIST":                      {"untyped int", constant.MakeInt64(int64(q.IFF_PERSIST))},
   949  			"IFF_POINTOPOINT":                  {"untyped int", constant.MakeInt64(int64(q.IFF_POINTOPOINT))},
   950  			"IFF_PORTSEL":                      {"untyped int", constant.MakeInt64(int64(q.IFF_PORTSEL))},
   951  			"IFF_PROMISC":                      {"untyped int", constant.MakeInt64(int64(q.IFF_PROMISC))},
   952  			"IFF_RUNNING":                      {"untyped int", constant.MakeInt64(int64(q.IFF_RUNNING))},
   953  			"IFF_SLAVE":                        {"untyped int", constant.MakeInt64(int64(q.IFF_SLAVE))},
   954  			"IFF_SLAVE_INACTIVE":               {"untyped int", constant.MakeInt64(int64(q.IFF_SLAVE_INACTIVE))},
   955  			"IFF_SLAVE_NEEDARP":                {"untyped int", constant.MakeInt64(int64(q.IFF_SLAVE_NEEDARP))},
   956  			"IFF_SUPP_NOFCS":                   {"untyped int", constant.MakeInt64(int64(q.IFF_SUPP_NOFCS))},
   957  			"IFF_TAP":                          {"untyped int", constant.MakeInt64(int64(q.IFF_TAP))},
   958  			"IFF_TEAM_PORT":                    {"untyped int", constant.MakeInt64(int64(q.IFF_TEAM_PORT))},
   959  			"IFF_TUN":                          {"untyped int", constant.MakeInt64(int64(q.IFF_TUN))},
   960  			"IFF_TUN_EXCL":                     {"untyped int", constant.MakeInt64(int64(q.IFF_TUN_EXCL))},
   961  			"IFF_TX_SKB_SHARING":               {"untyped int", constant.MakeInt64(int64(q.IFF_TX_SKB_SHARING))},
   962  			"IFF_UNICAST_FLT":                  {"untyped int", constant.MakeInt64(int64(q.IFF_UNICAST_FLT))},
   963  			"IFF_UP":                           {"untyped int", constant.MakeInt64(int64(q.IFF_UP))},
   964  			"IFF_VNET_HDR":                     {"untyped int", constant.MakeInt64(int64(q.IFF_VNET_HDR))},
   965  			"IFF_VOLATILE":                     {"untyped int", constant.MakeInt64(int64(q.IFF_VOLATILE))},
   966  			"IFF_WAN_HDLC":                     {"untyped int", constant.MakeInt64(int64(q.IFF_WAN_HDLC))},
   967  			"IFF_XMIT_DST_RELEASE":             {"untyped int", constant.MakeInt64(int64(q.IFF_XMIT_DST_RELEASE))},
   968  			"IFLA_ADDRESS":                     {"untyped int", constant.MakeInt64(int64(q.IFLA_ADDRESS))},
   969  			"IFLA_BROADCAST":                   {"untyped int", constant.MakeInt64(int64(q.IFLA_BROADCAST))},
   970  			"IFLA_COST":                        {"untyped int", constant.MakeInt64(int64(q.IFLA_COST))},
   971  			"IFLA_IFALIAS":                     {"untyped int", constant.MakeInt64(int64(q.IFLA_IFALIAS))},
   972  			"IFLA_IFNAME":                      {"untyped int", constant.MakeInt64(int64(q.IFLA_IFNAME))},
   973  			"IFLA_LINK":                        {"untyped int", constant.MakeInt64(int64(q.IFLA_LINK))},
   974  			"IFLA_LINKINFO":                    {"untyped int", constant.MakeInt64(int64(q.IFLA_LINKINFO))},
   975  			"IFLA_LINKMODE":                    {"untyped int", constant.MakeInt64(int64(q.IFLA_LINKMODE))},
   976  			"IFLA_MAP":                         {"untyped int", constant.MakeInt64(int64(q.IFLA_MAP))},
   977  			"IFLA_MASTER":                      {"untyped int", constant.MakeInt64(int64(q.IFLA_MASTER))},
   978  			"IFLA_MAX":                         {"untyped int", constant.MakeInt64(int64(q.IFLA_MAX))},
   979  			"IFLA_MTU":                         {"untyped int", constant.MakeInt64(int64(q.IFLA_MTU))},
   980  			"IFLA_NET_NS_PID":                  {"untyped int", constant.MakeInt64(int64(q.IFLA_NET_NS_PID))},
   981  			"IFLA_OPERSTATE":                   {"untyped int", constant.MakeInt64(int64(q.IFLA_OPERSTATE))},
   982  			"IFLA_PRIORITY":                    {"untyped int", constant.MakeInt64(int64(q.IFLA_PRIORITY))},
   983  			"IFLA_PROTINFO":                    {"untyped int", constant.MakeInt64(int64(q.IFLA_PROTINFO))},
   984  			"IFLA_QDISC":                       {"untyped int", constant.MakeInt64(int64(q.IFLA_QDISC))},
   985  			"IFLA_STATS":                       {"untyped int", constant.MakeInt64(int64(q.IFLA_STATS))},
   986  			"IFLA_TXQLEN":                      {"untyped int", constant.MakeInt64(int64(q.IFLA_TXQLEN))},
   987  			"IFLA_UNSPEC":                      {"untyped int", constant.MakeInt64(int64(q.IFLA_UNSPEC))},
   988  			"IFLA_WEIGHT":                      {"untyped int", constant.MakeInt64(int64(q.IFLA_WEIGHT))},
   989  			"IFLA_WIRELESS":                    {"untyped int", constant.MakeInt64(int64(q.IFLA_WIRELESS))},
   990  			"IFNAMSIZ":                         {"untyped int", constant.MakeInt64(int64(q.IFNAMSIZ))},
   991  			"IGNBRK":                           {"untyped int", constant.MakeInt64(int64(q.IGNBRK))},
   992  			"IGNCR":                            {"untyped int", constant.MakeInt64(int64(q.IGNCR))},
   993  			"IGNPAR":                           {"untyped int", constant.MakeInt64(int64(q.IGNPAR))},
   994  			"IMAXBEL":                          {"untyped int", constant.MakeInt64(int64(q.IMAXBEL))},
   995  			"INLCR":                            {"untyped int", constant.MakeInt64(int64(q.INLCR))},
   996  			"INPCK":                            {"untyped int", constant.MakeInt64(int64(q.INPCK))},
   997  			"IN_ACCESS":                        {"untyped int", constant.MakeInt64(int64(q.IN_ACCESS))},
   998  			"IN_ALL_EVENTS":                    {"untyped int", constant.MakeInt64(int64(q.IN_ALL_EVENTS))},
   999  			"IN_ATTRIB":                        {"untyped int", constant.MakeInt64(int64(q.IN_ATTRIB))},
  1000  			"IN_CLASSA_HOST":                   {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_HOST))},
  1001  			"IN_CLASSA_MAX":                    {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_MAX))},
  1002  			"IN_CLASSA_NET":                    {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_NET))},
  1003  			"IN_CLASSA_NSHIFT":                 {"untyped int", constant.MakeInt64(int64(q.IN_CLASSA_NSHIFT))},
  1004  			"IN_CLASSB_HOST":                   {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_HOST))},
  1005  			"IN_CLASSB_MAX":                    {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_MAX))},
  1006  			"IN_CLASSB_NET":                    {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_NET))},
  1007  			"IN_CLASSB_NSHIFT":                 {"untyped int", constant.MakeInt64(int64(q.IN_CLASSB_NSHIFT))},
  1008  			"IN_CLASSC_HOST":                   {"untyped int", constant.MakeInt64(int64(q.IN_CLASSC_HOST))},
  1009  			"IN_CLASSC_NET":                    {"untyped int", constant.MakeInt64(int64(q.IN_CLASSC_NET))},
  1010  			"IN_CLASSC_NSHIFT":                 {"untyped int", constant.MakeInt64(int64(q.IN_CLASSC_NSHIFT))},
  1011  			"IN_CLOEXEC":                       {"untyped int", constant.MakeInt64(int64(q.IN_CLOEXEC))},
  1012  			"IN_CLOSE":                         {"untyped int", constant.MakeInt64(int64(q.IN_CLOSE))},
  1013  			"IN_CLOSE_NOWRITE":                 {"untyped int", constant.MakeInt64(int64(q.IN_CLOSE_NOWRITE))},
  1014  			"IN_CLOSE_WRITE":                   {"untyped int", constant.MakeInt64(int64(q.IN_CLOSE_WRITE))},
  1015  			"IN_CREATE":                        {"untyped int", constant.MakeInt64(int64(q.IN_CREATE))},
  1016  			"IN_DELETE":                        {"untyped int", constant.MakeInt64(int64(q.IN_DELETE))},
  1017  			"IN_DELETE_SELF":                   {"untyped int", constant.MakeInt64(int64(q.IN_DELETE_SELF))},
  1018  			"IN_DONT_FOLLOW":                   {"untyped int", constant.MakeInt64(int64(q.IN_DONT_FOLLOW))},
  1019  			"IN_EXCL_UNLINK":                   {"untyped int", constant.MakeInt64(int64(q.IN_EXCL_UNLINK))},
  1020  			"IN_IGNORED":                       {"untyped int", constant.MakeInt64(int64(q.IN_IGNORED))},
  1021  			"IN_ISDIR":                         {"untyped int", constant.MakeInt64(int64(q.IN_ISDIR))},
  1022  			"IN_LOOPBACKNET":                   {"untyped int", constant.MakeInt64(int64(q.IN_LOOPBACKNET))},
  1023  			"IN_MASK_ADD":                      {"untyped int", constant.MakeInt64(int64(q.IN_MASK_ADD))},
  1024  			"IN_MODIFY":                        {"untyped int", constant.MakeInt64(int64(q.IN_MODIFY))},
  1025  			"IN_MOVE":                          {"untyped int", constant.MakeInt64(int64(q.IN_MOVE))},
  1026  			"IN_MOVED_FROM":                    {"untyped int", constant.MakeInt64(int64(q.IN_MOVED_FROM))},
  1027  			"IN_MOVED_TO":                      {"untyped int", constant.MakeInt64(int64(q.IN_MOVED_TO))},
  1028  			"IN_MOVE_SELF":                     {"untyped int", constant.MakeInt64(int64(q.IN_MOVE_SELF))},
  1029  			"IN_NONBLOCK":                      {"untyped int", constant.MakeInt64(int64(q.IN_NONBLOCK))},
  1030  			"IN_ONESHOT":                       {"untyped int", constant.MakeInt64(int64(q.IN_ONESHOT))},
  1031  			"IN_ONLYDIR":                       {"untyped int", constant.MakeInt64(int64(q.IN_ONLYDIR))},
  1032  			"IN_OPEN":                          {"untyped int", constant.MakeInt64(int64(q.IN_OPEN))},
  1033  			"IN_Q_OVERFLOW":                    {"untyped int", constant.MakeInt64(int64(q.IN_Q_OVERFLOW))},
  1034  			"IN_UNMOUNT":                       {"untyped int", constant.MakeInt64(int64(q.IN_UNMOUNT))},
  1035  			"IPPROTO_AH":                       {"untyped int", constant.MakeInt64(int64(q.IPPROTO_AH))},
  1036  			"IPPROTO_BEETPH":                   {"untyped int", constant.MakeInt64(int64(q.IPPROTO_BEETPH))},
  1037  			"IPPROTO_COMP":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_COMP))},
  1038  			"IPPROTO_DCCP":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_DCCP))},
  1039  			"IPPROTO_DSTOPTS":                  {"untyped int", constant.MakeInt64(int64(q.IPPROTO_DSTOPTS))},
  1040  			"IPPROTO_EGP":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_EGP))},
  1041  			"IPPROTO_ENCAP":                    {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ENCAP))},
  1042  			"IPPROTO_ESP":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ESP))},
  1043  			"IPPROTO_FRAGMENT":                 {"untyped int", constant.MakeInt64(int64(q.IPPROTO_FRAGMENT))},
  1044  			"IPPROTO_GRE":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_GRE))},
  1045  			"IPPROTO_HOPOPTS":                  {"untyped int", constant.MakeInt64(int64(q.IPPROTO_HOPOPTS))},
  1046  			"IPPROTO_ICMP":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ICMP))},
  1047  			"IPPROTO_ICMPV6":                   {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ICMPV6))},
  1048  			"IPPROTO_IDP":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IDP))},
  1049  			"IPPROTO_IGMP":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IGMP))},
  1050  			"IPPROTO_IP":                       {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IP))},
  1051  			"IPPROTO_IPIP":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IPIP))},
  1052  			"IPPROTO_IPV6":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_IPV6))},
  1053  			"IPPROTO_MH":                       {"untyped int", constant.MakeInt64(int64(q.IPPROTO_MH))},
  1054  			"IPPROTO_MTP":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_MTP))},
  1055  			"IPPROTO_NONE":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_NONE))},
  1056  			"IPPROTO_PIM":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_PIM))},
  1057  			"IPPROTO_PUP":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_PUP))},
  1058  			"IPPROTO_RAW":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_RAW))},
  1059  			"IPPROTO_ROUTING":                  {"untyped int", constant.MakeInt64(int64(q.IPPROTO_ROUTING))},
  1060  			"IPPROTO_RSVP":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_RSVP))},
  1061  			"IPPROTO_SCTP":                     {"untyped int", constant.MakeInt64(int64(q.IPPROTO_SCTP))},
  1062  			"IPPROTO_TCP":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_TCP))},
  1063  			"IPPROTO_TP":                       {"untyped int", constant.MakeInt64(int64(q.IPPROTO_TP))},
  1064  			"IPPROTO_UDP":                      {"untyped int", constant.MakeInt64(int64(q.IPPROTO_UDP))},
  1065  			"IPPROTO_UDPLITE":                  {"untyped int", constant.MakeInt64(int64(q.IPPROTO_UDPLITE))},
  1066  			"IPV6_2292DSTOPTS":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_2292DSTOPTS))},
  1067  			"IPV6_2292HOPLIMIT":                {"untyped int", constant.MakeInt64(int64(q.IPV6_2292HOPLIMIT))},
  1068  			"IPV6_2292HOPOPTS":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_2292HOPOPTS))},
  1069  			"IPV6_2292PKTINFO":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_2292PKTINFO))},
  1070  			"IPV6_2292PKTOPTIONS":              {"untyped int", constant.MakeInt64(int64(q.IPV6_2292PKTOPTIONS))},
  1071  			"IPV6_2292RTHDR":                   {"untyped int", constant.MakeInt64(int64(q.IPV6_2292RTHDR))},
  1072  			"IPV6_ADDRFORM":                    {"untyped int", constant.MakeInt64(int64(q.IPV6_ADDRFORM))},
  1073  			"IPV6_ADD_MEMBERSHIP":              {"untyped int", constant.MakeInt64(int64(q.IPV6_ADD_MEMBERSHIP))},
  1074  			"IPV6_AUTHHDR":                     {"untyped int", constant.MakeInt64(int64(q.IPV6_AUTHHDR))},
  1075  			"IPV6_CHECKSUM":                    {"untyped int", constant.MakeInt64(int64(q.IPV6_CHECKSUM))},
  1076  			"IPV6_DROP_MEMBERSHIP":             {"untyped int", constant.MakeInt64(int64(q.IPV6_DROP_MEMBERSHIP))},
  1077  			"IPV6_DSTOPTS":                     {"untyped int", constant.MakeInt64(int64(q.IPV6_DSTOPTS))},
  1078  			"IPV6_HOPLIMIT":                    {"untyped int", constant.MakeInt64(int64(q.IPV6_HOPLIMIT))},
  1079  			"IPV6_HOPOPTS":                     {"untyped int", constant.MakeInt64(int64(q.IPV6_HOPOPTS))},
  1080  			"IPV6_IPSEC_POLICY":                {"untyped int", constant.MakeInt64(int64(q.IPV6_IPSEC_POLICY))},
  1081  			"IPV6_JOIN_ANYCAST":                {"untyped int", constant.MakeInt64(int64(q.IPV6_JOIN_ANYCAST))},
  1082  			"IPV6_JOIN_GROUP":                  {"untyped int", constant.MakeInt64(int64(q.IPV6_JOIN_GROUP))},
  1083  			"IPV6_LEAVE_ANYCAST":               {"untyped int", constant.MakeInt64(int64(q.IPV6_LEAVE_ANYCAST))},
  1084  			"IPV6_LEAVE_GROUP":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_LEAVE_GROUP))},
  1085  			"IPV6_MTU":                         {"untyped int", constant.MakeInt64(int64(q.IPV6_MTU))},
  1086  			"IPV6_MTU_DISCOVER":                {"untyped int", constant.MakeInt64(int64(q.IPV6_MTU_DISCOVER))},
  1087  			"IPV6_MULTICAST_HOPS":              {"untyped int", constant.MakeInt64(int64(q.IPV6_MULTICAST_HOPS))},
  1088  			"IPV6_MULTICAST_IF":                {"untyped int", constant.MakeInt64(int64(q.IPV6_MULTICAST_IF))},
  1089  			"IPV6_MULTICAST_LOOP":              {"untyped int", constant.MakeInt64(int64(q.IPV6_MULTICAST_LOOP))},
  1090  			"IPV6_NEXTHOP":                     {"untyped int", constant.MakeInt64(int64(q.IPV6_NEXTHOP))},
  1091  			"IPV6_PKTINFO":                     {"untyped int", constant.MakeInt64(int64(q.IPV6_PKTINFO))},
  1092  			"IPV6_PMTUDISC_DO":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_DO))},
  1093  			"IPV6_PMTUDISC_DONT":               {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_DONT))},
  1094  			"IPV6_PMTUDISC_PROBE":              {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_PROBE))},
  1095  			"IPV6_PMTUDISC_WANT":               {"untyped int", constant.MakeInt64(int64(q.IPV6_PMTUDISC_WANT))},
  1096  			"IPV6_RECVDSTOPTS":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVDSTOPTS))},
  1097  			"IPV6_RECVERR":                     {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVERR))},
  1098  			"IPV6_RECVHOPLIMIT":                {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVHOPLIMIT))},
  1099  			"IPV6_RECVHOPOPTS":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVHOPOPTS))},
  1100  			"IPV6_RECVPKTINFO":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVPKTINFO))},
  1101  			"IPV6_RECVRTHDR":                   {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVRTHDR))},
  1102  			"IPV6_RECVTCLASS":                  {"untyped int", constant.MakeInt64(int64(q.IPV6_RECVTCLASS))},
  1103  			"IPV6_ROUTER_ALERT":                {"untyped int", constant.MakeInt64(int64(q.IPV6_ROUTER_ALERT))},
  1104  			"IPV6_RTHDR":                       {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR))},
  1105  			"IPV6_RTHDRDSTOPTS":                {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDRDSTOPTS))},
  1106  			"IPV6_RTHDR_LOOSE":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR_LOOSE))},
  1107  			"IPV6_RTHDR_STRICT":                {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR_STRICT))},
  1108  			"IPV6_RTHDR_TYPE_0":                {"untyped int", constant.MakeInt64(int64(q.IPV6_RTHDR_TYPE_0))},
  1109  			"IPV6_RXDSTOPTS":                   {"untyped int", constant.MakeInt64(int64(q.IPV6_RXDSTOPTS))},
  1110  			"IPV6_RXHOPOPTS":                   {"untyped int", constant.MakeInt64(int64(q.IPV6_RXHOPOPTS))},
  1111  			"IPV6_TCLASS":                      {"untyped int", constant.MakeInt64(int64(q.IPV6_TCLASS))},
  1112  			"IPV6_UNICAST_HOPS":                {"untyped int", constant.MakeInt64(int64(q.IPV6_UNICAST_HOPS))},
  1113  			"IPV6_V6ONLY":                      {"untyped int", constant.MakeInt64(int64(q.IPV6_V6ONLY))},
  1114  			"IPV6_XFRM_POLICY":                 {"untyped int", constant.MakeInt64(int64(q.IPV6_XFRM_POLICY))},
  1115  			"IP_ADD_MEMBERSHIP":                {"untyped int", constant.MakeInt64(int64(q.IP_ADD_MEMBERSHIP))},
  1116  			"IP_ADD_SOURCE_MEMBERSHIP":         {"untyped int", constant.MakeInt64(int64(q.IP_ADD_SOURCE_MEMBERSHIP))},
  1117  			"IP_BLOCK_SOURCE":                  {"untyped int", constant.MakeInt64(int64(q.IP_BLOCK_SOURCE))},
  1118  			"IP_DEFAULT_MULTICAST_LOOP":        {"untyped int", constant.MakeInt64(int64(q.IP_DEFAULT_MULTICAST_LOOP))},
  1119  			"IP_DEFAULT_MULTICAST_TTL":         {"untyped int", constant.MakeInt64(int64(q.IP_DEFAULT_MULTICAST_TTL))},
  1120  			"IP_DF":                            {"untyped int", constant.MakeInt64(int64(q.IP_DF))},
  1121  			"IP_DROP_MEMBERSHIP":               {"untyped int", constant.MakeInt64(int64(q.IP_DROP_MEMBERSHIP))},
  1122  			"IP_DROP_SOURCE_MEMBERSHIP":        {"untyped int", constant.MakeInt64(int64(q.IP_DROP_SOURCE_MEMBERSHIP))},
  1123  			"IP_FREEBIND":                      {"untyped int", constant.MakeInt64(int64(q.IP_FREEBIND))},
  1124  			"IP_HDRINCL":                       {"untyped int", constant.MakeInt64(int64(q.IP_HDRINCL))},
  1125  			"IP_IPSEC_POLICY":                  {"untyped int", constant.MakeInt64(int64(q.IP_IPSEC_POLICY))},
  1126  			"IP_MAXPACKET":                     {"untyped int", constant.MakeInt64(int64(q.IP_MAXPACKET))},
  1127  			"IP_MAX_MEMBERSHIPS":               {"untyped int", constant.MakeInt64(int64(q.IP_MAX_MEMBERSHIPS))},
  1128  			"IP_MF":                            {"untyped int", constant.MakeInt64(int64(q.IP_MF))},
  1129  			"IP_MINTTL":                        {"untyped int", constant.MakeInt64(int64(q.IP_MINTTL))},
  1130  			"IP_MSFILTER":                      {"untyped int", constant.MakeInt64(int64(q.IP_MSFILTER))},
  1131  			"IP_MSS":                           {"untyped int", constant.MakeInt64(int64(q.IP_MSS))},
  1132  			"IP_MTU":                           {"untyped int", constant.MakeInt64(int64(q.IP_MTU))},
  1133  			"IP_MTU_DISCOVER":                  {"untyped int", constant.MakeInt64(int64(q.IP_MTU_DISCOVER))},
  1134  			"IP_MULTICAST_ALL":                 {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_ALL))},
  1135  			"IP_MULTICAST_IF":                  {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_IF))},
  1136  			"IP_MULTICAST_LOOP":                {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_LOOP))},
  1137  			"IP_MULTICAST_TTL":                 {"untyped int", constant.MakeInt64(int64(q.IP_MULTICAST_TTL))},
  1138  			"IP_OFFMASK":                       {"untyped int", constant.MakeInt64(int64(q.IP_OFFMASK))},
  1139  			"IP_OPTIONS":                       {"untyped int", constant.MakeInt64(int64(q.IP_OPTIONS))},
  1140  			"IP_ORIGDSTADDR":                   {"untyped int", constant.MakeInt64(int64(q.IP_ORIGDSTADDR))},
  1141  			"IP_PASSSEC":                       {"untyped int", constant.MakeInt64(int64(q.IP_PASSSEC))},
  1142  			"IP_PKTINFO":                       {"untyped int", constant.MakeInt64(int64(q.IP_PKTINFO))},
  1143  			"IP_PKTOPTIONS":                    {"untyped int", constant.MakeInt64(int64(q.IP_PKTOPTIONS))},
  1144  			"IP_PMTUDISC":                      {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC))},
  1145  			"IP_PMTUDISC_DO":                   {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_DO))},
  1146  			"IP_PMTUDISC_DONT":                 {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_DONT))},
  1147  			"IP_PMTUDISC_PROBE":                {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_PROBE))},
  1148  			"IP_PMTUDISC_WANT":                 {"untyped int", constant.MakeInt64(int64(q.IP_PMTUDISC_WANT))},
  1149  			"IP_RECVERR":                       {"untyped int", constant.MakeInt64(int64(q.IP_RECVERR))},
  1150  			"IP_RECVOPTS":                      {"untyped int", constant.MakeInt64(int64(q.IP_RECVOPTS))},
  1151  			"IP_RECVORIGDSTADDR":               {"untyped int", constant.MakeInt64(int64(q.IP_RECVORIGDSTADDR))},
  1152  			"IP_RECVRETOPTS":                   {"untyped int", constant.MakeInt64(int64(q.IP_RECVRETOPTS))},
  1153  			"IP_RECVTOS":                       {"untyped int", constant.MakeInt64(int64(q.IP_RECVTOS))},
  1154  			"IP_RECVTTL":                       {"untyped int", constant.MakeInt64(int64(q.IP_RECVTTL))},
  1155  			"IP_RETOPTS":                       {"untyped int", constant.MakeInt64(int64(q.IP_RETOPTS))},
  1156  			"IP_RF":                            {"untyped int", constant.MakeInt64(int64(q.IP_RF))},
  1157  			"IP_ROUTER_ALERT":                  {"untyped int", constant.MakeInt64(int64(q.IP_ROUTER_ALERT))},
  1158  			"IP_TOS":                           {"untyped int", constant.MakeInt64(int64(q.IP_TOS))},
  1159  			"IP_TRANSPARENT":                   {"untyped int", constant.MakeInt64(int64(q.IP_TRANSPARENT))},
  1160  			"IP_TTL":                           {"untyped int", constant.MakeInt64(int64(q.IP_TTL))},
  1161  			"IP_UNBLOCK_SOURCE":                {"untyped int", constant.MakeInt64(int64(q.IP_UNBLOCK_SOURCE))},
  1162  			"IP_UNICAST_IF":                    {"untyped int", constant.MakeInt64(int64(q.IP_UNICAST_IF))},
  1163  			"IP_XFRM_POLICY":                   {"untyped int", constant.MakeInt64(int64(q.IP_XFRM_POLICY))},
  1164  			"ISIG":                             {"untyped int", constant.MakeInt64(int64(q.ISIG))},
  1165  			"ISTRIP":                           {"untyped int", constant.MakeInt64(int64(q.ISTRIP))},
  1166  			"IUCLC":                            {"untyped int", constant.MakeInt64(int64(q.IUCLC))},
  1167  			"IUTF8":                            {"untyped int", constant.MakeInt64(int64(q.IUTF8))},
  1168  			"IXANY":                            {"untyped int", constant.MakeInt64(int64(q.IXANY))},
  1169  			"IXOFF":                            {"untyped int", constant.MakeInt64(int64(q.IXOFF))},
  1170  			"IXON":                             {"untyped int", constant.MakeInt64(int64(q.IXON))},
  1171  			"ImplementsGetwd":                  {"untyped bool", constant.MakeBool(bool(q.ImplementsGetwd))},
  1172  			"LINUX_REBOOT_CMD_CAD_OFF":         {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_CAD_OFF))},
  1173  			"LINUX_REBOOT_CMD_CAD_ON":          {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_CAD_ON))},
  1174  			"LINUX_REBOOT_CMD_HALT":            {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_HALT))},
  1175  			"LINUX_REBOOT_CMD_KEXEC":           {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_KEXEC))},
  1176  			"LINUX_REBOOT_CMD_POWER_OFF":       {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_POWER_OFF))},
  1177  			"LINUX_REBOOT_CMD_RESTART":         {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_RESTART))},
  1178  			"LINUX_REBOOT_CMD_RESTART2":        {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_RESTART2))},
  1179  			"LINUX_REBOOT_CMD_SW_SUSPEND":      {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_CMD_SW_SUSPEND))},
  1180  			"LINUX_REBOOT_MAGIC1":              {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_MAGIC1))},
  1181  			"LINUX_REBOOT_MAGIC2":              {"untyped int", constant.MakeInt64(int64(q.LINUX_REBOOT_MAGIC2))},
  1182  			"LOCK_EX":                          {"untyped int", constant.MakeInt64(int64(q.LOCK_EX))},
  1183  			"LOCK_NB":                          {"untyped int", constant.MakeInt64(int64(q.LOCK_NB))},
  1184  			"LOCK_SH":                          {"untyped int", constant.MakeInt64(int64(q.LOCK_SH))},
  1185  			"LOCK_UN":                          {"untyped int", constant.MakeInt64(int64(q.LOCK_UN))},
  1186  			"MADV_DODUMP":                      {"untyped int", constant.MakeInt64(int64(q.MADV_DODUMP))},
  1187  			"MADV_DOFORK":                      {"untyped int", constant.MakeInt64(int64(q.MADV_DOFORK))},
  1188  			"MADV_DONTDUMP":                    {"untyped int", constant.MakeInt64(int64(q.MADV_DONTDUMP))},
  1189  			"MADV_DONTFORK":                    {"untyped int", constant.MakeInt64(int64(q.MADV_DONTFORK))},
  1190  			"MADV_DONTNEED":                    {"untyped int", constant.MakeInt64(int64(q.MADV_DONTNEED))},
  1191  			"MADV_HUGEPAGE":                    {"untyped int", constant.MakeInt64(int64(q.MADV_HUGEPAGE))},
  1192  			"MADV_HWPOISON":                    {"untyped int", constant.MakeInt64(int64(q.MADV_HWPOISON))},
  1193  			"MADV_MERGEABLE":                   {"untyped int", constant.MakeInt64(int64(q.MADV_MERGEABLE))},
  1194  			"MADV_NOHUGEPAGE":                  {"untyped int", constant.MakeInt64(int64(q.MADV_NOHUGEPAGE))},
  1195  			"MADV_NORMAL":                      {"untyped int", constant.MakeInt64(int64(q.MADV_NORMAL))},
  1196  			"MADV_RANDOM":                      {"untyped int", constant.MakeInt64(int64(q.MADV_RANDOM))},
  1197  			"MADV_REMOVE":                      {"untyped int", constant.MakeInt64(int64(q.MADV_REMOVE))},
  1198  			"MADV_SEQUENTIAL":                  {"untyped int", constant.MakeInt64(int64(q.MADV_SEQUENTIAL))},
  1199  			"MADV_UNMERGEABLE":                 {"untyped int", constant.MakeInt64(int64(q.MADV_UNMERGEABLE))},
  1200  			"MADV_WILLNEED":                    {"untyped int", constant.MakeInt64(int64(q.MADV_WILLNEED))},
  1201  			"MAP_ANON":                         {"untyped int", constant.MakeInt64(int64(q.MAP_ANON))},
  1202  			"MAP_ANONYMOUS":                    {"untyped int", constant.MakeInt64(int64(q.MAP_ANONYMOUS))},
  1203  			"MAP_DENYWRITE":                    {"untyped int", constant.MakeInt64(int64(q.MAP_DENYWRITE))},
  1204  			"MAP_EXECUTABLE":                   {"untyped int", constant.MakeInt64(int64(q.MAP_EXECUTABLE))},
  1205  			"MAP_FILE":                         {"untyped int", constant.MakeInt64(int64(q.MAP_FILE))},
  1206  			"MAP_FIXED":                        {"untyped int", constant.MakeInt64(int64(q.MAP_FIXED))},
  1207  			"MAP_GROWSDOWN":                    {"untyped int", constant.MakeInt64(int64(q.MAP_GROWSDOWN))},
  1208  			"MAP_HUGETLB":                      {"untyped int", constant.MakeInt64(int64(q.MAP_HUGETLB))},
  1209  			"MAP_HUGE_MASK":                    {"untyped int", constant.MakeInt64(int64(q.MAP_HUGE_MASK))},
  1210  			"MAP_HUGE_SHIFT":                   {"untyped int", constant.MakeInt64(int64(q.MAP_HUGE_SHIFT))},
  1211  			"MAP_LOCKED":                       {"untyped int", constant.MakeInt64(int64(q.MAP_LOCKED))},
  1212  			"MAP_NONBLOCK":                     {"untyped int", constant.MakeInt64(int64(q.MAP_NONBLOCK))},
  1213  			"MAP_NORESERVE":                    {"untyped int", constant.MakeInt64(int64(q.MAP_NORESERVE))},
  1214  			"MAP_POPULATE":                     {"untyped int", constant.MakeInt64(int64(q.MAP_POPULATE))},
  1215  			"MAP_PRIVATE":                      {"untyped int", constant.MakeInt64(int64(q.MAP_PRIVATE))},
  1216  			"MAP_SHARED":                       {"untyped int", constant.MakeInt64(int64(q.MAP_SHARED))},
  1217  			"MAP_STACK":                        {"untyped int", constant.MakeInt64(int64(q.MAP_STACK))},
  1218  			"MAP_TYPE":                         {"untyped int", constant.MakeInt64(int64(q.MAP_TYPE))},
  1219  			"MCL_CURRENT":                      {"untyped int", constant.MakeInt64(int64(q.MCL_CURRENT))},
  1220  			"MCL_FUTURE":                       {"untyped int", constant.MakeInt64(int64(q.MCL_FUTURE))},
  1221  			"MNT_DETACH":                       {"untyped int", constant.MakeInt64(int64(q.MNT_DETACH))},
  1222  			"MNT_EXPIRE":                       {"untyped int", constant.MakeInt64(int64(q.MNT_EXPIRE))},
  1223  			"MNT_FORCE":                        {"untyped int", constant.MakeInt64(int64(q.MNT_FORCE))},
  1224  			"MSG_CMSG_CLOEXEC":                 {"untyped int", constant.MakeInt64(int64(q.MSG_CMSG_CLOEXEC))},
  1225  			"MSG_CONFIRM":                      {"untyped int", constant.MakeInt64(int64(q.MSG_CONFIRM))},
  1226  			"MSG_CTRUNC":                       {"untyped int", constant.MakeInt64(int64(q.MSG_CTRUNC))},
  1227  			"MSG_DONTROUTE":                    {"untyped int", constant.MakeInt64(int64(q.MSG_DONTROUTE))},
  1228  			"MSG_DONTWAIT":                     {"untyped int", constant.MakeInt64(int64(q.MSG_DONTWAIT))},
  1229  			"MSG_EOR":                          {"untyped int", constant.MakeInt64(int64(q.MSG_EOR))},
  1230  			"MSG_ERRQUEUE":                     {"untyped int", constant.MakeInt64(int64(q.MSG_ERRQUEUE))},
  1231  			"MSG_FASTOPEN":                     {"untyped int", constant.MakeInt64(int64(q.MSG_FASTOPEN))},
  1232  			"MSG_FIN":                          {"untyped int", constant.MakeInt64(int64(q.MSG_FIN))},
  1233  			"MSG_MORE":                         {"untyped int", constant.MakeInt64(int64(q.MSG_MORE))},
  1234  			"MSG_NOSIGNAL":                     {"untyped int", constant.MakeInt64(int64(q.MSG_NOSIGNAL))},
  1235  			"MSG_OOB":                          {"untyped int", constant.MakeInt64(int64(q.MSG_OOB))},
  1236  			"MSG_PEEK":                         {"untyped int", constant.MakeInt64(int64(q.MSG_PEEK))},
  1237  			"MSG_PROXY":                        {"untyped int", constant.MakeInt64(int64(q.MSG_PROXY))},
  1238  			"MSG_RST":                          {"untyped int", constant.MakeInt64(int64(q.MSG_RST))},
  1239  			"MSG_SYN":                          {"untyped int", constant.MakeInt64(int64(q.MSG_SYN))},
  1240  			"MSG_TRUNC":                        {"untyped int", constant.MakeInt64(int64(q.MSG_TRUNC))},
  1241  			"MSG_TRYHARD":                      {"untyped int", constant.MakeInt64(int64(q.MSG_TRYHARD))},
  1242  			"MSG_WAITALL":                      {"untyped int", constant.MakeInt64(int64(q.MSG_WAITALL))},
  1243  			"MSG_WAITFORONE":                   {"untyped int", constant.MakeInt64(int64(q.MSG_WAITFORONE))},
  1244  			"MS_ACTIVE":                        {"untyped int", constant.MakeInt64(int64(q.MS_ACTIVE))},
  1245  			"MS_ASYNC":                         {"untyped int", constant.MakeInt64(int64(q.MS_ASYNC))},
  1246  			"MS_BIND":                          {"untyped int", constant.MakeInt64(int64(q.MS_BIND))},
  1247  			"MS_DIRSYNC":                       {"untyped int", constant.MakeInt64(int64(q.MS_DIRSYNC))},
  1248  			"MS_INVALIDATE":                    {"untyped int", constant.MakeInt64(int64(q.MS_INVALIDATE))},
  1249  			"MS_I_VERSION":                     {"untyped int", constant.MakeInt64(int64(q.MS_I_VERSION))},
  1250  			"MS_KERNMOUNT":                     {"untyped int", constant.MakeInt64(int64(q.MS_KERNMOUNT))},
  1251  			"MS_MANDLOCK":                      {"untyped int", constant.MakeInt64(int64(q.MS_MANDLOCK))},
  1252  			"MS_MGC_MSK":                       {"untyped int", constant.MakeInt64(int64(q.MS_MGC_MSK))},
  1253  			"MS_MGC_VAL":                       {"untyped int", constant.MakeInt64(int64(q.MS_MGC_VAL))},
  1254  			"MS_MOVE":                          {"untyped int", constant.MakeInt64(int64(q.MS_MOVE))},
  1255  			"MS_NOATIME":                       {"untyped int", constant.MakeInt64(int64(q.MS_NOATIME))},
  1256  			"MS_NODEV":                         {"untyped int", constant.MakeInt64(int64(q.MS_NODEV))},
  1257  			"MS_NODIRATIME":                    {"untyped int", constant.MakeInt64(int64(q.MS_NODIRATIME))},
  1258  			"MS_NOEXEC":                        {"untyped int", constant.MakeInt64(int64(q.MS_NOEXEC))},
  1259  			"MS_NOSUID":                        {"untyped int", constant.MakeInt64(int64(q.MS_NOSUID))},
  1260  			"MS_NOUSER":                        {"untyped int", constant.MakeInt64(int64(q.MS_NOUSER))},
  1261  			"MS_POSIXACL":                      {"untyped int", constant.MakeInt64(int64(q.MS_POSIXACL))},
  1262  			"MS_PRIVATE":                       {"untyped int", constant.MakeInt64(int64(q.MS_PRIVATE))},
  1263  			"MS_RDONLY":                        {"untyped int", constant.MakeInt64(int64(q.MS_RDONLY))},
  1264  			"MS_REC":                           {"untyped int", constant.MakeInt64(int64(q.MS_REC))},
  1265  			"MS_RELATIME":                      {"untyped int", constant.MakeInt64(int64(q.MS_RELATIME))},
  1266  			"MS_REMOUNT":                       {"untyped int", constant.MakeInt64(int64(q.MS_REMOUNT))},
  1267  			"MS_RMT_MASK":                      {"untyped int", constant.MakeInt64(int64(q.MS_RMT_MASK))},
  1268  			"MS_SHARED":                        {"untyped int", constant.MakeInt64(int64(q.MS_SHARED))},
  1269  			"MS_SILENT":                        {"untyped int", constant.MakeInt64(int64(q.MS_SILENT))},
  1270  			"MS_SLAVE":                         {"untyped int", constant.MakeInt64(int64(q.MS_SLAVE))},
  1271  			"MS_STRICTATIME":                   {"untyped int", constant.MakeInt64(int64(q.MS_STRICTATIME))},
  1272  			"MS_SYNC":                          {"untyped int", constant.MakeInt64(int64(q.MS_SYNC))},
  1273  			"MS_SYNCHRONOUS":                   {"untyped int", constant.MakeInt64(int64(q.MS_SYNCHRONOUS))},
  1274  			"MS_UNBINDABLE":                    {"untyped int", constant.MakeInt64(int64(q.MS_UNBINDABLE))},
  1275  			"NAME_MAX":                         {"untyped int", constant.MakeInt64(int64(q.NAME_MAX))},
  1276  			"NETLINK_ADD_MEMBERSHIP":           {"untyped int", constant.MakeInt64(int64(q.NETLINK_ADD_MEMBERSHIP))},
  1277  			"NETLINK_AUDIT":                    {"untyped int", constant.MakeInt64(int64(q.NETLINK_AUDIT))},
  1278  			"NETLINK_BROADCAST_ERROR":          {"untyped int", constant.MakeInt64(int64(q.NETLINK_BROADCAST_ERROR))},
  1279  			"NETLINK_CONNECTOR":                {"untyped int", constant.MakeInt64(int64(q.NETLINK_CONNECTOR))},
  1280  			"NETLINK_CRYPTO":                   {"untyped int", constant.MakeInt64(int64(q.NETLINK_CRYPTO))},
  1281  			"NETLINK_DNRTMSG":                  {"untyped int", constant.MakeInt64(int64(q.NETLINK_DNRTMSG))},
  1282  			"NETLINK_DROP_MEMBERSHIP":          {"untyped int", constant.MakeInt64(int64(q.NETLINK_DROP_MEMBERSHIP))},
  1283  			"NETLINK_ECRYPTFS":                 {"untyped int", constant.MakeInt64(int64(q.NETLINK_ECRYPTFS))},
  1284  			"NETLINK_FIB_LOOKUP":               {"untyped int", constant.MakeInt64(int64(q.NETLINK_FIB_LOOKUP))},
  1285  			"NETLINK_FIREWALL":                 {"untyped int", constant.MakeInt64(int64(q.NETLINK_FIREWALL))},
  1286  			"NETLINK_GENERIC":                  {"untyped int", constant.MakeInt64(int64(q.NETLINK_GENERIC))},
  1287  			"NETLINK_INET_DIAG":                {"untyped int", constant.MakeInt64(int64(q.NETLINK_INET_DIAG))},
  1288  			"NETLINK_IP6_FW":                   {"untyped int", constant.MakeInt64(int64(q.NETLINK_IP6_FW))},
  1289  			"NETLINK_ISCSI":                    {"untyped int", constant.MakeInt64(int64(q.NETLINK_ISCSI))},
  1290  			"NETLINK_KOBJECT_UEVENT":           {"untyped int", constant.MakeInt64(int64(q.NETLINK_KOBJECT_UEVENT))},
  1291  			"NETLINK_NETFILTER":                {"untyped int", constant.MakeInt64(int64(q.NETLINK_NETFILTER))},
  1292  			"NETLINK_NFLOG":                    {"untyped int", constant.MakeInt64(int64(q.NETLINK_NFLOG))},
  1293  			"NETLINK_NO_ENOBUFS":               {"untyped int", constant.MakeInt64(int64(q.NETLINK_NO_ENOBUFS))},
  1294  			"NETLINK_PKTINFO":                  {"untyped int", constant.MakeInt64(int64(q.NETLINK_PKTINFO))},
  1295  			"NETLINK_RDMA":                     {"untyped int", constant.MakeInt64(int64(q.NETLINK_RDMA))},
  1296  			"NETLINK_ROUTE":                    {"untyped int", constant.MakeInt64(int64(q.NETLINK_ROUTE))},
  1297  			"NETLINK_RX_RING":                  {"untyped int", constant.MakeInt64(int64(q.NETLINK_RX_RING))},
  1298  			"NETLINK_SCSITRANSPORT":            {"untyped int", constant.MakeInt64(int64(q.NETLINK_SCSITRANSPORT))},
  1299  			"NETLINK_SELINUX":                  {"untyped int", constant.MakeInt64(int64(q.NETLINK_SELINUX))},
  1300  			"NETLINK_SOCK_DIAG":                {"untyped int", constant.MakeInt64(int64(q.NETLINK_SOCK_DIAG))},
  1301  			"NETLINK_TX_RING":                  {"untyped int", constant.MakeInt64(int64(q.NETLINK_TX_RING))},
  1302  			"NETLINK_UNUSED":                   {"untyped int", constant.MakeInt64(int64(q.NETLINK_UNUSED))},
  1303  			"NETLINK_USERSOCK":                 {"untyped int", constant.MakeInt64(int64(q.NETLINK_USERSOCK))},
  1304  			"NETLINK_XFRM":                     {"untyped int", constant.MakeInt64(int64(q.NETLINK_XFRM))},
  1305  			"NLA_ALIGNTO":                      {"untyped int", constant.MakeInt64(int64(q.NLA_ALIGNTO))},
  1306  			"NLA_F_NESTED":                     {"untyped int", constant.MakeInt64(int64(q.NLA_F_NESTED))},
  1307  			"NLA_F_NET_BYTEORDER":              {"untyped int", constant.MakeInt64(int64(q.NLA_F_NET_BYTEORDER))},
  1308  			"NLA_HDRLEN":                       {"untyped int", constant.MakeInt64(int64(q.NLA_HDRLEN))},
  1309  			"NLMSG_ALIGNTO":                    {"untyped int", constant.MakeInt64(int64(q.NLMSG_ALIGNTO))},
  1310  			"NLMSG_DONE":                       {"untyped int", constant.MakeInt64(int64(q.NLMSG_DONE))},
  1311  			"NLMSG_ERROR":                      {"untyped int", constant.MakeInt64(int64(q.NLMSG_ERROR))},
  1312  			"NLMSG_HDRLEN":                     {"untyped int", constant.MakeInt64(int64(q.NLMSG_HDRLEN))},
  1313  			"NLMSG_MIN_TYPE":                   {"untyped int", constant.MakeInt64(int64(q.NLMSG_MIN_TYPE))},
  1314  			"NLMSG_NOOP":                       {"untyped int", constant.MakeInt64(int64(q.NLMSG_NOOP))},
  1315  			"NLMSG_OVERRUN":                    {"untyped int", constant.MakeInt64(int64(q.NLMSG_OVERRUN))},
  1316  			"NLM_F_ACK":                        {"untyped int", constant.MakeInt64(int64(q.NLM_F_ACK))},
  1317  			"NLM_F_APPEND":                     {"untyped int", constant.MakeInt64(int64(q.NLM_F_APPEND))},
  1318  			"NLM_F_ATOMIC":                     {"untyped int", constant.MakeInt64(int64(q.NLM_F_ATOMIC))},
  1319  			"NLM_F_CREATE":                     {"untyped int", constant.MakeInt64(int64(q.NLM_F_CREATE))},
  1320  			"NLM_F_DUMP":                       {"untyped int", constant.MakeInt64(int64(q.NLM_F_DUMP))},
  1321  			"NLM_F_DUMP_INTR":                  {"untyped int", constant.MakeInt64(int64(q.NLM_F_DUMP_INTR))},
  1322  			"NLM_F_ECHO":                       {"untyped int", constant.MakeInt64(int64(q.NLM_F_ECHO))},
  1323  			"NLM_F_EXCL":                       {"untyped int", constant.MakeInt64(int64(q.NLM_F_EXCL))},
  1324  			"NLM_F_MATCH":                      {"untyped int", constant.MakeInt64(int64(q.NLM_F_MATCH))},
  1325  			"NLM_F_MULTI":                      {"untyped int", constant.MakeInt64(int64(q.NLM_F_MULTI))},
  1326  			"NLM_F_REPLACE":                    {"untyped int", constant.MakeInt64(int64(q.NLM_F_REPLACE))},
  1327  			"NLM_F_REQUEST":                    {"untyped int", constant.MakeInt64(int64(q.NLM_F_REQUEST))},
  1328  			"NLM_F_ROOT":                       {"untyped int", constant.MakeInt64(int64(q.NLM_F_ROOT))},
  1329  			"NOFLSH":                           {"untyped int", constant.MakeInt64(int64(q.NOFLSH))},
  1330  			"OCRNL":                            {"untyped int", constant.MakeInt64(int64(q.OCRNL))},
  1331  			"OFDEL":                            {"untyped int", constant.MakeInt64(int64(q.OFDEL))},
  1332  			"OFILL":                            {"untyped int", constant.MakeInt64(int64(q.OFILL))},
  1333  			"OLCUC":                            {"untyped int", constant.MakeInt64(int64(q.OLCUC))},
  1334  			"ONLCR":                            {"untyped int", constant.MakeInt64(int64(q.ONLCR))},
  1335  			"ONLRET":                           {"untyped int", constant.MakeInt64(int64(q.ONLRET))},
  1336  			"ONOCR":                            {"untyped int", constant.MakeInt64(int64(q.ONOCR))},
  1337  			"OPOST":                            {"untyped int", constant.MakeInt64(int64(q.OPOST))},
  1338  			"O_ACCMODE":                        {"untyped int", constant.MakeInt64(int64(q.O_ACCMODE))},
  1339  			"O_APPEND":                         {"untyped int", constant.MakeInt64(int64(q.O_APPEND))},
  1340  			"O_ASYNC":                          {"untyped int", constant.MakeInt64(int64(q.O_ASYNC))},
  1341  			"O_CLOEXEC":                        {"untyped int", constant.MakeInt64(int64(q.O_CLOEXEC))},
  1342  			"O_CREAT":                          {"untyped int", constant.MakeInt64(int64(q.O_CREAT))},
  1343  			"O_DIRECT":                         {"untyped int", constant.MakeInt64(int64(q.O_DIRECT))},
  1344  			"O_DIRECTORY":                      {"untyped int", constant.MakeInt64(int64(q.O_DIRECTORY))},
  1345  			"O_DSYNC":                          {"untyped int", constant.MakeInt64(int64(q.O_DSYNC))},
  1346  			"O_EXCL":                           {"untyped int", constant.MakeInt64(int64(q.O_EXCL))},
  1347  			"O_FSYNC":                          {"untyped int", constant.MakeInt64(int64(q.O_FSYNC))},
  1348  			"O_LARGEFILE":                      {"untyped int", constant.MakeInt64(int64(q.O_LARGEFILE))},
  1349  			"O_NDELAY":                         {"untyped int", constant.MakeInt64(int64(q.O_NDELAY))},
  1350  			"O_NOATIME":                        {"untyped int", constant.MakeInt64(int64(q.O_NOATIME))},
  1351  			"O_NOCTTY":                         {"untyped int", constant.MakeInt64(int64(q.O_NOCTTY))},
  1352  			"O_NOFOLLOW":                       {"untyped int", constant.MakeInt64(int64(q.O_NOFOLLOW))},
  1353  			"O_NONBLOCK":                       {"untyped int", constant.MakeInt64(int64(q.O_NONBLOCK))},
  1354  			"O_PATH":                           {"untyped int", constant.MakeInt64(int64(q.O_PATH))},
  1355  			"O_RDONLY":                         {"untyped int", constant.MakeInt64(int64(q.O_RDONLY))},
  1356  			"O_RDWR":                           {"untyped int", constant.MakeInt64(int64(q.O_RDWR))},
  1357  			"O_RSYNC":                          {"untyped int", constant.MakeInt64(int64(q.O_RSYNC))},
  1358  			"O_SYNC":                           {"untyped int", constant.MakeInt64(int64(q.O_SYNC))},
  1359  			"O_TMPFILE":                        {"untyped int", constant.MakeInt64(int64(q.O_TMPFILE))},
  1360  			"O_TRUNC":                          {"untyped int", constant.MakeInt64(int64(q.O_TRUNC))},
  1361  			"O_WRONLY":                         {"untyped int", constant.MakeInt64(int64(q.O_WRONLY))},
  1362  			"PACKET_ADD_MEMBERSHIP":            {"untyped int", constant.MakeInt64(int64(q.PACKET_ADD_MEMBERSHIP))},
  1363  			"PACKET_AUXDATA":                   {"untyped int", constant.MakeInt64(int64(q.PACKET_AUXDATA))},
  1364  			"PACKET_BROADCAST":                 {"untyped int", constant.MakeInt64(int64(q.PACKET_BROADCAST))},
  1365  			"PACKET_COPY_THRESH":               {"untyped int", constant.MakeInt64(int64(q.PACKET_COPY_THRESH))},
  1366  			"PACKET_DROP_MEMBERSHIP":           {"untyped int", constant.MakeInt64(int64(q.PACKET_DROP_MEMBERSHIP))},
  1367  			"PACKET_FANOUT":                    {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT))},
  1368  			"PACKET_FANOUT_CPU":                {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_CPU))},
  1369  			"PACKET_FANOUT_FLAG_DEFRAG":        {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_FLAG_DEFRAG))},
  1370  			"PACKET_FANOUT_FLAG_ROLLOVER":      {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_FLAG_ROLLOVER))},
  1371  			"PACKET_FANOUT_HASH":               {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_HASH))},
  1372  			"PACKET_FANOUT_LB":                 {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_LB))},
  1373  			"PACKET_FANOUT_RND":                {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_RND))},
  1374  			"PACKET_FANOUT_ROLLOVER":           {"untyped int", constant.MakeInt64(int64(q.PACKET_FANOUT_ROLLOVER))},
  1375  			"PACKET_FASTROUTE":                 {"untyped int", constant.MakeInt64(int64(q.PACKET_FASTROUTE))},
  1376  			"PACKET_HDRLEN":                    {"untyped int", constant.MakeInt64(int64(q.PACKET_HDRLEN))},
  1377  			"PACKET_HOST":                      {"untyped int", constant.MakeInt64(int64(q.PACKET_HOST))},
  1378  			"PACKET_LOOPBACK":                  {"untyped int", constant.MakeInt64(int64(q.PACKET_LOOPBACK))},
  1379  			"PACKET_LOSS":                      {"untyped int", constant.MakeInt64(int64(q.PACKET_LOSS))},
  1380  			"PACKET_MR_ALLMULTI":               {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_ALLMULTI))},
  1381  			"PACKET_MR_MULTICAST":              {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_MULTICAST))},
  1382  			"PACKET_MR_PROMISC":                {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_PROMISC))},
  1383  			"PACKET_MR_UNICAST":                {"untyped int", constant.MakeInt64(int64(q.PACKET_MR_UNICAST))},
  1384  			"PACKET_MULTICAST":                 {"untyped int", constant.MakeInt64(int64(q.PACKET_MULTICAST))},
  1385  			"PACKET_ORIGDEV":                   {"untyped int", constant.MakeInt64(int64(q.PACKET_ORIGDEV))},
  1386  			"PACKET_OTHERHOST":                 {"untyped int", constant.MakeInt64(int64(q.PACKET_OTHERHOST))},
  1387  			"PACKET_OUTGOING":                  {"untyped int", constant.MakeInt64(int64(q.PACKET_OUTGOING))},
  1388  			"PACKET_RECV_OUTPUT":               {"untyped int", constant.MakeInt64(int64(q.PACKET_RECV_OUTPUT))},
  1389  			"PACKET_RESERVE":                   {"untyped int", constant.MakeInt64(int64(q.PACKET_RESERVE))},
  1390  			"PACKET_RX_RING":                   {"untyped int", constant.MakeInt64(int64(q.PACKET_RX_RING))},
  1391  			"PACKET_STATISTICS":                {"untyped int", constant.MakeInt64(int64(q.PACKET_STATISTICS))},
  1392  			"PACKET_TIMESTAMP":                 {"untyped int", constant.MakeInt64(int64(q.PACKET_TIMESTAMP))},
  1393  			"PACKET_TX_HAS_OFF":                {"untyped int", constant.MakeInt64(int64(q.PACKET_TX_HAS_OFF))},
  1394  			"PACKET_TX_RING":                   {"untyped int", constant.MakeInt64(int64(q.PACKET_TX_RING))},
  1395  			"PACKET_TX_TIMESTAMP":              {"untyped int", constant.MakeInt64(int64(q.PACKET_TX_TIMESTAMP))},
  1396  			"PACKET_VERSION":                   {"untyped int", constant.MakeInt64(int64(q.PACKET_VERSION))},
  1397  			"PACKET_VNET_HDR":                  {"untyped int", constant.MakeInt64(int64(q.PACKET_VNET_HDR))},
  1398  			"PARENB":                           {"untyped int", constant.MakeInt64(int64(q.PARENB))},
  1399  			"PARITY_CRC16_PR0":                 {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR0))},
  1400  			"PARITY_CRC16_PR0_CCITT":           {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR0_CCITT))},
  1401  			"PARITY_CRC16_PR1":                 {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR1))},
  1402  			"PARITY_CRC16_PR1_CCITT":           {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC16_PR1_CCITT))},
  1403  			"PARITY_CRC32_PR0_CCITT":           {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC32_PR0_CCITT))},
  1404  			"PARITY_CRC32_PR1_CCITT":           {"untyped int", constant.MakeInt64(int64(q.PARITY_CRC32_PR1_CCITT))},
  1405  			"PARITY_DEFAULT":                   {"untyped int", constant.MakeInt64(int64(q.PARITY_DEFAULT))},
  1406  			"PARITY_NONE":                      {"untyped int", constant.MakeInt64(int64(q.PARITY_NONE))},
  1407  			"PARMRK":                           {"untyped int", constant.MakeInt64(int64(q.PARMRK))},
  1408  			"PARODD":                           {"untyped int", constant.MakeInt64(int64(q.PARODD))},
  1409  			"PENDIN":                           {"untyped int", constant.MakeInt64(int64(q.PENDIN))},
  1410  			"PRIO_PGRP":                        {"untyped int", constant.MakeInt64(int64(q.PRIO_PGRP))},
  1411  			"PRIO_PROCESS":                     {"untyped int", constant.MakeInt64(int64(q.PRIO_PROCESS))},
  1412  			"PRIO_USER":                        {"untyped int", constant.MakeInt64(int64(q.PRIO_USER))},
  1413  			"PROT_EXEC":                        {"untyped int", constant.MakeInt64(int64(q.PROT_EXEC))},
  1414  			"PROT_GROWSDOWN":                   {"untyped int", constant.MakeInt64(int64(q.PROT_GROWSDOWN))},
  1415  			"PROT_GROWSUP":                     {"untyped int", constant.MakeInt64(int64(q.PROT_GROWSUP))},
  1416  			"PROT_NONE":                        {"untyped int", constant.MakeInt64(int64(q.PROT_NONE))},
  1417  			"PROT_READ":                        {"untyped int", constant.MakeInt64(int64(q.PROT_READ))},
  1418  			"PROT_SAO":                         {"untyped int", constant.MakeInt64(int64(q.PROT_SAO))},
  1419  			"PROT_WRITE":                       {"untyped int", constant.MakeInt64(int64(q.PROT_WRITE))},
  1420  			"PR_CAPBSET_DROP":                  {"untyped int", constant.MakeInt64(int64(q.PR_CAPBSET_DROP))},
  1421  			"PR_CAPBSET_READ":                  {"untyped int", constant.MakeInt64(int64(q.PR_CAPBSET_READ))},
  1422  			"PR_ENDIAN_BIG":                    {"untyped int", constant.MakeInt64(int64(q.PR_ENDIAN_BIG))},
  1423  			"PR_ENDIAN_LITTLE":                 {"untyped int", constant.MakeInt64(int64(q.PR_ENDIAN_LITTLE))},
  1424  			"PR_ENDIAN_PPC_LITTLE":             {"untyped int", constant.MakeInt64(int64(q.PR_ENDIAN_PPC_LITTLE))},
  1425  			"PR_FPEMU_NOPRINT":                 {"untyped int", constant.MakeInt64(int64(q.PR_FPEMU_NOPRINT))},
  1426  			"PR_FPEMU_SIGFPE":                  {"untyped int", constant.MakeInt64(int64(q.PR_FPEMU_SIGFPE))},
  1427  			"PR_FP_EXC_ASYNC":                  {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_ASYNC))},
  1428  			"PR_FP_EXC_DISABLED":               {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_DISABLED))},
  1429  			"PR_FP_EXC_DIV":                    {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_DIV))},
  1430  			"PR_FP_EXC_INV":                    {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_INV))},
  1431  			"PR_FP_EXC_NONRECOV":               {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_NONRECOV))},
  1432  			"PR_FP_EXC_OVF":                    {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_OVF))},
  1433  			"PR_FP_EXC_PRECISE":                {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_PRECISE))},
  1434  			"PR_FP_EXC_RES":                    {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_RES))},
  1435  			"PR_FP_EXC_SW_ENABLE":              {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_SW_ENABLE))},
  1436  			"PR_FP_EXC_UND":                    {"untyped int", constant.MakeInt64(int64(q.PR_FP_EXC_UND))},
  1437  			"PR_GET_CHILD_SUBREAPER":           {"untyped int", constant.MakeInt64(int64(q.PR_GET_CHILD_SUBREAPER))},
  1438  			"PR_GET_DUMPABLE":                  {"untyped int", constant.MakeInt64(int64(q.PR_GET_DUMPABLE))},
  1439  			"PR_GET_ENDIAN":                    {"untyped int", constant.MakeInt64(int64(q.PR_GET_ENDIAN))},
  1440  			"PR_GET_FPEMU":                     {"untyped int", constant.MakeInt64(int64(q.PR_GET_FPEMU))},
  1441  			"PR_GET_FPEXC":                     {"untyped int", constant.MakeInt64(int64(q.PR_GET_FPEXC))},
  1442  			"PR_GET_KEEPCAPS":                  {"untyped int", constant.MakeInt64(int64(q.PR_GET_KEEPCAPS))},
  1443  			"PR_GET_NAME":                      {"untyped int", constant.MakeInt64(int64(q.PR_GET_NAME))},
  1444  			"PR_GET_NO_NEW_PRIVS":              {"untyped int", constant.MakeInt64(int64(q.PR_GET_NO_NEW_PRIVS))},
  1445  			"PR_GET_PDEATHSIG":                 {"untyped int", constant.MakeInt64(int64(q.PR_GET_PDEATHSIG))},
  1446  			"PR_GET_SECCOMP":                   {"untyped int", constant.MakeInt64(int64(q.PR_GET_SECCOMP))},
  1447  			"PR_GET_SECUREBITS":                {"untyped int", constant.MakeInt64(int64(q.PR_GET_SECUREBITS))},
  1448  			"PR_GET_TID_ADDRESS":               {"untyped int", constant.MakeInt64(int64(q.PR_GET_TID_ADDRESS))},
  1449  			"PR_GET_TIMERSLACK":                {"untyped int", constant.MakeInt64(int64(q.PR_GET_TIMERSLACK))},
  1450  			"PR_GET_TIMING":                    {"untyped int", constant.MakeInt64(int64(q.PR_GET_TIMING))},
  1451  			"PR_GET_TSC":                       {"untyped int", constant.MakeInt64(int64(q.PR_GET_TSC))},
  1452  			"PR_GET_UNALIGN":                   {"untyped int", constant.MakeInt64(int64(q.PR_GET_UNALIGN))},
  1453  			"PR_MCE_KILL":                      {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL))},
  1454  			"PR_MCE_KILL_CLEAR":                {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_CLEAR))},
  1455  			"PR_MCE_KILL_DEFAULT":              {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_DEFAULT))},
  1456  			"PR_MCE_KILL_EARLY":                {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_EARLY))},
  1457  			"PR_MCE_KILL_GET":                  {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_GET))},
  1458  			"PR_MCE_KILL_LATE":                 {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_LATE))},
  1459  			"PR_MCE_KILL_SET":                  {"untyped int", constant.MakeInt64(int64(q.PR_MCE_KILL_SET))},
  1460  			"PR_SET_CHILD_SUBREAPER":           {"untyped int", constant.MakeInt64(int64(q.PR_SET_CHILD_SUBREAPER))},
  1461  			"PR_SET_DUMPABLE":                  {"untyped int", constant.MakeInt64(int64(q.PR_SET_DUMPABLE))},
  1462  			"PR_SET_ENDIAN":                    {"untyped int", constant.MakeInt64(int64(q.PR_SET_ENDIAN))},
  1463  			"PR_SET_FPEMU":                     {"untyped int", constant.MakeInt64(int64(q.PR_SET_FPEMU))},
  1464  			"PR_SET_FPEXC":                     {"untyped int", constant.MakeInt64(int64(q.PR_SET_FPEXC))},
  1465  			"PR_SET_KEEPCAPS":                  {"untyped int", constant.MakeInt64(int64(q.PR_SET_KEEPCAPS))},
  1466  			"PR_SET_MM":                        {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM))},
  1467  			"PR_SET_MM_ARG_END":                {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ARG_END))},
  1468  			"PR_SET_MM_ARG_START":              {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ARG_START))},
  1469  			"PR_SET_MM_AUXV":                   {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_AUXV))},
  1470  			"PR_SET_MM_BRK":                    {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_BRK))},
  1471  			"PR_SET_MM_END_CODE":               {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_END_CODE))},
  1472  			"PR_SET_MM_END_DATA":               {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_END_DATA))},
  1473  			"PR_SET_MM_ENV_END":                {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ENV_END))},
  1474  			"PR_SET_MM_ENV_START":              {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_ENV_START))},
  1475  			"PR_SET_MM_EXE_FILE":               {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_EXE_FILE))},
  1476  			"PR_SET_MM_START_BRK":              {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_BRK))},
  1477  			"PR_SET_MM_START_CODE":             {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_CODE))},
  1478  			"PR_SET_MM_START_DATA":             {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_DATA))},
  1479  			"PR_SET_MM_START_STACK":            {"untyped int", constant.MakeInt64(int64(q.PR_SET_MM_START_STACK))},
  1480  			"PR_SET_NAME":                      {"untyped int", constant.MakeInt64(int64(q.PR_SET_NAME))},
  1481  			"PR_SET_NO_NEW_PRIVS":              {"untyped int", constant.MakeInt64(int64(q.PR_SET_NO_NEW_PRIVS))},
  1482  			"PR_SET_PDEATHSIG":                 {"untyped int", constant.MakeInt64(int64(q.PR_SET_PDEATHSIG))},
  1483  			"PR_SET_PTRACER":                   {"untyped int", constant.MakeInt64(int64(q.PR_SET_PTRACER))},
  1484  			"PR_SET_PTRACER_ANY":               {"untyped int", constant.MakeInt64(int64(q.PR_SET_PTRACER_ANY))},
  1485  			"PR_SET_SECCOMP":                   {"untyped int", constant.MakeInt64(int64(q.PR_SET_SECCOMP))},
  1486  			"PR_SET_SECUREBITS":                {"untyped int", constant.MakeInt64(int64(q.PR_SET_SECUREBITS))},
  1487  			"PR_SET_TIMERSLACK":                {"untyped int", constant.MakeInt64(int64(q.PR_SET_TIMERSLACK))},
  1488  			"PR_SET_TIMING":                    {"untyped int", constant.MakeInt64(int64(q.PR_SET_TIMING))},
  1489  			"PR_SET_TSC":                       {"untyped int", constant.MakeInt64(int64(q.PR_SET_TSC))},
  1490  			"PR_SET_UNALIGN":                   {"untyped int", constant.MakeInt64(int64(q.PR_SET_UNALIGN))},
  1491  			"PR_TASK_PERF_EVENTS_DISABLE":      {"untyped int", constant.MakeInt64(int64(q.PR_TASK_PERF_EVENTS_DISABLE))},
  1492  			"PR_TASK_PERF_EVENTS_ENABLE":       {"untyped int", constant.MakeInt64(int64(q.PR_TASK_PERF_EVENTS_ENABLE))},
  1493  			"PR_TIMING_STATISTICAL":            {"untyped int", constant.MakeInt64(int64(q.PR_TIMING_STATISTICAL))},
  1494  			"PR_TIMING_TIMESTAMP":              {"untyped int", constant.MakeInt64(int64(q.PR_TIMING_TIMESTAMP))},
  1495  			"PR_TSC_ENABLE":                    {"untyped int", constant.MakeInt64(int64(q.PR_TSC_ENABLE))},
  1496  			"PR_TSC_SIGSEGV":                   {"untyped int", constant.MakeInt64(int64(q.PR_TSC_SIGSEGV))},
  1497  			"PR_UNALIGN_NOPRINT":               {"untyped int", constant.MakeInt64(int64(q.PR_UNALIGN_NOPRINT))},
  1498  			"PR_UNALIGN_SIGBUS":                {"untyped int", constant.MakeInt64(int64(q.PR_UNALIGN_SIGBUS))},
  1499  			"PTRACE_ATTACH":                    {"untyped int", constant.MakeInt64(int64(q.PTRACE_ATTACH))},
  1500  			"PTRACE_CONT":                      {"untyped int", constant.MakeInt64(int64(q.PTRACE_CONT))},
  1501  			"PTRACE_DETACH":                    {"untyped int", constant.MakeInt64(int64(q.PTRACE_DETACH))},
  1502  			"PTRACE_EVENT_CLONE":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_CLONE))},
  1503  			"PTRACE_EVENT_EXEC":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_EXEC))},
  1504  			"PTRACE_EVENT_EXIT":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_EXIT))},
  1505  			"PTRACE_EVENT_FORK":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_FORK))},
  1506  			"PTRACE_EVENT_SECCOMP":             {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_SECCOMP))},
  1507  			"PTRACE_EVENT_STOP":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_STOP))},
  1508  			"PTRACE_EVENT_VFORK":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_VFORK))},
  1509  			"PTRACE_EVENT_VFORK_DONE":          {"untyped int", constant.MakeInt64(int64(q.PTRACE_EVENT_VFORK_DONE))},
  1510  			"PTRACE_GETEVENTMSG":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETEVENTMSG))},
  1511  			"PTRACE_GETEVRREGS":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETEVRREGS))},
  1512  			"PTRACE_GETFPREGS":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETFPREGS))},
  1513  			"PTRACE_GETREGS":                   {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETREGS))},
  1514  			"PTRACE_GETREGS64":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETREGS64))},
  1515  			"PTRACE_GETREGSET":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETREGSET))},
  1516  			"PTRACE_GETSIGINFO":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETSIGINFO))},
  1517  			"PTRACE_GETSIGMASK":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETSIGMASK))},
  1518  			"PTRACE_GETVRREGS":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETVRREGS))},
  1519  			"PTRACE_GETVSRREGS":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_GETVSRREGS))},
  1520  			"PTRACE_GET_DEBUGREG":              {"untyped int", constant.MakeInt64(int64(q.PTRACE_GET_DEBUGREG))},
  1521  			"PTRACE_INTERRUPT":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_INTERRUPT))},
  1522  			"PTRACE_KILL":                      {"untyped int", constant.MakeInt64(int64(q.PTRACE_KILL))},
  1523  			"PTRACE_LISTEN":                    {"untyped int", constant.MakeInt64(int64(q.PTRACE_LISTEN))},
  1524  			"PTRACE_O_EXITKILL":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_EXITKILL))},
  1525  			"PTRACE_O_MASK":                    {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_MASK))},
  1526  			"PTRACE_O_TRACECLONE":              {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACECLONE))},
  1527  			"PTRACE_O_TRACEEXEC":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEEXEC))},
  1528  			"PTRACE_O_TRACEEXIT":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEEXIT))},
  1529  			"PTRACE_O_TRACEFORK":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEFORK))},
  1530  			"PTRACE_O_TRACESECCOMP":            {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACESECCOMP))},
  1531  			"PTRACE_O_TRACESYSGOOD":            {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACESYSGOOD))},
  1532  			"PTRACE_O_TRACEVFORK":              {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEVFORK))},
  1533  			"PTRACE_O_TRACEVFORKDONE":          {"untyped int", constant.MakeInt64(int64(q.PTRACE_O_TRACEVFORKDONE))},
  1534  			"PTRACE_PEEKDATA":                  {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKDATA))},
  1535  			"PTRACE_PEEKSIGINFO":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKSIGINFO))},
  1536  			"PTRACE_PEEKSIGINFO_SHARED":        {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKSIGINFO_SHARED))},
  1537  			"PTRACE_PEEKTEXT":                  {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKTEXT))},
  1538  			"PTRACE_PEEKUSR":                   {"untyped int", constant.MakeInt64(int64(q.PTRACE_PEEKUSR))},
  1539  			"PTRACE_POKEDATA":                  {"untyped int", constant.MakeInt64(int64(q.PTRACE_POKEDATA))},
  1540  			"PTRACE_POKETEXT":                  {"untyped int", constant.MakeInt64(int64(q.PTRACE_POKETEXT))},
  1541  			"PTRACE_POKEUSR":                   {"untyped int", constant.MakeInt64(int64(q.PTRACE_POKEUSR))},
  1542  			"PTRACE_SEIZE":                     {"untyped int", constant.MakeInt64(int64(q.PTRACE_SEIZE))},
  1543  			"PTRACE_SETEVRREGS":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETEVRREGS))},
  1544  			"PTRACE_SETFPREGS":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETFPREGS))},
  1545  			"PTRACE_SETOPTIONS":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETOPTIONS))},
  1546  			"PTRACE_SETREGS":                   {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETREGS))},
  1547  			"PTRACE_SETREGS64":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETREGS64))},
  1548  			"PTRACE_SETREGSET":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETREGSET))},
  1549  			"PTRACE_SETSIGINFO":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETSIGINFO))},
  1550  			"PTRACE_SETSIGMASK":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETSIGMASK))},
  1551  			"PTRACE_SETVRREGS":                 {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETVRREGS))},
  1552  			"PTRACE_SETVSRREGS":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_SETVSRREGS))},
  1553  			"PTRACE_SET_DEBUGREG":              {"untyped int", constant.MakeInt64(int64(q.PTRACE_SET_DEBUGREG))},
  1554  			"PTRACE_SINGLEBLOCK":               {"untyped int", constant.MakeInt64(int64(q.PTRACE_SINGLEBLOCK))},
  1555  			"PTRACE_SINGLESTEP":                {"untyped int", constant.MakeInt64(int64(q.PTRACE_SINGLESTEP))},
  1556  			"PTRACE_SYSCALL":                   {"untyped int", constant.MakeInt64(int64(q.PTRACE_SYSCALL))},
  1557  			"PTRACE_TRACEME":                   {"untyped int", constant.MakeInt64(int64(q.PTRACE_TRACEME))},
  1558  			"PT_CCR":                           {"untyped int", constant.MakeInt64(int64(q.PT_CCR))},
  1559  			"PT_CTR":                           {"untyped int", constant.MakeInt64(int64(q.PT_CTR))},
  1560  			"PT_DAR":                           {"untyped int", constant.MakeInt64(int64(q.PT_DAR))},
  1561  			"PT_DSCR":                          {"untyped int", constant.MakeInt64(int64(q.PT_DSCR))},
  1562  			"PT_DSISR":                         {"untyped int", constant.MakeInt64(int64(q.PT_DSISR))},
  1563  			"PT_FPR0":                          {"untyped int", constant.MakeInt64(int64(q.PT_FPR0))},
  1564  			"PT_FPSCR":                         {"untyped int", constant.MakeInt64(int64(q.PT_FPSCR))},
  1565  			"PT_LNK":                           {"untyped int", constant.MakeInt64(int64(q.PT_LNK))},
  1566  			"PT_MSR":                           {"untyped int", constant.MakeInt64(int64(q.PT_MSR))},
  1567  			"PT_NIP":                           {"untyped int", constant.MakeInt64(int64(q.PT_NIP))},
  1568  			"PT_ORIG_R3":                       {"untyped int", constant.MakeInt64(int64(q.PT_ORIG_R3))},
  1569  			"PT_R0":                            {"untyped int", constant.MakeInt64(int64(q.PT_R0))},
  1570  			"PT_R1":                            {"untyped int", constant.MakeInt64(int64(q.PT_R1))},
  1571  			"PT_R10":                           {"untyped int", constant.MakeInt64(int64(q.PT_R10))},
  1572  			"PT_R11":                           {"untyped int", constant.MakeInt64(int64(q.PT_R11))},
  1573  			"PT_R12":                           {"untyped int", constant.MakeInt64(int64(q.PT_R12))},
  1574  			"PT_R13":                           {"untyped int", constant.MakeInt64(int64(q.PT_R13))},
  1575  			"PT_R14":                           {"untyped int", constant.MakeInt64(int64(q.PT_R14))},
  1576  			"PT_R15":                           {"untyped int", constant.MakeInt64(int64(q.PT_R15))},
  1577  			"PT_R16":                           {"untyped int", constant.MakeInt64(int64(q.PT_R16))},
  1578  			"PT_R17":                           {"untyped int", constant.MakeInt64(int64(q.PT_R17))},
  1579  			"PT_R18":                           {"untyped int", constant.MakeInt64(int64(q.PT_R18))},
  1580  			"PT_R19":                           {"untyped int", constant.MakeInt64(int64(q.PT_R19))},
  1581  			"PT_R2":                            {"untyped int", constant.MakeInt64(int64(q.PT_R2))},
  1582  			"PT_R20":                           {"untyped int", constant.MakeInt64(int64(q.PT_R20))},
  1583  			"PT_R21":                           {"untyped int", constant.MakeInt64(int64(q.PT_R21))},
  1584  			"PT_R22":                           {"untyped int", constant.MakeInt64(int64(q.PT_R22))},
  1585  			"PT_R23":                           {"untyped int", constant.MakeInt64(int64(q.PT_R23))},
  1586  			"PT_R24":                           {"untyped int", constant.MakeInt64(int64(q.PT_R24))},
  1587  			"PT_R25":                           {"untyped int", constant.MakeInt64(int64(q.PT_R25))},
  1588  			"PT_R26":                           {"untyped int", constant.MakeInt64(int64(q.PT_R26))},
  1589  			"PT_R27":                           {"untyped int", constant.MakeInt64(int64(q.PT_R27))},
  1590  			"PT_R28":                           {"untyped int", constant.MakeInt64(int64(q.PT_R28))},
  1591  			"PT_R29":                           {"untyped int", constant.MakeInt64(int64(q.PT_R29))},
  1592  			"PT_R3":                            {"untyped int", constant.MakeInt64(int64(q.PT_R3))},
  1593  			"PT_R30":                           {"untyped int", constant.MakeInt64(int64(q.PT_R30))},
  1594  			"PT_R31":                           {"untyped int", constant.MakeInt64(int64(q.PT_R31))},
  1595  			"PT_R4":                            {"untyped int", constant.MakeInt64(int64(q.PT_R4))},
  1596  			"PT_R5":                            {"untyped int", constant.MakeInt64(int64(q.PT_R5))},
  1597  			"PT_R6":                            {"untyped int", constant.MakeInt64(int64(q.PT_R6))},
  1598  			"PT_R7":                            {"untyped int", constant.MakeInt64(int64(q.PT_R7))},
  1599  			"PT_R8":                            {"untyped int", constant.MakeInt64(int64(q.PT_R8))},
  1600  			"PT_R9":                            {"untyped int", constant.MakeInt64(int64(q.PT_R9))},
  1601  			"PT_REGS_COUNT":                    {"untyped int", constant.MakeInt64(int64(q.PT_REGS_COUNT))},
  1602  			"PT_RESULT":                        {"untyped int", constant.MakeInt64(int64(q.PT_RESULT))},
  1603  			"PT_SOFTE":                         {"untyped int", constant.MakeInt64(int64(q.PT_SOFTE))},
  1604  			"PT_TRAP":                          {"untyped int", constant.MakeInt64(int64(q.PT_TRAP))},
  1605  			"PT_VR0":                           {"untyped int", constant.MakeInt64(int64(q.PT_VR0))},
  1606  			"PT_VRSAVE":                        {"untyped int", constant.MakeInt64(int64(q.PT_VRSAVE))},
  1607  			"PT_VSCR":                          {"untyped int", constant.MakeInt64(int64(q.PT_VSCR))},
  1608  			"PT_VSR0":                          {"untyped int", constant.MakeInt64(int64(q.PT_VSR0))},
  1609  			"PT_VSR31":                         {"untyped int", constant.MakeInt64(int64(q.PT_VSR31))},
  1610  			"PT_XER":                           {"untyped int", constant.MakeInt64(int64(q.PT_XER))},
  1611  			"PathMax":                          {"untyped int", constant.MakeInt64(int64(q.PathMax))},
  1612  			"RLIMIT_AS":                        {"untyped int", constant.MakeInt64(int64(q.RLIMIT_AS))},
  1613  			"RLIMIT_CORE":                      {"untyped int", constant.MakeInt64(int64(q.RLIMIT_CORE))},
  1614  			"RLIMIT_CPU":                       {"untyped int", constant.MakeInt64(int64(q.RLIMIT_CPU))},
  1615  			"RLIMIT_DATA":                      {"untyped int", constant.MakeInt64(int64(q.RLIMIT_DATA))},
  1616  			"RLIMIT_FSIZE":                     {"untyped int", constant.MakeInt64(int64(q.RLIMIT_FSIZE))},
  1617  			"RLIMIT_NOFILE":                    {"untyped int", constant.MakeInt64(int64(q.RLIMIT_NOFILE))},
  1618  			"RLIMIT_STACK":                     {"untyped int", constant.MakeInt64(int64(q.RLIMIT_STACK))},
  1619  			"RLIM_INFINITY":                    {"untyped int", constant.MakeInt64(int64(q.RLIM_INFINITY))},
  1620  			"RTAX_ADVMSS":                      {"untyped int", constant.MakeInt64(int64(q.RTAX_ADVMSS))},
  1621  			"RTAX_CWND":                        {"untyped int", constant.MakeInt64(int64(q.RTAX_CWND))},
  1622  			"RTAX_FEATURES":                    {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURES))},
  1623  			"RTAX_FEATURE_ALLFRAG":             {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_ALLFRAG))},
  1624  			"RTAX_FEATURE_ECN":                 {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_ECN))},
  1625  			"RTAX_FEATURE_SACK":                {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_SACK))},
  1626  			"RTAX_FEATURE_TIMESTAMP":           {"untyped int", constant.MakeInt64(int64(q.RTAX_FEATURE_TIMESTAMP))},
  1627  			"RTAX_HOPLIMIT":                    {"untyped int", constant.MakeInt64(int64(q.RTAX_HOPLIMIT))},
  1628  			"RTAX_INITCWND":                    {"untyped int", constant.MakeInt64(int64(q.RTAX_INITCWND))},
  1629  			"RTAX_INITRWND":                    {"untyped int", constant.MakeInt64(int64(q.RTAX_INITRWND))},
  1630  			"RTAX_LOCK":                        {"untyped int", constant.MakeInt64(int64(q.RTAX_LOCK))},
  1631  			"RTAX_MAX":                         {"untyped int", constant.MakeInt64(int64(q.RTAX_MAX))},
  1632  			"RTAX_MTU":                         {"untyped int", constant.MakeInt64(int64(q.RTAX_MTU))},
  1633  			"RTAX_QUICKACK":                    {"untyped int", constant.MakeInt64(int64(q.RTAX_QUICKACK))},
  1634  			"RTAX_REORDERING":                  {"untyped int", constant.MakeInt64(int64(q.RTAX_REORDERING))},
  1635  			"RTAX_RTO_MIN":                     {"untyped int", constant.MakeInt64(int64(q.RTAX_RTO_MIN))},
  1636  			"RTAX_RTT":                         {"untyped int", constant.MakeInt64(int64(q.RTAX_RTT))},
  1637  			"RTAX_RTTVAR":                      {"untyped int", constant.MakeInt64(int64(q.RTAX_RTTVAR))},
  1638  			"RTAX_SSTHRESH":                    {"untyped int", constant.MakeInt64(int64(q.RTAX_SSTHRESH))},
  1639  			"RTAX_UNSPEC":                      {"untyped int", constant.MakeInt64(int64(q.RTAX_UNSPEC))},
  1640  			"RTAX_WINDOW":                      {"untyped int", constant.MakeInt64(int64(q.RTAX_WINDOW))},
  1641  			"RTA_ALIGNTO":                      {"untyped int", constant.MakeInt64(int64(q.RTA_ALIGNTO))},
  1642  			"RTA_CACHEINFO":                    {"untyped int", constant.MakeInt64(int64(q.RTA_CACHEINFO))},
  1643  			"RTA_DST":                          {"untyped int", constant.MakeInt64(int64(q.RTA_DST))},
  1644  			"RTA_FLOW":                         {"untyped int", constant.MakeInt64(int64(q.RTA_FLOW))},
  1645  			"RTA_GATEWAY":                      {"untyped int", constant.MakeInt64(int64(q.RTA_GATEWAY))},
  1646  			"RTA_IIF":                          {"untyped int", constant.MakeInt64(int64(q.RTA_IIF))},
  1647  			"RTA_MAX":                          {"untyped int", constant.MakeInt64(int64(q.RTA_MAX))},
  1648  			"RTA_METRICS":                      {"untyped int", constant.MakeInt64(int64(q.RTA_METRICS))},
  1649  			"RTA_MULTIPATH":                    {"untyped int", constant.MakeInt64(int64(q.RTA_MULTIPATH))},
  1650  			"RTA_OIF":                          {"untyped int", constant.MakeInt64(int64(q.RTA_OIF))},
  1651  			"RTA_PREFSRC":                      {"untyped int", constant.MakeInt64(int64(q.RTA_PREFSRC))},
  1652  			"RTA_PRIORITY":                     {"untyped int", constant.MakeInt64(int64(q.RTA_PRIORITY))},
  1653  			"RTA_SRC":                          {"untyped int", constant.MakeInt64(int64(q.RTA_SRC))},
  1654  			"RTA_TABLE":                        {"untyped int", constant.MakeInt64(int64(q.RTA_TABLE))},
  1655  			"RTA_UNSPEC":                       {"untyped int", constant.MakeInt64(int64(q.RTA_UNSPEC))},
  1656  			"RTCF_DIRECTSRC":                   {"untyped int", constant.MakeInt64(int64(q.RTCF_DIRECTSRC))},
  1657  			"RTCF_DOREDIRECT":                  {"untyped int", constant.MakeInt64(int64(q.RTCF_DOREDIRECT))},
  1658  			"RTCF_LOG":                         {"untyped int", constant.MakeInt64(int64(q.RTCF_LOG))},
  1659  			"RTCF_MASQ":                        {"untyped int", constant.MakeInt64(int64(q.RTCF_MASQ))},
  1660  			"RTCF_NAT":                         {"untyped int", constant.MakeInt64(int64(q.RTCF_NAT))},
  1661  			"RTCF_VALVE":                       {"untyped int", constant.MakeInt64(int64(q.RTCF_VALVE))},
  1662  			"RTF_ADDRCLASSMASK":                {"untyped int", constant.MakeInt64(int64(q.RTF_ADDRCLASSMASK))},
  1663  			"RTF_ADDRCONF":                     {"untyped int", constant.MakeInt64(int64(q.RTF_ADDRCONF))},
  1664  			"RTF_ALLONLINK":                    {"untyped int", constant.MakeInt64(int64(q.RTF_ALLONLINK))},
  1665  			"RTF_BROADCAST":                    {"untyped int", constant.MakeInt64(int64(q.RTF_BROADCAST))},
  1666  			"RTF_CACHE":                        {"untyped int", constant.MakeInt64(int64(q.RTF_CACHE))},
  1667  			"RTF_DEFAULT":                      {"untyped int", constant.MakeInt64(int64(q.RTF_DEFAULT))},
  1668  			"RTF_DYNAMIC":                      {"untyped int", constant.MakeInt64(int64(q.RTF_DYNAMIC))},
  1669  			"RTF_FLOW":                         {"untyped int", constant.MakeInt64(int64(q.RTF_FLOW))},
  1670  			"RTF_GATEWAY":                      {"untyped int", constant.MakeInt64(int64(q.RTF_GATEWAY))},
  1671  			"RTF_HOST":                         {"untyped int", constant.MakeInt64(int64(q.RTF_HOST))},
  1672  			"RTF_INTERFACE":                    {"untyped int", constant.MakeInt64(int64(q.RTF_INTERFACE))},
  1673  			"RTF_IRTT":                         {"untyped int", constant.MakeInt64(int64(q.RTF_IRTT))},
  1674  			"RTF_LINKRT":                       {"untyped int", constant.MakeInt64(int64(q.RTF_LINKRT))},
  1675  			"RTF_LOCAL":                        {"untyped int", constant.MakeInt64(int64(q.RTF_LOCAL))},
  1676  			"RTF_MODIFIED":                     {"untyped int", constant.MakeInt64(int64(q.RTF_MODIFIED))},
  1677  			"RTF_MSS":                          {"untyped int", constant.MakeInt64(int64(q.RTF_MSS))},
  1678  			"RTF_MTU":                          {"untyped int", constant.MakeInt64(int64(q.RTF_MTU))},
  1679  			"RTF_MULTICAST":                    {"untyped int", constant.MakeInt64(int64(q.RTF_MULTICAST))},
  1680  			"RTF_NAT":                          {"untyped int", constant.MakeInt64(int64(q.RTF_NAT))},
  1681  			"RTF_NOFORWARD":                    {"untyped int", constant.MakeInt64(int64(q.RTF_NOFORWARD))},
  1682  			"RTF_NONEXTHOP":                    {"untyped int", constant.MakeInt64(int64(q.RTF_NONEXTHOP))},
  1683  			"RTF_NOPMTUDISC":                   {"untyped int", constant.MakeInt64(int64(q.RTF_NOPMTUDISC))},
  1684  			"RTF_POLICY":                       {"untyped int", constant.MakeInt64(int64(q.RTF_POLICY))},
  1685  			"RTF_REINSTATE":                    {"untyped int", constant.MakeInt64(int64(q.RTF_REINSTATE))},
  1686  			"RTF_REJECT":                       {"untyped int", constant.MakeInt64(int64(q.RTF_REJECT))},
  1687  			"RTF_STATIC":                       {"untyped int", constant.MakeInt64(int64(q.RTF_STATIC))},
  1688  			"RTF_THROW":                        {"untyped int", constant.MakeInt64(int64(q.RTF_THROW))},
  1689  			"RTF_UP":                           {"untyped int", constant.MakeInt64(int64(q.RTF_UP))},
  1690  			"RTF_WINDOW":                       {"untyped int", constant.MakeInt64(int64(q.RTF_WINDOW))},
  1691  			"RTF_XRESOLVE":                     {"untyped int", constant.MakeInt64(int64(q.RTF_XRESOLVE))},
  1692  			"RTM_BASE":                         {"untyped int", constant.MakeInt64(int64(q.RTM_BASE))},
  1693  			"RTM_DELACTION":                    {"untyped int", constant.MakeInt64(int64(q.RTM_DELACTION))},
  1694  			"RTM_DELADDR":                      {"untyped int", constant.MakeInt64(int64(q.RTM_DELADDR))},
  1695  			"RTM_DELADDRLABEL":                 {"untyped int", constant.MakeInt64(int64(q.RTM_DELADDRLABEL))},
  1696  			"RTM_DELLINK":                      {"untyped int", constant.MakeInt64(int64(q.RTM_DELLINK))},
  1697  			"RTM_DELMDB":                       {"untyped int", constant.MakeInt64(int64(q.RTM_DELMDB))},
  1698  			"RTM_DELNEIGH":                     {"untyped int", constant.MakeInt64(int64(q.RTM_DELNEIGH))},
  1699  			"RTM_DELQDISC":                     {"untyped int", constant.MakeInt64(int64(q.RTM_DELQDISC))},
  1700  			"RTM_DELROUTE":                     {"untyped int", constant.MakeInt64(int64(q.RTM_DELROUTE))},
  1701  			"RTM_DELRULE":                      {"untyped int", constant.MakeInt64(int64(q.RTM_DELRULE))},
  1702  			"RTM_DELTCLASS":                    {"untyped int", constant.MakeInt64(int64(q.RTM_DELTCLASS))},
  1703  			"RTM_DELTFILTER":                   {"untyped int", constant.MakeInt64(int64(q.RTM_DELTFILTER))},
  1704  			"RTM_F_CLONED":                     {"untyped int", constant.MakeInt64(int64(q.RTM_F_CLONED))},
  1705  			"RTM_F_EQUALIZE":                   {"untyped int", constant.MakeInt64(int64(q.RTM_F_EQUALIZE))},
  1706  			"RTM_F_NOTIFY":                     {"untyped int", constant.MakeInt64(int64(q.RTM_F_NOTIFY))},
  1707  			"RTM_F_PREFIX":                     {"untyped int", constant.MakeInt64(int64(q.RTM_F_PREFIX))},
  1708  			"RTM_GETACTION":                    {"untyped int", constant.MakeInt64(int64(q.RTM_GETACTION))},
  1709  			"RTM_GETADDR":                      {"untyped int", constant.MakeInt64(int64(q.RTM_GETADDR))},
  1710  			"RTM_GETADDRLABEL":                 {"untyped int", constant.MakeInt64(int64(q.RTM_GETADDRLABEL))},
  1711  			"RTM_GETANYCAST":                   {"untyped int", constant.MakeInt64(int64(q.RTM_GETANYCAST))},
  1712  			"RTM_GETDCB":                       {"untyped int", constant.MakeInt64(int64(q.RTM_GETDCB))},
  1713  			"RTM_GETLINK":                      {"untyped int", constant.MakeInt64(int64(q.RTM_GETLINK))},
  1714  			"RTM_GETMDB":                       {"untyped int", constant.MakeInt64(int64(q.RTM_GETMDB))},
  1715  			"RTM_GETMULTICAST":                 {"untyped int", constant.MakeInt64(int64(q.RTM_GETMULTICAST))},
  1716  			"RTM_GETNEIGH":                     {"untyped int", constant.MakeInt64(int64(q.RTM_GETNEIGH))},
  1717  			"RTM_GETNEIGHTBL":                  {"untyped int", constant.MakeInt64(int64(q.RTM_GETNEIGHTBL))},
  1718  			"RTM_GETNETCONF":                   {"untyped int", constant.MakeInt64(int64(q.RTM_GETNETCONF))},
  1719  			"RTM_GETQDISC":                     {"untyped int", constant.MakeInt64(int64(q.RTM_GETQDISC))},
  1720  			"RTM_GETROUTE":                     {"untyped int", constant.MakeInt64(int64(q.RTM_GETROUTE))},
  1721  			"RTM_GETRULE":                      {"untyped int", constant.MakeInt64(int64(q.RTM_GETRULE))},
  1722  			"RTM_GETTCLASS":                    {"untyped int", constant.MakeInt64(int64(q.RTM_GETTCLASS))},
  1723  			"RTM_GETTFILTER":                   {"untyped int", constant.MakeInt64(int64(q.RTM_GETTFILTER))},
  1724  			"RTM_MAX":                          {"untyped int", constant.MakeInt64(int64(q.RTM_MAX))},
  1725  			"RTM_NEWACTION":                    {"untyped int", constant.MakeInt64(int64(q.RTM_NEWACTION))},
  1726  			"RTM_NEWADDR":                      {"untyped int", constant.MakeInt64(int64(q.RTM_NEWADDR))},
  1727  			"RTM_NEWADDRLABEL":                 {"untyped int", constant.MakeInt64(int64(q.RTM_NEWADDRLABEL))},
  1728  			"RTM_NEWLINK":                      {"untyped int", constant.MakeInt64(int64(q.RTM_NEWLINK))},
  1729  			"RTM_NEWMDB":                       {"untyped int", constant.MakeInt64(int64(q.RTM_NEWMDB))},
  1730  			"RTM_NEWNDUSEROPT":                 {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNDUSEROPT))},
  1731  			"RTM_NEWNEIGH":                     {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNEIGH))},
  1732  			"RTM_NEWNEIGHTBL":                  {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNEIGHTBL))},
  1733  			"RTM_NEWNETCONF":                   {"untyped int", constant.MakeInt64(int64(q.RTM_NEWNETCONF))},
  1734  			"RTM_NEWPREFIX":                    {"untyped int", constant.MakeInt64(int64(q.RTM_NEWPREFIX))},
  1735  			"RTM_NEWQDISC":                     {"untyped int", constant.MakeInt64(int64(q.RTM_NEWQDISC))},
  1736  			"RTM_NEWROUTE":                     {"untyped int", constant.MakeInt64(int64(q.RTM_NEWROUTE))},
  1737  			"RTM_NEWRULE":                      {"untyped int", constant.MakeInt64(int64(q.RTM_NEWRULE))},
  1738  			"RTM_NEWTCLASS":                    {"untyped int", constant.MakeInt64(int64(q.RTM_NEWTCLASS))},
  1739  			"RTM_NEWTFILTER":                   {"untyped int", constant.MakeInt64(int64(q.RTM_NEWTFILTER))},
  1740  			"RTM_NR_FAMILIES":                  {"untyped int", constant.MakeInt64(int64(q.RTM_NR_FAMILIES))},
  1741  			"RTM_NR_MSGTYPES":                  {"untyped int", constant.MakeInt64(int64(q.RTM_NR_MSGTYPES))},
  1742  			"RTM_SETDCB":                       {"untyped int", constant.MakeInt64(int64(q.RTM_SETDCB))},
  1743  			"RTM_SETLINK":                      {"untyped int", constant.MakeInt64(int64(q.RTM_SETLINK))},
  1744  			"RTM_SETNEIGHTBL":                  {"untyped int", constant.MakeInt64(int64(q.RTM_SETNEIGHTBL))},
  1745  			"RTNH_ALIGNTO":                     {"untyped int", constant.MakeInt64(int64(q.RTNH_ALIGNTO))},
  1746  			"RTNH_F_DEAD":                      {"untyped int", constant.MakeInt64(int64(q.RTNH_F_DEAD))},
  1747  			"RTNH_F_ONLINK":                    {"untyped int", constant.MakeInt64(int64(q.RTNH_F_ONLINK))},
  1748  			"RTNH_F_PERVASIVE":                 {"untyped int", constant.MakeInt64(int64(q.RTNH_F_PERVASIVE))},
  1749  			"RTNLGRP_IPV4_IFADDR":              {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_IFADDR))},
  1750  			"RTNLGRP_IPV4_MROUTE":              {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_MROUTE))},
  1751  			"RTNLGRP_IPV4_ROUTE":               {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_ROUTE))},
  1752  			"RTNLGRP_IPV4_RULE":                {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV4_RULE))},
  1753  			"RTNLGRP_IPV6_IFADDR":              {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_IFADDR))},
  1754  			"RTNLGRP_IPV6_IFINFO":              {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_IFINFO))},
  1755  			"RTNLGRP_IPV6_MROUTE":              {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_MROUTE))},
  1756  			"RTNLGRP_IPV6_PREFIX":              {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_PREFIX))},
  1757  			"RTNLGRP_IPV6_ROUTE":               {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_ROUTE))},
  1758  			"RTNLGRP_IPV6_RULE":                {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_IPV6_RULE))},
  1759  			"RTNLGRP_LINK":                     {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_LINK))},
  1760  			"RTNLGRP_ND_USEROPT":               {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_ND_USEROPT))},
  1761  			"RTNLGRP_NEIGH":                    {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_NEIGH))},
  1762  			"RTNLGRP_NONE":                     {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_NONE))},
  1763  			"RTNLGRP_NOTIFY":                   {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_NOTIFY))},
  1764  			"RTNLGRP_TC":                       {"untyped int", constant.MakeInt64(int64(q.RTNLGRP_TC))},
  1765  			"RTN_ANYCAST":                      {"untyped int", constant.MakeInt64(int64(q.RTN_ANYCAST))},
  1766  			"RTN_BLACKHOLE":                    {"untyped int", constant.MakeInt64(int64(q.RTN_BLACKHOLE))},
  1767  			"RTN_BROADCAST":                    {"untyped int", constant.MakeInt64(int64(q.RTN_BROADCAST))},
  1768  			"RTN_LOCAL":                        {"untyped int", constant.MakeInt64(int64(q.RTN_LOCAL))},
  1769  			"RTN_MAX":                          {"untyped int", constant.MakeInt64(int64(q.RTN_MAX))},
  1770  			"RTN_MULTICAST":                    {"untyped int", constant.MakeInt64(int64(q.RTN_MULTICAST))},
  1771  			"RTN_NAT":                          {"untyped int", constant.MakeInt64(int64(q.RTN_NAT))},
  1772  			"RTN_PROHIBIT":                     {"untyped int", constant.MakeInt64(int64(q.RTN_PROHIBIT))},
  1773  			"RTN_THROW":                        {"untyped int", constant.MakeInt64(int64(q.RTN_THROW))},
  1774  			"RTN_UNICAST":                      {"untyped int", constant.MakeInt64(int64(q.RTN_UNICAST))},
  1775  			"RTN_UNREACHABLE":                  {"untyped int", constant.MakeInt64(int64(q.RTN_UNREACHABLE))},
  1776  			"RTN_UNSPEC":                       {"untyped int", constant.MakeInt64(int64(q.RTN_UNSPEC))},
  1777  			"RTN_XRESOLVE":                     {"untyped int", constant.MakeInt64(int64(q.RTN_XRESOLVE))},
  1778  			"RTPROT_BIRD":                      {"untyped int", constant.MakeInt64(int64(q.RTPROT_BIRD))},
  1779  			"RTPROT_BOOT":                      {"untyped int", constant.MakeInt64(int64(q.RTPROT_BOOT))},
  1780  			"RTPROT_DHCP":                      {"untyped int", constant.MakeInt64(int64(q.RTPROT_DHCP))},
  1781  			"RTPROT_DNROUTED":                  {"untyped int", constant.MakeInt64(int64(q.RTPROT_DNROUTED))},
  1782  			"RTPROT_GATED":                     {"untyped int", constant.MakeInt64(int64(q.RTPROT_GATED))},
  1783  			"RTPROT_KERNEL":                    {"untyped int", constant.MakeInt64(int64(q.RTPROT_KERNEL))},
  1784  			"RTPROT_MROUTED":                   {"untyped int", constant.MakeInt64(int64(q.RTPROT_MROUTED))},
  1785  			"RTPROT_MRT":                       {"untyped int", constant.MakeInt64(int64(q.RTPROT_MRT))},
  1786  			"RTPROT_NTK":                       {"untyped int", constant.MakeInt64(int64(q.RTPROT_NTK))},
  1787  			"RTPROT_RA":                        {"untyped int", constant.MakeInt64(int64(q.RTPROT_RA))},
  1788  			"RTPROT_REDIRECT":                  {"untyped int", constant.MakeInt64(int64(q.RTPROT_REDIRECT))},
  1789  			"RTPROT_STATIC":                    {"untyped int", constant.MakeInt64(int64(q.RTPROT_STATIC))},
  1790  			"RTPROT_UNSPEC":                    {"untyped int", constant.MakeInt64(int64(q.RTPROT_UNSPEC))},
  1791  			"RTPROT_XORP":                      {"untyped int", constant.MakeInt64(int64(q.RTPROT_XORP))},
  1792  			"RTPROT_ZEBRA":                     {"untyped int", constant.MakeInt64(int64(q.RTPROT_ZEBRA))},
  1793  			"RT_CLASS_DEFAULT":                 {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_DEFAULT))},
  1794  			"RT_CLASS_LOCAL":                   {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_LOCAL))},
  1795  			"RT_CLASS_MAIN":                    {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_MAIN))},
  1796  			"RT_CLASS_MAX":                     {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_MAX))},
  1797  			"RT_CLASS_UNSPEC":                  {"untyped int", constant.MakeInt64(int64(q.RT_CLASS_UNSPEC))},
  1798  			"RT_SCOPE_HOST":                    {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_HOST))},
  1799  			"RT_SCOPE_LINK":                    {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_LINK))},
  1800  			"RT_SCOPE_NOWHERE":                 {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_NOWHERE))},
  1801  			"RT_SCOPE_SITE":                    {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_SITE))},
  1802  			"RT_SCOPE_UNIVERSE":                {"untyped int", constant.MakeInt64(int64(q.RT_SCOPE_UNIVERSE))},
  1803  			"RT_TABLE_COMPAT":                  {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_COMPAT))},
  1804  			"RT_TABLE_DEFAULT":                 {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_DEFAULT))},
  1805  			"RT_TABLE_LOCAL":                   {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_LOCAL))},
  1806  			"RT_TABLE_MAIN":                    {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_MAIN))},
  1807  			"RT_TABLE_MAX":                     {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_MAX))},
  1808  			"RT_TABLE_UNSPEC":                  {"untyped int", constant.MakeInt64(int64(q.RT_TABLE_UNSPEC))},
  1809  			"RUSAGE_CHILDREN":                  {"untyped int", constant.MakeInt64(int64(q.RUSAGE_CHILDREN))},
  1810  			"RUSAGE_SELF":                      {"untyped int", constant.MakeInt64(int64(q.RUSAGE_SELF))},
  1811  			"RUSAGE_THREAD":                    {"untyped int", constant.MakeInt64(int64(q.RUSAGE_THREAD))},
  1812  			"SCM_CREDENTIALS":                  {"untyped int", constant.MakeInt64(int64(q.SCM_CREDENTIALS))},
  1813  			"SCM_RIGHTS":                       {"untyped int", constant.MakeInt64(int64(q.SCM_RIGHTS))},
  1814  			"SCM_TIMESTAMP":                    {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMP))},
  1815  			"SCM_TIMESTAMPING":                 {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMPING))},
  1816  			"SCM_TIMESTAMPNS":                  {"untyped int", constant.MakeInt64(int64(q.SCM_TIMESTAMPNS))},
  1817  			"SCM_WIFI_STATUS":                  {"untyped int", constant.MakeInt64(int64(q.SCM_WIFI_STATUS))},
  1818  			"SHUT_RD":                          {"untyped int", constant.MakeInt64(int64(q.SHUT_RD))},
  1819  			"SHUT_RDWR":                        {"untyped int", constant.MakeInt64(int64(q.SHUT_RDWR))},
  1820  			"SHUT_WR":                          {"untyped int", constant.MakeInt64(int64(q.SHUT_WR))},
  1821  			"SIOCADDDLCI":                      {"untyped int", constant.MakeInt64(int64(q.SIOCADDDLCI))},
  1822  			"SIOCADDMULTI":                     {"untyped int", constant.MakeInt64(int64(q.SIOCADDMULTI))},
  1823  			"SIOCADDRT":                        {"untyped int", constant.MakeInt64(int64(q.SIOCADDRT))},
  1824  			"SIOCATMARK":                       {"untyped int", constant.MakeInt64(int64(q.SIOCATMARK))},
  1825  			"SIOCDARP":                         {"untyped int", constant.MakeInt64(int64(q.SIOCDARP))},
  1826  			"SIOCDELDLCI":                      {"untyped int", constant.MakeInt64(int64(q.SIOCDELDLCI))},
  1827  			"SIOCDELMULTI":                     {"untyped int", constant.MakeInt64(int64(q.SIOCDELMULTI))},
  1828  			"SIOCDELRT":                        {"untyped int", constant.MakeInt64(int64(q.SIOCDELRT))},
  1829  			"SIOCDEVPRIVATE":                   {"untyped int", constant.MakeInt64(int64(q.SIOCDEVPRIVATE))},
  1830  			"SIOCDIFADDR":                      {"untyped int", constant.MakeInt64(int64(q.SIOCDIFADDR))},
  1831  			"SIOCDRARP":                        {"untyped int", constant.MakeInt64(int64(q.SIOCDRARP))},
  1832  			"SIOCGARP":                         {"untyped int", constant.MakeInt64(int64(q.SIOCGARP))},
  1833  			"SIOCGIFADDR":                      {"untyped int", constant.MakeInt64(int64(q.SIOCGIFADDR))},
  1834  			"SIOCGIFBR":                        {"untyped int", constant.MakeInt64(int64(q.SIOCGIFBR))},
  1835  			"SIOCGIFBRDADDR":                   {"untyped int", constant.MakeInt64(int64(q.SIOCGIFBRDADDR))},
  1836  			"SIOCGIFCONF":                      {"untyped int", constant.MakeInt64(int64(q.SIOCGIFCONF))},
  1837  			"SIOCGIFCOUNT":                     {"untyped int", constant.MakeInt64(int64(q.SIOCGIFCOUNT))},
  1838  			"SIOCGIFDSTADDR":                   {"untyped int", constant.MakeInt64(int64(q.SIOCGIFDSTADDR))},
  1839  			"SIOCGIFENCAP":                     {"untyped int", constant.MakeInt64(int64(q.SIOCGIFENCAP))},
  1840  			"SIOCGIFFLAGS":                     {"untyped int", constant.MakeInt64(int64(q.SIOCGIFFLAGS))},
  1841  			"SIOCGIFHWADDR":                    {"untyped int", constant.MakeInt64(int64(q.SIOCGIFHWADDR))},
  1842  			"SIOCGIFINDEX":                     {"untyped int", constant.MakeInt64(int64(q.SIOCGIFINDEX))},
  1843  			"SIOCGIFMAP":                       {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMAP))},
  1844  			"SIOCGIFMEM":                       {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMEM))},
  1845  			"SIOCGIFMETRIC":                    {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMETRIC))},
  1846  			"SIOCGIFMTU":                       {"untyped int", constant.MakeInt64(int64(q.SIOCGIFMTU))},
  1847  			"SIOCGIFNAME":                      {"untyped int", constant.MakeInt64(int64(q.SIOCGIFNAME))},
  1848  			"SIOCGIFNETMASK":                   {"untyped int", constant.MakeInt64(int64(q.SIOCGIFNETMASK))},
  1849  			"SIOCGIFPFLAGS":                    {"untyped int", constant.MakeInt64(int64(q.SIOCGIFPFLAGS))},
  1850  			"SIOCGIFSLAVE":                     {"untyped int", constant.MakeInt64(int64(q.SIOCGIFSLAVE))},
  1851  			"SIOCGIFTXQLEN":                    {"untyped int", constant.MakeInt64(int64(q.SIOCGIFTXQLEN))},
  1852  			"SIOCGPGRP":                        {"untyped int", constant.MakeInt64(int64(q.SIOCGPGRP))},
  1853  			"SIOCGRARP":                        {"untyped int", constant.MakeInt64(int64(q.SIOCGRARP))},
  1854  			"SIOCGSTAMP":                       {"untyped int", constant.MakeInt64(int64(q.SIOCGSTAMP))},
  1855  			"SIOCGSTAMPNS":                     {"untyped int", constant.MakeInt64(int64(q.SIOCGSTAMPNS))},
  1856  			"SIOCPROTOPRIVATE":                 {"untyped int", constant.MakeInt64(int64(q.SIOCPROTOPRIVATE))},
  1857  			"SIOCRTMSG":                        {"untyped int", constant.MakeInt64(int64(q.SIOCRTMSG))},
  1858  			"SIOCSARP":                         {"untyped int", constant.MakeInt64(int64(q.SIOCSARP))},
  1859  			"SIOCSIFADDR":                      {"untyped int", constant.MakeInt64(int64(q.SIOCSIFADDR))},
  1860  			"SIOCSIFBR":                        {"untyped int", constant.MakeInt64(int64(q.SIOCSIFBR))},
  1861  			"SIOCSIFBRDADDR":                   {"untyped int", constant.MakeInt64(int64(q.SIOCSIFBRDADDR))},
  1862  			"SIOCSIFDSTADDR":                   {"untyped int", constant.MakeInt64(int64(q.SIOCSIFDSTADDR))},
  1863  			"SIOCSIFENCAP":                     {"untyped int", constant.MakeInt64(int64(q.SIOCSIFENCAP))},
  1864  			"SIOCSIFFLAGS":                     {"untyped int", constant.MakeInt64(int64(q.SIOCSIFFLAGS))},
  1865  			"SIOCSIFHWADDR":                    {"untyped int", constant.MakeInt64(int64(q.SIOCSIFHWADDR))},
  1866  			"SIOCSIFHWBROADCAST":               {"untyped int", constant.MakeInt64(int64(q.SIOCSIFHWBROADCAST))},
  1867  			"SIOCSIFLINK":                      {"untyped int", constant.MakeInt64(int64(q.SIOCSIFLINK))},
  1868  			"SIOCSIFMAP":                       {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMAP))},
  1869  			"SIOCSIFMEM":                       {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMEM))},
  1870  			"SIOCSIFMETRIC":                    {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMETRIC))},
  1871  			"SIOCSIFMTU":                       {"untyped int", constant.MakeInt64(int64(q.SIOCSIFMTU))},
  1872  			"SIOCSIFNAME":                      {"untyped int", constant.MakeInt64(int64(q.SIOCSIFNAME))},
  1873  			"SIOCSIFNETMASK":                   {"untyped int", constant.MakeInt64(int64(q.SIOCSIFNETMASK))},
  1874  			"SIOCSIFPFLAGS":                    {"untyped int", constant.MakeInt64(int64(q.SIOCSIFPFLAGS))},
  1875  			"SIOCSIFSLAVE":                     {"untyped int", constant.MakeInt64(int64(q.SIOCSIFSLAVE))},
  1876  			"SIOCSIFTXQLEN":                    {"untyped int", constant.MakeInt64(int64(q.SIOCSIFTXQLEN))},
  1877  			"SIOCSPGRP":                        {"untyped int", constant.MakeInt64(int64(q.SIOCSPGRP))},
  1878  			"SIOCSRARP":                        {"untyped int", constant.MakeInt64(int64(q.SIOCSRARP))},
  1879  			"SOCK_CLOEXEC":                     {"untyped int", constant.MakeInt64(int64(q.SOCK_CLOEXEC))},
  1880  			"SOCK_DCCP":                        {"untyped int", constant.MakeInt64(int64(q.SOCK_DCCP))},
  1881  			"SOCK_DGRAM":                       {"untyped int", constant.MakeInt64(int64(q.SOCK_DGRAM))},
  1882  			"SOCK_NONBLOCK":                    {"untyped int", constant.MakeInt64(int64(q.SOCK_NONBLOCK))},
  1883  			"SOCK_PACKET":                      {"untyped int", constant.MakeInt64(int64(q.SOCK_PACKET))},
  1884  			"SOCK_RAW":                         {"untyped int", constant.MakeInt64(int64(q.SOCK_RAW))},
  1885  			"SOCK_RDM":                         {"untyped int", constant.MakeInt64(int64(q.SOCK_RDM))},
  1886  			"SOCK_SEQPACKET":                   {"untyped int", constant.MakeInt64(int64(q.SOCK_SEQPACKET))},
  1887  			"SOCK_STREAM":                      {"untyped int", constant.MakeInt64(int64(q.SOCK_STREAM))},
  1888  			"SOL_AAL":                          {"untyped int", constant.MakeInt64(int64(q.SOL_AAL))},
  1889  			"SOL_ATM":                          {"untyped int", constant.MakeInt64(int64(q.SOL_ATM))},
  1890  			"SOL_DECNET":                       {"untyped int", constant.MakeInt64(int64(q.SOL_DECNET))},
  1891  			"SOL_ICMPV6":                       {"untyped int", constant.MakeInt64(int64(q.SOL_ICMPV6))},
  1892  			"SOL_IP":                           {"untyped int", constant.MakeInt64(int64(q.SOL_IP))},
  1893  			"SOL_IPV6":                         {"untyped int", constant.MakeInt64(int64(q.SOL_IPV6))},
  1894  			"SOL_IRDA":                         {"untyped int", constant.MakeInt64(int64(q.SOL_IRDA))},
  1895  			"SOL_PACKET":                       {"untyped int", constant.MakeInt64(int64(q.SOL_PACKET))},
  1896  			"SOL_RAW":                          {"untyped int", constant.MakeInt64(int64(q.SOL_RAW))},
  1897  			"SOL_SOCKET":                       {"untyped int", constant.MakeInt64(int64(q.SOL_SOCKET))},
  1898  			"SOL_TCP":                          {"untyped int", constant.MakeInt64(int64(q.SOL_TCP))},
  1899  			"SOL_X25":                          {"untyped int", constant.MakeInt64(int64(q.SOL_X25))},
  1900  			"SOMAXCONN":                        {"untyped int", constant.MakeInt64(int64(q.SOMAXCONN))},
  1901  			"SO_ACCEPTCONN":                    {"untyped int", constant.MakeInt64(int64(q.SO_ACCEPTCONN))},
  1902  			"SO_ATTACH_FILTER":                 {"untyped int", constant.MakeInt64(int64(q.SO_ATTACH_FILTER))},
  1903  			"SO_BINDTODEVICE":                  {"untyped int", constant.MakeInt64(int64(q.SO_BINDTODEVICE))},
  1904  			"SO_BROADCAST":                     {"untyped int", constant.MakeInt64(int64(q.SO_BROADCAST))},
  1905  			"SO_BSDCOMPAT":                     {"untyped int", constant.MakeInt64(int64(q.SO_BSDCOMPAT))},
  1906  			"SO_BUSY_POLL":                     {"untyped int", constant.MakeInt64(int64(q.SO_BUSY_POLL))},
  1907  			"SO_DEBUG":                         {"untyped int", constant.MakeInt64(int64(q.SO_DEBUG))},
  1908  			"SO_DETACH_FILTER":                 {"untyped int", constant.MakeInt64(int64(q.SO_DETACH_FILTER))},
  1909  			"SO_DOMAIN":                        {"untyped int", constant.MakeInt64(int64(q.SO_DOMAIN))},
  1910  			"SO_DONTROUTE":                     {"untyped int", constant.MakeInt64(int64(q.SO_DONTROUTE))},
  1911  			"SO_ERROR":                         {"untyped int", constant.MakeInt64(int64(q.SO_ERROR))},
  1912  			"SO_GET_FILTER":                    {"untyped int", constant.MakeInt64(int64(q.SO_GET_FILTER))},
  1913  			"SO_KEEPALIVE":                     {"untyped int", constant.MakeInt64(int64(q.SO_KEEPALIVE))},
  1914  			"SO_LINGER":                        {"untyped int", constant.MakeInt64(int64(q.SO_LINGER))},
  1915  			"SO_LOCK_FILTER":                   {"untyped int", constant.MakeInt64(int64(q.SO_LOCK_FILTER))},
  1916  			"SO_MARK":                          {"untyped int", constant.MakeInt64(int64(q.SO_MARK))},
  1917  			"SO_MAX_PACING_RATE":               {"untyped int", constant.MakeInt64(int64(q.SO_MAX_PACING_RATE))},
  1918  			"SO_NOFCS":                         {"untyped int", constant.MakeInt64(int64(q.SO_NOFCS))},
  1919  			"SO_NO_CHECK":                      {"untyped int", constant.MakeInt64(int64(q.SO_NO_CHECK))},
  1920  			"SO_OOBINLINE":                     {"untyped int", constant.MakeInt64(int64(q.SO_OOBINLINE))},
  1921  			"SO_PASSCRED":                      {"untyped int", constant.MakeInt64(int64(q.SO_PASSCRED))},
  1922  			"SO_PASSSEC":                       {"untyped int", constant.MakeInt64(int64(q.SO_PASSSEC))},
  1923  			"SO_PEEK_OFF":                      {"untyped int", constant.MakeInt64(int64(q.SO_PEEK_OFF))},
  1924  			"SO_PEERCRED":                      {"untyped int", constant.MakeInt64(int64(q.SO_PEERCRED))},
  1925  			"SO_PEERNAME":                      {"untyped int", constant.MakeInt64(int64(q.SO_PEERNAME))},
  1926  			"SO_PEERSEC":                       {"untyped int", constant.MakeInt64(int64(q.SO_PEERSEC))},
  1927  			"SO_PRIORITY":                      {"untyped int", constant.MakeInt64(int64(q.SO_PRIORITY))},
  1928  			"SO_PROTOCOL":                      {"untyped int", constant.MakeInt64(int64(q.SO_PROTOCOL))},
  1929  			"SO_RCVBUF":                        {"untyped int", constant.MakeInt64(int64(q.SO_RCVBUF))},
  1930  			"SO_RCVBUFFORCE":                   {"untyped int", constant.MakeInt64(int64(q.SO_RCVBUFFORCE))},
  1931  			"SO_RCVLOWAT":                      {"untyped int", constant.MakeInt64(int64(q.SO_RCVLOWAT))},
  1932  			"SO_RCVTIMEO":                      {"untyped int", constant.MakeInt64(int64(q.SO_RCVTIMEO))},
  1933  			"SO_REUSEADDR":                     {"untyped int", constant.MakeInt64(int64(q.SO_REUSEADDR))},
  1934  			"SO_REUSEPORT":                     {"untyped int", constant.MakeInt64(int64(q.SO_REUSEPORT))},
  1935  			"SO_RXQ_OVFL":                      {"untyped int", constant.MakeInt64(int64(q.SO_RXQ_OVFL))},
  1936  			"SO_SECURITY_AUTHENTICATION":       {"untyped int", constant.MakeInt64(int64(q.SO_SECURITY_AUTHENTICATION))},
  1937  			"SO_SECURITY_ENCRYPTION_NETWORK":   {"untyped int", constant.MakeInt64(int64(q.SO_SECURITY_ENCRYPTION_NETWORK))},
  1938  			"SO_SECURITY_ENCRYPTION_TRANSPORT": {"untyped int", constant.MakeInt64(int64(q.SO_SECURITY_ENCRYPTION_TRANSPORT))},
  1939  			"SO_SELECT_ERR_QUEUE":              {"untyped int", constant.MakeInt64(int64(q.SO_SELECT_ERR_QUEUE))},
  1940  			"SO_SNDBUF":                        {"untyped int", constant.MakeInt64(int64(q.SO_SNDBUF))},
  1941  			"SO_SNDBUFFORCE":                   {"untyped int", constant.MakeInt64(int64(q.SO_SNDBUFFORCE))},
  1942  			"SO_SNDLOWAT":                      {"untyped int", constant.MakeInt64(int64(q.SO_SNDLOWAT))},
  1943  			"SO_SNDTIMEO":                      {"untyped int", constant.MakeInt64(int64(q.SO_SNDTIMEO))},
  1944  			"SO_TIMESTAMP":                     {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMP))},
  1945  			"SO_TIMESTAMPING":                  {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPING))},
  1946  			"SO_TIMESTAMPNS":                   {"untyped int", constant.MakeInt64(int64(q.SO_TIMESTAMPNS))},
  1947  			"SO_TYPE":                          {"untyped int", constant.MakeInt64(int64(q.SO_TYPE))},
  1948  			"SO_WIFI_STATUS":                   {"untyped int", constant.MakeInt64(int64(q.SO_WIFI_STATUS))},
  1949  			"SYS_ACCEPT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_ACCEPT))},
  1950  			"SYS_ACCEPT4":                      {"untyped int", constant.MakeInt64(int64(q.SYS_ACCEPT4))},
  1951  			"SYS_ACCESS":                       {"untyped int", constant.MakeInt64(int64(q.SYS_ACCESS))},
  1952  			"SYS_ACCT":                         {"untyped int", constant.MakeInt64(int64(q.SYS_ACCT))},
  1953  			"SYS_ADD_KEY":                      {"untyped int", constant.MakeInt64(int64(q.SYS_ADD_KEY))},
  1954  			"SYS_ADJTIMEX":                     {"untyped int", constant.MakeInt64(int64(q.SYS_ADJTIMEX))},
  1955  			"SYS_AFS_SYSCALL":                  {"untyped int", constant.MakeInt64(int64(q.SYS_AFS_SYSCALL))},
  1956  			"SYS_ALARM":                        {"untyped int", constant.MakeInt64(int64(q.SYS_ALARM))},
  1957  			"SYS_BDFLUSH":                      {"untyped int", constant.MakeInt64(int64(q.SYS_BDFLUSH))},
  1958  			"SYS_BIND":                         {"untyped int", constant.MakeInt64(int64(q.SYS_BIND))},
  1959  			"SYS_BREAK":                        {"untyped int", constant.MakeInt64(int64(q.SYS_BREAK))},
  1960  			"SYS_BRK":                          {"untyped int", constant.MakeInt64(int64(q.SYS_BRK))},
  1961  			"SYS_CAPGET":                       {"untyped int", constant.MakeInt64(int64(q.SYS_CAPGET))},
  1962  			"SYS_CAPSET":                       {"untyped int", constant.MakeInt64(int64(q.SYS_CAPSET))},
  1963  			"SYS_CHDIR":                        {"untyped int", constant.MakeInt64(int64(q.SYS_CHDIR))},
  1964  			"SYS_CHMOD":                        {"untyped int", constant.MakeInt64(int64(q.SYS_CHMOD))},
  1965  			"SYS_CHOWN":                        {"untyped int", constant.MakeInt64(int64(q.SYS_CHOWN))},
  1966  			"SYS_CHROOT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_CHROOT))},
  1967  			"SYS_CLOCK_ADJTIME":                {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_ADJTIME))},
  1968  			"SYS_CLOCK_GETRES":                 {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_GETRES))},
  1969  			"SYS_CLOCK_GETTIME":                {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_GETTIME))},
  1970  			"SYS_CLOCK_NANOSLEEP":              {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_NANOSLEEP))},
  1971  			"SYS_CLOCK_SETTIME":                {"untyped int", constant.MakeInt64(int64(q.SYS_CLOCK_SETTIME))},
  1972  			"SYS_CLONE":                        {"untyped int", constant.MakeInt64(int64(q.SYS_CLONE))},
  1973  			"SYS_CLOSE":                        {"untyped int", constant.MakeInt64(int64(q.SYS_CLOSE))},
  1974  			"SYS_CONNECT":                      {"untyped int", constant.MakeInt64(int64(q.SYS_CONNECT))},
  1975  			"SYS_CREAT":                        {"untyped int", constant.MakeInt64(int64(q.SYS_CREAT))},
  1976  			"SYS_CREATE_MODULE":                {"untyped int", constant.MakeInt64(int64(q.SYS_CREATE_MODULE))},
  1977  			"SYS_DELETE_MODULE":                {"untyped int", constant.MakeInt64(int64(q.SYS_DELETE_MODULE))},
  1978  			"SYS_DUP":                          {"untyped int", constant.MakeInt64(int64(q.SYS_DUP))},
  1979  			"SYS_DUP2":                         {"untyped int", constant.MakeInt64(int64(q.SYS_DUP2))},
  1980  			"SYS_DUP3":                         {"untyped int", constant.MakeInt64(int64(q.SYS_DUP3))},
  1981  			"SYS_EPOLL_CREATE":                 {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_CREATE))},
  1982  			"SYS_EPOLL_CREATE1":                {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_CREATE1))},
  1983  			"SYS_EPOLL_CTL":                    {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_CTL))},
  1984  			"SYS_EPOLL_PWAIT":                  {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_PWAIT))},
  1985  			"SYS_EPOLL_WAIT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_EPOLL_WAIT))},
  1986  			"SYS_EVENTFD":                      {"untyped int", constant.MakeInt64(int64(q.SYS_EVENTFD))},
  1987  			"SYS_EVENTFD2":                     {"untyped int", constant.MakeInt64(int64(q.SYS_EVENTFD2))},
  1988  			"SYS_EXECVE":                       {"untyped int", constant.MakeInt64(int64(q.SYS_EXECVE))},
  1989  			"SYS_EXIT":                         {"untyped int", constant.MakeInt64(int64(q.SYS_EXIT))},
  1990  			"SYS_EXIT_GROUP":                   {"untyped int", constant.MakeInt64(int64(q.SYS_EXIT_GROUP))},
  1991  			"SYS_FACCESSAT":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FACCESSAT))},
  1992  			"SYS_FADVISE64":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FADVISE64))},
  1993  			"SYS_FALLOCATE":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FALLOCATE))},
  1994  			"SYS_FANOTIFY_INIT":                {"untyped int", constant.MakeInt64(int64(q.SYS_FANOTIFY_INIT))},
  1995  			"SYS_FANOTIFY_MARK":                {"untyped int", constant.MakeInt64(int64(q.SYS_FANOTIFY_MARK))},
  1996  			"SYS_FCHDIR":                       {"untyped int", constant.MakeInt64(int64(q.SYS_FCHDIR))},
  1997  			"SYS_FCHMOD":                       {"untyped int", constant.MakeInt64(int64(q.SYS_FCHMOD))},
  1998  			"SYS_FCHMODAT":                     {"untyped int", constant.MakeInt64(int64(q.SYS_FCHMODAT))},
  1999  			"SYS_FCHOWN":                       {"untyped int", constant.MakeInt64(int64(q.SYS_FCHOWN))},
  2000  			"SYS_FCHOWNAT":                     {"untyped int", constant.MakeInt64(int64(q.SYS_FCHOWNAT))},
  2001  			"SYS_FCNTL":                        {"untyped int", constant.MakeInt64(int64(q.SYS_FCNTL))},
  2002  			"SYS_FDATASYNC":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FDATASYNC))},
  2003  			"SYS_FGETXATTR":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FGETXATTR))},
  2004  			"SYS_FINIT_MODULE":                 {"untyped int", constant.MakeInt64(int64(q.SYS_FINIT_MODULE))},
  2005  			"SYS_FLISTXATTR":                   {"untyped int", constant.MakeInt64(int64(q.SYS_FLISTXATTR))},
  2006  			"SYS_FLOCK":                        {"untyped int", constant.MakeInt64(int64(q.SYS_FLOCK))},
  2007  			"SYS_FORK":                         {"untyped int", constant.MakeInt64(int64(q.SYS_FORK))},
  2008  			"SYS_FREMOVEXATTR":                 {"untyped int", constant.MakeInt64(int64(q.SYS_FREMOVEXATTR))},
  2009  			"SYS_FSETXATTR":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FSETXATTR))},
  2010  			"SYS_FSTAT":                        {"untyped int", constant.MakeInt64(int64(q.SYS_FSTAT))},
  2011  			"SYS_FSTATFS":                      {"untyped int", constant.MakeInt64(int64(q.SYS_FSTATFS))},
  2012  			"SYS_FSTATFS64":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FSTATFS64))},
  2013  			"SYS_FSYNC":                        {"untyped int", constant.MakeInt64(int64(q.SYS_FSYNC))},
  2014  			"SYS_FTIME":                        {"untyped int", constant.MakeInt64(int64(q.SYS_FTIME))},
  2015  			"SYS_FTRUNCATE":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FTRUNCATE))},
  2016  			"SYS_FUTEX":                        {"untyped int", constant.MakeInt64(int64(q.SYS_FUTEX))},
  2017  			"SYS_FUTIMESAT":                    {"untyped int", constant.MakeInt64(int64(q.SYS_FUTIMESAT))},
  2018  			"SYS_GETCPU":                       {"untyped int", constant.MakeInt64(int64(q.SYS_GETCPU))},
  2019  			"SYS_GETCWD":                       {"untyped int", constant.MakeInt64(int64(q.SYS_GETCWD))},
  2020  			"SYS_GETDENTS":                     {"untyped int", constant.MakeInt64(int64(q.SYS_GETDENTS))},
  2021  			"SYS_GETDENTS64":                   {"untyped int", constant.MakeInt64(int64(q.SYS_GETDENTS64))},
  2022  			"SYS_GETEGID":                      {"untyped int", constant.MakeInt64(int64(q.SYS_GETEGID))},
  2023  			"SYS_GETEUID":                      {"untyped int", constant.MakeInt64(int64(q.SYS_GETEUID))},
  2024  			"SYS_GETGID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_GETGID))},
  2025  			"SYS_GETGROUPS":                    {"untyped int", constant.MakeInt64(int64(q.SYS_GETGROUPS))},
  2026  			"SYS_GETITIMER":                    {"untyped int", constant.MakeInt64(int64(q.SYS_GETITIMER))},
  2027  			"SYS_GETPEERNAME":                  {"untyped int", constant.MakeInt64(int64(q.SYS_GETPEERNAME))},
  2028  			"SYS_GETPGID":                      {"untyped int", constant.MakeInt64(int64(q.SYS_GETPGID))},
  2029  			"SYS_GETPGRP":                      {"untyped int", constant.MakeInt64(int64(q.SYS_GETPGRP))},
  2030  			"SYS_GETPID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_GETPID))},
  2031  			"SYS_GETPMSG":                      {"untyped int", constant.MakeInt64(int64(q.SYS_GETPMSG))},
  2032  			"SYS_GETPPID":                      {"untyped int", constant.MakeInt64(int64(q.SYS_GETPPID))},
  2033  			"SYS_GETPRIORITY":                  {"untyped int", constant.MakeInt64(int64(q.SYS_GETPRIORITY))},
  2034  			"SYS_GETRESGID":                    {"untyped int", constant.MakeInt64(int64(q.SYS_GETRESGID))},
  2035  			"SYS_GETRESUID":                    {"untyped int", constant.MakeInt64(int64(q.SYS_GETRESUID))},
  2036  			"SYS_GETRLIMIT":                    {"untyped int", constant.MakeInt64(int64(q.SYS_GETRLIMIT))},
  2037  			"SYS_GETRUSAGE":                    {"untyped int", constant.MakeInt64(int64(q.SYS_GETRUSAGE))},
  2038  			"SYS_GETSID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_GETSID))},
  2039  			"SYS_GETSOCKNAME":                  {"untyped int", constant.MakeInt64(int64(q.SYS_GETSOCKNAME))},
  2040  			"SYS_GETSOCKOPT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_GETSOCKOPT))},
  2041  			"SYS_GETTID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_GETTID))},
  2042  			"SYS_GETTIMEOFDAY":                 {"untyped int", constant.MakeInt64(int64(q.SYS_GETTIMEOFDAY))},
  2043  			"SYS_GETUID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_GETUID))},
  2044  			"SYS_GETXATTR":                     {"untyped int", constant.MakeInt64(int64(q.SYS_GETXATTR))},
  2045  			"SYS_GET_KERNEL_SYMS":              {"untyped int", constant.MakeInt64(int64(q.SYS_GET_KERNEL_SYMS))},
  2046  			"SYS_GET_MEMPOLICY":                {"untyped int", constant.MakeInt64(int64(q.SYS_GET_MEMPOLICY))},
  2047  			"SYS_GET_ROBUST_LIST":              {"untyped int", constant.MakeInt64(int64(q.SYS_GET_ROBUST_LIST))},
  2048  			"SYS_GTTY":                         {"untyped int", constant.MakeInt64(int64(q.SYS_GTTY))},
  2049  			"SYS_IDLE":                         {"untyped int", constant.MakeInt64(int64(q.SYS_IDLE))},
  2050  			"SYS_INIT_MODULE":                  {"untyped int", constant.MakeInt64(int64(q.SYS_INIT_MODULE))},
  2051  			"SYS_INOTIFY_ADD_WATCH":            {"untyped int", constant.MakeInt64(int64(q.SYS_INOTIFY_ADD_WATCH))},
  2052  			"SYS_INOTIFY_INIT":                 {"untyped int", constant.MakeInt64(int64(q.SYS_INOTIFY_INIT))},
  2053  			"SYS_INOTIFY_INIT1":                {"untyped int", constant.MakeInt64(int64(q.SYS_INOTIFY_INIT1))},
  2054  			"SYS_INOTIFY_RM_WATCH":             {"untyped int", constant.MakeInt64(int64(q.SYS_INOTIFY_RM_WATCH))},
  2055  			"SYS_IOCTL":                        {"untyped int", constant.MakeInt64(int64(q.SYS_IOCTL))},
  2056  			"SYS_IOPERM":                       {"untyped int", constant.MakeInt64(int64(q.SYS_IOPERM))},
  2057  			"SYS_IOPL":                         {"untyped int", constant.MakeInt64(int64(q.SYS_IOPL))},
  2058  			"SYS_IOPRIO_GET":                   {"untyped int", constant.MakeInt64(int64(q.SYS_IOPRIO_GET))},
  2059  			"SYS_IOPRIO_SET":                   {"untyped int", constant.MakeInt64(int64(q.SYS_IOPRIO_SET))},
  2060  			"SYS_IO_CANCEL":                    {"untyped int", constant.MakeInt64(int64(q.SYS_IO_CANCEL))},
  2061  			"SYS_IO_DESTROY":                   {"untyped int", constant.MakeInt64(int64(q.SYS_IO_DESTROY))},
  2062  			"SYS_IO_GETEVENTS":                 {"untyped int", constant.MakeInt64(int64(q.SYS_IO_GETEVENTS))},
  2063  			"SYS_IO_SETUP":                     {"untyped int", constant.MakeInt64(int64(q.SYS_IO_SETUP))},
  2064  			"SYS_IO_SUBMIT":                    {"untyped int", constant.MakeInt64(int64(q.SYS_IO_SUBMIT))},
  2065  			"SYS_IPC":                          {"untyped int", constant.MakeInt64(int64(q.SYS_IPC))},
  2066  			"SYS_KCMP":                         {"untyped int", constant.MakeInt64(int64(q.SYS_KCMP))},
  2067  			"SYS_KEXEC_LOAD":                   {"untyped int", constant.MakeInt64(int64(q.SYS_KEXEC_LOAD))},
  2068  			"SYS_KEYCTL":                       {"untyped int", constant.MakeInt64(int64(q.SYS_KEYCTL))},
  2069  			"SYS_KILL":                         {"untyped int", constant.MakeInt64(int64(q.SYS_KILL))},
  2070  			"SYS_LCHOWN":                       {"untyped int", constant.MakeInt64(int64(q.SYS_LCHOWN))},
  2071  			"SYS_LGETXATTR":                    {"untyped int", constant.MakeInt64(int64(q.SYS_LGETXATTR))},
  2072  			"SYS_LINK":                         {"untyped int", constant.MakeInt64(int64(q.SYS_LINK))},
  2073  			"SYS_LINKAT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_LINKAT))},
  2074  			"SYS_LISTEN":                       {"untyped int", constant.MakeInt64(int64(q.SYS_LISTEN))},
  2075  			"SYS_LISTXATTR":                    {"untyped int", constant.MakeInt64(int64(q.SYS_LISTXATTR))},
  2076  			"SYS_LLISTXATTR":                   {"untyped int", constant.MakeInt64(int64(q.SYS_LLISTXATTR))},
  2077  			"SYS_LOCK":                         {"untyped int", constant.MakeInt64(int64(q.SYS_LOCK))},
  2078  			"SYS_LOOKUP_DCOOKIE":               {"untyped int", constant.MakeInt64(int64(q.SYS_LOOKUP_DCOOKIE))},
  2079  			"SYS_LREMOVEXATTR":                 {"untyped int", constant.MakeInt64(int64(q.SYS_LREMOVEXATTR))},
  2080  			"SYS_LSEEK":                        {"untyped int", constant.MakeInt64(int64(q.SYS_LSEEK))},
  2081  			"SYS_LSETXATTR":                    {"untyped int", constant.MakeInt64(int64(q.SYS_LSETXATTR))},
  2082  			"SYS_LSTAT":                        {"untyped int", constant.MakeInt64(int64(q.SYS_LSTAT))},
  2083  			"SYS_MADVISE":                      {"untyped int", constant.MakeInt64(int64(q.SYS_MADVISE))},
  2084  			"SYS_MBIND":                        {"untyped int", constant.MakeInt64(int64(q.SYS_MBIND))},
  2085  			"SYS_MIGRATE_PAGES":                {"untyped int", constant.MakeInt64(int64(q.SYS_MIGRATE_PAGES))},
  2086  			"SYS_MINCORE":                      {"untyped int", constant.MakeInt64(int64(q.SYS_MINCORE))},
  2087  			"SYS_MKDIR":                        {"untyped int", constant.MakeInt64(int64(q.SYS_MKDIR))},
  2088  			"SYS_MKDIRAT":                      {"untyped int", constant.MakeInt64(int64(q.SYS_MKDIRAT))},
  2089  			"SYS_MKNOD":                        {"untyped int", constant.MakeInt64(int64(q.SYS_MKNOD))},
  2090  			"SYS_MKNODAT":                      {"untyped int", constant.MakeInt64(int64(q.SYS_MKNODAT))},
  2091  			"SYS_MLOCK":                        {"untyped int", constant.MakeInt64(int64(q.SYS_MLOCK))},
  2092  			"SYS_MLOCKALL":                     {"untyped int", constant.MakeInt64(int64(q.SYS_MLOCKALL))},
  2093  			"SYS_MMAP":                         {"untyped int", constant.MakeInt64(int64(q.SYS_MMAP))},
  2094  			"SYS_MODIFY_LDT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_MODIFY_LDT))},
  2095  			"SYS_MOUNT":                        {"untyped int", constant.MakeInt64(int64(q.SYS_MOUNT))},
  2096  			"SYS_MOVE_PAGES":                   {"untyped int", constant.MakeInt64(int64(q.SYS_MOVE_PAGES))},
  2097  			"SYS_MPROTECT":                     {"untyped int", constant.MakeInt64(int64(q.SYS_MPROTECT))},
  2098  			"SYS_MPX":                          {"untyped int", constant.MakeInt64(int64(q.SYS_MPX))},
  2099  			"SYS_MQ_GETSETATTR":                {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_GETSETATTR))},
  2100  			"SYS_MQ_NOTIFY":                    {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_NOTIFY))},
  2101  			"SYS_MQ_OPEN":                      {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_OPEN))},
  2102  			"SYS_MQ_TIMEDRECEIVE":              {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_TIMEDRECEIVE))},
  2103  			"SYS_MQ_TIMEDSEND":                 {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_TIMEDSEND))},
  2104  			"SYS_MQ_UNLINK":                    {"untyped int", constant.MakeInt64(int64(q.SYS_MQ_UNLINK))},
  2105  			"SYS_MREMAP":                       {"untyped int", constant.MakeInt64(int64(q.SYS_MREMAP))},
  2106  			"SYS_MSYNC":                        {"untyped int", constant.MakeInt64(int64(q.SYS_MSYNC))},
  2107  			"SYS_MULTIPLEXER":                  {"untyped int", constant.MakeInt64(int64(q.SYS_MULTIPLEXER))},
  2108  			"SYS_MUNLOCK":                      {"untyped int", constant.MakeInt64(int64(q.SYS_MUNLOCK))},
  2109  			"SYS_MUNLOCKALL":                   {"untyped int", constant.MakeInt64(int64(q.SYS_MUNLOCKALL))},
  2110  			"SYS_MUNMAP":                       {"untyped int", constant.MakeInt64(int64(q.SYS_MUNMAP))},
  2111  			"SYS_NAME_TO_HANDLE_AT":            {"untyped int", constant.MakeInt64(int64(q.SYS_NAME_TO_HANDLE_AT))},
  2112  			"SYS_NANOSLEEP":                    {"untyped int", constant.MakeInt64(int64(q.SYS_NANOSLEEP))},
  2113  			"SYS_NEWFSTATAT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_NEWFSTATAT))},
  2114  			"SYS_NFSSERVCTL":                   {"untyped int", constant.MakeInt64(int64(q.SYS_NFSSERVCTL))},
  2115  			"SYS_NICE":                         {"untyped int", constant.MakeInt64(int64(q.SYS_NICE))},
  2116  			"SYS_OLDFSTAT":                     {"untyped int", constant.MakeInt64(int64(q.SYS_OLDFSTAT))},
  2117  			"SYS_OLDLSTAT":                     {"untyped int", constant.MakeInt64(int64(q.SYS_OLDLSTAT))},
  2118  			"SYS_OLDOLDUNAME":                  {"untyped int", constant.MakeInt64(int64(q.SYS_OLDOLDUNAME))},
  2119  			"SYS_OLDSTAT":                      {"untyped int", constant.MakeInt64(int64(q.SYS_OLDSTAT))},
  2120  			"SYS_OLDUNAME":                     {"untyped int", constant.MakeInt64(int64(q.SYS_OLDUNAME))},
  2121  			"SYS_OPEN":                         {"untyped int", constant.MakeInt64(int64(q.SYS_OPEN))},
  2122  			"SYS_OPENAT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_OPENAT))},
  2123  			"SYS_OPEN_BY_HANDLE_AT":            {"untyped int", constant.MakeInt64(int64(q.SYS_OPEN_BY_HANDLE_AT))},
  2124  			"SYS_PAUSE":                        {"untyped int", constant.MakeInt64(int64(q.SYS_PAUSE))},
  2125  			"SYS_PCICONFIG_IOBASE":             {"untyped int", constant.MakeInt64(int64(q.SYS_PCICONFIG_IOBASE))},
  2126  			"SYS_PCICONFIG_READ":               {"untyped int", constant.MakeInt64(int64(q.SYS_PCICONFIG_READ))},
  2127  			"SYS_PCICONFIG_WRITE":              {"untyped int", constant.MakeInt64(int64(q.SYS_PCICONFIG_WRITE))},
  2128  			"SYS_PERF_EVENT_OPEN":              {"untyped int", constant.MakeInt64(int64(q.SYS_PERF_EVENT_OPEN))},
  2129  			"SYS_PERSONALITY":                  {"untyped int", constant.MakeInt64(int64(q.SYS_PERSONALITY))},
  2130  			"SYS_PIPE":                         {"untyped int", constant.MakeInt64(int64(q.SYS_PIPE))},
  2131  			"SYS_PIPE2":                        {"untyped int", constant.MakeInt64(int64(q.SYS_PIPE2))},
  2132  			"SYS_PIVOT_ROOT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_PIVOT_ROOT))},
  2133  			"SYS_POLL":                         {"untyped int", constant.MakeInt64(int64(q.SYS_POLL))},
  2134  			"SYS_PPOLL":                        {"untyped int", constant.MakeInt64(int64(q.SYS_PPOLL))},
  2135  			"SYS_PRCTL":                        {"untyped int", constant.MakeInt64(int64(q.SYS_PRCTL))},
  2136  			"SYS_PREAD64":                      {"untyped int", constant.MakeInt64(int64(q.SYS_PREAD64))},
  2137  			"SYS_PREADV":                       {"untyped int", constant.MakeInt64(int64(q.SYS_PREADV))},
  2138  			"SYS_PRLIMIT64":                    {"untyped int", constant.MakeInt64(int64(q.SYS_PRLIMIT64))},
  2139  			"SYS_PROCESS_VM_READV":             {"untyped int", constant.MakeInt64(int64(q.SYS_PROCESS_VM_READV))},
  2140  			"SYS_PROCESS_VM_WRITEV":            {"untyped int", constant.MakeInt64(int64(q.SYS_PROCESS_VM_WRITEV))},
  2141  			"SYS_PROF":                         {"untyped int", constant.MakeInt64(int64(q.SYS_PROF))},
  2142  			"SYS_PROFIL":                       {"untyped int", constant.MakeInt64(int64(q.SYS_PROFIL))},
  2143  			"SYS_PSELECT6":                     {"untyped int", constant.MakeInt64(int64(q.SYS_PSELECT6))},
  2144  			"SYS_PTRACE":                       {"untyped int", constant.MakeInt64(int64(q.SYS_PTRACE))},
  2145  			"SYS_PUTPMSG":                      {"untyped int", constant.MakeInt64(int64(q.SYS_PUTPMSG))},
  2146  			"SYS_PWRITE64":                     {"untyped int", constant.MakeInt64(int64(q.SYS_PWRITE64))},
  2147  			"SYS_PWRITEV":                      {"untyped int", constant.MakeInt64(int64(q.SYS_PWRITEV))},
  2148  			"SYS_QUERY_MODULE":                 {"untyped int", constant.MakeInt64(int64(q.SYS_QUERY_MODULE))},
  2149  			"SYS_QUOTACTL":                     {"untyped int", constant.MakeInt64(int64(q.SYS_QUOTACTL))},
  2150  			"SYS_READ":                         {"untyped int", constant.MakeInt64(int64(q.SYS_READ))},
  2151  			"SYS_READAHEAD":                    {"untyped int", constant.MakeInt64(int64(q.SYS_READAHEAD))},
  2152  			"SYS_READDIR":                      {"untyped int", constant.MakeInt64(int64(q.SYS_READDIR))},
  2153  			"SYS_READLINK":                     {"untyped int", constant.MakeInt64(int64(q.SYS_READLINK))},
  2154  			"SYS_READLINKAT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_READLINKAT))},
  2155  			"SYS_READV":                        {"untyped int", constant.MakeInt64(int64(q.SYS_READV))},
  2156  			"SYS_REBOOT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_REBOOT))},
  2157  			"SYS_RECV":                         {"untyped int", constant.MakeInt64(int64(q.SYS_RECV))},
  2158  			"SYS_RECVFROM":                     {"untyped int", constant.MakeInt64(int64(q.SYS_RECVFROM))},
  2159  			"SYS_RECVMMSG":                     {"untyped int", constant.MakeInt64(int64(q.SYS_RECVMMSG))},
  2160  			"SYS_RECVMSG":                      {"untyped int", constant.MakeInt64(int64(q.SYS_RECVMSG))},
  2161  			"SYS_REMAP_FILE_PAGES":             {"untyped int", constant.MakeInt64(int64(q.SYS_REMAP_FILE_PAGES))},
  2162  			"SYS_REMOVEXATTR":                  {"untyped int", constant.MakeInt64(int64(q.SYS_REMOVEXATTR))},
  2163  			"SYS_RENAME":                       {"untyped int", constant.MakeInt64(int64(q.SYS_RENAME))},
  2164  			"SYS_RENAMEAT":                     {"untyped int", constant.MakeInt64(int64(q.SYS_RENAMEAT))},
  2165  			"SYS_REQUEST_KEY":                  {"untyped int", constant.MakeInt64(int64(q.SYS_REQUEST_KEY))},
  2166  			"SYS_RESTART_SYSCALL":              {"untyped int", constant.MakeInt64(int64(q.SYS_RESTART_SYSCALL))},
  2167  			"SYS_RMDIR":                        {"untyped int", constant.MakeInt64(int64(q.SYS_RMDIR))},
  2168  			"SYS_RTAS":                         {"untyped int", constant.MakeInt64(int64(q.SYS_RTAS))},
  2169  			"SYS_RT_SIGACTION":                 {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGACTION))},
  2170  			"SYS_RT_SIGPENDING":                {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGPENDING))},
  2171  			"SYS_RT_SIGPROCMASK":               {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGPROCMASK))},
  2172  			"SYS_RT_SIGQUEUEINFO":              {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGQUEUEINFO))},
  2173  			"SYS_RT_SIGRETURN":                 {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGRETURN))},
  2174  			"SYS_RT_SIGSUSPEND":                {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGSUSPEND))},
  2175  			"SYS_RT_SIGTIMEDWAIT":              {"untyped int", constant.MakeInt64(int64(q.SYS_RT_SIGTIMEDWAIT))},
  2176  			"SYS_RT_TGSIGQUEUEINFO":            {"untyped int", constant.MakeInt64(int64(q.SYS_RT_TGSIGQUEUEINFO))},
  2177  			"SYS_SCHED_GETAFFINITY":            {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GETAFFINITY))},
  2178  			"SYS_SCHED_GETPARAM":               {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GETPARAM))},
  2179  			"SYS_SCHED_GETSCHEDULER":           {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GETSCHEDULER))},
  2180  			"SYS_SCHED_GET_PRIORITY_MAX":       {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GET_PRIORITY_MAX))},
  2181  			"SYS_SCHED_GET_PRIORITY_MIN":       {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_GET_PRIORITY_MIN))},
  2182  			"SYS_SCHED_RR_GET_INTERVAL":        {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_RR_GET_INTERVAL))},
  2183  			"SYS_SCHED_SETAFFINITY":            {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_SETAFFINITY))},
  2184  			"SYS_SCHED_SETPARAM":               {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_SETPARAM))},
  2185  			"SYS_SCHED_SETSCHEDULER":           {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_SETSCHEDULER))},
  2186  			"SYS_SCHED_YIELD":                  {"untyped int", constant.MakeInt64(int64(q.SYS_SCHED_YIELD))},
  2187  			"SYS_SELECT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SELECT))},
  2188  			"SYS_SEND":                         {"untyped int", constant.MakeInt64(int64(q.SYS_SEND))},
  2189  			"SYS_SENDFILE":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SENDFILE))},
  2190  			"SYS_SENDMMSG":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SENDMMSG))},
  2191  			"SYS_SENDMSG":                      {"untyped int", constant.MakeInt64(int64(q.SYS_SENDMSG))},
  2192  			"SYS_SENDTO":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SENDTO))},
  2193  			"SYS_SETDOMAINNAME":                {"untyped int", constant.MakeInt64(int64(q.SYS_SETDOMAINNAME))},
  2194  			"SYS_SETFSGID":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SETFSGID))},
  2195  			"SYS_SETFSUID":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SETFSUID))},
  2196  			"SYS_SETGID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SETGID))},
  2197  			"SYS_SETGROUPS":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SETGROUPS))},
  2198  			"SYS_SETHOSTNAME":                  {"untyped int", constant.MakeInt64(int64(q.SYS_SETHOSTNAME))},
  2199  			"SYS_SETITIMER":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SETITIMER))},
  2200  			"SYS_SETNS":                        {"untyped int", constant.MakeInt64(int64(q.SYS_SETNS))},
  2201  			"SYS_SETPGID":                      {"untyped int", constant.MakeInt64(int64(q.SYS_SETPGID))},
  2202  			"SYS_SETPRIORITY":                  {"untyped int", constant.MakeInt64(int64(q.SYS_SETPRIORITY))},
  2203  			"SYS_SETREGID":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SETREGID))},
  2204  			"SYS_SETRESGID":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SETRESGID))},
  2205  			"SYS_SETRESUID":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SETRESUID))},
  2206  			"SYS_SETREUID":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SETREUID))},
  2207  			"SYS_SETRLIMIT":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SETRLIMIT))},
  2208  			"SYS_SETSID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SETSID))},
  2209  			"SYS_SETSOCKOPT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_SETSOCKOPT))},
  2210  			"SYS_SETTIMEOFDAY":                 {"untyped int", constant.MakeInt64(int64(q.SYS_SETTIMEOFDAY))},
  2211  			"SYS_SETUID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SETUID))},
  2212  			"SYS_SETXATTR":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SETXATTR))},
  2213  			"SYS_SET_MEMPOLICY":                {"untyped int", constant.MakeInt64(int64(q.SYS_SET_MEMPOLICY))},
  2214  			"SYS_SET_ROBUST_LIST":              {"untyped int", constant.MakeInt64(int64(q.SYS_SET_ROBUST_LIST))},
  2215  			"SYS_SET_TID_ADDRESS":              {"untyped int", constant.MakeInt64(int64(q.SYS_SET_TID_ADDRESS))},
  2216  			"SYS_SGETMASK":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SGETMASK))},
  2217  			"SYS_SHUTDOWN":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SHUTDOWN))},
  2218  			"SYS_SIGACTION":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SIGACTION))},
  2219  			"SYS_SIGALTSTACK":                  {"untyped int", constant.MakeInt64(int64(q.SYS_SIGALTSTACK))},
  2220  			"SYS_SIGNAL":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SIGNAL))},
  2221  			"SYS_SIGNALFD":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SIGNALFD))},
  2222  			"SYS_SIGNALFD4":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SIGNALFD4))},
  2223  			"SYS_SIGPENDING":                   {"untyped int", constant.MakeInt64(int64(q.SYS_SIGPENDING))},
  2224  			"SYS_SIGPROCMASK":                  {"untyped int", constant.MakeInt64(int64(q.SYS_SIGPROCMASK))},
  2225  			"SYS_SIGRETURN":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SIGRETURN))},
  2226  			"SYS_SIGSUSPEND":                   {"untyped int", constant.MakeInt64(int64(q.SYS_SIGSUSPEND))},
  2227  			"SYS_SOCKET":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SOCKET))},
  2228  			"SYS_SOCKETCALL":                   {"untyped int", constant.MakeInt64(int64(q.SYS_SOCKETCALL))},
  2229  			"SYS_SOCKETPAIR":                   {"untyped int", constant.MakeInt64(int64(q.SYS_SOCKETPAIR))},
  2230  			"SYS_SPLICE":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SPLICE))},
  2231  			"SYS_SPU_CREATE":                   {"untyped int", constant.MakeInt64(int64(q.SYS_SPU_CREATE))},
  2232  			"SYS_SPU_RUN":                      {"untyped int", constant.MakeInt64(int64(q.SYS_SPU_RUN))},
  2233  			"SYS_SSETMASK":                     {"untyped int", constant.MakeInt64(int64(q.SYS_SSETMASK))},
  2234  			"SYS_STAT":                         {"untyped int", constant.MakeInt64(int64(q.SYS_STAT))},
  2235  			"SYS_STATFS":                       {"untyped int", constant.MakeInt64(int64(q.SYS_STATFS))},
  2236  			"SYS_STATFS64":                     {"untyped int", constant.MakeInt64(int64(q.SYS_STATFS64))},
  2237  			"SYS_STIME":                        {"untyped int", constant.MakeInt64(int64(q.SYS_STIME))},
  2238  			"SYS_STTY":                         {"untyped int", constant.MakeInt64(int64(q.SYS_STTY))},
  2239  			"SYS_SUBPAGE_PROT":                 {"untyped int", constant.MakeInt64(int64(q.SYS_SUBPAGE_PROT))},
  2240  			"SYS_SWAPCONTEXT":                  {"untyped int", constant.MakeInt64(int64(q.SYS_SWAPCONTEXT))},
  2241  			"SYS_SWAPOFF":                      {"untyped int", constant.MakeInt64(int64(q.SYS_SWAPOFF))},
  2242  			"SYS_SWAPON":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SWAPON))},
  2243  			"SYS_SYMLINK":                      {"untyped int", constant.MakeInt64(int64(q.SYS_SYMLINK))},
  2244  			"SYS_SYMLINKAT":                    {"untyped int", constant.MakeInt64(int64(q.SYS_SYMLINKAT))},
  2245  			"SYS_SYNC":                         {"untyped int", constant.MakeInt64(int64(q.SYS_SYNC))},
  2246  			"SYS_SYNCFS":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SYNCFS))},
  2247  			"SYS_SYNC_FILE_RANGE2":             {"untyped int", constant.MakeInt64(int64(q.SYS_SYNC_FILE_RANGE2))},
  2248  			"SYS_SYSFS":                        {"untyped int", constant.MakeInt64(int64(q.SYS_SYSFS))},
  2249  			"SYS_SYSINFO":                      {"untyped int", constant.MakeInt64(int64(q.SYS_SYSINFO))},
  2250  			"SYS_SYSLOG":                       {"untyped int", constant.MakeInt64(int64(q.SYS_SYSLOG))},
  2251  			"SYS_SYS_DEBUG_SETCONTEXT":         {"untyped int", constant.MakeInt64(int64(q.SYS_SYS_DEBUG_SETCONTEXT))},
  2252  			"SYS_TEE":                          {"untyped int", constant.MakeInt64(int64(q.SYS_TEE))},
  2253  			"SYS_TGKILL":                       {"untyped int", constant.MakeInt64(int64(q.SYS_TGKILL))},
  2254  			"SYS_TIME":                         {"untyped int", constant.MakeInt64(int64(q.SYS_TIME))},
  2255  			"SYS_TIMERFD_CREATE":               {"untyped int", constant.MakeInt64(int64(q.SYS_TIMERFD_CREATE))},
  2256  			"SYS_TIMERFD_GETTIME":              {"untyped int", constant.MakeInt64(int64(q.SYS_TIMERFD_GETTIME))},
  2257  			"SYS_TIMERFD_SETTIME":              {"untyped int", constant.MakeInt64(int64(q.SYS_TIMERFD_SETTIME))},
  2258  			"SYS_TIMER_CREATE":                 {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_CREATE))},
  2259  			"SYS_TIMER_DELETE":                 {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_DELETE))},
  2260  			"SYS_TIMER_GETOVERRUN":             {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_GETOVERRUN))},
  2261  			"SYS_TIMER_GETTIME":                {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_GETTIME))},
  2262  			"SYS_TIMER_SETTIME":                {"untyped int", constant.MakeInt64(int64(q.SYS_TIMER_SETTIME))},
  2263  			"SYS_TIMES":                        {"untyped int", constant.MakeInt64(int64(q.SYS_TIMES))},
  2264  			"SYS_TKILL":                        {"untyped int", constant.MakeInt64(int64(q.SYS_TKILL))},
  2265  			"SYS_TRUNCATE":                     {"untyped int", constant.MakeInt64(int64(q.SYS_TRUNCATE))},
  2266  			"SYS_TUXCALL":                      {"untyped int", constant.MakeInt64(int64(q.SYS_TUXCALL))},
  2267  			"SYS_UGETRLIMIT":                   {"untyped int", constant.MakeInt64(int64(q.SYS_UGETRLIMIT))},
  2268  			"SYS_ULIMIT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_ULIMIT))},
  2269  			"SYS_UMASK":                        {"untyped int", constant.MakeInt64(int64(q.SYS_UMASK))},
  2270  			"SYS_UMOUNT":                       {"untyped int", constant.MakeInt64(int64(q.SYS_UMOUNT))},
  2271  			"SYS_UMOUNT2":                      {"untyped int", constant.MakeInt64(int64(q.SYS_UMOUNT2))},
  2272  			"SYS_UNAME":                        {"untyped int", constant.MakeInt64(int64(q.SYS_UNAME))},
  2273  			"SYS_UNLINK":                       {"untyped int", constant.MakeInt64(int64(q.SYS_UNLINK))},
  2274  			"SYS_UNLINKAT":                     {"untyped int", constant.MakeInt64(int64(q.SYS_UNLINKAT))},
  2275  			"SYS_UNSHARE":                      {"untyped int", constant.MakeInt64(int64(q.SYS_UNSHARE))},
  2276  			"SYS_USELIB":                       {"untyped int", constant.MakeInt64(int64(q.SYS_USELIB))},
  2277  			"SYS_USTAT":                        {"untyped int", constant.MakeInt64(int64(q.SYS_USTAT))},
  2278  			"SYS_UTIME":                        {"untyped int", constant.MakeInt64(int64(q.SYS_UTIME))},
  2279  			"SYS_UTIMENSAT":                    {"untyped int", constant.MakeInt64(int64(q.SYS_UTIMENSAT))},
  2280  			"SYS_UTIMES":                       {"untyped int", constant.MakeInt64(int64(q.SYS_UTIMES))},
  2281  			"SYS_VFORK":                        {"untyped int", constant.MakeInt64(int64(q.SYS_VFORK))},
  2282  			"SYS_VHANGUP":                      {"untyped int", constant.MakeInt64(int64(q.SYS_VHANGUP))},
  2283  			"SYS_VM86":                         {"untyped int", constant.MakeInt64(int64(q.SYS_VM86))},
  2284  			"SYS_VMSPLICE":                     {"untyped int", constant.MakeInt64(int64(q.SYS_VMSPLICE))},
  2285  			"SYS_WAIT4":                        {"untyped int", constant.MakeInt64(int64(q.SYS_WAIT4))},
  2286  			"SYS_WAITID":                       {"untyped int", constant.MakeInt64(int64(q.SYS_WAITID))},
  2287  			"SYS_WAITPID":                      {"untyped int", constant.MakeInt64(int64(q.SYS_WAITPID))},
  2288  			"SYS_WRITE":                        {"untyped int", constant.MakeInt64(int64(q.SYS_WRITE))},
  2289  			"SYS_WRITEV":                       {"untyped int", constant.MakeInt64(int64(q.SYS_WRITEV))},
  2290  			"SYS__LLSEEK":                      {"untyped int", constant.MakeInt64(int64(q.SYS__LLSEEK))},
  2291  			"SYS__NEWSELECT":                   {"untyped int", constant.MakeInt64(int64(q.SYS__NEWSELECT))},
  2292  			"SYS__SYSCTL":                      {"untyped int", constant.MakeInt64(int64(q.SYS__SYSCTL))},
  2293  			"S_BLKSIZE":                        {"untyped int", constant.MakeInt64(int64(q.S_BLKSIZE))},
  2294  			"S_IEXEC":                          {"untyped int", constant.MakeInt64(int64(q.S_IEXEC))},
  2295  			"S_IFBLK":                          {"untyped int", constant.MakeInt64(int64(q.S_IFBLK))},
  2296  			"S_IFCHR":                          {"untyped int", constant.MakeInt64(int64(q.S_IFCHR))},
  2297  			"S_IFDIR":                          {"untyped int", constant.MakeInt64(int64(q.S_IFDIR))},
  2298  			"S_IFIFO":                          {"untyped int", constant.MakeInt64(int64(q.S_IFIFO))},
  2299  			"S_IFLNK":                          {"untyped int", constant.MakeInt64(int64(q.S_IFLNK))},
  2300  			"S_IFMT":                           {"untyped int", constant.MakeInt64(int64(q.S_IFMT))},
  2301  			"S_IFREG":                          {"untyped int", constant.MakeInt64(int64(q.S_IFREG))},
  2302  			"S_IFSOCK":                         {"untyped int", constant.MakeInt64(int64(q.S_IFSOCK))},
  2303  			"S_IREAD":                          {"untyped int", constant.MakeInt64(int64(q.S_IREAD))},
  2304  			"S_IRGRP":                          {"untyped int", constant.MakeInt64(int64(q.S_IRGRP))},
  2305  			"S_IROTH":                          {"untyped int", constant.MakeInt64(int64(q.S_IROTH))},
  2306  			"S_IRUSR":                          {"untyped int", constant.MakeInt64(int64(q.S_IRUSR))},
  2307  			"S_IRWXG":                          {"untyped int", constant.MakeInt64(int64(q.S_IRWXG))},
  2308  			"S_IRWXO":                          {"untyped int", constant.MakeInt64(int64(q.S_IRWXO))},
  2309  			"S_IRWXU":                          {"untyped int", constant.MakeInt64(int64(q.S_IRWXU))},
  2310  			"S_ISGID":                          {"untyped int", constant.MakeInt64(int64(q.S_ISGID))},
  2311  			"S_ISUID":                          {"untyped int", constant.MakeInt64(int64(q.S_ISUID))},
  2312  			"S_ISVTX":                          {"untyped int", constant.MakeInt64(int64(q.S_ISVTX))},
  2313  			"S_IWGRP":                          {"untyped int", constant.MakeInt64(int64(q.S_IWGRP))},
  2314  			"S_IWOTH":                          {"untyped int", constant.MakeInt64(int64(q.S_IWOTH))},
  2315  			"S_IWRITE":                         {"untyped int", constant.MakeInt64(int64(q.S_IWRITE))},
  2316  			"S_IWUSR":                          {"untyped int", constant.MakeInt64(int64(q.S_IWUSR))},
  2317  			"S_IXGRP":                          {"untyped int", constant.MakeInt64(int64(q.S_IXGRP))},
  2318  			"S_IXOTH":                          {"untyped int", constant.MakeInt64(int64(q.S_IXOTH))},
  2319  			"S_IXUSR":                          {"untyped int", constant.MakeInt64(int64(q.S_IXUSR))},
  2320  			"SizeofCmsghdr":                    {"untyped int", constant.MakeInt64(int64(q.SizeofCmsghdr))},
  2321  			"SizeofICMPv6Filter":               {"untyped int", constant.MakeInt64(int64(q.SizeofICMPv6Filter))},
  2322  			"SizeofIPMreq":                     {"untyped int", constant.MakeInt64(int64(q.SizeofIPMreq))},
  2323  			"SizeofIPMreqn":                    {"untyped int", constant.MakeInt64(int64(q.SizeofIPMreqn))},
  2324  			"SizeofIPv6MTUInfo":                {"untyped int", constant.MakeInt64(int64(q.SizeofIPv6MTUInfo))},
  2325  			"SizeofIPv6Mreq":                   {"untyped int", constant.MakeInt64(int64(q.SizeofIPv6Mreq))},
  2326  			"SizeofIfAddrmsg":                  {"untyped int", constant.MakeInt64(int64(q.SizeofIfAddrmsg))},
  2327  			"SizeofIfInfomsg":                  {"untyped int", constant.MakeInt64(int64(q.SizeofIfInfomsg))},
  2328  			"SizeofInet4Pktinfo":               {"untyped int", constant.MakeInt64(int64(q.SizeofInet4Pktinfo))},
  2329  			"SizeofInet6Pktinfo":               {"untyped int", constant.MakeInt64(int64(q.SizeofInet6Pktinfo))},
  2330  			"SizeofInotifyEvent":               {"untyped int", constant.MakeInt64(int64(q.SizeofInotifyEvent))},
  2331  			"SizeofLinger":                     {"untyped int", constant.MakeInt64(int64(q.SizeofLinger))},
  2332  			"SizeofMsghdr":                     {"untyped int", constant.MakeInt64(int64(q.SizeofMsghdr))},
  2333  			"SizeofNlAttr":                     {"untyped int", constant.MakeInt64(int64(q.SizeofNlAttr))},
  2334  			"SizeofNlMsgerr":                   {"untyped int", constant.MakeInt64(int64(q.SizeofNlMsgerr))},
  2335  			"SizeofNlMsghdr":                   {"untyped int", constant.MakeInt64(int64(q.SizeofNlMsghdr))},
  2336  			"SizeofRtAttr":                     {"untyped int", constant.MakeInt64(int64(q.SizeofRtAttr))},
  2337  			"SizeofRtGenmsg":                   {"untyped int", constant.MakeInt64(int64(q.SizeofRtGenmsg))},
  2338  			"SizeofRtMsg":                      {"untyped int", constant.MakeInt64(int64(q.SizeofRtMsg))},
  2339  			"SizeofRtNexthop":                  {"untyped int", constant.MakeInt64(int64(q.SizeofRtNexthop))},
  2340  			"SizeofSockFilter":                 {"untyped int", constant.MakeInt64(int64(q.SizeofSockFilter))},
  2341  			"SizeofSockFprog":                  {"untyped int", constant.MakeInt64(int64(q.SizeofSockFprog))},
  2342  			"SizeofSockaddrAny":                {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrAny))},
  2343  			"SizeofSockaddrInet4":              {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrInet4))},
  2344  			"SizeofSockaddrInet6":              {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrInet6))},
  2345  			"SizeofSockaddrLinklayer":          {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrLinklayer))},
  2346  			"SizeofSockaddrNetlink":            {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrNetlink))},
  2347  			"SizeofSockaddrUnix":               {"untyped int", constant.MakeInt64(int64(q.SizeofSockaddrUnix))},
  2348  			"SizeofTCPInfo":                    {"untyped int", constant.MakeInt64(int64(q.SizeofTCPInfo))},
  2349  			"SizeofUcred":                      {"untyped int", constant.MakeInt64(int64(q.SizeofUcred))},
  2350  			"TCFLSH":                           {"untyped int", constant.MakeInt64(int64(q.TCFLSH))},
  2351  			"TCGETS":                           {"untyped int", constant.MakeInt64(int64(q.TCGETS))},
  2352  			"TCIFLUSH":                         {"untyped int", constant.MakeInt64(int64(q.TCIFLUSH))},
  2353  			"TCIOFLUSH":                        {"untyped int", constant.MakeInt64(int64(q.TCIOFLUSH))},
  2354  			"TCOFLUSH":                         {"untyped int", constant.MakeInt64(int64(q.TCOFLUSH))},
  2355  			"TCP_CONGESTION":                   {"untyped int", constant.MakeInt64(int64(q.TCP_CONGESTION))},
  2356  			"TCP_COOKIE_IN_ALWAYS":             {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_IN_ALWAYS))},
  2357  			"TCP_COOKIE_MAX":                   {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_MAX))},
  2358  			"TCP_COOKIE_MIN":                   {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_MIN))},
  2359  			"TCP_COOKIE_OUT_NEVER":             {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_OUT_NEVER))},
  2360  			"TCP_COOKIE_PAIR_SIZE":             {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_PAIR_SIZE))},
  2361  			"TCP_COOKIE_TRANSACTIONS":          {"untyped int", constant.MakeInt64(int64(q.TCP_COOKIE_TRANSACTIONS))},
  2362  			"TCP_CORK":                         {"untyped int", constant.MakeInt64(int64(q.TCP_CORK))},
  2363  			"TCP_DEFER_ACCEPT":                 {"untyped int", constant.MakeInt64(int64(q.TCP_DEFER_ACCEPT))},
  2364  			"TCP_FASTOPEN":                     {"untyped int", constant.MakeInt64(int64(q.TCP_FASTOPEN))},
  2365  			"TCP_INFO":                         {"untyped int", constant.MakeInt64(int64(q.TCP_INFO))},
  2366  			"TCP_KEEPCNT":                      {"untyped int", constant.MakeInt64(int64(q.TCP_KEEPCNT))},
  2367  			"TCP_KEEPIDLE":                     {"untyped int", constant.MakeInt64(int64(q.TCP_KEEPIDLE))},
  2368  			"TCP_KEEPINTVL":                    {"untyped int", constant.MakeInt64(int64(q.TCP_KEEPINTVL))},
  2369  			"TCP_LINGER2":                      {"untyped int", constant.MakeInt64(int64(q.TCP_LINGER2))},
  2370  			"TCP_MAXSEG":                       {"untyped int", constant.MakeInt64(int64(q.TCP_MAXSEG))},
  2371  			"TCP_MAXWIN":                       {"untyped int", constant.MakeInt64(int64(q.TCP_MAXWIN))},
  2372  			"TCP_MAX_WINSHIFT":                 {"untyped int", constant.MakeInt64(int64(q.TCP_MAX_WINSHIFT))},
  2373  			"TCP_MD5SIG":                       {"untyped int", constant.MakeInt64(int64(q.TCP_MD5SIG))},
  2374  			"TCP_MD5SIG_MAXKEYLEN":             {"untyped int", constant.MakeInt64(int64(q.TCP_MD5SIG_MAXKEYLEN))},
  2375  			"TCP_MSS":                          {"untyped int", constant.MakeInt64(int64(q.TCP_MSS))},
  2376  			"TCP_MSS_DEFAULT":                  {"untyped int", constant.MakeInt64(int64(q.TCP_MSS_DEFAULT))},
  2377  			"TCP_MSS_DESIRED":                  {"untyped int", constant.MakeInt64(int64(q.TCP_MSS_DESIRED))},
  2378  			"TCP_NODELAY":                      {"untyped int", constant.MakeInt64(int64(q.TCP_NODELAY))},
  2379  			"TCP_QUEUE_SEQ":                    {"untyped int", constant.MakeInt64(int64(q.TCP_QUEUE_SEQ))},
  2380  			"TCP_QUICKACK":                     {"untyped int", constant.MakeInt64(int64(q.TCP_QUICKACK))},
  2381  			"TCP_REPAIR":                       {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR))},
  2382  			"TCP_REPAIR_OPTIONS":               {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_OPTIONS))},
  2383  			"TCP_REPAIR_QUEUE":                 {"untyped int", constant.MakeInt64(int64(q.TCP_REPAIR_QUEUE))},
  2384  			"TCP_SYNCNT":                       {"untyped int", constant.MakeInt64(int64(q.TCP_SYNCNT))},
  2385  			"TCP_S_DATA_IN":                    {"untyped int", constant.MakeInt64(int64(q.TCP_S_DATA_IN))},
  2386  			"TCP_S_DATA_OUT":                   {"untyped int", constant.MakeInt64(int64(q.TCP_S_DATA_OUT))},
  2387  			"TCP_THIN_DUPACK":                  {"untyped int", constant.MakeInt64(int64(q.TCP_THIN_DUPACK))},
  2388  			"TCP_THIN_LINEAR_TIMEOUTS":         {"untyped int", constant.MakeInt64(int64(q.TCP_THIN_LINEAR_TIMEOUTS))},
  2389  			"TCP_TIMESTAMP":                    {"untyped int", constant.MakeInt64(int64(q.TCP_TIMESTAMP))},
  2390  			"TCP_USER_TIMEOUT":                 {"untyped int", constant.MakeInt64(int64(q.TCP_USER_TIMEOUT))},
  2391  			"TCP_WINDOW_CLAMP":                 {"untyped int", constant.MakeInt64(int64(q.TCP_WINDOW_CLAMP))},
  2392  			"TCSAFLUSH":                        {"untyped int", constant.MakeInt64(int64(q.TCSAFLUSH))},
  2393  			"TCSETS":                           {"untyped int", constant.MakeInt64(int64(q.TCSETS))},
  2394  			"TIOCCBRK":                         {"untyped int", constant.MakeInt64(int64(q.TIOCCBRK))},
  2395  			"TIOCCONS":                         {"untyped int", constant.MakeInt64(int64(q.TIOCCONS))},
  2396  			"TIOCEXCL":                         {"untyped int", constant.MakeInt64(int64(q.TIOCEXCL))},
  2397  			"TIOCGDEV":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGDEV))},
  2398  			"TIOCGETC":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGETC))},
  2399  			"TIOCGETD":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGETD))},
  2400  			"TIOCGETP":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGETP))},
  2401  			"TIOCGEXCL":                        {"untyped int", constant.MakeInt64(int64(q.TIOCGEXCL))},
  2402  			"TIOCGICOUNT":                      {"untyped int", constant.MakeInt64(int64(q.TIOCGICOUNT))},
  2403  			"TIOCGLCKTRMIOS":                   {"untyped int", constant.MakeInt64(int64(q.TIOCGLCKTRMIOS))},
  2404  			"TIOCGLTC":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGLTC))},
  2405  			"TIOCGPGRP":                        {"untyped int", constant.MakeInt64(int64(q.TIOCGPGRP))},
  2406  			"TIOCGPKT":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGPKT))},
  2407  			"TIOCGPTLCK":                       {"untyped int", constant.MakeInt64(int64(q.TIOCGPTLCK))},
  2408  			"TIOCGPTN":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGPTN))},
  2409  			"TIOCGRS485":                       {"untyped int", constant.MakeInt64(int64(q.TIOCGRS485))},
  2410  			"TIOCGSERIAL":                      {"untyped int", constant.MakeInt64(int64(q.TIOCGSERIAL))},
  2411  			"TIOCGSID":                         {"untyped int", constant.MakeInt64(int64(q.TIOCGSID))},
  2412  			"TIOCGSOFTCAR":                     {"untyped int", constant.MakeInt64(int64(q.TIOCGSOFTCAR))},
  2413  			"TIOCGWINSZ":                       {"untyped int", constant.MakeInt64(int64(q.TIOCGWINSZ))},
  2414  			"TIOCINQ":                          {"untyped int", constant.MakeInt64(int64(q.TIOCINQ))},
  2415  			"TIOCLINUX":                        {"untyped int", constant.MakeInt64(int64(q.TIOCLINUX))},
  2416  			"TIOCMBIC":                         {"untyped int", constant.MakeInt64(int64(q.TIOCMBIC))},
  2417  			"TIOCMBIS":                         {"untyped int", constant.MakeInt64(int64(q.TIOCMBIS))},
  2418  			"TIOCMGET":                         {"untyped int", constant.MakeInt64(int64(q.TIOCMGET))},
  2419  			"TIOCMIWAIT":                       {"untyped int", constant.MakeInt64(int64(q.TIOCMIWAIT))},
  2420  			"TIOCMSET":                         {"untyped int", constant.MakeInt64(int64(q.TIOCMSET))},
  2421  			"TIOCM_CAR":                        {"untyped int", constant.MakeInt64(int64(q.TIOCM_CAR))},
  2422  			"TIOCM_CD":                         {"untyped int", constant.MakeInt64(int64(q.TIOCM_CD))},
  2423  			"TIOCM_CTS":                        {"untyped int", constant.MakeInt64(int64(q.TIOCM_CTS))},
  2424  			"TIOCM_DSR":                        {"untyped int", constant.MakeInt64(int64(q.TIOCM_DSR))},
  2425  			"TIOCM_DTR":                        {"untyped int", constant.MakeInt64(int64(q.TIOCM_DTR))},
  2426  			"TIOCM_LE":                         {"untyped int", constant.MakeInt64(int64(q.TIOCM_LE))},
  2427  			"TIOCM_LOOP":                       {"untyped int", constant.MakeInt64(int64(q.TIOCM_LOOP))},
  2428  			"TIOCM_OUT1":                       {"untyped int", constant.MakeInt64(int64(q.TIOCM_OUT1))},
  2429  			"TIOCM_OUT2":                       {"untyped int", constant.MakeInt64(int64(q.TIOCM_OUT2))},
  2430  			"TIOCM_RI":                         {"untyped int", constant.MakeInt64(int64(q.TIOCM_RI))},
  2431  			"TIOCM_RNG":                        {"untyped int", constant.MakeInt64(int64(q.TIOCM_RNG))},
  2432  			"TIOCM_RTS":                        {"untyped int", constant.MakeInt64(int64(q.TIOCM_RTS))},
  2433  			"TIOCM_SR":                         {"untyped int", constant.MakeInt64(int64(q.TIOCM_SR))},
  2434  			"TIOCM_ST":                         {"untyped int", constant.MakeInt64(int64(q.TIOCM_ST))},
  2435  			"TIOCNOTTY":                        {"untyped int", constant.MakeInt64(int64(q.TIOCNOTTY))},
  2436  			"TIOCNXCL":                         {"untyped int", constant.MakeInt64(int64(q.TIOCNXCL))},
  2437  			"TIOCOUTQ":                         {"untyped int", constant.MakeInt64(int64(q.TIOCOUTQ))},
  2438  			"TIOCPKT":                          {"untyped int", constant.MakeInt64(int64(q.TIOCPKT))},
  2439  			"TIOCPKT_DATA":                     {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_DATA))},
  2440  			"TIOCPKT_DOSTOP":                   {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_DOSTOP))},
  2441  			"TIOCPKT_FLUSHREAD":                {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_FLUSHREAD))},
  2442  			"TIOCPKT_FLUSHWRITE":               {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_FLUSHWRITE))},
  2443  			"TIOCPKT_IOCTL":                    {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_IOCTL))},
  2444  			"TIOCPKT_NOSTOP":                   {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_NOSTOP))},
  2445  			"TIOCPKT_START":                    {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_START))},
  2446  			"TIOCPKT_STOP":                     {"untyped int", constant.MakeInt64(int64(q.TIOCPKT_STOP))},
  2447  			"TIOCSBRK":                         {"untyped int", constant.MakeInt64(int64(q.TIOCSBRK))},
  2448  			"TIOCSCTTY":                        {"untyped int", constant.MakeInt64(int64(q.TIOCSCTTY))},
  2449  			"TIOCSERCONFIG":                    {"untyped int", constant.MakeInt64(int64(q.TIOCSERCONFIG))},
  2450  			"TIOCSERGETLSR":                    {"untyped int", constant.MakeInt64(int64(q.TIOCSERGETLSR))},
  2451  			"TIOCSERGETMULTI":                  {"untyped int", constant.MakeInt64(int64(q.TIOCSERGETMULTI))},
  2452  			"TIOCSERGSTRUCT":                   {"untyped int", constant.MakeInt64(int64(q.TIOCSERGSTRUCT))},
  2453  			"TIOCSERGWILD":                     {"untyped int", constant.MakeInt64(int64(q.TIOCSERGWILD))},
  2454  			"TIOCSERSETMULTI":                  {"untyped int", constant.MakeInt64(int64(q.TIOCSERSETMULTI))},
  2455  			"TIOCSERSWILD":                     {"untyped int", constant.MakeInt64(int64(q.TIOCSERSWILD))},
  2456  			"TIOCSER_TEMT":                     {"untyped int", constant.MakeInt64(int64(q.TIOCSER_TEMT))},
  2457  			"TIOCSETC":                         {"untyped int", constant.MakeInt64(int64(q.TIOCSETC))},
  2458  			"TIOCSETD":                         {"untyped int", constant.MakeInt64(int64(q.TIOCSETD))},
  2459  			"TIOCSETN":                         {"untyped int", constant.MakeInt64(int64(q.TIOCSETN))},
  2460  			"TIOCSETP":                         {"untyped int", constant.MakeInt64(int64(q.TIOCSETP))},
  2461  			"TIOCSIG":                          {"untyped int", constant.MakeInt64(int64(q.TIOCSIG))},
  2462  			"TIOCSLCKTRMIOS":                   {"untyped int", constant.MakeInt64(int64(q.TIOCSLCKTRMIOS))},
  2463  			"TIOCSLTC":                         {"untyped int", constant.MakeInt64(int64(q.TIOCSLTC))},
  2464  			"TIOCSPGRP":                        {"untyped int", constant.MakeInt64(int64(q.TIOCSPGRP))},
  2465  			"TIOCSPTLCK":                       {"untyped int", constant.MakeInt64(int64(q.TIOCSPTLCK))},
  2466  			"TIOCSRS485":                       {"untyped int", constant.MakeInt64(int64(q.TIOCSRS485))},
  2467  			"TIOCSSERIAL":                      {"untyped int", constant.MakeInt64(int64(q.TIOCSSERIAL))},
  2468  			"TIOCSSOFTCAR":                     {"untyped int", constant.MakeInt64(int64(q.TIOCSSOFTCAR))},
  2469  			"TIOCSTART":                        {"untyped int", constant.MakeInt64(int64(q.TIOCSTART))},
  2470  			"TIOCSTI":                          {"untyped int", constant.MakeInt64(int64(q.TIOCSTI))},
  2471  			"TIOCSTOP":                         {"untyped int", constant.MakeInt64(int64(q.TIOCSTOP))},
  2472  			"TIOCSWINSZ":                       {"untyped int", constant.MakeInt64(int64(q.TIOCSWINSZ))},
  2473  			"TIOCVHANGUP":                      {"untyped int", constant.MakeInt64(int64(q.TIOCVHANGUP))},
  2474  			"TOSTOP":                           {"untyped int", constant.MakeInt64(int64(q.TOSTOP))},
  2475  			"TUNATTACHFILTER":                  {"untyped int", constant.MakeInt64(int64(q.TUNATTACHFILTER))},
  2476  			"TUNDETACHFILTER":                  {"untyped int", constant.MakeInt64(int64(q.TUNDETACHFILTER))},
  2477  			"TUNGETFEATURES":                   {"untyped int", constant.MakeInt64(int64(q.TUNGETFEATURES))},
  2478  			"TUNGETFILTER":                     {"untyped int", constant.MakeInt64(int64(q.TUNGETFILTER))},
  2479  			"TUNGETIFF":                        {"untyped int", constant.MakeInt64(int64(q.TUNGETIFF))},
  2480  			"TUNGETSNDBUF":                     {"untyped int", constant.MakeInt64(int64(q.TUNGETSNDBUF))},
  2481  			"TUNGETVNETHDRSZ":                  {"untyped int", constant.MakeInt64(int64(q.TUNGETVNETHDRSZ))},
  2482  			"TUNSETDEBUG":                      {"untyped int", constant.MakeInt64(int64(q.TUNSETDEBUG))},
  2483  			"TUNSETGROUP":                      {"untyped int", constant.MakeInt64(int64(q.TUNSETGROUP))},
  2484  			"TUNSETIFF":                        {"untyped int", constant.MakeInt64(int64(q.TUNSETIFF))},
  2485  			"TUNSETIFINDEX":                    {"untyped int", constant.MakeInt64(int64(q.TUNSETIFINDEX))},
  2486  			"TUNSETLINK":                       {"untyped int", constant.MakeInt64(int64(q.TUNSETLINK))},
  2487  			"TUNSETNOCSUM":                     {"untyped int", constant.MakeInt64(int64(q.TUNSETNOCSUM))},
  2488  			"TUNSETOFFLOAD":                    {"untyped int", constant.MakeInt64(int64(q.TUNSETOFFLOAD))},
  2489  			"TUNSETOWNER":                      {"untyped int", constant.MakeInt64(int64(q.TUNSETOWNER))},
  2490  			"TUNSETPERSIST":                    {"untyped int", constant.MakeInt64(int64(q.TUNSETPERSIST))},
  2491  			"TUNSETQUEUE":                      {"untyped int", constant.MakeInt64(int64(q.TUNSETQUEUE))},
  2492  			"TUNSETSNDBUF":                     {"untyped int", constant.MakeInt64(int64(q.TUNSETSNDBUF))},
  2493  			"TUNSETTXFILTER":                   {"untyped int", constant.MakeInt64(int64(q.TUNSETTXFILTER))},
  2494  			"TUNSETVNETHDRSZ":                  {"untyped int", constant.MakeInt64(int64(q.TUNSETVNETHDRSZ))},
  2495  			"VDISCARD":                         {"untyped int", constant.MakeInt64(int64(q.VDISCARD))},
  2496  			"VEOF":                             {"untyped int", constant.MakeInt64(int64(q.VEOF))},
  2497  			"VEOL":                             {"untyped int", constant.MakeInt64(int64(q.VEOL))},
  2498  			"VEOL2":                            {"untyped int", constant.MakeInt64(int64(q.VEOL2))},
  2499  			"VERASE":                           {"untyped int", constant.MakeInt64(int64(q.VERASE))},
  2500  			"VINTR":                            {"untyped int", constant.MakeInt64(int64(q.VINTR))},
  2501  			"VKILL":                            {"untyped int", constant.MakeInt64(int64(q.VKILL))},
  2502  			"VLNEXT":                           {"untyped int", constant.MakeInt64(int64(q.VLNEXT))},
  2503  			"VMIN":                             {"untyped int", constant.MakeInt64(int64(q.VMIN))},
  2504  			"VQUIT":                            {"untyped int", constant.MakeInt64(int64(q.VQUIT))},
  2505  			"VREPRINT":                         {"untyped int", constant.MakeInt64(int64(q.VREPRINT))},
  2506  			"VSTART":                           {"untyped int", constant.MakeInt64(int64(q.VSTART))},
  2507  			"VSTOP":                            {"untyped int", constant.MakeInt64(int64(q.VSTOP))},
  2508  			"VSUSP":                            {"untyped int", constant.MakeInt64(int64(q.VSUSP))},
  2509  			"VSWTC":                            {"untyped int", constant.MakeInt64(int64(q.VSWTC))},
  2510  			"VT0":                              {"untyped int", constant.MakeInt64(int64(q.VT0))},
  2511  			"VT1":                              {"untyped int", constant.MakeInt64(int64(q.VT1))},
  2512  			"VTDLY":                            {"untyped int", constant.MakeInt64(int64(q.VTDLY))},
  2513  			"VTIME":                            {"untyped int", constant.MakeInt64(int64(q.VTIME))},
  2514  			"VWERASE":                          {"untyped int", constant.MakeInt64(int64(q.VWERASE))},
  2515  			"WALL":                             {"untyped int", constant.MakeInt64(int64(q.WALL))},
  2516  			"WCLONE":                           {"untyped int", constant.MakeInt64(int64(q.WCLONE))},
  2517  			"WCONTINUED":                       {"untyped int", constant.MakeInt64(int64(q.WCONTINUED))},
  2518  			"WEXITED":                          {"untyped int", constant.MakeInt64(int64(q.WEXITED))},
  2519  			"WNOHANG":                          {"untyped int", constant.MakeInt64(int64(q.WNOHANG))},
  2520  			"WNOTHREAD":                        {"untyped int", constant.MakeInt64(int64(q.WNOTHREAD))},
  2521  			"WNOWAIT":                          {"untyped int", constant.MakeInt64(int64(q.WNOWAIT))},
  2522  			"WORDSIZE":                         {"untyped int", constant.MakeInt64(int64(q.WORDSIZE))},
  2523  			"WSTOPPED":                         {"untyped int", constant.MakeInt64(int64(q.WSTOPPED))},
  2524  			"WUNTRACED":                        {"untyped int", constant.MakeInt64(int64(q.WUNTRACED))},
  2525  			"XCASE":                            {"untyped int", constant.MakeInt64(int64(q.XCASE))},
  2526  		},
  2527  	})
  2528  }