diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index 1b557205..6ed8d978 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - go-version: [ 1.14, 1.15 ] + go-version: [ 1.15, 1.16 ] os: [ubuntu-latest, macos-latest, windows-latest] include: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90cde391..87e7cd94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GO_VERSION: 1.15 + GO_VERSION: 1.16 GOLANGCI_LINT_VERSION: v1.36.0 jobs: @@ -45,7 +45,7 @@ jobs: needs: linting strategy: matrix: - go-version: [ 1.14, 1.15 ] + go-version: [ 1.15, 1.16 ] steps: - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v2 @@ -75,7 +75,7 @@ jobs: working-directory: ${{ github.workspace }}/go/src/github.com/traefik/yaegi strategy: matrix: - go-version: [ 1.14, 1.15 ] + go-version: [ 1.15, 1.16 ] steps: - name: Set up Go ${{ matrix.go-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47b563d1..578dbdcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - v[0-9]+.[0-9]+* env: - GO_VERSION: 1.15 + GO_VERSION: 1.16 jobs: diff --git a/extract/extract.go b/extract/extract.go index 27181831..7444fff4 100644 --- a/extract/extract.go +++ b/extract/extract.go @@ -436,7 +436,7 @@ func GetMinor(part string) string { return minor } -const defaultMinorVersion = 15 +const defaultMinorVersion = 16 func genBuildTags() (string, error) { version := runtime.Version() diff --git a/interp/build.go b/interp/build.go index c1a5e0da..0a09683b 100644 --- a/interp/build.go +++ b/interp/build.go @@ -163,9 +163,9 @@ var knownOs = map[string]bool{ "dragonfly": true, "freebsd": true, "illumos": true, + "ios": true, "js": true, "linux": true, - "nacl": true, "netbsd": true, "openbsd": true, "plan9": true, @@ -176,7 +176,6 @@ var knownOs = map[string]bool{ var knownArch = map[string]bool{ "386": true, "amd64": true, - "amd64p32": true, "arm": true, "arm64": true, "mips": true, diff --git a/stdlib/go1_14_debug_pe.go b/stdlib/go1_14_debug_pe.go deleted file mode 100644 index c9821cb4..00000000 --- a/stdlib/go1_14_debug_pe.go +++ /dev/null @@ -1,74 +0,0 @@ -// Code generated by 'yaegi extract debug/pe'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package stdlib - -import ( - "debug/pe" - "go/constant" - "go/token" - "reflect" -) - -func init() { - Symbols["debug/pe"] = map[string]reflect.Value{ - // function, constant and variable definitions - "COFFSymbolSize": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_ARCHITECTURE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_BASERELOC": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_EXCEPTION": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_EXPORT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_GLOBALPTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_IAT": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_IMPORT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_RESOURCE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_SECURITY": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IMAGE_DIRECTORY_ENTRY_TLS": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IMAGE_FILE_MACHINE_AM33": reflect.ValueOf(constant.MakeFromLiteral("467", token.INT, 0)), - "IMAGE_FILE_MACHINE_AMD64": reflect.ValueOf(constant.MakeFromLiteral("34404", token.INT, 0)), - "IMAGE_FILE_MACHINE_ARM": reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)), - "IMAGE_FILE_MACHINE_ARM64": reflect.ValueOf(constant.MakeFromLiteral("43620", token.INT, 0)), - "IMAGE_FILE_MACHINE_ARMNT": reflect.ValueOf(constant.MakeFromLiteral("452", token.INT, 0)), - "IMAGE_FILE_MACHINE_EBC": reflect.ValueOf(constant.MakeFromLiteral("3772", token.INT, 0)), - "IMAGE_FILE_MACHINE_I386": reflect.ValueOf(constant.MakeFromLiteral("332", token.INT, 0)), - "IMAGE_FILE_MACHINE_IA64": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "IMAGE_FILE_MACHINE_M32R": reflect.ValueOf(constant.MakeFromLiteral("36929", token.INT, 0)), - "IMAGE_FILE_MACHINE_MIPS16": reflect.ValueOf(constant.MakeFromLiteral("614", token.INT, 0)), - "IMAGE_FILE_MACHINE_MIPSFPU": reflect.ValueOf(constant.MakeFromLiteral("870", token.INT, 0)), - "IMAGE_FILE_MACHINE_MIPSFPU16": reflect.ValueOf(constant.MakeFromLiteral("1126", token.INT, 0)), - "IMAGE_FILE_MACHINE_POWERPC": reflect.ValueOf(constant.MakeFromLiteral("496", token.INT, 0)), - "IMAGE_FILE_MACHINE_POWERPCFP": reflect.ValueOf(constant.MakeFromLiteral("497", token.INT, 0)), - "IMAGE_FILE_MACHINE_R4000": reflect.ValueOf(constant.MakeFromLiteral("358", token.INT, 0)), - "IMAGE_FILE_MACHINE_SH3": reflect.ValueOf(constant.MakeFromLiteral("418", token.INT, 0)), - "IMAGE_FILE_MACHINE_SH3DSP": reflect.ValueOf(constant.MakeFromLiteral("419", token.INT, 0)), - "IMAGE_FILE_MACHINE_SH4": reflect.ValueOf(constant.MakeFromLiteral("422", token.INT, 0)), - "IMAGE_FILE_MACHINE_SH5": reflect.ValueOf(constant.MakeFromLiteral("424", token.INT, 0)), - "IMAGE_FILE_MACHINE_THUMB": reflect.ValueOf(constant.MakeFromLiteral("450", token.INT, 0)), - "IMAGE_FILE_MACHINE_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IMAGE_FILE_MACHINE_WCEMIPSV2": reflect.ValueOf(constant.MakeFromLiteral("361", token.INT, 0)), - "NewFile": reflect.ValueOf(pe.NewFile), - "Open": reflect.ValueOf(pe.Open), - - // type definitions - "COFFSymbol": reflect.ValueOf((*pe.COFFSymbol)(nil)), - "DataDirectory": reflect.ValueOf((*pe.DataDirectory)(nil)), - "File": reflect.ValueOf((*pe.File)(nil)), - "FileHeader": reflect.ValueOf((*pe.FileHeader)(nil)), - "FormatError": reflect.ValueOf((*pe.FormatError)(nil)), - "ImportDirectory": reflect.ValueOf((*pe.ImportDirectory)(nil)), - "OptionalHeader32": reflect.ValueOf((*pe.OptionalHeader32)(nil)), - "OptionalHeader64": reflect.ValueOf((*pe.OptionalHeader64)(nil)), - "Reloc": reflect.ValueOf((*pe.Reloc)(nil)), - "Section": reflect.ValueOf((*pe.Section)(nil)), - "SectionHeader": reflect.ValueOf((*pe.SectionHeader)(nil)), - "SectionHeader32": reflect.ValueOf((*pe.SectionHeader32)(nil)), - "StringTable": reflect.ValueOf((*pe.StringTable)(nil)), - "Symbol": reflect.ValueOf((*pe.Symbol)(nil)), - } -} diff --git a/stdlib/go1_14_os.go b/stdlib/go1_14_os.go deleted file mode 100644 index ce409c6c..00000000 --- a/stdlib/go1_14_os.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by 'yaegi extract os'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package stdlib - -import ( - "go/constant" - "go/token" - "os" - "reflect" - "time" -) - -func init() { - Symbols["os"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Args": reflect.ValueOf(&os.Args).Elem(), - "Chdir": reflect.ValueOf(os.Chdir), - "Chmod": reflect.ValueOf(os.Chmod), - "Chown": reflect.ValueOf(os.Chown), - "Chtimes": reflect.ValueOf(os.Chtimes), - "Clearenv": reflect.ValueOf(os.Clearenv), - "Create": reflect.ValueOf(os.Create), - "DevNull": reflect.ValueOf(constant.MakeFromLiteral("\"/dev/null\"", token.STRING, 0)), - "Environ": reflect.ValueOf(os.Environ), - "ErrClosed": reflect.ValueOf(&os.ErrClosed).Elem(), - "ErrExist": reflect.ValueOf(&os.ErrExist).Elem(), - "ErrInvalid": reflect.ValueOf(&os.ErrInvalid).Elem(), - "ErrNoDeadline": reflect.ValueOf(&os.ErrNoDeadline).Elem(), - "ErrNotExist": reflect.ValueOf(&os.ErrNotExist).Elem(), - "ErrPermission": reflect.ValueOf(&os.ErrPermission).Elem(), - "Executable": reflect.ValueOf(os.Executable), - "Exit": reflect.ValueOf(osExit), - "Expand": reflect.ValueOf(os.Expand), - "ExpandEnv": reflect.ValueOf(os.ExpandEnv), - "FindProcess": reflect.ValueOf(osFindProcess), - "Getegid": reflect.ValueOf(os.Getegid), - "Getenv": reflect.ValueOf(os.Getenv), - "Geteuid": reflect.ValueOf(os.Geteuid), - "Getgid": reflect.ValueOf(os.Getgid), - "Getgroups": reflect.ValueOf(os.Getgroups), - "Getpagesize": reflect.ValueOf(os.Getpagesize), - "Getpid": reflect.ValueOf(os.Getpid), - "Getppid": reflect.ValueOf(os.Getppid), - "Getuid": reflect.ValueOf(os.Getuid), - "Getwd": reflect.ValueOf(os.Getwd), - "Hostname": reflect.ValueOf(os.Hostname), - "Interrupt": reflect.ValueOf(&os.Interrupt).Elem(), - "IsExist": reflect.ValueOf(os.IsExist), - "IsNotExist": reflect.ValueOf(os.IsNotExist), - "IsPathSeparator": reflect.ValueOf(os.IsPathSeparator), - "IsPermission": reflect.ValueOf(os.IsPermission), - "IsTimeout": reflect.ValueOf(os.IsTimeout), - "Kill": reflect.ValueOf(&os.Kill).Elem(), - "Lchown": reflect.ValueOf(os.Lchown), - "Link": reflect.ValueOf(os.Link), - "LookupEnv": reflect.ValueOf(os.LookupEnv), - "Lstat": reflect.ValueOf(os.Lstat), - "Mkdir": reflect.ValueOf(os.Mkdir), - "MkdirAll": reflect.ValueOf(os.MkdirAll), - "ModeAppend": reflect.ValueOf(os.ModeAppend), - "ModeCharDevice": reflect.ValueOf(os.ModeCharDevice), - "ModeDevice": reflect.ValueOf(os.ModeDevice), - "ModeDir": reflect.ValueOf(os.ModeDir), - "ModeExclusive": reflect.ValueOf(os.ModeExclusive), - "ModeIrregular": reflect.ValueOf(os.ModeIrregular), - "ModeNamedPipe": reflect.ValueOf(os.ModeNamedPipe), - "ModePerm": reflect.ValueOf(os.ModePerm), - "ModeSetgid": reflect.ValueOf(os.ModeSetgid), - "ModeSetuid": reflect.ValueOf(os.ModeSetuid), - "ModeSocket": reflect.ValueOf(os.ModeSocket), - "ModeSticky": reflect.ValueOf(os.ModeSticky), - "ModeSymlink": reflect.ValueOf(os.ModeSymlink), - "ModeTemporary": reflect.ValueOf(os.ModeTemporary), - "ModeType": reflect.ValueOf(os.ModeType), - "NewFile": reflect.ValueOf(os.NewFile), - "NewSyscallError": reflect.ValueOf(os.NewSyscallError), - "O_APPEND": reflect.ValueOf(os.O_APPEND), - "O_CREATE": reflect.ValueOf(os.O_CREATE), - "O_EXCL": reflect.ValueOf(os.O_EXCL), - "O_RDONLY": reflect.ValueOf(os.O_RDONLY), - "O_RDWR": reflect.ValueOf(os.O_RDWR), - "O_SYNC": reflect.ValueOf(os.O_SYNC), - "O_TRUNC": reflect.ValueOf(os.O_TRUNC), - "O_WRONLY": reflect.ValueOf(os.O_WRONLY), - "Open": reflect.ValueOf(os.Open), - "OpenFile": reflect.ValueOf(os.OpenFile), - "PathListSeparator": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), - "PathSeparator": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), - "Pipe": reflect.ValueOf(os.Pipe), - "Readlink": reflect.ValueOf(os.Readlink), - "Remove": reflect.ValueOf(os.Remove), - "RemoveAll": reflect.ValueOf(os.RemoveAll), - "Rename": reflect.ValueOf(os.Rename), - "SEEK_CUR": reflect.ValueOf(os.SEEK_CUR), - "SEEK_END": reflect.ValueOf(os.SEEK_END), - "SEEK_SET": reflect.ValueOf(os.SEEK_SET), - "SameFile": reflect.ValueOf(os.SameFile), - "Setenv": reflect.ValueOf(os.Setenv), - "StartProcess": reflect.ValueOf(os.StartProcess), - "Stat": reflect.ValueOf(os.Stat), - "Stderr": reflect.ValueOf(&os.Stderr).Elem(), - "Stdin": reflect.ValueOf(&os.Stdin).Elem(), - "Stdout": reflect.ValueOf(&os.Stdout).Elem(), - "Symlink": reflect.ValueOf(os.Symlink), - "TempDir": reflect.ValueOf(os.TempDir), - "Truncate": reflect.ValueOf(os.Truncate), - "Unsetenv": reflect.ValueOf(os.Unsetenv), - "UserCacheDir": reflect.ValueOf(os.UserCacheDir), - "UserConfigDir": reflect.ValueOf(os.UserConfigDir), - "UserHomeDir": reflect.ValueOf(os.UserHomeDir), - - // type definitions - "File": reflect.ValueOf((*os.File)(nil)), - "FileInfo": reflect.ValueOf((*os.FileInfo)(nil)), - "FileMode": reflect.ValueOf((*os.FileMode)(nil)), - "LinkError": reflect.ValueOf((*os.LinkError)(nil)), - "PathError": reflect.ValueOf((*os.PathError)(nil)), - "ProcAttr": reflect.ValueOf((*os.ProcAttr)(nil)), - "Process": reflect.ValueOf((*os.Process)(nil)), - "ProcessState": reflect.ValueOf((*os.ProcessState)(nil)), - "Signal": reflect.ValueOf((*os.Signal)(nil)), - "SyscallError": reflect.ValueOf((*os.SyscallError)(nil)), - - // interface wrapper definitions - "_FileInfo": reflect.ValueOf((*_os_FileInfo)(nil)), - "_Signal": reflect.ValueOf((*_os_Signal)(nil)), - } -} - -// _os_FileInfo is an interface wrapper for FileInfo type -type _os_FileInfo struct { - WIsDir func() bool - WModTime func() time.Time - WMode func() os.FileMode - WName func() string - WSize func() int64 - WSys func() interface{} -} - -func (W _os_FileInfo) IsDir() bool { return W.WIsDir() } -func (W _os_FileInfo) ModTime() time.Time { return W.WModTime() } -func (W _os_FileInfo) Mode() os.FileMode { return W.WMode() } -func (W _os_FileInfo) Name() string { return W.WName() } -func (W _os_FileInfo) Size() int64 { return W.WSize() } -func (W _os_FileInfo) Sys() interface{} { return W.WSys() } - -// _os_Signal is an interface wrapper for Signal type -type _os_Signal struct { - WSignal func() - WString func() string -} - -func (W _os_Signal) Signal() { W.WSignal() } -func (W _os_Signal) String() string { return W.WString() } diff --git a/stdlib/go1_14_os_signal.go b/stdlib/go1_14_os_signal.go deleted file mode 100644 index 49e1f397..00000000 --- a/stdlib/go1_14_os_signal.go +++ /dev/null @@ -1,21 +0,0 @@ -// Code generated by 'yaegi extract os/signal'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package stdlib - -import ( - "os/signal" - "reflect" -) - -func init() { - Symbols["os/signal"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Ignore": reflect.ValueOf(signal.Ignore), - "Ignored": reflect.ValueOf(signal.Ignored), - "Notify": reflect.ValueOf(signal.Notify), - "Reset": reflect.ValueOf(signal.Reset), - "Stop": reflect.ValueOf(signal.Stop), - } -} diff --git a/stdlib/go1_15_archive_tar.go b/stdlib/go1_15_archive_tar.go index 46e20d59..cf36f2ff 100644 --- a/stdlib/go1_15_archive_tar.go +++ b/stdlib/go1_15_archive_tar.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract archive/tar'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_archive_zip.go b/stdlib/go1_15_archive_zip.go index 3218c084..f1467b4f 100644 --- a/stdlib/go1_15_archive_zip.go +++ b/stdlib/go1_15_archive_zip.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract archive/zip'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_bufio.go b/stdlib/go1_15_bufio.go index c5cc82c4..f1a4fbcd 100644 --- a/stdlib/go1_15_bufio.go +++ b/stdlib/go1_15_bufio.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract bufio'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_bytes.go b/stdlib/go1_15_bytes.go index de20508f..46ae0d58 100644 --- a/stdlib/go1_15_bytes.go +++ b/stdlib/go1_15_bytes.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract bytes'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_compress_bzip2.go b/stdlib/go1_15_compress_bzip2.go index 61b4e00c..231d72dc 100644 --- a/stdlib/go1_15_compress_bzip2.go +++ b/stdlib/go1_15_compress_bzip2.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/bzip2'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_compress_flate.go b/stdlib/go1_15_compress_flate.go index 8c96c878..512b7d30 100644 --- a/stdlib/go1_15_compress_flate.go +++ b/stdlib/go1_15_compress_flate.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/flate'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_compress_gzip.go b/stdlib/go1_15_compress_gzip.go index 4e64ac97..6371f007 100644 --- a/stdlib/go1_15_compress_gzip.go +++ b/stdlib/go1_15_compress_gzip.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/gzip'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_compress_lzw.go b/stdlib/go1_15_compress_lzw.go index 2920445f..25ef5518 100644 --- a/stdlib/go1_15_compress_lzw.go +++ b/stdlib/go1_15_compress_lzw.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/lzw'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_compress_zlib.go b/stdlib/go1_15_compress_zlib.go index 1a426089..36d8d7d4 100644 --- a/stdlib/go1_15_compress_zlib.go +++ b/stdlib/go1_15_compress_zlib.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/zlib'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_container_heap.go b/stdlib/go1_15_container_heap.go index a3c7b5d8..275f5b0b 100644 --- a/stdlib/go1_15_container_heap.go +++ b/stdlib/go1_15_container_heap.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract container/heap'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_container_list.go b/stdlib/go1_15_container_list.go index 831b4c23..196696ee 100644 --- a/stdlib/go1_15_container_list.go +++ b/stdlib/go1_15_container_list.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract container/list'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_container_ring.go b/stdlib/go1_15_container_ring.go index 9ed5afdd..6fe34ad4 100644 --- a/stdlib/go1_15_container_ring.go +++ b/stdlib/go1_15_container_ring.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract container/ring'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_context.go b/stdlib/go1_15_context.go index 114b0b3a..aa2d3a91 100644 --- a/stdlib/go1_15_context.go +++ b/stdlib/go1_15_context.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract context'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto.go b/stdlib/go1_15_crypto.go index cfdb3391..4f9efc3d 100644 --- a/stdlib/go1_15_crypto.go +++ b/stdlib/go1_15_crypto.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_aes.go b/stdlib/go1_15_crypto_aes.go index 42cf2ec5..92f02ad5 100644 --- a/stdlib/go1_15_crypto_aes.go +++ b/stdlib/go1_15_crypto_aes.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/aes'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_cipher.go b/stdlib/go1_15_crypto_cipher.go index ba9edeab..f0b3bccb 100644 --- a/stdlib/go1_15_crypto_cipher.go +++ b/stdlib/go1_15_crypto_cipher.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/cipher'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_des.go b/stdlib/go1_15_crypto_des.go index 33a14ee5..3a0717f3 100644 --- a/stdlib/go1_15_crypto_des.go +++ b/stdlib/go1_15_crypto_des.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/des'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_dsa.go b/stdlib/go1_15_crypto_dsa.go index d5fd5c89..e22314ab 100644 --- a/stdlib/go1_15_crypto_dsa.go +++ b/stdlib/go1_15_crypto_dsa.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/dsa'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_ecdsa.go b/stdlib/go1_15_crypto_ecdsa.go index c0b38a3d..087aa91d 100644 --- a/stdlib/go1_15_crypto_ecdsa.go +++ b/stdlib/go1_15_crypto_ecdsa.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/ecdsa'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_ed25519.go b/stdlib/go1_15_crypto_ed25519.go index 3bd352d3..3da5f4c1 100644 --- a/stdlib/go1_15_crypto_ed25519.go +++ b/stdlib/go1_15_crypto_ed25519.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/ed25519'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_elliptic.go b/stdlib/go1_15_crypto_elliptic.go index 7a47f6f2..fa6ce5af 100644 --- a/stdlib/go1_15_crypto_elliptic.go +++ b/stdlib/go1_15_crypto_elliptic.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/elliptic'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_hmac.go b/stdlib/go1_15_crypto_hmac.go index 3cea5674..23a674ef 100644 --- a/stdlib/go1_15_crypto_hmac.go +++ b/stdlib/go1_15_crypto_hmac.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/hmac'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_md5.go b/stdlib/go1_15_crypto_md5.go index 2513a91c..6b86b79a 100644 --- a/stdlib/go1_15_crypto_md5.go +++ b/stdlib/go1_15_crypto_md5.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/md5'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_rand.go b/stdlib/go1_15_crypto_rand.go index 44a61cad..5a83e127 100644 --- a/stdlib/go1_15_crypto_rand.go +++ b/stdlib/go1_15_crypto_rand.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/rand'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_rc4.go b/stdlib/go1_15_crypto_rc4.go index 49080787..2777e052 100644 --- a/stdlib/go1_15_crypto_rc4.go +++ b/stdlib/go1_15_crypto_rc4.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/rc4'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_rsa.go b/stdlib/go1_15_crypto_rsa.go index aa94a38c..b6257814 100644 --- a/stdlib/go1_15_crypto_rsa.go +++ b/stdlib/go1_15_crypto_rsa.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/rsa'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_sha1.go b/stdlib/go1_15_crypto_sha1.go index 66f0ccdc..8c710d8d 100644 --- a/stdlib/go1_15_crypto_sha1.go +++ b/stdlib/go1_15_crypto_sha1.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/sha1'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_sha256.go b/stdlib/go1_15_crypto_sha256.go index 2bad6758..508ce978 100644 --- a/stdlib/go1_15_crypto_sha256.go +++ b/stdlib/go1_15_crypto_sha256.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/sha256'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_sha512.go b/stdlib/go1_15_crypto_sha512.go index 94eb17f7..5bacb1a3 100644 --- a/stdlib/go1_15_crypto_sha512.go +++ b/stdlib/go1_15_crypto_sha512.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/sha512'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_subtle.go b/stdlib/go1_15_crypto_subtle.go index b204758f..82249aba 100644 --- a/stdlib/go1_15_crypto_subtle.go +++ b/stdlib/go1_15_crypto_subtle.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/subtle'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_tls.go b/stdlib/go1_15_crypto_tls.go index 80dfc319..e56b8bb9 100644 --- a/stdlib/go1_15_crypto_tls.go +++ b/stdlib/go1_15_crypto_tls.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/tls'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_x509.go b/stdlib/go1_15_crypto_x509.go index 0a4e6690..d90250e8 100644 --- a/stdlib/go1_15_crypto_x509.go +++ b/stdlib/go1_15_crypto_x509.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/x509'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_crypto_x509_pkix.go b/stdlib/go1_15_crypto_x509_pkix.go index b3f87c6c..ebc92944 100644 --- a/stdlib/go1_15_crypto_x509_pkix.go +++ b/stdlib/go1_15_crypto_x509_pkix.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/x509/pkix'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_database_sql.go b/stdlib/go1_15_database_sql.go index d278fa9d..5ac2208f 100644 --- a/stdlib/go1_15_database_sql.go +++ b/stdlib/go1_15_database_sql.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract database/sql'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_database_sql_driver.go b/stdlib/go1_15_database_sql_driver.go index 8d4eb66c..7ba5d3ff 100644 --- a/stdlib/go1_15_database_sql_driver.go +++ b/stdlib/go1_15_database_sql_driver.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract database/sql/driver'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_debug_dwarf.go b/stdlib/go1_15_debug_dwarf.go index ddf7a137..1d289cbc 100644 --- a/stdlib/go1_15_debug_dwarf.go +++ b/stdlib/go1_15_debug_dwarf.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/dwarf'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_debug_elf.go b/stdlib/go1_15_debug_elf.go index 0630af7b..2b1719e7 100644 --- a/stdlib/go1_15_debug_elf.go +++ b/stdlib/go1_15_debug_elf.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/elf'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_debug_gosym.go b/stdlib/go1_15_debug_gosym.go index 1728795a..a06dfada 100644 --- a/stdlib/go1_15_debug_gosym.go +++ b/stdlib/go1_15_debug_gosym.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/gosym'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_debug_macho.go b/stdlib/go1_15_debug_macho.go index 620c8077..d4a03d76 100644 --- a/stdlib/go1_15_debug_macho.go +++ b/stdlib/go1_15_debug_macho.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/macho'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_debug_pe.go b/stdlib/go1_15_debug_pe.go index 31785ce7..41bc6526 100644 --- a/stdlib/go1_15_debug_pe.go +++ b/stdlib/go1_15_debug_pe.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/pe'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_debug_plan9obj.go b/stdlib/go1_15_debug_plan9obj.go index ee49b00e..29ab308f 100644 --- a/stdlib/go1_15_debug_plan9obj.go +++ b/stdlib/go1_15_debug_plan9obj.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/plan9obj'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding.go b/stdlib/go1_15_encoding.go index 2f1b6d2c..8b4fc83c 100644 --- a/stdlib/go1_15_encoding.go +++ b/stdlib/go1_15_encoding.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_ascii85.go b/stdlib/go1_15_encoding_ascii85.go index 6bb752d8..9886d768 100644 --- a/stdlib/go1_15_encoding_ascii85.go +++ b/stdlib/go1_15_encoding_ascii85.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/ascii85'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_asn1.go b/stdlib/go1_15_encoding_asn1.go index 95671473..a42662f1 100644 --- a/stdlib/go1_15_encoding_asn1.go +++ b/stdlib/go1_15_encoding_asn1.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/asn1'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_base32.go b/stdlib/go1_15_encoding_base32.go index 5c4eaed2..410df14e 100644 --- a/stdlib/go1_15_encoding_base32.go +++ b/stdlib/go1_15_encoding_base32.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/base32'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_base64.go b/stdlib/go1_15_encoding_base64.go index af62cff0..a741ca24 100644 --- a/stdlib/go1_15_encoding_base64.go +++ b/stdlib/go1_15_encoding_base64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/base64'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_binary.go b/stdlib/go1_15_encoding_binary.go index e4d60181..8c1af0bc 100644 --- a/stdlib/go1_15_encoding_binary.go +++ b/stdlib/go1_15_encoding_binary.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/binary'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_csv.go b/stdlib/go1_15_encoding_csv.go index a9e25480..ee1796dd 100644 --- a/stdlib/go1_15_encoding_csv.go +++ b/stdlib/go1_15_encoding_csv.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/csv'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_gob.go b/stdlib/go1_15_encoding_gob.go index 60e45298..41a37bdd 100644 --- a/stdlib/go1_15_encoding_gob.go +++ b/stdlib/go1_15_encoding_gob.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/gob'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_hex.go b/stdlib/go1_15_encoding_hex.go index 63e7c299..f15310da 100644 --- a/stdlib/go1_15_encoding_hex.go +++ b/stdlib/go1_15_encoding_hex.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/hex'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_json.go b/stdlib/go1_15_encoding_json.go index 92c053a8..c1fdd9fe 100644 --- a/stdlib/go1_15_encoding_json.go +++ b/stdlib/go1_15_encoding_json.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/json'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_pem.go b/stdlib/go1_15_encoding_pem.go index dac03571..e5521f79 100644 --- a/stdlib/go1_15_encoding_pem.go +++ b/stdlib/go1_15_encoding_pem.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/pem'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_encoding_xml.go b/stdlib/go1_15_encoding_xml.go index cfdbaade..88f665f3 100644 --- a/stdlib/go1_15_encoding_xml.go +++ b/stdlib/go1_15_encoding_xml.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/xml'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_errors.go b/stdlib/go1_15_errors.go index db661868..35480b9b 100644 --- a/stdlib/go1_15_errors.go +++ b/stdlib/go1_15_errors.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract errors'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_expvar.go b/stdlib/go1_15_expvar.go index d2621139..a988d812 100644 --- a/stdlib/go1_15_expvar.go +++ b/stdlib/go1_15_expvar.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract expvar'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_flag.go b/stdlib/go1_15_flag.go index fbc4b1b5..e259dd3b 100644 --- a/stdlib/go1_15_flag.go +++ b/stdlib/go1_15_flag.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract flag'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_fmt.go b/stdlib/go1_15_fmt.go index 5012b082..fdd172ff 100644 --- a/stdlib/go1_15_fmt.go +++ b/stdlib/go1_15_fmt.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract fmt'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_ast.go b/stdlib/go1_15_go_ast.go index 35b9021f..3574f16f 100644 --- a/stdlib/go1_15_go_ast.go +++ b/stdlib/go1_15_go_ast.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/ast'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_build.go b/stdlib/go1_15_go_build.go index a2918a9d..0baa2d31 100644 --- a/stdlib/go1_15_go_build.go +++ b/stdlib/go1_15_go_build.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/build'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_constant.go b/stdlib/go1_15_go_constant.go index b61e6417..93f77a33 100644 --- a/stdlib/go1_15_go_constant.go +++ b/stdlib/go1_15_go_constant.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/constant'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_doc.go b/stdlib/go1_15_go_doc.go index 73db6677..d8ea9b18 100644 --- a/stdlib/go1_15_go_doc.go +++ b/stdlib/go1_15_go_doc.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/doc'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_format.go b/stdlib/go1_15_go_format.go index 5f06c0be..f9310cb6 100644 --- a/stdlib/go1_15_go_format.go +++ b/stdlib/go1_15_go_format.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/format'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_importer.go b/stdlib/go1_15_go_importer.go index 83435661..d3bedcdf 100644 --- a/stdlib/go1_15_go_importer.go +++ b/stdlib/go1_15_go_importer.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/importer'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_parser.go b/stdlib/go1_15_go_parser.go index b18fc12e..9312cf02 100644 --- a/stdlib/go1_15_go_parser.go +++ b/stdlib/go1_15_go_parser.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/parser'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_printer.go b/stdlib/go1_15_go_printer.go index 755fb976..59df3473 100644 --- a/stdlib/go1_15_go_printer.go +++ b/stdlib/go1_15_go_printer.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/printer'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_scanner.go b/stdlib/go1_15_go_scanner.go index 92bcff49..a7fa1868 100644 --- a/stdlib/go1_15_go_scanner.go +++ b/stdlib/go1_15_go_scanner.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/scanner'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_token.go b/stdlib/go1_15_go_token.go index 9c861b85..ccf004b1 100644 --- a/stdlib/go1_15_go_token.go +++ b/stdlib/go1_15_go_token.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/token'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_go_types.go b/stdlib/go1_15_go_types.go index 5a327a55..525ebdb3 100644 --- a/stdlib/go1_15_go_types.go +++ b/stdlib/go1_15_go_types.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/types'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_hash.go b/stdlib/go1_15_hash.go index d6c9c475..77578e29 100644 --- a/stdlib/go1_15_hash.go +++ b/stdlib/go1_15_hash.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_hash_adler32.go b/stdlib/go1_15_hash_adler32.go index 39d17952..40c8667f 100644 --- a/stdlib/go1_15_hash_adler32.go +++ b/stdlib/go1_15_hash_adler32.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/adler32'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_hash_crc32.go b/stdlib/go1_15_hash_crc32.go index a3965d13..bf5724b5 100644 --- a/stdlib/go1_15_hash_crc32.go +++ b/stdlib/go1_15_hash_crc32.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/crc32'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_hash_crc64.go b/stdlib/go1_15_hash_crc64.go index 58298d86..b2ddd1ff 100644 --- a/stdlib/go1_15_hash_crc64.go +++ b/stdlib/go1_15_hash_crc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/crc64'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_hash_fnv.go b/stdlib/go1_15_hash_fnv.go index 9280be30..2bfe4d5e 100644 --- a/stdlib/go1_15_hash_fnv.go +++ b/stdlib/go1_15_hash_fnv.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/fnv'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_hash_maphash.go b/stdlib/go1_15_hash_maphash.go index 07ffc2ba..0ae671c8 100644 --- a/stdlib/go1_15_hash_maphash.go +++ b/stdlib/go1_15_hash_maphash.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/maphash'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_html.go b/stdlib/go1_15_html.go index 038c59e6..91d4b88b 100644 --- a/stdlib/go1_15_html.go +++ b/stdlib/go1_15_html.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract html'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_html_template.go b/stdlib/go1_15_html_template.go index f139e7db..da5346a6 100644 --- a/stdlib/go1_15_html_template.go +++ b/stdlib/go1_15_html_template.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract html/template'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_image.go b/stdlib/go1_15_image.go index 07870343..4210908f 100644 --- a/stdlib/go1_15_image.go +++ b/stdlib/go1_15_image.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_image_color.go b/stdlib/go1_15_image_color.go index 9b6bcd53..77805555 100644 --- a/stdlib/go1_15_image_color.go +++ b/stdlib/go1_15_image_color.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/color'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_image_color_palette.go b/stdlib/go1_15_image_color_palette.go index afaf44f8..952115d4 100644 --- a/stdlib/go1_15_image_color_palette.go +++ b/stdlib/go1_15_image_color_palette.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/color/palette'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_image_draw.go b/stdlib/go1_15_image_draw.go index eb5ae6c3..123c1c65 100644 --- a/stdlib/go1_15_image_draw.go +++ b/stdlib/go1_15_image_draw.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/draw'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_image_gif.go b/stdlib/go1_15_image_gif.go index 55991743..69487167 100644 --- a/stdlib/go1_15_image_gif.go +++ b/stdlib/go1_15_image_gif.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/gif'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_image_jpeg.go b/stdlib/go1_15_image_jpeg.go index e60c18bf..eb3d03b0 100644 --- a/stdlib/go1_15_image_jpeg.go +++ b/stdlib/go1_15_image_jpeg.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/jpeg'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_image_png.go b/stdlib/go1_15_image_png.go index 97cb96f9..a03414f3 100644 --- a/stdlib/go1_15_image_png.go +++ b/stdlib/go1_15_image_png.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/png'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_index_suffixarray.go b/stdlib/go1_15_index_suffixarray.go index c7fd64ef..18c426a3 100644 --- a/stdlib/go1_15_index_suffixarray.go +++ b/stdlib/go1_15_index_suffixarray.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract index/suffixarray'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_io.go b/stdlib/go1_15_io.go index b5b80750..db24be14 100644 --- a/stdlib/go1_15_io.go +++ b/stdlib/go1_15_io.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract io'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_io_ioutil.go b/stdlib/go1_15_io_ioutil.go index 25b60239..3e07985a 100644 --- a/stdlib/go1_15_io_ioutil.go +++ b/stdlib/go1_15_io_ioutil.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract io/ioutil'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_log.go b/stdlib/go1_15_log.go index d1bcf6a9..1b8eacc0 100644 --- a/stdlib/go1_15_log.go +++ b/stdlib/go1_15_log.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract log'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_log_syslog.go b/stdlib/go1_15_log_syslog.go index efef5463..e9bfedc3 100644 --- a/stdlib/go1_15_log_syslog.go +++ b/stdlib/go1_15_log_syslog.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract log/syslog'. DO NOT EDIT. -// +build go1.15,!windows,!nacl,!plan9 +// +build go1.15,!go1.16,!windows,!nacl,!plan9 package stdlib diff --git a/stdlib/go1_15_math.go b/stdlib/go1_15_math.go index 3a60bfbb..60106723 100644 --- a/stdlib/go1_15_math.go +++ b/stdlib/go1_15_math.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_math_big.go b/stdlib/go1_15_math_big.go index 08cb20cf..348bbd26 100644 --- a/stdlib/go1_15_math_big.go +++ b/stdlib/go1_15_math_big.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/big'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_math_bits.go b/stdlib/go1_15_math_bits.go index fa4afbc0..beb48187 100644 --- a/stdlib/go1_15_math_bits.go +++ b/stdlib/go1_15_math_bits.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/bits'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_math_cmplx.go b/stdlib/go1_15_math_cmplx.go index 52b63b55..d5c8509a 100644 --- a/stdlib/go1_15_math_cmplx.go +++ b/stdlib/go1_15_math_cmplx.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/cmplx'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_math_rand.go b/stdlib/go1_15_math_rand.go index 836dfea3..24a6fade 100644 --- a/stdlib/go1_15_math_rand.go +++ b/stdlib/go1_15_math_rand.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/rand'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_mime.go b/stdlib/go1_15_mime.go index cd9d58b7..9f0b03bd 100644 --- a/stdlib/go1_15_mime.go +++ b/stdlib/go1_15_mime.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract mime'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_mime_multipart.go b/stdlib/go1_15_mime_multipart.go index 1b5b007d..e3501c71 100644 --- a/stdlib/go1_15_mime_multipart.go +++ b/stdlib/go1_15_mime_multipart.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract mime/multipart'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_mime_quotedprintable.go b/stdlib/go1_15_mime_quotedprintable.go index 39e27492..7c0bcb4d 100644 --- a/stdlib/go1_15_mime_quotedprintable.go +++ b/stdlib/go1_15_mime_quotedprintable.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract mime/quotedprintable'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net.go b/stdlib/go1_15_net.go index 88a55aaa..2977d9ae 100644 --- a/stdlib/go1_15_net.go +++ b/stdlib/go1_15_net.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http.go b/stdlib/go1_15_net_http.go index 9d7ced86..3693127d 100644 --- a/stdlib/go1_15_net_http.go +++ b/stdlib/go1_15_net_http.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http_cgi.go b/stdlib/go1_15_net_http_cgi.go index 0681ed32..7a3d63d3 100644 --- a/stdlib/go1_15_net_http_cgi.go +++ b/stdlib/go1_15_net_http_cgi.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/cgi'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http_cookiejar.go b/stdlib/go1_15_net_http_cookiejar.go index e1744a18..10eb3b30 100644 --- a/stdlib/go1_15_net_http_cookiejar.go +++ b/stdlib/go1_15_net_http_cookiejar.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/cookiejar'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http_fcgi.go b/stdlib/go1_15_net_http_fcgi.go index 8d608b32..62dc7eca 100644 --- a/stdlib/go1_15_net_http_fcgi.go +++ b/stdlib/go1_15_net_http_fcgi.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/fcgi'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http_httptest.go b/stdlib/go1_15_net_http_httptest.go index 9e3f215f..c145d6ec 100644 --- a/stdlib/go1_15_net_http_httptest.go +++ b/stdlib/go1_15_net_http_httptest.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/httptest'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http_httptrace.go b/stdlib/go1_15_net_http_httptrace.go index e23b1316..72416099 100644 --- a/stdlib/go1_15_net_http_httptrace.go +++ b/stdlib/go1_15_net_http_httptrace.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/httptrace'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http_httputil.go b/stdlib/go1_15_net_http_httputil.go index d17b1d38..80c65058 100644 --- a/stdlib/go1_15_net_http_httputil.go +++ b/stdlib/go1_15_net_http_httputil.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/httputil'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_http_pprof.go b/stdlib/go1_15_net_http_pprof.go index 1833894b..8011f95d 100644 --- a/stdlib/go1_15_net_http_pprof.go +++ b/stdlib/go1_15_net_http_pprof.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/pprof'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_mail.go b/stdlib/go1_15_net_mail.go index 80032efb..85322ee4 100644 --- a/stdlib/go1_15_net_mail.go +++ b/stdlib/go1_15_net_mail.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/mail'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_rpc.go b/stdlib/go1_15_net_rpc.go index 55a69f8f..e79e45cd 100644 --- a/stdlib/go1_15_net_rpc.go +++ b/stdlib/go1_15_net_rpc.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/rpc'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_rpc_jsonrpc.go b/stdlib/go1_15_net_rpc_jsonrpc.go index b9635393..2159599f 100644 --- a/stdlib/go1_15_net_rpc_jsonrpc.go +++ b/stdlib/go1_15_net_rpc_jsonrpc.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/rpc/jsonrpc'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_smtp.go b/stdlib/go1_15_net_smtp.go index 70292536..cc1b7cc4 100644 --- a/stdlib/go1_15_net_smtp.go +++ b/stdlib/go1_15_net_smtp.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/smtp'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_textproto.go b/stdlib/go1_15_net_textproto.go index 85894e14..ccc3e527 100644 --- a/stdlib/go1_15_net_textproto.go +++ b/stdlib/go1_15_net_textproto.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/textproto'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_net_url.go b/stdlib/go1_15_net_url.go index 22394cf5..f8150794 100644 --- a/stdlib/go1_15_net_url.go +++ b/stdlib/go1_15_net_url.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/url'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_os.go b/stdlib/go1_15_os.go index a54338a2..1f5fe57e 100644 --- a/stdlib/go1_15_os.go +++ b/stdlib/go1_15_os.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract os'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_os_signal.go b/stdlib/go1_15_os_signal.go index bf032667..8fe5b590 100644 --- a/stdlib/go1_15_os_signal.go +++ b/stdlib/go1_15_os_signal.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract os/signal'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_os_user.go b/stdlib/go1_15_os_user.go index f5495792..ce82db3f 100644 --- a/stdlib/go1_15_os_user.go +++ b/stdlib/go1_15_os_user.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract os/user'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_path.go b/stdlib/go1_15_path.go index 00bbecac..e61ebbe0 100644 --- a/stdlib/go1_15_path.go +++ b/stdlib/go1_15_path.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract path'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_path_filepath.go b/stdlib/go1_15_path_filepath.go index 2eb33408..1b015959 100644 --- a/stdlib/go1_15_path_filepath.go +++ b/stdlib/go1_15_path_filepath.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract path/filepath'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_reflect.go b/stdlib/go1_15_reflect.go index 35fc7dea..47f4c236 100644 --- a/stdlib/go1_15_reflect.go +++ b/stdlib/go1_15_reflect.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract reflect'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_regexp.go b/stdlib/go1_15_regexp.go index 1c4c6315..23955e24 100644 --- a/stdlib/go1_15_regexp.go +++ b/stdlib/go1_15_regexp.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract regexp'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_regexp_syntax.go b/stdlib/go1_15_regexp_syntax.go index 23553959..f66fe08a 100644 --- a/stdlib/go1_15_regexp_syntax.go +++ b/stdlib/go1_15_regexp_syntax.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract regexp/syntax'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_runtime.go b/stdlib/go1_15_runtime.go index 9f4eadf1..564ff302 100644 --- a/stdlib/go1_15_runtime.go +++ b/stdlib/go1_15_runtime.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_runtime_debug.go b/stdlib/go1_15_runtime_debug.go index 02c4e986..1d34cabd 100644 --- a/stdlib/go1_15_runtime_debug.go +++ b/stdlib/go1_15_runtime_debug.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime/debug'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_runtime_pprof.go b/stdlib/go1_15_runtime_pprof.go index f1d12767..756d6901 100644 --- a/stdlib/go1_15_runtime_pprof.go +++ b/stdlib/go1_15_runtime_pprof.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime/pprof'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_runtime_trace.go b/stdlib/go1_15_runtime_trace.go index 2233409c..d78a25ae 100644 --- a/stdlib/go1_15_runtime_trace.go +++ b/stdlib/go1_15_runtime_trace.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime/trace'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_sort.go b/stdlib/go1_15_sort.go index 1cd9dfa9..02cd095c 100644 --- a/stdlib/go1_15_sort.go +++ b/stdlib/go1_15_sort.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract sort'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_strconv.go b/stdlib/go1_15_strconv.go index 57bed5cf..8fee2957 100644 --- a/stdlib/go1_15_strconv.go +++ b/stdlib/go1_15_strconv.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract strconv'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_strings.go b/stdlib/go1_15_strings.go index 5d62052f..e3620ed9 100644 --- a/stdlib/go1_15_strings.go +++ b/stdlib/go1_15_strings.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract strings'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_sync.go b/stdlib/go1_15_sync.go index 5a745c8f..6d6ef98d 100644 --- a/stdlib/go1_15_sync.go +++ b/stdlib/go1_15_sync.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract sync'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_sync_atomic.go b/stdlib/go1_15_sync_atomic.go index 30486921..1fa6d4e2 100644 --- a/stdlib/go1_15_sync_atomic.go +++ b/stdlib/go1_15_sync_atomic.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract sync/atomic'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_testing.go b/stdlib/go1_15_testing.go index 022a9973..8d07739a 100644 --- a/stdlib/go1_15_testing.go +++ b/stdlib/go1_15_testing.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract testing'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_testing_iotest.go b/stdlib/go1_15_testing_iotest.go index b7c966f3..9d2b081c 100644 --- a/stdlib/go1_15_testing_iotest.go +++ b/stdlib/go1_15_testing_iotest.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract testing/iotest'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_testing_quick.go b/stdlib/go1_15_testing_quick.go index 228cf3f1..14463abe 100644 --- a/stdlib/go1_15_testing_quick.go +++ b/stdlib/go1_15_testing_quick.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract testing/quick'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_text_scanner.go b/stdlib/go1_15_text_scanner.go index 0921df9d..8ce7ddf0 100644 --- a/stdlib/go1_15_text_scanner.go +++ b/stdlib/go1_15_text_scanner.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/scanner'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_text_tabwriter.go b/stdlib/go1_15_text_tabwriter.go index f07d549c..e63652f2 100644 --- a/stdlib/go1_15_text_tabwriter.go +++ b/stdlib/go1_15_text_tabwriter.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/tabwriter'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_text_template.go b/stdlib/go1_15_text_template.go index 7147619f..10c51fa8 100644 --- a/stdlib/go1_15_text_template.go +++ b/stdlib/go1_15_text_template.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/template'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_text_template_parse.go b/stdlib/go1_15_text_template_parse.go index 4d0e9492..6522c804 100644 --- a/stdlib/go1_15_text_template_parse.go +++ b/stdlib/go1_15_text_template_parse.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/template/parse'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_time.go b/stdlib/go1_15_time.go index c6a6fbaa..96dd8142 100644 --- a/stdlib/go1_15_time.go +++ b/stdlib/go1_15_time.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract time'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_unicode.go b/stdlib/go1_15_unicode.go index 9520609a..5f433ade 100644 --- a/stdlib/go1_15_unicode.go +++ b/stdlib/go1_15_unicode.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unicode'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_unicode_utf16.go b/stdlib/go1_15_unicode_utf16.go index 36ea96d9..630741ba 100644 --- a/stdlib/go1_15_unicode_utf16.go +++ b/stdlib/go1_15_unicode_utf16.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unicode/utf16'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_unicode_utf8.go b/stdlib/go1_15_unicode_utf8.go index ec8bfa73..beea3179 100644 --- a/stdlib/go1_15_unicode_utf8.go +++ b/stdlib/go1_15_unicode_utf8.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unicode/utf8'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_14_archive_tar.go b/stdlib/go1_16_archive_tar.go similarity index 98% rename from stdlib/go1_14_archive_tar.go rename to stdlib/go1_16_archive_tar.go index 97e8e25e..125f5c13 100644 --- a/stdlib/go1_14_archive_tar.go +++ b/stdlib/go1_16_archive_tar.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract archive/tar'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_archive_zip.go b/stdlib/go1_16_archive_zip.go similarity index 98% rename from stdlib/go1_14_archive_zip.go rename to stdlib/go1_16_archive_zip.go index b9971b91..e522da5a 100644 --- a/stdlib/go1_14_archive_zip.go +++ b/stdlib/go1_16_archive_zip.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract archive/zip'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_bufio.go b/stdlib/go1_16_bufio.go similarity index 95% rename from stdlib/go1_14_bufio.go rename to stdlib/go1_16_bufio.go index 47e6f2d6..7ad464af 100644 --- a/stdlib/go1_14_bufio.go +++ b/stdlib/go1_16_bufio.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract bufio'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -15,6 +15,7 @@ func init() { Symbols["bufio"] = map[string]reflect.Value{ // function, constant and variable definitions "ErrAdvanceTooFar": reflect.ValueOf(&bufio.ErrAdvanceTooFar).Elem(), + "ErrBadReadCount": reflect.ValueOf(&bufio.ErrBadReadCount).Elem(), "ErrBufferFull": reflect.ValueOf(&bufio.ErrBufferFull).Elem(), "ErrFinalToken": reflect.ValueOf(&bufio.ErrFinalToken).Elem(), "ErrInvalidUnreadByte": reflect.ValueOf(&bufio.ErrInvalidUnreadByte).Elem(), diff --git a/stdlib/go1_14_bytes.go b/stdlib/go1_16_bytes.go similarity index 99% rename from stdlib/go1_14_bytes.go rename to stdlib/go1_16_bytes.go index 4f5c2093..2f046cb9 100644 --- a/stdlib/go1_14_bytes.go +++ b/stdlib/go1_16_bytes.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract bytes'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_compress_bzip2.go b/stdlib/go1_16_compress_bzip2.go similarity index 93% rename from stdlib/go1_14_compress_bzip2.go rename to stdlib/go1_16_compress_bzip2.go index ffaf93dc..1d38467f 100644 --- a/stdlib/go1_14_compress_bzip2.go +++ b/stdlib/go1_16_compress_bzip2.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/bzip2'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_compress_flate.go b/stdlib/go1_16_compress_flate.go similarity index 98% rename from stdlib/go1_14_compress_flate.go rename to stdlib/go1_16_compress_flate.go index 3e30a3e7..9b36e570 100644 --- a/stdlib/go1_14_compress_flate.go +++ b/stdlib/go1_16_compress_flate.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/flate'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_compress_gzip.go b/stdlib/go1_16_compress_gzip.go similarity index 97% rename from stdlib/go1_14_compress_gzip.go rename to stdlib/go1_16_compress_gzip.go index 8fef1d54..1898a3d4 100644 --- a/stdlib/go1_14_compress_gzip.go +++ b/stdlib/go1_16_compress_gzip.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/gzip'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_compress_lzw.go b/stdlib/go1_16_compress_lzw.go similarity index 95% rename from stdlib/go1_14_compress_lzw.go rename to stdlib/go1_16_compress_lzw.go index a61eec6e..eb32a29d 100644 --- a/stdlib/go1_14_compress_lzw.go +++ b/stdlib/go1_16_compress_lzw.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/lzw'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_compress_zlib.go b/stdlib/go1_16_compress_zlib.go similarity index 98% rename from stdlib/go1_14_compress_zlib.go rename to stdlib/go1_16_compress_zlib.go index 70d48723..2133a854 100644 --- a/stdlib/go1_14_compress_zlib.go +++ b/stdlib/go1_16_compress_zlib.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract compress/zlib'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_container_heap.go b/stdlib/go1_16_container_heap.go similarity index 98% rename from stdlib/go1_14_container_heap.go rename to stdlib/go1_16_container_heap.go index 81c92afb..a0ea2855 100644 --- a/stdlib/go1_14_container_heap.go +++ b/stdlib/go1_16_container_heap.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract container/heap'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_container_list.go b/stdlib/go1_16_container_list.go similarity index 94% rename from stdlib/go1_14_container_list.go rename to stdlib/go1_16_container_list.go index 1d770a82..73fd1cf4 100644 --- a/stdlib/go1_14_container_list.go +++ b/stdlib/go1_16_container_list.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract container/list'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_container_ring.go b/stdlib/go1_16_container_ring.go similarity index 93% rename from stdlib/go1_14_container_ring.go rename to stdlib/go1_16_container_ring.go index 83d22b69..f7dd4cf3 100644 --- a/stdlib/go1_14_container_ring.go +++ b/stdlib/go1_16_container_ring.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract container/ring'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_context.go b/stdlib/go1_16_context.go similarity index 98% rename from stdlib/go1_14_context.go rename to stdlib/go1_16_context.go index da320936..6220a7c3 100644 --- a/stdlib/go1_14_context.go +++ b/stdlib/go1_16_context.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract context'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto.go b/stdlib/go1_16_crypto.go similarity index 99% rename from stdlib/go1_14_crypto.go rename to stdlib/go1_16_crypto.go index 7fa2a9c4..2bdbd519 100644 --- a/stdlib/go1_14_crypto.go +++ b/stdlib/go1_16_crypto.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_aes.go b/stdlib/go1_16_crypto_aes.go similarity index 94% rename from stdlib/go1_14_crypto_aes.go rename to stdlib/go1_16_crypto_aes.go index 5e8647bf..cc3bdd77 100644 --- a/stdlib/go1_14_crypto_aes.go +++ b/stdlib/go1_16_crypto_aes.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/aes'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_cipher.go b/stdlib/go1_16_crypto_cipher.go similarity index 99% rename from stdlib/go1_14_crypto_cipher.go rename to stdlib/go1_16_crypto_cipher.go index 28952e39..0bac1d1f 100644 --- a/stdlib/go1_14_crypto_cipher.go +++ b/stdlib/go1_16_crypto_cipher.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/cipher'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_des.go b/stdlib/go1_16_crypto_des.go similarity index 95% rename from stdlib/go1_14_crypto_des.go rename to stdlib/go1_16_crypto_des.go index c6ca42f1..dc311395 100644 --- a/stdlib/go1_14_crypto_des.go +++ b/stdlib/go1_16_crypto_des.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/des'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_dsa.go b/stdlib/go1_16_crypto_dsa.go similarity index 97% rename from stdlib/go1_14_crypto_dsa.go rename to stdlib/go1_16_crypto_dsa.go index dc7d9721..d7743ba4 100644 --- a/stdlib/go1_14_crypto_dsa.go +++ b/stdlib/go1_16_crypto_dsa.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/dsa'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_ecdsa.go b/stdlib/go1_16_crypto_ecdsa.go similarity index 81% rename from stdlib/go1_14_crypto_ecdsa.go rename to stdlib/go1_16_crypto_ecdsa.go index 724d58f6..bf6b0d9f 100644 --- a/stdlib/go1_14_crypto_ecdsa.go +++ b/stdlib/go1_16_crypto_ecdsa.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/ecdsa'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -14,7 +14,9 @@ func init() { // function, constant and variable definitions "GenerateKey": reflect.ValueOf(ecdsa.GenerateKey), "Sign": reflect.ValueOf(ecdsa.Sign), + "SignASN1": reflect.ValueOf(ecdsa.SignASN1), "Verify": reflect.ValueOf(ecdsa.Verify), + "VerifyASN1": reflect.ValueOf(ecdsa.VerifyASN1), // type definitions "PrivateKey": reflect.ValueOf((*ecdsa.PrivateKey)(nil)), diff --git a/stdlib/go1_14_crypto_ed25519.go b/stdlib/go1_16_crypto_ed25519.go similarity index 97% rename from stdlib/go1_14_crypto_ed25519.go rename to stdlib/go1_16_crypto_ed25519.go index 59fc16ab..4c9a37d0 100644 --- a/stdlib/go1_14_crypto_ed25519.go +++ b/stdlib/go1_16_crypto_ed25519.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/ed25519'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_elliptic.go b/stdlib/go1_16_crypto_elliptic.go similarity index 75% rename from stdlib/go1_14_crypto_elliptic.go rename to stdlib/go1_16_crypto_elliptic.go index 34f960ef..33aa647e 100644 --- a/stdlib/go1_14_crypto_elliptic.go +++ b/stdlib/go1_16_crypto_elliptic.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/elliptic'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -13,13 +13,15 @@ import ( func init() { Symbols["crypto/elliptic"] = map[string]reflect.Value{ // function, constant and variable definitions - "GenerateKey": reflect.ValueOf(elliptic.GenerateKey), - "Marshal": reflect.ValueOf(elliptic.Marshal), - "P224": reflect.ValueOf(elliptic.P224), - "P256": reflect.ValueOf(elliptic.P256), - "P384": reflect.ValueOf(elliptic.P384), - "P521": reflect.ValueOf(elliptic.P521), - "Unmarshal": reflect.ValueOf(elliptic.Unmarshal), + "GenerateKey": reflect.ValueOf(elliptic.GenerateKey), + "Marshal": reflect.ValueOf(elliptic.Marshal), + "MarshalCompressed": reflect.ValueOf(elliptic.MarshalCompressed), + "P224": reflect.ValueOf(elliptic.P224), + "P256": reflect.ValueOf(elliptic.P256), + "P384": reflect.ValueOf(elliptic.P384), + "P521": reflect.ValueOf(elliptic.P521), + "Unmarshal": reflect.ValueOf(elliptic.Unmarshal), + "UnmarshalCompressed": reflect.ValueOf(elliptic.UnmarshalCompressed), // type definitions "Curve": reflect.ValueOf((*elliptic.Curve)(nil)), diff --git a/stdlib/go1_14_crypto_hmac.go b/stdlib/go1_16_crypto_hmac.go similarity index 92% rename from stdlib/go1_14_crypto_hmac.go rename to stdlib/go1_16_crypto_hmac.go index aa6eea61..b67a34b3 100644 --- a/stdlib/go1_14_crypto_hmac.go +++ b/stdlib/go1_16_crypto_hmac.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/hmac'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_md5.go b/stdlib/go1_16_crypto_md5.go similarity index 95% rename from stdlib/go1_14_crypto_md5.go rename to stdlib/go1_16_crypto_md5.go index 0d704584..298e1821 100644 --- a/stdlib/go1_14_crypto_md5.go +++ b/stdlib/go1_16_crypto_md5.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/md5'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_rand.go b/stdlib/go1_16_crypto_rand.go similarity index 94% rename from stdlib/go1_14_crypto_rand.go rename to stdlib/go1_16_crypto_rand.go index 3602b5cb..0c09087d 100644 --- a/stdlib/go1_14_crypto_rand.go +++ b/stdlib/go1_16_crypto_rand.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/rand'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_rc4.go b/stdlib/go1_16_crypto_rc4.go similarity index 94% rename from stdlib/go1_14_crypto_rc4.go rename to stdlib/go1_16_crypto_rc4.go index c19a105f..af317edd 100644 --- a/stdlib/go1_14_crypto_rc4.go +++ b/stdlib/go1_16_crypto_rc4.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/rc4'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_rsa.go b/stdlib/go1_16_crypto_rsa.go similarity index 98% rename from stdlib/go1_14_crypto_rsa.go rename to stdlib/go1_16_crypto_rsa.go index e48feabc..06169a09 100644 --- a/stdlib/go1_14_crypto_rsa.go +++ b/stdlib/go1_16_crypto_rsa.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/rsa'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_sha1.go b/stdlib/go1_16_crypto_sha1.go similarity index 95% rename from stdlib/go1_14_crypto_sha1.go rename to stdlib/go1_16_crypto_sha1.go index 4d5ac037..00ce8185 100644 --- a/stdlib/go1_14_crypto_sha1.go +++ b/stdlib/go1_16_crypto_sha1.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/sha1'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_sha256.go b/stdlib/go1_16_crypto_sha256.go similarity index 96% rename from stdlib/go1_14_crypto_sha256.go rename to stdlib/go1_16_crypto_sha256.go index e1ef4aa0..295004ad 100644 --- a/stdlib/go1_14_crypto_sha256.go +++ b/stdlib/go1_16_crypto_sha256.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/sha256'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_sha512.go b/stdlib/go1_16_crypto_sha512.go similarity index 97% rename from stdlib/go1_14_crypto_sha512.go rename to stdlib/go1_16_crypto_sha512.go index 33f8353a..a0c8686e 100644 --- a/stdlib/go1_14_crypto_sha512.go +++ b/stdlib/go1_16_crypto_sha512.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/sha512'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_subtle.go b/stdlib/go1_16_crypto_subtle.go similarity index 96% rename from stdlib/go1_14_crypto_subtle.go rename to stdlib/go1_16_crypto_subtle.go index 3c7e9473..69df53a9 100644 --- a/stdlib/go1_14_crypto_subtle.go +++ b/stdlib/go1_16_crypto_subtle.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/subtle'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_crypto_tls.go b/stdlib/go1_16_crypto_tls.go similarity index 99% rename from stdlib/go1_14_crypto_tls.go rename to stdlib/go1_16_crypto_tls.go index 5e491025..4aae4a06 100644 --- a/stdlib/go1_14_crypto_tls.go +++ b/stdlib/go1_16_crypto_tls.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/tls'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -96,6 +96,7 @@ func init() { "Conn": reflect.ValueOf((*tls.Conn)(nil)), "ConnectionState": reflect.ValueOf((*tls.ConnectionState)(nil)), "CurveID": reflect.ValueOf((*tls.CurveID)(nil)), + "Dialer": reflect.ValueOf((*tls.Dialer)(nil)), "RecordHeaderError": reflect.ValueOf((*tls.RecordHeaderError)(nil)), "RenegotiationSupport": reflect.ValueOf((*tls.RenegotiationSupport)(nil)), "SignatureScheme": reflect.ValueOf((*tls.SignatureScheme)(nil)), diff --git a/stdlib/go1_14_crypto_x509.go b/stdlib/go1_16_crypto_x509.go similarity index 75% rename from stdlib/go1_14_crypto_x509.go rename to stdlib/go1_16_crypto_x509.go index af200ac9..60e4b1cc 100644 --- a/stdlib/go1_14_crypto_x509.go +++ b/stdlib/go1_16_crypto_x509.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/x509'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -12,30 +12,31 @@ import ( func init() { Symbols["crypto/x509"] = map[string]reflect.Value{ // function, constant and variable definitions - "CANotAuthorizedForExtKeyUsage": reflect.ValueOf(x509.CANotAuthorizedForExtKeyUsage), - "CANotAuthorizedForThisName": reflect.ValueOf(x509.CANotAuthorizedForThisName), - "CreateCertificate": reflect.ValueOf(x509.CreateCertificate), - "CreateCertificateRequest": reflect.ValueOf(x509.CreateCertificateRequest), - "DSA": reflect.ValueOf(x509.DSA), - "DSAWithSHA1": reflect.ValueOf(x509.DSAWithSHA1), - "DSAWithSHA256": reflect.ValueOf(x509.DSAWithSHA256), - "DecryptPEMBlock": reflect.ValueOf(x509.DecryptPEMBlock), - "ECDSA": reflect.ValueOf(x509.ECDSA), - "ECDSAWithSHA1": reflect.ValueOf(x509.ECDSAWithSHA1), - "ECDSAWithSHA256": reflect.ValueOf(x509.ECDSAWithSHA256), - "ECDSAWithSHA384": reflect.ValueOf(x509.ECDSAWithSHA384), - "ECDSAWithSHA512": reflect.ValueOf(x509.ECDSAWithSHA512), - "Ed25519": reflect.ValueOf(x509.Ed25519), - "EncryptPEMBlock": reflect.ValueOf(x509.EncryptPEMBlock), - "ErrUnsupportedAlgorithm": reflect.ValueOf(&x509.ErrUnsupportedAlgorithm).Elem(), - "Expired": reflect.ValueOf(x509.Expired), - "ExtKeyUsageAny": reflect.ValueOf(x509.ExtKeyUsageAny), - "ExtKeyUsageClientAuth": reflect.ValueOf(x509.ExtKeyUsageClientAuth), - "ExtKeyUsageCodeSigning": reflect.ValueOf(x509.ExtKeyUsageCodeSigning), - "ExtKeyUsageEmailProtection": reflect.ValueOf(x509.ExtKeyUsageEmailProtection), - "ExtKeyUsageIPSECEndSystem": reflect.ValueOf(x509.ExtKeyUsageIPSECEndSystem), - "ExtKeyUsageIPSECTunnel": reflect.ValueOf(x509.ExtKeyUsageIPSECTunnel), - "ExtKeyUsageIPSECUser": reflect.ValueOf(x509.ExtKeyUsageIPSECUser), + "CANotAuthorizedForExtKeyUsage": reflect.ValueOf(x509.CANotAuthorizedForExtKeyUsage), + "CANotAuthorizedForThisName": reflect.ValueOf(x509.CANotAuthorizedForThisName), + "CreateCertificate": reflect.ValueOf(x509.CreateCertificate), + "CreateCertificateRequest": reflect.ValueOf(x509.CreateCertificateRequest), + "CreateRevocationList": reflect.ValueOf(x509.CreateRevocationList), + "DSA": reflect.ValueOf(x509.DSA), + "DSAWithSHA1": reflect.ValueOf(x509.DSAWithSHA1), + "DSAWithSHA256": reflect.ValueOf(x509.DSAWithSHA256), + "DecryptPEMBlock": reflect.ValueOf(x509.DecryptPEMBlock), + "ECDSA": reflect.ValueOf(x509.ECDSA), + "ECDSAWithSHA1": reflect.ValueOf(x509.ECDSAWithSHA1), + "ECDSAWithSHA256": reflect.ValueOf(x509.ECDSAWithSHA256), + "ECDSAWithSHA384": reflect.ValueOf(x509.ECDSAWithSHA384), + "ECDSAWithSHA512": reflect.ValueOf(x509.ECDSAWithSHA512), + "Ed25519": reflect.ValueOf(x509.Ed25519), + "EncryptPEMBlock": reflect.ValueOf(x509.EncryptPEMBlock), + "ErrUnsupportedAlgorithm": reflect.ValueOf(&x509.ErrUnsupportedAlgorithm).Elem(), + "Expired": reflect.ValueOf(x509.Expired), + "ExtKeyUsageAny": reflect.ValueOf(x509.ExtKeyUsageAny), + "ExtKeyUsageClientAuth": reflect.ValueOf(x509.ExtKeyUsageClientAuth), + "ExtKeyUsageCodeSigning": reflect.ValueOf(x509.ExtKeyUsageCodeSigning), + "ExtKeyUsageEmailProtection": reflect.ValueOf(x509.ExtKeyUsageEmailProtection), + "ExtKeyUsageIPSECEndSystem": reflect.ValueOf(x509.ExtKeyUsageIPSECEndSystem), + "ExtKeyUsageIPSECTunnel": reflect.ValueOf(x509.ExtKeyUsageIPSECTunnel), + "ExtKeyUsageIPSECUser": reflect.ValueOf(x509.ExtKeyUsageIPSECUser), "ExtKeyUsageMicrosoftCommercialCodeSigning": reflect.ValueOf(x509.ExtKeyUsageMicrosoftCommercialCodeSigning), "ExtKeyUsageMicrosoftKernelCodeSigning": reflect.ValueOf(x509.ExtKeyUsageMicrosoftKernelCodeSigning), "ExtKeyUsageMicrosoftServerGatedCrypto": reflect.ValueOf(x509.ExtKeyUsageMicrosoftServerGatedCrypto), @@ -110,6 +111,7 @@ func init() { "KeyUsage": reflect.ValueOf((*x509.KeyUsage)(nil)), "PEMCipher": reflect.ValueOf((*x509.PEMCipher)(nil)), "PublicKeyAlgorithm": reflect.ValueOf((*x509.PublicKeyAlgorithm)(nil)), + "RevocationList": reflect.ValueOf((*x509.RevocationList)(nil)), "SignatureAlgorithm": reflect.ValueOf((*x509.SignatureAlgorithm)(nil)), "SystemRootsError": reflect.ValueOf((*x509.SystemRootsError)(nil)), "UnhandledCriticalExtension": reflect.ValueOf((*x509.UnhandledCriticalExtension)(nil)), diff --git a/stdlib/go1_14_crypto_x509_pkix.go b/stdlib/go1_16_crypto_x509_pkix.go similarity index 97% rename from stdlib/go1_14_crypto_x509_pkix.go rename to stdlib/go1_16_crypto_x509_pkix.go index 61200928..316db987 100644 --- a/stdlib/go1_14_crypto_x509_pkix.go +++ b/stdlib/go1_16_crypto_x509_pkix.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract crypto/x509/pkix'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_database_sql.go b/stdlib/go1_16_database_sql.go similarity index 99% rename from stdlib/go1_14_database_sql.go rename to stdlib/go1_16_database_sql.go index 42fbf1a3..8f0c4768 100644 --- a/stdlib/go1_14_database_sql.go +++ b/stdlib/go1_16_database_sql.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract database/sql'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_database_sql_driver.go b/stdlib/go1_16_database_sql_driver.go similarity index 97% rename from stdlib/go1_14_database_sql_driver.go rename to stdlib/go1_16_database_sql_driver.go index fab615e7..a79d4755 100644 --- a/stdlib/go1_14_database_sql_driver.go +++ b/stdlib/go1_16_database_sql_driver.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract database/sql/driver'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -57,6 +57,7 @@ func init() { "StmtQueryContext": reflect.ValueOf((*driver.StmtQueryContext)(nil)), "Tx": reflect.ValueOf((*driver.Tx)(nil)), "TxOptions": reflect.ValueOf((*driver.TxOptions)(nil)), + "Validator": reflect.ValueOf((*driver.Validator)(nil)), "Value": reflect.ValueOf((*driver.Value)(nil)), "ValueConverter": reflect.ValueOf((*driver.ValueConverter)(nil)), "Valuer": reflect.ValueOf((*driver.Valuer)(nil)), @@ -88,6 +89,7 @@ func init() { "_StmtExecContext": reflect.ValueOf((*_database_sql_driver_StmtExecContext)(nil)), "_StmtQueryContext": reflect.ValueOf((*_database_sql_driver_StmtQueryContext)(nil)), "_Tx": reflect.ValueOf((*_database_sql_driver_Tx)(nil)), + "_Validator": reflect.ValueOf((*_database_sql_driver_Validator)(nil)), "_Value": reflect.ValueOf((*_database_sql_driver_Value)(nil)), "_ValueConverter": reflect.ValueOf((*_database_sql_driver_ValueConverter)(nil)), "_Valuer": reflect.ValueOf((*_database_sql_driver_Valuer)(nil)), @@ -386,6 +388,13 @@ type _database_sql_driver_Tx struct { func (W _database_sql_driver_Tx) Commit() error { return W.WCommit() } func (W _database_sql_driver_Tx) Rollback() error { return W.WRollback() } +// _database_sql_driver_Validator is an interface wrapper for Validator type +type _database_sql_driver_Validator struct { + WIsValid func() bool +} + +func (W _database_sql_driver_Validator) IsValid() bool { return W.WIsValid() } + // _database_sql_driver_Value is an interface wrapper for Value type type _database_sql_driver_Value struct { } diff --git a/stdlib/go1_14_debug_dwarf.go b/stdlib/go1_16_debug_dwarf.go similarity index 99% rename from stdlib/go1_14_debug_dwarf.go rename to stdlib/go1_16_debug_dwarf.go index e54996db..ea127743 100644 --- a/stdlib/go1_14_debug_dwarf.go +++ b/stdlib/go1_16_debug_dwarf.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/dwarf'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_debug_elf.go b/stdlib/go1_16_debug_elf.go similarity index 92% rename from stdlib/go1_14_debug_elf.go rename to stdlib/go1_16_debug_elf.go index 6d3f279c..dc88df5d 100644 --- a/stdlib/go1_14_debug_elf.go +++ b/stdlib/go1_16_debug_elf.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/elf'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -25,13 +25,29 @@ func init() { "DF_STATIC_TLS": reflect.ValueOf(elf.DF_STATIC_TLS), "DF_SYMBOLIC": reflect.ValueOf(elf.DF_SYMBOLIC), "DF_TEXTREL": reflect.ValueOf(elf.DF_TEXTREL), + "DT_ADDRRNGHI": reflect.ValueOf(elf.DT_ADDRRNGHI), + "DT_ADDRRNGLO": reflect.ValueOf(elf.DT_ADDRRNGLO), + "DT_AUDIT": reflect.ValueOf(elf.DT_AUDIT), + "DT_AUXILIARY": reflect.ValueOf(elf.DT_AUXILIARY), "DT_BIND_NOW": reflect.ValueOf(elf.DT_BIND_NOW), + "DT_CHECKSUM": reflect.ValueOf(elf.DT_CHECKSUM), + "DT_CONFIG": reflect.ValueOf(elf.DT_CONFIG), "DT_DEBUG": reflect.ValueOf(elf.DT_DEBUG), + "DT_DEPAUDIT": reflect.ValueOf(elf.DT_DEPAUDIT), "DT_ENCODING": reflect.ValueOf(elf.DT_ENCODING), + "DT_FEATURE": reflect.ValueOf(elf.DT_FEATURE), + "DT_FILTER": reflect.ValueOf(elf.DT_FILTER), "DT_FINI": reflect.ValueOf(elf.DT_FINI), "DT_FINI_ARRAY": reflect.ValueOf(elf.DT_FINI_ARRAY), "DT_FINI_ARRAYSZ": reflect.ValueOf(elf.DT_FINI_ARRAYSZ), "DT_FLAGS": reflect.ValueOf(elf.DT_FLAGS), + "DT_FLAGS_1": reflect.ValueOf(elf.DT_FLAGS_1), + "DT_GNU_CONFLICT": reflect.ValueOf(elf.DT_GNU_CONFLICT), + "DT_GNU_CONFLICTSZ": reflect.ValueOf(elf.DT_GNU_CONFLICTSZ), + "DT_GNU_HASH": reflect.ValueOf(elf.DT_GNU_HASH), + "DT_GNU_LIBLIST": reflect.ValueOf(elf.DT_GNU_LIBLIST), + "DT_GNU_LIBLISTSZ": reflect.ValueOf(elf.DT_GNU_LIBLISTSZ), + "DT_GNU_PRELINKED": reflect.ValueOf(elf.DT_GNU_PRELINKED), "DT_HASH": reflect.ValueOf(elf.DT_HASH), "DT_HIOS": reflect.ValueOf(elf.DT_HIOS), "DT_HIPROC": reflect.ValueOf(elf.DT_HIPROC), @@ -41,28 +57,100 @@ func init() { "DT_JMPREL": reflect.ValueOf(elf.DT_JMPREL), "DT_LOOS": reflect.ValueOf(elf.DT_LOOS), "DT_LOPROC": reflect.ValueOf(elf.DT_LOPROC), + "DT_MIPS_AUX_DYNAMIC": reflect.ValueOf(elf.DT_MIPS_AUX_DYNAMIC), + "DT_MIPS_BASE_ADDRESS": reflect.ValueOf(elf.DT_MIPS_BASE_ADDRESS), + "DT_MIPS_COMPACT_SIZE": reflect.ValueOf(elf.DT_MIPS_COMPACT_SIZE), + "DT_MIPS_CONFLICT": reflect.ValueOf(elf.DT_MIPS_CONFLICT), + "DT_MIPS_CONFLICTNO": reflect.ValueOf(elf.DT_MIPS_CONFLICTNO), + "DT_MIPS_CXX_FLAGS": reflect.ValueOf(elf.DT_MIPS_CXX_FLAGS), + "DT_MIPS_DELTA_CLASS": reflect.ValueOf(elf.DT_MIPS_DELTA_CLASS), + "DT_MIPS_DELTA_CLASSSYM": reflect.ValueOf(elf.DT_MIPS_DELTA_CLASSSYM), + "DT_MIPS_DELTA_CLASSSYM_NO": reflect.ValueOf(elf.DT_MIPS_DELTA_CLASSSYM_NO), + "DT_MIPS_DELTA_CLASS_NO": reflect.ValueOf(elf.DT_MIPS_DELTA_CLASS_NO), + "DT_MIPS_DELTA_INSTANCE": reflect.ValueOf(elf.DT_MIPS_DELTA_INSTANCE), + "DT_MIPS_DELTA_INSTANCE_NO": reflect.ValueOf(elf.DT_MIPS_DELTA_INSTANCE_NO), + "DT_MIPS_DELTA_RELOC": reflect.ValueOf(elf.DT_MIPS_DELTA_RELOC), + "DT_MIPS_DELTA_RELOC_NO": reflect.ValueOf(elf.DT_MIPS_DELTA_RELOC_NO), + "DT_MIPS_DELTA_SYM": reflect.ValueOf(elf.DT_MIPS_DELTA_SYM), + "DT_MIPS_DELTA_SYM_NO": reflect.ValueOf(elf.DT_MIPS_DELTA_SYM_NO), + "DT_MIPS_DYNSTR_ALIGN": reflect.ValueOf(elf.DT_MIPS_DYNSTR_ALIGN), + "DT_MIPS_FLAGS": reflect.ValueOf(elf.DT_MIPS_FLAGS), + "DT_MIPS_GOTSYM": reflect.ValueOf(elf.DT_MIPS_GOTSYM), + "DT_MIPS_GP_VALUE": reflect.ValueOf(elf.DT_MIPS_GP_VALUE), + "DT_MIPS_HIDDEN_GOTIDX": reflect.ValueOf(elf.DT_MIPS_HIDDEN_GOTIDX), + "DT_MIPS_HIPAGENO": reflect.ValueOf(elf.DT_MIPS_HIPAGENO), + "DT_MIPS_ICHECKSUM": reflect.ValueOf(elf.DT_MIPS_ICHECKSUM), + "DT_MIPS_INTERFACE": reflect.ValueOf(elf.DT_MIPS_INTERFACE), + "DT_MIPS_INTERFACE_SIZE": reflect.ValueOf(elf.DT_MIPS_INTERFACE_SIZE), + "DT_MIPS_IVERSION": reflect.ValueOf(elf.DT_MIPS_IVERSION), + "DT_MIPS_LIBLIST": reflect.ValueOf(elf.DT_MIPS_LIBLIST), + "DT_MIPS_LIBLISTNO": reflect.ValueOf(elf.DT_MIPS_LIBLISTNO), + "DT_MIPS_LOCALPAGE_GOTIDX": reflect.ValueOf(elf.DT_MIPS_LOCALPAGE_GOTIDX), + "DT_MIPS_LOCAL_GOTIDX": reflect.ValueOf(elf.DT_MIPS_LOCAL_GOTIDX), + "DT_MIPS_LOCAL_GOTNO": reflect.ValueOf(elf.DT_MIPS_LOCAL_GOTNO), + "DT_MIPS_MSYM": reflect.ValueOf(elf.DT_MIPS_MSYM), + "DT_MIPS_OPTIONS": reflect.ValueOf(elf.DT_MIPS_OPTIONS), + "DT_MIPS_PERF_SUFFIX": reflect.ValueOf(elf.DT_MIPS_PERF_SUFFIX), + "DT_MIPS_PIXIE_INIT": reflect.ValueOf(elf.DT_MIPS_PIXIE_INIT), + "DT_MIPS_PLTGOT": reflect.ValueOf(elf.DT_MIPS_PLTGOT), + "DT_MIPS_PROTECTED_GOTIDX": reflect.ValueOf(elf.DT_MIPS_PROTECTED_GOTIDX), + "DT_MIPS_RLD_MAP": reflect.ValueOf(elf.DT_MIPS_RLD_MAP), + "DT_MIPS_RLD_MAP_REL": reflect.ValueOf(elf.DT_MIPS_RLD_MAP_REL), + "DT_MIPS_RLD_TEXT_RESOLVE_ADDR": reflect.ValueOf(elf.DT_MIPS_RLD_TEXT_RESOLVE_ADDR), + "DT_MIPS_RLD_VERSION": reflect.ValueOf(elf.DT_MIPS_RLD_VERSION), + "DT_MIPS_RWPLT": reflect.ValueOf(elf.DT_MIPS_RWPLT), + "DT_MIPS_SYMBOL_LIB": reflect.ValueOf(elf.DT_MIPS_SYMBOL_LIB), + "DT_MIPS_SYMTABNO": reflect.ValueOf(elf.DT_MIPS_SYMTABNO), + "DT_MIPS_TIME_STAMP": reflect.ValueOf(elf.DT_MIPS_TIME_STAMP), + "DT_MIPS_UNREFEXTNO": reflect.ValueOf(elf.DT_MIPS_UNREFEXTNO), + "DT_MOVEENT": reflect.ValueOf(elf.DT_MOVEENT), + "DT_MOVESZ": reflect.ValueOf(elf.DT_MOVESZ), + "DT_MOVETAB": reflect.ValueOf(elf.DT_MOVETAB), "DT_NEEDED": reflect.ValueOf(elf.DT_NEEDED), "DT_NULL": reflect.ValueOf(elf.DT_NULL), "DT_PLTGOT": reflect.ValueOf(elf.DT_PLTGOT), + "DT_PLTPAD": reflect.ValueOf(elf.DT_PLTPAD), + "DT_PLTPADSZ": reflect.ValueOf(elf.DT_PLTPADSZ), "DT_PLTREL": reflect.ValueOf(elf.DT_PLTREL), "DT_PLTRELSZ": reflect.ValueOf(elf.DT_PLTRELSZ), + "DT_POSFLAG_1": reflect.ValueOf(elf.DT_POSFLAG_1), + "DT_PPC64_GLINK": reflect.ValueOf(elf.DT_PPC64_GLINK), + "DT_PPC64_OPD": reflect.ValueOf(elf.DT_PPC64_OPD), + "DT_PPC64_OPDSZ": reflect.ValueOf(elf.DT_PPC64_OPDSZ), + "DT_PPC64_OPT": reflect.ValueOf(elf.DT_PPC64_OPT), + "DT_PPC_GOT": reflect.ValueOf(elf.DT_PPC_GOT), + "DT_PPC_OPT": reflect.ValueOf(elf.DT_PPC_OPT), "DT_PREINIT_ARRAY": reflect.ValueOf(elf.DT_PREINIT_ARRAY), "DT_PREINIT_ARRAYSZ": reflect.ValueOf(elf.DT_PREINIT_ARRAYSZ), "DT_REL": reflect.ValueOf(elf.DT_REL), "DT_RELA": reflect.ValueOf(elf.DT_RELA), + "DT_RELACOUNT": reflect.ValueOf(elf.DT_RELACOUNT), "DT_RELAENT": reflect.ValueOf(elf.DT_RELAENT), "DT_RELASZ": reflect.ValueOf(elf.DT_RELASZ), + "DT_RELCOUNT": reflect.ValueOf(elf.DT_RELCOUNT), "DT_RELENT": reflect.ValueOf(elf.DT_RELENT), "DT_RELSZ": reflect.ValueOf(elf.DT_RELSZ), "DT_RPATH": reflect.ValueOf(elf.DT_RPATH), "DT_RUNPATH": reflect.ValueOf(elf.DT_RUNPATH), "DT_SONAME": reflect.ValueOf(elf.DT_SONAME), + "DT_SPARC_REGISTER": reflect.ValueOf(elf.DT_SPARC_REGISTER), "DT_STRSZ": reflect.ValueOf(elf.DT_STRSZ), "DT_STRTAB": reflect.ValueOf(elf.DT_STRTAB), "DT_SYMBOLIC": reflect.ValueOf(elf.DT_SYMBOLIC), "DT_SYMENT": reflect.ValueOf(elf.DT_SYMENT), + "DT_SYMINENT": reflect.ValueOf(elf.DT_SYMINENT), + "DT_SYMINFO": reflect.ValueOf(elf.DT_SYMINFO), + "DT_SYMINSZ": reflect.ValueOf(elf.DT_SYMINSZ), "DT_SYMTAB": reflect.ValueOf(elf.DT_SYMTAB), + "DT_SYMTAB_SHNDX": reflect.ValueOf(elf.DT_SYMTAB_SHNDX), "DT_TEXTREL": reflect.ValueOf(elf.DT_TEXTREL), + "DT_TLSDESC_GOT": reflect.ValueOf(elf.DT_TLSDESC_GOT), + "DT_TLSDESC_PLT": reflect.ValueOf(elf.DT_TLSDESC_PLT), + "DT_USED": reflect.ValueOf(elf.DT_USED), + "DT_VALRNGHI": reflect.ValueOf(elf.DT_VALRNGHI), + "DT_VALRNGLO": reflect.ValueOf(elf.DT_VALRNGLO), + "DT_VERDEF": reflect.ValueOf(elf.DT_VERDEF), + "DT_VERDEFNUM": reflect.ValueOf(elf.DT_VERDEFNUM), "DT_VERNEED": reflect.ValueOf(elf.DT_VERNEED), "DT_VERNEEDNUM": reflect.ValueOf(elf.DT_VERNEEDNUM), "DT_VERSYM": reflect.ValueOf(elf.DT_VERSYM), @@ -308,17 +396,38 @@ func init() { "PF_R": reflect.ValueOf(elf.PF_R), "PF_W": reflect.ValueOf(elf.PF_W), "PF_X": reflect.ValueOf(elf.PF_X), + "PT_AARCH64_ARCHEXT": reflect.ValueOf(elf.PT_AARCH64_ARCHEXT), + "PT_AARCH64_UNWIND": reflect.ValueOf(elf.PT_AARCH64_UNWIND), + "PT_ARM_ARCHEXT": reflect.ValueOf(elf.PT_ARM_ARCHEXT), + "PT_ARM_EXIDX": reflect.ValueOf(elf.PT_ARM_EXIDX), "PT_DYNAMIC": reflect.ValueOf(elf.PT_DYNAMIC), + "PT_GNU_EH_FRAME": reflect.ValueOf(elf.PT_GNU_EH_FRAME), + "PT_GNU_MBIND_HI": reflect.ValueOf(elf.PT_GNU_MBIND_HI), + "PT_GNU_MBIND_LO": reflect.ValueOf(elf.PT_GNU_MBIND_LO), + "PT_GNU_PROPERTY": reflect.ValueOf(elf.PT_GNU_PROPERTY), + "PT_GNU_RELRO": reflect.ValueOf(elf.PT_GNU_RELRO), + "PT_GNU_STACK": reflect.ValueOf(elf.PT_GNU_STACK), "PT_HIOS": reflect.ValueOf(elf.PT_HIOS), "PT_HIPROC": reflect.ValueOf(elf.PT_HIPROC), "PT_INTERP": reflect.ValueOf(elf.PT_INTERP), "PT_LOAD": reflect.ValueOf(elf.PT_LOAD), "PT_LOOS": reflect.ValueOf(elf.PT_LOOS), "PT_LOPROC": reflect.ValueOf(elf.PT_LOPROC), + "PT_MIPS_ABIFLAGS": reflect.ValueOf(elf.PT_MIPS_ABIFLAGS), + "PT_MIPS_OPTIONS": reflect.ValueOf(elf.PT_MIPS_OPTIONS), + "PT_MIPS_REGINFO": reflect.ValueOf(elf.PT_MIPS_REGINFO), + "PT_MIPS_RTPROC": reflect.ValueOf(elf.PT_MIPS_RTPROC), "PT_NOTE": reflect.ValueOf(elf.PT_NOTE), "PT_NULL": reflect.ValueOf(elf.PT_NULL), + "PT_OPENBSD_BOOTDATA": reflect.ValueOf(elf.PT_OPENBSD_BOOTDATA), + "PT_OPENBSD_RANDOMIZE": reflect.ValueOf(elf.PT_OPENBSD_RANDOMIZE), + "PT_OPENBSD_WXNEEDED": reflect.ValueOf(elf.PT_OPENBSD_WXNEEDED), + "PT_PAX_FLAGS": reflect.ValueOf(elf.PT_PAX_FLAGS), "PT_PHDR": reflect.ValueOf(elf.PT_PHDR), + "PT_S390_PGSTE": reflect.ValueOf(elf.PT_S390_PGSTE), "PT_SHLIB": reflect.ValueOf(elf.PT_SHLIB), + "PT_SUNWSTACK": reflect.ValueOf(elf.PT_SUNWSTACK), + "PT_SUNW_EH_FRAME": reflect.ValueOf(elf.PT_SUNW_EH_FRAME), "PT_TLS": reflect.ValueOf(elf.PT_TLS), "R_386_16": reflect.ValueOf(elf.R_386_16), "R_386_32": reflect.ValueOf(elf.R_386_32), diff --git a/stdlib/go1_14_debug_gosym.go b/stdlib/go1_16_debug_gosym.go similarity index 97% rename from stdlib/go1_14_debug_gosym.go rename to stdlib/go1_16_debug_gosym.go index 98920d5a..068178fb 100644 --- a/stdlib/go1_14_debug_gosym.go +++ b/stdlib/go1_16_debug_gosym.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/gosym'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_debug_macho.go b/stdlib/go1_16_debug_macho.go similarity index 99% rename from stdlib/go1_14_debug_macho.go rename to stdlib/go1_16_debug_macho.go index c1462415..da19d92a 100644 --- a/stdlib/go1_14_debug_macho.go +++ b/stdlib/go1_16_debug_macho.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/macho'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_16_debug_pe.go b/stdlib/go1_16_debug_pe.go new file mode 100644 index 00000000..46fc2cef --- /dev/null +++ b/stdlib/go1_16_debug_pe.go @@ -0,0 +1,114 @@ +// Code generated by 'yaegi extract debug/pe'. DO NOT EDIT. + +// +build go1.16 + +package stdlib + +import ( + "debug/pe" + "go/constant" + "go/token" + "reflect" +) + +func init() { + Symbols["debug/pe"] = map[string]reflect.Value{ + // function, constant and variable definitions + "COFFSymbolSize": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_ARCHITECTURE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_BASERELOC": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_EXCEPTION": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_EXPORT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_GLOBALPTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_IAT": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_IMPORT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_RESOURCE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_SECURITY": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IMAGE_DIRECTORY_ENTRY_TLS": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_APPCONTAINER": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_GUARD_CF": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_NO_BIND": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_NO_ISOLATION": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_NO_SEH": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_NX_COMPAT": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IMAGE_DLLCHARACTERISTICS_WDM_DRIVER": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IMAGE_FILE_32BIT_MACHINE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IMAGE_FILE_AGGRESIVE_WS_TRIM": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IMAGE_FILE_BYTES_REVERSED_HI": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IMAGE_FILE_BYTES_REVERSED_LO": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IMAGE_FILE_DEBUG_STRIPPED": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IMAGE_FILE_DLL": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IMAGE_FILE_EXECUTABLE_IMAGE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IMAGE_FILE_LARGE_ADDRESS_AWARE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IMAGE_FILE_LINE_NUMS_STRIPPED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IMAGE_FILE_LOCAL_SYMS_STRIPPED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IMAGE_FILE_MACHINE_AM33": reflect.ValueOf(constant.MakeFromLiteral("467", token.INT, 0)), + "IMAGE_FILE_MACHINE_AMD64": reflect.ValueOf(constant.MakeFromLiteral("34404", token.INT, 0)), + "IMAGE_FILE_MACHINE_ARM": reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)), + "IMAGE_FILE_MACHINE_ARM64": reflect.ValueOf(constant.MakeFromLiteral("43620", token.INT, 0)), + "IMAGE_FILE_MACHINE_ARMNT": reflect.ValueOf(constant.MakeFromLiteral("452", token.INT, 0)), + "IMAGE_FILE_MACHINE_EBC": reflect.ValueOf(constant.MakeFromLiteral("3772", token.INT, 0)), + "IMAGE_FILE_MACHINE_I386": reflect.ValueOf(constant.MakeFromLiteral("332", token.INT, 0)), + "IMAGE_FILE_MACHINE_IA64": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IMAGE_FILE_MACHINE_M32R": reflect.ValueOf(constant.MakeFromLiteral("36929", token.INT, 0)), + "IMAGE_FILE_MACHINE_MIPS16": reflect.ValueOf(constant.MakeFromLiteral("614", token.INT, 0)), + "IMAGE_FILE_MACHINE_MIPSFPU": reflect.ValueOf(constant.MakeFromLiteral("870", token.INT, 0)), + "IMAGE_FILE_MACHINE_MIPSFPU16": reflect.ValueOf(constant.MakeFromLiteral("1126", token.INT, 0)), + "IMAGE_FILE_MACHINE_POWERPC": reflect.ValueOf(constant.MakeFromLiteral("496", token.INT, 0)), + "IMAGE_FILE_MACHINE_POWERPCFP": reflect.ValueOf(constant.MakeFromLiteral("497", token.INT, 0)), + "IMAGE_FILE_MACHINE_R4000": reflect.ValueOf(constant.MakeFromLiteral("358", token.INT, 0)), + "IMAGE_FILE_MACHINE_SH3": reflect.ValueOf(constant.MakeFromLiteral("418", token.INT, 0)), + "IMAGE_FILE_MACHINE_SH3DSP": reflect.ValueOf(constant.MakeFromLiteral("419", token.INT, 0)), + "IMAGE_FILE_MACHINE_SH4": reflect.ValueOf(constant.MakeFromLiteral("422", token.INT, 0)), + "IMAGE_FILE_MACHINE_SH5": reflect.ValueOf(constant.MakeFromLiteral("424", token.INT, 0)), + "IMAGE_FILE_MACHINE_THUMB": reflect.ValueOf(constant.MakeFromLiteral("450", token.INT, 0)), + "IMAGE_FILE_MACHINE_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IMAGE_FILE_MACHINE_WCEMIPSV2": reflect.ValueOf(constant.MakeFromLiteral("361", token.INT, 0)), + "IMAGE_FILE_NET_RUN_FROM_SWAP": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IMAGE_FILE_RELOCS_STRIPPED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IMAGE_FILE_SYSTEM": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "IMAGE_FILE_UP_SYSTEM_ONLY": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IMAGE_SUBSYSTEM_EFI_APPLICATION": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IMAGE_SUBSYSTEM_EFI_ROM": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IMAGE_SUBSYSTEM_NATIVE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IMAGE_SUBSYSTEM_NATIVE_WINDOWS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IMAGE_SUBSYSTEM_OS2_CUI": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IMAGE_SUBSYSTEM_POSIX_CUI": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IMAGE_SUBSYSTEM_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IMAGE_SUBSYSTEM_WINDOWS_CE_GUI": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IMAGE_SUBSYSTEM_WINDOWS_CUI": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IMAGE_SUBSYSTEM_WINDOWS_GUI": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IMAGE_SUBSYSTEM_XBOX": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "NewFile": reflect.ValueOf(pe.NewFile), + "Open": reflect.ValueOf(pe.Open), + + // type definitions + "COFFSymbol": reflect.ValueOf((*pe.COFFSymbol)(nil)), + "DataDirectory": reflect.ValueOf((*pe.DataDirectory)(nil)), + "File": reflect.ValueOf((*pe.File)(nil)), + "FileHeader": reflect.ValueOf((*pe.FileHeader)(nil)), + "FormatError": reflect.ValueOf((*pe.FormatError)(nil)), + "ImportDirectory": reflect.ValueOf((*pe.ImportDirectory)(nil)), + "OptionalHeader32": reflect.ValueOf((*pe.OptionalHeader32)(nil)), + "OptionalHeader64": reflect.ValueOf((*pe.OptionalHeader64)(nil)), + "Reloc": reflect.ValueOf((*pe.Reloc)(nil)), + "Section": reflect.ValueOf((*pe.Section)(nil)), + "SectionHeader": reflect.ValueOf((*pe.SectionHeader)(nil)), + "SectionHeader32": reflect.ValueOf((*pe.SectionHeader32)(nil)), + "StringTable": reflect.ValueOf((*pe.StringTable)(nil)), + "Symbol": reflect.ValueOf((*pe.Symbol)(nil)), + } +} diff --git a/stdlib/go1_14_debug_plan9obj.go b/stdlib/go1_16_debug_plan9obj.go similarity index 97% rename from stdlib/go1_14_debug_plan9obj.go rename to stdlib/go1_16_debug_plan9obj.go index ca8b759e..003b7ed1 100644 --- a/stdlib/go1_14_debug_plan9obj.go +++ b/stdlib/go1_16_debug_plan9obj.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract debug/plan9obj'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_16_embed.go b/stdlib/go1_16_embed.go new file mode 100644 index 00000000..9b6c7dc4 --- /dev/null +++ b/stdlib/go1_16_embed.go @@ -0,0 +1,17 @@ +// Code generated by 'yaegi extract embed'. DO NOT EDIT. + +// +build go1.16 + +package stdlib + +import ( + "embed" + "reflect" +) + +func init() { + Symbols["embed"] = map[string]reflect.Value{ + // type definitions + "FS": reflect.ValueOf((*embed.FS)(nil)), + } +} diff --git a/stdlib/go1_14_encoding.go b/stdlib/go1_16_encoding.go similarity index 98% rename from stdlib/go1_14_encoding.go rename to stdlib/go1_16_encoding.go index b7bb0c84..4d95e021 100644 --- a/stdlib/go1_14_encoding.go +++ b/stdlib/go1_16_encoding.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_ascii85.go b/stdlib/go1_16_encoding_ascii85.go similarity index 96% rename from stdlib/go1_14_encoding_ascii85.go rename to stdlib/go1_16_encoding_ascii85.go index f28507a4..36878c3a 100644 --- a/stdlib/go1_14_encoding_ascii85.go +++ b/stdlib/go1_16_encoding_ascii85.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/ascii85'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_asn1.go b/stdlib/go1_16_encoding_asn1.go similarity index 99% rename from stdlib/go1_14_encoding_asn1.go rename to stdlib/go1_16_encoding_asn1.go index 5cb0731a..ad4477c3 100644 --- a/stdlib/go1_14_encoding_asn1.go +++ b/stdlib/go1_16_encoding_asn1.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/asn1'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_base32.go b/stdlib/go1_16_encoding_base32.go similarity index 96% rename from stdlib/go1_14_encoding_base32.go rename to stdlib/go1_16_encoding_base32.go index ddefc035..d0ec9f01 100644 --- a/stdlib/go1_14_encoding_base32.go +++ b/stdlib/go1_16_encoding_base32.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/base32'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_base64.go b/stdlib/go1_16_encoding_base64.go similarity index 97% rename from stdlib/go1_14_encoding_base64.go rename to stdlib/go1_16_encoding_base64.go index 84f1f489..74cadfb9 100644 --- a/stdlib/go1_14_encoding_base64.go +++ b/stdlib/go1_16_encoding_base64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/base64'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_binary.go b/stdlib/go1_16_encoding_binary.go similarity index 98% rename from stdlib/go1_14_encoding_binary.go rename to stdlib/go1_16_encoding_binary.go index 91811dc4..e944754a 100644 --- a/stdlib/go1_14_encoding_binary.go +++ b/stdlib/go1_16_encoding_binary.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/binary'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_csv.go b/stdlib/go1_16_encoding_csv.go similarity index 96% rename from stdlib/go1_14_encoding_csv.go rename to stdlib/go1_16_encoding_csv.go index 22d01c60..b4fe1e21 100644 --- a/stdlib/go1_14_encoding_csv.go +++ b/stdlib/go1_16_encoding_csv.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/csv'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_gob.go b/stdlib/go1_16_encoding_gob.go similarity index 98% rename from stdlib/go1_14_encoding_gob.go rename to stdlib/go1_16_encoding_gob.go index dd6dd000..0e011926 100644 --- a/stdlib/go1_14_encoding_gob.go +++ b/stdlib/go1_16_encoding_gob.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/gob'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_hex.go b/stdlib/go1_16_encoding_hex.go similarity index 97% rename from stdlib/go1_14_encoding_hex.go rename to stdlib/go1_16_encoding_hex.go index 6f970cfa..f00c070c 100644 --- a/stdlib/go1_14_encoding_hex.go +++ b/stdlib/go1_16_encoding_hex.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/hex'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_json.go b/stdlib/go1_16_encoding_json.go similarity index 99% rename from stdlib/go1_14_encoding_json.go rename to stdlib/go1_16_encoding_json.go index ea43cab5..5c3f2aae 100644 --- a/stdlib/go1_14_encoding_json.go +++ b/stdlib/go1_16_encoding_json.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/json'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_pem.go b/stdlib/go1_16_encoding_pem.go similarity index 94% rename from stdlib/go1_14_encoding_pem.go rename to stdlib/go1_16_encoding_pem.go index f8dc50c1..bffbfd32 100644 --- a/stdlib/go1_14_encoding_pem.go +++ b/stdlib/go1_16_encoding_pem.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/pem'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_encoding_xml.go b/stdlib/go1_16_encoding_xml.go similarity index 99% rename from stdlib/go1_14_encoding_xml.go rename to stdlib/go1_16_encoding_xml.go index 4ca98270..96bef1f8 100644 --- a/stdlib/go1_14_encoding_xml.go +++ b/stdlib/go1_16_encoding_xml.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract encoding/xml'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_errors.go b/stdlib/go1_16_errors.go similarity index 93% rename from stdlib/go1_14_errors.go rename to stdlib/go1_16_errors.go index 7fd3e480..31651f6d 100644 --- a/stdlib/go1_14_errors.go +++ b/stdlib/go1_16_errors.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract errors'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_expvar.go b/stdlib/go1_16_expvar.go similarity index 98% rename from stdlib/go1_14_expvar.go rename to stdlib/go1_16_expvar.go index f26df8ed..6cad3464 100644 --- a/stdlib/go1_14_expvar.go +++ b/stdlib/go1_16_expvar.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract expvar'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_flag.go b/stdlib/go1_16_flag.go similarity index 97% rename from stdlib/go1_14_flag.go rename to stdlib/go1_16_flag.go index 38a4371a..077b7ee5 100644 --- a/stdlib/go1_14_flag.go +++ b/stdlib/go1_16_flag.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract flag'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -24,6 +24,7 @@ func init() { "ExitOnError": reflect.ValueOf(flag.ExitOnError), "Float64": reflect.ValueOf(flag.Float64), "Float64Var": reflect.ValueOf(flag.Float64Var), + "Func": reflect.ValueOf(flag.Func), "Int": reflect.ValueOf(flag.Int), "Int64": reflect.ValueOf(flag.Int64), "Int64Var": reflect.ValueOf(flag.Int64Var), diff --git a/stdlib/go1_14_fmt.go b/stdlib/go1_16_fmt.go similarity index 96% rename from stdlib/go1_14_fmt.go rename to stdlib/go1_16_fmt.go index 2c1374b4..794eb938 100644 --- a/stdlib/go1_14_fmt.go +++ b/stdlib/go1_16_fmt.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract fmt'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -52,10 +52,10 @@ func init() { // _fmt_Formatter is an interface wrapper for Formatter type type _fmt_Formatter struct { - WFormat func(f fmt.State, c rune) + WFormat func(f fmt.State, verb rune) } -func (W _fmt_Formatter) Format(f fmt.State, c rune) { W.WFormat(f, c) } +func (W _fmt_Formatter) Format(f fmt.State, verb rune) { W.WFormat(f, verb) } // _fmt_GoStringer is an interface wrapper for GoStringer type type _fmt_GoStringer struct { diff --git a/stdlib/go1_14_go_ast.go b/stdlib/go1_16_go_ast.go similarity index 99% rename from stdlib/go1_14_go_ast.go rename to stdlib/go1_16_go_ast.go index 9077f98e..96f66c98 100644 --- a/stdlib/go1_14_go_ast.go +++ b/stdlib/go1_16_go_ast.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/ast'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_build.go b/stdlib/go1_16_go_build.go similarity index 97% rename from stdlib/go1_14_go_build.go rename to stdlib/go1_16_go_build.go index e9652050..4a9d433f 100644 --- a/stdlib/go1_14_go_build.go +++ b/stdlib/go1_16_go_build.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/build'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_constant.go b/stdlib/go1_16_go_constant.go similarity index 99% rename from stdlib/go1_14_go_constant.go rename to stdlib/go1_16_go_constant.go index cc33169b..74b3f6af 100644 --- a/stdlib/go1_14_go_constant.go +++ b/stdlib/go1_16_go_constant.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/constant'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_doc.go b/stdlib/go1_16_go_doc.go similarity index 98% rename from stdlib/go1_14_go_doc.go rename to stdlib/go1_16_go_doc.go index 25e55aa8..83ca5b44 100644 --- a/stdlib/go1_14_go_doc.go +++ b/stdlib/go1_16_go_doc.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/doc'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_format.go b/stdlib/go1_16_go_format.go similarity index 92% rename from stdlib/go1_14_go_format.go rename to stdlib/go1_16_go_format.go index ca604fc3..9d5aeb7f 100644 --- a/stdlib/go1_14_go_format.go +++ b/stdlib/go1_16_go_format.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/format'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_importer.go b/stdlib/go1_16_go_importer.go similarity index 94% rename from stdlib/go1_14_go_importer.go rename to stdlib/go1_16_go_importer.go index aee3a627..368d0718 100644 --- a/stdlib/go1_14_go_importer.go +++ b/stdlib/go1_16_go_importer.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/importer'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_parser.go b/stdlib/go1_16_go_parser.go similarity index 97% rename from stdlib/go1_14_go_parser.go rename to stdlib/go1_16_go_parser.go index 25fc3fe5..5f7759bc 100644 --- a/stdlib/go1_14_go_parser.go +++ b/stdlib/go1_16_go_parser.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/parser'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_printer.go b/stdlib/go1_16_go_printer.go similarity index 96% rename from stdlib/go1_14_go_printer.go rename to stdlib/go1_16_go_printer.go index 23a3aa8a..0bc8ec4b 100644 --- a/stdlib/go1_14_go_printer.go +++ b/stdlib/go1_16_go_printer.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/printer'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_scanner.go b/stdlib/go1_16_go_scanner.go similarity index 96% rename from stdlib/go1_14_go_scanner.go rename to stdlib/go1_16_go_scanner.go index 6c8e0acb..843df1f8 100644 --- a/stdlib/go1_14_go_scanner.go +++ b/stdlib/go1_16_go_scanner.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/scanner'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_token.go b/stdlib/go1_16_go_token.go similarity index 99% rename from stdlib/go1_14_go_token.go rename to stdlib/go1_16_go_token.go index 3a7db2f7..af1b741a 100644 --- a/stdlib/go1_14_go_token.go +++ b/stdlib/go1_16_go_token.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/token'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_go_types.go b/stdlib/go1_16_go_types.go similarity index 99% rename from stdlib/go1_14_go_types.go rename to stdlib/go1_16_go_types.go index d6418c9c..173566e8 100644 --- a/stdlib/go1_14_go_types.go +++ b/stdlib/go1_16_go_types.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract go/types'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_hash.go b/stdlib/go1_16_hash.go similarity index 99% rename from stdlib/go1_14_hash.go rename to stdlib/go1_16_hash.go index b054c48a..66830d53 100644 --- a/stdlib/go1_14_hash.go +++ b/stdlib/go1_16_hash.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_hash_adler32.go b/stdlib/go1_16_hash_adler32.go similarity index 94% rename from stdlib/go1_14_hash_adler32.go rename to stdlib/go1_16_hash_adler32.go index 76334974..436f8993 100644 --- a/stdlib/go1_14_hash_adler32.go +++ b/stdlib/go1_16_hash_adler32.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/adler32'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_hash_crc32.go b/stdlib/go1_16_hash_crc32.go similarity index 97% rename from stdlib/go1_14_hash_crc32.go rename to stdlib/go1_16_hash_crc32.go index dcc7030a..36d8441f 100644 --- a/stdlib/go1_14_hash_crc32.go +++ b/stdlib/go1_16_hash_crc32.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/crc32'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_hash_crc64.go b/stdlib/go1_16_hash_crc64.go similarity index 96% rename from stdlib/go1_14_hash_crc64.go rename to stdlib/go1_16_hash_crc64.go index 67202979..52711d14 100644 --- a/stdlib/go1_14_hash_crc64.go +++ b/stdlib/go1_16_hash_crc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/crc64'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_hash_fnv.go b/stdlib/go1_16_hash_fnv.go similarity index 95% rename from stdlib/go1_14_hash_fnv.go rename to stdlib/go1_16_hash_fnv.go index 367fd3ba..55f53deb 100644 --- a/stdlib/go1_14_hash_fnv.go +++ b/stdlib/go1_16_hash_fnv.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/fnv'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_hash_maphash.go b/stdlib/go1_16_hash_maphash.go similarity index 94% rename from stdlib/go1_14_hash_maphash.go rename to stdlib/go1_16_hash_maphash.go index 7f9c4169..0d127cb1 100644 --- a/stdlib/go1_14_hash_maphash.go +++ b/stdlib/go1_16_hash_maphash.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract hash/maphash'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_html.go b/stdlib/go1_16_html.go similarity index 92% rename from stdlib/go1_14_html.go rename to stdlib/go1_16_html.go index a1a44277..576a39eb 100644 --- a/stdlib/go1_14_html.go +++ b/stdlib/go1_16_html.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract html'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_html_template.go b/stdlib/go1_16_html_template.go similarity index 96% rename from stdlib/go1_14_html_template.go rename to stdlib/go1_16_html_template.go index dcb63093..155b0983 100644 --- a/stdlib/go1_14_html_template.go +++ b/stdlib/go1_16_html_template.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract html/template'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -33,6 +33,7 @@ func init() { "Must": reflect.ValueOf(template.Must), "New": reflect.ValueOf(template.New), "OK": reflect.ValueOf(template.OK), + "ParseFS": reflect.ValueOf(template.ParseFS), "ParseFiles": reflect.ValueOf(template.ParseFiles), "ParseGlob": reflect.ValueOf(template.ParseGlob), "URLQueryEscaper": reflect.ValueOf(template.URLQueryEscaper), diff --git a/stdlib/go1_14_image.go b/stdlib/go1_16_image.go similarity index 99% rename from stdlib/go1_14_image.go rename to stdlib/go1_16_image.go index 141ea02d..ab66da4f 100644 --- a/stdlib/go1_14_image.go +++ b/stdlib/go1_16_image.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_image_color.go b/stdlib/go1_16_image_color.go similarity index 99% rename from stdlib/go1_14_image_color.go rename to stdlib/go1_16_image_color.go index ea8640ca..4e38559e 100644 --- a/stdlib/go1_14_image_color.go +++ b/stdlib/go1_16_image_color.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/color'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_image_color_palette.go b/stdlib/go1_16_image_color_palette.go similarity index 93% rename from stdlib/go1_14_image_color_palette.go rename to stdlib/go1_16_image_color_palette.go index d2e22064..40ca4d3b 100644 --- a/stdlib/go1_14_image_color_palette.go +++ b/stdlib/go1_16_image_color_palette.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/color/palette'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_image_draw.go b/stdlib/go1_16_image_draw.go similarity index 98% rename from stdlib/go1_14_image_draw.go rename to stdlib/go1_16_image_draw.go index 72346955..52a181c7 100644 --- a/stdlib/go1_14_image_draw.go +++ b/stdlib/go1_16_image_draw.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/draw'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_image_gif.go b/stdlib/go1_16_image_gif.go similarity index 97% rename from stdlib/go1_14_image_gif.go rename to stdlib/go1_16_image_gif.go index 34ce7c1d..b95828ec 100644 --- a/stdlib/go1_14_image_gif.go +++ b/stdlib/go1_16_image_gif.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/gif'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_image_jpeg.go b/stdlib/go1_16_image_jpeg.go similarity index 97% rename from stdlib/go1_14_image_jpeg.go rename to stdlib/go1_16_image_jpeg.go index 157a63fc..d68af2f1 100644 --- a/stdlib/go1_14_image_jpeg.go +++ b/stdlib/go1_16_image_jpeg.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/jpeg'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_image_png.go b/stdlib/go1_16_image_png.go similarity index 98% rename from stdlib/go1_14_image_png.go rename to stdlib/go1_16_image_png.go index d33c2235..6dbc172c 100644 --- a/stdlib/go1_14_image_png.go +++ b/stdlib/go1_16_image_png.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract image/png'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_index_suffixarray.go b/stdlib/go1_16_index_suffixarray.go similarity index 93% rename from stdlib/go1_14_index_suffixarray.go rename to stdlib/go1_16_index_suffixarray.go index 4194ac80..82d1cb45 100644 --- a/stdlib/go1_14_index_suffixarray.go +++ b/stdlib/go1_16_index_suffixarray.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract index/suffixarray'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_io.go b/stdlib/go1_16_io.go similarity index 92% rename from stdlib/go1_14_io.go rename to stdlib/go1_16_io.go index f8b40c74..11a5d3b1 100644 --- a/stdlib/go1_14_io.go +++ b/stdlib/go1_16_io.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract io'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -17,6 +17,7 @@ func init() { "Copy": reflect.ValueOf(io.Copy), "CopyBuffer": reflect.ValueOf(io.CopyBuffer), "CopyN": reflect.ValueOf(io.CopyN), + "Discard": reflect.ValueOf(&io.Discard).Elem(), "EOF": reflect.ValueOf(&io.EOF).Elem(), "ErrClosedPipe": reflect.ValueOf(&io.ErrClosedPipe).Elem(), "ErrNoProgress": reflect.ValueOf(&io.ErrNoProgress).Elem(), @@ -27,7 +28,9 @@ func init() { "MultiReader": reflect.ValueOf(io.MultiReader), "MultiWriter": reflect.ValueOf(io.MultiWriter), "NewSectionReader": reflect.ValueOf(io.NewSectionReader), + "NopCloser": reflect.ValueOf(io.NopCloser), "Pipe": reflect.ValueOf(io.Pipe), + "ReadAll": reflect.ValueOf(io.ReadAll), "ReadAtLeast": reflect.ValueOf(io.ReadAtLeast), "ReadFull": reflect.ValueOf(io.ReadFull), "SeekCurrent": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), @@ -45,6 +48,7 @@ func init() { "PipeReader": reflect.ValueOf((*io.PipeReader)(nil)), "PipeWriter": reflect.ValueOf((*io.PipeWriter)(nil)), "ReadCloser": reflect.ValueOf((*io.ReadCloser)(nil)), + "ReadSeekCloser": reflect.ValueOf((*io.ReadSeekCloser)(nil)), "ReadSeeker": reflect.ValueOf((*io.ReadSeeker)(nil)), "ReadWriteCloser": reflect.ValueOf((*io.ReadWriteCloser)(nil)), "ReadWriteSeeker": reflect.ValueOf((*io.ReadWriteSeeker)(nil)), @@ -69,6 +73,7 @@ func init() { "_ByteWriter": reflect.ValueOf((*_io_ByteWriter)(nil)), "_Closer": reflect.ValueOf((*_io_Closer)(nil)), "_ReadCloser": reflect.ValueOf((*_io_ReadCloser)(nil)), + "_ReadSeekCloser": reflect.ValueOf((*_io_ReadSeekCloser)(nil)), "_ReadSeeker": reflect.ValueOf((*_io_ReadSeeker)(nil)), "_ReadWriteCloser": reflect.ValueOf((*_io_ReadWriteCloser)(nil)), "_ReadWriteSeeker": reflect.ValueOf((*_io_ReadWriteSeeker)(nil)), @@ -127,6 +132,19 @@ type _io_ReadCloser struct { func (W _io_ReadCloser) Close() error { return W.WClose() } func (W _io_ReadCloser) Read(p []byte) (n int, err error) { return W.WRead(p) } +// _io_ReadSeekCloser is an interface wrapper for ReadSeekCloser type +type _io_ReadSeekCloser struct { + WClose func() error + WRead func(p []byte) (n int, err error) + WSeek func(offset int64, whence int) (int64, error) +} + +func (W _io_ReadSeekCloser) Close() error { return W.WClose() } +func (W _io_ReadSeekCloser) Read(p []byte) (n int, err error) { return W.WRead(p) } +func (W _io_ReadSeekCloser) Seek(offset int64, whence int) (int64, error) { + return W.WSeek(offset, whence) +} + // _io_ReadSeeker is an interface wrapper for ReadSeeker type type _io_ReadSeeker struct { WRead func(p []byte) (n int, err error) diff --git a/stdlib/go1_14_io_ioutil.go b/stdlib/go1_16_io_ioutil.go similarity index 96% rename from stdlib/go1_14_io_ioutil.go rename to stdlib/go1_16_io_ioutil.go index f9bed37c..3796b9c1 100644 --- a/stdlib/go1_14_io_ioutil.go +++ b/stdlib/go1_16_io_ioutil.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract io/ioutil'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_log.go b/stdlib/go1_16_log.go similarity index 96% rename from stdlib/go1_14_log.go rename to stdlib/go1_16_log.go index 31087496..c409ca20 100644 --- a/stdlib/go1_14_log.go +++ b/stdlib/go1_16_log.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract log'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -14,6 +14,7 @@ import ( func init() { Symbols["log"] = map[string]reflect.Value{ // function, constant and variable definitions + "Default": reflect.ValueOf(log.Default), "Fatal": reflect.ValueOf(logFatal), "Fatalf": reflect.ValueOf(logFatalf), "Fatalln": reflect.ValueOf(logFatalln), diff --git a/stdlib/go1_14_log_syslog.go b/stdlib/go1_16_log_syslog.go similarity index 97% rename from stdlib/go1_14_log_syslog.go rename to stdlib/go1_16_log_syslog.go index a64ed6cc..87d62501 100644 --- a/stdlib/go1_14_log_syslog.go +++ b/stdlib/go1_16_log_syslog.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract log/syslog'. DO NOT EDIT. -// +build go1.14,!go1.15,!windows,!nacl,!plan9 +// +build go1.16,!windows,!nacl,!plan9 package stdlib diff --git a/stdlib/go1_14_math.go b/stdlib/go1_16_math.go similarity index 99% rename from stdlib/go1_14_math.go rename to stdlib/go1_16_math.go index 3dcd9233..4c5bf745 100644 --- a/stdlib/go1_14_math.go +++ b/stdlib/go1_16_math.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_math_big.go b/stdlib/go1_16_math_big.go similarity index 98% rename from stdlib/go1_14_math_big.go rename to stdlib/go1_16_math_big.go index b4643741..6ee45a32 100644 --- a/stdlib/go1_14_math_big.go +++ b/stdlib/go1_16_math_big.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/big'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_math_bits.go b/stdlib/go1_16_math_bits.go similarity index 99% rename from stdlib/go1_14_math_bits.go rename to stdlib/go1_16_math_bits.go index 70ff4ab5..3f2296ee 100644 --- a/stdlib/go1_14_math_bits.go +++ b/stdlib/go1_16_math_bits.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/bits'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_math_cmplx.go b/stdlib/go1_16_math_cmplx.go similarity index 98% rename from stdlib/go1_14_math_cmplx.go rename to stdlib/go1_16_math_cmplx.go index 72f8e429..80a3dd89 100644 --- a/stdlib/go1_14_math_cmplx.go +++ b/stdlib/go1_16_math_cmplx.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/cmplx'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_math_rand.go b/stdlib/go1_16_math_rand.go similarity index 98% rename from stdlib/go1_14_math_rand.go rename to stdlib/go1_16_math_rand.go index 7ad0e772..ec56a754 100644 --- a/stdlib/go1_14_math_rand.go +++ b/stdlib/go1_16_math_rand.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract math/rand'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_mime.go b/stdlib/go1_16_mime.go similarity index 97% rename from stdlib/go1_14_mime.go rename to stdlib/go1_16_mime.go index 54f72755..f50a118a 100644 --- a/stdlib/go1_14_mime.go +++ b/stdlib/go1_16_mime.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract mime'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_mime_multipart.go b/stdlib/go1_16_mime_multipart.go similarity index 98% rename from stdlib/go1_14_mime_multipart.go rename to stdlib/go1_16_mime_multipart.go index 57c9991f..7aee1476 100644 --- a/stdlib/go1_14_mime_multipart.go +++ b/stdlib/go1_16_mime_multipart.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract mime/multipart'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_mime_quotedprintable.go b/stdlib/go1_16_mime_quotedprintable.go similarity index 95% rename from stdlib/go1_14_mime_quotedprintable.go rename to stdlib/go1_16_mime_quotedprintable.go index 5c695c48..9b8c08b2 100644 --- a/stdlib/go1_14_mime_quotedprintable.go +++ b/stdlib/go1_16_mime_quotedprintable.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract mime/quotedprintable'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net.go b/stdlib/go1_16_net.go similarity index 99% rename from stdlib/go1_14_net.go rename to stdlib/go1_16_net.go index f0de3b9d..335b0548 100644 --- a/stdlib/go1_14_net.go +++ b/stdlib/go1_16_net.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -23,6 +23,7 @@ func init() { "DialTimeout": reflect.ValueOf(net.DialTimeout), "DialUDP": reflect.ValueOf(net.DialUDP), "DialUnix": reflect.ValueOf(net.DialUnix), + "ErrClosed": reflect.ValueOf(&net.ErrClosed).Elem(), "ErrWriteToConnected": reflect.ValueOf(&net.ErrWriteToConnected).Elem(), "FileConn": reflect.ValueOf(net.FileConn), "FileListener": reflect.ValueOf(net.FileListener), diff --git a/stdlib/go1_14_net_http.go b/stdlib/go1_16_net_http.go similarity index 98% rename from stdlib/go1_14_net_http.go rename to stdlib/go1_16_net_http.go index f9162f80..237fe443 100644 --- a/stdlib/go1_14_net_http.go +++ b/stdlib/go1_16_net_http.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -8,10 +8,10 @@ import ( "bufio" "go/constant" "go/token" + "io/fs" "net" "net/http" "net/url" - "os" "reflect" ) @@ -47,6 +47,7 @@ func init() { "ErrUseLastResponse": reflect.ValueOf(&http.ErrUseLastResponse).Elem(), "ErrWriteAfterFlush": reflect.ValueOf(&http.ErrWriteAfterFlush).Elem(), "Error": reflect.ValueOf(http.Error), + "FS": reflect.ValueOf(http.FS), "FileServer": reflect.ValueOf(http.FileServer), "Get": reflect.ValueOf(http.Get), "Handle": reflect.ValueOf(http.Handle), @@ -227,16 +228,16 @@ func (W _net_http_CookieJar) SetCookies(u *url.URL, cookies []*http.Cookie) { type _net_http_File struct { WClose func() error WRead func(p []byte) (n int, err error) - WReaddir func(count int) ([]os.FileInfo, error) + WReaddir func(count int) ([]fs.FileInfo, error) WSeek func(offset int64, whence int) (int64, error) - WStat func() (os.FileInfo, error) + WStat func() (fs.FileInfo, error) } func (W _net_http_File) Close() error { return W.WClose() } func (W _net_http_File) Read(p []byte) (n int, err error) { return W.WRead(p) } -func (W _net_http_File) Readdir(count int) ([]os.FileInfo, error) { return W.WReaddir(count) } +func (W _net_http_File) Readdir(count int) ([]fs.FileInfo, error) { return W.WReaddir(count) } func (W _net_http_File) Seek(offset int64, whence int) (int64, error) { return W.WSeek(offset, whence) } -func (W _net_http_File) Stat() (os.FileInfo, error) { return W.WStat() } +func (W _net_http_File) Stat() (fs.FileInfo, error) { return W.WStat() } // _net_http_FileSystem is an interface wrapper for FileSystem type type _net_http_FileSystem struct { diff --git a/stdlib/go1_14_net_http_cgi.go b/stdlib/go1_16_net_http_cgi.go similarity index 94% rename from stdlib/go1_14_net_http_cgi.go rename to stdlib/go1_16_net_http_cgi.go index a5ebd103..425b13a5 100644 --- a/stdlib/go1_14_net_http_cgi.go +++ b/stdlib/go1_16_net_http_cgi.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/cgi'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_http_cookiejar.go b/stdlib/go1_16_net_http_cookiejar.go similarity index 97% rename from stdlib/go1_14_net_http_cookiejar.go rename to stdlib/go1_16_net_http_cookiejar.go index 1d51a70c..cd659fa6 100644 --- a/stdlib/go1_14_net_http_cookiejar.go +++ b/stdlib/go1_16_net_http_cookiejar.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/cookiejar'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_http_fcgi.go b/stdlib/go1_16_net_http_fcgi.go similarity index 95% rename from stdlib/go1_14_net_http_fcgi.go rename to stdlib/go1_16_net_http_fcgi.go index c291c5f9..36be1b27 100644 --- a/stdlib/go1_14_net_http_fcgi.go +++ b/stdlib/go1_16_net_http_fcgi.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/fcgi'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_http_httptest.go b/stdlib/go1_16_net_http_httptest.go similarity index 97% rename from stdlib/go1_14_net_http_httptest.go rename to stdlib/go1_16_net_http_httptest.go index 134b4f27..39001025 100644 --- a/stdlib/go1_14_net_http_httptest.go +++ b/stdlib/go1_16_net_http_httptest.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/httptest'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_http_httptrace.go b/stdlib/go1_16_net_http_httptrace.go similarity index 96% rename from stdlib/go1_14_net_http_httptrace.go rename to stdlib/go1_16_net_http_httptrace.go index c2d89676..691d81b9 100644 --- a/stdlib/go1_14_net_http_httptrace.go +++ b/stdlib/go1_16_net_http_httptrace.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/httptrace'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_http_httputil.go b/stdlib/go1_16_net_http_httputil.go similarity index 98% rename from stdlib/go1_14_net_http_httputil.go rename to stdlib/go1_16_net_http_httputil.go index c08beb88..4b638d3c 100644 --- a/stdlib/go1_14_net_http_httputil.go +++ b/stdlib/go1_16_net_http_httputil.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/httputil'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_http_pprof.go b/stdlib/go1_16_net_http_pprof.go similarity index 95% rename from stdlib/go1_14_net_http_pprof.go rename to stdlib/go1_16_net_http_pprof.go index 613a1629..ec884954 100644 --- a/stdlib/go1_14_net_http_pprof.go +++ b/stdlib/go1_16_net_http_pprof.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/http/pprof'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_mail.go b/stdlib/go1_16_net_mail.go similarity index 97% rename from stdlib/go1_14_net_mail.go rename to stdlib/go1_16_net_mail.go index 13cdf1ff..5ee0ab67 100644 --- a/stdlib/go1_14_net_mail.go +++ b/stdlib/go1_16_net_mail.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/mail'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_rpc.go b/stdlib/go1_16_net_rpc.go similarity index 99% rename from stdlib/go1_14_net_rpc.go rename to stdlib/go1_16_net_rpc.go index 56b1d7f0..8c98b6fd 100644 --- a/stdlib/go1_14_net_rpc.go +++ b/stdlib/go1_16_net_rpc.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/rpc'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_rpc_jsonrpc.go b/stdlib/go1_16_net_rpc_jsonrpc.go similarity index 95% rename from stdlib/go1_14_net_rpc_jsonrpc.go rename to stdlib/go1_16_net_rpc_jsonrpc.go index 1c86c488..d79b3c65 100644 --- a/stdlib/go1_14_net_rpc_jsonrpc.go +++ b/stdlib/go1_16_net_rpc_jsonrpc.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/rpc/jsonrpc'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_smtp.go b/stdlib/go1_16_net_smtp.go similarity index 98% rename from stdlib/go1_14_net_smtp.go rename to stdlib/go1_16_net_smtp.go index b050fad6..6973ed0d 100644 --- a/stdlib/go1_14_net_smtp.go +++ b/stdlib/go1_16_net_smtp.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/smtp'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_textproto.go b/stdlib/go1_16_net_textproto.go similarity index 97% rename from stdlib/go1_14_net_textproto.go rename to stdlib/go1_16_net_textproto.go index d841e9e8..507e4a0c 100644 --- a/stdlib/go1_14_net_textproto.go +++ b/stdlib/go1_16_net_textproto.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/textproto'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_net_url.go b/stdlib/go1_16_net_url.go similarity index 97% rename from stdlib/go1_14_net_url.go rename to stdlib/go1_16_net_url.go index 5d6408e1..638e3c66 100644 --- a/stdlib/go1_14_net_url.go +++ b/stdlib/go1_16_net_url.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract net/url'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_16_os.go b/stdlib/go1_16_os.go new file mode 100644 index 00000000..cb9acdfe --- /dev/null +++ b/stdlib/go1_16_os.go @@ -0,0 +1,180 @@ +// Code generated by 'yaegi extract os'. DO NOT EDIT. + +// +build go1.16 + +package stdlib + +import ( + "go/constant" + "go/token" + "io/fs" + "os" + "reflect" + "time" +) + +func init() { + Symbols["os"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Args": reflect.ValueOf(&os.Args).Elem(), + "Chdir": reflect.ValueOf(os.Chdir), + "Chmod": reflect.ValueOf(os.Chmod), + "Chown": reflect.ValueOf(os.Chown), + "Chtimes": reflect.ValueOf(os.Chtimes), + "Clearenv": reflect.ValueOf(os.Clearenv), + "Create": reflect.ValueOf(os.Create), + "CreateTemp": reflect.ValueOf(os.CreateTemp), + "DevNull": reflect.ValueOf(constant.MakeFromLiteral("\"/dev/null\"", token.STRING, 0)), + "DirFS": reflect.ValueOf(os.DirFS), + "Environ": reflect.ValueOf(os.Environ), + "ErrClosed": reflect.ValueOf(&os.ErrClosed).Elem(), + "ErrDeadlineExceeded": reflect.ValueOf(&os.ErrDeadlineExceeded).Elem(), + "ErrExist": reflect.ValueOf(&os.ErrExist).Elem(), + "ErrInvalid": reflect.ValueOf(&os.ErrInvalid).Elem(), + "ErrNoDeadline": reflect.ValueOf(&os.ErrNoDeadline).Elem(), + "ErrNotExist": reflect.ValueOf(&os.ErrNotExist).Elem(), + "ErrPermission": reflect.ValueOf(&os.ErrPermission).Elem(), + "ErrProcessDone": reflect.ValueOf(&os.ErrProcessDone).Elem(), + "Executable": reflect.ValueOf(os.Executable), + "Exit": reflect.ValueOf(osExit), + "Expand": reflect.ValueOf(os.Expand), + "ExpandEnv": reflect.ValueOf(os.ExpandEnv), + "FindProcess": reflect.ValueOf(osFindProcess), + "Getegid": reflect.ValueOf(os.Getegid), + "Getenv": reflect.ValueOf(os.Getenv), + "Geteuid": reflect.ValueOf(os.Geteuid), + "Getgid": reflect.ValueOf(os.Getgid), + "Getgroups": reflect.ValueOf(os.Getgroups), + "Getpagesize": reflect.ValueOf(os.Getpagesize), + "Getpid": reflect.ValueOf(os.Getpid), + "Getppid": reflect.ValueOf(os.Getppid), + "Getuid": reflect.ValueOf(os.Getuid), + "Getwd": reflect.ValueOf(os.Getwd), + "Hostname": reflect.ValueOf(os.Hostname), + "Interrupt": reflect.ValueOf(&os.Interrupt).Elem(), + "IsExist": reflect.ValueOf(os.IsExist), + "IsNotExist": reflect.ValueOf(os.IsNotExist), + "IsPathSeparator": reflect.ValueOf(os.IsPathSeparator), + "IsPermission": reflect.ValueOf(os.IsPermission), + "IsTimeout": reflect.ValueOf(os.IsTimeout), + "Kill": reflect.ValueOf(&os.Kill).Elem(), + "Lchown": reflect.ValueOf(os.Lchown), + "Link": reflect.ValueOf(os.Link), + "LookupEnv": reflect.ValueOf(os.LookupEnv), + "Lstat": reflect.ValueOf(os.Lstat), + "Mkdir": reflect.ValueOf(os.Mkdir), + "MkdirAll": reflect.ValueOf(os.MkdirAll), + "MkdirTemp": reflect.ValueOf(os.MkdirTemp), + "ModeAppend": reflect.ValueOf(os.ModeAppend), + "ModeCharDevice": reflect.ValueOf(os.ModeCharDevice), + "ModeDevice": reflect.ValueOf(os.ModeDevice), + "ModeDir": reflect.ValueOf(os.ModeDir), + "ModeExclusive": reflect.ValueOf(os.ModeExclusive), + "ModeIrregular": reflect.ValueOf(os.ModeIrregular), + "ModeNamedPipe": reflect.ValueOf(os.ModeNamedPipe), + "ModePerm": reflect.ValueOf(os.ModePerm), + "ModeSetgid": reflect.ValueOf(os.ModeSetgid), + "ModeSetuid": reflect.ValueOf(os.ModeSetuid), + "ModeSocket": reflect.ValueOf(os.ModeSocket), + "ModeSticky": reflect.ValueOf(os.ModeSticky), + "ModeSymlink": reflect.ValueOf(os.ModeSymlink), + "ModeTemporary": reflect.ValueOf(os.ModeTemporary), + "ModeType": reflect.ValueOf(os.ModeType), + "NewFile": reflect.ValueOf(os.NewFile), + "NewSyscallError": reflect.ValueOf(os.NewSyscallError), + "O_APPEND": reflect.ValueOf(os.O_APPEND), + "O_CREATE": reflect.ValueOf(os.O_CREATE), + "O_EXCL": reflect.ValueOf(os.O_EXCL), + "O_RDONLY": reflect.ValueOf(os.O_RDONLY), + "O_RDWR": reflect.ValueOf(os.O_RDWR), + "O_SYNC": reflect.ValueOf(os.O_SYNC), + "O_TRUNC": reflect.ValueOf(os.O_TRUNC), + "O_WRONLY": reflect.ValueOf(os.O_WRONLY), + "Open": reflect.ValueOf(os.Open), + "OpenFile": reflect.ValueOf(os.OpenFile), + "PathListSeparator": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "PathSeparator": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "Pipe": reflect.ValueOf(os.Pipe), + "ReadDir": reflect.ValueOf(os.ReadDir), + "ReadFile": reflect.ValueOf(os.ReadFile), + "Readlink": reflect.ValueOf(os.Readlink), + "Remove": reflect.ValueOf(os.Remove), + "RemoveAll": reflect.ValueOf(os.RemoveAll), + "Rename": reflect.ValueOf(os.Rename), + "SEEK_CUR": reflect.ValueOf(os.SEEK_CUR), + "SEEK_END": reflect.ValueOf(os.SEEK_END), + "SEEK_SET": reflect.ValueOf(os.SEEK_SET), + "SameFile": reflect.ValueOf(os.SameFile), + "Setenv": reflect.ValueOf(os.Setenv), + "StartProcess": reflect.ValueOf(os.StartProcess), + "Stat": reflect.ValueOf(os.Stat), + "Stderr": reflect.ValueOf(&os.Stderr).Elem(), + "Stdin": reflect.ValueOf(&os.Stdin).Elem(), + "Stdout": reflect.ValueOf(&os.Stdout).Elem(), + "Symlink": reflect.ValueOf(os.Symlink), + "TempDir": reflect.ValueOf(os.TempDir), + "Truncate": reflect.ValueOf(os.Truncate), + "Unsetenv": reflect.ValueOf(os.Unsetenv), + "UserCacheDir": reflect.ValueOf(os.UserCacheDir), + "UserConfigDir": reflect.ValueOf(os.UserConfigDir), + "UserHomeDir": reflect.ValueOf(os.UserHomeDir), + "WriteFile": reflect.ValueOf(os.WriteFile), + + // type definitions + "DirEntry": reflect.ValueOf((*os.DirEntry)(nil)), + "File": reflect.ValueOf((*os.File)(nil)), + "FileInfo": reflect.ValueOf((*os.FileInfo)(nil)), + "FileMode": reflect.ValueOf((*os.FileMode)(nil)), + "LinkError": reflect.ValueOf((*os.LinkError)(nil)), + "PathError": reflect.ValueOf((*os.PathError)(nil)), + "ProcAttr": reflect.ValueOf((*os.ProcAttr)(nil)), + "Process": reflect.ValueOf((*os.Process)(nil)), + "ProcessState": reflect.ValueOf((*os.ProcessState)(nil)), + "Signal": reflect.ValueOf((*os.Signal)(nil)), + "SyscallError": reflect.ValueOf((*os.SyscallError)(nil)), + + // interface wrapper definitions + "_DirEntry": reflect.ValueOf((*_os_DirEntry)(nil)), + "_FileInfo": reflect.ValueOf((*_os_FileInfo)(nil)), + "_Signal": reflect.ValueOf((*_os_Signal)(nil)), + } +} + +// _os_DirEntry is an interface wrapper for DirEntry type +type _os_DirEntry struct { + WInfo func() (fs.FileInfo, error) + WIsDir func() bool + WName func() string + WType func() fs.FileMode +} + +func (W _os_DirEntry) Info() (fs.FileInfo, error) { return W.WInfo() } +func (W _os_DirEntry) IsDir() bool { return W.WIsDir() } +func (W _os_DirEntry) Name() string { return W.WName() } +func (W _os_DirEntry) Type() fs.FileMode { return W.WType() } + +// _os_FileInfo is an interface wrapper for FileInfo type +type _os_FileInfo struct { + WIsDir func() bool + WModTime func() time.Time + WMode func() fs.FileMode + WName func() string + WSize func() int64 + WSys func() interface{} +} + +func (W _os_FileInfo) IsDir() bool { return W.WIsDir() } +func (W _os_FileInfo) ModTime() time.Time { return W.WModTime() } +func (W _os_FileInfo) Mode() fs.FileMode { return W.WMode() } +func (W _os_FileInfo) Name() string { return W.WName() } +func (W _os_FileInfo) Size() int64 { return W.WSize() } +func (W _os_FileInfo) Sys() interface{} { return W.WSys() } + +// _os_Signal is an interface wrapper for Signal type +type _os_Signal struct { + WSignal func() + WString func() string +} + +func (W _os_Signal) Signal() { W.WSignal() } +func (W _os_Signal) String() string { return W.WString() } diff --git a/stdlib/go1_16_os_signal.go b/stdlib/go1_16_os_signal.go new file mode 100644 index 00000000..94b36ff3 --- /dev/null +++ b/stdlib/go1_16_os_signal.go @@ -0,0 +1,22 @@ +// Code generated by 'yaegi extract os/signal'. DO NOT EDIT. + +// +build go1.16 + +package stdlib + +import ( + "os/signal" + "reflect" +) + +func init() { + Symbols["os/signal"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Ignore": reflect.ValueOf(signal.Ignore), + "Ignored": reflect.ValueOf(signal.Ignored), + "Notify": reflect.ValueOf(signal.Notify), + "NotifyContext": reflect.ValueOf(signal.NotifyContext), + "Reset": reflect.ValueOf(signal.Reset), + "Stop": reflect.ValueOf(signal.Stop), + } +} diff --git a/stdlib/go1_14_os_user.go b/stdlib/go1_16_os_user.go similarity index 97% rename from stdlib/go1_14_os_user.go rename to stdlib/go1_16_os_user.go index 77e2697f..50095177 100644 --- a/stdlib/go1_14_os_user.go +++ b/stdlib/go1_16_os_user.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract os/user'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_path.go b/stdlib/go1_16_path.go similarity index 96% rename from stdlib/go1_14_path.go rename to stdlib/go1_16_path.go index 9ae76cc2..088b93d0 100644 --- a/stdlib/go1_14_path.go +++ b/stdlib/go1_16_path.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract path'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_path_filepath.go b/stdlib/go1_16_path_filepath.go similarity index 95% rename from stdlib/go1_14_path_filepath.go rename to stdlib/go1_16_path_filepath.go index 36896209..a2743774 100644 --- a/stdlib/go1_14_path_filepath.go +++ b/stdlib/go1_16_path_filepath.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract path/filepath'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -36,6 +36,7 @@ func init() { "ToSlash": reflect.ValueOf(filepath.ToSlash), "VolumeName": reflect.ValueOf(filepath.VolumeName), "Walk": reflect.ValueOf(filepath.Walk), + "WalkDir": reflect.ValueOf(filepath.WalkDir), // type definitions "WalkFunc": reflect.ValueOf((*filepath.WalkFunc)(nil)), diff --git a/stdlib/go1_14_reflect.go b/stdlib/go1_16_reflect.go similarity index 99% rename from stdlib/go1_14_reflect.go rename to stdlib/go1_16_reflect.go index 2d620335..827d0c19 100644 --- a/stdlib/go1_14_reflect.go +++ b/stdlib/go1_16_reflect.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract reflect'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_regexp.go b/stdlib/go1_16_regexp.go similarity index 96% rename from stdlib/go1_14_regexp.go rename to stdlib/go1_16_regexp.go index 70a24adf..af97f28e 100644 --- a/stdlib/go1_14_regexp.go +++ b/stdlib/go1_16_regexp.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract regexp'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_regexp_syntax.go b/stdlib/go1_16_regexp_syntax.go similarity index 99% rename from stdlib/go1_14_regexp_syntax.go rename to stdlib/go1_16_regexp_syntax.go index 05997855..ff41131b 100644 --- a/stdlib/go1_14_regexp_syntax.go +++ b/stdlib/go1_16_regexp_syntax.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract regexp/syntax'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_runtime.go b/stdlib/go1_16_runtime.go similarity index 99% rename from stdlib/go1_14_runtime.go rename to stdlib/go1_16_runtime.go index 576ed78e..50cc1472 100644 --- a/stdlib/go1_14_runtime.go +++ b/stdlib/go1_16_runtime.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_runtime_debug.go b/stdlib/go1_16_runtime_debug.go similarity index 97% rename from stdlib/go1_14_runtime_debug.go rename to stdlib/go1_16_runtime_debug.go index 904836ad..398dd6ac 100644 --- a/stdlib/go1_14_runtime_debug.go +++ b/stdlib/go1_16_runtime_debug.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime/debug'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_runtime_pprof.go b/stdlib/go1_16_runtime_pprof.go similarity index 97% rename from stdlib/go1_14_runtime_pprof.go rename to stdlib/go1_16_runtime_pprof.go index 04cec870..e20a82ab 100644 --- a/stdlib/go1_14_runtime_pprof.go +++ b/stdlib/go1_16_runtime_pprof.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime/pprof'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_runtime_trace.go b/stdlib/go1_16_runtime_trace.go similarity index 96% rename from stdlib/go1_14_runtime_trace.go rename to stdlib/go1_16_runtime_trace.go index a72d007e..78e82d5a 100644 --- a/stdlib/go1_14_runtime_trace.go +++ b/stdlib/go1_16_runtime_trace.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract runtime/trace'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_sort.go b/stdlib/go1_16_sort.go similarity index 98% rename from stdlib/go1_14_sort.go rename to stdlib/go1_16_sort.go index 579133a5..0d5fb82c 100644 --- a/stdlib/go1_14_sort.go +++ b/stdlib/go1_16_sort.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract sort'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_strconv.go b/stdlib/go1_16_strconv.go similarity index 94% rename from stdlib/go1_14_strconv.go rename to stdlib/go1_16_strconv.go index d34df3dd..94d18893 100644 --- a/stdlib/go1_14_strconv.go +++ b/stdlib/go1_16_strconv.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract strconv'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -29,6 +29,7 @@ func init() { "ErrRange": reflect.ValueOf(&strconv.ErrRange).Elem(), "ErrSyntax": reflect.ValueOf(&strconv.ErrSyntax).Elem(), "FormatBool": reflect.ValueOf(strconv.FormatBool), + "FormatComplex": reflect.ValueOf(strconv.FormatComplex), "FormatFloat": reflect.ValueOf(strconv.FormatFloat), "FormatInt": reflect.ValueOf(strconv.FormatInt), "FormatUint": reflect.ValueOf(strconv.FormatUint), @@ -37,6 +38,7 @@ func init() { "IsPrint": reflect.ValueOf(strconv.IsPrint), "Itoa": reflect.ValueOf(strconv.Itoa), "ParseBool": reflect.ValueOf(strconv.ParseBool), + "ParseComplex": reflect.ValueOf(strconv.ParseComplex), "ParseFloat": reflect.ValueOf(strconv.ParseFloat), "ParseInt": reflect.ValueOf(strconv.ParseInt), "ParseUint": reflect.ValueOf(strconv.ParseUint), diff --git a/stdlib/go1_14_strings.go b/stdlib/go1_16_strings.go similarity index 99% rename from stdlib/go1_14_strings.go rename to stdlib/go1_16_strings.go index 6a42105e..f1554163 100644 --- a/stdlib/go1_14_strings.go +++ b/stdlib/go1_16_strings.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract strings'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_sync.go b/stdlib/go1_16_sync.go similarity index 97% rename from stdlib/go1_14_sync.go rename to stdlib/go1_16_sync.go index dba722a8..ff0c11b5 100644 --- a/stdlib/go1_14_sync.go +++ b/stdlib/go1_16_sync.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract sync'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_sync_atomic.go b/stdlib/go1_16_sync_atomic.go similarity index 98% rename from stdlib/go1_14_sync_atomic.go rename to stdlib/go1_16_sync_atomic.go index 98b41499..0d7c2b51 100644 --- a/stdlib/go1_14_sync_atomic.go +++ b/stdlib/go1_16_sync_atomic.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract sync/atomic'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_testing.go b/stdlib/go1_16_testing.go similarity index 96% rename from stdlib/go1_14_testing.go rename to stdlib/go1_16_testing.go index 11eadd23..d1d76daa 100644 --- a/stdlib/go1_14_testing.go +++ b/stdlib/go1_16_testing.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract testing'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -62,6 +62,7 @@ type _testing_TB struct { WSkipNow func() WSkipf func(format string, args []interface{}) WSkipped func() bool + WTempDir func() string } func (W _testing_TB) Cleanup(a0 func()) { W.WCleanup(a0) } @@ -80,3 +81,4 @@ func (W _testing_TB) Skip(args []interface{}) { W.WSkip(args) } func (W _testing_TB) SkipNow() { W.WSkipNow() } func (W _testing_TB) Skipf(format string, args []interface{}) { W.WSkipf(format, args) } func (W _testing_TB) Skipped() bool { return W.WSkipped() } +func (W _testing_TB) TempDir() string { return W.WTempDir() } diff --git a/stdlib/go1_14_testing_iotest.go b/stdlib/go1_16_testing_iotest.go similarity index 84% rename from stdlib/go1_14_testing_iotest.go rename to stdlib/go1_16_testing_iotest.go index 89db80ec..7c852fb1 100644 --- a/stdlib/go1_14_testing_iotest.go +++ b/stdlib/go1_16_testing_iotest.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract testing/iotest'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -13,11 +13,13 @@ func init() { Symbols["testing/iotest"] = map[string]reflect.Value{ // function, constant and variable definitions "DataErrReader": reflect.ValueOf(iotest.DataErrReader), + "ErrReader": reflect.ValueOf(iotest.ErrReader), "ErrTimeout": reflect.ValueOf(&iotest.ErrTimeout).Elem(), "HalfReader": reflect.ValueOf(iotest.HalfReader), "NewReadLogger": reflect.ValueOf(iotest.NewReadLogger), "NewWriteLogger": reflect.ValueOf(iotest.NewWriteLogger), "OneByteReader": reflect.ValueOf(iotest.OneByteReader), + "TestReader": reflect.ValueOf(iotest.TestReader), "TimeoutReader": reflect.ValueOf(iotest.TimeoutReader), "TruncateWriter": reflect.ValueOf(iotest.TruncateWriter), } diff --git a/stdlib/go1_14_testing_quick.go b/stdlib/go1_16_testing_quick.go similarity index 97% rename from stdlib/go1_14_testing_quick.go rename to stdlib/go1_16_testing_quick.go index a9baf47e..34be869b 100644 --- a/stdlib/go1_14_testing_quick.go +++ b/stdlib/go1_16_testing_quick.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract testing/quick'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_text_scanner.go b/stdlib/go1_16_text_scanner.go similarity index 98% rename from stdlib/go1_14_text_scanner.go rename to stdlib/go1_16_text_scanner.go index 6ef741c5..8d8562c0 100644 --- a/stdlib/go1_14_text_scanner.go +++ b/stdlib/go1_16_text_scanner.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/scanner'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_text_tabwriter.go b/stdlib/go1_16_text_tabwriter.go similarity index 97% rename from stdlib/go1_14_text_tabwriter.go rename to stdlib/go1_16_text_tabwriter.go index 5a5d1a13..c86930e6 100644 --- a/stdlib/go1_14_text_tabwriter.go +++ b/stdlib/go1_16_text_tabwriter.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/tabwriter'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_text_template.go b/stdlib/go1_16_text_template.go similarity index 94% rename from stdlib/go1_14_text_template.go rename to stdlib/go1_16_text_template.go index 381aaae3..f15e830d 100644 --- a/stdlib/go1_14_text_template.go +++ b/stdlib/go1_16_text_template.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/template'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -21,6 +21,7 @@ func init() { "JSEscaper": reflect.ValueOf(template.JSEscaper), "Must": reflect.ValueOf(template.Must), "New": reflect.ValueOf(template.New), + "ParseFS": reflect.ValueOf(template.ParseFS), "ParseFiles": reflect.ValueOf(template.ParseFiles), "ParseGlob": reflect.ValueOf(template.ParseGlob), "URLQueryEscaper": reflect.ValueOf(template.URLQueryEscaper), diff --git a/stdlib/go1_14_text_template_parse.go b/stdlib/go1_16_text_template_parse.go similarity index 93% rename from stdlib/go1_14_text_template_parse.go rename to stdlib/go1_16_text_template_parse.go index 0ef93a74..0f57b178 100644 --- a/stdlib/go1_14_text_template_parse.go +++ b/stdlib/go1_16_text_template_parse.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract text/template/parse'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -19,6 +19,7 @@ func init() { "NodeBool": reflect.ValueOf(parse.NodeBool), "NodeChain": reflect.ValueOf(parse.NodeChain), "NodeCommand": reflect.ValueOf(parse.NodeCommand), + "NodeComment": reflect.ValueOf(parse.NodeComment), "NodeDot": reflect.ValueOf(parse.NodeDot), "NodeField": reflect.ValueOf(parse.NodeField), "NodeIdentifier": reflect.ValueOf(parse.NodeIdentifier), @@ -34,6 +35,7 @@ func init() { "NodeVariable": reflect.ValueOf(parse.NodeVariable), "NodeWith": reflect.ValueOf(parse.NodeWith), "Parse": reflect.ValueOf(parse.Parse), + "ParseComments": reflect.ValueOf(parse.ParseComments), // type definitions "ActionNode": reflect.ValueOf((*parse.ActionNode)(nil)), @@ -41,11 +43,13 @@ func init() { "BranchNode": reflect.ValueOf((*parse.BranchNode)(nil)), "ChainNode": reflect.ValueOf((*parse.ChainNode)(nil)), "CommandNode": reflect.ValueOf((*parse.CommandNode)(nil)), + "CommentNode": reflect.ValueOf((*parse.CommentNode)(nil)), "DotNode": reflect.ValueOf((*parse.DotNode)(nil)), "FieldNode": reflect.ValueOf((*parse.FieldNode)(nil)), "IdentifierNode": reflect.ValueOf((*parse.IdentifierNode)(nil)), "IfNode": reflect.ValueOf((*parse.IfNode)(nil)), "ListNode": reflect.ValueOf((*parse.ListNode)(nil)), + "Mode": reflect.ValueOf((*parse.Mode)(nil)), "NilNode": reflect.ValueOf((*parse.NilNode)(nil)), "Node": reflect.ValueOf((*parse.Node)(nil)), "NodeType": reflect.ValueOf((*parse.NodeType)(nil)), diff --git a/stdlib/go1_14_time.go b/stdlib/go1_16_time.go similarity index 99% rename from stdlib/go1_14_time.go rename to stdlib/go1_16_time.go index 250695c2..eed219d8 100644 --- a/stdlib/go1_14_time.go +++ b/stdlib/go1_16_time.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract time'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_unicode.go b/stdlib/go1_16_unicode.go similarity index 98% rename from stdlib/go1_14_unicode.go rename to stdlib/go1_16_unicode.go index c10803d8..f706b44e 100644 --- a/stdlib/go1_14_unicode.go +++ b/stdlib/go1_16_unicode.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unicode'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib @@ -45,6 +45,7 @@ func init() { "Chakma": reflect.ValueOf(&unicode.Chakma).Elem(), "Cham": reflect.ValueOf(&unicode.Cham).Elem(), "Cherokee": reflect.ValueOf(&unicode.Cherokee).Elem(), + "Chorasmian": reflect.ValueOf(&unicode.Chorasmian).Elem(), "Co": reflect.ValueOf(&unicode.Co).Elem(), "Common": reflect.ValueOf(&unicode.Common).Elem(), "Coptic": reflect.ValueOf(&unicode.Coptic).Elem(), @@ -58,6 +59,7 @@ func init() { "Devanagari": reflect.ValueOf(&unicode.Devanagari).Elem(), "Diacritic": reflect.ValueOf(&unicode.Diacritic).Elem(), "Digit": reflect.ValueOf(&unicode.Digit).Elem(), + "Dives_Akuru": reflect.ValueOf(&unicode.Dives_Akuru).Elem(), "Dogra": reflect.ValueOf(&unicode.Dogra).Elem(), "Duployan": reflect.ValueOf(&unicode.Duployan).Elem(), "Egyptian_Hieroglyphs": reflect.ValueOf(&unicode.Egyptian_Hieroglyphs).Elem(), @@ -115,6 +117,7 @@ func init() { "Katakana": reflect.ValueOf(&unicode.Katakana).Elem(), "Kayah_Li": reflect.ValueOf(&unicode.Kayah_Li).Elem(), "Kharoshthi": reflect.ValueOf(&unicode.Kharoshthi).Elem(), + "Khitan_Small_Script": reflect.ValueOf(&unicode.Khitan_Small_Script).Elem(), "Khmer": reflect.ValueOf(&unicode.Khmer).Elem(), "Khojki": reflect.ValueOf(&unicode.Khojki).Elem(), "Khudawadi": reflect.ValueOf(&unicode.Khudawadi).Elem(), @@ -279,10 +282,11 @@ func init() { "UpperLower": reflect.ValueOf(constant.MakeFromLiteral("1114112", token.INT, 0)), "Vai": reflect.ValueOf(&unicode.Vai).Elem(), "Variation_Selector": reflect.ValueOf(&unicode.Variation_Selector).Elem(), - "Version": reflect.ValueOf(constant.MakeFromLiteral("\"12.0.0\"", token.STRING, 0)), + "Version": reflect.ValueOf(constant.MakeFromLiteral("\"13.0.0\"", token.STRING, 0)), "Wancho": reflect.ValueOf(&unicode.Wancho).Elem(), "Warang_Citi": reflect.ValueOf(&unicode.Warang_Citi).Elem(), "White_Space": reflect.ValueOf(&unicode.White_Space).Elem(), + "Yezidi": reflect.ValueOf(&unicode.Yezidi).Elem(), "Yi": reflect.ValueOf(&unicode.Yi).Elem(), "Z": reflect.ValueOf(&unicode.Z).Elem(), "Zanabazar_Square": reflect.ValueOf(&unicode.Zanabazar_Square).Elem(), diff --git a/stdlib/go1_14_unicode_utf16.go b/stdlib/go1_16_unicode_utf16.go similarity index 95% rename from stdlib/go1_14_unicode_utf16.go rename to stdlib/go1_16_unicode_utf16.go index 27ab67ff..5df6c631 100644 --- a/stdlib/go1_14_unicode_utf16.go +++ b/stdlib/go1_16_unicode_utf16.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unicode/utf16'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/go1_14_unicode_utf8.go b/stdlib/go1_16_unicode_utf8.go similarity index 98% rename from stdlib/go1_14_unicode_utf8.go rename to stdlib/go1_16_unicode_utf8.go index a62dd593..98d1c9ce 100644 --- a/stdlib/go1_14_unicode_utf8.go +++ b/stdlib/go1_16_unicode_utf8.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unicode/utf8'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package stdlib diff --git a/stdlib/stdlib.go b/stdlib/stdlib.go index b23bc3ef..2e24e735 100644 --- a/stdlib/stdlib.go +++ b/stdlib/stdlib.go @@ -1,4 +1,4 @@ -// +build go1.14 +// +build go1.15 // Package stdlib provides wrappers of standard library packages to be imported natively in Yaegi. package stdlib diff --git a/stdlib/stdlib_go1.16.go b/stdlib/stdlib_go1.16.go new file mode 100644 index 00000000..967e0521 --- /dev/null +++ b/stdlib/stdlib_go1.16.go @@ -0,0 +1,5 @@ +// +build go1.16 + +package stdlib + +//go:generate ../internal/cmd/extract/extract embed diff --git a/stdlib/syscall/go1_14_syscall_darwin_arm.go b/stdlib/syscall/go1_14_syscall_darwin_arm.go deleted file mode 100644 index 85a411a9..00000000 --- a/stdlib/syscall/go1_14_syscall_darwin_arm.go +++ /dev/null @@ -1,1853 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package syscall - -import ( - "go/constant" - "go/token" - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "AF_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "AF_CCITT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "AF_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "AF_CNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "AF_COIP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "AF_DATAKIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "AF_DECnet": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "AF_DLI": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "AF_E164": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "AF_ECMA": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "AF_HYLINK": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "AF_IMPLINK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "AF_IPX": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "AF_ISDN": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "AF_ISO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "AF_LAT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "AF_LINK": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "AF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "AF_MAX": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), - "AF_NATM": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "AF_NDRV": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "AF_NETBIOS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "AF_NS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "AF_OSI": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "AF_PPP": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "AF_PUP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "AF_RESERVED_36": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), - "AF_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "AF_SIP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "AF_SNA": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "AF_SYSTEM": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "AF_UNIX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "AF_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "Accept": reflect.ValueOf(syscall.Accept), - "Access": reflect.ValueOf(syscall.Access), - "Adjtime": reflect.ValueOf(syscall.Adjtime), - "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "B110": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), - "B115200": reflect.ValueOf(constant.MakeFromLiteral("115200", token.INT, 0)), - "B1200": reflect.ValueOf(constant.MakeFromLiteral("1200", token.INT, 0)), - "B134": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), - "B14400": reflect.ValueOf(constant.MakeFromLiteral("14400", token.INT, 0)), - "B150": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), - "B1800": reflect.ValueOf(constant.MakeFromLiteral("1800", token.INT, 0)), - "B19200": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), - "B200": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), - "B230400": reflect.ValueOf(constant.MakeFromLiteral("230400", token.INT, 0)), - "B2400": reflect.ValueOf(constant.MakeFromLiteral("2400", token.INT, 0)), - "B28800": reflect.ValueOf(constant.MakeFromLiteral("28800", token.INT, 0)), - "B300": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), - "B38400": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), - "B4800": reflect.ValueOf(constant.MakeFromLiteral("4800", token.INT, 0)), - "B50": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), - "B57600": reflect.ValueOf(constant.MakeFromLiteral("57600", token.INT, 0)), - "B600": reflect.ValueOf(constant.MakeFromLiteral("600", token.INT, 0)), - "B7200": reflect.ValueOf(constant.MakeFromLiteral("7200", token.INT, 0)), - "B75": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), - "B76800": reflect.ValueOf(constant.MakeFromLiteral("76800", token.INT, 0)), - "B9600": reflect.ValueOf(constant.MakeFromLiteral("9600", token.INT, 0)), - "BIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536887912", token.INT, 0)), - "BIOCGBLEN": reflect.ValueOf(constant.MakeFromLiteral("1074020966", token.INT, 0)), - "BIOCGDLT": reflect.ValueOf(constant.MakeFromLiteral("1074020970", token.INT, 0)), - "BIOCGDLTLIST": reflect.ValueOf(constant.MakeFromLiteral("3222028921", token.INT, 0)), - "BIOCGETIF": reflect.ValueOf(constant.MakeFromLiteral("1075855979", token.INT, 0)), - "BIOCGHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("1074020980", token.INT, 0)), - "BIOCGRSIG": reflect.ValueOf(constant.MakeFromLiteral("1074020978", token.INT, 0)), - "BIOCGRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("1074283118", token.INT, 0)), - "BIOCGSEESENT": reflect.ValueOf(constant.MakeFromLiteral("1074020982", token.INT, 0)), - "BIOCGSTATS": reflect.ValueOf(constant.MakeFromLiteral("1074283119", token.INT, 0)), - "BIOCIMMEDIATE": reflect.ValueOf(constant.MakeFromLiteral("2147762800", token.INT, 0)), - "BIOCPROMISC": reflect.ValueOf(constant.MakeFromLiteral("536887913", token.INT, 0)), - "BIOCSBLEN": reflect.ValueOf(constant.MakeFromLiteral("3221504614", token.INT, 0)), - "BIOCSDLT": reflect.ValueOf(constant.MakeFromLiteral("2147762808", token.INT, 0)), - "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148024935", token.INT, 0)), - "BIOCSETIF": reflect.ValueOf(constant.MakeFromLiteral("2149597804", token.INT, 0)), - "BIOCSHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("2147762805", token.INT, 0)), - "BIOCSRSIG": reflect.ValueOf(constant.MakeFromLiteral("2147762803", token.INT, 0)), - "BIOCSRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("2148024941", token.INT, 0)), - "BIOCSSEESENT": reflect.ValueOf(constant.MakeFromLiteral("2147762807", token.INT, 0)), - "BIOCVERSION": reflect.ValueOf(constant.MakeFromLiteral("1074020977", token.INT, 0)), - "BPF_A": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "BPF_ABS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "BPF_ADD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "BPF_ALIGNMENT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "BPF_ALU": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "BPF_AND": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), - "BPF_B": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "BPF_DIV": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), - "BPF_H": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "BPF_IMM": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "BPF_IND": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "BPF_JA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "BPF_JEQ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "BPF_JGE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), - "BPF_JGT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "BPF_JMP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "BPF_JSET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "BPF_K": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "BPF_LD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "BPF_LDX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "BPF_LEN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "BPF_LSH": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), - "BPF_MAJOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "BPF_MAXBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), - "BPF_MAXINSNS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "BPF_MEM": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), - "BPF_MEMWORDS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "BPF_MINBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "BPF_MINOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "BPF_MISC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "BPF_MSH": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), - "BPF_MUL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "BPF_NEG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "BPF_OR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "BPF_RELEASE": reflect.ValueOf(constant.MakeFromLiteral("199606", token.INT, 0)), - "BPF_RET": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "BPF_RSH": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), - "BPF_ST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "BPF_STX": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "BPF_SUB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "BPF_TAX": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "BPF_TXA": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "BPF_W": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "BPF_X": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "BRKINT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Bind": reflect.ValueOf(syscall.Bind), - "BpfBuflen": reflect.ValueOf(syscall.BpfBuflen), - "BpfDatalink": reflect.ValueOf(syscall.BpfDatalink), - "BpfHeadercmpl": reflect.ValueOf(syscall.BpfHeadercmpl), - "BpfInterface": reflect.ValueOf(syscall.BpfInterface), - "BpfJump": reflect.ValueOf(syscall.BpfJump), - "BpfStats": reflect.ValueOf(syscall.BpfStats), - "BpfStmt": reflect.ValueOf(syscall.BpfStmt), - "BpfTimeout": reflect.ValueOf(syscall.BpfTimeout), - "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), - "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), - "CFLUSH": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "CREAD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "CS5": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "CS6": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "CS7": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "CS8": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), - "CSIZE": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), - "CSTART": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "CSTATUS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "CSTOP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "CSTOPB": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "CSUSP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "CTL_MAXNAME": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "CTL_NET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "Chdir": reflect.ValueOf(syscall.Chdir), - "CheckBpfVersion": reflect.ValueOf(syscall.CheckBpfVersion), - "Chflags": reflect.ValueOf(syscall.Chflags), - "Chmod": reflect.ValueOf(syscall.Chmod), - "Chown": reflect.ValueOf(syscall.Chown), - "Chroot": reflect.ValueOf(syscall.Chroot), - "Clearenv": reflect.ValueOf(syscall.Clearenv), - "Close": reflect.ValueOf(syscall.Close), - "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), - "CmsgLen": reflect.ValueOf(syscall.CmsgLen), - "CmsgSpace": reflect.ValueOf(syscall.CmsgSpace), - "Connect": reflect.ValueOf(syscall.Connect), - "DLT_APPLE_IP_OVER_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), - "DLT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "DLT_ATM_CLIP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "DLT_ATM_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "DLT_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "DLT_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "DLT_CHDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), - "DLT_C_HDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), - "DLT_EN10MB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "DLT_EN3MB": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "DLT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "DLT_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "DLT_IEEE802_11": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), - "DLT_IEEE802_11_RADIO": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), - "DLT_IEEE802_11_RADIO_AVS": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), - "DLT_LINUX_SLL": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), - "DLT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), - "DLT_NULL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "DLT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), - "DLT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "DLT_PPP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "DLT_PPP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "DLT_PPP_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), - "DLT_PRONET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "DLT_RAW": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "DLT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "DLT_SLIP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "DT_BLK": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "DT_CHR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "DT_DIR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "DT_FIFO": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "DT_LNK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "DT_REG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "DT_SOCK": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "DT_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "DT_WHT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "Dup": reflect.ValueOf(syscall.Dup), - "Dup2": reflect.ValueOf(syscall.Dup2), - "E2BIG": reflect.ValueOf(syscall.E2BIG), - "EACCES": reflect.ValueOf(syscall.EACCES), - "EADDRINUSE": reflect.ValueOf(syscall.EADDRINUSE), - "EADDRNOTAVAIL": reflect.ValueOf(syscall.EADDRNOTAVAIL), - "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), - "EAGAIN": reflect.ValueOf(syscall.EAGAIN), - "EALREADY": reflect.ValueOf(syscall.EALREADY), - "EAUTH": reflect.ValueOf(syscall.EAUTH), - "EBADARCH": reflect.ValueOf(syscall.EBADARCH), - "EBADEXEC": reflect.ValueOf(syscall.EBADEXEC), - "EBADF": reflect.ValueOf(syscall.EBADF), - "EBADMACHO": reflect.ValueOf(syscall.EBADMACHO), - "EBADMSG": reflect.ValueOf(syscall.EBADMSG), - "EBADRPC": reflect.ValueOf(syscall.EBADRPC), - "EBUSY": reflect.ValueOf(syscall.EBUSY), - "ECANCELED": reflect.ValueOf(syscall.ECANCELED), - "ECHILD": reflect.ValueOf(syscall.ECHILD), - "ECHO": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "ECHOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "ECHOE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "ECHOK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "ECHOKE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "ECHONL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "ECHOPRT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), - "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), - "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), - "EDEADLK": reflect.ValueOf(syscall.EDEADLK), - "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), - "EDEVERR": reflect.ValueOf(syscall.EDEVERR), - "EDOM": reflect.ValueOf(syscall.EDOM), - "EDQUOT": reflect.ValueOf(syscall.EDQUOT), - "EEXIST": reflect.ValueOf(syscall.EEXIST), - "EFAULT": reflect.ValueOf(syscall.EFAULT), - "EFBIG": reflect.ValueOf(syscall.EFBIG), - "EFTYPE": reflect.ValueOf(syscall.EFTYPE), - "EHOSTDOWN": reflect.ValueOf(syscall.EHOSTDOWN), - "EHOSTUNREACH": reflect.ValueOf(syscall.EHOSTUNREACH), - "EIDRM": reflect.ValueOf(syscall.EIDRM), - "EILSEQ": reflect.ValueOf(syscall.EILSEQ), - "EINPROGRESS": reflect.ValueOf(syscall.EINPROGRESS), - "EINTR": reflect.ValueOf(syscall.EINTR), - "EINVAL": reflect.ValueOf(syscall.EINVAL), - "EIO": reflect.ValueOf(syscall.EIO), - "EISCONN": reflect.ValueOf(syscall.EISCONN), - "EISDIR": reflect.ValueOf(syscall.EISDIR), - "ELAST": reflect.ValueOf(syscall.ELAST), - "ELOOP": reflect.ValueOf(syscall.ELOOP), - "EMFILE": reflect.ValueOf(syscall.EMFILE), - "EMLINK": reflect.ValueOf(syscall.EMLINK), - "EMSGSIZE": reflect.ValueOf(syscall.EMSGSIZE), - "EMULTIHOP": reflect.ValueOf(syscall.EMULTIHOP), - "ENAMETOOLONG": reflect.ValueOf(syscall.ENAMETOOLONG), - "ENEEDAUTH": reflect.ValueOf(syscall.ENEEDAUTH), - "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), - "ENETRESET": reflect.ValueOf(syscall.ENETRESET), - "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), - "ENFILE": reflect.ValueOf(syscall.ENFILE), - "ENOATTR": reflect.ValueOf(syscall.ENOATTR), - "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), - "ENODATA": reflect.ValueOf(syscall.ENODATA), - "ENODEV": reflect.ValueOf(syscall.ENODEV), - "ENOENT": reflect.ValueOf(syscall.ENOENT), - "ENOEXEC": reflect.ValueOf(syscall.ENOEXEC), - "ENOLCK": reflect.ValueOf(syscall.ENOLCK), - "ENOLINK": reflect.ValueOf(syscall.ENOLINK), - "ENOMEM": reflect.ValueOf(syscall.ENOMEM), - "ENOMSG": reflect.ValueOf(syscall.ENOMSG), - "ENOPOLICY": reflect.ValueOf(syscall.ENOPOLICY), - "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), - "ENOSPC": reflect.ValueOf(syscall.ENOSPC), - "ENOSR": reflect.ValueOf(syscall.ENOSR), - "ENOSTR": reflect.ValueOf(syscall.ENOSTR), - "ENOSYS": reflect.ValueOf(syscall.ENOSYS), - "ENOTBLK": reflect.ValueOf(syscall.ENOTBLK), - "ENOTCONN": reflect.ValueOf(syscall.ENOTCONN), - "ENOTDIR": reflect.ValueOf(syscall.ENOTDIR), - "ENOTEMPTY": reflect.ValueOf(syscall.ENOTEMPTY), - "ENOTSOCK": reflect.ValueOf(syscall.ENOTSOCK), - "ENOTSUP": reflect.ValueOf(syscall.ENOTSUP), - "ENOTTY": reflect.ValueOf(syscall.ENOTTY), - "ENXIO": reflect.ValueOf(syscall.ENXIO), - "EOPNOTSUPP": reflect.ValueOf(syscall.EOPNOTSUPP), - "EOVERFLOW": reflect.ValueOf(syscall.EOVERFLOW), - "EPERM": reflect.ValueOf(syscall.EPERM), - "EPFNOSUPPORT": reflect.ValueOf(syscall.EPFNOSUPPORT), - "EPIPE": reflect.ValueOf(syscall.EPIPE), - "EPROCLIM": reflect.ValueOf(syscall.EPROCLIM), - "EPROCUNAVAIL": reflect.ValueOf(syscall.EPROCUNAVAIL), - "EPROGMISMATCH": reflect.ValueOf(syscall.EPROGMISMATCH), - "EPROGUNAVAIL": reflect.ValueOf(syscall.EPROGUNAVAIL), - "EPROTO": reflect.ValueOf(syscall.EPROTO), - "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), - "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), - "EPWROFF": reflect.ValueOf(syscall.EPWROFF), - "ERANGE": reflect.ValueOf(syscall.ERANGE), - "EREMOTE": reflect.ValueOf(syscall.EREMOTE), - "EROFS": reflect.ValueOf(syscall.EROFS), - "ERPCMISMATCH": reflect.ValueOf(syscall.ERPCMISMATCH), - "ESHLIBVERS": reflect.ValueOf(syscall.ESHLIBVERS), - "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), - "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), - "ESPIPE": reflect.ValueOf(syscall.ESPIPE), - "ESRCH": reflect.ValueOf(syscall.ESRCH), - "ESTALE": reflect.ValueOf(syscall.ESTALE), - "ETIME": reflect.ValueOf(syscall.ETIME), - "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), - "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), - "ETXTBSY": reflect.ValueOf(syscall.ETXTBSY), - "EUSERS": reflect.ValueOf(syscall.EUSERS), - "EVFILT_AIO": reflect.ValueOf(constant.MakeFromLiteral("-3", token.INT, 0)), - "EVFILT_FS": reflect.ValueOf(constant.MakeFromLiteral("-9", token.INT, 0)), - "EVFILT_MACHPORT": reflect.ValueOf(constant.MakeFromLiteral("-8", token.INT, 0)), - "EVFILT_PROC": reflect.ValueOf(constant.MakeFromLiteral("-5", token.INT, 0)), - "EVFILT_READ": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), - "EVFILT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("-6", token.INT, 0)), - "EVFILT_SYSCOUNT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "EVFILT_THREADMARKER": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "EVFILT_TIMER": reflect.ValueOf(constant.MakeFromLiteral("-7", token.INT, 0)), - "EVFILT_VNODE": reflect.ValueOf(constant.MakeFromLiteral("-4", token.INT, 0)), - "EVFILT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("-2", token.INT, 0)), - "EV_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "EV_CLEAR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "EV_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "EV_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "EV_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "EV_EOF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "EV_ERROR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "EV_FLAG0": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "EV_FLAG1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "EV_ONESHOT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "EV_OOBAND": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "EV_POLL": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "EV_RECEIPT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "EV_SYSFLAGS": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), - "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), - "EXDEV": reflect.ValueOf(syscall.EXDEV), - "EXTA": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), - "EXTB": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), - "EXTPROC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "Environ": reflect.ValueOf(syscall.Environ), - "Exchangedata": reflect.ValueOf(syscall.Exchangedata), - "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "FD_SETSIZE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "FLUSHO": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), - "F_ADDSIGS": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), - "F_ALLOCATEALL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "F_ALLOCATECONTIG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "F_CHKCLEAN": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), - "F_FREEZE_FS": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), - "F_FULLFSYNC": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), - "F_GETFD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_GETFL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "F_GETLK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "F_GETOWN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "F_GETPATH": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), - "F_GLOBAL_NOCACHE": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), - "F_LOG2PHYS": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), - "F_MARKDEPENDENCY": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), - "F_NOCACHE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), - "F_OK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "F_PATHPKG_CHECK": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), - "F_PEOFPOSMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "F_PREALLOCATE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), - "F_RDADVISE": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), - "F_RDAHEAD": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), - "F_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_READBOOTSTRAP": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), - "F_SETFD": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "F_SETFL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "F_SETLK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "F_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "F_SETOWN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "F_SETSIZE": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), - "F_THAW_FS": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), - "F_UNLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "F_VOLPOSMODE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "F_WRITEBOOTSTRAP": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), - "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "Fchdir": reflect.ValueOf(syscall.Fchdir), - "Fchflags": reflect.ValueOf(syscall.Fchflags), - "Fchmod": reflect.ValueOf(syscall.Fchmod), - "Fchown": reflect.ValueOf(syscall.Fchown), - "FcntlFlock": reflect.ValueOf(syscall.FcntlFlock), - "Flock": reflect.ValueOf(syscall.Flock), - "FlushBpf": reflect.ValueOf(syscall.FlushBpf), - "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), - "Fpathconf": reflect.ValueOf(syscall.Fpathconf), - "Fstat": reflect.ValueOf(syscall.Fstat), - "Fstatfs": reflect.ValueOf(syscall.Fstatfs), - "Fsync": reflect.ValueOf(syscall.Fsync), - "Ftruncate": reflect.ValueOf(syscall.Ftruncate), - "Futimes": reflect.ValueOf(syscall.Futimes), - "Getdirentries": reflect.ValueOf(syscall.Getdirentries), - "Getdtablesize": reflect.ValueOf(syscall.Getdtablesize), - "Getegid": reflect.ValueOf(syscall.Getegid), - "Getenv": reflect.ValueOf(syscall.Getenv), - "Geteuid": reflect.ValueOf(syscall.Geteuid), - "Getfsstat": reflect.ValueOf(syscall.Getfsstat), - "Getgid": reflect.ValueOf(syscall.Getgid), - "Getgroups": reflect.ValueOf(syscall.Getgroups), - "Getpagesize": reflect.ValueOf(syscall.Getpagesize), - "Getpeername": reflect.ValueOf(syscall.Getpeername), - "Getpgid": reflect.ValueOf(syscall.Getpgid), - "Getpgrp": reflect.ValueOf(syscall.Getpgrp), - "Getpid": reflect.ValueOf(syscall.Getpid), - "Getppid": reflect.ValueOf(syscall.Getppid), - "Getpriority": reflect.ValueOf(syscall.Getpriority), - "Getrlimit": reflect.ValueOf(syscall.Getrlimit), - "Getrusage": reflect.ValueOf(syscall.Getrusage), - "Getsid": reflect.ValueOf(syscall.Getsid), - "Getsockname": reflect.ValueOf(syscall.Getsockname), - "GetsockoptByte": reflect.ValueOf(syscall.GetsockoptByte), - "GetsockoptICMPv6Filter": reflect.ValueOf(syscall.GetsockoptICMPv6Filter), - "GetsockoptIPMreq": reflect.ValueOf(syscall.GetsockoptIPMreq), - "GetsockoptIPv6MTUInfo": reflect.ValueOf(syscall.GetsockoptIPv6MTUInfo), - "GetsockoptIPv6Mreq": reflect.ValueOf(syscall.GetsockoptIPv6Mreq), - "GetsockoptInet4Addr": reflect.ValueOf(syscall.GetsockoptInet4Addr), - "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), - "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), - "Getuid": reflect.ValueOf(syscall.Getuid), - "Getwd": reflect.ValueOf(syscall.Getwd), - "HUPCL": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "ICANON": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "ICRNL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "IEXTEN": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "IFF_ALLMULTI": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "IFF_ALTPHYS": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "IFF_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IFF_LINK0": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "IFF_LINK1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "IFF_LINK2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "IFF_NOARP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "IFF_NOTRAILERS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IFF_OACTIVE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "IFF_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "IFF_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "IFF_SIMPLEX": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "IFT_1822": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "IFT_AAL5": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), - "IFT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), - "IFT_ARCNETPLUS": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), - "IFT_ATM": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), - "IFT_BRIDGE": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), - "IFT_CARP": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), - "IFT_CEPT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "IFT_DS3": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "IFT_ENC": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), - "IFT_EON": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), - "IFT_ETHER": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IFT_FAITH": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), - "IFT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "IFT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IFT_FRELAYDCE": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), - "IFT_GIF": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), - "IFT_HDH1822": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "IFT_HIPPI": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), - "IFT_HSSI": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), - "IFT_HY": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "IFT_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), - "IFT_IEEE8023ADLAG": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), - "IFT_ISDNBASIC": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "IFT_ISDNPRIMARY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "IFT_ISO88022LLC": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "IFT_ISO88023": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "IFT_ISO88024": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IFT_ISO88025": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IFT_ISO88026": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IFT_L2VLAN": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), - "IFT_LAPB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "IFT_LOCALTALK": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), - "IFT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IFT_MIOX25": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), - "IFT_MODEM": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), - "IFT_NSIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "IFT_OTHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IFT_P10": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "IFT_P80": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "IFT_PARA": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "IFT_PDP": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), - "IFT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), - "IFT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), - "IFT_PPP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "IFT_PROPMUX": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), - "IFT_PROPVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), - "IFT_PTPSERIAL": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "IFT_RS232": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "IFT_SDLC": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "IFT_SIP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "IFT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "IFT_SMDSDXI": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), - "IFT_SMDSICIP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), - "IFT_SONET": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), - "IFT_SONETPATH": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), - "IFT_SONETVT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), - "IFT_STARLAN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "IFT_STF": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), - "IFT_T1": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "IFT_ULTRA": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), - "IFT_V35": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), - "IFT_X25": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "IFT_X25DDN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IFT_X25PLE": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), - "IFT_XETHER": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IGNBRK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IGNCR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "IGNPAR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IMAXBEL": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "INLCR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "INPCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "IN_CLASSA_HOST": reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)), - "IN_CLASSA_MAX": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "IN_CLASSA_NET": reflect.ValueOf(constant.MakeFromLiteral("4278190080", token.INT, 0)), - "IN_CLASSA_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IN_CLASSB_HOST": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), - "IN_CLASSB_MAX": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), - "IN_CLASSB_NET": reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)), - "IN_CLASSB_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "IN_CLASSC_HOST": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), - "IN_CLASSC_NET": reflect.ValueOf(constant.MakeFromLiteral("4294967040", token.INT, 0)), - "IN_CLASSC_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IN_CLASSD_HOST": reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)), - "IN_CLASSD_NET": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), - "IN_CLASSD_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "IN_LINKLOCALNETNUM": reflect.ValueOf(constant.MakeFromLiteral("2851995648", token.INT, 0)), - "IN_LOOPBACKNET": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), - "IPPROTO_3PC": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "IPPROTO_ADFS": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), - "IPPROTO_AH": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), - "IPPROTO_AHIP": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), - "IPPROTO_APES": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), - "IPPROTO_ARGUS": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "IPPROTO_AX25": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), - "IPPROTO_BHA": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), - "IPPROTO_BLT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "IPPROTO_BRSATMON": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), - "IPPROTO_CFTP": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), - "IPPROTO_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "IPPROTO_CMTP": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), - "IPPROTO_CPHB": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), - "IPPROTO_CPNX": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), - "IPPROTO_DDP": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), - "IPPROTO_DGP": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), - "IPPROTO_DIVERT": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), - "IPPROTO_DONE": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), - "IPPROTO_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), - "IPPROTO_EGP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IPPROTO_EMCON": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "IPPROTO_ENCAP": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), - "IPPROTO_EON": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), - "IPPROTO_ESP": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), - "IPPROTO_ETHERIP": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), - "IPPROTO_FRAGMENT": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), - "IPPROTO_GGP": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "IPPROTO_GMTP": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), - "IPPROTO_GRE": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), - "IPPROTO_HELLO": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), - "IPPROTO_HMP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "IPPROTO_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPPROTO_ICMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IPPROTO_ICMPV6": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), - "IPPROTO_IDP": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "IPPROTO_IDPR": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), - "IPPROTO_IDRP": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), - "IPPROTO_IGMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "IPPROTO_IGP": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), - "IPPROTO_IGRP": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), - "IPPROTO_IL": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), - "IPPROTO_INLSP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), - "IPPROTO_INP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPPROTO_IPCOMP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), - "IPPROTO_IPCV": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), - "IPPROTO_IPEIP": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), - "IPPROTO_IPIP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IPPC": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), - "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "IPPROTO_IRTP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "IPPROTO_KRYPTOLAN": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), - "IPPROTO_LARP": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), - "IPPROTO_LEAF1": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), - "IPPROTO_LEAF2": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IPPROTO_MAX": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "IPPROTO_MAXID": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), - "IPPROTO_MEAS": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "IPPROTO_MHRP": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), - "IPPROTO_MICP": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), - "IPPROTO_MTP": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), - "IPPROTO_MUX": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "IPPROTO_ND": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), - "IPPROTO_NHRP": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), - "IPPROTO_NONE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), - "IPPROTO_NSP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "IPPROTO_NVPII": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "IPPROTO_OSPFIGP": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), - "IPPROTO_PGM": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), - "IPPROTO_PIGP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IPPROTO_PIM": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), - "IPPROTO_PRM": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "IPPROTO_PUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "IPPROTO_PVP": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), - "IPPROTO_RAW": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), - "IPPROTO_RCCMON": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IPPROTO_RDP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "IPPROTO_ROUTING": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), - "IPPROTO_RSVP": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), - "IPPROTO_RVD": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), - "IPPROTO_SATEXPAK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "IPPROTO_SATMON": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), - "IPPROTO_SCCSP": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), - "IPPROTO_SDRP": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), - "IPPROTO_SEP": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "IPPROTO_SRPC": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), - "IPPROTO_ST": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "IPPROTO_SVMTP": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), - "IPPROTO_SWIPE": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), - "IPPROTO_TCF": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), - "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IPPROTO_TP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), - "IPPROTO_TPXX": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), - "IPPROTO_TRUNK1": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "IPPROTO_TRUNK2": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IPPROTO_TTP": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), - "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "IPPROTO_VINES": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), - "IPPROTO_VISA": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), - "IPPROTO_VMTP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), - "IPPROTO_WBEXPAK": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), - "IPPROTO_WBMON": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), - "IPPROTO_WSN": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), - "IPPROTO_XNET": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "IPPROTO_XTP": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), - "IPV6_BINDV6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "IPV6_CHECKSUM": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IPV6_DEFAULT_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IPV6_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IPV6_DEFHLIM": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "IPV6_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "IPV6_FAITH": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), - "IPV6_FLOWINFO_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294967055", token.INT, 0)), - "IPV6_FLOWLABEL_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294905600", token.INT, 0)), - "IPV6_FRAGTTL": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), - "IPV6_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "IPV6_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "IPV6_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IPV6_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "IPV6_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "IPV6_HLIMDEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IPV6_HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "IPV6_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "IPV6_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "IPV6_LEAVE_GROUP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "IPV6_MAXHLIM": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), - "IPV6_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), - "IPV6_MMTU": reflect.ValueOf(constant.MakeFromLiteral("1280", token.INT, 0)), - "IPV6_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "IPV6_NEXTHOP": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "IPV6_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "IPV6_PKTOPTIONS": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), - "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "IPV6_RTHDR": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IPV6_RTHDR_LOOSE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPV6_RTHDR_STRICT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IPV6_RTHDR_TYPE_0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPV6_SOCKOPT_RESERVED1": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "IPV6_UNICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "IPV6_VERSION": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), - "IPV6_VERSION_MASK": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), - "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "IP_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IP_DEFAULT_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IP_DF": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "IP_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "IP_DUMMYNET_CONFIGURE": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), - "IP_DUMMYNET_DEL": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), - "IP_DUMMYNET_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), - "IP_DUMMYNET_GET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "IP_FAITH": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "IP_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), - "IP_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "IP_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), - "IP_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), - "IP_FW_RESETLOG": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), - "IP_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), - "IP_HDRINCL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "IP_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "IP_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), - "IP_MAX_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "IP_MF": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "IP_MSS": reflect.ValueOf(constant.MakeFromLiteral("576", token.INT, 0)), - "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "IP_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IP_MULTICAST_VIF": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "IP_NAT__XXX": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), - "IP_OFFMASK": reflect.ValueOf(constant.MakeFromLiteral("8191", token.INT, 0)), - "IP_OLD_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), - "IP_OLD_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), - "IP_OLD_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), - "IP_OLD_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), - "IP_OLD_FW_RESETLOG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), - "IP_OLD_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), - "IP_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IP_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "IP_RECVDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "IP_RECVIF": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "IP_RECVOPTS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "IP_RECVPKTINFO": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IP_RECVRETOPTS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IP_RECVTTL": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IP_RETOPTS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IP_RF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "IP_RSVP_OFF": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "IP_RSVP_ON": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "IP_RSVP_VIF_OFF": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "IP_RSVP_VIF_ON": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "IP_STRIPHDR": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "IP_TOS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "IP_TRAFFIC_MGT_BACKGROUND": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), - "IP_TTL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "ISIG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "ISTRIP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IUTF8": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "IXANY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "IXOFF": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "IXON": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), - "Issetugid": reflect.ValueOf(syscall.Issetugid), - "Kevent": reflect.ValueOf(syscall.Kevent), - "Kqueue": reflect.ValueOf(syscall.Kqueue), - "LOCK_EX": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "LOCK_NB": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "LOCK_SH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "LOCK_UN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "Lchown": reflect.ValueOf(syscall.Lchown), - "Link": reflect.ValueOf(syscall.Link), - "Listen": reflect.ValueOf(syscall.Listen), - "Lstat": reflect.ValueOf(syscall.Lstat), - "MADV_DONTNEED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "MADV_FREE": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "MADV_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "MADV_RANDOM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "MADV_SEQUENTIAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "MADV_WILLNEED": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "MAP_ANON": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "MAP_COPY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "MAP_FILE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "MAP_FIXED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "MAP_HASSEMAPHORE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "MAP_NOCACHE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "MAP_NOEXTEND": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "MAP_NORESERVE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "MAP_PRIVATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "MAP_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "MAP_RESERVED0080": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "MAP_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "MCL_CURRENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "MCL_FUTURE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "MSG_CTRUNC": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "MSG_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "MSG_DONTWAIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "MSG_EOF": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "MSG_EOR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "MSG_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "MSG_HAVEMORE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "MSG_HOLD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "MSG_NEEDSA": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), - "MSG_OOB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "MSG_PEEK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "MSG_RCVMORE": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "MSG_SEND": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "MSG_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "MSG_WAITALL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "MSG_WAITSTREAM": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "MS_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "MS_DEACTIVATE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "MS_INVALIDATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "MS_KILLPAGES": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "MS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "Mkdir": reflect.ValueOf(syscall.Mkdir), - "Mkfifo": reflect.ValueOf(syscall.Mkfifo), - "Mknod": reflect.ValueOf(syscall.Mknod), - "Mlock": reflect.ValueOf(syscall.Mlock), - "Mlockall": reflect.ValueOf(syscall.Mlockall), - "Mmap": reflect.ValueOf(syscall.Mmap), - "Mprotect": reflect.ValueOf(syscall.Mprotect), - "Munlock": reflect.ValueOf(syscall.Munlock), - "Munlockall": reflect.ValueOf(syscall.Munlockall), - "Munmap": reflect.ValueOf(syscall.Munmap), - "NAME_MAX": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), - "NET_RT_DUMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "NET_RT_DUMP2": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "NET_RT_FLAGS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "NET_RT_IFLIST2": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "NET_RT_MAXID": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "NET_RT_STAT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "NET_RT_TRASH": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "NOFLSH": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), - "NOTE_ABSOLUTE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "NOTE_ATTRIB": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "NOTE_CHILD": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "NOTE_DELETE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "NOTE_EXEC": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), - "NOTE_EXIT": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), - "NOTE_EXTEND": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "NOTE_FORK": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), - "NOTE_LINK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "NOTE_LOWAT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "NOTE_NSECONDS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "NOTE_PCTRLMASK": reflect.ValueOf(constant.MakeFromLiteral("-1048576", token.INT, 0)), - "NOTE_PDATAMASK": reflect.ValueOf(constant.MakeFromLiteral("1048575", token.INT, 0)), - "NOTE_REAP": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), - "NOTE_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "NOTE_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "NOTE_SECONDS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "NOTE_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)), - "NOTE_TRACK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "NOTE_TRACKERR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "NOTE_USECONDS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "NOTE_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), - "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), - "OCRNL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "OFDEL": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), - "OFILL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "ONLCR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "ONLRET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "ONOCR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "ONOEOT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "OPOST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "O_ALERT": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), - "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), - "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "O_DIRECTORY": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), - "O_EVTONLY": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "O_EXLOCK": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "O_NOCTTY": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), - "O_NOFOLLOW": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "O_POPUP": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), - "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "O_SHLOCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "O_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), - "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "Open": reflect.ValueOf(syscall.Open), - "PARENB": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "PARMRK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "PARODD": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "PENDIN": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), - "PRIO_PGRP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "PRIO_PROCESS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "PRIO_USER": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "PROT_EXEC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "PROT_NONE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "PROT_READ": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "PROT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "PTRACE_CONT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "PTRACE_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "PTRACE_TRACEME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "PT_ATTACH": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "PT_ATTACHEXC": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "PT_CONTINUE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "PT_DENY_ATTACH": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "PT_DETACH": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "PT_FIRSTMACH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "PT_FORCEQUOTA": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "PT_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "PT_READ_D": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "PT_READ_I": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "PT_READ_U": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "PT_SIGEXC": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "PT_STEP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "PT_THUPDATE": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "PT_TRACE_ME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "PT_WRITE_D": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "PT_WRITE_I": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "PT_WRITE_U": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "ParseDirent": reflect.ValueOf(syscall.ParseDirent), - "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), - "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), - "ParseSocketControlMessage": reflect.ValueOf(syscall.ParseSocketControlMessage), - "ParseUnixRights": reflect.ValueOf(syscall.ParseUnixRights), - "Pathconf": reflect.ValueOf(syscall.Pathconf), - "Pipe": reflect.ValueOf(syscall.Pipe), - "Pread": reflect.ValueOf(syscall.Pread), - "Pwrite": reflect.ValueOf(syscall.Pwrite), - "RLIMIT_AS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "RLIMIT_CORE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "RLIMIT_CPU": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "RLIMIT_DATA": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "RLIMIT_FSIZE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "RLIMIT_NOFILE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "RLIMIT_STACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "RLIM_INFINITY": reflect.ValueOf(constant.MakeFromLiteral("9223372036854775807", token.INT, 0)), - "RTAX_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "RTAX_BRD": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "RTAX_DST": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "RTAX_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "RTAX_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "RTAX_IFA": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "RTAX_IFP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "RTAX_MAX": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "RTAX_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "RTA_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "RTA_BRD": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "RTA_DST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "RTA_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "RTA_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "RTA_IFA": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "RTA_IFP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "RTA_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "RTF_BLACKHOLE": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "RTF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), - "RTF_CLONING": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "RTF_CONDEMNED": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), - "RTF_DELCLONE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "RTF_DONE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "RTF_DYNAMIC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "RTF_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "RTF_HOST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "RTF_IFREF": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), - "RTF_IFSCOPE": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), - "RTF_LLINFO": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "RTF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), - "RTF_MODIFIED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "RTF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), - "RTF_PINNED": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), - "RTF_PRCLONING": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), - "RTF_PROTO1": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "RTF_PROTO2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "RTF_PROTO3": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), - "RTF_REJECT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "RTF_STATIC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "RTF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "RTF_WASCLONED": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), - "RTF_XRESOLVE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "RTM_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "RTM_CHANGE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "RTM_DELADDR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "RTM_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "RTM_DELMADDR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "RTM_GET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "RTM_GET2": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "RTM_IFINFO": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "RTM_IFINFO2": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "RTM_LOCK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "RTM_LOSING": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "RTM_MISS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "RTM_NEWADDR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "RTM_NEWMADDR": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "RTM_NEWMADDR2": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "RTM_OLDADD": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "RTM_OLDDEL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "RTM_REDIRECT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "RTM_RESOLVE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "RTM_RTTUNIT": reflect.ValueOf(constant.MakeFromLiteral("1000000", token.INT, 0)), - "RTM_VERSION": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "RTV_EXPIRE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "RTV_HOPCOUNT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "RTV_MTU": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "RTV_RPIPE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "RTV_RTT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "RTV_RTTVAR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "RTV_SPIPE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "RTV_SSTHRESH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "RUSAGE_CHILDREN": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), - "RUSAGE_SELF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "Read": reflect.ValueOf(syscall.Read), - "ReadDirent": reflect.ValueOf(syscall.ReadDirent), - "Readlink": reflect.ValueOf(syscall.Readlink), - "Recvfrom": reflect.ValueOf(syscall.Recvfrom), - "Recvmsg": reflect.ValueOf(syscall.Recvmsg), - "Rename": reflect.ValueOf(syscall.Rename), - "Revoke": reflect.ValueOf(syscall.Revoke), - "Rmdir": reflect.ValueOf(syscall.Rmdir), - "RouteRIB": reflect.ValueOf(syscall.RouteRIB), - "SCM_CREDS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "SCM_RIGHTS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SCM_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SHUT_RD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "SHUT_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SHUT_WR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SIGABRT": reflect.ValueOf(syscall.SIGABRT), - "SIGALRM": reflect.ValueOf(syscall.SIGALRM), - "SIGBUS": reflect.ValueOf(syscall.SIGBUS), - "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), - "SIGCONT": reflect.ValueOf(syscall.SIGCONT), - "SIGEMT": reflect.ValueOf(syscall.SIGEMT), - "SIGFPE": reflect.ValueOf(syscall.SIGFPE), - "SIGHUP": reflect.ValueOf(syscall.SIGHUP), - "SIGILL": reflect.ValueOf(syscall.SIGILL), - "SIGINFO": reflect.ValueOf(syscall.SIGINFO), - "SIGINT": reflect.ValueOf(syscall.SIGINT), - "SIGIO": reflect.ValueOf(syscall.SIGIO), - "SIGIOT": reflect.ValueOf(syscall.SIGIOT), - "SIGKILL": reflect.ValueOf(syscall.SIGKILL), - "SIGPIPE": reflect.ValueOf(syscall.SIGPIPE), - "SIGPROF": reflect.ValueOf(syscall.SIGPROF), - "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), - "SIGSEGV": reflect.ValueOf(syscall.SIGSEGV), - "SIGSTOP": reflect.ValueOf(syscall.SIGSTOP), - "SIGSYS": reflect.ValueOf(syscall.SIGSYS), - "SIGTERM": reflect.ValueOf(syscall.SIGTERM), - "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), - "SIGTSTP": reflect.ValueOf(syscall.SIGTSTP), - "SIGTTIN": reflect.ValueOf(syscall.SIGTTIN), - "SIGTTOU": reflect.ValueOf(syscall.SIGTTOU), - "SIGURG": reflect.ValueOf(syscall.SIGURG), - "SIGUSR1": reflect.ValueOf(syscall.SIGUSR1), - "SIGUSR2": reflect.ValueOf(syscall.SIGUSR2), - "SIGVTALRM": reflect.ValueOf(syscall.SIGVTALRM), - "SIGWINCH": reflect.ValueOf(syscall.SIGWINCH), - "SIGXCPU": reflect.ValueOf(syscall.SIGXCPU), - "SIGXFSZ": reflect.ValueOf(syscall.SIGXFSZ), - "SIOCADDMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607729", token.INT, 0)), - "SIOCAIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704858", token.INT, 0)), - "SIOCALIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860637", token.INT, 0)), - "SIOCARPIPLL": reflect.ValueOf(constant.MakeFromLiteral("3223349544", token.INT, 0)), - "SIOCATMARK": reflect.ValueOf(constant.MakeFromLiteral("1074033415", token.INT, 0)), - "SIOCAUTOADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349542", token.INT, 0)), - "SIOCAUTONETMASK": reflect.ValueOf(constant.MakeFromLiteral("2149607719", token.INT, 0)), - "SIOCDELMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607730", token.INT, 0)), - "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607705", token.INT, 0)), - "SIOCDIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607745", token.INT, 0)), - "SIOCDLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860639", token.INT, 0)), - "SIOCGETSGCNT": reflect.ValueOf(constant.MakeFromLiteral("3222565404", token.INT, 0)), - "SIOCGETVIFCNT": reflect.ValueOf(constant.MakeFromLiteral("3222565403", token.INT, 0)), - "SIOCGETVLAN": reflect.ValueOf(constant.MakeFromLiteral("3223349631", token.INT, 0)), - "SIOCGHIWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033409", token.INT, 0)), - "SIOCGIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349537", token.INT, 0)), - "SIOCGIFALTMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349576", token.INT, 0)), - "SIOCGIFASYNCMAP": reflect.ValueOf(constant.MakeFromLiteral("3223349628", token.INT, 0)), - "SIOCGIFBOND": reflect.ValueOf(constant.MakeFromLiteral("3223349575", token.INT, 0)), - "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349539", token.INT, 0)), - "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3221776676", token.INT, 0)), - "SIOCGIFDEVMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349572", token.INT, 0)), - "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349538", token.INT, 0)), - "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349521", token.INT, 0)), - "SIOCGIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("3223349562", token.INT, 0)), - "SIOCGIFKPI": reflect.ValueOf(constant.MakeFromLiteral("3223349639", token.INT, 0)), - "SIOCGIFMAC": reflect.ValueOf(constant.MakeFromLiteral("3223349634", token.INT, 0)), - "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3223873848", token.INT, 0)), - "SIOCGIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("3223349527", token.INT, 0)), - "SIOCGIFMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349555", token.INT, 0)), - "SIOCGIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("3223349541", token.INT, 0)), - "SIOCGIFPDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349568", token.INT, 0)), - "SIOCGIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("3223349557", token.INT, 0)), - "SIOCGIFPSRCADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349567", token.INT, 0)), - "SIOCGIFSTATUS": reflect.ValueOf(constant.MakeFromLiteral("3274795325", token.INT, 0)), - "SIOCGIFVLAN": reflect.ValueOf(constant.MakeFromLiteral("3223349631", token.INT, 0)), - "SIOCGLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602462", token.INT, 0)), - "SIOCGLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602499", token.INT, 0)), - "SIOCGLOWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033411", token.INT, 0)), - "SIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033417", token.INT, 0)), - "SIOCIFCREATE": reflect.ValueOf(constant.MakeFromLiteral("3223349624", token.INT, 0)), - "SIOCIFDESTROY": reflect.ValueOf(constant.MakeFromLiteral("2149607801", token.INT, 0)), - "SIOCRSLVMULTI": reflect.ValueOf(constant.MakeFromLiteral("3221776699", token.INT, 0)), - "SIOCSETVLAN": reflect.ValueOf(constant.MakeFromLiteral("2149607806", token.INT, 0)), - "SIOCSHIWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775232", token.INT, 0)), - "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607692", token.INT, 0)), - "SIOCSIFALTMTU": reflect.ValueOf(constant.MakeFromLiteral("2149607749", token.INT, 0)), - "SIOCSIFASYNCMAP": reflect.ValueOf(constant.MakeFromLiteral("2149607805", token.INT, 0)), - "SIOCSIFBOND": reflect.ValueOf(constant.MakeFromLiteral("2149607750", token.INT, 0)), - "SIOCSIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607699", token.INT, 0)), - "SIOCSIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607694", token.INT, 0)), - "SIOCSIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2149607696", token.INT, 0)), - "SIOCSIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("2149607737", token.INT, 0)), - "SIOCSIFKPI": reflect.ValueOf(constant.MakeFromLiteral("2149607814", token.INT, 0)), - "SIOCSIFLLADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607740", token.INT, 0)), - "SIOCSIFMAC": reflect.ValueOf(constant.MakeFromLiteral("2149607811", token.INT, 0)), - "SIOCSIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3223349559", token.INT, 0)), - "SIOCSIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("2149607704", token.INT, 0)), - "SIOCSIFMTU": reflect.ValueOf(constant.MakeFromLiteral("2149607732", token.INT, 0)), - "SIOCSIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("2149607702", token.INT, 0)), - "SIOCSIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704894", token.INT, 0)), - "SIOCSIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("2149607734", token.INT, 0)), - "SIOCSIFVLAN": reflect.ValueOf(constant.MakeFromLiteral("2149607806", token.INT, 0)), - "SIOCSLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860674", token.INT, 0)), - "SIOCSLOWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775234", token.INT, 0)), - "SIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775240", token.INT, 0)), - "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SOCK_MAXADDRLEN": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), - "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "SOCK_RDM": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), - "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "SO_ACCEPTCONN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "SO_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SO_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "SO_DONTTRUNC": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("4103", token.INT, 0)), - "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SO_LABEL": reflect.ValueOf(constant.MakeFromLiteral("4112", token.INT, 0)), - "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "SO_LINGER_SEC": reflect.ValueOf(constant.MakeFromLiteral("4224", token.INT, 0)), - "SO_NKE": reflect.ValueOf(constant.MakeFromLiteral("4129", token.INT, 0)), - "SO_NOADDRERR": reflect.ValueOf(constant.MakeFromLiteral("4131", token.INT, 0)), - "SO_NOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("4130", token.INT, 0)), - "SO_NOTIFYCONFLICT": reflect.ValueOf(constant.MakeFromLiteral("4134", token.INT, 0)), - "SO_NREAD": reflect.ValueOf(constant.MakeFromLiteral("4128", token.INT, 0)), - "SO_NWRITE": reflect.ValueOf(constant.MakeFromLiteral("4132", token.INT, 0)), - "SO_OOBINLINE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "SO_PEERLABEL": reflect.ValueOf(constant.MakeFromLiteral("4113", token.INT, 0)), - "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("4098", token.INT, 0)), - "SO_RCVLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4100", token.INT, 0)), - "SO_RCVTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4102", token.INT, 0)), - "SO_RESTRICTIONS": reflect.ValueOf(constant.MakeFromLiteral("4225", token.INT, 0)), - "SO_RESTRICT_DENYIN": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SO_RESTRICT_DENYOUT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SO_RESTRICT_DENYSET": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), - "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "SO_REUSESHAREUID": reflect.ValueOf(constant.MakeFromLiteral("4133", token.INT, 0)), - "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("4097", token.INT, 0)), - "SO_SNDLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4099", token.INT, 0)), - "SO_SNDTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4101", token.INT, 0)), - "SO_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)), - "SO_UPCALLCLOSEWAIT": reflect.ValueOf(constant.MakeFromLiteral("4135", token.INT, 0)), - "SO_USELOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "SO_WANTMORE": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "SO_WANTOOBFLAG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "SYS_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "SYS_ACCEPT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("404", token.INT, 0)), - "SYS_ACCESS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "SYS_ACCESS_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("284", token.INT, 0)), - "SYS_ACCT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), - "SYS_ADD_PROFIL": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), - "SYS_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), - "SYS_AIO_CANCEL": reflect.ValueOf(constant.MakeFromLiteral("316", token.INT, 0)), - "SYS_AIO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("317", token.INT, 0)), - "SYS_AIO_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("313", token.INT, 0)), - "SYS_AIO_READ": reflect.ValueOf(constant.MakeFromLiteral("318", token.INT, 0)), - "SYS_AIO_RETURN": reflect.ValueOf(constant.MakeFromLiteral("314", token.INT, 0)), - "SYS_AIO_SUSPEND": reflect.ValueOf(constant.MakeFromLiteral("315", token.INT, 0)), - "SYS_AIO_SUSPEND_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("421", token.INT, 0)), - "SYS_AIO_WRITE": reflect.ValueOf(constant.MakeFromLiteral("319", token.INT, 0)), - "SYS_ATGETMSG": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), - "SYS_ATPGETREQ": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), - "SYS_ATPGETRSP": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), - "SYS_ATPSNDREQ": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), - "SYS_ATPSNDRSP": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), - "SYS_ATPUTMSG": reflect.ValueOf(constant.MakeFromLiteral("208", token.INT, 0)), - "SYS_ATSOCKET": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), - "SYS_AUDIT": reflect.ValueOf(constant.MakeFromLiteral("350", token.INT, 0)), - "SYS_AUDITCTL": reflect.ValueOf(constant.MakeFromLiteral("359", token.INT, 0)), - "SYS_AUDITON": reflect.ValueOf(constant.MakeFromLiteral("351", token.INT, 0)), - "SYS_BIND": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), - "SYS_BSDTHREAD_CREATE": reflect.ValueOf(constant.MakeFromLiteral("360", token.INT, 0)), - "SYS_BSDTHREAD_REGISTER": reflect.ValueOf(constant.MakeFromLiteral("366", token.INT, 0)), - "SYS_BSDTHREAD_TERMINATE": reflect.ValueOf(constant.MakeFromLiteral("361", token.INT, 0)), - "SYS_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "SYS_CHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "SYS_CHMOD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "SYS_CHMOD_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("282", token.INT, 0)), - "SYS_CHOWN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "SYS_CHROOT": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), - "SYS_CHUD": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), - "SYS_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "SYS_CLOSE_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("399", token.INT, 0)), - "SYS_CONNECT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), - "SYS_CONNECT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("409", token.INT, 0)), - "SYS_COPYFILE": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), - "SYS_CSOPS": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), - "SYS_DELETE": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), - "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "SYS_DUP2": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), - "SYS_EXCHANGEDATA": reflect.ValueOf(constant.MakeFromLiteral("223", token.INT, 0)), - "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), - "SYS_EXIT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SYS_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "SYS_FCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), - "SYS_FCHMOD": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), - "SYS_FCHMOD_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("283", token.INT, 0)), - "SYS_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), - "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), - "SYS_FCNTL_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("406", token.INT, 0)), - "SYS_FGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("235", token.INT, 0)), - "SYS_FHOPEN": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), - "SYS_FLISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), - "SYS_FLOCK": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), - "SYS_FORK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SYS_FPATHCONF": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), - "SYS_FREMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("239", token.INT, 0)), - "SYS_FSCTL": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), - "SYS_FSETXATTR": reflect.ValueOf(constant.MakeFromLiteral("237", token.INT, 0)), - "SYS_FSTAT": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), - "SYS_FSTAT64": reflect.ValueOf(constant.MakeFromLiteral("339", token.INT, 0)), - "SYS_FSTAT64_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("343", token.INT, 0)), - "SYS_FSTATFS": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), - "SYS_FSTATFS64": reflect.ValueOf(constant.MakeFromLiteral("346", token.INT, 0)), - "SYS_FSTATV": reflect.ValueOf(constant.MakeFromLiteral("219", token.INT, 0)), - "SYS_FSTAT_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("281", token.INT, 0)), - "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), - "SYS_FSYNC_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("408", token.INT, 0)), - "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), - "SYS_FUTIMES": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), - "SYS_GETATTRLIST": reflect.ValueOf(constant.MakeFromLiteral("220", token.INT, 0)), - "SYS_GETAUDIT": reflect.ValueOf(constant.MakeFromLiteral("355", token.INT, 0)), - "SYS_GETAUDIT_ADDR": reflect.ValueOf(constant.MakeFromLiteral("357", token.INT, 0)), - "SYS_GETAUID": reflect.ValueOf(constant.MakeFromLiteral("353", token.INT, 0)), - "SYS_GETDIRENTRIES": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), - "SYS_GETDIRENTRIES64": reflect.ValueOf(constant.MakeFromLiteral("344", token.INT, 0)), - "SYS_GETDIRENTRIESATTR": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), - "SYS_GETDTABLESIZE": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), - "SYS_GETEGID": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), - "SYS_GETEUID": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), - "SYS_GETFH": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), - "SYS_GETFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "SYS_GETFSSTAT64": reflect.ValueOf(constant.MakeFromLiteral("347", token.INT, 0)), - "SYS_GETGID": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), - "SYS_GETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), - "SYS_GETHOSTUUID": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), - "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), - "SYS_GETLCID": reflect.ValueOf(constant.MakeFromLiteral("395", token.INT, 0)), - "SYS_GETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), - "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("151", token.INT, 0)), - "SYS_GETPGRP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), - "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), - "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), - "SYS_GETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), - "SYS_GETRUSAGE": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), - "SYS_GETSGROUPS": reflect.ValueOf(constant.MakeFromLiteral("288", token.INT, 0)), - "SYS_GETSID": reflect.ValueOf(constant.MakeFromLiteral("310", token.INT, 0)), - "SYS_GETSOCKNAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "SYS_GETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), - "SYS_GETTID": reflect.ValueOf(constant.MakeFromLiteral("286", token.INT, 0)), - "SYS_GETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), - "SYS_GETUID": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "SYS_GETWGROUPS": reflect.ValueOf(constant.MakeFromLiteral("290", token.INT, 0)), - "SYS_GETXATTR": reflect.ValueOf(constant.MakeFromLiteral("234", token.INT, 0)), - "SYS_IDENTITYSVC": reflect.ValueOf(constant.MakeFromLiteral("293", token.INT, 0)), - "SYS_INITGROUPS": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), - "SYS_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), - "SYS_IOPOLICYSYS": reflect.ValueOf(constant.MakeFromLiteral("322", token.INT, 0)), - "SYS_ISSETUGID": reflect.ValueOf(constant.MakeFromLiteral("327", token.INT, 0)), - "SYS_KDEBUG_TRACE": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), - "SYS_KEVENT": reflect.ValueOf(constant.MakeFromLiteral("363", token.INT, 0)), - "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), - "SYS_KQUEUE": reflect.ValueOf(constant.MakeFromLiteral("362", token.INT, 0)), - "SYS_KQUEUE_FROM_PORTSET_NP": reflect.ValueOf(constant.MakeFromLiteral("214", token.INT, 0)), - "SYS_KQUEUE_PORTSET_NP": reflect.ValueOf(constant.MakeFromLiteral("215", token.INT, 0)), - "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("364", token.INT, 0)), - "SYS_LINK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "SYS_LIO_LISTIO": reflect.ValueOf(constant.MakeFromLiteral("320", token.INT, 0)), - "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), - "SYS_LISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), - "SYS_LSEEK": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), - "SYS_LSTAT": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), - "SYS_LSTAT64": reflect.ValueOf(constant.MakeFromLiteral("340", token.INT, 0)), - "SYS_LSTAT64_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("342", token.INT, 0)), - "SYS_LSTATV": reflect.ValueOf(constant.MakeFromLiteral("218", token.INT, 0)), - "SYS_LSTAT_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("280", token.INT, 0)), - "SYS_MADVISE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), - "SYS_MAXSYSCALL": reflect.ValueOf(constant.MakeFromLiteral("427", token.INT, 0)), - "SYS_MINCORE": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), - "SYS_MINHERIT": reflect.ValueOf(constant.MakeFromLiteral("250", token.INT, 0)), - "SYS_MKCOMPLEX": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), - "SYS_MKDIR": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), - "SYS_MKDIR_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("292", token.INT, 0)), - "SYS_MKFIFO": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), - "SYS_MKFIFO_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("291", token.INT, 0)), - "SYS_MKNOD": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "SYS_MLOCK": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), - "SYS_MLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("324", token.INT, 0)), - "SYS_MMAP": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), - "SYS_MODWATCH": reflect.ValueOf(constant.MakeFromLiteral("233", token.INT, 0)), - "SYS_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), - "SYS_MPROTECT": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), - "SYS_MSGCTL": reflect.ValueOf(constant.MakeFromLiteral("258", token.INT, 0)), - "SYS_MSGGET": reflect.ValueOf(constant.MakeFromLiteral("259", token.INT, 0)), - "SYS_MSGRCV": reflect.ValueOf(constant.MakeFromLiteral("261", token.INT, 0)), - "SYS_MSGRCV_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("419", token.INT, 0)), - "SYS_MSGSND": reflect.ValueOf(constant.MakeFromLiteral("260", token.INT, 0)), - "SYS_MSGSND_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("418", token.INT, 0)), - "SYS_MSGSYS": reflect.ValueOf(constant.MakeFromLiteral("252", token.INT, 0)), - "SYS_MSYNC": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), - "SYS_MSYNC_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("405", token.INT, 0)), - "SYS_MUNLOCK": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), - "SYS_MUNLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("325", token.INT, 0)), - "SYS_MUNMAP": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), - "SYS_NFSCLNT": reflect.ValueOf(constant.MakeFromLiteral("247", token.INT, 0)), - "SYS_NFSSVC": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), - "SYS_OBREAK": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "SYS_OGETFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "SYS_OPEN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "SYS_OPEN_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("277", token.INT, 0)), - "SYS_OPEN_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("398", token.INT, 0)), - "SYS_OVADVISE": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), - "SYS_PATHCONF": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), - "SYS_PIPE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), - "SYS_POLL": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), - "SYS_POLL_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("417", token.INT, 0)), - "SYS_POSIX_SPAWN": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), - "SYS_PREAD": reflect.ValueOf(constant.MakeFromLiteral("153", token.INT, 0)), - "SYS_PREAD_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("414", token.INT, 0)), - "SYS_PROC_INFO": reflect.ValueOf(constant.MakeFromLiteral("336", token.INT, 0)), - "SYS_PROFIL": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), - "SYS_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "SYS_PWRITE": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), - "SYS_PWRITE_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("415", token.INT, 0)), - "SYS_QUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), - "SYS_READ": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "SYS_READLINK": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), - "SYS_READV": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), - "SYS_READV_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("411", token.INT, 0)), - "SYS_READ_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("396", token.INT, 0)), - "SYS_REBOOT": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), - "SYS_RECVFROM": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), - "SYS_RECVFROM_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("403", token.INT, 0)), - "SYS_RECVMSG": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "SYS_RECVMSG_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("401", token.INT, 0)), - "SYS_REMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("238", token.INT, 0)), - "SYS_RENAME": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "SYS_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), - "SYS_RMDIR": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), - "SYS_SBRK": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), - "SYS_SEARCHFS": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), - "SYS_SELECT": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), - "SYS_SELECT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("407", token.INT, 0)), - "SYS_SEMCTL": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), - "SYS_SEMGET": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), - "SYS_SEMOP": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "SYS_SEMSYS": reflect.ValueOf(constant.MakeFromLiteral("251", token.INT, 0)), - "SYS_SEM_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("269", token.INT, 0)), - "SYS_SEM_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("276", token.INT, 0)), - "SYS_SEM_GETVALUE": reflect.ValueOf(constant.MakeFromLiteral("274", token.INT, 0)), - "SYS_SEM_INIT": reflect.ValueOf(constant.MakeFromLiteral("275", token.INT, 0)), - "SYS_SEM_OPEN": reflect.ValueOf(constant.MakeFromLiteral("268", token.INT, 0)), - "SYS_SEM_POST": reflect.ValueOf(constant.MakeFromLiteral("273", token.INT, 0)), - "SYS_SEM_TRYWAIT": reflect.ValueOf(constant.MakeFromLiteral("272", token.INT, 0)), - "SYS_SEM_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("270", token.INT, 0)), - "SYS_SEM_WAIT": reflect.ValueOf(constant.MakeFromLiteral("271", token.INT, 0)), - "SYS_SEM_WAIT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("420", token.INT, 0)), - "SYS_SENDFILE": reflect.ValueOf(constant.MakeFromLiteral("337", token.INT, 0)), - "SYS_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "SYS_SENDMSG_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("402", token.INT, 0)), - "SYS_SENDTO": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), - "SYS_SENDTO_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("413", token.INT, 0)), - "SYS_SETATTRLIST": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), - "SYS_SETAUDIT": reflect.ValueOf(constant.MakeFromLiteral("356", token.INT, 0)), - "SYS_SETAUDIT_ADDR": reflect.ValueOf(constant.MakeFromLiteral("358", token.INT, 0)), - "SYS_SETAUID": reflect.ValueOf(constant.MakeFromLiteral("354", token.INT, 0)), - "SYS_SETEGID": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), - "SYS_SETEUID": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), - "SYS_SETGID": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), - "SYS_SETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), - "SYS_SETITIMER": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), - "SYS_SETLCID": reflect.ValueOf(constant.MakeFromLiteral("394", token.INT, 0)), - "SYS_SETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), - "SYS_SETPGID": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), - "SYS_SETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), - "SYS_SETPRIVEXEC": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), - "SYS_SETREGID": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), - "SYS_SETREUID": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), - "SYS_SETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), - "SYS_SETSGROUPS": reflect.ValueOf(constant.MakeFromLiteral("287", token.INT, 0)), - "SYS_SETSID": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), - "SYS_SETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), - "SYS_SETTID": reflect.ValueOf(constant.MakeFromLiteral("285", token.INT, 0)), - "SYS_SETTID_WITH_PID": reflect.ValueOf(constant.MakeFromLiteral("311", token.INT, 0)), - "SYS_SETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), - "SYS_SETUID": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "SYS_SETWGROUPS": reflect.ValueOf(constant.MakeFromLiteral("289", token.INT, 0)), - "SYS_SETXATTR": reflect.ValueOf(constant.MakeFromLiteral("236", token.INT, 0)), - "SYS_SHARED_REGION_CHECK_NP": reflect.ValueOf(constant.MakeFromLiteral("294", token.INT, 0)), - "SYS_SHARED_REGION_MAP_NP": reflect.ValueOf(constant.MakeFromLiteral("295", token.INT, 0)), - "SYS_SHMAT": reflect.ValueOf(constant.MakeFromLiteral("262", token.INT, 0)), - "SYS_SHMCTL": reflect.ValueOf(constant.MakeFromLiteral("263", token.INT, 0)), - "SYS_SHMDT": reflect.ValueOf(constant.MakeFromLiteral("264", token.INT, 0)), - "SYS_SHMGET": reflect.ValueOf(constant.MakeFromLiteral("265", token.INT, 0)), - "SYS_SHMSYS": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), - "SYS_SHM_OPEN": reflect.ValueOf(constant.MakeFromLiteral("266", token.INT, 0)), - "SYS_SHM_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("267", token.INT, 0)), - "SYS_SHUTDOWN": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), - "SYS_SIGACTION": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), - "SYS_SIGALTSTACK": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), - "SYS_SIGPENDING": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), - "SYS_SIGPROCMASK": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), - "SYS_SIGRETURN": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), - "SYS_SIGSUSPEND": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), - "SYS_SIGSUSPEND_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("410", token.INT, 0)), - "SYS_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), - "SYS_SOCKETPAIR": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), - "SYS_SSTK": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), - "SYS_STACK_SNAPSHOT": reflect.ValueOf(constant.MakeFromLiteral("365", token.INT, 0)), - "SYS_STAT": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), - "SYS_STAT64": reflect.ValueOf(constant.MakeFromLiteral("338", token.INT, 0)), - "SYS_STAT64_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("341", token.INT, 0)), - "SYS_STATFS": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), - "SYS_STATFS64": reflect.ValueOf(constant.MakeFromLiteral("345", token.INT, 0)), - "SYS_STATV": reflect.ValueOf(constant.MakeFromLiteral("217", token.INT, 0)), - "SYS_STAT_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("279", token.INT, 0)), - "SYS_SWAPON": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), - "SYS_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), - "SYS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), - "SYS_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "SYS_TABLE": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), - "SYS_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), - "SYS_UMASK": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), - "SYS_UMASK_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("278", token.INT, 0)), - "SYS_UNDELETE": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), - "SYS_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "SYS_UNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("159", token.INT, 0)), - "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), - "SYS_VFORK": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), - "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "SYS_WAIT4_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("400", token.INT, 0)), - "SYS_WAITEVENT": reflect.ValueOf(constant.MakeFromLiteral("232", token.INT, 0)), - "SYS_WAITID": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), - "SYS_WAITID_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("416", token.INT, 0)), - "SYS_WATCHEVENT": reflect.ValueOf(constant.MakeFromLiteral("231", token.INT, 0)), - "SYS_WORKQ_OPEN": reflect.ValueOf(constant.MakeFromLiteral("367", token.INT, 0)), - "SYS_WORKQ_OPS": reflect.ValueOf(constant.MakeFromLiteral("368", token.INT, 0)), - "SYS_WRITE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "SYS_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), - "SYS_WRITEV_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("412", token.INT, 0)), - "SYS_WRITE_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("397", token.INT, 0)), - "SYS___DISABLE_THREADSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("331", token.INT, 0)), - "SYS___MAC_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("380", token.INT, 0)), - "SYS___MAC_GETFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("426", token.INT, 0)), - "SYS___MAC_GET_FD": reflect.ValueOf(constant.MakeFromLiteral("388", token.INT, 0)), - "SYS___MAC_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("382", token.INT, 0)), - "SYS___MAC_GET_LCID": reflect.ValueOf(constant.MakeFromLiteral("391", token.INT, 0)), - "SYS___MAC_GET_LCTX": reflect.ValueOf(constant.MakeFromLiteral("392", token.INT, 0)), - "SYS___MAC_GET_LINK": reflect.ValueOf(constant.MakeFromLiteral("384", token.INT, 0)), - "SYS___MAC_GET_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("425", token.INT, 0)), - "SYS___MAC_GET_PID": reflect.ValueOf(constant.MakeFromLiteral("390", token.INT, 0)), - "SYS___MAC_GET_PROC": reflect.ValueOf(constant.MakeFromLiteral("386", token.INT, 0)), - "SYS___MAC_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("424", token.INT, 0)), - "SYS___MAC_SET_FD": reflect.ValueOf(constant.MakeFromLiteral("389", token.INT, 0)), - "SYS___MAC_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("383", token.INT, 0)), - "SYS___MAC_SET_LCTX": reflect.ValueOf(constant.MakeFromLiteral("393", token.INT, 0)), - "SYS___MAC_SET_LINK": reflect.ValueOf(constant.MakeFromLiteral("385", token.INT, 0)), - "SYS___MAC_SET_PROC": reflect.ValueOf(constant.MakeFromLiteral("387", token.INT, 0)), - "SYS___MAC_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("381", token.INT, 0)), - "SYS___PTHREAD_CANCELED": reflect.ValueOf(constant.MakeFromLiteral("333", token.INT, 0)), - "SYS___PTHREAD_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("348", token.INT, 0)), - "SYS___PTHREAD_COND_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("308", token.INT, 0)), - "SYS___PTHREAD_COND_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("307", token.INT, 0)), - "SYS___PTHREAD_COND_INIT": reflect.ValueOf(constant.MakeFromLiteral("306", token.INT, 0)), - "SYS___PTHREAD_COND_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("309", token.INT, 0)), - "SYS___PTHREAD_COND_TIMEDWAIT": reflect.ValueOf(constant.MakeFromLiteral("312", token.INT, 0)), - "SYS___PTHREAD_COND_WAIT": reflect.ValueOf(constant.MakeFromLiteral("321", token.INT, 0)), - "SYS___PTHREAD_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("349", token.INT, 0)), - "SYS___PTHREAD_KILL": reflect.ValueOf(constant.MakeFromLiteral("328", token.INT, 0)), - "SYS___PTHREAD_MARKCANCEL": reflect.ValueOf(constant.MakeFromLiteral("332", token.INT, 0)), - "SYS___PTHREAD_MUTEX_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("301", token.INT, 0)), - "SYS___PTHREAD_MUTEX_INIT": reflect.ValueOf(constant.MakeFromLiteral("302", token.INT, 0)), - "SYS___PTHREAD_MUTEX_LOCK": reflect.ValueOf(constant.MakeFromLiteral("303", token.INT, 0)), - "SYS___PTHREAD_MUTEX_TRYLOCK": reflect.ValueOf(constant.MakeFromLiteral("304", token.INT, 0)), - "SYS___PTHREAD_MUTEX_UNLOCK": reflect.ValueOf(constant.MakeFromLiteral("305", token.INT, 0)), - "SYS___PTHREAD_SIGMASK": reflect.ValueOf(constant.MakeFromLiteral("329", token.INT, 0)), - "SYS___SEMWAIT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("334", token.INT, 0)), - "SYS___SEMWAIT_SIGNAL_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("423", token.INT, 0)), - "SYS___SIGWAIT": reflect.ValueOf(constant.MakeFromLiteral("330", token.INT, 0)), - "SYS___SIGWAIT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("422", token.INT, 0)), - "SYS___SYSCTL": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), - "S_IEXEC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), - "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "S_IFIFO": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "S_IFLNK": reflect.ValueOf(constant.MakeFromLiteral("40960", token.INT, 0)), - "S_IFMT": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), - "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), - "S_IFWHT": reflect.ValueOf(constant.MakeFromLiteral("57344", token.INT, 0)), - "S_IFXATTR": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), - "S_IREAD": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "S_IRGRP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "S_IROTH": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "S_IRUSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "S_IRWXG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), - "S_IRWXO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "S_IRWXU": reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)), - "S_ISGID": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "S_ISTXT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "S_ISUID": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "S_ISVTX": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "S_IWGRP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "S_IWOTH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "S_IWRITE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "S_IWUSR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "S_IXGRP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "S_IXOTH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "S_IXUSR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "Seek": reflect.ValueOf(syscall.Seek), - "Select": reflect.ValueOf(syscall.Select), - "Sendfile": reflect.ValueOf(syscall.Sendfile), - "Sendmsg": reflect.ValueOf(syscall.Sendmsg), - "SendmsgN": reflect.ValueOf(syscall.SendmsgN), - "Sendto": reflect.ValueOf(syscall.Sendto), - "SetBpf": reflect.ValueOf(syscall.SetBpf), - "SetBpfBuflen": reflect.ValueOf(syscall.SetBpfBuflen), - "SetBpfDatalink": reflect.ValueOf(syscall.SetBpfDatalink), - "SetBpfHeadercmpl": reflect.ValueOf(syscall.SetBpfHeadercmpl), - "SetBpfImmediate": reflect.ValueOf(syscall.SetBpfImmediate), - "SetBpfInterface": reflect.ValueOf(syscall.SetBpfInterface), - "SetBpfPromisc": reflect.ValueOf(syscall.SetBpfPromisc), - "SetBpfTimeout": reflect.ValueOf(syscall.SetBpfTimeout), - "SetKevent": reflect.ValueOf(syscall.SetKevent), - "SetNonblock": reflect.ValueOf(syscall.SetNonblock), - "Setegid": reflect.ValueOf(syscall.Setegid), - "Setenv": reflect.ValueOf(syscall.Setenv), - "Seteuid": reflect.ValueOf(syscall.Seteuid), - "Setgid": reflect.ValueOf(syscall.Setgid), - "Setgroups": reflect.ValueOf(syscall.Setgroups), - "Setlogin": reflect.ValueOf(syscall.Setlogin), - "Setpgid": reflect.ValueOf(syscall.Setpgid), - "Setpriority": reflect.ValueOf(syscall.Setpriority), - "Setprivexec": reflect.ValueOf(syscall.Setprivexec), - "Setregid": reflect.ValueOf(syscall.Setregid), - "Setreuid": reflect.ValueOf(syscall.Setreuid), - "Setrlimit": reflect.ValueOf(syscall.Setrlimit), - "Setsid": reflect.ValueOf(syscall.Setsid), - "SetsockoptByte": reflect.ValueOf(syscall.SetsockoptByte), - "SetsockoptICMPv6Filter": reflect.ValueOf(syscall.SetsockoptICMPv6Filter), - "SetsockoptIPMreq": reflect.ValueOf(syscall.SetsockoptIPMreq), - "SetsockoptIPv6Mreq": reflect.ValueOf(syscall.SetsockoptIPv6Mreq), - "SetsockoptInet4Addr": reflect.ValueOf(syscall.SetsockoptInet4Addr), - "SetsockoptInt": reflect.ValueOf(syscall.SetsockoptInt), - "SetsockoptLinger": reflect.ValueOf(syscall.SetsockoptLinger), - "SetsockoptString": reflect.ValueOf(syscall.SetsockoptString), - "SetsockoptTimeval": reflect.ValueOf(syscall.SetsockoptTimeval), - "Settimeofday": reflect.ValueOf(syscall.Settimeofday), - "Setuid": reflect.ValueOf(syscall.Setuid), - "SizeofBpfHdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SizeofBpfInsn": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SizeofBpfProgram": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SizeofBpfStat": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SizeofBpfVersion": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "SizeofCmsghdr": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "SizeofICMPv6Filter": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "SizeofIPMreq": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SizeofIPv6MTUInfo": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "SizeofIPv6Mreq": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SizeofIfData": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), - "SizeofIfMsghdr": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), - "SizeofIfaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SizeofIfmaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "SizeofIfmaMsghdr2": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SizeofInet4Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "SizeofInet6Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SizeofLinger": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "SizeofRtMetrics": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), - "SizeofRtMsghdr": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), - "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), - "SizeofSockaddrDatalink": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SizeofSockaddrInet4": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "SizeofSockaddrInet6": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "SizeofSockaddrUnix": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), - "SlicePtrFromStrings": reflect.ValueOf(syscall.SlicePtrFromStrings), - "Socket": reflect.ValueOf(syscall.Socket), - "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), - "Socketpair": reflect.ValueOf(syscall.Socketpair), - "Stat": reflect.ValueOf(syscall.Stat), - "Statfs": reflect.ValueOf(syscall.Statfs), - "Stderr": reflect.ValueOf(&syscall.Stderr).Elem(), - "Stdin": reflect.ValueOf(&syscall.Stdin).Elem(), - "Stdout": reflect.ValueOf(&syscall.Stdout).Elem(), - "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), - "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), - "StringSlicePtr": reflect.ValueOf(syscall.StringSlicePtr), - "Symlink": reflect.ValueOf(syscall.Symlink), - "Sync": reflect.ValueOf(syscall.Sync), - "Sysctl": reflect.ValueOf(syscall.Sysctl), - "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), - "TCIFLUSH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "TCIOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "TCOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "TCP_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "TCP_MAXBURST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "TCP_MAXHLEN": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), - "TCP_MAXOLEN": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), - "TCP_MAXSEG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "TCP_MAXWIN": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), - "TCP_MAX_SACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "TCP_MAX_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "TCP_MINMSS": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), - "TCP_MINMSSOVERLOAD": reflect.ValueOf(constant.MakeFromLiteral("1000", token.INT, 0)), - "TCP_MSS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "TCP_NOOPT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "TCP_NOPUSH": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "TCSAFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "TIOCCBRK": reflect.ValueOf(constant.MakeFromLiteral("536900730", token.INT, 0)), - "TIOCCDTR": reflect.ValueOf(constant.MakeFromLiteral("536900728", token.INT, 0)), - "TIOCCONS": reflect.ValueOf(constant.MakeFromLiteral("2147775586", token.INT, 0)), - "TIOCDCDTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074295896", token.INT, 0)), - "TIOCDRAIN": reflect.ValueOf(constant.MakeFromLiteral("536900702", token.INT, 0)), - "TIOCDSIMICROCODE": reflect.ValueOf(constant.MakeFromLiteral("536900693", token.INT, 0)), - "TIOCEXCL": reflect.ValueOf(constant.MakeFromLiteral("536900621", token.INT, 0)), - "TIOCEXT": reflect.ValueOf(constant.MakeFromLiteral("2147775584", token.INT, 0)), - "TIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2147775504", token.INT, 0)), - "TIOCGDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033750", token.INT, 0)), - "TIOCGETA": reflect.ValueOf(constant.MakeFromLiteral("1076655123", token.INT, 0)), - "TIOCGETD": reflect.ValueOf(constant.MakeFromLiteral("1074033690", token.INT, 0)), - "TIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033783", token.INT, 0)), - "TIOCGWINSZ": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), - "TIOCIXOFF": reflect.ValueOf(constant.MakeFromLiteral("536900736", token.INT, 0)), - "TIOCIXON": reflect.ValueOf(constant.MakeFromLiteral("536900737", token.INT, 0)), - "TIOCMBIC": reflect.ValueOf(constant.MakeFromLiteral("2147775595", token.INT, 0)), - "TIOCMBIS": reflect.ValueOf(constant.MakeFromLiteral("2147775596", token.INT, 0)), - "TIOCMGDTRWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033754", token.INT, 0)), - "TIOCMGET": reflect.ValueOf(constant.MakeFromLiteral("1074033770", token.INT, 0)), - "TIOCMODG": reflect.ValueOf(constant.MakeFromLiteral("1074033667", token.INT, 0)), - "TIOCMODS": reflect.ValueOf(constant.MakeFromLiteral("2147775492", token.INT, 0)), - "TIOCMSDTRWAIT": reflect.ValueOf(constant.MakeFromLiteral("2147775579", token.INT, 0)), - "TIOCMSET": reflect.ValueOf(constant.MakeFromLiteral("2147775597", token.INT, 0)), - "TIOCM_CAR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "TIOCM_CD": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "TIOCM_CTS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "TIOCM_DSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "TIOCM_DTR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "TIOCM_LE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "TIOCM_RI": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "TIOCM_RNG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "TIOCM_RTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "TIOCM_SR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "TIOCM_ST": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "TIOCNOTTY": reflect.ValueOf(constant.MakeFromLiteral("536900721", token.INT, 0)), - "TIOCNXCL": reflect.ValueOf(constant.MakeFromLiteral("536900622", token.INT, 0)), - "TIOCOUTQ": reflect.ValueOf(constant.MakeFromLiteral("1074033779", token.INT, 0)), - "TIOCPKT": reflect.ValueOf(constant.MakeFromLiteral("2147775600", token.INT, 0)), - "TIOCPKT_DATA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "TIOCPKT_DOSTOP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "TIOCPKT_FLUSHREAD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "TIOCPKT_FLUSHWRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "TIOCPKT_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "TIOCPKT_NOSTOP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "TIOCPKT_START": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "TIOCPKT_STOP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "TIOCPTYGNAME": reflect.ValueOf(constant.MakeFromLiteral("1082160211", token.INT, 0)), - "TIOCPTYGRANT": reflect.ValueOf(constant.MakeFromLiteral("536900692", token.INT, 0)), - "TIOCPTYUNLK": reflect.ValueOf(constant.MakeFromLiteral("536900690", token.INT, 0)), - "TIOCREMOTE": reflect.ValueOf(constant.MakeFromLiteral("2147775593", token.INT, 0)), - "TIOCSBRK": reflect.ValueOf(constant.MakeFromLiteral("536900731", token.INT, 0)), - "TIOCSCONS": reflect.ValueOf(constant.MakeFromLiteral("536900707", token.INT, 0)), - "TIOCSCTTY": reflect.ValueOf(constant.MakeFromLiteral("536900705", token.INT, 0)), - "TIOCSDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("2147775575", token.INT, 0)), - "TIOCSDTR": reflect.ValueOf(constant.MakeFromLiteral("536900729", token.INT, 0)), - "TIOCSETA": reflect.ValueOf(constant.MakeFromLiteral("2150396948", token.INT, 0)), - "TIOCSETAF": reflect.ValueOf(constant.MakeFromLiteral("2150396950", token.INT, 0)), - "TIOCSETAW": reflect.ValueOf(constant.MakeFromLiteral("2150396949", token.INT, 0)), - "TIOCSETD": reflect.ValueOf(constant.MakeFromLiteral("2147775515", token.INT, 0)), - "TIOCSIG": reflect.ValueOf(constant.MakeFromLiteral("536900703", token.INT, 0)), - "TIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775606", token.INT, 0)), - "TIOCSTART": reflect.ValueOf(constant.MakeFromLiteral("536900718", token.INT, 0)), - "TIOCSTAT": reflect.ValueOf(constant.MakeFromLiteral("536900709", token.INT, 0)), - "TIOCSTI": reflect.ValueOf(constant.MakeFromLiteral("2147578994", token.INT, 0)), - "TIOCSTOP": reflect.ValueOf(constant.MakeFromLiteral("536900719", token.INT, 0)), - "TIOCSWINSZ": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), - "TIOCTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074295897", token.INT, 0)), - "TIOCUCNTL": reflect.ValueOf(constant.MakeFromLiteral("2147775590", token.INT, 0)), - "TOSTOP": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), - "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), - "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), - "Truncate": reflect.ValueOf(syscall.Truncate), - "Umask": reflect.ValueOf(syscall.Umask), - "Undelete": reflect.ValueOf(syscall.Undelete), - "UnixRights": reflect.ValueOf(syscall.UnixRights), - "Unlink": reflect.ValueOf(syscall.Unlink), - "Unmount": reflect.ValueOf(syscall.Unmount), - "Unsetenv": reflect.ValueOf(syscall.Unsetenv), - "Utimes": reflect.ValueOf(syscall.Utimes), - "UtimesNano": reflect.ValueOf(syscall.UtimesNano), - "VDISCARD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "VDSUSP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "VEOF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "VEOL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "VEOL2": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "VERASE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "VINTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "VKILL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "VLNEXT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "VMIN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "VQUIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "VREPRINT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "VSTART": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "VSTATUS": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "VSTOP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "VSUSP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "VT0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "VT1": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), - "VTDLY": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), - "VTIME": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "VWERASE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "WCONTINUED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "WCOREFLAG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "WEXITED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "WNOWAIT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "WORDSIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "WSTOPPED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "WUNTRACED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Wait4": reflect.ValueOf(syscall.Wait4), - "Write": reflect.ValueOf(syscall.Write), - - // type definitions - "BpfHdr": reflect.ValueOf((*syscall.BpfHdr)(nil)), - "BpfInsn": reflect.ValueOf((*syscall.BpfInsn)(nil)), - "BpfProgram": reflect.ValueOf((*syscall.BpfProgram)(nil)), - "BpfStat": reflect.ValueOf((*syscall.BpfStat)(nil)), - "BpfVersion": reflect.ValueOf((*syscall.BpfVersion)(nil)), - "Cmsghdr": reflect.ValueOf((*syscall.Cmsghdr)(nil)), - "Conn": reflect.ValueOf((*syscall.Conn)(nil)), - "Credential": reflect.ValueOf((*syscall.Credential)(nil)), - "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), - "Errno": reflect.ValueOf((*syscall.Errno)(nil)), - "Fbootstraptransfer_t": reflect.ValueOf((*syscall.Fbootstraptransfer_t)(nil)), - "FdSet": reflect.ValueOf((*syscall.FdSet)(nil)), - "Flock_t": reflect.ValueOf((*syscall.Flock_t)(nil)), - "Fsid": reflect.ValueOf((*syscall.Fsid)(nil)), - "Fstore_t": reflect.ValueOf((*syscall.Fstore_t)(nil)), - "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), - "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), - "IPv6MTUInfo": reflect.ValueOf((*syscall.IPv6MTUInfo)(nil)), - "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), - "IfData": reflect.ValueOf((*syscall.IfData)(nil)), - "IfMsghdr": reflect.ValueOf((*syscall.IfMsghdr)(nil)), - "IfaMsghdr": reflect.ValueOf((*syscall.IfaMsghdr)(nil)), - "IfmaMsghdr": reflect.ValueOf((*syscall.IfmaMsghdr)(nil)), - "IfmaMsghdr2": reflect.ValueOf((*syscall.IfmaMsghdr2)(nil)), - "Inet4Pktinfo": reflect.ValueOf((*syscall.Inet4Pktinfo)(nil)), - "Inet6Pktinfo": reflect.ValueOf((*syscall.Inet6Pktinfo)(nil)), - "InterfaceAddrMessage": reflect.ValueOf((*syscall.InterfaceAddrMessage)(nil)), - "InterfaceMessage": reflect.ValueOf((*syscall.InterfaceMessage)(nil)), - "InterfaceMulticastAddrMessage": reflect.ValueOf((*syscall.InterfaceMulticastAddrMessage)(nil)), - "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), - "Kevent_t": reflect.ValueOf((*syscall.Kevent_t)(nil)), - "Linger": reflect.ValueOf((*syscall.Linger)(nil)), - "Log2phys_t": reflect.ValueOf((*syscall.Log2phys_t)(nil)), - "Msghdr": reflect.ValueOf((*syscall.Msghdr)(nil)), - "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), - "Radvisory_t": reflect.ValueOf((*syscall.Radvisory_t)(nil)), - "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), - "RawSockaddr": reflect.ValueOf((*syscall.RawSockaddr)(nil)), - "RawSockaddrAny": reflect.ValueOf((*syscall.RawSockaddrAny)(nil)), - "RawSockaddrDatalink": reflect.ValueOf((*syscall.RawSockaddrDatalink)(nil)), - "RawSockaddrInet4": reflect.ValueOf((*syscall.RawSockaddrInet4)(nil)), - "RawSockaddrInet6": reflect.ValueOf((*syscall.RawSockaddrInet6)(nil)), - "RawSockaddrUnix": reflect.ValueOf((*syscall.RawSockaddrUnix)(nil)), - "Rlimit": reflect.ValueOf((*syscall.Rlimit)(nil)), - "RouteMessage": reflect.ValueOf((*syscall.RouteMessage)(nil)), - "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(nil)), - "RtMetrics": reflect.ValueOf((*syscall.RtMetrics)(nil)), - "RtMsghdr": reflect.ValueOf((*syscall.RtMsghdr)(nil)), - "Rusage": reflect.ValueOf((*syscall.Rusage)(nil)), - "Signal": reflect.ValueOf((*syscall.Signal)(nil)), - "Sockaddr": reflect.ValueOf((*syscall.Sockaddr)(nil)), - "SockaddrDatalink": reflect.ValueOf((*syscall.SockaddrDatalink)(nil)), - "SockaddrInet4": reflect.ValueOf((*syscall.SockaddrInet4)(nil)), - "SockaddrInet6": reflect.ValueOf((*syscall.SockaddrInet6)(nil)), - "SockaddrUnix": reflect.ValueOf((*syscall.SockaddrUnix)(nil)), - "SocketControlMessage": reflect.ValueOf((*syscall.SocketControlMessage)(nil)), - "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), - "Statfs_t": reflect.ValueOf((*syscall.Statfs_t)(nil)), - "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(nil)), - "Termios": reflect.ValueOf((*syscall.Termios)(nil)), - "Timespec": reflect.ValueOf((*syscall.Timespec)(nil)), - "Timeval": reflect.ValueOf((*syscall.Timeval)(nil)), - "Timeval32": reflect.ValueOf((*syscall.Timeval32)(nil)), - "WaitStatus": reflect.ValueOf((*syscall.WaitStatus)(nil)), - - // interface wrapper definitions - "_Conn": reflect.ValueOf((*_syscall_Conn)(nil)), - "_RawConn": reflect.ValueOf((*_syscall_RawConn)(nil)), - "_RoutingMessage": reflect.ValueOf((*_syscall_RoutingMessage)(nil)), - "_Sockaddr": reflect.ValueOf((*_syscall_Sockaddr)(nil)), - } -} - -// _syscall_Conn is an interface wrapper for Conn type -type _syscall_Conn struct { - WSyscallConn func() (syscall.RawConn, error) -} - -func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return W.WSyscallConn() } - -// _syscall_RawConn is an interface wrapper for RawConn type -type _syscall_RawConn struct { - WControl func(f func(fd uintptr)) error - WRead func(f func(fd uintptr) (done bool)) error - WWrite func(f func(fd uintptr) (done bool)) error -} - -func (W _syscall_RawConn) Control(f func(fd uintptr)) error { return W.WControl(f) } -func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error { return W.WRead(f) } -func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error { return W.WWrite(f) } - -// _syscall_RoutingMessage is an interface wrapper for RoutingMessage type -type _syscall_RoutingMessage struct { -} - -// _syscall_Sockaddr is an interface wrapper for Sockaddr type -type _syscall_Sockaddr struct { -} diff --git a/stdlib/syscall/go1_15_syscall_aix_ppc64.go b/stdlib/syscall/go1_15_syscall_aix_ppc64.go index 1c62ac7d..6e35abaa 100644 --- a/stdlib/syscall/go1_15_syscall_aix_ppc64.go +++ b/stdlib/syscall/go1_15_syscall_aix_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_android_386.go b/stdlib/syscall/go1_15_syscall_android_386.go index 80ec7350..ad525adc 100644 --- a/stdlib/syscall/go1_15_syscall_android_386.go +++ b/stdlib/syscall/go1_15_syscall_android_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package syscall diff --git a/stdlib/syscall/go1_15_syscall_android_amd64.go b/stdlib/syscall/go1_15_syscall_android_amd64.go index 3588b9d0..6a236e3d 100644 --- a/stdlib/syscall/go1_15_syscall_android_amd64.go +++ b/stdlib/syscall/go1_15_syscall_android_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package syscall diff --git a/stdlib/syscall/go1_15_syscall_android_arm.go b/stdlib/syscall/go1_15_syscall_android_arm.go index 495bf93a..f8eb8669 100644 --- a/stdlib/syscall/go1_15_syscall_android_arm.go +++ b/stdlib/syscall/go1_15_syscall_android_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package syscall diff --git a/stdlib/syscall/go1_15_syscall_android_arm64.go b/stdlib/syscall/go1_15_syscall_android_arm64.go index d2ae2df6..a5935cb6 100644 --- a/stdlib/syscall/go1_15_syscall_android_arm64.go +++ b/stdlib/syscall/go1_15_syscall_android_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package syscall diff --git a/stdlib/syscall/go1_15_syscall_darwin_amd64.go b/stdlib/syscall/go1_15_syscall_darwin_amd64.go index d44e7410..82155a9d 100644 --- a/stdlib/syscall/go1_15_syscall_darwin_amd64.go +++ b/stdlib/syscall/go1_15_syscall_darwin_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_darwin_arm64.go b/stdlib/syscall/go1_15_syscall_darwin_arm64.go index c0292b75..cfc377a6 100644 --- a/stdlib/syscall/go1_15_syscall_darwin_arm64.go +++ b/stdlib/syscall/go1_15_syscall_darwin_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_dragonfly_amd64.go b/stdlib/syscall/go1_15_syscall_dragonfly_amd64.go index 2f9051ca..f1c4ea65 100644 --- a/stdlib/syscall/go1_15_syscall_dragonfly_amd64.go +++ b/stdlib/syscall/go1_15_syscall_dragonfly_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_freebsd_386.go b/stdlib/syscall/go1_15_syscall_freebsd_386.go index 97d26da6..ae6324db 100644 --- a/stdlib/syscall/go1_15_syscall_freebsd_386.go +++ b/stdlib/syscall/go1_15_syscall_freebsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_freebsd_amd64.go b/stdlib/syscall/go1_15_syscall_freebsd_amd64.go index e7b68ea1..ec72ebf0 100644 --- a/stdlib/syscall/go1_15_syscall_freebsd_amd64.go +++ b/stdlib/syscall/go1_15_syscall_freebsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_freebsd_arm.go b/stdlib/syscall/go1_15_syscall_freebsd_arm.go index 7263f439..e02f0b6b 100644 --- a/stdlib/syscall/go1_15_syscall_freebsd_arm.go +++ b/stdlib/syscall/go1_15_syscall_freebsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_freebsd_arm64.go b/stdlib/syscall/go1_15_syscall_freebsd_arm64.go index 73e8133b..4a27f1d1 100644 --- a/stdlib/syscall/go1_15_syscall_freebsd_arm64.go +++ b/stdlib/syscall/go1_15_syscall_freebsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_illumos_amd64.go b/stdlib/syscall/go1_15_syscall_illumos_amd64.go index 4e994a15..db41bc93 100644 --- a/stdlib/syscall/go1_15_syscall_illumos_amd64.go +++ b/stdlib/syscall/go1_15_syscall_illumos_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!solaris +// +build go1.15,!go1.16,!solaris package syscall diff --git a/stdlib/syscall/go1_15_syscall_js_wasm.go b/stdlib/syscall/go1_15_syscall_js_wasm.go index 33a790c4..5ac67941 100644 --- a/stdlib/syscall/go1_15_syscall_js_wasm.go +++ b/stdlib/syscall/go1_15_syscall_js_wasm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_386.go b/stdlib/syscall/go1_15_syscall_linux_386.go index 22a75491..fe8d9ebe 100644 --- a/stdlib/syscall/go1_15_syscall_linux_386.go +++ b/stdlib/syscall/go1_15_syscall_linux_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_amd64.go b/stdlib/syscall/go1_15_syscall_linux_amd64.go index f496114a..3bdd6fcd 100644 --- a/stdlib/syscall/go1_15_syscall_linux_amd64.go +++ b/stdlib/syscall/go1_15_syscall_linux_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_arm.go b/stdlib/syscall/go1_15_syscall_linux_arm.go index 0549984f..118a12dc 100644 --- a/stdlib/syscall/go1_15_syscall_linux_arm.go +++ b/stdlib/syscall/go1_15_syscall_linux_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_arm64.go b/stdlib/syscall/go1_15_syscall_linux_arm64.go index 1d433bf4..288beede 100644 --- a/stdlib/syscall/go1_15_syscall_linux_arm64.go +++ b/stdlib/syscall/go1_15_syscall_linux_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_mips.go b/stdlib/syscall/go1_15_syscall_linux_mips.go index 378cdb2d..112f8f3e 100644 --- a/stdlib/syscall/go1_15_syscall_linux_mips.go +++ b/stdlib/syscall/go1_15_syscall_linux_mips.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_mips64.go b/stdlib/syscall/go1_15_syscall_linux_mips64.go index 61ec0d30..7a960a0d 100644 --- a/stdlib/syscall/go1_15_syscall_linux_mips64.go +++ b/stdlib/syscall/go1_15_syscall_linux_mips64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_mips64le.go b/stdlib/syscall/go1_15_syscall_linux_mips64le.go index 61ec0d30..7a960a0d 100644 --- a/stdlib/syscall/go1_15_syscall_linux_mips64le.go +++ b/stdlib/syscall/go1_15_syscall_linux_mips64le.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_mipsle.go b/stdlib/syscall/go1_15_syscall_linux_mipsle.go index 378cdb2d..112f8f3e 100644 --- a/stdlib/syscall/go1_15_syscall_linux_mipsle.go +++ b/stdlib/syscall/go1_15_syscall_linux_mipsle.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_ppc64.go b/stdlib/syscall/go1_15_syscall_linux_ppc64.go index 57d3f7d0..711b54cf 100644 --- a/stdlib/syscall/go1_15_syscall_linux_ppc64.go +++ b/stdlib/syscall/go1_15_syscall_linux_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_ppc64le.go b/stdlib/syscall/go1_15_syscall_linux_ppc64le.go index 34b0b38d..a05febcd 100644 --- a/stdlib/syscall/go1_15_syscall_linux_ppc64le.go +++ b/stdlib/syscall/go1_15_syscall_linux_ppc64le.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_riscv64.go b/stdlib/syscall/go1_15_syscall_linux_riscv64.go index bf664a30..5daa378c 100644 --- a/stdlib/syscall/go1_15_syscall_linux_riscv64.go +++ b/stdlib/syscall/go1_15_syscall_linux_riscv64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_linux_s390x.go b/stdlib/syscall/go1_15_syscall_linux_s390x.go index 55802ee2..330a92c6 100644 --- a/stdlib/syscall/go1_15_syscall_linux_s390x.go +++ b/stdlib/syscall/go1_15_syscall_linux_s390x.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_netbsd_386.go b/stdlib/syscall/go1_15_syscall_netbsd_386.go index d6b6a7dc..4a023248 100644 --- a/stdlib/syscall/go1_15_syscall_netbsd_386.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_netbsd_amd64.go b/stdlib/syscall/go1_15_syscall_netbsd_amd64.go index 72028d89..0df2c278 100644 --- a/stdlib/syscall/go1_15_syscall_netbsd_amd64.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_netbsd_arm.go b/stdlib/syscall/go1_15_syscall_netbsd_arm.go index 31377b43..b7ee3aea 100644 --- a/stdlib/syscall/go1_15_syscall_netbsd_arm.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_netbsd_arm64.go b/stdlib/syscall/go1_15_syscall_netbsd_arm64.go index 72028d89..0df2c278 100644 --- a/stdlib/syscall/go1_15_syscall_netbsd_arm64.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_openbsd_386.go b/stdlib/syscall/go1_15_syscall_openbsd_386.go index 70ba1d61..fc08055f 100644 --- a/stdlib/syscall/go1_15_syscall_openbsd_386.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_openbsd_amd64.go b/stdlib/syscall/go1_15_syscall_openbsd_amd64.go index b8fcc0b1..8bd8d90c 100644 --- a/stdlib/syscall/go1_15_syscall_openbsd_amd64.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_openbsd_arm.go b/stdlib/syscall/go1_15_syscall_openbsd_arm.go index c6bd2156..505c716d 100644 --- a/stdlib/syscall/go1_15_syscall_openbsd_arm.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_openbsd_arm64.go b/stdlib/syscall/go1_15_syscall_openbsd_arm64.go index 493afc2a..ef02f443 100644 --- a/stdlib/syscall/go1_15_syscall_openbsd_arm64.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_plan9_386.go b/stdlib/syscall/go1_15_syscall_plan9_386.go index 2f8ed91a..f78a690b 100644 --- a/stdlib/syscall/go1_15_syscall_plan9_386.go +++ b/stdlib/syscall/go1_15_syscall_plan9_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_plan9_amd64.go b/stdlib/syscall/go1_15_syscall_plan9_amd64.go index 2f8ed91a..f78a690b 100644 --- a/stdlib/syscall/go1_15_syscall_plan9_amd64.go +++ b/stdlib/syscall/go1_15_syscall_plan9_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_plan9_arm.go b/stdlib/syscall/go1_15_syscall_plan9_arm.go index 2f8ed91a..f78a690b 100644 --- a/stdlib/syscall/go1_15_syscall_plan9_arm.go +++ b/stdlib/syscall/go1_15_syscall_plan9_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_solaris_amd64.go b/stdlib/syscall/go1_15_syscall_solaris_amd64.go index e93d3fe3..54daca51 100644 --- a/stdlib/syscall/go1_15_syscall_solaris_amd64.go +++ b/stdlib/syscall/go1_15_syscall_solaris_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_windows_386.go b/stdlib/syscall/go1_15_syscall_windows_386.go index 0aea9d77..00bf31ce 100644 --- a/stdlib/syscall/go1_15_syscall_windows_386.go +++ b/stdlib/syscall/go1_15_syscall_windows_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_windows_amd64.go b/stdlib/syscall/go1_15_syscall_windows_amd64.go index 0aea9d77..00bf31ce 100644 --- a/stdlib/syscall/go1_15_syscall_windows_amd64.go +++ b/stdlib/syscall/go1_15_syscall_windows_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_15_syscall_windows_arm.go b/stdlib/syscall/go1_15_syscall_windows_arm.go index 0aea9d77..00bf31ce 100644 --- a/stdlib/syscall/go1_15_syscall_windows_arm.go +++ b/stdlib/syscall/go1_15_syscall_windows_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_aix_ppc64.go b/stdlib/syscall/go1_16_syscall_aix_ppc64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_aix_ppc64.go rename to stdlib/syscall/go1_16_syscall_aix_ppc64.go index 1366d6fe..a1fb29c5 100644 --- a/stdlib/syscall/go1_14_syscall_aix_ppc64.go +++ b/stdlib/syscall/go1_16_syscall_aix_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -47,6 +47,7 @@ func init() { "ARPHRD_ETHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), "ARPHRD_FDDI": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), "Accept": reflect.ValueOf(syscall.Accept), + "Access": reflect.ValueOf(syscall.Access), "Acct": reflect.ValueOf(syscall.Acct), "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), "B110": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), diff --git a/stdlib/syscall/go1_14_syscall_android_386.go b/stdlib/syscall/go1_16_syscall_android_386.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_android_386.go rename to stdlib/syscall/go1_16_syscall_android_386.go index 5ef7765f..0aaf5ad8 100644 --- a/stdlib/syscall/go1_14_syscall_android_386.go +++ b/stdlib/syscall/go1_16_syscall_android_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15,!linux +// +build go1.16,!linux package syscall @@ -1901,7 +1901,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_amd64.go b/stdlib/syscall/go1_16_syscall_android_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_amd64.go rename to stdlib/syscall/go1_16_syscall_android_amd64.go index 3d2ba2b9..4fd49e9b 100644 --- a/stdlib/syscall/go1_14_syscall_linux_amd64.go +++ b/stdlib/syscall/go1_16_syscall_android_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16,!linux package syscall @@ -1867,7 +1867,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_android_arm.go b/stdlib/syscall/go1_16_syscall_android_arm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_android_arm.go rename to stdlib/syscall/go1_16_syscall_android_arm.go index 619cbc44..66be23e8 100644 --- a/stdlib/syscall/go1_14_syscall_android_arm.go +++ b/stdlib/syscall/go1_16_syscall_android_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15,!linux +// +build go1.16,!linux package syscall @@ -1920,7 +1920,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_arm64.go b/stdlib/syscall/go1_16_syscall_android_arm64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_arm64.go rename to stdlib/syscall/go1_16_syscall_android_arm64.go index defd1048..ec54b92a 100644 --- a/stdlib/syscall/go1_14_syscall_linux_arm64.go +++ b/stdlib/syscall/go1_16_syscall_android_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16,!linux package syscall @@ -1981,7 +1981,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_darwin_amd64.go b/stdlib/syscall/go1_16_syscall_darwin_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_darwin_amd64.go rename to stdlib/syscall/go1_16_syscall_darwin_amd64.go index 89859bf1..8f2d097b 100644 --- a/stdlib/syscall/go1_14_syscall_darwin_amd64.go +++ b/stdlib/syscall/go1_16_syscall_darwin_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_darwin_arm64.go b/stdlib/syscall/go1_16_syscall_darwin_arm64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_darwin_arm64.go rename to stdlib/syscall/go1_16_syscall_darwin_arm64.go index 01093acd..95d40cc0 100644 --- a/stdlib/syscall/go1_14_syscall_darwin_arm64.go +++ b/stdlib/syscall/go1_16_syscall_darwin_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_dragonfly_amd64.go b/stdlib/syscall/go1_16_syscall_dragonfly_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_dragonfly_amd64.go rename to stdlib/syscall/go1_16_syscall_dragonfly_amd64.go index 75913ab3..f465b6ed 100644 --- a/stdlib/syscall/go1_14_syscall_dragonfly_amd64.go +++ b/stdlib/syscall/go1_16_syscall_dragonfly_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_freebsd_386.go b/stdlib/syscall/go1_16_syscall_freebsd_386.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_freebsd_386.go rename to stdlib/syscall/go1_16_syscall_freebsd_386.go index c82fc386..919c3b39 100644 --- a/stdlib/syscall/go1_14_syscall_freebsd_386.go +++ b/stdlib/syscall/go1_16_syscall_freebsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_freebsd_amd64.go b/stdlib/syscall/go1_16_syscall_freebsd_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_freebsd_amd64.go rename to stdlib/syscall/go1_16_syscall_freebsd_amd64.go index 27d68313..4fc97365 100644 --- a/stdlib/syscall/go1_14_syscall_freebsd_amd64.go +++ b/stdlib/syscall/go1_16_syscall_freebsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_freebsd_arm.go b/stdlib/syscall/go1_16_syscall_freebsd_arm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_freebsd_arm.go rename to stdlib/syscall/go1_16_syscall_freebsd_arm.go index 6696e715..ad62566d 100644 --- a/stdlib/syscall/go1_14_syscall_freebsd_arm.go +++ b/stdlib/syscall/go1_16_syscall_freebsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_freebsd_arm64.go b/stdlib/syscall/go1_16_syscall_freebsd_arm64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_freebsd_arm64.go rename to stdlib/syscall/go1_16_syscall_freebsd_arm64.go index 02453f7f..6d54c713 100644 --- a/stdlib/syscall/go1_14_syscall_freebsd_arm64.go +++ b/stdlib/syscall/go1_16_syscall_freebsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_illumos_amd64.go b/stdlib/syscall/go1_16_syscall_illumos_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_illumos_amd64.go rename to stdlib/syscall/go1_16_syscall_illumos_amd64.go index f779732a..aadd517e 100644 --- a/stdlib/syscall/go1_14_syscall_illumos_amd64.go +++ b/stdlib/syscall/go1_16_syscall_illumos_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15,!solaris +// +build go1.16,!solaris package syscall @@ -65,6 +65,7 @@ func init() { "ARPHRD_METRICOM": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), "ARPHRD_TUNNEL": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), "Accept": reflect.ValueOf(syscall.Accept), + "Accept4": reflect.ValueOf(syscall.Accept4), "Access": reflect.ValueOf(syscall.Access), "Adjtime": reflect.ValueOf(syscall.Adjtime), "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), @@ -469,6 +470,7 @@ func init() { "Fchmod": reflect.ValueOf(syscall.Fchmod), "Fchown": reflect.ValueOf(syscall.Fchown), "FcntlFlock": reflect.ValueOf(syscall.FcntlFlock), + "Flock": reflect.ValueOf(syscall.Flock), "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), "Fpathconf": reflect.ValueOf(syscall.Fpathconf), "Fstat": reflect.ValueOf(syscall.Fstat), @@ -756,6 +758,10 @@ func init() { "IXOFF": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), "IXON": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), + "LOCK_EX": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "LOCK_NB": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "LOCK_SH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "LOCK_UN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), "Lchown": reflect.ValueOf(syscall.Lchown), "Link": reflect.ValueOf(syscall.Link), "Listen": reflect.ValueOf(syscall.Listen), diff --git a/stdlib/syscall/go1_14_syscall_darwin_386.go b/stdlib/syscall/go1_16_syscall_ios_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_darwin_386.go rename to stdlib/syscall/go1_16_syscall_ios_amd64.go index 7a6c40bd..8f2d097b 100644 --- a/stdlib/syscall/go1_14_syscall_darwin_386.go +++ b/stdlib/syscall/go1_16_syscall_ios_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -83,18 +83,18 @@ func init() { "BIOCGETIF": reflect.ValueOf(constant.MakeFromLiteral("1075855979", token.INT, 0)), "BIOCGHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("1074020980", token.INT, 0)), "BIOCGRSIG": reflect.ValueOf(constant.MakeFromLiteral("1074020978", token.INT, 0)), - "BIOCGRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("1074283118", token.INT, 0)), + "BIOCGRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("1074807406", token.INT, 0)), "BIOCGSEESENT": reflect.ValueOf(constant.MakeFromLiteral("1074020982", token.INT, 0)), "BIOCGSTATS": reflect.ValueOf(constant.MakeFromLiteral("1074283119", token.INT, 0)), "BIOCIMMEDIATE": reflect.ValueOf(constant.MakeFromLiteral("2147762800", token.INT, 0)), "BIOCPROMISC": reflect.ValueOf(constant.MakeFromLiteral("536887913", token.INT, 0)), "BIOCSBLEN": reflect.ValueOf(constant.MakeFromLiteral("3221504614", token.INT, 0)), "BIOCSDLT": reflect.ValueOf(constant.MakeFromLiteral("2147762808", token.INT, 0)), - "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148024935", token.INT, 0)), + "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148549223", token.INT, 0)), "BIOCSETIF": reflect.ValueOf(constant.MakeFromLiteral("2149597804", token.INT, 0)), "BIOCSHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("2147762805", token.INT, 0)), "BIOCSRSIG": reflect.ValueOf(constant.MakeFromLiteral("2147762803", token.INT, 0)), - "BIOCSRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("2148024941", token.INT, 0)), + "BIOCSRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("2148549229", token.INT, 0)), "BIOCSSEESENT": reflect.ValueOf(constant.MakeFromLiteral("2147762807", token.INT, 0)), "BIOCVERSION": reflect.ValueOf(constant.MakeFromLiteral("1074020977", token.INT, 0)), "BPF_A": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), @@ -1132,7 +1132,7 @@ func init() { "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607705", token.INT, 0)), "SIOCDIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607745", token.INT, 0)), "SIOCDLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860639", token.INT, 0)), - "SIOCGDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("3223087483", token.INT, 0)), + "SIOCGDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("3223873915", token.INT, 0)), "SIOCGETSGCNT": reflect.ValueOf(constant.MakeFromLiteral("3222565404", token.INT, 0)), "SIOCGETVIFCNT": reflect.ValueOf(constant.MakeFromLiteral("3222565403", token.INT, 0)), "SIOCGETVLAN": reflect.ValueOf(constant.MakeFromLiteral("3223349631", token.INT, 0)), @@ -1143,14 +1143,14 @@ func init() { "SIOCGIFBOND": reflect.ValueOf(constant.MakeFromLiteral("3223349575", token.INT, 0)), "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349539", token.INT, 0)), "SIOCGIFCAP": reflect.ValueOf(constant.MakeFromLiteral("3223349595", token.INT, 0)), - "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3221776676", token.INT, 0)), + "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3222038820", token.INT, 0)), "SIOCGIFDEVMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349572", token.INT, 0)), "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349538", token.INT, 0)), "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349521", token.INT, 0)), "SIOCGIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("3223349562", token.INT, 0)), "SIOCGIFKPI": reflect.ValueOf(constant.MakeFromLiteral("3223349639", token.INT, 0)), "SIOCGIFMAC": reflect.ValueOf(constant.MakeFromLiteral("3223349634", token.INT, 0)), - "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3223873848", token.INT, 0)), + "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3224135992", token.INT, 0)), "SIOCGIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("3223349527", token.INT, 0)), "SIOCGIFMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349555", token.INT, 0)), "SIOCGIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("3223349541", token.INT, 0)), @@ -1167,8 +1167,8 @@ func init() { "SIOCIFCREATE": reflect.ValueOf(constant.MakeFromLiteral("3223349624", token.INT, 0)), "SIOCIFCREATE2": reflect.ValueOf(constant.MakeFromLiteral("3223349626", token.INT, 0)), "SIOCIFDESTROY": reflect.ValueOf(constant.MakeFromLiteral("2149607801", token.INT, 0)), - "SIOCRSLVMULTI": reflect.ValueOf(constant.MakeFromLiteral("3221776699", token.INT, 0)), - "SIOCSDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("2149345659", token.INT, 0)), + "SIOCRSLVMULTI": reflect.ValueOf(constant.MakeFromLiteral("3222300987", token.INT, 0)), + "SIOCSDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("2150132091", token.INT, 0)), "SIOCSETVLAN": reflect.ValueOf(constant.MakeFromLiteral("2149607806", token.INT, 0)), "SIOCSHIWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775232", token.INT, 0)), "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607692", token.INT, 0)), @@ -1664,7 +1664,7 @@ func init() { "Setuid": reflect.ValueOf(syscall.Setuid), "SizeofBpfHdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), "SizeofBpfInsn": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SizeofBpfProgram": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofBpfProgram": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), "SizeofBpfStat": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), "SizeofBpfVersion": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), "SizeofCmsghdr": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), @@ -1680,7 +1680,7 @@ func init() { "SizeofInet4Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), "SizeofInet6Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), "SizeofLinger": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), "SizeofRtMetrics": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), "SizeofRtMsghdr": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), @@ -1727,14 +1727,14 @@ func init() { "TIOCCBRK": reflect.ValueOf(constant.MakeFromLiteral("536900730", token.INT, 0)), "TIOCCDTR": reflect.ValueOf(constant.MakeFromLiteral("536900728", token.INT, 0)), "TIOCCONS": reflect.ValueOf(constant.MakeFromLiteral("2147775586", token.INT, 0)), - "TIOCDCDTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074295896", token.INT, 0)), + "TIOCDCDTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074820184", token.INT, 0)), "TIOCDRAIN": reflect.ValueOf(constant.MakeFromLiteral("536900702", token.INT, 0)), "TIOCDSIMICROCODE": reflect.ValueOf(constant.MakeFromLiteral("536900693", token.INT, 0)), "TIOCEXCL": reflect.ValueOf(constant.MakeFromLiteral("536900621", token.INT, 0)), "TIOCEXT": reflect.ValueOf(constant.MakeFromLiteral("2147775584", token.INT, 0)), "TIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2147775504", token.INT, 0)), "TIOCGDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033750", token.INT, 0)), - "TIOCGETA": reflect.ValueOf(constant.MakeFromLiteral("1076655123", token.INT, 0)), + "TIOCGETA": reflect.ValueOf(constant.MakeFromLiteral("1078490131", token.INT, 0)), "TIOCGETD": reflect.ValueOf(constant.MakeFromLiteral("1074033690", token.INT, 0)), "TIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033783", token.INT, 0)), "TIOCGWINSZ": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), @@ -1780,9 +1780,9 @@ func init() { "TIOCSCTTY": reflect.ValueOf(constant.MakeFromLiteral("536900705", token.INT, 0)), "TIOCSDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("2147775575", token.INT, 0)), "TIOCSDTR": reflect.ValueOf(constant.MakeFromLiteral("536900729", token.INT, 0)), - "TIOCSETA": reflect.ValueOf(constant.MakeFromLiteral("2150396948", token.INT, 0)), - "TIOCSETAF": reflect.ValueOf(constant.MakeFromLiteral("2150396950", token.INT, 0)), - "TIOCSETAW": reflect.ValueOf(constant.MakeFromLiteral("2150396949", token.INT, 0)), + "TIOCSETA": reflect.ValueOf(constant.MakeFromLiteral("2152231956", token.INT, 0)), + "TIOCSETAF": reflect.ValueOf(constant.MakeFromLiteral("2152231958", token.INT, 0)), + "TIOCSETAW": reflect.ValueOf(constant.MakeFromLiteral("2152231957", token.INT, 0)), "TIOCSETD": reflect.ValueOf(constant.MakeFromLiteral("2147775515", token.INT, 0)), "TIOCSIG": reflect.ValueOf(constant.MakeFromLiteral("536900703", token.INT, 0)), "TIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775606", token.INT, 0)), @@ -1791,7 +1791,7 @@ func init() { "TIOCSTI": reflect.ValueOf(constant.MakeFromLiteral("2147578994", token.INT, 0)), "TIOCSTOP": reflect.ValueOf(constant.MakeFromLiteral("536900719", token.INT, 0)), "TIOCSWINSZ": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), - "TIOCTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074295897", token.INT, 0)), + "TIOCTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074820185", token.INT, 0)), "TIOCUCNTL": reflect.ValueOf(constant.MakeFromLiteral("2147775590", token.INT, 0)), "TOSTOP": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), @@ -1831,7 +1831,7 @@ func init() { "WEXITED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), "WNOWAIT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "WORDSIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "WORDSIZE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), "WSTOPPED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), "WUNTRACED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), "Wait4": reflect.ValueOf(syscall.Wait4), diff --git a/stdlib/syscall/go1_16_syscall_ios_arm64.go b/stdlib/syscall/go1_16_syscall_ios_arm64.go new file mode 100644 index 00000000..95d40cc0 --- /dev/null +++ b/stdlib/syscall/go1_16_syscall_ios_arm64.go @@ -0,0 +1,1946 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package syscall + +import ( + "go/constant" + "go/token" + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AF_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "AF_CCITT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "AF_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "AF_CNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "AF_COIP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "AF_DATAKIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "AF_DECnet": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "AF_DLI": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "AF_E164": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "AF_ECMA": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "AF_HYLINK": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "AF_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "AF_IMPLINK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "AF_IPX": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "AF_ISDN": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "AF_ISO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "AF_LAT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "AF_LINK": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "AF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "AF_MAX": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "AF_NATM": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "AF_NDRV": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "AF_NETBIOS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "AF_NS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "AF_OSI": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "AF_PPP": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "AF_PUP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "AF_RESERVED_36": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "AF_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "AF_SIP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "AF_SNA": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "AF_SYSTEM": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "AF_UNIX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "AF_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "AF_UTUN": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "Accept": reflect.ValueOf(syscall.Accept), + "Access": reflect.ValueOf(syscall.Access), + "Adjtime": reflect.ValueOf(syscall.Adjtime), + "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "B110": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), + "B115200": reflect.ValueOf(constant.MakeFromLiteral("115200", token.INT, 0)), + "B1200": reflect.ValueOf(constant.MakeFromLiteral("1200", token.INT, 0)), + "B134": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "B14400": reflect.ValueOf(constant.MakeFromLiteral("14400", token.INT, 0)), + "B150": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), + "B1800": reflect.ValueOf(constant.MakeFromLiteral("1800", token.INT, 0)), + "B19200": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), + "B200": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "B230400": reflect.ValueOf(constant.MakeFromLiteral("230400", token.INT, 0)), + "B2400": reflect.ValueOf(constant.MakeFromLiteral("2400", token.INT, 0)), + "B28800": reflect.ValueOf(constant.MakeFromLiteral("28800", token.INT, 0)), + "B300": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), + "B38400": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), + "B4800": reflect.ValueOf(constant.MakeFromLiteral("4800", token.INT, 0)), + "B50": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "B57600": reflect.ValueOf(constant.MakeFromLiteral("57600", token.INT, 0)), + "B600": reflect.ValueOf(constant.MakeFromLiteral("600", token.INT, 0)), + "B7200": reflect.ValueOf(constant.MakeFromLiteral("7200", token.INT, 0)), + "B75": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "B76800": reflect.ValueOf(constant.MakeFromLiteral("76800", token.INT, 0)), + "B9600": reflect.ValueOf(constant.MakeFromLiteral("9600", token.INT, 0)), + "BIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536887912", token.INT, 0)), + "BIOCGBLEN": reflect.ValueOf(constant.MakeFromLiteral("1074020966", token.INT, 0)), + "BIOCGDLT": reflect.ValueOf(constant.MakeFromLiteral("1074020970", token.INT, 0)), + "BIOCGDLTLIST": reflect.ValueOf(constant.MakeFromLiteral("3222028921", token.INT, 0)), + "BIOCGETIF": reflect.ValueOf(constant.MakeFromLiteral("1075855979", token.INT, 0)), + "BIOCGHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("1074020980", token.INT, 0)), + "BIOCGRSIG": reflect.ValueOf(constant.MakeFromLiteral("1074020978", token.INT, 0)), + "BIOCGRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("1074807406", token.INT, 0)), + "BIOCGSEESENT": reflect.ValueOf(constant.MakeFromLiteral("1074020982", token.INT, 0)), + "BIOCGSTATS": reflect.ValueOf(constant.MakeFromLiteral("1074283119", token.INT, 0)), + "BIOCIMMEDIATE": reflect.ValueOf(constant.MakeFromLiteral("2147762800", token.INT, 0)), + "BIOCPROMISC": reflect.ValueOf(constant.MakeFromLiteral("536887913", token.INT, 0)), + "BIOCSBLEN": reflect.ValueOf(constant.MakeFromLiteral("3221504614", token.INT, 0)), + "BIOCSDLT": reflect.ValueOf(constant.MakeFromLiteral("2147762808", token.INT, 0)), + "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148549223", token.INT, 0)), + "BIOCSETIF": reflect.ValueOf(constant.MakeFromLiteral("2149597804", token.INT, 0)), + "BIOCSHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("2147762805", token.INT, 0)), + "BIOCSRSIG": reflect.ValueOf(constant.MakeFromLiteral("2147762803", token.INT, 0)), + "BIOCSRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("2148549229", token.INT, 0)), + "BIOCSSEESENT": reflect.ValueOf(constant.MakeFromLiteral("2147762807", token.INT, 0)), + "BIOCVERSION": reflect.ValueOf(constant.MakeFromLiteral("1074020977", token.INT, 0)), + "BPF_A": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_ABS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_ADD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_ALIGNMENT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "BPF_ALU": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "BPF_AND": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "BPF_B": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_DIV": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "BPF_H": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "BPF_IMM": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_IND": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "BPF_JA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_JEQ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_JGE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "BPF_JGT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_JMP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "BPF_JSET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "BPF_K": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_LD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_LDX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_LEN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "BPF_LSH": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "BPF_MAJOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_MAXBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "BPF_MAXINSNS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "BPF_MEM": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "BPF_MEMWORDS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_MINBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_MINOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_MISC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "BPF_MSH": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), + "BPF_MUL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_NEG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "BPF_OR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "BPF_RELEASE": reflect.ValueOf(constant.MakeFromLiteral("199606", token.INT, 0)), + "BPF_RET": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "BPF_RSH": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "BPF_ST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "BPF_STX": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "BPF_SUB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_TAX": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_TXA": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "BPF_W": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_X": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "BRKINT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Bind": reflect.ValueOf(syscall.Bind), + "BpfBuflen": reflect.ValueOf(syscall.BpfBuflen), + "BpfDatalink": reflect.ValueOf(syscall.BpfDatalink), + "BpfHeadercmpl": reflect.ValueOf(syscall.BpfHeadercmpl), + "BpfInterface": reflect.ValueOf(syscall.BpfInterface), + "BpfJump": reflect.ValueOf(syscall.BpfJump), + "BpfStats": reflect.ValueOf(syscall.BpfStats), + "BpfStmt": reflect.ValueOf(syscall.BpfStmt), + "BpfTimeout": reflect.ValueOf(syscall.BpfTimeout), + "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), + "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), + "CFLUSH": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "CREAD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "CS5": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "CS6": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "CS7": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "CS8": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "CSIZE": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "CSTART": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "CSTATUS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "CSTOP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "CSTOPB": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "CSUSP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "CTL_MAXNAME": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "CTL_NET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "Chdir": reflect.ValueOf(syscall.Chdir), + "CheckBpfVersion": reflect.ValueOf(syscall.CheckBpfVersion), + "Chflags": reflect.ValueOf(syscall.Chflags), + "Chmod": reflect.ValueOf(syscall.Chmod), + "Chown": reflect.ValueOf(syscall.Chown), + "Chroot": reflect.ValueOf(syscall.Chroot), + "Clearenv": reflect.ValueOf(syscall.Clearenv), + "Close": reflect.ValueOf(syscall.Close), + "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), + "CmsgLen": reflect.ValueOf(syscall.CmsgLen), + "CmsgSpace": reflect.ValueOf(syscall.CmsgSpace), + "Connect": reflect.ValueOf(syscall.Connect), + "DLT_APPLE_IP_OVER_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), + "DLT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "DLT_ATM_CLIP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "DLT_ATM_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "DLT_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "DLT_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "DLT_CHDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "DLT_C_HDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "DLT_EN10MB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "DLT_EN3MB": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "DLT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "DLT_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "DLT_IEEE802_11": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), + "DLT_IEEE802_11_RADIO": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "DLT_IEEE802_11_RADIO_AVS": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), + "DLT_LINUX_SLL": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), + "DLT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "DLT_NULL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "DLT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), + "DLT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "DLT_PPP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "DLT_PPP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "DLT_PPP_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "DLT_PRONET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "DLT_RAW": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "DLT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "DLT_SLIP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "DT_BLK": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "DT_CHR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "DT_DIR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "DT_FIFO": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "DT_LNK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "DT_REG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "DT_SOCK": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "DT_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "DT_WHT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "Dup": reflect.ValueOf(syscall.Dup), + "Dup2": reflect.ValueOf(syscall.Dup2), + "E2BIG": reflect.ValueOf(syscall.E2BIG), + "EACCES": reflect.ValueOf(syscall.EACCES), + "EADDRINUSE": reflect.ValueOf(syscall.EADDRINUSE), + "EADDRNOTAVAIL": reflect.ValueOf(syscall.EADDRNOTAVAIL), + "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), + "EAGAIN": reflect.ValueOf(syscall.EAGAIN), + "EALREADY": reflect.ValueOf(syscall.EALREADY), + "EAUTH": reflect.ValueOf(syscall.EAUTH), + "EBADARCH": reflect.ValueOf(syscall.EBADARCH), + "EBADEXEC": reflect.ValueOf(syscall.EBADEXEC), + "EBADF": reflect.ValueOf(syscall.EBADF), + "EBADMACHO": reflect.ValueOf(syscall.EBADMACHO), + "EBADMSG": reflect.ValueOf(syscall.EBADMSG), + "EBADRPC": reflect.ValueOf(syscall.EBADRPC), + "EBUSY": reflect.ValueOf(syscall.EBUSY), + "ECANCELED": reflect.ValueOf(syscall.ECANCELED), + "ECHILD": reflect.ValueOf(syscall.ECHILD), + "ECHO": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "ECHOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "ECHOE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ECHOK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ECHOKE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ECHONL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "ECHOPRT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), + "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), + "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), + "EDEADLK": reflect.ValueOf(syscall.EDEADLK), + "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), + "EDEVERR": reflect.ValueOf(syscall.EDEVERR), + "EDOM": reflect.ValueOf(syscall.EDOM), + "EDQUOT": reflect.ValueOf(syscall.EDQUOT), + "EEXIST": reflect.ValueOf(syscall.EEXIST), + "EFAULT": reflect.ValueOf(syscall.EFAULT), + "EFBIG": reflect.ValueOf(syscall.EFBIG), + "EFTYPE": reflect.ValueOf(syscall.EFTYPE), + "EHOSTDOWN": reflect.ValueOf(syscall.EHOSTDOWN), + "EHOSTUNREACH": reflect.ValueOf(syscall.EHOSTUNREACH), + "EIDRM": reflect.ValueOf(syscall.EIDRM), + "EILSEQ": reflect.ValueOf(syscall.EILSEQ), + "EINPROGRESS": reflect.ValueOf(syscall.EINPROGRESS), + "EINTR": reflect.ValueOf(syscall.EINTR), + "EINVAL": reflect.ValueOf(syscall.EINVAL), + "EIO": reflect.ValueOf(syscall.EIO), + "EISCONN": reflect.ValueOf(syscall.EISCONN), + "EISDIR": reflect.ValueOf(syscall.EISDIR), + "ELAST": reflect.ValueOf(syscall.ELAST), + "ELOOP": reflect.ValueOf(syscall.ELOOP), + "EMFILE": reflect.ValueOf(syscall.EMFILE), + "EMLINK": reflect.ValueOf(syscall.EMLINK), + "EMSGSIZE": reflect.ValueOf(syscall.EMSGSIZE), + "EMULTIHOP": reflect.ValueOf(syscall.EMULTIHOP), + "ENAMETOOLONG": reflect.ValueOf(syscall.ENAMETOOLONG), + "ENEEDAUTH": reflect.ValueOf(syscall.ENEEDAUTH), + "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), + "ENETRESET": reflect.ValueOf(syscall.ENETRESET), + "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), + "ENFILE": reflect.ValueOf(syscall.ENFILE), + "ENOATTR": reflect.ValueOf(syscall.ENOATTR), + "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), + "ENODATA": reflect.ValueOf(syscall.ENODATA), + "ENODEV": reflect.ValueOf(syscall.ENODEV), + "ENOENT": reflect.ValueOf(syscall.ENOENT), + "ENOEXEC": reflect.ValueOf(syscall.ENOEXEC), + "ENOLCK": reflect.ValueOf(syscall.ENOLCK), + "ENOLINK": reflect.ValueOf(syscall.ENOLINK), + "ENOMEM": reflect.ValueOf(syscall.ENOMEM), + "ENOMSG": reflect.ValueOf(syscall.ENOMSG), + "ENOPOLICY": reflect.ValueOf(syscall.ENOPOLICY), + "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), + "ENOSPC": reflect.ValueOf(syscall.ENOSPC), + "ENOSR": reflect.ValueOf(syscall.ENOSR), + "ENOSTR": reflect.ValueOf(syscall.ENOSTR), + "ENOSYS": reflect.ValueOf(syscall.ENOSYS), + "ENOTBLK": reflect.ValueOf(syscall.ENOTBLK), + "ENOTCONN": reflect.ValueOf(syscall.ENOTCONN), + "ENOTDIR": reflect.ValueOf(syscall.ENOTDIR), + "ENOTEMPTY": reflect.ValueOf(syscall.ENOTEMPTY), + "ENOTRECOVERABLE": reflect.ValueOf(syscall.ENOTRECOVERABLE), + "ENOTSOCK": reflect.ValueOf(syscall.ENOTSOCK), + "ENOTSUP": reflect.ValueOf(syscall.ENOTSUP), + "ENOTTY": reflect.ValueOf(syscall.ENOTTY), + "ENXIO": reflect.ValueOf(syscall.ENXIO), + "EOPNOTSUPP": reflect.ValueOf(syscall.EOPNOTSUPP), + "EOVERFLOW": reflect.ValueOf(syscall.EOVERFLOW), + "EOWNERDEAD": reflect.ValueOf(syscall.EOWNERDEAD), + "EPERM": reflect.ValueOf(syscall.EPERM), + "EPFNOSUPPORT": reflect.ValueOf(syscall.EPFNOSUPPORT), + "EPIPE": reflect.ValueOf(syscall.EPIPE), + "EPROCLIM": reflect.ValueOf(syscall.EPROCLIM), + "EPROCUNAVAIL": reflect.ValueOf(syscall.EPROCUNAVAIL), + "EPROGMISMATCH": reflect.ValueOf(syscall.EPROGMISMATCH), + "EPROGUNAVAIL": reflect.ValueOf(syscall.EPROGUNAVAIL), + "EPROTO": reflect.ValueOf(syscall.EPROTO), + "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), + "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), + "EPWROFF": reflect.ValueOf(syscall.EPWROFF), + "EQFULL": reflect.ValueOf(syscall.EQFULL), + "ERANGE": reflect.ValueOf(syscall.ERANGE), + "EREMOTE": reflect.ValueOf(syscall.EREMOTE), + "EROFS": reflect.ValueOf(syscall.EROFS), + "ERPCMISMATCH": reflect.ValueOf(syscall.ERPCMISMATCH), + "ESHLIBVERS": reflect.ValueOf(syscall.ESHLIBVERS), + "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), + "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), + "ESPIPE": reflect.ValueOf(syscall.ESPIPE), + "ESRCH": reflect.ValueOf(syscall.ESRCH), + "ESTALE": reflect.ValueOf(syscall.ESTALE), + "ETIME": reflect.ValueOf(syscall.ETIME), + "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), + "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), + "ETXTBSY": reflect.ValueOf(syscall.ETXTBSY), + "EUSERS": reflect.ValueOf(syscall.EUSERS), + "EVFILT_AIO": reflect.ValueOf(constant.MakeFromLiteral("-3", token.INT, 0)), + "EVFILT_FS": reflect.ValueOf(constant.MakeFromLiteral("-9", token.INT, 0)), + "EVFILT_MACHPORT": reflect.ValueOf(constant.MakeFromLiteral("-8", token.INT, 0)), + "EVFILT_PROC": reflect.ValueOf(constant.MakeFromLiteral("-5", token.INT, 0)), + "EVFILT_READ": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), + "EVFILT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("-6", token.INT, 0)), + "EVFILT_SYSCOUNT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "EVFILT_THREADMARKER": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "EVFILT_TIMER": reflect.ValueOf(constant.MakeFromLiteral("-7", token.INT, 0)), + "EVFILT_USER": reflect.ValueOf(constant.MakeFromLiteral("-10", token.INT, 0)), + "EVFILT_VM": reflect.ValueOf(constant.MakeFromLiteral("-12", token.INT, 0)), + "EVFILT_VNODE": reflect.ValueOf(constant.MakeFromLiteral("-4", token.INT, 0)), + "EVFILT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("-2", token.INT, 0)), + "EV_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "EV_CLEAR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "EV_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "EV_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "EV_DISPATCH": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "EV_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "EV_EOF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "EV_ERROR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "EV_FLAG0": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "EV_FLAG1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "EV_ONESHOT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "EV_OOBAND": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "EV_POLL": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "EV_RECEIPT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "EV_SYSFLAGS": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), + "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), + "EXDEV": reflect.ValueOf(syscall.EXDEV), + "EXTA": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), + "EXTB": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), + "EXTPROC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "Environ": reflect.ValueOf(syscall.Environ), + "Exchangedata": reflect.ValueOf(syscall.Exchangedata), + "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "FD_SETSIZE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "FLUSHO": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), + "F_ADDFILESIGS": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "F_ADDSIGS": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "F_ALLOCATEALL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "F_ALLOCATECONTIG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_CHKCLEAN": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "F_FINDSIGS": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), + "F_FLUSH_DATA": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "F_FREEZE_FS": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "F_FULLFSYNC": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "F_GETCODEDIR": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "F_GETFD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "F_GETFL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "F_GETLK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "F_GETLKPID": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "F_GETNOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "F_GETOWN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "F_GETPATH": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "F_GETPATH_MTMINFO": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), + "F_GETPROTECTIONCLASS": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "F_GETPROTECTIONLEVEL": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), + "F_GLOBAL_NOCACHE": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "F_LOG2PHYS": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "F_LOG2PHYS_EXT": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "F_NOCACHE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "F_NODIRECT": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "F_OK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_PATHPKG_CHECK": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "F_PEOFPOSMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "F_PREALLOCATE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "F_RDADVISE": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "F_RDAHEAD": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "F_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "F_SETBACKINGSTORE": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), + "F_SETFD": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_SETFL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "F_SETLK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "F_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "F_SETLKWTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "F_SETNOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "F_SETOWN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "F_SETPROTECTIONCLASS": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "F_SETSIZE": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "F_SINGLE_WRITER": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), + "F_THAW_FS": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "F_TRANSCODEKEY": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "F_UNLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_VOLPOSMODE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "Fchdir": reflect.ValueOf(syscall.Fchdir), + "Fchflags": reflect.ValueOf(syscall.Fchflags), + "Fchmod": reflect.ValueOf(syscall.Fchmod), + "Fchown": reflect.ValueOf(syscall.Fchown), + "FcntlFlock": reflect.ValueOf(syscall.FcntlFlock), + "Flock": reflect.ValueOf(syscall.Flock), + "FlushBpf": reflect.ValueOf(syscall.FlushBpf), + "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), + "Fpathconf": reflect.ValueOf(syscall.Fpathconf), + "Fstat": reflect.ValueOf(syscall.Fstat), + "Fstatfs": reflect.ValueOf(syscall.Fstatfs), + "Fsync": reflect.ValueOf(syscall.Fsync), + "Ftruncate": reflect.ValueOf(syscall.Ftruncate), + "Futimes": reflect.ValueOf(syscall.Futimes), + "Getdirentries": reflect.ValueOf(syscall.Getdirentries), + "Getdtablesize": reflect.ValueOf(syscall.Getdtablesize), + "Getegid": reflect.ValueOf(syscall.Getegid), + "Getenv": reflect.ValueOf(syscall.Getenv), + "Geteuid": reflect.ValueOf(syscall.Geteuid), + "Getfsstat": reflect.ValueOf(syscall.Getfsstat), + "Getgid": reflect.ValueOf(syscall.Getgid), + "Getgroups": reflect.ValueOf(syscall.Getgroups), + "Getpagesize": reflect.ValueOf(syscall.Getpagesize), + "Getpeername": reflect.ValueOf(syscall.Getpeername), + "Getpgid": reflect.ValueOf(syscall.Getpgid), + "Getpgrp": reflect.ValueOf(syscall.Getpgrp), + "Getpid": reflect.ValueOf(syscall.Getpid), + "Getppid": reflect.ValueOf(syscall.Getppid), + "Getpriority": reflect.ValueOf(syscall.Getpriority), + "Getrlimit": reflect.ValueOf(syscall.Getrlimit), + "Getrusage": reflect.ValueOf(syscall.Getrusage), + "Getsid": reflect.ValueOf(syscall.Getsid), + "Getsockname": reflect.ValueOf(syscall.Getsockname), + "GetsockoptByte": reflect.ValueOf(syscall.GetsockoptByte), + "GetsockoptICMPv6Filter": reflect.ValueOf(syscall.GetsockoptICMPv6Filter), + "GetsockoptIPMreq": reflect.ValueOf(syscall.GetsockoptIPMreq), + "GetsockoptIPv6MTUInfo": reflect.ValueOf(syscall.GetsockoptIPv6MTUInfo), + "GetsockoptIPv6Mreq": reflect.ValueOf(syscall.GetsockoptIPv6Mreq), + "GetsockoptInet4Addr": reflect.ValueOf(syscall.GetsockoptInet4Addr), + "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), + "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), + "Getuid": reflect.ValueOf(syscall.Getuid), + "Getwd": reflect.ValueOf(syscall.Getwd), + "HUPCL": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "ICANON": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "ICMP6_FILTER": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "ICRNL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IEXTEN": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFF_ALLMULTI": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IFF_ALTPHYS": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFF_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFF_LINK0": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "IFF_LINK1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IFF_LINK2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IFF_NOARP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IFF_NOTRAILERS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IFF_OACTIVE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFF_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IFF_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IFF_SIMPLEX": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFT_1822": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFT_AAL5": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "IFT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IFT_ARCNETPLUS": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "IFT_ATM": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "IFT_BRIDGE": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), + "IFT_CARP": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), + "IFT_CELLULAR": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IFT_CEPT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IFT_DS3": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "IFT_ENC": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), + "IFT_EON": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "IFT_ETHER": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IFT_FAITH": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "IFT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "IFT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IFT_FRELAYDCE": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "IFT_GIF": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "IFT_HDH1822": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IFT_HIPPI": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "IFT_HSSI": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "IFT_HY": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IFT_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), + "IFT_IEEE8023ADLAG": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), + "IFT_ISDNBASIC": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IFT_ISDNPRIMARY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IFT_ISO88022LLC": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IFT_ISO88023": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IFT_ISO88024": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFT_ISO88025": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IFT_ISO88026": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IFT_L2VLAN": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "IFT_LAPB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFT_LOCALTALK": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "IFT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IFT_MIOX25": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "IFT_MODEM": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "IFT_NSIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IFT_OTHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFT_P10": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IFT_P80": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IFT_PARA": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "IFT_PDP": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IFT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), + "IFT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), + "IFT_PPP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IFT_PROPMUX": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IFT_PROPVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "IFT_PTPSERIAL": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IFT_RS232": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "IFT_SDLC": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "IFT_SIP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IFT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IFT_SMDSDXI": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "IFT_SMDSICIP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "IFT_SONET": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "IFT_SONETPATH": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IFT_SONETVT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IFT_STARLAN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IFT_STF": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "IFT_T1": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IFT_ULTRA": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "IFT_V35": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "IFT_X25": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IFT_X25DDN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFT_X25PLE": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "IFT_XETHER": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IGNBRK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IGNCR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IGNPAR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IMAXBEL": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "INLCR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "INPCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IN_CLASSA_HOST": reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)), + "IN_CLASSA_MAX": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IN_CLASSA_NET": reflect.ValueOf(constant.MakeFromLiteral("4278190080", token.INT, 0)), + "IN_CLASSA_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IN_CLASSB_HOST": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "IN_CLASSB_MAX": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "IN_CLASSB_NET": reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)), + "IN_CLASSB_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IN_CLASSC_HOST": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IN_CLASSC_NET": reflect.ValueOf(constant.MakeFromLiteral("4294967040", token.INT, 0)), + "IN_CLASSC_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IN_CLASSD_HOST": reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)), + "IN_CLASSD_NET": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), + "IN_CLASSD_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IN_LINKLOCALNETNUM": reflect.ValueOf(constant.MakeFromLiteral("2851995648", token.INT, 0)), + "IN_LOOPBACKNET": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "IPPROTO_3PC": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "IPPROTO_ADFS": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), + "IPPROTO_AH": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IPPROTO_AHIP": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "IPPROTO_APES": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), + "IPPROTO_ARGUS": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IPPROTO_AX25": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), + "IPPROTO_BHA": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "IPPROTO_BLT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "IPPROTO_BRSATMON": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), + "IPPROTO_CFTP": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "IPPROTO_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IPPROTO_CMTP": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "IPPROTO_CPHB": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "IPPROTO_CPNX": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "IPPROTO_DDP": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "IPPROTO_DGP": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), + "IPPROTO_DIVERT": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "IPPROTO_DONE": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), + "IPPROTO_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "IPPROTO_EGP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IPPROTO_EMCON": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IPPROTO_ENCAP": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), + "IPPROTO_EON": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "IPPROTO_ESP": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IPPROTO_ETHERIP": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), + "IPPROTO_FRAGMENT": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "IPPROTO_GGP": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IPPROTO_GMTP": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), + "IPPROTO_GRE": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "IPPROTO_HELLO": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "IPPROTO_HMP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IPPROTO_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPPROTO_ICMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPPROTO_ICMPV6": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "IPPROTO_IDP": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IPPROTO_IDPR": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IPPROTO_IDRP": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "IPPROTO_IGMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IPPROTO_IGP": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "IPPROTO_IGRP": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), + "IPPROTO_IL": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "IPPROTO_INLSP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "IPPROTO_INP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPPROTO_IPCOMP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "IPPROTO_IPCV": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), + "IPPROTO_IPEIP": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), + "IPPROTO_IPIP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPPROTO_IPPC": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IPPROTO_IRTP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IPPROTO_KRYPTOLAN": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "IPPROTO_LARP": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), + "IPPROTO_LEAF1": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "IPPROTO_LEAF2": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IPPROTO_MAX": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IPPROTO_MAXID": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "IPPROTO_MEAS": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IPPROTO_MHRP": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "IPPROTO_MICP": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "IPPROTO_MTP": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "IPPROTO_MUX": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IPPROTO_ND": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), + "IPPROTO_NHRP": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IPPROTO_NONE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IPPROTO_NSP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IPPROTO_NVPII": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IPPROTO_OSPFIGP": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "IPPROTO_PGM": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), + "IPPROTO_PIGP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IPPROTO_PIM": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), + "IPPROTO_PRM": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IPPROTO_PUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IPPROTO_PVP": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "IPPROTO_RAW": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IPPROTO_RCCMON": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IPPROTO_RDP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IPPROTO_ROUTING": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "IPPROTO_RSVP": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "IPPROTO_RVD": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "IPPROTO_SATEXPAK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IPPROTO_SATMON": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), + "IPPROTO_SCCSP": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "IPPROTO_SCTP": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), + "IPPROTO_SDRP": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "IPPROTO_SEP": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "IPPROTO_SRPC": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), + "IPPROTO_ST": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IPPROTO_SVMTP": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), + "IPPROTO_SWIPE": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "IPPROTO_TCF": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), + "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IPPROTO_TP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "IPPROTO_TPXX": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "IPPROTO_TRUNK1": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IPPROTO_TRUNK2": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IPPROTO_TTP": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), + "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "IPPROTO_VINES": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), + "IPPROTO_VISA": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), + "IPPROTO_VMTP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), + "IPPROTO_WBEXPAK": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), + "IPPROTO_WBMON": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), + "IPPROTO_WSN": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "IPPROTO_XNET": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "IPPROTO_XTP": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "IPV6_2292DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IPV6_2292HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IPV6_2292HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IPV6_2292NEXTHOP": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IPV6_2292PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IPV6_2292PKTOPTIONS": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "IPV6_2292RTHDR": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IPV6_BINDV6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IPV6_BOUND_IF": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), + "IPV6_CHECKSUM": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IPV6_DEFAULT_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_DEFHLIM": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IPV6_FAITH": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "IPV6_FLOWINFO_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294967055", token.INT, 0)), + "IPV6_FLOWLABEL_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294905600", token.INT, 0)), + "IPV6_FRAGTTL": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), + "IPV6_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "IPV6_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IPV6_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IPV6_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "IPV6_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "IPV6_HLIMDEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IPV6_LEAVE_GROUP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IPV6_MAXHLIM": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IPV6_MAXOPTHDR": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IPV6_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "IPV6_MAX_GROUP_SRC_FILTER": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IPV6_MAX_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("4095", token.INT, 0)), + "IPV6_MAX_SOCK_SRC_FILTER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IPV6_MIN_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IPV6_MMTU": reflect.ValueOf(constant.MakeFromLiteral("1280", token.INT, 0)), + "IPV6_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IPV6_RECVTCLASS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IPV6_RTHDR_LOOSE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPV6_RTHDR_STRICT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_RTHDR_TYPE_0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPV6_SOCKOPT_RESERVED1": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IPV6_TCLASS": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "IPV6_UNICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IPV6_VERSION": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "IPV6_VERSION_MASK": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IP_ADD_SOURCE_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), + "IP_BLOCK_SOURCE": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "IP_BOUND_IF": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "IP_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_DEFAULT_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_DF": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IP_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IP_DROP_SOURCE_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), + "IP_DUMMYNET_CONFIGURE": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "IP_DUMMYNET_DEL": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "IP_DUMMYNET_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "IP_DUMMYNET_GET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IP_FAITH": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IP_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "IP_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IP_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "IP_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "IP_FW_RESETLOG": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "IP_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "IP_HDRINCL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IP_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IP_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "IP_MAX_GROUP_SRC_FILTER": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IP_MAX_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("4095", token.INT, 0)), + "IP_MAX_SOCK_MUTE_FILTER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IP_MAX_SOCK_SRC_FILTER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IP_MF": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IP_MIN_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IP_MSFILTER": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "IP_MSS": reflect.ValueOf(constant.MakeFromLiteral("576", token.INT, 0)), + "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IP_MULTICAST_IFINDEX": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IP_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IP_MULTICAST_VIF": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IP_NAT__XXX": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "IP_OFFMASK": reflect.ValueOf(constant.MakeFromLiteral("8191", token.INT, 0)), + "IP_OLD_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IP_OLD_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IP_OLD_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "IP_OLD_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IP_OLD_FW_RESETLOG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "IP_OLD_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "IP_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IP_RECVDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IP_RECVIF": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IP_RECVOPTS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IP_RECVPKTINFO": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IP_RECVRETOPTS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IP_RECVTTL": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IP_RETOPTS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IP_RF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IP_RSVP_OFF": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IP_RSVP_ON": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "IP_RSVP_VIF_OFF": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IP_RSVP_VIF_ON": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "IP_STRIPHDR": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IP_TOS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IP_TRAFFIC_MGT_BACKGROUND": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "IP_TTL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IP_UNBLOCK_SOURCE": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "ISIG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "ISTRIP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IUTF8": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IXANY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IXOFF": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IXON": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), + "Issetugid": reflect.ValueOf(syscall.Issetugid), + "Kevent": reflect.ValueOf(syscall.Kevent), + "Kqueue": reflect.ValueOf(syscall.Kqueue), + "LOCK_EX": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "LOCK_NB": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "LOCK_SH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "LOCK_UN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "Lchown": reflect.ValueOf(syscall.Lchown), + "Link": reflect.ValueOf(syscall.Link), + "Listen": reflect.ValueOf(syscall.Listen), + "Lstat": reflect.ValueOf(syscall.Lstat), + "MADV_CAN_REUSE": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "MADV_DONTNEED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MADV_FREE": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "MADV_FREE_REUSABLE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "MADV_FREE_REUSE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MADV_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MADV_RANDOM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MADV_SEQUENTIAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MADV_WILLNEED": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "MADV_ZERO_WIRED_PAGES": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "MAP_ANON": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MAP_COPY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MAP_FILE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_FIXED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MAP_HASSEMAPHORE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "MAP_JIT": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "MAP_NOCACHE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "MAP_NOEXTEND": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "MAP_NORESERVE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "MAP_PRIVATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MAP_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "MAP_RESERVED0080": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "MAP_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MCL_CURRENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MCL_FUTURE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MSG_CTRUNC": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "MSG_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MSG_DONTWAIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "MSG_EOF": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "MSG_EOR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MSG_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "MSG_HAVEMORE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "MSG_HOLD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "MSG_NEEDSA": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "MSG_OOB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MSG_PEEK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MSG_RCVMORE": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "MSG_SEND": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MSG_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MSG_WAITALL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "MSG_WAITSTREAM": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "MS_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MS_DEACTIVATE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MS_INVALIDATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MS_KILLPAGES": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "Mkdir": reflect.ValueOf(syscall.Mkdir), + "Mkfifo": reflect.ValueOf(syscall.Mkfifo), + "Mknod": reflect.ValueOf(syscall.Mknod), + "Mlock": reflect.ValueOf(syscall.Mlock), + "Mlockall": reflect.ValueOf(syscall.Mlockall), + "Mmap": reflect.ValueOf(syscall.Mmap), + "Mprotect": reflect.ValueOf(syscall.Mprotect), + "Munlock": reflect.ValueOf(syscall.Munlock), + "Munlockall": reflect.ValueOf(syscall.Munlockall), + "Munmap": reflect.ValueOf(syscall.Munmap), + "NAME_MAX": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "NET_RT_DUMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NET_RT_DUMP2": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "NET_RT_FLAGS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "NET_RT_IFLIST2": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "NET_RT_MAXID": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "NET_RT_STAT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NET_RT_TRASH": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "NOFLSH": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "NOTE_ABSOLUTE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "NOTE_ATTRIB": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "NOTE_BACKGROUND": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "NOTE_CHILD": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NOTE_CRITICAL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "NOTE_DELETE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_EXEC": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "NOTE_EXIT": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "NOTE_EXITSTATUS": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), + "NOTE_EXIT_CSERROR": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "NOTE_EXIT_DECRYPTFAIL": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "NOTE_EXIT_DETAIL": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), + "NOTE_EXIT_DETAIL_MASK": reflect.ValueOf(constant.MakeFromLiteral("458752", token.INT, 0)), + "NOTE_EXIT_MEMORY": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "NOTE_EXIT_REPARENTED": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "NOTE_EXTEND": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NOTE_FFAND": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "NOTE_FFCOPY": reflect.ValueOf(constant.MakeFromLiteral("3221225472", token.INT, 0)), + "NOTE_FFCTRLMASK": reflect.ValueOf(constant.MakeFromLiteral("3221225472", token.INT, 0)), + "NOTE_FFLAGSMASK": reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)), + "NOTE_FFNOP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "NOTE_FFOR": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "NOTE_FORK": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "NOTE_LEEWAY": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "NOTE_LINK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "NOTE_LOWAT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_NONE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "NOTE_NSECONDS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NOTE_PCTRLMASK": reflect.ValueOf(constant.MakeFromLiteral("-1048576", token.INT, 0)), + "NOTE_PDATAMASK": reflect.ValueOf(constant.MakeFromLiteral("1048575", token.INT, 0)), + "NOTE_REAP": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "NOTE_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "NOTE_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "NOTE_SECONDS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)), + "NOTE_TRACK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_TRACKERR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NOTE_TRIGGER": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "NOTE_USECONDS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NOTE_VM_ERROR": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "NOTE_VM_PRESSURE": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "NOTE_VM_PRESSURE_SUDDEN_TERMINATE": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "NOTE_VM_PRESSURE_TERMINATE": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "NOTE_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), + "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), + "OCRNL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "OFDEL": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "OFILL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "ONLCR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ONLRET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "ONOCR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "ONOEOT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "OPOST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "O_ALERT": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "O_DIRECTORY": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "O_DP_GETRAWENCRYPTED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "O_DSYNC": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "O_EVTONLY": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "O_EXLOCK": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "O_NOCTTY": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "O_NOFOLLOW": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "O_POPUP": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "O_SHLOCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "O_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "Open": reflect.ValueOf(syscall.Open), + "PARENB": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "PARMRK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PARODD": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "PENDIN": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "PRIO_PGRP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PRIO_PROCESS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PRIO_USER": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PROT_EXEC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PROT_NONE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PROT_READ": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PROT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PTRACE_CONT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PTRACE_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PTRACE_TRACEME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PT_ATTACH": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "PT_ATTACHEXC": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "PT_CONTINUE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PT_DENY_ATTACH": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "PT_DETACH": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "PT_FIRSTMACH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "PT_FORCEQUOTA": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "PT_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PT_READ_D": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PT_READ_I": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PT_READ_U": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PT_SIGEXC": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "PT_STEP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "PT_THUPDATE": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "PT_TRACE_ME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PT_WRITE_D": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PT_WRITE_I": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PT_WRITE_U": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "ParseDirent": reflect.ValueOf(syscall.ParseDirent), + "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), + "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), + "ParseSocketControlMessage": reflect.ValueOf(syscall.ParseSocketControlMessage), + "ParseUnixRights": reflect.ValueOf(syscall.ParseUnixRights), + "Pathconf": reflect.ValueOf(syscall.Pathconf), + "Pipe": reflect.ValueOf(syscall.Pipe), + "Pread": reflect.ValueOf(syscall.Pread), + "Pwrite": reflect.ValueOf(syscall.Pwrite), + "RLIMIT_AS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RLIMIT_CORE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RLIMIT_CPU": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RLIMIT_CPU_USAGE_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RLIMIT_DATA": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RLIMIT_FSIZE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RLIMIT_NOFILE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RLIMIT_STACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RLIM_INFINITY": reflect.ValueOf(constant.MakeFromLiteral("9223372036854775807", token.INT, 0)), + "RTAX_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTAX_BRD": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTAX_DST": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RTAX_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTAX_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTAX_IFA": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTAX_IFP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTAX_MAX": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTAX_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTA_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTA_BRD": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "RTA_DST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTA_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTA_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTA_IFA": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RTA_IFP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTA_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTF_BLACKHOLE": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "RTF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "RTF_CLONING": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "RTF_CONDEMNED": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), + "RTF_DELCLONE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "RTF_DONE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTF_DYNAMIC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTF_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTF_HOST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTF_IFREF": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), + "RTF_IFSCOPE": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "RTF_LLINFO": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "RTF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "RTF_MODIFIED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RTF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), + "RTF_PINNED": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "RTF_PRCLONING": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "RTF_PROTO1": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "RTF_PROTO2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "RTF_PROTO3": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "RTF_PROXY": reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)), + "RTF_REJECT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTF_ROUTER": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "RTF_STATIC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "RTF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTF_WASCLONED": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "RTF_XRESOLVE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "RTM_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTM_CHANGE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTM_DELADDR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "RTM_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTM_DELMADDR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTM_GET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTM_GET2": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "RTM_IFINFO": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "RTM_IFINFO2": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "RTM_LOCK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTM_LOSING": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTM_MISS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTM_NEWADDR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "RTM_NEWMADDR": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "RTM_NEWMADDR2": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "RTM_OLDADD": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "RTM_OLDDEL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "RTM_REDIRECT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTM_RESOLVE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTM_RTTUNIT": reflect.ValueOf(constant.MakeFromLiteral("1000000", token.INT, 0)), + "RTM_VERSION": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTV_EXPIRE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTV_HOPCOUNT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTV_MTU": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTV_RPIPE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTV_RTT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTV_RTTVAR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "RTV_SPIPE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTV_SSTHRESH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RUSAGE_CHILDREN": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), + "RUSAGE_SELF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "Read": reflect.ValueOf(syscall.Read), + "ReadDirent": reflect.ValueOf(syscall.ReadDirent), + "Readlink": reflect.ValueOf(syscall.Readlink), + "Recvfrom": reflect.ValueOf(syscall.Recvfrom), + "Recvmsg": reflect.ValueOf(syscall.Recvmsg), + "Rename": reflect.ValueOf(syscall.Rename), + "Revoke": reflect.ValueOf(syscall.Revoke), + "Rmdir": reflect.ValueOf(syscall.Rmdir), + "RouteRIB": reflect.ValueOf(syscall.RouteRIB), + "SCM_CREDS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "SCM_RIGHTS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SCM_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SCM_TIMESTAMP_MONOTONIC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SHUT_RD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "SHUT_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SHUT_WR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SIGABRT": reflect.ValueOf(syscall.SIGABRT), + "SIGALRM": reflect.ValueOf(syscall.SIGALRM), + "SIGBUS": reflect.ValueOf(syscall.SIGBUS), + "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), + "SIGCONT": reflect.ValueOf(syscall.SIGCONT), + "SIGEMT": reflect.ValueOf(syscall.SIGEMT), + "SIGFPE": reflect.ValueOf(syscall.SIGFPE), + "SIGHUP": reflect.ValueOf(syscall.SIGHUP), + "SIGILL": reflect.ValueOf(syscall.SIGILL), + "SIGINFO": reflect.ValueOf(syscall.SIGINFO), + "SIGINT": reflect.ValueOf(syscall.SIGINT), + "SIGIO": reflect.ValueOf(syscall.SIGIO), + "SIGIOT": reflect.ValueOf(syscall.SIGIOT), + "SIGKILL": reflect.ValueOf(syscall.SIGKILL), + "SIGPIPE": reflect.ValueOf(syscall.SIGPIPE), + "SIGPROF": reflect.ValueOf(syscall.SIGPROF), + "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), + "SIGSEGV": reflect.ValueOf(syscall.SIGSEGV), + "SIGSTOP": reflect.ValueOf(syscall.SIGSTOP), + "SIGSYS": reflect.ValueOf(syscall.SIGSYS), + "SIGTERM": reflect.ValueOf(syscall.SIGTERM), + "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), + "SIGTSTP": reflect.ValueOf(syscall.SIGTSTP), + "SIGTTIN": reflect.ValueOf(syscall.SIGTTIN), + "SIGTTOU": reflect.ValueOf(syscall.SIGTTOU), + "SIGURG": reflect.ValueOf(syscall.SIGURG), + "SIGUSR1": reflect.ValueOf(syscall.SIGUSR1), + "SIGUSR2": reflect.ValueOf(syscall.SIGUSR2), + "SIGVTALRM": reflect.ValueOf(syscall.SIGVTALRM), + "SIGWINCH": reflect.ValueOf(syscall.SIGWINCH), + "SIGXCPU": reflect.ValueOf(syscall.SIGXCPU), + "SIGXFSZ": reflect.ValueOf(syscall.SIGXFSZ), + "SIOCADDMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607729", token.INT, 0)), + "SIOCAIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704858", token.INT, 0)), + "SIOCARPIPLL": reflect.ValueOf(constant.MakeFromLiteral("3223349544", token.INT, 0)), + "SIOCATMARK": reflect.ValueOf(constant.MakeFromLiteral("1074033415", token.INT, 0)), + "SIOCAUTOADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349542", token.INT, 0)), + "SIOCAUTONETMASK": reflect.ValueOf(constant.MakeFromLiteral("2149607719", token.INT, 0)), + "SIOCDELMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607730", token.INT, 0)), + "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607705", token.INT, 0)), + "SIOCDIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607745", token.INT, 0)), + "SIOCGDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("3223873915", token.INT, 0)), + "SIOCGETVLAN": reflect.ValueOf(constant.MakeFromLiteral("3223349631", token.INT, 0)), + "SIOCGHIWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033409", token.INT, 0)), + "SIOCGIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349537", token.INT, 0)), + "SIOCGIFALTMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349576", token.INT, 0)), + "SIOCGIFASYNCMAP": reflect.ValueOf(constant.MakeFromLiteral("3223349628", token.INT, 0)), + "SIOCGIFBOND": reflect.ValueOf(constant.MakeFromLiteral("3223349575", token.INT, 0)), + "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349539", token.INT, 0)), + "SIOCGIFCAP": reflect.ValueOf(constant.MakeFromLiteral("3223349595", token.INT, 0)), + "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3222038820", token.INT, 0)), + "SIOCGIFDEVMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349572", token.INT, 0)), + "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349538", token.INT, 0)), + "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349521", token.INT, 0)), + "SIOCGIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("3223349562", token.INT, 0)), + "SIOCGIFKPI": reflect.ValueOf(constant.MakeFromLiteral("3223349639", token.INT, 0)), + "SIOCGIFMAC": reflect.ValueOf(constant.MakeFromLiteral("3223349634", token.INT, 0)), + "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3224135992", token.INT, 0)), + "SIOCGIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("3223349527", token.INT, 0)), + "SIOCGIFMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349555", token.INT, 0)), + "SIOCGIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("3223349541", token.INT, 0)), + "SIOCGIFPDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349568", token.INT, 0)), + "SIOCGIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("3223349557", token.INT, 0)), + "SIOCGIFPSRCADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349567", token.INT, 0)), + "SIOCGIFSTATUS": reflect.ValueOf(constant.MakeFromLiteral("3274795325", token.INT, 0)), + "SIOCGIFVLAN": reflect.ValueOf(constant.MakeFromLiteral("3223349631", token.INT, 0)), + "SIOCGIFWAKEFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349640", token.INT, 0)), + "SIOCGLOWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033411", token.INT, 0)), + "SIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033417", token.INT, 0)), + "SIOCIFCREATE": reflect.ValueOf(constant.MakeFromLiteral("3223349624", token.INT, 0)), + "SIOCIFCREATE2": reflect.ValueOf(constant.MakeFromLiteral("3223349626", token.INT, 0)), + "SIOCIFDESTROY": reflect.ValueOf(constant.MakeFromLiteral("2149607801", token.INT, 0)), + "SIOCIFGCLONERS": reflect.ValueOf(constant.MakeFromLiteral("3222301057", token.INT, 0)), + "SIOCRSLVMULTI": reflect.ValueOf(constant.MakeFromLiteral("3222300987", token.INT, 0)), + "SIOCSDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("2150132091", token.INT, 0)), + "SIOCSETVLAN": reflect.ValueOf(constant.MakeFromLiteral("2149607806", token.INT, 0)), + "SIOCSHIWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775232", token.INT, 0)), + "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607692", token.INT, 0)), + "SIOCSIFALTMTU": reflect.ValueOf(constant.MakeFromLiteral("2149607749", token.INT, 0)), + "SIOCSIFASYNCMAP": reflect.ValueOf(constant.MakeFromLiteral("2149607805", token.INT, 0)), + "SIOCSIFBOND": reflect.ValueOf(constant.MakeFromLiteral("2149607750", token.INT, 0)), + "SIOCSIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607699", token.INT, 0)), + "SIOCSIFCAP": reflect.ValueOf(constant.MakeFromLiteral("2149607770", token.INT, 0)), + "SIOCSIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607694", token.INT, 0)), + "SIOCSIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2149607696", token.INT, 0)), + "SIOCSIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("2149607737", token.INT, 0)), + "SIOCSIFKPI": reflect.ValueOf(constant.MakeFromLiteral("2149607814", token.INT, 0)), + "SIOCSIFLLADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607740", token.INT, 0)), + "SIOCSIFMAC": reflect.ValueOf(constant.MakeFromLiteral("2149607811", token.INT, 0)), + "SIOCSIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3223349559", token.INT, 0)), + "SIOCSIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("2149607704", token.INT, 0)), + "SIOCSIFMTU": reflect.ValueOf(constant.MakeFromLiteral("2149607732", token.INT, 0)), + "SIOCSIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("2149607702", token.INT, 0)), + "SIOCSIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704894", token.INT, 0)), + "SIOCSIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("2149607734", token.INT, 0)), + "SIOCSIFVLAN": reflect.ValueOf(constant.MakeFromLiteral("2149607806", token.INT, 0)), + "SIOCSLOWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775234", token.INT, 0)), + "SIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775240", token.INT, 0)), + "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SOCK_MAXADDRLEN": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "SOCK_RDM": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SO_ACCEPTCONN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SO_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SO_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SO_DONTTRUNC": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("4103", token.INT, 0)), + "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SO_LABEL": reflect.ValueOf(constant.MakeFromLiteral("4112", token.INT, 0)), + "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SO_LINGER_SEC": reflect.ValueOf(constant.MakeFromLiteral("4224", token.INT, 0)), + "SO_NKE": reflect.ValueOf(constant.MakeFromLiteral("4129", token.INT, 0)), + "SO_NOADDRERR": reflect.ValueOf(constant.MakeFromLiteral("4131", token.INT, 0)), + "SO_NOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("4130", token.INT, 0)), + "SO_NOTIFYCONFLICT": reflect.ValueOf(constant.MakeFromLiteral("4134", token.INT, 0)), + "SO_NP_EXTENSIONS": reflect.ValueOf(constant.MakeFromLiteral("4227", token.INT, 0)), + "SO_NREAD": reflect.ValueOf(constant.MakeFromLiteral("4128", token.INT, 0)), + "SO_NUMRCVPKT": reflect.ValueOf(constant.MakeFromLiteral("4370", token.INT, 0)), + "SO_NWRITE": reflect.ValueOf(constant.MakeFromLiteral("4132", token.INT, 0)), + "SO_OOBINLINE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "SO_PEERLABEL": reflect.ValueOf(constant.MakeFromLiteral("4113", token.INT, 0)), + "SO_RANDOMPORT": reflect.ValueOf(constant.MakeFromLiteral("4226", token.INT, 0)), + "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("4098", token.INT, 0)), + "SO_RCVLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4100", token.INT, 0)), + "SO_RCVTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4102", token.INT, 0)), + "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "SO_REUSESHAREUID": reflect.ValueOf(constant.MakeFromLiteral("4133", token.INT, 0)), + "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("4097", token.INT, 0)), + "SO_SNDLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4099", token.INT, 0)), + "SO_SNDTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4101", token.INT, 0)), + "SO_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "SO_TIMESTAMP_MONOTONIC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)), + "SO_UPCALLCLOSEWAIT": reflect.ValueOf(constant.MakeFromLiteral("4135", token.INT, 0)), + "SO_USELOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "SO_WANTMORE": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "SO_WANTOOBFLAG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "SYS_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "SYS_ACCEPT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("404", token.INT, 0)), + "SYS_ACCESS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "SYS_ACCESS_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("284", token.INT, 0)), + "SYS_ACCT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "SYS_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), + "SYS_AIO_CANCEL": reflect.ValueOf(constant.MakeFromLiteral("316", token.INT, 0)), + "SYS_AIO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("317", token.INT, 0)), + "SYS_AIO_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("313", token.INT, 0)), + "SYS_AIO_READ": reflect.ValueOf(constant.MakeFromLiteral("318", token.INT, 0)), + "SYS_AIO_RETURN": reflect.ValueOf(constant.MakeFromLiteral("314", token.INT, 0)), + "SYS_AIO_SUSPEND": reflect.ValueOf(constant.MakeFromLiteral("315", token.INT, 0)), + "SYS_AIO_SUSPEND_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("421", token.INT, 0)), + "SYS_AIO_WRITE": reflect.ValueOf(constant.MakeFromLiteral("319", token.INT, 0)), + "SYS_ATGETMSG": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), + "SYS_ATPGETREQ": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), + "SYS_ATPGETRSP": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), + "SYS_ATPSNDREQ": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), + "SYS_ATPSNDRSP": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), + "SYS_ATPUTMSG": reflect.ValueOf(constant.MakeFromLiteral("208", token.INT, 0)), + "SYS_ATSOCKET": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), + "SYS_AUDIT": reflect.ValueOf(constant.MakeFromLiteral("350", token.INT, 0)), + "SYS_AUDITCTL": reflect.ValueOf(constant.MakeFromLiteral("359", token.INT, 0)), + "SYS_AUDITON": reflect.ValueOf(constant.MakeFromLiteral("351", token.INT, 0)), + "SYS_AUDIT_SESSION_JOIN": reflect.ValueOf(constant.MakeFromLiteral("429", token.INT, 0)), + "SYS_AUDIT_SESSION_PORT": reflect.ValueOf(constant.MakeFromLiteral("432", token.INT, 0)), + "SYS_AUDIT_SESSION_SELF": reflect.ValueOf(constant.MakeFromLiteral("428", token.INT, 0)), + "SYS_BIND": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "SYS_BSDTHREAD_CREATE": reflect.ValueOf(constant.MakeFromLiteral("360", token.INT, 0)), + "SYS_BSDTHREAD_REGISTER": reflect.ValueOf(constant.MakeFromLiteral("366", token.INT, 0)), + "SYS_BSDTHREAD_TERMINATE": reflect.ValueOf(constant.MakeFromLiteral("361", token.INT, 0)), + "SYS_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SYS_CHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "SYS_CHMOD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "SYS_CHMOD_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("282", token.INT, 0)), + "SYS_CHOWN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SYS_CHROOT": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "SYS_CHUD": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), + "SYS_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "SYS_CLOSE_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("399", token.INT, 0)), + "SYS_CONNECT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), + "SYS_CONNECT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("409", token.INT, 0)), + "SYS_COPYFILE": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), + "SYS_CSOPS": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), + "SYS_CSOPS_AUDITTOKEN": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), + "SYS_DELETE": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), + "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "SYS_DUP2": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), + "SYS_EXCHANGEDATA": reflect.ValueOf(constant.MakeFromLiteral("223", token.INT, 0)), + "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "SYS_EXIT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SYS_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "SYS_FCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "SYS_FCHMOD": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), + "SYS_FCHMOD_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("283", token.INT, 0)), + "SYS_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "SYS_FCNTL_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("406", token.INT, 0)), + "SYS_FDATASYNC": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), + "SYS_FFSCTL": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), + "SYS_FGETATTRLIST": reflect.ValueOf(constant.MakeFromLiteral("228", token.INT, 0)), + "SYS_FGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("235", token.INT, 0)), + "SYS_FHOPEN": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), + "SYS_FILEPORT_MAKEFD": reflect.ValueOf(constant.MakeFromLiteral("431", token.INT, 0)), + "SYS_FILEPORT_MAKEPORT": reflect.ValueOf(constant.MakeFromLiteral("430", token.INT, 0)), + "SYS_FLISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), + "SYS_FLOCK": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), + "SYS_FORK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SYS_FPATHCONF": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), + "SYS_FREMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("239", token.INT, 0)), + "SYS_FSCTL": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), + "SYS_FSETATTRLIST": reflect.ValueOf(constant.MakeFromLiteral("229", token.INT, 0)), + "SYS_FSETXATTR": reflect.ValueOf(constant.MakeFromLiteral("237", token.INT, 0)), + "SYS_FSGETPATH": reflect.ValueOf(constant.MakeFromLiteral("427", token.INT, 0)), + "SYS_FSTAT": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), + "SYS_FSTAT64": reflect.ValueOf(constant.MakeFromLiteral("339", token.INT, 0)), + "SYS_FSTAT64_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("343", token.INT, 0)), + "SYS_FSTATFS": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), + "SYS_FSTATFS64": reflect.ValueOf(constant.MakeFromLiteral("346", token.INT, 0)), + "SYS_FSTAT_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("281", token.INT, 0)), + "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "SYS_FSYNC_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("408", token.INT, 0)), + "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), + "SYS_FUTIMES": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), + "SYS_GETATTRLIST": reflect.ValueOf(constant.MakeFromLiteral("220", token.INT, 0)), + "SYS_GETAUDIT_ADDR": reflect.ValueOf(constant.MakeFromLiteral("357", token.INT, 0)), + "SYS_GETAUID": reflect.ValueOf(constant.MakeFromLiteral("353", token.INT, 0)), + "SYS_GETDIRENTRIES": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), + "SYS_GETDIRENTRIES64": reflect.ValueOf(constant.MakeFromLiteral("344", token.INT, 0)), + "SYS_GETDIRENTRIESATTR": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), + "SYS_GETDTABLESIZE": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "SYS_GETEGID": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "SYS_GETEUID": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "SYS_GETFH": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), + "SYS_GETFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "SYS_GETFSSTAT64": reflect.ValueOf(constant.MakeFromLiteral("347", token.INT, 0)), + "SYS_GETGID": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "SYS_GETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), + "SYS_GETHOSTUUID": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), + "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), + "SYS_GETLCID": reflect.ValueOf(constant.MakeFromLiteral("395", token.INT, 0)), + "SYS_GETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("151", token.INT, 0)), + "SYS_GETPGRP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), + "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), + "SYS_GETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), + "SYS_GETRUSAGE": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), + "SYS_GETSGROUPS": reflect.ValueOf(constant.MakeFromLiteral("288", token.INT, 0)), + "SYS_GETSID": reflect.ValueOf(constant.MakeFromLiteral("310", token.INT, 0)), + "SYS_GETSOCKNAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SYS_GETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), + "SYS_GETTID": reflect.ValueOf(constant.MakeFromLiteral("286", token.INT, 0)), + "SYS_GETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), + "SYS_GETUID": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "SYS_GETWGROUPS": reflect.ValueOf(constant.MakeFromLiteral("290", token.INT, 0)), + "SYS_GETXATTR": reflect.ValueOf(constant.MakeFromLiteral("234", token.INT, 0)), + "SYS_IDENTITYSVC": reflect.ValueOf(constant.MakeFromLiteral("293", token.INT, 0)), + "SYS_INITGROUPS": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), + "SYS_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "SYS_IOPOLICYSYS": reflect.ValueOf(constant.MakeFromLiteral("322", token.INT, 0)), + "SYS_ISSETUGID": reflect.ValueOf(constant.MakeFromLiteral("327", token.INT, 0)), + "SYS_KAS_INFO": reflect.ValueOf(constant.MakeFromLiteral("439", token.INT, 0)), + "SYS_KDEBUG_TRACE": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), + "SYS_KEVENT": reflect.ValueOf(constant.MakeFromLiteral("363", token.INT, 0)), + "SYS_KEVENT64": reflect.ValueOf(constant.MakeFromLiteral("369", token.INT, 0)), + "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "SYS_KQUEUE": reflect.ValueOf(constant.MakeFromLiteral("362", token.INT, 0)), + "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("364", token.INT, 0)), + "SYS_LEDGER": reflect.ValueOf(constant.MakeFromLiteral("373", token.INT, 0)), + "SYS_LINK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "SYS_LIO_LISTIO": reflect.ValueOf(constant.MakeFromLiteral("320", token.INT, 0)), + "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), + "SYS_LISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "SYS_LSEEK": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), + "SYS_LSTAT": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), + "SYS_LSTAT64": reflect.ValueOf(constant.MakeFromLiteral("340", token.INT, 0)), + "SYS_LSTAT64_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("342", token.INT, 0)), + "SYS_LSTAT_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("280", token.INT, 0)), + "SYS_MADVISE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "SYS_MAXSYSCALL": reflect.ValueOf(constant.MakeFromLiteral("440", token.INT, 0)), + "SYS_MINCORE": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), + "SYS_MINHERIT": reflect.ValueOf(constant.MakeFromLiteral("250", token.INT, 0)), + "SYS_MKDIR": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), + "SYS_MKDIR_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("292", token.INT, 0)), + "SYS_MKFIFO": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), + "SYS_MKFIFO_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("291", token.INT, 0)), + "SYS_MKNOD": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "SYS_MLOCK": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), + "SYS_MLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("324", token.INT, 0)), + "SYS_MMAP": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), + "SYS_MODWATCH": reflect.ValueOf(constant.MakeFromLiteral("233", token.INT, 0)), + "SYS_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), + "SYS_MPROTECT": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "SYS_MSGCTL": reflect.ValueOf(constant.MakeFromLiteral("258", token.INT, 0)), + "SYS_MSGGET": reflect.ValueOf(constant.MakeFromLiteral("259", token.INT, 0)), + "SYS_MSGRCV": reflect.ValueOf(constant.MakeFromLiteral("261", token.INT, 0)), + "SYS_MSGRCV_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("419", token.INT, 0)), + "SYS_MSGSND": reflect.ValueOf(constant.MakeFromLiteral("260", token.INT, 0)), + "SYS_MSGSND_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("418", token.INT, 0)), + "SYS_MSGSYS": reflect.ValueOf(constant.MakeFromLiteral("252", token.INT, 0)), + "SYS_MSYNC": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "SYS_MSYNC_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("405", token.INT, 0)), + "SYS_MUNLOCK": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), + "SYS_MUNLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("325", token.INT, 0)), + "SYS_MUNMAP": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "SYS_NFSCLNT": reflect.ValueOf(constant.MakeFromLiteral("247", token.INT, 0)), + "SYS_NFSSVC": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), + "SYS_OPEN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "SYS_OPEN_DPROTECTED_NP": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), + "SYS_OPEN_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("277", token.INT, 0)), + "SYS_OPEN_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("398", token.INT, 0)), + "SYS_PATHCONF": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), + "SYS_PID_HIBERNATE": reflect.ValueOf(constant.MakeFromLiteral("435", token.INT, 0)), + "SYS_PID_RESUME": reflect.ValueOf(constant.MakeFromLiteral("434", token.INT, 0)), + "SYS_PID_SHUTDOWN_SOCKETS": reflect.ValueOf(constant.MakeFromLiteral("436", token.INT, 0)), + "SYS_PID_SUSPEND": reflect.ValueOf(constant.MakeFromLiteral("433", token.INT, 0)), + "SYS_PIPE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "SYS_POLL": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), + "SYS_POLL_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("417", token.INT, 0)), + "SYS_POSIX_SPAWN": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), + "SYS_PREAD": reflect.ValueOf(constant.MakeFromLiteral("153", token.INT, 0)), + "SYS_PREAD_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("414", token.INT, 0)), + "SYS_PROCESS_POLICY": reflect.ValueOf(constant.MakeFromLiteral("323", token.INT, 0)), + "SYS_PROC_INFO": reflect.ValueOf(constant.MakeFromLiteral("336", token.INT, 0)), + "SYS_PSYNCH_CVBROAD": reflect.ValueOf(constant.MakeFromLiteral("303", token.INT, 0)), + "SYS_PSYNCH_CVCLRPREPOST": reflect.ValueOf(constant.MakeFromLiteral("312", token.INT, 0)), + "SYS_PSYNCH_CVSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("304", token.INT, 0)), + "SYS_PSYNCH_CVWAIT": reflect.ValueOf(constant.MakeFromLiteral("305", token.INT, 0)), + "SYS_PSYNCH_MUTEXDROP": reflect.ValueOf(constant.MakeFromLiteral("302", token.INT, 0)), + "SYS_PSYNCH_MUTEXWAIT": reflect.ValueOf(constant.MakeFromLiteral("301", token.INT, 0)), + "SYS_PSYNCH_RW_DOWNGRADE": reflect.ValueOf(constant.MakeFromLiteral("299", token.INT, 0)), + "SYS_PSYNCH_RW_LONGRDLOCK": reflect.ValueOf(constant.MakeFromLiteral("297", token.INT, 0)), + "SYS_PSYNCH_RW_RDLOCK": reflect.ValueOf(constant.MakeFromLiteral("306", token.INT, 0)), + "SYS_PSYNCH_RW_UNLOCK": reflect.ValueOf(constant.MakeFromLiteral("308", token.INT, 0)), + "SYS_PSYNCH_RW_UNLOCK2": reflect.ValueOf(constant.MakeFromLiteral("309", token.INT, 0)), + "SYS_PSYNCH_RW_UPGRADE": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), + "SYS_PSYNCH_RW_WRLOCK": reflect.ValueOf(constant.MakeFromLiteral("307", token.INT, 0)), + "SYS_PSYNCH_RW_YIELDWRLOCK": reflect.ValueOf(constant.MakeFromLiteral("298", token.INT, 0)), + "SYS_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "SYS_PWRITE": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), + "SYS_PWRITE_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("415", token.INT, 0)), + "SYS_QUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), + "SYS_READ": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "SYS_READLINK": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "SYS_READV": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), + "SYS_READV_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("411", token.INT, 0)), + "SYS_READ_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("396", token.INT, 0)), + "SYS_REBOOT": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "SYS_RECVFROM": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "SYS_RECVFROM_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("403", token.INT, 0)), + "SYS_RECVMSG": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "SYS_RECVMSG_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("401", token.INT, 0)), + "SYS_REMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("238", token.INT, 0)), + "SYS_RENAME": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SYS_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "SYS_RMDIR": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "SYS_SEARCHFS": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), + "SYS_SELECT": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), + "SYS_SELECT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("407", token.INT, 0)), + "SYS_SEMCTL": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "SYS_SEMGET": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "SYS_SEMOP": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "SYS_SEMSYS": reflect.ValueOf(constant.MakeFromLiteral("251", token.INT, 0)), + "SYS_SEM_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("269", token.INT, 0)), + "SYS_SEM_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("276", token.INT, 0)), + "SYS_SEM_GETVALUE": reflect.ValueOf(constant.MakeFromLiteral("274", token.INT, 0)), + "SYS_SEM_INIT": reflect.ValueOf(constant.MakeFromLiteral("275", token.INT, 0)), + "SYS_SEM_OPEN": reflect.ValueOf(constant.MakeFromLiteral("268", token.INT, 0)), + "SYS_SEM_POST": reflect.ValueOf(constant.MakeFromLiteral("273", token.INT, 0)), + "SYS_SEM_TRYWAIT": reflect.ValueOf(constant.MakeFromLiteral("272", token.INT, 0)), + "SYS_SEM_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("270", token.INT, 0)), + "SYS_SEM_WAIT": reflect.ValueOf(constant.MakeFromLiteral("271", token.INT, 0)), + "SYS_SEM_WAIT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("420", token.INT, 0)), + "SYS_SENDFILE": reflect.ValueOf(constant.MakeFromLiteral("337", token.INT, 0)), + "SYS_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SYS_SENDMSG_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("402", token.INT, 0)), + "SYS_SENDTO": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), + "SYS_SENDTO_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("413", token.INT, 0)), + "SYS_SETATTRLIST": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), + "SYS_SETAUDIT_ADDR": reflect.ValueOf(constant.MakeFromLiteral("358", token.INT, 0)), + "SYS_SETAUID": reflect.ValueOf(constant.MakeFromLiteral("354", token.INT, 0)), + "SYS_SETEGID": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), + "SYS_SETEUID": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), + "SYS_SETGID": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), + "SYS_SETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "SYS_SETITIMER": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), + "SYS_SETLCID": reflect.ValueOf(constant.MakeFromLiteral("394", token.INT, 0)), + "SYS_SETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "SYS_SETPGID": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), + "SYS_SETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "SYS_SETPRIVEXEC": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), + "SYS_SETREGID": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "SYS_SETREUID": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), + "SYS_SETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), + "SYS_SETSGROUPS": reflect.ValueOf(constant.MakeFromLiteral("287", token.INT, 0)), + "SYS_SETSID": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), + "SYS_SETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), + "SYS_SETTID": reflect.ValueOf(constant.MakeFromLiteral("285", token.INT, 0)), + "SYS_SETTID_WITH_PID": reflect.ValueOf(constant.MakeFromLiteral("311", token.INT, 0)), + "SYS_SETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), + "SYS_SETUID": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "SYS_SETWGROUPS": reflect.ValueOf(constant.MakeFromLiteral("289", token.INT, 0)), + "SYS_SETXATTR": reflect.ValueOf(constant.MakeFromLiteral("236", token.INT, 0)), + "SYS_SHARED_REGION_CHECK_NP": reflect.ValueOf(constant.MakeFromLiteral("294", token.INT, 0)), + "SYS_SHARED_REGION_MAP_AND_SLIDE_NP": reflect.ValueOf(constant.MakeFromLiteral("438", token.INT, 0)), + "SYS_SHMAT": reflect.ValueOf(constant.MakeFromLiteral("262", token.INT, 0)), + "SYS_SHMCTL": reflect.ValueOf(constant.MakeFromLiteral("263", token.INT, 0)), + "SYS_SHMDT": reflect.ValueOf(constant.MakeFromLiteral("264", token.INT, 0)), + "SYS_SHMGET": reflect.ValueOf(constant.MakeFromLiteral("265", token.INT, 0)), + "SYS_SHMSYS": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), + "SYS_SHM_OPEN": reflect.ValueOf(constant.MakeFromLiteral("266", token.INT, 0)), + "SYS_SHM_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("267", token.INT, 0)), + "SYS_SHUTDOWN": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "SYS_SIGACTION": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "SYS_SIGALTSTACK": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "SYS_SIGPENDING": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "SYS_SIGPROCMASK": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "SYS_SIGRETURN": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), + "SYS_SIGSUSPEND": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), + "SYS_SIGSUSPEND_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("410", token.INT, 0)), + "SYS_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), + "SYS_SOCKETPAIR": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "SYS_STACK_SNAPSHOT": reflect.ValueOf(constant.MakeFromLiteral("365", token.INT, 0)), + "SYS_STAT": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), + "SYS_STAT64": reflect.ValueOf(constant.MakeFromLiteral("338", token.INT, 0)), + "SYS_STAT64_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("341", token.INT, 0)), + "SYS_STATFS": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), + "SYS_STATFS64": reflect.ValueOf(constant.MakeFromLiteral("345", token.INT, 0)), + "SYS_STAT_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("279", token.INT, 0)), + "SYS_SWAPON": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "SYS_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "SYS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "SYS_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "SYS_THREAD_SELFID": reflect.ValueOf(constant.MakeFromLiteral("372", token.INT, 0)), + "SYS_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "SYS_UMASK": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "SYS_UMASK_EXTENDED": reflect.ValueOf(constant.MakeFromLiteral("278", token.INT, 0)), + "SYS_UNDELETE": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), + "SYS_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "SYS_UNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("159", token.INT, 0)), + "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), + "SYS_VFORK": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "SYS_VM_PRESSURE_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("296", token.INT, 0)), + "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "SYS_WAIT4_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("400", token.INT, 0)), + "SYS_WAITEVENT": reflect.ValueOf(constant.MakeFromLiteral("232", token.INT, 0)), + "SYS_WAITID": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), + "SYS_WAITID_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("416", token.INT, 0)), + "SYS_WATCHEVENT": reflect.ValueOf(constant.MakeFromLiteral("231", token.INT, 0)), + "SYS_WORKQ_KERNRETURN": reflect.ValueOf(constant.MakeFromLiteral("368", token.INT, 0)), + "SYS_WORKQ_OPEN": reflect.ValueOf(constant.MakeFromLiteral("367", token.INT, 0)), + "SYS_WRITE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SYS_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "SYS_WRITEV_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("412", token.INT, 0)), + "SYS_WRITE_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("397", token.INT, 0)), + "SYS___DISABLE_THREADSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("331", token.INT, 0)), + "SYS___MAC_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("380", token.INT, 0)), + "SYS___MAC_GETFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("426", token.INT, 0)), + "SYS___MAC_GET_FD": reflect.ValueOf(constant.MakeFromLiteral("388", token.INT, 0)), + "SYS___MAC_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("382", token.INT, 0)), + "SYS___MAC_GET_LCID": reflect.ValueOf(constant.MakeFromLiteral("391", token.INT, 0)), + "SYS___MAC_GET_LCTX": reflect.ValueOf(constant.MakeFromLiteral("392", token.INT, 0)), + "SYS___MAC_GET_LINK": reflect.ValueOf(constant.MakeFromLiteral("384", token.INT, 0)), + "SYS___MAC_GET_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("425", token.INT, 0)), + "SYS___MAC_GET_PID": reflect.ValueOf(constant.MakeFromLiteral("390", token.INT, 0)), + "SYS___MAC_GET_PROC": reflect.ValueOf(constant.MakeFromLiteral("386", token.INT, 0)), + "SYS___MAC_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("424", token.INT, 0)), + "SYS___MAC_SET_FD": reflect.ValueOf(constant.MakeFromLiteral("389", token.INT, 0)), + "SYS___MAC_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("383", token.INT, 0)), + "SYS___MAC_SET_LCTX": reflect.ValueOf(constant.MakeFromLiteral("393", token.INT, 0)), + "SYS___MAC_SET_LINK": reflect.ValueOf(constant.MakeFromLiteral("385", token.INT, 0)), + "SYS___MAC_SET_PROC": reflect.ValueOf(constant.MakeFromLiteral("387", token.INT, 0)), + "SYS___MAC_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("381", token.INT, 0)), + "SYS___OLD_SEMWAIT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("370", token.INT, 0)), + "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("371", token.INT, 0)), + "SYS___PTHREAD_CANCELED": reflect.ValueOf(constant.MakeFromLiteral("333", token.INT, 0)), + "SYS___PTHREAD_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("348", token.INT, 0)), + "SYS___PTHREAD_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("349", token.INT, 0)), + "SYS___PTHREAD_KILL": reflect.ValueOf(constant.MakeFromLiteral("328", token.INT, 0)), + "SYS___PTHREAD_MARKCANCEL": reflect.ValueOf(constant.MakeFromLiteral("332", token.INT, 0)), + "SYS___PTHREAD_SIGMASK": reflect.ValueOf(constant.MakeFromLiteral("329", token.INT, 0)), + "SYS___SEMWAIT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("334", token.INT, 0)), + "SYS___SEMWAIT_SIGNAL_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("423", token.INT, 0)), + "SYS___SIGWAIT": reflect.ValueOf(constant.MakeFromLiteral("330", token.INT, 0)), + "SYS___SIGWAIT_NOCANCEL": reflect.ValueOf(constant.MakeFromLiteral("422", token.INT, 0)), + "SYS___SYSCTL": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), + "S_IEXEC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), + "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "S_IFIFO": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "S_IFLNK": reflect.ValueOf(constant.MakeFromLiteral("40960", token.INT, 0)), + "S_IFMT": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), + "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), + "S_IFWHT": reflect.ValueOf(constant.MakeFromLiteral("57344", token.INT, 0)), + "S_IREAD": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "S_IRGRP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "S_IROTH": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "S_IRUSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "S_IRWXG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "S_IRWXO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "S_IRWXU": reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)), + "S_ISGID": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "S_ISTXT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "S_ISUID": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "S_ISVTX": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "S_IWGRP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "S_IWOTH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "S_IWRITE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "S_IWUSR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "S_IXGRP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "S_IXOTH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "S_IXUSR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "Seek": reflect.ValueOf(syscall.Seek), + "Select": reflect.ValueOf(syscall.Select), + "Sendfile": reflect.ValueOf(syscall.Sendfile), + "Sendmsg": reflect.ValueOf(syscall.Sendmsg), + "SendmsgN": reflect.ValueOf(syscall.SendmsgN), + "Sendto": reflect.ValueOf(syscall.Sendto), + "SetBpf": reflect.ValueOf(syscall.SetBpf), + "SetBpfBuflen": reflect.ValueOf(syscall.SetBpfBuflen), + "SetBpfDatalink": reflect.ValueOf(syscall.SetBpfDatalink), + "SetBpfHeadercmpl": reflect.ValueOf(syscall.SetBpfHeadercmpl), + "SetBpfImmediate": reflect.ValueOf(syscall.SetBpfImmediate), + "SetBpfInterface": reflect.ValueOf(syscall.SetBpfInterface), + "SetBpfPromisc": reflect.ValueOf(syscall.SetBpfPromisc), + "SetBpfTimeout": reflect.ValueOf(syscall.SetBpfTimeout), + "SetKevent": reflect.ValueOf(syscall.SetKevent), + "SetNonblock": reflect.ValueOf(syscall.SetNonblock), + "Setegid": reflect.ValueOf(syscall.Setegid), + "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), + "Setgid": reflect.ValueOf(syscall.Setgid), + "Setgroups": reflect.ValueOf(syscall.Setgroups), + "Setlogin": reflect.ValueOf(syscall.Setlogin), + "Setpgid": reflect.ValueOf(syscall.Setpgid), + "Setpriority": reflect.ValueOf(syscall.Setpriority), + "Setprivexec": reflect.ValueOf(syscall.Setprivexec), + "Setregid": reflect.ValueOf(syscall.Setregid), + "Setreuid": reflect.ValueOf(syscall.Setreuid), + "Setrlimit": reflect.ValueOf(syscall.Setrlimit), + "Setsid": reflect.ValueOf(syscall.Setsid), + "SetsockoptByte": reflect.ValueOf(syscall.SetsockoptByte), + "SetsockoptICMPv6Filter": reflect.ValueOf(syscall.SetsockoptICMPv6Filter), + "SetsockoptIPMreq": reflect.ValueOf(syscall.SetsockoptIPMreq), + "SetsockoptIPv6Mreq": reflect.ValueOf(syscall.SetsockoptIPv6Mreq), + "SetsockoptInet4Addr": reflect.ValueOf(syscall.SetsockoptInet4Addr), + "SetsockoptInt": reflect.ValueOf(syscall.SetsockoptInt), + "SetsockoptLinger": reflect.ValueOf(syscall.SetsockoptLinger), + "SetsockoptString": reflect.ValueOf(syscall.SetsockoptString), + "SetsockoptTimeval": reflect.ValueOf(syscall.SetsockoptTimeval), + "Settimeofday": reflect.ValueOf(syscall.Settimeofday), + "Setuid": reflect.ValueOf(syscall.Setuid), + "SizeofBpfHdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofBpfInsn": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofBpfProgram": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofBpfStat": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofBpfVersion": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SizeofCmsghdr": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SizeofICMPv6Filter": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SizeofIPMreq": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofIPv6MTUInfo": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SizeofIPv6Mreq": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofIfData": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "SizeofIfMsghdr": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "SizeofIfaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofIfmaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofIfmaMsghdr2": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofInet4Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SizeofInet6Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofLinger": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "SizeofRtMetrics": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "SizeofRtMsghdr": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "SizeofSockaddrDatalink": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofSockaddrInet4": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofSockaddrInet6": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SizeofSockaddrUnix": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), + "SlicePtrFromStrings": reflect.ValueOf(syscall.SlicePtrFromStrings), + "Socket": reflect.ValueOf(syscall.Socket), + "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), + "Socketpair": reflect.ValueOf(syscall.Socketpair), + "Stat": reflect.ValueOf(syscall.Stat), + "Statfs": reflect.ValueOf(syscall.Statfs), + "Stderr": reflect.ValueOf(&syscall.Stderr).Elem(), + "Stdin": reflect.ValueOf(&syscall.Stdin).Elem(), + "Stdout": reflect.ValueOf(&syscall.Stdout).Elem(), + "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), + "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), + "StringSlicePtr": reflect.ValueOf(syscall.StringSlicePtr), + "Symlink": reflect.ValueOf(syscall.Symlink), + "Sync": reflect.ValueOf(syscall.Sync), + "Sysctl": reflect.ValueOf(syscall.Sysctl), + "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), + "TCIFLUSH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TCIOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "TCOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TCP_CONNECTIONTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "TCP_ENABLE_ECN": reflect.ValueOf(constant.MakeFromLiteral("260", token.INT, 0)), + "TCP_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TCP_KEEPCNT": reflect.ValueOf(constant.MakeFromLiteral("258", token.INT, 0)), + "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), + "TCP_MAXHLEN": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "TCP_MAXOLEN": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "TCP_MAXSEG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TCP_MAXWIN": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "TCP_MAX_SACK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TCP_MAX_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "TCP_MINMSS": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), + "TCP_MSS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TCP_NOOPT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TCP_NOPUSH": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TCP_NOTSENT_LOWAT": reflect.ValueOf(constant.MakeFromLiteral("513", token.INT, 0)), + "TCP_RXT_CONNDROPTIME": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "TCP_RXT_FINDROP": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "TCP_SENDMOREACKS": reflect.ValueOf(constant.MakeFromLiteral("259", token.INT, 0)), + "TCSAFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TIOCCBRK": reflect.ValueOf(constant.MakeFromLiteral("536900730", token.INT, 0)), + "TIOCCDTR": reflect.ValueOf(constant.MakeFromLiteral("536900728", token.INT, 0)), + "TIOCCONS": reflect.ValueOf(constant.MakeFromLiteral("2147775586", token.INT, 0)), + "TIOCDCDTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074820184", token.INT, 0)), + "TIOCDRAIN": reflect.ValueOf(constant.MakeFromLiteral("536900702", token.INT, 0)), + "TIOCDSIMICROCODE": reflect.ValueOf(constant.MakeFromLiteral("536900693", token.INT, 0)), + "TIOCEXCL": reflect.ValueOf(constant.MakeFromLiteral("536900621", token.INT, 0)), + "TIOCEXT": reflect.ValueOf(constant.MakeFromLiteral("2147775584", token.INT, 0)), + "TIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2147775504", token.INT, 0)), + "TIOCGDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033750", token.INT, 0)), + "TIOCGETA": reflect.ValueOf(constant.MakeFromLiteral("1078490131", token.INT, 0)), + "TIOCGETD": reflect.ValueOf(constant.MakeFromLiteral("1074033690", token.INT, 0)), + "TIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033783", token.INT, 0)), + "TIOCGWINSZ": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), + "TIOCIXOFF": reflect.ValueOf(constant.MakeFromLiteral("536900736", token.INT, 0)), + "TIOCIXON": reflect.ValueOf(constant.MakeFromLiteral("536900737", token.INT, 0)), + "TIOCMBIC": reflect.ValueOf(constant.MakeFromLiteral("2147775595", token.INT, 0)), + "TIOCMBIS": reflect.ValueOf(constant.MakeFromLiteral("2147775596", token.INT, 0)), + "TIOCMGDTRWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033754", token.INT, 0)), + "TIOCMGET": reflect.ValueOf(constant.MakeFromLiteral("1074033770", token.INT, 0)), + "TIOCMODG": reflect.ValueOf(constant.MakeFromLiteral("1074033667", token.INT, 0)), + "TIOCMODS": reflect.ValueOf(constant.MakeFromLiteral("2147775492", token.INT, 0)), + "TIOCMSDTRWAIT": reflect.ValueOf(constant.MakeFromLiteral("2147775579", token.INT, 0)), + "TIOCMSET": reflect.ValueOf(constant.MakeFromLiteral("2147775597", token.INT, 0)), + "TIOCM_CAR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "TIOCM_CD": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "TIOCM_CTS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "TIOCM_DSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "TIOCM_DTR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TIOCM_LE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TIOCM_RI": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "TIOCM_RNG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "TIOCM_RTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TIOCM_SR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TIOCM_ST": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TIOCNOTTY": reflect.ValueOf(constant.MakeFromLiteral("536900721", token.INT, 0)), + "TIOCNXCL": reflect.ValueOf(constant.MakeFromLiteral("536900622", token.INT, 0)), + "TIOCOUTQ": reflect.ValueOf(constant.MakeFromLiteral("1074033779", token.INT, 0)), + "TIOCPKT": reflect.ValueOf(constant.MakeFromLiteral("2147775600", token.INT, 0)), + "TIOCPKT_DATA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "TIOCPKT_DOSTOP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "TIOCPKT_FLUSHREAD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TIOCPKT_FLUSHWRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TIOCPKT_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "TIOCPKT_NOSTOP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TIOCPKT_START": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TIOCPKT_STOP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TIOCPTYGNAME": reflect.ValueOf(constant.MakeFromLiteral("1082160211", token.INT, 0)), + "TIOCPTYGRANT": reflect.ValueOf(constant.MakeFromLiteral("536900692", token.INT, 0)), + "TIOCPTYUNLK": reflect.ValueOf(constant.MakeFromLiteral("536900690", token.INT, 0)), + "TIOCREMOTE": reflect.ValueOf(constant.MakeFromLiteral("2147775593", token.INT, 0)), + "TIOCSBRK": reflect.ValueOf(constant.MakeFromLiteral("536900731", token.INT, 0)), + "TIOCSCONS": reflect.ValueOf(constant.MakeFromLiteral("536900707", token.INT, 0)), + "TIOCSCTTY": reflect.ValueOf(constant.MakeFromLiteral("536900705", token.INT, 0)), + "TIOCSDRAINWAIT": reflect.ValueOf(constant.MakeFromLiteral("2147775575", token.INT, 0)), + "TIOCSDTR": reflect.ValueOf(constant.MakeFromLiteral("536900729", token.INT, 0)), + "TIOCSETA": reflect.ValueOf(constant.MakeFromLiteral("2152231956", token.INT, 0)), + "TIOCSETAF": reflect.ValueOf(constant.MakeFromLiteral("2152231958", token.INT, 0)), + "TIOCSETAW": reflect.ValueOf(constant.MakeFromLiteral("2152231957", token.INT, 0)), + "TIOCSETD": reflect.ValueOf(constant.MakeFromLiteral("2147775515", token.INT, 0)), + "TIOCSIG": reflect.ValueOf(constant.MakeFromLiteral("536900703", token.INT, 0)), + "TIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775606", token.INT, 0)), + "TIOCSTART": reflect.ValueOf(constant.MakeFromLiteral("536900718", token.INT, 0)), + "TIOCSTAT": reflect.ValueOf(constant.MakeFromLiteral("536900709", token.INT, 0)), + "TIOCSTI": reflect.ValueOf(constant.MakeFromLiteral("2147578994", token.INT, 0)), + "TIOCSTOP": reflect.ValueOf(constant.MakeFromLiteral("536900719", token.INT, 0)), + "TIOCSWINSZ": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), + "TIOCTIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074820185", token.INT, 0)), + "TIOCUCNTL": reflect.ValueOf(constant.MakeFromLiteral("2147775590", token.INT, 0)), + "TOSTOP": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), + "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), + "Truncate": reflect.ValueOf(syscall.Truncate), + "Umask": reflect.ValueOf(syscall.Umask), + "Undelete": reflect.ValueOf(syscall.Undelete), + "UnixRights": reflect.ValueOf(syscall.UnixRights), + "Unlink": reflect.ValueOf(syscall.Unlink), + "Unmount": reflect.ValueOf(syscall.Unmount), + "Unsetenv": reflect.ValueOf(syscall.Unsetenv), + "Utimes": reflect.ValueOf(syscall.Utimes), + "UtimesNano": reflect.ValueOf(syscall.UtimesNano), + "VDISCARD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "VDSUSP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "VEOF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "VEOL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "VEOL2": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "VERASE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "VINTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "VKILL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "VLNEXT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "VMIN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "VQUIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "VREPRINT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "VSTART": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "VSTATUS": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "VSTOP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "VSUSP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "VT0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "VT1": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "VTDLY": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "VTIME": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "VWERASE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "WCONTINUED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "WCOREFLAG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "WEXITED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "WNOWAIT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "WORDSIZE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "WSTOPPED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "WUNTRACED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Wait4": reflect.ValueOf(syscall.Wait4), + "Write": reflect.ValueOf(syscall.Write), + + // type definitions + "BpfHdr": reflect.ValueOf((*syscall.BpfHdr)(nil)), + "BpfInsn": reflect.ValueOf((*syscall.BpfInsn)(nil)), + "BpfProgram": reflect.ValueOf((*syscall.BpfProgram)(nil)), + "BpfStat": reflect.ValueOf((*syscall.BpfStat)(nil)), + "BpfVersion": reflect.ValueOf((*syscall.BpfVersion)(nil)), + "Cmsghdr": reflect.ValueOf((*syscall.Cmsghdr)(nil)), + "Conn": reflect.ValueOf((*syscall.Conn)(nil)), + "Credential": reflect.ValueOf((*syscall.Credential)(nil)), + "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), + "Errno": reflect.ValueOf((*syscall.Errno)(nil)), + "Fbootstraptransfer_t": reflect.ValueOf((*syscall.Fbootstraptransfer_t)(nil)), + "FdSet": reflect.ValueOf((*syscall.FdSet)(nil)), + "Flock_t": reflect.ValueOf((*syscall.Flock_t)(nil)), + "Fsid": reflect.ValueOf((*syscall.Fsid)(nil)), + "Fstore_t": reflect.ValueOf((*syscall.Fstore_t)(nil)), + "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), + "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), + "IPv6MTUInfo": reflect.ValueOf((*syscall.IPv6MTUInfo)(nil)), + "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), + "IfData": reflect.ValueOf((*syscall.IfData)(nil)), + "IfMsghdr": reflect.ValueOf((*syscall.IfMsghdr)(nil)), + "IfaMsghdr": reflect.ValueOf((*syscall.IfaMsghdr)(nil)), + "IfmaMsghdr": reflect.ValueOf((*syscall.IfmaMsghdr)(nil)), + "IfmaMsghdr2": reflect.ValueOf((*syscall.IfmaMsghdr2)(nil)), + "Inet4Pktinfo": reflect.ValueOf((*syscall.Inet4Pktinfo)(nil)), + "Inet6Pktinfo": reflect.ValueOf((*syscall.Inet6Pktinfo)(nil)), + "InterfaceAddrMessage": reflect.ValueOf((*syscall.InterfaceAddrMessage)(nil)), + "InterfaceMessage": reflect.ValueOf((*syscall.InterfaceMessage)(nil)), + "InterfaceMulticastAddrMessage": reflect.ValueOf((*syscall.InterfaceMulticastAddrMessage)(nil)), + "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), + "Kevent_t": reflect.ValueOf((*syscall.Kevent_t)(nil)), + "Linger": reflect.ValueOf((*syscall.Linger)(nil)), + "Log2phys_t": reflect.ValueOf((*syscall.Log2phys_t)(nil)), + "Msghdr": reflect.ValueOf((*syscall.Msghdr)(nil)), + "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), + "Radvisory_t": reflect.ValueOf((*syscall.Radvisory_t)(nil)), + "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), + "RawSockaddr": reflect.ValueOf((*syscall.RawSockaddr)(nil)), + "RawSockaddrAny": reflect.ValueOf((*syscall.RawSockaddrAny)(nil)), + "RawSockaddrDatalink": reflect.ValueOf((*syscall.RawSockaddrDatalink)(nil)), + "RawSockaddrInet4": reflect.ValueOf((*syscall.RawSockaddrInet4)(nil)), + "RawSockaddrInet6": reflect.ValueOf((*syscall.RawSockaddrInet6)(nil)), + "RawSockaddrUnix": reflect.ValueOf((*syscall.RawSockaddrUnix)(nil)), + "Rlimit": reflect.ValueOf((*syscall.Rlimit)(nil)), + "RouteMessage": reflect.ValueOf((*syscall.RouteMessage)(nil)), + "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(nil)), + "RtMetrics": reflect.ValueOf((*syscall.RtMetrics)(nil)), + "RtMsghdr": reflect.ValueOf((*syscall.RtMsghdr)(nil)), + "Rusage": reflect.ValueOf((*syscall.Rusage)(nil)), + "Signal": reflect.ValueOf((*syscall.Signal)(nil)), + "Sockaddr": reflect.ValueOf((*syscall.Sockaddr)(nil)), + "SockaddrDatalink": reflect.ValueOf((*syscall.SockaddrDatalink)(nil)), + "SockaddrInet4": reflect.ValueOf((*syscall.SockaddrInet4)(nil)), + "SockaddrInet6": reflect.ValueOf((*syscall.SockaddrInet6)(nil)), + "SockaddrUnix": reflect.ValueOf((*syscall.SockaddrUnix)(nil)), + "SocketControlMessage": reflect.ValueOf((*syscall.SocketControlMessage)(nil)), + "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), + "Statfs_t": reflect.ValueOf((*syscall.Statfs_t)(nil)), + "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(nil)), + "Termios": reflect.ValueOf((*syscall.Termios)(nil)), + "Timespec": reflect.ValueOf((*syscall.Timespec)(nil)), + "Timeval": reflect.ValueOf((*syscall.Timeval)(nil)), + "Timeval32": reflect.ValueOf((*syscall.Timeval32)(nil)), + "WaitStatus": reflect.ValueOf((*syscall.WaitStatus)(nil)), + + // interface wrapper definitions + "_Conn": reflect.ValueOf((*_syscall_Conn)(nil)), + "_RawConn": reflect.ValueOf((*_syscall_RawConn)(nil)), + "_RoutingMessage": reflect.ValueOf((*_syscall_RoutingMessage)(nil)), + "_Sockaddr": reflect.ValueOf((*_syscall_Sockaddr)(nil)), + } +} + +// _syscall_Conn is an interface wrapper for Conn type +type _syscall_Conn struct { + WSyscallConn func() (syscall.RawConn, error) +} + +func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return W.WSyscallConn() } + +// _syscall_RawConn is an interface wrapper for RawConn type +type _syscall_RawConn struct { + WControl func(f func(fd uintptr)) error + WRead func(f func(fd uintptr) (done bool)) error + WWrite func(f func(fd uintptr) (done bool)) error +} + +func (W _syscall_RawConn) Control(f func(fd uintptr)) error { return W.WControl(f) } +func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error { return W.WRead(f) } +func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error { return W.WWrite(f) } + +// _syscall_RoutingMessage is an interface wrapper for RoutingMessage type +type _syscall_RoutingMessage struct { +} + +// _syscall_Sockaddr is an interface wrapper for Sockaddr type +type _syscall_Sockaddr struct { +} diff --git a/stdlib/syscall/go1_14_syscall_js_wasm.go b/stdlib/syscall/go1_16_syscall_js_wasm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_js_wasm.go rename to stdlib/syscall/go1_16_syscall_js_wasm.go index a4448043..5bc4f508 100644 --- a/stdlib/syscall/go1_14_syscall_js_wasm.go +++ b/stdlib/syscall/go1_16_syscall_js_wasm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_linux_386.go b/stdlib/syscall/go1_16_syscall_linux_386.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_386.go rename to stdlib/syscall/go1_16_syscall_linux_386.go index fc36c424..758f9345 100644 --- a/stdlib/syscall/go1_14_syscall_linux_386.go +++ b/stdlib/syscall/go1_16_syscall_linux_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -1901,7 +1901,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_android_amd64.go b/stdlib/syscall/go1_16_syscall_linux_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_android_amd64.go rename to stdlib/syscall/go1_16_syscall_linux_amd64.go index 8b33bfca..eff83e5c 100644 --- a/stdlib/syscall/go1_14_syscall_android_amd64.go +++ b/stdlib/syscall/go1_16_syscall_linux_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15,!linux +// +build go1.16 package syscall @@ -1867,7 +1867,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_arm.go b/stdlib/syscall/go1_16_syscall_linux_arm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_arm.go rename to stdlib/syscall/go1_16_syscall_linux_arm.go index 285c7a82..bbb31622 100644 --- a/stdlib/syscall/go1_14_syscall_linux_arm.go +++ b/stdlib/syscall/go1_16_syscall_linux_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -1920,7 +1920,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_android_arm64.go b/stdlib/syscall/go1_16_syscall_linux_arm64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_android_arm64.go rename to stdlib/syscall/go1_16_syscall_linux_arm64.go index 0d2960a4..3f17f221 100644 --- a/stdlib/syscall/go1_14_syscall_android_arm64.go +++ b/stdlib/syscall/go1_16_syscall_linux_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15,!linux +// +build go1.16 package syscall @@ -1981,7 +1981,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_mips.go b/stdlib/syscall/go1_16_syscall_linux_mips.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_mips.go rename to stdlib/syscall/go1_16_syscall_linux_mips.go index 67a298d5..5ce01cd6 100644 --- a/stdlib/syscall/go1_14_syscall_linux_mips.go +++ b/stdlib/syscall/go1_16_syscall_linux_mips.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2070,7 +2070,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_mips64le.go b/stdlib/syscall/go1_16_syscall_linux_mips64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_mips64le.go rename to stdlib/syscall/go1_16_syscall_linux_mips64.go index fb161f3e..5179fe36 100644 --- a/stdlib/syscall/go1_14_syscall_linux_mips64le.go +++ b/stdlib/syscall/go1_16_syscall_linux_mips64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2038,7 +2038,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_mips64.go b/stdlib/syscall/go1_16_syscall_linux_mips64le.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_mips64.go rename to stdlib/syscall/go1_16_syscall_linux_mips64le.go index fb161f3e..5179fe36 100644 --- a/stdlib/syscall/go1_14_syscall_linux_mips64.go +++ b/stdlib/syscall/go1_16_syscall_linux_mips64le.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2038,7 +2038,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_mipsle.go b/stdlib/syscall/go1_16_syscall_linux_mipsle.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_mipsle.go rename to stdlib/syscall/go1_16_syscall_linux_mipsle.go index 67a298d5..5ce01cd6 100644 --- a/stdlib/syscall/go1_14_syscall_linux_mipsle.go +++ b/stdlib/syscall/go1_16_syscall_linux_mipsle.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2070,7 +2070,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_ppc64.go b/stdlib/syscall/go1_16_syscall_linux_ppc64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_ppc64.go rename to stdlib/syscall/go1_16_syscall_linux_ppc64.go index a2d3e461..ffd77e80 100644 --- a/stdlib/syscall/go1_14_syscall_linux_ppc64.go +++ b/stdlib/syscall/go1_16_syscall_linux_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2121,7 +2121,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_ppc64le.go b/stdlib/syscall/go1_16_syscall_linux_ppc64le.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_ppc64le.go rename to stdlib/syscall/go1_16_syscall_linux_ppc64le.go index 9ca6b153..fa322945 100644 --- a/stdlib/syscall/go1_14_syscall_linux_ppc64le.go +++ b/stdlib/syscall/go1_16_syscall_linux_ppc64le.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2126,7 +2126,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_riscv64.go b/stdlib/syscall/go1_16_syscall_linux_riscv64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_riscv64.go rename to stdlib/syscall/go1_16_syscall_linux_riscv64.go index 3faf3a13..479eacc3 100644 --- a/stdlib/syscall/go1_14_syscall_linux_riscv64.go +++ b/stdlib/syscall/go1_16_syscall_linux_riscv64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2029,7 +2029,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_linux_s390x.go b/stdlib/syscall/go1_16_syscall_linux_s390x.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_linux_s390x.go rename to stdlib/syscall/go1_16_syscall_linux_s390x.go index e5b8a525..f0572164 100644 --- a/stdlib/syscall/go1_14_syscall_linux_s390x.go +++ b/stdlib/syscall/go1_16_syscall_linux_s390x.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall @@ -2146,7 +2146,9 @@ func init() { "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), "SetNonblock": reflect.ValueOf(syscall.SetNonblock), "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setegid": reflect.ValueOf(syscall.Setegid), "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), "Setfsgid": reflect.ValueOf(syscall.Setfsgid), "Setfsuid": reflect.ValueOf(syscall.Setfsuid), "Setgid": reflect.ValueOf(syscall.Setgid), diff --git a/stdlib/syscall/go1_14_syscall_netbsd_386.go b/stdlib/syscall/go1_16_syscall_netbsd_386.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_netbsd_386.go rename to stdlib/syscall/go1_16_syscall_netbsd_386.go index 44d38457..11664b09 100644 --- a/stdlib/syscall/go1_14_syscall_netbsd_386.go +++ b/stdlib/syscall/go1_16_syscall_netbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_netbsd_amd64.go b/stdlib/syscall/go1_16_syscall_netbsd_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_netbsd_amd64.go rename to stdlib/syscall/go1_16_syscall_netbsd_amd64.go index d62d5c70..08b8512d 100644 --- a/stdlib/syscall/go1_14_syscall_netbsd_amd64.go +++ b/stdlib/syscall/go1_16_syscall_netbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_netbsd_arm.go b/stdlib/syscall/go1_16_syscall_netbsd_arm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_netbsd_arm.go rename to stdlib/syscall/go1_16_syscall_netbsd_arm.go index 8e3b23ca..76d7d2b8 100644 --- a/stdlib/syscall/go1_14_syscall_netbsd_arm.go +++ b/stdlib/syscall/go1_16_syscall_netbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_netbsd_arm64.go b/stdlib/syscall/go1_16_syscall_netbsd_arm64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_netbsd_arm64.go rename to stdlib/syscall/go1_16_syscall_netbsd_arm64.go index d62d5c70..08b8512d 100644 --- a/stdlib/syscall/go1_14_syscall_netbsd_arm64.go +++ b/stdlib/syscall/go1_16_syscall_netbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_openbsd_386.go b/stdlib/syscall/go1_16_syscall_openbsd_386.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_openbsd_386.go rename to stdlib/syscall/go1_16_syscall_openbsd_386.go index 829e178a..06a7aaa8 100644 --- a/stdlib/syscall/go1_14_syscall_openbsd_386.go +++ b/stdlib/syscall/go1_16_syscall_openbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_openbsd_amd64.go b/stdlib/syscall/go1_16_syscall_openbsd_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_openbsd_amd64.go rename to stdlib/syscall/go1_16_syscall_openbsd_amd64.go index 15451d51..af9dbaf8 100644 --- a/stdlib/syscall/go1_14_syscall_openbsd_amd64.go +++ b/stdlib/syscall/go1_16_syscall_openbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_openbsd_arm.go b/stdlib/syscall/go1_16_syscall_openbsd_arm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_openbsd_arm.go rename to stdlib/syscall/go1_16_syscall_openbsd_arm.go index dd670652..33bd9568 100644 --- a/stdlib/syscall/go1_14_syscall_openbsd_arm.go +++ b/stdlib/syscall/go1_16_syscall_openbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_openbsd_arm64.go b/stdlib/syscall/go1_16_syscall_openbsd_arm64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_openbsd_arm64.go rename to stdlib/syscall/go1_16_syscall_openbsd_arm64.go index 88862f1a..051ae107 100644 --- a/stdlib/syscall/go1_14_syscall_openbsd_arm64.go +++ b/stdlib/syscall/go1_16_syscall_openbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_16_syscall_openbsd_mips64.go b/stdlib/syscall/go1_16_syscall_openbsd_mips64.go new file mode 100644 index 00000000..3c8d383f --- /dev/null +++ b/stdlib/syscall/go1_16_syscall_openbsd_mips64.go @@ -0,0 +1,2071 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package syscall + +import ( + "go/constant" + "go/token" + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AF_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "AF_BLUETOOTH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "AF_CCITT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "AF_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "AF_CNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "AF_COIP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "AF_DATAKIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "AF_DECnet": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "AF_DLI": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "AF_E164": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "AF_ECMA": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "AF_ENCAP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "AF_HYLINK": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "AF_IMPLINK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "AF_IPX": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "AF_ISDN": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "AF_ISO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "AF_KEY": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "AF_LAT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "AF_LINK": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "AF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "AF_MAX": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "AF_MPLS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "AF_NATM": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "AF_NS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "AF_OSI": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "AF_PUP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "AF_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "AF_SIP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "AF_SNA": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "AF_UNIX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "AF_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "ARPHRD_ETHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ARPHRD_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "ARPHRD_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "ARPHRD_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "Accept": reflect.ValueOf(syscall.Accept), + "Accept4": reflect.ValueOf(syscall.Accept4), + "Access": reflect.ValueOf(syscall.Access), + "Adjtime": reflect.ValueOf(syscall.Adjtime), + "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "B110": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), + "B115200": reflect.ValueOf(constant.MakeFromLiteral("115200", token.INT, 0)), + "B1200": reflect.ValueOf(constant.MakeFromLiteral("1200", token.INT, 0)), + "B134": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "B14400": reflect.ValueOf(constant.MakeFromLiteral("14400", token.INT, 0)), + "B150": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), + "B1800": reflect.ValueOf(constant.MakeFromLiteral("1800", token.INT, 0)), + "B19200": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), + "B200": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "B230400": reflect.ValueOf(constant.MakeFromLiteral("230400", token.INT, 0)), + "B2400": reflect.ValueOf(constant.MakeFromLiteral("2400", token.INT, 0)), + "B28800": reflect.ValueOf(constant.MakeFromLiteral("28800", token.INT, 0)), + "B300": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), + "B38400": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), + "B4800": reflect.ValueOf(constant.MakeFromLiteral("4800", token.INT, 0)), + "B50": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "B57600": reflect.ValueOf(constant.MakeFromLiteral("57600", token.INT, 0)), + "B600": reflect.ValueOf(constant.MakeFromLiteral("600", token.INT, 0)), + "B7200": reflect.ValueOf(constant.MakeFromLiteral("7200", token.INT, 0)), + "B75": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "B76800": reflect.ValueOf(constant.MakeFromLiteral("76800", token.INT, 0)), + "B9600": reflect.ValueOf(constant.MakeFromLiteral("9600", token.INT, 0)), + "BIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536887912", token.INT, 0)), + "BIOCGBLEN": reflect.ValueOf(constant.MakeFromLiteral("1074020966", token.INT, 0)), + "BIOCGDIRFILT": reflect.ValueOf(constant.MakeFromLiteral("1074020988", token.INT, 0)), + "BIOCGDLT": reflect.ValueOf(constant.MakeFromLiteral("1074020970", token.INT, 0)), + "BIOCGDLTLIST": reflect.ValueOf(constant.MakeFromLiteral("3222291067", token.INT, 0)), + "BIOCGETIF": reflect.ValueOf(constant.MakeFromLiteral("1075855979", token.INT, 0)), + "BIOCGFILDROP": reflect.ValueOf(constant.MakeFromLiteral("1074020984", token.INT, 0)), + "BIOCGHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("1074020980", token.INT, 0)), + "BIOCGRSIG": reflect.ValueOf(constant.MakeFromLiteral("1074020979", token.INT, 0)), + "BIOCGRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("1074807406", token.INT, 0)), + "BIOCGSTATS": reflect.ValueOf(constant.MakeFromLiteral("1074283119", token.INT, 0)), + "BIOCIMMEDIATE": reflect.ValueOf(constant.MakeFromLiteral("2147762800", token.INT, 0)), + "BIOCLOCK": reflect.ValueOf(constant.MakeFromLiteral("536887926", token.INT, 0)), + "BIOCPROMISC": reflect.ValueOf(constant.MakeFromLiteral("536887913", token.INT, 0)), + "BIOCSBLEN": reflect.ValueOf(constant.MakeFromLiteral("3221504614", token.INT, 0)), + "BIOCSDIRFILT": reflect.ValueOf(constant.MakeFromLiteral("2147762813", token.INT, 0)), + "BIOCSDLT": reflect.ValueOf(constant.MakeFromLiteral("2147762810", token.INT, 0)), + "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148549223", token.INT, 0)), + "BIOCSETIF": reflect.ValueOf(constant.MakeFromLiteral("2149597804", token.INT, 0)), + "BIOCSETWF": reflect.ValueOf(constant.MakeFromLiteral("2148549239", token.INT, 0)), + "BIOCSFILDROP": reflect.ValueOf(constant.MakeFromLiteral("2147762809", token.INT, 0)), + "BIOCSHDRCMPLT": reflect.ValueOf(constant.MakeFromLiteral("2147762805", token.INT, 0)), + "BIOCSRSIG": reflect.ValueOf(constant.MakeFromLiteral("2147762802", token.INT, 0)), + "BIOCSRTIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("2148549229", token.INT, 0)), + "BIOCVERSION": reflect.ValueOf(constant.MakeFromLiteral("1074020977", token.INT, 0)), + "BPF_A": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_ABS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_ADD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_ALIGNMENT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "BPF_ALU": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "BPF_AND": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "BPF_B": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_DIRECTION_IN": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_DIRECTION_OUT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "BPF_DIV": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "BPF_FILDROP_CAPTURE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_FILDROP_DROP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "BPF_FILDROP_PASS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_H": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "BPF_IMM": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_IND": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "BPF_JA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_JEQ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_JGE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "BPF_JGT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_JMP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "BPF_JSET": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "BPF_K": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_LD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_LDX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_LEN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "BPF_LSH": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "BPF_MAJOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_MAXBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "BPF_MAXINSNS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "BPF_MEM": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "BPF_MEMWORDS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_MINBUFSIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_MINOR_VERSION": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_MISC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "BPF_MSH": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), + "BPF_MUL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "BPF_NEG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "BPF_OR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "BPF_RELEASE": reflect.ValueOf(constant.MakeFromLiteral("199606", token.INT, 0)), + "BPF_RET": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "BPF_RSH": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "BPF_ST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "BPF_STX": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "BPF_SUB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "BPF_TAX": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_TXA": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "BPF_W": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_X": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "BRKINT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Bind": reflect.ValueOf(syscall.Bind), + "BpfBuflen": reflect.ValueOf(syscall.BpfBuflen), + "BpfDatalink": reflect.ValueOf(syscall.BpfDatalink), + "BpfHeadercmpl": reflect.ValueOf(syscall.BpfHeadercmpl), + "BpfInterface": reflect.ValueOf(syscall.BpfInterface), + "BpfJump": reflect.ValueOf(syscall.BpfJump), + "BpfStats": reflect.ValueOf(syscall.BpfStats), + "BpfStmt": reflect.ValueOf(syscall.BpfStmt), + "BpfTimeout": reflect.ValueOf(syscall.BpfTimeout), + "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), + "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), + "CFLUSH": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "CREAD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "CS5": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "CS6": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "CS7": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "CS8": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "CSIZE": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "CSTART": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "CSTATUS": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "CSTOP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "CSTOPB": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "CSUSP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "CTL_MAXNAME": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "CTL_NET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "Chdir": reflect.ValueOf(syscall.Chdir), + "CheckBpfVersion": reflect.ValueOf(syscall.CheckBpfVersion), + "Chflags": reflect.ValueOf(syscall.Chflags), + "Chmod": reflect.ValueOf(syscall.Chmod), + "Chown": reflect.ValueOf(syscall.Chown), + "Chroot": reflect.ValueOf(syscall.Chroot), + "Clearenv": reflect.ValueOf(syscall.Clearenv), + "Close": reflect.ValueOf(syscall.Close), + "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), + "CmsgLen": reflect.ValueOf(syscall.CmsgLen), + "CmsgSpace": reflect.ValueOf(syscall.CmsgSpace), + "Connect": reflect.ValueOf(syscall.Connect), + "DIOCOSFPFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536888398", token.INT, 0)), + "DLT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "DLT_ATM_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "DLT_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "DLT_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "DLT_C_HDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "DLT_EN10MB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "DLT_EN3MB": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "DLT_ENC": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "DLT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "DLT_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "DLT_IEEE802_11": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), + "DLT_IEEE802_11_RADIO": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "DLT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "DLT_MPLS": reflect.ValueOf(constant.MakeFromLiteral("219", token.INT, 0)), + "DLT_NULL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "DLT_OPENFLOW": reflect.ValueOf(constant.MakeFromLiteral("267", token.INT, 0)), + "DLT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), + "DLT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "DLT_PPP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "DLT_PPP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "DLT_PPP_ETHER": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "DLT_PPP_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "DLT_PRONET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "DLT_RAW": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "DLT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "DLT_SLIP_BSDOS": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "DLT_USBPCAP": reflect.ValueOf(constant.MakeFromLiteral("249", token.INT, 0)), + "DLT_USER0": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), + "DLT_USER1": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), + "DLT_USER10": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), + "DLT_USER11": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), + "DLT_USER12": reflect.ValueOf(constant.MakeFromLiteral("159", token.INT, 0)), + "DLT_USER13": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), + "DLT_USER14": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), + "DLT_USER15": reflect.ValueOf(constant.MakeFromLiteral("162", token.INT, 0)), + "DLT_USER2": reflect.ValueOf(constant.MakeFromLiteral("149", token.INT, 0)), + "DLT_USER3": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), + "DLT_USER4": reflect.ValueOf(constant.MakeFromLiteral("151", token.INT, 0)), + "DLT_USER5": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), + "DLT_USER6": reflect.ValueOf(constant.MakeFromLiteral("153", token.INT, 0)), + "DLT_USER7": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), + "DLT_USER8": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), + "DLT_USER9": reflect.ValueOf(constant.MakeFromLiteral("156", token.INT, 0)), + "DT_BLK": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "DT_CHR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "DT_DIR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "DT_FIFO": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "DT_LNK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "DT_REG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "DT_SOCK": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "DT_UNKNOWN": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "Dup": reflect.ValueOf(syscall.Dup), + "Dup2": reflect.ValueOf(syscall.Dup2), + "E2BIG": reflect.ValueOf(syscall.E2BIG), + "EACCES": reflect.ValueOf(syscall.EACCES), + "EADDRINUSE": reflect.ValueOf(syscall.EADDRINUSE), + "EADDRNOTAVAIL": reflect.ValueOf(syscall.EADDRNOTAVAIL), + "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), + "EAGAIN": reflect.ValueOf(syscall.EAGAIN), + "EALREADY": reflect.ValueOf(syscall.EALREADY), + "EAUTH": reflect.ValueOf(syscall.EAUTH), + "EBADF": reflect.ValueOf(syscall.EBADF), + "EBADMSG": reflect.ValueOf(syscall.EBADMSG), + "EBADRPC": reflect.ValueOf(syscall.EBADRPC), + "EBUSY": reflect.ValueOf(syscall.EBUSY), + "ECANCELED": reflect.ValueOf(syscall.ECANCELED), + "ECHILD": reflect.ValueOf(syscall.ECHILD), + "ECHO": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "ECHOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "ECHOE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ECHOK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ECHOKE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ECHONL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "ECHOPRT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), + "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), + "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), + "EDEADLK": reflect.ValueOf(syscall.EDEADLK), + "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), + "EDOM": reflect.ValueOf(syscall.EDOM), + "EDQUOT": reflect.ValueOf(syscall.EDQUOT), + "EEXIST": reflect.ValueOf(syscall.EEXIST), + "EFAULT": reflect.ValueOf(syscall.EFAULT), + "EFBIG": reflect.ValueOf(syscall.EFBIG), + "EFTYPE": reflect.ValueOf(syscall.EFTYPE), + "EHOSTDOWN": reflect.ValueOf(syscall.EHOSTDOWN), + "EHOSTUNREACH": reflect.ValueOf(syscall.EHOSTUNREACH), + "EIDRM": reflect.ValueOf(syscall.EIDRM), + "EILSEQ": reflect.ValueOf(syscall.EILSEQ), + "EINPROGRESS": reflect.ValueOf(syscall.EINPROGRESS), + "EINTR": reflect.ValueOf(syscall.EINTR), + "EINVAL": reflect.ValueOf(syscall.EINVAL), + "EIO": reflect.ValueOf(syscall.EIO), + "EIPSEC": reflect.ValueOf(syscall.EIPSEC), + "EISCONN": reflect.ValueOf(syscall.EISCONN), + "EISDIR": reflect.ValueOf(syscall.EISDIR), + "ELAST": reflect.ValueOf(syscall.ELAST), + "ELOOP": reflect.ValueOf(syscall.ELOOP), + "EMEDIUMTYPE": reflect.ValueOf(syscall.EMEDIUMTYPE), + "EMFILE": reflect.ValueOf(syscall.EMFILE), + "EMLINK": reflect.ValueOf(syscall.EMLINK), + "EMSGSIZE": reflect.ValueOf(syscall.EMSGSIZE), + "EMT_TAGOVF": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "EMUL_ENABLED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "EMUL_NATIVE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ENAMETOOLONG": reflect.ValueOf(syscall.ENAMETOOLONG), + "ENDRUNDISC": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "ENEEDAUTH": reflect.ValueOf(syscall.ENEEDAUTH), + "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), + "ENETRESET": reflect.ValueOf(syscall.ENETRESET), + "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), + "ENFILE": reflect.ValueOf(syscall.ENFILE), + "ENOATTR": reflect.ValueOf(syscall.ENOATTR), + "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), + "ENODEV": reflect.ValueOf(syscall.ENODEV), + "ENOENT": reflect.ValueOf(syscall.ENOENT), + "ENOEXEC": reflect.ValueOf(syscall.ENOEXEC), + "ENOLCK": reflect.ValueOf(syscall.ENOLCK), + "ENOMEDIUM": reflect.ValueOf(syscall.ENOMEDIUM), + "ENOMEM": reflect.ValueOf(syscall.ENOMEM), + "ENOMSG": reflect.ValueOf(syscall.ENOMSG), + "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), + "ENOSPC": reflect.ValueOf(syscall.ENOSPC), + "ENOSYS": reflect.ValueOf(syscall.ENOSYS), + "ENOTBLK": reflect.ValueOf(syscall.ENOTBLK), + "ENOTCONN": reflect.ValueOf(syscall.ENOTCONN), + "ENOTDIR": reflect.ValueOf(syscall.ENOTDIR), + "ENOTEMPTY": reflect.ValueOf(syscall.ENOTEMPTY), + "ENOTRECOVERABLE": reflect.ValueOf(syscall.ENOTRECOVERABLE), + "ENOTSOCK": reflect.ValueOf(syscall.ENOTSOCK), + "ENOTSUP": reflect.ValueOf(syscall.ENOTSUP), + "ENOTTY": reflect.ValueOf(syscall.ENOTTY), + "ENXIO": reflect.ValueOf(syscall.ENXIO), + "EOPNOTSUPP": reflect.ValueOf(syscall.EOPNOTSUPP), + "EOVERFLOW": reflect.ValueOf(syscall.EOVERFLOW), + "EOWNERDEAD": reflect.ValueOf(syscall.EOWNERDEAD), + "EPERM": reflect.ValueOf(syscall.EPERM), + "EPFNOSUPPORT": reflect.ValueOf(syscall.EPFNOSUPPORT), + "EPIPE": reflect.ValueOf(syscall.EPIPE), + "EPROCLIM": reflect.ValueOf(syscall.EPROCLIM), + "EPROCUNAVAIL": reflect.ValueOf(syscall.EPROCUNAVAIL), + "EPROGMISMATCH": reflect.ValueOf(syscall.EPROGMISMATCH), + "EPROGUNAVAIL": reflect.ValueOf(syscall.EPROGUNAVAIL), + "EPROTO": reflect.ValueOf(syscall.EPROTO), + "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), + "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), + "ERANGE": reflect.ValueOf(syscall.ERANGE), + "EREMOTE": reflect.ValueOf(syscall.EREMOTE), + "EROFS": reflect.ValueOf(syscall.EROFS), + "ERPCMISMATCH": reflect.ValueOf(syscall.ERPCMISMATCH), + "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), + "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), + "ESPIPE": reflect.ValueOf(syscall.ESPIPE), + "ESRCH": reflect.ValueOf(syscall.ESRCH), + "ESTALE": reflect.ValueOf(syscall.ESTALE), + "ETHERMIN": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "ETHERMTU": reflect.ValueOf(constant.MakeFromLiteral("1500", token.INT, 0)), + "ETHERTYPE_8023": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ETHERTYPE_AARP": reflect.ValueOf(constant.MakeFromLiteral("33011", token.INT, 0)), + "ETHERTYPE_ACCTON": reflect.ValueOf(constant.MakeFromLiteral("33680", token.INT, 0)), + "ETHERTYPE_AEONIC": reflect.ValueOf(constant.MakeFromLiteral("32822", token.INT, 0)), + "ETHERTYPE_ALPHA": reflect.ValueOf(constant.MakeFromLiteral("33098", token.INT, 0)), + "ETHERTYPE_AMBER": reflect.ValueOf(constant.MakeFromLiteral("24584", token.INT, 0)), + "ETHERTYPE_AMOEBA": reflect.ValueOf(constant.MakeFromLiteral("33093", token.INT, 0)), + "ETHERTYPE_AOE": reflect.ValueOf(constant.MakeFromLiteral("34978", token.INT, 0)), + "ETHERTYPE_APOLLO": reflect.ValueOf(constant.MakeFromLiteral("33015", token.INT, 0)), + "ETHERTYPE_APOLLODOMAIN": reflect.ValueOf(constant.MakeFromLiteral("32793", token.INT, 0)), + "ETHERTYPE_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("32923", token.INT, 0)), + "ETHERTYPE_APPLITEK": reflect.ValueOf(constant.MakeFromLiteral("32967", token.INT, 0)), + "ETHERTYPE_ARGONAUT": reflect.ValueOf(constant.MakeFromLiteral("32826", token.INT, 0)), + "ETHERTYPE_ARP": reflect.ValueOf(constant.MakeFromLiteral("2054", token.INT, 0)), + "ETHERTYPE_AT": reflect.ValueOf(constant.MakeFromLiteral("32923", token.INT, 0)), + "ETHERTYPE_ATALK": reflect.ValueOf(constant.MakeFromLiteral("32923", token.INT, 0)), + "ETHERTYPE_ATOMIC": reflect.ValueOf(constant.MakeFromLiteral("34527", token.INT, 0)), + "ETHERTYPE_ATT": reflect.ValueOf(constant.MakeFromLiteral("32873", token.INT, 0)), + "ETHERTYPE_ATTSTANFORD": reflect.ValueOf(constant.MakeFromLiteral("32776", token.INT, 0)), + "ETHERTYPE_AUTOPHON": reflect.ValueOf(constant.MakeFromLiteral("32874", token.INT, 0)), + "ETHERTYPE_AXIS": reflect.ValueOf(constant.MakeFromLiteral("34902", token.INT, 0)), + "ETHERTYPE_BCLOOP": reflect.ValueOf(constant.MakeFromLiteral("36867", token.INT, 0)), + "ETHERTYPE_BOFL": reflect.ValueOf(constant.MakeFromLiteral("33026", token.INT, 0)), + "ETHERTYPE_CABLETRON": reflect.ValueOf(constant.MakeFromLiteral("28724", token.INT, 0)), + "ETHERTYPE_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("2052", token.INT, 0)), + "ETHERTYPE_COMDESIGN": reflect.ValueOf(constant.MakeFromLiteral("32876", token.INT, 0)), + "ETHERTYPE_COMPUGRAPHIC": reflect.ValueOf(constant.MakeFromLiteral("32877", token.INT, 0)), + "ETHERTYPE_COUNTERPOINT": reflect.ValueOf(constant.MakeFromLiteral("32866", token.INT, 0)), + "ETHERTYPE_CRONUS": reflect.ValueOf(constant.MakeFromLiteral("32772", token.INT, 0)), + "ETHERTYPE_CRONUSVLN": reflect.ValueOf(constant.MakeFromLiteral("32771", token.INT, 0)), + "ETHERTYPE_DCA": reflect.ValueOf(constant.MakeFromLiteral("4660", token.INT, 0)), + "ETHERTYPE_DDE": reflect.ValueOf(constant.MakeFromLiteral("32891", token.INT, 0)), + "ETHERTYPE_DEBNI": reflect.ValueOf(constant.MakeFromLiteral("43690", token.INT, 0)), + "ETHERTYPE_DECAM": reflect.ValueOf(constant.MakeFromLiteral("32840", token.INT, 0)), + "ETHERTYPE_DECCUST": reflect.ValueOf(constant.MakeFromLiteral("24582", token.INT, 0)), + "ETHERTYPE_DECDIAG": reflect.ValueOf(constant.MakeFromLiteral("24581", token.INT, 0)), + "ETHERTYPE_DECDNS": reflect.ValueOf(constant.MakeFromLiteral("32828", token.INT, 0)), + "ETHERTYPE_DECDTS": reflect.ValueOf(constant.MakeFromLiteral("32830", token.INT, 0)), + "ETHERTYPE_DECEXPER": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), + "ETHERTYPE_DECLAST": reflect.ValueOf(constant.MakeFromLiteral("32833", token.INT, 0)), + "ETHERTYPE_DECLTM": reflect.ValueOf(constant.MakeFromLiteral("32831", token.INT, 0)), + "ETHERTYPE_DECMUMPS": reflect.ValueOf(constant.MakeFromLiteral("24585", token.INT, 0)), + "ETHERTYPE_DECNETBIOS": reflect.ValueOf(constant.MakeFromLiteral("32832", token.INT, 0)), + "ETHERTYPE_DELTACON": reflect.ValueOf(constant.MakeFromLiteral("34526", token.INT, 0)), + "ETHERTYPE_DIDDLE": reflect.ValueOf(constant.MakeFromLiteral("17185", token.INT, 0)), + "ETHERTYPE_DLOG1": reflect.ValueOf(constant.MakeFromLiteral("1632", token.INT, 0)), + "ETHERTYPE_DLOG2": reflect.ValueOf(constant.MakeFromLiteral("1633", token.INT, 0)), + "ETHERTYPE_DN": reflect.ValueOf(constant.MakeFromLiteral("24579", token.INT, 0)), + "ETHERTYPE_DOGFIGHT": reflect.ValueOf(constant.MakeFromLiteral("6537", token.INT, 0)), + "ETHERTYPE_DSMD": reflect.ValueOf(constant.MakeFromLiteral("32825", token.INT, 0)), + "ETHERTYPE_ECMA": reflect.ValueOf(constant.MakeFromLiteral("2051", token.INT, 0)), + "ETHERTYPE_ENCRYPT": reflect.ValueOf(constant.MakeFromLiteral("32829", token.INT, 0)), + "ETHERTYPE_ES": reflect.ValueOf(constant.MakeFromLiteral("32861", token.INT, 0)), + "ETHERTYPE_EXCELAN": reflect.ValueOf(constant.MakeFromLiteral("32784", token.INT, 0)), + "ETHERTYPE_EXPERDATA": reflect.ValueOf(constant.MakeFromLiteral("32841", token.INT, 0)), + "ETHERTYPE_FLIP": reflect.ValueOf(constant.MakeFromLiteral("33094", token.INT, 0)), + "ETHERTYPE_FLOWCONTROL": reflect.ValueOf(constant.MakeFromLiteral("34824", token.INT, 0)), + "ETHERTYPE_FRARP": reflect.ValueOf(constant.MakeFromLiteral("2056", token.INT, 0)), + "ETHERTYPE_GENDYN": reflect.ValueOf(constant.MakeFromLiteral("32872", token.INT, 0)), + "ETHERTYPE_HAYES": reflect.ValueOf(constant.MakeFromLiteral("33072", token.INT, 0)), + "ETHERTYPE_HIPPI_FP": reflect.ValueOf(constant.MakeFromLiteral("33152", token.INT, 0)), + "ETHERTYPE_HITACHI": reflect.ValueOf(constant.MakeFromLiteral("34848", token.INT, 0)), + "ETHERTYPE_HP": reflect.ValueOf(constant.MakeFromLiteral("32773", token.INT, 0)), + "ETHERTYPE_IEEEPUP": reflect.ValueOf(constant.MakeFromLiteral("2560", token.INT, 0)), + "ETHERTYPE_IEEEPUPAT": reflect.ValueOf(constant.MakeFromLiteral("2561", token.INT, 0)), + "ETHERTYPE_IMLBL": reflect.ValueOf(constant.MakeFromLiteral("19522", token.INT, 0)), + "ETHERTYPE_IMLBLDIAG": reflect.ValueOf(constant.MakeFromLiteral("16972", token.INT, 0)), + "ETHERTYPE_IP": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "ETHERTYPE_IPAS": reflect.ValueOf(constant.MakeFromLiteral("34668", token.INT, 0)), + "ETHERTYPE_IPV6": reflect.ValueOf(constant.MakeFromLiteral("34525", token.INT, 0)), + "ETHERTYPE_IPX": reflect.ValueOf(constant.MakeFromLiteral("33079", token.INT, 0)), + "ETHERTYPE_IPXNEW": reflect.ValueOf(constant.MakeFromLiteral("32823", token.INT, 0)), + "ETHERTYPE_KALPANA": reflect.ValueOf(constant.MakeFromLiteral("34178", token.INT, 0)), + "ETHERTYPE_LANBRIDGE": reflect.ValueOf(constant.MakeFromLiteral("32824", token.INT, 0)), + "ETHERTYPE_LANPROBE": reflect.ValueOf(constant.MakeFromLiteral("34952", token.INT, 0)), + "ETHERTYPE_LAT": reflect.ValueOf(constant.MakeFromLiteral("24580", token.INT, 0)), + "ETHERTYPE_LBACK": reflect.ValueOf(constant.MakeFromLiteral("36864", token.INT, 0)), + "ETHERTYPE_LITTLE": reflect.ValueOf(constant.MakeFromLiteral("32864", token.INT, 0)), + "ETHERTYPE_LLDP": reflect.ValueOf(constant.MakeFromLiteral("35020", token.INT, 0)), + "ETHERTYPE_LOGICRAFT": reflect.ValueOf(constant.MakeFromLiteral("33096", token.INT, 0)), + "ETHERTYPE_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("36864", token.INT, 0)), + "ETHERTYPE_MACSEC": reflect.ValueOf(constant.MakeFromLiteral("35045", token.INT, 0)), + "ETHERTYPE_MATRA": reflect.ValueOf(constant.MakeFromLiteral("32890", token.INT, 0)), + "ETHERTYPE_MAX": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "ETHERTYPE_MERIT": reflect.ValueOf(constant.MakeFromLiteral("32892", token.INT, 0)), + "ETHERTYPE_MICP": reflect.ValueOf(constant.MakeFromLiteral("34618", token.INT, 0)), + "ETHERTYPE_MOPDL": reflect.ValueOf(constant.MakeFromLiteral("24577", token.INT, 0)), + "ETHERTYPE_MOPRC": reflect.ValueOf(constant.MakeFromLiteral("24578", token.INT, 0)), + "ETHERTYPE_MOTOROLA": reflect.ValueOf(constant.MakeFromLiteral("33165", token.INT, 0)), + "ETHERTYPE_MPLS": reflect.ValueOf(constant.MakeFromLiteral("34887", token.INT, 0)), + "ETHERTYPE_MPLS_MCAST": reflect.ValueOf(constant.MakeFromLiteral("34888", token.INT, 0)), + "ETHERTYPE_MUMPS": reflect.ValueOf(constant.MakeFromLiteral("33087", token.INT, 0)), + "ETHERTYPE_NBPCC": reflect.ValueOf(constant.MakeFromLiteral("15364", token.INT, 0)), + "ETHERTYPE_NBPCLAIM": reflect.ValueOf(constant.MakeFromLiteral("15369", token.INT, 0)), + "ETHERTYPE_NBPCLREQ": reflect.ValueOf(constant.MakeFromLiteral("15365", token.INT, 0)), + "ETHERTYPE_NBPCLRSP": reflect.ValueOf(constant.MakeFromLiteral("15366", token.INT, 0)), + "ETHERTYPE_NBPCREQ": reflect.ValueOf(constant.MakeFromLiteral("15362", token.INT, 0)), + "ETHERTYPE_NBPCRSP": reflect.ValueOf(constant.MakeFromLiteral("15363", token.INT, 0)), + "ETHERTYPE_NBPDG": reflect.ValueOf(constant.MakeFromLiteral("15367", token.INT, 0)), + "ETHERTYPE_NBPDGB": reflect.ValueOf(constant.MakeFromLiteral("15368", token.INT, 0)), + "ETHERTYPE_NBPDLTE": reflect.ValueOf(constant.MakeFromLiteral("15370", token.INT, 0)), + "ETHERTYPE_NBPRAR": reflect.ValueOf(constant.MakeFromLiteral("15372", token.INT, 0)), + "ETHERTYPE_NBPRAS": reflect.ValueOf(constant.MakeFromLiteral("15371", token.INT, 0)), + "ETHERTYPE_NBPRST": reflect.ValueOf(constant.MakeFromLiteral("15373", token.INT, 0)), + "ETHERTYPE_NBPSCD": reflect.ValueOf(constant.MakeFromLiteral("15361", token.INT, 0)), + "ETHERTYPE_NBPVCD": reflect.ValueOf(constant.MakeFromLiteral("15360", token.INT, 0)), + "ETHERTYPE_NBS": reflect.ValueOf(constant.MakeFromLiteral("2050", token.INT, 0)), + "ETHERTYPE_NCD": reflect.ValueOf(constant.MakeFromLiteral("33097", token.INT, 0)), + "ETHERTYPE_NESTAR": reflect.ValueOf(constant.MakeFromLiteral("32774", token.INT, 0)), + "ETHERTYPE_NETBEUI": reflect.ValueOf(constant.MakeFromLiteral("33169", token.INT, 0)), + "ETHERTYPE_NOVELL": reflect.ValueOf(constant.MakeFromLiteral("33080", token.INT, 0)), + "ETHERTYPE_NS": reflect.ValueOf(constant.MakeFromLiteral("1536", token.INT, 0)), + "ETHERTYPE_NSAT": reflect.ValueOf(constant.MakeFromLiteral("1537", token.INT, 0)), + "ETHERTYPE_NSCOMPAT": reflect.ValueOf(constant.MakeFromLiteral("2055", token.INT, 0)), + "ETHERTYPE_NTRAILER": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "ETHERTYPE_OS9": reflect.ValueOf(constant.MakeFromLiteral("28679", token.INT, 0)), + "ETHERTYPE_OS9NET": reflect.ValueOf(constant.MakeFromLiteral("28681", token.INT, 0)), + "ETHERTYPE_PACER": reflect.ValueOf(constant.MakeFromLiteral("32966", token.INT, 0)), + "ETHERTYPE_PAE": reflect.ValueOf(constant.MakeFromLiteral("34958", token.INT, 0)), + "ETHERTYPE_PBB": reflect.ValueOf(constant.MakeFromLiteral("35047", token.INT, 0)), + "ETHERTYPE_PCS": reflect.ValueOf(constant.MakeFromLiteral("16962", token.INT, 0)), + "ETHERTYPE_PLANNING": reflect.ValueOf(constant.MakeFromLiteral("32836", token.INT, 0)), + "ETHERTYPE_PPP": reflect.ValueOf(constant.MakeFromLiteral("34827", token.INT, 0)), + "ETHERTYPE_PPPOE": reflect.ValueOf(constant.MakeFromLiteral("34916", token.INT, 0)), + "ETHERTYPE_PPPOEDISC": reflect.ValueOf(constant.MakeFromLiteral("34915", token.INT, 0)), + "ETHERTYPE_PRIMENTS": reflect.ValueOf(constant.MakeFromLiteral("28721", token.INT, 0)), + "ETHERTYPE_PUP": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "ETHERTYPE_PUPAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "ETHERTYPE_QINQ": reflect.ValueOf(constant.MakeFromLiteral("34984", token.INT, 0)), + "ETHERTYPE_RACAL": reflect.ValueOf(constant.MakeFromLiteral("28720", token.INT, 0)), + "ETHERTYPE_RATIONAL": reflect.ValueOf(constant.MakeFromLiteral("33104", token.INT, 0)), + "ETHERTYPE_RAWFR": reflect.ValueOf(constant.MakeFromLiteral("25945", token.INT, 0)), + "ETHERTYPE_RCL": reflect.ValueOf(constant.MakeFromLiteral("6549", token.INT, 0)), + "ETHERTYPE_RDP": reflect.ValueOf(constant.MakeFromLiteral("34617", token.INT, 0)), + "ETHERTYPE_RETIX": reflect.ValueOf(constant.MakeFromLiteral("33010", token.INT, 0)), + "ETHERTYPE_REVARP": reflect.ValueOf(constant.MakeFromLiteral("32821", token.INT, 0)), + "ETHERTYPE_SCA": reflect.ValueOf(constant.MakeFromLiteral("24583", token.INT, 0)), + "ETHERTYPE_SECTRA": reflect.ValueOf(constant.MakeFromLiteral("34523", token.INT, 0)), + "ETHERTYPE_SECUREDATA": reflect.ValueOf(constant.MakeFromLiteral("34669", token.INT, 0)), + "ETHERTYPE_SGITW": reflect.ValueOf(constant.MakeFromLiteral("33150", token.INT, 0)), + "ETHERTYPE_SG_BOUNCE": reflect.ValueOf(constant.MakeFromLiteral("32790", token.INT, 0)), + "ETHERTYPE_SG_DIAG": reflect.ValueOf(constant.MakeFromLiteral("32787", token.INT, 0)), + "ETHERTYPE_SG_NETGAMES": reflect.ValueOf(constant.MakeFromLiteral("32788", token.INT, 0)), + "ETHERTYPE_SG_RESV": reflect.ValueOf(constant.MakeFromLiteral("32789", token.INT, 0)), + "ETHERTYPE_SIMNET": reflect.ValueOf(constant.MakeFromLiteral("21000", token.INT, 0)), + "ETHERTYPE_SLOW": reflect.ValueOf(constant.MakeFromLiteral("34825", token.INT, 0)), + "ETHERTYPE_SNA": reflect.ValueOf(constant.MakeFromLiteral("32981", token.INT, 0)), + "ETHERTYPE_SNMP": reflect.ValueOf(constant.MakeFromLiteral("33100", token.INT, 0)), + "ETHERTYPE_SONIX": reflect.ValueOf(constant.MakeFromLiteral("64245", token.INT, 0)), + "ETHERTYPE_SPIDER": reflect.ValueOf(constant.MakeFromLiteral("32927", token.INT, 0)), + "ETHERTYPE_SPRITE": reflect.ValueOf(constant.MakeFromLiteral("1280", token.INT, 0)), + "ETHERTYPE_STP": reflect.ValueOf(constant.MakeFromLiteral("33153", token.INT, 0)), + "ETHERTYPE_TALARIS": reflect.ValueOf(constant.MakeFromLiteral("33067", token.INT, 0)), + "ETHERTYPE_TALARISMC": reflect.ValueOf(constant.MakeFromLiteral("34091", token.INT, 0)), + "ETHERTYPE_TCPCOMP": reflect.ValueOf(constant.MakeFromLiteral("34667", token.INT, 0)), + "ETHERTYPE_TCPSM": reflect.ValueOf(constant.MakeFromLiteral("36866", token.INT, 0)), + "ETHERTYPE_TEC": reflect.ValueOf(constant.MakeFromLiteral("33103", token.INT, 0)), + "ETHERTYPE_TIGAN": reflect.ValueOf(constant.MakeFromLiteral("32815", token.INT, 0)), + "ETHERTYPE_TRAIL": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "ETHERTYPE_TRANSETHER": reflect.ValueOf(constant.MakeFromLiteral("25944", token.INT, 0)), + "ETHERTYPE_TYMSHARE": reflect.ValueOf(constant.MakeFromLiteral("32814", token.INT, 0)), + "ETHERTYPE_UBBST": reflect.ValueOf(constant.MakeFromLiteral("28677", token.INT, 0)), + "ETHERTYPE_UBDEBUG": reflect.ValueOf(constant.MakeFromLiteral("2304", token.INT, 0)), + "ETHERTYPE_UBDIAGLOOP": reflect.ValueOf(constant.MakeFromLiteral("28674", token.INT, 0)), + "ETHERTYPE_UBDL": reflect.ValueOf(constant.MakeFromLiteral("28672", token.INT, 0)), + "ETHERTYPE_UBNIU": reflect.ValueOf(constant.MakeFromLiteral("28673", token.INT, 0)), + "ETHERTYPE_UBNMC": reflect.ValueOf(constant.MakeFromLiteral("28675", token.INT, 0)), + "ETHERTYPE_VALID": reflect.ValueOf(constant.MakeFromLiteral("5632", token.INT, 0)), + "ETHERTYPE_VARIAN": reflect.ValueOf(constant.MakeFromLiteral("32989", token.INT, 0)), + "ETHERTYPE_VAXELN": reflect.ValueOf(constant.MakeFromLiteral("32827", token.INT, 0)), + "ETHERTYPE_VEECO": reflect.ValueOf(constant.MakeFromLiteral("32871", token.INT, 0)), + "ETHERTYPE_VEXP": reflect.ValueOf(constant.MakeFromLiteral("32859", token.INT, 0)), + "ETHERTYPE_VGLAB": reflect.ValueOf(constant.MakeFromLiteral("33073", token.INT, 0)), + "ETHERTYPE_VINES": reflect.ValueOf(constant.MakeFromLiteral("2989", token.INT, 0)), + "ETHERTYPE_VINESECHO": reflect.ValueOf(constant.MakeFromLiteral("2991", token.INT, 0)), + "ETHERTYPE_VINESLOOP": reflect.ValueOf(constant.MakeFromLiteral("2990", token.INT, 0)), + "ETHERTYPE_VITAL": reflect.ValueOf(constant.MakeFromLiteral("65280", token.INT, 0)), + "ETHERTYPE_VLAN": reflect.ValueOf(constant.MakeFromLiteral("33024", token.INT, 0)), + "ETHERTYPE_VLTLMAN": reflect.ValueOf(constant.MakeFromLiteral("32896", token.INT, 0)), + "ETHERTYPE_VPROD": reflect.ValueOf(constant.MakeFromLiteral("32860", token.INT, 0)), + "ETHERTYPE_VURESERVED": reflect.ValueOf(constant.MakeFromLiteral("33095", token.INT, 0)), + "ETHERTYPE_WATERLOO": reflect.ValueOf(constant.MakeFromLiteral("33072", token.INT, 0)), + "ETHERTYPE_WELLFLEET": reflect.ValueOf(constant.MakeFromLiteral("33027", token.INT, 0)), + "ETHERTYPE_X25": reflect.ValueOf(constant.MakeFromLiteral("2053", token.INT, 0)), + "ETHERTYPE_X75": reflect.ValueOf(constant.MakeFromLiteral("2049", token.INT, 0)), + "ETHERTYPE_XNSSM": reflect.ValueOf(constant.MakeFromLiteral("36865", token.INT, 0)), + "ETHERTYPE_XTP": reflect.ValueOf(constant.MakeFromLiteral("33149", token.INT, 0)), + "ETHER_ADDR_LEN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "ETHER_ALIGN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ETHER_CRC_LEN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ETHER_CRC_POLY_BE": reflect.ValueOf(constant.MakeFromLiteral("79764918", token.INT, 0)), + "ETHER_CRC_POLY_LE": reflect.ValueOf(constant.MakeFromLiteral("3988292384", token.INT, 0)), + "ETHER_HDR_LEN": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "ETHER_MAX_DIX_LEN": reflect.ValueOf(constant.MakeFromLiteral("1536", token.INT, 0)), + "ETHER_MAX_HARDMTU_LEN": reflect.ValueOf(constant.MakeFromLiteral("65435", token.INT, 0)), + "ETHER_MAX_LEN": reflect.ValueOf(constant.MakeFromLiteral("1518", token.INT, 0)), + "ETHER_MIN_LEN": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "ETHER_TYPE_LEN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ETHER_VLAN_ENCAP_LEN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), + "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), + "ETXTBSY": reflect.ValueOf(syscall.ETXTBSY), + "EUSERS": reflect.ValueOf(syscall.EUSERS), + "EVFILT_AIO": reflect.ValueOf(constant.MakeFromLiteral("-3", token.INT, 0)), + "EVFILT_DEVICE": reflect.ValueOf(constant.MakeFromLiteral("-8", token.INT, 0)), + "EVFILT_PROC": reflect.ValueOf(constant.MakeFromLiteral("-5", token.INT, 0)), + "EVFILT_READ": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), + "EVFILT_SIGNAL": reflect.ValueOf(constant.MakeFromLiteral("-6", token.INT, 0)), + "EVFILT_SYSCOUNT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "EVFILT_TIMER": reflect.ValueOf(constant.MakeFromLiteral("-7", token.INT, 0)), + "EVFILT_VNODE": reflect.ValueOf(constant.MakeFromLiteral("-4", token.INT, 0)), + "EVFILT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("-2", token.INT, 0)), + "EVL_ENCAPLEN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "EVL_PRIO_BITS": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "EVL_PRIO_MAX": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "EVL_VLID_MASK": reflect.ValueOf(constant.MakeFromLiteral("4095", token.INT, 0)), + "EVL_VLID_MAX": reflect.ValueOf(constant.MakeFromLiteral("4094", token.INT, 0)), + "EVL_VLID_MIN": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "EVL_VLID_NULL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "EV_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "EV_CLEAR": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "EV_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "EV_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "EV_DISPATCH": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "EV_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "EV_EOF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "EV_ERROR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "EV_FLAG1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "EV_ONESHOT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "EV_RECEIPT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "EV_SYSFLAGS": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), + "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), + "EXDEV": reflect.ValueOf(syscall.EXDEV), + "EXTA": reflect.ValueOf(constant.MakeFromLiteral("19200", token.INT, 0)), + "EXTB": reflect.ValueOf(constant.MakeFromLiteral("38400", token.INT, 0)), + "EXTPROC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "Environ": reflect.ValueOf(syscall.Environ), + "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "FD_SETSIZE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "FLUSHO": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), + "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "F_GETFD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "F_GETFL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "F_GETLK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "F_GETOWN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "F_ISATTY": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "F_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "F_SETFD": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_SETFL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "F_SETLK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "F_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "F_SETOWN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "F_UNLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "Fchdir": reflect.ValueOf(syscall.Fchdir), + "Fchflags": reflect.ValueOf(syscall.Fchflags), + "Fchmod": reflect.ValueOf(syscall.Fchmod), + "Fchown": reflect.ValueOf(syscall.Fchown), + "FcntlFlock": reflect.ValueOf(syscall.FcntlFlock), + "Flock": reflect.ValueOf(syscall.Flock), + "FlushBpf": reflect.ValueOf(syscall.FlushBpf), + "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), + "Fpathconf": reflect.ValueOf(syscall.Fpathconf), + "Fstat": reflect.ValueOf(syscall.Fstat), + "Fstatfs": reflect.ValueOf(syscall.Fstatfs), + "Fsync": reflect.ValueOf(syscall.Fsync), + "Ftruncate": reflect.ValueOf(syscall.Ftruncate), + "Futimes": reflect.ValueOf(syscall.Futimes), + "Getdirentries": reflect.ValueOf(syscall.Getdirentries), + "Getegid": reflect.ValueOf(syscall.Getegid), + "Getenv": reflect.ValueOf(syscall.Getenv), + "Geteuid": reflect.ValueOf(syscall.Geteuid), + "Getfsstat": reflect.ValueOf(syscall.Getfsstat), + "Getgid": reflect.ValueOf(syscall.Getgid), + "Getgroups": reflect.ValueOf(syscall.Getgroups), + "Getpagesize": reflect.ValueOf(syscall.Getpagesize), + "Getpeername": reflect.ValueOf(syscall.Getpeername), + "Getpgid": reflect.ValueOf(syscall.Getpgid), + "Getpgrp": reflect.ValueOf(syscall.Getpgrp), + "Getpid": reflect.ValueOf(syscall.Getpid), + "Getppid": reflect.ValueOf(syscall.Getppid), + "Getpriority": reflect.ValueOf(syscall.Getpriority), + "Getrlimit": reflect.ValueOf(syscall.Getrlimit), + "Getrusage": reflect.ValueOf(syscall.Getrusage), + "Getsid": reflect.ValueOf(syscall.Getsid), + "Getsockname": reflect.ValueOf(syscall.Getsockname), + "GetsockoptByte": reflect.ValueOf(syscall.GetsockoptByte), + "GetsockoptICMPv6Filter": reflect.ValueOf(syscall.GetsockoptICMPv6Filter), + "GetsockoptIPMreq": reflect.ValueOf(syscall.GetsockoptIPMreq), + "GetsockoptIPv6MTUInfo": reflect.ValueOf(syscall.GetsockoptIPv6MTUInfo), + "GetsockoptIPv6Mreq": reflect.ValueOf(syscall.GetsockoptIPv6Mreq), + "GetsockoptInet4Addr": reflect.ValueOf(syscall.GetsockoptInet4Addr), + "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), + "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), + "Getuid": reflect.ValueOf(syscall.Getuid), + "Getwd": reflect.ValueOf(syscall.Getwd), + "HUPCL": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "ICANON": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "ICMP6_FILTER": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "ICRNL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IEXTEN": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFAN_ARRIVAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IFAN_DEPARTURE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFF_ALLMULTI": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFF_CANTCHANGE": reflect.ValueOf(constant.MakeFromLiteral("36434", token.INT, 0)), + "IFF_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFF_LINK0": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "IFF_LINK1": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IFF_LINK2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IFF_NOARP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IFF_OACTIVE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFF_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IFF_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IFF_SIMPLEX": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IFF_STATICARP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFT_1822": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFT_A12MPPSWITCH": reflect.ValueOf(constant.MakeFromLiteral("130", token.INT, 0)), + "IFT_AAL2": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), + "IFT_AAL5": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "IFT_ADSL": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), + "IFT_AFLANE8023": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IFT_AFLANE8025": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "IFT_ARAP": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), + "IFT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IFT_ARCNETPLUS": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "IFT_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), + "IFT_ATM": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "IFT_ATMDXI": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), + "IFT_ATMFUNI": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), + "IFT_ATMIMA": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), + "IFT_ATMLOGICAL": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "IFT_ATMRADIO": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), + "IFT_ATMSUBINTERFACE": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "IFT_ATMVCIENDPT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), + "IFT_ATMVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("149", token.INT, 0)), + "IFT_BGPPOLICYACCOUNTING": reflect.ValueOf(constant.MakeFromLiteral("162", token.INT, 0)), + "IFT_BLUETOOTH": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), + "IFT_BRIDGE": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), + "IFT_BSC": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), + "IFT_CARP": reflect.ValueOf(constant.MakeFromLiteral("247", token.INT, 0)), + "IFT_CCTEMUL": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "IFT_CEPT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IFT_CES": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), + "IFT_CHANNEL": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), + "IFT_CNR": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "IFT_COFFEE": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), + "IFT_COMPOSITELINK": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), + "IFT_DCN": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), + "IFT_DIGITALPOWERLINE": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), + "IFT_DIGITALWRAPPEROVERHEADCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("186", token.INT, 0)), + "IFT_DLSW": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "IFT_DOCSCABLEDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IFT_DOCSCABLEMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "IFT_DOCSCABLEUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), + "IFT_DOCSCABLEUPSTREAMCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), + "IFT_DS0": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), + "IFT_DS0BUNDLE": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), + "IFT_DS1FDL": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), + "IFT_DS3": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "IFT_DTM": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), + "IFT_DUMMY": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), + "IFT_DVBASILN": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), + "IFT_DVBASIOUT": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), + "IFT_DVBRCCDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), + "IFT_DVBRCCMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("146", token.INT, 0)), + "IFT_DVBRCCUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), + "IFT_ECONET": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), + "IFT_ENC": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), + "IFT_EON": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "IFT_EPLRS": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), + "IFT_ESCON": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "IFT_ETHER": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IFT_FAITH": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), + "IFT_FAST": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), + "IFT_FASTETHER": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "IFT_FASTETHERFX": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), + "IFT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "IFT_FIBRECHANNEL": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "IFT_FRAMERELAYINTERCONNECT": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "IFT_FRAMERELAYMPI": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "IFT_FRDLCIENDPT": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), + "IFT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IFT_FRELAYDCE": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "IFT_FRF16MFRBUNDLE": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), + "IFT_FRFORWARD": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), + "IFT_G703AT2MB": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "IFT_G703AT64K": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "IFT_GIF": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "IFT_GIGABITETHERNET": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), + "IFT_GR303IDT": reflect.ValueOf(constant.MakeFromLiteral("178", token.INT, 0)), + "IFT_GR303RDT": reflect.ValueOf(constant.MakeFromLiteral("177", token.INT, 0)), + "IFT_H323GATEKEEPER": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), + "IFT_H323PROXY": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), + "IFT_HDH1822": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IFT_HDLC": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), + "IFT_HDSL2": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), + "IFT_HIPERLAN2": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), + "IFT_HIPPI": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "IFT_HIPPIINTERFACE": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "IFT_HOSTPAD": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), + "IFT_HSSI": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "IFT_HY": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IFT_IBM370PARCHAN": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "IFT_IDSL": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), + "IFT_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), + "IFT_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), + "IFT_IEEE80212": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "IFT_IEEE8023ADLAG": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), + "IFT_IFGSN": reflect.ValueOf(constant.MakeFromLiteral("145", token.INT, 0)), + "IFT_IMT": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), + "IFT_INFINIBAND": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), + "IFT_INTERLEAVE": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), + "IFT_IP": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), + "IFT_IPFORWARD": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), + "IFT_IPOVERATM": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), + "IFT_IPOVERCDLC": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), + "IFT_IPOVERCLAW": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), + "IFT_IPSWITCH": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), + "IFT_ISDN": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "IFT_ISDNBASIC": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IFT_ISDNPRIMARY": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IFT_ISDNS": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "IFT_ISDNU": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), + "IFT_ISO88022LLC": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IFT_ISO88023": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IFT_ISO88024": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFT_ISO88025": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IFT_ISO88025CRFPINT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), + "IFT_ISO88025DTR": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), + "IFT_ISO88025FIBER": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), + "IFT_ISO88026": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IFT_ISUP": reflect.ValueOf(constant.MakeFromLiteral("179", token.INT, 0)), + "IFT_L2VLAN": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "IFT_L3IPVLAN": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), + "IFT_L3IPXVLAN": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "IFT_LAPB": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFT_LAPD": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), + "IFT_LAPF": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), + "IFT_LINEGROUP": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), + "IFT_LOCALTALK": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "IFT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IFT_MBIM": reflect.ValueOf(constant.MakeFromLiteral("250", token.INT, 0)), + "IFT_MEDIAMAILOVERIP": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), + "IFT_MFSIGLINK": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), + "IFT_MIOX25": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "IFT_MODEM": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "IFT_MPC": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), + "IFT_MPLS": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), + "IFT_MPLSTUNNEL": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), + "IFT_MSDSL": reflect.ValueOf(constant.MakeFromLiteral("143", token.INT, 0)), + "IFT_MVL": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), + "IFT_MYRINET": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), + "IFT_NFAS": reflect.ValueOf(constant.MakeFromLiteral("175", token.INT, 0)), + "IFT_NSIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IFT_OPTICALCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), + "IFT_OPTICALTRANSPORT": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), + "IFT_OTHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFT_P10": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IFT_P80": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IFT_PARA": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "IFT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), + "IFT_PFLOW": reflect.ValueOf(constant.MakeFromLiteral("249", token.INT, 0)), + "IFT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), + "IFT_PLC": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), + "IFT_PON155": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), + "IFT_PON622": reflect.ValueOf(constant.MakeFromLiteral("208", token.INT, 0)), + "IFT_POS": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), + "IFT_PPP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IFT_PPPMULTILINKBUNDLE": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "IFT_PROPATM": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), + "IFT_PROPBWAP2MP": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), + "IFT_PROPCNLS": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "IFT_PROPDOCSWIRELESSDOWNSTREAM": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), + "IFT_PROPDOCSWIRELESSMACLAYER": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), + "IFT_PROPDOCSWIRELESSUPSTREAM": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), + "IFT_PROPMUX": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IFT_PROPVIRTUAL": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "IFT_PROPWIRELESSP2P": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), + "IFT_PTPSERIAL": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IFT_PVC": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), + "IFT_Q2931": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), + "IFT_QLLC": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), + "IFT_RADIOMAC": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), + "IFT_RADSL": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "IFT_REACHDSL": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), + "IFT_RFC1483": reflect.ValueOf(constant.MakeFromLiteral("159", token.INT, 0)), + "IFT_RS232": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "IFT_RSRB": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), + "IFT_SDLC": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "IFT_SDSL": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "IFT_SHDSL": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), + "IFT_SIP": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IFT_SIPSIG": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), + "IFT_SIPTG": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), + "IFT_SLIP": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IFT_SMDSDXI": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "IFT_SMDSICIP": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "IFT_SONET": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "IFT_SONETOVERHEADCHANNEL": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), + "IFT_SONETPATH": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IFT_SONETVT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IFT_SRP": reflect.ValueOf(constant.MakeFromLiteral("151", token.INT, 0)), + "IFT_SS7SIGLINK": reflect.ValueOf(constant.MakeFromLiteral("156", token.INT, 0)), + "IFT_STACKTOSTACK": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), + "IFT_STARLAN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IFT_T1": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IFT_TDLC": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), + "IFT_TELINK": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "IFT_TERMPAD": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), + "IFT_TR008": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), + "IFT_TRANSPHDLC": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "IFT_TUNNEL": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), + "IFT_ULTRA": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "IFT_USB": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), + "IFT_V11": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IFT_V35": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "IFT_V36": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "IFT_V37": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), + "IFT_VDSL": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), + "IFT_VIRTUALIPADDRESS": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "IFT_VIRTUALTG": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), + "IFT_VOICEDID": reflect.ValueOf(constant.MakeFromLiteral("213", token.INT, 0)), + "IFT_VOICEEM": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), + "IFT_VOICEEMFGD": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), + "IFT_VOICEENCAP": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), + "IFT_VOICEFGDEANA": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), + "IFT_VOICEFXO": reflect.ValueOf(constant.MakeFromLiteral("101", token.INT, 0)), + "IFT_VOICEFXS": reflect.ValueOf(constant.MakeFromLiteral("102", token.INT, 0)), + "IFT_VOICEOVERATM": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), + "IFT_VOICEOVERCABLE": reflect.ValueOf(constant.MakeFromLiteral("198", token.INT, 0)), + "IFT_VOICEOVERFRAMERELAY": reflect.ValueOf(constant.MakeFromLiteral("153", token.INT, 0)), + "IFT_VOICEOVERIP": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "IFT_X213": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), + "IFT_X25": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IFT_X25DDN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFT_X25HUNTGROUP": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), + "IFT_X25MLP": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "IFT_X25PLE": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "IFT_XETHER": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IGNBRK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IGNCR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IGNPAR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IMAXBEL": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "INLCR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "INPCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IN_CLASSA_HOST": reflect.ValueOf(constant.MakeFromLiteral("16777215", token.INT, 0)), + "IN_CLASSA_MAX": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IN_CLASSA_NET": reflect.ValueOf(constant.MakeFromLiteral("4278190080", token.INT, 0)), + "IN_CLASSA_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IN_CLASSB_HOST": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "IN_CLASSB_MAX": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "IN_CLASSB_NET": reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)), + "IN_CLASSB_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IN_CLASSC_HOST": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IN_CLASSC_NET": reflect.ValueOf(constant.MakeFromLiteral("4294967040", token.INT, 0)), + "IN_CLASSC_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IN_CLASSD_HOST": reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)), + "IN_CLASSD_NET": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), + "IN_CLASSD_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IN_LOOPBACKNET": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "IN_RFC3021_HOST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IN_RFC3021_NET": reflect.ValueOf(constant.MakeFromLiteral("4294967294", token.INT, 0)), + "IN_RFC3021_NSHIFT": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IPPROTO_AH": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IPPROTO_CARP": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "IPPROTO_DIVERT": reflect.ValueOf(constant.MakeFromLiteral("258", token.INT, 0)), + "IPPROTO_DONE": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), + "IPPROTO_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "IPPROTO_EGP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IPPROTO_ENCAP": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), + "IPPROTO_EON": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "IPPROTO_ESP": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IPPROTO_ETHERIP": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), + "IPPROTO_FRAGMENT": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "IPPROTO_GGP": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IPPROTO_GRE": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "IPPROTO_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPPROTO_ICMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPPROTO_ICMPV6": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "IPPROTO_IDP": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IPPROTO_IGMP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPPROTO_IPCOMP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "IPPROTO_IPIP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IPPROTO_MAX": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IPPROTO_MAXID": reflect.ValueOf(constant.MakeFromLiteral("259", token.INT, 0)), + "IPPROTO_MOBILE": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "IPPROTO_MPLS": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "IPPROTO_NONE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IPPROTO_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "IPPROTO_PIM": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), + "IPPROTO_PUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IPPROTO_RAW": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IPPROTO_ROUTING": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "IPPROTO_RSVP": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IPPROTO_TP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "IPPROTO_UDPLITE": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), + "IPV6_AUTH_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "IPV6_AUTOFLOWLABEL": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IPV6_CHECKSUM": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IPV6_DEFAULT_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_DEFHLIM": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IPV6_DONTFRAG": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "IPV6_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IPV6_ESP_NETWORK_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "IPV6_ESP_TRANS_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IPV6_FAITH": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "IPV6_FLOWINFO_MASK": reflect.ValueOf(constant.MakeFromLiteral("268435455", token.INT, 0)), + "IPV6_FLOWLABEL_MASK": reflect.ValueOf(constant.MakeFromLiteral("1048575", token.INT, 0)), + "IPV6_FRAGTTL": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), + "IPV6_HLIMDEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "IPV6_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "IPV6_IPCOMP_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IPV6_LEAVE_GROUP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IPV6_MAXHLIM": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "IPV6_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "IPV6_MINHOPCOUNT": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "IPV6_MMTU": reflect.ValueOf(constant.MakeFromLiteral("1280", token.INT, 0)), + "IPV6_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IPV6_NEXTHOP": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "IPV6_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_PATHMTU": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "IPV6_PIPEX": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "IPV6_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IPV6_RECVDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "IPV6_RECVDSTPORT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IPV6_RECVHOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "IPV6_RECVHOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "IPV6_RECVPATHMTU": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "IPV6_RECVPKTINFO": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "IPV6_RECVRTHDR": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "IPV6_RECVTCLASS": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "IPV6_RTABLE": reflect.ValueOf(constant.MakeFromLiteral("4129", token.INT, 0)), + "IPV6_RTHDR": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IPV6_RTHDRDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IPV6_RTHDR_LOOSE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPV6_RTHDR_STRICT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_RTHDR_TYPE_0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPV6_SOCKOPT_RESERVED1": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IPV6_TCLASS": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "IPV6_UNICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPV6_USE_MIN_MTU": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IPV6_VERSION": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "IPV6_VERSION_MASK": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IP_AUTH_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IP_DEFAULT_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_DEFAULT_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_DF": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IP_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IP_ESP_NETWORK_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IP_ESP_TRANS_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IP_HDRINCL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IP_IPCOMP_LEVEL": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "IP_IPDEFTTL": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "IP_IPSECFLOWINFO": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "IP_IPSEC_LOCAL_AUTH": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IP_IPSEC_LOCAL_CRED": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "IP_IPSEC_LOCAL_ID": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IP_IPSEC_REMOTE_AUTH": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IP_IPSEC_REMOTE_CRED": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IP_IPSEC_REMOTE_ID": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IP_MAXPACKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "IP_MAX_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("4095", token.INT, 0)), + "IP_MF": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IP_MINTTL": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IP_MIN_MEMBERSHIPS": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "IP_MSS": reflect.ValueOf(constant.MakeFromLiteral("576", token.INT, 0)), + "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IP_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IP_OFFMASK": reflect.ValueOf(constant.MakeFromLiteral("8191", token.INT, 0)), + "IP_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_PIPEX": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IP_RECVDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IP_RECVDSTPORT": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "IP_RECVIF": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "IP_RECVOPTS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IP_RECVRETOPTS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IP_RECVRTABLE": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IP_RECVTTL": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "IP_RETOPTS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IP_RF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IP_RTABLE": reflect.ValueOf(constant.MakeFromLiteral("4129", token.INT, 0)), + "IP_SENDSRCADDR": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IP_TOS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IP_TTL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ISIG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "ISTRIP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IXANY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IXOFF": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IXON": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), + "Issetugid": reflect.ValueOf(syscall.Issetugid), + "Kevent": reflect.ValueOf(syscall.Kevent), + "Kqueue": reflect.ValueOf(syscall.Kqueue), + "LCNT_OVERLOAD_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "LOCK_EX": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "LOCK_NB": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "LOCK_SH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "LOCK_UN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "Lchown": reflect.ValueOf(syscall.Lchown), + "Link": reflect.ValueOf(syscall.Link), + "Listen": reflect.ValueOf(syscall.Listen), + "Lstat": reflect.ValueOf(syscall.Lstat), + "MADV_DONTNEED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MADV_FREE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "MADV_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MADV_RANDOM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MADV_SEQUENTIAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MADV_SPACEAVAIL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "MADV_WILLNEED": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "MAP_ANON": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MAP_ANONYMOUS": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MAP_CONCEAL": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "MAP_COPY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MAP_FILE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_FIXED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MAP_FLAGMASK": reflect.ValueOf(constant.MakeFromLiteral("65527", token.INT, 0)), + "MAP_HASSEMAPHORE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_INHERIT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_INHERIT_COPY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MAP_INHERIT_NONE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MAP_INHERIT_SHARE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_INHERIT_ZERO": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "MAP_NOEXTEND": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_NORESERVE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_PRIVATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MAP_RENAME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MAP_STACK": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "MAP_TRYFIXED": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MCL_CURRENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MCL_FUTURE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MSG_BCAST": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "MSG_CMSG_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "MSG_CTRUNC": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "MSG_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MSG_DONTWAIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "MSG_EOR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MSG_MCAST": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "MSG_NOSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "MSG_OOB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MSG_PEEK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MSG_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MSG_WAITALL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "MS_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MS_INVALIDATE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Mkdir": reflect.ValueOf(syscall.Mkdir), + "Mkfifo": reflect.ValueOf(syscall.Mkfifo), + "Mknod": reflect.ValueOf(syscall.Mknod), + "Mmap": reflect.ValueOf(syscall.Mmap), + "Munmap": reflect.ValueOf(syscall.Munmap), + "NAME_MAX": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "NET_RT_DUMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NET_RT_FLAGS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "NET_RT_IFNAMES": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "NET_RT_MAXID": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "NET_RT_STATS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NET_RT_TABLE": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "NOFLSH": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "NOTE_ATTRIB": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "NOTE_CHANGE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_CHILD": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NOTE_DELETE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_EOF": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NOTE_EXEC": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "NOTE_EXIT": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "NOTE_EXTEND": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NOTE_FORK": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "NOTE_LINK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "NOTE_LOWAT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_PCTRLMASK": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), + "NOTE_PDATAMASK": reflect.ValueOf(constant.MakeFromLiteral("1048575", token.INT, 0)), + "NOTE_RENAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "NOTE_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "NOTE_TRACK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NOTE_TRACKERR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NOTE_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "NOTE_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Nanosleep": reflect.ValueOf(syscall.Nanosleep), + "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), + "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), + "OCRNL": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "ONLCR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ONLRET": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "ONOCR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "ONOEOT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "OPOST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "O_DIRECTORY": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "O_DSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "O_EXLOCK": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "O_NOCTTY": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "O_NOFOLLOW": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "O_RSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "O_SHLOCK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "Open": reflect.ValueOf(syscall.Open), + "PARENB": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "PARMRK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PARODD": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "PENDIN": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "PF_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PRIO_PGRP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PRIO_PROCESS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PRIO_USER": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PROT_EXEC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PROT_NONE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PROT_READ": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PROT_WRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PTRACE_CONT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PTRACE_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PTRACE_TRACEME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "ParseDirent": reflect.ValueOf(syscall.ParseDirent), + "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), + "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), + "ParseSocketControlMessage": reflect.ValueOf(syscall.ParseSocketControlMessage), + "ParseUnixRights": reflect.ValueOf(syscall.ParseUnixRights), + "Pathconf": reflect.ValueOf(syscall.Pathconf), + "Pipe": reflect.ValueOf(syscall.Pipe), + "Pipe2": reflect.ValueOf(syscall.Pipe2), + "Pread": reflect.ValueOf(syscall.Pread), + "Pwrite": reflect.ValueOf(syscall.Pwrite), + "RLIMIT_CORE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RLIMIT_CPU": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RLIMIT_DATA": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RLIMIT_FSIZE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RLIMIT_NOFILE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RLIMIT_STACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RLIM_INFINITY": reflect.ValueOf(constant.MakeFromLiteral("9223372036854775807", token.INT, 0)), + "RTAX_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTAX_BFD": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTAX_BRD": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTAX_DNS": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "RTAX_DST": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RTAX_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTAX_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTAX_IFA": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTAX_IFP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTAX_LABEL": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "RTAX_MAX": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "RTAX_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTAX_SEARCH": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "RTAX_SRC": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTAX_SRCMASK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "RTAX_STATIC": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "RTA_AUTHOR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTA_BFD": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "RTA_BRD": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "RTA_DNS": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "RTA_DST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTA_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTA_GENMASK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTA_IFA": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RTA_IFP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTA_LABEL": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "RTA_NETMASK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTA_SEARCH": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "RTA_SRC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "RTA_SRCMASK": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "RTA_STATIC": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "RTF_ANNOUNCE": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "RTF_BFD": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "RTF_BLACKHOLE": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "RTF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "RTF_CACHED": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "RTF_CLONED": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "RTF_CLONING": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "RTF_CONNECTED": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), + "RTF_DONE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTF_DYNAMIC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTF_FMASK": reflect.ValueOf(constant.MakeFromLiteral("17890312", token.INT, 0)), + "RTF_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTF_HOST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTF_LLINFO": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "RTF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "RTF_MODIFIED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RTF_MPATH": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "RTF_MPLS": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "RTF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "RTF_PERMANENT_ARP": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "RTF_PROTO1": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "RTF_PROTO2": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "RTF_PROTO3": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "RTF_REJECT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTF_STATIC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "RTF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTF_USETRAILERS": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "RTM_80211INFO": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "RTM_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTM_BFD": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "RTM_CHANGE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTM_CHGADDRATTR": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "RTM_DELADDR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "RTM_DELETE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTM_DESYNC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTM_GET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTM_IFANNOUNCE": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "RTM_IFINFO": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "RTM_INVALIDATE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "RTM_LOCK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTM_LOSING": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTM_MAXSIZE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "RTM_MISS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTM_NEWADDR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "RTM_PROPOSAL": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "RTM_REDIRECT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTM_RESOLVE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTM_RTTUNIT": reflect.ValueOf(constant.MakeFromLiteral("1000000", token.INT, 0)), + "RTM_VERSION": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTV_EXPIRE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTV_HOPCOUNT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTV_MTU": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTV_RPIPE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTV_RTT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTV_RTTVAR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "RTV_SPIPE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTV_SSTHRESH": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RT_TABLEID_BITS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RT_TABLEID_MASK": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "RT_TABLEID_MAX": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "RUSAGE_CHILDREN": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), + "RUSAGE_SELF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RUSAGE_THREAD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "Read": reflect.ValueOf(syscall.Read), + "ReadDirent": reflect.ValueOf(syscall.ReadDirent), + "Readlink": reflect.ValueOf(syscall.Readlink), + "Recvfrom": reflect.ValueOf(syscall.Recvfrom), + "Recvmsg": reflect.ValueOf(syscall.Recvmsg), + "Rename": reflect.ValueOf(syscall.Rename), + "Revoke": reflect.ValueOf(syscall.Revoke), + "Rmdir": reflect.ValueOf(syscall.Rmdir), + "RouteRIB": reflect.ValueOf(syscall.RouteRIB), + "SCM_RIGHTS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SCM_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SHUT_RD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "SHUT_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SHUT_WR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SIGABRT": reflect.ValueOf(syscall.SIGABRT), + "SIGALRM": reflect.ValueOf(syscall.SIGALRM), + "SIGBUS": reflect.ValueOf(syscall.SIGBUS), + "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), + "SIGCONT": reflect.ValueOf(syscall.SIGCONT), + "SIGEMT": reflect.ValueOf(syscall.SIGEMT), + "SIGFPE": reflect.ValueOf(syscall.SIGFPE), + "SIGHUP": reflect.ValueOf(syscall.SIGHUP), + "SIGILL": reflect.ValueOf(syscall.SIGILL), + "SIGINFO": reflect.ValueOf(syscall.SIGINFO), + "SIGINT": reflect.ValueOf(syscall.SIGINT), + "SIGIO": reflect.ValueOf(syscall.SIGIO), + "SIGIOT": reflect.ValueOf(syscall.SIGIOT), + "SIGKILL": reflect.ValueOf(syscall.SIGKILL), + "SIGPIPE": reflect.ValueOf(syscall.SIGPIPE), + "SIGPROF": reflect.ValueOf(syscall.SIGPROF), + "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), + "SIGSEGV": reflect.ValueOf(syscall.SIGSEGV), + "SIGSTOP": reflect.ValueOf(syscall.SIGSTOP), + "SIGSYS": reflect.ValueOf(syscall.SIGSYS), + "SIGTERM": reflect.ValueOf(syscall.SIGTERM), + "SIGTHR": reflect.ValueOf(syscall.SIGTHR), + "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), + "SIGTSTP": reflect.ValueOf(syscall.SIGTSTP), + "SIGTTIN": reflect.ValueOf(syscall.SIGTTIN), + "SIGTTOU": reflect.ValueOf(syscall.SIGTTOU), + "SIGURG": reflect.ValueOf(syscall.SIGURG), + "SIGUSR1": reflect.ValueOf(syscall.SIGUSR1), + "SIGUSR2": reflect.ValueOf(syscall.SIGUSR2), + "SIGVTALRM": reflect.ValueOf(syscall.SIGVTALRM), + "SIGWINCH": reflect.ValueOf(syscall.SIGWINCH), + "SIGXCPU": reflect.ValueOf(syscall.SIGXCPU), + "SIGXFSZ": reflect.ValueOf(syscall.SIGXFSZ), + "SIOCADDMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607729", token.INT, 0)), + "SIOCAIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704858", token.INT, 0)), + "SIOCAIFGROUP": reflect.ValueOf(constant.MakeFromLiteral("2150132103", token.INT, 0)), + "SIOCATMARK": reflect.ValueOf(constant.MakeFromLiteral("1074033415", token.INT, 0)), + "SIOCBRDGADD": reflect.ValueOf(constant.MakeFromLiteral("2153802044", token.INT, 0)), + "SIOCBRDGADDL": reflect.ValueOf(constant.MakeFromLiteral("2153802057", token.INT, 0)), + "SIOCBRDGADDS": reflect.ValueOf(constant.MakeFromLiteral("2153802049", token.INT, 0)), + "SIOCBRDGARL": reflect.ValueOf(constant.MakeFromLiteral("2156685645", token.INT, 0)), + "SIOCBRDGDADDR": reflect.ValueOf(constant.MakeFromLiteral("2166909255", token.INT, 0)), + "SIOCBRDGDEL": reflect.ValueOf(constant.MakeFromLiteral("2153802045", token.INT, 0)), + "SIOCBRDGDELS": reflect.ValueOf(constant.MakeFromLiteral("2153802050", token.INT, 0)), + "SIOCBRDGFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2153802056", token.INT, 0)), + "SIOCBRDGFRL": reflect.ValueOf(constant.MakeFromLiteral("2156685646", token.INT, 0)), + "SIOCBRDGGCACHE": reflect.ValueOf(constant.MakeFromLiteral("3222825281", token.INT, 0)), + "SIOCBRDGGFD": reflect.ValueOf(constant.MakeFromLiteral("3222825298", token.INT, 0)), + "SIOCBRDGGHT": reflect.ValueOf(constant.MakeFromLiteral("3222825297", token.INT, 0)), + "SIOCBRDGGIFFLGS": reflect.ValueOf(constant.MakeFromLiteral("3227543870", token.INT, 0)), + "SIOCBRDGGMA": reflect.ValueOf(constant.MakeFromLiteral("3222825299", token.INT, 0)), + "SIOCBRDGGPARAM": reflect.ValueOf(constant.MakeFromLiteral("3225446744", token.INT, 0)), + "SIOCBRDGGPRI": reflect.ValueOf(constant.MakeFromLiteral("3222825296", token.INT, 0)), + "SIOCBRDGGRL": reflect.ValueOf(constant.MakeFromLiteral("3224398159", token.INT, 0)), + "SIOCBRDGGTO": reflect.ValueOf(constant.MakeFromLiteral("3222825286", token.INT, 0)), + "SIOCBRDGIFS": reflect.ValueOf(constant.MakeFromLiteral("3227543874", token.INT, 0)), + "SIOCBRDGRTS": reflect.ValueOf(constant.MakeFromLiteral("3223349571", token.INT, 0)), + "SIOCBRDGSADDR": reflect.ValueOf(constant.MakeFromLiteral("3240651076", token.INT, 0)), + "SIOCBRDGSCACHE": reflect.ValueOf(constant.MakeFromLiteral("2149083456", token.INT, 0)), + "SIOCBRDGSFD": reflect.ValueOf(constant.MakeFromLiteral("2149083474", token.INT, 0)), + "SIOCBRDGSHT": reflect.ValueOf(constant.MakeFromLiteral("2149083473", token.INT, 0)), + "SIOCBRDGSIFCOST": reflect.ValueOf(constant.MakeFromLiteral("2153802069", token.INT, 0)), + "SIOCBRDGSIFFLGS": reflect.ValueOf(constant.MakeFromLiteral("2153802047", token.INT, 0)), + "SIOCBRDGSIFPRIO": reflect.ValueOf(constant.MakeFromLiteral("2153802068", token.INT, 0)), + "SIOCBRDGSIFPROT": reflect.ValueOf(constant.MakeFromLiteral("2153802058", token.INT, 0)), + "SIOCBRDGSMA": reflect.ValueOf(constant.MakeFromLiteral("2149083475", token.INT, 0)), + "SIOCBRDGSPRI": reflect.ValueOf(constant.MakeFromLiteral("2149083472", token.INT, 0)), + "SIOCBRDGSPROTO": reflect.ValueOf(constant.MakeFromLiteral("2149083482", token.INT, 0)), + "SIOCBRDGSTO": reflect.ValueOf(constant.MakeFromLiteral("2149083461", token.INT, 0)), + "SIOCBRDGSTXHC": reflect.ValueOf(constant.MakeFromLiteral("2149083481", token.INT, 0)), + "SIOCDELLABEL": reflect.ValueOf(constant.MakeFromLiteral("2149607831", token.INT, 0)), + "SIOCDELMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607730", token.INT, 0)), + "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607705", token.INT, 0)), + "SIOCDIFGROUP": reflect.ValueOf(constant.MakeFromLiteral("2150132105", token.INT, 0)), + "SIOCDIFPARENT": reflect.ValueOf(constant.MakeFromLiteral("2149607860", token.INT, 0)), + "SIOCDIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607753", token.INT, 0)), + "SIOCDPWE3NEIGHBOR": reflect.ValueOf(constant.MakeFromLiteral("2149607902", token.INT, 0)), + "SIOCDVNETID": reflect.ValueOf(constant.MakeFromLiteral("2149607855", token.INT, 0)), + "SIOCGETKALIVE": reflect.ValueOf(constant.MakeFromLiteral("3222825380", token.INT, 0)), + "SIOCGETLABEL": reflect.ValueOf(constant.MakeFromLiteral("2149607834", token.INT, 0)), + "SIOCGETMPWCFG": reflect.ValueOf(constant.MakeFromLiteral("3223349678", token.INT, 0)), + "SIOCGETPFLOW": reflect.ValueOf(constant.MakeFromLiteral("3223349758", token.INT, 0)), + "SIOCGETPFSYNC": reflect.ValueOf(constant.MakeFromLiteral("3223349752", token.INT, 0)), + "SIOCGETSGCNT": reflect.ValueOf(constant.MakeFromLiteral("3223352628", token.INT, 0)), + "SIOCGETVIFCNT": reflect.ValueOf(constant.MakeFromLiteral("3223876915", token.INT, 0)), + "SIOCGETVLAN": reflect.ValueOf(constant.MakeFromLiteral("3223349648", token.INT, 0)), + "SIOCGIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349537", token.INT, 0)), + "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349539", token.INT, 0)), + "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3222300964", token.INT, 0)), + "SIOCGIFDATA": reflect.ValueOf(constant.MakeFromLiteral("3223349531", token.INT, 0)), + "SIOCGIFDESCR": reflect.ValueOf(constant.MakeFromLiteral("3223349633", token.INT, 0)), + "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349538", token.INT, 0)), + "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349521", token.INT, 0)), + "SIOCGIFGATTR": reflect.ValueOf(constant.MakeFromLiteral("3223873931", token.INT, 0)), + "SIOCGIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("3223349562", token.INT, 0)), + "SIOCGIFGLIST": reflect.ValueOf(constant.MakeFromLiteral("3223873933", token.INT, 0)), + "SIOCGIFGMEMB": reflect.ValueOf(constant.MakeFromLiteral("3223873930", token.INT, 0)), + "SIOCGIFGROUP": reflect.ValueOf(constant.MakeFromLiteral("3223873928", token.INT, 0)), + "SIOCGIFHARDMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349669", token.INT, 0)), + "SIOCGIFLLPRIO": reflect.ValueOf(constant.MakeFromLiteral("3223349686", token.INT, 0)), + "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3225446712", token.INT, 0)), + "SIOCGIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("3223349527", token.INT, 0)), + "SIOCGIFMTU": reflect.ValueOf(constant.MakeFromLiteral("3223349630", token.INT, 0)), + "SIOCGIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("3223349541", token.INT, 0)), + "SIOCGIFPAIR": reflect.ValueOf(constant.MakeFromLiteral("3223349681", token.INT, 0)), + "SIOCGIFPARENT": reflect.ValueOf(constant.MakeFromLiteral("3223349683", token.INT, 0)), + "SIOCGIFPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("3223349660", token.INT, 0)), + "SIOCGIFRDOMAIN": reflect.ValueOf(constant.MakeFromLiteral("3223349664", token.INT, 0)), + "SIOCGIFRTLABEL": reflect.ValueOf(constant.MakeFromLiteral("3223349635", token.INT, 0)), + "SIOCGIFRXR": reflect.ValueOf(constant.MakeFromLiteral("2149607850", token.INT, 0)), + "SIOCGIFSFFPAGE": reflect.ValueOf(constant.MakeFromLiteral("3239209273", token.INT, 0)), + "SIOCGIFXFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349662", token.INT, 0)), + "SIOCGLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("3256379723", token.INT, 0)), + "SIOCGLIFPHYDF": reflect.ValueOf(constant.MakeFromLiteral("3223349698", token.INT, 0)), + "SIOCGLIFPHYECN": reflect.ValueOf(constant.MakeFromLiteral("3223349704", token.INT, 0)), + "SIOCGLIFPHYRTABLE": reflect.ValueOf(constant.MakeFromLiteral("3223349666", token.INT, 0)), + "SIOCGLIFPHYTTL": reflect.ValueOf(constant.MakeFromLiteral("3223349673", token.INT, 0)), + "SIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033417", token.INT, 0)), + "SIOCGPWE3": reflect.ValueOf(constant.MakeFromLiteral("3223349656", token.INT, 0)), + "SIOCGPWE3CTRLWORD": reflect.ValueOf(constant.MakeFromLiteral("3223349724", token.INT, 0)), + "SIOCGPWE3FAT": reflect.ValueOf(constant.MakeFromLiteral("3223349725", token.INT, 0)), + "SIOCGPWE3NEIGHBOR": reflect.ValueOf(constant.MakeFromLiteral("3256379870", token.INT, 0)), + "SIOCGRXHPRIO": reflect.ValueOf(constant.MakeFromLiteral("3223349723", token.INT, 0)), + "SIOCGSPPPPARAMS": reflect.ValueOf(constant.MakeFromLiteral("3223349652", token.INT, 0)), + "SIOCGTXHPRIO": reflect.ValueOf(constant.MakeFromLiteral("3223349702", token.INT, 0)), + "SIOCGUMBINFO": reflect.ValueOf(constant.MakeFromLiteral("3223349694", token.INT, 0)), + "SIOCGUMBPARAM": reflect.ValueOf(constant.MakeFromLiteral("3223349696", token.INT, 0)), + "SIOCGVH": reflect.ValueOf(constant.MakeFromLiteral("3223349750", token.INT, 0)), + "SIOCGVNETFLOWID": reflect.ValueOf(constant.MakeFromLiteral("3223349700", token.INT, 0)), + "SIOCGVNETID": reflect.ValueOf(constant.MakeFromLiteral("3223349671", token.INT, 0)), + "SIOCIFAFATTACH": reflect.ValueOf(constant.MakeFromLiteral("2148624811", token.INT, 0)), + "SIOCIFAFDETACH": reflect.ValueOf(constant.MakeFromLiteral("2148624812", token.INT, 0)), + "SIOCIFCREATE": reflect.ValueOf(constant.MakeFromLiteral("2149607802", token.INT, 0)), + "SIOCIFDESTROY": reflect.ValueOf(constant.MakeFromLiteral("2149607801", token.INT, 0)), + "SIOCIFGCLONERS": reflect.ValueOf(constant.MakeFromLiteral("3222301048", token.INT, 0)), + "SIOCSETKALIVE": reflect.ValueOf(constant.MakeFromLiteral("2149083555", token.INT, 0)), + "SIOCSETLABEL": reflect.ValueOf(constant.MakeFromLiteral("2149607833", token.INT, 0)), + "SIOCSETMPWCFG": reflect.ValueOf(constant.MakeFromLiteral("2149607853", token.INT, 0)), + "SIOCSETPFLOW": reflect.ValueOf(constant.MakeFromLiteral("2149607933", token.INT, 0)), + "SIOCSETPFSYNC": reflect.ValueOf(constant.MakeFromLiteral("2149607927", token.INT, 0)), + "SIOCSETVLAN": reflect.ValueOf(constant.MakeFromLiteral("2149607823", token.INT, 0)), + "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607692", token.INT, 0)), + "SIOCSIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607699", token.INT, 0)), + "SIOCSIFDESCR": reflect.ValueOf(constant.MakeFromLiteral("2149607808", token.INT, 0)), + "SIOCSIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607694", token.INT, 0)), + "SIOCSIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2149607696", token.INT, 0)), + "SIOCSIFGATTR": reflect.ValueOf(constant.MakeFromLiteral("2150132108", token.INT, 0)), + "SIOCSIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("2149607737", token.INT, 0)), + "SIOCSIFLLADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607711", token.INT, 0)), + "SIOCSIFLLPRIO": reflect.ValueOf(constant.MakeFromLiteral("2149607861", token.INT, 0)), + "SIOCSIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3223349559", token.INT, 0)), + "SIOCSIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("2149607704", token.INT, 0)), + "SIOCSIFMTU": reflect.ValueOf(constant.MakeFromLiteral("2149607807", token.INT, 0)), + "SIOCSIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("2149607702", token.INT, 0)), + "SIOCSIFPAIR": reflect.ValueOf(constant.MakeFromLiteral("2149607856", token.INT, 0)), + "SIOCSIFPARENT": reflect.ValueOf(constant.MakeFromLiteral("2149607858", token.INT, 0)), + "SIOCSIFPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("2149607835", token.INT, 0)), + "SIOCSIFRDOMAIN": reflect.ValueOf(constant.MakeFromLiteral("2149607839", token.INT, 0)), + "SIOCSIFRTLABEL": reflect.ValueOf(constant.MakeFromLiteral("2149607810", token.INT, 0)), + "SIOCSIFXFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2149607837", token.INT, 0)), + "SIOCSLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2182637898", token.INT, 0)), + "SIOCSLIFPHYDF": reflect.ValueOf(constant.MakeFromLiteral("2149607873", token.INT, 0)), + "SIOCSLIFPHYECN": reflect.ValueOf(constant.MakeFromLiteral("2149607879", token.INT, 0)), + "SIOCSLIFPHYRTABLE": reflect.ValueOf(constant.MakeFromLiteral("2149607841", token.INT, 0)), + "SIOCSLIFPHYTTL": reflect.ValueOf(constant.MakeFromLiteral("2149607848", token.INT, 0)), + "SIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775240", token.INT, 0)), + "SIOCSPWE3CTRLWORD": reflect.ValueOf(constant.MakeFromLiteral("2149607900", token.INT, 0)), + "SIOCSPWE3FAT": reflect.ValueOf(constant.MakeFromLiteral("2149607901", token.INT, 0)), + "SIOCSPWE3NEIGHBOR": reflect.ValueOf(constant.MakeFromLiteral("2182638046", token.INT, 0)), + "SIOCSRXHPRIO": reflect.ValueOf(constant.MakeFromLiteral("2149607899", token.INT, 0)), + "SIOCSSPPPPARAMS": reflect.ValueOf(constant.MakeFromLiteral("2149607827", token.INT, 0)), + "SIOCSTXHPRIO": reflect.ValueOf(constant.MakeFromLiteral("2149607877", token.INT, 0)), + "SIOCSUMBPARAM": reflect.ValueOf(constant.MakeFromLiteral("2149607871", token.INT, 0)), + "SIOCSVH": reflect.ValueOf(constant.MakeFromLiteral("3223349749", token.INT, 0)), + "SIOCSVNETFLOWID": reflect.ValueOf(constant.MakeFromLiteral("2149607875", token.INT, 0)), + "SIOCSVNETID": reflect.ValueOf(constant.MakeFromLiteral("2149607846", token.INT, 0)), + "SIOCSWGDPID": reflect.ValueOf(constant.MakeFromLiteral("3222825307", token.INT, 0)), + "SIOCSWGMAXFLOW": reflect.ValueOf(constant.MakeFromLiteral("3222825312", token.INT, 0)), + "SIOCSWGMAXGROUP": reflect.ValueOf(constant.MakeFromLiteral("3222825309", token.INT, 0)), + "SIOCSWSDPID": reflect.ValueOf(constant.MakeFromLiteral("2149083484", token.INT, 0)), + "SIOCSWSPORTNO": reflect.ValueOf(constant.MakeFromLiteral("3227543903", token.INT, 0)), + "SOCK_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SOCK_DNS": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "SOCK_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "SOCK_RDM": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SO_ACCEPTCONN": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SO_BINDANY": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SO_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SO_DOMAIN": reflect.ValueOf(constant.MakeFromLiteral("4132", token.INT, 0)), + "SO_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("4103", token.INT, 0)), + "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SO_NETPROC": reflect.ValueOf(constant.MakeFromLiteral("4128", token.INT, 0)), + "SO_OOBINLINE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "SO_PEERCRED": reflect.ValueOf(constant.MakeFromLiteral("4130", token.INT, 0)), + "SO_PROTOCOL": reflect.ValueOf(constant.MakeFromLiteral("4133", token.INT, 0)), + "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("4098", token.INT, 0)), + "SO_RCVLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4100", token.INT, 0)), + "SO_RCVTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4102", token.INT, 0)), + "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "SO_RTABLE": reflect.ValueOf(constant.MakeFromLiteral("4129", token.INT, 0)), + "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("4097", token.INT, 0)), + "SO_SNDLOWAT": reflect.ValueOf(constant.MakeFromLiteral("4099", token.INT, 0)), + "SO_SNDTIMEO": reflect.ValueOf(constant.MakeFromLiteral("4101", token.INT, 0)), + "SO_SPLICE": reflect.ValueOf(constant.MakeFromLiteral("4131", token.INT, 0)), + "SO_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)), + "SO_USELOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "SO_ZEROIZE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "SYS_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "SYS_ACCEPT4": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), + "SYS_ACCESS": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "SYS_ACCT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "SYS_ADJFREQ": reflect.ValueOf(constant.MakeFromLiteral("305", token.INT, 0)), + "SYS_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), + "SYS_BIND": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "SYS_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SYS_CHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "SYS_CHFLAGSAT": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), + "SYS_CHMOD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "SYS_CHOWN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SYS_CHROOT": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "SYS_CLOCK_GETRES": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "SYS_CLOCK_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), + "SYS_CLOCK_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), + "SYS_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "SYS_CLOSEFROM": reflect.ValueOf(constant.MakeFromLiteral("287", token.INT, 0)), + "SYS_CONNECT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), + "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "SYS_DUP2": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), + "SYS_DUP3": reflect.ValueOf(constant.MakeFromLiteral("102", token.INT, 0)), + "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "SYS_EXIT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SYS_FACCESSAT": reflect.ValueOf(constant.MakeFromLiteral("313", token.INT, 0)), + "SYS_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "SYS_FCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "SYS_FCHMOD": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), + "SYS_FCHMODAT": reflect.ValueOf(constant.MakeFromLiteral("314", token.INT, 0)), + "SYS_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "SYS_FCHOWNAT": reflect.ValueOf(constant.MakeFromLiteral("315", token.INT, 0)), + "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "SYS_FHOPEN": reflect.ValueOf(constant.MakeFromLiteral("264", token.INT, 0)), + "SYS_FHSTAT": reflect.ValueOf(constant.MakeFromLiteral("294", token.INT, 0)), + "SYS_FHSTATFS": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "SYS_FLOCK": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), + "SYS_FORK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SYS_FPATHCONF": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), + "SYS_FSTAT": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "SYS_FSTATAT": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "SYS_FSTATFS": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), + "SYS_FUTEX": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), + "SYS_FUTIMENS": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "SYS_FUTIMES": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), + "SYS_GETDENTS": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), + "SYS_GETDTABLECOUNT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "SYS_GETEGID": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "SYS_GETENTROPY": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "SYS_GETEUID": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "SYS_GETFH": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), + "SYS_GETFSSTAT": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "SYS_GETGID": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "SYS_GETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), + "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), + "SYS_GETLOGIN_R": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), + "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), + "SYS_GETPGRP": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), + "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), + "SYS_GETRESGID": reflect.ValueOf(constant.MakeFromLiteral("283", token.INT, 0)), + "SYS_GETRESUID": reflect.ValueOf(constant.MakeFromLiteral("281", token.INT, 0)), + "SYS_GETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), + "SYS_GETRTABLE": reflect.ValueOf(constant.MakeFromLiteral("311", token.INT, 0)), + "SYS_GETRUSAGE": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "SYS_GETSID": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "SYS_GETSOCKNAME": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SYS_GETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), + "SYS_GETTHRID": reflect.ValueOf(constant.MakeFromLiteral("299", token.INT, 0)), + "SYS_GETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "SYS_GETUID": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "SYS_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "SYS_ISSETUGID": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), + "SYS_KBIND": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), + "SYS_KEVENT": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), + "SYS_KQUEUE": reflect.ValueOf(constant.MakeFromLiteral("269", token.INT, 0)), + "SYS_KTRACE": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "SYS_LINK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "SYS_LINKAT": reflect.ValueOf(constant.MakeFromLiteral("317", token.INT, 0)), + "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), + "SYS_LSEEK": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), + "SYS_LSTAT": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "SYS_MADVISE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "SYS_MINHERIT": reflect.ValueOf(constant.MakeFromLiteral("250", token.INT, 0)), + "SYS_MKDIR": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), + "SYS_MKDIRAT": reflect.ValueOf(constant.MakeFromLiteral("318", token.INT, 0)), + "SYS_MKFIFO": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), + "SYS_MKFIFOAT": reflect.ValueOf(constant.MakeFromLiteral("319", token.INT, 0)), + "SYS_MKNOD": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "SYS_MKNODAT": reflect.ValueOf(constant.MakeFromLiteral("320", token.INT, 0)), + "SYS_MLOCK": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), + "SYS_MLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("271", token.INT, 0)), + "SYS_MMAP": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), + "SYS_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "SYS_MPROTECT": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "SYS_MQUERY": reflect.ValueOf(constant.MakeFromLiteral("286", token.INT, 0)), + "SYS_MSGCTL": reflect.ValueOf(constant.MakeFromLiteral("297", token.INT, 0)), + "SYS_MSGGET": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), + "SYS_MSGRCV": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), + "SYS_MSGSND": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), + "SYS_MSYNC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "SYS_MSYSCALL": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "SYS_MUNLOCK": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), + "SYS_MUNLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("272", token.INT, 0)), + "SYS_MUNMAP": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "SYS_NANOSLEEP": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), + "SYS_NFSSVC": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), + "SYS_OBREAK": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "SYS_OPEN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "SYS_OPENAT": reflect.ValueOf(constant.MakeFromLiteral("321", token.INT, 0)), + "SYS_PATHCONF": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), + "SYS_PIPE": reflect.ValueOf(constant.MakeFromLiteral("263", token.INT, 0)), + "SYS_PIPE2": reflect.ValueOf(constant.MakeFromLiteral("101", token.INT, 0)), + "SYS_PLEDGE": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "SYS_POLL": reflect.ValueOf(constant.MakeFromLiteral("252", token.INT, 0)), + "SYS_PPOLL": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), + "SYS_PREAD": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), + "SYS_PREADV": reflect.ValueOf(constant.MakeFromLiteral("267", token.INT, 0)), + "SYS_PROFIL": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "SYS_PSELECT": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), + "SYS_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "SYS_PWRITE": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), + "SYS_PWRITEV": reflect.ValueOf(constant.MakeFromLiteral("268", token.INT, 0)), + "SYS_QUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), + "SYS_READ": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "SYS_READLINK": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "SYS_READLINKAT": reflect.ValueOf(constant.MakeFromLiteral("322", token.INT, 0)), + "SYS_READV": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), + "SYS_REBOOT": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "SYS_RECVFROM": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "SYS_RECVMSG": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "SYS_RENAME": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SYS_RENAMEAT": reflect.ValueOf(constant.MakeFromLiteral("323", token.INT, 0)), + "SYS_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "SYS_RMDIR": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "SYS_SCHED_YIELD": reflect.ValueOf(constant.MakeFromLiteral("298", token.INT, 0)), + "SYS_SELECT": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), + "SYS_SEMGET": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), + "SYS_SEMOP": reflect.ValueOf(constant.MakeFromLiteral("290", token.INT, 0)), + "SYS_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SYS_SENDSYSLOG": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "SYS_SENDTO": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), + "SYS_SETEGID": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), + "SYS_SETEUID": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), + "SYS_SETGID": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), + "SYS_SETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "SYS_SETITIMER": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), + "SYS_SETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "SYS_SETPGID": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), + "SYS_SETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "SYS_SETREGID": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "SYS_SETRESGID": reflect.ValueOf(constant.MakeFromLiteral("284", token.INT, 0)), + "SYS_SETRESUID": reflect.ValueOf(constant.MakeFromLiteral("282", token.INT, 0)), + "SYS_SETREUID": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), + "SYS_SETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), + "SYS_SETRTABLE": reflect.ValueOf(constant.MakeFromLiteral("310", token.INT, 0)), + "SYS_SETSID": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), + "SYS_SETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), + "SYS_SETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), + "SYS_SETUID": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "SYS_SHMAT": reflect.ValueOf(constant.MakeFromLiteral("228", token.INT, 0)), + "SYS_SHMCTL": reflect.ValueOf(constant.MakeFromLiteral("296", token.INT, 0)), + "SYS_SHMDT": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), + "SYS_SHMGET": reflect.ValueOf(constant.MakeFromLiteral("289", token.INT, 0)), + "SYS_SHUTDOWN": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "SYS_SIGACTION": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "SYS_SIGALTSTACK": reflect.ValueOf(constant.MakeFromLiteral("288", token.INT, 0)), + "SYS_SIGPENDING": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "SYS_SIGPROCMASK": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "SYS_SIGRETURN": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), + "SYS_SIGSUSPEND": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), + "SYS_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), + "SYS_SOCKETPAIR": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "SYS_STAT": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "SYS_STATFS": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "SYS_SWAPCTL": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), + "SYS_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "SYS_SYMLINKAT": reflect.ValueOf(constant.MakeFromLiteral("324", token.INT, 0)), + "SYS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "SYS_SYSARCH": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), + "SYS_SYSCTL": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), + "SYS_THRKILL": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), + "SYS_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "SYS_UMASK": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "SYS_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "SYS_UNLINKAT": reflect.ValueOf(constant.MakeFromLiteral("325", token.INT, 0)), + "SYS_UNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "SYS_UNVEIL": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), + "SYS_UTIMENSAT": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), + "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), + "SYS_UTRACE": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), + "SYS_VFORK": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "SYS_WRITE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SYS_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "SYS___GETCWD": reflect.ValueOf(constant.MakeFromLiteral("304", token.INT, 0)), + "SYS___GET_TCB": reflect.ValueOf(constant.MakeFromLiteral("330", token.INT, 0)), + "SYS___REALPATH": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), + "SYS___SEMCTL": reflect.ValueOf(constant.MakeFromLiteral("295", token.INT, 0)), + "SYS___SET_TCB": reflect.ValueOf(constant.MakeFromLiteral("329", token.INT, 0)), + "SYS___SYSCTL": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), + "SYS___TFORK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SYS___THREXIT": reflect.ValueOf(constant.MakeFromLiteral("302", token.INT, 0)), + "SYS___THRSIGDIVERT": reflect.ValueOf(constant.MakeFromLiteral("303", token.INT, 0)), + "SYS___THRSLEEP": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), + "SYS___THRWAKEUP": reflect.ValueOf(constant.MakeFromLiteral("301", token.INT, 0)), + "SYS___TMPFD": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), + "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), + "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "S_IFIFO": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "S_IFLNK": reflect.ValueOf(constant.MakeFromLiteral("40960", token.INT, 0)), + "S_IFMT": reflect.ValueOf(constant.MakeFromLiteral("61440", token.INT, 0)), + "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), + "S_IRUSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "S_IRWXG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "S_IRWXO": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "S_ISGID": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "S_ISUID": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "S_ISVTX": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "S_IWUSR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "S_IXUSR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "Seek": reflect.ValueOf(syscall.Seek), + "Select": reflect.ValueOf(syscall.Select), + "Sendfile": reflect.ValueOf(syscall.Sendfile), + "Sendmsg": reflect.ValueOf(syscall.Sendmsg), + "SendmsgN": reflect.ValueOf(syscall.SendmsgN), + "Sendto": reflect.ValueOf(syscall.Sendto), + "SetBpf": reflect.ValueOf(syscall.SetBpf), + "SetBpfBuflen": reflect.ValueOf(syscall.SetBpfBuflen), + "SetBpfDatalink": reflect.ValueOf(syscall.SetBpfDatalink), + "SetBpfHeadercmpl": reflect.ValueOf(syscall.SetBpfHeadercmpl), + "SetBpfImmediate": reflect.ValueOf(syscall.SetBpfImmediate), + "SetBpfInterface": reflect.ValueOf(syscall.SetBpfInterface), + "SetBpfPromisc": reflect.ValueOf(syscall.SetBpfPromisc), + "SetBpfTimeout": reflect.ValueOf(syscall.SetBpfTimeout), + "SetKevent": reflect.ValueOf(syscall.SetKevent), + "SetNonblock": reflect.ValueOf(syscall.SetNonblock), + "Setegid": reflect.ValueOf(syscall.Setegid), + "Setenv": reflect.ValueOf(syscall.Setenv), + "Seteuid": reflect.ValueOf(syscall.Seteuid), + "Setgid": reflect.ValueOf(syscall.Setgid), + "Setgroups": reflect.ValueOf(syscall.Setgroups), + "Setlogin": reflect.ValueOf(syscall.Setlogin), + "Setpgid": reflect.ValueOf(syscall.Setpgid), + "Setpriority": reflect.ValueOf(syscall.Setpriority), + "Setregid": reflect.ValueOf(syscall.Setregid), + "Setreuid": reflect.ValueOf(syscall.Setreuid), + "Setrlimit": reflect.ValueOf(syscall.Setrlimit), + "Setsid": reflect.ValueOf(syscall.Setsid), + "SetsockoptByte": reflect.ValueOf(syscall.SetsockoptByte), + "SetsockoptICMPv6Filter": reflect.ValueOf(syscall.SetsockoptICMPv6Filter), + "SetsockoptIPMreq": reflect.ValueOf(syscall.SetsockoptIPMreq), + "SetsockoptIPv6Mreq": reflect.ValueOf(syscall.SetsockoptIPv6Mreq), + "SetsockoptInet4Addr": reflect.ValueOf(syscall.SetsockoptInet4Addr), + "SetsockoptInt": reflect.ValueOf(syscall.SetsockoptInt), + "SetsockoptLinger": reflect.ValueOf(syscall.SetsockoptLinger), + "SetsockoptString": reflect.ValueOf(syscall.SetsockoptString), + "SetsockoptTimeval": reflect.ValueOf(syscall.SetsockoptTimeval), + "Settimeofday": reflect.ValueOf(syscall.Settimeofday), + "Setuid": reflect.ValueOf(syscall.Setuid), + "SizeofBpfHdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofBpfInsn": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofBpfProgram": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofBpfStat": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofBpfVersion": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SizeofCmsghdr": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SizeofICMPv6Filter": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SizeofIPMreq": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofIPv6MTUInfo": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SizeofIPv6Mreq": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofIfAnnounceMsghdr": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "SizeofIfData": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), + "SizeofIfMsghdr": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), + "SizeofIfaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "SizeofInet6Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofLinger": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "SizeofRtMetrics": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "SizeofRtMsghdr": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "SizeofSockaddrDatalink": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SizeofSockaddrInet4": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofSockaddrInet6": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SizeofSockaddrUnix": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), + "SlicePtrFromStrings": reflect.ValueOf(syscall.SlicePtrFromStrings), + "Socket": reflect.ValueOf(syscall.Socket), + "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), + "Socketpair": reflect.ValueOf(syscall.Socketpair), + "Stat": reflect.ValueOf(syscall.Stat), + "Statfs": reflect.ValueOf(syscall.Statfs), + "Stderr": reflect.ValueOf(&syscall.Stderr).Elem(), + "Stdin": reflect.ValueOf(&syscall.Stdin).Elem(), + "Stdout": reflect.ValueOf(&syscall.Stdout).Elem(), + "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), + "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), + "StringSlicePtr": reflect.ValueOf(syscall.StringSlicePtr), + "Symlink": reflect.ValueOf(syscall.Symlink), + "Sync": reflect.ValueOf(syscall.Sync), + "Sysctl": reflect.ValueOf(syscall.Sysctl), + "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), + "TCIFLUSH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TCIOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "TCOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TCP_MAXBURST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TCP_MAXSEG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TCP_MAXWIN": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "TCP_MAX_SACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "TCP_MAX_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "TCP_MD5SIG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TCP_MSS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TCP_NOPUSH": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TCP_SACKHOLE_LIMIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "TCP_SACK_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TCSAFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TIOCCBRK": reflect.ValueOf(constant.MakeFromLiteral("536900730", token.INT, 0)), + "TIOCCDTR": reflect.ValueOf(constant.MakeFromLiteral("536900728", token.INT, 0)), + "TIOCCHKVERAUTH": reflect.ValueOf(constant.MakeFromLiteral("536900638", token.INT, 0)), + "TIOCCLRVERAUTH": reflect.ValueOf(constant.MakeFromLiteral("536900637", token.INT, 0)), + "TIOCCONS": reflect.ValueOf(constant.MakeFromLiteral("2147775586", token.INT, 0)), + "TIOCDRAIN": reflect.ValueOf(constant.MakeFromLiteral("536900702", token.INT, 0)), + "TIOCEXCL": reflect.ValueOf(constant.MakeFromLiteral("536900621", token.INT, 0)), + "TIOCEXT": reflect.ValueOf(constant.MakeFromLiteral("2147775584", token.INT, 0)), + "TIOCFLAG_CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TIOCFLAG_CRTSCTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TIOCFLAG_MDMBUF": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TIOCFLAG_PPS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TIOCFLAG_SOFTCAR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2147775504", token.INT, 0)), + "TIOCGETA": reflect.ValueOf(constant.MakeFromLiteral("1076655123", token.INT, 0)), + "TIOCGETD": reflect.ValueOf(constant.MakeFromLiteral("1074033690", token.INT, 0)), + "TIOCGFLAGS": reflect.ValueOf(constant.MakeFromLiteral("1074033757", token.INT, 0)), + "TIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033783", token.INT, 0)), + "TIOCGSID": reflect.ValueOf(constant.MakeFromLiteral("1074033763", token.INT, 0)), + "TIOCGTSTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074820187", token.INT, 0)), + "TIOCGWINSZ": reflect.ValueOf(constant.MakeFromLiteral("1074295912", token.INT, 0)), + "TIOCMBIC": reflect.ValueOf(constant.MakeFromLiteral("2147775595", token.INT, 0)), + "TIOCMBIS": reflect.ValueOf(constant.MakeFromLiteral("2147775596", token.INT, 0)), + "TIOCMGET": reflect.ValueOf(constant.MakeFromLiteral("1074033770", token.INT, 0)), + "TIOCMODG": reflect.ValueOf(constant.MakeFromLiteral("1074033770", token.INT, 0)), + "TIOCMODS": reflect.ValueOf(constant.MakeFromLiteral("2147775597", token.INT, 0)), + "TIOCMSET": reflect.ValueOf(constant.MakeFromLiteral("2147775597", token.INT, 0)), + "TIOCM_CAR": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "TIOCM_CD": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "TIOCM_CTS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "TIOCM_DSR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "TIOCM_DTR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TIOCM_LE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TIOCM_RI": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "TIOCM_RNG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "TIOCM_RTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TIOCM_SR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TIOCM_ST": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TIOCNOTTY": reflect.ValueOf(constant.MakeFromLiteral("536900721", token.INT, 0)), + "TIOCNXCL": reflect.ValueOf(constant.MakeFromLiteral("536900622", token.INT, 0)), + "TIOCOUTQ": reflect.ValueOf(constant.MakeFromLiteral("1074033779", token.INT, 0)), + "TIOCPKT": reflect.ValueOf(constant.MakeFromLiteral("2147775600", token.INT, 0)), + "TIOCPKT_DATA": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "TIOCPKT_DOSTOP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "TIOCPKT_FLUSHREAD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TIOCPKT_FLUSHWRITE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TIOCPKT_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "TIOCPKT_NOSTOP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TIOCPKT_START": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TIOCPKT_STOP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TIOCREMOTE": reflect.ValueOf(constant.MakeFromLiteral("2147775593", token.INT, 0)), + "TIOCSBRK": reflect.ValueOf(constant.MakeFromLiteral("536900731", token.INT, 0)), + "TIOCSCTTY": reflect.ValueOf(constant.MakeFromLiteral("536900705", token.INT, 0)), + "TIOCSDTR": reflect.ValueOf(constant.MakeFromLiteral("536900729", token.INT, 0)), + "TIOCSETA": reflect.ValueOf(constant.MakeFromLiteral("2150396948", token.INT, 0)), + "TIOCSETAF": reflect.ValueOf(constant.MakeFromLiteral("2150396950", token.INT, 0)), + "TIOCSETAW": reflect.ValueOf(constant.MakeFromLiteral("2150396949", token.INT, 0)), + "TIOCSETD": reflect.ValueOf(constant.MakeFromLiteral("2147775515", token.INT, 0)), + "TIOCSETVERAUTH": reflect.ValueOf(constant.MakeFromLiteral("2147775516", token.INT, 0)), + "TIOCSFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2147775580", token.INT, 0)), + "TIOCSIG": reflect.ValueOf(constant.MakeFromLiteral("2147775583", token.INT, 0)), + "TIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775606", token.INT, 0)), + "TIOCSTART": reflect.ValueOf(constant.MakeFromLiteral("536900718", token.INT, 0)), + "TIOCSTAT": reflect.ValueOf(constant.MakeFromLiteral("536900709", token.INT, 0)), + "TIOCSTOP": reflect.ValueOf(constant.MakeFromLiteral("536900719", token.INT, 0)), + "TIOCSTSTAMP": reflect.ValueOf(constant.MakeFromLiteral("2148037722", token.INT, 0)), + "TIOCSWINSZ": reflect.ValueOf(constant.MakeFromLiteral("2148037735", token.INT, 0)), + "TIOCUCNTL": reflect.ValueOf(constant.MakeFromLiteral("2147775590", token.INT, 0)), + "TIOCUCNTL_CBRK": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), + "TIOCUCNTL_SBRK": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "TOSTOP": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), + "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), + "Truncate": reflect.ValueOf(syscall.Truncate), + "Umask": reflect.ValueOf(syscall.Umask), + "UnixRights": reflect.ValueOf(syscall.UnixRights), + "Unlink": reflect.ValueOf(syscall.Unlink), + "Unmount": reflect.ValueOf(syscall.Unmount), + "Unsetenv": reflect.ValueOf(syscall.Unsetenv), + "Utimes": reflect.ValueOf(syscall.Utimes), + "UtimesNano": reflect.ValueOf(syscall.UtimesNano), + "VDISCARD": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "VDSUSP": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "VEOF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "VEOL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "VEOL2": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "VERASE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "VINTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "VKILL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "VLNEXT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "VMIN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "VQUIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "VREPRINT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "VSTART": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "VSTATUS": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "VSTOP": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "VSUSP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "VTIME": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "VWERASE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "WALTSIG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "WCONTINUED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "WCOREFLAG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "WUNTRACED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Wait4": reflect.ValueOf(syscall.Wait4), + "Write": reflect.ValueOf(syscall.Write), + + // type definitions + "BpfHdr": reflect.ValueOf((*syscall.BpfHdr)(nil)), + "BpfInsn": reflect.ValueOf((*syscall.BpfInsn)(nil)), + "BpfProgram": reflect.ValueOf((*syscall.BpfProgram)(nil)), + "BpfStat": reflect.ValueOf((*syscall.BpfStat)(nil)), + "BpfTimeval": reflect.ValueOf((*syscall.BpfTimeval)(nil)), + "BpfVersion": reflect.ValueOf((*syscall.BpfVersion)(nil)), + "Cmsghdr": reflect.ValueOf((*syscall.Cmsghdr)(nil)), + "Conn": reflect.ValueOf((*syscall.Conn)(nil)), + "Credential": reflect.ValueOf((*syscall.Credential)(nil)), + "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), + "Errno": reflect.ValueOf((*syscall.Errno)(nil)), + "FdSet": reflect.ValueOf((*syscall.FdSet)(nil)), + "Flock_t": reflect.ValueOf((*syscall.Flock_t)(nil)), + "Fsid": reflect.ValueOf((*syscall.Fsid)(nil)), + "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), + "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), + "IPv6MTUInfo": reflect.ValueOf((*syscall.IPv6MTUInfo)(nil)), + "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), + "IfAnnounceMsghdr": reflect.ValueOf((*syscall.IfAnnounceMsghdr)(nil)), + "IfData": reflect.ValueOf((*syscall.IfData)(nil)), + "IfMsghdr": reflect.ValueOf((*syscall.IfMsghdr)(nil)), + "IfaMsghdr": reflect.ValueOf((*syscall.IfaMsghdr)(nil)), + "Inet6Pktinfo": reflect.ValueOf((*syscall.Inet6Pktinfo)(nil)), + "InterfaceAddrMessage": reflect.ValueOf((*syscall.InterfaceAddrMessage)(nil)), + "InterfaceAnnounceMessage": reflect.ValueOf((*syscall.InterfaceAnnounceMessage)(nil)), + "InterfaceMessage": reflect.ValueOf((*syscall.InterfaceMessage)(nil)), + "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), + "Kevent_t": reflect.ValueOf((*syscall.Kevent_t)(nil)), + "Linger": reflect.ValueOf((*syscall.Linger)(nil)), + "Mclpool": reflect.ValueOf((*syscall.Mclpool)(nil)), + "Msghdr": reflect.ValueOf((*syscall.Msghdr)(nil)), + "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), + "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), + "RawSockaddr": reflect.ValueOf((*syscall.RawSockaddr)(nil)), + "RawSockaddrAny": reflect.ValueOf((*syscall.RawSockaddrAny)(nil)), + "RawSockaddrDatalink": reflect.ValueOf((*syscall.RawSockaddrDatalink)(nil)), + "RawSockaddrInet4": reflect.ValueOf((*syscall.RawSockaddrInet4)(nil)), + "RawSockaddrInet6": reflect.ValueOf((*syscall.RawSockaddrInet6)(nil)), + "RawSockaddrUnix": reflect.ValueOf((*syscall.RawSockaddrUnix)(nil)), + "Rlimit": reflect.ValueOf((*syscall.Rlimit)(nil)), + "RouteMessage": reflect.ValueOf((*syscall.RouteMessage)(nil)), + "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(nil)), + "RtMetrics": reflect.ValueOf((*syscall.RtMetrics)(nil)), + "RtMsghdr": reflect.ValueOf((*syscall.RtMsghdr)(nil)), + "Rusage": reflect.ValueOf((*syscall.Rusage)(nil)), + "Signal": reflect.ValueOf((*syscall.Signal)(nil)), + "Sockaddr": reflect.ValueOf((*syscall.Sockaddr)(nil)), + "SockaddrDatalink": reflect.ValueOf((*syscall.SockaddrDatalink)(nil)), + "SockaddrInet4": reflect.ValueOf((*syscall.SockaddrInet4)(nil)), + "SockaddrInet6": reflect.ValueOf((*syscall.SockaddrInet6)(nil)), + "SockaddrUnix": reflect.ValueOf((*syscall.SockaddrUnix)(nil)), + "SocketControlMessage": reflect.ValueOf((*syscall.SocketControlMessage)(nil)), + "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), + "Statfs_t": reflect.ValueOf((*syscall.Statfs_t)(nil)), + "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(nil)), + "Termios": reflect.ValueOf((*syscall.Termios)(nil)), + "Timespec": reflect.ValueOf((*syscall.Timespec)(nil)), + "Timeval": reflect.ValueOf((*syscall.Timeval)(nil)), + "WaitStatus": reflect.ValueOf((*syscall.WaitStatus)(nil)), + + // interface wrapper definitions + "_Conn": reflect.ValueOf((*_syscall_Conn)(nil)), + "_RawConn": reflect.ValueOf((*_syscall_RawConn)(nil)), + "_RoutingMessage": reflect.ValueOf((*_syscall_RoutingMessage)(nil)), + "_Sockaddr": reflect.ValueOf((*_syscall_Sockaddr)(nil)), + } +} + +// _syscall_Conn is an interface wrapper for Conn type +type _syscall_Conn struct { + WSyscallConn func() (syscall.RawConn, error) +} + +func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return W.WSyscallConn() } + +// _syscall_RawConn is an interface wrapper for RawConn type +type _syscall_RawConn struct { + WControl func(f func(fd uintptr)) error + WRead func(f func(fd uintptr) (done bool)) error + WWrite func(f func(fd uintptr) (done bool)) error +} + +func (W _syscall_RawConn) Control(f func(fd uintptr)) error { return W.WControl(f) } +func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error { return W.WRead(f) } +func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error { return W.WWrite(f) } + +// _syscall_RoutingMessage is an interface wrapper for RoutingMessage type +type _syscall_RoutingMessage struct { +} + +// _syscall_Sockaddr is an interface wrapper for Sockaddr type +type _syscall_Sockaddr struct { +} diff --git a/stdlib/syscall/go1_14_syscall_plan9_386.go b/stdlib/syscall/go1_16_syscall_plan9_386.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_plan9_386.go rename to stdlib/syscall/go1_16_syscall_plan9_386.go index f1e6d083..4fe2cdf4 100644 --- a/stdlib/syscall/go1_14_syscall_plan9_386.go +++ b/stdlib/syscall/go1_16_syscall_plan9_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_plan9_arm.go b/stdlib/syscall/go1_16_syscall_plan9_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_plan9_arm.go rename to stdlib/syscall/go1_16_syscall_plan9_amd64.go index f1e6d083..4fe2cdf4 100644 --- a/stdlib/syscall/go1_14_syscall_plan9_arm.go +++ b/stdlib/syscall/go1_16_syscall_plan9_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_plan9_amd64.go b/stdlib/syscall/go1_16_syscall_plan9_arm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_plan9_amd64.go rename to stdlib/syscall/go1_16_syscall_plan9_arm.go index f1e6d083..4fe2cdf4 100644 --- a/stdlib/syscall/go1_14_syscall_plan9_amd64.go +++ b/stdlib/syscall/go1_16_syscall_plan9_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_solaris_amd64.go b/stdlib/syscall/go1_16_syscall_solaris_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_solaris_amd64.go rename to stdlib/syscall/go1_16_syscall_solaris_amd64.go index ca840a27..87ed69f7 100644 --- a/stdlib/syscall/go1_14_syscall_solaris_amd64.go +++ b/stdlib/syscall/go1_16_syscall_solaris_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_windows_386.go b/stdlib/syscall/go1_16_syscall_windows_386.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_windows_386.go rename to stdlib/syscall/go1_16_syscall_windows_386.go index 9df51654..c2fde4c8 100644 --- a/stdlib/syscall/go1_14_syscall_windows_386.go +++ b/stdlib/syscall/go1_16_syscall_windows_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_windows_amd64.go b/stdlib/syscall/go1_16_syscall_windows_amd64.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_windows_amd64.go rename to stdlib/syscall/go1_16_syscall_windows_amd64.go index 9df51654..c2fde4c8 100644 --- a/stdlib/syscall/go1_14_syscall_windows_amd64.go +++ b/stdlib/syscall/go1_16_syscall_windows_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/syscall/go1_14_syscall_windows_arm.go b/stdlib/syscall/go1_16_syscall_windows_arm.go similarity index 99% rename from stdlib/syscall/go1_14_syscall_windows_arm.go rename to stdlib/syscall/go1_16_syscall_windows_arm.go index 9df51654..c2fde4c8 100644 --- a/stdlib/syscall/go1_14_syscall_windows_arm.go +++ b/stdlib/syscall/go1_16_syscall_windows_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package syscall diff --git a/stdlib/unrestricted/go1_14_syscall_android_386.go b/stdlib/unrestricted/go1_14_syscall_android_386.go deleted file mode 100644 index 8f9f2b0b..00000000 --- a/stdlib/unrestricted/go1_14_syscall_android_386.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15,!linux - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_android_amd64.go b/stdlib/unrestricted/go1_14_syscall_android_amd64.go deleted file mode 100644 index 8f9f2b0b..00000000 --- a/stdlib/unrestricted/go1_14_syscall_android_amd64.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15,!linux - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_android_arm.go b/stdlib/unrestricted/go1_14_syscall_android_arm.go deleted file mode 100644 index 8f9f2b0b..00000000 --- a/stdlib/unrestricted/go1_14_syscall_android_arm.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15,!linux - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_android_arm64.go b/stdlib/unrestricted/go1_14_syscall_android_arm64.go deleted file mode 100644 index 8f9f2b0b..00000000 --- a/stdlib/unrestricted/go1_14_syscall_android_arm64.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15,!linux - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_freebsd_arm64.go b/stdlib/unrestricted/go1_14_syscall_freebsd_arm64.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_freebsd_arm64.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_386.go b/stdlib/unrestricted/go1_14_syscall_linux_386.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_386.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_amd64.go b/stdlib/unrestricted/go1_14_syscall_linux_amd64.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_amd64.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_arm.go b/stdlib/unrestricted/go1_14_syscall_linux_arm.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_arm.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_arm64.go b/stdlib/unrestricted/go1_14_syscall_linux_arm64.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_arm64.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_mips.go b/stdlib/unrestricted/go1_14_syscall_linux_mips.go deleted file mode 100644 index 23634c49..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_mips.go +++ /dev/null @@ -1,44 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_mips64.go b/stdlib/unrestricted/go1_14_syscall_linux_mips64.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_mips64.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_mips64le.go b/stdlib/unrestricted/go1_14_syscall_linux_mips64le.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_mips64le.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_mipsle.go b/stdlib/unrestricted/go1_14_syscall_linux_mipsle.go deleted file mode 100644 index 23634c49..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_mipsle.go +++ /dev/null @@ -1,44 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_ppc64.go b/stdlib/unrestricted/go1_14_syscall_linux_ppc64.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_ppc64.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_ppc64le.go b/stdlib/unrestricted/go1_14_syscall_linux_ppc64le.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_ppc64le.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_riscv64.go b/stdlib/unrestricted/go1_14_syscall_linux_riscv64.go deleted file mode 100644 index cccf7c7e..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_riscv64.go +++ /dev/null @@ -1,43 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_linux_s390x.go b/stdlib/unrestricted/go1_14_syscall_linux_s390x.go deleted file mode 100644 index d157064c..00000000 --- a/stdlib/unrestricted/go1_14_syscall_linux_s390x.go +++ /dev/null @@ -1,46 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceCont": reflect.ValueOf(syscall.PtraceCont), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), - "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), - "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), - "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), - "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), - "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), - "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), - "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), - "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), - "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Reboot": reflect.ValueOf(syscall.Reboot), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - - // type definitions - "PtraceFpregs": reflect.ValueOf((*syscall.PtraceFpregs)(nil)), - "PtracePer": reflect.ValueOf((*syscall.PtracePer)(nil)), - "PtracePsw": reflect.ValueOf((*syscall.PtracePsw)(nil)), - "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_netbsd_386.go b/stdlib/unrestricted/go1_14_syscall_netbsd_386.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_netbsd_386.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_netbsd_amd64.go b/stdlib/unrestricted/go1_14_syscall_netbsd_amd64.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_netbsd_amd64.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_netbsd_arm.go b/stdlib/unrestricted/go1_14_syscall_netbsd_arm.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_netbsd_arm.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_netbsd_arm64.go b/stdlib/unrestricted/go1_14_syscall_netbsd_arm64.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_netbsd_arm64.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_openbsd_386.go b/stdlib/unrestricted/go1_14_syscall_openbsd_386.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_openbsd_386.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_openbsd_amd64.go b/stdlib/unrestricted/go1_14_syscall_openbsd_amd64.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_openbsd_amd64.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_openbsd_arm.go b/stdlib/unrestricted/go1_14_syscall_openbsd_arm.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_openbsd_arm.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_14_syscall_openbsd_arm64.go b/stdlib/unrestricted/go1_14_syscall_openbsd_arm64.go deleted file mode 100644 index 9d55d11d..00000000 --- a/stdlib/unrestricted/go1_14_syscall_openbsd_arm64.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by 'yaegi extract syscall'. DO NOT EDIT. - -// +build go1.14,!go1.15 - -package unrestricted - -import ( - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "Kill": reflect.ValueOf(syscall.Kill), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - } -} diff --git a/stdlib/unrestricted/go1_15_syscall_aix_ppc64.go b/stdlib/unrestricted/go1_15_syscall_aix_ppc64.go index 2b1be092..7036c779 100644 --- a/stdlib/unrestricted/go1_15_syscall_aix_ppc64.go +++ b/stdlib/unrestricted/go1_15_syscall_aix_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_android_386.go b/stdlib/unrestricted/go1_15_syscall_android_386.go index 3f23b414..89004b00 100644 --- a/stdlib/unrestricted/go1_15_syscall_android_386.go +++ b/stdlib/unrestricted/go1_15_syscall_android_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_android_amd64.go b/stdlib/unrestricted/go1_15_syscall_android_amd64.go index 3f23b414..89004b00 100644 --- a/stdlib/unrestricted/go1_15_syscall_android_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_android_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_android_arm.go b/stdlib/unrestricted/go1_15_syscall_android_arm.go index 3f23b414..89004b00 100644 --- a/stdlib/unrestricted/go1_15_syscall_android_arm.go +++ b/stdlib/unrestricted/go1_15_syscall_android_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_android_arm64.go b/stdlib/unrestricted/go1_15_syscall_android_arm64.go index 3f23b414..89004b00 100644 --- a/stdlib/unrestricted/go1_15_syscall_android_arm64.go +++ b/stdlib/unrestricted/go1_15_syscall_android_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!linux +// +build go1.15,!go1.16,!linux package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_darwin_amd64.go b/stdlib/unrestricted/go1_15_syscall_darwin_amd64.go index d7975536..45dee3c8 100644 --- a/stdlib/unrestricted/go1_15_syscall_darwin_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_darwin_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_darwin_arm64.go b/stdlib/unrestricted/go1_15_syscall_darwin_arm64.go index d7975536..45dee3c8 100644 --- a/stdlib/unrestricted/go1_15_syscall_darwin_arm64.go +++ b/stdlib/unrestricted/go1_15_syscall_darwin_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_dragonfly_amd64.go b/stdlib/unrestricted/go1_15_syscall_dragonfly_amd64.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_dragonfly_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_dragonfly_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_freebsd_386.go b/stdlib/unrestricted/go1_15_syscall_freebsd_386.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_freebsd_386.go +++ b/stdlib/unrestricted/go1_15_syscall_freebsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_freebsd_amd64.go b/stdlib/unrestricted/go1_15_syscall_freebsd_amd64.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_freebsd_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_freebsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_freebsd_arm.go b/stdlib/unrestricted/go1_15_syscall_freebsd_arm.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_freebsd_arm.go +++ b/stdlib/unrestricted/go1_15_syscall_freebsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_freebsd_arm64.go b/stdlib/unrestricted/go1_15_syscall_freebsd_arm64.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_freebsd_arm64.go +++ b/stdlib/unrestricted/go1_15_syscall_freebsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_illumos_amd64.go b/stdlib/unrestricted/go1_15_syscall_illumos_amd64.go index e8a76186..27e2ec74 100644 --- a/stdlib/unrestricted/go1_15_syscall_illumos_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_illumos_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15,!solaris +// +build go1.15,!go1.16,!solaris package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_js_wasm.go b/stdlib/unrestricted/go1_15_syscall_js_wasm.go index 10763850..704d5ff4 100644 --- a/stdlib/unrestricted/go1_15_syscall_js_wasm.go +++ b/stdlib/unrestricted/go1_15_syscall_js_wasm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_386.go b/stdlib/unrestricted/go1_15_syscall_linux_386.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_386.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_amd64.go b/stdlib/unrestricted/go1_15_syscall_linux_amd64.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_arm.go b/stdlib/unrestricted/go1_15_syscall_linux_arm.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_arm.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_arm64.go b/stdlib/unrestricted/go1_15_syscall_linux_arm64.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_arm64.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_mips.go b/stdlib/unrestricted/go1_15_syscall_linux_mips.go index 431f17a7..64347731 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_mips.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_mips.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_mips64.go b/stdlib/unrestricted/go1_15_syscall_linux_mips64.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_mips64.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_mips64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_mips64le.go b/stdlib/unrestricted/go1_15_syscall_linux_mips64le.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_mips64le.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_mips64le.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_mipsle.go b/stdlib/unrestricted/go1_15_syscall_linux_mipsle.go index 431f17a7..64347731 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_mipsle.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_mipsle.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_ppc64.go b/stdlib/unrestricted/go1_15_syscall_linux_ppc64.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_ppc64.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_ppc64le.go b/stdlib/unrestricted/go1_15_syscall_linux_ppc64le.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_ppc64le.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_ppc64le.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_riscv64.go b/stdlib/unrestricted/go1_15_syscall_linux_riscv64.go index d5df9296..2017b022 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_riscv64.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_riscv64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_linux_s390x.go b/stdlib/unrestricted/go1_15_syscall_linux_s390x.go index f52ba95c..e9945102 100644 --- a/stdlib/unrestricted/go1_15_syscall_linux_s390x.go +++ b/stdlib/unrestricted/go1_15_syscall_linux_s390x.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_netbsd_386.go b/stdlib/unrestricted/go1_15_syscall_netbsd_386.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_netbsd_386.go +++ b/stdlib/unrestricted/go1_15_syscall_netbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_netbsd_amd64.go b/stdlib/unrestricted/go1_15_syscall_netbsd_amd64.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_netbsd_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_netbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_netbsd_arm.go b/stdlib/unrestricted/go1_15_syscall_netbsd_arm.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_netbsd_arm.go +++ b/stdlib/unrestricted/go1_15_syscall_netbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_netbsd_arm64.go b/stdlib/unrestricted/go1_15_syscall_netbsd_arm64.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_netbsd_arm64.go +++ b/stdlib/unrestricted/go1_15_syscall_netbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_openbsd_386.go b/stdlib/unrestricted/go1_15_syscall_openbsd_386.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_openbsd_386.go +++ b/stdlib/unrestricted/go1_15_syscall_openbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_openbsd_amd64.go b/stdlib/unrestricted/go1_15_syscall_openbsd_amd64.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_openbsd_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_openbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_openbsd_arm.go b/stdlib/unrestricted/go1_15_syscall_openbsd_arm.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_openbsd_arm.go +++ b/stdlib/unrestricted/go1_15_syscall_openbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_openbsd_arm64.go b/stdlib/unrestricted/go1_15_syscall_openbsd_arm64.go index 52128024..aaffca7a 100644 --- a/stdlib/unrestricted/go1_15_syscall_openbsd_arm64.go +++ b/stdlib/unrestricted/go1_15_syscall_openbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_plan9_386.go b/stdlib/unrestricted/go1_15_syscall_plan9_386.go index 00c9f0e0..566fefc2 100644 --- a/stdlib/unrestricted/go1_15_syscall_plan9_386.go +++ b/stdlib/unrestricted/go1_15_syscall_plan9_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_plan9_amd64.go b/stdlib/unrestricted/go1_15_syscall_plan9_amd64.go index 00c9f0e0..566fefc2 100644 --- a/stdlib/unrestricted/go1_15_syscall_plan9_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_plan9_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_plan9_arm.go b/stdlib/unrestricted/go1_15_syscall_plan9_arm.go index 00c9f0e0..566fefc2 100644 --- a/stdlib/unrestricted/go1_15_syscall_plan9_arm.go +++ b/stdlib/unrestricted/go1_15_syscall_plan9_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_solaris_amd64.go b/stdlib/unrestricted/go1_15_syscall_solaris_amd64.go index 5703a0d0..beab21f3 100644 --- a/stdlib/unrestricted/go1_15_syscall_solaris_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_solaris_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_windows_386.go b/stdlib/unrestricted/go1_15_syscall_windows_386.go index 4f13e713..fd255d23 100644 --- a/stdlib/unrestricted/go1_15_syscall_windows_386.go +++ b/stdlib/unrestricted/go1_15_syscall_windows_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_windows_amd64.go b/stdlib/unrestricted/go1_15_syscall_windows_amd64.go index 4f13e713..fd255d23 100644 --- a/stdlib/unrestricted/go1_15_syscall_windows_amd64.go +++ b/stdlib/unrestricted/go1_15_syscall_windows_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_15_syscall_windows_arm.go b/stdlib/unrestricted/go1_15_syscall_windows_arm.go index 4f13e713..fd255d23 100644 --- a/stdlib/unrestricted/go1_15_syscall_windows_arm.go +++ b/stdlib/unrestricted/go1_15_syscall_windows_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_aix_ppc64.go b/stdlib/unrestricted/go1_16_syscall_aix_ppc64.go similarity index 98% rename from stdlib/unrestricted/go1_14_syscall_aix_ppc64.go rename to stdlib/unrestricted/go1_16_syscall_aix_ppc64.go index 1de94dce..3de78c43 100644 --- a/stdlib/unrestricted/go1_14_syscall_aix_ppc64.go +++ b/stdlib/unrestricted/go1_16_syscall_aix_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_16_syscall_android_386.go b/stdlib/unrestricted/go1_16_syscall_android_386.go new file mode 100644 index 00000000..2099e61d --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_android_386.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16,!linux + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_android_amd64.go b/stdlib/unrestricted/go1_16_syscall_android_amd64.go new file mode 100644 index 00000000..2099e61d --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_android_amd64.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16,!linux + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_android_arm.go b/stdlib/unrestricted/go1_16_syscall_android_arm.go new file mode 100644 index 00000000..2099e61d --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_android_arm.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16,!linux + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_android_arm64.go b/stdlib/unrestricted/go1_16_syscall_android_arm64.go new file mode 100644 index 00000000..2099e61d --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_android_arm64.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16,!linux + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_14_syscall_darwin_arm64.go b/stdlib/unrestricted/go1_16_syscall_darwin_amd64.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_darwin_arm64.go rename to stdlib/unrestricted/go1_16_syscall_darwin_amd64.go index 0346ed8c..8ca32e91 100644 --- a/stdlib/unrestricted/go1_14_syscall_darwin_arm64.go +++ b/stdlib/unrestricted/go1_16_syscall_darwin_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_darwin_386.go b/stdlib/unrestricted/go1_16_syscall_darwin_arm64.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_darwin_386.go rename to stdlib/unrestricted/go1_16_syscall_darwin_arm64.go index 0346ed8c..8ca32e91 100644 --- a/stdlib/unrestricted/go1_14_syscall_darwin_386.go +++ b/stdlib/unrestricted/go1_16_syscall_darwin_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_dragonfly_amd64.go b/stdlib/unrestricted/go1_16_syscall_dragonfly_amd64.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_dragonfly_amd64.go rename to stdlib/unrestricted/go1_16_syscall_dragonfly_amd64.go index 9d55d11d..ee87bd41 100644 --- a/stdlib/unrestricted/go1_14_syscall_dragonfly_amd64.go +++ b/stdlib/unrestricted/go1_16_syscall_dragonfly_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_freebsd_386.go b/stdlib/unrestricted/go1_16_syscall_freebsd_386.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_freebsd_386.go rename to stdlib/unrestricted/go1_16_syscall_freebsd_386.go index 9d55d11d..ee87bd41 100644 --- a/stdlib/unrestricted/go1_14_syscall_freebsd_386.go +++ b/stdlib/unrestricted/go1_16_syscall_freebsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_freebsd_amd64.go b/stdlib/unrestricted/go1_16_syscall_freebsd_amd64.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_freebsd_amd64.go rename to stdlib/unrestricted/go1_16_syscall_freebsd_amd64.go index 9d55d11d..ee87bd41 100644 --- a/stdlib/unrestricted/go1_14_syscall_freebsd_amd64.go +++ b/stdlib/unrestricted/go1_16_syscall_freebsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_freebsd_arm.go b/stdlib/unrestricted/go1_16_syscall_freebsd_arm.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_freebsd_arm.go rename to stdlib/unrestricted/go1_16_syscall_freebsd_arm.go index 9d55d11d..ee87bd41 100644 --- a/stdlib/unrestricted/go1_14_syscall_freebsd_arm.go +++ b/stdlib/unrestricted/go1_16_syscall_freebsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_16_syscall_freebsd_arm64.go b/stdlib/unrestricted/go1_16_syscall_freebsd_arm64.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_freebsd_arm64.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_14_syscall_illumos_amd64.go b/stdlib/unrestricted/go1_16_syscall_illumos_amd64.go similarity index 95% rename from stdlib/unrestricted/go1_14_syscall_illumos_amd64.go rename to stdlib/unrestricted/go1_16_syscall_illumos_amd64.go index 79c4bcde..94351d5f 100644 --- a/stdlib/unrestricted/go1_14_syscall_illumos_amd64.go +++ b/stdlib/unrestricted/go1_16_syscall_illumos_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15,!solaris +// +build go1.16,!solaris package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_darwin_amd64.go b/stdlib/unrestricted/go1_16_syscall_ios_amd64.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_darwin_amd64.go rename to stdlib/unrestricted/go1_16_syscall_ios_amd64.go index 0346ed8c..8ca32e91 100644 --- a/stdlib/unrestricted/go1_14_syscall_darwin_amd64.go +++ b/stdlib/unrestricted/go1_16_syscall_ios_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_darwin_arm.go b/stdlib/unrestricted/go1_16_syscall_ios_arm64.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_darwin_arm.go rename to stdlib/unrestricted/go1_16_syscall_ios_arm64.go index 0346ed8c..8ca32e91 100644 --- a/stdlib/unrestricted/go1_14_syscall_darwin_arm.go +++ b/stdlib/unrestricted/go1_16_syscall_ios_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_js_wasm.go b/stdlib/unrestricted/go1_16_syscall_js_wasm.go similarity index 96% rename from stdlib/unrestricted/go1_14_syscall_js_wasm.go rename to stdlib/unrestricted/go1_16_syscall_js_wasm.go index f8f6e315..c86b84de 100644 --- a/stdlib/unrestricted/go1_14_syscall_js_wasm.go +++ b/stdlib/unrestricted/go1_16_syscall_js_wasm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_16_syscall_linux_386.go b/stdlib/unrestricted/go1_16_syscall_linux_386.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_386.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_amd64.go b/stdlib/unrestricted/go1_16_syscall_linux_amd64.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_amd64.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_arm.go b/stdlib/unrestricted/go1_16_syscall_linux_arm.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_arm.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_arm64.go b/stdlib/unrestricted/go1_16_syscall_linux_arm64.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_arm64.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_mips.go b/stdlib/unrestricted/go1_16_syscall_linux_mips.go new file mode 100644 index 00000000..26d10435 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_mips.go @@ -0,0 +1,46 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_mips64.go b/stdlib/unrestricted/go1_16_syscall_linux_mips64.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_mips64.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_mips64le.go b/stdlib/unrestricted/go1_16_syscall_linux_mips64le.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_mips64le.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_mipsle.go b/stdlib/unrestricted/go1_16_syscall_linux_mipsle.go new file mode 100644 index 00000000..26d10435 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_mipsle.go @@ -0,0 +1,46 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_ppc64.go b/stdlib/unrestricted/go1_16_syscall_linux_ppc64.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_ppc64.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_ppc64le.go b/stdlib/unrestricted/go1_16_syscall_linux_ppc64le.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_ppc64le.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_riscv64.go b/stdlib/unrestricted/go1_16_syscall_linux_riscv64.go new file mode 100644 index 00000000..5909465f --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_riscv64.go @@ -0,0 +1,45 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_linux_s390x.go b/stdlib/unrestricted/go1_16_syscall_linux_s390x.go new file mode 100644 index 00000000..9cc57b8e --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_linux_s390x.go @@ -0,0 +1,48 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "AllThreadsSyscall": reflect.ValueOf(syscall.AllThreadsSyscall), + "AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), + "PtraceCont": reflect.ValueOf(syscall.PtraceCont), + "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), + "PtraceGetEventMsg": reflect.ValueOf(syscall.PtraceGetEventMsg), + "PtraceGetRegs": reflect.ValueOf(syscall.PtraceGetRegs), + "PtracePeekData": reflect.ValueOf(syscall.PtracePeekData), + "PtracePeekText": reflect.ValueOf(syscall.PtracePeekText), + "PtracePokeData": reflect.ValueOf(syscall.PtracePokeData), + "PtracePokeText": reflect.ValueOf(syscall.PtracePokeText), + "PtraceSetOptions": reflect.ValueOf(syscall.PtraceSetOptions), + "PtraceSetRegs": reflect.ValueOf(syscall.PtraceSetRegs), + "PtraceSingleStep": reflect.ValueOf(syscall.PtraceSingleStep), + "PtraceSyscall": reflect.ValueOf(syscall.PtraceSyscall), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + + // type definitions + "PtraceFpregs": reflect.ValueOf((*syscall.PtraceFpregs)(nil)), + "PtracePer": reflect.ValueOf((*syscall.PtracePer)(nil)), + "PtracePsw": reflect.ValueOf((*syscall.PtracePsw)(nil)), + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_netbsd_386.go b/stdlib/unrestricted/go1_16_syscall_netbsd_386.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_netbsd_386.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_netbsd_amd64.go b/stdlib/unrestricted/go1_16_syscall_netbsd_amd64.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_netbsd_amd64.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_netbsd_arm.go b/stdlib/unrestricted/go1_16_syscall_netbsd_arm.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_netbsd_arm.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_netbsd_arm64.go b/stdlib/unrestricted/go1_16_syscall_netbsd_arm64.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_netbsd_arm64.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_openbsd_386.go b/stdlib/unrestricted/go1_16_syscall_openbsd_386.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_openbsd_386.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_openbsd_amd64.go b/stdlib/unrestricted/go1_16_syscall_openbsd_amd64.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_openbsd_amd64.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_openbsd_arm.go b/stdlib/unrestricted/go1_16_syscall_openbsd_arm.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_openbsd_arm.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_openbsd_arm64.go b/stdlib/unrestricted/go1_16_syscall_openbsd_arm64.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_openbsd_arm64.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_16_syscall_openbsd_mips64.go b/stdlib/unrestricted/go1_16_syscall_openbsd_mips64.go new file mode 100644 index 00000000..ee87bd41 --- /dev/null +++ b/stdlib/unrestricted/go1_16_syscall_openbsd_mips64.go @@ -0,0 +1,27 @@ +// Code generated by 'yaegi extract syscall'. DO NOT EDIT. + +// +build go1.16 + +package unrestricted + +import ( + "reflect" + "syscall" +) + +func init() { + Symbols["syscall"] = map[string]reflect.Value{ + // function, constant and variable definitions + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "Kill": reflect.ValueOf(syscall.Kill), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + } +} diff --git a/stdlib/unrestricted/go1_14_syscall_plan9_arm.go b/stdlib/unrestricted/go1_16_syscall_plan9_386.go similarity index 96% rename from stdlib/unrestricted/go1_14_syscall_plan9_arm.go rename to stdlib/unrestricted/go1_16_syscall_plan9_386.go index 70a0d093..eae08ba9 100644 --- a/stdlib/unrestricted/go1_14_syscall_plan9_arm.go +++ b/stdlib/unrestricted/go1_16_syscall_plan9_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_plan9_386.go b/stdlib/unrestricted/go1_16_syscall_plan9_amd64.go similarity index 96% rename from stdlib/unrestricted/go1_14_syscall_plan9_386.go rename to stdlib/unrestricted/go1_16_syscall_plan9_amd64.go index 70a0d093..eae08ba9 100644 --- a/stdlib/unrestricted/go1_14_syscall_plan9_386.go +++ b/stdlib/unrestricted/go1_16_syscall_plan9_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_plan9_amd64.go b/stdlib/unrestricted/go1_16_syscall_plan9_arm.go similarity index 96% rename from stdlib/unrestricted/go1_14_syscall_plan9_amd64.go rename to stdlib/unrestricted/go1_16_syscall_plan9_arm.go index 70a0d093..eae08ba9 100644 --- a/stdlib/unrestricted/go1_14_syscall_plan9_amd64.go +++ b/stdlib/unrestricted/go1_16_syscall_plan9_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_solaris_amd64.go b/stdlib/unrestricted/go1_16_syscall_solaris_amd64.go similarity index 96% rename from stdlib/unrestricted/go1_14_syscall_solaris_amd64.go rename to stdlib/unrestricted/go1_16_syscall_solaris_amd64.go index 330b5129..76ec4f66 100644 --- a/stdlib/unrestricted/go1_14_syscall_solaris_amd64.go +++ b/stdlib/unrestricted/go1_16_syscall_solaris_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_windows_386.go b/stdlib/unrestricted/go1_16_syscall_windows_386.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_windows_386.go rename to stdlib/unrestricted/go1_16_syscall_windows_386.go index b17c6d81..a54e6164 100644 --- a/stdlib/unrestricted/go1_14_syscall_windows_386.go +++ b/stdlib/unrestricted/go1_16_syscall_windows_386.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_windows_amd64.go b/stdlib/unrestricted/go1_16_syscall_windows_amd64.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_windows_amd64.go rename to stdlib/unrestricted/go1_16_syscall_windows_amd64.go index b17c6d81..a54e6164 100644 --- a/stdlib/unrestricted/go1_14_syscall_windows_amd64.go +++ b/stdlib/unrestricted/go1_16_syscall_windows_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unrestricted/go1_14_syscall_windows_arm.go b/stdlib/unrestricted/go1_16_syscall_windows_arm.go similarity index 97% rename from stdlib/unrestricted/go1_14_syscall_windows_arm.go rename to stdlib/unrestricted/go1_16_syscall_windows_arm.go index b17c6d81..a54e6164 100644 --- a/stdlib/unrestricted/go1_14_syscall_windows_arm.go +++ b/stdlib/unrestricted/go1_16_syscall_windows_arm.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract syscall'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unrestricted diff --git a/stdlib/unsafe/go1_15_unsafe.go b/stdlib/unsafe/go1_15_unsafe.go index 55bce645..693a84a9 100644 --- a/stdlib/unsafe/go1_15_unsafe.go +++ b/stdlib/unsafe/go1_15_unsafe.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unsafe'. DO NOT EDIT. -// +build go1.15 +// +build go1.15,!go1.16 package unsafe diff --git a/stdlib/unsafe/go1_14_unsafe.go b/stdlib/unsafe/go1_16_unsafe.go similarity index 90% rename from stdlib/unsafe/go1_14_unsafe.go rename to stdlib/unsafe/go1_16_unsafe.go index 856a516b..3e06bf1d 100644 --- a/stdlib/unsafe/go1_14_unsafe.go +++ b/stdlib/unsafe/go1_16_unsafe.go @@ -1,6 +1,6 @@ // Code generated by 'yaegi extract unsafe'. DO NOT EDIT. -// +build go1.14,!go1.15 +// +build go1.16 package unsafe