From 1fe75f149d3d9565eb8123816555bc7716f1e8fa Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 12 Aug 2020 12:38:04 +0200 Subject: [PATCH] feat: update stdlib mapping for go1.15 - drop stdlib for go1.13 - generate stdlib for go1.15 - update CI configuration. --- .travis.yml | 2 +- _test/tag0.go | 2 +- stdlib/go1_13_debug_pe.go | 74 - stdlib/go1_13_os.go | 156 -- ...3_archive_tar.go => go1_15_archive_tar.go} | 2 +- ...3_archive_zip.go => go1_15_archive_zip.go} | 2 +- stdlib/{go1_13_bufio.go => go1_15_bufio.go} | 3 +- stdlib/{go1_13_bytes.go => go1_15_bytes.go} | 2 +- ...ress_bzip2.go => go1_15_compress_bzip2.go} | 2 +- ...ress_flate.go => go1_15_compress_flate.go} | 2 +- ...mpress_gzip.go => go1_15_compress_gzip.go} | 2 +- ...compress_lzw.go => go1_15_compress_lzw.go} | 2 +- ...mpress_zlib.go => go1_15_compress_zlib.go} | 2 +- ...ainer_heap.go => go1_15_container_heap.go} | 2 +- ...ainer_list.go => go1_15_container_list.go} | 2 +- ...ainer_ring.go => go1_15_container_ring.go} | 2 +- .../{go1_13_context.go => go1_15_context.go} | 2 +- stdlib/{go1_13_crypto.go => go1_15_crypto.go} | 2 +- ..._13_crypto_aes.go => go1_15_crypto_aes.go} | 2 +- ...ypto_cipher.go => go1_15_crypto_cipher.go} | 2 +- ..._13_crypto_des.go => go1_15_crypto_des.go} | 2 +- ..._13_crypto_dsa.go => go1_15_crypto_dsa.go} | 2 +- ...crypto_ecdsa.go => go1_15_crypto_ecdsa.go} | 4 +- ...to_ed25519.go => go1_15_crypto_ed25519.go} | 2 +- ..._elliptic.go => go1_15_crypto_elliptic.go} | 18 +- ...3_crypto_hmac.go => go1_15_crypto_hmac.go} | 2 +- ..._13_crypto_md5.go => go1_15_crypto_md5.go} | 2 +- ...3_crypto_rand.go => go1_15_crypto_rand.go} | 2 +- ..._13_crypto_rc4.go => go1_15_crypto_rc4.go} | 2 +- ..._13_crypto_rsa.go => go1_15_crypto_rsa.go} | 2 +- ...3_crypto_sha1.go => go1_15_crypto_sha1.go} | 2 +- ...ypto_sha256.go => go1_15_crypto_sha256.go} | 2 +- ...ypto_sha512.go => go1_15_crypto_sha512.go} | 2 +- ...ypto_subtle.go => go1_15_crypto_subtle.go} | 2 +- ..._13_crypto_tls.go => go1_15_crypto_tls.go} | 59 +- ...3_crypto_x509.go => go1_15_crypto_x509.go} | 52 +- ...509_pkix.go => go1_15_crypto_x509_pkix.go} | 2 +- ...database_sql.go => go1_15_database_sql.go} | 2 +- ...river.go => go1_15_database_sql_driver.go} | 25 +- ...3_debug_dwarf.go => go1_15_debug_dwarf.go} | 64 +- ...o1_13_debug_elf.go => go1_15_debug_elf.go} | 2 +- ...3_debug_gosym.go => go1_15_debug_gosym.go} | 2 +- ...3_debug_macho.go => go1_15_debug_macho.go} | 2 +- stdlib/go1_15_debug_pe.go | 114 + ...g_plan9obj.go => go1_15_debug_plan9obj.go} | 2 +- ...{go1_13_encoding.go => go1_15_encoding.go} | 6 +- ..._ascii85.go => go1_15_encoding_ascii85.go} | 2 +- ...coding_asn1.go => go1_15_encoding_asn1.go} | 3 +- ...ng_base32.go => go1_15_encoding_base32.go} | 2 +- ...ng_base64.go => go1_15_encoding_base64.go} | 2 +- ...ng_binary.go => go1_15_encoding_binary.go} | 2 +- ...encoding_csv.go => go1_15_encoding_csv.go} | 2 +- ...encoding_gob.go => go1_15_encoding_gob.go} | 2 +- ...encoding_hex.go => go1_15_encoding_hex.go} | 2 +- ...coding_json.go => go1_15_encoding_json.go} | 2 +- ...encoding_pem.go => go1_15_encoding_pem.go} | 2 +- ...encoding_xml.go => go1_15_encoding_xml.go} | 2 +- stdlib/{go1_13_errors.go => go1_15_errors.go} | 2 +- stdlib/{go1_13_expvar.go => go1_15_expvar.go} | 2 +- stdlib/{go1_13_flag.go => go1_15_flag.go} | 2 +- stdlib/{go1_13_fmt.go => go1_15_fmt.go} | 2 +- stdlib/{go1_13_go_ast.go => go1_15_go_ast.go} | 2 +- ...{go1_13_go_build.go => go1_15_go_build.go} | 2 +- ...3_go_constant.go => go1_15_go_constant.go} | 2 +- stdlib/{go1_13_go_doc.go => go1_15_go_doc.go} | 3 +- ...o1_13_go_format.go => go1_15_go_format.go} | 2 +- ...3_go_importer.go => go1_15_go_importer.go} | 2 +- ...o1_13_go_parser.go => go1_15_go_parser.go} | 2 +- ..._13_go_printer.go => go1_15_go_printer.go} | 2 +- ..._13_go_scanner.go => go1_15_go_scanner.go} | 2 +- ...{go1_13_go_token.go => go1_15_go_token.go} | 2 +- ...{go1_13_go_types.go => go1_15_go_types.go} | 2 +- stdlib/{go1_13_hash.go => go1_15_hash.go} | 2 +- ...hash_adler32.go => go1_15_hash_adler32.go} | 2 +- ..._13_hash_crc32.go => go1_15_hash_crc32.go} | 2 +- ..._13_hash_crc64.go => go1_15_hash_crc64.go} | 2 +- ...{go1_13_hash_fnv.go => go1_15_hash_fnv.go} | 2 +- stdlib/go1_15_hash_maphash.go | 21 + stdlib/{go1_13_html.go => go1_15_html.go} | 2 +- ...ml_template.go => go1_15_html_template.go} | 2 +- stdlib/{go1_13_image.go => go1_15_image.go} | 2 +- ...3_image_color.go => go1_15_image_color.go} | 2 +- ...lette.go => go1_15_image_color_palette.go} | 2 +- ..._13_image_draw.go => go1_15_image_draw.go} | 2 +- ...o1_13_image_gif.go => go1_15_image_gif.go} | 2 +- ..._13_image_jpeg.go => go1_15_image_jpeg.go} | 2 +- ...o1_13_image_png.go => go1_15_image_png.go} | 2 +- ...ixarray.go => go1_15_index_suffixarray.go} | 2 +- stdlib/{go1_13_io.go => go1_15_io.go} | 8 +- ...o1_13_io_ioutil.go => go1_15_io_ioutil.go} | 2 +- stdlib/{go1_13_log.go => go1_15_log.go} | 3 +- ..._13_log_syslog.go => go1_15_log_syslog.go} | 2 +- stdlib/{go1_13_math.go => go1_15_math.go} | 3 +- ...{go1_13_math_big.go => go1_15_math_big.go} | 2 +- ...o1_13_math_bits.go => go1_15_math_bits.go} | 5 +- ..._13_math_cmplx.go => go1_15_math_cmplx.go} | 2 +- ...o1_13_math_rand.go => go1_15_math_rand.go} | 2 +- stdlib/{go1_13_mime.go => go1_15_mime.go} | 2 +- ..._multipart.go => go1_15_mime_multipart.go} | 10 +- ...able.go => go1_15_mime_quotedprintable.go} | 2 +- stdlib/{go1_13_net.go => go1_15_net.go} | 2 +- ...{go1_13_net_http.go => go1_15_net_http.go} | 20 +- ...net_http_cgi.go => go1_15_net_http_cgi.go} | 2 +- ...kiejar.go => go1_15_net_http_cookiejar.go} | 2 +- ...t_http_fcgi.go => go1_15_net_http_fcgi.go} | 2 +- ...ttptest.go => go1_15_net_http_httptest.go} | 2 +- ...ptrace.go => go1_15_net_http_httptrace.go} | 2 +- ...ttputil.go => go1_15_net_http_httputil.go} | 2 +- ...http_pprof.go => go1_15_net_http_pprof.go} | 2 +- ...{go1_13_net_mail.go => go1_15_net_mail.go} | 2 +- .../{go1_13_net_rpc.go => go1_15_net_rpc.go} | 2 +- ...c_jsonrpc.go => go1_15_net_rpc_jsonrpc.go} | 2 +- ...{go1_13_net_smtp.go => go1_15_net_smtp.go} | 2 +- ...t_textproto.go => go1_15_net_textproto.go} | 2 +- .../{go1_13_net_url.go => go1_15_net_url.go} | 2 +- stdlib/go1_15_os.go | 157 ++ ...o1_13_os_signal.go => go1_15_os_signal.go} | 2 +- .../{go1_13_os_user.go => go1_15_os_user.go} | 2 +- stdlib/{go1_13_path.go => go1_15_path.go} | 2 +- ...th_filepath.go => go1_15_path_filepath.go} | 2 +- .../{go1_13_reflect.go => go1_15_reflect.go} | 2 +- stdlib/{go1_13_regexp.go => go1_15_regexp.go} | 2 +- ...gexp_syntax.go => go1_15_regexp_syntax.go} | 2 +- .../{go1_13_runtime.go => go1_15_runtime.go} | 2 +- ...ntime_debug.go => go1_15_runtime_debug.go} | 2 +- ...ntime_pprof.go => go1_15_runtime_pprof.go} | 2 +- ...ntime_trace.go => go1_15_runtime_trace.go} | 2 +- stdlib/{go1_13_sort.go => go1_15_sort.go} | 2 +- .../{go1_13_strconv.go => go1_15_strconv.go} | 4 +- .../{go1_13_strings.go => go1_15_strings.go} | 2 +- stdlib/{go1_13_sync.go => go1_15_sync.go} | 2 +- ...3_sync_atomic.go => go1_15_sync_atomic.go} | 2 +- ...text_scanner.go => go1_15_text_scanner.go} | 2 +- ..._tabwriter.go => go1_15_text_tabwriter.go} | 2 +- ...xt_template.go => go1_15_text_template.go} | 2 +- ...parse.go => go1_15_text_template_parse.go} | 2 +- stdlib/{go1_13_time.go => go1_15_time.go} | 2 +- .../{go1_13_unicode.go => go1_15_unicode.go} | 6 +- ...icode_utf16.go => go1_15_unicode_utf16.go} | 2 +- ...unicode_utf8.go => go1_15_unicode_utf8.go} | 2 +- stdlib/stdlib-maphash.go | 6 - stdlib/stdlib.go | 4 +- stdlib/syscall/go1_13_syscall_darwin_386.go | 1951 ------------- stdlib/syscall/go1_13_syscall_darwin_arm.go | 1866 ------------- stdlib/syscall/go1_13_syscall_nacl_386.go | 432 --- .../syscall/go1_13_syscall_nacl_amd64p32.go | 432 --- stdlib/syscall/go1_13_syscall_nacl_arm.go | 432 --- ...x_ppc64.go => go1_15_syscall_aix_ppc64.go} | 8 +- ...x_386.go => go1_15_syscall_android_386.go} | 2 +- ...d64.go => go1_15_syscall_android_amd64.go} | 2 +- ...x_arm.go => go1_15_syscall_android_arm.go} | 2 +- ...m64.go => go1_15_syscall_android_arm64.go} | 13 +- ...md64.go => go1_15_syscall_darwin_amd64.go} | 2 +- ...rm64.go => go1_15_syscall_darwin_arm64.go} | 2 +- ...4.go => go1_15_syscall_dragonfly_amd64.go} | 2 +- ...d_386.go => go1_15_syscall_freebsd_386.go} | 2 +- ...d64.go => go1_15_syscall_freebsd_amd64.go} | 2 +- ...d_arm.go => go1_15_syscall_freebsd_arm.go} | 2 +- .../syscall/go1_15_syscall_freebsd_arm64.go | 2299 ++++++++++++++++ ...d64.go => go1_15_syscall_illumos_amd64.go} | 2 +- ...l_js_wasm.go => go1_15_syscall_js_wasm.go} | 2 +- ...oid_386.go => go1_15_syscall_linux_386.go} | 2 +- ...amd64.go => go1_15_syscall_linux_amd64.go} | 2 +- ...oid_arm.go => go1_15_syscall_linux_arm.go} | 2 +- ...arm64.go => go1_15_syscall_linux_arm64.go} | 13 +- ...x_mips.go => go1_15_syscall_linux_mips.go} | 2 +- ...64le.go => go1_15_syscall_linux_mips64.go} | 2 +- ...64.go => go1_15_syscall_linux_mips64le.go} | 2 +- ...psle.go => go1_15_syscall_linux_mipsle.go} | 2 +- ...ppc64.go => go1_15_syscall_linux_ppc64.go} | 2 +- ...4le.go => go1_15_syscall_linux_ppc64le.go} | 2 +- .../syscall/go1_15_syscall_linux_riscv64.go | 2422 +++++++++++++++++ ...s390x.go => go1_15_syscall_linux_s390x.go} | 2 +- ...sd_386.go => go1_15_syscall_netbsd_386.go} | 2 +- ...md64.go => go1_15_syscall_netbsd_amd64.go} | 2 +- ...sd_arm.go => go1_15_syscall_netbsd_arm.go} | 2 +- ...rm64.go => go1_15_syscall_netbsd_arm64.go} | 2 +- ...d_386.go => go1_15_syscall_openbsd_386.go} | 2 +- ...d64.go => go1_15_syscall_openbsd_amd64.go} | 2 +- ...d_arm.go => go1_15_syscall_openbsd_arm.go} | 2 +- ...m64.go => go1_15_syscall_openbsd_arm64.go} | 2 +- ...an9_386.go => go1_15_syscall_plan9_386.go} | 2 +- ...amd64.go => go1_15_syscall_plan9_amd64.go} | 2 +- ...an9_arm.go => go1_15_syscall_plan9_arm.go} | 2 +- ...d64.go => go1_15_syscall_solaris_amd64.go} | 2 +- ...amd64.go => go1_15_syscall_windows_386.go} | 5 +- ...386.go => go1_15_syscall_windows_amd64.go} | 5 +- ...s_arm.go => go1_15_syscall_windows_arm.go} | 5 +- stdlib/syscall/syscall.go | 2 +- .../{go1_13_unsafe.go => go1_15_unsafe.go} | 2 +- stdlib/unsafe/unsafe.go | 2 +- 191 files changed, 5382 insertions(+), 5635 deletions(-) delete mode 100644 stdlib/go1_13_debug_pe.go delete mode 100644 stdlib/go1_13_os.go rename stdlib/{go1_13_archive_tar.go => go1_15_archive_tar.go} (98%) rename stdlib/{go1_13_archive_zip.go => go1_15_archive_zip.go} (98%) rename stdlib/{go1_13_bufio.go => go1_15_bufio.go} (94%) rename stdlib/{go1_13_bytes.go => go1_15_bytes.go} (99%) rename stdlib/{go1_13_compress_bzip2.go => go1_15_compress_bzip2.go} (94%) rename stdlib/{go1_13_compress_flate.go => go1_15_compress_flate.go} (98%) rename stdlib/{go1_13_compress_gzip.go => go1_15_compress_gzip.go} (97%) rename stdlib/{go1_13_compress_lzw.go => go1_15_compress_lzw.go} (95%) rename stdlib/{go1_13_compress_zlib.go => go1_15_compress_zlib.go} (98%) rename stdlib/{go1_13_container_heap.go => go1_15_container_heap.go} (98%) rename stdlib/{go1_13_container_list.go => go1_15_container_list.go} (94%) rename stdlib/{go1_13_container_ring.go => go1_15_container_ring.go} (93%) rename stdlib/{go1_13_context.go => go1_15_context.go} (98%) rename stdlib/{go1_13_crypto.go => go1_15_crypto.go} (99%) rename stdlib/{go1_13_crypto_aes.go => go1_15_crypto_aes.go} (95%) rename stdlib/{go1_13_crypto_cipher.go => go1_15_crypto_cipher.go} (99%) rename stdlib/{go1_13_crypto_des.go => go1_15_crypto_des.go} (95%) rename stdlib/{go1_13_crypto_dsa.go => go1_15_crypto_dsa.go} (97%) rename stdlib/{go1_13_crypto_ecdsa.go => go1_15_crypto_ecdsa.go} (81%) rename stdlib/{go1_13_crypto_ed25519.go => go1_15_crypto_ed25519.go} (97%) rename stdlib/{go1_13_crypto_elliptic.go => go1_15_crypto_elliptic.go} (75%) rename stdlib/{go1_13_crypto_hmac.go => go1_15_crypto_hmac.go} (93%) rename stdlib/{go1_13_crypto_md5.go => go1_15_crypto_md5.go} (95%) rename stdlib/{go1_13_crypto_rand.go => go1_15_crypto_rand.go} (94%) rename stdlib/{go1_13_crypto_rc4.go => go1_15_crypto_rc4.go} (94%) rename stdlib/{go1_13_crypto_rsa.go => go1_15_crypto_rsa.go} (98%) rename stdlib/{go1_13_crypto_sha1.go => go1_15_crypto_sha1.go} (95%) rename stdlib/{go1_13_crypto_sha256.go => go1_15_crypto_sha256.go} (96%) rename stdlib/{go1_13_crypto_sha512.go => go1_15_crypto_sha512.go} (97%) rename stdlib/{go1_13_crypto_subtle.go => go1_15_crypto_subtle.go} (96%) rename stdlib/{go1_13_crypto_tls.go => go1_15_crypto_tls.go} (61%) rename stdlib/{go1_13_crypto_x509.go => go1_15_crypto_x509.go} (75%) rename stdlib/{go1_13_crypto_x509_pkix.go => go1_15_crypto_x509_pkix.go} (97%) rename stdlib/{go1_13_database_sql.go => go1_15_database_sql.go} (99%) rename stdlib/{go1_13_database_sql_driver.go => go1_15_database_sql_driver.go} (96%) rename stdlib/{go1_13_debug_dwarf.go => go1_15_debug_dwarf.go} (75%) rename stdlib/{go1_13_debug_elf.go => go1_15_debug_elf.go} (99%) rename stdlib/{go1_13_debug_gosym.go => go1_15_debug_gosym.go} (97%) rename stdlib/{go1_13_debug_macho.go => go1_15_debug_macho.go} (99%) create mode 100644 stdlib/go1_15_debug_pe.go rename stdlib/{go1_13_debug_plan9obj.go => go1_15_debug_plan9obj.go} (97%) rename stdlib/{go1_13_encoding.go => go1_15_encoding.go} (96%) rename stdlib/{go1_13_encoding_ascii85.go => go1_15_encoding_ascii85.go} (96%) rename stdlib/{go1_13_encoding_asn1.go => go1_15_encoding_asn1.go} (96%) rename stdlib/{go1_13_encoding_base32.go => go1_15_encoding_base32.go} (97%) rename stdlib/{go1_13_encoding_base64.go => go1_15_encoding_base64.go} (97%) rename stdlib/{go1_13_encoding_binary.go => go1_15_encoding_binary.go} (98%) rename stdlib/{go1_13_encoding_csv.go => go1_15_encoding_csv.go} (97%) rename stdlib/{go1_13_encoding_gob.go => go1_15_encoding_gob.go} (98%) rename stdlib/{go1_13_encoding_hex.go => go1_15_encoding_hex.go} (97%) rename stdlib/{go1_13_encoding_json.go => go1_15_encoding_json.go} (99%) rename stdlib/{go1_13_encoding_pem.go => go1_15_encoding_pem.go} (95%) rename stdlib/{go1_13_encoding_xml.go => go1_15_encoding_xml.go} (99%) rename stdlib/{go1_13_errors.go => go1_15_errors.go} (94%) rename stdlib/{go1_13_expvar.go => go1_15_expvar.go} (98%) rename stdlib/{go1_13_flag.go => go1_15_flag.go} (99%) rename stdlib/{go1_13_fmt.go => go1_15_fmt.go} (99%) rename stdlib/{go1_13_go_ast.go => go1_15_go_ast.go} (99%) rename stdlib/{go1_13_go_build.go => go1_15_go_build.go} (97%) rename stdlib/{go1_13_go_constant.go => go1_15_go_constant.go} (99%) rename stdlib/{go1_13_go_doc.go => go1_15_go_doc.go} (93%) rename stdlib/{go1_13_go_format.go => go1_15_go_format.go} (93%) rename stdlib/{go1_13_go_importer.go => go1_15_go_importer.go} (95%) rename stdlib/{go1_13_go_parser.go => go1_15_go_parser.go} (97%) rename stdlib/{go1_13_go_printer.go => go1_15_go_printer.go} (96%) rename stdlib/{go1_13_go_scanner.go => go1_15_go_scanner.go} (96%) rename stdlib/{go1_13_go_token.go => go1_15_go_token.go} (99%) rename stdlib/{go1_13_go_types.go => go1_15_go_types.go} (99%) rename stdlib/{go1_13_hash.go => go1_15_hash.go} (99%) rename stdlib/{go1_13_hash_adler32.go => go1_15_hash_adler32.go} (94%) rename stdlib/{go1_13_hash_crc32.go => go1_15_hash_crc32.go} (97%) rename stdlib/{go1_13_hash_crc64.go => go1_15_hash_crc64.go} (97%) rename stdlib/{go1_13_hash_fnv.go => go1_15_hash_fnv.go} (95%) create mode 100644 stdlib/go1_15_hash_maphash.go rename stdlib/{go1_13_html.go => go1_15_html.go} (93%) rename stdlib/{go1_13_html_template.go => go1_15_html_template.go} (99%) rename stdlib/{go1_13_image.go => go1_15_image.go} (99%) rename stdlib/{go1_13_image_color.go => go1_15_image_color.go} (99%) rename stdlib/{go1_13_image_color_palette.go => go1_15_image_color_palette.go} (94%) rename stdlib/{go1_13_image_draw.go => go1_15_image_draw.go} (98%) rename stdlib/{go1_13_image_gif.go => go1_15_image_gif.go} (97%) rename stdlib/{go1_13_image_jpeg.go => go1_15_image_jpeg.go} (98%) rename stdlib/{go1_13_image_png.go => go1_15_image_png.go} (98%) rename stdlib/{go1_13_index_suffixarray.go => go1_15_index_suffixarray.go} (94%) rename stdlib/{go1_13_io.go => go1_15_io.go} (98%) rename stdlib/{go1_13_io_ioutil.go => go1_15_io_ioutil.go} (96%) rename stdlib/{go1_13_log.go => go1_15_log.go} (94%) rename stdlib/{go1_13_log_syslog.go => go1_15_log_syslog.go} (97%) rename stdlib/{go1_13_math.go => go1_15_math.go} (99%) rename stdlib/{go1_13_math_big.go => go1_15_math_big.go} (98%) rename stdlib/{go1_13_math_bits.go => go1_15_math_bits.go} (94%) rename stdlib/{go1_13_math_cmplx.go => go1_15_math_cmplx.go} (98%) rename stdlib/{go1_13_math_rand.go => go1_15_math_rand.go} (98%) rename stdlib/{go1_13_mime.go => go1_15_mime.go} (97%) rename stdlib/{go1_13_mime_multipart.go => go1_15_mime_multipart.go} (91%) rename stdlib/{go1_13_mime_quotedprintable.go => go1_15_mime_quotedprintable.go} (95%) rename stdlib/{go1_13_net.go => go1_15_net.go} (99%) rename stdlib/{go1_13_net_http.go => go1_15_net_http.go} (98%) rename stdlib/{go1_13_net_http_cgi.go => go1_15_net_http_cgi.go} (95%) rename stdlib/{go1_13_net_http_cookiejar.go => go1_15_net_http_cookiejar.go} (97%) rename stdlib/{go1_13_net_http_fcgi.go => go1_15_net_http_fcgi.go} (95%) rename stdlib/{go1_13_net_http_httptest.go => go1_15_net_http_httptest.go} (97%) rename stdlib/{go1_13_net_http_httptrace.go => go1_15_net_http_httptrace.go} (96%) rename stdlib/{go1_13_net_http_httputil.go => go1_15_net_http_httputil.go} (98%) rename stdlib/{go1_13_net_http_pprof.go => go1_15_net_http_pprof.go} (95%) rename stdlib/{go1_13_net_mail.go => go1_15_net_mail.go} (97%) rename stdlib/{go1_13_net_rpc.go => go1_15_net_rpc.go} (99%) rename stdlib/{go1_13_net_rpc_jsonrpc.go => go1_15_net_rpc_jsonrpc.go} (95%) rename stdlib/{go1_13_net_smtp.go => go1_15_net_smtp.go} (98%) rename stdlib/{go1_13_net_textproto.go => go1_15_net_textproto.go} (97%) rename stdlib/{go1_13_net_url.go => go1_15_net_url.go} (97%) create mode 100644 stdlib/go1_15_os.go rename stdlib/{go1_13_os_signal.go => go1_15_os_signal.go} (95%) rename stdlib/{go1_13_os_user.go => go1_15_os_user.go} (97%) rename stdlib/{go1_13_path.go => go1_15_path.go} (96%) rename stdlib/{go1_13_path_filepath.go => go1_15_path_filepath.go} (98%) rename stdlib/{go1_13_reflect.go => go1_15_reflect.go} (99%) rename stdlib/{go1_13_regexp.go => go1_15_regexp.go} (96%) rename stdlib/{go1_13_regexp_syntax.go => go1_15_regexp_syntax.go} (99%) rename stdlib/{go1_13_runtime.go => go1_15_runtime.go} (99%) rename stdlib/{go1_13_runtime_debug.go => go1_15_runtime_debug.go} (97%) rename stdlib/{go1_13_runtime_pprof.go => go1_15_runtime_pprof.go} (97%) rename stdlib/{go1_13_runtime_trace.go => go1_15_runtime_trace.go} (96%) rename stdlib/{go1_13_sort.go => go1_15_sort.go} (98%) rename stdlib/{go1_13_strconv.go => go1_15_strconv.go} (94%) rename stdlib/{go1_13_strings.go => go1_15_strings.go} (99%) rename stdlib/{go1_13_sync.go => go1_15_sync.go} (97%) rename stdlib/{go1_13_sync_atomic.go => go1_15_sync_atomic.go} (98%) rename stdlib/{go1_13_text_scanner.go => go1_15_text_scanner.go} (98%) rename stdlib/{go1_13_text_tabwriter.go => go1_15_text_tabwriter.go} (97%) rename stdlib/{go1_13_text_template.go => go1_15_text_template.go} (97%) rename stdlib/{go1_13_text_template_parse.go => go1_15_text_template_parse.go} (99%) rename stdlib/{go1_13_time.go => go1_15_time.go} (99%) rename stdlib/{go1_13_unicode.go => go1_15_unicode.go} (98%) rename stdlib/{go1_13_unicode_utf16.go => go1_15_unicode_utf16.go} (95%) rename stdlib/{go1_13_unicode_utf8.go => go1_15_unicode_utf8.go} (98%) delete mode 100644 stdlib/stdlib-maphash.go delete mode 100644 stdlib/syscall/go1_13_syscall_darwin_386.go delete mode 100644 stdlib/syscall/go1_13_syscall_darwin_arm.go delete mode 100644 stdlib/syscall/go1_13_syscall_nacl_386.go delete mode 100644 stdlib/syscall/go1_13_syscall_nacl_amd64p32.go delete mode 100644 stdlib/syscall/go1_13_syscall_nacl_arm.go rename stdlib/syscall/{go1_13_syscall_aix_ppc64.go => go1_15_syscall_aix_ppc64.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_386.go => go1_15_syscall_android_386.go} (99%) rename stdlib/syscall/{go1_13_syscall_android_amd64.go => go1_15_syscall_android_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_arm.go => go1_15_syscall_android_arm.go} (99%) rename stdlib/syscall/{go1_13_syscall_android_arm64.go => go1_15_syscall_android_arm64.go} (99%) rename stdlib/syscall/{go1_13_syscall_darwin_amd64.go => go1_15_syscall_darwin_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_darwin_arm64.go => go1_15_syscall_darwin_arm64.go} (99%) rename stdlib/syscall/{go1_13_syscall_dragonfly_amd64.go => go1_15_syscall_dragonfly_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_freebsd_386.go => go1_15_syscall_freebsd_386.go} (99%) rename stdlib/syscall/{go1_13_syscall_freebsd_amd64.go => go1_15_syscall_freebsd_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_freebsd_arm.go => go1_15_syscall_freebsd_arm.go} (99%) create mode 100644 stdlib/syscall/go1_15_syscall_freebsd_arm64.go rename stdlib/syscall/{go1_13_syscall_illumos_amd64.go => go1_15_syscall_illumos_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_js_wasm.go => go1_15_syscall_js_wasm.go} (99%) rename stdlib/syscall/{go1_13_syscall_android_386.go => go1_15_syscall_linux_386.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_amd64.go => go1_15_syscall_linux_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_android_arm.go => go1_15_syscall_linux_arm.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_arm64.go => go1_15_syscall_linux_arm64.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_mips.go => go1_15_syscall_linux_mips.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_mips64le.go => go1_15_syscall_linux_mips64.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_mips64.go => go1_15_syscall_linux_mips64le.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_mipsle.go => go1_15_syscall_linux_mipsle.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_ppc64.go => go1_15_syscall_linux_ppc64.go} (99%) rename stdlib/syscall/{go1_13_syscall_linux_ppc64le.go => go1_15_syscall_linux_ppc64le.go} (99%) create mode 100644 stdlib/syscall/go1_15_syscall_linux_riscv64.go rename stdlib/syscall/{go1_13_syscall_linux_s390x.go => go1_15_syscall_linux_s390x.go} (99%) rename stdlib/syscall/{go1_13_syscall_netbsd_386.go => go1_15_syscall_netbsd_386.go} (99%) rename stdlib/syscall/{go1_13_syscall_netbsd_amd64.go => go1_15_syscall_netbsd_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_netbsd_arm.go => go1_15_syscall_netbsd_arm.go} (99%) rename stdlib/syscall/{go1_13_syscall_netbsd_arm64.go => go1_15_syscall_netbsd_arm64.go} (99%) rename stdlib/syscall/{go1_13_syscall_openbsd_386.go => go1_15_syscall_openbsd_386.go} (99%) rename stdlib/syscall/{go1_13_syscall_openbsd_amd64.go => go1_15_syscall_openbsd_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_openbsd_arm.go => go1_15_syscall_openbsd_arm.go} (99%) rename stdlib/syscall/{go1_13_syscall_openbsd_arm64.go => go1_15_syscall_openbsd_arm64.go} (99%) rename stdlib/syscall/{go1_13_syscall_plan9_386.go => go1_15_syscall_plan9_386.go} (99%) rename stdlib/syscall/{go1_13_syscall_plan9_amd64.go => go1_15_syscall_plan9_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_plan9_arm.go => go1_15_syscall_plan9_arm.go} (99%) rename stdlib/syscall/{go1_13_syscall_solaris_amd64.go => go1_15_syscall_solaris_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_windows_amd64.go => go1_15_syscall_windows_386.go} (99%) rename stdlib/syscall/{go1_13_syscall_windows_386.go => go1_15_syscall_windows_amd64.go} (99%) rename stdlib/syscall/{go1_13_syscall_windows_arm.go => go1_15_syscall_windows_arm.go} (99%) rename stdlib/unsafe/{go1_13_unsafe.go => go1_15_unsafe.go} (91%) diff --git a/.travis.yml b/.travis.yml index 03f2f935..ae87e012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ cache: matrix: fast_finish: true include: - - go: 1.13.x - go: 1.14.x + - go: 1.15.x env: STABLE=true env: diff --git a/_test/tag0.go b/_test/tag0.go index e986668a..07500bf3 100644 --- a/_test/tag0.go +++ b/_test/tag0.go @@ -1,5 +1,5 @@ // The following comment line has the same effect as 'go run -tags=dummy' -//yaegi:tags dummy +// yaegi:tags dummy package main diff --git a/stdlib/go1_13_debug_pe.go b/stdlib/go1_13_debug_pe.go deleted file mode 100644 index bba49352..00000000 --- a/stdlib/go1_13_debug_pe.go +++ /dev/null @@ -1,74 +0,0 @@ -// Code generated by 'github.com/containous/yaegi/extract debug/pe'. DO NOT EDIT. - -// +build go1.13,!go1.14 - -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_13_os.go b/stdlib/go1_13_os.go deleted file mode 100644 index e2117f5b..00000000 --- a/stdlib/go1_13_os.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by 'github.com/containous/yaegi/extract os'. DO NOT EDIT. - -// +build go1.13,!go1.14 - -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(os.DevNull), - "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_13_archive_tar.go b/stdlib/go1_15_archive_tar.go similarity index 98% rename from stdlib/go1_13_archive_tar.go rename to stdlib/go1_15_archive_tar.go index e3527b14..4758c450 100644 --- a/stdlib/go1_13_archive_tar.go +++ b/stdlib/go1_15_archive_tar.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract archive/tar'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_archive_zip.go b/stdlib/go1_15_archive_zip.go similarity index 98% rename from stdlib/go1_13_archive_zip.go rename to stdlib/go1_15_archive_zip.go index b19a0fbe..3d402901 100644 --- a/stdlib/go1_13_archive_zip.go +++ b/stdlib/go1_15_archive_zip.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract archive/zip'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_bufio.go b/stdlib/go1_15_bufio.go similarity index 94% rename from stdlib/go1_13_bufio.go rename to stdlib/go1_15_bufio.go index b2ff752f..d3109049 100644 --- a/stdlib/go1_13_bufio.go +++ b/stdlib/go1_15_bufio.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract bufio'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!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_13_bytes.go b/stdlib/go1_15_bytes.go similarity index 99% rename from stdlib/go1_13_bytes.go rename to stdlib/go1_15_bytes.go index b2200568..3dfd4fb2 100644 --- a/stdlib/go1_13_bytes.go +++ b/stdlib/go1_15_bytes.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract bytes'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_compress_bzip2.go b/stdlib/go1_15_compress_bzip2.go similarity index 94% rename from stdlib/go1_13_compress_bzip2.go rename to stdlib/go1_15_compress_bzip2.go index 8cd43061..b237d260 100644 --- a/stdlib/go1_13_compress_bzip2.go +++ b/stdlib/go1_15_compress_bzip2.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract compress/bzip2'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_compress_flate.go b/stdlib/go1_15_compress_flate.go similarity index 98% rename from stdlib/go1_13_compress_flate.go rename to stdlib/go1_15_compress_flate.go index 83593182..050268ba 100644 --- a/stdlib/go1_13_compress_flate.go +++ b/stdlib/go1_15_compress_flate.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract compress/flate'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_compress_gzip.go b/stdlib/go1_15_compress_gzip.go similarity index 97% rename from stdlib/go1_13_compress_gzip.go rename to stdlib/go1_15_compress_gzip.go index 3b460e09..11b567c7 100644 --- a/stdlib/go1_13_compress_gzip.go +++ b/stdlib/go1_15_compress_gzip.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract compress/gzip'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_compress_lzw.go b/stdlib/go1_15_compress_lzw.go similarity index 95% rename from stdlib/go1_13_compress_lzw.go rename to stdlib/go1_15_compress_lzw.go index b27fffa3..8db32022 100644 --- a/stdlib/go1_13_compress_lzw.go +++ b/stdlib/go1_15_compress_lzw.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract compress/lzw'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_compress_zlib.go b/stdlib/go1_15_compress_zlib.go similarity index 98% rename from stdlib/go1_13_compress_zlib.go rename to stdlib/go1_15_compress_zlib.go index c8354a63..df50b69d 100644 --- a/stdlib/go1_13_compress_zlib.go +++ b/stdlib/go1_15_compress_zlib.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract compress/zlib'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_container_heap.go b/stdlib/go1_15_container_heap.go similarity index 98% rename from stdlib/go1_13_container_heap.go rename to stdlib/go1_15_container_heap.go index ce564642..e8abaecf 100644 --- a/stdlib/go1_13_container_heap.go +++ b/stdlib/go1_15_container_heap.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract container/heap'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_container_list.go b/stdlib/go1_15_container_list.go similarity index 94% rename from stdlib/go1_13_container_list.go rename to stdlib/go1_15_container_list.go index cc4e9a9a..95117747 100644 --- a/stdlib/go1_13_container_list.go +++ b/stdlib/go1_15_container_list.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract container/list'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_container_ring.go b/stdlib/go1_15_container_ring.go similarity index 93% rename from stdlib/go1_13_container_ring.go rename to stdlib/go1_15_container_ring.go index 4cb35ac1..554faca7 100644 --- a/stdlib/go1_13_container_ring.go +++ b/stdlib/go1_15_container_ring.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract container/ring'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_context.go b/stdlib/go1_15_context.go similarity index 98% rename from stdlib/go1_13_context.go rename to stdlib/go1_15_context.go index 5bbc286d..78f87a0f 100644 --- a/stdlib/go1_13_context.go +++ b/stdlib/go1_15_context.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract context'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto.go b/stdlib/go1_15_crypto.go similarity index 99% rename from stdlib/go1_13_crypto.go rename to stdlib/go1_15_crypto.go index 56cbbfbe..d89f7318 100644 --- a/stdlib/go1_13_crypto.go +++ b/stdlib/go1_15_crypto.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_aes.go b/stdlib/go1_15_crypto_aes.go similarity index 95% rename from stdlib/go1_13_crypto_aes.go rename to stdlib/go1_15_crypto_aes.go index 2bba296d..a9f9c437 100644 --- a/stdlib/go1_13_crypto_aes.go +++ b/stdlib/go1_15_crypto_aes.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/aes'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_cipher.go b/stdlib/go1_15_crypto_cipher.go similarity index 99% rename from stdlib/go1_13_crypto_cipher.go rename to stdlib/go1_15_crypto_cipher.go index a85c548f..fc6a1ab1 100644 --- a/stdlib/go1_13_crypto_cipher.go +++ b/stdlib/go1_15_crypto_cipher.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/cipher'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_des.go b/stdlib/go1_15_crypto_des.go similarity index 95% rename from stdlib/go1_13_crypto_des.go rename to stdlib/go1_15_crypto_des.go index 0e6d7529..9f7656a6 100644 --- a/stdlib/go1_13_crypto_des.go +++ b/stdlib/go1_15_crypto_des.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/des'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_dsa.go b/stdlib/go1_15_crypto_dsa.go similarity index 97% rename from stdlib/go1_13_crypto_dsa.go rename to stdlib/go1_15_crypto_dsa.go index 0446ac5b..d0ad15a2 100644 --- a/stdlib/go1_13_crypto_dsa.go +++ b/stdlib/go1_15_crypto_dsa.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/dsa'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_ecdsa.go b/stdlib/go1_15_crypto_ecdsa.go similarity index 81% rename from stdlib/go1_13_crypto_ecdsa.go rename to stdlib/go1_15_crypto_ecdsa.go index a3bdb101..16df5bff 100644 --- a/stdlib/go1_13_crypto_ecdsa.go +++ b/stdlib/go1_15_crypto_ecdsa.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/ecdsa'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!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_13_crypto_ed25519.go b/stdlib/go1_15_crypto_ed25519.go similarity index 97% rename from stdlib/go1_13_crypto_ed25519.go rename to stdlib/go1_15_crypto_ed25519.go index e393f491..c09a80d9 100644 --- a/stdlib/go1_13_crypto_ed25519.go +++ b/stdlib/go1_15_crypto_ed25519.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/ed25519'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_elliptic.go b/stdlib/go1_15_crypto_elliptic.go similarity index 75% rename from stdlib/go1_13_crypto_elliptic.go rename to stdlib/go1_15_crypto_elliptic.go index 62531c8b..ff9cb6a7 100644 --- a/stdlib/go1_13_crypto_elliptic.go +++ b/stdlib/go1_15_crypto_elliptic.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/elliptic'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!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_13_crypto_hmac.go b/stdlib/go1_15_crypto_hmac.go similarity index 93% rename from stdlib/go1_13_crypto_hmac.go rename to stdlib/go1_15_crypto_hmac.go index c56be77f..485cc34f 100644 --- a/stdlib/go1_13_crypto_hmac.go +++ b/stdlib/go1_15_crypto_hmac.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/hmac'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_md5.go b/stdlib/go1_15_crypto_md5.go similarity index 95% rename from stdlib/go1_13_crypto_md5.go rename to stdlib/go1_15_crypto_md5.go index ee14a739..1302da45 100644 --- a/stdlib/go1_13_crypto_md5.go +++ b/stdlib/go1_15_crypto_md5.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/md5'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_rand.go b/stdlib/go1_15_crypto_rand.go similarity index 94% rename from stdlib/go1_13_crypto_rand.go rename to stdlib/go1_15_crypto_rand.go index d47cb1f8..7fa38c51 100644 --- a/stdlib/go1_13_crypto_rand.go +++ b/stdlib/go1_15_crypto_rand.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/rand'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_rc4.go b/stdlib/go1_15_crypto_rc4.go similarity index 94% rename from stdlib/go1_13_crypto_rc4.go rename to stdlib/go1_15_crypto_rc4.go index 5a49c320..d3eeb171 100644 --- a/stdlib/go1_13_crypto_rc4.go +++ b/stdlib/go1_15_crypto_rc4.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/rc4'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_rsa.go b/stdlib/go1_15_crypto_rsa.go similarity index 98% rename from stdlib/go1_13_crypto_rsa.go rename to stdlib/go1_15_crypto_rsa.go index c34285b0..d2c2b27c 100644 --- a/stdlib/go1_13_crypto_rsa.go +++ b/stdlib/go1_15_crypto_rsa.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/rsa'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_sha1.go b/stdlib/go1_15_crypto_sha1.go similarity index 95% rename from stdlib/go1_13_crypto_sha1.go rename to stdlib/go1_15_crypto_sha1.go index 597a66e5..7e4a2068 100644 --- a/stdlib/go1_13_crypto_sha1.go +++ b/stdlib/go1_15_crypto_sha1.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/sha1'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_sha256.go b/stdlib/go1_15_crypto_sha256.go similarity index 96% rename from stdlib/go1_13_crypto_sha256.go rename to stdlib/go1_15_crypto_sha256.go index 1862177c..0b6b2439 100644 --- a/stdlib/go1_13_crypto_sha256.go +++ b/stdlib/go1_15_crypto_sha256.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/sha256'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_sha512.go b/stdlib/go1_15_crypto_sha512.go similarity index 97% rename from stdlib/go1_13_crypto_sha512.go rename to stdlib/go1_15_crypto_sha512.go index 0b066d55..763305c7 100644 --- a/stdlib/go1_13_crypto_sha512.go +++ b/stdlib/go1_15_crypto_sha512.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/sha512'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_subtle.go b/stdlib/go1_15_crypto_subtle.go similarity index 96% rename from stdlib/go1_13_crypto_subtle.go rename to stdlib/go1_15_crypto_subtle.go index 9c792f2a..0da5492b 100644 --- a/stdlib/go1_13_crypto_subtle.go +++ b/stdlib/go1_15_crypto_subtle.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/subtle'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_crypto_tls.go b/stdlib/go1_15_crypto_tls.go similarity index 61% rename from stdlib/go1_13_crypto_tls.go rename to stdlib/go1_15_crypto_tls.go index 3f308913..b8366e70 100644 --- a/stdlib/go1_13_crypto_tls.go +++ b/stdlib/go1_15_crypto_tls.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/tls'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -14,6 +14,8 @@ import ( func init() { Symbols["crypto/tls"] = map[string]reflect.Value{ // function, constant and variable definitions + "CipherSuiteName": reflect.ValueOf(tls.CipherSuiteName), + "CipherSuites": reflect.ValueOf(tls.CipherSuites), "Client": reflect.ValueOf(tls.Client), "CurveP256": reflect.ValueOf(tls.CurveP256), "CurveP384": reflect.ValueOf(tls.CurveP384), @@ -25,6 +27,7 @@ func init() { "ECDSAWithP521AndSHA512": reflect.ValueOf(tls.ECDSAWithP521AndSHA512), "ECDSAWithSHA1": reflect.ValueOf(tls.ECDSAWithSHA1), "Ed25519": reflect.ValueOf(tls.Ed25519), + "InsecureCipherSuites": reflect.ValueOf(tls.InsecureCipherSuites), "Listen": reflect.ValueOf(tls.Listen), "LoadX509KeyPair": reflect.ValueOf(tls.LoadX509KeyPair), "NewLRUClientSessionCache": reflect.ValueOf(tls.NewLRUClientSessionCache), @@ -53,35 +56,38 @@ func init() { "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA": reflect.ValueOf(tls.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA), "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384": reflect.ValueOf(tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384), "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305": reflect.ValueOf(tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305), - "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA": reflect.ValueOf(tls.TLS_ECDHE_ECDSA_WITH_RC4_128_SHA), - "TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA), - "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA), - "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256), - "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256), - "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA), - "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384), - "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305), - "TLS_ECDHE_RSA_WITH_RC4_128_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_RC4_128_SHA), - "TLS_FALLBACK_SCSV": reflect.ValueOf(tls.TLS_FALLBACK_SCSV), - "TLS_RSA_WITH_3DES_EDE_CBC_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_3DES_EDE_CBC_SHA), - "TLS_RSA_WITH_AES_128_CBC_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_AES_128_CBC_SHA), - "TLS_RSA_WITH_AES_128_CBC_SHA256": reflect.ValueOf(tls.TLS_RSA_WITH_AES_128_CBC_SHA256), - "TLS_RSA_WITH_AES_128_GCM_SHA256": reflect.ValueOf(tls.TLS_RSA_WITH_AES_128_GCM_SHA256), - "TLS_RSA_WITH_AES_256_CBC_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_AES_256_CBC_SHA), - "TLS_RSA_WITH_AES_256_GCM_SHA384": reflect.ValueOf(tls.TLS_RSA_WITH_AES_256_GCM_SHA384), - "TLS_RSA_WITH_RC4_128_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_RC4_128_SHA), - "VerifyClientCertIfGiven": reflect.ValueOf(tls.VerifyClientCertIfGiven), - "VersionSSL30": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), - "VersionTLS10": reflect.ValueOf(constant.MakeFromLiteral("769", token.INT, 0)), - "VersionTLS11": reflect.ValueOf(constant.MakeFromLiteral("770", token.INT, 0)), - "VersionTLS12": reflect.ValueOf(constant.MakeFromLiteral("771", token.INT, 0)), - "VersionTLS13": reflect.ValueOf(constant.MakeFromLiteral("772", token.INT, 0)), - "X25519": reflect.ValueOf(tls.X25519), - "X509KeyPair": reflect.ValueOf(tls.X509KeyPair), + "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256": reflect.ValueOf(tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256), + "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA": reflect.ValueOf(tls.TLS_ECDHE_ECDSA_WITH_RC4_128_SHA), + "TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA), + "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA), + "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256), + "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256), + "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA), + "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384), + "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305), + "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256), + "TLS_ECDHE_RSA_WITH_RC4_128_SHA": reflect.ValueOf(tls.TLS_ECDHE_RSA_WITH_RC4_128_SHA), + "TLS_FALLBACK_SCSV": reflect.ValueOf(tls.TLS_FALLBACK_SCSV), + "TLS_RSA_WITH_3DES_EDE_CBC_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_3DES_EDE_CBC_SHA), + "TLS_RSA_WITH_AES_128_CBC_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_AES_128_CBC_SHA), + "TLS_RSA_WITH_AES_128_CBC_SHA256": reflect.ValueOf(tls.TLS_RSA_WITH_AES_128_CBC_SHA256), + "TLS_RSA_WITH_AES_128_GCM_SHA256": reflect.ValueOf(tls.TLS_RSA_WITH_AES_128_GCM_SHA256), + "TLS_RSA_WITH_AES_256_CBC_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_AES_256_CBC_SHA), + "TLS_RSA_WITH_AES_256_GCM_SHA384": reflect.ValueOf(tls.TLS_RSA_WITH_AES_256_GCM_SHA384), + "TLS_RSA_WITH_RC4_128_SHA": reflect.ValueOf(tls.TLS_RSA_WITH_RC4_128_SHA), + "VerifyClientCertIfGiven": reflect.ValueOf(tls.VerifyClientCertIfGiven), + "VersionSSL30": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "VersionTLS10": reflect.ValueOf(constant.MakeFromLiteral("769", token.INT, 0)), + "VersionTLS11": reflect.ValueOf(constant.MakeFromLiteral("770", token.INT, 0)), + "VersionTLS12": reflect.ValueOf(constant.MakeFromLiteral("771", token.INT, 0)), + "VersionTLS13": reflect.ValueOf(constant.MakeFromLiteral("772", token.INT, 0)), + "X25519": reflect.ValueOf(tls.X25519), + "X509KeyPair": reflect.ValueOf(tls.X509KeyPair), // type definitions "Certificate": reflect.ValueOf((*tls.Certificate)(nil)), "CertificateRequestInfo": reflect.ValueOf((*tls.CertificateRequestInfo)(nil)), + "CipherSuite": reflect.ValueOf((*tls.CipherSuite)(nil)), "ClientAuthType": reflect.ValueOf((*tls.ClientAuthType)(nil)), "ClientHelloInfo": reflect.ValueOf((*tls.ClientHelloInfo)(nil)), "ClientSessionCache": reflect.ValueOf((*tls.ClientSessionCache)(nil)), @@ -90,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_13_crypto_x509.go b/stdlib/go1_15_crypto_x509.go similarity index 75% rename from stdlib/go1_13_crypto_x509.go rename to stdlib/go1_15_crypto_x509.go index d2e236a0..23e72732 100644 --- a/stdlib/go1_13_crypto_x509.go +++ b/stdlib/go1_15_crypto_x509.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/x509'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!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_13_crypto_x509_pkix.go b/stdlib/go1_15_crypto_x509_pkix.go similarity index 97% rename from stdlib/go1_13_crypto_x509_pkix.go rename to stdlib/go1_15_crypto_x509_pkix.go index 1d31ea5b..8f02c2cd 100644 --- a/stdlib/go1_13_crypto_x509_pkix.go +++ b/stdlib/go1_15_crypto_x509_pkix.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract crypto/x509/pkix'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_database_sql.go b/stdlib/go1_15_database_sql.go similarity index 99% rename from stdlib/go1_13_database_sql.go rename to stdlib/go1_15_database_sql.go index 5dacb14a..bdf491ad 100644 --- a/stdlib/go1_13_database_sql.go +++ b/stdlib/go1_15_database_sql.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract database/sql'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_database_sql_driver.go b/stdlib/go1_15_database_sql_driver.go similarity index 96% rename from stdlib/go1_13_database_sql_driver.go rename to stdlib/go1_15_database_sql_driver.go index 1aaf367e..7f2c7904 100644 --- a/stdlib/go1_13_database_sql_driver.go +++ b/stdlib/go1_15_database_sql_driver.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract database/sql/driver'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!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)), @@ -327,15 +329,11 @@ type _database_sql_driver_RowsNextResultSet struct { WNextResultSet func() error } -func (W _database_sql_driver_RowsNextResultSet) Close() error { return W.WClose() } -func (W _database_sql_driver_RowsNextResultSet) Columns() []string { return W.WColumns() } -func (W _database_sql_driver_RowsNextResultSet) HasNextResultSet() bool { - return W.WHasNextResultSet() -} -func (W _database_sql_driver_RowsNextResultSet) Next(dest []driver.Value) error { - return W.WNext(dest) -} -func (W _database_sql_driver_RowsNextResultSet) NextResultSet() error { return W.WNextResultSet() } +func (W _database_sql_driver_RowsNextResultSet) Close() error { return W.WClose() } +func (W _database_sql_driver_RowsNextResultSet) Columns() []string { return W.WColumns() } +func (W _database_sql_driver_RowsNextResultSet) HasNextResultSet() bool { return W.WHasNextResultSet() } +func (W _database_sql_driver_RowsNextResultSet) Next(dest []driver.Value) error { return W.WNext(dest) } +func (W _database_sql_driver_RowsNextResultSet) NextResultSet() error { return W.WNextResultSet() } // _database_sql_driver_SessionResetter is an interface wrapper for SessionResetter type type _database_sql_driver_SessionResetter struct { @@ -390,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_13_debug_dwarf.go b/stdlib/go1_15_debug_dwarf.go similarity index 75% rename from stdlib/go1_13_debug_dwarf.go rename to stdlib/go1_15_debug_dwarf.go index e76e88d4..601c991f 100644 --- a/stdlib/go1_13_debug_dwarf.go +++ b/stdlib/go1_15_debug_dwarf.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract debug/dwarf'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -14,36 +14,65 @@ func init() { // function, constant and variable definitions "AttrAbstractOrigin": reflect.ValueOf(dwarf.AttrAbstractOrigin), "AttrAccessibility": reflect.ValueOf(dwarf.AttrAccessibility), + "AttrAddrBase": reflect.ValueOf(dwarf.AttrAddrBase), "AttrAddrClass": reflect.ValueOf(dwarf.AttrAddrClass), + "AttrAlignment": reflect.ValueOf(dwarf.AttrAlignment), "AttrAllocated": reflect.ValueOf(dwarf.AttrAllocated), "AttrArtificial": reflect.ValueOf(dwarf.AttrArtificial), "AttrAssociated": reflect.ValueOf(dwarf.AttrAssociated), "AttrBaseTypes": reflect.ValueOf(dwarf.AttrBaseTypes), + "AttrBinaryScale": reflect.ValueOf(dwarf.AttrBinaryScale), "AttrBitOffset": reflect.ValueOf(dwarf.AttrBitOffset), "AttrBitSize": reflect.ValueOf(dwarf.AttrBitSize), "AttrByteSize": reflect.ValueOf(dwarf.AttrByteSize), + "AttrCallAllCalls": reflect.ValueOf(dwarf.AttrCallAllCalls), + "AttrCallAllSourceCalls": reflect.ValueOf(dwarf.AttrCallAllSourceCalls), + "AttrCallAllTailCalls": reflect.ValueOf(dwarf.AttrCallAllTailCalls), "AttrCallColumn": reflect.ValueOf(dwarf.AttrCallColumn), + "AttrCallDataLocation": reflect.ValueOf(dwarf.AttrCallDataLocation), + "AttrCallDataValue": reflect.ValueOf(dwarf.AttrCallDataValue), "AttrCallFile": reflect.ValueOf(dwarf.AttrCallFile), "AttrCallLine": reflect.ValueOf(dwarf.AttrCallLine), + "AttrCallOrigin": reflect.ValueOf(dwarf.AttrCallOrigin), + "AttrCallPC": reflect.ValueOf(dwarf.AttrCallPC), + "AttrCallParameter": reflect.ValueOf(dwarf.AttrCallParameter), + "AttrCallReturnPC": reflect.ValueOf(dwarf.AttrCallReturnPC), + "AttrCallTailCall": reflect.ValueOf(dwarf.AttrCallTailCall), + "AttrCallTarget": reflect.ValueOf(dwarf.AttrCallTarget), + "AttrCallTargetClobbered": reflect.ValueOf(dwarf.AttrCallTargetClobbered), + "AttrCallValue": reflect.ValueOf(dwarf.AttrCallValue), "AttrCalling": reflect.ValueOf(dwarf.AttrCalling), "AttrCommonRef": reflect.ValueOf(dwarf.AttrCommonRef), "AttrCompDir": reflect.ValueOf(dwarf.AttrCompDir), + "AttrConstExpr": reflect.ValueOf(dwarf.AttrConstExpr), "AttrConstValue": reflect.ValueOf(dwarf.AttrConstValue), "AttrContainingType": reflect.ValueOf(dwarf.AttrContainingType), "AttrCount": reflect.ValueOf(dwarf.AttrCount), + "AttrDataBitOffset": reflect.ValueOf(dwarf.AttrDataBitOffset), "AttrDataLocation": reflect.ValueOf(dwarf.AttrDataLocation), "AttrDataMemberLoc": reflect.ValueOf(dwarf.AttrDataMemberLoc), + "AttrDecimalScale": reflect.ValueOf(dwarf.AttrDecimalScale), + "AttrDecimalSign": reflect.ValueOf(dwarf.AttrDecimalSign), "AttrDeclColumn": reflect.ValueOf(dwarf.AttrDeclColumn), "AttrDeclFile": reflect.ValueOf(dwarf.AttrDeclFile), "AttrDeclLine": reflect.ValueOf(dwarf.AttrDeclLine), "AttrDeclaration": reflect.ValueOf(dwarf.AttrDeclaration), "AttrDefaultValue": reflect.ValueOf(dwarf.AttrDefaultValue), + "AttrDefaulted": reflect.ValueOf(dwarf.AttrDefaulted), + "AttrDeleted": reflect.ValueOf(dwarf.AttrDeleted), "AttrDescription": reflect.ValueOf(dwarf.AttrDescription), + "AttrDigitCount": reflect.ValueOf(dwarf.AttrDigitCount), "AttrDiscr": reflect.ValueOf(dwarf.AttrDiscr), "AttrDiscrList": reflect.ValueOf(dwarf.AttrDiscrList), "AttrDiscrValue": reflect.ValueOf(dwarf.AttrDiscrValue), + "AttrDwoName": reflect.ValueOf(dwarf.AttrDwoName), + "AttrElemental": reflect.ValueOf(dwarf.AttrElemental), "AttrEncoding": reflect.ValueOf(dwarf.AttrEncoding), + "AttrEndianity": reflect.ValueOf(dwarf.AttrEndianity), "AttrEntrypc": reflect.ValueOf(dwarf.AttrEntrypc), + "AttrEnumClass": reflect.ValueOf(dwarf.AttrEnumClass), + "AttrExplicit": reflect.ValueOf(dwarf.AttrExplicit), + "AttrExportSymbols": reflect.ValueOf(dwarf.AttrExportSymbols), "AttrExtension": reflect.ValueOf(dwarf.AttrExtension), "AttrExternal": reflect.ValueOf(dwarf.AttrExternal), "AttrFrameBase": reflect.ValueOf(dwarf.AttrFrameBase), @@ -54,27 +83,47 @@ func init() { "AttrInline": reflect.ValueOf(dwarf.AttrInline), "AttrIsOptional": reflect.ValueOf(dwarf.AttrIsOptional), "AttrLanguage": reflect.ValueOf(dwarf.AttrLanguage), + "AttrLinkageName": reflect.ValueOf(dwarf.AttrLinkageName), "AttrLocation": reflect.ValueOf(dwarf.AttrLocation), + "AttrLoclistsBase": reflect.ValueOf(dwarf.AttrLoclistsBase), "AttrLowerBound": reflect.ValueOf(dwarf.AttrLowerBound), "AttrLowpc": reflect.ValueOf(dwarf.AttrLowpc), "AttrMacroInfo": reflect.ValueOf(dwarf.AttrMacroInfo), + "AttrMacros": reflect.ValueOf(dwarf.AttrMacros), + "AttrMainSubprogram": reflect.ValueOf(dwarf.AttrMainSubprogram), + "AttrMutable": reflect.ValueOf(dwarf.AttrMutable), "AttrName": reflect.ValueOf(dwarf.AttrName), "AttrNamelistItem": reflect.ValueOf(dwarf.AttrNamelistItem), + "AttrNoreturn": reflect.ValueOf(dwarf.AttrNoreturn), + "AttrObjectPointer": reflect.ValueOf(dwarf.AttrObjectPointer), "AttrOrdering": reflect.ValueOf(dwarf.AttrOrdering), + "AttrPictureString": reflect.ValueOf(dwarf.AttrPictureString), "AttrPriority": reflect.ValueOf(dwarf.AttrPriority), "AttrProducer": reflect.ValueOf(dwarf.AttrProducer), "AttrPrototyped": reflect.ValueOf(dwarf.AttrPrototyped), + "AttrPure": reflect.ValueOf(dwarf.AttrPure), "AttrRanges": reflect.ValueOf(dwarf.AttrRanges), + "AttrRank": reflect.ValueOf(dwarf.AttrRank), + "AttrRecursive": reflect.ValueOf(dwarf.AttrRecursive), + "AttrReference": reflect.ValueOf(dwarf.AttrReference), "AttrReturnAddr": reflect.ValueOf(dwarf.AttrReturnAddr), + "AttrRnglistsBase": reflect.ValueOf(dwarf.AttrRnglistsBase), + "AttrRvalueReference": reflect.ValueOf(dwarf.AttrRvalueReference), "AttrSegment": reflect.ValueOf(dwarf.AttrSegment), "AttrSibling": reflect.ValueOf(dwarf.AttrSibling), + "AttrSignature": reflect.ValueOf(dwarf.AttrSignature), + "AttrSmall": reflect.ValueOf(dwarf.AttrSmall), "AttrSpecification": reflect.ValueOf(dwarf.AttrSpecification), "AttrStartScope": reflect.ValueOf(dwarf.AttrStartScope), "AttrStaticLink": reflect.ValueOf(dwarf.AttrStaticLink), "AttrStmtList": reflect.ValueOf(dwarf.AttrStmtList), + "AttrStrOffsetsBase": reflect.ValueOf(dwarf.AttrStrOffsetsBase), "AttrStride": reflect.ValueOf(dwarf.AttrStride), "AttrStrideSize": reflect.ValueOf(dwarf.AttrStrideSize), "AttrStringLength": reflect.ValueOf(dwarf.AttrStringLength), + "AttrStringLengthBitSize": reflect.ValueOf(dwarf.AttrStringLengthBitSize), + "AttrStringLengthByteSize": reflect.ValueOf(dwarf.AttrStringLengthByteSize), + "AttrThreadsScaled": reflect.ValueOf(dwarf.AttrThreadsScaled), "AttrTrampoline": reflect.ValueOf(dwarf.AttrTrampoline), "AttrType": reflect.ValueOf(dwarf.AttrType), "AttrUpperBound": reflect.ValueOf(dwarf.AttrUpperBound), @@ -84,18 +133,23 @@ func init() { "AttrVirtuality": reflect.ValueOf(dwarf.AttrVirtuality), "AttrVisibility": reflect.ValueOf(dwarf.AttrVisibility), "AttrVtableElemLoc": reflect.ValueOf(dwarf.AttrVtableElemLoc), + "ClassAddrPtr": reflect.ValueOf(dwarf.ClassAddrPtr), "ClassAddress": reflect.ValueOf(dwarf.ClassAddress), "ClassBlock": reflect.ValueOf(dwarf.ClassBlock), "ClassConstant": reflect.ValueOf(dwarf.ClassConstant), "ClassExprLoc": reflect.ValueOf(dwarf.ClassExprLoc), "ClassFlag": reflect.ValueOf(dwarf.ClassFlag), "ClassLinePtr": reflect.ValueOf(dwarf.ClassLinePtr), + "ClassLocList": reflect.ValueOf(dwarf.ClassLocList), "ClassLocListPtr": reflect.ValueOf(dwarf.ClassLocListPtr), "ClassMacPtr": reflect.ValueOf(dwarf.ClassMacPtr), "ClassRangeListPtr": reflect.ValueOf(dwarf.ClassRangeListPtr), "ClassReference": reflect.ValueOf(dwarf.ClassReference), "ClassReferenceAlt": reflect.ValueOf(dwarf.ClassReferenceAlt), "ClassReferenceSig": reflect.ValueOf(dwarf.ClassReferenceSig), + "ClassRngList": reflect.ValueOf(dwarf.ClassRngList), + "ClassRngListsPtr": reflect.ValueOf(dwarf.ClassRngListsPtr), + "ClassStrOffsetsPtr": reflect.ValueOf(dwarf.ClassStrOffsetsPtr), "ClassString": reflect.ValueOf(dwarf.ClassString), "ClassStringAlt": reflect.ValueOf(dwarf.ClassStringAlt), "ClassUnknown": reflect.ValueOf(dwarf.ClassUnknown), @@ -103,9 +157,13 @@ func init() { "New": reflect.ValueOf(dwarf.New), "TagAccessDeclaration": reflect.ValueOf(dwarf.TagAccessDeclaration), "TagArrayType": reflect.ValueOf(dwarf.TagArrayType), + "TagAtomicType": reflect.ValueOf(dwarf.TagAtomicType), "TagBaseType": reflect.ValueOf(dwarf.TagBaseType), + "TagCallSite": reflect.ValueOf(dwarf.TagCallSite), + "TagCallSiteParameter": reflect.ValueOf(dwarf.TagCallSiteParameter), "TagCatchDwarfBlock": reflect.ValueOf(dwarf.TagCatchDwarfBlock), "TagClassType": reflect.ValueOf(dwarf.TagClassType), + "TagCoarrayType": reflect.ValueOf(dwarf.TagCoarrayType), "TagCommonDwarfBlock": reflect.ValueOf(dwarf.TagCommonDwarfBlock), "TagCommonInclusion": reflect.ValueOf(dwarf.TagCommonInclusion), "TagCompileUnit": reflect.ValueOf(dwarf.TagCompileUnit), @@ -113,12 +171,15 @@ func init() { "TagConstType": reflect.ValueOf(dwarf.TagConstType), "TagConstant": reflect.ValueOf(dwarf.TagConstant), "TagDwarfProcedure": reflect.ValueOf(dwarf.TagDwarfProcedure), + "TagDynamicType": reflect.ValueOf(dwarf.TagDynamicType), "TagEntryPoint": reflect.ValueOf(dwarf.TagEntryPoint), "TagEnumerationType": reflect.ValueOf(dwarf.TagEnumerationType), "TagEnumerator": reflect.ValueOf(dwarf.TagEnumerator), "TagFileType": reflect.ValueOf(dwarf.TagFileType), "TagFormalParameter": reflect.ValueOf(dwarf.TagFormalParameter), "TagFriend": reflect.ValueOf(dwarf.TagFriend), + "TagGenericSubrange": reflect.ValueOf(dwarf.TagGenericSubrange), + "TagImmutableType": reflect.ValueOf(dwarf.TagImmutableType), "TagImportedDeclaration": reflect.ValueOf(dwarf.TagImportedDeclaration), "TagImportedModule": reflect.ValueOf(dwarf.TagImportedModule), "TagImportedUnit": reflect.ValueOf(dwarf.TagImportedUnit), @@ -142,6 +203,7 @@ func init() { "TagRvalueReferenceType": reflect.ValueOf(dwarf.TagRvalueReferenceType), "TagSetType": reflect.ValueOf(dwarf.TagSetType), "TagSharedType": reflect.ValueOf(dwarf.TagSharedType), + "TagSkeletonUnit": reflect.ValueOf(dwarf.TagSkeletonUnit), "TagStringType": reflect.ValueOf(dwarf.TagStringType), "TagStructType": reflect.ValueOf(dwarf.TagStructType), "TagSubprogram": reflect.ValueOf(dwarf.TagSubprogram), diff --git a/stdlib/go1_13_debug_elf.go b/stdlib/go1_15_debug_elf.go similarity index 99% rename from stdlib/go1_13_debug_elf.go rename to stdlib/go1_15_debug_elf.go index 57bb5966..58fd91c9 100644 --- a/stdlib/go1_13_debug_elf.go +++ b/stdlib/go1_15_debug_elf.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract debug/elf'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_debug_gosym.go b/stdlib/go1_15_debug_gosym.go similarity index 97% rename from stdlib/go1_13_debug_gosym.go rename to stdlib/go1_15_debug_gosym.go index 7c0cf964..cd6df045 100644 --- a/stdlib/go1_13_debug_gosym.go +++ b/stdlib/go1_15_debug_gosym.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract debug/gosym'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_debug_macho.go b/stdlib/go1_15_debug_macho.go similarity index 99% rename from stdlib/go1_13_debug_macho.go rename to stdlib/go1_15_debug_macho.go index 2ed11397..3c2eb194 100644 --- a/stdlib/go1_13_debug_macho.go +++ b/stdlib/go1_15_debug_macho.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract debug/macho'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_debug_pe.go b/stdlib/go1_15_debug_pe.go new file mode 100644 index 00000000..ebce5356 --- /dev/null +++ b/stdlib/go1_15_debug_pe.go @@ -0,0 +1,114 @@ +// Code generated by 'github.com/containous/yaegi/extract debug/pe'. DO NOT EDIT. + +// +build go1.15,!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_13_debug_plan9obj.go b/stdlib/go1_15_debug_plan9obj.go similarity index 97% rename from stdlib/go1_13_debug_plan9obj.go rename to stdlib/go1_15_debug_plan9obj.go index 1c4daf92..ef1afa42 100644 --- a/stdlib/go1_13_debug_plan9obj.go +++ b/stdlib/go1_15_debug_plan9obj.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract debug/plan9obj'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding.go b/stdlib/go1_15_encoding.go similarity index 96% rename from stdlib/go1_13_encoding.go rename to stdlib/go1_15_encoding.go index 842548ce..1c6c02b7 100644 --- a/stdlib/go1_13_encoding.go +++ b/stdlib/go1_15_encoding.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -30,7 +30,9 @@ type _encoding_BinaryMarshaler struct { WMarshalBinary func() (data []byte, err error) } -func (W _encoding_BinaryMarshaler) MarshalBinary() (data []byte, err error) { return W.WMarshalBinary() } +func (W _encoding_BinaryMarshaler) MarshalBinary() (data []byte, err error) { + return W.WMarshalBinary() +} // _encoding_BinaryUnmarshaler is an interface wrapper for BinaryUnmarshaler type type _encoding_BinaryUnmarshaler struct { diff --git a/stdlib/go1_13_encoding_ascii85.go b/stdlib/go1_15_encoding_ascii85.go similarity index 96% rename from stdlib/go1_13_encoding_ascii85.go rename to stdlib/go1_15_encoding_ascii85.go index 1a73213f..9f2474ed 100644 --- a/stdlib/go1_13_encoding_ascii85.go +++ b/stdlib/go1_15_encoding_ascii85.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/ascii85'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_asn1.go b/stdlib/go1_15_encoding_asn1.go similarity index 96% rename from stdlib/go1_13_encoding_asn1.go rename to stdlib/go1_15_encoding_asn1.go index dac14fdd..544c88b1 100644 --- a/stdlib/go1_13_encoding_asn1.go +++ b/stdlib/go1_15_encoding_asn1.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/asn1'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -22,6 +22,7 @@ func init() { "MarshalWithParams": reflect.ValueOf(asn1.MarshalWithParams), "NullBytes": reflect.ValueOf(&asn1.NullBytes).Elem(), "NullRawValue": reflect.ValueOf(&asn1.NullRawValue).Elem(), + "TagBMPString": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), "TagBitString": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), "TagBoolean": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), "TagEnum": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), diff --git a/stdlib/go1_13_encoding_base32.go b/stdlib/go1_15_encoding_base32.go similarity index 97% rename from stdlib/go1_13_encoding_base32.go rename to stdlib/go1_15_encoding_base32.go index 29caac9c..4421768a 100644 --- a/stdlib/go1_13_encoding_base32.go +++ b/stdlib/go1_15_encoding_base32.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/base32'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_base64.go b/stdlib/go1_15_encoding_base64.go similarity index 97% rename from stdlib/go1_13_encoding_base64.go rename to stdlib/go1_15_encoding_base64.go index 2fdb25ad..d3644231 100644 --- a/stdlib/go1_13_encoding_base64.go +++ b/stdlib/go1_15_encoding_base64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/base64'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_binary.go b/stdlib/go1_15_encoding_binary.go similarity index 98% rename from stdlib/go1_13_encoding_binary.go rename to stdlib/go1_15_encoding_binary.go index e6ac6dcc..8dd3ab41 100644 --- a/stdlib/go1_13_encoding_binary.go +++ b/stdlib/go1_15_encoding_binary.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/binary'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_csv.go b/stdlib/go1_15_encoding_csv.go similarity index 97% rename from stdlib/go1_13_encoding_csv.go rename to stdlib/go1_15_encoding_csv.go index bcac619d..9cacca97 100644 --- a/stdlib/go1_13_encoding_csv.go +++ b/stdlib/go1_15_encoding_csv.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/csv'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_gob.go b/stdlib/go1_15_encoding_gob.go similarity index 98% rename from stdlib/go1_13_encoding_gob.go rename to stdlib/go1_15_encoding_gob.go index b539b05c..beb68419 100644 --- a/stdlib/go1_13_encoding_gob.go +++ b/stdlib/go1_15_encoding_gob.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/gob'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_hex.go b/stdlib/go1_15_encoding_hex.go similarity index 97% rename from stdlib/go1_13_encoding_hex.go rename to stdlib/go1_15_encoding_hex.go index a0781767..fd5250f3 100644 --- a/stdlib/go1_13_encoding_hex.go +++ b/stdlib/go1_15_encoding_hex.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/hex'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_json.go b/stdlib/go1_15_encoding_json.go similarity index 99% rename from stdlib/go1_13_encoding_json.go rename to stdlib/go1_15_encoding_json.go index 7c44f92a..18ec2fdd 100644 --- a/stdlib/go1_13_encoding_json.go +++ b/stdlib/go1_15_encoding_json.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/json'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_pem.go b/stdlib/go1_15_encoding_pem.go similarity index 95% rename from stdlib/go1_13_encoding_pem.go rename to stdlib/go1_15_encoding_pem.go index d603daa4..eeab8ecc 100644 --- a/stdlib/go1_13_encoding_pem.go +++ b/stdlib/go1_15_encoding_pem.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/pem'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_encoding_xml.go b/stdlib/go1_15_encoding_xml.go similarity index 99% rename from stdlib/go1_13_encoding_xml.go rename to stdlib/go1_15_encoding_xml.go index 8c9804d0..2b29329d 100644 --- a/stdlib/go1_13_encoding_xml.go +++ b/stdlib/go1_15_encoding_xml.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract encoding/xml'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_errors.go b/stdlib/go1_15_errors.go similarity index 94% rename from stdlib/go1_13_errors.go rename to stdlib/go1_15_errors.go index 5105264b..578115a6 100644 --- a/stdlib/go1_13_errors.go +++ b/stdlib/go1_15_errors.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract errors'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_expvar.go b/stdlib/go1_15_expvar.go similarity index 98% rename from stdlib/go1_13_expvar.go rename to stdlib/go1_15_expvar.go index 9a28a71c..5ee2fcc9 100644 --- a/stdlib/go1_13_expvar.go +++ b/stdlib/go1_15_expvar.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract expvar'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_flag.go b/stdlib/go1_15_flag.go similarity index 99% rename from stdlib/go1_13_flag.go rename to stdlib/go1_15_flag.go index 8a65f551..bb34c5fd 100644 --- a/stdlib/go1_13_flag.go +++ b/stdlib/go1_15_flag.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract flag'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_fmt.go b/stdlib/go1_15_fmt.go similarity index 99% rename from stdlib/go1_13_fmt.go rename to stdlib/go1_15_fmt.go index 1261719e..6f33e68e 100644 --- a/stdlib/go1_13_fmt.go +++ b/stdlib/go1_15_fmt.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract fmt'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_ast.go b/stdlib/go1_15_go_ast.go similarity index 99% rename from stdlib/go1_13_go_ast.go rename to stdlib/go1_15_go_ast.go index f20a12da..2214eaeb 100644 --- a/stdlib/go1_13_go_ast.go +++ b/stdlib/go1_15_go_ast.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/ast'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_build.go b/stdlib/go1_15_go_build.go similarity index 97% rename from stdlib/go1_13_go_build.go rename to stdlib/go1_15_go_build.go index 2bb004d4..c7c657d1 100644 --- a/stdlib/go1_13_go_build.go +++ b/stdlib/go1_15_go_build.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/build'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_constant.go b/stdlib/go1_15_go_constant.go similarity index 99% rename from stdlib/go1_13_go_constant.go rename to stdlib/go1_15_go_constant.go index 07b508a7..9ae22f18 100644 --- a/stdlib/go1_13_go_constant.go +++ b/stdlib/go1_15_go_constant.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/constant'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_doc.go b/stdlib/go1_15_go_doc.go similarity index 93% rename from stdlib/go1_13_go_doc.go rename to stdlib/go1_15_go_doc.go index fdb86f5f..38c1666a 100644 --- a/stdlib/go1_13_go_doc.go +++ b/stdlib/go1_15_go_doc.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/doc'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -18,6 +18,7 @@ func init() { "IllegalPrefixes": reflect.ValueOf(&doc.IllegalPrefixes).Elem(), "IsPredeclared": reflect.ValueOf(doc.IsPredeclared), "New": reflect.ValueOf(doc.New), + "NewFromFiles": reflect.ValueOf(doc.NewFromFiles), "PreserveAST": reflect.ValueOf(doc.PreserveAST), "Synopsis": reflect.ValueOf(doc.Synopsis), "ToHTML": reflect.ValueOf(doc.ToHTML), diff --git a/stdlib/go1_13_go_format.go b/stdlib/go1_15_go_format.go similarity index 93% rename from stdlib/go1_13_go_format.go rename to stdlib/go1_15_go_format.go index 7f1e5079..6338b7a0 100644 --- a/stdlib/go1_13_go_format.go +++ b/stdlib/go1_15_go_format.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/format'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_importer.go b/stdlib/go1_15_go_importer.go similarity index 95% rename from stdlib/go1_13_go_importer.go rename to stdlib/go1_15_go_importer.go index 06355dbc..89f62dee 100644 --- a/stdlib/go1_13_go_importer.go +++ b/stdlib/go1_15_go_importer.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/importer'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_parser.go b/stdlib/go1_15_go_parser.go similarity index 97% rename from stdlib/go1_13_go_parser.go rename to stdlib/go1_15_go_parser.go index b2d26d22..32da701c 100644 --- a/stdlib/go1_13_go_parser.go +++ b/stdlib/go1_15_go_parser.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/parser'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_printer.go b/stdlib/go1_15_go_printer.go similarity index 96% rename from stdlib/go1_13_go_printer.go rename to stdlib/go1_15_go_printer.go index 00b2e663..800ebb24 100644 --- a/stdlib/go1_13_go_printer.go +++ b/stdlib/go1_15_go_printer.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/printer'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_scanner.go b/stdlib/go1_15_go_scanner.go similarity index 96% rename from stdlib/go1_13_go_scanner.go rename to stdlib/go1_15_go_scanner.go index 911eb1d9..ee748df7 100644 --- a/stdlib/go1_13_go_scanner.go +++ b/stdlib/go1_15_go_scanner.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/scanner'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_token.go b/stdlib/go1_15_go_token.go similarity index 99% rename from stdlib/go1_13_go_token.go rename to stdlib/go1_15_go_token.go index 6bad6dd9..1a13774f 100644 --- a/stdlib/go1_13_go_token.go +++ b/stdlib/go1_15_go_token.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/token'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_go_types.go b/stdlib/go1_15_go_types.go similarity index 99% rename from stdlib/go1_13_go_types.go rename to stdlib/go1_15_go_types.go index 12eec60c..7fd2159b 100644 --- a/stdlib/go1_13_go_types.go +++ b/stdlib/go1_15_go_types.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract go/types'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_hash.go b/stdlib/go1_15_hash.go similarity index 99% rename from stdlib/go1_13_hash.go rename to stdlib/go1_15_hash.go index d3572995..3190153e 100644 --- a/stdlib/go1_13_hash.go +++ b/stdlib/go1_15_hash.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract hash'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_hash_adler32.go b/stdlib/go1_15_hash_adler32.go similarity index 94% rename from stdlib/go1_13_hash_adler32.go rename to stdlib/go1_15_hash_adler32.go index 357e70f9..493a5e62 100644 --- a/stdlib/go1_13_hash_adler32.go +++ b/stdlib/go1_15_hash_adler32.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract hash/adler32'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_hash_crc32.go b/stdlib/go1_15_hash_crc32.go similarity index 97% rename from stdlib/go1_13_hash_crc32.go rename to stdlib/go1_15_hash_crc32.go index 34d4f224..c9eea001 100644 --- a/stdlib/go1_13_hash_crc32.go +++ b/stdlib/go1_15_hash_crc32.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract hash/crc32'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_hash_crc64.go b/stdlib/go1_15_hash_crc64.go similarity index 97% rename from stdlib/go1_13_hash_crc64.go rename to stdlib/go1_15_hash_crc64.go index 8722016c..f00407f2 100644 --- a/stdlib/go1_13_hash_crc64.go +++ b/stdlib/go1_15_hash_crc64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract hash/crc64'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_hash_fnv.go b/stdlib/go1_15_hash_fnv.go similarity index 95% rename from stdlib/go1_13_hash_fnv.go rename to stdlib/go1_15_hash_fnv.go index a4bc7394..8138ffde 100644 --- a/stdlib/go1_13_hash_fnv.go +++ b/stdlib/go1_15_hash_fnv.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract hash/fnv'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_hash_maphash.go b/stdlib/go1_15_hash_maphash.go new file mode 100644 index 00000000..35ab1837 --- /dev/null +++ b/stdlib/go1_15_hash_maphash.go @@ -0,0 +1,21 @@ +// Code generated by 'github.com/containous/yaegi/extract hash/maphash'. DO NOT EDIT. + +// +build go1.15,!go1.16 + +package stdlib + +import ( + "hash/maphash" + "reflect" +) + +func init() { + Symbols["hash/maphash"] = map[string]reflect.Value{ + // function, constant and variable definitions + "MakeSeed": reflect.ValueOf(maphash.MakeSeed), + + // type definitions + "Hash": reflect.ValueOf((*maphash.Hash)(nil)), + "Seed": reflect.ValueOf((*maphash.Seed)(nil)), + } +} diff --git a/stdlib/go1_13_html.go b/stdlib/go1_15_html.go similarity index 93% rename from stdlib/go1_13_html.go rename to stdlib/go1_15_html.go index 7da1ce32..271cc1c7 100644 --- a/stdlib/go1_13_html.go +++ b/stdlib/go1_15_html.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract html'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_html_template.go b/stdlib/go1_15_html_template.go similarity index 99% rename from stdlib/go1_13_html_template.go rename to stdlib/go1_15_html_template.go index c0581576..06398673 100644 --- a/stdlib/go1_13_html_template.go +++ b/stdlib/go1_15_html_template.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract html/template'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_image.go b/stdlib/go1_15_image.go similarity index 99% rename from stdlib/go1_13_image.go rename to stdlib/go1_15_image.go index 02fafb61..45a2d909 100644 --- a/stdlib/go1_13_image.go +++ b/stdlib/go1_15_image.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract image'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_image_color.go b/stdlib/go1_15_image_color.go similarity index 99% rename from stdlib/go1_13_image_color.go rename to stdlib/go1_15_image_color.go index fdab752a..47b0c3c5 100644 --- a/stdlib/go1_13_image_color.go +++ b/stdlib/go1_15_image_color.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract image/color'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_image_color_palette.go b/stdlib/go1_15_image_color_palette.go similarity index 94% rename from stdlib/go1_13_image_color_palette.go rename to stdlib/go1_15_image_color_palette.go index a22ca7ae..24c2c03e 100644 --- a/stdlib/go1_13_image_color_palette.go +++ b/stdlib/go1_15_image_color_palette.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract image/color/palette'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_image_draw.go b/stdlib/go1_15_image_draw.go similarity index 98% rename from stdlib/go1_13_image_draw.go rename to stdlib/go1_15_image_draw.go index ffd305bf..c3d5b976 100644 --- a/stdlib/go1_13_image_draw.go +++ b/stdlib/go1_15_image_draw.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract image/draw'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_image_gif.go b/stdlib/go1_15_image_gif.go similarity index 97% rename from stdlib/go1_13_image_gif.go rename to stdlib/go1_15_image_gif.go index 9135181b..53665bc3 100644 --- a/stdlib/go1_13_image_gif.go +++ b/stdlib/go1_15_image_gif.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract image/gif'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_image_jpeg.go b/stdlib/go1_15_image_jpeg.go similarity index 98% rename from stdlib/go1_13_image_jpeg.go rename to stdlib/go1_15_image_jpeg.go index 6e2aaaed..fc83a2d2 100644 --- a/stdlib/go1_13_image_jpeg.go +++ b/stdlib/go1_15_image_jpeg.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract image/jpeg'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_image_png.go b/stdlib/go1_15_image_png.go similarity index 98% rename from stdlib/go1_13_image_png.go rename to stdlib/go1_15_image_png.go index 88c16c61..e0601ccb 100644 --- a/stdlib/go1_13_image_png.go +++ b/stdlib/go1_15_image_png.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract image/png'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_index_suffixarray.go b/stdlib/go1_15_index_suffixarray.go similarity index 94% rename from stdlib/go1_13_index_suffixarray.go rename to stdlib/go1_15_index_suffixarray.go index 6ff4b508..ed8e9518 100644 --- a/stdlib/go1_13_index_suffixarray.go +++ b/stdlib/go1_15_index_suffixarray.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract index/suffixarray'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_io.go b/stdlib/go1_15_io.go similarity index 98% rename from stdlib/go1_13_io.go rename to stdlib/go1_15_io.go index 37cb206a..7c7dbad3 100644 --- a/stdlib/go1_13_io.go +++ b/stdlib/go1_15_io.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract io'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -133,10 +133,8 @@ type _io_ReadSeeker struct { WSeek func(offset int64, whence int) (int64, error) } -func (W _io_ReadSeeker) Read(p []byte) (n int, err error) { return W.WRead(p) } -func (W _io_ReadSeeker) Seek(offset int64, whence int) (int64, error) { - return W.WSeek(offset, whence) -} +func (W _io_ReadSeeker) Read(p []byte) (n int, err error) { return W.WRead(p) } +func (W _io_ReadSeeker) Seek(offset int64, whence int) (int64, error) { return W.WSeek(offset, whence) } // _io_ReadWriteCloser is an interface wrapper for ReadWriteCloser type type _io_ReadWriteCloser struct { diff --git a/stdlib/go1_13_io_ioutil.go b/stdlib/go1_15_io_ioutil.go similarity index 96% rename from stdlib/go1_13_io_ioutil.go rename to stdlib/go1_15_io_ioutil.go index 79bc52e0..b8d153e4 100644 --- a/stdlib/go1_13_io_ioutil.go +++ b/stdlib/go1_15_io_ioutil.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract io/ioutil'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_log.go b/stdlib/go1_15_log.go similarity index 94% rename from stdlib/go1_13_log.go rename to stdlib/go1_15_log.go index 764b0a8d..c5a8d56c 100644 --- a/stdlib/go1_13_log.go +++ b/stdlib/go1_15_log.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract log'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -22,6 +22,7 @@ func init() { "Ldate": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), "Llongfile": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), "Lmicroseconds": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "Lmsgprefix": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), "Lshortfile": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), "LstdFlags": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), "Ltime": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), diff --git a/stdlib/go1_13_log_syslog.go b/stdlib/go1_15_log_syslog.go similarity index 97% rename from stdlib/go1_13_log_syslog.go rename to stdlib/go1_15_log_syslog.go index b6a55773..9fceb8b2 100644 --- a/stdlib/go1_13_log_syslog.go +++ b/stdlib/go1_15_log_syslog.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract log/syslog'. DO NOT EDIT. -// +build go1.13,!go1.14,!windows,!nacl,!plan9 +// +build go1.15,!go1.16,!windows,!nacl,!plan9 package stdlib diff --git a/stdlib/go1_13_math.go b/stdlib/go1_15_math.go similarity index 99% rename from stdlib/go1_13_math.go rename to stdlib/go1_15_math.go index 0765ce5a..5aaafedb 100644 --- a/stdlib/go1_13_math.go +++ b/stdlib/go1_15_math.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract math'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -36,6 +36,7 @@ func init() { "Exp": reflect.ValueOf(math.Exp), "Exp2": reflect.ValueOf(math.Exp2), "Expm1": reflect.ValueOf(math.Expm1), + "FMA": reflect.ValueOf(math.FMA), "Float32bits": reflect.ValueOf(math.Float32bits), "Float32frombits": reflect.ValueOf(math.Float32frombits), "Float64bits": reflect.ValueOf(math.Float64bits), diff --git a/stdlib/go1_13_math_big.go b/stdlib/go1_15_math_big.go similarity index 98% rename from stdlib/go1_13_math_big.go rename to stdlib/go1_15_math_big.go index 7a2a0424..c6e63406 100644 --- a/stdlib/go1_13_math_big.go +++ b/stdlib/go1_15_math_big.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract math/big'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_math_bits.go b/stdlib/go1_15_math_bits.go similarity index 94% rename from stdlib/go1_13_math_bits.go rename to stdlib/go1_15_math_bits.go index 5cf44d05..d8eec897 100644 --- a/stdlib/go1_13_math_bits.go +++ b/stdlib/go1_15_math_bits.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract math/bits'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -38,6 +38,9 @@ func init() { "OnesCount32": reflect.ValueOf(bits.OnesCount32), "OnesCount64": reflect.ValueOf(bits.OnesCount64), "OnesCount8": reflect.ValueOf(bits.OnesCount8), + "Rem": reflect.ValueOf(bits.Rem), + "Rem32": reflect.ValueOf(bits.Rem32), + "Rem64": reflect.ValueOf(bits.Rem64), "Reverse": reflect.ValueOf(bits.Reverse), "Reverse16": reflect.ValueOf(bits.Reverse16), "Reverse32": reflect.ValueOf(bits.Reverse32), diff --git a/stdlib/go1_13_math_cmplx.go b/stdlib/go1_15_math_cmplx.go similarity index 98% rename from stdlib/go1_13_math_cmplx.go rename to stdlib/go1_15_math_cmplx.go index 22748bd7..04abe1a0 100644 --- a/stdlib/go1_13_math_cmplx.go +++ b/stdlib/go1_15_math_cmplx.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract math/cmplx'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_math_rand.go b/stdlib/go1_15_math_rand.go similarity index 98% rename from stdlib/go1_13_math_rand.go rename to stdlib/go1_15_math_rand.go index fecf316c..23c8bcc7 100644 --- a/stdlib/go1_13_math_rand.go +++ b/stdlib/go1_15_math_rand.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract math/rand'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_mime.go b/stdlib/go1_15_mime.go similarity index 97% rename from stdlib/go1_13_mime.go rename to stdlib/go1_15_mime.go index 5e11b5fa..77e0acab 100644 --- a/stdlib/go1_13_mime.go +++ b/stdlib/go1_15_mime.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract mime'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_mime_multipart.go b/stdlib/go1_15_mime_multipart.go similarity index 91% rename from stdlib/go1_13_mime_multipart.go rename to stdlib/go1_15_mime_multipart.go index a0b4a1f8..fc71b2df 100644 --- a/stdlib/go1_13_mime_multipart.go +++ b/stdlib/go1_15_mime_multipart.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract mime/multipart'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -37,9 +37,11 @@ type _mime_multipart_File struct { WSeek func(offset int64, whence int) (int64, error) } -func (W _mime_multipart_File) Close() error { return W.WClose() } -func (W _mime_multipart_File) Read(p []byte) (n int, err error) { return W.WRead(p) } -func (W _mime_multipart_File) ReadAt(p []byte, off int64) (n int, err error) { return W.WReadAt(p, off) } +func (W _mime_multipart_File) Close() error { return W.WClose() } +func (W _mime_multipart_File) Read(p []byte) (n int, err error) { return W.WRead(p) } +func (W _mime_multipart_File) ReadAt(p []byte, off int64) (n int, err error) { + return W.WReadAt(p, off) +} func (W _mime_multipart_File) Seek(offset int64, whence int) (int64, error) { return W.WSeek(offset, whence) } diff --git a/stdlib/go1_13_mime_quotedprintable.go b/stdlib/go1_15_mime_quotedprintable.go similarity index 95% rename from stdlib/go1_13_mime_quotedprintable.go rename to stdlib/go1_15_mime_quotedprintable.go index 91d0ef96..28a94588 100644 --- a/stdlib/go1_13_mime_quotedprintable.go +++ b/stdlib/go1_15_mime_quotedprintable.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract mime/quotedprintable'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net.go b/stdlib/go1_15_net.go similarity index 99% rename from stdlib/go1_13_net.go rename to stdlib/go1_15_net.go index d9c56e3d..df413024 100644 --- a/stdlib/go1_13_net.go +++ b/stdlib/go1_15_net.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_http.go b/stdlib/go1_15_net_http.go similarity index 98% rename from stdlib/go1_13_net_http.go rename to stdlib/go1_15_net_http.go index 66a0d86a..b8ef4c46 100644 --- a/stdlib/go1_13_net_http.go +++ b/stdlib/go1_15_net_http.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -218,8 +218,10 @@ type _net_http_CookieJar struct { WSetCookies func(u *url.URL, cookies []*http.Cookie) } -func (W _net_http_CookieJar) Cookies(u *url.URL) []*http.Cookie { return W.WCookies(u) } -func (W _net_http_CookieJar) SetCookies(u *url.URL, cookies []*http.Cookie) { W.WSetCookies(u, cookies) } +func (W _net_http_CookieJar) Cookies(u *url.URL) []*http.Cookie { return W.WCookies(u) } +func (W _net_http_CookieJar) SetCookies(u *url.URL, cookies []*http.Cookie) { + W.WSetCookies(u, cookies) +} // _net_http_File is an interface wrapper for File type type _net_http_File struct { @@ -230,13 +232,11 @@ type _net_http_File struct { WStat func() (os.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) 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) 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) Seek(offset int64, whence int) (int64, error) { return W.WSeek(offset, whence) } +func (W _net_http_File) Stat() (os.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_13_net_http_cgi.go b/stdlib/go1_15_net_http_cgi.go similarity index 95% rename from stdlib/go1_13_net_http_cgi.go rename to stdlib/go1_15_net_http_cgi.go index 042f3ad8..d2ae942d 100644 --- a/stdlib/go1_13_net_http_cgi.go +++ b/stdlib/go1_15_net_http_cgi.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http/cgi'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_http_cookiejar.go b/stdlib/go1_15_net_http_cookiejar.go similarity index 97% rename from stdlib/go1_13_net_http_cookiejar.go rename to stdlib/go1_15_net_http_cookiejar.go index 2d904441..ae340b22 100644 --- a/stdlib/go1_13_net_http_cookiejar.go +++ b/stdlib/go1_15_net_http_cookiejar.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http/cookiejar'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_http_fcgi.go b/stdlib/go1_15_net_http_fcgi.go similarity index 95% rename from stdlib/go1_13_net_http_fcgi.go rename to stdlib/go1_15_net_http_fcgi.go index 1933d4fb..8aabe7e8 100644 --- a/stdlib/go1_13_net_http_fcgi.go +++ b/stdlib/go1_15_net_http_fcgi.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http/fcgi'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_http_httptest.go b/stdlib/go1_15_net_http_httptest.go similarity index 97% rename from stdlib/go1_13_net_http_httptest.go rename to stdlib/go1_15_net_http_httptest.go index fbed474d..94a1239a 100644 --- a/stdlib/go1_13_net_http_httptest.go +++ b/stdlib/go1_15_net_http_httptest.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http/httptest'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_http_httptrace.go b/stdlib/go1_15_net_http_httptrace.go similarity index 96% rename from stdlib/go1_13_net_http_httptrace.go rename to stdlib/go1_15_net_http_httptrace.go index 9523151d..b666264d 100644 --- a/stdlib/go1_13_net_http_httptrace.go +++ b/stdlib/go1_15_net_http_httptrace.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http/httptrace'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_http_httputil.go b/stdlib/go1_15_net_http_httputil.go similarity index 98% rename from stdlib/go1_13_net_http_httputil.go rename to stdlib/go1_15_net_http_httputil.go index 974d3716..7f6ca1ce 100644 --- a/stdlib/go1_13_net_http_httputil.go +++ b/stdlib/go1_15_net_http_httputil.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http/httputil'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_http_pprof.go b/stdlib/go1_15_net_http_pprof.go similarity index 95% rename from stdlib/go1_13_net_http_pprof.go rename to stdlib/go1_15_net_http_pprof.go index b633beaa..568cfd8e 100644 --- a/stdlib/go1_13_net_http_pprof.go +++ b/stdlib/go1_15_net_http_pprof.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/http/pprof'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_mail.go b/stdlib/go1_15_net_mail.go similarity index 97% rename from stdlib/go1_13_net_mail.go rename to stdlib/go1_15_net_mail.go index 4342e5a9..337d1885 100644 --- a/stdlib/go1_13_net_mail.go +++ b/stdlib/go1_15_net_mail.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/mail'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_rpc.go b/stdlib/go1_15_net_rpc.go similarity index 99% rename from stdlib/go1_13_net_rpc.go rename to stdlib/go1_15_net_rpc.go index 92f62d08..ace2c152 100644 --- a/stdlib/go1_13_net_rpc.go +++ b/stdlib/go1_15_net_rpc.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/rpc'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_rpc_jsonrpc.go b/stdlib/go1_15_net_rpc_jsonrpc.go similarity index 95% rename from stdlib/go1_13_net_rpc_jsonrpc.go rename to stdlib/go1_15_net_rpc_jsonrpc.go index d8604dfe..00962df1 100644 --- a/stdlib/go1_13_net_rpc_jsonrpc.go +++ b/stdlib/go1_15_net_rpc_jsonrpc.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/rpc/jsonrpc'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_smtp.go b/stdlib/go1_15_net_smtp.go similarity index 98% rename from stdlib/go1_13_net_smtp.go rename to stdlib/go1_15_net_smtp.go index 4ba6a227..64c2aeb2 100644 --- a/stdlib/go1_13_net_smtp.go +++ b/stdlib/go1_15_net_smtp.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/smtp'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_textproto.go b/stdlib/go1_15_net_textproto.go similarity index 97% rename from stdlib/go1_13_net_textproto.go rename to stdlib/go1_15_net_textproto.go index d6e99f20..5e912e9b 100644 --- a/stdlib/go1_13_net_textproto.go +++ b/stdlib/go1_15_net_textproto.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/textproto'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_net_url.go b/stdlib/go1_15_net_url.go similarity index 97% rename from stdlib/go1_13_net_url.go rename to stdlib/go1_15_net_url.go index 909de497..a58420a1 100644 --- a/stdlib/go1_13_net_url.go +++ b/stdlib/go1_15_net_url.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract net/url'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_15_os.go b/stdlib/go1_15_os.go new file mode 100644 index 00000000..e0fa43b1 --- /dev/null +++ b/stdlib/go1_15_os.go @@ -0,0 +1,157 @@ +// Code generated by 'github.com/containous/yaegi/extract os'. DO NOT EDIT. + +// +build go1.15,!go1.16 + +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(os.DevNull), + "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(), + "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_13_os_signal.go b/stdlib/go1_15_os_signal.go similarity index 95% rename from stdlib/go1_13_os_signal.go rename to stdlib/go1_15_os_signal.go index af6b688c..99534bbe 100644 --- a/stdlib/go1_13_os_signal.go +++ b/stdlib/go1_15_os_signal.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract os/signal'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_os_user.go b/stdlib/go1_15_os_user.go similarity index 97% rename from stdlib/go1_13_os_user.go rename to stdlib/go1_15_os_user.go index 06c7df74..4aab5cb6 100644 --- a/stdlib/go1_13_os_user.go +++ b/stdlib/go1_15_os_user.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract os/user'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_path.go b/stdlib/go1_15_path.go similarity index 96% rename from stdlib/go1_13_path.go rename to stdlib/go1_15_path.go index 6928ef1a..50b3ae4a 100644 --- a/stdlib/go1_13_path.go +++ b/stdlib/go1_15_path.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract path'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_path_filepath.go b/stdlib/go1_15_path_filepath.go similarity index 98% rename from stdlib/go1_13_path_filepath.go rename to stdlib/go1_15_path_filepath.go index ff31e78e..6387a4a1 100644 --- a/stdlib/go1_13_path_filepath.go +++ b/stdlib/go1_15_path_filepath.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract path/filepath'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_reflect.go b/stdlib/go1_15_reflect.go similarity index 99% rename from stdlib/go1_13_reflect.go rename to stdlib/go1_15_reflect.go index 8989c431..848238d6 100644 --- a/stdlib/go1_13_reflect.go +++ b/stdlib/go1_15_reflect.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract reflect'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_regexp.go b/stdlib/go1_15_regexp.go similarity index 96% rename from stdlib/go1_13_regexp.go rename to stdlib/go1_15_regexp.go index 98f833be..5e4b7292 100644 --- a/stdlib/go1_13_regexp.go +++ b/stdlib/go1_15_regexp.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract regexp'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_regexp_syntax.go b/stdlib/go1_15_regexp_syntax.go similarity index 99% rename from stdlib/go1_13_regexp_syntax.go rename to stdlib/go1_15_regexp_syntax.go index 9cbf01fc..ad0f5e85 100644 --- a/stdlib/go1_13_regexp_syntax.go +++ b/stdlib/go1_15_regexp_syntax.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract regexp/syntax'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_runtime.go b/stdlib/go1_15_runtime.go similarity index 99% rename from stdlib/go1_13_runtime.go rename to stdlib/go1_15_runtime.go index 2066219c..795fc084 100644 --- a/stdlib/go1_13_runtime.go +++ b/stdlib/go1_15_runtime.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract runtime'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_runtime_debug.go b/stdlib/go1_15_runtime_debug.go similarity index 97% rename from stdlib/go1_13_runtime_debug.go rename to stdlib/go1_15_runtime_debug.go index 03cb5e96..900e370a 100644 --- a/stdlib/go1_13_runtime_debug.go +++ b/stdlib/go1_15_runtime_debug.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract runtime/debug'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_runtime_pprof.go b/stdlib/go1_15_runtime_pprof.go similarity index 97% rename from stdlib/go1_13_runtime_pprof.go rename to stdlib/go1_15_runtime_pprof.go index 5d74b6e3..82a1850b 100644 --- a/stdlib/go1_13_runtime_pprof.go +++ b/stdlib/go1_15_runtime_pprof.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract runtime/pprof'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_runtime_trace.go b/stdlib/go1_15_runtime_trace.go similarity index 96% rename from stdlib/go1_13_runtime_trace.go rename to stdlib/go1_15_runtime_trace.go index 12837552..5ee44014 100644 --- a/stdlib/go1_13_runtime_trace.go +++ b/stdlib/go1_15_runtime_trace.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract runtime/trace'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_sort.go b/stdlib/go1_15_sort.go similarity index 98% rename from stdlib/go1_13_sort.go rename to stdlib/go1_15_sort.go index 9e04c35e..c2d9228e 100644 --- a/stdlib/go1_13_sort.go +++ b/stdlib/go1_15_sort.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract sort'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_strconv.go b/stdlib/go1_15_strconv.go similarity index 94% rename from stdlib/go1_13_strconv.go rename to stdlib/go1_15_strconv.go index 5d4a8301..e3c0d2de 100644 --- a/stdlib/go1_13_strconv.go +++ b/stdlib/go1_15_strconv.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract strconv'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!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_13_strings.go b/stdlib/go1_15_strings.go similarity index 99% rename from stdlib/go1_13_strings.go rename to stdlib/go1_15_strings.go index d9c720e0..b7819da9 100644 --- a/stdlib/go1_13_strings.go +++ b/stdlib/go1_15_strings.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract strings'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_sync.go b/stdlib/go1_15_sync.go similarity index 97% rename from stdlib/go1_13_sync.go rename to stdlib/go1_15_sync.go index b80c899e..4ca3b580 100644 --- a/stdlib/go1_13_sync.go +++ b/stdlib/go1_15_sync.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract sync'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_sync_atomic.go b/stdlib/go1_15_sync_atomic.go similarity index 98% rename from stdlib/go1_13_sync_atomic.go rename to stdlib/go1_15_sync_atomic.go index fba6fc58..69df5a66 100644 --- a/stdlib/go1_13_sync_atomic.go +++ b/stdlib/go1_15_sync_atomic.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract sync/atomic'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_text_scanner.go b/stdlib/go1_15_text_scanner.go similarity index 98% rename from stdlib/go1_13_text_scanner.go rename to stdlib/go1_15_text_scanner.go index be9d25da..0c368753 100644 --- a/stdlib/go1_13_text_scanner.go +++ b/stdlib/go1_15_text_scanner.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract text/scanner'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_text_tabwriter.go b/stdlib/go1_15_text_tabwriter.go similarity index 97% rename from stdlib/go1_13_text_tabwriter.go rename to stdlib/go1_15_text_tabwriter.go index 30d1915a..6f10a929 100644 --- a/stdlib/go1_13_text_tabwriter.go +++ b/stdlib/go1_15_text_tabwriter.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract text/tabwriter'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_text_template.go b/stdlib/go1_15_text_template.go similarity index 97% rename from stdlib/go1_13_text_template.go rename to stdlib/go1_15_text_template.go index f98af99e..6aa948df 100644 --- a/stdlib/go1_13_text_template.go +++ b/stdlib/go1_15_text_template.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract text/template'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_text_template_parse.go b/stdlib/go1_15_text_template_parse.go similarity index 99% rename from stdlib/go1_13_text_template_parse.go rename to stdlib/go1_15_text_template_parse.go index 40d434ef..e381936c 100644 --- a/stdlib/go1_13_text_template_parse.go +++ b/stdlib/go1_15_text_template_parse.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract text/template/parse'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_time.go b/stdlib/go1_15_time.go similarity index 99% rename from stdlib/go1_13_time.go rename to stdlib/go1_15_time.go index 62f2afa5..290154d3 100644 --- a/stdlib/go1_13_time.go +++ b/stdlib/go1_15_time.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract time'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_unicode.go b/stdlib/go1_15_unicode.go similarity index 98% rename from stdlib/go1_13_unicode.go rename to stdlib/go1_15_unicode.go index 860a2732..69f2b194 100644 --- a/stdlib/go1_13_unicode.go +++ b/stdlib/go1_15_unicode.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract unicode'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib @@ -62,6 +62,7 @@ func init() { "Duployan": reflect.ValueOf(&unicode.Duployan).Elem(), "Egyptian_Hieroglyphs": reflect.ValueOf(&unicode.Egyptian_Hieroglyphs).Elem(), "Elbasan": reflect.ValueOf(&unicode.Elbasan).Elem(), + "Elymaic": reflect.ValueOf(&unicode.Elymaic).Elem(), "Ethiopic": reflect.ValueOf(&unicode.Ethiopic).Elem(), "Extender": reflect.ValueOf(&unicode.Extender).Elem(), "FoldCategory": reflect.ValueOf(&unicode.FoldCategory).Elem(), @@ -165,6 +166,7 @@ func init() { "Myanmar": reflect.ValueOf(&unicode.Myanmar).Elem(), "N": reflect.ValueOf(&unicode.N).Elem(), "Nabataean": reflect.ValueOf(&unicode.Nabataean).Elem(), + "Nandinagari": reflect.ValueOf(&unicode.Nandinagari).Elem(), "Nd": reflect.ValueOf(&unicode.Nd).Elem(), "New_Tai_Lue": reflect.ValueOf(&unicode.New_Tai_Lue).Elem(), "Newa": reflect.ValueOf(&unicode.Newa).Elem(), @@ -174,6 +176,7 @@ func init() { "Noncharacter_Code_Point": reflect.ValueOf(&unicode.Noncharacter_Code_Point).Elem(), "Number": reflect.ValueOf(&unicode.Number).Elem(), "Nushu": reflect.ValueOf(&unicode.Nushu).Elem(), + "Nyiakeng_Puachue_Hmong": reflect.ValueOf(&unicode.Nyiakeng_Puachue_Hmong).Elem(), "Ogham": reflect.ValueOf(&unicode.Ogham).Elem(), "Ol_Chiki": reflect.ValueOf(&unicode.Ol_Chiki).Elem(), "Old_Hungarian": reflect.ValueOf(&unicode.Old_Hungarian).Elem(), @@ -277,6 +280,7 @@ func init() { "Vai": reflect.ValueOf(&unicode.Vai).Elem(), "Variation_Selector": reflect.ValueOf(&unicode.Variation_Selector).Elem(), "Version": reflect.ValueOf(unicode.Version), + "Wancho": reflect.ValueOf(&unicode.Wancho).Elem(), "Warang_Citi": reflect.ValueOf(&unicode.Warang_Citi).Elem(), "White_Space": reflect.ValueOf(&unicode.White_Space).Elem(), "Yi": reflect.ValueOf(&unicode.Yi).Elem(), diff --git a/stdlib/go1_13_unicode_utf16.go b/stdlib/go1_15_unicode_utf16.go similarity index 95% rename from stdlib/go1_13_unicode_utf16.go rename to stdlib/go1_15_unicode_utf16.go index f76991ff..fcd3abd6 100644 --- a/stdlib/go1_13_unicode_utf16.go +++ b/stdlib/go1_15_unicode_utf16.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract unicode/utf16'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/go1_13_unicode_utf8.go b/stdlib/go1_15_unicode_utf8.go similarity index 98% rename from stdlib/go1_13_unicode_utf8.go rename to stdlib/go1_15_unicode_utf8.go index 8fb6af8d..1520d3b0 100644 --- a/stdlib/go1_13_unicode_utf8.go +++ b/stdlib/go1_15_unicode_utf8.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract unicode/utf8'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package stdlib diff --git a/stdlib/stdlib-maphash.go b/stdlib/stdlib-maphash.go deleted file mode 100644 index da984ea6..00000000 --- a/stdlib/stdlib-maphash.go +++ /dev/null @@ -1,6 +0,0 @@ -// +build go1.14,!go1.15 - -// Package stdlib provides wrappers of standard library packages to be imported natively in Yaegi. -package stdlib - -//go:generate ../cmd/goexports/goexports hash/maphash diff --git a/stdlib/stdlib.go b/stdlib/stdlib.go index e7ec1c0d..1d25df81 100644 --- a/stdlib/stdlib.go +++ b/stdlib/stdlib.go @@ -1,4 +1,4 @@ -// +build go1.13,!go1.15 +// +build go1.14,!go1.16 // Package stdlib provides wrappers of standard library packages to be imported natively in Yaegi. package stdlib @@ -33,7 +33,7 @@ func init() { //go:generate ../cmd/goexports/goexports errors expvar flag fmt //go:generate ../cmd/goexports/goexports go/ast go/build go/constant go/doc go/format go/importer //go:generate ../cmd/goexports/goexports go/parser go/printer go/scanner go/token go/types -//go:generate ../cmd/goexports/goexports hash hash/adler32 hash/crc32 hash/crc64 hash/fnv +//go:generate ../cmd/goexports/goexports hash hash/adler32 hash/crc32 hash/crc64 hash/fnv hash/maphash //go:generate ../cmd/goexports/goexports html html/template //go:generate ../cmd/goexports/goexports image image/color image/color/palette //go:generate ../cmd/goexports/goexports image/draw image/gif image/jpeg image/png index/suffixarray diff --git a/stdlib/syscall/go1_13_syscall_darwin_386.go b/stdlib/syscall/go1_13_syscall_darwin_386.go deleted file mode 100644 index 47c300bf..00000000 --- a/stdlib/syscall/go1_13_syscall_darwin_386.go +++ /dev/null @@ -1,1951 +0,0 @@ -// Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. - -// +build go1.13,!go1.14 - -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("38", 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), - "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), - "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("12", token.INT, 0)), - "EVFILT_THREADMARKER": reflect.ValueOf(constant.MakeFromLiteral("12", 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), - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "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_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_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_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_MARKDEPENDENCY": reflect.ValueOf(constant.MakeFromLiteral("60", 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_READBOOTSTRAP": reflect.ValueOf(constant.MakeFromLiteral("46", 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_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_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), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "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), - "Kill": reflect.ValueOf(syscall.Kill), - "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_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_EXITSTATUS": reflect.ValueOf(constant.MakeFromLiteral("67108864", 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_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_RESOURCEEND": reflect.ValueOf(constant.MakeFromLiteral("33554432", 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_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), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "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)), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "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)), - "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)), - "SIOCGDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("3223087483", 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)), - "SIOCGIFCAP": reflect.ValueOf(constant.MakeFromLiteral("3223349595", 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)), - "SIOCGIFWAKEFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349640", 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)), - "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)), - "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)), - "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_NP_EXTENSIONS": reflect.ValueOf(constant.MakeFromLiteral("4227", 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_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_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_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_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_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_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_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_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_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("439", 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_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_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_PROFIL": reflect.ValueOf(constant.MakeFromLiteral("44", 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": 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_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_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_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), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "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), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "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), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - "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_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("16", 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)), - "TCP_RXT_CONNDROPTIME": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "TCP_RXT_FINDROP": reflect.ValueOf(constant.MakeFromLiteral("256", 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_13_syscall_darwin_arm.go b/stdlib/syscall/go1_13_syscall_darwin_arm.go deleted file mode 100644 index d042b199..00000000 --- a/stdlib/syscall/go1_13_syscall_darwin_arm.go +++ /dev/null @@ -1,1866 +0,0 @@ -// Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. - -// +build go1.13,!go1.14 - -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), - "Exec": reflect.ValueOf(syscall.Exec), - "Exit": reflect.ValueOf(syscall.Exit), - "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), - "ForkExec": reflect.ValueOf(syscall.ForkExec), - "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), - "Kill": reflect.ValueOf(syscall.Kill), - "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), - "PtraceAttach": reflect.ValueOf(syscall.PtraceAttach), - "PtraceDetach": reflect.ValueOf(syscall.PtraceDetach), - "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)), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "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), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "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), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "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), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Syscall9": reflect.ValueOf(syscall.Syscall9), - "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_13_syscall_nacl_386.go b/stdlib/syscall/go1_13_syscall_nacl_386.go deleted file mode 100644 index 16653bc0..00000000 --- a/stdlib/syscall/go1_13_syscall_nacl_386.go +++ /dev/null @@ -1,432 +0,0 @@ -// Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. - -// +build go1.13,!go1.14 - -package syscall - -import ( - "go/constant" - "go/token" - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("3", 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), - "Bind": reflect.ValueOf(syscall.Bind), - "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), - "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), - "Chdir": reflect.ValueOf(syscall.Chdir), - "Chmod": reflect.ValueOf(syscall.Chmod), - "Chown": reflect.ValueOf(syscall.Chown), - "Clearenv": reflect.ValueOf(syscall.Clearenv), - "Close": reflect.ValueOf(syscall.Close), - "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), - "Connect": reflect.ValueOf(syscall.Connect), - "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), - "EADV": reflect.ValueOf(syscall.EADV), - "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), - "EAGAIN": reflect.ValueOf(syscall.EAGAIN), - "EALREADY": reflect.ValueOf(syscall.EALREADY), - "EBADE": reflect.ValueOf(syscall.EBADE), - "EBADF": reflect.ValueOf(syscall.EBADF), - "EBADFD": reflect.ValueOf(syscall.EBADFD), - "EBADMSG": reflect.ValueOf(syscall.EBADMSG), - "EBADR": reflect.ValueOf(syscall.EBADR), - "EBADRQC": reflect.ValueOf(syscall.EBADRQC), - "EBADSLT": reflect.ValueOf(syscall.EBADSLT), - "EBFONT": reflect.ValueOf(syscall.EBFONT), - "EBUSY": reflect.ValueOf(syscall.EBUSY), - "ECANCELED": reflect.ValueOf(syscall.ECANCELED), - "ECASECLASH": reflect.ValueOf(syscall.ECASECLASH), - "ECHILD": reflect.ValueOf(syscall.ECHILD), - "ECHRNG": reflect.ValueOf(syscall.ECHRNG), - "ECOMM": reflect.ValueOf(syscall.ECOMM), - "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), - "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), - "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), - "EDEADLK": reflect.ValueOf(syscall.EDEADLK), - "EDEADLOCK": reflect.ValueOf(syscall.EDEADLOCK), - "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), - "EDOM": reflect.ValueOf(syscall.EDOM), - "EDOTDOT": reflect.ValueOf(syscall.EDOTDOT), - "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), - "EL2HLT": reflect.ValueOf(syscall.EL2HLT), - "EL2NSYNC": reflect.ValueOf(syscall.EL2NSYNC), - "EL3HLT": reflect.ValueOf(syscall.EL3HLT), - "EL3RST": reflect.ValueOf(syscall.EL3RST), - "ELBIN": reflect.ValueOf(syscall.ELBIN), - "ELIBACC": reflect.ValueOf(syscall.ELIBACC), - "ELIBBAD": reflect.ValueOf(syscall.ELIBBAD), - "ELIBEXEC": reflect.ValueOf(syscall.ELIBEXEC), - "ELIBMAX": reflect.ValueOf(syscall.ELIBMAX), - "ELIBSCN": reflect.ValueOf(syscall.ELIBSCN), - "ELNRNG": reflect.ValueOf(syscall.ELNRNG), - "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), - "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), - "ENETRESET": reflect.ValueOf(syscall.ENETRESET), - "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), - "ENFILE": reflect.ValueOf(syscall.ENFILE), - "ENMFILE": reflect.ValueOf(syscall.ENMFILE), - "ENOANO": reflect.ValueOf(syscall.ENOANO), - "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), - "ENOCSI": reflect.ValueOf(syscall.ENOCSI), - "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), - "ENOMEDIUM": reflect.ValueOf(syscall.ENOMEDIUM), - "ENOMEM": reflect.ValueOf(syscall.ENOMEM), - "ENOMSG": reflect.ValueOf(syscall.ENOMSG), - "ENONET": reflect.ValueOf(syscall.ENONET), - "ENOPKG": reflect.ValueOf(syscall.ENOPKG), - "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), - "ENOSHARE": reflect.ValueOf(syscall.ENOSHARE), - "ENOSPC": reflect.ValueOf(syscall.ENOSPC), - "ENOSR": reflect.ValueOf(syscall.ENOSR), - "ENOSTR": reflect.ValueOf(syscall.ENOSTR), - "ENOSYS": reflect.ValueOf(syscall.ENOSYS), - "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), - "ENOTUNIQ": reflect.ValueOf(syscall.ENOTUNIQ), - "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), - "EPROTO": reflect.ValueOf(syscall.EPROTO), - "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), - "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), - "ERANGE": reflect.ValueOf(syscall.ERANGE), - "EREMCHG": reflect.ValueOf(syscall.EREMCHG), - "EREMOTE": reflect.ValueOf(syscall.EREMOTE), - "EROFS": reflect.ValueOf(syscall.EROFS), - "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), - "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), - "ESPIPE": reflect.ValueOf(syscall.ESPIPE), - "ESRCH": reflect.ValueOf(syscall.ESRCH), - "ESRMNT": reflect.ValueOf(syscall.ESRMNT), - "ESTALE": reflect.ValueOf(syscall.ESTALE), - "ETIME": reflect.ValueOf(syscall.ETIME), - "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), - "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), - "EUNATCH": reflect.ValueOf(syscall.EUNATCH), - "EUSERS": reflect.ValueOf(syscall.EUSERS), - "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), - "EXDEV": reflect.ValueOf(syscall.EXDEV), - "EXFULL": reflect.ValueOf(syscall.EXFULL), - "Environ": reflect.ValueOf(syscall.Environ), - "Exit": reflect.ValueOf(syscall.Exit), - "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_CNVT": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("12", 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_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_RGETLK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "F_RSETLK": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "F_RSETLKW": reflect.ValueOf(constant.MakeFromLiteral("13", 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("3", token.INT, 0)), - "F_UNLKSYS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Fchdir": reflect.ValueOf(syscall.Fchdir), - "Fchmod": reflect.ValueOf(syscall.Fchmod), - "Fchown": reflect.ValueOf(syscall.Fchown), - "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), - "Fstat": reflect.ValueOf(syscall.Fstat), - "Fsync": reflect.ValueOf(syscall.Fsync), - "Ftruncate": reflect.ValueOf(syscall.Ftruncate), - "Getcwd": reflect.ValueOf(syscall.Getcwd), - "Getegid": reflect.ValueOf(syscall.Getegid), - "Getenv": reflect.ValueOf(syscall.Getenv), - "Geteuid": reflect.ValueOf(syscall.Geteuid), - "Getgid": reflect.ValueOf(syscall.Getgid), - "Getgroups": reflect.ValueOf(syscall.Getgroups), - "Getpagesize": reflect.ValueOf(syscall.Getpagesize), - "Getpeername": reflect.ValueOf(syscall.Getpeername), - "Getpid": reflect.ValueOf(syscall.Getpid), - "Getppid": reflect.ValueOf(syscall.Getppid), - "Getsockname": reflect.ValueOf(syscall.Getsockname), - "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), - "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), - "Getuid": reflect.ValueOf(syscall.Getuid), - "Getwd": reflect.ValueOf(syscall.Getwd), - "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), - "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), - "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), - "Kill": reflect.ValueOf(syscall.Kill), - "Lchown": reflect.ValueOf(syscall.Lchown), - "Link": reflect.ValueOf(syscall.Link), - "Listen": reflect.ValueOf(syscall.Listen), - "Lstat": reflect.ValueOf(syscall.Lstat), - "Mkdir": reflect.ValueOf(syscall.Mkdir), - "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), - "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), - "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "O_CREATE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "Open": reflect.ValueOf(syscall.Open), - "ParseDirent": reflect.ValueOf(syscall.ParseDirent), - "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), - "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), - "PathMax": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "Pipe": reflect.ValueOf(syscall.Pipe), - "Pread": reflect.ValueOf(syscall.Pread), - "Pwrite": reflect.ValueOf(syscall.Pwrite), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "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), - "Rmdir": reflect.ValueOf(syscall.Rmdir), - "RouteRIB": reflect.ValueOf(syscall.RouteRIB), - "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)), - "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), - "SIGINT": reflect.ValueOf(syscall.SIGINT), - "SIGKILL": reflect.ValueOf(syscall.SIGKILL), - "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), - "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), - "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("500", token.INT, 0)), - "S_IEXEC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), - "S_IFBOUNDSOCK": reflect.ValueOf(constant.MakeFromLiteral("77824", token.INT, 0)), - "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "S_IFCOND": reflect.ValueOf(constant.MakeFromLiteral("90112", token.INT, 0)), - "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "S_IFDSOCK": reflect.ValueOf(constant.MakeFromLiteral("69632", 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("126976", token.INT, 0)), - "S_IFMUTEX": reflect.ValueOf(constant.MakeFromLiteral("86016", token.INT, 0)), - "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "S_IFSEMA": reflect.ValueOf(constant.MakeFromLiteral("94208", token.INT, 0)), - "S_IFSHM": reflect.ValueOf(constant.MakeFromLiteral("81920", token.INT, 0)), - "S_IFSHM_SYSV": reflect.ValueOf(constant.MakeFromLiteral("98304", token.INT, 0)), - "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), - "S_IFSOCKADDR": reflect.ValueOf(constant.MakeFromLiteral("73728", 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_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)), - "S_UNSUP": reflect.ValueOf(constant.MakeFromLiteral("126976", token.INT, 0)), - "Seek": reflect.ValueOf(syscall.Seek), - "Sendfile": reflect.ValueOf(syscall.Sendfile), - "Sendmsg": reflect.ValueOf(syscall.Sendmsg), - "SendmsgN": reflect.ValueOf(syscall.SendmsgN), - "Sendto": reflect.ValueOf(syscall.Sendto), - "SetNonblock": reflect.ValueOf(syscall.SetNonblock), - "SetReadDeadline": reflect.ValueOf(syscall.SetReadDeadline), - "SetWriteDeadline": reflect.ValueOf(syscall.SetWriteDeadline), - "Setenv": reflect.ValueOf(syscall.Setenv), - "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), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "Socket": reflect.ValueOf(syscall.Socket), - "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), - "Socketpair": reflect.ValueOf(syscall.Socketpair), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Stat": reflect.ValueOf(syscall.Stat), - "Stderr": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Stdin": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "Stdout": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "StopIO": reflect.ValueOf(syscall.StopIO), - "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), - "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), - "Symlink": reflect.ValueOf(syscall.Symlink), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Sysctl": reflect.ValueOf(syscall.Sysctl), - "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), - "TCP_KEEPIDLE": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), - "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), - "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), - "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), - "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), - "Truncate": reflect.ValueOf(syscall.Truncate), - "Unlink": reflect.ValueOf(syscall.Unlink), - "Unsetenv": reflect.ValueOf(syscall.Unsetenv), - "UtimesNano": reflect.ValueOf(syscall.UtimesNano), - "Wait4": reflect.ValueOf(syscall.Wait4), - "Write": reflect.ValueOf(syscall.Write), - - // type definitions - "Conn": reflect.ValueOf((*syscall.Conn)(nil)), - "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), - "Errno": reflect.ValueOf((*syscall.Errno)(nil)), - "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), - "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), - "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), - "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), - "Linger": reflect.ValueOf((*syscall.Linger)(nil)), - "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), - "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), - "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(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)), - "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), - "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(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_13_syscall_nacl_amd64p32.go b/stdlib/syscall/go1_13_syscall_nacl_amd64p32.go deleted file mode 100644 index 16653bc0..00000000 --- a/stdlib/syscall/go1_13_syscall_nacl_amd64p32.go +++ /dev/null @@ -1,432 +0,0 @@ -// Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. - -// +build go1.13,!go1.14 - -package syscall - -import ( - "go/constant" - "go/token" - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("3", 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), - "Bind": reflect.ValueOf(syscall.Bind), - "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), - "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), - "Chdir": reflect.ValueOf(syscall.Chdir), - "Chmod": reflect.ValueOf(syscall.Chmod), - "Chown": reflect.ValueOf(syscall.Chown), - "Clearenv": reflect.ValueOf(syscall.Clearenv), - "Close": reflect.ValueOf(syscall.Close), - "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), - "Connect": reflect.ValueOf(syscall.Connect), - "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), - "EADV": reflect.ValueOf(syscall.EADV), - "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), - "EAGAIN": reflect.ValueOf(syscall.EAGAIN), - "EALREADY": reflect.ValueOf(syscall.EALREADY), - "EBADE": reflect.ValueOf(syscall.EBADE), - "EBADF": reflect.ValueOf(syscall.EBADF), - "EBADFD": reflect.ValueOf(syscall.EBADFD), - "EBADMSG": reflect.ValueOf(syscall.EBADMSG), - "EBADR": reflect.ValueOf(syscall.EBADR), - "EBADRQC": reflect.ValueOf(syscall.EBADRQC), - "EBADSLT": reflect.ValueOf(syscall.EBADSLT), - "EBFONT": reflect.ValueOf(syscall.EBFONT), - "EBUSY": reflect.ValueOf(syscall.EBUSY), - "ECANCELED": reflect.ValueOf(syscall.ECANCELED), - "ECASECLASH": reflect.ValueOf(syscall.ECASECLASH), - "ECHILD": reflect.ValueOf(syscall.ECHILD), - "ECHRNG": reflect.ValueOf(syscall.ECHRNG), - "ECOMM": reflect.ValueOf(syscall.ECOMM), - "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), - "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), - "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), - "EDEADLK": reflect.ValueOf(syscall.EDEADLK), - "EDEADLOCK": reflect.ValueOf(syscall.EDEADLOCK), - "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), - "EDOM": reflect.ValueOf(syscall.EDOM), - "EDOTDOT": reflect.ValueOf(syscall.EDOTDOT), - "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), - "EL2HLT": reflect.ValueOf(syscall.EL2HLT), - "EL2NSYNC": reflect.ValueOf(syscall.EL2NSYNC), - "EL3HLT": reflect.ValueOf(syscall.EL3HLT), - "EL3RST": reflect.ValueOf(syscall.EL3RST), - "ELBIN": reflect.ValueOf(syscall.ELBIN), - "ELIBACC": reflect.ValueOf(syscall.ELIBACC), - "ELIBBAD": reflect.ValueOf(syscall.ELIBBAD), - "ELIBEXEC": reflect.ValueOf(syscall.ELIBEXEC), - "ELIBMAX": reflect.ValueOf(syscall.ELIBMAX), - "ELIBSCN": reflect.ValueOf(syscall.ELIBSCN), - "ELNRNG": reflect.ValueOf(syscall.ELNRNG), - "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), - "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), - "ENETRESET": reflect.ValueOf(syscall.ENETRESET), - "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), - "ENFILE": reflect.ValueOf(syscall.ENFILE), - "ENMFILE": reflect.ValueOf(syscall.ENMFILE), - "ENOANO": reflect.ValueOf(syscall.ENOANO), - "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), - "ENOCSI": reflect.ValueOf(syscall.ENOCSI), - "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), - "ENOMEDIUM": reflect.ValueOf(syscall.ENOMEDIUM), - "ENOMEM": reflect.ValueOf(syscall.ENOMEM), - "ENOMSG": reflect.ValueOf(syscall.ENOMSG), - "ENONET": reflect.ValueOf(syscall.ENONET), - "ENOPKG": reflect.ValueOf(syscall.ENOPKG), - "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), - "ENOSHARE": reflect.ValueOf(syscall.ENOSHARE), - "ENOSPC": reflect.ValueOf(syscall.ENOSPC), - "ENOSR": reflect.ValueOf(syscall.ENOSR), - "ENOSTR": reflect.ValueOf(syscall.ENOSTR), - "ENOSYS": reflect.ValueOf(syscall.ENOSYS), - "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), - "ENOTUNIQ": reflect.ValueOf(syscall.ENOTUNIQ), - "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), - "EPROTO": reflect.ValueOf(syscall.EPROTO), - "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), - "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), - "ERANGE": reflect.ValueOf(syscall.ERANGE), - "EREMCHG": reflect.ValueOf(syscall.EREMCHG), - "EREMOTE": reflect.ValueOf(syscall.EREMOTE), - "EROFS": reflect.ValueOf(syscall.EROFS), - "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), - "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), - "ESPIPE": reflect.ValueOf(syscall.ESPIPE), - "ESRCH": reflect.ValueOf(syscall.ESRCH), - "ESRMNT": reflect.ValueOf(syscall.ESRMNT), - "ESTALE": reflect.ValueOf(syscall.ESTALE), - "ETIME": reflect.ValueOf(syscall.ETIME), - "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), - "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), - "EUNATCH": reflect.ValueOf(syscall.EUNATCH), - "EUSERS": reflect.ValueOf(syscall.EUSERS), - "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), - "EXDEV": reflect.ValueOf(syscall.EXDEV), - "EXFULL": reflect.ValueOf(syscall.EXFULL), - "Environ": reflect.ValueOf(syscall.Environ), - "Exit": reflect.ValueOf(syscall.Exit), - "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_CNVT": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("12", 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_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_RGETLK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "F_RSETLK": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "F_RSETLKW": reflect.ValueOf(constant.MakeFromLiteral("13", 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("3", token.INT, 0)), - "F_UNLKSYS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Fchdir": reflect.ValueOf(syscall.Fchdir), - "Fchmod": reflect.ValueOf(syscall.Fchmod), - "Fchown": reflect.ValueOf(syscall.Fchown), - "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), - "Fstat": reflect.ValueOf(syscall.Fstat), - "Fsync": reflect.ValueOf(syscall.Fsync), - "Ftruncate": reflect.ValueOf(syscall.Ftruncate), - "Getcwd": reflect.ValueOf(syscall.Getcwd), - "Getegid": reflect.ValueOf(syscall.Getegid), - "Getenv": reflect.ValueOf(syscall.Getenv), - "Geteuid": reflect.ValueOf(syscall.Geteuid), - "Getgid": reflect.ValueOf(syscall.Getgid), - "Getgroups": reflect.ValueOf(syscall.Getgroups), - "Getpagesize": reflect.ValueOf(syscall.Getpagesize), - "Getpeername": reflect.ValueOf(syscall.Getpeername), - "Getpid": reflect.ValueOf(syscall.Getpid), - "Getppid": reflect.ValueOf(syscall.Getppid), - "Getsockname": reflect.ValueOf(syscall.Getsockname), - "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), - "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), - "Getuid": reflect.ValueOf(syscall.Getuid), - "Getwd": reflect.ValueOf(syscall.Getwd), - "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), - "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), - "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), - "Kill": reflect.ValueOf(syscall.Kill), - "Lchown": reflect.ValueOf(syscall.Lchown), - "Link": reflect.ValueOf(syscall.Link), - "Listen": reflect.ValueOf(syscall.Listen), - "Lstat": reflect.ValueOf(syscall.Lstat), - "Mkdir": reflect.ValueOf(syscall.Mkdir), - "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), - "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), - "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "O_CREATE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "Open": reflect.ValueOf(syscall.Open), - "ParseDirent": reflect.ValueOf(syscall.ParseDirent), - "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), - "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), - "PathMax": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "Pipe": reflect.ValueOf(syscall.Pipe), - "Pread": reflect.ValueOf(syscall.Pread), - "Pwrite": reflect.ValueOf(syscall.Pwrite), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "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), - "Rmdir": reflect.ValueOf(syscall.Rmdir), - "RouteRIB": reflect.ValueOf(syscall.RouteRIB), - "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)), - "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), - "SIGINT": reflect.ValueOf(syscall.SIGINT), - "SIGKILL": reflect.ValueOf(syscall.SIGKILL), - "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), - "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), - "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("500", token.INT, 0)), - "S_IEXEC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), - "S_IFBOUNDSOCK": reflect.ValueOf(constant.MakeFromLiteral("77824", token.INT, 0)), - "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "S_IFCOND": reflect.ValueOf(constant.MakeFromLiteral("90112", token.INT, 0)), - "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "S_IFDSOCK": reflect.ValueOf(constant.MakeFromLiteral("69632", 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("126976", token.INT, 0)), - "S_IFMUTEX": reflect.ValueOf(constant.MakeFromLiteral("86016", token.INT, 0)), - "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "S_IFSEMA": reflect.ValueOf(constant.MakeFromLiteral("94208", token.INT, 0)), - "S_IFSHM": reflect.ValueOf(constant.MakeFromLiteral("81920", token.INT, 0)), - "S_IFSHM_SYSV": reflect.ValueOf(constant.MakeFromLiteral("98304", token.INT, 0)), - "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), - "S_IFSOCKADDR": reflect.ValueOf(constant.MakeFromLiteral("73728", 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_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)), - "S_UNSUP": reflect.ValueOf(constant.MakeFromLiteral("126976", token.INT, 0)), - "Seek": reflect.ValueOf(syscall.Seek), - "Sendfile": reflect.ValueOf(syscall.Sendfile), - "Sendmsg": reflect.ValueOf(syscall.Sendmsg), - "SendmsgN": reflect.ValueOf(syscall.SendmsgN), - "Sendto": reflect.ValueOf(syscall.Sendto), - "SetNonblock": reflect.ValueOf(syscall.SetNonblock), - "SetReadDeadline": reflect.ValueOf(syscall.SetReadDeadline), - "SetWriteDeadline": reflect.ValueOf(syscall.SetWriteDeadline), - "Setenv": reflect.ValueOf(syscall.Setenv), - "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), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "Socket": reflect.ValueOf(syscall.Socket), - "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), - "Socketpair": reflect.ValueOf(syscall.Socketpair), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Stat": reflect.ValueOf(syscall.Stat), - "Stderr": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Stdin": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "Stdout": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "StopIO": reflect.ValueOf(syscall.StopIO), - "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), - "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), - "Symlink": reflect.ValueOf(syscall.Symlink), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Sysctl": reflect.ValueOf(syscall.Sysctl), - "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), - "TCP_KEEPIDLE": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), - "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), - "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), - "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), - "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), - "Truncate": reflect.ValueOf(syscall.Truncate), - "Unlink": reflect.ValueOf(syscall.Unlink), - "Unsetenv": reflect.ValueOf(syscall.Unsetenv), - "UtimesNano": reflect.ValueOf(syscall.UtimesNano), - "Wait4": reflect.ValueOf(syscall.Wait4), - "Write": reflect.ValueOf(syscall.Write), - - // type definitions - "Conn": reflect.ValueOf((*syscall.Conn)(nil)), - "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), - "Errno": reflect.ValueOf((*syscall.Errno)(nil)), - "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), - "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), - "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), - "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), - "Linger": reflect.ValueOf((*syscall.Linger)(nil)), - "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), - "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), - "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(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)), - "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), - "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(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_13_syscall_nacl_arm.go b/stdlib/syscall/go1_13_syscall_nacl_arm.go deleted file mode 100644 index 16653bc0..00000000 --- a/stdlib/syscall/go1_13_syscall_nacl_arm.go +++ /dev/null @@ -1,432 +0,0 @@ -// Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. - -// +build go1.13,!go1.14 - -package syscall - -import ( - "go/constant" - "go/token" - "reflect" - "syscall" -) - -func init() { - Symbols["syscall"] = map[string]reflect.Value{ - // function, constant and variable definitions - "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("3", 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), - "Bind": reflect.ValueOf(syscall.Bind), - "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), - "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), - "Chdir": reflect.ValueOf(syscall.Chdir), - "Chmod": reflect.ValueOf(syscall.Chmod), - "Chown": reflect.ValueOf(syscall.Chown), - "Clearenv": reflect.ValueOf(syscall.Clearenv), - "Close": reflect.ValueOf(syscall.Close), - "CloseOnExec": reflect.ValueOf(syscall.CloseOnExec), - "Connect": reflect.ValueOf(syscall.Connect), - "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), - "EADV": reflect.ValueOf(syscall.EADV), - "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), - "EAGAIN": reflect.ValueOf(syscall.EAGAIN), - "EALREADY": reflect.ValueOf(syscall.EALREADY), - "EBADE": reflect.ValueOf(syscall.EBADE), - "EBADF": reflect.ValueOf(syscall.EBADF), - "EBADFD": reflect.ValueOf(syscall.EBADFD), - "EBADMSG": reflect.ValueOf(syscall.EBADMSG), - "EBADR": reflect.ValueOf(syscall.EBADR), - "EBADRQC": reflect.ValueOf(syscall.EBADRQC), - "EBADSLT": reflect.ValueOf(syscall.EBADSLT), - "EBFONT": reflect.ValueOf(syscall.EBFONT), - "EBUSY": reflect.ValueOf(syscall.EBUSY), - "ECANCELED": reflect.ValueOf(syscall.ECANCELED), - "ECASECLASH": reflect.ValueOf(syscall.ECASECLASH), - "ECHILD": reflect.ValueOf(syscall.ECHILD), - "ECHRNG": reflect.ValueOf(syscall.ECHRNG), - "ECOMM": reflect.ValueOf(syscall.ECOMM), - "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), - "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), - "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), - "EDEADLK": reflect.ValueOf(syscall.EDEADLK), - "EDEADLOCK": reflect.ValueOf(syscall.EDEADLOCK), - "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), - "EDOM": reflect.ValueOf(syscall.EDOM), - "EDOTDOT": reflect.ValueOf(syscall.EDOTDOT), - "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), - "EL2HLT": reflect.ValueOf(syscall.EL2HLT), - "EL2NSYNC": reflect.ValueOf(syscall.EL2NSYNC), - "EL3HLT": reflect.ValueOf(syscall.EL3HLT), - "EL3RST": reflect.ValueOf(syscall.EL3RST), - "ELBIN": reflect.ValueOf(syscall.ELBIN), - "ELIBACC": reflect.ValueOf(syscall.ELIBACC), - "ELIBBAD": reflect.ValueOf(syscall.ELIBBAD), - "ELIBEXEC": reflect.ValueOf(syscall.ELIBEXEC), - "ELIBMAX": reflect.ValueOf(syscall.ELIBMAX), - "ELIBSCN": reflect.ValueOf(syscall.ELIBSCN), - "ELNRNG": reflect.ValueOf(syscall.ELNRNG), - "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), - "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), - "ENETRESET": reflect.ValueOf(syscall.ENETRESET), - "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), - "ENFILE": reflect.ValueOf(syscall.ENFILE), - "ENMFILE": reflect.ValueOf(syscall.ENMFILE), - "ENOANO": reflect.ValueOf(syscall.ENOANO), - "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), - "ENOCSI": reflect.ValueOf(syscall.ENOCSI), - "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), - "ENOMEDIUM": reflect.ValueOf(syscall.ENOMEDIUM), - "ENOMEM": reflect.ValueOf(syscall.ENOMEM), - "ENOMSG": reflect.ValueOf(syscall.ENOMSG), - "ENONET": reflect.ValueOf(syscall.ENONET), - "ENOPKG": reflect.ValueOf(syscall.ENOPKG), - "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), - "ENOSHARE": reflect.ValueOf(syscall.ENOSHARE), - "ENOSPC": reflect.ValueOf(syscall.ENOSPC), - "ENOSR": reflect.ValueOf(syscall.ENOSR), - "ENOSTR": reflect.ValueOf(syscall.ENOSTR), - "ENOSYS": reflect.ValueOf(syscall.ENOSYS), - "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), - "ENOTUNIQ": reflect.ValueOf(syscall.ENOTUNIQ), - "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), - "EPROTO": reflect.ValueOf(syscall.EPROTO), - "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), - "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), - "ERANGE": reflect.ValueOf(syscall.ERANGE), - "EREMCHG": reflect.ValueOf(syscall.EREMCHG), - "EREMOTE": reflect.ValueOf(syscall.EREMOTE), - "EROFS": reflect.ValueOf(syscall.EROFS), - "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), - "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), - "ESPIPE": reflect.ValueOf(syscall.ESPIPE), - "ESRCH": reflect.ValueOf(syscall.ESRCH), - "ESRMNT": reflect.ValueOf(syscall.ESRMNT), - "ESTALE": reflect.ValueOf(syscall.ESTALE), - "ETIME": reflect.ValueOf(syscall.ETIME), - "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), - "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), - "EUNATCH": reflect.ValueOf(syscall.EUNATCH), - "EUSERS": reflect.ValueOf(syscall.EUSERS), - "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), - "EXDEV": reflect.ValueOf(syscall.EXDEV), - "EXFULL": reflect.ValueOf(syscall.EXFULL), - "Environ": reflect.ValueOf(syscall.Environ), - "Exit": reflect.ValueOf(syscall.Exit), - "FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_CNVT": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), - "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("12", 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_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "F_RGETLK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "F_RSETLK": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "F_RSETLKW": reflect.ValueOf(constant.MakeFromLiteral("13", 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("3", token.INT, 0)), - "F_UNLKSYS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Fchdir": reflect.ValueOf(syscall.Fchdir), - "Fchmod": reflect.ValueOf(syscall.Fchmod), - "Fchown": reflect.ValueOf(syscall.Fchown), - "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), - "Fstat": reflect.ValueOf(syscall.Fstat), - "Fsync": reflect.ValueOf(syscall.Fsync), - "Ftruncate": reflect.ValueOf(syscall.Ftruncate), - "Getcwd": reflect.ValueOf(syscall.Getcwd), - "Getegid": reflect.ValueOf(syscall.Getegid), - "Getenv": reflect.ValueOf(syscall.Getenv), - "Geteuid": reflect.ValueOf(syscall.Geteuid), - "Getgid": reflect.ValueOf(syscall.Getgid), - "Getgroups": reflect.ValueOf(syscall.Getgroups), - "Getpagesize": reflect.ValueOf(syscall.Getpagesize), - "Getpeername": reflect.ValueOf(syscall.Getpeername), - "Getpid": reflect.ValueOf(syscall.Getpid), - "Getppid": reflect.ValueOf(syscall.Getppid), - "Getsockname": reflect.ValueOf(syscall.Getsockname), - "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), - "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), - "Getuid": reflect.ValueOf(syscall.Getuid), - "Getwd": reflect.ValueOf(syscall.Getwd), - "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), - "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), - "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), - "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), - "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "IPPROTO_IPV4": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), - "IPPROTO_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), - "IPPROTO_UDP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), - "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), - "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), - "IPV6_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), - "IPV6_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), - "IPV6_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), - "IPV6_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), - "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), - "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), - "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), - "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), - "IP_PORTRANGE": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), - "IP_PORTRANGE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "IP_PORTRANGE_HIGH": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "IP_PORTRANGE_LOW": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), - "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), - "Kill": reflect.ValueOf(syscall.Kill), - "Lchown": reflect.ValueOf(syscall.Lchown), - "Link": reflect.ValueOf(syscall.Link), - "Listen": reflect.ValueOf(syscall.Listen), - "Lstat": reflect.ValueOf(syscall.Lstat), - "Mkdir": reflect.ValueOf(syscall.Mkdir), - "NET_RT_IFLIST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), - "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), - "O_ACCMODE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "O_APPEND": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "O_CREATE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), - "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), - "O_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "O_RDWR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), - "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), - "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "Open": reflect.ValueOf(syscall.Open), - "ParseDirent": reflect.ValueOf(syscall.ParseDirent), - "ParseRoutingMessage": reflect.ValueOf(syscall.ParseRoutingMessage), - "ParseRoutingSockaddr": reflect.ValueOf(syscall.ParseRoutingSockaddr), - "PathMax": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), - "Pipe": reflect.ValueOf(syscall.Pipe), - "Pread": reflect.ValueOf(syscall.Pread), - "Pwrite": reflect.ValueOf(syscall.Pwrite), - "RawSyscall": reflect.ValueOf(syscall.RawSyscall), - "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), - "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), - "Rmdir": reflect.ValueOf(syscall.Rmdir), - "RouteRIB": reflect.ValueOf(syscall.RouteRIB), - "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)), - "SIGCHLD": reflect.ValueOf(syscall.SIGCHLD), - "SIGINT": reflect.ValueOf(syscall.SIGINT), - "SIGKILL": reflect.ValueOf(syscall.SIGKILL), - "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), - "SIGTRAP": reflect.ValueOf(syscall.SIGTRAP), - "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SOCK_RAW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "SOCK_SEQPACKET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), - "SOCK_STREAM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), - "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), - "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), - "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), - "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), - "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), - "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), - "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), - "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), - "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("500", token.INT, 0)), - "S_IEXEC": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), - "S_IFBLK": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), - "S_IFBOUNDSOCK": reflect.ValueOf(constant.MakeFromLiteral("77824", token.INT, 0)), - "S_IFCHR": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), - "S_IFCOND": reflect.ValueOf(constant.MakeFromLiteral("90112", token.INT, 0)), - "S_IFDIR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), - "S_IFDSOCK": reflect.ValueOf(constant.MakeFromLiteral("69632", 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("126976", token.INT, 0)), - "S_IFMUTEX": reflect.ValueOf(constant.MakeFromLiteral("86016", token.INT, 0)), - "S_IFREG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), - "S_IFSEMA": reflect.ValueOf(constant.MakeFromLiteral("94208", token.INT, 0)), - "S_IFSHM": reflect.ValueOf(constant.MakeFromLiteral("81920", token.INT, 0)), - "S_IFSHM_SYSV": reflect.ValueOf(constant.MakeFromLiteral("98304", token.INT, 0)), - "S_IFSOCK": reflect.ValueOf(constant.MakeFromLiteral("49152", token.INT, 0)), - "S_IFSOCKADDR": reflect.ValueOf(constant.MakeFromLiteral("73728", 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_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)), - "S_UNSUP": reflect.ValueOf(constant.MakeFromLiteral("126976", token.INT, 0)), - "Seek": reflect.ValueOf(syscall.Seek), - "Sendfile": reflect.ValueOf(syscall.Sendfile), - "Sendmsg": reflect.ValueOf(syscall.Sendmsg), - "SendmsgN": reflect.ValueOf(syscall.SendmsgN), - "Sendto": reflect.ValueOf(syscall.Sendto), - "SetNonblock": reflect.ValueOf(syscall.SetNonblock), - "SetReadDeadline": reflect.ValueOf(syscall.SetReadDeadline), - "SetWriteDeadline": reflect.ValueOf(syscall.SetWriteDeadline), - "Setenv": reflect.ValueOf(syscall.Setenv), - "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), - "Shutdown": reflect.ValueOf(syscall.Shutdown), - "Socket": reflect.ValueOf(syscall.Socket), - "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), - "Socketpair": reflect.ValueOf(syscall.Socketpair), - "StartProcess": reflect.ValueOf(syscall.StartProcess), - "Stat": reflect.ValueOf(syscall.Stat), - "Stderr": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), - "Stdin": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "Stdout": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), - "StopIO": reflect.ValueOf(syscall.StopIO), - "StringBytePtr": reflect.ValueOf(syscall.StringBytePtr), - "StringByteSlice": reflect.ValueOf(syscall.StringByteSlice), - "Symlink": reflect.ValueOf(syscall.Symlink), - "Syscall": reflect.ValueOf(syscall.Syscall), - "Syscall6": reflect.ValueOf(syscall.Syscall6), - "Sysctl": reflect.ValueOf(syscall.Sysctl), - "SysctlUint32": reflect.ValueOf(syscall.SysctlUint32), - "TCP_KEEPIDLE": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), - "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), - "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), - "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), - "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), - "Truncate": reflect.ValueOf(syscall.Truncate), - "Unlink": reflect.ValueOf(syscall.Unlink), - "Unsetenv": reflect.ValueOf(syscall.Unsetenv), - "UtimesNano": reflect.ValueOf(syscall.UtimesNano), - "Wait4": reflect.ValueOf(syscall.Wait4), - "Write": reflect.ValueOf(syscall.Write), - - // type definitions - "Conn": reflect.ValueOf((*syscall.Conn)(nil)), - "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), - "Errno": reflect.ValueOf((*syscall.Errno)(nil)), - "ICMPv6Filter": reflect.ValueOf((*syscall.ICMPv6Filter)(nil)), - "IPMreq": reflect.ValueOf((*syscall.IPMreq)(nil)), - "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), - "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), - "Linger": reflect.ValueOf((*syscall.Linger)(nil)), - "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), - "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), - "RoutingMessage": reflect.ValueOf((*syscall.RoutingMessage)(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)), - "Stat_t": reflect.ValueOf((*syscall.Stat_t)(nil)), - "SysProcAttr": reflect.ValueOf((*syscall.SysProcAttr)(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_13_syscall_aix_ppc64.go b/stdlib/syscall/go1_15_syscall_aix_ppc64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_aix_ppc64.go rename to stdlib/syscall/go1_15_syscall_aix_ppc64.go index 1d0e10c7..e51c7393 100644 --- a/stdlib/syscall/go1_13_syscall_aix_ppc64.go +++ b/stdlib/syscall/go1_15_syscall_aix_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall @@ -244,7 +244,7 @@ func init() { "F_CLOSEM": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), "F_DUP2FD": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), - "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("0", 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("11", token.INT, 0)), @@ -1047,8 +1047,8 @@ func init() { "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)), "SO_USELOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), "SO_USE_IFBUFS": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), - "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), - "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), "S_BANDURG": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), "S_EMODFMT": reflect.ValueOf(constant.MakeFromLiteral("1006632960", token.INT, 0)), "S_ENFMT": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), diff --git a/stdlib/syscall/go1_13_syscall_linux_386.go b/stdlib/syscall/go1_15_syscall_android_386.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_386.go rename to stdlib/syscall/go1_15_syscall_android_386.go index 58231b35..e5734a23 100644 --- a/stdlib/syscall/go1_13_syscall_linux_386.go +++ b/stdlib/syscall/go1_15_syscall_android_386.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_android_amd64.go b/stdlib/syscall/go1_15_syscall_android_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_android_amd64.go rename to stdlib/syscall/go1_15_syscall_android_amd64.go index 022bbb67..df5f1bb7 100644 --- a/stdlib/syscall/go1_13_syscall_android_amd64.go +++ b/stdlib/syscall/go1_15_syscall_android_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_arm.go b/stdlib/syscall/go1_15_syscall_android_arm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_arm.go rename to stdlib/syscall/go1_15_syscall_android_arm.go index 9d78dd9f..96b454b4 100644 --- a/stdlib/syscall/go1_13_syscall_linux_arm.go +++ b/stdlib/syscall/go1_15_syscall_android_arm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_android_arm64.go b/stdlib/syscall/go1_15_syscall_android_arm64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_android_arm64.go rename to stdlib/syscall/go1_15_syscall_android_arm64.go index 4577fbb7..82a382fc 100644 --- a/stdlib/syscall/go1_13_syscall_android_arm64.go +++ b/stdlib/syscall/go1_15_syscall_android_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall @@ -1721,11 +1721,9 @@ func init() { "SYS_DELETE_MODULE": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), "SYS_DUP3": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "SYS_EPOLL_CREATE": reflect.ValueOf(constant.MakeFromLiteral("1042", token.INT, 0)), "SYS_EPOLL_CREATE1": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), "SYS_EPOLL_CTL": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), "SYS_EPOLL_PWAIT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "SYS_EPOLL_WAIT": reflect.ValueOf(constant.MakeFromLiteral("1069", token.INT, 0)), "SYS_EVENTFD2": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), "SYS_EXECVEAT": reflect.ValueOf(constant.MakeFromLiteral("281", token.INT, 0)), @@ -1755,7 +1753,6 @@ func init() { "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), "SYS_FUTEX": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), - "SYS_FUTIMESAT": reflect.ValueOf(constant.MakeFromLiteral("1066", token.INT, 0)), "SYS_GETCPU": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), "SYS_GETCWD": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), "SYS_GETDENTS64": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), @@ -1766,7 +1763,6 @@ func init() { "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("102", token.INT, 0)), "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), - "SYS_GETPGRP": reflect.ValueOf(constant.MakeFromLiteral("1060", token.INT, 0)), "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), @@ -1800,7 +1796,6 @@ func init() { "SYS_KEXEC_LOAD": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), "SYS_KEYCTL": reflect.ValueOf(constant.MakeFromLiteral("219", token.INT, 0)), "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), - "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("1032", token.INT, 0)), "SYS_LGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), "SYS_LINKAT": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), @@ -1843,7 +1838,6 @@ func init() { "SYS_NFSSERVCTL": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), "SYS_OPENAT": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), "SYS_OPEN_BY_HANDLE_AT": reflect.ValueOf(constant.MakeFromLiteral("265", token.INT, 0)), - "SYS_PAUSE": reflect.ValueOf(constant.MakeFromLiteral("1061", token.INT, 0)), "SYS_PERF_EVENT_OPEN": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), "SYS_PERSONALITY": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), "SYS_PIPE2": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), @@ -1948,7 +1942,6 @@ func init() { "SYS_SYSLOG": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), "SYS_TEE": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), "SYS_TGKILL": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), - "SYS_TIME": reflect.ValueOf(constant.MakeFromLiteral("1062", token.INT, 0)), "SYS_TIMERFD_CREATE": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), "SYS_TIMERFD_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), "SYS_TIMERFD_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), @@ -1965,10 +1958,7 @@ func init() { "SYS_UNAME": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), "SYS_UNLINKAT": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), "SYS_UNSHARE": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), - "SYS_USTAT": reflect.ValueOf(constant.MakeFromLiteral("1070", token.INT, 0)), - "SYS_UTIME": reflect.ValueOf(constant.MakeFromLiteral("1063", token.INT, 0)), "SYS_UTIMENSAT": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), - "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("1037", token.INT, 0)), "SYS_VHANGUP": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), "SYS_VMSPLICE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("260", token.INT, 0)), @@ -2238,7 +2228,6 @@ func init() { "Unmount": reflect.ValueOf(syscall.Unmount), "Unsetenv": reflect.ValueOf(syscall.Unsetenv), "Unshare": reflect.ValueOf(syscall.Unshare), - "Ustat": reflect.ValueOf(syscall.Ustat), "Utime": reflect.ValueOf(syscall.Utime), "Utimes": reflect.ValueOf(syscall.Utimes), "UtimesNano": reflect.ValueOf(syscall.UtimesNano), diff --git a/stdlib/syscall/go1_13_syscall_darwin_amd64.go b/stdlib/syscall/go1_15_syscall_darwin_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_darwin_amd64.go rename to stdlib/syscall/go1_15_syscall_darwin_amd64.go index 76fddca0..0ea36e38 100644 --- a/stdlib/syscall/go1_13_syscall_darwin_amd64.go +++ b/stdlib/syscall/go1_15_syscall_darwin_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_darwin_arm64.go b/stdlib/syscall/go1_15_syscall_darwin_arm64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_darwin_arm64.go rename to stdlib/syscall/go1_15_syscall_darwin_arm64.go index 2494c85d..956d1df5 100644 --- a/stdlib/syscall/go1_13_syscall_darwin_arm64.go +++ b/stdlib/syscall/go1_15_syscall_darwin_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_dragonfly_amd64.go b/stdlib/syscall/go1_15_syscall_dragonfly_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_dragonfly_amd64.go rename to stdlib/syscall/go1_15_syscall_dragonfly_amd64.go index 2eaec35c..eecdbe0d 100644 --- a/stdlib/syscall/go1_13_syscall_dragonfly_amd64.go +++ b/stdlib/syscall/go1_15_syscall_dragonfly_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_freebsd_386.go b/stdlib/syscall/go1_15_syscall_freebsd_386.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_freebsd_386.go rename to stdlib/syscall/go1_15_syscall_freebsd_386.go index 0b6b1469..e1d0f18b 100644 --- a/stdlib/syscall/go1_13_syscall_freebsd_386.go +++ b/stdlib/syscall/go1_15_syscall_freebsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_freebsd_amd64.go b/stdlib/syscall/go1_15_syscall_freebsd_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_freebsd_amd64.go rename to stdlib/syscall/go1_15_syscall_freebsd_amd64.go index bfba7de2..33314511 100644 --- a/stdlib/syscall/go1_13_syscall_freebsd_amd64.go +++ b/stdlib/syscall/go1_15_syscall_freebsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_freebsd_arm.go b/stdlib/syscall/go1_15_syscall_freebsd_arm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_freebsd_arm.go rename to stdlib/syscall/go1_15_syscall_freebsd_arm.go index b310649a..6295cfa6 100644 --- a/stdlib/syscall/go1_13_syscall_freebsd_arm.go +++ b/stdlib/syscall/go1_15_syscall_freebsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +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 new file mode 100644 index 00000000..a09ea6e9 --- /dev/null +++ b/stdlib/syscall/go1_15_syscall_freebsd_arm64.go @@ -0,0 +1,2299 @@ +// Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. + +// +build go1.15,!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_ARP": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "AF_ATM": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "AF_BLUETOOTH": reflect.ValueOf(constant.MakeFromLiteral("36", 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_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("28", token.INT, 0)), + "AF_INET6_SDP": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "AF_INET_SDP": reflect.ValueOf(constant.MakeFromLiteral("40", 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_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("42", token.INT, 0)), + "AF_NATM": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "AF_NETBIOS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "AF_NETGRAPH": reflect.ValueOf(constant.MakeFromLiteral("32", 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_SCLUSTER": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "AF_SIP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "AF_SLOW": reflect.ValueOf(constant.MakeFromLiteral("33", 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)), + "AF_VENDOR00": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "AF_VENDOR01": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "AF_VENDOR02": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "AF_VENDOR03": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "AF_VENDOR04": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "AF_VENDOR05": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "AF_VENDOR06": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "AF_VENDOR07": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "AF_VENDOR08": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "AF_VENDOR09": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "AF_VENDOR10": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "AF_VENDOR11": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "AF_VENDOR12": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "AF_VENDOR13": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "AF_VENDOR14": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "AF_VENDOR15": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), + "AF_VENDOR16": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), + "AF_VENDOR17": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "AF_VENDOR18": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "AF_VENDOR19": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), + "AF_VENDOR20": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), + "AF_VENDOR21": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), + "AF_VENDOR22": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), + "AF_VENDOR23": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "AF_VENDOR24": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), + "AF_VENDOR25": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "AF_VENDOR26": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), + "AF_VENDOR27": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), + "AF_VENDOR28": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "AF_VENDOR29": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), + "AF_VENDOR30": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), + "AF_VENDOR31": reflect.ValueOf(constant.MakeFromLiteral("101", token.INT, 0)), + "AF_VENDOR32": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), + "AF_VENDOR33": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), + "AF_VENDOR34": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), + "AF_VENDOR35": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), + "AF_VENDOR36": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), + "AF_VENDOR37": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), + "AF_VENDOR38": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), + "AF_VENDOR39": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), + "AF_VENDOR40": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), + "AF_VENDOR41": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "AF_VENDOR42": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "AF_VENDOR43": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), + "AF_VENDOR44": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "AF_VENDOR45": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), + "AF_VENDOR46": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), + "AF_VENDOR47": reflect.ValueOf(constant.MakeFromLiteral("133", 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)), + "B460800": reflect.ValueOf(constant.MakeFromLiteral("460800", 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)), + "B921600": reflect.ValueOf(constant.MakeFromLiteral("921600", token.INT, 0)), + "B9600": reflect.ValueOf(constant.MakeFromLiteral("9600", token.INT, 0)), + "BIOCFEEDBACK": reflect.ValueOf(constant.MakeFromLiteral("2147762812", token.INT, 0)), + "BIOCFLUSH": reflect.ValueOf(constant.MakeFromLiteral("536887912", token.INT, 0)), + "BIOCGBLEN": reflect.ValueOf(constant.MakeFromLiteral("1074020966", token.INT, 0)), + "BIOCGDIRECTION": reflect.ValueOf(constant.MakeFromLiteral("1074020982", token.INT, 0)), + "BIOCGDLT": reflect.ValueOf(constant.MakeFromLiteral("1074020970", token.INT, 0)), + "BIOCGDLTLIST": reflect.ValueOf(constant.MakeFromLiteral("3222291065", token.INT, 0)), + "BIOCGETBUFMODE": reflect.ValueOf(constant.MakeFromLiteral("1074020989", token.INT, 0)), + "BIOCGETIF": reflect.ValueOf(constant.MakeFromLiteral("1075855979", token.INT, 0)), + "BIOCGETZMAX": reflect.ValueOf(constant.MakeFromLiteral("1074283135", 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)), + "BIOCGTSTAMP": reflect.ValueOf(constant.MakeFromLiteral("1074020995", token.INT, 0)), + "BIOCIMMEDIATE": reflect.ValueOf(constant.MakeFromLiteral("2147762800", token.INT, 0)), + "BIOCLOCK": reflect.ValueOf(constant.MakeFromLiteral("536887930", token.INT, 0)), + "BIOCPROMISC": reflect.ValueOf(constant.MakeFromLiteral("536887913", token.INT, 0)), + "BIOCROTZBUF": reflect.ValueOf(constant.MakeFromLiteral("1075331712", token.INT, 0)), + "BIOCSBLEN": reflect.ValueOf(constant.MakeFromLiteral("3221504614", token.INT, 0)), + "BIOCSDIRECTION": reflect.ValueOf(constant.MakeFromLiteral("2147762807", token.INT, 0)), + "BIOCSDLT": reflect.ValueOf(constant.MakeFromLiteral("2147762808", token.INT, 0)), + "BIOCSETBUFMODE": reflect.ValueOf(constant.MakeFromLiteral("2147762814", token.INT, 0)), + "BIOCSETF": reflect.ValueOf(constant.MakeFromLiteral("2148549223", token.INT, 0)), + "BIOCSETFNR": reflect.ValueOf(constant.MakeFromLiteral("2148549250", token.INT, 0)), + "BIOCSETIF": reflect.ValueOf(constant.MakeFromLiteral("2149597804", token.INT, 0)), + "BIOCSETWF": reflect.ValueOf(constant.MakeFromLiteral("2148549243", token.INT, 0)), + "BIOCSETZBUF": reflect.ValueOf(constant.MakeFromLiteral("2149073537", 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)), + "BIOCSTSTAMP": reflect.ValueOf(constant.MakeFromLiteral("2147762820", 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("8", 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_BUFMODE_BUFFER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_BUFMODE_ZBUF": reflect.ValueOf(constant.MakeFromLiteral("2", 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_T_BINTIME": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "BPF_T_BINTIME_FAST": reflect.ValueOf(constant.MakeFromLiteral("258", token.INT, 0)), + "BPF_T_BINTIME_MONOTONIC": reflect.ValueOf(constant.MakeFromLiteral("514", token.INT, 0)), + "BPF_T_BINTIME_MONOTONIC_FAST": reflect.ValueOf(constant.MakeFromLiteral("770", token.INT, 0)), + "BPF_T_FAST": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "BPF_T_FLAG_MASK": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "BPF_T_FORMAT_MASK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "BPF_T_MICROTIME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "BPF_T_MICROTIME_FAST": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "BPF_T_MICROTIME_MONOTONIC": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "BPF_T_MICROTIME_MONOTONIC_FAST": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "BPF_T_MONOTONIC": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "BPF_T_MONOTONIC_FAST": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "BPF_T_NANOTIME": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "BPF_T_NANOTIME_FAST": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), + "BPF_T_NANOTIME_MONOTONIC": reflect.ValueOf(constant.MakeFromLiteral("513", token.INT, 0)), + "BPF_T_NANOTIME_MONOTONIC_FAST": reflect.ValueOf(constant.MakeFromLiteral("769", token.INT, 0)), + "BPF_T_NONE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "BPF_T_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", 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("24", 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_A429": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), + "DLT_A653_ICM": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), + "DLT_AIRONET_HEADER": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), + "DLT_AOS": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), + "DLT_APPLE_IP_OVER_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), + "DLT_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "DLT_ARCNET_LINUX": reflect.ValueOf(constant.MakeFromLiteral("129", 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_AURORA": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), + "DLT_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "DLT_AX25_KISS": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), + "DLT_BACNET_MS_TP": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), + "DLT_BLUETOOTH_HCI_H4": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), + "DLT_BLUETOOTH_HCI_H4_WITH_PHDR": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), + "DLT_CAN20B": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), + "DLT_CAN_SOCKETCAN": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), + "DLT_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "DLT_CHDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "DLT_CISCO_IOS": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), + "DLT_C_HDLC": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "DLT_C_HDLC_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), + "DLT_DBUS": reflect.ValueOf(constant.MakeFromLiteral("231", token.INT, 0)), + "DLT_DECT": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), + "DLT_DOCSIS": reflect.ValueOf(constant.MakeFromLiteral("143", token.INT, 0)), + "DLT_DVB_CI": reflect.ValueOf(constant.MakeFromLiteral("235", token.INT, 0)), + "DLT_ECONET": reflect.ValueOf(constant.MakeFromLiteral("115", 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("109", token.INT, 0)), + "DLT_ERF": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), + "DLT_ERF_ETH": reflect.ValueOf(constant.MakeFromLiteral("175", token.INT, 0)), + "DLT_ERF_POS": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), + "DLT_FC_2": reflect.ValueOf(constant.MakeFromLiteral("224", token.INT, 0)), + "DLT_FC_2_WITH_FRAME_DELIMS": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), + "DLT_FDDI": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "DLT_FLEXRAY": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), + "DLT_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), + "DLT_FRELAY_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), + "DLT_GCOM_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), + "DLT_GCOM_T1E1": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), + "DLT_GPF_F": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), + "DLT_GPF_T": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), + "DLT_GPRS_LLC": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), + "DLT_GSMTAP_ABIS": reflect.ValueOf(constant.MakeFromLiteral("218", token.INT, 0)), + "DLT_GSMTAP_UM": reflect.ValueOf(constant.MakeFromLiteral("217", token.INT, 0)), + "DLT_HHDLC": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "DLT_IBM_SN": reflect.ValueOf(constant.MakeFromLiteral("146", token.INT, 0)), + "DLT_IBM_SP": reflect.ValueOf(constant.MakeFromLiteral("145", 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_IEEE802_15_4": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), + "DLT_IEEE802_15_4_LINUX": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), + "DLT_IEEE802_15_4_NOFCS": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), + "DLT_IEEE802_15_4_NONASK_PHY": reflect.ValueOf(constant.MakeFromLiteral("215", token.INT, 0)), + "DLT_IEEE802_16_MAC_CPS": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), + "DLT_IEEE802_16_MAC_CPS_RADIO": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), + "DLT_IPFILTER": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), + "DLT_IPMB": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), + "DLT_IPMB_LINUX": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), + "DLT_IPNET": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), + "DLT_IPOIB": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), + "DLT_IPV4": reflect.ValueOf(constant.MakeFromLiteral("228", token.INT, 0)), + "DLT_IPV6": reflect.ValueOf(constant.MakeFromLiteral("229", token.INT, 0)), + "DLT_IP_OVER_FC": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), + "DLT_JUNIPER_ATM1": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "DLT_JUNIPER_ATM2": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "DLT_JUNIPER_ATM_CEMIC": reflect.ValueOf(constant.MakeFromLiteral("238", token.INT, 0)), + "DLT_JUNIPER_CHDLC": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), + "DLT_JUNIPER_ES": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), + "DLT_JUNIPER_ETHER": reflect.ValueOf(constant.MakeFromLiteral("178", token.INT, 0)), + "DLT_JUNIPER_FIBRECHANNEL": reflect.ValueOf(constant.MakeFromLiteral("234", token.INT, 0)), + "DLT_JUNIPER_FRELAY": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), + "DLT_JUNIPER_GGSN": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), + "DLT_JUNIPER_ISM": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), + "DLT_JUNIPER_MFR": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "DLT_JUNIPER_MLFR": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), + "DLT_JUNIPER_MLPPP": reflect.ValueOf(constant.MakeFromLiteral("130", token.INT, 0)), + "DLT_JUNIPER_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), + "DLT_JUNIPER_PIC_PEER": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), + "DLT_JUNIPER_PPP": reflect.ValueOf(constant.MakeFromLiteral("179", token.INT, 0)), + "DLT_JUNIPER_PPPOE": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), + "DLT_JUNIPER_PPPOE_ATM": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), + "DLT_JUNIPER_SERVICES": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), + "DLT_JUNIPER_SRX_E2E": reflect.ValueOf(constant.MakeFromLiteral("233", token.INT, 0)), + "DLT_JUNIPER_ST": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "DLT_JUNIPER_VP": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), + "DLT_JUNIPER_VS": reflect.ValueOf(constant.MakeFromLiteral("232", token.INT, 0)), + "DLT_LAPB_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), + "DLT_LAPD": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), + "DLT_LIN": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), + "DLT_LINUX_EVDEV": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), + "DLT_LINUX_IRDA": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), + "DLT_LINUX_LAPD": reflect.ValueOf(constant.MakeFromLiteral("177", token.INT, 0)), + "DLT_LINUX_PPP_WITHDIRECTION": reflect.ValueOf(constant.MakeFromLiteral("166", 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_LTALK": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), + "DLT_MATCHING_MAX": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), + "DLT_MATCHING_MIN": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "DLT_MFR": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), + "DLT_MOST": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), + "DLT_MPEG_2_TS": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), + "DLT_MPLS": reflect.ValueOf(constant.MakeFromLiteral("219", token.INT, 0)), + "DLT_MTP2": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), + "DLT_MTP2_WITH_PHDR": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), + "DLT_MTP3": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), + "DLT_MUX27010": reflect.ValueOf(constant.MakeFromLiteral("236", token.INT, 0)), + "DLT_NETANALYZER": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "DLT_NETANALYZER_TRANSPARENT": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), + "DLT_NFC_LLCP": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), + "DLT_NFLOG": reflect.ValueOf(constant.MakeFromLiteral("239", token.INT, 0)), + "DLT_NG40": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), + "DLT_NULL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "DLT_PCI_EXP": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), + "DLT_PFLOG": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), + "DLT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "DLT_PPI": reflect.ValueOf(constant.MakeFromLiteral("192", 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_PPPD": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), + "DLT_PPP_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "DLT_PPP_WITH_DIR": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), + "DLT_PPP_WITH_DIRECTION": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), + "DLT_PRISM_HEADER": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), + "DLT_PRONET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "DLT_RAIF1": reflect.ValueOf(constant.MakeFromLiteral("198", token.INT, 0)), + "DLT_RAW": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "DLT_RIO": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), + "DLT_SCCP": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), + "DLT_SITA": reflect.ValueOf(constant.MakeFromLiteral("196", 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_STANAG_5066_D_PDU": reflect.ValueOf(constant.MakeFromLiteral("237", token.INT, 0)), + "DLT_SUNATM": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "DLT_SYMANTEC_FIREWALL": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), + "DLT_TZSP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "DLT_USB": reflect.ValueOf(constant.MakeFromLiteral("186", token.INT, 0)), + "DLT_USB_LINUX": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), + "DLT_USB_LINUX_MMAPPED": reflect.ValueOf(constant.MakeFromLiteral("220", 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)), + "DLT_WIHART": reflect.ValueOf(constant.MakeFromLiteral("223", token.INT, 0)), + "DLT_X2E_SERIAL": reflect.ValueOf(constant.MakeFromLiteral("213", token.INT, 0)), + "DLT_X2E_XORAYA": reflect.ValueOf(constant.MakeFromLiteral("214", 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), + "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), + "ECAPMODE": reflect.ValueOf(syscall.ECAPMODE), + "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), + "EDOOFUS": reflect.ValueOf(syscall.EDOOFUS), + "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), + "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), + "ENOPROTOOPT": reflect.ValueOf(syscall.ENOPROTOOPT), + "ENOSPC": reflect.ValueOf(syscall.ENOSPC), + "ENOSYS": reflect.ValueOf(syscall.ENOSYS), + "ENOTBLK": reflect.ValueOf(syscall.ENOTBLK), + "ENOTCAPABLE": reflect.ValueOf(syscall.ENOTCAPABLE), + "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), + "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_LIO": reflect.ValueOf(constant.MakeFromLiteral("-10", 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("11", token.INT, 0)), + "EVFILT_TIMER": reflect.ValueOf(constant.MakeFromLiteral("-7", token.INT, 0)), + "EVFILT_USER": reflect.ValueOf(constant.MakeFromLiteral("-11", 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_DROP": reflect.ValueOf(constant.MakeFromLiteral("4096", 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), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "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_CANCEL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "F_DUP2FD": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "F_DUP2FD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("17", 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("11", token.INT, 0)), + "F_GETOWN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "F_OGETLK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "F_OK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_OSETLK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "F_OSETLKW": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "F_RDAHEAD": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "F_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "F_READAHEAD": reflect.ValueOf(constant.MakeFromLiteral("15", 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("12", token.INT, 0)), + "F_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "F_SETLK_REMOTE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "F_SETOWN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "F_UNLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_UNLCKSYS": 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), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), + "Fpathconf": reflect.ValueOf(syscall.Fpathconf), + "Fstat": reflect.ValueOf(syscall.Fstat), + "Fstatat": reflect.ValueOf(syscall.Fstatat), + "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), + "GetsockoptIPMreqn": reflect.ValueOf(syscall.GetsockoptIPMreqn), + "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_ALTPHYS": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IFF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFF_CANTCHANGE": reflect.ValueOf(constant.MakeFromLiteral("2199410", token.INT, 0)), + "IFF_CANTCONFIG": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "IFF_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFF_DRV_OACTIVE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFF_DRV_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IFF_DYING": reflect.ValueOf(constant.MakeFromLiteral("2097152", 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_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("262144", 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_PPROMISC": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "IFF_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IFF_RENAMING": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "IFF_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IFF_SIMPLEX": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IFF_SMART": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IFF_STATICARP": reflect.ValueOf(constant.MakeFromLiteral("524288", 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_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("248", 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_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_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_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("242", 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_IPXIP": reflect.ValueOf(constant.MakeFromLiteral("249", 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_LOCALTALK": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "IFT_LOOP": reflect.ValueOf(constant.MakeFromLiteral("24", 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("246", token.INT, 0)), + "IFT_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("247", token.INT, 0)), + "IFT_PLC": reflect.ValueOf(constant.MakeFromLiteral("174", 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_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("241", 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_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_STF": reflect.ValueOf(constant.MakeFromLiteral("215", token.INT, 0)), + "IFT_T1": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IFT_TDLC": reflect.ValueOf(constant.MakeFromLiteral("116", 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_VOICEEM": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), + "IFT_VOICEENCAP": reflect.ValueOf(constant.MakeFromLiteral("103", 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_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_MASK": reflect.ValueOf(constant.MakeFromLiteral("4294967294", 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_CARP": reflect.ValueOf(constant.MakeFromLiteral("112", 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("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_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_MH": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "IPPROTO_MHRP": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "IPPROTO_MICP": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "IPPROTO_MOBILE": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "IPPROTO_MPLS": reflect.ValueOf(constant.MakeFromLiteral("137", 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_OLD_DIVERT": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "IPPROTO_OSPFIGP": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "IPPROTO_PFSYNC": reflect.ValueOf(constant.MakeFromLiteral("240", 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_SEND": reflect.ValueOf(constant.MakeFromLiteral("259", token.INT, 0)), + "IPPROTO_SEP": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "IPPROTO_SKIP": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "IPPROTO_SPACER": reflect.ValueOf(constant.MakeFromLiteral("32767", 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_TLSP": reflect.ValueOf(constant.MakeFromLiteral("56", 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_AUTOFLOWLABEL": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IPV6_BINDANY": reflect.ValueOf(constant.MakeFromLiteral("64", 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_DONTFRAG": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "IPV6_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("50", 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("47", token.INT, 0)), + "IPV6_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("49", 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_MSFILTER": reflect.ValueOf(constant.MakeFromLiteral("74", 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_PATHMTU": reflect.ValueOf(constant.MakeFromLiteral("44", 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_PREFER_TEMPADDR": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "IPV6_RECVDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("40", 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_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_ADD_SOURCE_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), + "IP_BINDANY": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IP_BLOCK_SOURCE": reflect.ValueOf(constant.MakeFromLiteral("72", 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_DONTFRAG": reflect.ValueOf(constant.MakeFromLiteral("67", 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_DUMMYNET3": reflect.ValueOf(constant.MakeFromLiteral("49", 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_FW3": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "IP_FW_ADD": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IP_FW_DEL": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IP_FW_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "IP_FW_GET": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IP_FW_NAT_CFG": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "IP_FW_NAT_DEL": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "IP_FW_NAT_GET_CONFIG": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "IP_FW_NAT_GET_LOG": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IP_FW_RESETLOG": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "IP_FW_TABLE_ADD": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "IP_FW_TABLE_DEL": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IP_FW_TABLE_FLUSH": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "IP_FW_TABLE_GETSIZE": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "IP_FW_TABLE_LIST": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "IP_FW_ZERO": reflect.ValueOf(constant.MakeFromLiteral("53", 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_MAX_SOURCE_FILTER": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IP_MF": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IP_MINTTL": reflect.ValueOf(constant.MakeFromLiteral("66", 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_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_OFFMASK": reflect.ValueOf(constant.MakeFromLiteral("8191", token.INT, 0)), + "IP_ONESBCAST": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IP_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("1", 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_RECVRETOPTS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IP_RECVTOS": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), + "IP_RECVTTL": reflect.ValueOf(constant.MakeFromLiteral("65", 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_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)), + "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)), + "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), + "Kill": reflect.ValueOf(syscall.Kill), + "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_AUTOSYNC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "MADV_CORE": 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_NOCORE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MADV_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MADV_NOSYNC": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "MADV_PROTECT": reflect.ValueOf(constant.MakeFromLiteral("10", 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_32BIT": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "MAP_ALIGNED_SUPER": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "MAP_ALIGNMENT_MASK": reflect.ValueOf(constant.MakeFromLiteral("-16777216", token.INT, 0)), + "MAP_ALIGNMENT_SHIFT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "MAP_ANON": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MAP_ANONYMOUS": 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_NOCORE": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "MAP_NORESERVE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "MAP_NOSYNC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "MAP_PREFAULT_READ": reflect.ValueOf(constant.MakeFromLiteral("262144", 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_RESERVED0100": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "MAP_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MAP_STACK": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "MCL_CURRENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MCL_FUTURE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MSG_CMSG_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "MSG_COMPAT": reflect.ValueOf(constant.MakeFromLiteral("32768", 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_NBIO": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "MSG_NOSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "MSG_NOTIFICATION": reflect.ValueOf(constant.MakeFromLiteral("8192", 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("2", token.INT, 0)), + "MS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("0", 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_IFLISTL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "NET_RT_IFMALIST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NET_RT_MAXID": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "NOFLSH": reflect.ValueOf(constant.MakeFromLiteral("2147483648", 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_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_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_TRIGGER": reflect.ValueOf(constant.MakeFromLiteral("16777216", 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("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_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("1048576", token.INT, 0)), + "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "O_DIRECT": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "O_DIRECTORY": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "O_EXEC": reflect.ValueOf(constant.MakeFromLiteral("262144", 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_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_TTY_INIT": reflect.ValueOf(constant.MakeFromLiteral("524288", 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)), + "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_AS": reflect.ValueOf(constant.MakeFromLiteral("10", 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_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("268752904", token.INT, 0)), + "RTF_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTF_GWFLAG_COMPAT": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "RTF_HOST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTF_LLDATA": reflect.ValueOf(constant.MakeFromLiteral("1024", 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_RNH_LOCKED": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "RTF_STATIC": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "RTF_STICKY": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "RTF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", 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_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "RTM_IFANNOUNCE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "RTM_IFINFO": reflect.ValueOf(constant.MakeFromLiteral("14", 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_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)), + "RTV_WEIGHT": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "RT_CACHING_CONTEXT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RT_DEFAULT_FIB": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RT_NORTREF": reflect.ValueOf(constant.MakeFromLiteral("2", 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)), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "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_BINTIME": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "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), + "SIGLIBRT": reflect.ValueOf(syscall.SIGLIBRT), + "SIGLWP": reflect.ValueOf(syscall.SIGLWP), + "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)), + "SIOCADDRT": reflect.ValueOf(constant.MakeFromLiteral("2151707146", token.INT, 0)), + "SIOCAIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704858", token.INT, 0)), + "SIOCAIFGROUP": reflect.ValueOf(constant.MakeFromLiteral("2150132103", token.INT, 0)), + "SIOCALIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860635", token.INT, 0)), + "SIOCATMARK": reflect.ValueOf(constant.MakeFromLiteral("1074033415", token.INT, 0)), + "SIOCDELMULTI": reflect.ValueOf(constant.MakeFromLiteral("2149607730", token.INT, 0)), + "SIOCDELRT": reflect.ValueOf(constant.MakeFromLiteral("2151707147", token.INT, 0)), + "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607705", token.INT, 0)), + "SIOCDIFGROUP": reflect.ValueOf(constant.MakeFromLiteral("2150132105", token.INT, 0)), + "SIOCDIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607753", token.INT, 0)), + "SIOCDLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860637", token.INT, 0)), + "SIOCGDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("3223873915", token.INT, 0)), + "SIOCGETSGCNT": reflect.ValueOf(constant.MakeFromLiteral("3223351824", token.INT, 0)), + "SIOCGETVIFCNT": reflect.ValueOf(constant.MakeFromLiteral("3223876111", token.INT, 0)), + "SIOCGHIWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033409", token.INT, 0)), + "SIOCGIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349537", token.INT, 0)), + "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349539", token.INT, 0)), + "SIOCGIFCAP": reflect.ValueOf(constant.MakeFromLiteral("3223349535", token.INT, 0)), + "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("3222300964", token.INT, 0)), + "SIOCGIFDESCR": reflect.ValueOf(constant.MakeFromLiteral("3223349546", token.INT, 0)), + "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349538", token.INT, 0)), + "SIOCGIFFIB": reflect.ValueOf(constant.MakeFromLiteral("3223349596", token.INT, 0)), + "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("3223349521", token.INT, 0)), + "SIOCGIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("3223349562", token.INT, 0)), + "SIOCGIFGMEMB": reflect.ValueOf(constant.MakeFromLiteral("3223873930", token.INT, 0)), + "SIOCGIFGROUP": reflect.ValueOf(constant.MakeFromLiteral("3223873928", token.INT, 0)), + "SIOCGIFINDEX": reflect.ValueOf(constant.MakeFromLiteral("3223349536", token.INT, 0)), + "SIOCGIFMAC": reflect.ValueOf(constant.MakeFromLiteral("3223349542", token.INT, 0)), + "SIOCGIFMEDIA": reflect.ValueOf(constant.MakeFromLiteral("3224398136", 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("3223349576", token.INT, 0)), + "SIOCGIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("3223349557", token.INT, 0)), + "SIOCGIFPSRCADDR": reflect.ValueOf(constant.MakeFromLiteral("3223349575", token.INT, 0)), + "SIOCGIFSTATUS": reflect.ValueOf(constant.MakeFromLiteral("3274795323", token.INT, 0)), + "SIOCGLIFADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602460", token.INT, 0)), + "SIOCGLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("3239602507", token.INT, 0)), + "SIOCGLOWAT": reflect.ValueOf(constant.MakeFromLiteral("1074033411", token.INT, 0)), + "SIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("1074033417", token.INT, 0)), + "SIOCGPRIVATE_0": reflect.ValueOf(constant.MakeFromLiteral("3223349584", token.INT, 0)), + "SIOCGPRIVATE_1": reflect.ValueOf(constant.MakeFromLiteral("3223349585", token.INT, 0)), + "SIOCIFCREATE": reflect.ValueOf(constant.MakeFromLiteral("3223349626", token.INT, 0)), + "SIOCIFCREATE2": reflect.ValueOf(constant.MakeFromLiteral("3223349628", token.INT, 0)), + "SIOCIFDESTROY": reflect.ValueOf(constant.MakeFromLiteral("2149607801", token.INT, 0)), + "SIOCIFGCLONERS": reflect.ValueOf(constant.MakeFromLiteral("3222301048", token.INT, 0)), + "SIOCSDRVSPEC": reflect.ValueOf(constant.MakeFromLiteral("2150132091", token.INT, 0)), + "SIOCSHIWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775232", token.INT, 0)), + "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607692", token.INT, 0)), + "SIOCSIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607699", token.INT, 0)), + "SIOCSIFCAP": reflect.ValueOf(constant.MakeFromLiteral("2149607710", token.INT, 0)), + "SIOCSIFDESCR": reflect.ValueOf(constant.MakeFromLiteral("2149607721", token.INT, 0)), + "SIOCSIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607694", token.INT, 0)), + "SIOCSIFFIB": reflect.ValueOf(constant.MakeFromLiteral("2149607773", token.INT, 0)), + "SIOCSIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("2149607696", token.INT, 0)), + "SIOCSIFGENERIC": reflect.ValueOf(constant.MakeFromLiteral("2149607737", token.INT, 0)), + "SIOCSIFLLADDR": reflect.ValueOf(constant.MakeFromLiteral("2149607740", token.INT, 0)), + "SIOCSIFMAC": reflect.ValueOf(constant.MakeFromLiteral("2149607719", 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)), + "SIOCSIFNAME": reflect.ValueOf(constant.MakeFromLiteral("2149607720", token.INT, 0)), + "SIOCSIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("2149607702", token.INT, 0)), + "SIOCSIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2151704902", token.INT, 0)), + "SIOCSIFPHYS": reflect.ValueOf(constant.MakeFromLiteral("2149607734", token.INT, 0)), + "SIOCSIFRVNET": reflect.ValueOf(constant.MakeFromLiteral("3223349595", token.INT, 0)), + "SIOCSIFVNET": reflect.ValueOf(constant.MakeFromLiteral("3223349594", token.INT, 0)), + "SIOCSLIFPHYADDR": reflect.ValueOf(constant.MakeFromLiteral("2165860682", token.INT, 0)), + "SIOCSLOWAT": reflect.ValueOf(constant.MakeFromLiteral("2147775234", token.INT, 0)), + "SIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("2147775240", token.INT, 0)), + "SOCK_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SOCK_MAXADDRLEN": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "SOCK_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("536870912", 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_ACCEPTFILTER": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "SO_BINTIME": reflect.ValueOf(constant.MakeFromLiteral("8192", 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_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("4105", token.INT, 0)), + "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SO_LISTENINCQLEN": reflect.ValueOf(constant.MakeFromLiteral("4115", token.INT, 0)), + "SO_LISTENQLEN": reflect.ValueOf(constant.MakeFromLiteral("4114", token.INT, 0)), + "SO_LISTENQLIMIT": reflect.ValueOf(constant.MakeFromLiteral("4113", token.INT, 0)), + "SO_NOSIGPIPE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "SO_NO_DDP": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "SO_NO_OFFLOAD": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "SO_OOBINLINE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "SO_PEERLABEL": reflect.ValueOf(constant.MakeFromLiteral("4112", token.INT, 0)), + "SO_PROTOCOL": reflect.ValueOf(constant.MakeFromLiteral("4118", token.INT, 0)), + "SO_PROTOTYPE": reflect.ValueOf(constant.MakeFromLiteral("4118", 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_SETFIB": reflect.ValueOf(constant.MakeFromLiteral("4116", 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_USELOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "SO_USER_COOKIE": reflect.ValueOf(constant.MakeFromLiteral("4117", token.INT, 0)), + "SO_VENDOR": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "SYS_ABORT2": reflect.ValueOf(constant.MakeFromLiteral("463", token.INT, 0)), + "SYS_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "SYS_ACCEPT4": reflect.ValueOf(constant.MakeFromLiteral("541", token.INT, 0)), + "SYS_ACCESS": reflect.ValueOf(constant.MakeFromLiteral("33", 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("465", token.INT, 0)), + "SYS_AIO_MLOCK": reflect.ValueOf(constant.MakeFromLiteral("543", token.INT, 0)), + "SYS_AIO_READ": reflect.ValueOf(constant.MakeFromLiteral("255", 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_WAITCOMPLETE": reflect.ValueOf(constant.MakeFromLiteral("359", token.INT, 0)), + "SYS_AIO_WRITE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "SYS_AUDIT": reflect.ValueOf(constant.MakeFromLiteral("445", token.INT, 0)), + "SYS_AUDITCTL": reflect.ValueOf(constant.MakeFromLiteral("453", token.INT, 0)), + "SYS_AUDITON": reflect.ValueOf(constant.MakeFromLiteral("446", token.INT, 0)), + "SYS_BIND": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "SYS_BINDAT": reflect.ValueOf(constant.MakeFromLiteral("538", token.INT, 0)), + "SYS_CAP_ENTER": reflect.ValueOf(constant.MakeFromLiteral("516", token.INT, 0)), + "SYS_CAP_FCNTLS_GET": reflect.ValueOf(constant.MakeFromLiteral("537", token.INT, 0)), + "SYS_CAP_FCNTLS_LIMIT": reflect.ValueOf(constant.MakeFromLiteral("536", token.INT, 0)), + "SYS_CAP_GETMODE": reflect.ValueOf(constant.MakeFromLiteral("517", token.INT, 0)), + "SYS_CAP_IOCTLS_GET": reflect.ValueOf(constant.MakeFromLiteral("535", token.INT, 0)), + "SYS_CAP_IOCTLS_LIMIT": reflect.ValueOf(constant.MakeFromLiteral("534", token.INT, 0)), + "SYS_CAP_RIGHTS_LIMIT": reflect.ValueOf(constant.MakeFromLiteral("533", 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("540", 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_GETCPUCLOCKID2": reflect.ValueOf(constant.MakeFromLiteral("247", token.INT, 0)), + "SYS_CLOCK_GETRES": reflect.ValueOf(constant.MakeFromLiteral("234", token.INT, 0)), + "SYS_CLOCK_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("232", token.INT, 0)), + "SYS_CLOCK_NANOSLEEP": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), + "SYS_CLOCK_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("233", token.INT, 0)), + "SYS_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "SYS_CLOSEFROM": reflect.ValueOf(constant.MakeFromLiteral("509", token.INT, 0)), + "SYS_CONNECT": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), + "SYS_CONNECTAT": reflect.ValueOf(constant.MakeFromLiteral("539", token.INT, 0)), + "SYS_CPUSET": reflect.ValueOf(constant.MakeFromLiteral("484", token.INT, 0)), + "SYS_CPUSET_GETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("487", token.INT, 0)), + "SYS_CPUSET_GETID": reflect.ValueOf(constant.MakeFromLiteral("486", token.INT, 0)), + "SYS_CPUSET_SETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("488", token.INT, 0)), + "SYS_CPUSET_SETID": reflect.ValueOf(constant.MakeFromLiteral("485", token.INT, 0)), + "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "SYS_DUP2": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), + "SYS_EACCESS": reflect.ValueOf(constant.MakeFromLiteral("376", token.INT, 0)), + "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "SYS_EXIT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SYS_EXTATTRCTL": reflect.ValueOf(constant.MakeFromLiteral("355", token.INT, 0)), + "SYS_EXTATTR_DELETE_FD": reflect.ValueOf(constant.MakeFromLiteral("373", token.INT, 0)), + "SYS_EXTATTR_DELETE_FILE": reflect.ValueOf(constant.MakeFromLiteral("358", token.INT, 0)), + "SYS_EXTATTR_DELETE_LINK": reflect.ValueOf(constant.MakeFromLiteral("414", token.INT, 0)), + "SYS_EXTATTR_GET_FD": reflect.ValueOf(constant.MakeFromLiteral("372", token.INT, 0)), + "SYS_EXTATTR_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("357", token.INT, 0)), + "SYS_EXTATTR_GET_LINK": reflect.ValueOf(constant.MakeFromLiteral("413", token.INT, 0)), + "SYS_EXTATTR_LIST_FD": reflect.ValueOf(constant.MakeFromLiteral("437", token.INT, 0)), + "SYS_EXTATTR_LIST_FILE": reflect.ValueOf(constant.MakeFromLiteral("438", token.INT, 0)), + "SYS_EXTATTR_LIST_LINK": reflect.ValueOf(constant.MakeFromLiteral("439", token.INT, 0)), + "SYS_EXTATTR_SET_FD": reflect.ValueOf(constant.MakeFromLiteral("371", token.INT, 0)), + "SYS_EXTATTR_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("356", token.INT, 0)), + "SYS_EXTATTR_SET_LINK": reflect.ValueOf(constant.MakeFromLiteral("412", token.INT, 0)), + "SYS_FACCESSAT": reflect.ValueOf(constant.MakeFromLiteral("489", 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("490", token.INT, 0)), + "SYS_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "SYS_FCHOWNAT": reflect.ValueOf(constant.MakeFromLiteral("491", token.INT, 0)), + "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "SYS_FDATASYNC": reflect.ValueOf(constant.MakeFromLiteral("550", token.INT, 0)), + "SYS_FEXECVE": reflect.ValueOf(constant.MakeFromLiteral("492", token.INT, 0)), + "SYS_FFCLOCK_GETCOUNTER": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), + "SYS_FFCLOCK_GETESTIMATE": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), + "SYS_FFCLOCK_SETESTIMATE": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), + "SYS_FHOPEN": reflect.ValueOf(constant.MakeFromLiteral("298", token.INT, 0)), + "SYS_FHSTAT": reflect.ValueOf(constant.MakeFromLiteral("299", token.INT, 0)), + "SYS_FHSTATFS": reflect.ValueOf(constant.MakeFromLiteral("398", 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("189", token.INT, 0)), + "SYS_FSTATAT": reflect.ValueOf(constant.MakeFromLiteral("493", token.INT, 0)), + "SYS_FSTATFS": reflect.ValueOf(constant.MakeFromLiteral("397", token.INT, 0)), + "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("480", token.INT, 0)), + "SYS_FUTIMENS": reflect.ValueOf(constant.MakeFromLiteral("546", token.INT, 0)), + "SYS_FUTIMES": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), + "SYS_FUTIMESAT": reflect.ValueOf(constant.MakeFromLiteral("494", token.INT, 0)), + "SYS_GETAUDIT": reflect.ValueOf(constant.MakeFromLiteral("449", token.INT, 0)), + "SYS_GETAUDIT_ADDR": reflect.ValueOf(constant.MakeFromLiteral("451", token.INT, 0)), + "SYS_GETAUID": reflect.ValueOf(constant.MakeFromLiteral("447", token.INT, 0)), + "SYS_GETCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("421", token.INT, 0)), + "SYS_GETDENTS": reflect.ValueOf(constant.MakeFromLiteral("272", token.INT, 0)), + "SYS_GETDIRENTRIES": reflect.ValueOf(constant.MakeFromLiteral("196", 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("395", 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("86", token.INT, 0)), + "SYS_GETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "SYS_GETLOGINCLASS": reflect.ValueOf(constant.MakeFromLiteral("523", 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("361", token.INT, 0)), + "SYS_GETRESUID": reflect.ValueOf(constant.MakeFromLiteral("360", token.INT, 0)), + "SYS_GETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), + "SYS_GETRUSAGE": reflect.ValueOf(constant.MakeFromLiteral("117", 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_GETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), + "SYS_GETUID": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "SYS_GSSD_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("505", token.INT, 0)), + "SYS_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "SYS_ISSETUGID": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), + "SYS_JAIL": reflect.ValueOf(constant.MakeFromLiteral("338", token.INT, 0)), + "SYS_JAIL_ATTACH": reflect.ValueOf(constant.MakeFromLiteral("436", token.INT, 0)), + "SYS_JAIL_GET": reflect.ValueOf(constant.MakeFromLiteral("506", token.INT, 0)), + "SYS_JAIL_REMOVE": reflect.ValueOf(constant.MakeFromLiteral("508", token.INT, 0)), + "SYS_JAIL_SET": reflect.ValueOf(constant.MakeFromLiteral("507", token.INT, 0)), + "SYS_KENV": reflect.ValueOf(constant.MakeFromLiteral("390", token.INT, 0)), + "SYS_KEVENT": reflect.ValueOf(constant.MakeFromLiteral("363", token.INT, 0)), + "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "SYS_KLDFIND": reflect.ValueOf(constant.MakeFromLiteral("306", token.INT, 0)), + "SYS_KLDFIRSTMOD": reflect.ValueOf(constant.MakeFromLiteral("309", token.INT, 0)), + "SYS_KLDLOAD": reflect.ValueOf(constant.MakeFromLiteral("304", token.INT, 0)), + "SYS_KLDNEXT": reflect.ValueOf(constant.MakeFromLiteral("307", token.INT, 0)), + "SYS_KLDSTAT": reflect.ValueOf(constant.MakeFromLiteral("308", token.INT, 0)), + "SYS_KLDSYM": reflect.ValueOf(constant.MakeFromLiteral("337", token.INT, 0)), + "SYS_KLDUNLOAD": reflect.ValueOf(constant.MakeFromLiteral("305", token.INT, 0)), + "SYS_KLDUNLOADF": reflect.ValueOf(constant.MakeFromLiteral("444", token.INT, 0)), + "SYS_KMQ_NOTIFY": reflect.ValueOf(constant.MakeFromLiteral("461", token.INT, 0)), + "SYS_KMQ_OPEN": reflect.ValueOf(constant.MakeFromLiteral("457", token.INT, 0)), + "SYS_KMQ_SETATTR": reflect.ValueOf(constant.MakeFromLiteral("458", token.INT, 0)), + "SYS_KMQ_TIMEDRECEIVE": reflect.ValueOf(constant.MakeFromLiteral("459", token.INT, 0)), + "SYS_KMQ_TIMEDSEND": reflect.ValueOf(constant.MakeFromLiteral("460", token.INT, 0)), + "SYS_KMQ_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("462", token.INT, 0)), + "SYS_KQUEUE": reflect.ValueOf(constant.MakeFromLiteral("362", token.INT, 0)), + "SYS_KSEM_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("400", token.INT, 0)), + "SYS_KSEM_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("408", token.INT, 0)), + "SYS_KSEM_GETVALUE": reflect.ValueOf(constant.MakeFromLiteral("407", token.INT, 0)), + "SYS_KSEM_INIT": reflect.ValueOf(constant.MakeFromLiteral("404", token.INT, 0)), + "SYS_KSEM_OPEN": reflect.ValueOf(constant.MakeFromLiteral("405", token.INT, 0)), + "SYS_KSEM_POST": reflect.ValueOf(constant.MakeFromLiteral("401", token.INT, 0)), + "SYS_KSEM_TIMEDWAIT": reflect.ValueOf(constant.MakeFromLiteral("441", token.INT, 0)), + "SYS_KSEM_TRYWAIT": reflect.ValueOf(constant.MakeFromLiteral("403", token.INT, 0)), + "SYS_KSEM_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("406", token.INT, 0)), + "SYS_KSEM_WAIT": reflect.ValueOf(constant.MakeFromLiteral("402", token.INT, 0)), + "SYS_KTIMER_CREATE": reflect.ValueOf(constant.MakeFromLiteral("235", token.INT, 0)), + "SYS_KTIMER_DELETE": reflect.ValueOf(constant.MakeFromLiteral("236", token.INT, 0)), + "SYS_KTIMER_GETOVERRUN": reflect.ValueOf(constant.MakeFromLiteral("239", token.INT, 0)), + "SYS_KTIMER_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("238", token.INT, 0)), + "SYS_KTIMER_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("237", token.INT, 0)), + "SYS_KTRACE": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "SYS_LCHFLAGS": reflect.ValueOf(constant.MakeFromLiteral("391", token.INT, 0)), + "SYS_LCHMOD": reflect.ValueOf(constant.MakeFromLiteral("274", token.INT, 0)), + "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "SYS_LGETFH": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), + "SYS_LINK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "SYS_LINKAT": reflect.ValueOf(constant.MakeFromLiteral("495", token.INT, 0)), + "SYS_LIO_LISTIO": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), + "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), + "SYS_LPATHCONF": reflect.ValueOf(constant.MakeFromLiteral("513", token.INT, 0)), + "SYS_LSEEK": reflect.ValueOf(constant.MakeFromLiteral("478", token.INT, 0)), + "SYS_LSTAT": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), + "SYS_LUTIMES": reflect.ValueOf(constant.MakeFromLiteral("276", token.INT, 0)), + "SYS_MAC_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("394", token.INT, 0)), + "SYS_MADVISE": reflect.ValueOf(constant.MakeFromLiteral("75", 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_MKDIRAT": reflect.ValueOf(constant.MakeFromLiteral("496", token.INT, 0)), + "SYS_MKFIFO": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), + "SYS_MKFIFOAT": reflect.ValueOf(constant.MakeFromLiteral("497", token.INT, 0)), + "SYS_MKNOD": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "SYS_MKNODAT": reflect.ValueOf(constant.MakeFromLiteral("498", 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("477", token.INT, 0)), + "SYS_MODFIND": reflect.ValueOf(constant.MakeFromLiteral("303", token.INT, 0)), + "SYS_MODFNEXT": reflect.ValueOf(constant.MakeFromLiteral("302", token.INT, 0)), + "SYS_MODNEXT": reflect.ValueOf(constant.MakeFromLiteral("300", token.INT, 0)), + "SYS_MODSTAT": reflect.ValueOf(constant.MakeFromLiteral("301", token.INT, 0)), + "SYS_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "SYS_MPROTECT": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "SYS_MSGCTL": reflect.ValueOf(constant.MakeFromLiteral("511", 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_MSGSYS": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), + "SYS_MSYNC": reflect.ValueOf(constant.MakeFromLiteral("65", 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_NANOSLEEP": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "SYS_NFSSVC": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), + "SYS_NFSTAT": reflect.ValueOf(constant.MakeFromLiteral("279", token.INT, 0)), + "SYS_NLM_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), + "SYS_NLSTAT": reflect.ValueOf(constant.MakeFromLiteral("280", token.INT, 0)), + "SYS_NMOUNT": reflect.ValueOf(constant.MakeFromLiteral("378", token.INT, 0)), + "SYS_NSTAT": reflect.ValueOf(constant.MakeFromLiteral("278", token.INT, 0)), + "SYS_NTP_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), + "SYS_NTP_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), + "SYS_NUMA_GETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("548", token.INT, 0)), + "SYS_NUMA_SETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("549", 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("499", token.INT, 0)), + "SYS_OPENBSD_POLL": reflect.ValueOf(constant.MakeFromLiteral("252", token.INT, 0)), + "SYS_OVADVISE": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "SYS_PATHCONF": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), + "SYS_PDFORK": reflect.ValueOf(constant.MakeFromLiteral("518", token.INT, 0)), + "SYS_PDGETPID": reflect.ValueOf(constant.MakeFromLiteral("520", token.INT, 0)), + "SYS_PDKILL": reflect.ValueOf(constant.MakeFromLiteral("519", token.INT, 0)), + "SYS_PIPE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "SYS_PIPE2": reflect.ValueOf(constant.MakeFromLiteral("542", token.INT, 0)), + "SYS_POLL": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), + "SYS_POSIX_FADVISE": reflect.ValueOf(constant.MakeFromLiteral("531", token.INT, 0)), + "SYS_POSIX_FALLOCATE": reflect.ValueOf(constant.MakeFromLiteral("530", token.INT, 0)), + "SYS_POSIX_OPENPT": reflect.ValueOf(constant.MakeFromLiteral("504", token.INT, 0)), + "SYS_PPOLL": reflect.ValueOf(constant.MakeFromLiteral("545", token.INT, 0)), + "SYS_PREAD": reflect.ValueOf(constant.MakeFromLiteral("475", token.INT, 0)), + "SYS_PREADV": reflect.ValueOf(constant.MakeFromLiteral("289", token.INT, 0)), + "SYS_PROCCTL": reflect.ValueOf(constant.MakeFromLiteral("544", token.INT, 0)), + "SYS_PROFIL": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "SYS_PSELECT": reflect.ValueOf(constant.MakeFromLiteral("522", token.INT, 0)), + "SYS_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "SYS_PWRITE": reflect.ValueOf(constant.MakeFromLiteral("476", token.INT, 0)), + "SYS_PWRITEV": reflect.ValueOf(constant.MakeFromLiteral("290", token.INT, 0)), + "SYS_QUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), + "SYS_RCTL_ADD_RULE": reflect.ValueOf(constant.MakeFromLiteral("528", token.INT, 0)), + "SYS_RCTL_GET_LIMITS": reflect.ValueOf(constant.MakeFromLiteral("527", token.INT, 0)), + "SYS_RCTL_GET_RACCT": reflect.ValueOf(constant.MakeFromLiteral("525", token.INT, 0)), + "SYS_RCTL_GET_RULES": reflect.ValueOf(constant.MakeFromLiteral("526", token.INT, 0)), + "SYS_RCTL_REMOVE_RULE": reflect.ValueOf(constant.MakeFromLiteral("529", 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("500", 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("501", token.INT, 0)), + "SYS_REVOKE": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "SYS_RFORK": reflect.ValueOf(constant.MakeFromLiteral("251", token.INT, 0)), + "SYS_RMDIR": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "SYS_RTPRIO": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), + "SYS_RTPRIO_THREAD": reflect.ValueOf(constant.MakeFromLiteral("466", token.INT, 0)), + "SYS_SBRK": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), + "SYS_SCHED_GETPARAM": reflect.ValueOf(constant.MakeFromLiteral("328", token.INT, 0)), + "SYS_SCHED_GETSCHEDULER": reflect.ValueOf(constant.MakeFromLiteral("330", token.INT, 0)), + "SYS_SCHED_GET_PRIORITY_MAX": reflect.ValueOf(constant.MakeFromLiteral("332", token.INT, 0)), + "SYS_SCHED_GET_PRIORITY_MIN": reflect.ValueOf(constant.MakeFromLiteral("333", token.INT, 0)), + "SYS_SCHED_RR_GET_INTERVAL": reflect.ValueOf(constant.MakeFromLiteral("334", token.INT, 0)), + "SYS_SCHED_SETPARAM": reflect.ValueOf(constant.MakeFromLiteral("327", token.INT, 0)), + "SYS_SCHED_SETSCHEDULER": reflect.ValueOf(constant.MakeFromLiteral("329", token.INT, 0)), + "SYS_SCHED_YIELD": reflect.ValueOf(constant.MakeFromLiteral("331", token.INT, 0)), + "SYS_SCTP_GENERIC_RECVMSG": reflect.ValueOf(constant.MakeFromLiteral("474", token.INT, 0)), + "SYS_SCTP_GENERIC_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("472", token.INT, 0)), + "SYS_SCTP_GENERIC_SENDMSG_IOV": reflect.ValueOf(constant.MakeFromLiteral("473", token.INT, 0)), + "SYS_SCTP_PEELOFF": reflect.ValueOf(constant.MakeFromLiteral("471", token.INT, 0)), + "SYS_SELECT": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), + "SYS_SEMGET": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), + "SYS_SEMOP": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), + "SYS_SEMSYS": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), + "SYS_SENDFILE": reflect.ValueOf(constant.MakeFromLiteral("393", token.INT, 0)), + "SYS_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SYS_SENDTO": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), + "SYS_SETAUDIT": reflect.ValueOf(constant.MakeFromLiteral("450", token.INT, 0)), + "SYS_SETAUDIT_ADDR": reflect.ValueOf(constant.MakeFromLiteral("452", token.INT, 0)), + "SYS_SETAUID": reflect.ValueOf(constant.MakeFromLiteral("448", token.INT, 0)), + "SYS_SETCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("422", token.INT, 0)), + "SYS_SETEGID": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), + "SYS_SETEUID": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), + "SYS_SETFIB": reflect.ValueOf(constant.MakeFromLiteral("175", 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_SETLOGIN": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "SYS_SETLOGINCLASS": reflect.ValueOf(constant.MakeFromLiteral("524", 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("312", token.INT, 0)), + "SYS_SETRESUID": reflect.ValueOf(constant.MakeFromLiteral("311", token.INT, 0)), + "SYS_SETREUID": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), + "SYS_SETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("195", 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("122", 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("512", token.INT, 0)), + "SYS_SHMDT": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), + "SYS_SHMGET": reflect.ValueOf(constant.MakeFromLiteral("231", token.INT, 0)), + "SYS_SHMSYS": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), + "SYS_SHM_OPEN": reflect.ValueOf(constant.MakeFromLiteral("482", token.INT, 0)), + "SYS_SHM_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("483", token.INT, 0)), + "SYS_SHUTDOWN": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "SYS_SIGACTION": reflect.ValueOf(constant.MakeFromLiteral("416", token.INT, 0)), + "SYS_SIGALTSTACK": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "SYS_SIGPENDING": reflect.ValueOf(constant.MakeFromLiteral("343", token.INT, 0)), + "SYS_SIGPROCMASK": reflect.ValueOf(constant.MakeFromLiteral("340", token.INT, 0)), + "SYS_SIGQUEUE": reflect.ValueOf(constant.MakeFromLiteral("456", token.INT, 0)), + "SYS_SIGRETURN": reflect.ValueOf(constant.MakeFromLiteral("417", token.INT, 0)), + "SYS_SIGSUSPEND": reflect.ValueOf(constant.MakeFromLiteral("341", token.INT, 0)), + "SYS_SIGTIMEDWAIT": reflect.ValueOf(constant.MakeFromLiteral("345", token.INT, 0)), + "SYS_SIGWAIT": reflect.ValueOf(constant.MakeFromLiteral("429", token.INT, 0)), + "SYS_SIGWAITINFO": reflect.ValueOf(constant.MakeFromLiteral("346", 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_STAT": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), + "SYS_STATFS": reflect.ValueOf(constant.MakeFromLiteral("396", token.INT, 0)), + "SYS_SWAPCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("423", token.INT, 0)), + "SYS_SWAPOFF": reflect.ValueOf(constant.MakeFromLiteral("424", token.INT, 0)), + "SYS_SWAPON": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "SYS_SYMLINK": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "SYS_SYMLINKAT": reflect.ValueOf(constant.MakeFromLiteral("502", token.INT, 0)), + "SYS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "SYS_SYSARCH": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), + "SYS_THR_CREATE": reflect.ValueOf(constant.MakeFromLiteral("430", token.INT, 0)), + "SYS_THR_EXIT": reflect.ValueOf(constant.MakeFromLiteral("431", token.INT, 0)), + "SYS_THR_KILL": reflect.ValueOf(constant.MakeFromLiteral("433", token.INT, 0)), + "SYS_THR_KILL2": reflect.ValueOf(constant.MakeFromLiteral("481", token.INT, 0)), + "SYS_THR_NEW": reflect.ValueOf(constant.MakeFromLiteral("455", token.INT, 0)), + "SYS_THR_SELF": reflect.ValueOf(constant.MakeFromLiteral("432", token.INT, 0)), + "SYS_THR_SET_NAME": reflect.ValueOf(constant.MakeFromLiteral("464", token.INT, 0)), + "SYS_THR_SUSPEND": reflect.ValueOf(constant.MakeFromLiteral("442", token.INT, 0)), + "SYS_THR_WAKE": reflect.ValueOf(constant.MakeFromLiteral("443", token.INT, 0)), + "SYS_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("479", token.INT, 0)), + "SYS_UMASK": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "SYS_UNDELETE": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), + "SYS_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "SYS_UNLINKAT": reflect.ValueOf(constant.MakeFromLiteral("503", token.INT, 0)), + "SYS_UNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "SYS_UTIMENSAT": reflect.ValueOf(constant.MakeFromLiteral("547", token.INT, 0)), + "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), + "SYS_UTRACE": reflect.ValueOf(constant.MakeFromLiteral("335", token.INT, 0)), + "SYS_UUIDGEN": reflect.ValueOf(constant.MakeFromLiteral("392", token.INT, 0)), + "SYS_VFORK": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "SYS_WAIT6": reflect.ValueOf(constant.MakeFromLiteral("532", token.INT, 0)), + "SYS_WRITE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SYS_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "SYS_YIELD": reflect.ValueOf(constant.MakeFromLiteral("321", token.INT, 0)), + "SYS__UMTX_OP": reflect.ValueOf(constant.MakeFromLiteral("454", token.INT, 0)), + "SYS___ACL_ACLCHECK_FD": reflect.ValueOf(constant.MakeFromLiteral("354", token.INT, 0)), + "SYS___ACL_ACLCHECK_FILE": reflect.ValueOf(constant.MakeFromLiteral("353", token.INT, 0)), + "SYS___ACL_ACLCHECK_LINK": reflect.ValueOf(constant.MakeFromLiteral("428", token.INT, 0)), + "SYS___ACL_DELETE_FD": reflect.ValueOf(constant.MakeFromLiteral("352", token.INT, 0)), + "SYS___ACL_DELETE_FILE": reflect.ValueOf(constant.MakeFromLiteral("351", token.INT, 0)), + "SYS___ACL_DELETE_LINK": reflect.ValueOf(constant.MakeFromLiteral("427", token.INT, 0)), + "SYS___ACL_GET_FD": reflect.ValueOf(constant.MakeFromLiteral("349", token.INT, 0)), + "SYS___ACL_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("347", token.INT, 0)), + "SYS___ACL_GET_LINK": reflect.ValueOf(constant.MakeFromLiteral("425", token.INT, 0)), + "SYS___ACL_SET_FD": reflect.ValueOf(constant.MakeFromLiteral("350", token.INT, 0)), + "SYS___ACL_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("348", token.INT, 0)), + "SYS___ACL_SET_LINK": reflect.ValueOf(constant.MakeFromLiteral("426", token.INT, 0)), + "SYS___CAP_RIGHTS_GET": reflect.ValueOf(constant.MakeFromLiteral("515", token.INT, 0)), + "SYS___GETCWD": reflect.ValueOf(constant.MakeFromLiteral("326", token.INT, 0)), + "SYS___MAC_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("415", token.INT, 0)), + "SYS___MAC_GET_FD": reflect.ValueOf(constant.MakeFromLiteral("386", token.INT, 0)), + "SYS___MAC_GET_FILE": reflect.ValueOf(constant.MakeFromLiteral("387", token.INT, 0)), + "SYS___MAC_GET_LINK": reflect.ValueOf(constant.MakeFromLiteral("410", token.INT, 0)), + "SYS___MAC_GET_PID": reflect.ValueOf(constant.MakeFromLiteral("409", token.INT, 0)), + "SYS___MAC_GET_PROC": reflect.ValueOf(constant.MakeFromLiteral("384", token.INT, 0)), + "SYS___MAC_SET_FD": reflect.ValueOf(constant.MakeFromLiteral("388", token.INT, 0)), + "SYS___MAC_SET_FILE": reflect.ValueOf(constant.MakeFromLiteral("389", token.INT, 0)), + "SYS___MAC_SET_LINK": reflect.ValueOf(constant.MakeFromLiteral("411", token.INT, 0)), + "SYS___MAC_SET_PROC": reflect.ValueOf(constant.MakeFromLiteral("385", token.INT, 0)), + "SYS___SEMCTL": reflect.ValueOf(constant.MakeFromLiteral("510", token.INT, 0)), + "SYS___SETUGID": reflect.ValueOf(constant.MakeFromLiteral("374", token.INT, 0)), + "SYS___SYSCTL": reflect.ValueOf(constant.MakeFromLiteral("202", 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), + "SetsockoptIPMreqn": reflect.ValueOf(syscall.SetsockoptIPMreqn), + "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), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "SizeofBpfHdr": reflect.ValueOf(constant.MakeFromLiteral("32", 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)), + "SizeofBpfZbuf": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "SizeofBpfZbufHeader": reflect.ValueOf(constant.MakeFromLiteral("32", 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)), + "SizeofIPMreqn": reflect.ValueOf(constant.MakeFromLiteral("12", 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("24", token.INT, 0)), + "SizeofIfData": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), + "SizeofIfMsghdr": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), + "SizeofIfaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofIfmaMsghdr": reflect.ValueOf(constant.MakeFromLiteral("16", 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("112", token.INT, 0)), + "SizeofRtMsghdr": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), + "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "SizeofSockaddrDatalink": reflect.ValueOf(constant.MakeFromLiteral("54", 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), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "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), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Syscall9": reflect.ValueOf(syscall.Syscall9), + "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_CA_NAME_MAX": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TCP_CONGESTION": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "TCP_INFO": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "TCP_KEEPCNT": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "TCP_KEEPIDLE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "TCP_KEEPINIT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("512", 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("4", token.INT, 0)), + "TCP_MAX_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "TCP_MD5SIG": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TCP_MINMSS": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), + "TCP_MSS": reflect.ValueOf(constant.MakeFromLiteral("536", 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_VENDOR": reflect.ValueOf(constant.MakeFromLiteral("2147483648", 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)), + "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)), + "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)), + "TIOCGPTN": reflect.ValueOf(constant.MakeFromLiteral("1074033679", token.INT, 0)), + "TIOCGSID": reflect.ValueOf(constant.MakeFromLiteral("1074033763", 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)), + "TIOCMGDTRWAIT": reflect.ValueOf(constant.MakeFromLiteral("1074033754", token.INT, 0)), + "TIOCMGET": reflect.ValueOf(constant.MakeFromLiteral("1074033770", 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_DCD": reflect.ValueOf(constant.MakeFromLiteral("64", 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)), + "TIOCPTMASTER": reflect.ValueOf(constant.MakeFromLiteral("536900636", token.INT, 0)), + "TIOCSBRK": reflect.ValueOf(constant.MakeFromLiteral("536900731", 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("537162847", 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)), + "VERASE2": reflect.ValueOf(constant.MakeFromLiteral("7", 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)), + "WCONTINUED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "WCOREFLAG": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "WEXITED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "WLINUXCLONE": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "WNOWAIT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "WSTOPPED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "WTRAPPED": reflect.ValueOf(constant.MakeFromLiteral("32", 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)), + "BpfZbuf": reflect.ValueOf((*syscall.BpfZbuf)(nil)), + "BpfZbufHeader": reflect.ValueOf((*syscall.BpfZbufHeader)(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)), + "IPMreqn": reflect.ValueOf((*syscall.IPMreqn)(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)), + "IfmaMsghdr": reflect.ValueOf((*syscall.IfmaMsghdr)(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)), + "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)), + "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_13_syscall_illumos_amd64.go b/stdlib/syscall/go1_15_syscall_illumos_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_illumos_amd64.go rename to stdlib/syscall/go1_15_syscall_illumos_amd64.go index 0f54a856..27c1ca08 100644 --- a/stdlib/syscall/go1_13_syscall_illumos_amd64.go +++ b/stdlib/syscall/go1_15_syscall_illumos_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_js_wasm.go b/stdlib/syscall/go1_15_syscall_js_wasm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_js_wasm.go rename to stdlib/syscall/go1_15_syscall_js_wasm.go index 29efcd8d..a74aa4eb 100644 --- a/stdlib/syscall/go1_13_syscall_js_wasm.go +++ b/stdlib/syscall/go1_15_syscall_js_wasm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_android_386.go b/stdlib/syscall/go1_15_syscall_linux_386.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_android_386.go rename to stdlib/syscall/go1_15_syscall_linux_386.go index 58231b35..e5734a23 100644 --- a/stdlib/syscall/go1_13_syscall_android_386.go +++ b/stdlib/syscall/go1_15_syscall_linux_386.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_amd64.go b/stdlib/syscall/go1_15_syscall_linux_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_amd64.go rename to stdlib/syscall/go1_15_syscall_linux_amd64.go index 022bbb67..df5f1bb7 100644 --- a/stdlib/syscall/go1_13_syscall_linux_amd64.go +++ b/stdlib/syscall/go1_15_syscall_linux_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_android_arm.go b/stdlib/syscall/go1_15_syscall_linux_arm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_android_arm.go rename to stdlib/syscall/go1_15_syscall_linux_arm.go index 9d78dd9f..96b454b4 100644 --- a/stdlib/syscall/go1_13_syscall_android_arm.go +++ b/stdlib/syscall/go1_15_syscall_linux_arm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_arm64.go b/stdlib/syscall/go1_15_syscall_linux_arm64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_arm64.go rename to stdlib/syscall/go1_15_syscall_linux_arm64.go index 4577fbb7..82a382fc 100644 --- a/stdlib/syscall/go1_13_syscall_linux_arm64.go +++ b/stdlib/syscall/go1_15_syscall_linux_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall @@ -1721,11 +1721,9 @@ func init() { "SYS_DELETE_MODULE": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), "SYS_DUP3": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), - "SYS_EPOLL_CREATE": reflect.ValueOf(constant.MakeFromLiteral("1042", token.INT, 0)), "SYS_EPOLL_CREATE1": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), "SYS_EPOLL_CTL": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), "SYS_EPOLL_PWAIT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), - "SYS_EPOLL_WAIT": reflect.ValueOf(constant.MakeFromLiteral("1069", token.INT, 0)), "SYS_EVENTFD2": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), "SYS_EXECVEAT": reflect.ValueOf(constant.MakeFromLiteral("281", token.INT, 0)), @@ -1755,7 +1753,6 @@ func init() { "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), "SYS_FUTEX": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), - "SYS_FUTIMESAT": reflect.ValueOf(constant.MakeFromLiteral("1066", token.INT, 0)), "SYS_GETCPU": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), "SYS_GETCWD": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), "SYS_GETDENTS64": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), @@ -1766,7 +1763,6 @@ func init() { "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("102", token.INT, 0)), "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), - "SYS_GETPGRP": reflect.ValueOf(constant.MakeFromLiteral("1060", token.INT, 0)), "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), @@ -1800,7 +1796,6 @@ func init() { "SYS_KEXEC_LOAD": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), "SYS_KEYCTL": reflect.ValueOf(constant.MakeFromLiteral("219", token.INT, 0)), "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), - "SYS_LCHOWN": reflect.ValueOf(constant.MakeFromLiteral("1032", token.INT, 0)), "SYS_LGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), "SYS_LINKAT": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), @@ -1843,7 +1838,6 @@ func init() { "SYS_NFSSERVCTL": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), "SYS_OPENAT": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), "SYS_OPEN_BY_HANDLE_AT": reflect.ValueOf(constant.MakeFromLiteral("265", token.INT, 0)), - "SYS_PAUSE": reflect.ValueOf(constant.MakeFromLiteral("1061", token.INT, 0)), "SYS_PERF_EVENT_OPEN": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), "SYS_PERSONALITY": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), "SYS_PIPE2": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), @@ -1948,7 +1942,6 @@ func init() { "SYS_SYSLOG": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), "SYS_TEE": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), "SYS_TGKILL": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), - "SYS_TIME": reflect.ValueOf(constant.MakeFromLiteral("1062", token.INT, 0)), "SYS_TIMERFD_CREATE": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), "SYS_TIMERFD_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), "SYS_TIMERFD_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), @@ -1965,10 +1958,7 @@ func init() { "SYS_UNAME": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), "SYS_UNLINKAT": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), "SYS_UNSHARE": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), - "SYS_USTAT": reflect.ValueOf(constant.MakeFromLiteral("1070", token.INT, 0)), - "SYS_UTIME": reflect.ValueOf(constant.MakeFromLiteral("1063", token.INT, 0)), "SYS_UTIMENSAT": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), - "SYS_UTIMES": reflect.ValueOf(constant.MakeFromLiteral("1037", token.INT, 0)), "SYS_VHANGUP": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), "SYS_VMSPLICE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("260", token.INT, 0)), @@ -2238,7 +2228,6 @@ func init() { "Unmount": reflect.ValueOf(syscall.Unmount), "Unsetenv": reflect.ValueOf(syscall.Unsetenv), "Unshare": reflect.ValueOf(syscall.Unshare), - "Ustat": reflect.ValueOf(syscall.Ustat), "Utime": reflect.ValueOf(syscall.Utime), "Utimes": reflect.ValueOf(syscall.Utimes), "UtimesNano": reflect.ValueOf(syscall.UtimesNano), diff --git a/stdlib/syscall/go1_13_syscall_linux_mips.go b/stdlib/syscall/go1_15_syscall_linux_mips.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_mips.go rename to stdlib/syscall/go1_15_syscall_linux_mips.go index b2c5f6f1..fd47df8e 100644 --- a/stdlib/syscall/go1_13_syscall_linux_mips.go +++ b/stdlib/syscall/go1_15_syscall_linux_mips.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_mips64le.go b/stdlib/syscall/go1_15_syscall_linux_mips64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_mips64le.go rename to stdlib/syscall/go1_15_syscall_linux_mips64.go index f7452ed2..3901b40a 100644 --- a/stdlib/syscall/go1_13_syscall_linux_mips64le.go +++ b/stdlib/syscall/go1_15_syscall_linux_mips64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_mips64.go b/stdlib/syscall/go1_15_syscall_linux_mips64le.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_mips64.go rename to stdlib/syscall/go1_15_syscall_linux_mips64le.go index f7452ed2..3901b40a 100644 --- a/stdlib/syscall/go1_13_syscall_linux_mips64.go +++ b/stdlib/syscall/go1_15_syscall_linux_mips64le.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_mipsle.go b/stdlib/syscall/go1_15_syscall_linux_mipsle.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_mipsle.go rename to stdlib/syscall/go1_15_syscall_linux_mipsle.go index b2c5f6f1..fd47df8e 100644 --- a/stdlib/syscall/go1_13_syscall_linux_mipsle.go +++ b/stdlib/syscall/go1_15_syscall_linux_mipsle.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_ppc64.go b/stdlib/syscall/go1_15_syscall_linux_ppc64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_ppc64.go rename to stdlib/syscall/go1_15_syscall_linux_ppc64.go index a8fe67bf..ede629bb 100644 --- a/stdlib/syscall/go1_13_syscall_linux_ppc64.go +++ b/stdlib/syscall/go1_15_syscall_linux_ppc64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_linux_ppc64le.go b/stdlib/syscall/go1_15_syscall_linux_ppc64le.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_ppc64le.go rename to stdlib/syscall/go1_15_syscall_linux_ppc64le.go index ee9511e3..e1dc87a9 100644 --- a/stdlib/syscall/go1_13_syscall_linux_ppc64le.go +++ b/stdlib/syscall/go1_15_syscall_linux_ppc64le.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +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 new file mode 100644 index 00000000..f605214e --- /dev/null +++ b/stdlib/syscall/go1_15_syscall_linux_riscv64.go @@ -0,0 +1,2422 @@ +// Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. + +// +build go1.15,!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_ALG": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "AF_APPLETALK": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "AF_ASH": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "AF_ATMPVC": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "AF_ATMSVC": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "AF_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "AF_BLUETOOTH": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "AF_BRIDGE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "AF_CAIF": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "AF_CAN": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "AF_DECnet": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "AF_ECONET": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "AF_FILE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "AF_IB": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "AF_IEEE802154": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "AF_INET": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "AF_INET6": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "AF_IPX": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "AF_IRDA": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "AF_ISDN": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "AF_IUCV": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "AF_KCM": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "AF_KEY": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "AF_LLC": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "AF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "AF_MAX": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "AF_MPLS": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "AF_NETBEUI": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "AF_NETLINK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "AF_NETROM": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "AF_NFC": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "AF_PACKET": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "AF_PHONET": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "AF_PPPOX": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "AF_RDS": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "AF_ROSE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "AF_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "AF_RXRPC": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "AF_SECURITY": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "AF_SNA": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "AF_TIPC": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "AF_UNIX": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "AF_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "AF_VSOCK": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "AF_WANPIPE": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "AF_X25": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "ARPHRD_6LOWPAN": reflect.ValueOf(constant.MakeFromLiteral("825", token.INT, 0)), + "ARPHRD_ADAPT": reflect.ValueOf(constant.MakeFromLiteral("264", token.INT, 0)), + "ARPHRD_APPLETLK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "ARPHRD_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "ARPHRD_ASH": reflect.ValueOf(constant.MakeFromLiteral("781", token.INT, 0)), + "ARPHRD_ATM": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "ARPHRD_AX25": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "ARPHRD_BIF": reflect.ValueOf(constant.MakeFromLiteral("775", token.INT, 0)), + "ARPHRD_CAIF": reflect.ValueOf(constant.MakeFromLiteral("822", token.INT, 0)), + "ARPHRD_CAN": reflect.ValueOf(constant.MakeFromLiteral("280", token.INT, 0)), + "ARPHRD_CHAOS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "ARPHRD_CISCO": reflect.ValueOf(constant.MakeFromLiteral("513", token.INT, 0)), + "ARPHRD_CSLIP": reflect.ValueOf(constant.MakeFromLiteral("257", token.INT, 0)), + "ARPHRD_CSLIP6": reflect.ValueOf(constant.MakeFromLiteral("259", token.INT, 0)), + "ARPHRD_DDCMP": reflect.ValueOf(constant.MakeFromLiteral("517", token.INT, 0)), + "ARPHRD_DLCI": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "ARPHRD_ECONET": reflect.ValueOf(constant.MakeFromLiteral("782", token.INT, 0)), + "ARPHRD_EETHER": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ARPHRD_ETHER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ARPHRD_EUI64": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "ARPHRD_FCAL": reflect.ValueOf(constant.MakeFromLiteral("785", token.INT, 0)), + "ARPHRD_FCFABRIC": reflect.ValueOf(constant.MakeFromLiteral("787", token.INT, 0)), + "ARPHRD_FCPL": reflect.ValueOf(constant.MakeFromLiteral("786", token.INT, 0)), + "ARPHRD_FCPP": reflect.ValueOf(constant.MakeFromLiteral("784", token.INT, 0)), + "ARPHRD_FDDI": reflect.ValueOf(constant.MakeFromLiteral("774", token.INT, 0)), + "ARPHRD_FRAD": reflect.ValueOf(constant.MakeFromLiteral("770", token.INT, 0)), + "ARPHRD_HDLC": reflect.ValueOf(constant.MakeFromLiteral("513", token.INT, 0)), + "ARPHRD_HIPPI": reflect.ValueOf(constant.MakeFromLiteral("780", token.INT, 0)), + "ARPHRD_HWX25": reflect.ValueOf(constant.MakeFromLiteral("272", token.INT, 0)), + "ARPHRD_IEEE1394": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "ARPHRD_IEEE802": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "ARPHRD_IEEE80211": reflect.ValueOf(constant.MakeFromLiteral("801", token.INT, 0)), + "ARPHRD_IEEE80211_PRISM": reflect.ValueOf(constant.MakeFromLiteral("802", token.INT, 0)), + "ARPHRD_IEEE80211_RADIOTAP": reflect.ValueOf(constant.MakeFromLiteral("803", token.INT, 0)), + "ARPHRD_IEEE802154": reflect.ValueOf(constant.MakeFromLiteral("804", token.INT, 0)), + "ARPHRD_IEEE802154_MONITOR": reflect.ValueOf(constant.MakeFromLiteral("805", token.INT, 0)), + "ARPHRD_IEEE802_TR": reflect.ValueOf(constant.MakeFromLiteral("800", token.INT, 0)), + "ARPHRD_INFINIBAND": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "ARPHRD_IP6GRE": reflect.ValueOf(constant.MakeFromLiteral("823", token.INT, 0)), + "ARPHRD_IPDDP": reflect.ValueOf(constant.MakeFromLiteral("777", token.INT, 0)), + "ARPHRD_IPGRE": reflect.ValueOf(constant.MakeFromLiteral("778", token.INT, 0)), + "ARPHRD_IRDA": reflect.ValueOf(constant.MakeFromLiteral("783", token.INT, 0)), + "ARPHRD_LAPB": reflect.ValueOf(constant.MakeFromLiteral("516", token.INT, 0)), + "ARPHRD_LOCALTLK": reflect.ValueOf(constant.MakeFromLiteral("773", token.INT, 0)), + "ARPHRD_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("772", token.INT, 0)), + "ARPHRD_METRICOM": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "ARPHRD_NETLINK": reflect.ValueOf(constant.MakeFromLiteral("824", token.INT, 0)), + "ARPHRD_NETROM": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "ARPHRD_NONE": reflect.ValueOf(constant.MakeFromLiteral("65534", token.INT, 0)), + "ARPHRD_PHONET": reflect.ValueOf(constant.MakeFromLiteral("820", token.INT, 0)), + "ARPHRD_PHONET_PIPE": reflect.ValueOf(constant.MakeFromLiteral("821", token.INT, 0)), + "ARPHRD_PIMREG": reflect.ValueOf(constant.MakeFromLiteral("779", token.INT, 0)), + "ARPHRD_PPP": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "ARPHRD_PRONET": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ARPHRD_RAWHDLC": reflect.ValueOf(constant.MakeFromLiteral("518", token.INT, 0)), + "ARPHRD_ROSE": reflect.ValueOf(constant.MakeFromLiteral("270", token.INT, 0)), + "ARPHRD_RSRVD": reflect.ValueOf(constant.MakeFromLiteral("260", token.INT, 0)), + "ARPHRD_SIT": reflect.ValueOf(constant.MakeFromLiteral("776", token.INT, 0)), + "ARPHRD_SKIP": reflect.ValueOf(constant.MakeFromLiteral("771", token.INT, 0)), + "ARPHRD_SLIP": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "ARPHRD_SLIP6": reflect.ValueOf(constant.MakeFromLiteral("258", token.INT, 0)), + "ARPHRD_TUNNEL": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "ARPHRD_TUNNEL6": reflect.ValueOf(constant.MakeFromLiteral("769", token.INT, 0)), + "ARPHRD_VOID": reflect.ValueOf(constant.MakeFromLiteral("65535", token.INT, 0)), + "ARPHRD_X25": reflect.ValueOf(constant.MakeFromLiteral("271", token.INT, 0)), + "Accept": reflect.ValueOf(syscall.Accept), + "Accept4": reflect.ValueOf(syscall.Accept4), + "Access": reflect.ValueOf(syscall.Access), + "Acct": reflect.ValueOf(syscall.Acct), + "Adjtimex": reflect.ValueOf(syscall.Adjtimex), + "AttachLsf": reflect.ValueOf(syscall.AttachLsf), + "B0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "B1000000": reflect.ValueOf(constant.MakeFromLiteral("4104", token.INT, 0)), + "B110": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "B115200": reflect.ValueOf(constant.MakeFromLiteral("4098", token.INT, 0)), + "B1152000": reflect.ValueOf(constant.MakeFromLiteral("4105", token.INT, 0)), + "B1200": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "B134": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "B150": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "B1500000": reflect.ValueOf(constant.MakeFromLiteral("4106", token.INT, 0)), + "B1800": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "B19200": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "B200": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "B2000000": reflect.ValueOf(constant.MakeFromLiteral("4107", token.INT, 0)), + "B230400": reflect.ValueOf(constant.MakeFromLiteral("4099", token.INT, 0)), + "B2400": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "B2500000": reflect.ValueOf(constant.MakeFromLiteral("4108", token.INT, 0)), + "B300": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "B3000000": reflect.ValueOf(constant.MakeFromLiteral("4109", token.INT, 0)), + "B3500000": reflect.ValueOf(constant.MakeFromLiteral("4110", token.INT, 0)), + "B38400": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "B4000000": reflect.ValueOf(constant.MakeFromLiteral("4111", token.INT, 0)), + "B460800": reflect.ValueOf(constant.MakeFromLiteral("4100", token.INT, 0)), + "B4800": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "B50": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "B500000": reflect.ValueOf(constant.MakeFromLiteral("4101", token.INT, 0)), + "B57600": reflect.ValueOf(constant.MakeFromLiteral("4097", token.INT, 0)), + "B576000": reflect.ValueOf(constant.MakeFromLiteral("4102", token.INT, 0)), + "B600": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "B75": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "B921600": reflect.ValueOf(constant.MakeFromLiteral("4103", token.INT, 0)), + "B9600": reflect.ValueOf(constant.MakeFromLiteral("13", 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_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_LL_OFF": reflect.ValueOf(constant.MakeFromLiteral("-2097152", 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_MAXINSNS": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "BPF_MEM": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "BPF_MEMWORDS": reflect.ValueOf(constant.MakeFromLiteral("16", 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_MOD": reflect.ValueOf(constant.MakeFromLiteral("144", 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_NET_OFF": reflect.ValueOf(constant.MakeFromLiteral("-1048576", token.INT, 0)), + "BPF_OR": reflect.ValueOf(constant.MakeFromLiteral("64", 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)), + "BPF_XOR": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), + "BRKINT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Bind": reflect.ValueOf(syscall.Bind), + "BindToDevice": reflect.ValueOf(syscall.BindToDevice), + "BytePtrFromString": reflect.ValueOf(syscall.BytePtrFromString), + "ByteSliceFromString": reflect.ValueOf(syscall.ByteSliceFromString), + "CFLUSH": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "CLOCAL": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "CLONE_CHILD_CLEARTID": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "CLONE_CHILD_SETTID": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "CLONE_DETACHED": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "CLONE_FILES": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "CLONE_FS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "CLONE_IO": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "CLONE_NEWIPC": reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)), + "CLONE_NEWNET": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "CLONE_NEWNS": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "CLONE_NEWPID": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "CLONE_NEWUSER": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "CLONE_NEWUTS": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), + "CLONE_PARENT": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "CLONE_PARENT_SETTID": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "CLONE_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "CLONE_SETTLS": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "CLONE_SIGHAND": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "CLONE_SYSVSEM": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "CLONE_THREAD": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "CLONE_UNTRACED": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), + "CLONE_VFORK": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "CLONE_VM": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "CREAD": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "CS5": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "CS6": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "CS7": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "CS8": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "CSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "CSIZE": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "CSTART": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "CSTATUS": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "CSTOP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "CSTOPB": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "CSUSP": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "Chdir": reflect.ValueOf(syscall.Chdir), + "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), + "Creat": reflect.ValueOf(syscall.Creat), + "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)), + "DetachLsf": reflect.ValueOf(syscall.DetachLsf), + "Dup": reflect.ValueOf(syscall.Dup), + "Dup3": reflect.ValueOf(syscall.Dup3), + "E2BIG": reflect.ValueOf(syscall.E2BIG), + "EACCES": reflect.ValueOf(syscall.EACCES), + "EADDRINUSE": reflect.ValueOf(syscall.EADDRINUSE), + "EADDRNOTAVAIL": reflect.ValueOf(syscall.EADDRNOTAVAIL), + "EADV": reflect.ValueOf(syscall.EADV), + "EAFNOSUPPORT": reflect.ValueOf(syscall.EAFNOSUPPORT), + "EAGAIN": reflect.ValueOf(syscall.EAGAIN), + "EALREADY": reflect.ValueOf(syscall.EALREADY), + "EBADE": reflect.ValueOf(syscall.EBADE), + "EBADF": reflect.ValueOf(syscall.EBADF), + "EBADFD": reflect.ValueOf(syscall.EBADFD), + "EBADMSG": reflect.ValueOf(syscall.EBADMSG), + "EBADR": reflect.ValueOf(syscall.EBADR), + "EBADRQC": reflect.ValueOf(syscall.EBADRQC), + "EBADSLT": reflect.ValueOf(syscall.EBADSLT), + "EBFONT": reflect.ValueOf(syscall.EBFONT), + "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("512", token.INT, 0)), + "ECHOE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "ECHOK": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "ECHOKE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "ECHONL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "ECHOPRT": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "ECHRNG": reflect.ValueOf(syscall.ECHRNG), + "ECOMM": reflect.ValueOf(syscall.ECOMM), + "ECONNABORTED": reflect.ValueOf(syscall.ECONNABORTED), + "ECONNREFUSED": reflect.ValueOf(syscall.ECONNREFUSED), + "ECONNRESET": reflect.ValueOf(syscall.ECONNRESET), + "EDEADLK": reflect.ValueOf(syscall.EDEADLK), + "EDEADLOCK": reflect.ValueOf(syscall.EDEADLOCK), + "EDESTADDRREQ": reflect.ValueOf(syscall.EDESTADDRREQ), + "EDOM": reflect.ValueOf(syscall.EDOM), + "EDOTDOT": reflect.ValueOf(syscall.EDOTDOT), + "EDQUOT": reflect.ValueOf(syscall.EDQUOT), + "EEXIST": reflect.ValueOf(syscall.EEXIST), + "EFAULT": reflect.ValueOf(syscall.EFAULT), + "EFBIG": reflect.ValueOf(syscall.EFBIG), + "EHOSTDOWN": reflect.ValueOf(syscall.EHOSTDOWN), + "EHOSTUNREACH": reflect.ValueOf(syscall.EHOSTUNREACH), + "EHWPOISON": reflect.ValueOf(syscall.EHWPOISON), + "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), + "EISNAM": reflect.ValueOf(syscall.EISNAM), + "EKEYEXPIRED": reflect.ValueOf(syscall.EKEYEXPIRED), + "EKEYREJECTED": reflect.ValueOf(syscall.EKEYREJECTED), + "EKEYREVOKED": reflect.ValueOf(syscall.EKEYREVOKED), + "EL2HLT": reflect.ValueOf(syscall.EL2HLT), + "EL2NSYNC": reflect.ValueOf(syscall.EL2NSYNC), + "EL3HLT": reflect.ValueOf(syscall.EL3HLT), + "EL3RST": reflect.ValueOf(syscall.EL3RST), + "ELIBACC": reflect.ValueOf(syscall.ELIBACC), + "ELIBBAD": reflect.ValueOf(syscall.ELIBBAD), + "ELIBEXEC": reflect.ValueOf(syscall.ELIBEXEC), + "ELIBMAX": reflect.ValueOf(syscall.ELIBMAX), + "ELIBSCN": reflect.ValueOf(syscall.ELIBSCN), + "ELNRNG": reflect.ValueOf(syscall.ELNRNG), + "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), + "EMULTIHOP": reflect.ValueOf(syscall.EMULTIHOP), + "ENAMETOOLONG": reflect.ValueOf(syscall.ENAMETOOLONG), + "ENAVAIL": reflect.ValueOf(syscall.ENAVAIL), + "ENCODING_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "ENCODING_FM_MARK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "ENCODING_FM_SPACE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ENCODING_MANCHESTER": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "ENCODING_NRZ": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ENCODING_NRZI": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ENETDOWN": reflect.ValueOf(syscall.ENETDOWN), + "ENETRESET": reflect.ValueOf(syscall.ENETRESET), + "ENETUNREACH": reflect.ValueOf(syscall.ENETUNREACH), + "ENFILE": reflect.ValueOf(syscall.ENFILE), + "ENOANO": reflect.ValueOf(syscall.ENOANO), + "ENOBUFS": reflect.ValueOf(syscall.ENOBUFS), + "ENOCSI": reflect.ValueOf(syscall.ENOCSI), + "ENODATA": reflect.ValueOf(syscall.ENODATA), + "ENODEV": reflect.ValueOf(syscall.ENODEV), + "ENOENT": reflect.ValueOf(syscall.ENOENT), + "ENOEXEC": reflect.ValueOf(syscall.ENOEXEC), + "ENOKEY": reflect.ValueOf(syscall.ENOKEY), + "ENOLCK": reflect.ValueOf(syscall.ENOLCK), + "ENOLINK": reflect.ValueOf(syscall.ENOLINK), + "ENOMEDIUM": reflect.ValueOf(syscall.ENOMEDIUM), + "ENOMEM": reflect.ValueOf(syscall.ENOMEM), + "ENOMSG": reflect.ValueOf(syscall.ENOMSG), + "ENONET": reflect.ValueOf(syscall.ENONET), + "ENOPKG": reflect.ValueOf(syscall.ENOPKG), + "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), + "ENOTNAM": reflect.ValueOf(syscall.ENOTNAM), + "ENOTRECOVERABLE": reflect.ValueOf(syscall.ENOTRECOVERABLE), + "ENOTSOCK": reflect.ValueOf(syscall.ENOTSOCK), + "ENOTSUP": reflect.ValueOf(syscall.ENOTSUP), + "ENOTTY": reflect.ValueOf(syscall.ENOTTY), + "ENOTUNIQ": reflect.ValueOf(syscall.ENOTUNIQ), + "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), + "EPOLLERR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "EPOLLET": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "EPOLLEXCLUSIVE": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "EPOLLHUP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "EPOLLIN": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "EPOLLMSG": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "EPOLLONESHOT": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "EPOLLOUT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "EPOLLPRI": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "EPOLLRDBAND": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "EPOLLRDHUP": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "EPOLLRDNORM": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "EPOLLWAKEUP": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "EPOLLWRBAND": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "EPOLLWRNORM": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "EPOLL_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "EPOLL_CTL_ADD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "EPOLL_CTL_DEL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "EPOLL_CTL_MOD": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "EPROTO": reflect.ValueOf(syscall.EPROTO), + "EPROTONOSUPPORT": reflect.ValueOf(syscall.EPROTONOSUPPORT), + "EPROTOTYPE": reflect.ValueOf(syscall.EPROTOTYPE), + "ERANGE": reflect.ValueOf(syscall.ERANGE), + "EREMCHG": reflect.ValueOf(syscall.EREMCHG), + "EREMOTE": reflect.ValueOf(syscall.EREMOTE), + "EREMOTEIO": reflect.ValueOf(syscall.EREMOTEIO), + "ERESTART": reflect.ValueOf(syscall.ERESTART), + "ERFKILL": reflect.ValueOf(syscall.ERFKILL), + "EROFS": reflect.ValueOf(syscall.EROFS), + "ESHUTDOWN": reflect.ValueOf(syscall.ESHUTDOWN), + "ESOCKTNOSUPPORT": reflect.ValueOf(syscall.ESOCKTNOSUPPORT), + "ESPIPE": reflect.ValueOf(syscall.ESPIPE), + "ESRCH": reflect.ValueOf(syscall.ESRCH), + "ESRMNT": reflect.ValueOf(syscall.ESRMNT), + "ESTALE": reflect.ValueOf(syscall.ESTALE), + "ESTRPIPE": reflect.ValueOf(syscall.ESTRPIPE), + "ETH_P_1588": reflect.ValueOf(constant.MakeFromLiteral("35063", token.INT, 0)), + "ETH_P_8021AD": reflect.ValueOf(constant.MakeFromLiteral("34984", token.INT, 0)), + "ETH_P_8021AH": reflect.ValueOf(constant.MakeFromLiteral("35047", token.INT, 0)), + "ETH_P_8021Q": reflect.ValueOf(constant.MakeFromLiteral("33024", token.INT, 0)), + "ETH_P_80221": reflect.ValueOf(constant.MakeFromLiteral("35095", token.INT, 0)), + "ETH_P_802_2": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ETH_P_802_3": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ETH_P_802_3_MIN": reflect.ValueOf(constant.MakeFromLiteral("1536", token.INT, 0)), + "ETH_P_802_EX1": reflect.ValueOf(constant.MakeFromLiteral("34997", token.INT, 0)), + "ETH_P_AARP": reflect.ValueOf(constant.MakeFromLiteral("33011", token.INT, 0)), + "ETH_P_AF_IUCV": reflect.ValueOf(constant.MakeFromLiteral("64507", token.INT, 0)), + "ETH_P_ALL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "ETH_P_AOE": reflect.ValueOf(constant.MakeFromLiteral("34978", token.INT, 0)), + "ETH_P_ARCNET": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "ETH_P_ARP": reflect.ValueOf(constant.MakeFromLiteral("2054", token.INT, 0)), + "ETH_P_ATALK": reflect.ValueOf(constant.MakeFromLiteral("32923", token.INT, 0)), + "ETH_P_ATMFATE": reflect.ValueOf(constant.MakeFromLiteral("34948", token.INT, 0)), + "ETH_P_ATMMPOA": reflect.ValueOf(constant.MakeFromLiteral("34892", token.INT, 0)), + "ETH_P_AX25": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ETH_P_BATMAN": reflect.ValueOf(constant.MakeFromLiteral("17157", token.INT, 0)), + "ETH_P_BPQ": reflect.ValueOf(constant.MakeFromLiteral("2303", token.INT, 0)), + "ETH_P_CAIF": reflect.ValueOf(constant.MakeFromLiteral("247", token.INT, 0)), + "ETH_P_CAN": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "ETH_P_CANFD": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "ETH_P_CONTROL": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "ETH_P_CUST": reflect.ValueOf(constant.MakeFromLiteral("24582", token.INT, 0)), + "ETH_P_DDCMP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "ETH_P_DEC": reflect.ValueOf(constant.MakeFromLiteral("24576", token.INT, 0)), + "ETH_P_DIAG": reflect.ValueOf(constant.MakeFromLiteral("24581", token.INT, 0)), + "ETH_P_DNA_DL": reflect.ValueOf(constant.MakeFromLiteral("24577", token.INT, 0)), + "ETH_P_DNA_RC": reflect.ValueOf(constant.MakeFromLiteral("24578", token.INT, 0)), + "ETH_P_DNA_RT": reflect.ValueOf(constant.MakeFromLiteral("24579", token.INT, 0)), + "ETH_P_DSA": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "ETH_P_ECONET": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "ETH_P_EDSA": reflect.ValueOf(constant.MakeFromLiteral("56026", token.INT, 0)), + "ETH_P_FCOE": reflect.ValueOf(constant.MakeFromLiteral("35078", token.INT, 0)), + "ETH_P_FIP": reflect.ValueOf(constant.MakeFromLiteral("35092", token.INT, 0)), + "ETH_P_HDLC": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "ETH_P_IEEE802154": reflect.ValueOf(constant.MakeFromLiteral("246", token.INT, 0)), + "ETH_P_IEEEPUP": reflect.ValueOf(constant.MakeFromLiteral("2560", token.INT, 0)), + "ETH_P_IEEEPUPAT": reflect.ValueOf(constant.MakeFromLiteral("2561", token.INT, 0)), + "ETH_P_IP": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "ETH_P_IPV6": reflect.ValueOf(constant.MakeFromLiteral("34525", token.INT, 0)), + "ETH_P_IPX": reflect.ValueOf(constant.MakeFromLiteral("33079", token.INT, 0)), + "ETH_P_IRDA": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "ETH_P_LAT": reflect.ValueOf(constant.MakeFromLiteral("24580", token.INT, 0)), + "ETH_P_LINK_CTL": reflect.ValueOf(constant.MakeFromLiteral("34924", token.INT, 0)), + "ETH_P_LOCALTALK": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "ETH_P_LOOP": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "ETH_P_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("36864", token.INT, 0)), + "ETH_P_MOBITEX": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "ETH_P_MPLS_MC": reflect.ValueOf(constant.MakeFromLiteral("34888", token.INT, 0)), + "ETH_P_MPLS_UC": reflect.ValueOf(constant.MakeFromLiteral("34887", token.INT, 0)), + "ETH_P_MVRP": reflect.ValueOf(constant.MakeFromLiteral("35061", token.INT, 0)), + "ETH_P_PAE": reflect.ValueOf(constant.MakeFromLiteral("34958", token.INT, 0)), + "ETH_P_PAUSE": reflect.ValueOf(constant.MakeFromLiteral("34824", token.INT, 0)), + "ETH_P_PHONET": reflect.ValueOf(constant.MakeFromLiteral("245", token.INT, 0)), + "ETH_P_PPPTALK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "ETH_P_PPP_DISC": reflect.ValueOf(constant.MakeFromLiteral("34915", token.INT, 0)), + "ETH_P_PPP_MP": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "ETH_P_PPP_SES": reflect.ValueOf(constant.MakeFromLiteral("34916", token.INT, 0)), + "ETH_P_PRP": reflect.ValueOf(constant.MakeFromLiteral("35067", token.INT, 0)), + "ETH_P_PUP": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "ETH_P_PUPAT": reflect.ValueOf(constant.MakeFromLiteral("513", token.INT, 0)), + "ETH_P_QINQ1": reflect.ValueOf(constant.MakeFromLiteral("37120", token.INT, 0)), + "ETH_P_QINQ2": reflect.ValueOf(constant.MakeFromLiteral("37376", token.INT, 0)), + "ETH_P_QINQ3": reflect.ValueOf(constant.MakeFromLiteral("37632", token.INT, 0)), + "ETH_P_RARP": reflect.ValueOf(constant.MakeFromLiteral("32821", token.INT, 0)), + "ETH_P_SCA": reflect.ValueOf(constant.MakeFromLiteral("24583", token.INT, 0)), + "ETH_P_SLOW": reflect.ValueOf(constant.MakeFromLiteral("34825", token.INT, 0)), + "ETH_P_SNAP": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "ETH_P_TDLS": reflect.ValueOf(constant.MakeFromLiteral("35085", token.INT, 0)), + "ETH_P_TEB": reflect.ValueOf(constant.MakeFromLiteral("25944", token.INT, 0)), + "ETH_P_TIPC": reflect.ValueOf(constant.MakeFromLiteral("35018", token.INT, 0)), + "ETH_P_TRAILER": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "ETH_P_TR_802_2": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "ETH_P_WAN_PPP": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "ETH_P_WCCP": reflect.ValueOf(constant.MakeFromLiteral("34878", token.INT, 0)), + "ETH_P_X25": reflect.ValueOf(constant.MakeFromLiteral("2053", token.INT, 0)), + "ETH_P_XDSA": reflect.ValueOf(constant.MakeFromLiteral("248", token.INT, 0)), + "ETIME": reflect.ValueOf(syscall.ETIME), + "ETIMEDOUT": reflect.ValueOf(syscall.ETIMEDOUT), + "ETOOMANYREFS": reflect.ValueOf(syscall.ETOOMANYREFS), + "ETXTBSY": reflect.ValueOf(syscall.ETXTBSY), + "EUCLEAN": reflect.ValueOf(syscall.EUCLEAN), + "EUNATCH": reflect.ValueOf(syscall.EUNATCH), + "EUSERS": reflect.ValueOf(syscall.EUSERS), + "EWOULDBLOCK": reflect.ValueOf(syscall.EWOULDBLOCK), + "EXDEV": reflect.ValueOf(syscall.EXDEV), + "EXFULL": reflect.ValueOf(syscall.EXFULL), + "EXTA": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "EXTB": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "EXTPROC": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "Environ": reflect.ValueOf(syscall.Environ), + "EpollCreate": reflect.ValueOf(syscall.EpollCreate), + "EpollCreate1": reflect.ValueOf(syscall.EpollCreate1), + "EpollCtl": reflect.ValueOf(syscall.EpollCtl), + "EpollWait": reflect.ValueOf(syscall.EpollWait), + "Exec": reflect.ValueOf(syscall.Exec), + "Exit": reflect.ValueOf(syscall.Exit), + "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("4096", token.INT, 0)), + "F_DUPFD": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_DUPFD_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1030", token.INT, 0)), + "F_EXLCK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "F_GETFD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "F_GETFL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "F_GETLEASE": reflect.ValueOf(constant.MakeFromLiteral("1025", token.INT, 0)), + "F_GETLK": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "F_GETLK64": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "F_GETOWN": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "F_GETOWN_EX": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "F_GETPIPE_SZ": reflect.ValueOf(constant.MakeFromLiteral("1032", token.INT, 0)), + "F_GETSIG": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "F_LOCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "F_NOTIFY": reflect.ValueOf(constant.MakeFromLiteral("1026", token.INT, 0)), + "F_OFD_GETLK": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "F_OFD_SETLK": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "F_OFD_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "F_OK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_RDLCK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_SETFD": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_SETFL": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "F_SETLEASE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "F_SETLK": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "F_SETLK64": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "F_SETLKW": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "F_SETLKW64": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "F_SETOWN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "F_SETOWN_EX": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "F_SETPIPE_SZ": reflect.ValueOf(constant.MakeFromLiteral("1031", token.INT, 0)), + "F_SETSIG": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "F_SHLCK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "F_TEST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "F_TLOCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_ULOCK": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "F_UNLCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "F_WRLCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "Faccessat": reflect.ValueOf(syscall.Faccessat), + "Fallocate": reflect.ValueOf(syscall.Fallocate), + "Fchdir": reflect.ValueOf(syscall.Fchdir), + "Fchmod": reflect.ValueOf(syscall.Fchmod), + "Fchmodat": reflect.ValueOf(syscall.Fchmodat), + "Fchown": reflect.ValueOf(syscall.Fchown), + "Fchownat": reflect.ValueOf(syscall.Fchownat), + "FcntlFlock": reflect.ValueOf(syscall.FcntlFlock), + "Fdatasync": reflect.ValueOf(syscall.Fdatasync), + "Flock": reflect.ValueOf(syscall.Flock), + "ForkExec": reflect.ValueOf(syscall.ForkExec), + "ForkLock": reflect.ValueOf(&syscall.ForkLock).Elem(), + "Fstat": reflect.ValueOf(syscall.Fstat), + "Fstatat": reflect.ValueOf(syscall.Fstatat), + "Fstatfs": reflect.ValueOf(syscall.Fstatfs), + "Fsync": reflect.ValueOf(syscall.Fsync), + "Ftruncate": reflect.ValueOf(syscall.Ftruncate), + "Futimes": reflect.ValueOf(syscall.Futimes), + "Futimesat": reflect.ValueOf(syscall.Futimesat), + "Getcwd": reflect.ValueOf(syscall.Getcwd), + "Getdents": reflect.ValueOf(syscall.Getdents), + "Getegid": reflect.ValueOf(syscall.Getegid), + "Getenv": reflect.ValueOf(syscall.Getenv), + "Geteuid": reflect.ValueOf(syscall.Geteuid), + "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), + "Getsockname": reflect.ValueOf(syscall.Getsockname), + "GetsockoptICMPv6Filter": reflect.ValueOf(syscall.GetsockoptICMPv6Filter), + "GetsockoptIPMreq": reflect.ValueOf(syscall.GetsockoptIPMreq), + "GetsockoptIPMreqn": reflect.ValueOf(syscall.GetsockoptIPMreqn), + "GetsockoptIPv6MTUInfo": reflect.ValueOf(syscall.GetsockoptIPv6MTUInfo), + "GetsockoptIPv6Mreq": reflect.ValueOf(syscall.GetsockoptIPv6Mreq), + "GetsockoptInet4Addr": reflect.ValueOf(syscall.GetsockoptInet4Addr), + "GetsockoptInt": reflect.ValueOf(syscall.GetsockoptInt), + "GetsockoptUcred": reflect.ValueOf(syscall.GetsockoptUcred), + "Gettid": reflect.ValueOf(syscall.Gettid), + "Gettimeofday": reflect.ValueOf(syscall.Gettimeofday), + "Getuid": reflect.ValueOf(syscall.Getuid), + "Getwd": reflect.ValueOf(syscall.Getwd), + "Getxattr": reflect.ValueOf(syscall.Getxattr), + "HUPCL": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "ICANON": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ICMPV6_FILTER": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ICRNL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IEXTEN": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IFA_ADDRESS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFA_ANYCAST": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IFA_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFA_CACHEINFO": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IFA_F_DADFAILED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFA_F_DEPRECATED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IFA_F_HOMEADDRESS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFA_F_MANAGETEMPADDR": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IFA_F_MCAUTOJOIN": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFA_F_NODAD": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFA_F_NOPREFIXROUTE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IFA_F_OPTIMISTIC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFA_F_PERMANENT": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IFA_F_SECONDARY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFA_F_STABLE_PRIVACY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IFA_F_TEMPORARY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFA_F_TENTATIVE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IFA_LABEL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IFA_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFA_MAX": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFA_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IFA_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IFF_ALLMULTI": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IFF_ATTACH_QUEUE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IFF_AUTOMEDIA": 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_DETACH_QUEUE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFF_DORMANT": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "IFF_DYNAMIC": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IFF_ECHO": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "IFF_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFF_LOWER_UP": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "IFF_MASTER": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IFF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "IFF_MULTI_QUEUE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IFF_NOARP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IFF_NOFILTER": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "IFF_NOTRAILERS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IFF_NO_PI": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "IFF_ONE_QUEUE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IFF_PERSIST": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IFF_POINTOPOINT": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFF_PORTSEL": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IFF_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IFF_RUNNING": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IFF_SLAVE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IFF_TAP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFF_TUN": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFF_TUN_EXCL": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IFF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFF_VNET_HDR": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IFF_VOLATILE": reflect.ValueOf(constant.MakeFromLiteral("461914", token.INT, 0)), + "IFLA_ADDRESS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IFLA_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IFLA_COST": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IFLA_IFALIAS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IFLA_IFNAME": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IFLA_LINK": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IFLA_LINKINFO": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IFLA_LINKMODE": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "IFLA_MAP": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IFLA_MASTER": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IFLA_MAX": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "IFLA_MTU": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IFLA_NET_NS_PID": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IFLA_OPERSTATE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IFLA_PRIORITY": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IFLA_PROTINFO": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IFLA_QDISC": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IFLA_STATS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IFLA_TXQLEN": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IFLA_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IFLA_WEIGHT": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "IFLA_WIRELESS": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IFNAMSIZ": reflect.ValueOf(constant.MakeFromLiteral("16", 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_ACCESS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IN_ALL_EVENTS": reflect.ValueOf(constant.MakeFromLiteral("4095", token.INT, 0)), + "IN_ATTRIB": reflect.ValueOf(constant.MakeFromLiteral("4", 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_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "IN_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IN_CLOSE_NOWRITE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IN_CLOSE_WRITE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IN_CREATE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "IN_DELETE": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "IN_DELETE_SELF": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "IN_DONT_FOLLOW": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), + "IN_EXCL_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), + "IN_IGNORED": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IN_ISDIR": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "IN_LOOPBACKNET": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "IN_MASK_ADD": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "IN_MODIFY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IN_MOVE": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), + "IN_MOVED_FROM": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "IN_MOVED_TO": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "IN_MOVE_SELF": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IN_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "IN_ONESHOT": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "IN_ONLYDIR": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "IN_OPEN": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IN_Q_OVERFLOW": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "IN_UNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "IPPROTO_AH": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IPPROTO_BEETPH": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), + "IPPROTO_COMP": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "IPPROTO_DCCP": reflect.ValueOf(constant.MakeFromLiteral("33", 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_ESP": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IPPROTO_FRAGMENT": reflect.ValueOf(constant.MakeFromLiteral("44", 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_IPIP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPPROTO_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IPPROTO_MH": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "IPPROTO_MPLS": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "IPPROTO_MTP": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "IPPROTO_NONE": reflect.ValueOf(constant.MakeFromLiteral("59", 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_SCTP": reflect.ValueOf(constant.MakeFromLiteral("132", 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_2292DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPV6_2292HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IPV6_2292HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IPV6_2292PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IPV6_2292PKTOPTIONS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IPV6_2292RTHDR": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IPV6_ADDRFORM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IPV6_AUTHHDR": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IPV6_CHECKSUM": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IPV6_DONTFRAG": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "IPV6_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IPV6_DSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IPV6_HDRINCL": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "IPV6_HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "IPV6_HOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IPV6_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "IPV6_JOIN_ANYCAST": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "IPV6_JOIN_GROUP": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IPV6_LEAVE_ANYCAST": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "IPV6_LEAVE_GROUP": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IPV6_MTU": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IPV6_MTU_DISCOVER": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "IPV6_MULTICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IPV6_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "IPV6_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IPV6_NEXTHOP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IPV6_PATHMTU": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "IPV6_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IPV6_PMTUDISC_DO": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IPV6_PMTUDISC_DONT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IPV6_PMTUDISC_INTERFACE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IPV6_PMTUDISC_OMIT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IPV6_PMTUDISC_PROBE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IPV6_PMTUDISC_WANT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IPV6_RECVDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "IPV6_RECVERR": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "IPV6_RECVHOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "IPV6_RECVHOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "IPV6_RECVPATHMTU": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "IPV6_RECVPKTINFO": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "IPV6_RECVRTHDR": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "IPV6_RECVTCLASS": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "IPV6_ROUTER_ALERT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IPV6_RTHDR": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "IPV6_RTHDRDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("55", 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_RXDSTOPTS": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "IPV6_RXHOPOPTS": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "IPV6_TCLASS": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "IPV6_UNICAST_HOPS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "IPV6_V6ONLY": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "IPV6_XFRM_POLICY": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IP_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "IP_ADD_SOURCE_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "IP_BIND_ADDRESS_NO_PORT": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "IP_BLOCK_SOURCE": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "IP_CHECKSUM": reflect.ValueOf(constant.MakeFromLiteral("23", 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("36", token.INT, 0)), + "IP_DROP_SOURCE_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "IP_FREEBIND": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "IP_HDRINCL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IP_IPSEC_POLICY": reflect.ValueOf(constant.MakeFromLiteral("16", 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_MINTTL": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "IP_MSFILTER": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "IP_MSS": reflect.ValueOf(constant.MakeFromLiteral("576", token.INT, 0)), + "IP_MTU": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "IP_MTU_DISCOVER": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IP_MULTICAST_ALL": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "IP_MULTICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IP_MULTICAST_LOOP": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "IP_MULTICAST_TTL": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "IP_NODEFRAG": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "IP_OFFMASK": reflect.ValueOf(constant.MakeFromLiteral("8191", token.INT, 0)), + "IP_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IP_ORIGDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IP_PASSSEC": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "IP_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "IP_PKTOPTIONS": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "IP_PMTUDISC": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "IP_PMTUDISC_DO": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IP_PMTUDISC_DONT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "IP_PMTUDISC_INTERFACE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "IP_PMTUDISC_OMIT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IP_PMTUDISC_PROBE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "IP_PMTUDISC_WANT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_RECVERR": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "IP_RECVOPTS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "IP_RECVORIGDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "IP_RECVRETOPTS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IP_RECVTOS": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "IP_RECVTTL": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "IP_RETOPTS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "IP_RF": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "IP_ROUTER_ALERT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "IP_TOS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "IP_TRANSPARENT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "IP_TTL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "IP_UNBLOCK_SOURCE": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "IP_UNICAST_IF": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "IP_XFRM_POLICY": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "ISIG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "ISTRIP": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "IUCLC": reflect.ValueOf(constant.MakeFromLiteral("512", 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("4096", token.INT, 0)), + "IXON": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "ImplementsGetwd": reflect.ValueOf(syscall.ImplementsGetwd), + "InotifyAddWatch": reflect.ValueOf(syscall.InotifyAddWatch), + "InotifyInit": reflect.ValueOf(syscall.InotifyInit), + "InotifyInit1": reflect.ValueOf(syscall.InotifyInit1), + "InotifyRmWatch": reflect.ValueOf(syscall.InotifyRmWatch), + "Kill": reflect.ValueOf(syscall.Kill), + "Klogctl": reflect.ValueOf(syscall.Klogctl), + "LINUX_REBOOT_CMD_CAD_OFF": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "LINUX_REBOOT_CMD_CAD_ON": reflect.ValueOf(constant.MakeFromLiteral("2309737967", token.INT, 0)), + "LINUX_REBOOT_CMD_HALT": reflect.ValueOf(constant.MakeFromLiteral("3454992675", token.INT, 0)), + "LINUX_REBOOT_CMD_KEXEC": reflect.ValueOf(constant.MakeFromLiteral("1163412803", token.INT, 0)), + "LINUX_REBOOT_CMD_POWER_OFF": reflect.ValueOf(constant.MakeFromLiteral("1126301404", token.INT, 0)), + "LINUX_REBOOT_CMD_RESTART": reflect.ValueOf(constant.MakeFromLiteral("19088743", token.INT, 0)), + "LINUX_REBOOT_CMD_RESTART2": reflect.ValueOf(constant.MakeFromLiteral("2712847316", token.INT, 0)), + "LINUX_REBOOT_CMD_SW_SUSPEND": reflect.ValueOf(constant.MakeFromLiteral("3489725666", token.INT, 0)), + "LINUX_REBOOT_MAGIC1": reflect.ValueOf(constant.MakeFromLiteral("4276215469", token.INT, 0)), + "LINUX_REBOOT_MAGIC2": reflect.ValueOf(constant.MakeFromLiteral("672274793", 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), + "Listxattr": reflect.ValueOf(syscall.Listxattr), + "LsfJump": reflect.ValueOf(syscall.LsfJump), + "LsfSocket": reflect.ValueOf(syscall.LsfSocket), + "LsfStmt": reflect.ValueOf(syscall.LsfStmt), + "Lstat": reflect.ValueOf(syscall.Lstat), + "MADV_DODUMP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "MADV_DOFORK": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "MADV_DONTDUMP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MADV_DONTFORK": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "MADV_DONTNEED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MADV_FREE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MADV_HUGEPAGE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "MADV_HWPOISON": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), + "MADV_MERGEABLE": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "MADV_NOHUGEPAGE": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "MADV_NORMAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MADV_RANDOM": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MADV_REMOVE": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "MADV_SEQUENTIAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MADV_UNMERGEABLE": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "MADV_WILLNEED": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "MAP_ANON": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "MAP_ANONYMOUS": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "MAP_DENYWRITE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "MAP_EXECUTABLE": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MAP_FILE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "MAP_FIXED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MAP_GROWSDOWN": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "MAP_HUGETLB": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "MAP_HUGE_MASK": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "MAP_HUGE_SHIFT": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "MAP_LOCKED": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "MAP_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "MAP_NORESERVE": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "MAP_POPULATE": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "MAP_PRIVATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MAP_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MAP_STACK": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "MAP_TYPE": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "MCL_CURRENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MCL_FUTURE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MCL_ONFAULT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MNT_DETACH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MNT_EXPIRE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MNT_FORCE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MSG_BATCH": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "MSG_CMSG_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "MSG_CONFIRM": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "MSG_CTRUNC": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MSG_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MSG_DONTWAIT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "MSG_EOR": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "MSG_ERRQUEUE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "MSG_FASTOPEN": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "MSG_FIN": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "MSG_MORE": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "MSG_NOSIGNAL": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "MSG_OOB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MSG_PEEK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MSG_PROXY": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MSG_RST": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MSG_SYN": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "MSG_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "MSG_TRYHARD": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MSG_WAITALL": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "MSG_WAITFORONE": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "MS_ACTIVE": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "MS_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MS_BIND": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "MS_DIRSYNC": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "MS_INVALIDATE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MS_I_VERSION": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), + "MS_KERNMOUNT": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "MS_LAZYTIME": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), + "MS_MANDLOCK": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "MS_MGC_MSK": reflect.ValueOf(constant.MakeFromLiteral("4294901760", token.INT, 0)), + "MS_MGC_VAL": reflect.ValueOf(constant.MakeFromLiteral("3236757504", token.INT, 0)), + "MS_MOVE": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "MS_NOATIME": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "MS_NODEV": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MS_NODIRATIME": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "MS_NOEXEC": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "MS_NOSUID": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "MS_NOUSER": reflect.ValueOf(constant.MakeFromLiteral("-2147483648", token.INT, 0)), + "MS_POSIXACL": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "MS_PRIVATE": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "MS_RDONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "MS_REC": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "MS_RELATIME": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "MS_REMOUNT": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "MS_RMT_MASK": reflect.ValueOf(constant.MakeFromLiteral("41943121", token.INT, 0)), + "MS_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "MS_SILENT": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "MS_SLAVE": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "MS_STRICTATIME": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "MS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "MS_SYNCHRONOUS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "MS_UNBINDABLE": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "Madvise": reflect.ValueOf(syscall.Madvise), + "Mkdir": reflect.ValueOf(syscall.Mkdir), + "Mkdirat": reflect.ValueOf(syscall.Mkdirat), + "Mkfifo": reflect.ValueOf(syscall.Mkfifo), + "Mknod": reflect.ValueOf(syscall.Mknod), + "Mknodat": reflect.ValueOf(syscall.Mknodat), + "Mlock": reflect.ValueOf(syscall.Mlock), + "Mlockall": reflect.ValueOf(syscall.Mlockall), + "Mmap": reflect.ValueOf(syscall.Mmap), + "Mount": reflect.ValueOf(syscall.Mount), + "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)), + "NETLINK_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NETLINK_AUDIT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "NETLINK_BROADCAST_ERROR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NETLINK_CONNECTOR": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "NETLINK_CRYPTO": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "NETLINK_DNRTMSG": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "NETLINK_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NETLINK_ECRYPTFS": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "NETLINK_FIB_LOOKUP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "NETLINK_FIREWALL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "NETLINK_GENERIC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "NETLINK_INET_DIAG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NETLINK_IP6_FW": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "NETLINK_ISCSI": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "NETLINK_KOBJECT_UEVENT": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "NETLINK_NETFILTER": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "NETLINK_NFLOG": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "NETLINK_NO_ENOBUFS": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "NETLINK_PKTINFO": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "NETLINK_RDMA": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "NETLINK_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "NETLINK_RX_RING": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "NETLINK_SCSITRANSPORT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "NETLINK_SELINUX": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "NETLINK_SOCK_DIAG": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NETLINK_TX_RING": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "NETLINK_UNUSED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NETLINK_USERSOCK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NETLINK_XFRM": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "NLA_ALIGNTO": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NLA_F_NESTED": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "NLA_F_NET_BYTEORDER": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "NLA_HDRLEN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NLMSG_ALIGNTO": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NLMSG_DONE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "NLMSG_ERROR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NLMSG_HDRLEN": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "NLMSG_MIN_TYPE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "NLMSG_NOOP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NLMSG_OVERRUN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NLM_F_ACK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "NLM_F_APPEND": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "NLM_F_ATOMIC": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "NLM_F_CREATE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "NLM_F_DUMP": reflect.ValueOf(constant.MakeFromLiteral("768", token.INT, 0)), + "NLM_F_DUMP_INTR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "NLM_F_ECHO": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "NLM_F_EXCL": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "NLM_F_MATCH": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "NLM_F_MULTI": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "NLM_F_REPLACE": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "NLM_F_REQUEST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "NLM_F_ROOT": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "NOFLSH": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "Nanosleep": reflect.ValueOf(syscall.Nanosleep), + "NetlinkRIB": reflect.ValueOf(syscall.NetlinkRIB), + "NsecToTimespec": reflect.ValueOf(syscall.NsecToTimespec), + "NsecToTimeval": reflect.ValueOf(syscall.NsecToTimeval), + "OCRNL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "OFDEL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "OFILL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "OLCUC": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "ONLCR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "ONLRET": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "ONOCR": reflect.ValueOf(constant.MakeFromLiteral("16", 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("1024", token.INT, 0)), + "O_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "O_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "O_CREAT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "O_DIRECT": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "O_DIRECTORY": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "O_DSYNC": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "O_EXCL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "O_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("1052672", token.INT, 0)), + "O_LARGEFILE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "O_NDELAY": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "O_NOATIME": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "O_NOCTTY": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "O_NOFOLLOW": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "O_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "O_PATH": reflect.ValueOf(constant.MakeFromLiteral("2097152", 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("1052672", token.INT, 0)), + "O_SYNC": reflect.ValueOf(constant.MakeFromLiteral("1052672", token.INT, 0)), + "O_TMPFILE": reflect.ValueOf(constant.MakeFromLiteral("4259840", token.INT, 0)), + "O_TRUNC": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "O_WRONLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "Open": reflect.ValueOf(syscall.Open), + "Openat": reflect.ValueOf(syscall.Openat), + "PACKET_ADD_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PACKET_AUXDATA": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PACKET_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PACKET_COPY_THRESH": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PACKET_DROP_MEMBERSHIP": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PACKET_FANOUT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "PACKET_FANOUT_CPU": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PACKET_FANOUT_FLAG_DEFRAG": reflect.ValueOf(constant.MakeFromLiteral("32768", token.INT, 0)), + "PACKET_FANOUT_FLAG_ROLLOVER": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "PACKET_FANOUT_HASH": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PACKET_FANOUT_LB": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PACKET_FANOUT_QM": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PACKET_FANOUT_RND": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PACKET_FANOUT_ROLLOVER": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PACKET_FASTROUTE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PACKET_HDRLEN": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "PACKET_HOST": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PACKET_KERNEL": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PACKET_LOOPBACK": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PACKET_LOSS": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "PACKET_MR_ALLMULTI": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PACKET_MR_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PACKET_MR_PROMISC": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PACKET_MR_UNICAST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PACKET_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PACKET_ORIGDEV": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "PACKET_OTHERHOST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PACKET_OUTGOING": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PACKET_QDISC_BYPASS": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "PACKET_RECV_OUTPUT": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PACKET_RESERVE": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "PACKET_RX_RING": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PACKET_STATISTICS": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PACKET_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "PACKET_TX_HAS_OFF": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "PACKET_TX_RING": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "PACKET_TX_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "PACKET_USER": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PACKET_VERSION": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "PACKET_VNET_HDR": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "PARENB": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "PARITY_CRC16_PR0": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PARITY_CRC16_PR0_CCITT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PARITY_CRC16_PR1": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PARITY_CRC16_PR1_CCITT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PARITY_CRC32_PR0_CCITT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PARITY_CRC32_PR1_CCITT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PARITY_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PARITY_NONE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PARMRK": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PARODD": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "PENDIN": reflect.ValueOf(constant.MakeFromLiteral("16384", 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_GROWSDOWN": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "PROT_GROWSUP": reflect.ValueOf(constant.MakeFromLiteral("33554432", 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)), + "PR_CAPBSET_DROP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "PR_CAPBSET_READ": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "PR_ENDIAN_BIG": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PR_ENDIAN_LITTLE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_ENDIAN_PPC_LITTLE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_FPEMU_NOPRINT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_FPEMU_SIGFPE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_FP_EXC_ASYNC": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_FP_EXC_DISABLED": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PR_FP_EXC_DIV": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "PR_FP_EXC_INV": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "PR_FP_EXC_NONRECOV": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_FP_EXC_OVF": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "PR_FP_EXC_PRECISE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PR_FP_EXC_RES": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "PR_FP_EXC_SW_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "PR_FP_EXC_UND": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "PR_FP_MODE_FR": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_FP_MODE_FRE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_GET_CHILD_SUBREAPER": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "PR_GET_DUMPABLE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PR_GET_ENDIAN": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "PR_GET_FPEMU": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "PR_GET_FPEXC": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "PR_GET_FP_MODE": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "PR_GET_KEEPCAPS": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PR_GET_NAME": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "PR_GET_NO_NEW_PRIVS": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "PR_GET_PDEATHSIG": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_GET_SECCOMP": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "PR_GET_SECUREBITS": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "PR_GET_THP_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "PR_GET_TID_ADDRESS": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "PR_GET_TIMERSLACK": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "PR_GET_TIMING": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "PR_GET_TSC": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "PR_GET_UNALIGN": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PR_MCE_KILL": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "PR_MCE_KILL_CLEAR": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PR_MCE_KILL_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_MCE_KILL_EARLY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_MCE_KILL_GET": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "PR_MCE_KILL_LATE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PR_MCE_KILL_SET": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_MPX_DISABLE_MANAGEMENT": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "PR_MPX_ENABLE_MANAGEMENT": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "PR_SET_CHILD_SUBREAPER": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "PR_SET_DUMPABLE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PR_SET_ENDIAN": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "PR_SET_FPEMU": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "PR_SET_FPEXC": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "PR_SET_FP_MODE": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "PR_SET_KEEPCAPS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PR_SET_MM": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "PR_SET_MM_ARG_END": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "PR_SET_MM_ARG_START": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PR_SET_MM_AUXV": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "PR_SET_MM_BRK": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PR_SET_MM_END_CODE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_SET_MM_END_DATA": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PR_SET_MM_ENV_END": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "PR_SET_MM_ENV_START": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "PR_SET_MM_EXE_FILE": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "PR_SET_MM_MAP": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "PR_SET_MM_MAP_SIZE": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "PR_SET_MM_START_BRK": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PR_SET_MM_START_CODE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_SET_MM_START_DATA": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PR_SET_MM_START_STACK": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PR_SET_NAME": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "PR_SET_NO_NEW_PRIVS": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "PR_SET_PDEATHSIG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_SET_PTRACER": reflect.ValueOf(constant.MakeFromLiteral("1499557217", token.INT, 0)), + "PR_SET_PTRACER_ANY": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), + "PR_SET_SECCOMP": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "PR_SET_SECUREBITS": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "PR_SET_THP_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "PR_SET_TIMERSLACK": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "PR_SET_TIMING": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "PR_SET_TSC": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "PR_SET_UNALIGN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PR_TASK_PERF_EVENTS_DISABLE": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "PR_TASK_PERF_EVENTS_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "PR_TIMING_STATISTICAL": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "PR_TIMING_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_TSC_ENABLE": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_TSC_SIGSEGV": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PR_UNALIGN_NOPRINT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PR_UNALIGN_SIGBUS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PTRACE_ATTACH": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "PTRACE_CONT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PTRACE_DETACH": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "PTRACE_EVENT_CLONE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PTRACE_EVENT_EXEC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PTRACE_EVENT_EXIT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PTRACE_EVENT_FORK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PTRACE_EVENT_SECCOMP": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "PTRACE_EVENT_STOP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "PTRACE_EVENT_VFORK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PTRACE_EVENT_VFORK_DONE": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PTRACE_GETEVENTMSG": reflect.ValueOf(constant.MakeFromLiteral("16897", token.INT, 0)), + "PTRACE_GETREGS": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "PTRACE_GETREGSET": reflect.ValueOf(constant.MakeFromLiteral("16900", token.INT, 0)), + "PTRACE_GETSIGINFO": reflect.ValueOf(constant.MakeFromLiteral("16898", token.INT, 0)), + "PTRACE_GETSIGMASK": reflect.ValueOf(constant.MakeFromLiteral("16906", token.INT, 0)), + "PTRACE_INTERRUPT": reflect.ValueOf(constant.MakeFromLiteral("16903", token.INT, 0)), + "PTRACE_KILL": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PTRACE_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("16904", token.INT, 0)), + "PTRACE_O_EXITKILL": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "PTRACE_O_MASK": reflect.ValueOf(constant.MakeFromLiteral("1048831", token.INT, 0)), + "PTRACE_O_TRACECLONE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "PTRACE_O_TRACEEXEC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "PTRACE_O_TRACEEXIT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "PTRACE_O_TRACEFORK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PTRACE_O_TRACESECCOMP": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "PTRACE_O_TRACESYSGOOD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PTRACE_O_TRACEVFORK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PTRACE_O_TRACEVFORKDONE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "PTRACE_PEEKDATA": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "PTRACE_PEEKSIGINFO": reflect.ValueOf(constant.MakeFromLiteral("16905", token.INT, 0)), + "PTRACE_PEEKSIGINFO_SHARED": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PTRACE_PEEKTEXT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "PTRACE_PEEKUSR": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "PTRACE_POKEDATA": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "PTRACE_POKETEXT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "PTRACE_POKEUSR": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "PTRACE_SEIZE": reflect.ValueOf(constant.MakeFromLiteral("16902", token.INT, 0)), + "PTRACE_SETOPTIONS": reflect.ValueOf(constant.MakeFromLiteral("16896", token.INT, 0)), + "PTRACE_SETREGS": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "PTRACE_SETREGSET": reflect.ValueOf(constant.MakeFromLiteral("16901", token.INT, 0)), + "PTRACE_SETSIGINFO": reflect.ValueOf(constant.MakeFromLiteral("16899", token.INT, 0)), + "PTRACE_SETSIGMASK": reflect.ValueOf(constant.MakeFromLiteral("16907", token.INT, 0)), + "PTRACE_SINGLESTEP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "PTRACE_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "PTRACE_TRACEME": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "ParseDirent": reflect.ValueOf(syscall.ParseDirent), + "ParseNetlinkMessage": reflect.ValueOf(syscall.ParseNetlinkMessage), + "ParseNetlinkRouteAttr": reflect.ValueOf(syscall.ParseNetlinkRouteAttr), + "ParseSocketControlMessage": reflect.ValueOf(syscall.ParseSocketControlMessage), + "ParseUnixCredentials": reflect.ValueOf(syscall.ParseUnixCredentials), + "ParseUnixRights": reflect.ValueOf(syscall.ParseUnixRights), + "PathMax": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "Pause": reflect.ValueOf(syscall.Pause), + "Pipe": reflect.ValueOf(syscall.Pipe), + "Pipe2": reflect.ValueOf(syscall.Pipe2), + "PivotRoot": reflect.ValueOf(syscall.PivotRoot), + "Pread": reflect.ValueOf(syscall.Pread), + "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), + "Pwrite": reflect.ValueOf(syscall.Pwrite), + "RLIMIT_AS": reflect.ValueOf(constant.MakeFromLiteral("9", 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("7", token.INT, 0)), + "RLIMIT_STACK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RLIM_INFINITY": reflect.ValueOf(constant.MakeFromLiteral("-1", token.INT, 0)), + "RTAX_ADVMSS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTAX_CC_ALGO": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTAX_CWND": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTAX_FEATURES": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "RTAX_FEATURE_ALLFRAG": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTAX_FEATURE_ECN": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTAX_FEATURE_SACK": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTAX_FEATURE_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTAX_HOPLIMIT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "RTAX_INITCWND": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTAX_INITRWND": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "RTAX_LOCK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTAX_MAX": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTAX_MTU": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTAX_QUICKACK": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "RTAX_REORDERING": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "RTAX_RTO_MIN": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "RTAX_RTT": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTAX_RTTVAR": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTAX_SSTHRESH": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTAX_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RTAX_WINDOW": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTA_ALIGNTO": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTA_CACHEINFO": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "RTA_DST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTA_FLOW": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTA_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTA_IIF": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTA_MAX": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "RTA_METRICS": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTA_MULTIPATH": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "RTA_OIF": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTA_PREFSRC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTA_PRIORITY": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTA_SRC": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTA_TABLE": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "RTA_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RTCF_DIRECTSRC": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), + "RTCF_DOREDIRECT": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "RTCF_LOG": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), + "RTCF_MASQ": reflect.ValueOf(constant.MakeFromLiteral("4194304", token.INT, 0)), + "RTCF_NAT": reflect.ValueOf(constant.MakeFromLiteral("8388608", token.INT, 0)), + "RTCF_VALVE": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "RTF_ADDRCLASSMASK": reflect.ValueOf(constant.MakeFromLiteral("4160749568", token.INT, 0)), + "RTF_ADDRCONF": reflect.ValueOf(constant.MakeFromLiteral("262144", token.INT, 0)), + "RTF_ALLONLINK": reflect.ValueOf(constant.MakeFromLiteral("131072", token.INT, 0)), + "RTF_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("268435456", token.INT, 0)), + "RTF_CACHE": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "RTF_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("65536", token.INT, 0)), + "RTF_DYNAMIC": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTF_FLOW": reflect.ValueOf(constant.MakeFromLiteral("33554432", token.INT, 0)), + "RTF_GATEWAY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTF_HOST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTF_INTERFACE": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "RTF_IRTT": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "RTF_LINKRT": reflect.ValueOf(constant.MakeFromLiteral("1048576", token.INT, 0)), + "RTF_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "RTF_MODIFIED": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RTF_MSS": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTF_MTU": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTF_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "RTF_NAT": reflect.ValueOf(constant.MakeFromLiteral("134217728", token.INT, 0)), + "RTF_NOFORWARD": reflect.ValueOf(constant.MakeFromLiteral("4096", token.INT, 0)), + "RTF_NONEXTHOP": reflect.ValueOf(constant.MakeFromLiteral("2097152", token.INT, 0)), + "RTF_NOPMTUDISC": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "RTF_POLICY": reflect.ValueOf(constant.MakeFromLiteral("67108864", token.INT, 0)), + "RTF_REINSTATE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTF_REJECT": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "RTF_STATIC": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "RTF_THROW": reflect.ValueOf(constant.MakeFromLiteral("8192", token.INT, 0)), + "RTF_UP": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTF_WINDOW": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "RTF_XRESOLVE": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "RTM_BASE": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTM_DELACTION": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "RTM_DELADDR": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "RTM_DELADDRLABEL": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "RTM_DELLINK": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "RTM_DELMDB": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "RTM_DELNEIGH": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "RTM_DELNSID": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "RTM_DELQDISC": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "RTM_DELROUTE": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "RTM_DELRULE": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "RTM_DELTCLASS": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "RTM_DELTFILTER": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "RTM_F_CLONED": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "RTM_F_EQUALIZE": reflect.ValueOf(constant.MakeFromLiteral("1024", token.INT, 0)), + "RTM_F_NOTIFY": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "RTM_F_PREFIX": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "RTM_GETACTION": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "RTM_GETADDR": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "RTM_GETADDRLABEL": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "RTM_GETANYCAST": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "RTM_GETDCB": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), + "RTM_GETLINK": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "RTM_GETMDB": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), + "RTM_GETMULTICAST": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "RTM_GETNEIGH": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "RTM_GETNEIGHTBL": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "RTM_GETNETCONF": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), + "RTM_GETNSID": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), + "RTM_GETQDISC": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "RTM_GETROUTE": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "RTM_GETRULE": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "RTM_GETTCLASS": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "RTM_GETTFILTER": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "RTM_MAX": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), + "RTM_NEWACTION": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "RTM_NEWADDR": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "RTM_NEWADDRLABEL": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "RTM_NEWLINK": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTM_NEWMDB": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), + "RTM_NEWNDUSEROPT": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), + "RTM_NEWNEIGH": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "RTM_NEWNEIGHTBL": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "RTM_NEWNETCONF": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "RTM_NEWNSID": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), + "RTM_NEWPREFIX": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "RTM_NEWQDISC": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "RTM_NEWROUTE": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "RTM_NEWRULE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "RTM_NEWTCLASS": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "RTM_NEWTFILTER": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "RTM_NR_FAMILIES": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "RTM_NR_MSGTYPES": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), + "RTM_SETDCB": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), + "RTM_SETLINK": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "RTM_SETNEIGHTBL": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "RTNH_ALIGNTO": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTNH_F_DEAD": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTNH_F_OFFLOAD": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTNH_F_ONLINK": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTNH_F_PERVASIVE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTNLGRP_IPV4_IFADDR": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTNLGRP_IPV4_MROUTE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTNLGRP_IPV4_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTNLGRP_IPV4_RULE": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTNLGRP_IPV6_IFADDR": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "RTNLGRP_IPV6_IFINFO": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "RTNLGRP_IPV6_MROUTE": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "RTNLGRP_IPV6_PREFIX": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "RTNLGRP_IPV6_ROUTE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTNLGRP_IPV6_RULE": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "RTNLGRP_LINK": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTNLGRP_ND_USEROPT": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "RTNLGRP_NEIGH": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTNLGRP_NONE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RTNLGRP_NOTIFY": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTNLGRP_TC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTN_ANYCAST": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTN_BLACKHOLE": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "RTN_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTN_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTN_MAX": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTN_MULTICAST": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "RTN_NAT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "RTN_PROHIBIT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTN_THROW": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "RTN_UNICAST": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTN_UNREACHABLE": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "RTN_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RTN_XRESOLVE": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RTPROT_BABEL": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "RTPROT_BIRD": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "RTPROT_BOOT": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "RTPROT_DHCP": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "RTPROT_DNROUTED": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "RTPROT_GATED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "RTPROT_KERNEL": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "RTPROT_MROUTED": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "RTPROT_MRT": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "RTPROT_NTK": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "RTPROT_RA": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "RTPROT_REDIRECT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "RTPROT_STATIC": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "RTPROT_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RTPROT_XORP": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "RTPROT_ZEBRA": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "RT_CLASS_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), + "RT_CLASS_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "RT_CLASS_MAIN": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "RT_CLASS_MAX": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "RT_CLASS_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RT_SCOPE_HOST": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "RT_SCOPE_LINK": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), + "RT_SCOPE_NOWHERE": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "RT_SCOPE_SITE": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "RT_SCOPE_UNIVERSE": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "RT_TABLE_COMPAT": reflect.ValueOf(constant.MakeFromLiteral("252", token.INT, 0)), + "RT_TABLE_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("253", token.INT, 0)), + "RT_TABLE_LOCAL": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "RT_TABLE_MAIN": reflect.ValueOf(constant.MakeFromLiteral("254", token.INT, 0)), + "RT_TABLE_MAX": reflect.ValueOf(constant.MakeFromLiteral("4294967295", token.INT, 0)), + "RT_TABLE_UNSPEC": reflect.ValueOf(constant.MakeFromLiteral("0", 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)), + "RawSyscall": reflect.ValueOf(syscall.RawSyscall), + "RawSyscall6": reflect.ValueOf(syscall.RawSyscall6), + "Read": reflect.ValueOf(syscall.Read), + "ReadDirent": reflect.ValueOf(syscall.ReadDirent), + "Readlink": reflect.ValueOf(syscall.Readlink), + "Reboot": reflect.ValueOf(syscall.Reboot), + "Recvfrom": reflect.ValueOf(syscall.Recvfrom), + "Recvmsg": reflect.ValueOf(syscall.Recvmsg), + "Removexattr": reflect.ValueOf(syscall.Removexattr), + "Rename": reflect.ValueOf(syscall.Rename), + "Renameat": reflect.ValueOf(syscall.Renameat), + "Rmdir": reflect.ValueOf(syscall.Rmdir), + "SCM_CREDENTIALS": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SCM_RIGHTS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SCM_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "SCM_TIMESTAMPING": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "SCM_TIMESTAMPNS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "SCM_WIFI_STATUS": reflect.ValueOf(constant.MakeFromLiteral("41", 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), + "SIGCLD": reflect.ValueOf(syscall.SIGCLD), + "SIGCONT": reflect.ValueOf(syscall.SIGCONT), + "SIGFPE": reflect.ValueOf(syscall.SIGFPE), + "SIGHUP": reflect.ValueOf(syscall.SIGHUP), + "SIGILL": reflect.ValueOf(syscall.SIGILL), + "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), + "SIGPOLL": reflect.ValueOf(syscall.SIGPOLL), + "SIGPROF": reflect.ValueOf(syscall.SIGPROF), + "SIGPWR": reflect.ValueOf(syscall.SIGPWR), + "SIGQUIT": reflect.ValueOf(syscall.SIGQUIT), + "SIGSEGV": reflect.ValueOf(syscall.SIGSEGV), + "SIGSTKFLT": reflect.ValueOf(syscall.SIGSTKFLT), + "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), + "SIGUNUSED": reflect.ValueOf(syscall.SIGUNUSED), + "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), + "SIOCADDDLCI": reflect.ValueOf(constant.MakeFromLiteral("35200", token.INT, 0)), + "SIOCADDMULTI": reflect.ValueOf(constant.MakeFromLiteral("35121", token.INT, 0)), + "SIOCADDRT": reflect.ValueOf(constant.MakeFromLiteral("35083", token.INT, 0)), + "SIOCATMARK": reflect.ValueOf(constant.MakeFromLiteral("35077", token.INT, 0)), + "SIOCDARP": reflect.ValueOf(constant.MakeFromLiteral("35155", token.INT, 0)), + "SIOCDELDLCI": reflect.ValueOf(constant.MakeFromLiteral("35201", token.INT, 0)), + "SIOCDELMULTI": reflect.ValueOf(constant.MakeFromLiteral("35122", token.INT, 0)), + "SIOCDELRT": reflect.ValueOf(constant.MakeFromLiteral("35084", token.INT, 0)), + "SIOCDEVPRIVATE": reflect.ValueOf(constant.MakeFromLiteral("35312", token.INT, 0)), + "SIOCDIFADDR": reflect.ValueOf(constant.MakeFromLiteral("35126", token.INT, 0)), + "SIOCDRARP": reflect.ValueOf(constant.MakeFromLiteral("35168", token.INT, 0)), + "SIOCGARP": reflect.ValueOf(constant.MakeFromLiteral("35156", token.INT, 0)), + "SIOCGIFADDR": reflect.ValueOf(constant.MakeFromLiteral("35093", token.INT, 0)), + "SIOCGIFBR": reflect.ValueOf(constant.MakeFromLiteral("35136", token.INT, 0)), + "SIOCGIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("35097", token.INT, 0)), + "SIOCGIFCONF": reflect.ValueOf(constant.MakeFromLiteral("35090", token.INT, 0)), + "SIOCGIFCOUNT": reflect.ValueOf(constant.MakeFromLiteral("35128", token.INT, 0)), + "SIOCGIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("35095", token.INT, 0)), + "SIOCGIFENCAP": reflect.ValueOf(constant.MakeFromLiteral("35109", token.INT, 0)), + "SIOCGIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35091", token.INT, 0)), + "SIOCGIFHWADDR": reflect.ValueOf(constant.MakeFromLiteral("35111", token.INT, 0)), + "SIOCGIFINDEX": reflect.ValueOf(constant.MakeFromLiteral("35123", token.INT, 0)), + "SIOCGIFMAP": reflect.ValueOf(constant.MakeFromLiteral("35184", token.INT, 0)), + "SIOCGIFMEM": reflect.ValueOf(constant.MakeFromLiteral("35103", token.INT, 0)), + "SIOCGIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("35101", token.INT, 0)), + "SIOCGIFMTU": reflect.ValueOf(constant.MakeFromLiteral("35105", token.INT, 0)), + "SIOCGIFNAME": reflect.ValueOf(constant.MakeFromLiteral("35088", token.INT, 0)), + "SIOCGIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("35099", token.INT, 0)), + "SIOCGIFPFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35125", token.INT, 0)), + "SIOCGIFSLAVE": reflect.ValueOf(constant.MakeFromLiteral("35113", token.INT, 0)), + "SIOCGIFTXQLEN": reflect.ValueOf(constant.MakeFromLiteral("35138", token.INT, 0)), + "SIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("35076", token.INT, 0)), + "SIOCGRARP": reflect.ValueOf(constant.MakeFromLiteral("35169", token.INT, 0)), + "SIOCGSTAMP": reflect.ValueOf(constant.MakeFromLiteral("35078", token.INT, 0)), + "SIOCGSTAMPNS": reflect.ValueOf(constant.MakeFromLiteral("35079", token.INT, 0)), + "SIOCPROTOPRIVATE": reflect.ValueOf(constant.MakeFromLiteral("35296", token.INT, 0)), + "SIOCRTMSG": reflect.ValueOf(constant.MakeFromLiteral("35085", token.INT, 0)), + "SIOCSARP": reflect.ValueOf(constant.MakeFromLiteral("35157", token.INT, 0)), + "SIOCSIFADDR": reflect.ValueOf(constant.MakeFromLiteral("35094", token.INT, 0)), + "SIOCSIFBR": reflect.ValueOf(constant.MakeFromLiteral("35137", token.INT, 0)), + "SIOCSIFBRDADDR": reflect.ValueOf(constant.MakeFromLiteral("35098", token.INT, 0)), + "SIOCSIFDSTADDR": reflect.ValueOf(constant.MakeFromLiteral("35096", token.INT, 0)), + "SIOCSIFENCAP": reflect.ValueOf(constant.MakeFromLiteral("35110", token.INT, 0)), + "SIOCSIFFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35092", token.INT, 0)), + "SIOCSIFHWADDR": reflect.ValueOf(constant.MakeFromLiteral("35108", token.INT, 0)), + "SIOCSIFHWBROADCAST": reflect.ValueOf(constant.MakeFromLiteral("35127", token.INT, 0)), + "SIOCSIFLINK": reflect.ValueOf(constant.MakeFromLiteral("35089", token.INT, 0)), + "SIOCSIFMAP": reflect.ValueOf(constant.MakeFromLiteral("35185", token.INT, 0)), + "SIOCSIFMEM": reflect.ValueOf(constant.MakeFromLiteral("35104", token.INT, 0)), + "SIOCSIFMETRIC": reflect.ValueOf(constant.MakeFromLiteral("35102", token.INT, 0)), + "SIOCSIFMTU": reflect.ValueOf(constant.MakeFromLiteral("35106", token.INT, 0)), + "SIOCSIFNAME": reflect.ValueOf(constant.MakeFromLiteral("35107", token.INT, 0)), + "SIOCSIFNETMASK": reflect.ValueOf(constant.MakeFromLiteral("35100", token.INT, 0)), + "SIOCSIFPFLAGS": reflect.ValueOf(constant.MakeFromLiteral("35124", token.INT, 0)), + "SIOCSIFSLAVE": reflect.ValueOf(constant.MakeFromLiteral("35120", token.INT, 0)), + "SIOCSIFTXQLEN": reflect.ValueOf(constant.MakeFromLiteral("35139", token.INT, 0)), + "SIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("35074", token.INT, 0)), + "SIOCSRARP": reflect.ValueOf(constant.MakeFromLiteral("35170", token.INT, 0)), + "SOCK_CLOEXEC": reflect.ValueOf(constant.MakeFromLiteral("524288", token.INT, 0)), + "SOCK_DCCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "SOCK_DGRAM": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SOCK_NONBLOCK": reflect.ValueOf(constant.MakeFromLiteral("2048", token.INT, 0)), + "SOCK_PACKET": reflect.ValueOf(constant.MakeFromLiteral("10", 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_AAL": reflect.ValueOf(constant.MakeFromLiteral("265", token.INT, 0)), + "SOL_ALG": reflect.ValueOf(constant.MakeFromLiteral("279", token.INT, 0)), + "SOL_ATM": reflect.ValueOf(constant.MakeFromLiteral("264", token.INT, 0)), + "SOL_BLUETOOTH": reflect.ValueOf(constant.MakeFromLiteral("274", token.INT, 0)), + "SOL_CAIF": reflect.ValueOf(constant.MakeFromLiteral("278", token.INT, 0)), + "SOL_DCCP": reflect.ValueOf(constant.MakeFromLiteral("269", token.INT, 0)), + "SOL_DECNET": reflect.ValueOf(constant.MakeFromLiteral("261", token.INT, 0)), + "SOL_ICMPV6": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "SOL_IP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "SOL_IPV6": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "SOL_IRDA": reflect.ValueOf(constant.MakeFromLiteral("266", token.INT, 0)), + "SOL_IUCV": reflect.ValueOf(constant.MakeFromLiteral("277", token.INT, 0)), + "SOL_KCM": reflect.ValueOf(constant.MakeFromLiteral("281", token.INT, 0)), + "SOL_LLC": reflect.ValueOf(constant.MakeFromLiteral("268", token.INT, 0)), + "SOL_NETBEUI": reflect.ValueOf(constant.MakeFromLiteral("267", token.INT, 0)), + "SOL_NETLINK": reflect.ValueOf(constant.MakeFromLiteral("270", token.INT, 0)), + "SOL_NFC": reflect.ValueOf(constant.MakeFromLiteral("280", token.INT, 0)), + "SOL_PACKET": reflect.ValueOf(constant.MakeFromLiteral("263", token.INT, 0)), + "SOL_PNPIPE": reflect.ValueOf(constant.MakeFromLiteral("275", token.INT, 0)), + "SOL_PPPOL2TP": reflect.ValueOf(constant.MakeFromLiteral("273", token.INT, 0)), + "SOL_RAW": reflect.ValueOf(constant.MakeFromLiteral("255", token.INT, 0)), + "SOL_RDS": reflect.ValueOf(constant.MakeFromLiteral("276", token.INT, 0)), + "SOL_RXRPC": reflect.ValueOf(constant.MakeFromLiteral("272", token.INT, 0)), + "SOL_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SOL_TCP": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "SOL_TIPC": reflect.ValueOf(constant.MakeFromLiteral("271", token.INT, 0)), + "SOL_X25": reflect.ValueOf(constant.MakeFromLiteral("262", token.INT, 0)), + "SOMAXCONN": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SO_ACCEPTCONN": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "SO_ATTACH_BPF": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "SO_ATTACH_FILTER": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "SO_BINDTODEVICE": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "SO_BPF_EXTENSIONS": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "SO_BROADCAST": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "SO_BSDCOMPAT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "SO_BUSY_POLL": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "SO_DEBUG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SO_DETACH_BPF": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "SO_DETACH_FILTER": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "SO_DOMAIN": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "SO_DONTROUTE": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "SO_ERROR": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SO_GET_FILTER": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "SO_INCOMING_CPU": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "SO_KEEPALIVE": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "SO_LINGER": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "SO_LOCK_FILTER": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "SO_MARK": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "SO_MAX_PACING_RATE": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "SO_NOFCS": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "SO_NO_CHECK": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "SO_OOBINLINE": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "SO_PASSCRED": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SO_PASSSEC": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "SO_PEEK_OFF": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "SO_PEERCRED": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "SO_PEERNAME": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SO_PEERSEC": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "SO_PRIORITY": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SO_PROTOCOL": reflect.ValueOf(constant.MakeFromLiteral("38", token.INT, 0)), + "SO_RCVBUF": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SO_RCVBUFFORCE": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "SO_RCVLOWAT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "SO_RCVTIMEO": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SO_REUSEADDR": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SO_REUSEPORT": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "SO_RXQ_OVFL": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "SO_SECURITY_AUTHENTICATION": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "SO_SECURITY_ENCRYPTION_NETWORK": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "SO_SECURITY_ENCRYPTION_TRANSPORT": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "SO_SELECT_ERR_QUEUE": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "SO_SNDBUF": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "SO_SNDBUFFORCE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SO_SNDLOWAT": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "SO_SNDTIMEO": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "SO_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "SO_TIMESTAMPING": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "SO_TIMESTAMPNS": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "SO_TYPE": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "SO_WIFI_STATUS": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "SYS_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("202", token.INT, 0)), + "SYS_ACCEPT4": reflect.ValueOf(constant.MakeFromLiteral("242", token.INT, 0)), + "SYS_ACCT": reflect.ValueOf(constant.MakeFromLiteral("89", token.INT, 0)), + "SYS_ADD_KEY": reflect.ValueOf(constant.MakeFromLiteral("217", token.INT, 0)), + "SYS_ADJTIMEX": reflect.ValueOf(constant.MakeFromLiteral("171", token.INT, 0)), + "SYS_ARCH_SPECIFIC_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("244", token.INT, 0)), + "SYS_BIND": reflect.ValueOf(constant.MakeFromLiteral("200", token.INT, 0)), + "SYS_BPF": reflect.ValueOf(constant.MakeFromLiteral("280", token.INT, 0)), + "SYS_BRK": reflect.ValueOf(constant.MakeFromLiteral("214", token.INT, 0)), + "SYS_CAPGET": reflect.ValueOf(constant.MakeFromLiteral("90", token.INT, 0)), + "SYS_CAPSET": reflect.ValueOf(constant.MakeFromLiteral("91", token.INT, 0)), + "SYS_CHDIR": reflect.ValueOf(constant.MakeFromLiteral("49", token.INT, 0)), + "SYS_CHROOT": reflect.ValueOf(constant.MakeFromLiteral("51", token.INT, 0)), + "SYS_CLOCK_ADJTIME": reflect.ValueOf(constant.MakeFromLiteral("266", token.INT, 0)), + "SYS_CLOCK_GETRES": reflect.ValueOf(constant.MakeFromLiteral("114", token.INT, 0)), + "SYS_CLOCK_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("113", token.INT, 0)), + "SYS_CLOCK_NANOSLEEP": reflect.ValueOf(constant.MakeFromLiteral("115", token.INT, 0)), + "SYS_CLOCK_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "SYS_CLONE": reflect.ValueOf(constant.MakeFromLiteral("220", token.INT, 0)), + "SYS_CLOSE": reflect.ValueOf(constant.MakeFromLiteral("57", token.INT, 0)), + "SYS_CONNECT": reflect.ValueOf(constant.MakeFromLiteral("203", token.INT, 0)), + "SYS_DELETE_MODULE": reflect.ValueOf(constant.MakeFromLiteral("106", token.INT, 0)), + "SYS_DUP": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "SYS_DUP3": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "SYS_EPOLL_CREATE1": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SYS_EPOLL_CTL": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "SYS_EPOLL_PWAIT": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "SYS_EVENTFD2": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "SYS_EXECVE": reflect.ValueOf(constant.MakeFromLiteral("221", token.INT, 0)), + "SYS_EXECVEAT": reflect.ValueOf(constant.MakeFromLiteral("281", token.INT, 0)), + "SYS_EXIT": reflect.ValueOf(constant.MakeFromLiteral("93", token.INT, 0)), + "SYS_EXIT_GROUP": reflect.ValueOf(constant.MakeFromLiteral("94", token.INT, 0)), + "SYS_FACCESSAT": reflect.ValueOf(constant.MakeFromLiteral("48", token.INT, 0)), + "SYS_FADVISE64": reflect.ValueOf(constant.MakeFromLiteral("223", token.INT, 0)), + "SYS_FALLOCATE": reflect.ValueOf(constant.MakeFromLiteral("47", token.INT, 0)), + "SYS_FANOTIFY_INIT": reflect.ValueOf(constant.MakeFromLiteral("262", token.INT, 0)), + "SYS_FANOTIFY_MARK": reflect.ValueOf(constant.MakeFromLiteral("263", token.INT, 0)), + "SYS_FCHDIR": reflect.ValueOf(constant.MakeFromLiteral("50", token.INT, 0)), + "SYS_FCHMOD": reflect.ValueOf(constant.MakeFromLiteral("52", token.INT, 0)), + "SYS_FCHMODAT": reflect.ValueOf(constant.MakeFromLiteral("53", token.INT, 0)), + "SYS_FCHOWN": reflect.ValueOf(constant.MakeFromLiteral("55", token.INT, 0)), + "SYS_FCHOWNAT": reflect.ValueOf(constant.MakeFromLiteral("54", token.INT, 0)), + "SYS_FCNTL": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "SYS_FDATASYNC": reflect.ValueOf(constant.MakeFromLiteral("83", token.INT, 0)), + "SYS_FGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "SYS_FINIT_MODULE": reflect.ValueOf(constant.MakeFromLiteral("273", token.INT, 0)), + "SYS_FLISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "SYS_FLOCK": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SYS_FREMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SYS_FSETXATTR": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "SYS_FSTAT": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "SYS_FSTATAT": reflect.ValueOf(constant.MakeFromLiteral("79", token.INT, 0)), + "SYS_FSTATFS": reflect.ValueOf(constant.MakeFromLiteral("44", token.INT, 0)), + "SYS_FSYNC": reflect.ValueOf(constant.MakeFromLiteral("82", token.INT, 0)), + "SYS_FTRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("46", token.INT, 0)), + "SYS_FUTEX": reflect.ValueOf(constant.MakeFromLiteral("98", token.INT, 0)), + "SYS_GETCPU": reflect.ValueOf(constant.MakeFromLiteral("168", token.INT, 0)), + "SYS_GETCWD": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "SYS_GETDENTS64": reflect.ValueOf(constant.MakeFromLiteral("61", token.INT, 0)), + "SYS_GETEGID": reflect.ValueOf(constant.MakeFromLiteral("177", token.INT, 0)), + "SYS_GETEUID": reflect.ValueOf(constant.MakeFromLiteral("175", token.INT, 0)), + "SYS_GETGID": reflect.ValueOf(constant.MakeFromLiteral("176", token.INT, 0)), + "SYS_GETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("158", token.INT, 0)), + "SYS_GETITIMER": reflect.ValueOf(constant.MakeFromLiteral("102", token.INT, 0)), + "SYS_GETPEERNAME": reflect.ValueOf(constant.MakeFromLiteral("205", token.INT, 0)), + "SYS_GETPGID": reflect.ValueOf(constant.MakeFromLiteral("155", token.INT, 0)), + "SYS_GETPID": reflect.ValueOf(constant.MakeFromLiteral("172", token.INT, 0)), + "SYS_GETPPID": reflect.ValueOf(constant.MakeFromLiteral("173", token.INT, 0)), + "SYS_GETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("141", token.INT, 0)), + "SYS_GETRANDOM": reflect.ValueOf(constant.MakeFromLiteral("278", token.INT, 0)), + "SYS_GETRESGID": reflect.ValueOf(constant.MakeFromLiteral("150", token.INT, 0)), + "SYS_GETRESUID": reflect.ValueOf(constant.MakeFromLiteral("148", token.INT, 0)), + "SYS_GETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("163", token.INT, 0)), + "SYS_GETRUSAGE": reflect.ValueOf(constant.MakeFromLiteral("165", token.INT, 0)), + "SYS_GETSID": reflect.ValueOf(constant.MakeFromLiteral("156", token.INT, 0)), + "SYS_GETSOCKNAME": reflect.ValueOf(constant.MakeFromLiteral("204", token.INT, 0)), + "SYS_GETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("209", token.INT, 0)), + "SYS_GETTID": reflect.ValueOf(constant.MakeFromLiteral("178", token.INT, 0)), + "SYS_GETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("169", token.INT, 0)), + "SYS_GETUID": reflect.ValueOf(constant.MakeFromLiteral("174", token.INT, 0)), + "SYS_GETXATTR": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SYS_GET_MEMPOLICY": reflect.ValueOf(constant.MakeFromLiteral("236", token.INT, 0)), + "SYS_GET_ROBUST_LIST": reflect.ValueOf(constant.MakeFromLiteral("100", token.INT, 0)), + "SYS_INIT_MODULE": reflect.ValueOf(constant.MakeFromLiteral("105", token.INT, 0)), + "SYS_INOTIFY_ADD_WATCH": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "SYS_INOTIFY_INIT1": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "SYS_INOTIFY_RM_WATCH": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SYS_IOCTL": reflect.ValueOf(constant.MakeFromLiteral("29", token.INT, 0)), + "SYS_IOPRIO_GET": reflect.ValueOf(constant.MakeFromLiteral("31", token.INT, 0)), + "SYS_IOPRIO_SET": reflect.ValueOf(constant.MakeFromLiteral("30", token.INT, 0)), + "SYS_IO_CANCEL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "SYS_IO_DESTROY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SYS_IO_GETEVENTS": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SYS_IO_SETUP": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "SYS_IO_SUBMIT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "SYS_KCMP": reflect.ValueOf(constant.MakeFromLiteral("272", token.INT, 0)), + "SYS_KEXEC_LOAD": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "SYS_KEYCTL": reflect.ValueOf(constant.MakeFromLiteral("219", token.INT, 0)), + "SYS_KILL": reflect.ValueOf(constant.MakeFromLiteral("129", token.INT, 0)), + "SYS_LGETXATTR": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "SYS_LINKAT": reflect.ValueOf(constant.MakeFromLiteral("37", token.INT, 0)), + "SYS_LISTEN": reflect.ValueOf(constant.MakeFromLiteral("201", token.INT, 0)), + "SYS_LISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "SYS_LLISTXATTR": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SYS_LOOKUP_DCOOKIE": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "SYS_LREMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "SYS_LSEEK": reflect.ValueOf(constant.MakeFromLiteral("62", token.INT, 0)), + "SYS_LSETXATTR": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "SYS_MADVISE": reflect.ValueOf(constant.MakeFromLiteral("233", token.INT, 0)), + "SYS_MBIND": reflect.ValueOf(constant.MakeFromLiteral("235", token.INT, 0)), + "SYS_MEMFD_CREATE": reflect.ValueOf(constant.MakeFromLiteral("279", token.INT, 0)), + "SYS_MIGRATE_PAGES": reflect.ValueOf(constant.MakeFromLiteral("238", token.INT, 0)), + "SYS_MINCORE": reflect.ValueOf(constant.MakeFromLiteral("232", token.INT, 0)), + "SYS_MKDIRAT": reflect.ValueOf(constant.MakeFromLiteral("34", token.INT, 0)), + "SYS_MKNODAT": reflect.ValueOf(constant.MakeFromLiteral("33", token.INT, 0)), + "SYS_MLOCK": reflect.ValueOf(constant.MakeFromLiteral("228", token.INT, 0)), + "SYS_MLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("230", token.INT, 0)), + "SYS_MMAP": reflect.ValueOf(constant.MakeFromLiteral("222", token.INT, 0)), + "SYS_MOUNT": reflect.ValueOf(constant.MakeFromLiteral("40", token.INT, 0)), + "SYS_MOVE_PAGES": reflect.ValueOf(constant.MakeFromLiteral("239", token.INT, 0)), + "SYS_MPROTECT": reflect.ValueOf(constant.MakeFromLiteral("226", token.INT, 0)), + "SYS_MQ_GETSETATTR": reflect.ValueOf(constant.MakeFromLiteral("185", token.INT, 0)), + "SYS_MQ_NOTIFY": reflect.ValueOf(constant.MakeFromLiteral("184", token.INT, 0)), + "SYS_MQ_OPEN": reflect.ValueOf(constant.MakeFromLiteral("180", token.INT, 0)), + "SYS_MQ_TIMEDRECEIVE": reflect.ValueOf(constant.MakeFromLiteral("183", token.INT, 0)), + "SYS_MQ_TIMEDSEND": reflect.ValueOf(constant.MakeFromLiteral("182", token.INT, 0)), + "SYS_MQ_UNLINK": reflect.ValueOf(constant.MakeFromLiteral("181", token.INT, 0)), + "SYS_MREMAP": reflect.ValueOf(constant.MakeFromLiteral("216", token.INT, 0)), + "SYS_MSGCTL": reflect.ValueOf(constant.MakeFromLiteral("187", token.INT, 0)), + "SYS_MSGGET": reflect.ValueOf(constant.MakeFromLiteral("186", token.INT, 0)), + "SYS_MSGRCV": reflect.ValueOf(constant.MakeFromLiteral("188", token.INT, 0)), + "SYS_MSGSND": reflect.ValueOf(constant.MakeFromLiteral("189", token.INT, 0)), + "SYS_MSYNC": reflect.ValueOf(constant.MakeFromLiteral("227", token.INT, 0)), + "SYS_MUNLOCK": reflect.ValueOf(constant.MakeFromLiteral("229", token.INT, 0)), + "SYS_MUNLOCKALL": reflect.ValueOf(constant.MakeFromLiteral("231", token.INT, 0)), + "SYS_MUNMAP": reflect.ValueOf(constant.MakeFromLiteral("215", token.INT, 0)), + "SYS_NAME_TO_HANDLE_AT": reflect.ValueOf(constant.MakeFromLiteral("264", token.INT, 0)), + "SYS_NANOSLEEP": reflect.ValueOf(constant.MakeFromLiteral("101", token.INT, 0)), + "SYS_NFSSERVCTL": reflect.ValueOf(constant.MakeFromLiteral("42", token.INT, 0)), + "SYS_OPENAT": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "SYS_OPEN_BY_HANDLE_AT": reflect.ValueOf(constant.MakeFromLiteral("265", token.INT, 0)), + "SYS_PERF_EVENT_OPEN": reflect.ValueOf(constant.MakeFromLiteral("241", token.INT, 0)), + "SYS_PERSONALITY": reflect.ValueOf(constant.MakeFromLiteral("92", token.INT, 0)), + "SYS_PIPE2": reflect.ValueOf(constant.MakeFromLiteral("59", token.INT, 0)), + "SYS_PIVOT_ROOT": reflect.ValueOf(constant.MakeFromLiteral("41", token.INT, 0)), + "SYS_PPOLL": reflect.ValueOf(constant.MakeFromLiteral("73", token.INT, 0)), + "SYS_PRCTL": reflect.ValueOf(constant.MakeFromLiteral("167", token.INT, 0)), + "SYS_PREAD64": reflect.ValueOf(constant.MakeFromLiteral("67", token.INT, 0)), + "SYS_PREADV": reflect.ValueOf(constant.MakeFromLiteral("69", token.INT, 0)), + "SYS_PRLIMIT64": reflect.ValueOf(constant.MakeFromLiteral("261", token.INT, 0)), + "SYS_PROCESS_VM_READV": reflect.ValueOf(constant.MakeFromLiteral("270", token.INT, 0)), + "SYS_PROCESS_VM_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("271", token.INT, 0)), + "SYS_PSELECT6": reflect.ValueOf(constant.MakeFromLiteral("72", token.INT, 0)), + "SYS_PTRACE": reflect.ValueOf(constant.MakeFromLiteral("117", token.INT, 0)), + "SYS_PWRITE64": reflect.ValueOf(constant.MakeFromLiteral("68", token.INT, 0)), + "SYS_PWRITEV": reflect.ValueOf(constant.MakeFromLiteral("70", token.INT, 0)), + "SYS_QUOTACTL": reflect.ValueOf(constant.MakeFromLiteral("60", token.INT, 0)), + "SYS_READ": reflect.ValueOf(constant.MakeFromLiteral("63", token.INT, 0)), + "SYS_READAHEAD": reflect.ValueOf(constant.MakeFromLiteral("213", token.INT, 0)), + "SYS_READLINKAT": reflect.ValueOf(constant.MakeFromLiteral("78", token.INT, 0)), + "SYS_READV": reflect.ValueOf(constant.MakeFromLiteral("65", token.INT, 0)), + "SYS_REBOOT": reflect.ValueOf(constant.MakeFromLiteral("142", token.INT, 0)), + "SYS_RECVFROM": reflect.ValueOf(constant.MakeFromLiteral("207", token.INT, 0)), + "SYS_RECVMMSG": reflect.ValueOf(constant.MakeFromLiteral("243", token.INT, 0)), + "SYS_RECVMSG": reflect.ValueOf(constant.MakeFromLiteral("212", token.INT, 0)), + "SYS_REMAP_FILE_PAGES": reflect.ValueOf(constant.MakeFromLiteral("234", token.INT, 0)), + "SYS_REMOVEXATTR": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "SYS_RENAMEAT2": reflect.ValueOf(constant.MakeFromLiteral("276", token.INT, 0)), + "SYS_REQUEST_KEY": reflect.ValueOf(constant.MakeFromLiteral("218", token.INT, 0)), + "SYS_RESTART_SYSCALL": reflect.ValueOf(constant.MakeFromLiteral("128", token.INT, 0)), + "SYS_RT_SIGACTION": reflect.ValueOf(constant.MakeFromLiteral("134", token.INT, 0)), + "SYS_RT_SIGPENDING": reflect.ValueOf(constant.MakeFromLiteral("136", token.INT, 0)), + "SYS_RT_SIGPROCMASK": reflect.ValueOf(constant.MakeFromLiteral("135", token.INT, 0)), + "SYS_RT_SIGQUEUEINFO": reflect.ValueOf(constant.MakeFromLiteral("138", token.INT, 0)), + "SYS_RT_SIGRETURN": reflect.ValueOf(constant.MakeFromLiteral("139", token.INT, 0)), + "SYS_RT_SIGSUSPEND": reflect.ValueOf(constant.MakeFromLiteral("133", token.INT, 0)), + "SYS_RT_SIGTIMEDWAIT": reflect.ValueOf(constant.MakeFromLiteral("137", token.INT, 0)), + "SYS_RT_TGSIGQUEUEINFO": reflect.ValueOf(constant.MakeFromLiteral("240", token.INT, 0)), + "SYS_SCHED_GETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("123", token.INT, 0)), + "SYS_SCHED_GETATTR": reflect.ValueOf(constant.MakeFromLiteral("275", token.INT, 0)), + "SYS_SCHED_GETPARAM": reflect.ValueOf(constant.MakeFromLiteral("121", token.INT, 0)), + "SYS_SCHED_GETSCHEDULER": reflect.ValueOf(constant.MakeFromLiteral("120", token.INT, 0)), + "SYS_SCHED_GET_PRIORITY_MAX": reflect.ValueOf(constant.MakeFromLiteral("125", token.INT, 0)), + "SYS_SCHED_GET_PRIORITY_MIN": reflect.ValueOf(constant.MakeFromLiteral("126", token.INT, 0)), + "SYS_SCHED_RR_GET_INTERVAL": reflect.ValueOf(constant.MakeFromLiteral("127", token.INT, 0)), + "SYS_SCHED_SETAFFINITY": reflect.ValueOf(constant.MakeFromLiteral("122", token.INT, 0)), + "SYS_SCHED_SETATTR": reflect.ValueOf(constant.MakeFromLiteral("274", token.INT, 0)), + "SYS_SCHED_SETPARAM": reflect.ValueOf(constant.MakeFromLiteral("118", token.INT, 0)), + "SYS_SCHED_SETSCHEDULER": reflect.ValueOf(constant.MakeFromLiteral("119", token.INT, 0)), + "SYS_SCHED_YIELD": reflect.ValueOf(constant.MakeFromLiteral("124", token.INT, 0)), + "SYS_SECCOMP": reflect.ValueOf(constant.MakeFromLiteral("277", token.INT, 0)), + "SYS_SEMCTL": reflect.ValueOf(constant.MakeFromLiteral("191", token.INT, 0)), + "SYS_SEMGET": reflect.ValueOf(constant.MakeFromLiteral("190", token.INT, 0)), + "SYS_SEMOP": reflect.ValueOf(constant.MakeFromLiteral("193", token.INT, 0)), + "SYS_SEMTIMEDOP": reflect.ValueOf(constant.MakeFromLiteral("192", token.INT, 0)), + "SYS_SENDFILE": reflect.ValueOf(constant.MakeFromLiteral("71", token.INT, 0)), + "SYS_SENDMMSG": reflect.ValueOf(constant.MakeFromLiteral("269", token.INT, 0)), + "SYS_SENDMSG": reflect.ValueOf(constant.MakeFromLiteral("211", token.INT, 0)), + "SYS_SENDTO": reflect.ValueOf(constant.MakeFromLiteral("206", token.INT, 0)), + "SYS_SETDOMAINNAME": reflect.ValueOf(constant.MakeFromLiteral("162", token.INT, 0)), + "SYS_SETFSGID": reflect.ValueOf(constant.MakeFromLiteral("152", token.INT, 0)), + "SYS_SETFSUID": reflect.ValueOf(constant.MakeFromLiteral("151", token.INT, 0)), + "SYS_SETGID": reflect.ValueOf(constant.MakeFromLiteral("144", token.INT, 0)), + "SYS_SETGROUPS": reflect.ValueOf(constant.MakeFromLiteral("159", token.INT, 0)), + "SYS_SETHOSTNAME": reflect.ValueOf(constant.MakeFromLiteral("161", token.INT, 0)), + "SYS_SETITIMER": reflect.ValueOf(constant.MakeFromLiteral("103", token.INT, 0)), + "SYS_SETNS": reflect.ValueOf(constant.MakeFromLiteral("268", token.INT, 0)), + "SYS_SETPGID": reflect.ValueOf(constant.MakeFromLiteral("154", token.INT, 0)), + "SYS_SETPRIORITY": reflect.ValueOf(constant.MakeFromLiteral("140", token.INT, 0)), + "SYS_SETREGID": reflect.ValueOf(constant.MakeFromLiteral("143", token.INT, 0)), + "SYS_SETRESGID": reflect.ValueOf(constant.MakeFromLiteral("149", token.INT, 0)), + "SYS_SETRESUID": reflect.ValueOf(constant.MakeFromLiteral("147", token.INT, 0)), + "SYS_SETREUID": reflect.ValueOf(constant.MakeFromLiteral("145", token.INT, 0)), + "SYS_SETRLIMIT": reflect.ValueOf(constant.MakeFromLiteral("164", token.INT, 0)), + "SYS_SETSID": reflect.ValueOf(constant.MakeFromLiteral("157", token.INT, 0)), + "SYS_SETSOCKOPT": reflect.ValueOf(constant.MakeFromLiteral("208", token.INT, 0)), + "SYS_SETTIMEOFDAY": reflect.ValueOf(constant.MakeFromLiteral("170", token.INT, 0)), + "SYS_SETUID": reflect.ValueOf(constant.MakeFromLiteral("146", token.INT, 0)), + "SYS_SETXATTR": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "SYS_SET_MEMPOLICY": reflect.ValueOf(constant.MakeFromLiteral("237", token.INT, 0)), + "SYS_SET_ROBUST_LIST": reflect.ValueOf(constant.MakeFromLiteral("99", token.INT, 0)), + "SYS_SET_TID_ADDRESS": reflect.ValueOf(constant.MakeFromLiteral("96", token.INT, 0)), + "SYS_SHMAT": reflect.ValueOf(constant.MakeFromLiteral("196", token.INT, 0)), + "SYS_SHMCTL": reflect.ValueOf(constant.MakeFromLiteral("195", token.INT, 0)), + "SYS_SHMDT": reflect.ValueOf(constant.MakeFromLiteral("197", token.INT, 0)), + "SYS_SHMGET": reflect.ValueOf(constant.MakeFromLiteral("194", token.INT, 0)), + "SYS_SHUTDOWN": reflect.ValueOf(constant.MakeFromLiteral("210", token.INT, 0)), + "SYS_SIGALTSTACK": reflect.ValueOf(constant.MakeFromLiteral("132", token.INT, 0)), + "SYS_SIGNALFD4": reflect.ValueOf(constant.MakeFromLiteral("74", token.INT, 0)), + "SYS_SOCKET": reflect.ValueOf(constant.MakeFromLiteral("198", token.INT, 0)), + "SYS_SOCKETPAIR": reflect.ValueOf(constant.MakeFromLiteral("199", token.INT, 0)), + "SYS_SPLICE": reflect.ValueOf(constant.MakeFromLiteral("76", token.INT, 0)), + "SYS_STATFS": reflect.ValueOf(constant.MakeFromLiteral("43", token.INT, 0)), + "SYS_SWAPOFF": reflect.ValueOf(constant.MakeFromLiteral("225", token.INT, 0)), + "SYS_SWAPON": reflect.ValueOf(constant.MakeFromLiteral("224", token.INT, 0)), + "SYS_SYMLINKAT": reflect.ValueOf(constant.MakeFromLiteral("36", token.INT, 0)), + "SYS_SYNC": reflect.ValueOf(constant.MakeFromLiteral("81", token.INT, 0)), + "SYS_SYNCFS": reflect.ValueOf(constant.MakeFromLiteral("267", token.INT, 0)), + "SYS_SYNC_FILE_RANGE": reflect.ValueOf(constant.MakeFromLiteral("84", token.INT, 0)), + "SYS_SYSINFO": reflect.ValueOf(constant.MakeFromLiteral("179", token.INT, 0)), + "SYS_SYSLOG": reflect.ValueOf(constant.MakeFromLiteral("116", token.INT, 0)), + "SYS_TEE": reflect.ValueOf(constant.MakeFromLiteral("77", token.INT, 0)), + "SYS_TGKILL": reflect.ValueOf(constant.MakeFromLiteral("131", token.INT, 0)), + "SYS_TIMERFD_CREATE": reflect.ValueOf(constant.MakeFromLiteral("85", token.INT, 0)), + "SYS_TIMERFD_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("87", token.INT, 0)), + "SYS_TIMERFD_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("86", token.INT, 0)), + "SYS_TIMER_CREATE": reflect.ValueOf(constant.MakeFromLiteral("107", token.INT, 0)), + "SYS_TIMER_DELETE": reflect.ValueOf(constant.MakeFromLiteral("111", token.INT, 0)), + "SYS_TIMER_GETOVERRUN": reflect.ValueOf(constant.MakeFromLiteral("109", token.INT, 0)), + "SYS_TIMER_GETTIME": reflect.ValueOf(constant.MakeFromLiteral("108", token.INT, 0)), + "SYS_TIMER_SETTIME": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), + "SYS_TIMES": reflect.ValueOf(constant.MakeFromLiteral("153", token.INT, 0)), + "SYS_TKILL": reflect.ValueOf(constant.MakeFromLiteral("130", token.INT, 0)), + "SYS_TRUNCATE": reflect.ValueOf(constant.MakeFromLiteral("45", token.INT, 0)), + "SYS_UMASK": reflect.ValueOf(constant.MakeFromLiteral("166", token.INT, 0)), + "SYS_UMOUNT2": reflect.ValueOf(constant.MakeFromLiteral("39", token.INT, 0)), + "SYS_UNAME": reflect.ValueOf(constant.MakeFromLiteral("160", token.INT, 0)), + "SYS_UNLINKAT": reflect.ValueOf(constant.MakeFromLiteral("35", token.INT, 0)), + "SYS_UNSHARE": reflect.ValueOf(constant.MakeFromLiteral("97", token.INT, 0)), + "SYS_UTIMENSAT": reflect.ValueOf(constant.MakeFromLiteral("88", token.INT, 0)), + "SYS_VHANGUP": reflect.ValueOf(constant.MakeFromLiteral("58", token.INT, 0)), + "SYS_VMSPLICE": reflect.ValueOf(constant.MakeFromLiteral("75", token.INT, 0)), + "SYS_WAIT4": reflect.ValueOf(constant.MakeFromLiteral("260", token.INT, 0)), + "SYS_WAITID": reflect.ValueOf(constant.MakeFromLiteral("95", token.INT, 0)), + "SYS_WRITE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "SYS_WRITEV": reflect.ValueOf(constant.MakeFromLiteral("66", token.INT, 0)), + "S_BLKSIZE": reflect.ValueOf(constant.MakeFromLiteral("512", 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_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_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), + "SetLsfPromisc": reflect.ValueOf(syscall.SetLsfPromisc), + "SetNonblock": reflect.ValueOf(syscall.SetNonblock), + "Setdomainname": reflect.ValueOf(syscall.Setdomainname), + "Setenv": reflect.ValueOf(syscall.Setenv), + "Setfsgid": reflect.ValueOf(syscall.Setfsgid), + "Setfsuid": reflect.ValueOf(syscall.Setfsuid), + "Setgid": reflect.ValueOf(syscall.Setgid), + "Setgroups": reflect.ValueOf(syscall.Setgroups), + "Sethostname": reflect.ValueOf(syscall.Sethostname), + "Setpgid": reflect.ValueOf(syscall.Setpgid), + "Setpriority": reflect.ValueOf(syscall.Setpriority), + "Setregid": reflect.ValueOf(syscall.Setregid), + "Setresgid": reflect.ValueOf(syscall.Setresgid), + "Setresuid": reflect.ValueOf(syscall.Setresuid), + "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), + "SetsockoptIPMreqn": reflect.ValueOf(syscall.SetsockoptIPMreqn), + "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), + "Setxattr": reflect.ValueOf(syscall.Setxattr), + "Shutdown": reflect.ValueOf(syscall.Shutdown), + "SizeofCmsghdr": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofICMPv6Filter": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SizeofIPMreq": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofIPMreqn": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SizeofIPv6MTUInfo": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "SizeofIPv6Mreq": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofIfAddrmsg": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofIfInfomsg": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofInet4Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SizeofInet6Pktinfo": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofInotifyEvent": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofLinger": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofMsghdr": reflect.ValueOf(constant.MakeFromLiteral("56", token.INT, 0)), + "SizeofNlAttr": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SizeofNlMsgerr": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofNlMsghdr": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofRtAttr": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "SizeofRtGenmsg": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "SizeofRtMsg": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SizeofRtNexthop": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofSockFilter": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "SizeofSockFprog": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofSockaddrAny": reflect.ValueOf(constant.MakeFromLiteral("112", token.INT, 0)), + "SizeofSockaddrInet4": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "SizeofSockaddrInet6": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "SizeofSockaddrLinklayer": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "SizeofSockaddrNetlink": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SizeofSockaddrUnix": reflect.ValueOf(constant.MakeFromLiteral("110", token.INT, 0)), + "SizeofTCPInfo": reflect.ValueOf(constant.MakeFromLiteral("104", token.INT, 0)), + "SizeofUcred": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "SlicePtrFromStrings": reflect.ValueOf(syscall.SlicePtrFromStrings), + "Socket": reflect.ValueOf(syscall.Socket), + "SocketDisableIPv6": reflect.ValueOf(&syscall.SocketDisableIPv6).Elem(), + "Socketpair": reflect.ValueOf(syscall.Socketpair), + "Splice": reflect.ValueOf(syscall.Splice), + "StartProcess": reflect.ValueOf(syscall.StartProcess), + "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), + "SyncFileRange": reflect.ValueOf(syscall.SyncFileRange), + "Syscall": reflect.ValueOf(syscall.Syscall), + "Syscall6": reflect.ValueOf(syscall.Syscall6), + "Sysinfo": reflect.ValueOf(syscall.Sysinfo), + "TCFLSH": reflect.ValueOf(constant.MakeFromLiteral("21515", token.INT, 0)), + "TCGETS": reflect.ValueOf(constant.MakeFromLiteral("21505", token.INT, 0)), + "TCIFLUSH": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "TCIOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TCOFLUSH": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TCP_CC_INFO": reflect.ValueOf(constant.MakeFromLiteral("26", token.INT, 0)), + "TCP_CONGESTION": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "TCP_COOKIE_IN_ALWAYS": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TCP_COOKIE_MAX": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TCP_COOKIE_MIN": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TCP_COOKIE_OUT_NEVER": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TCP_COOKIE_PAIR_SIZE": reflect.ValueOf(constant.MakeFromLiteral("32", token.INT, 0)), + "TCP_COOKIE_TRANSACTIONS": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "TCP_CORK": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "TCP_DEFER_ACCEPT": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "TCP_FASTOPEN": reflect.ValueOf(constant.MakeFromLiteral("23", token.INT, 0)), + "TCP_INFO": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "TCP_KEEPCNT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "TCP_KEEPIDLE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TCP_KEEPINTVL": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "TCP_LINGER2": reflect.ValueOf(constant.MakeFromLiteral("8", 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_WINSHIFT": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "TCP_MD5SIG": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "TCP_MD5SIG_MAXKEYLEN": reflect.ValueOf(constant.MakeFromLiteral("80", token.INT, 0)), + "TCP_MSS": reflect.ValueOf(constant.MakeFromLiteral("512", token.INT, 0)), + "TCP_MSS_DEFAULT": reflect.ValueOf(constant.MakeFromLiteral("536", token.INT, 0)), + "TCP_MSS_DESIRED": reflect.ValueOf(constant.MakeFromLiteral("1220", token.INT, 0)), + "TCP_NODELAY": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TCP_NOTSENT_LOWAT": reflect.ValueOf(constant.MakeFromLiteral("25", token.INT, 0)), + "TCP_QUEUE_SEQ": reflect.ValueOf(constant.MakeFromLiteral("21", token.INT, 0)), + "TCP_QUICKACK": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "TCP_REPAIR": reflect.ValueOf(constant.MakeFromLiteral("19", token.INT, 0)), + "TCP_REPAIR_OPTIONS": reflect.ValueOf(constant.MakeFromLiteral("22", token.INT, 0)), + "TCP_REPAIR_QUEUE": reflect.ValueOf(constant.MakeFromLiteral("20", token.INT, 0)), + "TCP_SAVED_SYN": reflect.ValueOf(constant.MakeFromLiteral("28", token.INT, 0)), + "TCP_SAVE_SYN": reflect.ValueOf(constant.MakeFromLiteral("27", token.INT, 0)), + "TCP_SYNCNT": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "TCP_S_DATA_IN": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "TCP_S_DATA_OUT": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "TCP_THIN_DUPACK": reflect.ValueOf(constant.MakeFromLiteral("17", token.INT, 0)), + "TCP_THIN_LINEAR_TIMEOUTS": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "TCP_TIMESTAMP": reflect.ValueOf(constant.MakeFromLiteral("24", token.INT, 0)), + "TCP_USER_TIMEOUT": reflect.ValueOf(constant.MakeFromLiteral("18", token.INT, 0)), + "TCP_WINDOW_CLAMP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "TCSAFLUSH": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "TCSETS": reflect.ValueOf(constant.MakeFromLiteral("21506", token.INT, 0)), + "TIOCCBRK": reflect.ValueOf(constant.MakeFromLiteral("21544", token.INT, 0)), + "TIOCCONS": reflect.ValueOf(constant.MakeFromLiteral("21533", token.INT, 0)), + "TIOCEXCL": reflect.ValueOf(constant.MakeFromLiteral("21516", token.INT, 0)), + "TIOCGDEV": reflect.ValueOf(constant.MakeFromLiteral("2147767346", token.INT, 0)), + "TIOCGETD": reflect.ValueOf(constant.MakeFromLiteral("21540", token.INT, 0)), + "TIOCGEXCL": reflect.ValueOf(constant.MakeFromLiteral("2147767360", token.INT, 0)), + "TIOCGICOUNT": reflect.ValueOf(constant.MakeFromLiteral("21597", token.INT, 0)), + "TIOCGLCKTRMIOS": reflect.ValueOf(constant.MakeFromLiteral("21590", token.INT, 0)), + "TIOCGPGRP": reflect.ValueOf(constant.MakeFromLiteral("21519", token.INT, 0)), + "TIOCGPKT": reflect.ValueOf(constant.MakeFromLiteral("2147767352", token.INT, 0)), + "TIOCGPTLCK": reflect.ValueOf(constant.MakeFromLiteral("2147767353", token.INT, 0)), + "TIOCGPTN": reflect.ValueOf(constant.MakeFromLiteral("2147767344", token.INT, 0)), + "TIOCGRS485": reflect.ValueOf(constant.MakeFromLiteral("21550", token.INT, 0)), + "TIOCGSERIAL": reflect.ValueOf(constant.MakeFromLiteral("21534", token.INT, 0)), + "TIOCGSID": reflect.ValueOf(constant.MakeFromLiteral("21545", token.INT, 0)), + "TIOCGSOFTCAR": reflect.ValueOf(constant.MakeFromLiteral("21529", token.INT, 0)), + "TIOCGWINSZ": reflect.ValueOf(constant.MakeFromLiteral("21523", token.INT, 0)), + "TIOCINQ": reflect.ValueOf(constant.MakeFromLiteral("21531", token.INT, 0)), + "TIOCLINUX": reflect.ValueOf(constant.MakeFromLiteral("21532", token.INT, 0)), + "TIOCMBIC": reflect.ValueOf(constant.MakeFromLiteral("21527", token.INT, 0)), + "TIOCMBIS": reflect.ValueOf(constant.MakeFromLiteral("21526", token.INT, 0)), + "TIOCMGET": reflect.ValueOf(constant.MakeFromLiteral("21525", token.INT, 0)), + "TIOCMIWAIT": reflect.ValueOf(constant.MakeFromLiteral("21596", token.INT, 0)), + "TIOCMSET": reflect.ValueOf(constant.MakeFromLiteral("21528", 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("21538", token.INT, 0)), + "TIOCNXCL": reflect.ValueOf(constant.MakeFromLiteral("21517", token.INT, 0)), + "TIOCOUTQ": reflect.ValueOf(constant.MakeFromLiteral("21521", token.INT, 0)), + "TIOCPKT": reflect.ValueOf(constant.MakeFromLiteral("21536", 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)), + "TIOCSBRK": reflect.ValueOf(constant.MakeFromLiteral("21543", token.INT, 0)), + "TIOCSCTTY": reflect.ValueOf(constant.MakeFromLiteral("21518", token.INT, 0)), + "TIOCSERCONFIG": reflect.ValueOf(constant.MakeFromLiteral("21587", token.INT, 0)), + "TIOCSERGETLSR": reflect.ValueOf(constant.MakeFromLiteral("21593", token.INT, 0)), + "TIOCSERGETMULTI": reflect.ValueOf(constant.MakeFromLiteral("21594", token.INT, 0)), + "TIOCSERGSTRUCT": reflect.ValueOf(constant.MakeFromLiteral("21592", token.INT, 0)), + "TIOCSERGWILD": reflect.ValueOf(constant.MakeFromLiteral("21588", token.INT, 0)), + "TIOCSERSETMULTI": reflect.ValueOf(constant.MakeFromLiteral("21595", token.INT, 0)), + "TIOCSERSWILD": reflect.ValueOf(constant.MakeFromLiteral("21589", token.INT, 0)), + "TIOCSER_TEMT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "TIOCSETD": reflect.ValueOf(constant.MakeFromLiteral("21539", token.INT, 0)), + "TIOCSIG": reflect.ValueOf(constant.MakeFromLiteral("1074025526", token.INT, 0)), + "TIOCSLCKTRMIOS": reflect.ValueOf(constant.MakeFromLiteral("21591", token.INT, 0)), + "TIOCSPGRP": reflect.ValueOf(constant.MakeFromLiteral("21520", token.INT, 0)), + "TIOCSPTLCK": reflect.ValueOf(constant.MakeFromLiteral("1074025521", token.INT, 0)), + "TIOCSRS485": reflect.ValueOf(constant.MakeFromLiteral("21551", token.INT, 0)), + "TIOCSSERIAL": reflect.ValueOf(constant.MakeFromLiteral("21535", token.INT, 0)), + "TIOCSSOFTCAR": reflect.ValueOf(constant.MakeFromLiteral("21530", token.INT, 0)), + "TIOCSTI": reflect.ValueOf(constant.MakeFromLiteral("21522", token.INT, 0)), + "TIOCSWINSZ": reflect.ValueOf(constant.MakeFromLiteral("21524", token.INT, 0)), + "TIOCVHANGUP": reflect.ValueOf(constant.MakeFromLiteral("21559", token.INT, 0)), + "TOSTOP": reflect.ValueOf(constant.MakeFromLiteral("256", token.INT, 0)), + "TUNATTACHFILTER": reflect.ValueOf(constant.MakeFromLiteral("1074812117", token.INT, 0)), + "TUNDETACHFILTER": reflect.ValueOf(constant.MakeFromLiteral("1074812118", token.INT, 0)), + "TUNGETFEATURES": reflect.ValueOf(constant.MakeFromLiteral("2147767503", token.INT, 0)), + "TUNGETFILTER": reflect.ValueOf(constant.MakeFromLiteral("2148553947", token.INT, 0)), + "TUNGETIFF": reflect.ValueOf(constant.MakeFromLiteral("2147767506", token.INT, 0)), + "TUNGETSNDBUF": reflect.ValueOf(constant.MakeFromLiteral("2147767507", token.INT, 0)), + "TUNGETVNETHDRSZ": reflect.ValueOf(constant.MakeFromLiteral("2147767511", token.INT, 0)), + "TUNGETVNETLE": reflect.ValueOf(constant.MakeFromLiteral("2147767517", token.INT, 0)), + "TUNSETDEBUG": reflect.ValueOf(constant.MakeFromLiteral("1074025673", token.INT, 0)), + "TUNSETGROUP": reflect.ValueOf(constant.MakeFromLiteral("1074025678", token.INT, 0)), + "TUNSETIFF": reflect.ValueOf(constant.MakeFromLiteral("1074025674", token.INT, 0)), + "TUNSETIFINDEX": reflect.ValueOf(constant.MakeFromLiteral("1074025690", token.INT, 0)), + "TUNSETLINK": reflect.ValueOf(constant.MakeFromLiteral("1074025677", token.INT, 0)), + "TUNSETNOCSUM": reflect.ValueOf(constant.MakeFromLiteral("1074025672", token.INT, 0)), + "TUNSETOFFLOAD": reflect.ValueOf(constant.MakeFromLiteral("1074025680", token.INT, 0)), + "TUNSETOWNER": reflect.ValueOf(constant.MakeFromLiteral("1074025676", token.INT, 0)), + "TUNSETPERSIST": reflect.ValueOf(constant.MakeFromLiteral("1074025675", token.INT, 0)), + "TUNSETQUEUE": reflect.ValueOf(constant.MakeFromLiteral("1074025689", token.INT, 0)), + "TUNSETSNDBUF": reflect.ValueOf(constant.MakeFromLiteral("1074025684", token.INT, 0)), + "TUNSETTXFILTER": reflect.ValueOf(constant.MakeFromLiteral("1074025681", token.INT, 0)), + "TUNSETVNETHDRSZ": reflect.ValueOf(constant.MakeFromLiteral("1074025688", token.INT, 0)), + "TUNSETVNETLE": reflect.ValueOf(constant.MakeFromLiteral("1074025692", token.INT, 0)), + "Tee": reflect.ValueOf(syscall.Tee), + "Tgkill": reflect.ValueOf(syscall.Tgkill), + "Time": reflect.ValueOf(syscall.Time), + "Times": reflect.ValueOf(syscall.Times), + "TimespecToNsec": reflect.ValueOf(syscall.TimespecToNsec), + "TimevalToNsec": reflect.ValueOf(syscall.TimevalToNsec), + "Truncate": reflect.ValueOf(syscall.Truncate), + "Umask": reflect.ValueOf(syscall.Umask), + "Uname": reflect.ValueOf(syscall.Uname), + "UnixCredentials": reflect.ValueOf(syscall.UnixCredentials), + "UnixRights": reflect.ValueOf(syscall.UnixRights), + "Unlink": reflect.ValueOf(syscall.Unlink), + "Unlinkat": reflect.ValueOf(syscall.Unlinkat), + "Unmount": reflect.ValueOf(syscall.Unmount), + "Unsetenv": reflect.ValueOf(syscall.Unsetenv), + "Unshare": reflect.ValueOf(syscall.Unshare), + "Utime": reflect.ValueOf(syscall.Utime), + "Utimes": reflect.ValueOf(syscall.Utimes), + "UtimesNano": reflect.ValueOf(syscall.UtimesNano), + "VDISCARD": reflect.ValueOf(constant.MakeFromLiteral("13", token.INT, 0)), + "VEOF": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "VEOL": reflect.ValueOf(constant.MakeFromLiteral("11", token.INT, 0)), + "VEOL2": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)), + "VERASE": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "VINTR": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "VKILL": reflect.ValueOf(constant.MakeFromLiteral("3", token.INT, 0)), + "VLNEXT": reflect.ValueOf(constant.MakeFromLiteral("15", token.INT, 0)), + "VMIN": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), + "VQUIT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "VREPRINT": reflect.ValueOf(constant.MakeFromLiteral("12", token.INT, 0)), + "VSTART": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "VSTOP": reflect.ValueOf(constant.MakeFromLiteral("9", token.INT, 0)), + "VSUSP": reflect.ValueOf(constant.MakeFromLiteral("10", token.INT, 0)), + "VSWTC": reflect.ValueOf(constant.MakeFromLiteral("7", token.INT, 0)), + "VT0": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "VT1": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "VTDLY": reflect.ValueOf(constant.MakeFromLiteral("16384", token.INT, 0)), + "VTIME": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "VWERASE": reflect.ValueOf(constant.MakeFromLiteral("14", token.INT, 0)), + "WALL": reflect.ValueOf(constant.MakeFromLiteral("1073741824", token.INT, 0)), + "WCLONE": reflect.ValueOf(constant.MakeFromLiteral("2147483648", token.INT, 0)), + "WCONTINUED": reflect.ValueOf(constant.MakeFromLiteral("8", token.INT, 0)), + "WEXITED": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + "WNOHANG": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "WNOTHREAD": reflect.ValueOf(constant.MakeFromLiteral("536870912", token.INT, 0)), + "WNOWAIT": reflect.ValueOf(constant.MakeFromLiteral("16777216", token.INT, 0)), + "WORDSIZE": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), + "WSTOPPED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "WUNTRACED": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), + "Wait4": reflect.ValueOf(syscall.Wait4), + "Write": reflect.ValueOf(syscall.Write), + "XCASE": reflect.ValueOf(constant.MakeFromLiteral("4", token.INT, 0)), + + // type definitions + "Cmsghdr": reflect.ValueOf((*syscall.Cmsghdr)(nil)), + "Conn": reflect.ValueOf((*syscall.Conn)(nil)), + "Credential": reflect.ValueOf((*syscall.Credential)(nil)), + "Dirent": reflect.ValueOf((*syscall.Dirent)(nil)), + "EpollEvent": reflect.ValueOf((*syscall.EpollEvent)(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)), + "IPMreqn": reflect.ValueOf((*syscall.IPMreqn)(nil)), + "IPv6MTUInfo": reflect.ValueOf((*syscall.IPv6MTUInfo)(nil)), + "IPv6Mreq": reflect.ValueOf((*syscall.IPv6Mreq)(nil)), + "IfAddrmsg": reflect.ValueOf((*syscall.IfAddrmsg)(nil)), + "IfInfomsg": reflect.ValueOf((*syscall.IfInfomsg)(nil)), + "Inet4Pktinfo": reflect.ValueOf((*syscall.Inet4Pktinfo)(nil)), + "Inet6Pktinfo": reflect.ValueOf((*syscall.Inet6Pktinfo)(nil)), + "InotifyEvent": reflect.ValueOf((*syscall.InotifyEvent)(nil)), + "Iovec": reflect.ValueOf((*syscall.Iovec)(nil)), + "Linger": reflect.ValueOf((*syscall.Linger)(nil)), + "Msghdr": reflect.ValueOf((*syscall.Msghdr)(nil)), + "NetlinkMessage": reflect.ValueOf((*syscall.NetlinkMessage)(nil)), + "NetlinkRouteAttr": reflect.ValueOf((*syscall.NetlinkRouteAttr)(nil)), + "NetlinkRouteRequest": reflect.ValueOf((*syscall.NetlinkRouteRequest)(nil)), + "NlAttr": reflect.ValueOf((*syscall.NlAttr)(nil)), + "NlMsgerr": reflect.ValueOf((*syscall.NlMsgerr)(nil)), + "NlMsghdr": reflect.ValueOf((*syscall.NlMsghdr)(nil)), + "ProcAttr": reflect.ValueOf((*syscall.ProcAttr)(nil)), + "PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)), + "RawConn": reflect.ValueOf((*syscall.RawConn)(nil)), + "RawSockaddr": reflect.ValueOf((*syscall.RawSockaddr)(nil)), + "RawSockaddrAny": reflect.ValueOf((*syscall.RawSockaddrAny)(nil)), + "RawSockaddrInet4": reflect.ValueOf((*syscall.RawSockaddrInet4)(nil)), + "RawSockaddrInet6": reflect.ValueOf((*syscall.RawSockaddrInet6)(nil)), + "RawSockaddrLinklayer": reflect.ValueOf((*syscall.RawSockaddrLinklayer)(nil)), + "RawSockaddrNetlink": reflect.ValueOf((*syscall.RawSockaddrNetlink)(nil)), + "RawSockaddrUnix": reflect.ValueOf((*syscall.RawSockaddrUnix)(nil)), + "Rlimit": reflect.ValueOf((*syscall.Rlimit)(nil)), + "RtAttr": reflect.ValueOf((*syscall.RtAttr)(nil)), + "RtGenmsg": reflect.ValueOf((*syscall.RtGenmsg)(nil)), + "RtMsg": reflect.ValueOf((*syscall.RtMsg)(nil)), + "RtNexthop": reflect.ValueOf((*syscall.RtNexthop)(nil)), + "Rusage": reflect.ValueOf((*syscall.Rusage)(nil)), + "Signal": reflect.ValueOf((*syscall.Signal)(nil)), + "SockFilter": reflect.ValueOf((*syscall.SockFilter)(nil)), + "SockFprog": reflect.ValueOf((*syscall.SockFprog)(nil)), + "Sockaddr": reflect.ValueOf((*syscall.Sockaddr)(nil)), + "SockaddrInet4": reflect.ValueOf((*syscall.SockaddrInet4)(nil)), + "SockaddrInet6": reflect.ValueOf((*syscall.SockaddrInet6)(nil)), + "SockaddrLinklayer": reflect.ValueOf((*syscall.SockaddrLinklayer)(nil)), + "SockaddrNetlink": reflect.ValueOf((*syscall.SockaddrNetlink)(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)), + "SysProcIDMap": reflect.ValueOf((*syscall.SysProcIDMap)(nil)), + "Sysinfo_t": reflect.ValueOf((*syscall.Sysinfo_t)(nil)), + "TCPInfo": reflect.ValueOf((*syscall.TCPInfo)(nil)), + "Termios": reflect.ValueOf((*syscall.Termios)(nil)), + "Time_t": reflect.ValueOf((*syscall.Time_t)(nil)), + "Timespec": reflect.ValueOf((*syscall.Timespec)(nil)), + "Timeval": reflect.ValueOf((*syscall.Timeval)(nil)), + "Timex": reflect.ValueOf((*syscall.Timex)(nil)), + "Tms": reflect.ValueOf((*syscall.Tms)(nil)), + "Ucred": reflect.ValueOf((*syscall.Ucred)(nil)), + "Ustat_t": reflect.ValueOf((*syscall.Ustat_t)(nil)), + "Utimbuf": reflect.ValueOf((*syscall.Utimbuf)(nil)), + "Utsname": reflect.ValueOf((*syscall.Utsname)(nil)), + "WaitStatus": reflect.ValueOf((*syscall.WaitStatus)(nil)), + + // interface wrapper definitions + "_Conn": reflect.ValueOf((*_syscall_Conn)(nil)), + "_RawConn": reflect.ValueOf((*_syscall_RawConn)(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_Sockaddr is an interface wrapper for Sockaddr type +type _syscall_Sockaddr struct { +} diff --git a/stdlib/syscall/go1_13_syscall_linux_s390x.go b/stdlib/syscall/go1_15_syscall_linux_s390x.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_linux_s390x.go rename to stdlib/syscall/go1_15_syscall_linux_s390x.go index 8857b847..fbf9fd66 100644 --- a/stdlib/syscall/go1_13_syscall_linux_s390x.go +++ b/stdlib/syscall/go1_15_syscall_linux_s390x.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_netbsd_386.go b/stdlib/syscall/go1_15_syscall_netbsd_386.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_netbsd_386.go rename to stdlib/syscall/go1_15_syscall_netbsd_386.go index df2a56e9..3be42d68 100644 --- a/stdlib/syscall/go1_13_syscall_netbsd_386.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_netbsd_amd64.go b/stdlib/syscall/go1_15_syscall_netbsd_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_netbsd_amd64.go rename to stdlib/syscall/go1_15_syscall_netbsd_amd64.go index b0211e14..47ea0034 100644 --- a/stdlib/syscall/go1_13_syscall_netbsd_amd64.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_netbsd_arm.go b/stdlib/syscall/go1_15_syscall_netbsd_arm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_netbsd_arm.go rename to stdlib/syscall/go1_15_syscall_netbsd_arm.go index b9d1611e..0a3a3053 100644 --- a/stdlib/syscall/go1_13_syscall_netbsd_arm.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_netbsd_arm64.go b/stdlib/syscall/go1_15_syscall_netbsd_arm64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_netbsd_arm64.go rename to stdlib/syscall/go1_15_syscall_netbsd_arm64.go index b0211e14..47ea0034 100644 --- a/stdlib/syscall/go1_13_syscall_netbsd_arm64.go +++ b/stdlib/syscall/go1_15_syscall_netbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_openbsd_386.go b/stdlib/syscall/go1_15_syscall_openbsd_386.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_openbsd_386.go rename to stdlib/syscall/go1_15_syscall_openbsd_386.go index 6bfefb7b..9dd60c95 100644 --- a/stdlib/syscall/go1_13_syscall_openbsd_386.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_386.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_openbsd_amd64.go b/stdlib/syscall/go1_15_syscall_openbsd_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_openbsd_amd64.go rename to stdlib/syscall/go1_15_syscall_openbsd_amd64.go index 0d9199b1..bc2d1773 100644 --- a/stdlib/syscall/go1_13_syscall_openbsd_amd64.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_openbsd_arm.go b/stdlib/syscall/go1_15_syscall_openbsd_arm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_openbsd_arm.go rename to stdlib/syscall/go1_15_syscall_openbsd_arm.go index 30bf0674..32ec0be8 100644 --- a/stdlib/syscall/go1_13_syscall_openbsd_arm.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_arm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_openbsd_arm64.go b/stdlib/syscall/go1_15_syscall_openbsd_arm64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_openbsd_arm64.go rename to stdlib/syscall/go1_15_syscall_openbsd_arm64.go index 1f4da09e..554d907e 100644 --- a/stdlib/syscall/go1_13_syscall_openbsd_arm64.go +++ b/stdlib/syscall/go1_15_syscall_openbsd_arm64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_plan9_386.go b/stdlib/syscall/go1_15_syscall_plan9_386.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_plan9_386.go rename to stdlib/syscall/go1_15_syscall_plan9_386.go index 6436c59f..370e5b72 100644 --- a/stdlib/syscall/go1_13_syscall_plan9_386.go +++ b/stdlib/syscall/go1_15_syscall_plan9_386.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_plan9_amd64.go b/stdlib/syscall/go1_15_syscall_plan9_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_plan9_amd64.go rename to stdlib/syscall/go1_15_syscall_plan9_amd64.go index 6436c59f..370e5b72 100644 --- a/stdlib/syscall/go1_13_syscall_plan9_amd64.go +++ b/stdlib/syscall/go1_15_syscall_plan9_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_plan9_arm.go b/stdlib/syscall/go1_15_syscall_plan9_arm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_plan9_arm.go rename to stdlib/syscall/go1_15_syscall_plan9_arm.go index 6436c59f..370e5b72 100644 --- a/stdlib/syscall/go1_13_syscall_plan9_arm.go +++ b/stdlib/syscall/go1_15_syscall_plan9_arm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_solaris_amd64.go b/stdlib/syscall/go1_15_syscall_solaris_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_solaris_amd64.go rename to stdlib/syscall/go1_15_syscall_solaris_amd64.go index ce0d2f9a..65aba111 100644 --- a/stdlib/syscall/go1_13_syscall_solaris_amd64.go +++ b/stdlib/syscall/go1_15_syscall_solaris_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall diff --git a/stdlib/syscall/go1_13_syscall_windows_amd64.go b/stdlib/syscall/go1_15_syscall_windows_386.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_windows_amd64.go rename to stdlib/syscall/go1_15_syscall_windows_386.go index 85b89e39..fa7add95 100644 --- a/stdlib/syscall/go1_13_syscall_windows_amd64.go +++ b/stdlib/syscall/go1_15_syscall_windows_386.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall @@ -78,7 +78,10 @@ func init() { "CRYPT_SILENT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), "CRYPT_VERIFYCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), "CTRL_BREAK_EVENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "CTRL_CLOSE_EVENT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), "CTRL_C_EVENT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "CTRL_LOGOFF_EVENT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "CTRL_SHUTDOWN_EVENT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), "CancelIo": reflect.ValueOf(syscall.CancelIo), "CancelIoEx": reflect.ValueOf(syscall.CancelIoEx), "CertAddCertificateContextToStore": reflect.ValueOf(syscall.CertAddCertificateContextToStore), diff --git a/stdlib/syscall/go1_13_syscall_windows_386.go b/stdlib/syscall/go1_15_syscall_windows_amd64.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_windows_386.go rename to stdlib/syscall/go1_15_syscall_windows_amd64.go index 85b89e39..fa7add95 100644 --- a/stdlib/syscall/go1_13_syscall_windows_386.go +++ b/stdlib/syscall/go1_15_syscall_windows_amd64.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall @@ -78,7 +78,10 @@ func init() { "CRYPT_SILENT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), "CRYPT_VERIFYCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), "CTRL_BREAK_EVENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "CTRL_CLOSE_EVENT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), "CTRL_C_EVENT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "CTRL_LOGOFF_EVENT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "CTRL_SHUTDOWN_EVENT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), "CancelIo": reflect.ValueOf(syscall.CancelIo), "CancelIoEx": reflect.ValueOf(syscall.CancelIoEx), "CertAddCertificateContextToStore": reflect.ValueOf(syscall.CertAddCertificateContextToStore), diff --git a/stdlib/syscall/go1_13_syscall_windows_arm.go b/stdlib/syscall/go1_15_syscall_windows_arm.go similarity index 99% rename from stdlib/syscall/go1_13_syscall_windows_arm.go rename to stdlib/syscall/go1_15_syscall_windows_arm.go index 85b89e39..fa7add95 100644 --- a/stdlib/syscall/go1_13_syscall_windows_arm.go +++ b/stdlib/syscall/go1_15_syscall_windows_arm.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract syscall'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package syscall @@ -78,7 +78,10 @@ func init() { "CRYPT_SILENT": reflect.ValueOf(constant.MakeFromLiteral("64", token.INT, 0)), "CRYPT_VERIFYCONTEXT": reflect.ValueOf(constant.MakeFromLiteral("4026531840", token.INT, 0)), "CTRL_BREAK_EVENT": reflect.ValueOf(constant.MakeFromLiteral("1", token.INT, 0)), + "CTRL_CLOSE_EVENT": reflect.ValueOf(constant.MakeFromLiteral("2", token.INT, 0)), "CTRL_C_EVENT": reflect.ValueOf(constant.MakeFromLiteral("0", token.INT, 0)), + "CTRL_LOGOFF_EVENT": reflect.ValueOf(constant.MakeFromLiteral("5", token.INT, 0)), + "CTRL_SHUTDOWN_EVENT": reflect.ValueOf(constant.MakeFromLiteral("6", token.INT, 0)), "CancelIo": reflect.ValueOf(syscall.CancelIo), "CancelIoEx": reflect.ValueOf(syscall.CancelIoEx), "CertAddCertificateContextToStore": reflect.ValueOf(syscall.CertAddCertificateContextToStore), diff --git a/stdlib/syscall/syscall.go b/stdlib/syscall/syscall.go index 266415da..c42a8bca 100644 --- a/stdlib/syscall/syscall.go +++ b/stdlib/syscall/syscall.go @@ -1,4 +1,4 @@ -// +build go1.13,!go1.15 +// +build go1.14,!go1.16 // Package syscall provide wrapper of standard library syscall package for native import in Yaegi. package syscall diff --git a/stdlib/unsafe/go1_13_unsafe.go b/stdlib/unsafe/go1_15_unsafe.go similarity index 91% rename from stdlib/unsafe/go1_13_unsafe.go rename to stdlib/unsafe/go1_15_unsafe.go index c37a2d4d..5fb3a9f7 100644 --- a/stdlib/unsafe/go1_13_unsafe.go +++ b/stdlib/unsafe/go1_15_unsafe.go @@ -1,6 +1,6 @@ // Code generated by 'github.com/containous/yaegi/extract unsafe'. DO NOT EDIT. -// +build go1.13,!go1.14 +// +build go1.15,!go1.16 package unsafe diff --git a/stdlib/unsafe/unsafe.go b/stdlib/unsafe/unsafe.go index 01eb94b5..57162555 100644 --- a/stdlib/unsafe/unsafe.go +++ b/stdlib/unsafe/unsafe.go @@ -1,4 +1,4 @@ -// +build go1.13,!go1.15 +// +build go1.14,!go1.16 // Package unsafe provides wrapper of standard library unsafe package to be imported natively in Yaegi. package unsafe