Source file src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

     1  // Copyright 2025 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Code generated by generate.go. DO NOT EDIT.
     6  
     7  package stdlib
     8  
     9  var PackageSymbols = map[string][]Symbol{
    10  	"archive/tar": {
    11  		{"(*Header).FileInfo", Method, 1, ""},
    12  		{"(*Reader).Next", Method, 0, ""},
    13  		{"(*Reader).Read", Method, 0, ""},
    14  		{"(*Writer).AddFS", Method, 22, ""},
    15  		{"(*Writer).Close", Method, 0, ""},
    16  		{"(*Writer).Flush", Method, 0, ""},
    17  		{"(*Writer).Write", Method, 0, ""},
    18  		{"(*Writer).WriteHeader", Method, 0, ""},
    19  		{"(Format).String", Method, 10, ""},
    20  		{"ErrFieldTooLong", Var, 0, ""},
    21  		{"ErrHeader", Var, 0, ""},
    22  		{"ErrInsecurePath", Var, 20, ""},
    23  		{"ErrWriteAfterClose", Var, 0, ""},
    24  		{"ErrWriteTooLong", Var, 0, ""},
    25  		{"FileInfoHeader", Func, 1, "func(fi fs.FileInfo, link string) (*Header, error)"},
    26  		{"FileInfoNames", Type, 23, ""},
    27  		{"Format", Type, 10, ""},
    28  		{"FormatGNU", Const, 10, ""},
    29  		{"FormatPAX", Const, 10, ""},
    30  		{"FormatUSTAR", Const, 10, ""},
    31  		{"FormatUnknown", Const, 10, ""},
    32  		{"Header", Type, 0, ""},
    33  		{"Header.AccessTime", Field, 0, ""},
    34  		{"Header.ChangeTime", Field, 0, ""},
    35  		{"Header.Devmajor", Field, 0, ""},
    36  		{"Header.Devminor", Field, 0, ""},
    37  		{"Header.Format", Field, 10, ""},
    38  		{"Header.Gid", Field, 0, ""},
    39  		{"Header.Gname", Field, 0, ""},
    40  		{"Header.Linkname", Field, 0, ""},
    41  		{"Header.ModTime", Field, 0, ""},
    42  		{"Header.Mode", Field, 0, ""},
    43  		{"Header.Name", Field, 0, ""},
    44  		{"Header.PAXRecords", Field, 10, ""},
    45  		{"Header.Size", Field, 0, ""},
    46  		{"Header.Typeflag", Field, 0, ""},
    47  		{"Header.Uid", Field, 0, ""},
    48  		{"Header.Uname", Field, 0, ""},
    49  		{"Header.Xattrs", Field, 3, ""},
    50  		{"NewReader", Func, 0, "func(r io.Reader) *Reader"},
    51  		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
    52  		{"Reader", Type, 0, ""},
    53  		{"TypeBlock", Const, 0, ""},
    54  		{"TypeChar", Const, 0, ""},
    55  		{"TypeCont", Const, 0, ""},
    56  		{"TypeDir", Const, 0, ""},
    57  		{"TypeFifo", Const, 0, ""},
    58  		{"TypeGNULongLink", Const, 1, ""},
    59  		{"TypeGNULongName", Const, 1, ""},
    60  		{"TypeGNUSparse", Const, 3, ""},
    61  		{"TypeLink", Const, 0, ""},
    62  		{"TypeReg", Const, 0, ""},
    63  		{"TypeRegA", Const, 0, ""},
    64  		{"TypeSymlink", Const, 0, ""},
    65  		{"TypeXGlobalHeader", Const, 0, ""},
    66  		{"TypeXHeader", Const, 0, ""},
    67  		{"Writer", Type, 0, ""},
    68  	},
    69  	"archive/zip": {
    70  		{"(*File).DataOffset", Method, 2, ""},
    71  		{"(*File).FileInfo", Method, 0, ""},
    72  		{"(*File).ModTime", Method, 0, ""},
    73  		{"(*File).Mode", Method, 0, ""},
    74  		{"(*File).Open", Method, 0, ""},
    75  		{"(*File).OpenRaw", Method, 17, ""},
    76  		{"(*File).SetModTime", Method, 0, ""},
    77  		{"(*File).SetMode", Method, 0, ""},
    78  		{"(*FileHeader).FileInfo", Method, 0, ""},
    79  		{"(*FileHeader).ModTime", Method, 0, ""},
    80  		{"(*FileHeader).Mode", Method, 0, ""},
    81  		{"(*FileHeader).SetModTime", Method, 0, ""},
    82  		{"(*FileHeader).SetMode", Method, 0, ""},
    83  		{"(*ReadCloser).Close", Method, 0, ""},
    84  		{"(*ReadCloser).Open", Method, 16, ""},
    85  		{"(*ReadCloser).RegisterDecompressor", Method, 6, ""},
    86  		{"(*Reader).Open", Method, 16, ""},
    87  		{"(*Reader).RegisterDecompressor", Method, 6, ""},
    88  		{"(*Writer).AddFS", Method, 22, ""},
    89  		{"(*Writer).Close", Method, 0, ""},
    90  		{"(*Writer).Copy", Method, 17, ""},
    91  		{"(*Writer).Create", Method, 0, ""},
    92  		{"(*Writer).CreateHeader", Method, 0, ""},
    93  		{"(*Writer).CreateRaw", Method, 17, ""},
    94  		{"(*Writer).Flush", Method, 4, ""},
    95  		{"(*Writer).RegisterCompressor", Method, 6, ""},
    96  		{"(*Writer).SetComment", Method, 10, ""},
    97  		{"(*Writer).SetOffset", Method, 5, ""},
    98  		{"Compressor", Type, 2, ""},
    99  		{"Decompressor", Type, 2, ""},
   100  		{"Deflate", Const, 0, ""},
   101  		{"ErrAlgorithm", Var, 0, ""},
   102  		{"ErrChecksum", Var, 0, ""},
   103  		{"ErrFormat", Var, 0, ""},
   104  		{"ErrInsecurePath", Var, 20, ""},
   105  		{"File", Type, 0, ""},
   106  		{"File.FileHeader", Field, 0, ""},
   107  		{"FileHeader", Type, 0, ""},
   108  		{"FileHeader.CRC32", Field, 0, ""},
   109  		{"FileHeader.Comment", Field, 0, ""},
   110  		{"FileHeader.CompressedSize", Field, 0, ""},
   111  		{"FileHeader.CompressedSize64", Field, 1, ""},
   112  		{"FileHeader.CreatorVersion", Field, 0, ""},
   113  		{"FileHeader.ExternalAttrs", Field, 0, ""},
   114  		{"FileHeader.Extra", Field, 0, ""},
   115  		{"FileHeader.Flags", Field, 0, ""},
   116  		{"FileHeader.Method", Field, 0, ""},
   117  		{"FileHeader.Modified", Field, 10, ""},
   118  		{"FileHeader.ModifiedDate", Field, 0, ""},
   119  		{"FileHeader.ModifiedTime", Field, 0, ""},
   120  		{"FileHeader.Name", Field, 0, ""},
   121  		{"FileHeader.NonUTF8", Field, 10, ""},
   122  		{"FileHeader.ReaderVersion", Field, 0, ""},
   123  		{"FileHeader.UncompressedSize", Field, 0, ""},
   124  		{"FileHeader.UncompressedSize64", Field, 1, ""},
   125  		{"FileInfoHeader", Func, 0, "func(fi fs.FileInfo) (*FileHeader, error)"},
   126  		{"NewReader", Func, 0, "func(r io.ReaderAt, size int64) (*Reader, error)"},
   127  		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
   128  		{"OpenReader", Func, 0, "func(name string) (*ReadCloser, error)"},
   129  		{"ReadCloser", Type, 0, ""},
   130  		{"ReadCloser.Reader", Field, 0, ""},
   131  		{"Reader", Type, 0, ""},
   132  		{"Reader.Comment", Field, 0, ""},
   133  		{"Reader.File", Field, 0, ""},
   134  		{"RegisterCompressor", Func, 2, "func(method uint16, comp Compressor)"},
   135  		{"RegisterDecompressor", Func, 2, "func(method uint16, dcomp Decompressor)"},
   136  		{"Store", Const, 0, ""},
   137  		{"Writer", Type, 0, ""},
   138  	},
   139  	"bufio": {
   140  		{"(*Reader).Buffered", Method, 0, ""},
   141  		{"(*Reader).Discard", Method, 5, ""},
   142  		{"(*Reader).Peek", Method, 0, ""},
   143  		{"(*Reader).Read", Method, 0, ""},
   144  		{"(*Reader).ReadByte", Method, 0, ""},
   145  		{"(*Reader).ReadBytes", Method, 0, ""},
   146  		{"(*Reader).ReadLine", Method, 0, ""},
   147  		{"(*Reader).ReadRune", Method, 0, ""},
   148  		{"(*Reader).ReadSlice", Method, 0, ""},
   149  		{"(*Reader).ReadString", Method, 0, ""},
   150  		{"(*Reader).Reset", Method, 2, ""},
   151  		{"(*Reader).Size", Method, 10, ""},
   152  		{"(*Reader).UnreadByte", Method, 0, ""},
   153  		{"(*Reader).UnreadRune", Method, 0, ""},
   154  		{"(*Reader).WriteTo", Method, 1, ""},
   155  		{"(*Scanner).Buffer", Method, 6, ""},
   156  		{"(*Scanner).Bytes", Method, 1, ""},
   157  		{"(*Scanner).Err", Method, 1, ""},
   158  		{"(*Scanner).Scan", Method, 1, ""},
   159  		{"(*Scanner).Split", Method, 1, ""},
   160  		{"(*Scanner).Text", Method, 1, ""},
   161  		{"(*Writer).Available", Method, 0, ""},
   162  		{"(*Writer).AvailableBuffer", Method, 18, ""},
   163  		{"(*Writer).Buffered", Method, 0, ""},
   164  		{"(*Writer).Flush", Method, 0, ""},
   165  		{"(*Writer).ReadFrom", Method, 1, ""},
   166  		{"(*Writer).Reset", Method, 2, ""},
   167  		{"(*Writer).Size", Method, 10, ""},
   168  		{"(*Writer).Write", Method, 0, ""},
   169  		{"(*Writer).WriteByte", Method, 0, ""},
   170  		{"(*Writer).WriteRune", Method, 0, ""},
   171  		{"(*Writer).WriteString", Method, 0, ""},
   172  		{"(ReadWriter).Available", Method, 0, ""},
   173  		{"(ReadWriter).AvailableBuffer", Method, 18, ""},
   174  		{"(ReadWriter).Discard", Method, 5, ""},
   175  		{"(ReadWriter).Flush", Method, 0, ""},
   176  		{"(ReadWriter).Peek", Method, 0, ""},
   177  		{"(ReadWriter).Read", Method, 0, ""},
   178  		{"(ReadWriter).ReadByte", Method, 0, ""},
   179  		{"(ReadWriter).ReadBytes", Method, 0, ""},
   180  		{"(ReadWriter).ReadFrom", Method, 1, ""},
   181  		{"(ReadWriter).ReadLine", Method, 0, ""},
   182  		{"(ReadWriter).ReadRune", Method, 0, ""},
   183  		{"(ReadWriter).ReadSlice", Method, 0, ""},
   184  		{"(ReadWriter).ReadString", Method, 0, ""},
   185  		{"(ReadWriter).UnreadByte", Method, 0, ""},
   186  		{"(ReadWriter).UnreadRune", Method, 0, ""},
   187  		{"(ReadWriter).Write", Method, 0, ""},
   188  		{"(ReadWriter).WriteByte", Method, 0, ""},
   189  		{"(ReadWriter).WriteRune", Method, 0, ""},
   190  		{"(ReadWriter).WriteString", Method, 0, ""},
   191  		{"(ReadWriter).WriteTo", Method, 1, ""},
   192  		{"ErrAdvanceTooFar", Var, 1, ""},
   193  		{"ErrBadReadCount", Var, 15, ""},
   194  		{"ErrBufferFull", Var, 0, ""},
   195  		{"ErrFinalToken", Var, 6, ""},
   196  		{"ErrInvalidUnreadByte", Var, 0, ""},
   197  		{"ErrInvalidUnreadRune", Var, 0, ""},
   198  		{"ErrNegativeAdvance", Var, 1, ""},
   199  		{"ErrNegativeCount", Var, 0, ""},
   200  		{"ErrTooLong", Var, 1, ""},
   201  		{"MaxScanTokenSize", Const, 1, ""},
   202  		{"NewReadWriter", Func, 0, "func(r *Reader, w *Writer) *ReadWriter"},
   203  		{"NewReader", Func, 0, "func(rd io.Reader) *Reader"},
   204  		{"NewReaderSize", Func, 0, "func(rd io.Reader, size int) *Reader"},
   205  		{"NewScanner", Func, 1, "func(r io.Reader) *Scanner"},
   206  		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
   207  		{"NewWriterSize", Func, 0, "func(w io.Writer, size int) *Writer"},
   208  		{"ReadWriter", Type, 0, ""},
   209  		{"ReadWriter.Reader", Field, 0, ""},
   210  		{"ReadWriter.Writer", Field, 0, ""},
   211  		{"Reader", Type, 0, ""},
   212  		{"ScanBytes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
   213  		{"ScanLines", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
   214  		{"ScanRunes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
   215  		{"ScanWords", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
   216  		{"Scanner", Type, 1, ""},
   217  		{"SplitFunc", Type, 1, ""},
   218  		{"Writer", Type, 0, ""},
   219  	},
   220  	"bytes": {
   221  		{"(*Buffer).Available", Method, 21, ""},
   222  		{"(*Buffer).AvailableBuffer", Method, 21, ""},
   223  		{"(*Buffer).Bytes", Method, 0, ""},
   224  		{"(*Buffer).Cap", Method, 5, ""},
   225  		{"(*Buffer).Grow", Method, 1, ""},
   226  		{"(*Buffer).Len", Method, 0, ""},
   227  		{"(*Buffer).Next", Method, 0, ""},
   228  		{"(*Buffer).Read", Method, 0, ""},
   229  		{"(*Buffer).ReadByte", Method, 0, ""},
   230  		{"(*Buffer).ReadBytes", Method, 0, ""},
   231  		{"(*Buffer).ReadFrom", Method, 0, ""},
   232  		{"(*Buffer).ReadRune", Method, 0, ""},
   233  		{"(*Buffer).ReadString", Method, 0, ""},
   234  		{"(*Buffer).Reset", Method, 0, ""},
   235  		{"(*Buffer).String", Method, 0, ""},
   236  		{"(*Buffer).Truncate", Method, 0, ""},
   237  		{"(*Buffer).UnreadByte", Method, 0, ""},
   238  		{"(*Buffer).UnreadRune", Method, 0, ""},
   239  		{"(*Buffer).Write", Method, 0, ""},
   240  		{"(*Buffer).WriteByte", Method, 0, ""},
   241  		{"(*Buffer).WriteRune", Method, 0, ""},
   242  		{"(*Buffer).WriteString", Method, 0, ""},
   243  		{"(*Buffer).WriteTo", Method, 0, ""},
   244  		{"(*Reader).Len", Method, 0, ""},
   245  		{"(*Reader).Read", Method, 0, ""},
   246  		{"(*Reader).ReadAt", Method, 0, ""},
   247  		{"(*Reader).ReadByte", Method, 0, ""},
   248  		{"(*Reader).ReadRune", Method, 0, ""},
   249  		{"(*Reader).Reset", Method, 7, ""},
   250  		{"(*Reader).Seek", Method, 0, ""},
   251  		{"(*Reader).Size", Method, 5, ""},
   252  		{"(*Reader).UnreadByte", Method, 0, ""},
   253  		{"(*Reader).UnreadRune", Method, 0, ""},
   254  		{"(*Reader).WriteTo", Method, 1, ""},
   255  		{"Buffer", Type, 0, ""},
   256  		{"Clone", Func, 20, "func(b []byte) []byte"},
   257  		{"Compare", Func, 0, "func(a []byte, b []byte) int"},
   258  		{"Contains", Func, 0, "func(b []byte, subslice []byte) bool"},
   259  		{"ContainsAny", Func, 7, "func(b []byte, chars string) bool"},
   260  		{"ContainsFunc", Func, 21, "func(b []byte, f func(rune) bool) bool"},
   261  		{"ContainsRune", Func, 7, "func(b []byte, r rune) bool"},
   262  		{"Count", Func, 0, "func(s []byte, sep []byte) int"},
   263  		{"Cut", Func, 18, "func(s []byte, sep []byte) (before []byte, after []byte, found bool)"},
   264  		{"CutPrefix", Func, 20, "func(s []byte, prefix []byte) (after []byte, found bool)"},
   265  		{"CutSuffix", Func, 20, "func(s []byte, suffix []byte) (before []byte, found bool)"},
   266  		{"Equal", Func, 0, "func(a []byte, b []byte) bool"},
   267  		{"EqualFold", Func, 0, "func(s []byte, t []byte) bool"},
   268  		{"ErrTooLarge", Var, 0, ""},
   269  		{"Fields", Func, 0, "func(s []byte) [][]byte"},
   270  		{"FieldsFunc", Func, 0, "func(s []byte, f func(rune) bool) [][]byte"},
   271  		{"FieldsFuncSeq", Func, 24, "func(s []byte, f func(rune) bool) iter.Seq[[]byte]"},
   272  		{"FieldsSeq", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
   273  		{"HasPrefix", Func, 0, "func(s []byte, prefix []byte) bool"},
   274  		{"HasSuffix", Func, 0, "func(s []byte, suffix []byte) bool"},
   275  		{"Index", Func, 0, "func(s []byte, sep []byte) int"},
   276  		{"IndexAny", Func, 0, "func(s []byte, chars string) int"},
   277  		{"IndexByte", Func, 0, "func(b []byte, c byte) int"},
   278  		{"IndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
   279  		{"IndexRune", Func, 0, "func(s []byte, r rune) int"},
   280  		{"Join", Func, 0, "func(s [][]byte, sep []byte) []byte"},
   281  		{"LastIndex", Func, 0, "func(s []byte, sep []byte) int"},
   282  		{"LastIndexAny", Func, 0, "func(s []byte, chars string) int"},
   283  		{"LastIndexByte", Func, 5, "func(s []byte, c byte) int"},
   284  		{"LastIndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
   285  		{"Lines", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
   286  		{"Map", Func, 0, "func(mapping func(r rune) rune, s []byte) []byte"},
   287  		{"MinRead", Const, 0, ""},
   288  		{"NewBuffer", Func, 0, "func(buf []byte) *Buffer"},
   289  		{"NewBufferString", Func, 0, "func(s string) *Buffer"},
   290  		{"NewReader", Func, 0, "func(b []byte) *Reader"},
   291  		{"Reader", Type, 0, ""},
   292  		{"Repeat", Func, 0, "func(b []byte, count int) []byte"},
   293  		{"Replace", Func, 0, "func(s []byte, old []byte, new []byte, n int) []byte"},
   294  		{"ReplaceAll", Func, 12, "func(s []byte, old []byte, new []byte) []byte"},
   295  		{"Runes", Func, 0, "func(s []byte) []rune"},
   296  		{"Split", Func, 0, "func(s []byte, sep []byte) [][]byte"},
   297  		{"SplitAfter", Func, 0, "func(s []byte, sep []byte) [][]byte"},
   298  		{"SplitAfterN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
   299  		{"SplitAfterSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
   300  		{"SplitN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
   301  		{"SplitSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
   302  		{"Title", Func, 0, "func(s []byte) []byte"},
   303  		{"ToLower", Func, 0, "func(s []byte) []byte"},
   304  		{"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
   305  		{"ToTitle", Func, 0, "func(s []byte) []byte"},
   306  		{"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
   307  		{"ToUpper", Func, 0, "func(s []byte) []byte"},
   308  		{"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
   309  		{"ToValidUTF8", Func, 13, "func(s []byte, replacement []byte) []byte"},
   310  		{"Trim", Func, 0, "func(s []byte, cutset string) []byte"},
   311  		{"TrimFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
   312  		{"TrimLeft", Func, 0, "func(s []byte, cutset string) []byte"},
   313  		{"TrimLeftFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
   314  		{"TrimPrefix", Func, 1, "func(s []byte, prefix []byte) []byte"},
   315  		{"TrimRight", Func, 0, "func(s []byte, cutset string) []byte"},
   316  		{"TrimRightFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
   317  		{"TrimSpace", Func, 0, "func(s []byte) []byte"},
   318  		{"TrimSuffix", Func, 1, "func(s []byte, suffix []byte) []byte"},
   319  	},
   320  	"cmp": {
   321  		{"Compare", Func, 21, "func[T Ordered](x T, y T) int"},
   322  		{"Less", Func, 21, "func[T Ordered](x T, y T) bool"},
   323  		{"Or", Func, 22, "func[T comparable](vals ...T) T"},
   324  		{"Ordered", Type, 21, ""},
   325  	},
   326  	"compress/bzip2": {
   327  		{"(StructuralError).Error", Method, 0, ""},
   328  		{"NewReader", Func, 0, "func(r io.Reader) io.Reader"},
   329  		{"StructuralError", Type, 0, ""},
   330  	},
   331  	"compress/flate": {
   332  		{"(*ReadError).Error", Method, 0, ""},
   333  		{"(*WriteError).Error", Method, 0, ""},
   334  		{"(*Writer).Close", Method, 0, ""},
   335  		{"(*Writer).Flush", Method, 0, ""},
   336  		{"(*Writer).Reset", Method, 2, ""},
   337  		{"(*Writer).Write", Method, 0, ""},
   338  		{"(CorruptInputError).Error", Method, 0, ""},
   339  		{"(InternalError).Error", Method, 0, ""},
   340  		{"BestCompression", Const, 0, ""},
   341  		{"BestSpeed", Const, 0, ""},
   342  		{"CorruptInputError", Type, 0, ""},
   343  		{"DefaultCompression", Const, 0, ""},
   344  		{"HuffmanOnly", Const, 7, ""},
   345  		{"InternalError", Type, 0, ""},
   346  		{"NewReader", Func, 0, "func(r io.Reader) io.ReadCloser"},
   347  		{"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) io.ReadCloser"},
   348  		{"NewWriter", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
   349  		{"NewWriterDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
   350  		{"NoCompression", Const, 0, ""},
   351  		{"ReadError", Type, 0, ""},
   352  		{"ReadError.Err", Field, 0, ""},
   353  		{"ReadError.Offset", Field, 0, ""},
   354  		{"Reader", Type, 0, ""},
   355  		{"Resetter", Type, 4, ""},
   356  		{"WriteError", Type, 0, ""},
   357  		{"WriteError.Err", Field, 0, ""},
   358  		{"WriteError.Offset", Field, 0, ""},
   359  		{"Writer", Type, 0, ""},
   360  	},
   361  	"compress/gzip": {
   362  		{"(*Reader).Close", Method, 0, ""},
   363  		{"(*Reader).Multistream", Method, 4, ""},
   364  		{"(*Reader).Read", Method, 0, ""},
   365  		{"(*Reader).Reset", Method, 3, ""},
   366  		{"(*Writer).Close", Method, 0, ""},
   367  		{"(*Writer).Flush", Method, 1, ""},
   368  		{"(*Writer).Reset", Method, 2, ""},
   369  		{"(*Writer).Write", Method, 0, ""},
   370  		{"BestCompression", Const, 0, ""},
   371  		{"BestSpeed", Const, 0, ""},
   372  		{"DefaultCompression", Const, 0, ""},
   373  		{"ErrChecksum", Var, 0, ""},
   374  		{"ErrHeader", Var, 0, ""},
   375  		{"Header", Type, 0, ""},
   376  		{"Header.Comment", Field, 0, ""},
   377  		{"Header.Extra", Field, 0, ""},
   378  		{"Header.ModTime", Field, 0, ""},
   379  		{"Header.Name", Field, 0, ""},
   380  		{"Header.OS", Field, 0, ""},
   381  		{"HuffmanOnly", Const, 8, ""},
   382  		{"NewReader", Func, 0, "func(r io.Reader) (*Reader, error)"},
   383  		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
   384  		{"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
   385  		{"NoCompression", Const, 0, ""},
   386  		{"Reader", Type, 0, ""},
   387  		{"Reader.Header", Field, 0, ""},
   388  		{"Writer", Type, 0, ""},
   389  		{"Writer.Header", Field, 0, ""},
   390  	},
   391  	"compress/lzw": {
   392  		{"(*Reader).Close", Method, 17, ""},
   393  		{"(*Reader).Read", Method, 17, ""},
   394  		{"(*Reader).Reset", Method, 17, ""},
   395  		{"(*Writer).Close", Method, 17, ""},
   396  		{"(*Writer).Reset", Method, 17, ""},
   397  		{"(*Writer).Write", Method, 17, ""},
   398  		{"LSB", Const, 0, ""},
   399  		{"MSB", Const, 0, ""},
   400  		{"NewReader", Func, 0, "func(r io.Reader, order Order, litWidth int) io.ReadCloser"},
   401  		{"NewWriter", Func, 0, "func(w io.Writer, order Order, litWidth int) io.WriteCloser"},
   402  		{"Order", Type, 0, ""},
   403  		{"Reader", Type, 17, ""},
   404  		{"Writer", Type, 17, ""},
   405  	},
   406  	"compress/zlib": {
   407  		{"(*Writer).Close", Method, 0, ""},
   408  		{"(*Writer).Flush", Method, 0, ""},
   409  		{"(*Writer).Reset", Method, 2, ""},
   410  		{"(*Writer).Write", Method, 0, ""},
   411  		{"BestCompression", Const, 0, ""},
   412  		{"BestSpeed", Const, 0, ""},
   413  		{"DefaultCompression", Const, 0, ""},
   414  		{"ErrChecksum", Var, 0, ""},
   415  		{"ErrDictionary", Var, 0, ""},
   416  		{"ErrHeader", Var, 0, ""},
   417  		{"HuffmanOnly", Const, 8, ""},
   418  		{"NewReader", Func, 0, "func(r io.Reader) (io.ReadCloser, error)"},
   419  		{"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) (io.ReadCloser, error)"},
   420  		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
   421  		{"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
   422  		{"NewWriterLevelDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
   423  		{"NoCompression", Const, 0, ""},
   424  		{"Resetter", Type, 4, ""},
   425  		{"Writer", Type, 0, ""},
   426  	},
   427  	"container/heap": {
   428  		{"Fix", Func, 2, "func(h Interface, i int)"},
   429  		{"Init", Func, 0, "func(h Interface)"},
   430  		{"Interface", Type, 0, ""},
   431  		{"Pop", Func, 0, "func(h Interface) any"},
   432  		{"Push", Func, 0, "func(h Interface, x any)"},
   433  		{"Remove", Func, 0, "func(h Interface, i int) any"},
   434  	},
   435  	"container/list": {
   436  		{"(*Element).Next", Method, 0, ""},
   437  		{"(*Element).Prev", Method, 0, ""},
   438  		{"(*List).Back", Method, 0, ""},
   439  		{"(*List).Front", Method, 0, ""},
   440  		{"(*List).Init", Method, 0, ""},
   441  		{"(*List).InsertAfter", Method, 0, ""},
   442  		{"(*List).InsertBefore", Method, 0, ""},
   443  		{"(*List).Len", Method, 0, ""},
   444  		{"(*List).MoveAfter", Method, 2, ""},
   445  		{"(*List).MoveBefore", Method, 2, ""},
   446  		{"(*List).MoveToBack", Method, 0, ""},
   447  		{"(*List).MoveToFront", Method, 0, ""},
   448  		{"(*List).PushBack", Method, 0, ""},
   449  		{"(*List).PushBackList", Method, 0, ""},
   450  		{"(*List).PushFront", Method, 0, ""},
   451  		{"(*List).PushFrontList", Method, 0, ""},
   452  		{"(*List).Remove", Method, 0, ""},
   453  		{"Element", Type, 0, ""},
   454  		{"Element.Value", Field, 0, ""},
   455  		{"List", Type, 0, ""},
   456  		{"New", Func, 0, "func() *List"},
   457  	},
   458  	"container/ring": {
   459  		{"(*Ring).Do", Method, 0, ""},
   460  		{"(*Ring).Len", Method, 0, ""},
   461  		{"(*Ring).Link", Method, 0, ""},
   462  		{"(*Ring).Move", Method, 0, ""},
   463  		{"(*Ring).Next", Method, 0, ""},
   464  		{"(*Ring).Prev", Method, 0, ""},
   465  		{"(*Ring).Unlink", Method, 0, ""},
   466  		{"New", Func, 0, "func(n int) *Ring"},
   467  		{"Ring", Type, 0, ""},
   468  		{"Ring.Value", Field, 0, ""},
   469  	},
   470  	"context": {
   471  		{"AfterFunc", Func, 21, "func(ctx Context, f func()) (stop func() bool)"},
   472  		{"Background", Func, 7, "func() Context"},
   473  		{"CancelCauseFunc", Type, 20, ""},
   474  		{"CancelFunc", Type, 7, ""},
   475  		{"Canceled", Var, 7, ""},
   476  		{"Cause", Func, 20, "func(c Context) error"},
   477  		{"Context", Type, 7, ""},
   478  		{"DeadlineExceeded", Var, 7, ""},
   479  		{"TODO", Func, 7, "func() Context"},
   480  		{"WithCancel", Func, 7, "func(parent Context) (ctx Context, cancel CancelFunc)"},
   481  		{"WithCancelCause", Func, 20, "func(parent Context) (ctx Context, cancel CancelCauseFunc)"},
   482  		{"WithDeadline", Func, 7, "func(parent Context, d time.Time) (Context, CancelFunc)"},
   483  		{"WithDeadlineCause", Func, 21, "func(parent Context, d time.Time, cause error) (Context, CancelFunc)"},
   484  		{"WithTimeout", Func, 7, "func(parent Context, timeout time.Duration) (Context, CancelFunc)"},
   485  		{"WithTimeoutCause", Func, 21, "func(parent Context, timeout time.Duration, cause error) (Context, CancelFunc)"},
   486  		{"WithValue", Func, 7, "func(parent Context, key any, val any) Context"},
   487  		{"WithoutCancel", Func, 21, "func(parent Context) Context"},
   488  	},
   489  	"crypto": {
   490  		{"(Hash).Available", Method, 0, ""},
   491  		{"(Hash).HashFunc", Method, 4, ""},
   492  		{"(Hash).New", Method, 0, ""},
   493  		{"(Hash).Size", Method, 0, ""},
   494  		{"(Hash).String", Method, 15, ""},
   495  		{"BLAKE2b_256", Const, 9, ""},
   496  		{"BLAKE2b_384", Const, 9, ""},
   497  		{"BLAKE2b_512", Const, 9, ""},
   498  		{"BLAKE2s_256", Const, 9, ""},
   499  		{"Decrypter", Type, 5, ""},
   500  		{"DecrypterOpts", Type, 5, ""},
   501  		{"Hash", Type, 0, ""},
   502  		{"MD4", Const, 0, ""},
   503  		{"MD5", Const, 0, ""},
   504  		{"MD5SHA1", Const, 0, ""},
   505  		{"PrivateKey", Type, 0, ""},
   506  		{"PublicKey", Type, 2, ""},
   507  		{"RIPEMD160", Const, 0, ""},
   508  		{"RegisterHash", Func, 0, "func(h Hash, f func() hash.Hash)"},
   509  		{"SHA1", Const, 0, ""},
   510  		{"SHA224", Const, 0, ""},
   511  		{"SHA256", Const, 0, ""},
   512  		{"SHA384", Const, 0, ""},
   513  		{"SHA3_224", Const, 4, ""},
   514  		{"SHA3_256", Const, 4, ""},
   515  		{"SHA3_384", Const, 4, ""},
   516  		{"SHA3_512", Const, 4, ""},
   517  		{"SHA512", Const, 0, ""},
   518  		{"SHA512_224", Const, 5, ""},
   519  		{"SHA512_256", Const, 5, ""},
   520  		{"Signer", Type, 4, ""},
   521  		{"SignerOpts", Type, 4, ""},
   522  	},
   523  	"crypto/aes": {
   524  		{"(KeySizeError).Error", Method, 0, ""},
   525  		{"BlockSize", Const, 0, ""},
   526  		{"KeySizeError", Type, 0, ""},
   527  		{"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
   528  	},
   529  	"crypto/cipher": {
   530  		{"(StreamReader).Read", Method, 0, ""},
   531  		{"(StreamWriter).Close", Method, 0, ""},
   532  		{"(StreamWriter).Write", Method, 0, ""},
   533  		{"AEAD", Type, 2, ""},
   534  		{"Block", Type, 0, ""},
   535  		{"BlockMode", Type, 0, ""},
   536  		{"NewCBCDecrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
   537  		{"NewCBCEncrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
   538  		{"NewCFBDecrypter", Func, 0, "func(block Block, iv []byte) Stream"},
   539  		{"NewCFBEncrypter", Func, 0, "func(block Block, iv []byte) Stream"},
   540  		{"NewCTR", Func, 0, "func(block Block, iv []byte) Stream"},
   541  		{"NewGCM", Func, 2, "func(cipher Block) (AEAD, error)"},
   542  		{"NewGCMWithNonceSize", Func, 5, "func(cipher Block, size int) (AEAD, error)"},
   543  		{"NewGCMWithRandomNonce", Func, 24, "func(cipher Block) (AEAD, error)"},
   544  		{"NewGCMWithTagSize", Func, 11, "func(cipher Block, tagSize int) (AEAD, error)"},
   545  		{"NewOFB", Func, 0, "func(b Block, iv []byte) Stream"},
   546  		{"Stream", Type, 0, ""},
   547  		{"StreamReader", Type, 0, ""},
   548  		{"StreamReader.R", Field, 0, ""},
   549  		{"StreamReader.S", Field, 0, ""},
   550  		{"StreamWriter", Type, 0, ""},
   551  		{"StreamWriter.Err", Field, 0, ""},
   552  		{"StreamWriter.S", Field, 0, ""},
   553  		{"StreamWriter.W", Field, 0, ""},
   554  	},
   555  	"crypto/des": {
   556  		{"(KeySizeError).Error", Method, 0, ""},
   557  		{"BlockSize", Const, 0, ""},
   558  		{"KeySizeError", Type, 0, ""},
   559  		{"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
   560  		{"NewTripleDESCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
   561  	},
   562  	"crypto/dsa": {
   563  		{"ErrInvalidPublicKey", Var, 0, ""},
   564  		{"GenerateKey", Func, 0, "func(priv *PrivateKey, rand io.Reader) error"},
   565  		{"GenerateParameters", Func, 0, "func(params *Parameters, rand io.Reader, sizes ParameterSizes) error"},
   566  		{"L1024N160", Const, 0, ""},
   567  		{"L2048N224", Const, 0, ""},
   568  		{"L2048N256", Const, 0, ""},
   569  		{"L3072N256", Const, 0, ""},
   570  		{"ParameterSizes", Type, 0, ""},
   571  		{"Parameters", Type, 0, ""},
   572  		{"Parameters.G", Field, 0, ""},
   573  		{"Parameters.P", Field, 0, ""},
   574  		{"Parameters.Q", Field, 0, ""},
   575  		{"PrivateKey", Type, 0, ""},
   576  		{"PrivateKey.PublicKey", Field, 0, ""},
   577  		{"PrivateKey.X", Field, 0, ""},
   578  		{"PublicKey", Type, 0, ""},
   579  		{"PublicKey.Parameters", Field, 0, ""},
   580  		{"PublicKey.Y", Field, 0, ""},
   581  		{"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
   582  		{"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
   583  	},
   584  	"crypto/ecdh": {
   585  		{"(*PrivateKey).Bytes", Method, 20, ""},
   586  		{"(*PrivateKey).Curve", Method, 20, ""},
   587  		{"(*PrivateKey).ECDH", Method, 20, ""},
   588  		{"(*PrivateKey).Equal", Method, 20, ""},
   589  		{"(*PrivateKey).Public", Method, 20, ""},
   590  		{"(*PrivateKey).PublicKey", Method, 20, ""},
   591  		{"(*PublicKey).Bytes", Method, 20, ""},
   592  		{"(*PublicKey).Curve", Method, 20, ""},
   593  		{"(*PublicKey).Equal", Method, 20, ""},
   594  		{"Curve", Type, 20, ""},
   595  		{"P256", Func, 20, "func() Curve"},
   596  		{"P384", Func, 20, "func() Curve"},
   597  		{"P521", Func, 20, "func() Curve"},
   598  		{"PrivateKey", Type, 20, ""},
   599  		{"PublicKey", Type, 20, ""},
   600  		{"X25519", Func, 20, "func() Curve"},
   601  	},
   602  	"crypto/ecdsa": {
   603  		{"(*PrivateKey).ECDH", Method, 20, ""},
   604  		{"(*PrivateKey).Equal", Method, 15, ""},
   605  		{"(*PrivateKey).Public", Method, 4, ""},
   606  		{"(*PrivateKey).Sign", Method, 4, ""},
   607  		{"(*PublicKey).ECDH", Method, 20, ""},
   608  		{"(*PublicKey).Equal", Method, 15, ""},
   609  		{"(PrivateKey).Add", Method, 0, ""},
   610  		{"(PrivateKey).Double", Method, 0, ""},
   611  		{"(PrivateKey).IsOnCurve", Method, 0, ""},
   612  		{"(PrivateKey).Params", Method, 0, ""},
   613  		{"(PrivateKey).ScalarBaseMult", Method, 0, ""},
   614  		{"(PrivateKey).ScalarMult", Method, 0, ""},
   615  		{"(PublicKey).Add", Method, 0, ""},
   616  		{"(PublicKey).Double", Method, 0, ""},
   617  		{"(PublicKey).IsOnCurve", Method, 0, ""},
   618  		{"(PublicKey).Params", Method, 0, ""},
   619  		{"(PublicKey).ScalarBaseMult", Method, 0, ""},
   620  		{"(PublicKey).ScalarMult", Method, 0, ""},
   621  		{"GenerateKey", Func, 0, "func(c elliptic.Curve, rand io.Reader) (*PrivateKey, error)"},
   622  		{"PrivateKey", Type, 0, ""},
   623  		{"PrivateKey.D", Field, 0, ""},
   624  		{"PrivateKey.PublicKey", Field, 0, ""},
   625  		{"PublicKey", Type, 0, ""},
   626  		{"PublicKey.Curve", Field, 0, ""},
   627  		{"PublicKey.X", Field, 0, ""},
   628  		{"PublicKey.Y", Field, 0, ""},
   629  		{"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
   630  		{"SignASN1", Func, 15, "func(rand io.Reader, priv *PrivateKey, hash []byte) ([]byte, error)"},
   631  		{"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
   632  		{"VerifyASN1", Func, 15, "func(pub *PublicKey, hash []byte, sig []byte) bool"},
   633  	},
   634  	"crypto/ed25519": {
   635  		{"(*Options).HashFunc", Method, 20, ""},
   636  		{"(PrivateKey).Equal", Method, 15, ""},
   637  		{"(PrivateKey).Public", Method, 13, ""},
   638  		{"(PrivateKey).Seed", Method, 13, ""},
   639  		{"(PrivateKey).Sign", Method, 13, ""},
   640  		{"(PublicKey).Equal", Method, 15, ""},
   641  		{"GenerateKey", Func, 13, "func(rand io.Reader) (PublicKey, PrivateKey, error)"},
   642  		{"NewKeyFromSeed", Func, 13, "func(seed []byte) PrivateKey"},
   643  		{"Options", Type, 20, ""},
   644  		{"Options.Context", Field, 20, ""},
   645  		{"Options.Hash", Field, 20, ""},
   646  		{"PrivateKey", Type, 13, ""},
   647  		{"PrivateKeySize", Const, 13, ""},
   648  		{"PublicKey", Type, 13, ""},
   649  		{"PublicKeySize", Const, 13, ""},
   650  		{"SeedSize", Const, 13, ""},
   651  		{"Sign", Func, 13, "func(privateKey PrivateKey, message []byte) []byte"},
   652  		{"SignatureSize", Const, 13, ""},
   653  		{"Verify", Func, 13, "func(publicKey PublicKey, message []byte, sig []byte) bool"},
   654  		{"VerifyWithOptions", Func, 20, "func(publicKey PublicKey, message []byte, sig []byte, opts *Options) error"},
   655  	},
   656  	"crypto/elliptic": {
   657  		{"(*CurveParams).Add", Method, 0, ""},
   658  		{"(*CurveParams).Double", Method, 0, ""},
   659  		{"(*CurveParams).IsOnCurve", Method, 0, ""},
   660  		{"(*CurveParams).Params", Method, 0, ""},
   661  		{"(*CurveParams).ScalarBaseMult", Method, 0, ""},
   662  		{"(*CurveParams).ScalarMult", Method, 0, ""},
   663  		{"Curve", Type, 0, ""},
   664  		{"CurveParams", Type, 0, ""},
   665  		{"CurveParams.B", Field, 0, ""},
   666  		{"CurveParams.BitSize", Field, 0, ""},
   667  		{"CurveParams.Gx", Field, 0, ""},
   668  		{"CurveParams.Gy", Field, 0, ""},
   669  		{"CurveParams.N", Field, 0, ""},
   670  		{"CurveParams.Name", Field, 5, ""},
   671  		{"CurveParams.P", Field, 0, ""},
   672  		{"GenerateKey", Func, 0, "func(curve Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"},
   673  		{"Marshal", Func, 0, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
   674  		{"MarshalCompressed", Func, 15, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
   675  		{"P224", Func, 0, "func() Curve"},
   676  		{"P256", Func, 0, "func() Curve"},
   677  		{"P384", Func, 0, "func() Curve"},
   678  		{"P521", Func, 0, "func() Curve"},
   679  		{"Unmarshal", Func, 0, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
   680  		{"UnmarshalCompressed", Func, 15, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
   681  	},
   682  	"crypto/fips140": {
   683  		{"Enabled", Func, 24, "func() bool"},
   684  	},
   685  	"crypto/hkdf": {
   686  		{"Expand", Func, 24, "func[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error)"},
   687  		{"Extract", Func, 24, "func[H hash.Hash](h func() H, secret []byte, salt []byte) ([]byte, error)"},
   688  		{"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, secret []byte, salt []byte, info string, keyLength int) ([]byte, error)"},
   689  	},
   690  	"crypto/hmac": {
   691  		{"Equal", Func, 1, "func(mac1 []byte, mac2 []byte) bool"},
   692  		{"New", Func, 0, "func(h func() hash.Hash, key []byte) hash.Hash"},
   693  	},
   694  	"crypto/md5": {
   695  		{"BlockSize", Const, 0, ""},
   696  		{"New", Func, 0, "func() hash.Hash"},
   697  		{"Size", Const, 0, ""},
   698  		{"Sum", Func, 2, "func(data []byte) [16]byte"},
   699  	},
   700  	"crypto/mlkem": {
   701  		{"(*DecapsulationKey1024).Bytes", Method, 24, ""},
   702  		{"(*DecapsulationKey1024).Decapsulate", Method, 24, ""},
   703  		{"(*DecapsulationKey1024).EncapsulationKey", Method, 24, ""},
   704  		{"(*DecapsulationKey768).Bytes", Method, 24, ""},
   705  		{"(*DecapsulationKey768).Decapsulate", Method, 24, ""},
   706  		{"(*DecapsulationKey768).EncapsulationKey", Method, 24, ""},
   707  		{"(*EncapsulationKey1024).Bytes", Method, 24, ""},
   708  		{"(*EncapsulationKey1024).Encapsulate", Method, 24, ""},
   709  		{"(*EncapsulationKey768).Bytes", Method, 24, ""},
   710  		{"(*EncapsulationKey768).Encapsulate", Method, 24, ""},
   711  		{"CiphertextSize1024", Const, 24, ""},
   712  		{"CiphertextSize768", Const, 24, ""},
   713  		{"DecapsulationKey1024", Type, 24, ""},
   714  		{"DecapsulationKey768", Type, 24, ""},
   715  		{"EncapsulationKey1024", Type, 24, ""},
   716  		{"EncapsulationKey768", Type, 24, ""},
   717  		{"EncapsulationKeySize1024", Const, 24, ""},
   718  		{"EncapsulationKeySize768", Const, 24, ""},
   719  		{"GenerateKey1024", Func, 24, "func() (*DecapsulationKey1024, error)"},
   720  		{"GenerateKey768", Func, 24, "func() (*DecapsulationKey768, error)"},
   721  		{"NewDecapsulationKey1024", Func, 24, "func(seed []byte) (*DecapsulationKey1024, error)"},
   722  		{"NewDecapsulationKey768", Func, 24, "func(seed []byte) (*DecapsulationKey768, error)"},
   723  		{"NewEncapsulationKey1024", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey1024, error)"},
   724  		{"NewEncapsulationKey768", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey768, error)"},
   725  		{"SeedSize", Const, 24, ""},
   726  		{"SharedKeySize", Const, 24, ""},
   727  	},
   728  	"crypto/pbkdf2": {
   729  		{"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, password string, salt []byte, iter int, keyLength int) ([]byte, error)"},
   730  	},
   731  	"crypto/rand": {
   732  		{"Int", Func, 0, "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"},
   733  		{"Prime", Func, 0, "func(rand io.Reader, bits int) (*big.Int, error)"},
   734  		{"Read", Func, 0, "func(b []byte) (n int, err error)"},
   735  		{"Reader", Var, 0, ""},
   736  		{"Text", Func, 24, "func() string"},
   737  	},
   738  	"crypto/rc4": {
   739  		{"(*Cipher).Reset", Method, 0, ""},
   740  		{"(*Cipher).XORKeyStream", Method, 0, ""},
   741  		{"(KeySizeError).Error", Method, 0, ""},
   742  		{"Cipher", Type, 0, ""},
   743  		{"KeySizeError", Type, 0, ""},
   744  		{"NewCipher", Func, 0, "func(key []byte) (*Cipher, error)"},
   745  	},
   746  	"crypto/rsa": {
   747  		{"(*PSSOptions).HashFunc", Method, 4, ""},
   748  		{"(*PrivateKey).Decrypt", Method, 5, ""},
   749  		{"(*PrivateKey).Equal", Method, 15, ""},
   750  		{"(*PrivateKey).Precompute", Method, 0, ""},
   751  		{"(*PrivateKey).Public", Method, 4, ""},
   752  		{"(*PrivateKey).Sign", Method, 4, ""},
   753  		{"(*PrivateKey).Size", Method, 11, ""},
   754  		{"(*PrivateKey).Validate", Method, 0, ""},
   755  		{"(*PublicKey).Equal", Method, 15, ""},
   756  		{"(*PublicKey).Size", Method, 11, ""},
   757  		{"CRTValue", Type, 0, ""},
   758  		{"CRTValue.Coeff", Field, 0, ""},
   759  		{"CRTValue.Exp", Field, 0, ""},
   760  		{"CRTValue.R", Field, 0, ""},
   761  		{"DecryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"},
   762  		{"DecryptPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte) ([]byte, error)"},
   763  		{"DecryptPKCS1v15SessionKey", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte, key []byte) error"},
   764  		{"EncryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, pub *PublicKey, msg []byte, label []byte) ([]byte, error)"},
   765  		{"EncryptPKCS1v15", Func, 0, "func(random io.Reader, pub *PublicKey, msg []byte) ([]byte, error)"},
   766  		{"ErrDecryption", Var, 0, ""},
   767  		{"ErrMessageTooLong", Var, 0, ""},
   768  		{"ErrVerification", Var, 0, ""},
   769  		{"GenerateKey", Func, 0, "func(random io.Reader, bits int) (*PrivateKey, error)"},
   770  		{"GenerateMultiPrimeKey", Func, 0, "func(random io.Reader, nprimes int, bits int) (*PrivateKey, error)"},
   771  		{"OAEPOptions", Type, 5, ""},
   772  		{"OAEPOptions.Hash", Field, 5, ""},
   773  		{"OAEPOptions.Label", Field, 5, ""},
   774  		{"OAEPOptions.MGFHash", Field, 20, ""},
   775  		{"PKCS1v15DecryptOptions", Type, 5, ""},
   776  		{"PKCS1v15DecryptOptions.SessionKeyLen", Field, 5, ""},
   777  		{"PSSOptions", Type, 2, ""},
   778  		{"PSSOptions.Hash", Field, 4, ""},
   779  		{"PSSOptions.SaltLength", Field, 2, ""},
   780  		{"PSSSaltLengthAuto", Const, 2, ""},
   781  		{"PSSSaltLengthEqualsHash", Const, 2, ""},
   782  		{"PrecomputedValues", Type, 0, ""},
   783  		{"PrecomputedValues.CRTValues", Field, 0, ""},
   784  		{"PrecomputedValues.Dp", Field, 0, ""},
   785  		{"PrecomputedValues.Dq", Field, 0, ""},
   786  		{"PrecomputedValues.Qinv", Field, 0, ""},
   787  		{"PrivateKey", Type, 0, ""},
   788  		{"PrivateKey.D", Field, 0, ""},
   789  		{"PrivateKey.Precomputed", Field, 0, ""},
   790  		{"PrivateKey.Primes", Field, 0, ""},
   791  		{"PrivateKey.PublicKey", Field, 0, ""},
   792  		{"PublicKey", Type, 0, ""},
   793  		{"PublicKey.E", Field, 0, ""},
   794  		{"PublicKey.N", Field, 0, ""},
   795  		{"SignPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"},
   796  		{"SignPSS", Func, 2, "func(rand io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error)"},
   797  		{"VerifyPKCS1v15", Func, 0, "func(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"},
   798  		{"VerifyPSS", Func, 2, "func(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error"},
   799  	},
   800  	"crypto/sha1": {
   801  		{"BlockSize", Const, 0, ""},
   802  		{"New", Func, 0, "func() hash.Hash"},
   803  		{"Size", Const, 0, ""},
   804  		{"Sum", Func, 2, "func(data []byte) [20]byte"},
   805  	},
   806  	"crypto/sha256": {
   807  		{"BlockSize", Const, 0, ""},
   808  		{"New", Func, 0, "func() hash.Hash"},
   809  		{"New224", Func, 0, "func() hash.Hash"},
   810  		{"Size", Const, 0, ""},
   811  		{"Size224", Const, 0, ""},
   812  		{"Sum224", Func, 2, "func(data []byte) [28]byte"},
   813  		{"Sum256", Func, 2, "func(data []byte) [32]byte"},
   814  	},
   815  	"crypto/sha3": {
   816  		{"(*SHA3).AppendBinary", Method, 24, ""},
   817  		{"(*SHA3).BlockSize", Method, 24, ""},
   818  		{"(*SHA3).MarshalBinary", Method, 24, ""},
   819  		{"(*SHA3).Reset", Method, 24, ""},
   820  		{"(*SHA3).Size", Method, 24, ""},
   821  		{"(*SHA3).Sum", Method, 24, ""},
   822  		{"(*SHA3).UnmarshalBinary", Method, 24, ""},
   823  		{"(*SHA3).Write", Method, 24, ""},
   824  		{"(*SHAKE).AppendBinary", Method, 24, ""},
   825  		{"(*SHAKE).BlockSize", Method, 24, ""},
   826  		{"(*SHAKE).MarshalBinary", Method, 24, ""},
   827  		{"(*SHAKE).Read", Method, 24, ""},
   828  		{"(*SHAKE).Reset", Method, 24, ""},
   829  		{"(*SHAKE).UnmarshalBinary", Method, 24, ""},
   830  		{"(*SHAKE).Write", Method, 24, ""},
   831  		{"New224", Func, 24, "func() *SHA3"},
   832  		{"New256", Func, 24, "func() *SHA3"},
   833  		{"New384", Func, 24, "func() *SHA3"},
   834  		{"New512", Func, 24, "func() *SHA3"},
   835  		{"NewCSHAKE128", Func, 24, "func(N []byte, S []byte) *SHAKE"},
   836  		{"NewCSHAKE256", Func, 24, "func(N []byte, S []byte) *SHAKE"},
   837  		{"NewSHAKE128", Func, 24, "func() *SHAKE"},
   838  		{"NewSHAKE256", Func, 24, "func() *SHAKE"},
   839  		{"SHA3", Type, 24, ""},
   840  		{"SHAKE", Type, 24, ""},
   841  		{"Sum224", Func, 24, "func(data []byte) [28]byte"},
   842  		{"Sum256", Func, 24, "func(data []byte) [32]byte"},
   843  		{"Sum384", Func, 24, "func(data []byte) [48]byte"},
   844  		{"Sum512", Func, 24, "func(data []byte) [64]byte"},
   845  		{"SumSHAKE128", Func, 24, "func(data []byte, length int) []byte"},
   846  		{"SumSHAKE256", Func, 24, "func(data []byte, length int) []byte"},
   847  	},
   848  	"crypto/sha512": {
   849  		{"BlockSize", Const, 0, ""},
   850  		{"New", Func, 0, "func() hash.Hash"},
   851  		{"New384", Func, 0, "func() hash.Hash"},
   852  		{"New512_224", Func, 5, "func() hash.Hash"},
   853  		{"New512_256", Func, 5, "func() hash.Hash"},
   854  		{"Size", Const, 0, ""},
   855  		{"Size224", Const, 5, ""},
   856  		{"Size256", Const, 5, ""},
   857  		{"Size384", Const, 0, ""},
   858  		{"Sum384", Func, 2, "func(data []byte) [48]byte"},
   859  		{"Sum512", Func, 2, "func(data []byte) [64]byte"},
   860  		{"Sum512_224", Func, 5, "func(data []byte) [28]byte"},
   861  		{"Sum512_256", Func, 5, "func(data []byte) [32]byte"},
   862  	},
   863  	"crypto/subtle": {
   864  		{"ConstantTimeByteEq", Func, 0, "func(x uint8, y uint8) int"},
   865  		{"ConstantTimeCompare", Func, 0, "func(x []byte, y []byte) int"},
   866  		{"ConstantTimeCopy", Func, 0, "func(v int, x []byte, y []byte)"},
   867  		{"ConstantTimeEq", Func, 0, "func(x int32, y int32) int"},
   868  		{"ConstantTimeLessOrEq", Func, 2, "func(x int, y int) int"},
   869  		{"ConstantTimeSelect", Func, 0, "func(v int, x int, y int) int"},
   870  		{"WithDataIndependentTiming", Func, 24, "func(f func())"},
   871  		{"XORBytes", Func, 20, "func(dst []byte, x []byte, y []byte) int"},
   872  	},
   873  	"crypto/tls": {
   874  		{"(*CertificateRequestInfo).Context", Method, 17, ""},
   875  		{"(*CertificateRequestInfo).SupportsCertificate", Method, 14, ""},
   876  		{"(*CertificateVerificationError).Error", Method, 20, ""},
   877  		{"(*CertificateVerificationError).Unwrap", Method, 20, ""},
   878  		{"(*ClientHelloInfo).Context", Method, 17, ""},
   879  		{"(*ClientHelloInfo).SupportsCertificate", Method, 14, ""},
   880  		{"(*ClientSessionState).ResumptionState", Method, 21, ""},
   881  		{"(*Config).BuildNameToCertificate", Method, 0, ""},
   882  		{"(*Config).Clone", Method, 8, ""},
   883  		{"(*Config).DecryptTicket", Method, 21, ""},
   884  		{"(*Config).EncryptTicket", Method, 21, ""},
   885  		{"(*Config).SetSessionTicketKeys", Method, 5, ""},
   886  		{"(*Conn).Close", Method, 0, ""},
   887  		{"(*Conn).CloseWrite", Method, 8, ""},
   888  		{"(*Conn).ConnectionState", Method, 0, ""},
   889  		{"(*Conn).Handshake", Method, 0, ""},
   890  		{"(*Conn).HandshakeContext", Method, 17, ""},
   891  		{"(*Conn).LocalAddr", Method, 0, ""},
   892  		{"(*Conn).NetConn", Method, 18, ""},
   893  		{"(*Conn).OCSPResponse", Method, 0, ""},
   894  		{"(*Conn).Read", Method, 0, ""},
   895  		{"(*Conn).RemoteAddr", Method, 0, ""},
   896  		{"(*Conn).SetDeadline", Method, 0, ""},
   897  		{"(*Conn).SetReadDeadline", Method, 0, ""},
   898  		{"(*Conn).SetWriteDeadline", Method, 0, ""},
   899  		{"(*Conn).VerifyHostname", Method, 0, ""},
   900  		{"(*Conn).Write", Method, 0, ""},
   901  		{"(*ConnectionState).ExportKeyingMaterial", Method, 11, ""},
   902  		{"(*Dialer).Dial", Method, 15, ""},
   903  		{"(*Dialer).DialContext", Method, 15, ""},
   904  		{"(*ECHRejectionError).Error", Method, 23, ""},
   905  		{"(*QUICConn).Close", Method, 21, ""},
   906  		{"(*QUICConn).ConnectionState", Method, 21, ""},
   907  		{"(*QUICConn).HandleData", Method, 21, ""},
   908  		{"(*QUICConn).NextEvent", Method, 21, ""},
   909  		{"(*QUICConn).SendSessionTicket", Method, 21, ""},
   910  		{"(*QUICConn).SetTransportParameters", Method, 21, ""},
   911  		{"(*QUICConn).Start", Method, 21, ""},
   912  		{"(*QUICConn).StoreSession", Method, 23, ""},
   913  		{"(*SessionState).Bytes", Method, 21, ""},
   914  		{"(AlertError).Error", Method, 21, ""},
   915  		{"(ClientAuthType).String", Method, 15, ""},
   916  		{"(CurveID).String", Method, 15, ""},
   917  		{"(QUICEncryptionLevel).String", Method, 21, ""},
   918  		{"(RecordHeaderError).Error", Method, 6, ""},
   919  		{"(SignatureScheme).String", Method, 15, ""},
   920  		{"AlertError", Type, 21, ""},
   921  		{"Certificate", Type, 0, ""},
   922  		{"Certificate.Certificate", Field, 0, ""},
   923  		{"Certificate.Leaf", Field, 0, ""},
   924  		{"Certificate.OCSPStaple", Field, 0, ""},
   925  		{"Certificate.PrivateKey", Field, 0, ""},
   926  		{"Certificate.SignedCertificateTimestamps", Field, 5, ""},
   927  		{"Certificate.SupportedSignatureAlgorithms", Field, 14, ""},
   928  		{"CertificateRequestInfo", Type, 8, ""},
   929  		{"CertificateRequestInfo.AcceptableCAs", Field, 8, ""},
   930  		{"CertificateRequestInfo.SignatureSchemes", Field, 8, ""},
   931  		{"CertificateRequestInfo.Version", Field, 14, ""},
   932  		{"CertificateVerificationError", Type, 20, ""},
   933  		{"CertificateVerificationError.Err", Field, 20, ""},
   934  		{"CertificateVerificationError.UnverifiedCertificates", Field, 20, ""},
   935  		{"CipherSuite", Type, 14, ""},
   936  		{"CipherSuite.ID", Field, 14, ""},
   937  		{"CipherSuite.Insecure", Field, 14, ""},
   938  		{"CipherSuite.Name", Field, 14, ""},
   939  		{"CipherSuite.SupportedVersions", Field, 14, ""},
   940  		{"CipherSuiteName", Func, 14, "func(id uint16) string"},
   941  		{"CipherSuites", Func, 14, "func() []*CipherSuite"},
   942  		{"Client", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
   943  		{"ClientAuthType", Type, 0, ""},
   944  		{"ClientHelloInfo", Type, 4, ""},
   945  		{"ClientHelloInfo.CipherSuites", Field, 4, ""},
   946  		{"ClientHelloInfo.Conn", Field, 8, ""},
   947  		{"ClientHelloInfo.Extensions", Field, 24, ""},
   948  		{"ClientHelloInfo.ServerName", Field, 4, ""},
   949  		{"ClientHelloInfo.SignatureSchemes", Field, 8, ""},
   950  		{"ClientHelloInfo.SupportedCurves", Field, 4, ""},
   951  		{"ClientHelloInfo.SupportedPoints", Field, 4, ""},
   952  		{"ClientHelloInfo.SupportedProtos", Field, 8, ""},
   953  		{"ClientHelloInfo.SupportedVersions", Field, 8, ""},
   954  		{"ClientSessionCache", Type, 3, ""},
   955  		{"ClientSessionState", Type, 3, ""},
   956  		{"Config", Type, 0, ""},
   957  		{"Config.Certificates", Field, 0, ""},
   958  		{"Config.CipherSuites", Field, 0, ""},
   959  		{"Config.ClientAuth", Field, 0, ""},
   960  		{"Config.ClientCAs", Field, 0, ""},
   961  		{"Config.ClientSessionCache", Field, 3, ""},
   962  		{"Config.CurvePreferences", Field, 3, ""},
   963  		{"Config.DynamicRecordSizingDisabled", Field, 7, ""},
   964  		{"Config.EncryptedClientHelloConfigList", Field, 23, ""},
   965  		{"Config.EncryptedClientHelloKeys", Field, 24, ""},
   966  		{"Config.EncryptedClientHelloRejectionVerify", Field, 23, ""},
   967  		{"Config.GetCertificate", Field, 4, ""},
   968  		{"Config.GetClientCertificate", Field, 8, ""},
   969  		{"Config.GetConfigForClient", Field, 8, ""},
   970  		{"Config.InsecureSkipVerify", Field, 0, ""},
   971  		{"Config.KeyLogWriter", Field, 8, ""},
   972  		{"Config.MaxVersion", Field, 2, ""},
   973  		{"Config.MinVersion", Field, 2, ""},
   974  		{"Config.NameToCertificate", Field, 0, ""},
   975  		{"Config.NextProtos", Field, 0, ""},
   976  		{"Config.PreferServerCipherSuites", Field, 1, ""},
   977  		{"Config.Rand", Field, 0, ""},
   978  		{"Config.Renegotiation", Field, 7, ""},
   979  		{"Config.RootCAs", Field, 0, ""},
   980  		{"Config.ServerName", Field, 0, ""},
   981  		{"Config.SessionTicketKey", Field, 1, ""},
   982  		{"Config.SessionTicketsDisabled", Field, 1, ""},
   983  		{"Config.Time", Field, 0, ""},
   984  		{"Config.UnwrapSession", Field, 21, ""},
   985  		{"Config.VerifyConnection", Field, 15, ""},
   986  		{"Config.VerifyPeerCertificate", Field, 8, ""},
   987  		{"Config.WrapSession", Field, 21, ""},
   988  		{"Conn", Type, 0, ""},
   989  		{"ConnectionState", Type, 0, ""},
   990  		{"ConnectionState.CipherSuite", Field, 0, ""},
   991  		{"ConnectionState.CurveID", Field, 25, ""},
   992  		{"ConnectionState.DidResume", Field, 1, ""},
   993  		{"ConnectionState.ECHAccepted", Field, 23, ""},
   994  		{"ConnectionState.HandshakeComplete", Field, 0, ""},
   995  		{"ConnectionState.NegotiatedProtocol", Field, 0, ""},
   996  		{"ConnectionState.NegotiatedProtocolIsMutual", Field, 0, ""},
   997  		{"ConnectionState.OCSPResponse", Field, 5, ""},
   998  		{"ConnectionState.PeerCertificates", Field, 0, ""},
   999  		{"ConnectionState.ServerName", Field, 0, ""},
  1000  		{"ConnectionState.SignedCertificateTimestamps", Field, 5, ""},
  1001  		{"ConnectionState.TLSUnique", Field, 4, ""},
  1002  		{"ConnectionState.VerifiedChains", Field, 0, ""},
  1003  		{"ConnectionState.Version", Field, 3, ""},
  1004  		{"CurveID", Type, 3, ""},
  1005  		{"CurveP256", Const, 3, ""},
  1006  		{"CurveP384", Const, 3, ""},
  1007  		{"CurveP521", Const, 3, ""},
  1008  		{"Dial", Func, 0, "func(network string, addr string, config *Config) (*Conn, error)"},
  1009  		{"DialWithDialer", Func, 3, "func(dialer *net.Dialer, network string, addr string, config *Config) (*Conn, error)"},
  1010  		{"Dialer", Type, 15, ""},
  1011  		{"Dialer.Config", Field, 15, ""},
  1012  		{"Dialer.NetDialer", Field, 15, ""},
  1013  		{"ECDSAWithP256AndSHA256", Const, 8, ""},
  1014  		{"ECDSAWithP384AndSHA384", Const, 8, ""},
  1015  		{"ECDSAWithP521AndSHA512", Const, 8, ""},
  1016  		{"ECDSAWithSHA1", Const, 10, ""},
  1017  		{"ECHRejectionError", Type, 23, ""},
  1018  		{"ECHRejectionError.RetryConfigList", Field, 23, ""},
  1019  		{"Ed25519", Const, 13, ""},
  1020  		{"EncryptedClientHelloKey", Type, 24, ""},
  1021  		{"EncryptedClientHelloKey.Config", Field, 24, ""},
  1022  		{"EncryptedClientHelloKey.PrivateKey", Field, 24, ""},
  1023  		{"EncryptedClientHelloKey.SendAsRetry", Field, 24, ""},
  1024  		{"InsecureCipherSuites", Func, 14, "func() []*CipherSuite"},
  1025  		{"Listen", Func, 0, "func(network string, laddr string, config *Config) (net.Listener, error)"},
  1026  		{"LoadX509KeyPair", Func, 0, "func(certFile string, keyFile string) (Certificate, error)"},
  1027  		{"NewLRUClientSessionCache", Func, 3, "func(capacity int) ClientSessionCache"},
  1028  		{"NewListener", Func, 0, "func(inner net.Listener, config *Config) net.Listener"},
  1029  		{"NewResumptionState", Func, 21, "func(ticket []byte, state *SessionState) (*ClientSessionState, error)"},
  1030  		{"NoClientCert", Const, 0, ""},
  1031  		{"PKCS1WithSHA1", Const, 8, ""},
  1032  		{"PKCS1WithSHA256", Const, 8, ""},
  1033  		{"PKCS1WithSHA384", Const, 8, ""},
  1034  		{"PKCS1WithSHA512", Const, 8, ""},
  1035  		{"PSSWithSHA256", Const, 8, ""},
  1036  		{"PSSWithSHA384", Const, 8, ""},
  1037  		{"PSSWithSHA512", Const, 8, ""},
  1038  		{"ParseSessionState", Func, 21, "func(data []byte) (*SessionState, error)"},
  1039  		{"QUICClient", Func, 21, "func(config *QUICConfig) *QUICConn"},
  1040  		{"QUICConfig", Type, 21, ""},
  1041  		{"QUICConfig.EnableSessionEvents", Field, 23, ""},
  1042  		{"QUICConfig.TLSConfig", Field, 21, ""},
  1043  		{"QUICConn", Type, 21, ""},
  1044  		{"QUICEncryptionLevel", Type, 21, ""},
  1045  		{"QUICEncryptionLevelApplication", Const, 21, ""},
  1046  		{"QUICEncryptionLevelEarly", Const, 21, ""},
  1047  		{"QUICEncryptionLevelHandshake", Const, 21, ""},
  1048  		{"QUICEncryptionLevelInitial", Const, 21, ""},
  1049  		{"QUICEvent", Type, 21, ""},
  1050  		{"QUICEvent.Data", Field, 21, ""},
  1051  		{"QUICEvent.Kind", Field, 21, ""},
  1052  		{"QUICEvent.Level", Field, 21, ""},
  1053  		{"QUICEvent.SessionState", Field, 23, ""},
  1054  		{"QUICEvent.Suite", Field, 21, ""},
  1055  		{"QUICEventKind", Type, 21, ""},
  1056  		{"QUICHandshakeDone", Const, 21, ""},
  1057  		{"QUICNoEvent", Const, 21, ""},
  1058  		{"QUICRejectedEarlyData", Const, 21, ""},
  1059  		{"QUICResumeSession", Const, 23, ""},
  1060  		{"QUICServer", Func, 21, "func(config *QUICConfig) *QUICConn"},
  1061  		{"QUICSessionTicketOptions", Type, 21, ""},
  1062  		{"QUICSessionTicketOptions.EarlyData", Field, 21, ""},
  1063  		{"QUICSessionTicketOptions.Extra", Field, 23, ""},
  1064  		{"QUICSetReadSecret", Const, 21, ""},
  1065  		{"QUICSetWriteSecret", Const, 21, ""},
  1066  		{"QUICStoreSession", Const, 23, ""},
  1067  		{"QUICTransportParameters", Const, 21, ""},
  1068  		{"QUICTransportParametersRequired", Const, 21, ""},
  1069  		{"QUICWriteData", Const, 21, ""},
  1070  		{"RecordHeaderError", Type, 6, ""},
  1071  		{"RecordHeaderError.Conn", Field, 12, ""},
  1072  		{"RecordHeaderError.Msg", Field, 6, ""},
  1073  		{"RecordHeaderError.RecordHeader", Field, 6, ""},
  1074  		{"RenegotiateFreelyAsClient", Const, 7, ""},
  1075  		{"RenegotiateNever", Const, 7, ""},
  1076  		{"RenegotiateOnceAsClient", Const, 7, ""},
  1077  		{"RenegotiationSupport", Type, 7, ""},
  1078  		{"RequestClientCert", Const, 0, ""},
  1079  		{"RequireAndVerifyClientCert", Const, 0, ""},
  1080  		{"RequireAnyClientCert", Const, 0, ""},
  1081  		{"Server", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
  1082  		{"SessionState", Type, 21, ""},
  1083  		{"SessionState.EarlyData", Field, 21, ""},
  1084  		{"SessionState.Extra", Field, 21, ""},
  1085  		{"SignatureScheme", Type, 8, ""},
  1086  		{"TLS_AES_128_GCM_SHA256", Const, 12, ""},
  1087  		{"TLS_AES_256_GCM_SHA384", Const, 12, ""},
  1088  		{"TLS_CHACHA20_POLY1305_SHA256", Const, 12, ""},
  1089  		{"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", Const, 2, ""},
  1090  		{"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
  1091  		{"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
  1092  		{"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", Const, 2, ""},
  1093  		{"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
  1094  		{"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
  1095  		{"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
  1096  		{"TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", Const, 2, ""},
  1097  		{"TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
  1098  		{"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
  1099  		{"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
  1100  		{"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
  1101  		{"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
  1102  		{"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
  1103  		{"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
  1104  		{"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
  1105  		{"TLS_ECDHE_RSA_WITH_RC4_128_SHA", Const, 0, ""},
  1106  		{"TLS_FALLBACK_SCSV", Const, 4, ""},
  1107  		{"TLS_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
  1108  		{"TLS_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
  1109  		{"TLS_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
  1110  		{"TLS_RSA_WITH_AES_128_GCM_SHA256", Const, 6, ""},
  1111  		{"TLS_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
  1112  		{"TLS_RSA_WITH_AES_256_GCM_SHA384", Const, 6, ""},
  1113  		{"TLS_RSA_WITH_RC4_128_SHA", Const, 0, ""},
  1114  		{"VerifyClientCertIfGiven", Const, 0, ""},
  1115  		{"VersionName", Func, 21, "func(version uint16) string"},
  1116  		{"VersionSSL30", Const, 2, ""},
  1117  		{"VersionTLS10", Const, 2, ""},
  1118  		{"VersionTLS11", Const, 2, ""},
  1119  		{"VersionTLS12", Const, 2, ""},
  1120  		{"VersionTLS13", Const, 12, ""},
  1121  		{"X25519", Const, 8, ""},
  1122  		{"X25519MLKEM768", Const, 24, ""},
  1123  		{"X509KeyPair", Func, 0, "func(certPEMBlock []byte, keyPEMBlock []byte) (Certificate, error)"},
  1124  	},
  1125  	"crypto/x509": {
  1126  		{"(*CertPool).AddCert", Method, 0, ""},
  1127  		{"(*CertPool).AddCertWithConstraint", Method, 22, ""},
  1128  		{"(*CertPool).AppendCertsFromPEM", Method, 0, ""},
  1129  		{"(*CertPool).Clone", Method, 19, ""},
  1130  		{"(*CertPool).Equal", Method, 19, ""},
  1131  		{"(*CertPool).Subjects", Method, 0, ""},
  1132  		{"(*Certificate).CheckCRLSignature", Method, 0, ""},
  1133  		{"(*Certificate).CheckSignature", Method, 0, ""},
  1134  		{"(*Certificate).CheckSignatureFrom", Method, 0, ""},
  1135  		{"(*Certificate).CreateCRL", Method, 0, ""},
  1136  		{"(*Certificate).Equal", Method, 0, ""},
  1137  		{"(*Certificate).Verify", Method, 0, ""},
  1138  		{"(*Certificate).VerifyHostname", Method, 0, ""},
  1139  		{"(*CertificateRequest).CheckSignature", Method, 5, ""},
  1140  		{"(*OID).UnmarshalBinary", Method, 23, ""},
  1141  		{"(*OID).UnmarshalText", Method, 23, ""},
  1142  		{"(*RevocationList).CheckSignatureFrom", Method, 19, ""},
  1143  		{"(CertificateInvalidError).Error", Method, 0, ""},
  1144  		{"(ConstraintViolationError).Error", Method, 0, ""},
  1145  		{"(HostnameError).Error", Method, 0, ""},
  1146  		{"(InsecureAlgorithmError).Error", Method, 6, ""},
  1147  		{"(OID).AppendBinary", Method, 24, ""},
  1148  		{"(OID).AppendText", Method, 24, ""},
  1149  		{"(OID).Equal", Method, 22, ""},
  1150  		{"(OID).EqualASN1OID", Method, 22, ""},
  1151  		{"(OID).MarshalBinary", Method, 23, ""},
  1152  		{"(OID).MarshalText", Method, 23, ""},
  1153  		{"(OID).String", Method, 22, ""},
  1154  		{"(PublicKeyAlgorithm).String", Method, 10, ""},
  1155  		{"(SignatureAlgorithm).String", Method, 6, ""},
  1156  		{"(SystemRootsError).Error", Method, 1, ""},
  1157  		{"(SystemRootsError).Unwrap", Method, 16, ""},
  1158  		{"(UnhandledCriticalExtension).Error", Method, 0, ""},
  1159  		{"(UnknownAuthorityError).Error", Method, 0, ""},
  1160  		{"CANotAuthorizedForExtKeyUsage", Const, 10, ""},
  1161  		{"CANotAuthorizedForThisName", Const, 0, ""},
  1162  		{"CertPool", Type, 0, ""},
  1163  		{"Certificate", Type, 0, ""},
  1164  		{"Certificate.AuthorityKeyId", Field, 0, ""},
  1165  		{"Certificate.BasicConstraintsValid", Field, 0, ""},
  1166  		{"Certificate.CRLDistributionPoints", Field, 2, ""},
  1167  		{"Certificate.DNSNames", Field, 0, ""},
  1168  		{"Certificate.EmailAddresses", Field, 0, ""},
  1169  		{"Certificate.ExcludedDNSDomains", Field, 9, ""},
  1170  		{"Certificate.ExcludedEmailAddresses", Field, 10, ""},
  1171  		{"Certificate.ExcludedIPRanges", Field, 10, ""},
  1172  		{"Certificate.ExcludedURIDomains", Field, 10, ""},
  1173  		{"Certificate.ExtKeyUsage", Field, 0, ""},
  1174  		{"Certificate.Extensions", Field, 2, ""},
  1175  		{"Certificate.ExtraExtensions", Field, 2, ""},
  1176  		{"Certificate.IPAddresses", Field, 1, ""},
  1177  		{"Certificate.InhibitAnyPolicy", Field, 24, ""},
  1178  		{"Certificate.InhibitAnyPolicyZero", Field, 24, ""},
  1179  		{"Certificate.InhibitPolicyMapping", Field, 24, ""},
  1180  		{"Certificate.InhibitPolicyMappingZero", Field, 24, ""},
  1181  		{"Certificate.IsCA", Field, 0, ""},
  1182  		{"Certificate.Issuer", Field, 0, ""},
  1183  		{"Certificate.IssuingCertificateURL", Field, 2, ""},
  1184  		{"Certificate.KeyUsage", Field, 0, ""},
  1185  		{"Certificate.MaxPathLen", Field, 0, ""},
  1186  		{"Certificate.MaxPathLenZero", Field, 4, ""},
  1187  		{"Certificate.NotAfter", Field, 0, ""},
  1188  		{"Certificate.NotBefore", Field, 0, ""},
  1189  		{"Certificate.OCSPServer", Field, 2, ""},
  1190  		{"Certificate.PermittedDNSDomains", Field, 0, ""},
  1191  		{"Certificate.PermittedDNSDomainsCritical", Field, 0, ""},
  1192  		{"Certificate.PermittedEmailAddresses", Field, 10, ""},
  1193  		{"Certificate.PermittedIPRanges", Field, 10, ""},
  1194  		{"Certificate.PermittedURIDomains", Field, 10, ""},
  1195  		{"Certificate.Policies", Field, 22, ""},
  1196  		{"Certificate.PolicyIdentifiers", Field, 0, ""},
  1197  		{"Certificate.PolicyMappings", Field, 24, ""},
  1198  		{"Certificate.PublicKey", Field, 0, ""},
  1199  		{"Certificate.PublicKeyAlgorithm", Field, 0, ""},
  1200  		{"Certificate.Raw", Field, 0, ""},
  1201  		{"Certificate.RawIssuer", Field, 0, ""},
  1202  		{"Certificate.RawSubject", Field, 0, ""},
  1203  		{"Certificate.RawSubjectPublicKeyInfo", Field, 0, ""},
  1204  		{"Certificate.RawTBSCertificate", Field, 0, ""},
  1205  		{"Certificate.RequireExplicitPolicy", Field, 24, ""},
  1206  		{"Certificate.RequireExplicitPolicyZero", Field, 24, ""},
  1207  		{"Certificate.SerialNumber", Field, 0, ""},
  1208  		{"Certificate.Signature", Field, 0, ""},
  1209  		{"Certificate.SignatureAlgorithm", Field, 0, ""},
  1210  		{"Certificate.Subject", Field, 0, ""},
  1211  		{"Certificate.SubjectKeyId", Field, 0, ""},
  1212  		{"Certificate.URIs", Field, 10, ""},
  1213  		{"Certificate.UnhandledCriticalExtensions", Field, 5, ""},
  1214  		{"Certificate.UnknownExtKeyUsage", Field, 0, ""},
  1215  		{"Certificate.Version", Field, 0, ""},
  1216  		{"CertificateInvalidError", Type, 0, ""},
  1217  		{"CertificateInvalidError.Cert", Field, 0, ""},
  1218  		{"CertificateInvalidError.Detail", Field, 10, ""},
  1219  		{"CertificateInvalidError.Reason", Field, 0, ""},
  1220  		{"CertificateRequest", Type, 3, ""},
  1221  		{"CertificateRequest.Attributes", Field, 3, ""},
  1222  		{"CertificateRequest.DNSNames", Field, 3, ""},
  1223  		{"CertificateRequest.EmailAddresses", Field, 3, ""},
  1224  		{"CertificateRequest.Extensions", Field, 3, ""},
  1225  		{"CertificateRequest.ExtraExtensions", Field, 3, ""},
  1226  		{"CertificateRequest.IPAddresses", Field, 3, ""},
  1227  		{"CertificateRequest.PublicKey", Field, 3, ""},
  1228  		{"CertificateRequest.PublicKeyAlgorithm", Field, 3, ""},
  1229  		{"CertificateRequest.Raw", Field, 3, ""},
  1230  		{"CertificateRequest.RawSubject", Field, 3, ""},
  1231  		{"CertificateRequest.RawSubjectPublicKeyInfo", Field, 3, ""},
  1232  		{"CertificateRequest.RawTBSCertificateRequest", Field, 3, ""},
  1233  		{"CertificateRequest.Signature", Field, 3, ""},
  1234  		{"CertificateRequest.SignatureAlgorithm", Field, 3, ""},
  1235  		{"CertificateRequest.Subject", Field, 3, ""},
  1236  		{"CertificateRequest.URIs", Field, 10, ""},
  1237  		{"CertificateRequest.Version", Field, 3, ""},
  1238  		{"ConstraintViolationError", Type, 0, ""},
  1239  		{"CreateCertificate", Func, 0, "func(rand io.Reader, template *Certificate, parent *Certificate, pub any, priv any) ([]byte, error)"},
  1240  		{"CreateCertificateRequest", Func, 3, "func(rand io.Reader, template *CertificateRequest, priv any) (csr []byte, err error)"},
  1241  		{"CreateRevocationList", Func, 15, "func(rand io.Reader, template *RevocationList, issuer *Certificate, priv crypto.Signer) ([]byte, error)"},
  1242  		{"DSA", Const, 0, ""},
  1243  		{"DSAWithSHA1", Const, 0, ""},
  1244  		{"DSAWithSHA256", Const, 0, ""},
  1245  		{"DecryptPEMBlock", Func, 1, "func(b *pem.Block, password []byte) ([]byte, error)"},
  1246  		{"ECDSA", Const, 1, ""},
  1247  		{"ECDSAWithSHA1", Const, 1, ""},
  1248  		{"ECDSAWithSHA256", Const, 1, ""},
  1249  		{"ECDSAWithSHA384", Const, 1, ""},
  1250  		{"ECDSAWithSHA512", Const, 1, ""},
  1251  		{"Ed25519", Const, 13, ""},
  1252  		{"EncryptPEMBlock", Func, 1, "func(rand io.Reader, blockType string, data []byte, password []byte, alg PEMCipher) (*pem.Block, error)"},
  1253  		{"ErrUnsupportedAlgorithm", Var, 0, ""},
  1254  		{"Expired", Const, 0, ""},
  1255  		{"ExtKeyUsage", Type, 0, ""},
  1256  		{"ExtKeyUsageAny", Const, 0, ""},
  1257  		{"ExtKeyUsageClientAuth", Const, 0, ""},
  1258  		{"ExtKeyUsageCodeSigning", Const, 0, ""},
  1259  		{"ExtKeyUsageEmailProtection", Const, 0, ""},
  1260  		{"ExtKeyUsageIPSECEndSystem", Const, 1, ""},
  1261  		{"ExtKeyUsageIPSECTunnel", Const, 1, ""},
  1262  		{"ExtKeyUsageIPSECUser", Const, 1, ""},
  1263  		{"ExtKeyUsageMicrosoftCommercialCodeSigning", Const, 10, ""},
  1264  		{"ExtKeyUsageMicrosoftKernelCodeSigning", Const, 10, ""},
  1265  		{"ExtKeyUsageMicrosoftServerGatedCrypto", Const, 1, ""},
  1266  		{"ExtKeyUsageNetscapeServerGatedCrypto", Const, 1, ""},
  1267  		{"ExtKeyUsageOCSPSigning", Const, 0, ""},
  1268  		{"ExtKeyUsageServerAuth", Const, 0, ""},
  1269  		{"ExtKeyUsageTimeStamping", Const, 0, ""},
  1270  		{"HostnameError", Type, 0, ""},
  1271  		{"HostnameError.Certificate", Field, 0, ""},
  1272  		{"HostnameError.Host", Field, 0, ""},
  1273  		{"IncompatibleUsage", Const, 1, ""},
  1274  		{"IncorrectPasswordError", Var, 1, ""},
  1275  		{"InsecureAlgorithmError", Type, 6, ""},
  1276  		{"InvalidReason", Type, 0, ""},
  1277  		{"IsEncryptedPEMBlock", Func, 1, "func(b *pem.Block) bool"},
  1278  		{"KeyUsage", Type, 0, ""},
  1279  		{"KeyUsageCRLSign", Const, 0, ""},
  1280  		{"KeyUsageCertSign", Const, 0, ""},
  1281  		{"KeyUsageContentCommitment", Const, 0, ""},
  1282  		{"KeyUsageDataEncipherment", Const, 0, ""},
  1283  		{"KeyUsageDecipherOnly", Const, 0, ""},
  1284  		{"KeyUsageDigitalSignature", Const, 0, ""},
  1285  		{"KeyUsageEncipherOnly", Const, 0, ""},
  1286  		{"KeyUsageKeyAgreement", Const, 0, ""},
  1287  		{"KeyUsageKeyEncipherment", Const, 0, ""},
  1288  		{"MD2WithRSA", Const, 0, ""},
  1289  		{"MD5WithRSA", Const, 0, ""},
  1290  		{"MarshalECPrivateKey", Func, 2, "func(key *ecdsa.PrivateKey) ([]byte, error)"},
  1291  		{"MarshalPKCS1PrivateKey", Func, 0, "func(key *rsa.PrivateKey) []byte"},
  1292  		{"MarshalPKCS1PublicKey", Func, 10, "func(key *rsa.PublicKey) []byte"},
  1293  		{"MarshalPKCS8PrivateKey", Func, 10, "func(key any) ([]byte, error)"},
  1294  		{"MarshalPKIXPublicKey", Func, 0, "func(pub any) ([]byte, error)"},
  1295  		{"NameConstraintsWithoutSANs", Const, 10, ""},
  1296  		{"NameMismatch", Const, 8, ""},
  1297  		{"NewCertPool", Func, 0, "func() *CertPool"},
  1298  		{"NoValidChains", Const, 24, ""},
  1299  		{"NotAuthorizedToSign", Const, 0, ""},
  1300  		{"OID", Type, 22, ""},
  1301  		{"OIDFromInts", Func, 22, "func(oid []uint64) (OID, error)"},
  1302  		{"PEMCipher", Type, 1, ""},
  1303  		{"PEMCipher3DES", Const, 1, ""},
  1304  		{"PEMCipherAES128", Const, 1, ""},
  1305  		{"PEMCipherAES192", Const, 1, ""},
  1306  		{"PEMCipherAES256", Const, 1, ""},
  1307  		{"PEMCipherDES", Const, 1, ""},
  1308  		{"ParseCRL", Func, 0, "func(crlBytes []byte) (*pkix.CertificateList, error)"},
  1309  		{"ParseCertificate", Func, 0, "func(der []byte) (*Certificate, error)"},
  1310  		{"ParseCertificateRequest", Func, 3, "func(asn1Data []byte) (*CertificateRequest, error)"},
  1311  		{"ParseCertificates", Func, 0, "func(der []byte) ([]*Certificate, error)"},
  1312  		{"ParseDERCRL", Func, 0, "func(derBytes []byte) (*pkix.CertificateList, error)"},
  1313  		{"ParseECPrivateKey", Func, 1, "func(der []byte) (*ecdsa.PrivateKey, error)"},
  1314  		{"ParseOID", Func, 23, "func(oid string) (OID, error)"},
  1315  		{"ParsePKCS1PrivateKey", Func, 0, "func(der []byte) (*rsa.PrivateKey, error)"},
  1316  		{"ParsePKCS1PublicKey", Func, 10, "func(der []byte) (*rsa.PublicKey, error)"},
  1317  		{"ParsePKCS8PrivateKey", Func, 0, "func(der []byte) (key any, err error)"},
  1318  		{"ParsePKIXPublicKey", Func, 0, "func(derBytes []byte) (pub any, err error)"},
  1319  		{"ParseRevocationList", Func, 19, "func(der []byte) (*RevocationList, error)"},
  1320  		{"PolicyMapping", Type, 24, ""},
  1321  		{"PolicyMapping.IssuerDomainPolicy", Field, 24, ""},
  1322  		{"PolicyMapping.SubjectDomainPolicy", Field, 24, ""},
  1323  		{"PublicKeyAlgorithm", Type, 0, ""},
  1324  		{"PureEd25519", Const, 13, ""},
  1325  		{"RSA", Const, 0, ""},
  1326  		{"RevocationList", Type, 15, ""},
  1327  		{"RevocationList.AuthorityKeyId", Field, 19, ""},
  1328  		{"RevocationList.Extensions", Field, 19, ""},
  1329  		{"RevocationList.ExtraExtensions", Field, 15, ""},
  1330  		{"RevocationList.Issuer", Field, 19, ""},
  1331  		{"RevocationList.NextUpdate", Field, 15, ""},
  1332  		{"RevocationList.Number", Field, 15, ""},
  1333  		{"RevocationList.Raw", Field, 19, ""},
  1334  		{"RevocationList.RawIssuer", Field, 19, ""},
  1335  		{"RevocationList.RawTBSRevocationList", Field, 19, ""},
  1336  		{"RevocationList.RevokedCertificateEntries", Field, 21, ""},
  1337  		{"RevocationList.RevokedCertificates", Field, 15, ""},
  1338  		{"RevocationList.Signature", Field, 19, ""},
  1339  		{"RevocationList.SignatureAlgorithm", Field, 15, ""},
  1340  		{"RevocationList.ThisUpdate", Field, 15, ""},
  1341  		{"RevocationListEntry", Type, 21, ""},
  1342  		{"RevocationListEntry.Extensions", Field, 21, ""},
  1343  		{"RevocationListEntry.ExtraExtensions", Field, 21, ""},
  1344  		{"RevocationListEntry.Raw", Field, 21, ""},
  1345  		{"RevocationListEntry.ReasonCode", Field, 21, ""},
  1346  		{"RevocationListEntry.RevocationTime", Field, 21, ""},
  1347  		{"RevocationListEntry.SerialNumber", Field, 21, ""},
  1348  		{"SHA1WithRSA", Const, 0, ""},
  1349  		{"SHA256WithRSA", Const, 0, ""},
  1350  		{"SHA256WithRSAPSS", Const, 8, ""},
  1351  		{"SHA384WithRSA", Const, 0, ""},
  1352  		{"SHA384WithRSAPSS", Const, 8, ""},
  1353  		{"SHA512WithRSA", Const, 0, ""},
  1354  		{"SHA512WithRSAPSS", Const, 8, ""},
  1355  		{"SetFallbackRoots", Func, 20, "func(roots *CertPool)"},
  1356  		{"SignatureAlgorithm", Type, 0, ""},
  1357  		{"SystemCertPool", Func, 7, "func() (*CertPool, error)"},
  1358  		{"SystemRootsError", Type, 1, ""},
  1359  		{"SystemRootsError.Err", Field, 7, ""},
  1360  		{"TooManyConstraints", Const, 10, ""},
  1361  		{"TooManyIntermediates", Const, 0, ""},
  1362  		{"UnconstrainedName", Const, 10, ""},
  1363  		{"UnhandledCriticalExtension", Type, 0, ""},
  1364  		{"UnknownAuthorityError", Type, 0, ""},
  1365  		{"UnknownAuthorityError.Cert", Field, 8, ""},
  1366  		{"UnknownPublicKeyAlgorithm", Const, 0, ""},
  1367  		{"UnknownSignatureAlgorithm", Const, 0, ""},
  1368  		{"VerifyOptions", Type, 0, ""},
  1369  		{"VerifyOptions.CertificatePolicies", Field, 24, ""},
  1370  		{"VerifyOptions.CurrentTime", Field, 0, ""},
  1371  		{"VerifyOptions.DNSName", Field, 0, ""},
  1372  		{"VerifyOptions.Intermediates", Field, 0, ""},
  1373  		{"VerifyOptions.KeyUsages", Field, 1, ""},
  1374  		{"VerifyOptions.MaxConstraintComparisions", Field, 10, ""},
  1375  		{"VerifyOptions.Roots", Field, 0, ""},
  1376  	},
  1377  	"crypto/x509/pkix": {
  1378  		{"(*CertificateList).HasExpired", Method, 0, ""},
  1379  		{"(*Name).FillFromRDNSequence", Method, 0, ""},
  1380  		{"(Name).String", Method, 10, ""},
  1381  		{"(Name).ToRDNSequence", Method, 0, ""},
  1382  		{"(RDNSequence).String", Method, 10, ""},
  1383  		{"AlgorithmIdentifier", Type, 0, ""},
  1384  		{"AlgorithmIdentifier.Algorithm", Field, 0, ""},
  1385  		{"AlgorithmIdentifier.Parameters", Field, 0, ""},
  1386  		{"AttributeTypeAndValue", Type, 0, ""},
  1387  		{"AttributeTypeAndValue.Type", Field, 0, ""},
  1388  		{"AttributeTypeAndValue.Value", Field, 0, ""},
  1389  		{"AttributeTypeAndValueSET", Type, 3, ""},
  1390  		{"AttributeTypeAndValueSET.Type", Field, 3, ""},
  1391  		{"AttributeTypeAndValueSET.Value", Field, 3, ""},
  1392  		{"CertificateList", Type, 0, ""},
  1393  		{"CertificateList.SignatureAlgorithm", Field, 0, ""},
  1394  		{"CertificateList.SignatureValue", Field, 0, ""},
  1395  		{"CertificateList.TBSCertList", Field, 0, ""},
  1396  		{"Extension", Type, 0, ""},
  1397  		{"Extension.Critical", Field, 0, ""},
  1398  		{"Extension.Id", Field, 0, ""},
  1399  		{"Extension.Value", Field, 0, ""},
  1400  		{"Name", Type, 0, ""},
  1401  		{"Name.CommonName", Field, 0, ""},
  1402  		{"Name.Country", Field, 0, ""},
  1403  		{"Name.ExtraNames", Field, 5, ""},
  1404  		{"Name.Locality", Field, 0, ""},
  1405  		{"Name.Names", Field, 0, ""},
  1406  		{"Name.Organization", Field, 0, ""},
  1407  		{"Name.OrganizationalUnit", Field, 0, ""},
  1408  		{"Name.PostalCode", Field, 0, ""},
  1409  		{"Name.Province", Field, 0, ""},
  1410  		{"Name.SerialNumber", Field, 0, ""},
  1411  		{"Name.StreetAddress", Field, 0, ""},
  1412  		{"RDNSequence", Type, 0, ""},
  1413  		{"RelativeDistinguishedNameSET", Type, 0, ""},
  1414  		{"RevokedCertificate", Type, 0, ""},
  1415  		{"RevokedCertificate.Extensions", Field, 0, ""},
  1416  		{"RevokedCertificate.RevocationTime", Field, 0, ""},
  1417  		{"RevokedCertificate.SerialNumber", Field, 0, ""},
  1418  		{"TBSCertificateList", Type, 0, ""},
  1419  		{"TBSCertificateList.Extensions", Field, 0, ""},
  1420  		{"TBSCertificateList.Issuer", Field, 0, ""},
  1421  		{"TBSCertificateList.NextUpdate", Field, 0, ""},
  1422  		{"TBSCertificateList.Raw", Field, 0, ""},
  1423  		{"TBSCertificateList.RevokedCertificates", Field, 0, ""},
  1424  		{"TBSCertificateList.Signature", Field, 0, ""},
  1425  		{"TBSCertificateList.ThisUpdate", Field, 0, ""},
  1426  		{"TBSCertificateList.Version", Field, 0, ""},
  1427  	},
  1428  	"database/sql": {
  1429  		{"(*ColumnType).DatabaseTypeName", Method, 8, ""},
  1430  		{"(*ColumnType).DecimalSize", Method, 8, ""},
  1431  		{"(*ColumnType).Length", Method, 8, ""},
  1432  		{"(*ColumnType).Name", Method, 8, ""},
  1433  		{"(*ColumnType).Nullable", Method, 8, ""},
  1434  		{"(*ColumnType).ScanType", Method, 8, ""},
  1435  		{"(*Conn).BeginTx", Method, 9, ""},
  1436  		{"(*Conn).Close", Method, 9, ""},
  1437  		{"(*Conn).ExecContext", Method, 9, ""},
  1438  		{"(*Conn).PingContext", Method, 9, ""},
  1439  		{"(*Conn).PrepareContext", Method, 9, ""},
  1440  		{"(*Conn).QueryContext", Method, 9, ""},
  1441  		{"(*Conn).QueryRowContext", Method, 9, ""},
  1442  		{"(*Conn).Raw", Method, 13, ""},
  1443  		{"(*DB).Begin", Method, 0, ""},
  1444  		{"(*DB).BeginTx", Method, 8, ""},
  1445  		{"(*DB).Close", Method, 0, ""},
  1446  		{"(*DB).Conn", Method, 9, ""},
  1447  		{"(*DB).Driver", Method, 0, ""},
  1448  		{"(*DB).Exec", Method, 0, ""},
  1449  		{"(*DB).ExecContext", Method, 8, ""},
  1450  		{"(*DB).Ping", Method, 1, ""},
  1451  		{"(*DB).PingContext", Method, 8, ""},
  1452  		{"(*DB).Prepare", Method, 0, ""},
  1453  		{"(*DB).PrepareContext", Method, 8, ""},
  1454  		{"(*DB).Query", Method, 0, ""},
  1455  		{"(*DB).QueryContext", Method, 8, ""},
  1456  		{"(*DB).QueryRow", Method, 0, ""},
  1457  		{"(*DB).QueryRowContext", Method, 8, ""},
  1458  		{"(*DB).SetConnMaxIdleTime", Method, 15, ""},
  1459  		{"(*DB).SetConnMaxLifetime", Method, 6, ""},
  1460  		{"(*DB).SetMaxIdleConns", Method, 1, ""},
  1461  		{"(*DB).SetMaxOpenConns", Method, 2, ""},
  1462  		{"(*DB).Stats", Method, 5, ""},
  1463  		{"(*Null).Scan", Method, 22, ""},
  1464  		{"(*NullBool).Scan", Method, 0, ""},
  1465  		{"(*NullByte).Scan", Method, 17, ""},
  1466  		{"(*NullFloat64).Scan", Method, 0, ""},
  1467  		{"(*NullInt16).Scan", Method, 17, ""},
  1468  		{"(*NullInt32).Scan", Method, 13, ""},
  1469  		{"(*NullInt64).Scan", Method, 0, ""},
  1470  		{"(*NullString).Scan", Method, 0, ""},
  1471  		{"(*NullTime).Scan", Method, 13, ""},
  1472  		{"(*Row).Err", Method, 15, ""},
  1473  		{"(*Row).Scan", Method, 0, ""},
  1474  		{"(*Rows).Close", Method, 0, ""},
  1475  		{"(*Rows).ColumnTypes", Method, 8, ""},
  1476  		{"(*Rows).Columns", Method, 0, ""},
  1477  		{"(*Rows).Err", Method, 0, ""},
  1478  		{"(*Rows).Next", Method, 0, ""},
  1479  		{"(*Rows).NextResultSet", Method, 8, ""},
  1480  		{"(*Rows).Scan", Method, 0, ""},
  1481  		{"(*Stmt).Close", Method, 0, ""},
  1482  		{"(*Stmt).Exec", Method, 0, ""},
  1483  		{"(*Stmt).ExecContext", Method, 8, ""},
  1484  		{"(*Stmt).Query", Method, 0, ""},
  1485  		{"(*Stmt).QueryContext", Method, 8, ""},
  1486  		{"(*Stmt).QueryRow", Method, 0, ""},
  1487  		{"(*Stmt).QueryRowContext", Method, 8, ""},
  1488  		{"(*Tx).Commit", Method, 0, ""},
  1489  		{"(*Tx).Exec", Method, 0, ""},
  1490  		{"(*Tx).ExecContext", Method, 8, ""},
  1491  		{"(*Tx).Prepare", Method, 0, ""},
  1492  		{"(*Tx).PrepareContext", Method, 8, ""},
  1493  		{"(*Tx).Query", Method, 0, ""},
  1494  		{"(*Tx).QueryContext", Method, 8, ""},
  1495  		{"(*Tx).QueryRow", Method, 0, ""},
  1496  		{"(*Tx).QueryRowContext", Method, 8, ""},
  1497  		{"(*Tx).Rollback", Method, 0, ""},
  1498  		{"(*Tx).Stmt", Method, 0, ""},
  1499  		{"(*Tx).StmtContext", Method, 8, ""},
  1500  		{"(IsolationLevel).String", Method, 11, ""},
  1501  		{"(Null).Value", Method, 22, ""},
  1502  		{"(NullBool).Value", Method, 0, ""},
  1503  		{"(NullByte).Value", Method, 17, ""},
  1504  		{"(NullFloat64).Value", Method, 0, ""},
  1505  		{"(NullInt16).Value", Method, 17, ""},
  1506  		{"(NullInt32).Value", Method, 13, ""},
  1507  		{"(NullInt64).Value", Method, 0, ""},
  1508  		{"(NullString).Value", Method, 0, ""},
  1509  		{"(NullTime).Value", Method, 13, ""},
  1510  		{"ColumnType", Type, 8, ""},
  1511  		{"Conn", Type, 9, ""},
  1512  		{"DB", Type, 0, ""},
  1513  		{"DBStats", Type, 5, ""},
  1514  		{"DBStats.Idle", Field, 11, ""},
  1515  		{"DBStats.InUse", Field, 11, ""},
  1516  		{"DBStats.MaxIdleClosed", Field, 11, ""},
  1517  		{"DBStats.MaxIdleTimeClosed", Field, 15, ""},
  1518  		{"DBStats.MaxLifetimeClosed", Field, 11, ""},
  1519  		{"DBStats.MaxOpenConnections", Field, 11, ""},
  1520  		{"DBStats.OpenConnections", Field, 5, ""},
  1521  		{"DBStats.WaitCount", Field, 11, ""},
  1522  		{"DBStats.WaitDuration", Field, 11, ""},
  1523  		{"Drivers", Func, 4, "func() []string"},
  1524  		{"ErrConnDone", Var, 9, ""},
  1525  		{"ErrNoRows", Var, 0, ""},
  1526  		{"ErrTxDone", Var, 0, ""},
  1527  		{"IsolationLevel", Type, 8, ""},
  1528  		{"LevelDefault", Const, 8, ""},
  1529  		{"LevelLinearizable", Const, 8, ""},
  1530  		{"LevelReadCommitted", Const, 8, ""},
  1531  		{"LevelReadUncommitted", Const, 8, ""},
  1532  		{"LevelRepeatableRead", Const, 8, ""},
  1533  		{"LevelSerializable", Const, 8, ""},
  1534  		{"LevelSnapshot", Const, 8, ""},
  1535  		{"LevelWriteCommitted", Const, 8, ""},
  1536  		{"Named", Func, 8, "func(name string, value any) NamedArg"},
  1537  		{"NamedArg", Type, 8, ""},
  1538  		{"NamedArg.Name", Field, 8, ""},
  1539  		{"NamedArg.Value", Field, 8, ""},
  1540  		{"Null", Type, 22, ""},
  1541  		{"Null.V", Field, 22, ""},
  1542  		{"Null.Valid", Field, 22, ""},
  1543  		{"NullBool", Type, 0, ""},
  1544  		{"NullBool.Bool", Field, 0, ""},
  1545  		{"NullBool.Valid", Field, 0, ""},
  1546  		{"NullByte", Type, 17, ""},
  1547  		{"NullByte.Byte", Field, 17, ""},
  1548  		{"NullByte.Valid", Field, 17, ""},
  1549  		{"NullFloat64", Type, 0, ""},
  1550  		{"NullFloat64.Float64", Field, 0, ""},
  1551  		{"NullFloat64.Valid", Field, 0, ""},
  1552  		{"NullInt16", Type, 17, ""},
  1553  		{"NullInt16.Int16", Field, 17, ""},
  1554  		{"NullInt16.Valid", Field, 17, ""},
  1555  		{"NullInt32", Type, 13, ""},
  1556  		{"NullInt32.Int32", Field, 13, ""},
  1557  		{"NullInt32.Valid", Field, 13, ""},
  1558  		{"NullInt64", Type, 0, ""},
  1559  		{"NullInt64.Int64", Field, 0, ""},
  1560  		{"NullInt64.Valid", Field, 0, ""},
  1561  		{"NullString", Type, 0, ""},
  1562  		{"NullString.String", Field, 0, ""},
  1563  		{"NullString.Valid", Field, 0, ""},
  1564  		{"NullTime", Type, 13, ""},
  1565  		{"NullTime.Time", Field, 13, ""},
  1566  		{"NullTime.Valid", Field, 13, ""},
  1567  		{"Open", Func, 0, "func(driverName string, dataSourceName string) (*DB, error)"},
  1568  		{"OpenDB", Func, 10, "func(c driver.Connector) *DB"},
  1569  		{"Out", Type, 9, ""},
  1570  		{"Out.Dest", Field, 9, ""},
  1571  		{"Out.In", Field, 9, ""},
  1572  		{"RawBytes", Type, 0, ""},
  1573  		{"Register", Func, 0, "func(name string, driver driver.Driver)"},
  1574  		{"Result", Type, 0, ""},
  1575  		{"Row", Type, 0, ""},
  1576  		{"Rows", Type, 0, ""},
  1577  		{"Scanner", Type, 0, ""},
  1578  		{"Stmt", Type, 0, ""},
  1579  		{"Tx", Type, 0, ""},
  1580  		{"TxOptions", Type, 8, ""},
  1581  		{"TxOptions.Isolation", Field, 8, ""},
  1582  		{"TxOptions.ReadOnly", Field, 8, ""},
  1583  	},
  1584  	"database/sql/driver": {
  1585  		{"(NotNull).ConvertValue", Method, 0, ""},
  1586  		{"(Null).ConvertValue", Method, 0, ""},
  1587  		{"(RowsAffected).LastInsertId", Method, 0, ""},
  1588  		{"(RowsAffected).RowsAffected", Method, 0, ""},
  1589  		{"Bool", Var, 0, ""},
  1590  		{"ColumnConverter", Type, 0, ""},
  1591  		{"Conn", Type, 0, ""},
  1592  		{"ConnBeginTx", Type, 8, ""},
  1593  		{"ConnPrepareContext", Type, 8, ""},
  1594  		{"Connector", Type, 10, ""},
  1595  		{"DefaultParameterConverter", Var, 0, ""},
  1596  		{"Driver", Type, 0, ""},
  1597  		{"DriverContext", Type, 10, ""},
  1598  		{"ErrBadConn", Var, 0, ""},
  1599  		{"ErrRemoveArgument", Var, 9, ""},
  1600  		{"ErrSkip", Var, 0, ""},
  1601  		{"Execer", Type, 0, ""},
  1602  		{"ExecerContext", Type, 8, ""},
  1603  		{"Int32", Var, 0, ""},
  1604  		{"IsScanValue", Func, 0, "func(v any) bool"},
  1605  		{"IsValue", Func, 0, "func(v any) bool"},
  1606  		{"IsolationLevel", Type, 8, ""},
  1607  		{"NamedValue", Type, 8, ""},
  1608  		{"NamedValue.Name", Field, 8, ""},
  1609  		{"NamedValue.Ordinal", Field, 8, ""},
  1610  		{"NamedValue.Value", Field, 8, ""},
  1611  		{"NamedValueChecker", Type, 9, ""},
  1612  		{"NotNull", Type, 0, ""},
  1613  		{"NotNull.Converter", Field, 0, ""},
  1614  		{"Null", Type, 0, ""},
  1615  		{"Null.Converter", Field, 0, ""},
  1616  		{"Pinger", Type, 8, ""},
  1617  		{"Queryer", Type, 1, ""},
  1618  		{"QueryerContext", Type, 8, ""},
  1619  		{"Result", Type, 0, ""},
  1620  		{"ResultNoRows", Var, 0, ""},
  1621  		{"Rows", Type, 0, ""},
  1622  		{"RowsAffected", Type, 0, ""},
  1623  		{"RowsColumnTypeDatabaseTypeName", Type, 8, ""},
  1624  		{"RowsColumnTypeLength", Type, 8, ""},
  1625  		{"RowsColumnTypeNullable", Type, 8, ""},
  1626  		{"RowsColumnTypePrecisionScale", Type, 8, ""},
  1627  		{"RowsColumnTypeScanType", Type, 8, ""},
  1628  		{"RowsNextResultSet", Type, 8, ""},
  1629  		{"SessionResetter", Type, 10, ""},
  1630  		{"Stmt", Type, 0, ""},
  1631  		{"StmtExecContext", Type, 8, ""},
  1632  		{"StmtQueryContext", Type, 8, ""},
  1633  		{"String", Var, 0, ""},
  1634  		{"Tx", Type, 0, ""},
  1635  		{"TxOptions", Type, 8, ""},
  1636  		{"TxOptions.Isolation", Field, 8, ""},
  1637  		{"TxOptions.ReadOnly", Field, 8, ""},
  1638  		{"Validator", Type, 15, ""},
  1639  		{"Value", Type, 0, ""},
  1640  		{"ValueConverter", Type, 0, ""},
  1641  		{"Valuer", Type, 0, ""},
  1642  	},
  1643  	"debug/buildinfo": {
  1644  		{"BuildInfo", Type, 18, ""},
  1645  		{"Read", Func, 18, "func(r io.ReaderAt) (*BuildInfo, error)"},
  1646  		{"ReadFile", Func, 18, "func(name string) (info *BuildInfo, err error)"},
  1647  	},
  1648  	"debug/dwarf": {
  1649  		{"(*AddrType).Basic", Method, 0, ""},
  1650  		{"(*AddrType).Common", Method, 0, ""},
  1651  		{"(*AddrType).Size", Method, 0, ""},
  1652  		{"(*AddrType).String", Method, 0, ""},
  1653  		{"(*ArrayType).Common", Method, 0, ""},
  1654  		{"(*ArrayType).Size", Method, 0, ""},
  1655  		{"(*ArrayType).String", Method, 0, ""},
  1656  		{"(*BasicType).Basic", Method, 0, ""},
  1657  		{"(*BasicType).Common", Method, 0, ""},
  1658  		{"(*BasicType).Size", Method, 0, ""},
  1659  		{"(*BasicType).String", Method, 0, ""},
  1660  		{"(*BoolType).Basic", Method, 0, ""},
  1661  		{"(*BoolType).Common", Method, 0, ""},
  1662  		{"(*BoolType).Size", Method, 0, ""},
  1663  		{"(*BoolType).String", Method, 0, ""},
  1664  		{"(*CharType).Basic", Method, 0, ""},
  1665  		{"(*CharType).Common", Method, 0, ""},
  1666  		{"(*CharType).Size", Method, 0, ""},
  1667  		{"(*CharType).String", Method, 0, ""},
  1668  		{"(*CommonType).Common", Method, 0, ""},
  1669  		{"(*CommonType).Size", Method, 0, ""},
  1670  		{"(*ComplexType).Basic", Method, 0, ""},
  1671  		{"(*ComplexType).Common", Method, 0, ""},
  1672  		{"(*ComplexType).Size", Method, 0, ""},
  1673  		{"(*ComplexType).String", Method, 0, ""},
  1674  		{"(*Data).AddSection", Method, 14, ""},
  1675  		{"(*Data).AddTypes", Method, 3, ""},
  1676  		{"(*Data).LineReader", Method, 5, ""},
  1677  		{"(*Data).Ranges", Method, 7, ""},
  1678  		{"(*Data).Reader", Method, 0, ""},
  1679  		{"(*Data).Type", Method, 0, ""},
  1680  		{"(*DotDotDotType).Common", Method, 0, ""},
  1681  		{"(*DotDotDotType).Size", Method, 0, ""},
  1682  		{"(*DotDotDotType).String", Method, 0, ""},
  1683  		{"(*Entry).AttrField", Method, 5, ""},
  1684  		{"(*Entry).Val", Method, 0, ""},
  1685  		{"(*EnumType).Common", Method, 0, ""},
  1686  		{"(*EnumType).Size", Method, 0, ""},
  1687  		{"(*EnumType).String", Method, 0, ""},
  1688  		{"(*FloatType).Basic", Method, 0, ""},
  1689  		{"(*FloatType).Common", Method, 0, ""},
  1690  		{"(*FloatType).Size", Method, 0, ""},
  1691  		{"(*FloatType).String", Method, 0, ""},
  1692  		{"(*FuncType).Common", Method, 0, ""},
  1693  		{"(*FuncType).Size", Method, 0, ""},
  1694  		{"(*FuncType).String", Method, 0, ""},
  1695  		{"(*IntType).Basic", Method, 0, ""},
  1696  		{"(*IntType).Common", Method, 0, ""},
  1697  		{"(*IntType).Size", Method, 0, ""},
  1698  		{"(*IntType).String", Method, 0, ""},
  1699  		{"(*LineReader).Files", Method, 14, ""},
  1700  		{"(*LineReader).Next", Method, 5, ""},
  1701  		{"(*LineReader).Reset", Method, 5, ""},
  1702  		{"(*LineReader).Seek", Method, 5, ""},
  1703  		{"(*LineReader).SeekPC", Method, 5, ""},
  1704  		{"(*LineReader).Tell", Method, 5, ""},
  1705  		{"(*PtrType).Common", Method, 0, ""},
  1706  		{"(*PtrType).Size", Method, 0, ""},
  1707  		{"(*PtrType).String", Method, 0, ""},
  1708  		{"(*QualType).Common", Method, 0, ""},
  1709  		{"(*QualType).Size", Method, 0, ""},
  1710  		{"(*QualType).String", Method, 0, ""},
  1711  		{"(*Reader).AddressSize", Method, 5, ""},
  1712  		{"(*Reader).ByteOrder", Method, 14, ""},
  1713  		{"(*Reader).Next", Method, 0, ""},
  1714  		{"(*Reader).Seek", Method, 0, ""},
  1715  		{"(*Reader).SeekPC", Method, 7, ""},
  1716  		{"(*Reader).SkipChildren", Method, 0, ""},
  1717  		{"(*StructType).Common", Method, 0, ""},
  1718  		{"(*StructType).Defn", Method, 0, ""},
  1719  		{"(*StructType).Size", Method, 0, ""},
  1720  		{"(*StructType).String", Method, 0, ""},
  1721  		{"(*TypedefType).Common", Method, 0, ""},
  1722  		{"(*TypedefType).Size", Method, 0, ""},
  1723  		{"(*TypedefType).String", Method, 0, ""},
  1724  		{"(*UcharType).Basic", Method, 0, ""},
  1725  		{"(*UcharType).Common", Method, 0, ""},
  1726  		{"(*UcharType).Size", Method, 0, ""},
  1727  		{"(*UcharType).String", Method, 0, ""},
  1728  		{"(*UintType).Basic", Method, 0, ""},
  1729  		{"(*UintType).Common", Method, 0, ""},
  1730  		{"(*UintType).Size", Method, 0, ""},
  1731  		{"(*UintType).String", Method, 0, ""},
  1732  		{"(*UnspecifiedType).Basic", Method, 4, ""},
  1733  		{"(*UnspecifiedType).Common", Method, 4, ""},
  1734  		{"(*UnspecifiedType).Size", Method, 4, ""},
  1735  		{"(*UnspecifiedType).String", Method, 4, ""},
  1736  		{"(*UnsupportedType).Common", Method, 13, ""},
  1737  		{"(*UnsupportedType).Size", Method, 13, ""},
  1738  		{"(*UnsupportedType).String", Method, 13, ""},
  1739  		{"(*VoidType).Common", Method, 0, ""},
  1740  		{"(*VoidType).Size", Method, 0, ""},
  1741  		{"(*VoidType).String", Method, 0, ""},
  1742  		{"(Attr).GoString", Method, 0, ""},
  1743  		{"(Attr).String", Method, 0, ""},
  1744  		{"(Class).GoString", Method, 5, ""},
  1745  		{"(Class).String", Method, 5, ""},
  1746  		{"(DecodeError).Error", Method, 0, ""},
  1747  		{"(Tag).GoString", Method, 0, ""},
  1748  		{"(Tag).String", Method, 0, ""},
  1749  		{"AddrType", Type, 0, ""},
  1750  		{"AddrType.BasicType", Field, 0, ""},
  1751  		{"ArrayType", Type, 0, ""},
  1752  		{"ArrayType.CommonType", Field, 0, ""},
  1753  		{"ArrayType.Count", Field, 0, ""},
  1754  		{"ArrayType.StrideBitSize", Field, 0, ""},
  1755  		{"ArrayType.Type", Field, 0, ""},
  1756  		{"Attr", Type, 0, ""},
  1757  		{"AttrAbstractOrigin", Const, 0, ""},
  1758  		{"AttrAccessibility", Const, 0, ""},
  1759  		{"AttrAddrBase", Const, 14, ""},
  1760  		{"AttrAddrClass", Const, 0, ""},
  1761  		{"AttrAlignment", Const, 14, ""},
  1762  		{"AttrAllocated", Const, 0, ""},
  1763  		{"AttrArtificial", Const, 0, ""},
  1764  		{"AttrAssociated", Const, 0, ""},
  1765  		{"AttrBaseTypes", Const, 0, ""},
  1766  		{"AttrBinaryScale", Const, 14, ""},
  1767  		{"AttrBitOffset", Const, 0, ""},
  1768  		{"AttrBitSize", Const, 0, ""},
  1769  		{"AttrByteSize", Const, 0, ""},
  1770  		{"AttrCallAllCalls", Const, 14, ""},
  1771  		{"AttrCallAllSourceCalls", Const, 14, ""},
  1772  		{"AttrCallAllTailCalls", Const, 14, ""},
  1773  		{"AttrCallColumn", Const, 0, ""},
  1774  		{"AttrCallDataLocation", Const, 14, ""},
  1775  		{"AttrCallDataValue", Const, 14, ""},
  1776  		{"AttrCallFile", Const, 0, ""},
  1777  		{"AttrCallLine", Const, 0, ""},
  1778  		{"AttrCallOrigin", Const, 14, ""},
  1779  		{"AttrCallPC", Const, 14, ""},
  1780  		{"AttrCallParameter", Const, 14, ""},
  1781  		{"AttrCallReturnPC", Const, 14, ""},
  1782  		{"AttrCallTailCall", Const, 14, ""},
  1783  		{"AttrCallTarget", Const, 14, ""},
  1784  		{"AttrCallTargetClobbered", Const, 14, ""},
  1785  		{"AttrCallValue", Const, 14, ""},
  1786  		{"AttrCalling", Const, 0, ""},
  1787  		{"AttrCommonRef", Const, 0, ""},
  1788  		{"AttrCompDir", Const, 0, ""},
  1789  		{"AttrConstExpr", Const, 14, ""},
  1790  		{"AttrConstValue", Const, 0, ""},
  1791  		{"AttrContainingType", Const, 0, ""},
  1792  		{"AttrCount", Const, 0, ""},
  1793  		{"AttrDataBitOffset", Const, 14, ""},
  1794  		{"AttrDataLocation", Const, 0, ""},
  1795  		{"AttrDataMemberLoc", Const, 0, ""},
  1796  		{"AttrDecimalScale", Const, 14, ""},
  1797  		{"AttrDecimalSign", Const, 14, ""},
  1798  		{"AttrDeclColumn", Const, 0, ""},
  1799  		{"AttrDeclFile", Const, 0, ""},
  1800  		{"AttrDeclLine", Const, 0, ""},
  1801  		{"AttrDeclaration", Const, 0, ""},
  1802  		{"AttrDefaultValue", Const, 0, ""},
  1803  		{"AttrDefaulted", Const, 14, ""},
  1804  		{"AttrDeleted", Const, 14, ""},
  1805  		{"AttrDescription", Const, 0, ""},
  1806  		{"AttrDigitCount", Const, 14, ""},
  1807  		{"AttrDiscr", Const, 0, ""},
  1808  		{"AttrDiscrList", Const, 0, ""},
  1809  		{"AttrDiscrValue", Const, 0, ""},
  1810  		{"AttrDwoName", Const, 14, ""},
  1811  		{"AttrElemental", Const, 14, ""},
  1812  		{"AttrEncoding", Const, 0, ""},
  1813  		{"AttrEndianity", Const, 14, ""},
  1814  		{"AttrEntrypc", Const, 0, ""},
  1815  		{"AttrEnumClass", Const, 14, ""},
  1816  		{"AttrExplicit", Const, 14, ""},
  1817  		{"AttrExportSymbols", Const, 14, ""},
  1818  		{"AttrExtension", Const, 0, ""},
  1819  		{"AttrExternal", Const, 0, ""},
  1820  		{"AttrFrameBase", Const, 0, ""},
  1821  		{"AttrFriend", Const, 0, ""},
  1822  		{"AttrHighpc", Const, 0, ""},
  1823  		{"AttrIdentifierCase", Const, 0, ""},
  1824  		{"AttrImport", Const, 0, ""},
  1825  		{"AttrInline", Const, 0, ""},
  1826  		{"AttrIsOptional", Const, 0, ""},
  1827  		{"AttrLanguage", Const, 0, ""},
  1828  		{"AttrLinkageName", Const, 14, ""},
  1829  		{"AttrLocation", Const, 0, ""},
  1830  		{"AttrLoclistsBase", Const, 14, ""},
  1831  		{"AttrLowerBound", Const, 0, ""},
  1832  		{"AttrLowpc", Const, 0, ""},
  1833  		{"AttrMacroInfo", Const, 0, ""},
  1834  		{"AttrMacros", Const, 14, ""},
  1835  		{"AttrMainSubprogram", Const, 14, ""},
  1836  		{"AttrMutable", Const, 14, ""},
  1837  		{"AttrName", Const, 0, ""},
  1838  		{"AttrNamelistItem", Const, 0, ""},
  1839  		{"AttrNoreturn", Const, 14, ""},
  1840  		{"AttrObjectPointer", Const, 14, ""},
  1841  		{"AttrOrdering", Const, 0, ""},
  1842  		{"AttrPictureString", Const, 14, ""},
  1843  		{"AttrPriority", Const, 0, ""},
  1844  		{"AttrProducer", Const, 0, ""},
  1845  		{"AttrPrototyped", Const, 0, ""},
  1846  		{"AttrPure", Const, 14, ""},
  1847  		{"AttrRanges", Const, 0, ""},
  1848  		{"AttrRank", Const, 14, ""},
  1849  		{"AttrRecursive", Const, 14, ""},
  1850  		{"AttrReference", Const, 14, ""},
  1851  		{"AttrReturnAddr", Const, 0, ""},
  1852  		{"AttrRnglistsBase", Const, 14, ""},
  1853  		{"AttrRvalueReference", Const, 14, ""},
  1854  		{"AttrSegment", Const, 0, ""},
  1855  		{"AttrSibling", Const, 0, ""},
  1856  		{"AttrSignature", Const, 14, ""},
  1857  		{"AttrSmall", Const, 14, ""},
  1858  		{"AttrSpecification", Const, 0, ""},
  1859  		{"AttrStartScope", Const, 0, ""},
  1860  		{"AttrStaticLink", Const, 0, ""},
  1861  		{"AttrStmtList", Const, 0, ""},
  1862  		{"AttrStrOffsetsBase", Const, 14, ""},
  1863  		{"AttrStride", Const, 0, ""},
  1864  		{"AttrStrideSize", Const, 0, ""},
  1865  		{"AttrStringLength", Const, 0, ""},
  1866  		{"AttrStringLengthBitSize", Const, 14, ""},
  1867  		{"AttrStringLengthByteSize", Const, 14, ""},
  1868  		{"AttrThreadsScaled", Const, 14, ""},
  1869  		{"AttrTrampoline", Const, 0, ""},
  1870  		{"AttrType", Const, 0, ""},
  1871  		{"AttrUpperBound", Const, 0, ""},
  1872  		{"AttrUseLocation", Const, 0, ""},
  1873  		{"AttrUseUTF8", Const, 0, ""},
  1874  		{"AttrVarParam", Const, 0, ""},
  1875  		{"AttrVirtuality", Const, 0, ""},
  1876  		{"AttrVisibility", Const, 0, ""},
  1877  		{"AttrVtableElemLoc", Const, 0, ""},
  1878  		{"BasicType", Type, 0, ""},
  1879  		{"BasicType.BitOffset", Field, 0, ""},
  1880  		{"BasicType.BitSize", Field, 0, ""},
  1881  		{"BasicType.CommonType", Field, 0, ""},
  1882  		{"BasicType.DataBitOffset", Field, 18, ""},
  1883  		{"BoolType", Type, 0, ""},
  1884  		{"BoolType.BasicType", Field, 0, ""},
  1885  		{"CharType", Type, 0, ""},
  1886  		{"CharType.BasicType", Field, 0, ""},
  1887  		{"Class", Type, 5, ""},
  1888  		{"ClassAddrPtr", Const, 14, ""},
  1889  		{"ClassAddress", Const, 5, ""},
  1890  		{"ClassBlock", Const, 5, ""},
  1891  		{"ClassConstant", Const, 5, ""},
  1892  		{"ClassExprLoc", Const, 5, ""},
  1893  		{"ClassFlag", Const, 5, ""},
  1894  		{"ClassLinePtr", Const, 5, ""},
  1895  		{"ClassLocList", Const, 14, ""},
  1896  		{"ClassLocListPtr", Const, 5, ""},
  1897  		{"ClassMacPtr", Const, 5, ""},
  1898  		{"ClassRangeListPtr", Const, 5, ""},
  1899  		{"ClassReference", Const, 5, ""},
  1900  		{"ClassReferenceAlt", Const, 5, ""},
  1901  		{"ClassReferenceSig", Const, 5, ""},
  1902  		{"ClassRngList", Const, 14, ""},
  1903  		{"ClassRngListsPtr", Const, 14, ""},
  1904  		{"ClassStrOffsetsPtr", Const, 14, ""},
  1905  		{"ClassString", Const, 5, ""},
  1906  		{"ClassStringAlt", Const, 5, ""},
  1907  		{"ClassUnknown", Const, 6, ""},
  1908  		{"CommonType", Type, 0, ""},
  1909  		{"CommonType.ByteSize", Field, 0, ""},
  1910  		{"CommonType.Name", Field, 0, ""},
  1911  		{"ComplexType", Type, 0, ""},
  1912  		{"ComplexType.BasicType", Field, 0, ""},
  1913  		{"Data", Type, 0, ""},
  1914  		{"DecodeError", Type, 0, ""},
  1915  		{"DecodeError.Err", Field, 0, ""},
  1916  		{"DecodeError.Name", Field, 0, ""},
  1917  		{"DecodeError.Offset", Field, 0, ""},
  1918  		{"DotDotDotType", Type, 0, ""},
  1919  		{"DotDotDotType.CommonType", Field, 0, ""},
  1920  		{"Entry", Type, 0, ""},
  1921  		{"Entry.Children", Field, 0, ""},
  1922  		{"Entry.Field", Field, 0, ""},
  1923  		{"Entry.Offset", Field, 0, ""},
  1924  		{"Entry.Tag", Field, 0, ""},
  1925  		{"EnumType", Type, 0, ""},
  1926  		{"EnumType.CommonType", Field, 0, ""},
  1927  		{"EnumType.EnumName", Field, 0, ""},
  1928  		{"EnumType.Val", Field, 0, ""},
  1929  		{"EnumValue", Type, 0, ""},
  1930  		{"EnumValue.Name", Field, 0, ""},
  1931  		{"EnumValue.Val", Field, 0, ""},
  1932  		{"ErrUnknownPC", Var, 5, ""},
  1933  		{"Field", Type, 0, ""},
  1934  		{"Field.Attr", Field, 0, ""},
  1935  		{"Field.Class", Field, 5, ""},
  1936  		{"Field.Val", Field, 0, ""},
  1937  		{"FloatType", Type, 0, ""},
  1938  		{"FloatType.BasicType", Field, 0, ""},
  1939  		{"FuncType", Type, 0, ""},
  1940  		{"FuncType.CommonType", Field, 0, ""},
  1941  		{"FuncType.ParamType", Field, 0, ""},
  1942  		{"FuncType.ReturnType", Field, 0, ""},
  1943  		{"IntType", Type, 0, ""},
  1944  		{"IntType.BasicType", Field, 0, ""},
  1945  		{"LineEntry", Type, 5, ""},
  1946  		{"LineEntry.Address", Field, 5, ""},
  1947  		{"LineEntry.BasicBlock", Field, 5, ""},
  1948  		{"LineEntry.Column", Field, 5, ""},
  1949  		{"LineEntry.Discriminator", Field, 5, ""},
  1950  		{"LineEntry.EndSequence", Field, 5, ""},
  1951  		{"LineEntry.EpilogueBegin", Field, 5, ""},
  1952  		{"LineEntry.File", Field, 5, ""},
  1953  		{"LineEntry.ISA", Field, 5, ""},
  1954  		{"LineEntry.IsStmt", Field, 5, ""},
  1955  		{"LineEntry.Line", Field, 5, ""},
  1956  		{"LineEntry.OpIndex", Field, 5, ""},
  1957  		{"LineEntry.PrologueEnd", Field, 5, ""},
  1958  		{"LineFile", Type, 5, ""},
  1959  		{"LineFile.Length", Field, 5, ""},
  1960  		{"LineFile.Mtime", Field, 5, ""},
  1961  		{"LineFile.Name", Field, 5, ""},
  1962  		{"LineReader", Type, 5, ""},
  1963  		{"LineReaderPos", Type, 5, ""},
  1964  		{"New", Func, 0, "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*Data, error)"},
  1965  		{"Offset", Type, 0, ""},
  1966  		{"PtrType", Type, 0, ""},
  1967  		{"PtrType.CommonType", Field, 0, ""},
  1968  		{"PtrType.Type", Field, 0, ""},
  1969  		{"QualType", Type, 0, ""},
  1970  		{"QualType.CommonType", Field, 0, ""},
  1971  		{"QualType.Qual", Field, 0, ""},
  1972  		{"QualType.Type", Field, 0, ""},
  1973  		{"Reader", Type, 0, ""},
  1974  		{"StructField", Type, 0, ""},
  1975  		{"StructField.BitOffset", Field, 0, ""},
  1976  		{"StructField.BitSize", Field, 0, ""},
  1977  		{"StructField.ByteOffset", Field, 0, ""},
  1978  		{"StructField.ByteSize", Field, 0, ""},
  1979  		{"StructField.DataBitOffset", Field, 18, ""},
  1980  		{"StructField.Name", Field, 0, ""},
  1981  		{"StructField.Type", Field, 0, ""},
  1982  		{"StructType", Type, 0, ""},
  1983  		{"StructType.CommonType", Field, 0, ""},
  1984  		{"StructType.Field", Field, 0, ""},
  1985  		{"StructType.Incomplete", Field, 0, ""},
  1986  		{"StructType.Kind", Field, 0, ""},
  1987  		{"StructType.StructName", Field, 0, ""},
  1988  		{"Tag", Type, 0, ""},
  1989  		{"TagAccessDeclaration", Const, 0, ""},
  1990  		{"TagArrayType", Const, 0, ""},
  1991  		{"TagAtomicType", Const, 14, ""},
  1992  		{"TagBaseType", Const, 0, ""},
  1993  		{"TagCallSite", Const, 14, ""},
  1994  		{"TagCallSiteParameter", Const, 14, ""},
  1995  		{"TagCatchDwarfBlock", Const, 0, ""},
  1996  		{"TagClassType", Const, 0, ""},
  1997  		{"TagCoarrayType", Const, 14, ""},
  1998  		{"TagCommonDwarfBlock", Const, 0, ""},
  1999  		{"TagCommonInclusion", Const, 0, ""},
  2000  		{"TagCompileUnit", Const, 0, ""},
  2001  		{"TagCondition", Const, 3, ""},
  2002  		{"TagConstType", Const, 0, ""},
  2003  		{"TagConstant", Const, 0, ""},
  2004  		{"TagDwarfProcedure", Const, 0, ""},
  2005  		{"TagDynamicType", Const, 14, ""},
  2006  		{"TagEntryPoint", Const, 0, ""},
  2007  		{"TagEnumerationType", Const, 0, ""},
  2008  		{"TagEnumerator", Const, 0, ""},
  2009  		{"TagFileType", Const, 0, ""},
  2010  		{"TagFormalParameter", Const, 0, ""},
  2011  		{"TagFriend", Const, 0, ""},
  2012  		{"TagGenericSubrange", Const, 14, ""},
  2013  		{"TagImmutableType", Const, 14, ""},
  2014  		{"TagImportedDeclaration", Const, 0, ""},
  2015  		{"TagImportedModule", Const, 0, ""},
  2016  		{"TagImportedUnit", Const, 0, ""},
  2017  		{"TagInheritance", Const, 0, ""},
  2018  		{"TagInlinedSubroutine", Const, 0, ""},
  2019  		{"TagInterfaceType", Const, 0, ""},
  2020  		{"TagLabel", Const, 0, ""},
  2021  		{"TagLexDwarfBlock", Const, 0, ""},
  2022  		{"TagMember", Const, 0, ""},
  2023  		{"TagModule", Const, 0, ""},
  2024  		{"TagMutableType", Const, 0, ""},
  2025  		{"TagNamelist", Const, 0, ""},
  2026  		{"TagNamelistItem", Const, 0, ""},
  2027  		{"TagNamespace", Const, 0, ""},
  2028  		{"TagPackedType", Const, 0, ""},
  2029  		{"TagPartialUnit", Const, 0, ""},
  2030  		{"TagPointerType", Const, 0, ""},
  2031  		{"TagPtrToMemberType", Const, 0, ""},
  2032  		{"TagReferenceType", Const, 0, ""},
  2033  		{"TagRestrictType", Const, 0, ""},
  2034  		{"TagRvalueReferenceType", Const, 3, ""},
  2035  		{"TagSetType", Const, 0, ""},
  2036  		{"TagSharedType", Const, 3, ""},
  2037  		{"TagSkeletonUnit", Const, 14, ""},
  2038  		{"TagStringType", Const, 0, ""},
  2039  		{"TagStructType", Const, 0, ""},
  2040  		{"TagSubprogram", Const, 0, ""},
  2041  		{"TagSubrangeType", Const, 0, ""},
  2042  		{"TagSubroutineType", Const, 0, ""},
  2043  		{"TagTemplateAlias", Const, 3, ""},
  2044  		{"TagTemplateTypeParameter", Const, 0, ""},
  2045  		{"TagTemplateValueParameter", Const, 0, ""},
  2046  		{"TagThrownType", Const, 0, ""},
  2047  		{"TagTryDwarfBlock", Const, 0, ""},
  2048  		{"TagTypeUnit", Const, 3, ""},
  2049  		{"TagTypedef", Const, 0, ""},
  2050  		{"TagUnionType", Const, 0, ""},
  2051  		{"TagUnspecifiedParameters", Const, 0, ""},
  2052  		{"TagUnspecifiedType", Const, 0, ""},
  2053  		{"TagVariable", Const, 0, ""},
  2054  		{"TagVariant", Const, 0, ""},
  2055  		{"TagVariantPart", Const, 0, ""},
  2056  		{"TagVolatileType", Const, 0, ""},
  2057  		{"TagWithStmt", Const, 0, ""},
  2058  		{"Type", Type, 0, ""},
  2059  		{"TypedefType", Type, 0, ""},
  2060  		{"TypedefType.CommonType", Field, 0, ""},
  2061  		{"TypedefType.Type", Field, 0, ""},
  2062  		{"UcharType", Type, 0, ""},
  2063  		{"UcharType.BasicType", Field, 0, ""},
  2064  		{"UintType", Type, 0, ""},
  2065  		{"UintType.BasicType", Field, 0, ""},
  2066  		{"UnspecifiedType", Type, 4, ""},
  2067  		{"UnspecifiedType.BasicType", Field, 4, ""},
  2068  		{"UnsupportedType", Type, 13, ""},
  2069  		{"UnsupportedType.CommonType", Field, 13, ""},
  2070  		{"UnsupportedType.Tag", Field, 13, ""},
  2071  		{"VoidType", Type, 0, ""},
  2072  		{"VoidType.CommonType", Field, 0, ""},
  2073  	},
  2074  	"debug/elf": {
  2075  		{"(*File).Close", Method, 0, ""},
  2076  		{"(*File).DWARF", Method, 0, ""},
  2077  		{"(*File).DynString", Method, 1, ""},
  2078  		{"(*File).DynValue", Method, 21, ""},
  2079  		{"(*File).DynamicSymbols", Method, 4, ""},
  2080  		{"(*File).DynamicVersionNeeds", Method, 24, ""},
  2081  		{"(*File).DynamicVersions", Method, 24, ""},
  2082  		{"(*File).ImportedLibraries", Method, 0, ""},
  2083  		{"(*File).ImportedSymbols", Method, 0, ""},
  2084  		{"(*File).Section", Method, 0, ""},
  2085  		{"(*File).SectionByType", Method, 0, ""},
  2086  		{"(*File).Symbols", Method, 0, ""},
  2087  		{"(*FormatError).Error", Method, 0, ""},
  2088  		{"(*Prog).Open", Method, 0, ""},
  2089  		{"(*Section).Data", Method, 0, ""},
  2090  		{"(*Section).Open", Method, 0, ""},
  2091  		{"(Class).GoString", Method, 0, ""},
  2092  		{"(Class).String", Method, 0, ""},
  2093  		{"(CompressionType).GoString", Method, 6, ""},
  2094  		{"(CompressionType).String", Method, 6, ""},
  2095  		{"(Data).GoString", Method, 0, ""},
  2096  		{"(Data).String", Method, 0, ""},
  2097  		{"(DynFlag).GoString", Method, 0, ""},
  2098  		{"(DynFlag).String", Method, 0, ""},
  2099  		{"(DynFlag1).GoString", Method, 21, ""},
  2100  		{"(DynFlag1).String", Method, 21, ""},
  2101  		{"(DynTag).GoString", Method, 0, ""},
  2102  		{"(DynTag).String", Method, 0, ""},
  2103  		{"(Machine).GoString", Method, 0, ""},
  2104  		{"(Machine).String", Method, 0, ""},
  2105  		{"(NType).GoString", Method, 0, ""},
  2106  		{"(NType).String", Method, 0, ""},
  2107  		{"(OSABI).GoString", Method, 0, ""},
  2108  		{"(OSABI).String", Method, 0, ""},
  2109  		{"(Prog).ReadAt", Method, 0, ""},
  2110  		{"(ProgFlag).GoString", Method, 0, ""},
  2111  		{"(ProgFlag).String", Method, 0, ""},
  2112  		{"(ProgType).GoString", Method, 0, ""},
  2113  		{"(ProgType).String", Method, 0, ""},
  2114  		{"(R_386).GoString", Method, 0, ""},
  2115  		{"(R_386).String", Method, 0, ""},
  2116  		{"(R_390).GoString", Method, 7, ""},
  2117  		{"(R_390).String", Method, 7, ""},
  2118  		{"(R_AARCH64).GoString", Method, 4, ""},
  2119  		{"(R_AARCH64).String", Method, 4, ""},
  2120  		{"(R_ALPHA).GoString", Method, 0, ""},
  2121  		{"(R_ALPHA).String", Method, 0, ""},
  2122  		{"(R_ARM).GoString", Method, 0, ""},
  2123  		{"(R_ARM).String", Method, 0, ""},
  2124  		{"(R_LARCH).GoString", Method, 19, ""},
  2125  		{"(R_LARCH).String", Method, 19, ""},
  2126  		{"(R_MIPS).GoString", Method, 6, ""},
  2127  		{"(R_MIPS).String", Method, 6, ""},
  2128  		{"(R_PPC).GoString", Method, 0, ""},
  2129  		{"(R_PPC).String", Method, 0, ""},
  2130  		{"(R_PPC64).GoString", Method, 5, ""},
  2131  		{"(R_PPC64).String", Method, 5, ""},
  2132  		{"(R_RISCV).GoString", Method, 11, ""},
  2133  		{"(R_RISCV).String", Method, 11, ""},
  2134  		{"(R_SPARC).GoString", Method, 0, ""},
  2135  		{"(R_SPARC).String", Method, 0, ""},
  2136  		{"(R_X86_64).GoString", Method, 0, ""},
  2137  		{"(R_X86_64).String", Method, 0, ""},
  2138  		{"(Section).ReadAt", Method, 0, ""},
  2139  		{"(SectionFlag).GoString", Method, 0, ""},
  2140  		{"(SectionFlag).String", Method, 0, ""},
  2141  		{"(SectionIndex).GoString", Method, 0, ""},
  2142  		{"(SectionIndex).String", Method, 0, ""},
  2143  		{"(SectionType).GoString", Method, 0, ""},
  2144  		{"(SectionType).String", Method, 0, ""},
  2145  		{"(SymBind).GoString", Method, 0, ""},
  2146  		{"(SymBind).String", Method, 0, ""},
  2147  		{"(SymType).GoString", Method, 0, ""},
  2148  		{"(SymType).String", Method, 0, ""},
  2149  		{"(SymVis).GoString", Method, 0, ""},
  2150  		{"(SymVis).String", Method, 0, ""},
  2151  		{"(Type).GoString", Method, 0, ""},
  2152  		{"(Type).String", Method, 0, ""},
  2153  		{"(Version).GoString", Method, 0, ""},
  2154  		{"(Version).String", Method, 0, ""},
  2155  		{"(VersionIndex).Index", Method, 24, ""},
  2156  		{"(VersionIndex).IsHidden", Method, 24, ""},
  2157  		{"ARM_MAGIC_TRAMP_NUMBER", Const, 0, ""},
  2158  		{"COMPRESS_HIOS", Const, 6, ""},
  2159  		{"COMPRESS_HIPROC", Const, 6, ""},
  2160  		{"COMPRESS_LOOS", Const, 6, ""},
  2161  		{"COMPRESS_LOPROC", Const, 6, ""},
  2162  		{"COMPRESS_ZLIB", Const, 6, ""},
  2163  		{"COMPRESS_ZSTD", Const, 21, ""},
  2164  		{"Chdr32", Type, 6, ""},
  2165  		{"Chdr32.Addralign", Field, 6, ""},
  2166  		{"Chdr32.Size", Field, 6, ""},
  2167  		{"Chdr32.Type", Field, 6, ""},
  2168  		{"Chdr64", Type, 6, ""},
  2169  		{"Chdr64.Addralign", Field, 6, ""},
  2170  		{"Chdr64.Size", Field, 6, ""},
  2171  		{"Chdr64.Type", Field, 6, ""},
  2172  		{"Class", Type, 0, ""},
  2173  		{"CompressionType", Type, 6, ""},
  2174  		{"DF_1_CONFALT", Const, 21, ""},
  2175  		{"DF_1_DIRECT", Const, 21, ""},
  2176  		{"DF_1_DISPRELDNE", Const, 21, ""},
  2177  		{"DF_1_DISPRELPND", Const, 21, ""},
  2178  		{"DF_1_EDITED", Const, 21, ""},
  2179  		{"DF_1_ENDFILTEE", Const, 21, ""},
  2180  		{"DF_1_GLOBAL", Const, 21, ""},
  2181  		{"DF_1_GLOBAUDIT", Const, 21, ""},
  2182  		{"DF_1_GROUP", Const, 21, ""},
  2183  		{"DF_1_IGNMULDEF", Const, 21, ""},
  2184  		{"DF_1_INITFIRST", Const, 21, ""},
  2185  		{"DF_1_INTERPOSE", Const, 21, ""},
  2186  		{"DF_1_KMOD", Const, 21, ""},
  2187  		{"DF_1_LOADFLTR", Const, 21, ""},
  2188  		{"DF_1_NOCOMMON", Const, 21, ""},
  2189  		{"DF_1_NODEFLIB", Const, 21, ""},
  2190  		{"DF_1_NODELETE", Const, 21, ""},
  2191  		{"DF_1_NODIRECT", Const, 21, ""},
  2192  		{"DF_1_NODUMP", Const, 21, ""},
  2193  		{"DF_1_NOHDR", Const, 21, ""},
  2194  		{"DF_1_NOKSYMS", Const, 21, ""},
  2195  		{"DF_1_NOOPEN", Const, 21, ""},
  2196  		{"DF_1_NORELOC", Const, 21, ""},
  2197  		{"DF_1_NOW", Const, 21, ""},
  2198  		{"DF_1_ORIGIN", Const, 21, ""},
  2199  		{"DF_1_PIE", Const, 21, ""},
  2200  		{"DF_1_SINGLETON", Const, 21, ""},
  2201  		{"DF_1_STUB", Const, 21, ""},
  2202  		{"DF_1_SYMINTPOSE", Const, 21, ""},
  2203  		{"DF_1_TRANS", Const, 21, ""},
  2204  		{"DF_1_WEAKFILTER", Const, 21, ""},
  2205  		{"DF_BIND_NOW", Const, 0, ""},
  2206  		{"DF_ORIGIN", Const, 0, ""},
  2207  		{"DF_STATIC_TLS", Const, 0, ""},
  2208  		{"DF_SYMBOLIC", Const, 0, ""},
  2209  		{"DF_TEXTREL", Const, 0, ""},
  2210  		{"DT_ADDRRNGHI", Const, 16, ""},
  2211  		{"DT_ADDRRNGLO", Const, 16, ""},
  2212  		{"DT_AUDIT", Const, 16, ""},
  2213  		{"DT_AUXILIARY", Const, 16, ""},
  2214  		{"DT_BIND_NOW", Const, 0, ""},
  2215  		{"DT_CHECKSUM", Const, 16, ""},
  2216  		{"DT_CONFIG", Const, 16, ""},
  2217  		{"DT_DEBUG", Const, 0, ""},
  2218  		{"DT_DEPAUDIT", Const, 16, ""},
  2219  		{"DT_ENCODING", Const, 0, ""},
  2220  		{"DT_FEATURE", Const, 16, ""},
  2221  		{"DT_FILTER", Const, 16, ""},
  2222  		{"DT_FINI", Const, 0, ""},
  2223  		{"DT_FINI_ARRAY", Const, 0, ""},
  2224  		{"DT_FINI_ARRAYSZ", Const, 0, ""},
  2225  		{"DT_FLAGS", Const, 0, ""},
  2226  		{"DT_FLAGS_1", Const, 16, ""},
  2227  		{"DT_GNU_CONFLICT", Const, 16, ""},
  2228  		{"DT_GNU_CONFLICTSZ", Const, 16, ""},
  2229  		{"DT_GNU_HASH", Const, 16, ""},
  2230  		{"DT_GNU_LIBLIST", Const, 16, ""},
  2231  		{"DT_GNU_LIBLISTSZ", Const, 16, ""},
  2232  		{"DT_GNU_PRELINKED", Const, 16, ""},
  2233  		{"DT_HASH", Const, 0, ""},
  2234  		{"DT_HIOS", Const, 0, ""},
  2235  		{"DT_HIPROC", Const, 0, ""},
  2236  		{"DT_INIT", Const, 0, ""},
  2237  		{"DT_INIT_ARRAY", Const, 0, ""},
  2238  		{"DT_INIT_ARRAYSZ", Const, 0, ""},
  2239  		{"DT_JMPREL", Const, 0, ""},
  2240  		{"DT_LOOS", Const, 0, ""},
  2241  		{"DT_LOPROC", Const, 0, ""},
  2242  		{"DT_MIPS_AUX_DYNAMIC", Const, 16, ""},
  2243  		{"DT_MIPS_BASE_ADDRESS", Const, 16, ""},
  2244  		{"DT_MIPS_COMPACT_SIZE", Const, 16, ""},
  2245  		{"DT_MIPS_CONFLICT", Const, 16, ""},
  2246  		{"DT_MIPS_CONFLICTNO", Const, 16, ""},
  2247  		{"DT_MIPS_CXX_FLAGS", Const, 16, ""},
  2248  		{"DT_MIPS_DELTA_CLASS", Const, 16, ""},
  2249  		{"DT_MIPS_DELTA_CLASSSYM", Const, 16, ""},
  2250  		{"DT_MIPS_DELTA_CLASSSYM_NO", Const, 16, ""},
  2251  		{"DT_MIPS_DELTA_CLASS_NO", Const, 16, ""},
  2252  		{"DT_MIPS_DELTA_INSTANCE", Const, 16, ""},
  2253  		{"DT_MIPS_DELTA_INSTANCE_NO", Const, 16, ""},
  2254  		{"DT_MIPS_DELTA_RELOC", Const, 16, ""},
  2255  		{"DT_MIPS_DELTA_RELOC_NO", Const, 16, ""},
  2256  		{"DT_MIPS_DELTA_SYM", Const, 16, ""},
  2257  		{"DT_MIPS_DELTA_SYM_NO", Const, 16, ""},
  2258  		{"DT_MIPS_DYNSTR_ALIGN", Const, 16, ""},
  2259  		{"DT_MIPS_FLAGS", Const, 16, ""},
  2260  		{"DT_MIPS_GOTSYM", Const, 16, ""},
  2261  		{"DT_MIPS_GP_VALUE", Const, 16, ""},
  2262  		{"DT_MIPS_HIDDEN_GOTIDX", Const, 16, ""},
  2263  		{"DT_MIPS_HIPAGENO", Const, 16, ""},
  2264  		{"DT_MIPS_ICHECKSUM", Const, 16, ""},
  2265  		{"DT_MIPS_INTERFACE", Const, 16, ""},
  2266  		{"DT_MIPS_INTERFACE_SIZE", Const, 16, ""},
  2267  		{"DT_MIPS_IVERSION", Const, 16, ""},
  2268  		{"DT_MIPS_LIBLIST", Const, 16, ""},
  2269  		{"DT_MIPS_LIBLISTNO", Const, 16, ""},
  2270  		{"DT_MIPS_LOCALPAGE_GOTIDX", Const, 16, ""},
  2271  		{"DT_MIPS_LOCAL_GOTIDX", Const, 16, ""},
  2272  		{"DT_MIPS_LOCAL_GOTNO", Const, 16, ""},
  2273  		{"DT_MIPS_MSYM", Const, 16, ""},
  2274  		{"DT_MIPS_OPTIONS", Const, 16, ""},
  2275  		{"DT_MIPS_PERF_SUFFIX", Const, 16, ""},
  2276  		{"DT_MIPS_PIXIE_INIT", Const, 16, ""},
  2277  		{"DT_MIPS_PLTGOT", Const, 16, ""},
  2278  		{"DT_MIPS_PROTECTED_GOTIDX", Const, 16, ""},
  2279  		{"DT_MIPS_RLD_MAP", Const, 16, ""},
  2280  		{"DT_MIPS_RLD_MAP_REL", Const, 16, ""},
  2281  		{"DT_MIPS_RLD_TEXT_RESOLVE_ADDR", Const, 16, ""},
  2282  		{"DT_MIPS_RLD_VERSION", Const, 16, ""},
  2283  		{"DT_MIPS_RWPLT", Const, 16, ""},
  2284  		{"DT_MIPS_SYMBOL_LIB", Const, 16, ""},
  2285  		{"DT_MIPS_SYMTABNO", Const, 16, ""},
  2286  		{"DT_MIPS_TIME_STAMP", Const, 16, ""},
  2287  		{"DT_MIPS_UNREFEXTNO", Const, 16, ""},
  2288  		{"DT_MOVEENT", Const, 16, ""},
  2289  		{"DT_MOVESZ", Const, 16, ""},
  2290  		{"DT_MOVETAB", Const, 16, ""},
  2291  		{"DT_NEEDED", Const, 0, ""},
  2292  		{"DT_NULL", Const, 0, ""},
  2293  		{"DT_PLTGOT", Const, 0, ""},
  2294  		{"DT_PLTPAD", Const, 16, ""},
  2295  		{"DT_PLTPADSZ", Const, 16, ""},
  2296  		{"DT_PLTREL", Const, 0, ""},
  2297  		{"DT_PLTRELSZ", Const, 0, ""},
  2298  		{"DT_POSFLAG_1", Const, 16, ""},
  2299  		{"DT_PPC64_GLINK", Const, 16, ""},
  2300  		{"DT_PPC64_OPD", Const, 16, ""},
  2301  		{"DT_PPC64_OPDSZ", Const, 16, ""},
  2302  		{"DT_PPC64_OPT", Const, 16, ""},
  2303  		{"DT_PPC_GOT", Const, 16, ""},
  2304  		{"DT_PPC_OPT", Const, 16, ""},
  2305  		{"DT_PREINIT_ARRAY", Const, 0, ""},
  2306  		{"DT_PREINIT_ARRAYSZ", Const, 0, ""},
  2307  		{"DT_REL", Const, 0, ""},
  2308  		{"DT_RELA", Const, 0, ""},
  2309  		{"DT_RELACOUNT", Const, 16, ""},
  2310  		{"DT_RELAENT", Const, 0, ""},
  2311  		{"DT_RELASZ", Const, 0, ""},
  2312  		{"DT_RELCOUNT", Const, 16, ""},
  2313  		{"DT_RELENT", Const, 0, ""},
  2314  		{"DT_RELSZ", Const, 0, ""},
  2315  		{"DT_RPATH", Const, 0, ""},
  2316  		{"DT_RUNPATH", Const, 0, ""},
  2317  		{"DT_SONAME", Const, 0, ""},
  2318  		{"DT_SPARC_REGISTER", Const, 16, ""},
  2319  		{"DT_STRSZ", Const, 0, ""},
  2320  		{"DT_STRTAB", Const, 0, ""},
  2321  		{"DT_SYMBOLIC", Const, 0, ""},
  2322  		{"DT_SYMENT", Const, 0, ""},
  2323  		{"DT_SYMINENT", Const, 16, ""},
  2324  		{"DT_SYMINFO", Const, 16, ""},
  2325  		{"DT_SYMINSZ", Const, 16, ""},
  2326  		{"DT_SYMTAB", Const, 0, ""},
  2327  		{"DT_SYMTAB_SHNDX", Const, 16, ""},
  2328  		{"DT_TEXTREL", Const, 0, ""},
  2329  		{"DT_TLSDESC_GOT", Const, 16, ""},
  2330  		{"DT_TLSDESC_PLT", Const, 16, ""},
  2331  		{"DT_USED", Const, 16, ""},
  2332  		{"DT_VALRNGHI", Const, 16, ""},
  2333  		{"DT_VALRNGLO", Const, 16, ""},
  2334  		{"DT_VERDEF", Const, 16, ""},
  2335  		{"DT_VERDEFNUM", Const, 16, ""},
  2336  		{"DT_VERNEED", Const, 0, ""},
  2337  		{"DT_VERNEEDNUM", Const, 0, ""},
  2338  		{"DT_VERSYM", Const, 0, ""},
  2339  		{"Data", Type, 0, ""},
  2340  		{"Dyn32", Type, 0, ""},
  2341  		{"Dyn32.Tag", Field, 0, ""},
  2342  		{"Dyn32.Val", Field, 0, ""},
  2343  		{"Dyn64", Type, 0, ""},
  2344  		{"Dyn64.Tag", Field, 0, ""},
  2345  		{"Dyn64.Val", Field, 0, ""},
  2346  		{"DynFlag", Type, 0, ""},
  2347  		{"DynFlag1", Type, 21, ""},
  2348  		{"DynTag", Type, 0, ""},
  2349  		{"DynamicVersion", Type, 24, ""},
  2350  		{"DynamicVersion.Deps", Field, 24, ""},
  2351  		{"DynamicVersion.Flags", Field, 24, ""},
  2352  		{"DynamicVersion.Index", Field, 24, ""},
  2353  		{"DynamicVersion.Name", Field, 24, ""},
  2354  		{"DynamicVersionDep", Type, 24, ""},
  2355  		{"DynamicVersionDep.Dep", Field, 24, ""},
  2356  		{"DynamicVersionDep.Flags", Field, 24, ""},
  2357  		{"DynamicVersionDep.Index", Field, 24, ""},
  2358  		{"DynamicVersionFlag", Type, 24, ""},
  2359  		{"DynamicVersionNeed", Type, 24, ""},
  2360  		{"DynamicVersionNeed.Name", Field, 24, ""},
  2361  		{"DynamicVersionNeed.Needs", Field, 24, ""},
  2362  		{"EI_ABIVERSION", Const, 0, ""},
  2363  		{"EI_CLASS", Const, 0, ""},
  2364  		{"EI_DATA", Const, 0, ""},
  2365  		{"EI_NIDENT", Const, 0, ""},
  2366  		{"EI_OSABI", Const, 0, ""},
  2367  		{"EI_PAD", Const, 0, ""},
  2368  		{"EI_VERSION", Const, 0, ""},
  2369  		{"ELFCLASS32", Const, 0, ""},
  2370  		{"ELFCLASS64", Const, 0, ""},
  2371  		{"ELFCLASSNONE", Const, 0, ""},
  2372  		{"ELFDATA2LSB", Const, 0, ""},
  2373  		{"ELFDATA2MSB", Const, 0, ""},
  2374  		{"ELFDATANONE", Const, 0, ""},
  2375  		{"ELFMAG", Const, 0, ""},
  2376  		{"ELFOSABI_86OPEN", Const, 0, ""},
  2377  		{"ELFOSABI_AIX", Const, 0, ""},
  2378  		{"ELFOSABI_ARM", Const, 0, ""},
  2379  		{"ELFOSABI_AROS", Const, 11, ""},
  2380  		{"ELFOSABI_CLOUDABI", Const, 11, ""},
  2381  		{"ELFOSABI_FENIXOS", Const, 11, ""},
  2382  		{"ELFOSABI_FREEBSD", Const, 0, ""},
  2383  		{"ELFOSABI_HPUX", Const, 0, ""},
  2384  		{"ELFOSABI_HURD", Const, 0, ""},
  2385  		{"ELFOSABI_IRIX", Const, 0, ""},
  2386  		{"ELFOSABI_LINUX", Const, 0, ""},
  2387  		{"ELFOSABI_MODESTO", Const, 0, ""},
  2388  		{"ELFOSABI_NETBSD", Const, 0, ""},
  2389  		{"ELFOSABI_NONE", Const, 0, ""},
  2390  		{"ELFOSABI_NSK", Const, 0, ""},
  2391  		{"ELFOSABI_OPENBSD", Const, 0, ""},
  2392  		{"ELFOSABI_OPENVMS", Const, 0, ""},
  2393  		{"ELFOSABI_SOLARIS", Const, 0, ""},
  2394  		{"ELFOSABI_STANDALONE", Const, 0, ""},
  2395  		{"ELFOSABI_TRU64", Const, 0, ""},
  2396  		{"EM_386", Const, 0, ""},
  2397  		{"EM_486", Const, 0, ""},
  2398  		{"EM_56800EX", Const, 11, ""},
  2399  		{"EM_68HC05", Const, 11, ""},
  2400  		{"EM_68HC08", Const, 11, ""},
  2401  		{"EM_68HC11", Const, 11, ""},
  2402  		{"EM_68HC12", Const, 0, ""},
  2403  		{"EM_68HC16", Const, 11, ""},
  2404  		{"EM_68K", Const, 0, ""},
  2405  		{"EM_78KOR", Const, 11, ""},
  2406  		{"EM_8051", Const, 11, ""},
  2407  		{"EM_860", Const, 0, ""},
  2408  		{"EM_88K", Const, 0, ""},
  2409  		{"EM_960", Const, 0, ""},
  2410  		{"EM_AARCH64", Const, 4, ""},
  2411  		{"EM_ALPHA", Const, 0, ""},
  2412  		{"EM_ALPHA_STD", Const, 0, ""},
  2413  		{"EM_ALTERA_NIOS2", Const, 11, ""},
  2414  		{"EM_AMDGPU", Const, 11, ""},
  2415  		{"EM_ARC", Const, 0, ""},
  2416  		{"EM_ARCA", Const, 11, ""},
  2417  		{"EM_ARC_COMPACT", Const, 11, ""},
  2418  		{"EM_ARC_COMPACT2", Const, 11, ""},
  2419  		{"EM_ARM", Const, 0, ""},
  2420  		{"EM_AVR", Const, 11, ""},
  2421  		{"EM_AVR32", Const, 11, ""},
  2422  		{"EM_BA1", Const, 11, ""},
  2423  		{"EM_BA2", Const, 11, ""},
  2424  		{"EM_BLACKFIN", Const, 11, ""},
  2425  		{"EM_BPF", Const, 11, ""},
  2426  		{"EM_C166", Const, 11, ""},
  2427  		{"EM_CDP", Const, 11, ""},
  2428  		{"EM_CE", Const, 11, ""},
  2429  		{"EM_CLOUDSHIELD", Const, 11, ""},
  2430  		{"EM_COGE", Const, 11, ""},
  2431  		{"EM_COLDFIRE", Const, 0, ""},
  2432  		{"EM_COOL", Const, 11, ""},
  2433  		{"EM_COREA_1ST", Const, 11, ""},
  2434  		{"EM_COREA_2ND", Const, 11, ""},
  2435  		{"EM_CR", Const, 11, ""},
  2436  		{"EM_CR16", Const, 11, ""},
  2437  		{"EM_CRAYNV2", Const, 11, ""},
  2438  		{"EM_CRIS", Const, 11, ""},
  2439  		{"EM_CRX", Const, 11, ""},
  2440  		{"EM_CSR_KALIMBA", Const, 11, ""},
  2441  		{"EM_CUDA", Const, 11, ""},
  2442  		{"EM_CYPRESS_M8C", Const, 11, ""},
  2443  		{"EM_D10V", Const, 11, ""},
  2444  		{"EM_D30V", Const, 11, ""},
  2445  		{"EM_DSP24", Const, 11, ""},
  2446  		{"EM_DSPIC30F", Const, 11, ""},
  2447  		{"EM_DXP", Const, 11, ""},
  2448  		{"EM_ECOG1", Const, 11, ""},
  2449  		{"EM_ECOG16", Const, 11, ""},
  2450  		{"EM_ECOG1X", Const, 11, ""},
  2451  		{"EM_ECOG2", Const, 11, ""},
  2452  		{"EM_ETPU", Const, 11, ""},
  2453  		{"EM_EXCESS", Const, 11, ""},
  2454  		{"EM_F2MC16", Const, 11, ""},
  2455  		{"EM_FIREPATH", Const, 11, ""},
  2456  		{"EM_FR20", Const, 0, ""},
  2457  		{"EM_FR30", Const, 11, ""},
  2458  		{"EM_FT32", Const, 11, ""},
  2459  		{"EM_FX66", Const, 11, ""},
  2460  		{"EM_H8S", Const, 0, ""},
  2461  		{"EM_H8_300", Const, 0, ""},
  2462  		{"EM_H8_300H", Const, 0, ""},
  2463  		{"EM_H8_500", Const, 0, ""},
  2464  		{"EM_HUANY", Const, 11, ""},
  2465  		{"EM_IA_64", Const, 0, ""},
  2466  		{"EM_INTEL205", Const, 11, ""},
  2467  		{"EM_INTEL206", Const, 11, ""},
  2468  		{"EM_INTEL207", Const, 11, ""},
  2469  		{"EM_INTEL208", Const, 11, ""},
  2470  		{"EM_INTEL209", Const, 11, ""},
  2471  		{"EM_IP2K", Const, 11, ""},
  2472  		{"EM_JAVELIN", Const, 11, ""},
  2473  		{"EM_K10M", Const, 11, ""},
  2474  		{"EM_KM32", Const, 11, ""},
  2475  		{"EM_KMX16", Const, 11, ""},
  2476  		{"EM_KMX32", Const, 11, ""},
  2477  		{"EM_KMX8", Const, 11, ""},
  2478  		{"EM_KVARC", Const, 11, ""},
  2479  		{"EM_L10M", Const, 11, ""},
  2480  		{"EM_LANAI", Const, 11, ""},
  2481  		{"EM_LATTICEMICO32", Const, 11, ""},
  2482  		{"EM_LOONGARCH", Const, 19, ""},
  2483  		{"EM_M16C", Const, 11, ""},
  2484  		{"EM_M32", Const, 0, ""},
  2485  		{"EM_M32C", Const, 11, ""},
  2486  		{"EM_M32R", Const, 11, ""},
  2487  		{"EM_MANIK", Const, 11, ""},
  2488  		{"EM_MAX", Const, 11, ""},
  2489  		{"EM_MAXQ30", Const, 11, ""},
  2490  		{"EM_MCHP_PIC", Const, 11, ""},
  2491  		{"EM_MCST_ELBRUS", Const, 11, ""},
  2492  		{"EM_ME16", Const, 0, ""},
  2493  		{"EM_METAG", Const, 11, ""},
  2494  		{"EM_MICROBLAZE", Const, 11, ""},
  2495  		{"EM_MIPS", Const, 0, ""},
  2496  		{"EM_MIPS_RS3_LE", Const, 0, ""},
  2497  		{"EM_MIPS_RS4_BE", Const, 0, ""},
  2498  		{"EM_MIPS_X", Const, 0, ""},
  2499  		{"EM_MMA", Const, 0, ""},
  2500  		{"EM_MMDSP_PLUS", Const, 11, ""},
  2501  		{"EM_MMIX", Const, 11, ""},
  2502  		{"EM_MN10200", Const, 11, ""},
  2503  		{"EM_MN10300", Const, 11, ""},
  2504  		{"EM_MOXIE", Const, 11, ""},
  2505  		{"EM_MSP430", Const, 11, ""},
  2506  		{"EM_NCPU", Const, 0, ""},
  2507  		{"EM_NDR1", Const, 0, ""},
  2508  		{"EM_NDS32", Const, 11, ""},
  2509  		{"EM_NONE", Const, 0, ""},
  2510  		{"EM_NORC", Const, 11, ""},
  2511  		{"EM_NS32K", Const, 11, ""},
  2512  		{"EM_OPEN8", Const, 11, ""},
  2513  		{"EM_OPENRISC", Const, 11, ""},
  2514  		{"EM_PARISC", Const, 0, ""},
  2515  		{"EM_PCP", Const, 0, ""},
  2516  		{"EM_PDP10", Const, 11, ""},
  2517  		{"EM_PDP11", Const, 11, ""},
  2518  		{"EM_PDSP", Const, 11, ""},
  2519  		{"EM_PJ", Const, 11, ""},
  2520  		{"EM_PPC", Const, 0, ""},
  2521  		{"EM_PPC64", Const, 0, ""},
  2522  		{"EM_PRISM", Const, 11, ""},
  2523  		{"EM_QDSP6", Const, 11, ""},
  2524  		{"EM_R32C", Const, 11, ""},
  2525  		{"EM_RCE", Const, 0, ""},
  2526  		{"EM_RH32", Const, 0, ""},
  2527  		{"EM_RISCV", Const, 11, ""},
  2528  		{"EM_RL78", Const, 11, ""},
  2529  		{"EM_RS08", Const, 11, ""},
  2530  		{"EM_RX", Const, 11, ""},
  2531  		{"EM_S370", Const, 0, ""},
  2532  		{"EM_S390", Const, 0, ""},
  2533  		{"EM_SCORE7", Const, 11, ""},
  2534  		{"EM_SEP", Const, 11, ""},
  2535  		{"EM_SE_C17", Const, 11, ""},
  2536  		{"EM_SE_C33", Const, 11, ""},
  2537  		{"EM_SH", Const, 0, ""},
  2538  		{"EM_SHARC", Const, 11, ""},
  2539  		{"EM_SLE9X", Const, 11, ""},
  2540  		{"EM_SNP1K", Const, 11, ""},
  2541  		{"EM_SPARC", Const, 0, ""},
  2542  		{"EM_SPARC32PLUS", Const, 0, ""},
  2543  		{"EM_SPARCV9", Const, 0, ""},
  2544  		{"EM_ST100", Const, 0, ""},
  2545  		{"EM_ST19", Const, 11, ""},
  2546  		{"EM_ST200", Const, 11, ""},
  2547  		{"EM_ST7", Const, 11, ""},
  2548  		{"EM_ST9PLUS", Const, 11, ""},
  2549  		{"EM_STARCORE", Const, 0, ""},
  2550  		{"EM_STM8", Const, 11, ""},
  2551  		{"EM_STXP7X", Const, 11, ""},
  2552  		{"EM_SVX", Const, 11, ""},
  2553  		{"EM_TILE64", Const, 11, ""},
  2554  		{"EM_TILEGX", Const, 11, ""},
  2555  		{"EM_TILEPRO", Const, 11, ""},
  2556  		{"EM_TINYJ", Const, 0, ""},
  2557  		{"EM_TI_ARP32", Const, 11, ""},
  2558  		{"EM_TI_C2000", Const, 11, ""},
  2559  		{"EM_TI_C5500", Const, 11, ""},
  2560  		{"EM_TI_C6000", Const, 11, ""},
  2561  		{"EM_TI_PRU", Const, 11, ""},
  2562  		{"EM_TMM_GPP", Const, 11, ""},
  2563  		{"EM_TPC", Const, 11, ""},
  2564  		{"EM_TRICORE", Const, 0, ""},
  2565  		{"EM_TRIMEDIA", Const, 11, ""},
  2566  		{"EM_TSK3000", Const, 11, ""},
  2567  		{"EM_UNICORE", Const, 11, ""},
  2568  		{"EM_V800", Const, 0, ""},
  2569  		{"EM_V850", Const, 11, ""},
  2570  		{"EM_VAX", Const, 11, ""},
  2571  		{"EM_VIDEOCORE", Const, 11, ""},
  2572  		{"EM_VIDEOCORE3", Const, 11, ""},
  2573  		{"EM_VIDEOCORE5", Const, 11, ""},
  2574  		{"EM_VISIUM", Const, 11, ""},
  2575  		{"EM_VPP500", Const, 0, ""},
  2576  		{"EM_X86_64", Const, 0, ""},
  2577  		{"EM_XCORE", Const, 11, ""},
  2578  		{"EM_XGATE", Const, 11, ""},
  2579  		{"EM_XIMO16", Const, 11, ""},
  2580  		{"EM_XTENSA", Const, 11, ""},
  2581  		{"EM_Z80", Const, 11, ""},
  2582  		{"EM_ZSP", Const, 11, ""},
  2583  		{"ET_CORE", Const, 0, ""},
  2584  		{"ET_DYN", Const, 0, ""},
  2585  		{"ET_EXEC", Const, 0, ""},
  2586  		{"ET_HIOS", Const, 0, ""},
  2587  		{"ET_HIPROC", Const, 0, ""},
  2588  		{"ET_LOOS", Const, 0, ""},
  2589  		{"ET_LOPROC", Const, 0, ""},
  2590  		{"ET_NONE", Const, 0, ""},
  2591  		{"ET_REL", Const, 0, ""},
  2592  		{"EV_CURRENT", Const, 0, ""},
  2593  		{"EV_NONE", Const, 0, ""},
  2594  		{"ErrNoSymbols", Var, 4, ""},
  2595  		{"File", Type, 0, ""},
  2596  		{"File.FileHeader", Field, 0, ""},
  2597  		{"File.Progs", Field, 0, ""},
  2598  		{"File.Sections", Field, 0, ""},
  2599  		{"FileHeader", Type, 0, ""},
  2600  		{"FileHeader.ABIVersion", Field, 0, ""},
  2601  		{"FileHeader.ByteOrder", Field, 0, ""},
  2602  		{"FileHeader.Class", Field, 0, ""},
  2603  		{"FileHeader.Data", Field, 0, ""},
  2604  		{"FileHeader.Entry", Field, 1, ""},
  2605  		{"FileHeader.Machine", Field, 0, ""},
  2606  		{"FileHeader.OSABI", Field, 0, ""},
  2607  		{"FileHeader.Type", Field, 0, ""},
  2608  		{"FileHeader.Version", Field, 0, ""},
  2609  		{"FormatError", Type, 0, ""},
  2610  		{"Header32", Type, 0, ""},
  2611  		{"Header32.Ehsize", Field, 0, ""},
  2612  		{"Header32.Entry", Field, 0, ""},
  2613  		{"Header32.Flags", Field, 0, ""},
  2614  		{"Header32.Ident", Field, 0, ""},
  2615  		{"Header32.Machine", Field, 0, ""},
  2616  		{"Header32.Phentsize", Field, 0, ""},
  2617  		{"Header32.Phnum", Field, 0, ""},
  2618  		{"Header32.Phoff", Field, 0, ""},
  2619  		{"Header32.Shentsize", Field, 0, ""},
  2620  		{"Header32.Shnum", Field, 0, ""},
  2621  		{"Header32.Shoff", Field, 0, ""},
  2622  		{"Header32.Shstrndx", Field, 0, ""},
  2623  		{"Header32.Type", Field, 0, ""},
  2624  		{"Header32.Version", Field, 0, ""},
  2625  		{"Header64", Type, 0, ""},
  2626  		{"Header64.Ehsize", Field, 0, ""},
  2627  		{"Header64.Entry", Field, 0, ""},
  2628  		{"Header64.Flags", Field, 0, ""},
  2629  		{"Header64.Ident", Field, 0, ""},
  2630  		{"Header64.Machine", Field, 0, ""},
  2631  		{"Header64.Phentsize", Field, 0, ""},
  2632  		{"Header64.Phnum", Field, 0, ""},
  2633  		{"Header64.Phoff", Field, 0, ""},
  2634  		{"Header64.Shentsize", Field, 0, ""},
  2635  		{"Header64.Shnum", Field, 0, ""},
  2636  		{"Header64.Shoff", Field, 0, ""},
  2637  		{"Header64.Shstrndx", Field, 0, ""},
  2638  		{"Header64.Type", Field, 0, ""},
  2639  		{"Header64.Version", Field, 0, ""},
  2640  		{"ImportedSymbol", Type, 0, ""},
  2641  		{"ImportedSymbol.Library", Field, 0, ""},
  2642  		{"ImportedSymbol.Name", Field, 0, ""},
  2643  		{"ImportedSymbol.Version", Field, 0, ""},
  2644  		{"Machine", Type, 0, ""},
  2645  		{"NT_FPREGSET", Const, 0, ""},
  2646  		{"NT_PRPSINFO", Const, 0, ""},
  2647  		{"NT_PRSTATUS", Const, 0, ""},
  2648  		{"NType", Type, 0, ""},
  2649  		{"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
  2650  		{"OSABI", Type, 0, ""},
  2651  		{"Open", Func, 0, "func(name string) (*File, error)"},
  2652  		{"PF_MASKOS", Const, 0, ""},
  2653  		{"PF_MASKPROC", Const, 0, ""},
  2654  		{"PF_R", Const, 0, ""},
  2655  		{"PF_W", Const, 0, ""},
  2656  		{"PF_X", Const, 0, ""},
  2657  		{"PT_AARCH64_ARCHEXT", Const, 16, ""},
  2658  		{"PT_AARCH64_UNWIND", Const, 16, ""},
  2659  		{"PT_ARM_ARCHEXT", Const, 16, ""},
  2660  		{"PT_ARM_EXIDX", Const, 16, ""},
  2661  		{"PT_DYNAMIC", Const, 0, ""},
  2662  		{"PT_GNU_EH_FRAME", Const, 16, ""},
  2663  		{"PT_GNU_MBIND_HI", Const, 16, ""},
  2664  		{"PT_GNU_MBIND_LO", Const, 16, ""},
  2665  		{"PT_GNU_PROPERTY", Const, 16, ""},
  2666  		{"PT_GNU_RELRO", Const, 16, ""},
  2667  		{"PT_GNU_STACK", Const, 16, ""},
  2668  		{"PT_HIOS", Const, 0, ""},
  2669  		{"PT_HIPROC", Const, 0, ""},
  2670  		{"PT_INTERP", Const, 0, ""},
  2671  		{"PT_LOAD", Const, 0, ""},
  2672  		{"PT_LOOS", Const, 0, ""},
  2673  		{"PT_LOPROC", Const, 0, ""},
  2674  		{"PT_MIPS_ABIFLAGS", Const, 16, ""},
  2675  		{"PT_MIPS_OPTIONS", Const, 16, ""},
  2676  		{"PT_MIPS_REGINFO", Const, 16, ""},
  2677  		{"PT_MIPS_RTPROC", Const, 16, ""},
  2678  		{"PT_NOTE", Const, 0, ""},
  2679  		{"PT_NULL", Const, 0, ""},
  2680  		{"PT_OPENBSD_BOOTDATA", Const, 16, ""},
  2681  		{"PT_OPENBSD_NOBTCFI", Const, 23, ""},
  2682  		{"PT_OPENBSD_RANDOMIZE", Const, 16, ""},
  2683  		{"PT_OPENBSD_WXNEEDED", Const, 16, ""},
  2684  		{"PT_PAX_FLAGS", Const, 16, ""},
  2685  		{"PT_PHDR", Const, 0, ""},
  2686  		{"PT_RISCV_ATTRIBUTES", Const, 25, ""},
  2687  		{"PT_S390_PGSTE", Const, 16, ""},
  2688  		{"PT_SHLIB", Const, 0, ""},
  2689  		{"PT_SUNWSTACK", Const, 16, ""},
  2690  		{"PT_SUNW_EH_FRAME", Const, 16, ""},
  2691  		{"PT_TLS", Const, 0, ""},
  2692  		{"Prog", Type, 0, ""},
  2693  		{"Prog.ProgHeader", Field, 0, ""},
  2694  		{"Prog.ReaderAt", Field, 0, ""},
  2695  		{"Prog32", Type, 0, ""},
  2696  		{"Prog32.Align", Field, 0, ""},
  2697  		{"Prog32.Filesz", Field, 0, ""},
  2698  		{"Prog32.Flags", Field, 0, ""},
  2699  		{"Prog32.Memsz", Field, 0, ""},
  2700  		{"Prog32.Off", Field, 0, ""},
  2701  		{"Prog32.Paddr", Field, 0, ""},
  2702  		{"Prog32.Type", Field, 0, ""},
  2703  		{"Prog32.Vaddr", Field, 0, ""},
  2704  		{"Prog64", Type, 0, ""},
  2705  		{"Prog64.Align", Field, 0, ""},
  2706  		{"Prog64.Filesz", Field, 0, ""},
  2707  		{"Prog64.Flags", Field, 0, ""},
  2708  		{"Prog64.Memsz", Field, 0, ""},
  2709  		{"Prog64.Off", Field, 0, ""},
  2710  		{"Prog64.Paddr", Field, 0, ""},
  2711  		{"Prog64.Type", Field, 0, ""},
  2712  		{"Prog64.Vaddr", Field, 0, ""},
  2713  		{"ProgFlag", Type, 0, ""},
  2714  		{"ProgHeader", Type, 0, ""},
  2715  		{"ProgHeader.Align", Field, 0, ""},
  2716  		{"ProgHeader.Filesz", Field, 0, ""},
  2717  		{"ProgHeader.Flags", Field, 0, ""},
  2718  		{"ProgHeader.Memsz", Field, 0, ""},
  2719  		{"ProgHeader.Off", Field, 0, ""},
  2720  		{"ProgHeader.Paddr", Field, 0, ""},
  2721  		{"ProgHeader.Type", Field, 0, ""},
  2722  		{"ProgHeader.Vaddr", Field, 0, ""},
  2723  		{"ProgType", Type, 0, ""},
  2724  		{"R_386", Type, 0, ""},
  2725  		{"R_386_16", Const, 10, ""},
  2726  		{"R_386_32", Const, 0, ""},
  2727  		{"R_386_32PLT", Const, 10, ""},
  2728  		{"R_386_8", Const, 10, ""},
  2729  		{"R_386_COPY", Const, 0, ""},
  2730  		{"R_386_GLOB_DAT", Const, 0, ""},
  2731  		{"R_386_GOT32", Const, 0, ""},
  2732  		{"R_386_GOT32X", Const, 10, ""},
  2733  		{"R_386_GOTOFF", Const, 0, ""},
  2734  		{"R_386_GOTPC", Const, 0, ""},
  2735  		{"R_386_IRELATIVE", Const, 10, ""},
  2736  		{"R_386_JMP_SLOT", Const, 0, ""},
  2737  		{"R_386_NONE", Const, 0, ""},
  2738  		{"R_386_PC16", Const, 10, ""},
  2739  		{"R_386_PC32", Const, 0, ""},
  2740  		{"R_386_PC8", Const, 10, ""},
  2741  		{"R_386_PLT32", Const, 0, ""},
  2742  		{"R_386_RELATIVE", Const, 0, ""},
  2743  		{"R_386_SIZE32", Const, 10, ""},
  2744  		{"R_386_TLS_DESC", Const, 10, ""},
  2745  		{"R_386_TLS_DESC_CALL", Const, 10, ""},
  2746  		{"R_386_TLS_DTPMOD32", Const, 0, ""},
  2747  		{"R_386_TLS_DTPOFF32", Const, 0, ""},
  2748  		{"R_386_TLS_GD", Const, 0, ""},
  2749  		{"R_386_TLS_GD_32", Const, 0, ""},
  2750  		{"R_386_TLS_GD_CALL", Const, 0, ""},
  2751  		{"R_386_TLS_GD_POP", Const, 0, ""},
  2752  		{"R_386_TLS_GD_PUSH", Const, 0, ""},
  2753  		{"R_386_TLS_GOTDESC", Const, 10, ""},
  2754  		{"R_386_TLS_GOTIE", Const, 0, ""},
  2755  		{"R_386_TLS_IE", Const, 0, ""},
  2756  		{"R_386_TLS_IE_32", Const, 0, ""},
  2757  		{"R_386_TLS_LDM", Const, 0, ""},
  2758  		{"R_386_TLS_LDM_32", Const, 0, ""},
  2759  		{"R_386_TLS_LDM_CALL", Const, 0, ""},
  2760  		{"R_386_TLS_LDM_POP", Const, 0, ""},
  2761  		{"R_386_TLS_LDM_PUSH", Const, 0, ""},
  2762  		{"R_386_TLS_LDO_32", Const, 0, ""},
  2763  		{"R_386_TLS_LE", Const, 0, ""},
  2764  		{"R_386_TLS_LE_32", Const, 0, ""},
  2765  		{"R_386_TLS_TPOFF", Const, 0, ""},
  2766  		{"R_386_TLS_TPOFF32", Const, 0, ""},
  2767  		{"R_390", Type, 7, ""},
  2768  		{"R_390_12", Const, 7, ""},
  2769  		{"R_390_16", Const, 7, ""},
  2770  		{"R_390_20", Const, 7, ""},
  2771  		{"R_390_32", Const, 7, ""},
  2772  		{"R_390_64", Const, 7, ""},
  2773  		{"R_390_8", Const, 7, ""},
  2774  		{"R_390_COPY", Const, 7, ""},
  2775  		{"R_390_GLOB_DAT", Const, 7, ""},
  2776  		{"R_390_GOT12", Const, 7, ""},
  2777  		{"R_390_GOT16", Const, 7, ""},
  2778  		{"R_390_GOT20", Const, 7, ""},
  2779  		{"R_390_GOT32", Const, 7, ""},
  2780  		{"R_390_GOT64", Const, 7, ""},
  2781  		{"R_390_GOTENT", Const, 7, ""},
  2782  		{"R_390_GOTOFF", Const, 7, ""},
  2783  		{"R_390_GOTOFF16", Const, 7, ""},
  2784  		{"R_390_GOTOFF64", Const, 7, ""},
  2785  		{"R_390_GOTPC", Const, 7, ""},
  2786  		{"R_390_GOTPCDBL", Const, 7, ""},
  2787  		{"R_390_GOTPLT12", Const, 7, ""},
  2788  		{"R_390_GOTPLT16", Const, 7, ""},
  2789  		{"R_390_GOTPLT20", Const, 7, ""},
  2790  		{"R_390_GOTPLT32", Const, 7, ""},
  2791  		{"R_390_GOTPLT64", Const, 7, ""},
  2792  		{"R_390_GOTPLTENT", Const, 7, ""},
  2793  		{"R_390_GOTPLTOFF16", Const, 7, ""},
  2794  		{"R_390_GOTPLTOFF32", Const, 7, ""},
  2795  		{"R_390_GOTPLTOFF64", Const, 7, ""},
  2796  		{"R_390_JMP_SLOT", Const, 7, ""},
  2797  		{"R_390_NONE", Const, 7, ""},
  2798  		{"R_390_PC16", Const, 7, ""},
  2799  		{"R_390_PC16DBL", Const, 7, ""},
  2800  		{"R_390_PC32", Const, 7, ""},
  2801  		{"R_390_PC32DBL", Const, 7, ""},
  2802  		{"R_390_PC64", Const, 7, ""},
  2803  		{"R_390_PLT16DBL", Const, 7, ""},
  2804  		{"R_390_PLT32", Const, 7, ""},
  2805  		{"R_390_PLT32DBL", Const, 7, ""},
  2806  		{"R_390_PLT64", Const, 7, ""},
  2807  		{"R_390_RELATIVE", Const, 7, ""},
  2808  		{"R_390_TLS_DTPMOD", Const, 7, ""},
  2809  		{"R_390_TLS_DTPOFF", Const, 7, ""},
  2810  		{"R_390_TLS_GD32", Const, 7, ""},
  2811  		{"R_390_TLS_GD64", Const, 7, ""},
  2812  		{"R_390_TLS_GDCALL", Const, 7, ""},
  2813  		{"R_390_TLS_GOTIE12", Const, 7, ""},
  2814  		{"R_390_TLS_GOTIE20", Const, 7, ""},
  2815  		{"R_390_TLS_GOTIE32", Const, 7, ""},
  2816  		{"R_390_TLS_GOTIE64", Const, 7, ""},
  2817  		{"R_390_TLS_IE32", Const, 7, ""},
  2818  		{"R_390_TLS_IE64", Const, 7, ""},
  2819  		{"R_390_TLS_IEENT", Const, 7, ""},
  2820  		{"R_390_TLS_LDCALL", Const, 7, ""},
  2821  		{"R_390_TLS_LDM32", Const, 7, ""},
  2822  		{"R_390_TLS_LDM64", Const, 7, ""},
  2823  		{"R_390_TLS_LDO32", Const, 7, ""},
  2824  		{"R_390_TLS_LDO64", Const, 7, ""},
  2825  		{"R_390_TLS_LE32", Const, 7, ""},
  2826  		{"R_390_TLS_LE64", Const, 7, ""},
  2827  		{"R_390_TLS_LOAD", Const, 7, ""},
  2828  		{"R_390_TLS_TPOFF", Const, 7, ""},
  2829  		{"R_AARCH64", Type, 4, ""},
  2830  		{"R_AARCH64_ABS16", Const, 4, ""},
  2831  		{"R_AARCH64_ABS32", Const, 4, ""},
  2832  		{"R_AARCH64_ABS64", Const, 4, ""},
  2833  		{"R_AARCH64_ADD_ABS_LO12_NC", Const, 4, ""},
  2834  		{"R_AARCH64_ADR_GOT_PAGE", Const, 4, ""},
  2835  		{"R_AARCH64_ADR_PREL_LO21", Const, 4, ""},
  2836  		{"R_AARCH64_ADR_PREL_PG_HI21", Const, 4, ""},
  2837  		{"R_AARCH64_ADR_PREL_PG_HI21_NC", Const, 4, ""},
  2838  		{"R_AARCH64_CALL26", Const, 4, ""},
  2839  		{"R_AARCH64_CONDBR19", Const, 4, ""},
  2840  		{"R_AARCH64_COPY", Const, 4, ""},
  2841  		{"R_AARCH64_GLOB_DAT", Const, 4, ""},
  2842  		{"R_AARCH64_GOT_LD_PREL19", Const, 4, ""},
  2843  		{"R_AARCH64_IRELATIVE", Const, 4, ""},
  2844  		{"R_AARCH64_JUMP26", Const, 4, ""},
  2845  		{"R_AARCH64_JUMP_SLOT", Const, 4, ""},
  2846  		{"R_AARCH64_LD64_GOTOFF_LO15", Const, 10, ""},
  2847  		{"R_AARCH64_LD64_GOTPAGE_LO15", Const, 10, ""},
  2848  		{"R_AARCH64_LD64_GOT_LO12_NC", Const, 4, ""},
  2849  		{"R_AARCH64_LDST128_ABS_LO12_NC", Const, 4, ""},
  2850  		{"R_AARCH64_LDST16_ABS_LO12_NC", Const, 4, ""},
  2851  		{"R_AARCH64_LDST32_ABS_LO12_NC", Const, 4, ""},
  2852  		{"R_AARCH64_LDST64_ABS_LO12_NC", Const, 4, ""},
  2853  		{"R_AARCH64_LDST8_ABS_LO12_NC", Const, 4, ""},
  2854  		{"R_AARCH64_LD_PREL_LO19", Const, 4, ""},
  2855  		{"R_AARCH64_MOVW_SABS_G0", Const, 4, ""},
  2856  		{"R_AARCH64_MOVW_SABS_G1", Const, 4, ""},
  2857  		{"R_AARCH64_MOVW_SABS_G2", Const, 4, ""},
  2858  		{"R_AARCH64_MOVW_UABS_G0", Const, 4, ""},
  2859  		{"R_AARCH64_MOVW_UABS_G0_NC", Const, 4, ""},
  2860  		{"R_AARCH64_MOVW_UABS_G1", Const, 4, ""},
  2861  		{"R_AARCH64_MOVW_UABS_G1_NC", Const, 4, ""},
  2862  		{"R_AARCH64_MOVW_UABS_G2", Const, 4, ""},
  2863  		{"R_AARCH64_MOVW_UABS_G2_NC", Const, 4, ""},
  2864  		{"R_AARCH64_MOVW_UABS_G3", Const, 4, ""},
  2865  		{"R_AARCH64_NONE", Const, 4, ""},
  2866  		{"R_AARCH64_NULL", Const, 4, ""},
  2867  		{"R_AARCH64_P32_ABS16", Const, 4, ""},
  2868  		{"R_AARCH64_P32_ABS32", Const, 4, ""},
  2869  		{"R_AARCH64_P32_ADD_ABS_LO12_NC", Const, 4, ""},
  2870  		{"R_AARCH64_P32_ADR_GOT_PAGE", Const, 4, ""},
  2871  		{"R_AARCH64_P32_ADR_PREL_LO21", Const, 4, ""},
  2872  		{"R_AARCH64_P32_ADR_PREL_PG_HI21", Const, 4, ""},
  2873  		{"R_AARCH64_P32_CALL26", Const, 4, ""},
  2874  		{"R_AARCH64_P32_CONDBR19", Const, 4, ""},
  2875  		{"R_AARCH64_P32_COPY", Const, 4, ""},
  2876  		{"R_AARCH64_P32_GLOB_DAT", Const, 4, ""},
  2877  		{"R_AARCH64_P32_GOT_LD_PREL19", Const, 4, ""},
  2878  		{"R_AARCH64_P32_IRELATIVE", Const, 4, ""},
  2879  		{"R_AARCH64_P32_JUMP26", Const, 4, ""},
  2880  		{"R_AARCH64_P32_JUMP_SLOT", Const, 4, ""},
  2881  		{"R_AARCH64_P32_LD32_GOT_LO12_NC", Const, 4, ""},
  2882  		{"R_AARCH64_P32_LDST128_ABS_LO12_NC", Const, 4, ""},
  2883  		{"R_AARCH64_P32_LDST16_ABS_LO12_NC", Const, 4, ""},
  2884  		{"R_AARCH64_P32_LDST32_ABS_LO12_NC", Const, 4, ""},
  2885  		{"R_AARCH64_P32_LDST64_ABS_LO12_NC", Const, 4, ""},
  2886  		{"R_AARCH64_P32_LDST8_ABS_LO12_NC", Const, 4, ""},
  2887  		{"R_AARCH64_P32_LD_PREL_LO19", Const, 4, ""},
  2888  		{"R_AARCH64_P32_MOVW_SABS_G0", Const, 4, ""},
  2889  		{"R_AARCH64_P32_MOVW_UABS_G0", Const, 4, ""},
  2890  		{"R_AARCH64_P32_MOVW_UABS_G0_NC", Const, 4, ""},
  2891  		{"R_AARCH64_P32_MOVW_UABS_G1", Const, 4, ""},
  2892  		{"R_AARCH64_P32_PREL16", Const, 4, ""},
  2893  		{"R_AARCH64_P32_PREL32", Const, 4, ""},
  2894  		{"R_AARCH64_P32_RELATIVE", Const, 4, ""},
  2895  		{"R_AARCH64_P32_TLSDESC", Const, 4, ""},
  2896  		{"R_AARCH64_P32_TLSDESC_ADD_LO12_NC", Const, 4, ""},
  2897  		{"R_AARCH64_P32_TLSDESC_ADR_PAGE21", Const, 4, ""},
  2898  		{"R_AARCH64_P32_TLSDESC_ADR_PREL21", Const, 4, ""},
  2899  		{"R_AARCH64_P32_TLSDESC_CALL", Const, 4, ""},
  2900  		{"R_AARCH64_P32_TLSDESC_LD32_LO12_NC", Const, 4, ""},
  2901  		{"R_AARCH64_P32_TLSDESC_LD_PREL19", Const, 4, ""},
  2902  		{"R_AARCH64_P32_TLSGD_ADD_LO12_NC", Const, 4, ""},
  2903  		{"R_AARCH64_P32_TLSGD_ADR_PAGE21", Const, 4, ""},
  2904  		{"R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
  2905  		{"R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", Const, 4, ""},
  2906  		{"R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
  2907  		{"R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
  2908  		{"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
  2909  		{"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
  2910  		{"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
  2911  		{"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
  2912  		{"R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
  2913  		{"R_AARCH64_P32_TLS_DTPMOD", Const, 4, ""},
  2914  		{"R_AARCH64_P32_TLS_DTPREL", Const, 4, ""},
  2915  		{"R_AARCH64_P32_TLS_TPREL", Const, 4, ""},
  2916  		{"R_AARCH64_P32_TSTBR14", Const, 4, ""},
  2917  		{"R_AARCH64_PREL16", Const, 4, ""},
  2918  		{"R_AARCH64_PREL32", Const, 4, ""},
  2919  		{"R_AARCH64_PREL64", Const, 4, ""},
  2920  		{"R_AARCH64_RELATIVE", Const, 4, ""},
  2921  		{"R_AARCH64_TLSDESC", Const, 4, ""},
  2922  		{"R_AARCH64_TLSDESC_ADD", Const, 4, ""},
  2923  		{"R_AARCH64_TLSDESC_ADD_LO12_NC", Const, 4, ""},
  2924  		{"R_AARCH64_TLSDESC_ADR_PAGE21", Const, 4, ""},
  2925  		{"R_AARCH64_TLSDESC_ADR_PREL21", Const, 4, ""},
  2926  		{"R_AARCH64_TLSDESC_CALL", Const, 4, ""},
  2927  		{"R_AARCH64_TLSDESC_LD64_LO12_NC", Const, 4, ""},
  2928  		{"R_AARCH64_TLSDESC_LDR", Const, 4, ""},
  2929  		{"R_AARCH64_TLSDESC_LD_PREL19", Const, 4, ""},
  2930  		{"R_AARCH64_TLSDESC_OFF_G0_NC", Const, 4, ""},
  2931  		{"R_AARCH64_TLSDESC_OFF_G1", Const, 4, ""},
  2932  		{"R_AARCH64_TLSGD_ADD_LO12_NC", Const, 4, ""},
  2933  		{"R_AARCH64_TLSGD_ADR_PAGE21", Const, 4, ""},
  2934  		{"R_AARCH64_TLSGD_ADR_PREL21", Const, 10, ""},
  2935  		{"R_AARCH64_TLSGD_MOVW_G0_NC", Const, 10, ""},
  2936  		{"R_AARCH64_TLSGD_MOVW_G1", Const, 10, ""},
  2937  		{"R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
  2938  		{"R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", Const, 4, ""},
  2939  		{"R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
  2940  		{"R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", Const, 4, ""},
  2941  		{"R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", Const, 4, ""},
  2942  		{"R_AARCH64_TLSLD_ADR_PAGE21", Const, 10, ""},
  2943  		{"R_AARCH64_TLSLD_ADR_PREL21", Const, 10, ""},
  2944  		{"R_AARCH64_TLSLD_LDST128_DTPREL_LO12", Const, 10, ""},
  2945  		{"R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC", Const, 10, ""},
  2946  		{"R_AARCH64_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
  2947  		{"R_AARCH64_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
  2948  		{"R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
  2949  		{"R_AARCH64_TLSLE_LDST128_TPREL_LO12", Const, 10, ""},
  2950  		{"R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC", Const, 10, ""},
  2951  		{"R_AARCH64_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
  2952  		{"R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
  2953  		{"R_AARCH64_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
  2954  		{"R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", Const, 4, ""},
  2955  		{"R_AARCH64_TLSLE_MOVW_TPREL_G2", Const, 4, ""},
  2956  		{"R_AARCH64_TLS_DTPMOD64", Const, 4, ""},
  2957  		{"R_AARCH64_TLS_DTPREL64", Const, 4, ""},
  2958  		{"R_AARCH64_TLS_TPREL64", Const, 4, ""},
  2959  		{"R_AARCH64_TSTBR14", Const, 4, ""},
  2960  		{"R_ALPHA", Type, 0, ""},
  2961  		{"R_ALPHA_BRADDR", Const, 0, ""},
  2962  		{"R_ALPHA_COPY", Const, 0, ""},
  2963  		{"R_ALPHA_GLOB_DAT", Const, 0, ""},
  2964  		{"R_ALPHA_GPDISP", Const, 0, ""},
  2965  		{"R_ALPHA_GPREL32", Const, 0, ""},
  2966  		{"R_ALPHA_GPRELHIGH", Const, 0, ""},
  2967  		{"R_ALPHA_GPRELLOW", Const, 0, ""},
  2968  		{"R_ALPHA_GPVALUE", Const, 0, ""},
  2969  		{"R_ALPHA_HINT", Const, 0, ""},
  2970  		{"R_ALPHA_IMMED_BR_HI32", Const, 0, ""},
  2971  		{"R_ALPHA_IMMED_GP_16", Const, 0, ""},
  2972  		{"R_ALPHA_IMMED_GP_HI32", Const, 0, ""},
  2973  		{"R_ALPHA_IMMED_LO32", Const, 0, ""},
  2974  		{"R_ALPHA_IMMED_SCN_HI32", Const, 0, ""},
  2975  		{"R_ALPHA_JMP_SLOT", Const, 0, ""},
  2976  		{"R_ALPHA_LITERAL", Const, 0, ""},
  2977  		{"R_ALPHA_LITUSE", Const, 0, ""},
  2978  		{"R_ALPHA_NONE", Const, 0, ""},
  2979  		{"R_ALPHA_OP_PRSHIFT", Const, 0, ""},
  2980  		{"R_ALPHA_OP_PSUB", Const, 0, ""},
  2981  		{"R_ALPHA_OP_PUSH", Const, 0, ""},
  2982  		{"R_ALPHA_OP_STORE", Const, 0, ""},
  2983  		{"R_ALPHA_REFLONG", Const, 0, ""},
  2984  		{"R_ALPHA_REFQUAD", Const, 0, ""},
  2985  		{"R_ALPHA_RELATIVE", Const, 0, ""},
  2986  		{"R_ALPHA_SREL16", Const, 0, ""},
  2987  		{"R_ALPHA_SREL32", Const, 0, ""},
  2988  		{"R_ALPHA_SREL64", Const, 0, ""},
  2989  		{"R_ARM", Type, 0, ""},
  2990  		{"R_ARM_ABS12", Const, 0, ""},
  2991  		{"R_ARM_ABS16", Const, 0, ""},
  2992  		{"R_ARM_ABS32", Const, 0, ""},
  2993  		{"R_ARM_ABS32_NOI", Const, 10, ""},
  2994  		{"R_ARM_ABS8", Const, 0, ""},
  2995  		{"R_ARM_ALU_PCREL_15_8", Const, 10, ""},
  2996  		{"R_ARM_ALU_PCREL_23_15", Const, 10, ""},
  2997  		{"R_ARM_ALU_PCREL_7_0", Const, 10, ""},
  2998  		{"R_ARM_ALU_PC_G0", Const, 10, ""},
  2999  		{"R_ARM_ALU_PC_G0_NC", Const, 10, ""},
  3000  		{"R_ARM_ALU_PC_G1", Const, 10, ""},
  3001  		{"R_ARM_ALU_PC_G1_NC", Const, 10, ""},
  3002  		{"R_ARM_ALU_PC_G2", Const, 10, ""},
  3003  		{"R_ARM_ALU_SBREL_19_12_NC", Const, 10, ""},
  3004  		{"R_ARM_ALU_SBREL_27_20_CK", Const, 10, ""},
  3005  		{"R_ARM_ALU_SB_G0", Const, 10, ""},
  3006  		{"R_ARM_ALU_SB_G0_NC", Const, 10, ""},
  3007  		{"R_ARM_ALU_SB_G1", Const, 10, ""},
  3008  		{"R_ARM_ALU_SB_G1_NC", Const, 10, ""},
  3009  		{"R_ARM_ALU_SB_G2", Const, 10, ""},
  3010  		{"R_ARM_AMP_VCALL9", Const, 0, ""},
  3011  		{"R_ARM_BASE_ABS", Const, 10, ""},
  3012  		{"R_ARM_CALL", Const, 10, ""},
  3013  		{"R_ARM_COPY", Const, 0, ""},
  3014  		{"R_ARM_GLOB_DAT", Const, 0, ""},
  3015  		{"R_ARM_GNU_VTENTRY", Const, 0, ""},
  3016  		{"R_ARM_GNU_VTINHERIT", Const, 0, ""},
  3017  		{"R_ARM_GOT32", Const, 0, ""},
  3018  		{"R_ARM_GOTOFF", Const, 0, ""},
  3019  		{"R_ARM_GOTOFF12", Const, 10, ""},
  3020  		{"R_ARM_GOTPC", Const, 0, ""},
  3021  		{"R_ARM_GOTRELAX", Const, 10, ""},
  3022  		{"R_ARM_GOT_ABS", Const, 10, ""},
  3023  		{"R_ARM_GOT_BREL12", Const, 10, ""},
  3024  		{"R_ARM_GOT_PREL", Const, 10, ""},
  3025  		{"R_ARM_IRELATIVE", Const, 10, ""},
  3026  		{"R_ARM_JUMP24", Const, 10, ""},
  3027  		{"R_ARM_JUMP_SLOT", Const, 0, ""},
  3028  		{"R_ARM_LDC_PC_G0", Const, 10, ""},
  3029  		{"R_ARM_LDC_PC_G1", Const, 10, ""},
  3030  		{"R_ARM_LDC_PC_G2", Const, 10, ""},
  3031  		{"R_ARM_LDC_SB_G0", Const, 10, ""},
  3032  		{"R_ARM_LDC_SB_G1", Const, 10, ""},
  3033  		{"R_ARM_LDC_SB_G2", Const, 10, ""},
  3034  		{"R_ARM_LDRS_PC_G0", Const, 10, ""},
  3035  		{"R_ARM_LDRS_PC_G1", Const, 10, ""},
  3036  		{"R_ARM_LDRS_PC_G2", Const, 10, ""},
  3037  		{"R_ARM_LDRS_SB_G0", Const, 10, ""},
  3038  		{"R_ARM_LDRS_SB_G1", Const, 10, ""},
  3039  		{"R_ARM_LDRS_SB_G2", Const, 10, ""},
  3040  		{"R_ARM_LDR_PC_G1", Const, 10, ""},
  3041  		{"R_ARM_LDR_PC_G2", Const, 10, ""},
  3042  		{"R_ARM_LDR_SBREL_11_10_NC", Const, 10, ""},
  3043  		{"R_ARM_LDR_SB_G0", Const, 10, ""},
  3044  		{"R_ARM_LDR_SB_G1", Const, 10, ""},
  3045  		{"R_ARM_LDR_SB_G2", Const, 10, ""},
  3046  		{"R_ARM_ME_TOO", Const, 10, ""},
  3047  		{"R_ARM_MOVT_ABS", Const, 10, ""},
  3048  		{"R_ARM_MOVT_BREL", Const, 10, ""},
  3049  		{"R_ARM_MOVT_PREL", Const, 10, ""},
  3050  		{"R_ARM_MOVW_ABS_NC", Const, 10, ""},
  3051  		{"R_ARM_MOVW_BREL", Const, 10, ""},
  3052  		{"R_ARM_MOVW_BREL_NC", Const, 10, ""},
  3053  		{"R_ARM_MOVW_PREL_NC", Const, 10, ""},
  3054  		{"R_ARM_NONE", Const, 0, ""},
  3055  		{"R_ARM_PC13", Const, 0, ""},
  3056  		{"R_ARM_PC24", Const, 0, ""},
  3057  		{"R_ARM_PLT32", Const, 0, ""},
  3058  		{"R_ARM_PLT32_ABS", Const, 10, ""},
  3059  		{"R_ARM_PREL31", Const, 10, ""},
  3060  		{"R_ARM_PRIVATE_0", Const, 10, ""},
  3061  		{"R_ARM_PRIVATE_1", Const, 10, ""},
  3062  		{"R_ARM_PRIVATE_10", Const, 10, ""},
  3063  		{"R_ARM_PRIVATE_11", Const, 10, ""},
  3064  		{"R_ARM_PRIVATE_12", Const, 10, ""},
  3065  		{"R_ARM_PRIVATE_13", Const, 10, ""},
  3066  		{"R_ARM_PRIVATE_14", Const, 10, ""},
  3067  		{"R_ARM_PRIVATE_15", Const, 10, ""},
  3068  		{"R_ARM_PRIVATE_2", Const, 10, ""},
  3069  		{"R_ARM_PRIVATE_3", Const, 10, ""},
  3070  		{"R_ARM_PRIVATE_4", Const, 10, ""},
  3071  		{"R_ARM_PRIVATE_5", Const, 10, ""},
  3072  		{"R_ARM_PRIVATE_6", Const, 10, ""},
  3073  		{"R_ARM_PRIVATE_7", Const, 10, ""},
  3074  		{"R_ARM_PRIVATE_8", Const, 10, ""},
  3075  		{"R_ARM_PRIVATE_9", Const, 10, ""},
  3076  		{"R_ARM_RABS32", Const, 0, ""},
  3077  		{"R_ARM_RBASE", Const, 0, ""},
  3078  		{"R_ARM_REL32", Const, 0, ""},
  3079  		{"R_ARM_REL32_NOI", Const, 10, ""},
  3080  		{"R_ARM_RELATIVE", Const, 0, ""},
  3081  		{"R_ARM_RPC24", Const, 0, ""},
  3082  		{"R_ARM_RREL32", Const, 0, ""},
  3083  		{"R_ARM_RSBREL32", Const, 0, ""},
  3084  		{"R_ARM_RXPC25", Const, 10, ""},
  3085  		{"R_ARM_SBREL31", Const, 10, ""},
  3086  		{"R_ARM_SBREL32", Const, 0, ""},
  3087  		{"R_ARM_SWI24", Const, 0, ""},
  3088  		{"R_ARM_TARGET1", Const, 10, ""},
  3089  		{"R_ARM_TARGET2", Const, 10, ""},
  3090  		{"R_ARM_THM_ABS5", Const, 0, ""},
  3091  		{"R_ARM_THM_ALU_ABS_G0_NC", Const, 10, ""},
  3092  		{"R_ARM_THM_ALU_ABS_G1_NC", Const, 10, ""},
  3093  		{"R_ARM_THM_ALU_ABS_G2_NC", Const, 10, ""},
  3094  		{"R_ARM_THM_ALU_ABS_G3", Const, 10, ""},
  3095  		{"R_ARM_THM_ALU_PREL_11_0", Const, 10, ""},
  3096  		{"R_ARM_THM_GOT_BREL12", Const, 10, ""},
  3097  		{"R_ARM_THM_JUMP11", Const, 10, ""},
  3098  		{"R_ARM_THM_JUMP19", Const, 10, ""},
  3099  		{"R_ARM_THM_JUMP24", Const, 10, ""},
  3100  		{"R_ARM_THM_JUMP6", Const, 10, ""},
  3101  		{"R_ARM_THM_JUMP8", Const, 10, ""},
  3102  		{"R_ARM_THM_MOVT_ABS", Const, 10, ""},
  3103  		{"R_ARM_THM_MOVT_BREL", Const, 10, ""},
  3104  		{"R_ARM_THM_MOVT_PREL", Const, 10, ""},
  3105  		{"R_ARM_THM_MOVW_ABS_NC", Const, 10, ""},
  3106  		{"R_ARM_THM_MOVW_BREL", Const, 10, ""},
  3107  		{"R_ARM_THM_MOVW_BREL_NC", Const, 10, ""},
  3108  		{"R_ARM_THM_MOVW_PREL_NC", Const, 10, ""},
  3109  		{"R_ARM_THM_PC12", Const, 10, ""},
  3110  		{"R_ARM_THM_PC22", Const, 0, ""},
  3111  		{"R_ARM_THM_PC8", Const, 0, ""},
  3112  		{"R_ARM_THM_RPC22", Const, 0, ""},
  3113  		{"R_ARM_THM_SWI8", Const, 0, ""},
  3114  		{"R_ARM_THM_TLS_CALL", Const, 10, ""},
  3115  		{"R_ARM_THM_TLS_DESCSEQ16", Const, 10, ""},
  3116  		{"R_ARM_THM_TLS_DESCSEQ32", Const, 10, ""},
  3117  		{"R_ARM_THM_XPC22", Const, 0, ""},
  3118  		{"R_ARM_TLS_CALL", Const, 10, ""},
  3119  		{"R_ARM_TLS_DESCSEQ", Const, 10, ""},
  3120  		{"R_ARM_TLS_DTPMOD32", Const, 10, ""},
  3121  		{"R_ARM_TLS_DTPOFF32", Const, 10, ""},
  3122  		{"R_ARM_TLS_GD32", Const, 10, ""},
  3123  		{"R_ARM_TLS_GOTDESC", Const, 10, ""},
  3124  		{"R_ARM_TLS_IE12GP", Const, 10, ""},
  3125  		{"R_ARM_TLS_IE32", Const, 10, ""},
  3126  		{"R_ARM_TLS_LDM32", Const, 10, ""},
  3127  		{"R_ARM_TLS_LDO12", Const, 10, ""},
  3128  		{"R_ARM_TLS_LDO32", Const, 10, ""},
  3129  		{"R_ARM_TLS_LE12", Const, 10, ""},
  3130  		{"R_ARM_TLS_LE32", Const, 10, ""},
  3131  		{"R_ARM_TLS_TPOFF32", Const, 10, ""},
  3132  		{"R_ARM_V4BX", Const, 10, ""},
  3133  		{"R_ARM_XPC25", Const, 0, ""},
  3134  		{"R_INFO", Func, 0, "func(sym uint32, typ uint32) uint64"},
  3135  		{"R_INFO32", Func, 0, "func(sym uint32, typ uint32) uint32"},
  3136  		{"R_LARCH", Type, 19, ""},
  3137  		{"R_LARCH_32", Const, 19, ""},
  3138  		{"R_LARCH_32_PCREL", Const, 20, ""},
  3139  		{"R_LARCH_64", Const, 19, ""},
  3140  		{"R_LARCH_64_PCREL", Const, 22, ""},
  3141  		{"R_LARCH_ABS64_HI12", Const, 20, ""},
  3142  		{"R_LARCH_ABS64_LO20", Const, 20, ""},
  3143  		{"R_LARCH_ABS_HI20", Const, 20, ""},
  3144  		{"R_LARCH_ABS_LO12", Const, 20, ""},
  3145  		{"R_LARCH_ADD16", Const, 19, ""},
  3146  		{"R_LARCH_ADD24", Const, 19, ""},
  3147  		{"R_LARCH_ADD32", Const, 19, ""},
  3148  		{"R_LARCH_ADD6", Const, 22, ""},
  3149  		{"R_LARCH_ADD64", Const, 19, ""},
  3150  		{"R_LARCH_ADD8", Const, 19, ""},
  3151  		{"R_LARCH_ADD_ULEB128", Const, 22, ""},
  3152  		{"R_LARCH_ALIGN", Const, 22, ""},
  3153  		{"R_LARCH_B16", Const, 20, ""},
  3154  		{"R_LARCH_B21", Const, 20, ""},
  3155  		{"R_LARCH_B26", Const, 20, ""},
  3156  		{"R_LARCH_CFA", Const, 22, ""},
  3157  		{"R_LARCH_COPY", Const, 19, ""},
  3158  		{"R_LARCH_DELETE", Const, 22, ""},
  3159  		{"R_LARCH_GNU_VTENTRY", Const, 20, ""},
  3160  		{"R_LARCH_GNU_VTINHERIT", Const, 20, ""},
  3161  		{"R_LARCH_GOT64_HI12", Const, 20, ""},
  3162  		{"R_LARCH_GOT64_LO20", Const, 20, ""},
  3163  		{"R_LARCH_GOT64_PC_HI12", Const, 20, ""},
  3164  		{"R_LARCH_GOT64_PC_LO20", Const, 20, ""},
  3165  		{"R_LARCH_GOT_HI20", Const, 20, ""},
  3166  		{"R_LARCH_GOT_LO12", Const, 20, ""},
  3167  		{"R_LARCH_GOT_PC_HI20", Const, 20, ""},
  3168  		{"R_LARCH_GOT_PC_LO12", Const, 20, ""},
  3169  		{"R_LARCH_IRELATIVE", Const, 19, ""},
  3170  		{"R_LARCH_JUMP_SLOT", Const, 19, ""},
  3171  		{"R_LARCH_MARK_LA", Const, 19, ""},
  3172  		{"R_LARCH_MARK_PCREL", Const, 19, ""},
  3173  		{"R_LARCH_NONE", Const, 19, ""},
  3174  		{"R_LARCH_PCALA64_HI12", Const, 20, ""},
  3175  		{"R_LARCH_PCALA64_LO20", Const, 20, ""},
  3176  		{"R_LARCH_PCALA_HI20", Const, 20, ""},
  3177  		{"R_LARCH_PCALA_LO12", Const, 20, ""},
  3178  		{"R_LARCH_PCREL20_S2", Const, 22, ""},
  3179  		{"R_LARCH_RELATIVE", Const, 19, ""},
  3180  		{"R_LARCH_RELAX", Const, 20, ""},
  3181  		{"R_LARCH_SOP_ADD", Const, 19, ""},
  3182  		{"R_LARCH_SOP_AND", Const, 19, ""},
  3183  		{"R_LARCH_SOP_ASSERT", Const, 19, ""},
  3184  		{"R_LARCH_SOP_IF_ELSE", Const, 19, ""},
  3185  		{"R_LARCH_SOP_NOT", Const, 19, ""},
  3186  		{"R_LARCH_SOP_POP_32_S_0_10_10_16_S2", Const, 19, ""},
  3187  		{"R_LARCH_SOP_POP_32_S_0_5_10_16_S2", Const, 19, ""},
  3188  		{"R_LARCH_SOP_POP_32_S_10_12", Const, 19, ""},
  3189  		{"R_LARCH_SOP_POP_32_S_10_16", Const, 19, ""},
  3190  		{"R_LARCH_SOP_POP_32_S_10_16_S2", Const, 19, ""},
  3191  		{"R_LARCH_SOP_POP_32_S_10_5", Const, 19, ""},
  3192  		{"R_LARCH_SOP_POP_32_S_5_20", Const, 19, ""},
  3193  		{"R_LARCH_SOP_POP_32_U", Const, 19, ""},
  3194  		{"R_LARCH_SOP_POP_32_U_10_12", Const, 19, ""},
  3195  		{"R_LARCH_SOP_PUSH_ABSOLUTE", Const, 19, ""},
  3196  		{"R_LARCH_SOP_PUSH_DUP", Const, 19, ""},
  3197  		{"R_LARCH_SOP_PUSH_GPREL", Const, 19, ""},
  3198  		{"R_LARCH_SOP_PUSH_PCREL", Const, 19, ""},
  3199  		{"R_LARCH_SOP_PUSH_PLT_PCREL", Const, 19, ""},
  3200  		{"R_LARCH_SOP_PUSH_TLS_GD", Const, 19, ""},
  3201  		{"R_LARCH_SOP_PUSH_TLS_GOT", Const, 19, ""},
  3202  		{"R_LARCH_SOP_PUSH_TLS_TPREL", Const, 19, ""},
  3203  		{"R_LARCH_SOP_SL", Const, 19, ""},
  3204  		{"R_LARCH_SOP_SR", Const, 19, ""},
  3205  		{"R_LARCH_SOP_SUB", Const, 19, ""},
  3206  		{"R_LARCH_SUB16", Const, 19, ""},
  3207  		{"R_LARCH_SUB24", Const, 19, ""},
  3208  		{"R_LARCH_SUB32", Const, 19, ""},
  3209  		{"R_LARCH_SUB6", Const, 22, ""},
  3210  		{"R_LARCH_SUB64", Const, 19, ""},
  3211  		{"R_LARCH_SUB8", Const, 19, ""},
  3212  		{"R_LARCH_SUB_ULEB128", Const, 22, ""},
  3213  		{"R_LARCH_TLS_DTPMOD32", Const, 19, ""},
  3214  		{"R_LARCH_TLS_DTPMOD64", Const, 19, ""},
  3215  		{"R_LARCH_TLS_DTPREL32", Const, 19, ""},
  3216  		{"R_LARCH_TLS_DTPREL64", Const, 19, ""},
  3217  		{"R_LARCH_TLS_GD_HI20", Const, 20, ""},
  3218  		{"R_LARCH_TLS_GD_PC_HI20", Const, 20, ""},
  3219  		{"R_LARCH_TLS_IE64_HI12", Const, 20, ""},
  3220  		{"R_LARCH_TLS_IE64_LO20", Const, 20, ""},
  3221  		{"R_LARCH_TLS_IE64_PC_HI12", Const, 20, ""},
  3222  		{"R_LARCH_TLS_IE64_PC_LO20", Const, 20, ""},
  3223  		{"R_LARCH_TLS_IE_HI20", Const, 20, ""},
  3224  		{"R_LARCH_TLS_IE_LO12", Const, 20, ""},
  3225  		{"R_LARCH_TLS_IE_PC_HI20", Const, 20, ""},
  3226  		{"R_LARCH_TLS_IE_PC_LO12", Const, 20, ""},
  3227  		{"R_LARCH_TLS_LD_HI20", Const, 20, ""},
  3228  		{"R_LARCH_TLS_LD_PC_HI20", Const, 20, ""},
  3229  		{"R_LARCH_TLS_LE64_HI12", Const, 20, ""},
  3230  		{"R_LARCH_TLS_LE64_LO20", Const, 20, ""},
  3231  		{"R_LARCH_TLS_LE_HI20", Const, 20, ""},
  3232  		{"R_LARCH_TLS_LE_LO12", Const, 20, ""},
  3233  		{"R_LARCH_TLS_TPREL32", Const, 19, ""},
  3234  		{"R_LARCH_TLS_TPREL64", Const, 19, ""},
  3235  		{"R_MIPS", Type, 6, ""},
  3236  		{"R_MIPS_16", Const, 6, ""},
  3237  		{"R_MIPS_26", Const, 6, ""},
  3238  		{"R_MIPS_32", Const, 6, ""},
  3239  		{"R_MIPS_64", Const, 6, ""},
  3240  		{"R_MIPS_ADD_IMMEDIATE", Const, 6, ""},
  3241  		{"R_MIPS_CALL16", Const, 6, ""},
  3242  		{"R_MIPS_CALL_HI16", Const, 6, ""},
  3243  		{"R_MIPS_CALL_LO16", Const, 6, ""},
  3244  		{"R_MIPS_DELETE", Const, 6, ""},
  3245  		{"R_MIPS_GOT16", Const, 6, ""},
  3246  		{"R_MIPS_GOT_DISP", Const, 6, ""},
  3247  		{"R_MIPS_GOT_HI16", Const, 6, ""},
  3248  		{"R_MIPS_GOT_LO16", Const, 6, ""},
  3249  		{"R_MIPS_GOT_OFST", Const, 6, ""},
  3250  		{"R_MIPS_GOT_PAGE", Const, 6, ""},
  3251  		{"R_MIPS_GPREL16", Const, 6, ""},
  3252  		{"R_MIPS_GPREL32", Const, 6, ""},
  3253  		{"R_MIPS_HI16", Const, 6, ""},
  3254  		{"R_MIPS_HIGHER", Const, 6, ""},
  3255  		{"R_MIPS_HIGHEST", Const, 6, ""},
  3256  		{"R_MIPS_INSERT_A", Const, 6, ""},
  3257  		{"R_MIPS_INSERT_B", Const, 6, ""},
  3258  		{"R_MIPS_JALR", Const, 6, ""},
  3259  		{"R_MIPS_LITERAL", Const, 6, ""},
  3260  		{"R_MIPS_LO16", Const, 6, ""},
  3261  		{"R_MIPS_NONE", Const, 6, ""},
  3262  		{"R_MIPS_PC16", Const, 6, ""},
  3263  		{"R_MIPS_PC32", Const, 22, ""},
  3264  		{"R_MIPS_PJUMP", Const, 6, ""},
  3265  		{"R_MIPS_REL16", Const, 6, ""},
  3266  		{"R_MIPS_REL32", Const, 6, ""},
  3267  		{"R_MIPS_RELGOT", Const, 6, ""},
  3268  		{"R_MIPS_SCN_DISP", Const, 6, ""},
  3269  		{"R_MIPS_SHIFT5", Const, 6, ""},
  3270  		{"R_MIPS_SHIFT6", Const, 6, ""},
  3271  		{"R_MIPS_SUB", Const, 6, ""},
  3272  		{"R_MIPS_TLS_DTPMOD32", Const, 6, ""},
  3273  		{"R_MIPS_TLS_DTPMOD64", Const, 6, ""},
  3274  		{"R_MIPS_TLS_DTPREL32", Const, 6, ""},
  3275  		{"R_MIPS_TLS_DTPREL64", Const, 6, ""},
  3276  		{"R_MIPS_TLS_DTPREL_HI16", Const, 6, ""},
  3277  		{"R_MIPS_TLS_DTPREL_LO16", Const, 6, ""},
  3278  		{"R_MIPS_TLS_GD", Const, 6, ""},
  3279  		{"R_MIPS_TLS_GOTTPREL", Const, 6, ""},
  3280  		{"R_MIPS_TLS_LDM", Const, 6, ""},
  3281  		{"R_MIPS_TLS_TPREL32", Const, 6, ""},
  3282  		{"R_MIPS_TLS_TPREL64", Const, 6, ""},
  3283  		{"R_MIPS_TLS_TPREL_HI16", Const, 6, ""},
  3284  		{"R_MIPS_TLS_TPREL_LO16", Const, 6, ""},
  3285  		{"R_PPC", Type, 0, ""},
  3286  		{"R_PPC64", Type, 5, ""},
  3287  		{"R_PPC64_ADDR14", Const, 5, ""},
  3288  		{"R_PPC64_ADDR14_BRNTAKEN", Const, 5, ""},
  3289  		{"R_PPC64_ADDR14_BRTAKEN", Const, 5, ""},
  3290  		{"R_PPC64_ADDR16", Const, 5, ""},
  3291  		{"R_PPC64_ADDR16_DS", Const, 5, ""},
  3292  		{"R_PPC64_ADDR16_HA", Const, 5, ""},
  3293  		{"R_PPC64_ADDR16_HI", Const, 5, ""},
  3294  		{"R_PPC64_ADDR16_HIGH", Const, 10, ""},
  3295  		{"R_PPC64_ADDR16_HIGHA", Const, 10, ""},
  3296  		{"R_PPC64_ADDR16_HIGHER", Const, 5, ""},
  3297  		{"R_PPC64_ADDR16_HIGHER34", Const, 20, ""},
  3298  		{"R_PPC64_ADDR16_HIGHERA", Const, 5, ""},
  3299  		{"R_PPC64_ADDR16_HIGHERA34", Const, 20, ""},
  3300  		{"R_PPC64_ADDR16_HIGHEST", Const, 5, ""},
  3301  		{"R_PPC64_ADDR16_HIGHEST34", Const, 20, ""},
  3302  		{"R_PPC64_ADDR16_HIGHESTA", Const, 5, ""},
  3303  		{"R_PPC64_ADDR16_HIGHESTA34", Const, 20, ""},
  3304  		{"R_PPC64_ADDR16_LO", Const, 5, ""},
  3305  		{"R_PPC64_ADDR16_LO_DS", Const, 5, ""},
  3306  		{"R_PPC64_ADDR24", Const, 5, ""},
  3307  		{"R_PPC64_ADDR32", Const, 5, ""},
  3308  		{"R_PPC64_ADDR64", Const, 5, ""},
  3309  		{"R_PPC64_ADDR64_LOCAL", Const, 10, ""},
  3310  		{"R_PPC64_COPY", Const, 20, ""},
  3311  		{"R_PPC64_D28", Const, 20, ""},
  3312  		{"R_PPC64_D34", Const, 20, ""},
  3313  		{"R_PPC64_D34_HA30", Const, 20, ""},
  3314  		{"R_PPC64_D34_HI30", Const, 20, ""},
  3315  		{"R_PPC64_D34_LO", Const, 20, ""},
  3316  		{"R_PPC64_DTPMOD64", Const, 5, ""},
  3317  		{"R_PPC64_DTPREL16", Const, 5, ""},
  3318  		{"R_PPC64_DTPREL16_DS", Const, 5, ""},
  3319  		{"R_PPC64_DTPREL16_HA", Const, 5, ""},
  3320  		{"R_PPC64_DTPREL16_HI", Const, 5, ""},
  3321  		{"R_PPC64_DTPREL16_HIGH", Const, 10, ""},
  3322  		{"R_PPC64_DTPREL16_HIGHA", Const, 10, ""},
  3323  		{"R_PPC64_DTPREL16_HIGHER", Const, 5, ""},
  3324  		{"R_PPC64_DTPREL16_HIGHERA", Const, 5, ""},
  3325  		{"R_PPC64_DTPREL16_HIGHEST", Const, 5, ""},
  3326  		{"R_PPC64_DTPREL16_HIGHESTA", Const, 5, ""},
  3327  		{"R_PPC64_DTPREL16_LO", Const, 5, ""},
  3328  		{"R_PPC64_DTPREL16_LO_DS", Const, 5, ""},
  3329  		{"R_PPC64_DTPREL34", Const, 20, ""},
  3330  		{"R_PPC64_DTPREL64", Const, 5, ""},
  3331  		{"R_PPC64_ENTRY", Const, 10, ""},
  3332  		{"R_PPC64_GLOB_DAT", Const, 20, ""},
  3333  		{"R_PPC64_GNU_VTENTRY", Const, 20, ""},
  3334  		{"R_PPC64_GNU_VTINHERIT", Const, 20, ""},
  3335  		{"R_PPC64_GOT16", Const, 5, ""},
  3336  		{"R_PPC64_GOT16_DS", Const, 5, ""},
  3337  		{"R_PPC64_GOT16_HA", Const, 5, ""},
  3338  		{"R_PPC64_GOT16_HI", Const, 5, ""},
  3339  		{"R_PPC64_GOT16_LO", Const, 5, ""},
  3340  		{"R_PPC64_GOT16_LO_DS", Const, 5, ""},
  3341  		{"R_PPC64_GOT_DTPREL16_DS", Const, 5, ""},
  3342  		{"R_PPC64_GOT_DTPREL16_HA", Const, 5, ""},
  3343  		{"R_PPC64_GOT_DTPREL16_HI", Const, 5, ""},
  3344  		{"R_PPC64_GOT_DTPREL16_LO_DS", Const, 5, ""},
  3345  		{"R_PPC64_GOT_DTPREL_PCREL34", Const, 20, ""},
  3346  		{"R_PPC64_GOT_PCREL34", Const, 20, ""},
  3347  		{"R_PPC64_GOT_TLSGD16", Const, 5, ""},
  3348  		{"R_PPC64_GOT_TLSGD16_HA", Const, 5, ""},
  3349  		{"R_PPC64_GOT_TLSGD16_HI", Const, 5, ""},
  3350  		{"R_PPC64_GOT_TLSGD16_LO", Const, 5, ""},
  3351  		{"R_PPC64_GOT_TLSGD_PCREL34", Const, 20, ""},
  3352  		{"R_PPC64_GOT_TLSLD16", Const, 5, ""},
  3353  		{"R_PPC64_GOT_TLSLD16_HA", Const, 5, ""},
  3354  		{"R_PPC64_GOT_TLSLD16_HI", Const, 5, ""},
  3355  		{"R_PPC64_GOT_TLSLD16_LO", Const, 5, ""},
  3356  		{"R_PPC64_GOT_TLSLD_PCREL34", Const, 20, ""},
  3357  		{"R_PPC64_GOT_TPREL16_DS", Const, 5, ""},
  3358  		{"R_PPC64_GOT_TPREL16_HA", Const, 5, ""},
  3359  		{"R_PPC64_GOT_TPREL16_HI", Const, 5, ""},
  3360  		{"R_PPC64_GOT_TPREL16_LO_DS", Const, 5, ""},
  3361  		{"R_PPC64_GOT_TPREL_PCREL34", Const, 20, ""},
  3362  		{"R_PPC64_IRELATIVE", Const, 10, ""},
  3363  		{"R_PPC64_JMP_IREL", Const, 10, ""},
  3364  		{"R_PPC64_JMP_SLOT", Const, 5, ""},
  3365  		{"R_PPC64_NONE", Const, 5, ""},
  3366  		{"R_PPC64_PCREL28", Const, 20, ""},
  3367  		{"R_PPC64_PCREL34", Const, 20, ""},
  3368  		{"R_PPC64_PCREL_OPT", Const, 20, ""},
  3369  		{"R_PPC64_PLT16_HA", Const, 20, ""},
  3370  		{"R_PPC64_PLT16_HI", Const, 20, ""},
  3371  		{"R_PPC64_PLT16_LO", Const, 20, ""},
  3372  		{"R_PPC64_PLT16_LO_DS", Const, 10, ""},
  3373  		{"R_PPC64_PLT32", Const, 20, ""},
  3374  		{"R_PPC64_PLT64", Const, 20, ""},
  3375  		{"R_PPC64_PLTCALL", Const, 20, ""},
  3376  		{"R_PPC64_PLTCALL_NOTOC", Const, 20, ""},
  3377  		{"R_PPC64_PLTGOT16", Const, 10, ""},
  3378  		{"R_PPC64_PLTGOT16_DS", Const, 10, ""},
  3379  		{"R_PPC64_PLTGOT16_HA", Const, 10, ""},
  3380  		{"R_PPC64_PLTGOT16_HI", Const, 10, ""},
  3381  		{"R_PPC64_PLTGOT16_LO", Const, 10, ""},
  3382  		{"R_PPC64_PLTGOT_LO_DS", Const, 10, ""},
  3383  		{"R_PPC64_PLTREL32", Const, 20, ""},
  3384  		{"R_PPC64_PLTREL64", Const, 20, ""},
  3385  		{"R_PPC64_PLTSEQ", Const, 20, ""},
  3386  		{"R_PPC64_PLTSEQ_NOTOC", Const, 20, ""},
  3387  		{"R_PPC64_PLT_PCREL34", Const, 20, ""},
  3388  		{"R_PPC64_PLT_PCREL34_NOTOC", Const, 20, ""},
  3389  		{"R_PPC64_REL14", Const, 5, ""},
  3390  		{"R_PPC64_REL14_BRNTAKEN", Const, 5, ""},
  3391  		{"R_PPC64_REL14_BRTAKEN", Const, 5, ""},
  3392  		{"R_PPC64_REL16", Const, 5, ""},
  3393  		{"R_PPC64_REL16DX_HA", Const, 10, ""},
  3394  		{"R_PPC64_REL16_HA", Const, 5, ""},
  3395  		{"R_PPC64_REL16_HI", Const, 5, ""},
  3396  		{"R_PPC64_REL16_HIGH", Const, 20, ""},
  3397  		{"R_PPC64_REL16_HIGHA", Const, 20, ""},
  3398  		{"R_PPC64_REL16_HIGHER", Const, 20, ""},
  3399  		{"R_PPC64_REL16_HIGHER34", Const, 20, ""},
  3400  		{"R_PPC64_REL16_HIGHERA", Const, 20, ""},
  3401  		{"R_PPC64_REL16_HIGHERA34", Const, 20, ""},
  3402  		{"R_PPC64_REL16_HIGHEST", Const, 20, ""},
  3403  		{"R_PPC64_REL16_HIGHEST34", Const, 20, ""},
  3404  		{"R_PPC64_REL16_HIGHESTA", Const, 20, ""},
  3405  		{"R_PPC64_REL16_HIGHESTA34", Const, 20, ""},
  3406  		{"R_PPC64_REL16_LO", Const, 5, ""},
  3407  		{"R_PPC64_REL24", Const, 5, ""},
  3408  		{"R_PPC64_REL24_NOTOC", Const, 10, ""},
  3409  		{"R_PPC64_REL24_P9NOTOC", Const, 21, ""},
  3410  		{"R_PPC64_REL30", Const, 20, ""},
  3411  		{"R_PPC64_REL32", Const, 5, ""},
  3412  		{"R_PPC64_REL64", Const, 5, ""},
  3413  		{"R_PPC64_RELATIVE", Const, 18, ""},
  3414  		{"R_PPC64_SECTOFF", Const, 20, ""},
  3415  		{"R_PPC64_SECTOFF_DS", Const, 10, ""},
  3416  		{"R_PPC64_SECTOFF_HA", Const, 20, ""},
  3417  		{"R_PPC64_SECTOFF_HI", Const, 20, ""},
  3418  		{"R_PPC64_SECTOFF_LO", Const, 20, ""},
  3419  		{"R_PPC64_SECTOFF_LO_DS", Const, 10, ""},
  3420  		{"R_PPC64_TLS", Const, 5, ""},
  3421  		{"R_PPC64_TLSGD", Const, 5, ""},
  3422  		{"R_PPC64_TLSLD", Const, 5, ""},
  3423  		{"R_PPC64_TOC", Const, 5, ""},
  3424  		{"R_PPC64_TOC16", Const, 5, ""},
  3425  		{"R_PPC64_TOC16_DS", Const, 5, ""},
  3426  		{"R_PPC64_TOC16_HA", Const, 5, ""},
  3427  		{"R_PPC64_TOC16_HI", Const, 5, ""},
  3428  		{"R_PPC64_TOC16_LO", Const, 5, ""},
  3429  		{"R_PPC64_TOC16_LO_DS", Const, 5, ""},
  3430  		{"R_PPC64_TOCSAVE", Const, 10, ""},
  3431  		{"R_PPC64_TPREL16", Const, 5, ""},
  3432  		{"R_PPC64_TPREL16_DS", Const, 5, ""},
  3433  		{"R_PPC64_TPREL16_HA", Const, 5, ""},
  3434  		{"R_PPC64_TPREL16_HI", Const, 5, ""},
  3435  		{"R_PPC64_TPREL16_HIGH", Const, 10, ""},
  3436  		{"R_PPC64_TPREL16_HIGHA", Const, 10, ""},
  3437  		{"R_PPC64_TPREL16_HIGHER", Const, 5, ""},
  3438  		{"R_PPC64_TPREL16_HIGHERA", Const, 5, ""},
  3439  		{"R_PPC64_TPREL16_HIGHEST", Const, 5, ""},
  3440  		{"R_PPC64_TPREL16_HIGHESTA", Const, 5, ""},
  3441  		{"R_PPC64_TPREL16_LO", Const, 5, ""},
  3442  		{"R_PPC64_TPREL16_LO_DS", Const, 5, ""},
  3443  		{"R_PPC64_TPREL34", Const, 20, ""},
  3444  		{"R_PPC64_TPREL64", Const, 5, ""},
  3445  		{"R_PPC64_UADDR16", Const, 20, ""},
  3446  		{"R_PPC64_UADDR32", Const, 20, ""},
  3447  		{"R_PPC64_UADDR64", Const, 20, ""},
  3448  		{"R_PPC_ADDR14", Const, 0, ""},
  3449  		{"R_PPC_ADDR14_BRNTAKEN", Const, 0, ""},
  3450  		{"R_PPC_ADDR14_BRTAKEN", Const, 0, ""},
  3451  		{"R_PPC_ADDR16", Const, 0, ""},
  3452  		{"R_PPC_ADDR16_HA", Const, 0, ""},
  3453  		{"R_PPC_ADDR16_HI", Const, 0, ""},
  3454  		{"R_PPC_ADDR16_LO", Const, 0, ""},
  3455  		{"R_PPC_ADDR24", Const, 0, ""},
  3456  		{"R_PPC_ADDR32", Const, 0, ""},
  3457  		{"R_PPC_COPY", Const, 0, ""},
  3458  		{"R_PPC_DTPMOD32", Const, 0, ""},
  3459  		{"R_PPC_DTPREL16", Const, 0, ""},
  3460  		{"R_PPC_DTPREL16_HA", Const, 0, ""},
  3461  		{"R_PPC_DTPREL16_HI", Const, 0, ""},
  3462  		{"R_PPC_DTPREL16_LO", Const, 0, ""},
  3463  		{"R_PPC_DTPREL32", Const, 0, ""},
  3464  		{"R_PPC_EMB_BIT_FLD", Const, 0, ""},
  3465  		{"R_PPC_EMB_MRKREF", Const, 0, ""},
  3466  		{"R_PPC_EMB_NADDR16", Const, 0, ""},
  3467  		{"R_PPC_EMB_NADDR16_HA", Const, 0, ""},
  3468  		{"R_PPC_EMB_NADDR16_HI", Const, 0, ""},
  3469  		{"R_PPC_EMB_NADDR16_LO", Const, 0, ""},
  3470  		{"R_PPC_EMB_NADDR32", Const, 0, ""},
  3471  		{"R_PPC_EMB_RELSDA", Const, 0, ""},
  3472  		{"R_PPC_EMB_RELSEC16", Const, 0, ""},
  3473  		{"R_PPC_EMB_RELST_HA", Const, 0, ""},
  3474  		{"R_PPC_EMB_RELST_HI", Const, 0, ""},
  3475  		{"R_PPC_EMB_RELST_LO", Const, 0, ""},
  3476  		{"R_PPC_EMB_SDA21", Const, 0, ""},
  3477  		{"R_PPC_EMB_SDA2I16", Const, 0, ""},
  3478  		{"R_PPC_EMB_SDA2REL", Const, 0, ""},
  3479  		{"R_PPC_EMB_SDAI16", Const, 0, ""},
  3480  		{"R_PPC_GLOB_DAT", Const, 0, ""},
  3481  		{"R_PPC_GOT16", Const, 0, ""},
  3482  		{"R_PPC_GOT16_HA", Const, 0, ""},
  3483  		{"R_PPC_GOT16_HI", Const, 0, ""},
  3484  		{"R_PPC_GOT16_LO", Const, 0, ""},
  3485  		{"R_PPC_GOT_TLSGD16", Const, 0, ""},
  3486  		{"R_PPC_GOT_TLSGD16_HA", Const, 0, ""},
  3487  		{"R_PPC_GOT_TLSGD16_HI", Const, 0, ""},
  3488  		{"R_PPC_GOT_TLSGD16_LO", Const, 0, ""},
  3489  		{"R_PPC_GOT_TLSLD16", Const, 0, ""},
  3490  		{"R_PPC_GOT_TLSLD16_HA", Const, 0, ""},
  3491  		{"R_PPC_GOT_TLSLD16_HI", Const, 0, ""},
  3492  		{"R_PPC_GOT_TLSLD16_LO", Const, 0, ""},
  3493  		{"R_PPC_GOT_TPREL16", Const, 0, ""},
  3494  		{"R_PPC_GOT_TPREL16_HA", Const, 0, ""},
  3495  		{"R_PPC_GOT_TPREL16_HI", Const, 0, ""},
  3496  		{"R_PPC_GOT_TPREL16_LO", Const, 0, ""},
  3497  		{"R_PPC_JMP_SLOT", Const, 0, ""},
  3498  		{"R_PPC_LOCAL24PC", Const, 0, ""},
  3499  		{"R_PPC_NONE", Const, 0, ""},
  3500  		{"R_PPC_PLT16_HA", Const, 0, ""},
  3501  		{"R_PPC_PLT16_HI", Const, 0, ""},
  3502  		{"R_PPC_PLT16_LO", Const, 0, ""},
  3503  		{"R_PPC_PLT32", Const, 0, ""},
  3504  		{"R_PPC_PLTREL24", Const, 0, ""},
  3505  		{"R_PPC_PLTREL32", Const, 0, ""},
  3506  		{"R_PPC_REL14", Const, 0, ""},
  3507  		{"R_PPC_REL14_BRNTAKEN", Const, 0, ""},
  3508  		{"R_PPC_REL14_BRTAKEN", Const, 0, ""},
  3509  		{"R_PPC_REL24", Const, 0, ""},
  3510  		{"R_PPC_REL32", Const, 0, ""},
  3511  		{"R_PPC_RELATIVE", Const, 0, ""},
  3512  		{"R_PPC_SDAREL16", Const, 0, ""},
  3513  		{"R_PPC_SECTOFF", Const, 0, ""},
  3514  		{"R_PPC_SECTOFF_HA", Const, 0, ""},
  3515  		{"R_PPC_SECTOFF_HI", Const, 0, ""},
  3516  		{"R_PPC_SECTOFF_LO", Const, 0, ""},
  3517  		{"R_PPC_TLS", Const, 0, ""},
  3518  		{"R_PPC_TPREL16", Const, 0, ""},
  3519  		{"R_PPC_TPREL16_HA", Const, 0, ""},
  3520  		{"R_PPC_TPREL16_HI", Const, 0, ""},
  3521  		{"R_PPC_TPREL16_LO", Const, 0, ""},
  3522  		{"R_PPC_TPREL32", Const, 0, ""},
  3523  		{"R_PPC_UADDR16", Const, 0, ""},
  3524  		{"R_PPC_UADDR32", Const, 0, ""},
  3525  		{"R_RISCV", Type, 11, ""},
  3526  		{"R_RISCV_32", Const, 11, ""},
  3527  		{"R_RISCV_32_PCREL", Const, 12, ""},
  3528  		{"R_RISCV_64", Const, 11, ""},
  3529  		{"R_RISCV_ADD16", Const, 11, ""},
  3530  		{"R_RISCV_ADD32", Const, 11, ""},
  3531  		{"R_RISCV_ADD64", Const, 11, ""},
  3532  		{"R_RISCV_ADD8", Const, 11, ""},
  3533  		{"R_RISCV_ALIGN", Const, 11, ""},
  3534  		{"R_RISCV_BRANCH", Const, 11, ""},
  3535  		{"R_RISCV_CALL", Const, 11, ""},
  3536  		{"R_RISCV_CALL_PLT", Const, 11, ""},
  3537  		{"R_RISCV_COPY", Const, 11, ""},
  3538  		{"R_RISCV_GNU_VTENTRY", Const, 11, ""},
  3539  		{"R_RISCV_GNU_VTINHERIT", Const, 11, ""},
  3540  		{"R_RISCV_GOT_HI20", Const, 11, ""},
  3541  		{"R_RISCV_GPREL_I", Const, 11, ""},
  3542  		{"R_RISCV_GPREL_S", Const, 11, ""},
  3543  		{"R_RISCV_HI20", Const, 11, ""},
  3544  		{"R_RISCV_JAL", Const, 11, ""},
  3545  		{"R_RISCV_JUMP_SLOT", Const, 11, ""},
  3546  		{"R_RISCV_LO12_I", Const, 11, ""},
  3547  		{"R_RISCV_LO12_S", Const, 11, ""},
  3548  		{"R_RISCV_NONE", Const, 11, ""},
  3549  		{"R_RISCV_PCREL_HI20", Const, 11, ""},
  3550  		{"R_RISCV_PCREL_LO12_I", Const, 11, ""},
  3551  		{"R_RISCV_PCREL_LO12_S", Const, 11, ""},
  3552  		{"R_RISCV_RELATIVE", Const, 11, ""},
  3553  		{"R_RISCV_RELAX", Const, 11, ""},
  3554  		{"R_RISCV_RVC_BRANCH", Const, 11, ""},
  3555  		{"R_RISCV_RVC_JUMP", Const, 11, ""},
  3556  		{"R_RISCV_RVC_LUI", Const, 11, ""},
  3557  		{"R_RISCV_SET16", Const, 11, ""},
  3558  		{"R_RISCV_SET32", Const, 11, ""},
  3559  		{"R_RISCV_SET6", Const, 11, ""},
  3560  		{"R_RISCV_SET8", Const, 11, ""},
  3561  		{"R_RISCV_SUB16", Const, 11, ""},
  3562  		{"R_RISCV_SUB32", Const, 11, ""},
  3563  		{"R_RISCV_SUB6", Const, 11, ""},
  3564  		{"R_RISCV_SUB64", Const, 11, ""},
  3565  		{"R_RISCV_SUB8", Const, 11, ""},
  3566  		{"R_RISCV_TLS_DTPMOD32", Const, 11, ""},
  3567  		{"R_RISCV_TLS_DTPMOD64", Const, 11, ""},
  3568  		{"R_RISCV_TLS_DTPREL32", Const, 11, ""},
  3569  		{"R_RISCV_TLS_DTPREL64", Const, 11, ""},
  3570  		{"R_RISCV_TLS_GD_HI20", Const, 11, ""},
  3571  		{"R_RISCV_TLS_GOT_HI20", Const, 11, ""},
  3572  		{"R_RISCV_TLS_TPREL32", Const, 11, ""},
  3573  		{"R_RISCV_TLS_TPREL64", Const, 11, ""},
  3574  		{"R_RISCV_TPREL_ADD", Const, 11, ""},
  3575  		{"R_RISCV_TPREL_HI20", Const, 11, ""},
  3576  		{"R_RISCV_TPREL_I", Const, 11, ""},
  3577  		{"R_RISCV_TPREL_LO12_I", Const, 11, ""},
  3578  		{"R_RISCV_TPREL_LO12_S", Const, 11, ""},
  3579  		{"R_RISCV_TPREL_S", Const, 11, ""},
  3580  		{"R_SPARC", Type, 0, ""},
  3581  		{"R_SPARC_10", Const, 0, ""},
  3582  		{"R_SPARC_11", Const, 0, ""},
  3583  		{"R_SPARC_13", Const, 0, ""},
  3584  		{"R_SPARC_16", Const, 0, ""},
  3585  		{"R_SPARC_22", Const, 0, ""},
  3586  		{"R_SPARC_32", Const, 0, ""},
  3587  		{"R_SPARC_5", Const, 0, ""},
  3588  		{"R_SPARC_6", Const, 0, ""},
  3589  		{"R_SPARC_64", Const, 0, ""},
  3590  		{"R_SPARC_7", Const, 0, ""},
  3591  		{"R_SPARC_8", Const, 0, ""},
  3592  		{"R_SPARC_COPY", Const, 0, ""},
  3593  		{"R_SPARC_DISP16", Const, 0, ""},
  3594  		{"R_SPARC_DISP32", Const, 0, ""},
  3595  		{"R_SPARC_DISP64", Const, 0, ""},
  3596  		{"R_SPARC_DISP8", Const, 0, ""},
  3597  		{"R_SPARC_GLOB_DAT", Const, 0, ""},
  3598  		{"R_SPARC_GLOB_JMP", Const, 0, ""},
  3599  		{"R_SPARC_GOT10", Const, 0, ""},
  3600  		{"R_SPARC_GOT13", Const, 0, ""},
  3601  		{"R_SPARC_GOT22", Const, 0, ""},
  3602  		{"R_SPARC_H44", Const, 0, ""},
  3603  		{"R_SPARC_HH22", Const, 0, ""},
  3604  		{"R_SPARC_HI22", Const, 0, ""},
  3605  		{"R_SPARC_HIPLT22", Const, 0, ""},
  3606  		{"R_SPARC_HIX22", Const, 0, ""},
  3607  		{"R_SPARC_HM10", Const, 0, ""},
  3608  		{"R_SPARC_JMP_SLOT", Const, 0, ""},
  3609  		{"R_SPARC_L44", Const, 0, ""},
  3610  		{"R_SPARC_LM22", Const, 0, ""},
  3611  		{"R_SPARC_LO10", Const, 0, ""},
  3612  		{"R_SPARC_LOPLT10", Const, 0, ""},
  3613  		{"R_SPARC_LOX10", Const, 0, ""},
  3614  		{"R_SPARC_M44", Const, 0, ""},
  3615  		{"R_SPARC_NONE", Const, 0, ""},
  3616  		{"R_SPARC_OLO10", Const, 0, ""},
  3617  		{"R_SPARC_PC10", Const, 0, ""},
  3618  		{"R_SPARC_PC22", Const, 0, ""},
  3619  		{"R_SPARC_PCPLT10", Const, 0, ""},
  3620  		{"R_SPARC_PCPLT22", Const, 0, ""},
  3621  		{"R_SPARC_PCPLT32", Const, 0, ""},
  3622  		{"R_SPARC_PC_HH22", Const, 0, ""},
  3623  		{"R_SPARC_PC_HM10", Const, 0, ""},
  3624  		{"R_SPARC_PC_LM22", Const, 0, ""},
  3625  		{"R_SPARC_PLT32", Const, 0, ""},
  3626  		{"R_SPARC_PLT64", Const, 0, ""},
  3627  		{"R_SPARC_REGISTER", Const, 0, ""},
  3628  		{"R_SPARC_RELATIVE", Const, 0, ""},
  3629  		{"R_SPARC_UA16", Const, 0, ""},
  3630  		{"R_SPARC_UA32", Const, 0, ""},
  3631  		{"R_SPARC_UA64", Const, 0, ""},
  3632  		{"R_SPARC_WDISP16", Const, 0, ""},
  3633  		{"R_SPARC_WDISP19", Const, 0, ""},
  3634  		{"R_SPARC_WDISP22", Const, 0, ""},
  3635  		{"R_SPARC_WDISP30", Const, 0, ""},
  3636  		{"R_SPARC_WPLT30", Const, 0, ""},
  3637  		{"R_SYM32", Func, 0, "func(info uint32) uint32"},
  3638  		{"R_SYM64", Func, 0, "func(info uint64) uint32"},
  3639  		{"R_TYPE32", Func, 0, "func(info uint32) uint32"},
  3640  		{"R_TYPE64", Func, 0, "func(info uint64) uint32"},
  3641  		{"R_X86_64", Type, 0, ""},
  3642  		{"R_X86_64_16", Const, 0, ""},
  3643  		{"R_X86_64_32", Const, 0, ""},
  3644  		{"R_X86_64_32S", Const, 0, ""},
  3645  		{"R_X86_64_64", Const, 0, ""},
  3646  		{"R_X86_64_8", Const, 0, ""},
  3647  		{"R_X86_64_COPY", Const, 0, ""},
  3648  		{"R_X86_64_DTPMOD64", Const, 0, ""},
  3649  		{"R_X86_64_DTPOFF32", Const, 0, ""},
  3650  		{"R_X86_64_DTPOFF64", Const, 0, ""},
  3651  		{"R_X86_64_GLOB_DAT", Const, 0, ""},
  3652  		{"R_X86_64_GOT32", Const, 0, ""},
  3653  		{"R_X86_64_GOT64", Const, 10, ""},
  3654  		{"R_X86_64_GOTOFF64", Const, 10, ""},
  3655  		{"R_X86_64_GOTPC32", Const, 10, ""},
  3656  		{"R_X86_64_GOTPC32_TLSDESC", Const, 10, ""},
  3657  		{"R_X86_64_GOTPC64", Const, 10, ""},
  3658  		{"R_X86_64_GOTPCREL", Const, 0, ""},
  3659  		{"R_X86_64_GOTPCREL64", Const, 10, ""},
  3660  		{"R_X86_64_GOTPCRELX", Const, 10, ""},
  3661  		{"R_X86_64_GOTPLT64", Const, 10, ""},
  3662  		{"R_X86_64_GOTTPOFF", Const, 0, ""},
  3663  		{"R_X86_64_IRELATIVE", Const, 10, ""},
  3664  		{"R_X86_64_JMP_SLOT", Const, 0, ""},
  3665  		{"R_X86_64_NONE", Const, 0, ""},
  3666  		{"R_X86_64_PC16", Const, 0, ""},
  3667  		{"R_X86_64_PC32", Const, 0, ""},
  3668  		{"R_X86_64_PC32_BND", Const, 10, ""},
  3669  		{"R_X86_64_PC64", Const, 10, ""},
  3670  		{"R_X86_64_PC8", Const, 0, ""},
  3671  		{"R_X86_64_PLT32", Const, 0, ""},
  3672  		{"R_X86_64_PLT32_BND", Const, 10, ""},
  3673  		{"R_X86_64_PLTOFF64", Const, 10, ""},
  3674  		{"R_X86_64_RELATIVE", Const, 0, ""},
  3675  		{"R_X86_64_RELATIVE64", Const, 10, ""},
  3676  		{"R_X86_64_REX_GOTPCRELX", Const, 10, ""},
  3677  		{"R_X86_64_SIZE32", Const, 10, ""},
  3678  		{"R_X86_64_SIZE64", Const, 10, ""},
  3679  		{"R_X86_64_TLSDESC", Const, 10, ""},
  3680  		{"R_X86_64_TLSDESC_CALL", Const, 10, ""},
  3681  		{"R_X86_64_TLSGD", Const, 0, ""},
  3682  		{"R_X86_64_TLSLD", Const, 0, ""},
  3683  		{"R_X86_64_TPOFF32", Const, 0, ""},
  3684  		{"R_X86_64_TPOFF64", Const, 0, ""},
  3685  		{"Rel32", Type, 0, ""},
  3686  		{"Rel32.Info", Field, 0, ""},
  3687  		{"Rel32.Off", Field, 0, ""},
  3688  		{"Rel64", Type, 0, ""},
  3689  		{"Rel64.Info", Field, 0, ""},
  3690  		{"Rel64.Off", Field, 0, ""},
  3691  		{"Rela32", Type, 0, ""},
  3692  		{"Rela32.Addend", Field, 0, ""},
  3693  		{"Rela32.Info", Field, 0, ""},
  3694  		{"Rela32.Off", Field, 0, ""},
  3695  		{"Rela64", Type, 0, ""},
  3696  		{"Rela64.Addend", Field, 0, ""},
  3697  		{"Rela64.Info", Field, 0, ""},
  3698  		{"Rela64.Off", Field, 0, ""},
  3699  		{"SHF_ALLOC", Const, 0, ""},
  3700  		{"SHF_COMPRESSED", Const, 6, ""},
  3701  		{"SHF_EXECINSTR", Const, 0, ""},
  3702  		{"SHF_GROUP", Const, 0, ""},
  3703  		{"SHF_INFO_LINK", Const, 0, ""},
  3704  		{"SHF_LINK_ORDER", Const, 0, ""},
  3705  		{"SHF_MASKOS", Const, 0, ""},
  3706  		{"SHF_MASKPROC", Const, 0, ""},
  3707  		{"SHF_MERGE", Const, 0, ""},
  3708  		{"SHF_OS_NONCONFORMING", Const, 0, ""},
  3709  		{"SHF_STRINGS", Const, 0, ""},
  3710  		{"SHF_TLS", Const, 0, ""},
  3711  		{"SHF_WRITE", Const, 0, ""},
  3712  		{"SHN_ABS", Const, 0, ""},
  3713  		{"SHN_COMMON", Const, 0, ""},
  3714  		{"SHN_HIOS", Const, 0, ""},
  3715  		{"SHN_HIPROC", Const, 0, ""},
  3716  		{"SHN_HIRESERVE", Const, 0, ""},
  3717  		{"SHN_LOOS", Const, 0, ""},
  3718  		{"SHN_LOPROC", Const, 0, ""},
  3719  		{"SHN_LORESERVE", Const, 0, ""},
  3720  		{"SHN_UNDEF", Const, 0, ""},
  3721  		{"SHN_XINDEX", Const, 0, ""},
  3722  		{"SHT_DYNAMIC", Const, 0, ""},
  3723  		{"SHT_DYNSYM", Const, 0, ""},
  3724  		{"SHT_FINI_ARRAY", Const, 0, ""},
  3725  		{"SHT_GNU_ATTRIBUTES", Const, 0, ""},
  3726  		{"SHT_GNU_HASH", Const, 0, ""},
  3727  		{"SHT_GNU_LIBLIST", Const, 0, ""},
  3728  		{"SHT_GNU_VERDEF", Const, 0, ""},
  3729  		{"SHT_GNU_VERNEED", Const, 0, ""},
  3730  		{"SHT_GNU_VERSYM", Const, 0, ""},
  3731  		{"SHT_GROUP", Const, 0, ""},
  3732  		{"SHT_HASH", Const, 0, ""},
  3733  		{"SHT_HIOS", Const, 0, ""},
  3734  		{"SHT_HIPROC", Const, 0, ""},
  3735  		{"SHT_HIUSER", Const, 0, ""},
  3736  		{"SHT_INIT_ARRAY", Const, 0, ""},
  3737  		{"SHT_LOOS", Const, 0, ""},
  3738  		{"SHT_LOPROC", Const, 0, ""},
  3739  		{"SHT_LOUSER", Const, 0, ""},
  3740  		{"SHT_MIPS_ABIFLAGS", Const, 17, ""},
  3741  		{"SHT_NOBITS", Const, 0, ""},
  3742  		{"SHT_NOTE", Const, 0, ""},
  3743  		{"SHT_NULL", Const, 0, ""},
  3744  		{"SHT_PREINIT_ARRAY", Const, 0, ""},
  3745  		{"SHT_PROGBITS", Const, 0, ""},
  3746  		{"SHT_REL", Const, 0, ""},
  3747  		{"SHT_RELA", Const, 0, ""},
  3748  		{"SHT_RISCV_ATTRIBUTES", Const, 25, ""},
  3749  		{"SHT_SHLIB", Const, 0, ""},
  3750  		{"SHT_STRTAB", Const, 0, ""},
  3751  		{"SHT_SYMTAB", Const, 0, ""},
  3752  		{"SHT_SYMTAB_SHNDX", Const, 0, ""},
  3753  		{"STB_GLOBAL", Const, 0, ""},
  3754  		{"STB_HIOS", Const, 0, ""},
  3755  		{"STB_HIPROC", Const, 0, ""},
  3756  		{"STB_LOCAL", Const, 0, ""},
  3757  		{"STB_LOOS", Const, 0, ""},
  3758  		{"STB_LOPROC", Const, 0, ""},
  3759  		{"STB_WEAK", Const, 0, ""},
  3760  		{"STT_COMMON", Const, 0, ""},
  3761  		{"STT_FILE", Const, 0, ""},
  3762  		{"STT_FUNC", Const, 0, ""},
  3763  		{"STT_GNU_IFUNC", Const, 23, ""},
  3764  		{"STT_HIOS", Const, 0, ""},
  3765  		{"STT_HIPROC", Const, 0, ""},
  3766  		{"STT_LOOS", Const, 0, ""},
  3767  		{"STT_LOPROC", Const, 0, ""},
  3768  		{"STT_NOTYPE", Const, 0, ""},
  3769  		{"STT_OBJECT", Const, 0, ""},
  3770  		{"STT_RELC", Const, 23, ""},
  3771  		{"STT_SECTION", Const, 0, ""},
  3772  		{"STT_SRELC", Const, 23, ""},
  3773  		{"STT_TLS", Const, 0, ""},
  3774  		{"STV_DEFAULT", Const, 0, ""},
  3775  		{"STV_HIDDEN", Const, 0, ""},
  3776  		{"STV_INTERNAL", Const, 0, ""},
  3777  		{"STV_PROTECTED", Const, 0, ""},
  3778  		{"ST_BIND", Func, 0, "func(info uint8) SymBind"},
  3779  		{"ST_INFO", Func, 0, "func(bind SymBind, typ SymType) uint8"},
  3780  		{"ST_TYPE", Func, 0, "func(info uint8) SymType"},
  3781  		{"ST_VISIBILITY", Func, 0, "func(other uint8) SymVis"},
  3782  		{"Section", Type, 0, ""},
  3783  		{"Section.ReaderAt", Field, 0, ""},
  3784  		{"Section.SectionHeader", Field, 0, ""},
  3785  		{"Section32", Type, 0, ""},
  3786  		{"Section32.Addr", Field, 0, ""},
  3787  		{"Section32.Addralign", Field, 0, ""},
  3788  		{"Section32.Entsize", Field, 0, ""},
  3789  		{"Section32.Flags", Field, 0, ""},
  3790  		{"Section32.Info", Field, 0, ""},
  3791  		{"Section32.Link", Field, 0, ""},
  3792  		{"Section32.Name", Field, 0, ""},
  3793  		{"Section32.Off", Field, 0, ""},
  3794  		{"Section32.Size", Field, 0, ""},
  3795  		{"Section32.Type", Field, 0, ""},
  3796  		{"Section64", Type, 0, ""},
  3797  		{"Section64.Addr", Field, 0, ""},
  3798  		{"Section64.Addralign", Field, 0, ""},
  3799  		{"Section64.Entsize", Field, 0, ""},
  3800  		{"Section64.Flags", Field, 0, ""},
  3801  		{"Section64.Info", Field, 0, ""},
  3802  		{"Section64.Link", Field, 0, ""},
  3803  		{"Section64.Name", Field, 0, ""},
  3804  		{"Section64.Off", Field, 0, ""},
  3805  		{"Section64.Size", Field, 0, ""},
  3806  		{"Section64.Type", Field, 0, ""},
  3807  		{"SectionFlag", Type, 0, ""},
  3808  		{"SectionHeader", Type, 0, ""},
  3809  		{"SectionHeader.Addr", Field, 0, ""},
  3810  		{"SectionHeader.Addralign", Field, 0, ""},
  3811  		{"SectionHeader.Entsize", Field, 0, ""},
  3812  		{"SectionHeader.FileSize", Field, 6, ""},
  3813  		{"SectionHeader.Flags", Field, 0, ""},
  3814  		{"SectionHeader.Info", Field, 0, ""},
  3815  		{"SectionHeader.Link", Field, 0, ""},
  3816  		{"SectionHeader.Name", Field, 0, ""},
  3817  		{"SectionHeader.Offset", Field, 0, ""},
  3818  		{"SectionHeader.Size", Field, 0, ""},
  3819  		{"SectionHeader.Type", Field, 0, ""},
  3820  		{"SectionIndex", Type, 0, ""},
  3821  		{"SectionType", Type, 0, ""},
  3822  		{"Sym32", Type, 0, ""},
  3823  		{"Sym32.Info", Field, 0, ""},
  3824  		{"Sym32.Name", Field, 0, ""},
  3825  		{"Sym32.Other", Field, 0, ""},
  3826  		{"Sym32.Shndx", Field, 0, ""},
  3827  		{"Sym32.Size", Field, 0, ""},
  3828  		{"Sym32.Value", Field, 0, ""},
  3829  		{"Sym32Size", Const, 0, ""},
  3830  		{"Sym64", Type, 0, ""},
  3831  		{"Sym64.Info", Field, 0, ""},
  3832  		{"Sym64.Name", Field, 0, ""},
  3833  		{"Sym64.Other", Field, 0, ""},
  3834  		{"Sym64.Shndx", Field, 0, ""},
  3835  		{"Sym64.Size", Field, 0, ""},
  3836  		{"Sym64.Value", Field, 0, ""},
  3837  		{"Sym64Size", Const, 0, ""},
  3838  		{"SymBind", Type, 0, ""},
  3839  		{"SymType", Type, 0, ""},
  3840  		{"SymVis", Type, 0, ""},
  3841  		{"Symbol", Type, 0, ""},
  3842  		{"Symbol.HasVersion", Field, 24, ""},
  3843  		{"Symbol.Info", Field, 0, ""},
  3844  		{"Symbol.Library", Field, 13, ""},
  3845  		{"Symbol.Name", Field, 0, ""},
  3846  		{"Symbol.Other", Field, 0, ""},
  3847  		{"Symbol.Section", Field, 0, ""},
  3848  		{"Symbol.Size", Field, 0, ""},
  3849  		{"Symbol.Value", Field, 0, ""},
  3850  		{"Symbol.Version", Field, 13, ""},
  3851  		{"Symbol.VersionIndex", Field, 24, ""},
  3852  		{"Type", Type, 0, ""},
  3853  		{"VER_FLG_BASE", Const, 24, ""},
  3854  		{"VER_FLG_INFO", Const, 24, ""},
  3855  		{"VER_FLG_WEAK", Const, 24, ""},
  3856  		{"Version", Type, 0, ""},
  3857  		{"VersionIndex", Type, 24, ""},
  3858  	},
  3859  	"debug/gosym": {
  3860  		{"(*DecodingError).Error", Method, 0, ""},
  3861  		{"(*LineTable).LineToPC", Method, 0, ""},
  3862  		{"(*LineTable).PCToLine", Method, 0, ""},
  3863  		{"(*Sym).BaseName", Method, 0, ""},
  3864  		{"(*Sym).PackageName", Method, 0, ""},
  3865  		{"(*Sym).ReceiverName", Method, 0, ""},
  3866  		{"(*Sym).Static", Method, 0, ""},
  3867  		{"(*Table).LineToPC", Method, 0, ""},
  3868  		{"(*Table).LookupFunc", Method, 0, ""},
  3869  		{"(*Table).LookupSym", Method, 0, ""},
  3870  		{"(*Table).PCToFunc", Method, 0, ""},
  3871  		{"(*Table).PCToLine", Method, 0, ""},
  3872  		{"(*Table).SymByAddr", Method, 0, ""},
  3873  		{"(*UnknownLineError).Error", Method, 0, ""},
  3874  		{"(Func).BaseName", Method, 0, ""},
  3875  		{"(Func).PackageName", Method, 0, ""},
  3876  		{"(Func).ReceiverName", Method, 0, ""},
  3877  		{"(Func).Static", Method, 0, ""},
  3878  		{"(UnknownFileError).Error", Method, 0, ""},
  3879  		{"DecodingError", Type, 0, ""},
  3880  		{"Func", Type, 0, ""},
  3881  		{"Func.End", Field, 0, ""},
  3882  		{"Func.Entry", Field, 0, ""},
  3883  		{"Func.FrameSize", Field, 0, ""},
  3884  		{"Func.LineTable", Field, 0, ""},
  3885  		{"Func.Locals", Field, 0, ""},
  3886  		{"Func.Obj", Field, 0, ""},
  3887  		{"Func.Params", Field, 0, ""},
  3888  		{"Func.Sym", Field, 0, ""},
  3889  		{"LineTable", Type, 0, ""},
  3890  		{"LineTable.Data", Field, 0, ""},
  3891  		{"LineTable.Line", Field, 0, ""},
  3892  		{"LineTable.PC", Field, 0, ""},
  3893  		{"NewLineTable", Func, 0, "func(data []byte, text uint64) *LineTable"},
  3894  		{"NewTable", Func, 0, "func(symtab []byte, pcln *LineTable) (*Table, error)"},
  3895  		{"Obj", Type, 0, ""},
  3896  		{"Obj.Funcs", Field, 0, ""},
  3897  		{"Obj.Paths", Field, 0, ""},
  3898  		{"Sym", Type, 0, ""},
  3899  		{"Sym.Func", Field, 0, ""},
  3900  		{"Sym.GoType", Field, 0, ""},
  3901  		{"Sym.Name", Field, 0, ""},
  3902  		{"Sym.Type", Field, 0, ""},
  3903  		{"Sym.Value", Field, 0, ""},
  3904  		{"Table", Type, 0, ""},
  3905  		{"Table.Files", Field, 0, ""},
  3906  		{"Table.Funcs", Field, 0, ""},
  3907  		{"Table.Objs", Field, 0, ""},
  3908  		{"Table.Syms", Field, 0, ""},
  3909  		{"UnknownFileError", Type, 0, ""},
  3910  		{"UnknownLineError", Type, 0, ""},
  3911  		{"UnknownLineError.File", Field, 0, ""},
  3912  		{"UnknownLineError.Line", Field, 0, ""},
  3913  	},
  3914  	"debug/macho": {
  3915  		{"(*FatFile).Close", Method, 3, ""},
  3916  		{"(*File).Close", Method, 0, ""},
  3917  		{"(*File).DWARF", Method, 0, ""},
  3918  		{"(*File).ImportedLibraries", Method, 0, ""},
  3919  		{"(*File).ImportedSymbols", Method, 0, ""},
  3920  		{"(*File).Section", Method, 0, ""},
  3921  		{"(*File).Segment", Method, 0, ""},
  3922  		{"(*FormatError).Error", Method, 0, ""},
  3923  		{"(*Section).Data", Method, 0, ""},
  3924  		{"(*Section).Open", Method, 0, ""},
  3925  		{"(*Segment).Data", Method, 0, ""},
  3926  		{"(*Segment).Open", Method, 0, ""},
  3927  		{"(Cpu).GoString", Method, 0, ""},
  3928  		{"(Cpu).String", Method, 0, ""},
  3929  		{"(Dylib).Raw", Method, 0, ""},
  3930  		{"(Dysymtab).Raw", Method, 0, ""},
  3931  		{"(FatArch).Close", Method, 3, ""},
  3932  		{"(FatArch).DWARF", Method, 3, ""},
  3933  		{"(FatArch).ImportedLibraries", Method, 3, ""},
  3934  		{"(FatArch).ImportedSymbols", Method, 3, ""},
  3935  		{"(FatArch).Section", Method, 3, ""},
  3936  		{"(FatArch).Segment", Method, 3, ""},
  3937  		{"(LoadBytes).Raw", Method, 0, ""},
  3938  		{"(LoadCmd).GoString", Method, 0, ""},
  3939  		{"(LoadCmd).String", Method, 0, ""},
  3940  		{"(RelocTypeARM).GoString", Method, 10, ""},
  3941  		{"(RelocTypeARM).String", Method, 10, ""},
  3942  		{"(RelocTypeARM64).GoString", Method, 10, ""},
  3943  		{"(RelocTypeARM64).String", Method, 10, ""},
  3944  		{"(RelocTypeGeneric).GoString", Method, 10, ""},
  3945  		{"(RelocTypeGeneric).String", Method, 10, ""},
  3946  		{"(RelocTypeX86_64).GoString", Method, 10, ""},
  3947  		{"(RelocTypeX86_64).String", Method, 10, ""},
  3948  		{"(Rpath).Raw", Method, 10, ""},
  3949  		{"(Section).ReadAt", Method, 0, ""},
  3950  		{"(Segment).Raw", Method, 0, ""},
  3951  		{"(Segment).ReadAt", Method, 0, ""},
  3952  		{"(Symtab).Raw", Method, 0, ""},
  3953  		{"(Type).GoString", Method, 10, ""},
  3954  		{"(Type).String", Method, 10, ""},
  3955  		{"ARM64_RELOC_ADDEND", Const, 10, ""},
  3956  		{"ARM64_RELOC_BRANCH26", Const, 10, ""},
  3957  		{"ARM64_RELOC_GOT_LOAD_PAGE21", Const, 10, ""},
  3958  		{"ARM64_RELOC_GOT_LOAD_PAGEOFF12", Const, 10, ""},
  3959  		{"ARM64_RELOC_PAGE21", Const, 10, ""},
  3960  		{"ARM64_RELOC_PAGEOFF12", Const, 10, ""},
  3961  		{"ARM64_RELOC_POINTER_TO_GOT", Const, 10, ""},
  3962  		{"ARM64_RELOC_SUBTRACTOR", Const, 10, ""},
  3963  		{"ARM64_RELOC_TLVP_LOAD_PAGE21", Const, 10, ""},
  3964  		{"ARM64_RELOC_TLVP_LOAD_PAGEOFF12", Const, 10, ""},
  3965  		{"ARM64_RELOC_UNSIGNED", Const, 10, ""},
  3966  		{"ARM_RELOC_BR24", Const, 10, ""},
  3967  		{"ARM_RELOC_HALF", Const, 10, ""},
  3968  		{"ARM_RELOC_HALF_SECTDIFF", Const, 10, ""},
  3969  		{"ARM_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
  3970  		{"ARM_RELOC_PAIR", Const, 10, ""},
  3971  		{"ARM_RELOC_PB_LA_PTR", Const, 10, ""},
  3972  		{"ARM_RELOC_SECTDIFF", Const, 10, ""},
  3973  		{"ARM_RELOC_VANILLA", Const, 10, ""},
  3974  		{"ARM_THUMB_32BIT_BRANCH", Const, 10, ""},
  3975  		{"ARM_THUMB_RELOC_BR22", Const, 10, ""},
  3976  		{"Cpu", Type, 0, ""},
  3977  		{"Cpu386", Const, 0, ""},
  3978  		{"CpuAmd64", Const, 0, ""},
  3979  		{"CpuArm", Const, 3, ""},
  3980  		{"CpuArm64", Const, 11, ""},
  3981  		{"CpuPpc", Const, 3, ""},
  3982  		{"CpuPpc64", Const, 3, ""},
  3983  		{"Dylib", Type, 0, ""},
  3984  		{"Dylib.CompatVersion", Field, 0, ""},
  3985  		{"Dylib.CurrentVersion", Field, 0, ""},
  3986  		{"Dylib.LoadBytes", Field, 0, ""},
  3987  		{"Dylib.Name", Field, 0, ""},
  3988  		{"Dylib.Time", Field, 0, ""},
  3989  		{"DylibCmd", Type, 0, ""},
  3990  		{"DylibCmd.Cmd", Field, 0, ""},
  3991  		{"DylibCmd.CompatVersion", Field, 0, ""},
  3992  		{"DylibCmd.CurrentVersion", Field, 0, ""},
  3993  		{"DylibCmd.Len", Field, 0, ""},
  3994  		{"DylibCmd.Name", Field, 0, ""},
  3995  		{"DylibCmd.Time", Field, 0, ""},
  3996  		{"Dysymtab", Type, 0, ""},
  3997  		{"Dysymtab.DysymtabCmd", Field, 0, ""},
  3998  		{"Dysymtab.IndirectSyms", Field, 0, ""},
  3999  		{"Dysymtab.LoadBytes", Field, 0, ""},
  4000  		{"DysymtabCmd", Type, 0, ""},
  4001  		{"DysymtabCmd.Cmd", Field, 0, ""},
  4002  		{"DysymtabCmd.Extrefsymoff", Field, 0, ""},
  4003  		{"DysymtabCmd.Extreloff", Field, 0, ""},
  4004  		{"DysymtabCmd.Iextdefsym", Field, 0, ""},
  4005  		{"DysymtabCmd.Ilocalsym", Field, 0, ""},
  4006  		{"DysymtabCmd.Indirectsymoff", Field, 0, ""},
  4007  		{"DysymtabCmd.Iundefsym", Field, 0, ""},
  4008  		{"DysymtabCmd.Len", Field, 0, ""},
  4009  		{"DysymtabCmd.Locreloff", Field, 0, ""},
  4010  		{"DysymtabCmd.Modtaboff", Field, 0, ""},
  4011  		{"DysymtabCmd.Nextdefsym", Field, 0, ""},
  4012  		{"DysymtabCmd.Nextrefsyms", Field, 0, ""},
  4013  		{"DysymtabCmd.Nextrel", Field, 0, ""},
  4014  		{"DysymtabCmd.Nindirectsyms", Field, 0, ""},
  4015  		{"DysymtabCmd.Nlocalsym", Field, 0, ""},
  4016  		{"DysymtabCmd.Nlocrel", Field, 0, ""},
  4017  		{"DysymtabCmd.Nmodtab", Field, 0, ""},
  4018  		{"DysymtabCmd.Ntoc", Field, 0, ""},
  4019  		{"DysymtabCmd.Nundefsym", Field, 0, ""},
  4020  		{"DysymtabCmd.Tocoffset", Field, 0, ""},
  4021  		{"ErrNotFat", Var, 3, ""},
  4022  		{"FatArch", Type, 3, ""},
  4023  		{"FatArch.FatArchHeader", Field, 3, ""},
  4024  		{"FatArch.File", Field, 3, ""},
  4025  		{"FatArchHeader", Type, 3, ""},
  4026  		{"FatArchHeader.Align", Field, 3, ""},
  4027  		{"FatArchHeader.Cpu", Field, 3, ""},
  4028  		{"FatArchHeader.Offset", Field, 3, ""},
  4029  		{"FatArchHeader.Size", Field, 3, ""},
  4030  		{"FatArchHeader.SubCpu", Field, 3, ""},
  4031  		{"FatFile", Type, 3, ""},
  4032  		{"FatFile.Arches", Field, 3, ""},
  4033  		{"FatFile.Magic", Field, 3, ""},
  4034  		{"File", Type, 0, ""},
  4035  		{"File.ByteOrder", Field, 0, ""},
  4036  		{"File.Dysymtab", Field, 0, ""},
  4037  		{"File.FileHeader", Field, 0, ""},
  4038  		{"File.Loads", Field, 0, ""},
  4039  		{"File.Sections", Field, 0, ""},
  4040  		{"File.Symtab", Field, 0, ""},
  4041  		{"FileHeader", Type, 0, ""},
  4042  		{"FileHeader.Cmdsz", Field, 0, ""},
  4043  		{"FileHeader.Cpu", Field, 0, ""},
  4044  		{"FileHeader.Flags", Field, 0, ""},
  4045  		{"FileHeader.Magic", Field, 0, ""},
  4046  		{"FileHeader.Ncmd", Field, 0, ""},
  4047  		{"FileHeader.SubCpu", Field, 0, ""},
  4048  		{"FileHeader.Type", Field, 0, ""},
  4049  		{"FlagAllModsBound", Const, 10, ""},
  4050  		{"FlagAllowStackExecution", Const, 10, ""},
  4051  		{"FlagAppExtensionSafe", Const, 10, ""},
  4052  		{"FlagBindAtLoad", Const, 10, ""},
  4053  		{"FlagBindsToWeak", Const, 10, ""},
  4054  		{"FlagCanonical", Const, 10, ""},
  4055  		{"FlagDeadStrippableDylib", Const, 10, ""},
  4056  		{"FlagDyldLink", Const, 10, ""},
  4057  		{"FlagForceFlat", Const, 10, ""},
  4058  		{"FlagHasTLVDescriptors", Const, 10, ""},
  4059  		{"FlagIncrLink", Const, 10, ""},
  4060  		{"FlagLazyInit", Const, 10, ""},
  4061  		{"FlagNoFixPrebinding", Const, 10, ""},
  4062  		{"FlagNoHeapExecution", Const, 10, ""},
  4063  		{"FlagNoMultiDefs", Const, 10, ""},
  4064  		{"FlagNoReexportedDylibs", Const, 10, ""},
  4065  		{"FlagNoUndefs", Const, 10, ""},
  4066  		{"FlagPIE", Const, 10, ""},
  4067  		{"FlagPrebindable", Const, 10, ""},
  4068  		{"FlagPrebound", Const, 10, ""},
  4069  		{"FlagRootSafe", Const, 10, ""},
  4070  		{"FlagSetuidSafe", Const, 10, ""},
  4071  		{"FlagSplitSegs", Const, 10, ""},
  4072  		{"FlagSubsectionsViaSymbols", Const, 10, ""},
  4073  		{"FlagTwoLevel", Const, 10, ""},
  4074  		{"FlagWeakDefines", Const, 10, ""},
  4075  		{"FormatError", Type, 0, ""},
  4076  		{"GENERIC_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
  4077  		{"GENERIC_RELOC_PAIR", Const, 10, ""},
  4078  		{"GENERIC_RELOC_PB_LA_PTR", Const, 10, ""},
  4079  		{"GENERIC_RELOC_SECTDIFF", Const, 10, ""},
  4080  		{"GENERIC_RELOC_TLV", Const, 10, ""},
  4081  		{"GENERIC_RELOC_VANILLA", Const, 10, ""},
  4082  		{"Load", Type, 0, ""},
  4083  		{"LoadBytes", Type, 0, ""},
  4084  		{"LoadCmd", Type, 0, ""},
  4085  		{"LoadCmdDylib", Const, 0, ""},
  4086  		{"LoadCmdDylinker", Const, 0, ""},
  4087  		{"LoadCmdDysymtab", Const, 0, ""},
  4088  		{"LoadCmdRpath", Const, 10, ""},
  4089  		{"LoadCmdSegment", Const, 0, ""},
  4090  		{"LoadCmdSegment64", Const, 0, ""},
  4091  		{"LoadCmdSymtab", Const, 0, ""},
  4092  		{"LoadCmdThread", Const, 0, ""},
  4093  		{"LoadCmdUnixThread", Const, 0, ""},
  4094  		{"Magic32", Const, 0, ""},
  4095  		{"Magic64", Const, 0, ""},
  4096  		{"MagicFat", Const, 3, ""},
  4097  		{"NewFatFile", Func, 3, "func(r io.ReaderAt) (*FatFile, error)"},
  4098  		{"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
  4099  		{"Nlist32", Type, 0, ""},
  4100  		{"Nlist32.Desc", Field, 0, ""},
  4101  		{"Nlist32.Name", Field, 0, ""},
  4102  		{"Nlist32.Sect", Field, 0, ""},
  4103  		{"Nlist32.Type", Field, 0, ""},
  4104  		{"Nlist32.Value", Field, 0, ""},
  4105  		{"Nlist64", Type, 0, ""},
  4106  		{"Nlist64.Desc", Field, 0, ""},
  4107  		{"Nlist64.Name", Field, 0, ""},
  4108  		{"Nlist64.Sect", Field, 0, ""},
  4109  		{"Nlist64.Type", Field, 0, ""},
  4110  		{"Nlist64.Value", Field, 0, ""},
  4111  		{"Open", Func, 0, "func(name string) (*File, error)"},
  4112  		{"OpenFat", Func, 3, "func(name string) (*FatFile, error)"},
  4113  		{"Regs386", Type, 0, ""},
  4114  		{"Regs386.AX", Field, 0, ""},
  4115  		{"Regs386.BP", Field, 0, ""},
  4116  		{"Regs386.BX", Field, 0, ""},
  4117  		{"Regs386.CS", Field, 0, ""},
  4118  		{"Regs386.CX", Field, 0, ""},
  4119  		{"Regs386.DI", Field, 0, ""},
  4120  		{"Regs386.DS", Field, 0, ""},
  4121  		{"Regs386.DX", Field, 0, ""},
  4122  		{"Regs386.ES", Field, 0, ""},
  4123  		{"Regs386.FLAGS", Field, 0, ""},
  4124  		{"Regs386.FS", Field, 0, ""},
  4125  		{"Regs386.GS", Field, 0, ""},
  4126  		{"Regs386.IP", Field, 0, ""},
  4127  		{"Regs386.SI", Field, 0, ""},
  4128  		{"Regs386.SP", Field, 0, ""},
  4129  		{"Regs386.SS", Field, 0, ""},
  4130  		{"RegsAMD64", Type, 0, ""},
  4131  		{"RegsAMD64.AX", Field, 0, ""},
  4132  		{"RegsAMD64.BP", Field, 0, ""},
  4133  		{"RegsAMD64.BX", Field, 0, ""},
  4134  		{"RegsAMD64.CS", Field, 0, ""},
  4135  		{"RegsAMD64.CX", Field, 0, ""},
  4136  		{"RegsAMD64.DI", Field, 0, ""},
  4137  		{"RegsAMD64.DX", Field, 0, ""},
  4138  		{"RegsAMD64.FLAGS", Field, 0, ""},
  4139  		{"RegsAMD64.FS", Field, 0, ""},
  4140  		{"RegsAMD64.GS", Field, 0, ""},
  4141  		{"RegsAMD64.IP", Field, 0, ""},
  4142  		{"RegsAMD64.R10", Field, 0, ""},
  4143  		{"RegsAMD64.R11", Field, 0, ""},
  4144  		{"RegsAMD64.R12", Field, 0, ""},
  4145  		{"RegsAMD64.R13", Field, 0, ""},
  4146  		{"RegsAMD64.R14", Field, 0, ""},
  4147  		{"RegsAMD64.R15", Field, 0, ""},
  4148  		{"RegsAMD64.R8", Field, 0, ""},
  4149  		{"RegsAMD64.R9", Field, 0, ""},
  4150  		{"RegsAMD64.SI", Field, 0, ""},
  4151  		{"RegsAMD64.SP", Field, 0, ""},
  4152  		{"Reloc", Type, 10, ""},
  4153  		{"Reloc.Addr", Field, 10, ""},
  4154  		{"Reloc.Extern", Field, 10, ""},
  4155  		{"Reloc.Len", Field, 10, ""},
  4156  		{"Reloc.Pcrel", Field, 10, ""},
  4157  		{"Reloc.Scattered", Field, 10, ""},
  4158  		{"Reloc.Type", Field, 10, ""},
  4159  		{"Reloc.Value", Field, 10, ""},
  4160  		{"RelocTypeARM", Type, 10, ""},
  4161  		{"RelocTypeARM64", Type, 10, ""},
  4162  		{"RelocTypeGeneric", Type, 10, ""},
  4163  		{"RelocTypeX86_64", Type, 10, ""},
  4164  		{"Rpath", Type, 10, ""},
  4165  		{"Rpath.LoadBytes", Field, 10, ""},
  4166  		{"Rpath.Path", Field, 10, ""},
  4167  		{"RpathCmd", Type, 10, ""},
  4168  		{"RpathCmd.Cmd", Field, 10, ""},
  4169  		{"RpathCmd.Len", Field, 10, ""},
  4170  		{"RpathCmd.Path", Field, 10, ""},
  4171  		{"Section", Type, 0, ""},
  4172  		{"Section.ReaderAt", Field, 0, ""},
  4173  		{"Section.Relocs", Field, 10, ""},
  4174  		{"Section.SectionHeader", Field, 0, ""},
  4175  		{"Section32", Type, 0, ""},
  4176  		{"Section32.Addr", Field, 0, ""},
  4177  		{"Section32.Align", Field, 0, ""},
  4178  		{"Section32.Flags", Field, 0, ""},
  4179  		{"Section32.Name", Field, 0, ""},
  4180  		{"Section32.Nreloc", Field, 0, ""},
  4181  		{"Section32.Offset", Field, 0, ""},
  4182  		{"Section32.Reloff", Field, 0, ""},
  4183  		{"Section32.Reserve1", Field, 0, ""},
  4184  		{"Section32.Reserve2", Field, 0, ""},
  4185  		{"Section32.Seg", Field, 0, ""},
  4186  		{"Section32.Size", Field, 0, ""},
  4187  		{"Section64", Type, 0, ""},
  4188  		{"Section64.Addr", Field, 0, ""},
  4189  		{"Section64.Align", Field, 0, ""},
  4190  		{"Section64.Flags", Field, 0, ""},
  4191  		{"Section64.Name", Field, 0, ""},
  4192  		{"Section64.Nreloc", Field, 0, ""},
  4193  		{"Section64.Offset", Field, 0, ""},
  4194  		{"Section64.Reloff", Field, 0, ""},
  4195  		{"Section64.Reserve1", Field, 0, ""},
  4196  		{"Section64.Reserve2", Field, 0, ""},
  4197  		{"Section64.Reserve3", Field, 0, ""},
  4198  		{"Section64.Seg", Field, 0, ""},
  4199  		{"Section64.Size", Field, 0, ""},
  4200  		{"SectionHeader", Type, 0, ""},
  4201  		{"SectionHeader.Addr", Field, 0, ""},
  4202  		{"SectionHeader.Align", Field, 0, ""},
  4203  		{"SectionHeader.Flags", Field, 0, ""},
  4204  		{"SectionHeader.Name", Field, 0, ""},
  4205  		{"SectionHeader.Nreloc", Field, 0, ""},
  4206  		{"SectionHeader.Offset", Field, 0, ""},
  4207  		{"SectionHeader.Reloff", Field, 0, ""},
  4208  		{"SectionHeader.Seg", Field, 0, ""},
  4209  		{"SectionHeader.Size", Field, 0, ""},
  4210  		{"Segment", Type, 0, ""},
  4211  		{"Segment.LoadBytes", Field, 0, ""},
  4212  		{"Segment.ReaderAt", Field, 0, ""},
  4213  		{"Segment.SegmentHeader", Field, 0, ""},
  4214  		{"Segment32", Type, 0, ""},
  4215  		{"Segment32.Addr", Field, 0, ""},
  4216  		{"Segment32.Cmd", Field, 0, ""},
  4217  		{"Segment32.Filesz", Field, 0, ""},
  4218  		{"Segment32.Flag", Field, 0, ""},
  4219  		{"Segment32.Len", Field, 0, ""},
  4220  		{"Segment32.Maxprot", Field, 0, ""},
  4221  		{"Segment32.Memsz", Field, 0, ""},
  4222  		{"Segment32.Name", Field, 0, ""},
  4223  		{"Segment32.Nsect", Field, 0, ""},
  4224  		{"Segment32.Offset", Field, 0, ""},
  4225  		{"Segment32.Prot", Field, 0, ""},
  4226  		{"Segment64", Type, 0, ""},
  4227  		{"Segment64.Addr", Field, 0, ""},
  4228  		{"Segment64.Cmd", Field, 0, ""},
  4229  		{"Segment64.Filesz", Field, 0, ""},
  4230  		{"Segment64.Flag", Field, 0, ""},
  4231  		{"Segment64.Len", Field, 0, ""},
  4232  		{"Segment64.Maxprot", Field, 0, ""},
  4233  		{"Segment64.Memsz", Field, 0, ""},
  4234  		{"Segment64.Name", Field, 0, ""},
  4235  		{"Segment64.Nsect", Field, 0, ""},
  4236  		{"Segment64.Offset", Field, 0, ""},
  4237  		{"Segment64.Prot", Field, 0, ""},
  4238  		{"SegmentHeader", Type, 0, ""},
  4239  		{"SegmentHeader.Addr", Field, 0, ""},
  4240  		{"SegmentHeader.Cmd", Field, 0, ""},
  4241  		{"SegmentHeader.Filesz", Field, 0, ""},
  4242  		{"SegmentHeader.Flag", Field, 0, ""},
  4243  		{"SegmentHeader.Len", Field, 0, ""},
  4244  		{"SegmentHeader.Maxprot", Field, 0, ""},
  4245  		{"SegmentHeader.Memsz", Field, 0, ""},
  4246  		{"SegmentHeader.Name", Field, 0, ""},
  4247  		{"SegmentHeader.Nsect", Field, 0, ""},
  4248  		{"SegmentHeader.Offset", Field, 0, ""},
  4249  		{"SegmentHeader.Prot", Field, 0, ""},
  4250  		{"Symbol", Type, 0, ""},
  4251  		{"Symbol.Desc", Field, 0, ""},
  4252  		{"Symbol.Name", Field, 0, ""},
  4253  		{"Symbol.Sect", Field, 0, ""},
  4254  		{"Symbol.Type", Field, 0, ""},
  4255  		{"Symbol.Value", Field, 0, ""},
  4256  		{"Symtab", Type, 0, ""},
  4257  		{"Symtab.LoadBytes", Field, 0, ""},
  4258  		{"Symtab.Syms", Field, 0, ""},
  4259  		{"Symtab.SymtabCmd", Field, 0, ""},
  4260  		{"SymtabCmd", Type, 0, ""},
  4261  		{"SymtabCmd.Cmd", Field, 0, ""},
  4262  		{"SymtabCmd.Len", Field, 0, ""},
  4263  		{"SymtabCmd.Nsyms", Field, 0, ""},
  4264  		{"SymtabCmd.Stroff", Field, 0, ""},
  4265  		{"SymtabCmd.Strsize", Field, 0, ""},
  4266  		{"SymtabCmd.Symoff", Field, 0, ""},
  4267  		{"Thread", Type, 0, ""},
  4268  		{"Thread.Cmd", Field, 0, ""},
  4269  		{"Thread.Data", Field, 0, ""},
  4270  		{"Thread.Len", Field, 0, ""},
  4271  		{"Thread.Type", Field, 0, ""},
  4272  		{"Type", Type, 0, ""},
  4273  		{"TypeBundle", Const, 3, ""},
  4274  		{"TypeDylib", Const, 3, ""},
  4275  		{"TypeExec", Const, 0, ""},
  4276  		{"TypeObj", Const, 0, ""},
  4277  		{"X86_64_RELOC_BRANCH", Const, 10, ""},
  4278  		{"X86_64_RELOC_GOT", Const, 10, ""},
  4279  		{"X86_64_RELOC_GOT_LOAD", Const, 10, ""},
  4280  		{"X86_64_RELOC_SIGNED", Const, 10, ""},
  4281  		{"X86_64_RELOC_SIGNED_1", Const, 10, ""},
  4282  		{"X86_64_RELOC_SIGNED_2", Const, 10, ""},
  4283  		{"X86_64_RELOC_SIGNED_4", Const, 10, ""},
  4284  		{"X86_64_RELOC_SUBTRACTOR", Const, 10, ""},
  4285  		{"X86_64_RELOC_TLV", Const, 10, ""},
  4286  		{"X86_64_RELOC_UNSIGNED", Const, 10, ""},
  4287  	},
  4288  	"debug/pe": {
  4289  		{"(*COFFSymbol).FullName", Method, 8, ""},
  4290  		{"(*File).COFFSymbolReadSectionDefAux", Method, 19, ""},
  4291  		{"(*File).Close", Method, 0, ""},
  4292  		{"(*File).DWARF", Method, 0, ""},
  4293  		{"(*File).ImportedLibraries", Method, 0, ""},
  4294  		{"(*File).ImportedSymbols", Method, 0, ""},
  4295  		{"(*File).Section", Method, 0, ""},
  4296  		{"(*FormatError).Error", Method, 0, ""},
  4297  		{"(*Section).Data", Method, 0, ""},
  4298  		{"(*Section).Open", Method, 0, ""},
  4299  		{"(Section).ReadAt", Method, 0, ""},
  4300  		{"(StringTable).String", Method, 8, ""},
  4301  		{"COFFSymbol", Type, 1, ""},
  4302  		{"COFFSymbol.Name", Field, 1, ""},
  4303  		{"COFFSymbol.NumberOfAuxSymbols", Field, 1, ""},
  4304  		{"COFFSymbol.SectionNumber", Field, 1, ""},
  4305  		{"COFFSymbol.StorageClass", Field, 1, ""},
  4306  		{"COFFSymbol.Type", Field, 1, ""},
  4307  		{"COFFSymbol.Value", Field, 1, ""},
  4308  		{"COFFSymbolAuxFormat5", Type, 19, ""},
  4309  		{"COFFSymbolAuxFormat5.Checksum", Field, 19, ""},
  4310  		{"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19, ""},
  4311  		{"COFFSymbolAuxFormat5.NumRelocs", Field, 19, ""},
  4312  		{"COFFSymbolAuxFormat5.SecNum", Field, 19, ""},
  4313  		{"COFFSymbolAuxFormat5.Selection", Field, 19, ""},
  4314  		{"COFFSymbolAuxFormat5.Size", Field, 19, ""},
  4315  		{"COFFSymbolSize", Const, 1, ""},
  4316  		{"DataDirectory", Type, 3, ""},
  4317  		{"DataDirectory.Size", Field, 3, ""},
  4318  		{"DataDirectory.VirtualAddress", Field, 3, ""},
  4319  		{"File", Type, 0, ""},
  4320  		{"File.COFFSymbols", Field, 8, ""},
  4321  		{"File.FileHeader", Field, 0, ""},
  4322  		{"File.OptionalHeader", Field, 3, ""},
  4323  		{"File.Sections", Field, 0, ""},
  4324  		{"File.StringTable", Field, 8, ""},
  4325  		{"File.Symbols", Field, 1, ""},
  4326  		{"FileHeader", Type, 0, ""},
  4327  		{"FileHeader.Characteristics", Field, 0, ""},
  4328  		{"FileHeader.Machine", Field, 0, ""},
  4329  		{"FileHeader.NumberOfSections", Field, 0, ""},
  4330  		{"FileHeader.NumberOfSymbols", Field, 0, ""},
  4331  		{"FileHeader.PointerToSymbolTable", Field, 0, ""},
  4332  		{"FileHeader.SizeOfOptionalHeader", Field, 0, ""},
  4333  		{"FileHeader.TimeDateStamp", Field, 0, ""},
  4334  		{"FormatError", Type, 0, ""},
  4335  		{"IMAGE_COMDAT_SELECT_ANY", Const, 19, ""},
  4336  		{"IMAGE_COMDAT_SELECT_ASSOCIATIVE", Const, 19, ""},
  4337  		{"IMAGE_COMDAT_SELECT_EXACT_MATCH", Const, 19, ""},
  4338  		{"IMAGE_COMDAT_SELECT_LARGEST", Const, 19, ""},
  4339  		{"IMAGE_COMDAT_SELECT_NODUPLICATES", Const, 19, ""},
  4340  		{"IMAGE_COMDAT_SELECT_SAME_SIZE", Const, 19, ""},
  4341  		{"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE", Const, 11, ""},
  4342  		{"IMAGE_DIRECTORY_ENTRY_BASERELOC", Const, 11, ""},
  4343  		{"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT", Const, 11, ""},
  4344  		{"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR", Const, 11, ""},
  4345  		{"IMAGE_DIRECTORY_ENTRY_DEBUG", Const, 11, ""},
  4346  		{"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT", Const, 11, ""},
  4347  		{"IMAGE_DIRECTORY_ENTRY_EXCEPTION", Const, 11, ""},
  4348  		{"IMAGE_DIRECTORY_ENTRY_EXPORT", Const, 11, ""},
  4349  		{"IMAGE_DIRECTORY_ENTRY_GLOBALPTR", Const, 11, ""},
  4350  		{"IMAGE_DIRECTORY_ENTRY_IAT", Const, 11, ""},
  4351  		{"IMAGE_DIRECTORY_ENTRY_IMPORT", Const, 11, ""},
  4352  		{"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG", Const, 11, ""},
  4353  		{"IMAGE_DIRECTORY_ENTRY_RESOURCE", Const, 11, ""},
  4354  		{"IMAGE_DIRECTORY_ENTRY_SECURITY", Const, 11, ""},
  4355  		{"IMAGE_DIRECTORY_ENTRY_TLS", Const, 11, ""},
  4356  		{"IMAGE_DLLCHARACTERISTICS_APPCONTAINER", Const, 15, ""},
  4357  		{"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE", Const, 15, ""},
  4358  		{"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY", Const, 15, ""},
  4359  		{"IMAGE_DLLCHARACTERISTICS_GUARD_CF", Const, 15, ""},
  4360  		{"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA", Const, 15, ""},
  4361  		{"IMAGE_DLLCHARACTERISTICS_NO_BIND", Const, 15, ""},
  4362  		{"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION", Const, 15, ""},
  4363  		{"IMAGE_DLLCHARACTERISTICS_NO_SEH", Const, 15, ""},
  4364  		{"IMAGE_DLLCHARACTERISTICS_NX_COMPAT", Const, 15, ""},
  4365  		{"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE", Const, 15, ""},
  4366  		{"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER", Const, 15, ""},
  4367  		{"IMAGE_FILE_32BIT_MACHINE", Const, 15, ""},
  4368  		{"IMAGE_FILE_AGGRESIVE_WS_TRIM", Const, 15, ""},
  4369  		{"IMAGE_FILE_BYTES_REVERSED_HI", Const, 15, ""},
  4370  		{"IMAGE_FILE_BYTES_REVERSED_LO", Const, 15, ""},
  4371  		{"IMAGE_FILE_DEBUG_STRIPPED", Const, 15, ""},
  4372  		{"IMAGE_FILE_DLL", Const, 15, ""},
  4373  		{"IMAGE_FILE_EXECUTABLE_IMAGE", Const, 15, ""},
  4374  		{"IMAGE_FILE_LARGE_ADDRESS_AWARE", Const, 15, ""},
  4375  		{"IMAGE_FILE_LINE_NUMS_STRIPPED", Const, 15, ""},
  4376  		{"IMAGE_FILE_LOCAL_SYMS_STRIPPED", Const, 15, ""},
  4377  		{"IMAGE_FILE_MACHINE_AM33", Const, 0, ""},
  4378  		{"IMAGE_FILE_MACHINE_AMD64", Const, 0, ""},
  4379  		{"IMAGE_FILE_MACHINE_ARM", Const, 0, ""},
  4380  		{"IMAGE_FILE_MACHINE_ARM64", Const, 11, ""},
  4381  		{"IMAGE_FILE_MACHINE_ARMNT", Const, 12, ""},
  4382  		{"IMAGE_FILE_MACHINE_EBC", Const, 0, ""},
  4383  		{"IMAGE_FILE_MACHINE_I386", Const, 0, ""},
  4384  		{"IMAGE_FILE_MACHINE_IA64", Const, 0, ""},
  4385  		{"IMAGE_FILE_MACHINE_LOONGARCH32", Const, 19, ""},
  4386  		{"IMAGE_FILE_MACHINE_LOONGARCH64", Const, 19, ""},
  4387  		{"IMAGE_FILE_MACHINE_M32R", Const, 0, ""},
  4388  		{"IMAGE_FILE_MACHINE_MIPS16", Const, 0, ""},
  4389  		{"IMAGE_FILE_MACHINE_MIPSFPU", Const, 0, ""},
  4390  		{"IMAGE_FILE_MACHINE_MIPSFPU16", Const, 0, ""},
  4391  		{"IMAGE_FILE_MACHINE_POWERPC", Const, 0, ""},
  4392  		{"IMAGE_FILE_MACHINE_POWERPCFP", Const, 0, ""},
  4393  		{"IMAGE_FILE_MACHINE_R4000", Const, 0, ""},
  4394  		{"IMAGE_FILE_MACHINE_RISCV128", Const, 20, ""},
  4395  		{"IMAGE_FILE_MACHINE_RISCV32", Const, 20, ""},
  4396  		{"IMAGE_FILE_MACHINE_RISCV64", Const, 20, ""},
  4397  		{"IMAGE_FILE_MACHINE_SH3", Const, 0, ""},
  4398  		{"IMAGE_FILE_MACHINE_SH3DSP", Const, 0, ""},
  4399  		{"IMAGE_FILE_MACHINE_SH4", Const, 0, ""},
  4400  		{"IMAGE_FILE_MACHINE_SH5", Const, 0, ""},
  4401  		{"IMAGE_FILE_MACHINE_THUMB", Const, 0, ""},
  4402  		{"IMAGE_FILE_MACHINE_UNKNOWN", Const, 0, ""},
  4403  		{"IMAGE_FILE_MACHINE_WCEMIPSV2", Const, 0, ""},
  4404  		{"IMAGE_FILE_NET_RUN_FROM_SWAP", Const, 15, ""},
  4405  		{"IMAGE_FILE_RELOCS_STRIPPED", Const, 15, ""},
  4406  		{"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP", Const, 15, ""},
  4407  		{"IMAGE_FILE_SYSTEM", Const, 15, ""},
  4408  		{"IMAGE_FILE_UP_SYSTEM_ONLY", Const, 15, ""},
  4409  		{"IMAGE_SCN_CNT_CODE", Const, 19, ""},
  4410  		{"IMAGE_SCN_CNT_INITIALIZED_DATA", Const, 19, ""},
  4411  		{"IMAGE_SCN_CNT_UNINITIALIZED_DATA", Const, 19, ""},
  4412  		{"IMAGE_SCN_LNK_COMDAT", Const, 19, ""},
  4413  		{"IMAGE_SCN_MEM_DISCARDABLE", Const, 19, ""},
  4414  		{"IMAGE_SCN_MEM_EXECUTE", Const, 19, ""},
  4415  		{"IMAGE_SCN_MEM_READ", Const, 19, ""},
  4416  		{"IMAGE_SCN_MEM_WRITE", Const, 19, ""},
  4417  		{"IMAGE_SUBSYSTEM_EFI_APPLICATION", Const, 15, ""},
  4418  		{"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER", Const, 15, ""},
  4419  		{"IMAGE_SUBSYSTEM_EFI_ROM", Const, 15, ""},
  4420  		{"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER", Const, 15, ""},
  4421  		{"IMAGE_SUBSYSTEM_NATIVE", Const, 15, ""},
  4422  		{"IMAGE_SUBSYSTEM_NATIVE_WINDOWS", Const, 15, ""},
  4423  		{"IMAGE_SUBSYSTEM_OS2_CUI", Const, 15, ""},
  4424  		{"IMAGE_SUBSYSTEM_POSIX_CUI", Const, 15, ""},
  4425  		{"IMAGE_SUBSYSTEM_UNKNOWN", Const, 15, ""},
  4426  		{"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", Const, 15, ""},
  4427  		{"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI", Const, 15, ""},
  4428  		{"IMAGE_SUBSYSTEM_WINDOWS_CUI", Const, 15, ""},
  4429  		{"IMAGE_SUBSYSTEM_WINDOWS_GUI", Const, 15, ""},
  4430  		{"IMAGE_SUBSYSTEM_XBOX", Const, 15, ""},
  4431  		{"ImportDirectory", Type, 0, ""},
  4432  		{"ImportDirectory.FirstThunk", Field, 0, ""},
  4433  		{"ImportDirectory.ForwarderChain", Field, 0, ""},
  4434  		{"ImportDirectory.Name", Field, 0, ""},
  4435  		{"ImportDirectory.OriginalFirstThunk", Field, 0, ""},
  4436  		{"ImportDirectory.TimeDateStamp", Field, 0, ""},
  4437  		{"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
  4438  		{"Open", Func, 0, "func(name string) (*File, error)"},
  4439  		{"OptionalHeader32", Type, 3, ""},
  4440  		{"OptionalHeader32.AddressOfEntryPoint", Field, 3, ""},
  4441  		{"OptionalHeader32.BaseOfCode", Field, 3, ""},
  4442  		{"OptionalHeader32.BaseOfData", Field, 3, ""},
  4443  		{"OptionalHeader32.CheckSum", Field, 3, ""},
  4444  		{"OptionalHeader32.DataDirectory", Field, 3, ""},
  4445  		{"OptionalHeader32.DllCharacteristics", Field, 3, ""},
  4446  		{"OptionalHeader32.FileAlignment", Field, 3, ""},
  4447  		{"OptionalHeader32.ImageBase", Field, 3, ""},
  4448  		{"OptionalHeader32.LoaderFlags", Field, 3, ""},
  4449  		{"OptionalHeader32.Magic", Field, 3, ""},
  4450  		{"OptionalHeader32.MajorImageVersion", Field, 3, ""},
  4451  		{"OptionalHeader32.MajorLinkerVersion", Field, 3, ""},
  4452  		{"OptionalHeader32.MajorOperatingSystemVersion", Field, 3, ""},
  4453  		{"OptionalHeader32.MajorSubsystemVersion", Field, 3, ""},
  4454  		{"OptionalHeader32.MinorImageVersion", Field, 3, ""},
  4455  		{"OptionalHeader32.MinorLinkerVersion", Field, 3, ""},
  4456  		{"OptionalHeader32.MinorOperatingSystemVersion", Field, 3, ""},
  4457  		{"OptionalHeader32.MinorSubsystemVersion", Field, 3, ""},
  4458  		{"OptionalHeader32.NumberOfRvaAndSizes", Field, 3, ""},
  4459  		{"OptionalHeader32.SectionAlignment", Field, 3, ""},
  4460  		{"OptionalHeader32.SizeOfCode", Field, 3, ""},
  4461  		{"OptionalHeader32.SizeOfHeaders", Field, 3, ""},
  4462  		{"OptionalHeader32.SizeOfHeapCommit", Field, 3, ""},
  4463  		{"OptionalHeader32.SizeOfHeapReserve", Field, 3, ""},
  4464  		{"OptionalHeader32.SizeOfImage", Field, 3, ""},
  4465  		{"OptionalHeader32.SizeOfInitializedData", Field, 3, ""},
  4466  		{"OptionalHeader32.SizeOfStackCommit", Field, 3, ""},
  4467  		{"OptionalHeader32.SizeOfStackReserve", Field, 3, ""},
  4468  		{"OptionalHeader32.SizeOfUninitializedData", Field, 3, ""},
  4469  		{"OptionalHeader32.Subsystem", Field, 3, ""},
  4470  		{"OptionalHeader32.Win32VersionValue", Field, 3, ""},
  4471  		{"OptionalHeader64", Type, 3, ""},
  4472  		{"OptionalHeader64.AddressOfEntryPoint", Field, 3, ""},
  4473  		{"OptionalHeader64.BaseOfCode", Field, 3, ""},
  4474  		{"OptionalHeader64.CheckSum", Field, 3, ""},
  4475  		{"OptionalHeader64.DataDirectory", Field, 3, ""},
  4476  		{"OptionalHeader64.DllCharacteristics", Field, 3, ""},
  4477  		{"OptionalHeader64.FileAlignment", Field, 3, ""},
  4478  		{"OptionalHeader64.ImageBase", Field, 3, ""},
  4479  		{"OptionalHeader64.LoaderFlags", Field, 3, ""},
  4480  		{"OptionalHeader64.Magic", Field, 3, ""},
  4481  		{"OptionalHeader64.MajorImageVersion", Field, 3, ""},
  4482  		{"OptionalHeader64.MajorLinkerVersion", Field, 3, ""},
  4483  		{"OptionalHeader64.MajorOperatingSystemVersion", Field, 3, ""},
  4484  		{"OptionalHeader64.MajorSubsystemVersion", Field, 3, ""},
  4485  		{"OptionalHeader64.MinorImageVersion", Field, 3, ""},
  4486  		{"OptionalHeader64.MinorLinkerVersion", Field, 3, ""},
  4487  		{"OptionalHeader64.MinorOperatingSystemVersion", Field, 3, ""},
  4488  		{"OptionalHeader64.MinorSubsystemVersion", Field, 3, ""},
  4489  		{"OptionalHeader64.NumberOfRvaAndSizes", Field, 3, ""},
  4490  		{"OptionalHeader64.SectionAlignment", Field, 3, ""},
  4491  		{"OptionalHeader64.SizeOfCode", Field, 3, ""},
  4492  		{"OptionalHeader64.SizeOfHeaders", Field, 3, ""},
  4493  		{"OptionalHeader64.SizeOfHeapCommit", Field, 3, ""},
  4494  		{"OptionalHeader64.SizeOfHeapReserve", Field, 3, ""},
  4495  		{"OptionalHeader64.SizeOfImage", Field, 3, ""},
  4496  		{"OptionalHeader64.SizeOfInitializedData", Field, 3, ""},
  4497  		{"OptionalHeader64.SizeOfStackCommit", Field, 3, ""},
  4498  		{"OptionalHeader64.SizeOfStackReserve", Field, 3, ""},
  4499  		{"OptionalHeader64.SizeOfUninitializedData", Field, 3, ""},
  4500  		{"OptionalHeader64.Subsystem", Field, 3, ""},
  4501  		{"OptionalHeader64.Win32VersionValue", Field, 3, ""},
  4502  		{"Reloc", Type, 8, ""},
  4503  		{"Reloc.SymbolTableIndex", Field, 8, ""},
  4504  		{"Reloc.Type", Field, 8, ""},
  4505  		{"Reloc.VirtualAddress", Field, 8, ""},
  4506  		{"Section", Type, 0, ""},
  4507  		{"Section.ReaderAt", Field, 0, ""},
  4508  		{"Section.Relocs", Field, 8, ""},
  4509  		{"Section.SectionHeader", Field, 0, ""},
  4510  		{"SectionHeader", Type, 0, ""},
  4511  		{"SectionHeader.Characteristics", Field, 0, ""},
  4512  		{"SectionHeader.Name", Field, 0, ""},
  4513  		{"SectionHeader.NumberOfLineNumbers", Field, 0, ""},
  4514  		{"SectionHeader.NumberOfRelocations", Field, 0, ""},
  4515  		{"SectionHeader.Offset", Field, 0, ""},
  4516  		{"SectionHeader.PointerToLineNumbers", Field, 0, ""},
  4517  		{"SectionHeader.PointerToRelocations", Field, 0, ""},
  4518  		{"SectionHeader.Size", Field, 0, ""},
  4519  		{"SectionHeader.VirtualAddress", Field, 0, ""},
  4520  		{"SectionHeader.VirtualSize", Field, 0, ""},
  4521  		{"SectionHeader32", Type, 0, ""},
  4522  		{"SectionHeader32.Characteristics", Field, 0, ""},
  4523  		{"SectionHeader32.Name", Field, 0, ""},
  4524  		{"SectionHeader32.NumberOfLineNumbers", Field, 0, ""},
  4525  		{"SectionHeader32.NumberOfRelocations", Field, 0, ""},
  4526  		{"SectionHeader32.PointerToLineNumbers", Field, 0, ""},
  4527  		{"SectionHeader32.PointerToRawData", Field, 0, ""},
  4528  		{"SectionHeader32.PointerToRelocations", Field, 0, ""},
  4529  		{"SectionHeader32.SizeOfRawData", Field, 0, ""},
  4530  		{"SectionHeader32.VirtualAddress", Field, 0, ""},
  4531  		{"SectionHeader32.VirtualSize", Field, 0, ""},
  4532  		{"StringTable", Type, 8, ""},
  4533  		{"Symbol", Type, 1, ""},
  4534  		{"Symbol.Name", Field, 1, ""},
  4535  		{"Symbol.SectionNumber", Field, 1, ""},
  4536  		{"Symbol.StorageClass", Field, 1, ""},
  4537  		{"Symbol.Type", Field, 1, ""},
  4538  		{"Symbol.Value", Field, 1, ""},
  4539  	},
  4540  	"debug/plan9obj": {
  4541  		{"(*File).Close", Method, 3, ""},
  4542  		{"(*File).Section", Method, 3, ""},
  4543  		{"(*File).Symbols", Method, 3, ""},
  4544  		{"(*Section).Data", Method, 3, ""},
  4545  		{"(*Section).Open", Method, 3, ""},
  4546  		{"(Section).ReadAt", Method, 3, ""},
  4547  		{"ErrNoSymbols", Var, 18, ""},
  4548  		{"File", Type, 3, ""},
  4549  		{"File.FileHeader", Field, 3, ""},
  4550  		{"File.Sections", Field, 3, ""},
  4551  		{"FileHeader", Type, 3, ""},
  4552  		{"FileHeader.Bss", Field, 3, ""},
  4553  		{"FileHeader.Entry", Field, 3, ""},
  4554  		{"FileHeader.HdrSize", Field, 4, ""},
  4555  		{"FileHeader.LoadAddress", Field, 4, ""},
  4556  		{"FileHeader.Magic", Field, 3, ""},
  4557  		{"FileHeader.PtrSize", Field, 3, ""},
  4558  		{"Magic386", Const, 3, ""},
  4559  		{"Magic64", Const, 3, ""},
  4560  		{"MagicAMD64", Const, 3, ""},
  4561  		{"MagicARM", Const, 3, ""},
  4562  		{"NewFile", Func, 3, "func(r io.ReaderAt) (*File, error)"},
  4563  		{"Open", Func, 3, "func(name string) (*File, error)"},
  4564  		{"Section", Type, 3, ""},
  4565  		{"Section.ReaderAt", Field, 3, ""},
  4566  		{"Section.SectionHeader", Field, 3, ""},
  4567  		{"SectionHeader", Type, 3, ""},
  4568  		{"SectionHeader.Name", Field, 3, ""},
  4569  		{"SectionHeader.Offset", Field, 3, ""},
  4570  		{"SectionHeader.Size", Field, 3, ""},
  4571  		{"Sym", Type, 3, ""},
  4572  		{"Sym.Name", Field, 3, ""},
  4573  		{"Sym.Type", Field, 3, ""},
  4574  		{"Sym.Value", Field, 3, ""},
  4575  	},
  4576  	"embed": {
  4577  		{"(FS).Open", Method, 16, ""},
  4578  		{"(FS).ReadDir", Method, 16, ""},
  4579  		{"(FS).ReadFile", Method, 16, ""},
  4580  		{"FS", Type, 16, ""},
  4581  	},
  4582  	"encoding": {
  4583  		{"BinaryAppender", Type, 24, ""},
  4584  		{"BinaryMarshaler", Type, 2, ""},
  4585  		{"BinaryUnmarshaler", Type, 2, ""},
  4586  		{"TextAppender", Type, 24, ""},
  4587  		{"TextMarshaler", Type, 2, ""},
  4588  		{"TextUnmarshaler", Type, 2, ""},
  4589  	},
  4590  	"encoding/ascii85": {
  4591  		{"(CorruptInputError).Error", Method, 0, ""},
  4592  		{"CorruptInputError", Type, 0, ""},
  4593  		{"Decode", Func, 0, "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"},
  4594  		{"Encode", Func, 0, "func(dst []byte, src []byte) int"},
  4595  		{"MaxEncodedLen", Func, 0, "func(n int) int"},
  4596  		{"NewDecoder", Func, 0, "func(r io.Reader) io.Reader"},
  4597  		{"NewEncoder", Func, 0, "func(w io.Writer) io.WriteCloser"},
  4598  	},
  4599  	"encoding/asn1": {
  4600  		{"(BitString).At", Method, 0, ""},
  4601  		{"(BitString).RightAlign", Method, 0, ""},
  4602  		{"(ObjectIdentifier).Equal", Method, 0, ""},
  4603  		{"(ObjectIdentifier).String", Method, 3, ""},
  4604  		{"(StructuralError).Error", Method, 0, ""},
  4605  		{"(SyntaxError).Error", Method, 0, ""},
  4606  		{"BitString", Type, 0, ""},
  4607  		{"BitString.BitLength", Field, 0, ""},
  4608  		{"BitString.Bytes", Field, 0, ""},
  4609  		{"ClassApplication", Const, 6, ""},
  4610  		{"ClassContextSpecific", Const, 6, ""},
  4611  		{"ClassPrivate", Const, 6, ""},
  4612  		{"ClassUniversal", Const, 6, ""},
  4613  		{"Enumerated", Type, 0, ""},
  4614  		{"Flag", Type, 0, ""},
  4615  		{"Marshal", Func, 0, "func(val any) ([]byte, error)"},
  4616  		{"MarshalWithParams", Func, 10, "func(val any, params string) ([]byte, error)"},
  4617  		{"NullBytes", Var, 9, ""},
  4618  		{"NullRawValue", Var, 9, ""},
  4619  		{"ObjectIdentifier", Type, 0, ""},
  4620  		{"RawContent", Type, 0, ""},
  4621  		{"RawValue", Type, 0, ""},
  4622  		{"RawValue.Bytes", Field, 0, ""},
  4623  		{"RawValue.Class", Field, 0, ""},
  4624  		{"RawValue.FullBytes", Field, 0, ""},
  4625  		{"RawValue.IsCompound", Field, 0, ""},
  4626  		{"RawValue.Tag", Field, 0, ""},
  4627  		{"StructuralError", Type, 0, ""},
  4628  		{"StructuralError.Msg", Field, 0, ""},
  4629  		{"SyntaxError", Type, 0, ""},
  4630  		{"SyntaxError.Msg", Field, 0, ""},
  4631  		{"TagBMPString", Const, 14, ""},
  4632  		{"TagBitString", Const, 6, ""},
  4633  		{"TagBoolean", Const, 6, ""},
  4634  		{"TagEnum", Const, 6, ""},
  4635  		{"TagGeneralString", Const, 6, ""},
  4636  		{"TagGeneralizedTime", Const, 6, ""},
  4637  		{"TagIA5String", Const, 6, ""},
  4638  		{"TagInteger", Const, 6, ""},
  4639  		{"TagNull", Const, 9, ""},
  4640  		{"TagNumericString", Const, 10, ""},
  4641  		{"TagOID", Const, 6, ""},
  4642  		{"TagOctetString", Const, 6, ""},
  4643  		{"TagPrintableString", Const, 6, ""},
  4644  		{"TagSequence", Const, 6, ""},
  4645  		{"TagSet", Const, 6, ""},
  4646  		{"TagT61String", Const, 6, ""},
  4647  		{"TagUTCTime", Const, 6, ""},
  4648  		{"TagUTF8String", Const, 6, ""},
  4649  		{"Unmarshal", Func, 0, "func(b []byte, val any) (rest []byte, err error)"},
  4650  		{"UnmarshalWithParams", Func, 0, "func(b []byte, val any, params string) (rest []byte, err error)"},
  4651  	},
  4652  	"encoding/base32": {
  4653  		{"(*Encoding).AppendDecode", Method, 22, ""},
  4654  		{"(*Encoding).AppendEncode", Method, 22, ""},
  4655  		{"(*Encoding).Decode", Method, 0, ""},
  4656  		{"(*Encoding).DecodeString", Method, 0, ""},
  4657  		{"(*Encoding).DecodedLen", Method, 0, ""},
  4658  		{"(*Encoding).Encode", Method, 0, ""},
  4659  		{"(*Encoding).EncodeToString", Method, 0, ""},
  4660  		{"(*Encoding).EncodedLen", Method, 0, ""},
  4661  		{"(CorruptInputError).Error", Method, 0, ""},
  4662  		{"(Encoding).WithPadding", Method, 9, ""},
  4663  		{"CorruptInputError", Type, 0, ""},
  4664  		{"Encoding", Type, 0, ""},
  4665  		{"HexEncoding", Var, 0, ""},
  4666  		{"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
  4667  		{"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
  4668  		{"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
  4669  		{"NoPadding", Const, 9, ""},
  4670  		{"StdEncoding", Var, 0, ""},
  4671  		{"StdPadding", Const, 9, ""},
  4672  	},
  4673  	"encoding/base64": {
  4674  		{"(*Encoding).AppendDecode", Method, 22, ""},
  4675  		{"(*Encoding).AppendEncode", Method, 22, ""},
  4676  		{"(*Encoding).Decode", Method, 0, ""},
  4677  		{"(*Encoding).DecodeString", Method, 0, ""},
  4678  		{"(*Encoding).DecodedLen", Method, 0, ""},
  4679  		{"(*Encoding).Encode", Method, 0, ""},
  4680  		{"(*Encoding).EncodeToString", Method, 0, ""},
  4681  		{"(*Encoding).EncodedLen", Method, 0, ""},
  4682  		{"(CorruptInputError).Error", Method, 0, ""},
  4683  		{"(Encoding).Strict", Method, 8, ""},
  4684  		{"(Encoding).WithPadding", Method, 5, ""},
  4685  		{"CorruptInputError", Type, 0, ""},
  4686  		{"Encoding", Type, 0, ""},
  4687  		{"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
  4688  		{"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
  4689  		{"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
  4690  		{"NoPadding", Const, 5, ""},
  4691  		{"RawStdEncoding", Var, 5, ""},
  4692  		{"RawURLEncoding", Var, 5, ""},
  4693  		{"StdEncoding", Var, 0, ""},
  4694  		{"StdPadding", Const, 5, ""},
  4695  		{"URLEncoding", Var, 0, ""},
  4696  	},
  4697  	"encoding/binary": {
  4698  		{"Append", Func, 23, "func(buf []byte, order ByteOrder, data any) ([]byte, error)"},
  4699  		{"AppendByteOrder", Type, 19, ""},
  4700  		{"AppendUvarint", Func, 19, "func(buf []byte, x uint64) []byte"},
  4701  		{"AppendVarint", Func, 19, "func(buf []byte, x int64) []byte"},
  4702  		{"BigEndian", Var, 0, ""},
  4703  		{"ByteOrder", Type, 0, ""},
  4704  		{"Decode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
  4705  		{"Encode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
  4706  		{"LittleEndian", Var, 0, ""},
  4707  		{"MaxVarintLen16", Const, 0, ""},
  4708  		{"MaxVarintLen32", Const, 0, ""},
  4709  		{"MaxVarintLen64", Const, 0, ""},
  4710  		{"NativeEndian", Var, 21, ""},
  4711  		{"PutUvarint", Func, 0, "func(buf []byte, x uint64) int"},
  4712  		{"PutVarint", Func, 0, "func(buf []byte, x int64) int"},
  4713  		{"Read", Func, 0, "func(r io.Reader, order ByteOrder, data any) error"},
  4714  		{"ReadUvarint", Func, 0, "func(r io.ByteReader) (uint64, error)"},
  4715  		{"ReadVarint", Func, 0, "func(r io.ByteReader) (int64, error)"},
  4716  		{"Size", Func, 0, "func(v any) int"},
  4717  		{"Uvarint", Func, 0, "func(buf []byte) (uint64, int)"},
  4718  		{"Varint", Func, 0, "func(buf []byte) (int64, int)"},
  4719  		{"Write", Func, 0, "func(w io.Writer, order ByteOrder, data any) error"},
  4720  	},
  4721  	"encoding/csv": {
  4722  		{"(*ParseError).Error", Method, 0, ""},
  4723  		{"(*ParseError).Unwrap", Method, 13, ""},
  4724  		{"(*Reader).FieldPos", Method, 17, ""},
  4725  		{"(*Reader).InputOffset", Method, 19, ""},
  4726  		{"(*Reader).Read", Method, 0, ""},
  4727  		{"(*Reader).ReadAll", Method, 0, ""},
  4728  		{"(*Writer).Error", Method, 1, ""},
  4729  		{"(*Writer).Flush", Method, 0, ""},
  4730  		{"(*Writer).Write", Method, 0, ""},
  4731  		{"(*Writer).WriteAll", Method, 0, ""},
  4732  		{"ErrBareQuote", Var, 0, ""},
  4733  		{"ErrFieldCount", Var, 0, ""},
  4734  		{"ErrQuote", Var, 0, ""},
  4735  		{"ErrTrailingComma", Var, 0, ""},
  4736  		{"NewReader", Func, 0, "func(r io.Reader) *Reader"},
  4737  		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
  4738  		{"ParseError", Type, 0, ""},
  4739  		{"ParseError.Column", Field, 0, ""},
  4740  		{"ParseError.Err", Field, 0, ""},
  4741  		{"ParseError.Line", Field, 0, ""},
  4742  		{"ParseError.StartLine", Field, 10, ""},
  4743  		{"Reader", Type, 0, ""},
  4744  		{"Reader.Comma", Field, 0, ""},
  4745  		{"Reader.Comment", Field, 0, ""},
  4746  		{"Reader.FieldsPerRecord", Field, 0, ""},
  4747  		{"Reader.LazyQuotes", Field, 0, ""},
  4748  		{"Reader.ReuseRecord", Field, 9, ""},
  4749  		{"Reader.TrailingComma", Field, 0, ""},
  4750  		{"Reader.TrimLeadingSpace", Field, 0, ""},
  4751  		{"Writer", Type, 0, ""},
  4752  		{"Writer.Comma", Field, 0, ""},
  4753  		{"Writer.UseCRLF", Field, 0, ""},
  4754  	},
  4755  	"encoding/gob": {
  4756  		{"(*Decoder).Decode", Method, 0, ""},
  4757  		{"(*Decoder).DecodeValue", Method, 0, ""},
  4758  		{"(*Encoder).Encode", Method, 0, ""},
  4759  		{"(*Encoder).EncodeValue", Method, 0, ""},
  4760  		{"CommonType", Type, 0, ""},
  4761  		{"CommonType.Id", Field, 0, ""},
  4762  		{"CommonType.Name", Field, 0, ""},
  4763  		{"Decoder", Type, 0, ""},
  4764  		{"Encoder", Type, 0, ""},
  4765  		{"GobDecoder", Type, 0, ""},
  4766  		{"GobEncoder", Type, 0, ""},
  4767  		{"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
  4768  		{"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
  4769  		{"Register", Func, 0, "func(value any)"},
  4770  		{"RegisterName", Func, 0, "func(name string, value any)"},
  4771  	},
  4772  	"encoding/hex": {
  4773  		{"(InvalidByteError).Error", Method, 0, ""},
  4774  		{"AppendDecode", Func, 22, "func(dst []byte, src []byte) ([]byte, error)"},
  4775  		{"AppendEncode", Func, 22, "func(dst []byte, src []byte) []byte"},
  4776  		{"Decode", Func, 0, "func(dst []byte, src []byte) (int, error)"},
  4777  		{"DecodeString", Func, 0, "func(s string) ([]byte, error)"},
  4778  		{"DecodedLen", Func, 0, "func(x int) int"},
  4779  		{"Dump", Func, 0, "func(data []byte) string"},
  4780  		{"Dumper", Func, 0, "func(w io.Writer) io.WriteCloser"},
  4781  		{"Encode", Func, 0, "func(dst []byte, src []byte) int"},
  4782  		{"EncodeToString", Func, 0, "func(src []byte) string"},
  4783  		{"EncodedLen", Func, 0, "func(n int) int"},
  4784  		{"ErrLength", Var, 0, ""},
  4785  		{"InvalidByteError", Type, 0, ""},
  4786  		{"NewDecoder", Func, 10, "func(r io.Reader) io.Reader"},
  4787  		{"NewEncoder", Func, 10, "func(w io.Writer) io.Writer"},
  4788  	},
  4789  	"encoding/json": {
  4790  		{"(*Decoder).Buffered", Method, 1, ""},
  4791  		{"(*Decoder).Decode", Method, 0, ""},
  4792  		{"(*Decoder).DisallowUnknownFields", Method, 10, ""},
  4793  		{"(*Decoder).InputOffset", Method, 14, ""},
  4794  		{"(*Decoder).More", Method, 5, ""},
  4795  		{"(*Decoder).Token", Method, 5, ""},
  4796  		{"(*Decoder).UseNumber", Method, 1, ""},
  4797  		{"(*Encoder).Encode", Method, 0, ""},
  4798  		{"(*Encoder).SetEscapeHTML", Method, 7, ""},
  4799  		{"(*Encoder).SetIndent", Method, 7, ""},
  4800  		{"(*InvalidUTF8Error).Error", Method, 0, ""},
  4801  		{"(*InvalidUnmarshalError).Error", Method, 0, ""},
  4802  		{"(*MarshalerError).Error", Method, 0, ""},
  4803  		{"(*MarshalerError).Unwrap", Method, 13, ""},
  4804  		{"(*RawMessage).MarshalJSON", Method, 0, ""},
  4805  		{"(*RawMessage).UnmarshalJSON", Method, 0, ""},
  4806  		{"(*SyntaxError).Error", Method, 0, ""},
  4807  		{"(*UnmarshalFieldError).Error", Method, 0, ""},
  4808  		{"(*UnmarshalTypeError).Error", Method, 0, ""},
  4809  		{"(*UnsupportedTypeError).Error", Method, 0, ""},
  4810  		{"(*UnsupportedValueError).Error", Method, 0, ""},
  4811  		{"(Delim).String", Method, 5, ""},
  4812  		{"(Number).Float64", Method, 1, ""},
  4813  		{"(Number).Int64", Method, 1, ""},
  4814  		{"(Number).String", Method, 1, ""},
  4815  		{"(RawMessage).MarshalJSON", Method, 8, ""},
  4816  		{"Compact", Func, 0, "func(dst *bytes.Buffer, src []byte) error"},
  4817  		{"Decoder", Type, 0, ""},
  4818  		{"Delim", Type, 5, ""},
  4819  		{"Encoder", Type, 0, ""},
  4820  		{"HTMLEscape", Func, 0, "func(dst *bytes.Buffer, src []byte)"},
  4821  		{"Indent", Func, 0, "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"},
  4822  		{"InvalidUTF8Error", Type, 0, ""},
  4823  		{"InvalidUTF8Error.S", Field, 0, ""},
  4824  		{"InvalidUnmarshalError", Type, 0, ""},
  4825  		{"InvalidUnmarshalError.Type", Field, 0, ""},
  4826  		{"Marshal", Func, 0, "func(v any) ([]byte, error)"},
  4827  		{"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
  4828  		{"Marshaler", Type, 0, ""},
  4829  		{"MarshalerError", Type, 0, ""},
  4830  		{"MarshalerError.Err", Field, 0, ""},
  4831  		{"MarshalerError.Type", Field, 0, ""},
  4832  		{"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
  4833  		{"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
  4834  		{"Number", Type, 1, ""},
  4835  		{"RawMessage", Type, 0, ""},
  4836  		{"SyntaxError", Type, 0, ""},
  4837  		{"SyntaxError.Offset", Field, 0, ""},
  4838  		{"Token", Type, 5, ""},
  4839  		{"Unmarshal", Func, 0, "func(data []byte, v any) error"},
  4840  		{"UnmarshalFieldError", Type, 0, ""},
  4841  		{"UnmarshalFieldError.Field", Field, 0, ""},
  4842  		{"UnmarshalFieldError.Key", Field, 0, ""},
  4843  		{"UnmarshalFieldError.Type", Field, 0, ""},
  4844  		{"UnmarshalTypeError", Type, 0, ""},
  4845  		{"UnmarshalTypeError.Field", Field, 8, ""},
  4846  		{"UnmarshalTypeError.Offset", Field, 5, ""},
  4847  		{"UnmarshalTypeError.Struct", Field, 8, ""},
  4848  		{"UnmarshalTypeError.Type", Field, 0, ""},
  4849  		{"UnmarshalTypeError.Value", Field, 0, ""},
  4850  		{"Unmarshaler", Type, 0, ""},
  4851  		{"UnsupportedTypeError", Type, 0, ""},
  4852  		{"UnsupportedTypeError.Type", Field, 0, ""},
  4853  		{"UnsupportedValueError", Type, 0, ""},
  4854  		{"UnsupportedValueError.Str", Field, 0, ""},
  4855  		{"UnsupportedValueError.Value", Field, 0, ""},
  4856  		{"Valid", Func, 9, "func(data []byte) bool"},
  4857  	},
  4858  	"encoding/pem": {
  4859  		{"Block", Type, 0, ""},
  4860  		{"Block.Bytes", Field, 0, ""},
  4861  		{"Block.Headers", Field, 0, ""},
  4862  		{"Block.Type", Field, 0, ""},
  4863  		{"Decode", Func, 0, "func(data []byte) (p *Block, rest []byte)"},
  4864  		{"Encode", Func, 0, "func(out io.Writer, b *Block) error"},
  4865  		{"EncodeToMemory", Func, 0, "func(b *Block) []byte"},
  4866  	},
  4867  	"encoding/xml": {
  4868  		{"(*Decoder).Decode", Method, 0, ""},
  4869  		{"(*Decoder).DecodeElement", Method, 0, ""},
  4870  		{"(*Decoder).InputOffset", Method, 4, ""},
  4871  		{"(*Decoder).InputPos", Method, 19, ""},
  4872  		{"(*Decoder).RawToken", Method, 0, ""},
  4873  		{"(*Decoder).Skip", Method, 0, ""},
  4874  		{"(*Decoder).Token", Method, 0, ""},
  4875  		{"(*Encoder).Close", Method, 20, ""},
  4876  		{"(*Encoder).Encode", Method, 0, ""},
  4877  		{"(*Encoder).EncodeElement", Method, 2, ""},
  4878  		{"(*Encoder).EncodeToken", Method, 2, ""},
  4879  		{"(*Encoder).Flush", Method, 2, ""},
  4880  		{"(*Encoder).Indent", Method, 1, ""},
  4881  		{"(*SyntaxError).Error", Method, 0, ""},
  4882  		{"(*TagPathError).Error", Method, 0, ""},
  4883  		{"(*UnsupportedTypeError).Error", Method, 0, ""},
  4884  		{"(CharData).Copy", Method, 0, ""},
  4885  		{"(Comment).Copy", Method, 0, ""},
  4886  		{"(Directive).Copy", Method, 0, ""},
  4887  		{"(ProcInst).Copy", Method, 0, ""},
  4888  		{"(StartElement).Copy", Method, 0, ""},
  4889  		{"(StartElement).End", Method, 2, ""},
  4890  		{"(UnmarshalError).Error", Method, 0, ""},
  4891  		{"Attr", Type, 0, ""},
  4892  		{"Attr.Name", Field, 0, ""},
  4893  		{"Attr.Value", Field, 0, ""},
  4894  		{"CharData", Type, 0, ""},
  4895  		{"Comment", Type, 0, ""},
  4896  		{"CopyToken", Func, 0, "func(t Token) Token"},
  4897  		{"Decoder", Type, 0, ""},
  4898  		{"Decoder.AutoClose", Field, 0, ""},
  4899  		{"Decoder.CharsetReader", Field, 0, ""},
  4900  		{"Decoder.DefaultSpace", Field, 1, ""},
  4901  		{"Decoder.Entity", Field, 0, ""},
  4902  		{"Decoder.Strict", Field, 0, ""},
  4903  		{"Directive", Type, 0, ""},
  4904  		{"Encoder", Type, 0, ""},
  4905  		{"EndElement", Type, 0, ""},
  4906  		{"EndElement.Name", Field, 0, ""},
  4907  		{"Escape", Func, 0, "func(w io.Writer, s []byte)"},
  4908  		{"EscapeText", Func, 1, "func(w io.Writer, s []byte) error"},
  4909  		{"HTMLAutoClose", Var, 0, ""},
  4910  		{"HTMLEntity", Var, 0, ""},
  4911  		{"Header", Const, 0, ""},
  4912  		{"Marshal", Func, 0, "func(v any) ([]byte, error)"},
  4913  		{"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
  4914  		{"Marshaler", Type, 2, ""},
  4915  		{"MarshalerAttr", Type, 2, ""},
  4916  		{"Name", Type, 0, ""},
  4917  		{"Name.Local", Field, 0, ""},
  4918  		{"Name.Space", Field, 0, ""},
  4919  		{"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
  4920  		{"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
  4921  		{"NewTokenDecoder", Func, 10, "func(t TokenReader) *Decoder"},
  4922  		{"ProcInst", Type, 0, ""},
  4923  		{"ProcInst.Inst", Field, 0, ""},
  4924  		{"ProcInst.Target", Field, 0, ""},
  4925  		{"StartElement", Type, 0, ""},
  4926  		{"StartElement.Attr", Field, 0, ""},
  4927  		{"StartElement.Name", Field, 0, ""},
  4928  		{"SyntaxError", Type, 0, ""},
  4929  		{"SyntaxError.Line", Field, 0, ""},
  4930  		{"SyntaxError.Msg", Field, 0, ""},
  4931  		{"TagPathError", Type, 0, ""},
  4932  		{"TagPathError.Field1", Field, 0, ""},
  4933  		{"TagPathError.Field2", Field, 0, ""},
  4934  		{"TagPathError.Struct", Field, 0, ""},
  4935  		{"TagPathError.Tag1", Field, 0, ""},
  4936  		{"TagPathError.Tag2", Field, 0, ""},
  4937  		{"Token", Type, 0, ""},
  4938  		{"TokenReader", Type, 10, ""},
  4939  		{"Unmarshal", Func, 0, "func(data []byte, v any) error"},
  4940  		{"UnmarshalError", Type, 0, ""},
  4941  		{"Unmarshaler", Type, 2, ""},
  4942  		{"UnmarshalerAttr", Type, 2, ""},
  4943  		{"UnsupportedTypeError", Type, 0, ""},
  4944  		{"UnsupportedTypeError.Type", Field, 0, ""},
  4945  	},
  4946  	"errors": {
  4947  		{"As", Func, 13, "func(err error, target any) bool"},
  4948  		{"ErrUnsupported", Var, 21, ""},
  4949  		{"Is", Func, 13, "func(err error, target error) bool"},
  4950  		{"Join", Func, 20, "func(errs ...error) error"},
  4951  		{"New", Func, 0, "func(text string) error"},
  4952  		{"Unwrap", Func, 13, "func(err error) error"},
  4953  	},
  4954  	"expvar": {
  4955  		{"(*Float).Add", Method, 0, ""},
  4956  		{"(*Float).Set", Method, 0, ""},
  4957  		{"(*Float).String", Method, 0, ""},
  4958  		{"(*Float).Value", Method, 8, ""},
  4959  		{"(*Int).Add", Method, 0, ""},
  4960  		{"(*Int).Set", Method, 0, ""},
  4961  		{"(*Int).String", Method, 0, ""},
  4962  		{"(*Int).Value", Method, 8, ""},
  4963  		{"(*Map).Add", Method, 0, ""},
  4964  		{"(*Map).AddFloat", Method, 0, ""},
  4965  		{"(*Map).Delete", Method, 12, ""},
  4966  		{"(*Map).Do", Method, 0, ""},
  4967  		{"(*Map).Get", Method, 0, ""},
  4968  		{"(*Map).Init", Method, 0, ""},
  4969  		{"(*Map).Set", Method, 0, ""},
  4970  		{"(*Map).String", Method, 0, ""},
  4971  		{"(*String).Set", Method, 0, ""},
  4972  		{"(*String).String", Method, 0, ""},
  4973  		{"(*String).Value", Method, 8, ""},
  4974  		{"(Func).String", Method, 0, ""},
  4975  		{"(Func).Value", Method, 8, ""},
  4976  		{"Do", Func, 0, "func(f func(KeyValue))"},
  4977  		{"Float", Type, 0, ""},
  4978  		{"Func", Type, 0, ""},
  4979  		{"Get", Func, 0, "func(name string) Var"},
  4980  		{"Handler", Func, 8, "func() http.Handler"},
  4981  		{"Int", Type, 0, ""},
  4982  		{"KeyValue", Type, 0, ""},
  4983  		{"KeyValue.Key", Field, 0, ""},
  4984  		{"KeyValue.Value", Field, 0, ""},
  4985  		{"Map", Type, 0, ""},
  4986  		{"NewFloat", Func, 0, "func(name string) *Float"},
  4987  		{"NewInt", Func, 0, "func(name string) *Int"},
  4988  		{"NewMap", Func, 0, "func(name string) *Map"},
  4989  		{"NewString", Func, 0, "func(name string) *String"},
  4990  		{"Publish", Func, 0, "func(name string, v Var)"},
  4991  		{"String", Type, 0, ""},
  4992  		{"Var", Type, 0, ""},
  4993  	},
  4994  	"flag": {
  4995  		{"(*FlagSet).Arg", Method, 0, ""},
  4996  		{"(*FlagSet).Args", Method, 0, ""},
  4997  		{"(*FlagSet).Bool", Method, 0, ""},
  4998  		{"(*FlagSet).BoolFunc", Method, 21, ""},
  4999  		{"(*FlagSet).BoolVar", Method, 0, ""},
  5000  		{"(*FlagSet).Duration", Method, 0, ""},
  5001  		{"(*FlagSet).DurationVar", Method, 0, ""},
  5002  		{"(*FlagSet).ErrorHandling", Method, 10, ""},
  5003  		{"(*FlagSet).Float64", Method, 0, ""},
  5004  		{"(*FlagSet).Float64Var", Method, 0, ""},
  5005  		{"(*FlagSet).Func", Method, 16, ""},
  5006  		{"(*FlagSet).Init", Method, 0, ""},
  5007  		{"(*FlagSet).Int", Method, 0, ""},
  5008  		{"(*FlagSet).Int64", Method, 0, ""},
  5009  		{"(*FlagSet).Int64Var", Method, 0, ""},
  5010  		{"(*FlagSet).IntVar", Method, 0, ""},
  5011  		{"(*FlagSet).Lookup", Method, 0, ""},
  5012  		{"(*FlagSet).NArg", Method, 0, ""},
  5013  		{"(*FlagSet).NFlag", Method, 0, ""},
  5014  		{"(*FlagSet).Name", Method, 10, ""},
  5015  		{"(*FlagSet).Output", Method, 10, ""},
  5016  		{"(*FlagSet).Parse", Method, 0, ""},
  5017  		{"(*FlagSet).Parsed", Method, 0, ""},
  5018  		{"(*FlagSet).PrintDefaults", Method, 0, ""},
  5019  		{"(*FlagSet).Set", Method, 0, ""},
  5020  		{"(*FlagSet).SetOutput", Method, 0, ""},
  5021  		{"(*FlagSet).String", Method, 0, ""},
  5022  		{"(*FlagSet).StringVar", Method, 0, ""},
  5023  		{"(*FlagSet).TextVar", Method, 19, ""},
  5024  		{"(*FlagSet).Uint", Method, 0, ""},
  5025  		{"(*FlagSet).Uint64", Method, 0, ""},
  5026  		{"(*FlagSet).Uint64Var", Method, 0, ""},
  5027  		{"(*FlagSet).UintVar", Method, 0, ""},
  5028  		{"(*FlagSet).Var", Method, 0, ""},
  5029  		{"(*FlagSet).Visit", Method, 0, ""},
  5030  		{"(*FlagSet).VisitAll", Method, 0, ""},
  5031  		{"Arg", Func, 0, "func(i int) string"},
  5032  		{"Args", Func, 0, "func() []string"},
  5033  		{"Bool", Func, 0, "func(name string, value bool, usage string) *bool"},
  5034  		{"BoolFunc", Func, 21, "func(name string, usage string, fn func(string) error)"},
  5035  		{"BoolVar", Func, 0, "func(p *bool, name string, value bool, usage string)"},
  5036  		{"CommandLine", Var, 2, ""},
  5037  		{"ContinueOnError", Const, 0, ""},
  5038  		{"Duration", Func, 0, "func(name string, value time.Duration, usage string) *time.Duration"},
  5039  		{"DurationVar", Func, 0, "func(p *time.Duration, name string, value time.Duration, usage string)"},
  5040  		{"ErrHelp", Var, 0, ""},
  5041  		{"ErrorHandling", Type, 0, ""},
  5042  		{"ExitOnError", Const, 0, ""},
  5043  		{"Flag", Type, 0, ""},
  5044  		{"Flag.DefValue", Field, 0, ""},
  5045  		{"Flag.Name", Field, 0, ""},
  5046  		{"Flag.Usage", Field, 0, ""},
  5047  		{"Flag.Value", Field, 0, ""},
  5048  		{"FlagSet", Type, 0, ""},
  5049  		{"FlagSet.Usage", Field, 0, ""},
  5050  		{"Float64", Func, 0, "func(name string, value float64, usage string) *float64"},
  5051  		{"Float64Var", Func, 0, "func(p *float64, name string, value float64, usage string)"},
  5052  		{"Func", Func, 16, "func(name string, usage string, fn func(string) error)"},
  5053  		{"Getter", Type, 2, ""},
  5054  		{"Int", Func, 0, "func(name string, value int, usage string) *int"},
  5055  		{"Int64", Func, 0, "func(name string, value int64, usage string) *int64"},
  5056  		{"Int64Var", Func, 0, "func(p *int64, name string, value int64, usage string)"},
  5057  		{"IntVar", Func, 0, "func(p *int, name string, value int, usage string)"},
  5058  		{"Lookup", Func, 0, "func(name string) *Flag"},
  5059  		{"NArg", Func, 0, "func() int"},
  5060  		{"NFlag", Func, 0, "func() int"},
  5061  		{"NewFlagSet", Func, 0, "func(name string, errorHandling ErrorHandling) *FlagSet"},
  5062  		{"PanicOnError", Const, 0, ""},
  5063  		{"Parse", Func, 0, "func()"},
  5064  		{"Parsed", Func, 0, "func() bool"},
  5065  		{"PrintDefaults", Func, 0, "func()"},
  5066  		{"Set", Func, 0, "func(name string, value string) error"},
  5067  		{"String", Func, 0, "func(name string, value string, usage string) *string"},
  5068  		{"StringVar", Func, 0, "func(p *string, name string, value string, usage string)"},
  5069  		{"TextVar", Func, 19, "func(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string)"},
  5070  		{"Uint", Func, 0, "func(name string, value uint, usage string) *uint"},
  5071  		{"Uint64", Func, 0, "func(name string, value uint64, usage string) *uint64"},
  5072  		{"Uint64Var", Func, 0, "func(p *uint64, name string, value uint64, usage string)"},
  5073  		{"UintVar", Func, 0, "func(p *uint, name string, value uint, usage string)"},
  5074  		{"UnquoteUsage", Func, 5, "func(flag *Flag) (name string, usage string)"},
  5075  		{"Usage", Var, 0, ""},
  5076  		{"Value", Type, 0, ""},
  5077  		{"Var", Func, 0, "func(value Value, name string, usage string)"},
  5078  		{"Visit", Func, 0, "func(fn func(*Flag))"},
  5079  		{"VisitAll", Func, 0, "func(fn func(*Flag))"},
  5080  	},
  5081  	"fmt": {
  5082  		{"Append", Func, 19, "func(b []byte, a ...any) []byte"},
  5083  		{"Appendf", Func, 19, "func(b []byte, format string, a ...any) []byte"},
  5084  		{"Appendln", Func, 19, "func(b []byte, a ...any) []byte"},
  5085  		{"Errorf", Func, 0, "func(format string, a ...any) error"},
  5086  		{"FormatString", Func, 20, "func(state State, verb rune) string"},
  5087  		{"Formatter", Type, 0, ""},
  5088  		{"Fprint", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
  5089  		{"Fprintf", Func, 0, "func(w io.Writer, format string, a ...any) (n int, err error)"},
  5090  		{"Fprintln", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
  5091  		{"Fscan", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
  5092  		{"Fscanf", Func, 0, "func(r io.Reader, format string, a ...any) (n int, err error)"},
  5093  		{"Fscanln", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
  5094  		{"GoStringer", Type, 0, ""},
  5095  		{"Print", Func, 0, "func(a ...any) (n int, err error)"},
  5096  		{"Printf", Func, 0, "func(format string, a ...any) (n int, err error)"},
  5097  		{"Println", Func, 0, "func(a ...any) (n int, err error)"},
  5098  		{"Scan", Func, 0, "func(a ...any) (n int, err error)"},
  5099  		{"ScanState", Type, 0, ""},
  5100  		{"Scanf", Func, 0, "func(format string, a ...any) (n int, err error)"},
  5101  		{"Scanln", Func, 0, "func(a ...any) (n int, err error)"},
  5102  		{"Scanner", Type, 0, ""},
  5103  		{"Sprint", Func, 0, "func(a ...any) string"},
  5104  		{"Sprintf", Func, 0, "func(format string, a ...any) string"},
  5105  		{"Sprintln", Func, 0, "func(a ...any) string"},
  5106  		{"Sscan", Func, 0, "func(str string, a ...any) (n int, err error)"},
  5107  		{"Sscanf", Func, 0, "func(str string, format string, a ...any) (n int, err error)"},
  5108  		{"Sscanln", Func, 0, "func(str string, a ...any) (n int, err error)"},
  5109  		{"State", Type, 0, ""},
  5110  		{"Stringer", Type, 0, ""},
  5111  	},
  5112  	"go/ast": {
  5113  		{"(*ArrayType).End", Method, 0, ""},
  5114  		{"(*ArrayType).Pos", Method, 0, ""},
  5115  		{"(*AssignStmt).End", Method, 0, ""},
  5116  		{"(*AssignStmt).Pos", Method, 0, ""},
  5117  		{"(*BadDecl).End", Method, 0, ""},
  5118  		{"(*BadDecl).Pos", Method, 0, ""},
  5119  		{"(*BadExpr).End", Method, 0, ""},
  5120  		{"(*BadExpr).Pos", Method, 0, ""},
  5121  		{"(*BadStmt).End", Method, 0, ""},
  5122  		{"(*BadStmt).Pos", Method, 0, ""},
  5123  		{"(*BasicLit).End", Method, 0, ""},
  5124  		{"(*BasicLit).Pos", Method, 0, ""},
  5125  		{"(*BinaryExpr).End", Method, 0, ""},
  5126  		{"(*BinaryExpr).Pos", Method, 0, ""},
  5127  		{"(*BlockStmt).End", Method, 0, ""},
  5128  		{"(*BlockStmt).Pos", Method, 0, ""},
  5129  		{"(*BranchStmt).End", Method, 0, ""},
  5130  		{"(*BranchStmt).Pos", Method, 0, ""},
  5131  		{"(*CallExpr).End", Method, 0, ""},
  5132  		{"(*CallExpr).Pos", Method, 0, ""},
  5133  		{"(*CaseClause).End", Method, 0, ""},
  5134  		{"(*CaseClause).Pos", Method, 0, ""},
  5135  		{"(*ChanType).End", Method, 0, ""},
  5136  		{"(*ChanType).Pos", Method, 0, ""},
  5137  		{"(*CommClause).End", Method, 0, ""},
  5138  		{"(*CommClause).Pos", Method, 0, ""},
  5139  		{"(*Comment).End", Method, 0, ""},
  5140  		{"(*Comment).Pos", Method, 0, ""},
  5141  		{"(*CommentGroup).End", Method, 0, ""},
  5142  		{"(*CommentGroup).Pos", Method, 0, ""},
  5143  		{"(*CommentGroup).Text", Method, 0, ""},
  5144  		{"(*CompositeLit).End", Method, 0, ""},
  5145  		{"(*CompositeLit).Pos", Method, 0, ""},
  5146  		{"(*DeclStmt).End", Method, 0, ""},
  5147  		{"(*DeclStmt).Pos", Method, 0, ""},
  5148  		{"(*DeferStmt).End", Method, 0, ""},
  5149  		{"(*DeferStmt).Pos", Method, 0, ""},
  5150  		{"(*Ellipsis).End", Method, 0, ""},
  5151  		{"(*Ellipsis).Pos", Method, 0, ""},
  5152  		{"(*EmptyStmt).End", Method, 0, ""},
  5153  		{"(*EmptyStmt).Pos", Method, 0, ""},
  5154  		{"(*ExprStmt).End", Method, 0, ""},
  5155  		{"(*ExprStmt).Pos", Method, 0, ""},
  5156  		{"(*Field).End", Method, 0, ""},
  5157  		{"(*Field).Pos", Method, 0, ""},
  5158  		{"(*FieldList).End", Method, 0, ""},
  5159  		{"(*FieldList).NumFields", Method, 0, ""},
  5160  		{"(*FieldList).Pos", Method, 0, ""},
  5161  		{"(*File).End", Method, 0, ""},
  5162  		{"(*File).Pos", Method, 0, ""},
  5163  		{"(*ForStmt).End", Method, 0, ""},
  5164  		{"(*ForStmt).Pos", Method, 0, ""},
  5165  		{"(*FuncDecl).End", Method, 0, ""},
  5166  		{"(*FuncDecl).Pos", Method, 0, ""},
  5167  		{"(*FuncLit).End", Method, 0, ""},
  5168  		{"(*FuncLit).Pos", Method, 0, ""},
  5169  		{"(*FuncType).End", Method, 0, ""},
  5170  		{"(*FuncType).Pos", Method, 0, ""},
  5171  		{"(*GenDecl).End", Method, 0, ""},
  5172  		{"(*GenDecl).Pos", Method, 0, ""},
  5173  		{"(*GoStmt).End", Method, 0, ""},
  5174  		{"(*GoStmt).Pos", Method, 0, ""},
  5175  		{"(*Ident).End", Method, 0, ""},
  5176  		{"(*Ident).IsExported", Method, 0, ""},
  5177  		{"(*Ident).Pos", Method, 0, ""},
  5178  		{"(*Ident).String", Method, 0, ""},
  5179  		{"(*IfStmt).End", Method, 0, ""},
  5180  		{"(*IfStmt).Pos", Method, 0, ""},
  5181  		{"(*ImportSpec).End", Method, 0, ""},
  5182  		{"(*ImportSpec).Pos", Method, 0, ""},
  5183  		{"(*IncDecStmt).End", Method, 0, ""},
  5184  		{"(*IncDecStmt).Pos", Method, 0, ""},
  5185  		{"(*IndexExpr).End", Method, 0, ""},
  5186  		{"(*IndexExpr).Pos", Method, 0, ""},
  5187  		{"(*IndexListExpr).End", Method, 18, ""},
  5188  		{"(*IndexListExpr).Pos", Method, 18, ""},
  5189  		{"(*InterfaceType).End", Method, 0, ""},
  5190  		{"(*InterfaceType).Pos", Method, 0, ""},
  5191  		{"(*KeyValueExpr).End", Method, 0, ""},
  5192  		{"(*KeyValueExpr).Pos", Method, 0, ""},
  5193  		{"(*LabeledStmt).End", Method, 0, ""},
  5194  		{"(*LabeledStmt).Pos", Method, 0, ""},
  5195  		{"(*MapType).End", Method, 0, ""},
  5196  		{"(*MapType).Pos", Method, 0, ""},
  5197  		{"(*Object).Pos", Method, 0, ""},
  5198  		{"(*Package).End", Method, 0, ""},
  5199  		{"(*Package).Pos", Method, 0, ""},
  5200  		{"(*ParenExpr).End", Method, 0, ""},
  5201  		{"(*ParenExpr).Pos", Method, 0, ""},
  5202  		{"(*RangeStmt).End", Method, 0, ""},
  5203  		{"(*RangeStmt).Pos", Method, 0, ""},
  5204  		{"(*ReturnStmt).End", Method, 0, ""},
  5205  		{"(*ReturnStmt).Pos", Method, 0, ""},
  5206  		{"(*Scope).Insert", Method, 0, ""},
  5207  		{"(*Scope).Lookup", Method, 0, ""},
  5208  		{"(*Scope).String", Method, 0, ""},
  5209  		{"(*SelectStmt).End", Method, 0, ""},
  5210  		{"(*SelectStmt).Pos", Method, 0, ""},
  5211  		{"(*SelectorExpr).End", Method, 0, ""},
  5212  		{"(*SelectorExpr).Pos", Method, 0, ""},
  5213  		{"(*SendStmt).End", Method, 0, ""},
  5214  		{"(*SendStmt).Pos", Method, 0, ""},
  5215  		{"(*SliceExpr).End", Method, 0, ""},
  5216  		{"(*SliceExpr).Pos", Method, 0, ""},
  5217  		{"(*StarExpr).End", Method, 0, ""},
  5218  		{"(*StarExpr).Pos", Method, 0, ""},
  5219  		{"(*StructType).End", Method, 0, ""},
  5220  		{"(*StructType).Pos", Method, 0, ""},
  5221  		{"(*SwitchStmt).End", Method, 0, ""},
  5222  		{"(*SwitchStmt).Pos", Method, 0, ""},
  5223  		{"(*TypeAssertExpr).End", Method, 0, ""},
  5224  		{"(*TypeAssertExpr).Pos", Method, 0, ""},
  5225  		{"(*TypeSpec).End", Method, 0, ""},
  5226  		{"(*TypeSpec).Pos", Method, 0, ""},
  5227  		{"(*TypeSwitchStmt).End", Method, 0, ""},
  5228  		{"(*TypeSwitchStmt).Pos", Method, 0, ""},
  5229  		{"(*UnaryExpr).End", Method, 0, ""},
  5230  		{"(*UnaryExpr).Pos", Method, 0, ""},
  5231  		{"(*ValueSpec).End", Method, 0, ""},
  5232  		{"(*ValueSpec).Pos", Method, 0, ""},
  5233  		{"(CommentMap).Comments", Method, 1, ""},
  5234  		{"(CommentMap).Filter", Method, 1, ""},
  5235  		{"(CommentMap).String", Method, 1, ""},
  5236  		{"(CommentMap).Update", Method, 1, ""},
  5237  		{"(ObjKind).String", Method, 0, ""},
  5238  		{"ArrayType", Type, 0, ""},
  5239  		{"ArrayType.Elt", Field, 0, ""},
  5240  		{"ArrayType.Lbrack", Field, 0, ""},
  5241  		{"ArrayType.Len", Field, 0, ""},
  5242  		{"AssignStmt", Type, 0, ""},
  5243  		{"AssignStmt.Lhs", Field, 0, ""},
  5244  		{"AssignStmt.Rhs", Field, 0, ""},
  5245  		{"AssignStmt.Tok", Field, 0, ""},
  5246  		{"AssignStmt.TokPos", Field, 0, ""},
  5247  		{"Bad", Const, 0, ""},
  5248  		{"BadDecl", Type, 0, ""},
  5249  		{"BadDecl.From", Field, 0, ""},
  5250  		{"BadDecl.To", Field, 0, ""},
  5251  		{"BadExpr", Type, 0, ""},
  5252  		{"BadExpr.From", Field, 0, ""},
  5253  		{"BadExpr.To", Field, 0, ""},
  5254  		{"BadStmt", Type, 0, ""},
  5255  		{"BadStmt.From", Field, 0, ""},
  5256  		{"BadStmt.To", Field, 0, ""},
  5257  		{"BasicLit", Type, 0, ""},
  5258  		{"BasicLit.Kind", Field, 0, ""},
  5259  		{"BasicLit.Value", Field, 0, ""},
  5260  		{"BasicLit.ValuePos", Field, 0, ""},
  5261  		{"BinaryExpr", Type, 0, ""},
  5262  		{"BinaryExpr.Op", Field, 0, ""},
  5263  		{"BinaryExpr.OpPos", Field, 0, ""},
  5264  		{"BinaryExpr.X", Field, 0, ""},
  5265  		{"BinaryExpr.Y", Field, 0, ""},
  5266  		{"BlockStmt", Type, 0, ""},
  5267  		{"BlockStmt.Lbrace", Field, 0, ""},
  5268  		{"BlockStmt.List", Field, 0, ""},
  5269  		{"BlockStmt.Rbrace", Field, 0, ""},
  5270  		{"BranchStmt", Type, 0, ""},
  5271  		{"BranchStmt.Label", Field, 0, ""},
  5272  		{"BranchStmt.Tok", Field, 0, ""},
  5273  		{"BranchStmt.TokPos", Field, 0, ""},
  5274  		{"CallExpr", Type, 0, ""},
  5275  		{"CallExpr.Args", Field, 0, ""},
  5276  		{"CallExpr.Ellipsis", Field, 0, ""},
  5277  		{"CallExpr.Fun", Field, 0, ""},
  5278  		{"CallExpr.Lparen", Field, 0, ""},
  5279  		{"CallExpr.Rparen", Field, 0, ""},
  5280  		{"CaseClause", Type, 0, ""},
  5281  		{"CaseClause.Body", Field, 0, ""},
  5282  		{"CaseClause.Case", Field, 0, ""},
  5283  		{"CaseClause.Colon", Field, 0, ""},
  5284  		{"CaseClause.List", Field, 0, ""},
  5285  		{"ChanDir", Type, 0, ""},
  5286  		{"ChanType", Type, 0, ""},
  5287  		{"ChanType.Arrow", Field, 1, ""},
  5288  		{"ChanType.Begin", Field, 0, ""},
  5289  		{"ChanType.Dir", Field, 0, ""},
  5290  		{"ChanType.Value", Field, 0, ""},
  5291  		{"CommClause", Type, 0, ""},
  5292  		{"CommClause.Body", Field, 0, ""},
  5293  		{"CommClause.Case", Field, 0, ""},
  5294  		{"CommClause.Colon", Field, 0, ""},
  5295  		{"CommClause.Comm", Field, 0, ""},
  5296  		{"Comment", Type, 0, ""},
  5297  		{"Comment.Slash", Field, 0, ""},
  5298  		{"Comment.Text", Field, 0, ""},
  5299  		{"CommentGroup", Type, 0, ""},
  5300  		{"CommentGroup.List", Field, 0, ""},
  5301  		{"CommentMap", Type, 1, ""},
  5302  		{"CompositeLit", Type, 0, ""},
  5303  		{"CompositeLit.Elts", Field, 0, ""},
  5304  		{"CompositeLit.Incomplete", Field, 11, ""},
  5305  		{"CompositeLit.Lbrace", Field, 0, ""},
  5306  		{"CompositeLit.Rbrace", Field, 0, ""},
  5307  		{"CompositeLit.Type", Field, 0, ""},
  5308  		{"Con", Const, 0, ""},
  5309  		{"Decl", Type, 0, ""},
  5310  		{"DeclStmt", Type, 0, ""},
  5311  		{"DeclStmt.Decl", Field, 0, ""},
  5312  		{"DeferStmt", Type, 0, ""},
  5313  		{"DeferStmt.Call", Field, 0, ""},
  5314  		{"DeferStmt.Defer", Field, 0, ""},
  5315  		{"Ellipsis", Type, 0, ""},
  5316  		{"Ellipsis.Ellipsis", Field, 0, ""},
  5317  		{"Ellipsis.Elt", Field, 0, ""},
  5318  		{"EmptyStmt", Type, 0, ""},
  5319  		{"EmptyStmt.Implicit", Field, 5, ""},
  5320  		{"EmptyStmt.Semicolon", Field, 0, ""},
  5321  		{"Expr", Type, 0, ""},
  5322  		{"ExprStmt", Type, 0, ""},
  5323  		{"ExprStmt.X", Field, 0, ""},
  5324  		{"Field", Type, 0, ""},
  5325  		{"Field.Comment", Field, 0, ""},
  5326  		{"Field.Doc", Field, 0, ""},
  5327  		{"Field.Names", Field, 0, ""},
  5328  		{"Field.Tag", Field, 0, ""},
  5329  		{"Field.Type", Field, 0, ""},
  5330  		{"FieldFilter", Type, 0, ""},
  5331  		{"FieldList", Type, 0, ""},
  5332  		{"FieldList.Closing", Field, 0, ""},
  5333  		{"FieldList.List", Field, 0, ""},
  5334  		{"FieldList.Opening", Field, 0, ""},
  5335  		{"File", Type, 0, ""},
  5336  		{"File.Comments", Field, 0, ""},
  5337  		{"File.Decls", Field, 0, ""},
  5338  		{"File.Doc", Field, 0, ""},
  5339  		{"File.FileEnd", Field, 20, ""},
  5340  		{"File.FileStart", Field, 20, ""},
  5341  		{"File.GoVersion", Field, 21, ""},
  5342  		{"File.Imports", Field, 0, ""},
  5343  		{"File.Name", Field, 0, ""},
  5344  		{"File.Package", Field, 0, ""},
  5345  		{"File.Scope", Field, 0, ""},
  5346  		{"File.Unresolved", Field, 0, ""},
  5347  		{"FileExports", Func, 0, "func(src *File) bool"},
  5348  		{"Filter", Type, 0, ""},
  5349  		{"FilterDecl", Func, 0, "func(decl Decl, f Filter) bool"},
  5350  		{"FilterFile", Func, 0, "func(src *File, f Filter) bool"},
  5351  		{"FilterFuncDuplicates", Const, 0, ""},
  5352  		{"FilterImportDuplicates", Const, 0, ""},
  5353  		{"FilterPackage", Func, 0, "func(pkg *Package, f Filter) bool"},
  5354  		{"FilterUnassociatedComments", Const, 0, ""},
  5355  		{"ForStmt", Type, 0, ""},
  5356  		{"ForStmt.Body", Field, 0, ""},
  5357  		{"ForStmt.Cond", Field, 0, ""},
  5358  		{"ForStmt.For", Field, 0, ""},
  5359  		{"ForStmt.Init", Field, 0, ""},
  5360  		{"ForStmt.Post", Field, 0, ""},
  5361  		{"Fprint", Func, 0, "func(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error"},
  5362  		{"Fun", Const, 0, ""},
  5363  		{"FuncDecl", Type, 0, ""},
  5364  		{"FuncDecl.Body", Field, 0, ""},
  5365  		{"FuncDecl.Doc", Field, 0, ""},
  5366  		{"FuncDecl.Name", Field, 0, ""},
  5367  		{"FuncDecl.Recv", Field, 0, ""},
  5368  		{"FuncDecl.Type", Field, 0, ""},
  5369  		{"FuncLit", Type, 0, ""},
  5370  		{"FuncLit.Body", Field, 0, ""},
  5371  		{"FuncLit.Type", Field, 0, ""},
  5372  		{"FuncType", Type, 0, ""},
  5373  		{"FuncType.Func", Field, 0, ""},
  5374  		{"FuncType.Params", Field, 0, ""},
  5375  		{"FuncType.Results", Field, 0, ""},
  5376  		{"FuncType.TypeParams", Field, 18, ""},
  5377  		{"GenDecl", Type, 0, ""},
  5378  		{"GenDecl.Doc", Field, 0, ""},
  5379  		{"GenDecl.Lparen", Field, 0, ""},
  5380  		{"GenDecl.Rparen", Field, 0, ""},
  5381  		{"GenDecl.Specs", Field, 0, ""},
  5382  		{"GenDecl.Tok", Field, 0, ""},
  5383  		{"GenDecl.TokPos", Field, 0, ""},
  5384  		{"GoStmt", Type, 0, ""},
  5385  		{"GoStmt.Call", Field, 0, ""},
  5386  		{"GoStmt.Go", Field, 0, ""},
  5387  		{"Ident", Type, 0, ""},
  5388  		{"Ident.Name", Field, 0, ""},
  5389  		{"Ident.NamePos", Field, 0, ""},
  5390  		{"Ident.Obj", Field, 0, ""},
  5391  		{"IfStmt", Type, 0, ""},
  5392  		{"IfStmt.Body", Field, 0, ""},
  5393  		{"IfStmt.Cond", Field, 0, ""},
  5394  		{"IfStmt.Else", Field, 0, ""},
  5395  		{"IfStmt.If", Field, 0, ""},
  5396  		{"IfStmt.Init", Field, 0, ""},
  5397  		{"ImportSpec", Type, 0, ""},
  5398  		{"ImportSpec.Comment", Field, 0, ""},
  5399  		{"ImportSpec.Doc", Field, 0, ""},
  5400  		{"ImportSpec.EndPos", Field, 0, ""},
  5401  		{"ImportSpec.Name", Field, 0, ""},
  5402  		{"ImportSpec.Path", Field, 0, ""},
  5403  		{"Importer", Type, 0, ""},
  5404  		{"IncDecStmt", Type, 0, ""},
  5405  		{"IncDecStmt.Tok", Field, 0, ""},
  5406  		{"IncDecStmt.TokPos", Field, 0, ""},
  5407  		{"IncDecStmt.X", Field, 0, ""},
  5408  		{"IndexExpr", Type, 0, ""},
  5409  		{"IndexExpr.Index", Field, 0, ""},
  5410  		{"IndexExpr.Lbrack", Field, 0, ""},
  5411  		{"IndexExpr.Rbrack", Field, 0, ""},
  5412  		{"IndexExpr.X", Field, 0, ""},
  5413  		{"IndexListExpr", Type, 18, ""},
  5414  		{"IndexListExpr.Indices", Field, 18, ""},
  5415  		{"IndexListExpr.Lbrack", Field, 18, ""},
  5416  		{"IndexListExpr.Rbrack", Field, 18, ""},
  5417  		{"IndexListExpr.X", Field, 18, ""},
  5418  		{"Inspect", Func, 0, "func(node Node, f func(Node) bool)"},
  5419  		{"InterfaceType", Type, 0, ""},
  5420  		{"InterfaceType.Incomplete", Field, 0, ""},
  5421  		{"InterfaceType.Interface", Field, 0, ""},
  5422  		{"InterfaceType.Methods", Field, 0, ""},
  5423  		{"IsExported", Func, 0, "func(name string) bool"},
  5424  		{"IsGenerated", Func, 21, "func(file *File) bool"},
  5425  		{"KeyValueExpr", Type, 0, ""},
  5426  		{"KeyValueExpr.Colon", Field, 0, ""},
  5427  		{"KeyValueExpr.Key", Field, 0, ""},
  5428  		{"KeyValueExpr.Value", Field, 0, ""},
  5429  		{"LabeledStmt", Type, 0, ""},
  5430  		{"LabeledStmt.Colon", Field, 0, ""},
  5431  		{"LabeledStmt.Label", Field, 0, ""},
  5432  		{"LabeledStmt.Stmt", Field, 0, ""},
  5433  		{"Lbl", Const, 0, ""},
  5434  		{"MapType", Type, 0, ""},
  5435  		{"MapType.Key", Field, 0, ""},
  5436  		{"MapType.Map", Field, 0, ""},
  5437  		{"MapType.Value", Field, 0, ""},
  5438  		{"MergeMode", Type, 0, ""},
  5439  		{"MergePackageFiles", Func, 0, "func(pkg *Package, mode MergeMode) *File"},
  5440  		{"NewCommentMap", Func, 1, "func(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap"},
  5441  		{"NewIdent", Func, 0, "func(name string) *Ident"},
  5442  		{"NewObj", Func, 0, "func(kind ObjKind, name string) *Object"},
  5443  		{"NewPackage", Func, 0, "func(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error)"},
  5444  		{"NewScope", Func, 0, "func(outer *Scope) *Scope"},
  5445  		{"Node", Type, 0, ""},
  5446  		{"NotNilFilter", Func, 0, "func(_ string, v reflect.Value) bool"},
  5447  		{"ObjKind", Type, 0, ""},
  5448  		{"Object", Type, 0, ""},
  5449  		{"Object.Data", Field, 0, ""},
  5450  		{"Object.Decl", Field, 0, ""},
  5451  		{"Object.Kind", Field, 0, ""},
  5452  		{"Object.Name", Field, 0, ""},
  5453  		{"Object.Type", Field, 0, ""},
  5454  		{"Package", Type, 0, ""},
  5455  		{"Package.Files", Field, 0, ""},
  5456  		{"Package.Imports", Field, 0, ""},
  5457  		{"Package.Name", Field, 0, ""},
  5458  		{"Package.Scope", Field, 0, ""},
  5459  		{"PackageExports", Func, 0, "func(pkg *Package) bool"},
  5460  		{"ParenExpr", Type, 0, ""},
  5461  		{"ParenExpr.Lparen", Field, 0, ""},
  5462  		{"ParenExpr.Rparen", Field, 0, ""},
  5463  		{"ParenExpr.X", Field, 0, ""},
  5464  		{"Pkg", Const, 0, ""},
  5465  		{"Preorder", Func, 23, "func(root Node) iter.Seq[Node]"},
  5466  		{"Print", Func, 0, "func(fset *token.FileSet, x any) error"},
  5467  		{"RECV", Const, 0, ""},
  5468  		{"RangeStmt", Type, 0, ""},
  5469  		{"RangeStmt.Body", Field, 0, ""},
  5470  		{"RangeStmt.For", Field, 0, ""},
  5471  		{"RangeStmt.Key", Field, 0, ""},
  5472  		{"RangeStmt.Range", Field, 20, ""},
  5473  		{"RangeStmt.Tok", Field, 0, ""},
  5474  		{"RangeStmt.TokPos", Field, 0, ""},
  5475  		{"RangeStmt.Value", Field, 0, ""},
  5476  		{"RangeStmt.X", Field, 0, ""},
  5477  		{"ReturnStmt", Type, 0, ""},
  5478  		{"ReturnStmt.Results", Field, 0, ""},
  5479  		{"ReturnStmt.Return", Field, 0, ""},
  5480  		{"SEND", Const, 0, ""},
  5481  		{"Scope", Type, 0, ""},
  5482  		{"Scope.Objects", Field, 0, ""},
  5483  		{"Scope.Outer", Field, 0, ""},
  5484  		{"SelectStmt", Type, 0, ""},
  5485  		{"SelectStmt.Body", Field, 0, ""},
  5486  		{"SelectStmt.Select", Field, 0, ""},
  5487  		{"SelectorExpr", Type, 0, ""},
  5488  		{"SelectorExpr.Sel", Field, 0, ""},
  5489  		{"SelectorExpr.X", Field, 0, ""},
  5490  		{"SendStmt", Type, 0, ""},
  5491  		{"SendStmt.Arrow", Field, 0, ""},
  5492  		{"SendStmt.Chan", Field, 0, ""},
  5493  		{"SendStmt.Value", Field, 0, ""},
  5494  		{"SliceExpr", Type, 0, ""},
  5495  		{"SliceExpr.High", Field, 0, ""},
  5496  		{"SliceExpr.Lbrack", Field, 0, ""},
  5497  		{"SliceExpr.Low", Field, 0, ""},
  5498  		{"SliceExpr.Max", Field, 2, ""},
  5499  		{"SliceExpr.Rbrack", Field, 0, ""},
  5500  		{"SliceExpr.Slice3", Field, 2, ""},
  5501  		{"SliceExpr.X", Field, 0, ""},
  5502  		{"SortImports", Func, 0, "func(fset *token.FileSet, f *File)"},
  5503  		{"Spec", Type, 0, ""},
  5504  		{"StarExpr", Type, 0, ""},
  5505  		{"StarExpr.Star", Field, 0, ""},
  5506  		{"StarExpr.X", Field, 0, ""},
  5507  		{"Stmt", Type, 0, ""},
  5508  		{"StructType", Type, 0, ""},
  5509  		{"StructType.Fields", Field, 0, ""},
  5510  		{"StructType.Incomplete", Field, 0, ""},
  5511  		{"StructType.Struct", Field, 0, ""},
  5512  		{"SwitchStmt", Type, 0, ""},
  5513  		{"SwitchStmt.Body", Field, 0, ""},
  5514  		{"SwitchStmt.Init", Field, 0, ""},
  5515  		{"SwitchStmt.Switch", Field, 0, ""},
  5516  		{"SwitchStmt.Tag", Field, 0, ""},
  5517  		{"Typ", Const, 0, ""},
  5518  		{"TypeAssertExpr", Type, 0, ""},
  5519  		{"TypeAssertExpr.Lparen", Field, 2, ""},
  5520  		{"TypeAssertExpr.Rparen", Field, 2, ""},
  5521  		{"TypeAssertExpr.Type", Field, 0, ""},
  5522  		{"TypeAssertExpr.X", Field, 0, ""},
  5523  		{"TypeSpec", Type, 0, ""},
  5524  		{"TypeSpec.Assign", Field, 9, ""},
  5525  		{"TypeSpec.Comment", Field, 0, ""},
  5526  		{"TypeSpec.Doc", Field, 0, ""},
  5527  		{"TypeSpec.Name", Field, 0, ""},
  5528  		{"TypeSpec.Type", Field, 0, ""},
  5529  		{"TypeSpec.TypeParams", Field, 18, ""},
  5530  		{"TypeSwitchStmt", Type, 0, ""},
  5531  		{"TypeSwitchStmt.Assign", Field, 0, ""},
  5532  		{"TypeSwitchStmt.Body", Field, 0, ""},
  5533  		{"TypeSwitchStmt.Init", Field, 0, ""},
  5534  		{"TypeSwitchStmt.Switch", Field, 0, ""},
  5535  		{"UnaryExpr", Type, 0, ""},
  5536  		{"UnaryExpr.Op", Field, 0, ""},
  5537  		{"UnaryExpr.OpPos", Field, 0, ""},
  5538  		{"UnaryExpr.X", Field, 0, ""},
  5539  		{"Unparen", Func, 22, "func(e Expr) Expr"},
  5540  		{"ValueSpec", Type, 0, ""},
  5541  		{"ValueSpec.Comment", Field, 0, ""},
  5542  		{"ValueSpec.Doc", Field, 0, ""},
  5543  		{"ValueSpec.Names", Field, 0, ""},
  5544  		{"ValueSpec.Type", Field, 0, ""},
  5545  		{"ValueSpec.Values", Field, 0, ""},
  5546  		{"Var", Const, 0, ""},
  5547  		{"Visitor", Type, 0, ""},
  5548  		{"Walk", Func, 0, "func(v Visitor, node Node)"},
  5549  	},
  5550  	"go/build": {
  5551  		{"(*Context).Import", Method, 0, ""},
  5552  		{"(*Context).ImportDir", Method, 0, ""},
  5553  		{"(*Context).MatchFile", Method, 2, ""},
  5554  		{"(*Context).SrcDirs", Method, 0, ""},
  5555  		{"(*MultiplePackageError).Error", Method, 4, ""},
  5556  		{"(*NoGoError).Error", Method, 0, ""},
  5557  		{"(*Package).IsCommand", Method, 0, ""},
  5558  		{"AllowBinary", Const, 0, ""},
  5559  		{"ArchChar", Func, 0, "func(goarch string) (string, error)"},
  5560  		{"Context", Type, 0, ""},
  5561  		{"Context.BuildTags", Field, 0, ""},
  5562  		{"Context.CgoEnabled", Field, 0, ""},
  5563  		{"Context.Compiler", Field, 0, ""},
  5564  		{"Context.Dir", Field, 14, ""},
  5565  		{"Context.GOARCH", Field, 0, ""},
  5566  		{"Context.GOOS", Field, 0, ""},
  5567  		{"Context.GOPATH", Field, 0, ""},
  5568  		{"Context.GOROOT", Field, 0, ""},
  5569  		{"Context.HasSubdir", Field, 0, ""},
  5570  		{"Context.InstallSuffix", Field, 1, ""},
  5571  		{"Context.IsAbsPath", Field, 0, ""},
  5572  		{"Context.IsDir", Field, 0, ""},
  5573  		{"Context.JoinPath", Field, 0, ""},
  5574  		{"Context.OpenFile", Field, 0, ""},
  5575  		{"Context.ReadDir", Field, 0, ""},
  5576  		{"Context.ReleaseTags", Field, 1, ""},
  5577  		{"Context.SplitPathList", Field, 0, ""},
  5578  		{"Context.ToolTags", Field, 17, ""},
  5579  		{"Context.UseAllFiles", Field, 0, ""},
  5580  		{"Default", Var, 0, ""},
  5581  		{"Directive", Type, 21, ""},
  5582  		{"Directive.Pos", Field, 21, ""},
  5583  		{"Directive.Text", Field, 21, ""},
  5584  		{"FindOnly", Const, 0, ""},
  5585  		{"IgnoreVendor", Const, 6, ""},
  5586  		{"Import", Func, 0, "func(path string, srcDir string, mode ImportMode) (*Package, error)"},
  5587  		{"ImportComment", Const, 4, ""},
  5588  		{"ImportDir", Func, 0, "func(dir string, mode ImportMode) (*Package, error)"},
  5589  		{"ImportMode", Type, 0, ""},
  5590  		{"IsLocalImport", Func, 0, "func(path string) bool"},
  5591  		{"MultiplePackageError", Type, 4, ""},
  5592  		{"MultiplePackageError.Dir", Field, 4, ""},
  5593  		{"MultiplePackageError.Files", Field, 4, ""},
  5594  		{"MultiplePackageError.Packages", Field, 4, ""},
  5595  		{"NoGoError", Type, 0, ""},
  5596  		{"NoGoError.Dir", Field, 0, ""},
  5597  		{"Package", Type, 0, ""},
  5598  		{"Package.AllTags", Field, 2, ""},
  5599  		{"Package.BinDir", Field, 0, ""},
  5600  		{"Package.BinaryOnly", Field, 7, ""},
  5601  		{"Package.CFiles", Field, 0, ""},
  5602  		{"Package.CXXFiles", Field, 2, ""},
  5603  		{"Package.CgoCFLAGS", Field, 0, ""},
  5604  		{"Package.CgoCPPFLAGS", Field, 2, ""},
  5605  		{"Package.CgoCXXFLAGS", Field, 2, ""},
  5606  		{"Package.CgoFFLAGS", Field, 7, ""},
  5607  		{"Package.CgoFiles", Field, 0, ""},
  5608  		{"Package.CgoLDFLAGS", Field, 0, ""},
  5609  		{"Package.CgoPkgConfig", Field, 0, ""},
  5610  		{"Package.ConflictDir", Field, 2, ""},
  5611  		{"Package.Dir", Field, 0, ""},
  5612  		{"Package.Directives", Field, 21, ""},
  5613  		{"Package.Doc", Field, 0, ""},
  5614  		{"Package.EmbedPatternPos", Field, 16, ""},
  5615  		{"Package.EmbedPatterns", Field, 16, ""},
  5616  		{"Package.FFiles", Field, 7, ""},
  5617  		{"Package.GoFiles", Field, 0, ""},
  5618  		{"Package.Goroot", Field, 0, ""},
  5619  		{"Package.HFiles", Field, 0, ""},
  5620  		{"Package.IgnoredGoFiles", Field, 1, ""},
  5621  		{"Package.IgnoredOtherFiles", Field, 16, ""},
  5622  		{"Package.ImportComment", Field, 4, ""},
  5623  		{"Package.ImportPath", Field, 0, ""},
  5624  		{"Package.ImportPos", Field, 0, ""},
  5625  		{"Package.Imports", Field, 0, ""},
  5626  		{"Package.InvalidGoFiles", Field, 6, ""},
  5627  		{"Package.MFiles", Field, 3, ""},
  5628  		{"Package.Name", Field, 0, ""},
  5629  		{"Package.PkgObj", Field, 0, ""},
  5630  		{"Package.PkgRoot", Field, 0, ""},
  5631  		{"Package.PkgTargetRoot", Field, 5, ""},
  5632  		{"Package.Root", Field, 0, ""},
  5633  		{"Package.SFiles", Field, 0, ""},
  5634  		{"Package.SrcRoot", Field, 0, ""},
  5635  		{"Package.SwigCXXFiles", Field, 1, ""},
  5636  		{"Package.SwigFiles", Field, 1, ""},
  5637  		{"Package.SysoFiles", Field, 0, ""},
  5638  		{"Package.TestDirectives", Field, 21, ""},
  5639  		{"Package.TestEmbedPatternPos", Field, 16, ""},
  5640  		{"Package.TestEmbedPatterns", Field, 16, ""},
  5641  		{"Package.TestGoFiles", Field, 0, ""},
  5642  		{"Package.TestImportPos", Field, 0, ""},
  5643  		{"Package.TestImports", Field, 0, ""},
  5644  		{"Package.XTestDirectives", Field, 21, ""},
  5645  		{"Package.XTestEmbedPatternPos", Field, 16, ""},
  5646  		{"Package.XTestEmbedPatterns", Field, 16, ""},
  5647  		{"Package.XTestGoFiles", Field, 0, ""},
  5648  		{"Package.XTestImportPos", Field, 0, ""},
  5649  		{"Package.XTestImports", Field, 0, ""},
  5650  		{"ToolDir", Var, 0, ""},
  5651  	},
  5652  	"go/build/constraint": {
  5653  		{"(*AndExpr).Eval", Method, 16, ""},
  5654  		{"(*AndExpr).String", Method, 16, ""},
  5655  		{"(*NotExpr).Eval", Method, 16, ""},
  5656  		{"(*NotExpr).String", Method, 16, ""},
  5657  		{"(*OrExpr).Eval", Method, 16, ""},
  5658  		{"(*OrExpr).String", Method, 16, ""},
  5659  		{"(*SyntaxError).Error", Method, 16, ""},
  5660  		{"(*TagExpr).Eval", Method, 16, ""},
  5661  		{"(*TagExpr).String", Method, 16, ""},
  5662  		{"AndExpr", Type, 16, ""},
  5663  		{"AndExpr.X", Field, 16, ""},
  5664  		{"AndExpr.Y", Field, 16, ""},
  5665  		{"Expr", Type, 16, ""},
  5666  		{"GoVersion", Func, 21, "func(x Expr) string"},
  5667  		{"IsGoBuild", Func, 16, "func(line string) bool"},
  5668  		{"IsPlusBuild", Func, 16, "func(line string) bool"},
  5669  		{"NotExpr", Type, 16, ""},
  5670  		{"NotExpr.X", Field, 16, ""},
  5671  		{"OrExpr", Type, 16, ""},
  5672  		{"OrExpr.X", Field, 16, ""},
  5673  		{"OrExpr.Y", Field, 16, ""},
  5674  		{"Parse", Func, 16, "func(line string) (Expr, error)"},
  5675  		{"PlusBuildLines", Func, 16, "func(x Expr) ([]string, error)"},
  5676  		{"SyntaxError", Type, 16, ""},
  5677  		{"SyntaxError.Err", Field, 16, ""},
  5678  		{"SyntaxError.Offset", Field, 16, ""},
  5679  		{"TagExpr", Type, 16, ""},
  5680  		{"TagExpr.Tag", Field, 16, ""},
  5681  	},
  5682  	"go/constant": {
  5683  		{"(Kind).String", Method, 18, ""},
  5684  		{"BinaryOp", Func, 5, "func(x_ Value, op token.Token, y_ Value) Value"},
  5685  		{"BitLen", Func, 5, "func(x Value) int"},
  5686  		{"Bool", Const, 5, ""},
  5687  		{"BoolVal", Func, 5, "func(x Value) bool"},
  5688  		{"Bytes", Func, 5, "func(x Value) []byte"},
  5689  		{"Compare", Func, 5, "func(x_ Value, op token.Token, y_ Value) bool"},
  5690  		{"Complex", Const, 5, ""},
  5691  		{"Denom", Func, 5, "func(x Value) Value"},
  5692  		{"Float", Const, 5, ""},
  5693  		{"Float32Val", Func, 5, "func(x Value) (float32, bool)"},
  5694  		{"Float64Val", Func, 5, "func(x Value) (float64, bool)"},
  5695  		{"Imag", Func, 5, "func(x Value) Value"},
  5696  		{"Int", Const, 5, ""},
  5697  		{"Int64Val", Func, 5, "func(x Value) (int64, bool)"},
  5698  		{"Kind", Type, 5, ""},
  5699  		{"Make", Func, 13, "func(x any) Value"},
  5700  		{"MakeBool", Func, 5, "func(b bool) Value"},
  5701  		{"MakeFloat64", Func, 5, "func(x float64) Value"},
  5702  		{"MakeFromBytes", Func, 5, "func(bytes []byte) Value"},
  5703  		{"MakeFromLiteral", Func, 5, "func(lit string, tok token.Token, zero uint) Value"},
  5704  		{"MakeImag", Func, 5, "func(x Value) Value"},
  5705  		{"MakeInt64", Func, 5, "func(x int64) Value"},
  5706  		{"MakeString", Func, 5, "func(s string) Value"},
  5707  		{"MakeUint64", Func, 5, "func(x uint64) Value"},
  5708  		{"MakeUnknown", Func, 5, "func() Value"},
  5709  		{"Num", Func, 5, "func(x Value) Value"},
  5710  		{"Real", Func, 5, "func(x Value) Value"},
  5711  		{"Shift", Func, 5, "func(x Value, op token.Token, s uint) Value"},
  5712  		{"Sign", Func, 5, "func(x Value) int"},
  5713  		{"String", Const, 5, ""},
  5714  		{"StringVal", Func, 5, "func(x Value) string"},
  5715  		{"ToComplex", Func, 6, "func(x Value) Value"},
  5716  		{"ToFloat", Func, 6, "func(x Value) Value"},
  5717  		{"ToInt", Func, 6, "func(x Value) Value"},
  5718  		{"Uint64Val", Func, 5, "func(x Value) (uint64, bool)"},
  5719  		{"UnaryOp", Func, 5, "func(op token.Token, y Value, prec uint) Value"},
  5720  		{"Unknown", Const, 5, ""},
  5721  		{"Val", Func, 13, "func(x Value) any"},
  5722  		{"Value", Type, 5, ""},
  5723  	},
  5724  	"go/doc": {
  5725  		{"(*Package).Filter", Method, 0, ""},
  5726  		{"(*Package).HTML", Method, 19, ""},
  5727  		{"(*Package).Markdown", Method, 19, ""},
  5728  		{"(*Package).Parser", Method, 19, ""},
  5729  		{"(*Package).Printer", Method, 19, ""},
  5730  		{"(*Package).Synopsis", Method, 19, ""},
  5731  		{"(*Package).Text", Method, 19, ""},
  5732  		{"AllDecls", Const, 0, ""},
  5733  		{"AllMethods", Const, 0, ""},
  5734  		{"Example", Type, 0, ""},
  5735  		{"Example.Code", Field, 0, ""},
  5736  		{"Example.Comments", Field, 0, ""},
  5737  		{"Example.Doc", Field, 0, ""},
  5738  		{"Example.EmptyOutput", Field, 1, ""},
  5739  		{"Example.Name", Field, 0, ""},
  5740  		{"Example.Order", Field, 1, ""},
  5741  		{"Example.Output", Field, 0, ""},
  5742  		{"Example.Play", Field, 1, ""},
  5743  		{"Example.Suffix", Field, 14, ""},
  5744  		{"Example.Unordered", Field, 7, ""},
  5745  		{"Examples", Func, 0, "func(testFiles ...*ast.File) []*Example"},
  5746  		{"Filter", Type, 0, ""},
  5747  		{"Func", Type, 0, ""},
  5748  		{"Func.Decl", Field, 0, ""},
  5749  		{"Func.Doc", Field, 0, ""},
  5750  		{"Func.Examples", Field, 14, ""},
  5751  		{"Func.Level", Field, 0, ""},
  5752  		{"Func.Name", Field, 0, ""},
  5753  		{"Func.Orig", Field, 0, ""},
  5754  		{"Func.Recv", Field, 0, ""},
  5755  		{"IllegalPrefixes", Var, 1, ""},
  5756  		{"IsPredeclared", Func, 8, "func(s string) bool"},
  5757  		{"Mode", Type, 0, ""},
  5758  		{"New", Func, 0, "func(pkg *ast.Package, importPath string, mode Mode) *Package"},
  5759  		{"NewFromFiles", Func, 14, "func(fset *token.FileSet, files []*ast.File, importPath string, opts ...any) (*Package, error)"},
  5760  		{"Note", Type, 1, ""},
  5761  		{"Note.Body", Field, 1, ""},
  5762  		{"Note.End", Field, 1, ""},
  5763  		{"Note.Pos", Field, 1, ""},
  5764  		{"Note.UID", Field, 1, ""},
  5765  		{"Package", Type, 0, ""},
  5766  		{"Package.Bugs", Field, 0, ""},
  5767  		{"Package.Consts", Field, 0, ""},
  5768  		{"Package.Doc", Field, 0, ""},
  5769  		{"Package.Examples", Field, 14, ""},
  5770  		{"Package.Filenames", Field, 0, ""},
  5771  		{"Package.Funcs", Field, 0, ""},
  5772  		{"Package.ImportPath", Field, 0, ""},
  5773  		{"Package.Imports", Field, 0, ""},
  5774  		{"Package.Name", Field, 0, ""},
  5775  		{"Package.Notes", Field, 1, ""},
  5776  		{"Package.Types", Field, 0, ""},
  5777  		{"Package.Vars", Field, 0, ""},
  5778  		{"PreserveAST", Const, 12, ""},
  5779  		{"Synopsis", Func, 0, "func(text string) string"},
  5780  		{"ToHTML", Func, 0, "func(w io.Writer, text string, words map[string]string)"},
  5781  		{"ToText", Func, 0, "func(w io.Writer, text string, prefix string, codePrefix string, width int)"},
  5782  		{"Type", Type, 0, ""},
  5783  		{"Type.Consts", Field, 0, ""},
  5784  		{"Type.Decl", Field, 0, ""},
  5785  		{"Type.Doc", Field, 0, ""},
  5786  		{"Type.Examples", Field, 14, ""},
  5787  		{"Type.Funcs", Field, 0, ""},
  5788  		{"Type.Methods", Field, 0, ""},
  5789  		{"Type.Name", Field, 0, ""},
  5790  		{"Type.Vars", Field, 0, ""},
  5791  		{"Value", Type, 0, ""},
  5792  		{"Value.Decl", Field, 0, ""},
  5793  		{"Value.Doc", Field, 0, ""},
  5794  		{"Value.Names", Field, 0, ""},
  5795  	},
  5796  	"go/doc/comment": {
  5797  		{"(*DocLink).DefaultURL", Method, 19, ""},
  5798  		{"(*Heading).DefaultID", Method, 19, ""},
  5799  		{"(*List).BlankBefore", Method, 19, ""},
  5800  		{"(*List).BlankBetween", Method, 19, ""},
  5801  		{"(*Parser).Parse", Method, 19, ""},
  5802  		{"(*Printer).Comment", Method, 19, ""},
  5803  		{"(*Printer).HTML", Method, 19, ""},
  5804  		{"(*Printer).Markdown", Method, 19, ""},
  5805  		{"(*Printer).Text", Method, 19, ""},
  5806  		{"Block", Type, 19, ""},
  5807  		{"Code", Type, 19, ""},
  5808  		{"Code.Text", Field, 19, ""},
  5809  		{"DefaultLookupPackage", Func, 19, "func(name string) (importPath string, ok bool)"},
  5810  		{"Doc", Type, 19, ""},
  5811  		{"Doc.Content", Field, 19, ""},
  5812  		{"Doc.Links", Field, 19, ""},
  5813  		{"DocLink", Type, 19, ""},
  5814  		{"DocLink.ImportPath", Field, 19, ""},
  5815  		{"DocLink.Name", Field, 19, ""},
  5816  		{"DocLink.Recv", Field, 19, ""},
  5817  		{"DocLink.Text", Field, 19, ""},
  5818  		{"Heading", Type, 19, ""},
  5819  		{"Heading.Text", Field, 19, ""},
  5820  		{"Italic", Type, 19, ""},
  5821  		{"Link", Type, 19, ""},
  5822  		{"Link.Auto", Field, 19, ""},
  5823  		{"Link.Text", Field, 19, ""},
  5824  		{"Link.URL", Field, 19, ""},
  5825  		{"LinkDef", Type, 19, ""},
  5826  		{"LinkDef.Text", Field, 19, ""},
  5827  		{"LinkDef.URL", Field, 19, ""},
  5828  		{"LinkDef.Used", Field, 19, ""},
  5829  		{"List", Type, 19, ""},
  5830  		{"List.ForceBlankBefore", Field, 19, ""},
  5831  		{"List.ForceBlankBetween", Field, 19, ""},
  5832  		{"List.Items", Field, 19, ""},
  5833  		{"ListItem", Type, 19, ""},
  5834  		{"ListItem.Content", Field, 19, ""},
  5835  		{"ListItem.Number", Field, 19, ""},
  5836  		{"Paragraph", Type, 19, ""},
  5837  		{"Paragraph.Text", Field, 19, ""},
  5838  		{"Parser", Type, 19, ""},
  5839  		{"Parser.LookupPackage", Field, 19, ""},
  5840  		{"Parser.LookupSym", Field, 19, ""},
  5841  		{"Parser.Words", Field, 19, ""},
  5842  		{"Plain", Type, 19, ""},
  5843  		{"Printer", Type, 19, ""},
  5844  		{"Printer.DocLinkBaseURL", Field, 19, ""},
  5845  		{"Printer.DocLinkURL", Field, 19, ""},
  5846  		{"Printer.HeadingID", Field, 19, ""},
  5847  		{"Printer.HeadingLevel", Field, 19, ""},
  5848  		{"Printer.TextCodePrefix", Field, 19, ""},
  5849  		{"Printer.TextPrefix", Field, 19, ""},
  5850  		{"Printer.TextWidth", Field, 19, ""},
  5851  		{"Text", Type, 19, ""},
  5852  	},
  5853  	"go/format": {
  5854  		{"Node", Func, 1, "func(dst io.Writer, fset *token.FileSet, node any) error"},
  5855  		{"Source", Func, 1, "func(src []byte) ([]byte, error)"},
  5856  	},
  5857  	"go/importer": {
  5858  		{"Default", Func, 5, "func() types.Importer"},
  5859  		{"For", Func, 5, "func(compiler string, lookup Lookup) types.Importer"},
  5860  		{"ForCompiler", Func, 12, "func(fset *token.FileSet, compiler string, lookup Lookup) types.Importer"},
  5861  		{"Lookup", Type, 5, ""},
  5862  	},
  5863  	"go/parser": {
  5864  		{"AllErrors", Const, 1, ""},
  5865  		{"DeclarationErrors", Const, 0, ""},
  5866  		{"ImportsOnly", Const, 0, ""},
  5867  		{"Mode", Type, 0, ""},
  5868  		{"PackageClauseOnly", Const, 0, ""},
  5869  		{"ParseComments", Const, 0, ""},
  5870  		{"ParseDir", Func, 0, "func(fset *token.FileSet, path string, filter func(fs.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error)"},
  5871  		{"ParseExpr", Func, 0, "func(x string) (ast.Expr, error)"},
  5872  		{"ParseExprFrom", Func, 5, "func(fset *token.FileSet, filename string, src any, mode Mode) (expr ast.Expr, err error)"},
  5873  		{"ParseFile", Func, 0, "func(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error)"},
  5874  		{"SkipObjectResolution", Const, 17, ""},
  5875  		{"SpuriousErrors", Const, 0, ""},
  5876  		{"Trace", Const, 0, ""},
  5877  	},
  5878  	"go/printer": {
  5879  		{"(*Config).Fprint", Method, 0, ""},
  5880  		{"CommentedNode", Type, 0, ""},
  5881  		{"CommentedNode.Comments", Field, 0, ""},
  5882  		{"CommentedNode.Node", Field, 0, ""},
  5883  		{"Config", Type, 0, ""},
  5884  		{"Config.Indent", Field, 1, ""},
  5885  		{"Config.Mode", Field, 0, ""},
  5886  		{"Config.Tabwidth", Field, 0, ""},
  5887  		{"Fprint", Func, 0, "func(output io.Writer, fset *token.FileSet, node any) error"},
  5888  		{"Mode", Type, 0, ""},
  5889  		{"RawFormat", Const, 0, ""},
  5890  		{"SourcePos", Const, 0, ""},
  5891  		{"TabIndent", Const, 0, ""},
  5892  		{"UseSpaces", Const, 0, ""},
  5893  	},
  5894  	"go/scanner": {
  5895  		{"(*ErrorList).Add", Method, 0, ""},
  5896  		{"(*ErrorList).RemoveMultiples", Method, 0, ""},
  5897  		{"(*ErrorList).Reset", Method, 0, ""},
  5898  		{"(*Scanner).Init", Method, 0, ""},
  5899  		{"(*Scanner).Scan", Method, 0, ""},
  5900  		{"(Error).Error", Method, 0, ""},
  5901  		{"(ErrorList).Err", Method, 0, ""},
  5902  		{"(ErrorList).Error", Method, 0, ""},
  5903  		{"(ErrorList).Len", Method, 0, ""},
  5904  		{"(ErrorList).Less", Method, 0, ""},
  5905  		{"(ErrorList).Sort", Method, 0, ""},
  5906  		{"(ErrorList).Swap", Method, 0, ""},
  5907  		{"Error", Type, 0, ""},
  5908  		{"Error.Msg", Field, 0, ""},
  5909  		{"Error.Pos", Field, 0, ""},
  5910  		{"ErrorHandler", Type, 0, ""},
  5911  		{"ErrorList", Type, 0, ""},
  5912  		{"Mode", Type, 0, ""},
  5913  		{"PrintError", Func, 0, "func(w io.Writer, err error)"},
  5914  		{"ScanComments", Const, 0, ""},
  5915  		{"Scanner", Type, 0, ""},
  5916  		{"Scanner.ErrorCount", Field, 0, ""},
  5917  	},
  5918  	"go/token": {
  5919  		{"(*File).AddLine", Method, 0, ""},
  5920  		{"(*File).AddLineColumnInfo", Method, 11, ""},
  5921  		{"(*File).AddLineInfo", Method, 0, ""},
  5922  		{"(*File).Base", Method, 0, ""},
  5923  		{"(*File).Line", Method, 0, ""},
  5924  		{"(*File).LineCount", Method, 0, ""},
  5925  		{"(*File).LineStart", Method, 12, ""},
  5926  		{"(*File).Lines", Method, 21, ""},
  5927  		{"(*File).MergeLine", Method, 2, ""},
  5928  		{"(*File).Name", Method, 0, ""},
  5929  		{"(*File).Offset", Method, 0, ""},
  5930  		{"(*File).Pos", Method, 0, ""},
  5931  		{"(*File).Position", Method, 0, ""},
  5932  		{"(*File).PositionFor", Method, 4, ""},
  5933  		{"(*File).SetLines", Method, 0, ""},
  5934  		{"(*File).SetLinesForContent", Method, 0, ""},
  5935  		{"(*File).Size", Method, 0, ""},
  5936  		{"(*FileSet).AddFile", Method, 0, ""},
  5937  		{"(*FileSet).Base", Method, 0, ""},
  5938  		{"(*FileSet).File", Method, 0, ""},
  5939  		{"(*FileSet).Iterate", Method, 0, ""},
  5940  		{"(*FileSet).Position", Method, 0, ""},
  5941  		{"(*FileSet).PositionFor", Method, 4, ""},
  5942  		{"(*FileSet).Read", Method, 0, ""},
  5943  		{"(*FileSet).RemoveFile", Method, 20, ""},
  5944  		{"(*FileSet).Write", Method, 0, ""},
  5945  		{"(*Position).IsValid", Method, 0, ""},
  5946  		{"(Pos).IsValid", Method, 0, ""},
  5947  		{"(Position).String", Method, 0, ""},
  5948  		{"(Token).IsKeyword", Method, 0, ""},
  5949  		{"(Token).IsLiteral", Method, 0, ""},
  5950  		{"(Token).IsOperator", Method, 0, ""},
  5951  		{"(Token).Precedence", Method, 0, ""},
  5952  		{"(Token).String", Method, 0, ""},
  5953  		{"ADD", Const, 0, ""},
  5954  		{"ADD_ASSIGN", Const, 0, ""},
  5955  		{"AND", Const, 0, ""},
  5956  		{"AND_ASSIGN", Const, 0, ""},
  5957  		{"AND_NOT", Const, 0, ""},
  5958  		{"AND_NOT_ASSIGN", Const, 0, ""},
  5959  		{"ARROW", Const, 0, ""},
  5960  		{"ASSIGN", Const, 0, ""},
  5961  		{"BREAK", Const, 0, ""},
  5962  		{"CASE", Const, 0, ""},
  5963  		{"CHAN", Const, 0, ""},
  5964  		{"CHAR", Const, 0, ""},
  5965  		{"COLON", Const, 0, ""},
  5966  		{"COMMA", Const, 0, ""},
  5967  		{"COMMENT", Const, 0, ""},
  5968  		{"CONST", Const, 0, ""},
  5969  		{"CONTINUE", Const, 0, ""},
  5970  		{"DEC", Const, 0, ""},
  5971  		{"DEFAULT", Const, 0, ""},
  5972  		{"DEFER", Const, 0, ""},
  5973  		{"DEFINE", Const, 0, ""},
  5974  		{"ELLIPSIS", Const, 0, ""},
  5975  		{"ELSE", Const, 0, ""},
  5976  		{"EOF", Const, 0, ""},
  5977  		{"EQL", Const, 0, ""},
  5978  		{"FALLTHROUGH", Const, 0, ""},
  5979  		{"FLOAT", Const, 0, ""},
  5980  		{"FOR", Const, 0, ""},
  5981  		{"FUNC", Const, 0, ""},
  5982  		{"File", Type, 0, ""},
  5983  		{"FileSet", Type, 0, ""},
  5984  		{"GEQ", Const, 0, ""},
  5985  		{"GO", Const, 0, ""},
  5986  		{"GOTO", Const, 0, ""},
  5987  		{"GTR", Const, 0, ""},
  5988  		{"HighestPrec", Const, 0, ""},
  5989  		{"IDENT", Const, 0, ""},
  5990  		{"IF", Const, 0, ""},
  5991  		{"ILLEGAL", Const, 0, ""},
  5992  		{"IMAG", Const, 0, ""},
  5993  		{"IMPORT", Const, 0, ""},
  5994  		{"INC", Const, 0, ""},
  5995  		{"INT", Const, 0, ""},
  5996  		{"INTERFACE", Const, 0, ""},
  5997  		{"IsExported", Func, 13, "func(name string) bool"},
  5998  		{"IsIdentifier", Func, 13, "func(name string) bool"},
  5999  		{"IsKeyword", Func, 13, "func(name string) bool"},
  6000  		{"LAND", Const, 0, ""},
  6001  		{"LBRACE", Const, 0, ""},
  6002  		{"LBRACK", Const, 0, ""},
  6003  		{"LEQ", Const, 0, ""},
  6004  		{"LOR", Const, 0, ""},
  6005  		{"LPAREN", Const, 0, ""},
  6006  		{"LSS", Const, 0, ""},
  6007  		{"Lookup", Func, 0, "func(ident string) Token"},
  6008  		{"LowestPrec", Const, 0, ""},
  6009  		{"MAP", Const, 0, ""},
  6010  		{"MUL", Const, 0, ""},
  6011  		{"MUL_ASSIGN", Const, 0, ""},
  6012  		{"NEQ", Const, 0, ""},
  6013  		{"NOT", Const, 0, ""},
  6014  		{"NewFileSet", Func, 0, "func() *FileSet"},
  6015  		{"NoPos", Const, 0, ""},
  6016  		{"OR", Const, 0, ""},
  6017  		{"OR_ASSIGN", Const, 0, ""},
  6018  		{"PACKAGE", Const, 0, ""},
  6019  		{"PERIOD", Const, 0, ""},
  6020  		{"Pos", Type, 0, ""},
  6021  		{"Position", Type, 0, ""},
  6022  		{"Position.Column", Field, 0, ""},
  6023  		{"Position.Filename", Field, 0, ""},
  6024  		{"Position.Line", Field, 0, ""},
  6025  		{"Position.Offset", Field, 0, ""},
  6026  		{"QUO", Const, 0, ""},
  6027  		{"QUO_ASSIGN", Const, 0, ""},
  6028  		{"RANGE", Const, 0, ""},
  6029  		{"RBRACE", Const, 0, ""},
  6030  		{"RBRACK", Const, 0, ""},
  6031  		{"REM", Const, 0, ""},
  6032  		{"REM_ASSIGN", Const, 0, ""},
  6033  		{"RETURN", Const, 0, ""},
  6034  		{"RPAREN", Const, 0, ""},
  6035  		{"SELECT", Const, 0, ""},
  6036  		{"SEMICOLON", Const, 0, ""},
  6037  		{"SHL", Const, 0, ""},
  6038  		{"SHL_ASSIGN", Const, 0, ""},
  6039  		{"SHR", Const, 0, ""},
  6040  		{"SHR_ASSIGN", Const, 0, ""},
  6041  		{"STRING", Const, 0, ""},
  6042  		{"STRUCT", Const, 0, ""},
  6043  		{"SUB", Const, 0, ""},
  6044  		{"SUB_ASSIGN", Const, 0, ""},
  6045  		{"SWITCH", Const, 0, ""},
  6046  		{"TILDE", Const, 18, ""},
  6047  		{"TYPE", Const, 0, ""},
  6048  		{"Token", Type, 0, ""},
  6049  		{"UnaryPrec", Const, 0, ""},
  6050  		{"VAR", Const, 0, ""},
  6051  		{"XOR", Const, 0, ""},
  6052  		{"XOR_ASSIGN", Const, 0, ""},
  6053  	},
  6054  	"go/types": {
  6055  		{"(*Alias).Obj", Method, 22, ""},
  6056  		{"(*Alias).Origin", Method, 23, ""},
  6057  		{"(*Alias).Rhs", Method, 23, ""},
  6058  		{"(*Alias).SetTypeParams", Method, 23, ""},
  6059  		{"(*Alias).String", Method, 22, ""},
  6060  		{"(*Alias).TypeArgs", Method, 23, ""},
  6061  		{"(*Alias).TypeParams", Method, 23, ""},
  6062  		{"(*Alias).Underlying", Method, 22, ""},
  6063  		{"(*ArgumentError).Error", Method, 18, ""},
  6064  		{"(*ArgumentError).Unwrap", Method, 18, ""},
  6065  		{"(*Array).Elem", Method, 5, ""},
  6066  		{"(*Array).Len", Method, 5, ""},
  6067  		{"(*Array).String", Method, 5, ""},
  6068  		{"(*Array).Underlying", Method, 5, ""},
  6069  		{"(*Basic).Info", Method, 5, ""},
  6070  		{"(*Basic).Kind", Method, 5, ""},
  6071  		{"(*Basic).Name", Method, 5, ""},
  6072  		{"(*Basic).String", Method, 5, ""},
  6073  		{"(*Basic).Underlying", Method, 5, ""},
  6074  		{"(*Builtin).Exported", Method, 5, ""},
  6075  		{"(*Builtin).Id", Method, 5, ""},
  6076  		{"(*Builtin).Name", Method, 5, ""},
  6077  		{"(*Builtin).Parent", Method, 5, ""},
  6078  		{"(*Builtin).Pkg", Method, 5, ""},
  6079  		{"(*Builtin).Pos", Method, 5, ""},
  6080  		{"(*Builtin).String", Method, 5, ""},
  6081  		{"(*Builtin).Type", Method, 5, ""},
  6082  		{"(*Chan).Dir", Method, 5, ""},
  6083  		{"(*Chan).Elem", Method, 5, ""},
  6084  		{"(*Chan).String", Method, 5, ""},
  6085  		{"(*Chan).Underlying", Method, 5, ""},
  6086  		{"(*Checker).Files", Method, 5, ""},
  6087  		{"(*Config).Check", Method, 5, ""},
  6088  		{"(*Const).Exported", Method, 5, ""},
  6089  		{"(*Const).Id", Method, 5, ""},
  6090  		{"(*Const).Name", Method, 5, ""},
  6091  		{"(*Const).Parent", Method, 5, ""},
  6092  		{"(*Const).Pkg", Method, 5, ""},
  6093  		{"(*Const).Pos", Method, 5, ""},
  6094  		{"(*Const).String", Method, 5, ""},
  6095  		{"(*Const).Type", Method, 5, ""},
  6096  		{"(*Const).Val", Method, 5, ""},
  6097  		{"(*Func).Exported", Method, 5, ""},
  6098  		{"(*Func).FullName", Method, 5, ""},
  6099  		{"(*Func).Id", Method, 5, ""},
  6100  		{"(*Func).Name", Method, 5, ""},
  6101  		{"(*Func).Origin", Method, 19, ""},
  6102  		{"(*Func).Parent", Method, 5, ""},
  6103  		{"(*Func).Pkg", Method, 5, ""},
  6104  		{"(*Func).Pos", Method, 5, ""},
  6105  		{"(*Func).Scope", Method, 5, ""},
  6106  		{"(*Func).Signature", Method, 23, ""},
  6107  		{"(*Func).String", Method, 5, ""},
  6108  		{"(*Func).Type", Method, 5, ""},
  6109  		{"(*Info).ObjectOf", Method, 5, ""},
  6110  		{"(*Info).PkgNameOf", Method, 22, ""},
  6111  		{"(*Info).TypeOf", Method, 5, ""},
  6112  		{"(*Initializer).String", Method, 5, ""},
  6113  		{"(*Interface).Complete", Method, 5, ""},
  6114  		{"(*Interface).Embedded", Method, 5, ""},
  6115  		{"(*Interface).EmbeddedType", Method, 11, ""},
  6116  		{"(*Interface).EmbeddedTypes", Method, 24, ""},
  6117  		{"(*Interface).Empty", Method, 5, ""},
  6118  		{"(*Interface).ExplicitMethod", Method, 5, ""},
  6119  		{"(*Interface).ExplicitMethods", Method, 24, ""},
  6120  		{"(*Interface).IsComparable", Method, 18, ""},
  6121  		{"(*Interface).IsImplicit", Method, 18, ""},
  6122  		{"(*Interface).IsMethodSet", Method, 18, ""},
  6123  		{"(*Interface).MarkImplicit", Method, 18, ""},
  6124  		{"(*Interface).Method", Method, 5, ""},
  6125  		{"(*Interface).Methods", Method, 24, ""},
  6126  		{"(*Interface).NumEmbeddeds", Method, 5, ""},
  6127  		{"(*Interface).NumExplicitMethods", Method, 5, ""},
  6128  		{"(*Interface).NumMethods", Method, 5, ""},
  6129  		{"(*Interface).String", Method, 5, ""},
  6130  		{"(*Interface).Underlying", Method, 5, ""},
  6131  		{"(*Label).Exported", Method, 5, ""},
  6132  		{"(*Label).Id", Method, 5, ""},
  6133  		{"(*Label).Name", Method, 5, ""},
  6134  		{"(*Label).Parent", Method, 5, ""},
  6135  		{"(*Label).Pkg", Method, 5, ""},
  6136  		{"(*Label).Pos", Method, 5, ""},
  6137  		{"(*Label).String", Method, 5, ""},
  6138  		{"(*Label).Type", Method, 5, ""},
  6139  		{"(*Map).Elem", Method, 5, ""},
  6140  		{"(*Map).Key", Method, 5, ""},
  6141  		{"(*Map).String", Method, 5, ""},
  6142  		{"(*Map).Underlying", Method, 5, ""},
  6143  		{"(*MethodSet).At", Method, 5, ""},
  6144  		{"(*MethodSet).Len", Method, 5, ""},
  6145  		{"(*MethodSet).Lookup", Method, 5, ""},
  6146  		{"(*MethodSet).Methods", Method, 24, ""},
  6147  		{"(*MethodSet).String", Method, 5, ""},
  6148  		{"(*Named).AddMethod", Method, 5, ""},
  6149  		{"(*Named).Method", Method, 5, ""},
  6150  		{"(*Named).Methods", Method, 24, ""},
  6151  		{"(*Named).NumMethods", Method, 5, ""},
  6152  		{"(*Named).Obj", Method, 5, ""},
  6153  		{"(*Named).Origin", Method, 18, ""},
  6154  		{"(*Named).SetTypeParams", Method, 18, ""},
  6155  		{"(*Named).SetUnderlying", Method, 5, ""},
  6156  		{"(*Named).String", Method, 5, ""},
  6157  		{"(*Named).TypeArgs", Method, 18, ""},
  6158  		{"(*Named).TypeParams", Method, 18, ""},
  6159  		{"(*Named).Underlying", Method, 5, ""},
  6160  		{"(*Nil).Exported", Method, 5, ""},
  6161  		{"(*Nil).Id", Method, 5, ""},
  6162  		{"(*Nil).Name", Method, 5, ""},
  6163  		{"(*Nil).Parent", Method, 5, ""},
  6164  		{"(*Nil).Pkg", Method, 5, ""},
  6165  		{"(*Nil).Pos", Method, 5, ""},
  6166  		{"(*Nil).String", Method, 5, ""},
  6167  		{"(*Nil).Type", Method, 5, ""},
  6168  		{"(*Package).Complete", Method, 5, ""},
  6169  		{"(*Package).GoVersion", Method, 21, ""},
  6170  		{"(*Package).Imports", Method, 5, ""},
  6171  		{"(*Package).MarkComplete", Method, 5, ""},
  6172  		{"(*Package).Name", Method, 5, ""},
  6173  		{"(*Package).Path", Method, 5, ""},
  6174  		{"(*Package).Scope", Method, 5, ""},
  6175  		{"(*Package).SetImports", Method, 5, ""},
  6176  		{"(*Package).SetName", Method, 6, ""},
  6177  		{"(*Package).String", Method, 5, ""},
  6178  		{"(*PkgName).Exported", Method, 5, ""},
  6179  		{"(*PkgName).Id", Method, 5, ""},
  6180  		{"(*PkgName).Imported", Method, 5, ""},
  6181  		{"(*PkgName).Name", Method, 5, ""},
  6182  		{"(*PkgName).Parent", Method, 5, ""},
  6183  		{"(*PkgName).Pkg", Method, 5, ""},
  6184  		{"(*PkgName).Pos", Method, 5, ""},
  6185  		{"(*PkgName).String", Method, 5, ""},
  6186  		{"(*PkgName).Type", Method, 5, ""},
  6187  		{"(*Pointer).Elem", Method, 5, ""},
  6188  		{"(*Pointer).String", Method, 5, ""},
  6189  		{"(*Pointer).Underlying", Method, 5, ""},
  6190  		{"(*Scope).Child", Method, 5, ""},
  6191  		{"(*Scope).Children", Method, 24, ""},
  6192  		{"(*Scope).Contains", Method, 5, ""},
  6193  		{"(*Scope).End", Method, 5, ""},
  6194  		{"(*Scope).Innermost", Method, 5, ""},
  6195  		{"(*Scope).Insert", Method, 5, ""},
  6196  		{"(*Scope).Len", Method, 5, ""},
  6197  		{"(*Scope).Lookup", Method, 5, ""},
  6198  		{"(*Scope).LookupParent", Method, 5, ""},
  6199  		{"(*Scope).Names", Method, 5, ""},
  6200  		{"(*Scope).NumChildren", Method, 5, ""},
  6201  		{"(*Scope).Parent", Method, 5, ""},
  6202  		{"(*Scope).Pos", Method, 5, ""},
  6203  		{"(*Scope).String", Method, 5, ""},
  6204  		{"(*Scope).WriteTo", Method, 5, ""},
  6205  		{"(*Selection).Index", Method, 5, ""},
  6206  		{"(*Selection).Indirect", Method, 5, ""},
  6207  		{"(*Selection).Kind", Method, 5, ""},
  6208  		{"(*Selection).Obj", Method, 5, ""},
  6209  		{"(*Selection).Recv", Method, 5, ""},
  6210  		{"(*Selection).String", Method, 5, ""},
  6211  		{"(*Selection).Type", Method, 5, ""},
  6212  		{"(*Signature).Params", Method, 5, ""},
  6213  		{"(*Signature).Recv", Method, 5, ""},
  6214  		{"(*Signature).RecvTypeParams", Method, 18, ""},
  6215  		{"(*Signature).Results", Method, 5, ""},
  6216  		{"(*Signature).String", Method, 5, ""},
  6217  		{"(*Signature).TypeParams", Method, 18, ""},
  6218  		{"(*Signature).Underlying", Method, 5, ""},
  6219  		{"(*Signature).Variadic", Method, 5, ""},
  6220  		{"(*Slice).Elem", Method, 5, ""},
  6221  		{"(*Slice).String", Method, 5, ""},
  6222  		{"(*Slice).Underlying", Method, 5, ""},
  6223  		{"(*StdSizes).Alignof", Method, 5, ""},
  6224  		{"(*StdSizes).Offsetsof", Method, 5, ""},
  6225  		{"(*StdSizes).Sizeof", Method, 5, ""},
  6226  		{"(*Struct).Field", Method, 5, ""},
  6227  		{"(*Struct).Fields", Method, 24, ""},
  6228  		{"(*Struct).NumFields", Method, 5, ""},
  6229  		{"(*Struct).String", Method, 5, ""},
  6230  		{"(*Struct).Tag", Method, 5, ""},
  6231  		{"(*Struct).Underlying", Method, 5, ""},
  6232  		{"(*Term).String", Method, 18, ""},
  6233  		{"(*Term).Tilde", Method, 18, ""},
  6234  		{"(*Term).Type", Method, 18, ""},
  6235  		{"(*Tuple).At", Method, 5, ""},
  6236  		{"(*Tuple).Len", Method, 5, ""},
  6237  		{"(*Tuple).String", Method, 5, ""},
  6238  		{"(*Tuple).Underlying", Method, 5, ""},
  6239  		{"(*Tuple).Variables", Method, 24, ""},
  6240  		{"(*TypeList).At", Method, 18, ""},
  6241  		{"(*TypeList).Len", Method, 18, ""},
  6242  		{"(*TypeList).Types", Method, 24, ""},
  6243  		{"(*TypeName).Exported", Method, 5, ""},
  6244  		{"(*TypeName).Id", Method, 5, ""},
  6245  		{"(*TypeName).IsAlias", Method, 9, ""},
  6246  		{"(*TypeName).Name", Method, 5, ""},
  6247  		{"(*TypeName).Parent", Method, 5, ""},
  6248  		{"(*TypeName).Pkg", Method, 5, ""},
  6249  		{"(*TypeName).Pos", Method, 5, ""},
  6250  		{"(*TypeName).String", Method, 5, ""},
  6251  		{"(*TypeName).Type", Method, 5, ""},
  6252  		{"(*TypeParam).Constraint", Method, 18, ""},
  6253  		{"(*TypeParam).Index", Method, 18, ""},
  6254  		{"(*TypeParam).Obj", Method, 18, ""},
  6255  		{"(*TypeParam).SetConstraint", Method, 18, ""},
  6256  		{"(*TypeParam).String", Method, 18, ""},
  6257  		{"(*TypeParam).Underlying", Method, 18, ""},
  6258  		{"(*TypeParamList).At", Method, 18, ""},
  6259  		{"(*TypeParamList).Len", Method, 18, ""},
  6260  		{"(*TypeParamList).TypeParams", Method, 24, ""},
  6261  		{"(*Union).Len", Method, 18, ""},
  6262  		{"(*Union).String", Method, 18, ""},
  6263  		{"(*Union).Term", Method, 18, ""},
  6264  		{"(*Union).Terms", Method, 24, ""},
  6265  		{"(*Union).Underlying", Method, 18, ""},
  6266  		{"(*Var).Anonymous", Method, 5, ""},
  6267  		{"(*Var).Embedded", Method, 11, ""},
  6268  		{"(*Var).Exported", Method, 5, ""},
  6269  		{"(*Var).Id", Method, 5, ""},
  6270  		{"(*Var).IsField", Method, 5, ""},
  6271  		{"(*Var).Kind", Method, 25, ""},
  6272  		{"(*Var).Name", Method, 5, ""},
  6273  		{"(*Var).Origin", Method, 19, ""},
  6274  		{"(*Var).Parent", Method, 5, ""},
  6275  		{"(*Var).Pkg", Method, 5, ""},
  6276  		{"(*Var).Pos", Method, 5, ""},
  6277  		{"(*Var).SetKind", Method, 25, ""},
  6278  		{"(*Var).String", Method, 5, ""},
  6279  		{"(*Var).Type", Method, 5, ""},
  6280  		{"(Checker).ObjectOf", Method, 5, ""},
  6281  		{"(Checker).PkgNameOf", Method, 22, ""},
  6282  		{"(Checker).TypeOf", Method, 5, ""},
  6283  		{"(Error).Error", Method, 5, ""},
  6284  		{"(TypeAndValue).Addressable", Method, 5, ""},
  6285  		{"(TypeAndValue).Assignable", Method, 5, ""},
  6286  		{"(TypeAndValue).HasOk", Method, 5, ""},
  6287  		{"(TypeAndValue).IsBuiltin", Method, 5, ""},
  6288  		{"(TypeAndValue).IsNil", Method, 5, ""},
  6289  		{"(TypeAndValue).IsType", Method, 5, ""},
  6290  		{"(TypeAndValue).IsValue", Method, 5, ""},
  6291  		{"(TypeAndValue).IsVoid", Method, 5, ""},
  6292  		{"(VarKind).String", Method, 25, ""},
  6293  		{"Alias", Type, 22, ""},
  6294  		{"ArgumentError", Type, 18, ""},
  6295  		{"ArgumentError.Err", Field, 18, ""},
  6296  		{"ArgumentError.Index", Field, 18, ""},
  6297  		{"Array", Type, 5, ""},
  6298  		{"AssertableTo", Func, 5, "func(V *Interface, T Type) bool"},
  6299  		{"AssignableTo", Func, 5, "func(V Type, T Type) bool"},
  6300  		{"Basic", Type, 5, ""},
  6301  		{"BasicInfo", Type, 5, ""},
  6302  		{"BasicKind", Type, 5, ""},
  6303  		{"Bool", Const, 5, ""},
  6304  		{"Builtin", Type, 5, ""},
  6305  		{"Byte", Const, 5, ""},
  6306  		{"Chan", Type, 5, ""},
  6307  		{"ChanDir", Type, 5, ""},
  6308  		{"CheckExpr", Func, 13, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr ast.Expr, info *Info) (err error)"},
  6309  		{"Checker", Type, 5, ""},
  6310  		{"Checker.Info", Field, 5, ""},
  6311  		{"Comparable", Func, 5, "func(T Type) bool"},
  6312  		{"Complex128", Const, 5, ""},
  6313  		{"Complex64", Const, 5, ""},
  6314  		{"Config", Type, 5, ""},
  6315  		{"Config.Context", Field, 18, ""},
  6316  		{"Config.DisableUnusedImportCheck", Field, 5, ""},
  6317  		{"Config.Error", Field, 5, ""},
  6318  		{"Config.FakeImportC", Field, 5, ""},
  6319  		{"Config.GoVersion", Field, 18, ""},
  6320  		{"Config.IgnoreFuncBodies", Field, 5, ""},
  6321  		{"Config.Importer", Field, 5, ""},
  6322  		{"Config.Sizes", Field, 5, ""},
  6323  		{"Const", Type, 5, ""},
  6324  		{"Context", Type, 18, ""},
  6325  		{"ConvertibleTo", Func, 5, "func(V Type, T Type) bool"},
  6326  		{"DefPredeclaredTestFuncs", Func, 5, "func()"},
  6327  		{"Default", Func, 8, "func(t Type) Type"},
  6328  		{"Error", Type, 5, ""},
  6329  		{"Error.Fset", Field, 5, ""},
  6330  		{"Error.Msg", Field, 5, ""},
  6331  		{"Error.Pos", Field, 5, ""},
  6332  		{"Error.Soft", Field, 5, ""},
  6333  		{"Eval", Func, 5, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (_ TypeAndValue, err error)"},
  6334  		{"ExprString", Func, 5, "func(x ast.Expr) string"},
  6335  		{"FieldVal", Const, 5, ""},
  6336  		{"FieldVar", Const, 25, ""},
  6337  		{"Float32", Const, 5, ""},
  6338  		{"Float64", Const, 5, ""},
  6339  		{"Func", Type, 5, ""},
  6340  		{"Id", Func, 5, "func(pkg *Package, name string) string"},
  6341  		{"Identical", Func, 5, "func(x Type, y Type) bool"},
  6342  		{"IdenticalIgnoreTags", Func, 8, "func(x Type, y Type) bool"},
  6343  		{"Implements", Func, 5, "func(V Type, T *Interface) bool"},
  6344  		{"ImportMode", Type, 6, ""},
  6345  		{"Importer", Type, 5, ""},
  6346  		{"ImporterFrom", Type, 6, ""},
  6347  		{"Info", Type, 5, ""},
  6348  		{"Info.Defs", Field, 5, ""},
  6349  		{"Info.FileVersions", Field, 22, ""},
  6350  		{"Info.Implicits", Field, 5, ""},
  6351  		{"Info.InitOrder", Field, 5, ""},
  6352  		{"Info.Instances", Field, 18, ""},
  6353  		{"Info.Scopes", Field, 5, ""},
  6354  		{"Info.Selections", Field, 5, ""},
  6355  		{"Info.Types", Field, 5, ""},
  6356  		{"Info.Uses", Field, 5, ""},
  6357  		{"Initializer", Type, 5, ""},
  6358  		{"Initializer.Lhs", Field, 5, ""},
  6359  		{"Initializer.Rhs", Field, 5, ""},
  6360  		{"Instance", Type, 18, ""},
  6361  		{"Instance.Type", Field, 18, ""},
  6362  		{"Instance.TypeArgs", Field, 18, ""},
  6363  		{"Instantiate", Func, 18, "func(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error)"},
  6364  		{"Int", Const, 5, ""},
  6365  		{"Int16", Const, 5, ""},
  6366  		{"Int32", Const, 5, ""},
  6367  		{"Int64", Const, 5, ""},
  6368  		{"Int8", Const, 5, ""},
  6369  		{"Interface", Type, 5, ""},
  6370  		{"Invalid", Const, 5, ""},
  6371  		{"IsBoolean", Const, 5, ""},
  6372  		{"IsComplex", Const, 5, ""},
  6373  		{"IsConstType", Const, 5, ""},
  6374  		{"IsFloat", Const, 5, ""},
  6375  		{"IsInteger", Const, 5, ""},
  6376  		{"IsInterface", Func, 5, "func(t Type) bool"},
  6377  		{"IsNumeric", Const, 5, ""},
  6378  		{"IsOrdered", Const, 5, ""},
  6379  		{"IsString", Const, 5, ""},
  6380  		{"IsUnsigned", Const, 5, ""},
  6381  		{"IsUntyped", Const, 5, ""},
  6382  		{"Label", Type, 5, ""},
  6383  		{"LocalVar", Const, 25, ""},
  6384  		{"LookupFieldOrMethod", Func, 5, "func(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool)"},
  6385  		{"LookupSelection", Func, 25, ""},
  6386  		{"Map", Type, 5, ""},
  6387  		{"MethodExpr", Const, 5, ""},
  6388  		{"MethodSet", Type, 5, ""},
  6389  		{"MethodVal", Const, 5, ""},
  6390  		{"MissingMethod", Func, 5, "func(V Type, T *Interface, static bool) (method *Func, wrongType bool)"},
  6391  		{"Named", Type, 5, ""},
  6392  		{"NewAlias", Func, 22, "func(obj *TypeName, rhs Type) *Alias"},
  6393  		{"NewArray", Func, 5, "func(elem Type, len int64) *Array"},
  6394  		{"NewChan", Func, 5, "func(dir ChanDir, elem Type) *Chan"},
  6395  		{"NewChecker", Func, 5, "func(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker"},
  6396  		{"NewConst", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const"},
  6397  		{"NewContext", Func, 18, "func() *Context"},
  6398  		{"NewField", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, embedded bool) *Var"},
  6399  		{"NewFunc", Func, 5, "func(pos token.Pos, pkg *Package, name string, sig *Signature) *Func"},
  6400  		{"NewInterface", Func, 5, "func(methods []*Func, embeddeds []*Named) *Interface"},
  6401  		{"NewInterfaceType", Func, 11, "func(methods []*Func, embeddeds []Type) *Interface"},
  6402  		{"NewLabel", Func, 5, "func(pos token.Pos, pkg *Package, name string) *Label"},
  6403  		{"NewMap", Func, 5, "func(key Type, elem Type) *Map"},
  6404  		{"NewMethodSet", Func, 5, "func(T Type) *MethodSet"},
  6405  		{"NewNamed", Func, 5, "func(obj *TypeName, underlying Type, methods []*Func) *Named"},
  6406  		{"NewPackage", Func, 5, "func(path string, name string) *Package"},
  6407  		{"NewParam", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
  6408  		{"NewPkgName", Func, 5, "func(pos token.Pos, pkg *Package, name string, imported *Package) *PkgName"},
  6409  		{"NewPointer", Func, 5, "func(elem Type) *Pointer"},
  6410  		{"NewScope", Func, 5, "func(parent *Scope, pos token.Pos, end token.Pos, comment string) *Scope"},
  6411  		{"NewSignature", Func, 5, "func(recv *Var, params *Tuple, results *Tuple, variadic bool) *Signature"},
  6412  		{"NewSignatureType", Func, 18, "func(recv *Var, recvTypeParams []*TypeParam, typeParams []*TypeParam, params *Tuple, results *Tuple, variadic bool) *Signature"},
  6413  		{"NewSlice", Func, 5, "func(elem Type) *Slice"},
  6414  		{"NewStruct", Func, 5, "func(fields []*Var, tags []string) *Struct"},
  6415  		{"NewTerm", Func, 18, "func(tilde bool, typ Type) *Term"},
  6416  		{"NewTuple", Func, 5, "func(x ...*Var) *Tuple"},
  6417  		{"NewTypeName", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *TypeName"},
  6418  		{"NewTypeParam", Func, 18, "func(obj *TypeName, constraint Type) *TypeParam"},
  6419  		{"NewUnion", Func, 18, "func(terms []*Term) *Union"},
  6420  		{"NewVar", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
  6421  		{"Nil", Type, 5, ""},
  6422  		{"Object", Type, 5, ""},
  6423  		{"ObjectString", Func, 5, "func(obj Object, qf Qualifier) string"},
  6424  		{"Package", Type, 5, ""},
  6425  		{"PackageVar", Const, 25, ""},
  6426  		{"ParamVar", Const, 25, ""},
  6427  		{"PkgName", Type, 5, ""},
  6428  		{"Pointer", Type, 5, ""},
  6429  		{"Qualifier", Type, 5, ""},
  6430  		{"RecvOnly", Const, 5, ""},
  6431  		{"RecvVar", Const, 25, ""},
  6432  		{"RelativeTo", Func, 5, "func(pkg *Package) Qualifier"},
  6433  		{"ResultVar", Const, 25, ""},
  6434  		{"Rune", Const, 5, ""},
  6435  		{"Satisfies", Func, 20, "func(V Type, T *Interface) bool"},
  6436  		{"Scope", Type, 5, ""},
  6437  		{"Selection", Type, 5, ""},
  6438  		{"SelectionKind", Type, 5, ""},
  6439  		{"SelectionString", Func, 5, "func(s *Selection, qf Qualifier) string"},
  6440  		{"SendOnly", Const, 5, ""},
  6441  		{"SendRecv", Const, 5, ""},
  6442  		{"Signature", Type, 5, ""},
  6443  		{"Sizes", Type, 5, ""},
  6444  		{"SizesFor", Func, 9, "func(compiler string, arch string) Sizes"},
  6445  		{"Slice", Type, 5, ""},
  6446  		{"StdSizes", Type, 5, ""},
  6447  		{"StdSizes.MaxAlign", Field, 5, ""},
  6448  		{"StdSizes.WordSize", Field, 5, ""},
  6449  		{"String", Const, 5, ""},
  6450  		{"Struct", Type, 5, ""},
  6451  		{"Term", Type, 18, ""},
  6452  		{"Tuple", Type, 5, ""},
  6453  		{"Typ", Var, 5, ""},
  6454  		{"Type", Type, 5, ""},
  6455  		{"TypeAndValue", Type, 5, ""},
  6456  		{"TypeAndValue.Type", Field, 5, ""},
  6457  		{"TypeAndValue.Value", Field, 5, ""},
  6458  		{"TypeList", Type, 18, ""},
  6459  		{"TypeName", Type, 5, ""},
  6460  		{"TypeParam", Type, 18, ""},
  6461  		{"TypeParamList", Type, 18, ""},
  6462  		{"TypeString", Func, 5, "func(typ Type, qf Qualifier) string"},
  6463  		{"Uint", Const, 5, ""},
  6464  		{"Uint16", Const, 5, ""},
  6465  		{"Uint32", Const, 5, ""},
  6466  		{"Uint64", Const, 5, ""},
  6467  		{"Uint8", Const, 5, ""},
  6468  		{"Uintptr", Const, 5, ""},
  6469  		{"Unalias", Func, 22, "func(t Type) Type"},
  6470  		{"Union", Type, 18, ""},
  6471  		{"Universe", Var, 5, ""},
  6472  		{"Unsafe", Var, 5, ""},
  6473  		{"UnsafePointer", Const, 5, ""},
  6474  		{"UntypedBool", Const, 5, ""},
  6475  		{"UntypedComplex", Const, 5, ""},
  6476  		{"UntypedFloat", Const, 5, ""},
  6477  		{"UntypedInt", Const, 5, ""},
  6478  		{"UntypedNil", Const, 5, ""},
  6479  		{"UntypedRune", Const, 5, ""},
  6480  		{"UntypedString", Const, 5, ""},
  6481  		{"Var", Type, 5, ""},
  6482  		{"VarKind", Type, 25, ""},
  6483  		{"WriteExpr", Func, 5, "func(buf *bytes.Buffer, x ast.Expr)"},
  6484  		{"WriteSignature", Func, 5, "func(buf *bytes.Buffer, sig *Signature, qf Qualifier)"},
  6485  		{"WriteType", Func, 5, "func(buf *bytes.Buffer, typ Type, qf Qualifier)"},
  6486  	},
  6487  	"go/version": {
  6488  		{"Compare", Func, 22, "func(x string, y string) int"},
  6489  		{"IsValid", Func, 22, "func(x string) bool"},
  6490  		{"Lang", Func, 22, "func(x string) string"},
  6491  	},
  6492  	"hash": {
  6493  		{"Hash", Type, 0, ""},
  6494  		{"Hash32", Type, 0, ""},
  6495  		{"Hash64", Type, 0, ""},
  6496  	},
  6497  	"hash/adler32": {
  6498  		{"Checksum", Func, 0, "func(data []byte) uint32"},
  6499  		{"New", Func, 0, "func() hash.Hash32"},
  6500  		{"Size", Const, 0, ""},
  6501  	},
  6502  	"hash/crc32": {
  6503  		{"Castagnoli", Const, 0, ""},
  6504  		{"Checksum", Func, 0, "func(data []byte, tab *Table) uint32"},
  6505  		{"ChecksumIEEE", Func, 0, "func(data []byte) uint32"},
  6506  		{"IEEE", Const, 0, ""},
  6507  		{"IEEETable", Var, 0, ""},
  6508  		{"Koopman", Const, 0, ""},
  6509  		{"MakeTable", Func, 0, "func(poly uint32) *Table"},
  6510  		{"New", Func, 0, "func(tab *Table) hash.Hash32"},
  6511  		{"NewIEEE", Func, 0, "func() hash.Hash32"},
  6512  		{"Size", Const, 0, ""},
  6513  		{"Table", Type, 0, ""},
  6514  		{"Update", Func, 0, "func(crc uint32, tab *Table, p []byte) uint32"},
  6515  	},
  6516  	"hash/crc64": {
  6517  		{"Checksum", Func, 0, "func(data []byte, tab *Table) uint64"},
  6518  		{"ECMA", Const, 0, ""},
  6519  		{"ISO", Const, 0, ""},
  6520  		{"MakeTable", Func, 0, "func(poly uint64) *Table"},
  6521  		{"New", Func, 0, "func(tab *Table) hash.Hash64"},
  6522  		{"Size", Const, 0, ""},
  6523  		{"Table", Type, 0, ""},
  6524  		{"Update", Func, 0, "func(crc uint64, tab *Table, p []byte) uint64"},
  6525  	},
  6526  	"hash/fnv": {
  6527  		{"New128", Func, 9, "func() hash.Hash"},
  6528  		{"New128a", Func, 9, "func() hash.Hash"},
  6529  		{"New32", Func, 0, "func() hash.Hash32"},
  6530  		{"New32a", Func, 0, "func() hash.Hash32"},
  6531  		{"New64", Func, 0, "func() hash.Hash64"},
  6532  		{"New64a", Func, 0, "func() hash.Hash64"},
  6533  	},
  6534  	"hash/maphash": {
  6535  		{"(*Hash).BlockSize", Method, 14, ""},
  6536  		{"(*Hash).Reset", Method, 14, ""},
  6537  		{"(*Hash).Seed", Method, 14, ""},
  6538  		{"(*Hash).SetSeed", Method, 14, ""},
  6539  		{"(*Hash).Size", Method, 14, ""},
  6540  		{"(*Hash).Sum", Method, 14, ""},
  6541  		{"(*Hash).Sum64", Method, 14, ""},
  6542  		{"(*Hash).Write", Method, 14, ""},
  6543  		{"(*Hash).WriteByte", Method, 14, ""},
  6544  		{"(*Hash).WriteString", Method, 14, ""},
  6545  		{"Bytes", Func, 19, "func(seed Seed, b []byte) uint64"},
  6546  		{"Comparable", Func, 24, "func[T comparable](seed Seed, v T) uint64"},
  6547  		{"Hash", Type, 14, ""},
  6548  		{"MakeSeed", Func, 14, "func() Seed"},
  6549  		{"Seed", Type, 14, ""},
  6550  		{"String", Func, 19, "func(seed Seed, s string) uint64"},
  6551  		{"WriteComparable", Func, 24, "func[T comparable](h *Hash, x T)"},
  6552  	},
  6553  	"html": {
  6554  		{"EscapeString", Func, 0, "func(s string) string"},
  6555  		{"UnescapeString", Func, 0, "func(s string) string"},
  6556  	},
  6557  	"html/template": {
  6558  		{"(*Error).Error", Method, 0, ""},
  6559  		{"(*Template).AddParseTree", Method, 0, ""},
  6560  		{"(*Template).Clone", Method, 0, ""},
  6561  		{"(*Template).DefinedTemplates", Method, 6, ""},
  6562  		{"(*Template).Delims", Method, 0, ""},
  6563  		{"(*Template).Execute", Method, 0, ""},
  6564  		{"(*Template).ExecuteTemplate", Method, 0, ""},
  6565  		{"(*Template).Funcs", Method, 0, ""},
  6566  		{"(*Template).Lookup", Method, 0, ""},
  6567  		{"(*Template).Name", Method, 0, ""},
  6568  		{"(*Template).New", Method, 0, ""},
  6569  		{"(*Template).Option", Method, 5, ""},
  6570  		{"(*Template).Parse", Method, 0, ""},
  6571  		{"(*Template).ParseFS", Method, 16, ""},
  6572  		{"(*Template).ParseFiles", Method, 0, ""},
  6573  		{"(*Template).ParseGlob", Method, 0, ""},
  6574  		{"(*Template).Templates", Method, 0, ""},
  6575  		{"CSS", Type, 0, ""},
  6576  		{"ErrAmbigContext", Const, 0, ""},
  6577  		{"ErrBadHTML", Const, 0, ""},
  6578  		{"ErrBranchEnd", Const, 0, ""},
  6579  		{"ErrEndContext", Const, 0, ""},
  6580  		{"ErrJSTemplate", Const, 21, ""},
  6581  		{"ErrNoSuchTemplate", Const, 0, ""},
  6582  		{"ErrOutputContext", Const, 0, ""},
  6583  		{"ErrPartialCharset", Const, 0, ""},
  6584  		{"ErrPartialEscape", Const, 0, ""},
  6585  		{"ErrPredefinedEscaper", Const, 9, ""},
  6586  		{"ErrRangeLoopReentry", Const, 0, ""},
  6587  		{"ErrSlashAmbig", Const, 0, ""},
  6588  		{"Error", Type, 0, ""},
  6589  		{"Error.Description", Field, 0, ""},
  6590  		{"Error.ErrorCode", Field, 0, ""},
  6591  		{"Error.Line", Field, 0, ""},
  6592  		{"Error.Name", Field, 0, ""},
  6593  		{"Error.Node", Field, 4, ""},
  6594  		{"ErrorCode", Type, 0, ""},
  6595  		{"FuncMap", Type, 0, ""},
  6596  		{"HTML", Type, 0, ""},
  6597  		{"HTMLAttr", Type, 0, ""},
  6598  		{"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
  6599  		{"HTMLEscapeString", Func, 0, "func(s string) string"},
  6600  		{"HTMLEscaper", Func, 0, "func(args ...any) string"},
  6601  		{"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
  6602  		{"JS", Type, 0, ""},
  6603  		{"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
  6604  		{"JSEscapeString", Func, 0, "func(s string) string"},
  6605  		{"JSEscaper", Func, 0, "func(args ...any) string"},
  6606  		{"JSStr", Type, 0, ""},
  6607  		{"Must", Func, 0, "func(t *Template, err error) *Template"},
  6608  		{"New", Func, 0, "func(name string) *Template"},
  6609  		{"OK", Const, 0, ""},
  6610  		{"ParseFS", Func, 16, "func(fs fs.FS, patterns ...string) (*Template, error)"},
  6611  		{"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
  6612  		{"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
  6613  		{"Srcset", Type, 10, ""},
  6614  		{"Template", Type, 0, ""},
  6615  		{"Template.Tree", Field, 2, ""},
  6616  		{"URL", Type, 0, ""},
  6617  		{"URLQueryEscaper", Func, 0, "func(args ...any) string"},
  6618  	},
  6619  	"image": {
  6620  		{"(*Alpha).AlphaAt", Method, 4, ""},
  6621  		{"(*Alpha).At", Method, 0, ""},
  6622  		{"(*Alpha).Bounds", Method, 0, ""},
  6623  		{"(*Alpha).ColorModel", Method, 0, ""},
  6624  		{"(*Alpha).Opaque", Method, 0, ""},
  6625  		{"(*Alpha).PixOffset", Method, 0, ""},
  6626  		{"(*Alpha).RGBA64At", Method, 17, ""},
  6627  		{"(*Alpha).Set", Method, 0, ""},
  6628  		{"(*Alpha).SetAlpha", Method, 0, ""},
  6629  		{"(*Alpha).SetRGBA64", Method, 17, ""},
  6630  		{"(*Alpha).SubImage", Method, 0, ""},
  6631  		{"(*Alpha16).Alpha16At", Method, 4, ""},
  6632  		{"(*Alpha16).At", Method, 0, ""},
  6633  		{"(*Alpha16).Bounds", Method, 0, ""},
  6634  		{"(*Alpha16).ColorModel", Method, 0, ""},
  6635  		{"(*Alpha16).Opaque", Method, 0, ""},
  6636  		{"(*Alpha16).PixOffset", Method, 0, ""},
  6637  		{"(*Alpha16).RGBA64At", Method, 17, ""},
  6638  		{"(*Alpha16).Set", Method, 0, ""},
  6639  		{"(*Alpha16).SetAlpha16", Method, 0, ""},
  6640  		{"(*Alpha16).SetRGBA64", Method, 17, ""},
  6641  		{"(*Alpha16).SubImage", Method, 0, ""},
  6642  		{"(*CMYK).At", Method, 5, ""},
  6643  		{"(*CMYK).Bounds", Method, 5, ""},
  6644  		{"(*CMYK).CMYKAt", Method, 5, ""},
  6645  		{"(*CMYK).ColorModel", Method, 5, ""},
  6646  		{"(*CMYK).Opaque", Method, 5, ""},
  6647  		{"(*CMYK).PixOffset", Method, 5, ""},
  6648  		{"(*CMYK).RGBA64At", Method, 17, ""},
  6649  		{"(*CMYK).Set", Method, 5, ""},
  6650  		{"(*CMYK).SetCMYK", Method, 5, ""},
  6651  		{"(*CMYK).SetRGBA64", Method, 17, ""},
  6652  		{"(*CMYK).SubImage", Method, 5, ""},
  6653  		{"(*Gray).At", Method, 0, ""},
  6654  		{"(*Gray).Bounds", Method, 0, ""},
  6655  		{"(*Gray).ColorModel", Method, 0, ""},
  6656  		{"(*Gray).GrayAt", Method, 4, ""},
  6657  		{"(*Gray).Opaque", Method, 0, ""},
  6658  		{"(*Gray).PixOffset", Method, 0, ""},
  6659  		{"(*Gray).RGBA64At", Method, 17, ""},
  6660  		{"(*Gray).Set", Method, 0, ""},
  6661  		{"(*Gray).SetGray", Method, 0, ""},
  6662  		{"(*Gray).SetRGBA64", Method, 17, ""},
  6663  		{"(*Gray).SubImage", Method, 0, ""},
  6664  		{"(*Gray16).At", Method, 0, ""},
  6665  		{"(*Gray16).Bounds", Method, 0, ""},
  6666  		{"(*Gray16).ColorModel", Method, 0, ""},
  6667  		{"(*Gray16).Gray16At", Method, 4, ""},
  6668  		{"(*Gray16).Opaque", Method, 0, ""},
  6669  		{"(*Gray16).PixOffset", Method, 0, ""},
  6670  		{"(*Gray16).RGBA64At", Method, 17, ""},
  6671  		{"(*Gray16).Set", Method, 0, ""},
  6672  		{"(*Gray16).SetGray16", Method, 0, ""},
  6673  		{"(*Gray16).SetRGBA64", Method, 17, ""},
  6674  		{"(*Gray16).SubImage", Method, 0, ""},
  6675  		{"(*NRGBA).At", Method, 0, ""},
  6676  		{"(*NRGBA).Bounds", Method, 0, ""},
  6677  		{"(*NRGBA).ColorModel", Method, 0, ""},
  6678  		{"(*NRGBA).NRGBAAt", Method, 4, ""},
  6679  		{"(*NRGBA).Opaque", Method, 0, ""},
  6680  		{"(*NRGBA).PixOffset", Method, 0, ""},
  6681  		{"(*NRGBA).RGBA64At", Method, 17, ""},
  6682  		{"(*NRGBA).Set", Method, 0, ""},
  6683  		{"(*NRGBA).SetNRGBA", Method, 0, ""},
  6684  		{"(*NRGBA).SetRGBA64", Method, 17, ""},
  6685  		{"(*NRGBA).SubImage", Method, 0, ""},
  6686  		{"(*NRGBA64).At", Method, 0, ""},
  6687  		{"(*NRGBA64).Bounds", Method, 0, ""},
  6688  		{"(*NRGBA64).ColorModel", Method, 0, ""},
  6689  		{"(*NRGBA64).NRGBA64At", Method, 4, ""},
  6690  		{"(*NRGBA64).Opaque", Method, 0, ""},
  6691  		{"(*NRGBA64).PixOffset", Method, 0, ""},
  6692  		{"(*NRGBA64).RGBA64At", Method, 17, ""},
  6693  		{"(*NRGBA64).Set", Method, 0, ""},
  6694  		{"(*NRGBA64).SetNRGBA64", Method, 0, ""},
  6695  		{"(*NRGBA64).SetRGBA64", Method, 17, ""},
  6696  		{"(*NRGBA64).SubImage", Method, 0, ""},
  6697  		{"(*NYCbCrA).AOffset", Method, 6, ""},
  6698  		{"(*NYCbCrA).At", Method, 6, ""},
  6699  		{"(*NYCbCrA).Bounds", Method, 6, ""},
  6700  		{"(*NYCbCrA).COffset", Method, 6, ""},
  6701  		{"(*NYCbCrA).ColorModel", Method, 6, ""},
  6702  		{"(*NYCbCrA).NYCbCrAAt", Method, 6, ""},
  6703  		{"(*NYCbCrA).Opaque", Method, 6, ""},
  6704  		{"(*NYCbCrA).RGBA64At", Method, 17, ""},
  6705  		{"(*NYCbCrA).SubImage", Method, 6, ""},
  6706  		{"(*NYCbCrA).YCbCrAt", Method, 6, ""},
  6707  		{"(*NYCbCrA).YOffset", Method, 6, ""},
  6708  		{"(*Paletted).At", Method, 0, ""},
  6709  		{"(*Paletted).Bounds", Method, 0, ""},
  6710  		{"(*Paletted).ColorIndexAt", Method, 0, ""},
  6711  		{"(*Paletted).ColorModel", Method, 0, ""},
  6712  		{"(*Paletted).Opaque", Method, 0, ""},
  6713  		{"(*Paletted).PixOffset", Method, 0, ""},
  6714  		{"(*Paletted).RGBA64At", Method, 17, ""},
  6715  		{"(*Paletted).Set", Method, 0, ""},
  6716  		{"(*Paletted).SetColorIndex", Method, 0, ""},
  6717  		{"(*Paletted).SetRGBA64", Method, 17, ""},
  6718  		{"(*Paletted).SubImage", Method, 0, ""},
  6719  		{"(*RGBA).At", Method, 0, ""},
  6720  		{"(*RGBA).Bounds", Method, 0, ""},
  6721  		{"(*RGBA).ColorModel", Method, 0, ""},
  6722  		{"(*RGBA).Opaque", Method, 0, ""},
  6723  		{"(*RGBA).PixOffset", Method, 0, ""},
  6724  		{"(*RGBA).RGBA64At", Method, 17, ""},
  6725  		{"(*RGBA).RGBAAt", Method, 4, ""},
  6726  		{"(*RGBA).Set", Method, 0, ""},
  6727  		{"(*RGBA).SetRGBA", Method, 0, ""},
  6728  		{"(*RGBA).SetRGBA64", Method, 17, ""},
  6729  		{"(*RGBA).SubImage", Method, 0, ""},
  6730  		{"(*RGBA64).At", Method, 0, ""},
  6731  		{"(*RGBA64).Bounds", Method, 0, ""},
  6732  		{"(*RGBA64).ColorModel", Method, 0, ""},
  6733  		{"(*RGBA64).Opaque", Method, 0, ""},
  6734  		{"(*RGBA64).PixOffset", Method, 0, ""},
  6735  		{"(*RGBA64).RGBA64At", Method, 4, ""},
  6736  		{"(*RGBA64).Set", Method, 0, ""},
  6737  		{"(*RGBA64).SetRGBA64", Method, 0, ""},
  6738  		{"(*RGBA64).SubImage", Method, 0, ""},
  6739  		{"(*Uniform).At", Method, 0, ""},
  6740  		{"(*Uniform).Bounds", Method, 0, ""},
  6741  		{"(*Uniform).ColorModel", Method, 0, ""},
  6742  		{"(*Uniform).Convert", Method, 0, ""},
  6743  		{"(*Uniform).Opaque", Method, 0, ""},
  6744  		{"(*Uniform).RGBA", Method, 0, ""},
  6745  		{"(*Uniform).RGBA64At", Method, 17, ""},
  6746  		{"(*YCbCr).At", Method, 0, ""},
  6747  		{"(*YCbCr).Bounds", Method, 0, ""},
  6748  		{"(*YCbCr).COffset", Method, 0, ""},
  6749  		{"(*YCbCr).ColorModel", Method, 0, ""},
  6750  		{"(*YCbCr).Opaque", Method, 0, ""},
  6751  		{"(*YCbCr).RGBA64At", Method, 17, ""},
  6752  		{"(*YCbCr).SubImage", Method, 0, ""},
  6753  		{"(*YCbCr).YCbCrAt", Method, 4, ""},
  6754  		{"(*YCbCr).YOffset", Method, 0, ""},
  6755  		{"(Point).Add", Method, 0, ""},
  6756  		{"(Point).Div", Method, 0, ""},
  6757  		{"(Point).Eq", Method, 0, ""},
  6758  		{"(Point).In", Method, 0, ""},
  6759  		{"(Point).Mod", Method, 0, ""},
  6760  		{"(Point).Mul", Method, 0, ""},
  6761  		{"(Point).String", Method, 0, ""},
  6762  		{"(Point).Sub", Method, 0, ""},
  6763  		{"(Rectangle).Add", Method, 0, ""},
  6764  		{"(Rectangle).At", Method, 5, ""},
  6765  		{"(Rectangle).Bounds", Method, 5, ""},
  6766  		{"(Rectangle).Canon", Method, 0, ""},
  6767  		{"(Rectangle).ColorModel", Method, 5, ""},
  6768  		{"(Rectangle).Dx", Method, 0, ""},
  6769  		{"(Rectangle).Dy", Method, 0, ""},
  6770  		{"(Rectangle).Empty", Method, 0, ""},
  6771  		{"(Rectangle).Eq", Method, 0, ""},
  6772  		{"(Rectangle).In", Method, 0, ""},
  6773  		{"(Rectangle).Inset", Method, 0, ""},
  6774  		{"(Rectangle).Intersect", Method, 0, ""},
  6775  		{"(Rectangle).Overlaps", Method, 0, ""},
  6776  		{"(Rectangle).RGBA64At", Method, 17, ""},
  6777  		{"(Rectangle).Size", Method, 0, ""},
  6778  		{"(Rectangle).String", Method, 0, ""},
  6779  		{"(Rectangle).Sub", Method, 0, ""},
  6780  		{"(Rectangle).Union", Method, 0, ""},
  6781  		{"(YCbCrSubsampleRatio).String", Method, 0, ""},
  6782  		{"Alpha", Type, 0, ""},
  6783  		{"Alpha.Pix", Field, 0, ""},
  6784  		{"Alpha.Rect", Field, 0, ""},
  6785  		{"Alpha.Stride", Field, 0, ""},
  6786  		{"Alpha16", Type, 0, ""},
  6787  		{"Alpha16.Pix", Field, 0, ""},
  6788  		{"Alpha16.Rect", Field, 0, ""},
  6789  		{"Alpha16.Stride", Field, 0, ""},
  6790  		{"Black", Var, 0, ""},
  6791  		{"CMYK", Type, 5, ""},
  6792  		{"CMYK.Pix", Field, 5, ""},
  6793  		{"CMYK.Rect", Field, 5, ""},
  6794  		{"CMYK.Stride", Field, 5, ""},
  6795  		{"Config", Type, 0, ""},
  6796  		{"Config.ColorModel", Field, 0, ""},
  6797  		{"Config.Height", Field, 0, ""},
  6798  		{"Config.Width", Field, 0, ""},
  6799  		{"Decode", Func, 0, "func(r io.Reader) (Image, string, error)"},
  6800  		{"DecodeConfig", Func, 0, "func(r io.Reader) (Config, string, error)"},
  6801  		{"ErrFormat", Var, 0, ""},
  6802  		{"Gray", Type, 0, ""},
  6803  		{"Gray.Pix", Field, 0, ""},
  6804  		{"Gray.Rect", Field, 0, ""},
  6805  		{"Gray.Stride", Field, 0, ""},
  6806  		{"Gray16", Type, 0, ""},
  6807  		{"Gray16.Pix", Field, 0, ""},
  6808  		{"Gray16.Rect", Field, 0, ""},
  6809  		{"Gray16.Stride", Field, 0, ""},
  6810  		{"Image", Type, 0, ""},
  6811  		{"NRGBA", Type, 0, ""},
  6812  		{"NRGBA.Pix", Field, 0, ""},
  6813  		{"NRGBA.Rect", Field, 0, ""},
  6814  		{"NRGBA.Stride", Field, 0, ""},
  6815  		{"NRGBA64", Type, 0, ""},
  6816  		{"NRGBA64.Pix", Field, 0, ""},
  6817  		{"NRGBA64.Rect", Field, 0, ""},
  6818  		{"NRGBA64.Stride", Field, 0, ""},
  6819  		{"NYCbCrA", Type, 6, ""},
  6820  		{"NYCbCrA.A", Field, 6, ""},
  6821  		{"NYCbCrA.AStride", Field, 6, ""},
  6822  		{"NYCbCrA.YCbCr", Field, 6, ""},
  6823  		{"NewAlpha", Func, 0, "func(r Rectangle) *Alpha"},
  6824  		{"NewAlpha16", Func, 0, "func(r Rectangle) *Alpha16"},
  6825  		{"NewCMYK", Func, 5, "func(r Rectangle) *CMYK"},
  6826  		{"NewGray", Func, 0, "func(r Rectangle) *Gray"},
  6827  		{"NewGray16", Func, 0, "func(r Rectangle) *Gray16"},
  6828  		{"NewNRGBA", Func, 0, "func(r Rectangle) *NRGBA"},
  6829  		{"NewNRGBA64", Func, 0, "func(r Rectangle) *NRGBA64"},
  6830  		{"NewNYCbCrA", Func, 6, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA"},
  6831  		{"NewPaletted", Func, 0, "func(r Rectangle, p color.Palette) *Paletted"},
  6832  		{"NewRGBA", Func, 0, "func(r Rectangle) *RGBA"},
  6833  		{"NewRGBA64", Func, 0, "func(r Rectangle) *RGBA64"},
  6834  		{"NewUniform", Func, 0, "func(c color.Color) *Uniform"},
  6835  		{"NewYCbCr", Func, 0, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr"},
  6836  		{"Opaque", Var, 0, ""},
  6837  		{"Paletted", Type, 0, ""},
  6838  		{"Paletted.Palette", Field, 0, ""},
  6839  		{"Paletted.Pix", Field, 0, ""},
  6840  		{"Paletted.Rect", Field, 0, ""},
  6841  		{"Paletted.Stride", Field, 0, ""},
  6842  		{"PalettedImage", Type, 0, ""},
  6843  		{"Point", Type, 0, ""},
  6844  		{"Point.X", Field, 0, ""},
  6845  		{"Point.Y", Field, 0, ""},
  6846  		{"Pt", Func, 0, "func(X int, Y int) Point"},
  6847  		{"RGBA", Type, 0, ""},
  6848  		{"RGBA.Pix", Field, 0, ""},
  6849  		{"RGBA.Rect", Field, 0, ""},
  6850  		{"RGBA.Stride", Field, 0, ""},
  6851  		{"RGBA64", Type, 0, ""},
  6852  		{"RGBA64.Pix", Field, 0, ""},
  6853  		{"RGBA64.Rect", Field, 0, ""},
  6854  		{"RGBA64.Stride", Field, 0, ""},
  6855  		{"RGBA64Image", Type, 17, ""},
  6856  		{"Rect", Func, 0, "func(x0 int, y0 int, x1 int, y1 int) Rectangle"},
  6857  		{"Rectangle", Type, 0, ""},
  6858  		{"Rectangle.Max", Field, 0, ""},
  6859  		{"Rectangle.Min", Field, 0, ""},
  6860  		{"RegisterFormat", Func, 0, "func(name string, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io.Reader) (Config, error))"},
  6861  		{"Transparent", Var, 0, ""},
  6862  		{"Uniform", Type, 0, ""},
  6863  		{"Uniform.C", Field, 0, ""},
  6864  		{"White", Var, 0, ""},
  6865  		{"YCbCr", Type, 0, ""},
  6866  		{"YCbCr.CStride", Field, 0, ""},
  6867  		{"YCbCr.Cb", Field, 0, ""},
  6868  		{"YCbCr.Cr", Field, 0, ""},
  6869  		{"YCbCr.Rect", Field, 0, ""},
  6870  		{"YCbCr.SubsampleRatio", Field, 0, ""},
  6871  		{"YCbCr.Y", Field, 0, ""},
  6872  		{"YCbCr.YStride", Field, 0, ""},
  6873  		{"YCbCrSubsampleRatio", Type, 0, ""},
  6874  		{"YCbCrSubsampleRatio410", Const, 5, ""},
  6875  		{"YCbCrSubsampleRatio411", Const, 5, ""},
  6876  		{"YCbCrSubsampleRatio420", Const, 0, ""},
  6877  		{"YCbCrSubsampleRatio422", Const, 0, ""},
  6878  		{"YCbCrSubsampleRatio440", Const, 1, ""},
  6879  		{"YCbCrSubsampleRatio444", Const, 0, ""},
  6880  		{"ZP", Var, 0, ""},
  6881  		{"ZR", Var, 0, ""},
  6882  	},
  6883  	"image/color": {
  6884  		{"(Alpha).RGBA", Method, 0, ""},
  6885  		{"(Alpha16).RGBA", Method, 0, ""},
  6886  		{"(CMYK).RGBA", Method, 5, ""},
  6887  		{"(Gray).RGBA", Method, 0, ""},
  6888  		{"(Gray16).RGBA", Method, 0, ""},
  6889  		{"(NRGBA).RGBA", Method, 0, ""},
  6890  		{"(NRGBA64).RGBA", Method, 0, ""},
  6891  		{"(NYCbCrA).RGBA", Method, 6, ""},
  6892  		{"(Palette).Convert", Method, 0, ""},
  6893  		{"(Palette).Index", Method, 0, ""},
  6894  		{"(RGBA).RGBA", Method, 0, ""},
  6895  		{"(RGBA64).RGBA", Method, 0, ""},
  6896  		{"(YCbCr).RGBA", Method, 0, ""},
  6897  		{"Alpha", Type, 0, ""},
  6898  		{"Alpha.A", Field, 0, ""},
  6899  		{"Alpha16", Type, 0, ""},
  6900  		{"Alpha16.A", Field, 0, ""},
  6901  		{"Alpha16Model", Var, 0, ""},
  6902  		{"AlphaModel", Var, 0, ""},
  6903  		{"Black", Var, 0, ""},
  6904  		{"CMYK", Type, 5, ""},
  6905  		{"CMYK.C", Field, 5, ""},
  6906  		{"CMYK.K", Field, 5, ""},
  6907  		{"CMYK.M", Field, 5, ""},
  6908  		{"CMYK.Y", Field, 5, ""},
  6909  		{"CMYKModel", Var, 5, ""},
  6910  		{"CMYKToRGB", Func, 5, "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"},
  6911  		{"Color", Type, 0, ""},
  6912  		{"Gray", Type, 0, ""},
  6913  		{"Gray.Y", Field, 0, ""},
  6914  		{"Gray16", Type, 0, ""},
  6915  		{"Gray16.Y", Field, 0, ""},
  6916  		{"Gray16Model", Var, 0, ""},
  6917  		{"GrayModel", Var, 0, ""},
  6918  		{"Model", Type, 0, ""},
  6919  		{"ModelFunc", Func, 0, "func(f func(Color) Color) Model"},
  6920  		{"NRGBA", Type, 0, ""},
  6921  		{"NRGBA.A", Field, 0, ""},
  6922  		{"NRGBA.B", Field, 0, ""},
  6923  		{"NRGBA.G", Field, 0, ""},
  6924  		{"NRGBA.R", Field, 0, ""},
  6925  		{"NRGBA64", Type, 0, ""},
  6926  		{"NRGBA64.A", Field, 0, ""},
  6927  		{"NRGBA64.B", Field, 0, ""},
  6928  		{"NRGBA64.G", Field, 0, ""},
  6929  		{"NRGBA64.R", Field, 0, ""},
  6930  		{"NRGBA64Model", Var, 0, ""},
  6931  		{"NRGBAModel", Var, 0, ""},
  6932  		{"NYCbCrA", Type, 6, ""},
  6933  		{"NYCbCrA.A", Field, 6, ""},
  6934  		{"NYCbCrA.YCbCr", Field, 6, ""},
  6935  		{"NYCbCrAModel", Var, 6, ""},
  6936  		{"Opaque", Var, 0, ""},
  6937  		{"Palette", Type, 0, ""},
  6938  		{"RGBA", Type, 0, ""},
  6939  		{"RGBA.A", Field, 0, ""},
  6940  		{"RGBA.B", Field, 0, ""},
  6941  		{"RGBA.G", Field, 0, ""},
  6942  		{"RGBA.R", Field, 0, ""},
  6943  		{"RGBA64", Type, 0, ""},
  6944  		{"RGBA64.A", Field, 0, ""},
  6945  		{"RGBA64.B", Field, 0, ""},
  6946  		{"RGBA64.G", Field, 0, ""},
  6947  		{"RGBA64.R", Field, 0, ""},
  6948  		{"RGBA64Model", Var, 0, ""},
  6949  		{"RGBAModel", Var, 0, ""},
  6950  		{"RGBToCMYK", Func, 5, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"},
  6951  		{"RGBToYCbCr", Func, 0, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"},
  6952  		{"Transparent", Var, 0, ""},
  6953  		{"White", Var, 0, ""},
  6954  		{"YCbCr", Type, 0, ""},
  6955  		{"YCbCr.Cb", Field, 0, ""},
  6956  		{"YCbCr.Cr", Field, 0, ""},
  6957  		{"YCbCr.Y", Field, 0, ""},
  6958  		{"YCbCrModel", Var, 0, ""},
  6959  		{"YCbCrToRGB", Func, 0, "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"},
  6960  	},
  6961  	"image/color/palette": {
  6962  		{"Plan9", Var, 2, ""},
  6963  		{"WebSafe", Var, 2, ""},
  6964  	},
  6965  	"image/draw": {
  6966  		{"(Op).Draw", Method, 2, ""},
  6967  		{"Draw", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)"},
  6968  		{"DrawMask", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op)"},
  6969  		{"Drawer", Type, 2, ""},
  6970  		{"FloydSteinberg", Var, 2, ""},
  6971  		{"Image", Type, 0, ""},
  6972  		{"Op", Type, 0, ""},
  6973  		{"Over", Const, 0, ""},
  6974  		{"Quantizer", Type, 2, ""},
  6975  		{"RGBA64Image", Type, 17, ""},
  6976  		{"Src", Const, 0, ""},
  6977  	},
  6978  	"image/gif": {
  6979  		{"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
  6980  		{"DecodeAll", Func, 0, "func(r io.Reader) (*GIF, error)"},
  6981  		{"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
  6982  		{"DisposalBackground", Const, 5, ""},
  6983  		{"DisposalNone", Const, 5, ""},
  6984  		{"DisposalPrevious", Const, 5, ""},
  6985  		{"Encode", Func, 2, "func(w io.Writer, m image.Image, o *Options) error"},
  6986  		{"EncodeAll", Func, 2, "func(w io.Writer, g *GIF) error"},
  6987  		{"GIF", Type, 0, ""},
  6988  		{"GIF.BackgroundIndex", Field, 5, ""},
  6989  		{"GIF.Config", Field, 5, ""},
  6990  		{"GIF.Delay", Field, 0, ""},
  6991  		{"GIF.Disposal", Field, 5, ""},
  6992  		{"GIF.Image", Field, 0, ""},
  6993  		{"GIF.LoopCount", Field, 0, ""},
  6994  		{"Options", Type, 2, ""},
  6995  		{"Options.Drawer", Field, 2, ""},
  6996  		{"Options.NumColors", Field, 2, ""},
  6997  		{"Options.Quantizer", Field, 2, ""},
  6998  	},
  6999  	"image/jpeg": {
  7000  		{"(FormatError).Error", Method, 0, ""},
  7001  		{"(UnsupportedError).Error", Method, 0, ""},
  7002  		{"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
  7003  		{"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
  7004  		{"DefaultQuality", Const, 0, ""},
  7005  		{"Encode", Func, 0, "func(w io.Writer, m image.Image, o *Options) error"},
  7006  		{"FormatError", Type, 0, ""},
  7007  		{"Options", Type, 0, ""},
  7008  		{"Options.Quality", Field, 0, ""},
  7009  		{"Reader", Type, 0, ""},
  7010  		{"UnsupportedError", Type, 0, ""},
  7011  	},
  7012  	"image/png": {
  7013  		{"(*Encoder).Encode", Method, 4, ""},
  7014  		{"(FormatError).Error", Method, 0, ""},
  7015  		{"(UnsupportedError).Error", Method, 0, ""},
  7016  		{"BestCompression", Const, 4, ""},
  7017  		{"BestSpeed", Const, 4, ""},
  7018  		{"CompressionLevel", Type, 4, ""},
  7019  		{"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
  7020  		{"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
  7021  		{"DefaultCompression", Const, 4, ""},
  7022  		{"Encode", Func, 0, "func(w io.Writer, m image.Image) error"},
  7023  		{"Encoder", Type, 4, ""},
  7024  		{"Encoder.BufferPool", Field, 9, ""},
  7025  		{"Encoder.CompressionLevel", Field, 4, ""},
  7026  		{"EncoderBuffer", Type, 9, ""},
  7027  		{"EncoderBufferPool", Type, 9, ""},
  7028  		{"FormatError", Type, 0, ""},
  7029  		{"NoCompression", Const, 4, ""},
  7030  		{"UnsupportedError", Type, 0, ""},
  7031  	},
  7032  	"index/suffixarray": {
  7033  		{"(*Index).Bytes", Method, 0, ""},
  7034  		{"(*Index).FindAllIndex", Method, 0, ""},
  7035  		{"(*Index).Lookup", Method, 0, ""},
  7036  		{"(*Index).Read", Method, 0, ""},
  7037  		{"(*Index).Write", Method, 0, ""},
  7038  		{"Index", Type, 0, ""},
  7039  		{"New", Func, 0, "func(data []byte) *Index"},
  7040  	},
  7041  	"io": {
  7042  		{"(*LimitedReader).Read", Method, 0, ""},
  7043  		{"(*OffsetWriter).Seek", Method, 20, ""},
  7044  		{"(*OffsetWriter).Write", Method, 20, ""},
  7045  		{"(*OffsetWriter).WriteAt", Method, 20, ""},
  7046  		{"(*PipeReader).Close", Method, 0, ""},
  7047  		{"(*PipeReader).CloseWithError", Method, 0, ""},
  7048  		{"(*PipeReader).Read", Method, 0, ""},
  7049  		{"(*PipeWriter).Close", Method, 0, ""},
  7050  		{"(*PipeWriter).CloseWithError", Method, 0, ""},
  7051  		{"(*PipeWriter).Write", Method, 0, ""},
  7052  		{"(*SectionReader).Outer", Method, 22, ""},
  7053  		{"(*SectionReader).Read", Method, 0, ""},
  7054  		{"(*SectionReader).ReadAt", Method, 0, ""},
  7055  		{"(*SectionReader).Seek", Method, 0, ""},
  7056  		{"(*SectionReader).Size", Method, 0, ""},
  7057  		{"ByteReader", Type, 0, ""},
  7058  		{"ByteScanner", Type, 0, ""},
  7059  		{"ByteWriter", Type, 1, ""},
  7060  		{"Closer", Type, 0, ""},
  7061  		{"Copy", Func, 0, "func(dst Writer, src Reader) (written int64, err error)"},
  7062  		{"CopyBuffer", Func, 5, "func(dst Writer, src Reader, buf []byte) (written int64, err error)"},
  7063  		{"CopyN", Func, 0, "func(dst Writer, src Reader, n int64) (written int64, err error)"},
  7064  		{"Discard", Var, 16, ""},
  7065  		{"EOF", Var, 0, ""},
  7066  		{"ErrClosedPipe", Var, 0, ""},
  7067  		{"ErrNoProgress", Var, 1, ""},
  7068  		{"ErrShortBuffer", Var, 0, ""},
  7069  		{"ErrShortWrite", Var, 0, ""},
  7070  		{"ErrUnexpectedEOF", Var, 0, ""},
  7071  		{"LimitReader", Func, 0, "func(r Reader, n int64) Reader"},
  7072  		{"LimitedReader", Type, 0, ""},
  7073  		{"LimitedReader.N", Field, 0, ""},
  7074  		{"LimitedReader.R", Field, 0, ""},
  7075  		{"MultiReader", Func, 0, "func(readers ...Reader) Reader"},
  7076  		{"MultiWriter", Func, 0, "func(writers ...Writer) Writer"},
  7077  		{"NewOffsetWriter", Func, 20, "func(w WriterAt, off int64) *OffsetWriter"},
  7078  		{"NewSectionReader", Func, 0, "func(r ReaderAt, off int64, n int64) *SectionReader"},
  7079  		{"NopCloser", Func, 16, "func(r Reader) ReadCloser"},
  7080  		{"OffsetWriter", Type, 20, ""},
  7081  		{"Pipe", Func, 0, "func() (*PipeReader, *PipeWriter)"},
  7082  		{"PipeReader", Type, 0, ""},
  7083  		{"PipeWriter", Type, 0, ""},
  7084  		{"ReadAll", Func, 16, "func(r Reader) ([]byte, error)"},
  7085  		{"ReadAtLeast", Func, 0, "func(r Reader, buf []byte, min int) (n int, err error)"},
  7086  		{"ReadCloser", Type, 0, ""},
  7087  		{"ReadFull", Func, 0, "func(r Reader, buf []byte) (n int, err error)"},
  7088  		{"ReadSeekCloser", Type, 16, ""},
  7089  		{"ReadSeeker", Type, 0, ""},
  7090  		{"ReadWriteCloser", Type, 0, ""},
  7091  		{"ReadWriteSeeker", Type, 0, ""},
  7092  		{"ReadWriter", Type, 0, ""},
  7093  		{"Reader", Type, 0, ""},
  7094  		{"ReaderAt", Type, 0, ""},
  7095  		{"ReaderFrom", Type, 0, ""},
  7096  		{"RuneReader", Type, 0, ""},
  7097  		{"RuneScanner", Type, 0, ""},
  7098  		{"SectionReader", Type, 0, ""},
  7099  		{"SeekCurrent", Const, 7, ""},
  7100  		{"SeekEnd", Const, 7, ""},
  7101  		{"SeekStart", Const, 7, ""},
  7102  		{"Seeker", Type, 0, ""},
  7103  		{"StringWriter", Type, 12, ""},
  7104  		{"TeeReader", Func, 0, "func(r Reader, w Writer) Reader"},
  7105  		{"WriteCloser", Type, 0, ""},
  7106  		{"WriteSeeker", Type, 0, ""},
  7107  		{"WriteString", Func, 0, "func(w Writer, s string) (n int, err error)"},
  7108  		{"Writer", Type, 0, ""},
  7109  		{"WriterAt", Type, 0, ""},
  7110  		{"WriterTo", Type, 0, ""},
  7111  	},
  7112  	"io/fs": {
  7113  		{"(*PathError).Error", Method, 16, ""},
  7114  		{"(*PathError).Timeout", Method, 16, ""},
  7115  		{"(*PathError).Unwrap", Method, 16, ""},
  7116  		{"(FileMode).IsDir", Method, 16, ""},
  7117  		{"(FileMode).IsRegular", Method, 16, ""},
  7118  		{"(FileMode).Perm", Method, 16, ""},
  7119  		{"(FileMode).String", Method, 16, ""},
  7120  		{"(FileMode).Type", Method, 16, ""},
  7121  		{"DirEntry", Type, 16, ""},
  7122  		{"ErrClosed", Var, 16, ""},
  7123  		{"ErrExist", Var, 16, ""},
  7124  		{"ErrInvalid", Var, 16, ""},
  7125  		{"ErrNotExist", Var, 16, ""},
  7126  		{"ErrPermission", Var, 16, ""},
  7127  		{"FS", Type, 16, ""},
  7128  		{"File", Type, 16, ""},
  7129  		{"FileInfo", Type, 16, ""},
  7130  		{"FileInfoToDirEntry", Func, 17, "func(info FileInfo) DirEntry"},
  7131  		{"FileMode", Type, 16, ""},
  7132  		{"FormatDirEntry", Func, 21, "func(dir DirEntry) string"},
  7133  		{"FormatFileInfo", Func, 21, "func(info FileInfo) string"},
  7134  		{"Glob", Func, 16, "func(fsys FS, pattern string) (matches []string, err error)"},
  7135  		{"GlobFS", Type, 16, ""},
  7136  		{"Lstat", Func, 25, ""},
  7137  		{"ModeAppend", Const, 16, ""},
  7138  		{"ModeCharDevice", Const, 16, ""},
  7139  		{"ModeDevice", Const, 16, ""},
  7140  		{"ModeDir", Const, 16, ""},
  7141  		{"ModeExclusive", Const, 16, ""},
  7142  		{"ModeIrregular", Const, 16, ""},
  7143  		{"ModeNamedPipe", Const, 16, ""},
  7144  		{"ModePerm", Const, 16, ""},
  7145  		{"ModeSetgid", Const, 16, ""},
  7146  		{"ModeSetuid", Const, 16, ""},
  7147  		{"ModeSocket", Const, 16, ""},
  7148  		{"ModeSticky", Const, 16, ""},
  7149  		{"ModeSymlink", Const, 16, ""},
  7150  		{"ModeTemporary", Const, 16, ""},
  7151  		{"ModeType", Const, 16, ""},
  7152  		{"PathError", Type, 16, ""},
  7153  		{"PathError.Err", Field, 16, ""},
  7154  		{"PathError.Op", Field, 16, ""},
  7155  		{"PathError.Path", Field, 16, ""},
  7156  		{"ReadDir", Func, 16, "func(fsys FS, name string) ([]DirEntry, error)"},
  7157  		{"ReadDirFS", Type, 16, ""},
  7158  		{"ReadDirFile", Type, 16, ""},
  7159  		{"ReadFile", Func, 16, "func(fsys FS, name string) ([]byte, error)"},
  7160  		{"ReadFileFS", Type, 16, ""},
  7161  		{"ReadLink", Func, 25, ""},
  7162  		{"ReadLinkFS", Type, 25, ""},
  7163  		{"SkipAll", Var, 20, ""},
  7164  		{"SkipDir", Var, 16, ""},
  7165  		{"Stat", Func, 16, "func(fsys FS, name string) (FileInfo, error)"},
  7166  		{"StatFS", Type, 16, ""},
  7167  		{"Sub", Func, 16, "func(fsys FS, dir string) (FS, error)"},
  7168  		{"SubFS", Type, 16, ""},
  7169  		{"ValidPath", Func, 16, "func(name string) bool"},
  7170  		{"WalkDir", Func, 16, "func(fsys FS, root string, fn WalkDirFunc) error"},
  7171  		{"WalkDirFunc", Type, 16, ""},
  7172  	},
  7173  	"io/ioutil": {
  7174  		{"Discard", Var, 0, ""},
  7175  		{"NopCloser", Func, 0, "func(r io.Reader) io.ReadCloser"},
  7176  		{"ReadAll", Func, 0, "func(r io.Reader) ([]byte, error)"},
  7177  		{"ReadDir", Func, 0, "func(dirname string) ([]fs.FileInfo, error)"},
  7178  		{"ReadFile", Func, 0, "func(filename string) ([]byte, error)"},
  7179  		{"TempDir", Func, 0, "func(dir string, pattern string) (name string, err error)"},
  7180  		{"TempFile", Func, 0, "func(dir string, pattern string) (f *os.File, err error)"},
  7181  		{"WriteFile", Func, 0, "func(filename string, data []byte, perm fs.FileMode) error"},
  7182  	},
  7183  	"iter": {
  7184  		{"Pull", Func, 23, "func[V any](seq Seq[V]) (next func() (V, bool), stop func())"},
  7185  		{"Pull2", Func, 23, "func[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func())"},
  7186  		{"Seq", Type, 23, ""},
  7187  		{"Seq2", Type, 23, ""},
  7188  	},
  7189  	"log": {
  7190  		{"(*Logger).Fatal", Method, 0, ""},
  7191  		{"(*Logger).Fatalf", Method, 0, ""},
  7192  		{"(*Logger).Fatalln", Method, 0, ""},
  7193  		{"(*Logger).Flags", Method, 0, ""},
  7194  		{"(*Logger).Output", Method, 0, ""},
  7195  		{"(*Logger).Panic", Method, 0, ""},
  7196  		{"(*Logger).Panicf", Method, 0, ""},
  7197  		{"(*Logger).Panicln", Method, 0, ""},
  7198  		{"(*Logger).Prefix", Method, 0, ""},
  7199  		{"(*Logger).Print", Method, 0, ""},
  7200  		{"(*Logger).Printf", Method, 0, ""},
  7201  		{"(*Logger).Println", Method, 0, ""},
  7202  		{"(*Logger).SetFlags", Method, 0, ""},
  7203  		{"(*Logger).SetOutput", Method, 5, ""},
  7204  		{"(*Logger).SetPrefix", Method, 0, ""},
  7205  		{"(*Logger).Writer", Method, 12, ""},
  7206  		{"Default", Func, 16, "func() *Logger"},
  7207  		{"Fatal", Func, 0, "func(v ...any)"},
  7208  		{"Fatalf", Func, 0, "func(format string, v ...any)"},
  7209  		{"Fatalln", Func, 0, "func(v ...any)"},
  7210  		{"Flags", Func, 0, "func() int"},
  7211  		{"LUTC", Const, 5, ""},
  7212  		{"Ldate", Const, 0, ""},
  7213  		{"Llongfile", Const, 0, ""},
  7214  		{"Lmicroseconds", Const, 0, ""},
  7215  		{"Lmsgprefix", Const, 14, ""},
  7216  		{"Logger", Type, 0, ""},
  7217  		{"Lshortfile", Const, 0, ""},
  7218  		{"LstdFlags", Const, 0, ""},
  7219  		{"Ltime", Const, 0, ""},
  7220  		{"New", Func, 0, "func(out io.Writer, prefix string, flag int) *Logger"},
  7221  		{"Output", Func, 5, "func(calldepth int, s string) error"},
  7222  		{"Panic", Func, 0, "func(v ...any)"},
  7223  		{"Panicf", Func, 0, "func(format string, v ...any)"},
  7224  		{"Panicln", Func, 0, "func(v ...any)"},
  7225  		{"Prefix", Func, 0, "func() string"},
  7226  		{"Print", Func, 0, "func(v ...any)"},
  7227  		{"Printf", Func, 0, "func(format string, v ...any)"},
  7228  		{"Println", Func, 0, "func(v ...any)"},
  7229  		{"SetFlags", Func, 0, "func(flag int)"},
  7230  		{"SetOutput", Func, 0, "func(w io.Writer)"},
  7231  		{"SetPrefix", Func, 0, "func(prefix string)"},
  7232  		{"Writer", Func, 13, "func() io.Writer"},
  7233  	},
  7234  	"log/slog": {
  7235  		{"(*JSONHandler).Enabled", Method, 21, ""},
  7236  		{"(*JSONHandler).Handle", Method, 21, ""},
  7237  		{"(*JSONHandler).WithAttrs", Method, 21, ""},
  7238  		{"(*JSONHandler).WithGroup", Method, 21, ""},
  7239  		{"(*Level).UnmarshalJSON", Method, 21, ""},
  7240  		{"(*Level).UnmarshalText", Method, 21, ""},
  7241  		{"(*LevelVar).AppendText", Method, 24, ""},
  7242  		{"(*LevelVar).Level", Method, 21, ""},
  7243  		{"(*LevelVar).MarshalText", Method, 21, ""},
  7244  		{"(*LevelVar).Set", Method, 21, ""},
  7245  		{"(*LevelVar).String", Method, 21, ""},
  7246  		{"(*LevelVar).UnmarshalText", Method, 21, ""},
  7247  		{"(*Logger).Debug", Method, 21, ""},
  7248  		{"(*Logger).DebugContext", Method, 21, ""},
  7249  		{"(*Logger).Enabled", Method, 21, ""},
  7250  		{"(*Logger).Error", Method, 21, ""},
  7251  		{"(*Logger).ErrorContext", Method, 21, ""},
  7252  		{"(*Logger).Handler", Method, 21, ""},
  7253  		{"(*Logger).Info", Method, 21, ""},
  7254  		{"(*Logger).InfoContext", Method, 21, ""},
  7255  		{"(*Logger).Log", Method, 21, ""},
  7256  		{"(*Logger).LogAttrs", Method, 21, ""},
  7257  		{"(*Logger).Warn", Method, 21, ""},
  7258  		{"(*Logger).WarnContext", Method, 21, ""},
  7259  		{"(*Logger).With", Method, 21, ""},
  7260  		{"(*Logger).WithGroup", Method, 21, ""},
  7261  		{"(*Record).Add", Method, 21, ""},
  7262  		{"(*Record).AddAttrs", Method, 21, ""},
  7263  		{"(*TextHandler).Enabled", Method, 21, ""},
  7264  		{"(*TextHandler).Handle", Method, 21, ""},
  7265  		{"(*TextHandler).WithAttrs", Method, 21, ""},
  7266  		{"(*TextHandler).WithGroup", Method, 21, ""},
  7267  		{"(Attr).Equal", Method, 21, ""},
  7268  		{"(Attr).String", Method, 21, ""},
  7269  		{"(Kind).String", Method, 21, ""},
  7270  		{"(Level).AppendText", Method, 24, ""},
  7271  		{"(Level).Level", Method, 21, ""},
  7272  		{"(Level).MarshalJSON", Method, 21, ""},
  7273  		{"(Level).MarshalText", Method, 21, ""},
  7274  		{"(Level).String", Method, 21, ""},
  7275  		{"(Record).Attrs", Method, 21, ""},
  7276  		{"(Record).Clone", Method, 21, ""},
  7277  		{"(Record).NumAttrs", Method, 21, ""},
  7278  		{"(Value).Any", Method, 21, ""},
  7279  		{"(Value).Bool", Method, 21, ""},
  7280  		{"(Value).Duration", Method, 21, ""},
  7281  		{"(Value).Equal", Method, 21, ""},
  7282  		{"(Value).Float64", Method, 21, ""},
  7283  		{"(Value).Group", Method, 21, ""},
  7284  		{"(Value).Int64", Method, 21, ""},
  7285  		{"(Value).Kind", Method, 21, ""},
  7286  		{"(Value).LogValuer", Method, 21, ""},
  7287  		{"(Value).Resolve", Method, 21, ""},
  7288  		{"(Value).String", Method, 21, ""},
  7289  		{"(Value).Time", Method, 21, ""},
  7290  		{"(Value).Uint64", Method, 21, ""},
  7291  		{"Any", Func, 21, "func(key string, value any) Attr"},
  7292  		{"AnyValue", Func, 21, "func(v any) Value"},
  7293  		{"Attr", Type, 21, ""},
  7294  		{"Attr.Key", Field, 21, ""},
  7295  		{"Attr.Value", Field, 21, ""},
  7296  		{"Bool", Func, 21, "func(key string, v bool) Attr"},
  7297  		{"BoolValue", Func, 21, "func(v bool) Value"},
  7298  		{"Debug", Func, 21, "func(msg string, args ...any)"},
  7299  		{"DebugContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
  7300  		{"Default", Func, 21, "func() *Logger"},
  7301  		{"DiscardHandler", Var, 24, ""},
  7302  		{"Duration", Func, 21, "func(key string, v time.Duration) Attr"},
  7303  		{"DurationValue", Func, 21, "func(v time.Duration) Value"},
  7304  		{"Error", Func, 21, "func(msg string, args ...any)"},
  7305  		{"ErrorContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
  7306  		{"Float64", Func, 21, "func(key string, v float64) Attr"},
  7307  		{"Float64Value", Func, 21, "func(v float64) Value"},
  7308  		{"Group", Func, 21, "func(key string, args ...any) Attr"},
  7309  		{"GroupValue", Func, 21, "func(as ...Attr) Value"},
  7310  		{"Handler", Type, 21, ""},
  7311  		{"HandlerOptions", Type, 21, ""},
  7312  		{"HandlerOptions.AddSource", Field, 21, ""},
  7313  		{"HandlerOptions.Level", Field, 21, ""},
  7314  		{"HandlerOptions.ReplaceAttr", Field, 21, ""},
  7315  		{"Info", Func, 21, "func(msg string, args ...any)"},
  7316  		{"InfoContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
  7317  		{"Int", Func, 21, "func(key string, value int) Attr"},
  7318  		{"Int64", Func, 21, "func(key string, value int64) Attr"},
  7319  		{"Int64Value", Func, 21, "func(v int64) Value"},
  7320  		{"IntValue", Func, 21, "func(v int) Value"},
  7321  		{"JSONHandler", Type, 21, ""},
  7322  		{"Kind", Type, 21, ""},
  7323  		{"KindAny", Const, 21, ""},
  7324  		{"KindBool", Const, 21, ""},
  7325  		{"KindDuration", Const, 21, ""},
  7326  		{"KindFloat64", Const, 21, ""},
  7327  		{"KindGroup", Const, 21, ""},
  7328  		{"KindInt64", Const, 21, ""},
  7329  		{"KindLogValuer", Const, 21, ""},
  7330  		{"KindString", Const, 21, ""},
  7331  		{"KindTime", Const, 21, ""},
  7332  		{"KindUint64", Const, 21, ""},
  7333  		{"Level", Type, 21, ""},
  7334  		{"LevelDebug", Const, 21, ""},
  7335  		{"LevelError", Const, 21, ""},
  7336  		{"LevelInfo", Const, 21, ""},
  7337  		{"LevelKey", Const, 21, ""},
  7338  		{"LevelVar", Type, 21, ""},
  7339  		{"LevelWarn", Const, 21, ""},
  7340  		{"Leveler", Type, 21, ""},
  7341  		{"Log", Func, 21, "func(ctx context.Context, level Level, msg string, args ...any)"},
  7342  		{"LogAttrs", Func, 21, "func(ctx context.Context, level Level, msg string, attrs ...Attr)"},
  7343  		{"LogValuer", Type, 21, ""},
  7344  		{"Logger", Type, 21, ""},
  7345  		{"MessageKey", Const, 21, ""},
  7346  		{"New", Func, 21, "func(h Handler) *Logger"},
  7347  		{"NewJSONHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *JSONHandler"},
  7348  		{"NewLogLogger", Func, 21, "func(h Handler, level Level) *log.Logger"},
  7349  		{"NewRecord", Func, 21, "func(t time.Time, level Level, msg string, pc uintptr) Record"},
  7350  		{"NewTextHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *TextHandler"},
  7351  		{"Record", Type, 21, ""},
  7352  		{"Record.Level", Field, 21, ""},
  7353  		{"Record.Message", Field, 21, ""},
  7354  		{"Record.PC", Field, 21, ""},
  7355  		{"Record.Time", Field, 21, ""},
  7356  		{"SetDefault", Func, 21, "func(l *Logger)"},
  7357  		{"SetLogLoggerLevel", Func, 22, "func(level Level) (oldLevel Level)"},
  7358  		{"Source", Type, 21, ""},
  7359  		{"Source.File", Field, 21, ""},
  7360  		{"Source.Function", Field, 21, ""},
  7361  		{"Source.Line", Field, 21, ""},
  7362  		{"SourceKey", Const, 21, ""},
  7363  		{"String", Func, 21, "func(key string, value string) Attr"},
  7364  		{"StringValue", Func, 21, "func(value string) Value"},
  7365  		{"TextHandler", Type, 21, ""},
  7366  		{"Time", Func, 21, "func(key string, v time.Time) Attr"},
  7367  		{"TimeKey", Const, 21, ""},
  7368  		{"TimeValue", Func, 21, "func(v time.Time) Value"},
  7369  		{"Uint64", Func, 21, "func(key string, v uint64) Attr"},
  7370  		{"Uint64Value", Func, 21, "func(v uint64) Value"},
  7371  		{"Value", Type, 21, ""},
  7372  		{"Warn", Func, 21, "func(msg string, args ...any)"},
  7373  		{"WarnContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
  7374  		{"With", Func, 21, "func(args ...any) *Logger"},
  7375  	},
  7376  	"log/syslog": {
  7377  		{"(*Writer).Alert", Method, 0, ""},
  7378  		{"(*Writer).Close", Method, 0, ""},
  7379  		{"(*Writer).Crit", Method, 0, ""},
  7380  		{"(*Writer).Debug", Method, 0, ""},
  7381  		{"(*Writer).Emerg", Method, 0, ""},
  7382  		{"(*Writer).Err", Method, 0, ""},
  7383  		{"(*Writer).Info", Method, 0, ""},
  7384  		{"(*Writer).Notice", Method, 0, ""},
  7385  		{"(*Writer).Warning", Method, 0, ""},
  7386  		{"(*Writer).Write", Method, 0, ""},
  7387  		{"Dial", Func, 0, "func(network string, raddr string, priority Priority, tag string) (*Writer, error)"},
  7388  		{"LOG_ALERT", Const, 0, ""},
  7389  		{"LOG_AUTH", Const, 1, ""},
  7390  		{"LOG_AUTHPRIV", Const, 1, ""},
  7391  		{"LOG_CRIT", Const, 0, ""},
  7392  		{"LOG_CRON", Const, 1, ""},
  7393  		{"LOG_DAEMON", Const, 1, ""},
  7394  		{"LOG_DEBUG", Const, 0, ""},
  7395  		{"LOG_EMERG", Const, 0, ""},
  7396  		{"LOG_ERR", Const, 0, ""},
  7397  		{"LOG_FTP", Const, 1, ""},
  7398  		{"LOG_INFO", Const, 0, ""},
  7399  		{"LOG_KERN", Const, 1, ""},
  7400  		{"LOG_LOCAL0", Const, 1, ""},
  7401  		{"LOG_LOCAL1", Const, 1, ""},
  7402  		{"LOG_LOCAL2", Const, 1, ""},
  7403  		{"LOG_LOCAL3", Const, 1, ""},
  7404  		{"LOG_LOCAL4", Const, 1, ""},
  7405  		{"LOG_LOCAL5", Const, 1, ""},
  7406  		{"LOG_LOCAL6", Const, 1, ""},
  7407  		{"LOG_LOCAL7", Const, 1, ""},
  7408  		{"LOG_LPR", Const, 1, ""},
  7409  		{"LOG_MAIL", Const, 1, ""},
  7410  		{"LOG_NEWS", Const, 1, ""},
  7411  		{"LOG_NOTICE", Const, 0, ""},
  7412  		{"LOG_SYSLOG", Const, 1, ""},
  7413  		{"LOG_USER", Const, 1, ""},
  7414  		{"LOG_UUCP", Const, 1, ""},
  7415  		{"LOG_WARNING", Const, 0, ""},
  7416  		{"New", Func, 0, "func(priority Priority, tag string) (*Writer, error)"},
  7417  		{"NewLogger", Func, 0, "func(p Priority, logFlag int) (*log.Logger, error)"},
  7418  		{"Priority", Type, 0, ""},
  7419  		{"Writer", Type, 0, ""},
  7420  	},
  7421  	"maps": {
  7422  		{"All", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V]"},
  7423  		{"Clone", Func, 21, "func[M ~map[K]V, K comparable, V any](m M) M"},
  7424  		{"Collect", Func, 23, "func[K comparable, V any](seq iter.Seq2[K, V]) map[K]V"},
  7425  		{"Copy", Func, 21, "func[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)"},
  7426  		{"DeleteFunc", Func, 21, "func[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool)"},
  7427  		{"Equal", Func, 21, "func[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool"},
  7428  		{"EqualFunc", Func, 21, "func[M1 ~map[K]V1, M2 ~map[K]V2, K comparable, V1, V2 any](m1 M1, m2 M2, eq func(V1, V2) bool) bool"},
  7429  		{"Insert", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V])"},
  7430  		{"Keys", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[K]"},
  7431  		{"Values", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[V]"},
  7432  	},
  7433  	"math": {
  7434  		{"Abs", Func, 0, "func(x float64) float64"},
  7435  		{"Acos", Func, 0, "func(x float64) float64"},
  7436  		{"Acosh", Func, 0, "func(x float64) float64"},
  7437  		{"Asin", Func, 0, "func(x float64) float64"},
  7438  		{"Asinh", Func, 0, "func(x float64) float64"},
  7439  		{"Atan", Func, 0, "func(x float64) float64"},
  7440  		{"Atan2", Func, 0, "func(y float64, x float64) float64"},
  7441  		{"Atanh", Func, 0, "func(x float64) float64"},
  7442  		{"Cbrt", Func, 0, "func(x float64) float64"},
  7443  		{"Ceil", Func, 0, "func(x float64) float64"},
  7444  		{"Copysign", Func, 0, "func(f float64, sign float64) float64"},
  7445  		{"Cos", Func, 0, "func(x float64) float64"},
  7446  		{"Cosh", Func, 0, "func(x float64) float64"},
  7447  		{"Dim", Func, 0, "func(x float64, y float64) float64"},
  7448  		{"E", Const, 0, ""},
  7449  		{"Erf", Func, 0, "func(x float64) float64"},
  7450  		{"Erfc", Func, 0, "func(x float64) float64"},
  7451  		{"Erfcinv", Func, 10, "func(x float64) float64"},
  7452  		{"Erfinv", Func, 10, "func(x float64) float64"},
  7453  		{"Exp", Func, 0, "func(x float64) float64"},
  7454  		{"Exp2", Func, 0, "func(x float64) float64"},
  7455  		{"Expm1", Func, 0, "func(x float64) float64"},
  7456  		{"FMA", Func, 14, "func(x float64, y float64, z float64) float64"},
  7457  		{"Float32bits", Func, 0, "func(f float32) uint32"},
  7458  		{"Float32frombits", Func, 0, "func(b uint32) float32"},
  7459  		{"Float64bits", Func, 0, "func(f float64) uint64"},
  7460  		{"Float64frombits", Func, 0, "func(b uint64) float64"},
  7461  		{"Floor", Func, 0, "func(x float64) float64"},
  7462  		{"Frexp", Func, 0, "func(f float64) (frac float64, exp int)"},
  7463  		{"Gamma", Func, 0, "func(x float64) float64"},
  7464  		{"Hypot", Func, 0, "func(p float64, q float64) float64"},
  7465  		{"Ilogb", Func, 0, "func(x float64) int"},
  7466  		{"Inf", Func, 0, "func(sign int) float64"},
  7467  		{"IsInf", Func, 0, "func(f float64, sign int) bool"},
  7468  		{"IsNaN", Func, 0, "func(f float64) (is bool)"},
  7469  		{"J0", Func, 0, "func(x float64) float64"},
  7470  		{"J1", Func, 0, "func(x float64) float64"},
  7471  		{"Jn", Func, 0, "func(n int, x float64) float64"},
  7472  		{"Ldexp", Func, 0, "func(frac float64, exp int) float64"},
  7473  		{"Lgamma", Func, 0, "func(x float64) (lgamma float64, sign int)"},
  7474  		{"Ln10", Const, 0, ""},
  7475  		{"Ln2", Const, 0, ""},
  7476  		{"Log", Func, 0, "func(x float64) float64"},
  7477  		{"Log10", Func, 0, "func(x float64) float64"},
  7478  		{"Log10E", Const, 0, ""},
  7479  		{"Log1p", Func, 0, "func(x float64) float64"},
  7480  		{"Log2", Func, 0, "func(x float64) float64"},
  7481  		{"Log2E", Const, 0, ""},
  7482  		{"Logb", Func, 0, "func(x float64) float64"},
  7483  		{"Max", Func, 0, "func(x float64, y float64) float64"},
  7484  		{"MaxFloat32", Const, 0, ""},
  7485  		{"MaxFloat64", Const, 0, ""},
  7486  		{"MaxInt", Const, 17, ""},
  7487  		{"MaxInt16", Const, 0, ""},
  7488  		{"MaxInt32", Const, 0, ""},
  7489  		{"MaxInt64", Const, 0, ""},
  7490  		{"MaxInt8", Const, 0, ""},
  7491  		{"MaxUint", Const, 17, ""},
  7492  		{"MaxUint16", Const, 0, ""},
  7493  		{"MaxUint32", Const, 0, ""},
  7494  		{"MaxUint64", Const, 0, ""},
  7495  		{"MaxUint8", Const, 0, ""},
  7496  		{"Min", Func, 0, "func(x float64, y float64) float64"},
  7497  		{"MinInt", Const, 17, ""},
  7498  		{"MinInt16", Const, 0, ""},
  7499  		{"MinInt32", Const, 0, ""},
  7500  		{"MinInt64", Const, 0, ""},
  7501  		{"MinInt8", Const, 0, ""},
  7502  		{"Mod", Func, 0, "func(x float64, y float64) float64"},
  7503  		{"Modf", Func, 0, "func(f float64) (int float64, frac float64)"},
  7504  		{"NaN", Func, 0, "func() float64"},
  7505  		{"Nextafter", Func, 0, "func(x float64, y float64) (r float64)"},
  7506  		{"Nextafter32", Func, 4, "func(x float32, y float32) (r float32)"},
  7507  		{"Phi", Const, 0, ""},
  7508  		{"Pi", Const, 0, ""},
  7509  		{"Pow", Func, 0, "func(x float64, y float64) float64"},
  7510  		{"Pow10", Func, 0, "func(n int) float64"},
  7511  		{"Remainder", Func, 0, "func(x float64, y float64) float64"},
  7512  		{"Round", Func, 10, "func(x float64) float64"},
  7513  		{"RoundToEven", Func, 10, "func(x float64) float64"},
  7514  		{"Signbit", Func, 0, "func(x float64) bool"},
  7515  		{"Sin", Func, 0, "func(x float64) float64"},
  7516  		{"Sincos", Func, 0, "func(x float64) (sin float64, cos float64)"},
  7517  		{"Sinh", Func, 0, "func(x float64) float64"},
  7518  		{"SmallestNonzeroFloat32", Const, 0, ""},
  7519  		{"SmallestNonzeroFloat64", Const, 0, ""},
  7520  		{"Sqrt", Func, 0, "func(x float64) float64"},
  7521  		{"Sqrt2", Const, 0, ""},
  7522  		{"SqrtE", Const, 0, ""},
  7523  		{"SqrtPhi", Const, 0, ""},
  7524  		{"SqrtPi", Const, 0, ""},
  7525  		{"Tan", Func, 0, "func(x float64) float64"},
  7526  		{"Tanh", Func, 0, "func(x float64) float64"},
  7527  		{"Trunc", Func, 0, "func(x float64) float64"},
  7528  		{"Y0", Func, 0, "func(x float64) float64"},
  7529  		{"Y1", Func, 0, "func(x float64) float64"},
  7530  		{"Yn", Func, 0, "func(n int, x float64) float64"},
  7531  	},
  7532  	"math/big": {
  7533  		{"(*Float).Abs", Method, 5, ""},
  7534  		{"(*Float).Acc", Method, 5, ""},
  7535  		{"(*Float).Add", Method, 5, ""},
  7536  		{"(*Float).Append", Method, 5, ""},
  7537  		{"(*Float).AppendText", Method, 24, ""},
  7538  		{"(*Float).Cmp", Method, 5, ""},
  7539  		{"(*Float).Copy", Method, 5, ""},
  7540  		{"(*Float).Float32", Method, 5, ""},
  7541  		{"(*Float).Float64", Method, 5, ""},
  7542  		{"(*Float).Format", Method, 5, ""},
  7543  		{"(*Float).GobDecode", Method, 7, ""},
  7544  		{"(*Float).GobEncode", Method, 7, ""},
  7545  		{"(*Float).Int", Method, 5, ""},
  7546  		{"(*Float).Int64", Method, 5, ""},
  7547  		{"(*Float).IsInf", Method, 5, ""},
  7548  		{"(*Float).IsInt", Method, 5, ""},
  7549  		{"(*Float).MantExp", Method, 5, ""},
  7550  		{"(*Float).MarshalText", Method, 6, ""},
  7551  		{"(*Float).MinPrec", Method, 5, ""},
  7552  		{"(*Float).Mode", Method, 5, ""},
  7553  		{"(*Float).Mul", Method, 5, ""},
  7554  		{"(*Float).Neg", Method, 5, ""},
  7555  		{"(*Float).Parse", Method, 5, ""},
  7556  		{"(*Float).Prec", Method, 5, ""},
  7557  		{"(*Float).Quo", Method, 5, ""},
  7558  		{"(*Float).Rat", Method, 5, ""},
  7559  		{"(*Float).Scan", Method, 8, ""},
  7560  		{"(*Float).Set", Method, 5, ""},
  7561  		{"(*Float).SetFloat64", Method, 5, ""},
  7562  		{"(*Float).SetInf", Method, 5, ""},
  7563  		{"(*Float).SetInt", Method, 5, ""},
  7564  		{"(*Float).SetInt64", Method, 5, ""},
  7565  		{"(*Float).SetMantExp", Method, 5, ""},
  7566  		{"(*Float).SetMode", Method, 5, ""},
  7567  		{"(*Float).SetPrec", Method, 5, ""},
  7568  		{"(*Float).SetRat", Method, 5, ""},
  7569  		{"(*Float).SetString", Method, 5, ""},
  7570  		{"(*Float).SetUint64", Method, 5, ""},
  7571  		{"(*Float).Sign", Method, 5, ""},
  7572  		{"(*Float).Signbit", Method, 5, ""},
  7573  		{"(*Float).Sqrt", Method, 10, ""},
  7574  		{"(*Float).String", Method, 5, ""},
  7575  		{"(*Float).Sub", Method, 5, ""},
  7576  		{"(*Float).Text", Method, 5, ""},
  7577  		{"(*Float).Uint64", Method, 5, ""},
  7578  		{"(*Float).UnmarshalText", Method, 6, ""},
  7579  		{"(*Int).Abs", Method, 0, ""},
  7580  		{"(*Int).Add", Method, 0, ""},
  7581  		{"(*Int).And", Method, 0, ""},
  7582  		{"(*Int).AndNot", Method, 0, ""},
  7583  		{"(*Int).Append", Method, 6, ""},
  7584  		{"(*Int).AppendText", Method, 24, ""},
  7585  		{"(*Int).Binomial", Method, 0, ""},
  7586  		{"(*Int).Bit", Method, 0, ""},
  7587  		{"(*Int).BitLen", Method, 0, ""},
  7588  		{"(*Int).Bits", Method, 0, ""},
  7589  		{"(*Int).Bytes", Method, 0, ""},
  7590  		{"(*Int).Cmp", Method, 0, ""},
  7591  		{"(*Int).CmpAbs", Method, 10, ""},
  7592  		{"(*Int).Div", Method, 0, ""},
  7593  		{"(*Int).DivMod", Method, 0, ""},
  7594  		{"(*Int).Exp", Method, 0, ""},
  7595  		{"(*Int).FillBytes", Method, 15, ""},
  7596  		{"(*Int).Float64", Method, 21, ""},
  7597  		{"(*Int).Format", Method, 0, ""},
  7598  		{"(*Int).GCD", Method, 0, ""},
  7599  		{"(*Int).GobDecode", Method, 0, ""},
  7600  		{"(*Int).GobEncode", Method, 0, ""},
  7601  		{"(*Int).Int64", Method, 0, ""},
  7602  		{"(*Int).IsInt64", Method, 9, ""},
  7603  		{"(*Int).IsUint64", Method, 9, ""},
  7604  		{"(*Int).Lsh", Method, 0, ""},
  7605  		{"(*Int).MarshalJSON", Method, 1, ""},
  7606  		{"(*Int).MarshalText", Method, 3, ""},
  7607  		{"(*Int).Mod", Method, 0, ""},
  7608  		{"(*Int).ModInverse", Method, 0, ""},
  7609  		{"(*Int).ModSqrt", Method, 5, ""},
  7610  		{"(*Int).Mul", Method, 0, ""},
  7611  		{"(*Int).MulRange", Method, 0, ""},
  7612  		{"(*Int).Neg", Method, 0, ""},
  7613  		{"(*Int).Not", Method, 0, ""},
  7614  		{"(*Int).Or", Method, 0, ""},
  7615  		{"(*Int).ProbablyPrime", Method, 0, ""},
  7616  		{"(*Int).Quo", Method, 0, ""},
  7617  		{"(*Int).QuoRem", Method, 0, ""},
  7618  		{"(*Int).Rand", Method, 0, ""},
  7619  		{"(*Int).Rem", Method, 0, ""},
  7620  		{"(*Int).Rsh", Method, 0, ""},
  7621  		{"(*Int).Scan", Method, 0, ""},
  7622  		{"(*Int).Set", Method, 0, ""},
  7623  		{"(*Int).SetBit", Method, 0, ""},
  7624  		{"(*Int).SetBits", Method, 0, ""},
  7625  		{"(*Int).SetBytes", Method, 0, ""},
  7626  		{"(*Int).SetInt64", Method, 0, ""},
  7627  		{"(*Int).SetString", Method, 0, ""},
  7628  		{"(*Int).SetUint64", Method, 1, ""},
  7629  		{"(*Int).Sign", Method, 0, ""},
  7630  		{"(*Int).Sqrt", Method, 8, ""},
  7631  		{"(*Int).String", Method, 0, ""},
  7632  		{"(*Int).Sub", Method, 0, ""},
  7633  		{"(*Int).Text", Method, 6, ""},
  7634  		{"(*Int).TrailingZeroBits", Method, 13, ""},
  7635  		{"(*Int).Uint64", Method, 1, ""},
  7636  		{"(*Int).UnmarshalJSON", Method, 1, ""},
  7637  		{"(*Int).UnmarshalText", Method, 3, ""},
  7638  		{"(*Int).Xor", Method, 0, ""},
  7639  		{"(*Rat).Abs", Method, 0, ""},
  7640  		{"(*Rat).Add", Method, 0, ""},
  7641  		{"(*Rat).AppendText", Method, 24, ""},
  7642  		{"(*Rat).Cmp", Method, 0, ""},
  7643  		{"(*Rat).Denom", Method, 0, ""},
  7644  		{"(*Rat).Float32", Method, 4, ""},
  7645  		{"(*Rat).Float64", Method, 1, ""},
  7646  		{"(*Rat).FloatPrec", Method, 22, ""},
  7647  		{"(*Rat).FloatString", Method, 0, ""},
  7648  		{"(*Rat).GobDecode", Method, 0, ""},
  7649  		{"(*Rat).GobEncode", Method, 0, ""},
  7650  		{"(*Rat).Inv", Method, 0, ""},
  7651  		{"(*Rat).IsInt", Method, 0, ""},
  7652  		{"(*Rat).MarshalText", Method, 3, ""},
  7653  		{"(*Rat).Mul", Method, 0, ""},
  7654  		{"(*Rat).Neg", Method, 0, ""},
  7655  		{"(*Rat).Num", Method, 0, ""},
  7656  		{"(*Rat).Quo", Method, 0, ""},
  7657  		{"(*Rat).RatString", Method, 0, ""},
  7658  		{"(*Rat).Scan", Method, 0, ""},
  7659  		{"(*Rat).Set", Method, 0, ""},
  7660  		{"(*Rat).SetFloat64", Method, 1, ""},
  7661  		{"(*Rat).SetFrac", Method, 0, ""},
  7662  		{"(*Rat).SetFrac64", Method, 0, ""},
  7663  		{"(*Rat).SetInt", Method, 0, ""},
  7664  		{"(*Rat).SetInt64", Method, 0, ""},
  7665  		{"(*Rat).SetString", Method, 0, ""},
  7666  		{"(*Rat).SetUint64", Method, 13, ""},
  7667  		{"(*Rat).Sign", Method, 0, ""},
  7668  		{"(*Rat).String", Method, 0, ""},
  7669  		{"(*Rat).Sub", Method, 0, ""},
  7670  		{"(*Rat).UnmarshalText", Method, 3, ""},
  7671  		{"(Accuracy).String", Method, 5, ""},
  7672  		{"(ErrNaN).Error", Method, 5, ""},
  7673  		{"(RoundingMode).String", Method, 5, ""},
  7674  		{"Above", Const, 5, ""},
  7675  		{"Accuracy", Type, 5, ""},
  7676  		{"AwayFromZero", Const, 5, ""},
  7677  		{"Below", Const, 5, ""},
  7678  		{"ErrNaN", Type, 5, ""},
  7679  		{"Exact", Const, 5, ""},
  7680  		{"Float", Type, 5, ""},
  7681  		{"Int", Type, 0, ""},
  7682  		{"Jacobi", Func, 5, "func(x *Int, y *Int) int"},
  7683  		{"MaxBase", Const, 0, ""},
  7684  		{"MaxExp", Const, 5, ""},
  7685  		{"MaxPrec", Const, 5, ""},
  7686  		{"MinExp", Const, 5, ""},
  7687  		{"NewFloat", Func, 5, "func(x float64) *Float"},
  7688  		{"NewInt", Func, 0, "func(x int64) *Int"},
  7689  		{"NewRat", Func, 0, "func(a int64, b int64) *Rat"},
  7690  		{"ParseFloat", Func, 5, "func(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error)"},
  7691  		{"Rat", Type, 0, ""},
  7692  		{"RoundingMode", Type, 5, ""},
  7693  		{"ToNearestAway", Const, 5, ""},
  7694  		{"ToNearestEven", Const, 5, ""},
  7695  		{"ToNegativeInf", Const, 5, ""},
  7696  		{"ToPositiveInf", Const, 5, ""},
  7697  		{"ToZero", Const, 5, ""},
  7698  		{"Word", Type, 0, ""},
  7699  	},
  7700  	"math/bits": {
  7701  		{"Add", Func, 12, "func(x uint, y uint, carry uint) (sum uint, carryOut uint)"},
  7702  		{"Add32", Func, 12, "func(x uint32, y uint32, carry uint32) (sum uint32, carryOut uint32)"},
  7703  		{"Add64", Func, 12, "func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)"},
  7704  		{"Div", Func, 12, "func(hi uint, lo uint, y uint) (quo uint, rem uint)"},
  7705  		{"Div32", Func, 12, "func(hi uint32, lo uint32, y uint32) (quo uint32, rem uint32)"},
  7706  		{"Div64", Func, 12, "func(hi uint64, lo uint64, y uint64) (quo uint64, rem uint64)"},
  7707  		{"LeadingZeros", Func, 9, "func(x uint) int"},
  7708  		{"LeadingZeros16", Func, 9, "func(x uint16) int"},
  7709  		{"LeadingZeros32", Func, 9, "func(x uint32) int"},
  7710  		{"LeadingZeros64", Func, 9, "func(x uint64) int"},
  7711  		{"LeadingZeros8", Func, 9, "func(x uint8) int"},
  7712  		{"Len", Func, 9, "func(x uint) int"},
  7713  		{"Len16", Func, 9, "func(x uint16) (n int)"},
  7714  		{"Len32", Func, 9, "func(x uint32) (n int)"},
  7715  		{"Len64", Func, 9, "func(x uint64) (n int)"},
  7716  		{"Len8", Func, 9, "func(x uint8) int"},
  7717  		{"Mul", Func, 12, "func(x uint, y uint) (hi uint, lo uint)"},
  7718  		{"Mul32", Func, 12, "func(x uint32, y uint32) (hi uint32, lo uint32)"},
  7719  		{"Mul64", Func, 12, "func(x uint64, y uint64) (hi uint64, lo uint64)"},
  7720  		{"OnesCount", Func, 9, "func(x uint) int"},
  7721  		{"OnesCount16", Func, 9, "func(x uint16) int"},
  7722  		{"OnesCount32", Func, 9, "func(x uint32) int"},
  7723  		{"OnesCount64", Func, 9, "func(x uint64) int"},
  7724  		{"OnesCount8", Func, 9, "func(x uint8) int"},
  7725  		{"Rem", Func, 14, "func(hi uint, lo uint, y uint) uint"},
  7726  		{"Rem32", Func, 14, "func(hi uint32, lo uint32, y uint32) uint32"},
  7727  		{"Rem64", Func, 14, "func(hi uint64, lo uint64, y uint64) uint64"},
  7728  		{"Reverse", Func, 9, "func(x uint) uint"},
  7729  		{"Reverse16", Func, 9, "func(x uint16) uint16"},
  7730  		{"Reverse32", Func, 9, "func(x uint32) uint32"},
  7731  		{"Reverse64", Func, 9, "func(x uint64) uint64"},
  7732  		{"Reverse8", Func, 9, "func(x uint8) uint8"},
  7733  		{"ReverseBytes", Func, 9, "func(x uint) uint"},
  7734  		{"ReverseBytes16", Func, 9, "func(x uint16) uint16"},
  7735  		{"ReverseBytes32", Func, 9, "func(x uint32) uint32"},
  7736  		{"ReverseBytes64", Func, 9, "func(x uint64) uint64"},
  7737  		{"RotateLeft", Func, 9, "func(x uint, k int) uint"},
  7738  		{"RotateLeft16", Func, 9, "func(x uint16, k int) uint16"},
  7739  		{"RotateLeft32", Func, 9, "func(x uint32, k int) uint32"},
  7740  		{"RotateLeft64", Func, 9, "func(x uint64, k int) uint64"},
  7741  		{"RotateLeft8", Func, 9, "func(x uint8, k int) uint8"},
  7742  		{"Sub", Func, 12, "func(x uint, y uint, borrow uint) (diff uint, borrowOut uint)"},
  7743  		{"Sub32", Func, 12, "func(x uint32, y uint32, borrow uint32) (diff uint32, borrowOut uint32)"},
  7744  		{"Sub64", Func, 12, "func(x uint64, y uint64, borrow uint64) (diff uint64, borrowOut uint64)"},
  7745  		{"TrailingZeros", Func, 9, "func(x uint) int"},
  7746  		{"TrailingZeros16", Func, 9, "func(x uint16) int"},
  7747  		{"TrailingZeros32", Func, 9, "func(x uint32) int"},
  7748  		{"TrailingZeros64", Func, 9, "func(x uint64) int"},
  7749  		{"TrailingZeros8", Func, 9, "func(x uint8) int"},
  7750  		{"UintSize", Const, 9, ""},
  7751  	},
  7752  	"math/cmplx": {
  7753  		{"Abs", Func, 0, "func(x complex128) float64"},
  7754  		{"Acos", Func, 0, "func(x complex128) complex128"},
  7755  		{"Acosh", Func, 0, "func(x complex128) complex128"},
  7756  		{"Asin", Func, 0, "func(x complex128) complex128"},
  7757  		{"Asinh", Func, 0, "func(x complex128) complex128"},
  7758  		{"Atan", Func, 0, "func(x complex128) complex128"},
  7759  		{"Atanh", Func, 0, "func(x complex128) complex128"},
  7760  		{"Conj", Func, 0, "func(x complex128) complex128"},
  7761  		{"Cos", Func, 0, "func(x complex128) complex128"},
  7762  		{"Cosh", Func, 0, "func(x complex128) complex128"},
  7763  		{"Cot", Func, 0, "func(x complex128) complex128"},
  7764  		{"Exp", Func, 0, "func(x complex128) complex128"},
  7765  		{"Inf", Func, 0, "func() complex128"},
  7766  		{"IsInf", Func, 0, "func(x complex128) bool"},
  7767  		{"IsNaN", Func, 0, "func(x complex128) bool"},
  7768  		{"Log", Func, 0, "func(x complex128) complex128"},
  7769  		{"Log10", Func, 0, "func(x complex128) complex128"},
  7770  		{"NaN", Func, 0, "func() complex128"},
  7771  		{"Phase", Func, 0, "func(x complex128) float64"},
  7772  		{"Polar", Func, 0, "func(x complex128) (r float64, θ float64)"},
  7773  		{"Pow", Func, 0, "func(x complex128, y complex128) complex128"},
  7774  		{"Rect", Func, 0, "func(r float64, θ float64) complex128"},
  7775  		{"Sin", Func, 0, "func(x complex128) complex128"},
  7776  		{"Sinh", Func, 0, "func(x complex128) complex128"},
  7777  		{"Sqrt", Func, 0, "func(x complex128) complex128"},
  7778  		{"Tan", Func, 0, "func(x complex128) complex128"},
  7779  		{"Tanh", Func, 0, "func(x complex128) complex128"},
  7780  	},
  7781  	"math/rand": {
  7782  		{"(*Rand).ExpFloat64", Method, 0, ""},
  7783  		{"(*Rand).Float32", Method, 0, ""},
  7784  		{"(*Rand).Float64", Method, 0, ""},
  7785  		{"(*Rand).Int", Method, 0, ""},
  7786  		{"(*Rand).Int31", Method, 0, ""},
  7787  		{"(*Rand).Int31n", Method, 0, ""},
  7788  		{"(*Rand).Int63", Method, 0, ""},
  7789  		{"(*Rand).Int63n", Method, 0, ""},
  7790  		{"(*Rand).Intn", Method, 0, ""},
  7791  		{"(*Rand).NormFloat64", Method, 0, ""},
  7792  		{"(*Rand).Perm", Method, 0, ""},
  7793  		{"(*Rand).Read", Method, 6, ""},
  7794  		{"(*Rand).Seed", Method, 0, ""},
  7795  		{"(*Rand).Shuffle", Method, 10, ""},
  7796  		{"(*Rand).Uint32", Method, 0, ""},
  7797  		{"(*Rand).Uint64", Method, 8, ""},
  7798  		{"(*Zipf).Uint64", Method, 0, ""},
  7799  		{"ExpFloat64", Func, 0, "func() float64"},
  7800  		{"Float32", Func, 0, "func() float32"},
  7801  		{"Float64", Func, 0, "func() float64"},
  7802  		{"Int", Func, 0, "func() int"},
  7803  		{"Int31", Func, 0, "func() int32"},
  7804  		{"Int31n", Func, 0, "func(n int32) int32"},
  7805  		{"Int63", Func, 0, "func() int64"},
  7806  		{"Int63n", Func, 0, "func(n int64) int64"},
  7807  		{"Intn", Func, 0, "func(n int) int"},
  7808  		{"New", Func, 0, "func(src Source) *Rand"},
  7809  		{"NewSource", Func, 0, "func(seed int64) Source"},
  7810  		{"NewZipf", Func, 0, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
  7811  		{"NormFloat64", Func, 0, "func() float64"},
  7812  		{"Perm", Func, 0, "func(n int) []int"},
  7813  		{"Rand", Type, 0, ""},
  7814  		{"Read", Func, 6, "func(p []byte) (n int, err error)"},
  7815  		{"Seed", Func, 0, "func(seed int64)"},
  7816  		{"Shuffle", Func, 10, "func(n int, swap func(i int, j int))"},
  7817  		{"Source", Type, 0, ""},
  7818  		{"Source64", Type, 8, ""},
  7819  		{"Uint32", Func, 0, "func() uint32"},
  7820  		{"Uint64", Func, 8, "func() uint64"},
  7821  		{"Zipf", Type, 0, ""},
  7822  	},
  7823  	"math/rand/v2": {
  7824  		{"(*ChaCha8).AppendBinary", Method, 24, ""},
  7825  		{"(*ChaCha8).MarshalBinary", Method, 22, ""},
  7826  		{"(*ChaCha8).Read", Method, 23, ""},
  7827  		{"(*ChaCha8).Seed", Method, 22, ""},
  7828  		{"(*ChaCha8).Uint64", Method, 22, ""},
  7829  		{"(*ChaCha8).UnmarshalBinary", Method, 22, ""},
  7830  		{"(*PCG).AppendBinary", Method, 24, ""},
  7831  		{"(*PCG).MarshalBinary", Method, 22, ""},
  7832  		{"(*PCG).Seed", Method, 22, ""},
  7833  		{"(*PCG).Uint64", Method, 22, ""},
  7834  		{"(*PCG).UnmarshalBinary", Method, 22, ""},
  7835  		{"(*Rand).ExpFloat64", Method, 22, ""},
  7836  		{"(*Rand).Float32", Method, 22, ""},
  7837  		{"(*Rand).Float64", Method, 22, ""},
  7838  		{"(*Rand).Int", Method, 22, ""},
  7839  		{"(*Rand).Int32", Method, 22, ""},
  7840  		{"(*Rand).Int32N", Method, 22, ""},
  7841  		{"(*Rand).Int64", Method, 22, ""},
  7842  		{"(*Rand).Int64N", Method, 22, ""},
  7843  		{"(*Rand).IntN", Method, 22, ""},
  7844  		{"(*Rand).NormFloat64", Method, 22, ""},
  7845  		{"(*Rand).Perm", Method, 22, ""},
  7846  		{"(*Rand).Shuffle", Method, 22, ""},
  7847  		{"(*Rand).Uint", Method, 23, ""},
  7848  		{"(*Rand).Uint32", Method, 22, ""},
  7849  		{"(*Rand).Uint32N", Method, 22, ""},
  7850  		{"(*Rand).Uint64", Method, 22, ""},
  7851  		{"(*Rand).Uint64N", Method, 22, ""},
  7852  		{"(*Rand).UintN", Method, 22, ""},
  7853  		{"(*Zipf).Uint64", Method, 22, ""},
  7854  		{"ChaCha8", Type, 22, ""},
  7855  		{"ExpFloat64", Func, 22, "func() float64"},
  7856  		{"Float32", Func, 22, "func() float32"},
  7857  		{"Float64", Func, 22, "func() float64"},
  7858  		{"Int", Func, 22, "func() int"},
  7859  		{"Int32", Func, 22, "func() int32"},
  7860  		{"Int32N", Func, 22, "func(n int32) int32"},
  7861  		{"Int64", Func, 22, "func() int64"},
  7862  		{"Int64N", Func, 22, "func(n int64) int64"},
  7863  		{"IntN", Func, 22, "func(n int) int"},
  7864  		{"N", Func, 22, "func[Int intType](n Int) Int"},
  7865  		{"New", Func, 22, "func(src Source) *Rand"},
  7866  		{"NewChaCha8", Func, 22, "func(seed [32]byte) *ChaCha8"},
  7867  		{"NewPCG", Func, 22, "func(seed1 uint64, seed2 uint64) *PCG"},
  7868  		{"NewZipf", Func, 22, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
  7869  		{"NormFloat64", Func, 22, "func() float64"},
  7870  		{"PCG", Type, 22, ""},
  7871  		{"Perm", Func, 22, "func(n int) []int"},
  7872  		{"Rand", Type, 22, ""},
  7873  		{"Shuffle", Func, 22, "func(n int, swap func(i int, j int))"},
  7874  		{"Source", Type, 22, ""},
  7875  		{"Uint", Func, 23, "func() uint"},
  7876  		{"Uint32", Func, 22, "func() uint32"},
  7877  		{"Uint32N", Func, 22, "func(n uint32) uint32"},
  7878  		{"Uint64", Func, 22, "func() uint64"},
  7879  		{"Uint64N", Func, 22, "func(n uint64) uint64"},
  7880  		{"UintN", Func, 22, "func(n uint) uint"},
  7881  		{"Zipf", Type, 22, ""},
  7882  	},
  7883  	"mime": {
  7884  		{"(*WordDecoder).Decode", Method, 5, ""},
  7885  		{"(*WordDecoder).DecodeHeader", Method, 5, ""},
  7886  		{"(WordEncoder).Encode", Method, 5, ""},
  7887  		{"AddExtensionType", Func, 0, "func(ext string, typ string) error"},
  7888  		{"BEncoding", Const, 5, ""},
  7889  		{"ErrInvalidMediaParameter", Var, 9, ""},
  7890  		{"ExtensionsByType", Func, 5, "func(typ string) ([]string, error)"},
  7891  		{"FormatMediaType", Func, 0, "func(t string, param map[string]string) string"},
  7892  		{"ParseMediaType", Func, 0, "func(v string) (mediatype string, params map[string]string, err error)"},
  7893  		{"QEncoding", Const, 5, ""},
  7894  		{"TypeByExtension", Func, 0, "func(ext string) string"},
  7895  		{"WordDecoder", Type, 5, ""},
  7896  		{"WordDecoder.CharsetReader", Field, 5, ""},
  7897  		{"WordEncoder", Type, 5, ""},
  7898  	},
  7899  	"mime/multipart": {
  7900  		{"(*FileHeader).Open", Method, 0, ""},
  7901  		{"(*Form).RemoveAll", Method, 0, ""},
  7902  		{"(*Part).Close", Method, 0, ""},
  7903  		{"(*Part).FileName", Method, 0, ""},
  7904  		{"(*Part).FormName", Method, 0, ""},
  7905  		{"(*Part).Read", Method, 0, ""},
  7906  		{"(*Reader).NextPart", Method, 0, ""},
  7907  		{"(*Reader).NextRawPart", Method, 14, ""},
  7908  		{"(*Reader).ReadForm", Method, 0, ""},
  7909  		{"(*Writer).Boundary", Method, 0, ""},
  7910  		{"(*Writer).Close", Method, 0, ""},
  7911  		{"(*Writer).CreateFormField", Method, 0, ""},
  7912  		{"(*Writer).CreateFormFile", Method, 0, ""},
  7913  		{"(*Writer).CreatePart", Method, 0, ""},
  7914  		{"(*Writer).FormDataContentType", Method, 0, ""},
  7915  		{"(*Writer).SetBoundary", Method, 1, ""},
  7916  		{"(*Writer).WriteField", Method, 0, ""},
  7917  		{"ErrMessageTooLarge", Var, 9, ""},
  7918  		{"File", Type, 0, ""},
  7919  		{"FileContentDisposition", Func, 25, ""},
  7920  		{"FileHeader", Type, 0, ""},
  7921  		{"FileHeader.Filename", Field, 0, ""},
  7922  		{"FileHeader.Header", Field, 0, ""},
  7923  		{"FileHeader.Size", Field, 9, ""},
  7924  		{"Form", Type, 0, ""},
  7925  		{"Form.File", Field, 0, ""},
  7926  		{"Form.Value", Field, 0, ""},
  7927  		{"NewReader", Func, 0, "func(r io.Reader, boundary string) *Reader"},
  7928  		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
  7929  		{"Part", Type, 0, ""},
  7930  		{"Part.Header", Field, 0, ""},
  7931  		{"Reader", Type, 0, ""},
  7932  		{"Writer", Type, 0, ""},
  7933  	},
  7934  	"mime/quotedprintable": {
  7935  		{"(*Reader).Read", Method, 5, ""},
  7936  		{"(*Writer).Close", Method, 5, ""},
  7937  		{"(*Writer).Write", Method, 5, ""},
  7938  		{"NewReader", Func, 5, "func(r io.Reader) *Reader"},
  7939  		{"NewWriter", Func, 5, "func(w io.Writer) *Writer"},
  7940  		{"Reader", Type, 5, ""},
  7941  		{"Writer", Type, 5, ""},
  7942  		{"Writer.Binary", Field, 5, ""},
  7943  	},
  7944  	"net": {
  7945  		{"(*AddrError).Error", Method, 0, ""},
  7946  		{"(*AddrError).Temporary", Method, 0, ""},
  7947  		{"(*AddrError).Timeout", Method, 0, ""},
  7948  		{"(*Buffers).Read", Method, 8, ""},
  7949  		{"(*Buffers).WriteTo", Method, 8, ""},
  7950  		{"(*DNSConfigError).Error", Method, 0, ""},
  7951  		{"(*DNSConfigError).Temporary", Method, 0, ""},
  7952  		{"(*DNSConfigError).Timeout", Method, 0, ""},
  7953  		{"(*DNSConfigError).Unwrap", Method, 13, ""},
  7954  		{"(*DNSError).Error", Method, 0, ""},
  7955  		{"(*DNSError).Temporary", Method, 0, ""},
  7956  		{"(*DNSError).Timeout", Method, 0, ""},
  7957  		{"(*DNSError).Unwrap", Method, 23, ""},
  7958  		{"(*Dialer).Dial", Method, 1, ""},
  7959  		{"(*Dialer).DialContext", Method, 7, ""},
  7960  		{"(*Dialer).MultipathTCP", Method, 21, ""},
  7961  		{"(*Dialer).SetMultipathTCP", Method, 21, ""},
  7962  		{"(*IP).UnmarshalText", Method, 2, ""},
  7963  		{"(*IPAddr).Network", Method, 0, ""},
  7964  		{"(*IPAddr).String", Method, 0, ""},
  7965  		{"(*IPConn).Close", Method, 0, ""},
  7966  		{"(*IPConn).File", Method, 0, ""},
  7967  		{"(*IPConn).LocalAddr", Method, 0, ""},
  7968  		{"(*IPConn).Read", Method, 0, ""},
  7969  		{"(*IPConn).ReadFrom", Method, 0, ""},
  7970  		{"(*IPConn).ReadFromIP", Method, 0, ""},
  7971  		{"(*IPConn).ReadMsgIP", Method, 1, ""},
  7972  		{"(*IPConn).RemoteAddr", Method, 0, ""},
  7973  		{"(*IPConn).SetDeadline", Method, 0, ""},
  7974  		{"(*IPConn).SetReadBuffer", Method, 0, ""},
  7975  		{"(*IPConn).SetReadDeadline", Method, 0, ""},
  7976  		{"(*IPConn).SetWriteBuffer", Method, 0, ""},
  7977  		{"(*IPConn).SetWriteDeadline", Method, 0, ""},
  7978  		{"(*IPConn).SyscallConn", Method, 9, ""},
  7979  		{"(*IPConn).Write", Method, 0, ""},
  7980  		{"(*IPConn).WriteMsgIP", Method, 1, ""},
  7981  		{"(*IPConn).WriteTo", Method, 0, ""},
  7982  		{"(*IPConn).WriteToIP", Method, 0, ""},
  7983  		{"(*IPNet).Contains", Method, 0, ""},
  7984  		{"(*IPNet).Network", Method, 0, ""},
  7985  		{"(*IPNet).String", Method, 0, ""},
  7986  		{"(*Interface).Addrs", Method, 0, ""},
  7987  		{"(*Interface).MulticastAddrs", Method, 0, ""},
  7988  		{"(*ListenConfig).Listen", Method, 11, ""},
  7989  		{"(*ListenConfig).ListenPacket", Method, 11, ""},
  7990  		{"(*ListenConfig).MultipathTCP", Method, 21, ""},
  7991  		{"(*ListenConfig).SetMultipathTCP", Method, 21, ""},
  7992  		{"(*OpError).Error", Method, 0, ""},
  7993  		{"(*OpError).Temporary", Method, 0, ""},
  7994  		{"(*OpError).Timeout", Method, 0, ""},
  7995  		{"(*OpError).Unwrap", Method, 13, ""},
  7996  		{"(*ParseError).Error", Method, 0, ""},
  7997  		{"(*ParseError).Temporary", Method, 17, ""},
  7998  		{"(*ParseError).Timeout", Method, 17, ""},
  7999  		{"(*Resolver).LookupAddr", Method, 8, ""},
  8000  		{"(*Resolver).LookupCNAME", Method, 8, ""},
  8001  		{"(*Resolver).LookupHost", Method, 8, ""},
  8002  		{"(*Resolver).LookupIP", Method, 15, ""},
  8003  		{"(*Resolver).LookupIPAddr", Method, 8, ""},
  8004  		{"(*Resolver).LookupMX", Method, 8, ""},
  8005  		{"(*Resolver).LookupNS", Method, 8, ""},
  8006  		{"(*Resolver).LookupNetIP", Method, 18, ""},
  8007  		{"(*Resolver).LookupPort", Method, 8, ""},
  8008  		{"(*Resolver).LookupSRV", Method, 8, ""},
  8009  		{"(*Resolver).LookupTXT", Method, 8, ""},
  8010  		{"(*TCPAddr).AddrPort", Method, 18, ""},
  8011  		{"(*TCPAddr).Network", Method, 0, ""},
  8012  		{"(*TCPAddr).String", Method, 0, ""},
  8013  		{"(*TCPConn).Close", Method, 0, ""},
  8014  		{"(*TCPConn).CloseRead", Method, 0, ""},
  8015  		{"(*TCPConn).CloseWrite", Method, 0, ""},
  8016  		{"(*TCPConn).File", Method, 0, ""},
  8017  		{"(*TCPConn).LocalAddr", Method, 0, ""},
  8018  		{"(*TCPConn).MultipathTCP", Method, 21, ""},
  8019  		{"(*TCPConn).Read", Method, 0, ""},
  8020  		{"(*TCPConn).ReadFrom", Method, 0, ""},
  8021  		{"(*TCPConn).RemoteAddr", Method, 0, ""},
  8022  		{"(*TCPConn).SetDeadline", Method, 0, ""},
  8023  		{"(*TCPConn).SetKeepAlive", Method, 0, ""},
  8024  		{"(*TCPConn).SetKeepAliveConfig", Method, 23, ""},
  8025  		{"(*TCPConn).SetKeepAlivePeriod", Method, 2, ""},
  8026  		{"(*TCPConn).SetLinger", Method, 0, ""},
  8027  		{"(*TCPConn).SetNoDelay", Method, 0, ""},
  8028  		{"(*TCPConn).SetReadBuffer", Method, 0, ""},
  8029  		{"(*TCPConn).SetReadDeadline", Method, 0, ""},
  8030  		{"(*TCPConn).SetWriteBuffer", Method, 0, ""},
  8031  		{"(*TCPConn).SetWriteDeadline", Method, 0, ""},
  8032  		{"(*TCPConn).SyscallConn", Method, 9, ""},
  8033  		{"(*TCPConn).Write", Method, 0, ""},
  8034  		{"(*TCPConn).WriteTo", Method, 22, ""},
  8035  		{"(*TCPListener).Accept", Method, 0, ""},
  8036  		{"(*TCPListener).AcceptTCP", Method, 0, ""},
  8037  		{"(*TCPListener).Addr", Method, 0, ""},
  8038  		{"(*TCPListener).Close", Method, 0, ""},
  8039  		{"(*TCPListener).File", Method, 0, ""},
  8040  		{"(*TCPListener).SetDeadline", Method, 0, ""},
  8041  		{"(*TCPListener).SyscallConn", Method, 10, ""},
  8042  		{"(*UDPAddr).AddrPort", Method, 18, ""},
  8043  		{"(*UDPAddr).Network", Method, 0, ""},
  8044  		{"(*UDPAddr).String", Method, 0, ""},
  8045  		{"(*UDPConn).Close", Method, 0, ""},
  8046  		{"(*UDPConn).File", Method, 0, ""},
  8047  		{"(*UDPConn).LocalAddr", Method, 0, ""},
  8048  		{"(*UDPConn).Read", Method, 0, ""},
  8049  		{"(*UDPConn).ReadFrom", Method, 0, ""},
  8050  		{"(*UDPConn).ReadFromUDP", Method, 0, ""},
  8051  		{"(*UDPConn).ReadFromUDPAddrPort", Method, 18, ""},
  8052  		{"(*UDPConn).ReadMsgUDP", Method, 1, ""},
  8053  		{"(*UDPConn).ReadMsgUDPAddrPort", Method, 18, ""},
  8054  		{"(*UDPConn).RemoteAddr", Method, 0, ""},
  8055  		{"(*UDPConn).SetDeadline", Method, 0, ""},
  8056  		{"(*UDPConn).SetReadBuffer", Method, 0, ""},
  8057  		{"(*UDPConn).SetReadDeadline", Method, 0, ""},
  8058  		{"(*UDPConn).SetWriteBuffer", Method, 0, ""},
  8059  		{"(*UDPConn).SetWriteDeadline", Method, 0, ""},
  8060  		{"(*UDPConn).SyscallConn", Method, 9, ""},
  8061  		{"(*UDPConn).Write", Method, 0, ""},
  8062  		{"(*UDPConn).WriteMsgUDP", Method, 1, ""},
  8063  		{"(*UDPConn).WriteMsgUDPAddrPort", Method, 18, ""},
  8064  		{"(*UDPConn).WriteTo", Method, 0, ""},
  8065  		{"(*UDPConn).WriteToUDP", Method, 0, ""},
  8066  		{"(*UDPConn).WriteToUDPAddrPort", Method, 18, ""},
  8067  		{"(*UnixAddr).Network", Method, 0, ""},
  8068  		{"(*UnixAddr).String", Method, 0, ""},
  8069  		{"(*UnixConn).Close", Method, 0, ""},
  8070  		{"(*UnixConn).CloseRead", Method, 1, ""},
  8071  		{"(*UnixConn).CloseWrite", Method, 1, ""},
  8072  		{"(*UnixConn).File", Method, 0, ""},
  8073  		{"(*UnixConn).LocalAddr", Method, 0, ""},
  8074  		{"(*UnixConn).Read", Method, 0, ""},
  8075  		{"(*UnixConn).ReadFrom", Method, 0, ""},
  8076  		{"(*UnixConn).ReadFromUnix", Method, 0, ""},
  8077  		{"(*UnixConn).ReadMsgUnix", Method, 0, ""},
  8078  		{"(*UnixConn).RemoteAddr", Method, 0, ""},
  8079  		{"(*UnixConn).SetDeadline", Method, 0, ""},
  8080  		{"(*UnixConn).SetReadBuffer", Method, 0, ""},
  8081  		{"(*UnixConn).SetReadDeadline", Method, 0, ""},
  8082  		{"(*UnixConn).SetWriteBuffer", Method, 0, ""},
  8083  		{"(*UnixConn).SetWriteDeadline", Method, 0, ""},
  8084  		{"(*UnixConn).SyscallConn", Method, 9, ""},
  8085  		{"(*UnixConn).Write", Method, 0, ""},
  8086  		{"(*UnixConn).WriteMsgUnix", Method, 0, ""},
  8087  		{"(*UnixConn).WriteTo", Method, 0, ""},
  8088  		{"(*UnixConn).WriteToUnix", Method, 0, ""},
  8089  		{"(*UnixListener).Accept", Method, 0, ""},
  8090  		{"(*UnixListener).AcceptUnix", Method, 0, ""},
  8091  		{"(*UnixListener).Addr", Method, 0, ""},
  8092  		{"(*UnixListener).Close", Method, 0, ""},
  8093  		{"(*UnixListener).File", Method, 0, ""},
  8094  		{"(*UnixListener).SetDeadline", Method, 0, ""},
  8095  		{"(*UnixListener).SetUnlinkOnClose", Method, 8, ""},
  8096  		{"(*UnixListener).SyscallConn", Method, 10, ""},
  8097  		{"(Flags).String", Method, 0, ""},
  8098  		{"(HardwareAddr).String", Method, 0, ""},
  8099  		{"(IP).AppendText", Method, 24, ""},
  8100  		{"(IP).DefaultMask", Method, 0, ""},
  8101  		{"(IP).Equal", Method, 0, ""},
  8102  		{"(IP).IsGlobalUnicast", Method, 0, ""},
  8103  		{"(IP).IsInterfaceLocalMulticast", Method, 0, ""},
  8104  		{"(IP).IsLinkLocalMulticast", Method, 0, ""},
  8105  		{"(IP).IsLinkLocalUnicast", Method, 0, ""},
  8106  		{"(IP).IsLoopback", Method, 0, ""},
  8107  		{"(IP).IsMulticast", Method, 0, ""},
  8108  		{"(IP).IsPrivate", Method, 17, ""},
  8109  		{"(IP).IsUnspecified", Method, 0, ""},
  8110  		{"(IP).MarshalText", Method, 2, ""},
  8111  		{"(IP).Mask", Method, 0, ""},
  8112  		{"(IP).String", Method, 0, ""},
  8113  		{"(IP).To16", Method, 0, ""},
  8114  		{"(IP).To4", Method, 0, ""},
  8115  		{"(IPMask).Size", Method, 0, ""},
  8116  		{"(IPMask).String", Method, 0, ""},
  8117  		{"(InvalidAddrError).Error", Method, 0, ""},
  8118  		{"(InvalidAddrError).Temporary", Method, 0, ""},
  8119  		{"(InvalidAddrError).Timeout", Method, 0, ""},
  8120  		{"(UnknownNetworkError).Error", Method, 0, ""},
  8121  		{"(UnknownNetworkError).Temporary", Method, 0, ""},
  8122  		{"(UnknownNetworkError).Timeout", Method, 0, ""},
  8123  		{"Addr", Type, 0, ""},
  8124  		{"AddrError", Type, 0, ""},
  8125  		{"AddrError.Addr", Field, 0, ""},
  8126  		{"AddrError.Err", Field, 0, ""},
  8127  		{"Buffers", Type, 8, ""},
  8128  		{"CIDRMask", Func, 0, "func(ones int, bits int) IPMask"},
  8129  		{"Conn", Type, 0, ""},
  8130  		{"DNSConfigError", Type, 0, ""},
  8131  		{"DNSConfigError.Err", Field, 0, ""},
  8132  		{"DNSError", Type, 0, ""},
  8133  		{"DNSError.Err", Field, 0, ""},
  8134  		{"DNSError.IsNotFound", Field, 13, ""},
  8135  		{"DNSError.IsTemporary", Field, 6, ""},
  8136  		{"DNSError.IsTimeout", Field, 0, ""},
  8137  		{"DNSError.Name", Field, 0, ""},
  8138  		{"DNSError.Server", Field, 0, ""},
  8139  		{"DNSError.UnwrapErr", Field, 23, ""},
  8140  		{"DefaultResolver", Var, 8, ""},
  8141  		{"Dial", Func, 0, "func(network string, address string) (Conn, error)"},
  8142  		{"DialIP", Func, 0, "func(network string, laddr *IPAddr, raddr *IPAddr) (*IPConn, error)"},
  8143  		{"DialTCP", Func, 0, "func(network string, laddr *TCPAddr, raddr *TCPAddr) (*TCPConn, error)"},
  8144  		{"DialTimeout", Func, 0, "func(network string, address string, timeout time.Duration) (Conn, error)"},
  8145  		{"DialUDP", Func, 0, "func(network string, laddr *UDPAddr, raddr *UDPAddr) (*UDPConn, error)"},
  8146  		{"DialUnix", Func, 0, "func(network string, laddr *UnixAddr, raddr *UnixAddr) (*UnixConn, error)"},
  8147  		{"Dialer", Type, 1, ""},
  8148  		{"Dialer.Cancel", Field, 6, ""},
  8149  		{"Dialer.Control", Field, 11, ""},
  8150  		{"Dialer.ControlContext", Field, 20, ""},
  8151  		{"Dialer.Deadline", Field, 1, ""},
  8152  		{"Dialer.DualStack", Field, 2, ""},
  8153  		{"Dialer.FallbackDelay", Field, 5, ""},
  8154  		{"Dialer.KeepAlive", Field, 3, ""},
  8155  		{"Dialer.KeepAliveConfig", Field, 23, ""},
  8156  		{"Dialer.LocalAddr", Field, 1, ""},
  8157  		{"Dialer.Resolver", Field, 8, ""},
  8158  		{"Dialer.Timeout", Field, 1, ""},
  8159  		{"ErrClosed", Var, 16, ""},
  8160  		{"ErrWriteToConnected", Var, 0, ""},
  8161  		{"Error", Type, 0, ""},
  8162  		{"FileConn", Func, 0, "func(f *os.File) (c Conn, err error)"},
  8163  		{"FileListener", Func, 0, "func(f *os.File) (ln Listener, err error)"},
  8164  		{"FilePacketConn", Func, 0, "func(f *os.File) (c PacketConn, err error)"},
  8165  		{"FlagBroadcast", Const, 0, ""},
  8166  		{"FlagLoopback", Const, 0, ""},
  8167  		{"FlagMulticast", Const, 0, ""},
  8168  		{"FlagPointToPoint", Const, 0, ""},
  8169  		{"FlagRunning", Const, 20, ""},
  8170  		{"FlagUp", Const, 0, ""},
  8171  		{"Flags", Type, 0, ""},
  8172  		{"HardwareAddr", Type, 0, ""},
  8173  		{"IP", Type, 0, ""},
  8174  		{"IPAddr", Type, 0, ""},
  8175  		{"IPAddr.IP", Field, 0, ""},
  8176  		{"IPAddr.Zone", Field, 1, ""},
  8177  		{"IPConn", Type, 0, ""},
  8178  		{"IPMask", Type, 0, ""},
  8179  		{"IPNet", Type, 0, ""},
  8180  		{"IPNet.IP", Field, 0, ""},
  8181  		{"IPNet.Mask", Field, 0, ""},
  8182  		{"IPv4", Func, 0, "func(a byte, b byte, c byte, d byte) IP"},
  8183  		{"IPv4Mask", Func, 0, "func(a byte, b byte, c byte, d byte) IPMask"},
  8184  		{"IPv4allrouter", Var, 0, ""},
  8185  		{"IPv4allsys", Var, 0, ""},
  8186  		{"IPv4bcast", Var, 0, ""},
  8187  		{"IPv4len", Const, 0, ""},
  8188  		{"IPv4zero", Var, 0, ""},
  8189  		{"IPv6interfacelocalallnodes", Var, 0, ""},
  8190  		{"IPv6len", Const, 0, ""},
  8191  		{"IPv6linklocalallnodes", Var, 0, ""},
  8192  		{"IPv6linklocalallrouters", Var, 0, ""},
  8193  		{"IPv6loopback", Var, 0, ""},
  8194  		{"IPv6unspecified", Var, 0, ""},
  8195  		{"IPv6zero", Var, 0, ""},
  8196  		{"Interface", Type, 0, ""},
  8197  		{"Interface.Flags", Field, 0, ""},
  8198  		{"Interface.HardwareAddr", Field, 0, ""},
  8199  		{"Interface.Index", Field, 0, ""},
  8200  		{"Interface.MTU", Field, 0, ""},
  8201  		{"Interface.Name", Field, 0, ""},
  8202  		{"InterfaceAddrs", Func, 0, "func() ([]Addr, error)"},
  8203  		{"InterfaceByIndex", Func, 0, "func(index int) (*Interface, error)"},
  8204  		{"InterfaceByName", Func, 0, "func(name string) (*Interface, error)"},
  8205  		{"Interfaces", Func, 0, "func() ([]Interface, error)"},
  8206  		{"InvalidAddrError", Type, 0, ""},
  8207  		{"JoinHostPort", Func, 0, "func(host string, port string) string"},
  8208  		{"KeepAliveConfig", Type, 23, ""},
  8209  		{"KeepAliveConfig.Count", Field, 23, ""},
  8210  		{"KeepAliveConfig.Enable", Field, 23, ""},
  8211  		{"KeepAliveConfig.Idle", Field, 23, ""},
  8212  		{"KeepAliveConfig.Interval", Field, 23, ""},
  8213  		{"Listen", Func, 0, "func(network string, address string) (Listener, error)"},
  8214  		{"ListenConfig", Type, 11, ""},
  8215  		{"ListenConfig.Control", Field, 11, ""},
  8216  		{"ListenConfig.KeepAlive", Field, 13, ""},
  8217  		{"ListenConfig.KeepAliveConfig", Field, 23, ""},
  8218  		{"ListenIP", Func, 0, "func(network string, laddr *IPAddr) (*IPConn, error)"},
  8219  		{"ListenMulticastUDP", Func, 0, "func(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error)"},
  8220  		{"ListenPacket", Func, 0, "func(network string, address string) (PacketConn, error)"},
  8221  		{"ListenTCP", Func, 0, "func(network string, laddr *TCPAddr) (*TCPListener, error)"},
  8222  		{"ListenUDP", Func, 0, "func(network string, laddr *UDPAddr) (*UDPConn, error)"},
  8223  		{"ListenUnix", Func, 0, "func(network string, laddr *UnixAddr) (*UnixListener, error)"},
  8224  		{"ListenUnixgram", Func, 0, "func(network string, laddr *UnixAddr) (*UnixConn, error)"},
  8225  		{"Listener", Type, 0, ""},
  8226  		{"LookupAddr", Func, 0, "func(addr string) (names []string, err error)"},
  8227  		{"LookupCNAME", Func, 0, "func(host string) (cname string, err error)"},
  8228  		{"LookupHost", Func, 0, "func(host string) (addrs []string, err error)"},
  8229  		{"LookupIP", Func, 0, "func(host string) ([]IP, error)"},
  8230  		{"LookupMX", Func, 0, "func(name string) ([]*MX, error)"},
  8231  		{"LookupNS", Func, 1, "func(name string) ([]*NS, error)"},
  8232  		{"LookupPort", Func, 0, "func(network string, service string) (port int, err error)"},
  8233  		{"LookupSRV", Func, 0, "func(service string, proto string, name string) (cname string, addrs []*SRV, err error)"},
  8234  		{"LookupTXT", Func, 0, "func(name string) ([]string, error)"},
  8235  		{"MX", Type, 0, ""},
  8236  		{"MX.Host", Field, 0, ""},
  8237  		{"MX.Pref", Field, 0, ""},
  8238  		{"NS", Type, 1, ""},
  8239  		{"NS.Host", Field, 1, ""},
  8240  		{"OpError", Type, 0, ""},
  8241  		{"OpError.Addr", Field, 0, ""},
  8242  		{"OpError.Err", Field, 0, ""},
  8243  		{"OpError.Net", Field, 0, ""},
  8244  		{"OpError.Op", Field, 0, ""},
  8245  		{"OpError.Source", Field, 5, ""},
  8246  		{"PacketConn", Type, 0, ""},
  8247  		{"ParseCIDR", Func, 0, "func(s string) (IP, *IPNet, error)"},
  8248  		{"ParseError", Type, 0, ""},
  8249  		{"ParseError.Text", Field, 0, ""},
  8250  		{"ParseError.Type", Field, 0, ""},
  8251  		{"ParseIP", Func, 0, "func(s string) IP"},
  8252  		{"ParseMAC", Func, 0, "func(s string) (hw HardwareAddr, err error)"},
  8253  		{"Pipe", Func, 0, "func() (Conn, Conn)"},
  8254  		{"ResolveIPAddr", Func, 0, "func(network string, address string) (*IPAddr, error)"},
  8255  		{"ResolveTCPAddr", Func, 0, "func(network string, address string) (*TCPAddr, error)"},
  8256  		{"ResolveUDPAddr", Func, 0, "func(network string, address string) (*UDPAddr, error)"},
  8257  		{"ResolveUnixAddr", Func, 0, "func(network string, address string) (*UnixAddr, error)"},
  8258  		{"Resolver", Type, 8, ""},
  8259  		{"Resolver.Dial", Field, 9, ""},
  8260  		{"Resolver.PreferGo", Field, 8, ""},
  8261  		{"Resolver.StrictErrors", Field, 9, ""},
  8262  		{"SRV", Type, 0, ""},
  8263  		{"SRV.Port", Field, 0, ""},
  8264  		{"SRV.Priority", Field, 0, ""},
  8265  		{"SRV.Target", Field, 0, ""},
  8266  		{"SRV.Weight", Field, 0, ""},
  8267  		{"SplitHostPort", Func, 0, "func(hostport string) (host string, port string, err error)"},
  8268  		{"TCPAddr", Type, 0, ""},
  8269  		{"TCPAddr.IP", Field, 0, ""},
  8270  		{"TCPAddr.Port", Field, 0, ""},
  8271  		{"TCPAddr.Zone", Field, 1, ""},
  8272  		{"TCPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *TCPAddr"},
  8273  		{"TCPConn", Type, 0, ""},
  8274  		{"TCPListener", Type, 0, ""},
  8275  		{"UDPAddr", Type, 0, ""},
  8276  		{"UDPAddr.IP", Field, 0, ""},
  8277  		{"UDPAddr.Port", Field, 0, ""},
  8278  		{"UDPAddr.Zone", Field, 1, ""},
  8279  		{"UDPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *UDPAddr"},
  8280  		{"UDPConn", Type, 0, ""},
  8281  		{"UnixAddr", Type, 0, ""},
  8282  		{"UnixAddr.Name", Field, 0, ""},
  8283  		{"UnixAddr.Net", Field, 0, ""},
  8284  		{"UnixConn", Type, 0, ""},
  8285  		{"UnixListener", Type, 0, ""},
  8286  		{"UnknownNetworkError", Type, 0, ""},
  8287  	},
  8288  	"net/http": {
  8289  		{"(*Client).CloseIdleConnections", Method, 12, ""},
  8290  		{"(*Client).Do", Method, 0, ""},
  8291  		{"(*Client).Get", Method, 0, ""},
  8292  		{"(*Client).Head", Method, 0, ""},
  8293  		{"(*Client).Post", Method, 0, ""},
  8294  		{"(*Client).PostForm", Method, 0, ""},
  8295  		{"(*Cookie).String", Method, 0, ""},
  8296  		{"(*Cookie).Valid", Method, 18, ""},
  8297  		{"(*MaxBytesError).Error", Method, 19, ""},
  8298  		{"(*ProtocolError).Error", Method, 0, ""},
  8299  		{"(*ProtocolError).Is", Method, 21, ""},
  8300  		{"(*Protocols).SetHTTP1", Method, 24, ""},
  8301  		{"(*Protocols).SetHTTP2", Method, 24, ""},
  8302  		{"(*Protocols).SetUnencryptedHTTP2", Method, 24, ""},
  8303  		{"(*Request).AddCookie", Method, 0, ""},
  8304  		{"(*Request).BasicAuth", Method, 4, ""},
  8305  		{"(*Request).Clone", Method, 13, ""},
  8306  		{"(*Request).Context", Method, 7, ""},
  8307  		{"(*Request).Cookie", Method, 0, ""},
  8308  		{"(*Request).Cookies", Method, 0, ""},
  8309  		{"(*Request).CookiesNamed", Method, 23, ""},
  8310  		{"(*Request).FormFile", Method, 0, ""},
  8311  		{"(*Request).FormValue", Method, 0, ""},
  8312  		{"(*Request).MultipartReader", Method, 0, ""},
  8313  		{"(*Request).ParseForm", Method, 0, ""},
  8314  		{"(*Request).ParseMultipartForm", Method, 0, ""},
  8315  		{"(*Request).PathValue", Method, 22, ""},
  8316  		{"(*Request).PostFormValue", Method, 1, ""},
  8317  		{"(*Request).ProtoAtLeast", Method, 0, ""},
  8318  		{"(*Request).Referer", Method, 0, ""},
  8319  		{"(*Request).SetBasicAuth", Method, 0, ""},
  8320  		{"(*Request).SetPathValue", Method, 22, ""},
  8321  		{"(*Request).UserAgent", Method, 0, ""},
  8322  		{"(*Request).WithContext", Method, 7, ""},
  8323  		{"(*Request).Write", Method, 0, ""},
  8324  		{"(*Request).WriteProxy", Method, 0, ""},
  8325  		{"(*Response).Cookies", Method, 0, ""},
  8326  		{"(*Response).Location", Method, 0, ""},
  8327  		{"(*Response).ProtoAtLeast", Method, 0, ""},
  8328  		{"(*Response).Write", Method, 0, ""},
  8329  		{"(*ResponseController).EnableFullDuplex", Method, 21, ""},
  8330  		{"(*ResponseController).Flush", Method, 20, ""},
  8331  		{"(*ResponseController).Hijack", Method, 20, ""},
  8332  		{"(*ResponseController).SetReadDeadline", Method, 20, ""},
  8333  		{"(*ResponseController).SetWriteDeadline", Method, 20, ""},
  8334  		{"(*ServeMux).Handle", Method, 0, ""},
  8335  		{"(*ServeMux).HandleFunc", Method, 0, ""},
  8336  		{"(*ServeMux).Handler", Method, 1, ""},
  8337  		{"(*ServeMux).ServeHTTP", Method, 0, ""},
  8338  		{"(*Server).Close", Method, 8, ""},
  8339  		{"(*Server).ListenAndServe", Method, 0, ""},
  8340  		{"(*Server).ListenAndServeTLS", Method, 0, ""},
  8341  		{"(*Server).RegisterOnShutdown", Method, 9, ""},
  8342  		{"(*Server).Serve", Method, 0, ""},
  8343  		{"(*Server).ServeTLS", Method, 9, ""},
  8344  		{"(*Server).SetKeepAlivesEnabled", Method, 3, ""},
  8345  		{"(*Server).Shutdown", Method, 8, ""},
  8346  		{"(*Transport).CancelRequest", Method, 1, ""},
  8347  		{"(*Transport).Clone", Method, 13, ""},
  8348  		{"(*Transport).CloseIdleConnections", Method, 0, ""},
  8349  		{"(*Transport).RegisterProtocol", Method, 0, ""},
  8350  		{"(*Transport).RoundTrip", Method, 0, ""},
  8351  		{"(ConnState).String", Method, 3, ""},
  8352  		{"(Dir).Open", Method, 0, ""},
  8353  		{"(HandlerFunc).ServeHTTP", Method, 0, ""},
  8354  		{"(Header).Add", Method, 0, ""},
  8355  		{"(Header).Clone", Method, 13, ""},
  8356  		{"(Header).Del", Method, 0, ""},
  8357  		{"(Header).Get", Method, 0, ""},
  8358  		{"(Header).Set", Method, 0, ""},
  8359  		{"(Header).Values", Method, 14, ""},
  8360  		{"(Header).Write", Method, 0, ""},
  8361  		{"(Header).WriteSubset", Method, 0, ""},
  8362  		{"(Protocols).HTTP1", Method, 24, ""},
  8363  		{"(Protocols).HTTP2", Method, 24, ""},
  8364  		{"(Protocols).String", Method, 24, ""},
  8365  		{"(Protocols).UnencryptedHTTP2", Method, 24, ""},
  8366  		{"AllowQuerySemicolons", Func, 17, "func(h Handler) Handler"},
  8367  		{"CanonicalHeaderKey", Func, 0, "func(s string) string"},
  8368  		{"Client", Type, 0, ""},
  8369  		{"Client.CheckRedirect", Field, 0, ""},
  8370  		{"Client.Jar", Field, 0, ""},
  8371  		{"Client.Timeout", Field, 3, ""},
  8372  		{"Client.Transport", Field, 0, ""},
  8373  		{"CloseNotifier", Type, 1, ""},
  8374  		{"ConnState", Type, 3, ""},
  8375  		{"Cookie", Type, 0, ""},
  8376  		{"Cookie.Domain", Field, 0, ""},
  8377  		{"Cookie.Expires", Field, 0, ""},
  8378  		{"Cookie.HttpOnly", Field, 0, ""},
  8379  		{"Cookie.MaxAge", Field, 0, ""},
  8380  		{"Cookie.Name", Field, 0, ""},
  8381  		{"Cookie.Partitioned", Field, 23, ""},
  8382  		{"Cookie.Path", Field, 0, ""},
  8383  		{"Cookie.Quoted", Field, 23, ""},
  8384  		{"Cookie.Raw", Field, 0, ""},
  8385  		{"Cookie.RawExpires", Field, 0, ""},
  8386  		{"Cookie.SameSite", Field, 11, ""},
  8387  		{"Cookie.Secure", Field, 0, ""},
  8388  		{"Cookie.Unparsed", Field, 0, ""},
  8389  		{"Cookie.Value", Field, 0, ""},
  8390  		{"CookieJar", Type, 0, ""},
  8391  		{"DefaultClient", Var, 0, ""},
  8392  		{"DefaultMaxHeaderBytes", Const, 0, ""},
  8393  		{"DefaultMaxIdleConnsPerHost", Const, 0, ""},
  8394  		{"DefaultServeMux", Var, 0, ""},
  8395  		{"DefaultTransport", Var, 0, ""},
  8396  		{"DetectContentType", Func, 0, "func(data []byte) string"},
  8397  		{"Dir", Type, 0, ""},
  8398  		{"ErrAbortHandler", Var, 8, ""},
  8399  		{"ErrBodyNotAllowed", Var, 0, ""},
  8400  		{"ErrBodyReadAfterClose", Var, 0, ""},
  8401  		{"ErrContentLength", Var, 0, ""},
  8402  		{"ErrHandlerTimeout", Var, 0, ""},
  8403  		{"ErrHeaderTooLong", Var, 0, ""},
  8404  		{"ErrHijacked", Var, 0, ""},
  8405  		{"ErrLineTooLong", Var, 0, ""},
  8406  		{"ErrMissingBoundary", Var, 0, ""},
  8407  		{"ErrMissingContentLength", Var, 0, ""},
  8408  		{"ErrMissingFile", Var, 0, ""},
  8409  		{"ErrNoCookie", Var, 0, ""},
  8410  		{"ErrNoLocation", Var, 0, ""},
  8411  		{"ErrNotMultipart", Var, 0, ""},
  8412  		{"ErrNotSupported", Var, 0, ""},
  8413  		{"ErrSchemeMismatch", Var, 21, ""},
  8414  		{"ErrServerClosed", Var, 8, ""},
  8415  		{"ErrShortBody", Var, 0, ""},
  8416  		{"ErrSkipAltProtocol", Var, 6, ""},
  8417  		{"ErrUnexpectedTrailer", Var, 0, ""},
  8418  		{"ErrUseLastResponse", Var, 7, ""},
  8419  		{"ErrWriteAfterFlush", Var, 0, ""},
  8420  		{"Error", Func, 0, "func(w ResponseWriter, error string, code int)"},
  8421  		{"FS", Func, 16, "func(fsys fs.FS) FileSystem"},
  8422  		{"File", Type, 0, ""},
  8423  		{"FileServer", Func, 0, "func(root FileSystem) Handler"},
  8424  		{"FileServerFS", Func, 22, "func(root fs.FS) Handler"},
  8425  		{"FileSystem", Type, 0, ""},
  8426  		{"Flusher", Type, 0, ""},
  8427  		{"Get", Func, 0, "func(url string) (resp *Response, err error)"},
  8428  		{"HTTP2Config", Type, 24, ""},
  8429  		{"HTTP2Config.CountError", Field, 24, ""},
  8430  		{"HTTP2Config.MaxConcurrentStreams", Field, 24, ""},
  8431  		{"HTTP2Config.MaxDecoderHeaderTableSize", Field, 24, ""},
  8432  		{"HTTP2Config.MaxEncoderHeaderTableSize", Field, 24, ""},
  8433  		{"HTTP2Config.MaxReadFrameSize", Field, 24, ""},
  8434  		{"HTTP2Config.MaxReceiveBufferPerConnection", Field, 24, ""},
  8435  		{"HTTP2Config.MaxReceiveBufferPerStream", Field, 24, ""},
  8436  		{"HTTP2Config.PermitProhibitedCipherSuites", Field, 24, ""},
  8437  		{"HTTP2Config.PingTimeout", Field, 24, ""},
  8438  		{"HTTP2Config.SendPingTimeout", Field, 24, ""},
  8439  		{"HTTP2Config.WriteByteTimeout", Field, 24, ""},
  8440  		{"Handle", Func, 0, "func(pattern string, handler Handler)"},
  8441  		{"HandleFunc", Func, 0, "func(pattern string, handler func(ResponseWriter, *Request))"},
  8442  		{"Handler", Type, 0, ""},
  8443  		{"HandlerFunc", Type, 0, ""},
  8444  		{"Head", Func, 0, "func(url string) (resp *Response, err error)"},
  8445  		{"Header", Type, 0, ""},
  8446  		{"Hijacker", Type, 0, ""},
  8447  		{"ListenAndServe", Func, 0, "func(addr string, handler Handler) error"},
  8448  		{"ListenAndServeTLS", Func, 0, "func(addr string, certFile string, keyFile string, handler Handler) error"},
  8449  		{"LocalAddrContextKey", Var, 7, ""},
  8450  		{"MaxBytesError", Type, 19, ""},
  8451  		{"MaxBytesError.Limit", Field, 19, ""},
  8452  		{"MaxBytesHandler", Func, 18, "func(h Handler, n int64) Handler"},
  8453  		{"MaxBytesReader", Func, 0, "func(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"},
  8454  		{"MethodConnect", Const, 6, ""},
  8455  		{"MethodDelete", Const, 6, ""},
  8456  		{"MethodGet", Const, 6, ""},
  8457  		{"MethodHead", Const, 6, ""},
  8458  		{"MethodOptions", Const, 6, ""},
  8459  		{"MethodPatch", Const, 6, ""},
  8460  		{"MethodPost", Const, 6, ""},
  8461  		{"MethodPut", Const, 6, ""},
  8462  		{"MethodTrace", Const, 6, ""},
  8463  		{"NewFileTransport", Func, 0, "func(fs FileSystem) RoundTripper"},
  8464  		{"NewFileTransportFS", Func, 22, "func(fsys fs.FS) RoundTripper"},
  8465  		{"NewRequest", Func, 0, "func(method string, url string, body io.Reader) (*Request, error)"},
  8466  		{"NewRequestWithContext", Func, 13, "func(ctx context.Context, method string, url string, body io.Reader) (*Request, error)"},
  8467  		{"NewResponseController", Func, 20, "func(rw ResponseWriter) *ResponseController"},
  8468  		{"NewServeMux", Func, 0, "func() *ServeMux"},
  8469  		{"NoBody", Var, 8, ""},
  8470  		{"NotFound", Func, 0, "func(w ResponseWriter, r *Request)"},
  8471  		{"NotFoundHandler", Func, 0, "func() Handler"},
  8472  		{"ParseCookie", Func, 23, "func(line string) ([]*Cookie, error)"},
  8473  		{"ParseHTTPVersion", Func, 0, "func(vers string) (major int, minor int, ok bool)"},
  8474  		{"ParseSetCookie", Func, 23, "func(line string) (*Cookie, error)"},
  8475  		{"ParseTime", Func, 1, "func(text string) (t time.Time, err error)"},
  8476  		{"Post", Func, 0, "func(url string, contentType string, body io.Reader) (resp *Response, err error)"},
  8477  		{"PostForm", Func, 0, "func(url string, data url.Values) (resp *Response, err error)"},
  8478  		{"ProtocolError", Type, 0, ""},
  8479  		{"ProtocolError.ErrorString", Field, 0, ""},
  8480  		{"Protocols", Type, 24, ""},
  8481  		{"ProxyFromEnvironment", Func, 0, "func(req *Request) (*url.URL, error)"},
  8482  		{"ProxyURL", Func, 0, "func(fixedURL *url.URL) func(*Request) (*url.URL, error)"},
  8483  		{"PushOptions", Type, 8, ""},
  8484  		{"PushOptions.Header", Field, 8, ""},
  8485  		{"PushOptions.Method", Field, 8, ""},
  8486  		{"Pusher", Type, 8, ""},
  8487  		{"ReadRequest", Func, 0, "func(b *bufio.Reader) (*Request, error)"},
  8488  		{"ReadResponse", Func, 0, "func(r *bufio.Reader, req *Request) (*Response, error)"},
  8489  		{"Redirect", Func, 0, "func(w ResponseWriter, r *Request, url string, code int)"},
  8490  		{"RedirectHandler", Func, 0, "func(url string, code int) Handler"},
  8491  		{"Request", Type, 0, ""},
  8492  		{"Request.Body", Field, 0, ""},
  8493  		{"Request.Cancel", Field, 5, ""},
  8494  		{"Request.Close", Field, 0, ""},
  8495  		{"Request.ContentLength", Field, 0, ""},
  8496  		{"Request.Form", Field, 0, ""},
  8497  		{"Request.GetBody", Field, 8, ""},
  8498  		{"Request.Header", Field, 0, ""},
  8499  		{"Request.Host", Field, 0, ""},
  8500  		{"Request.Method", Field, 0, ""},
  8501  		{"Request.MultipartForm", Field, 0, ""},
  8502  		{"Request.Pattern", Field, 23, ""},
  8503  		{"Request.PostForm", Field, 1, ""},
  8504  		{"Request.Proto", Field, 0, ""},
  8505  		{"Request.ProtoMajor", Field, 0, ""},
  8506  		{"Request.ProtoMinor", Field, 0, ""},
  8507  		{"Request.RemoteAddr", Field, 0, ""},
  8508  		{"Request.RequestURI", Field, 0, ""},
  8509  		{"Request.Response", Field, 7, ""},
  8510  		{"Request.TLS", Field, 0, ""},
  8511  		{"Request.Trailer", Field, 0, ""},
  8512  		{"Request.TransferEncoding", Field, 0, ""},
  8513  		{"Request.URL", Field, 0, ""},
  8514  		{"Response", Type, 0, ""},
  8515  		{"Response.Body", Field, 0, ""},
  8516  		{"Response.Close", Field, 0, ""},
  8517  		{"Response.ContentLength", Field, 0, ""},
  8518  		{"Response.Header", Field, 0, ""},
  8519  		{"Response.Proto", Field, 0, ""},
  8520  		{"Response.ProtoMajor", Field, 0, ""},
  8521  		{"Response.ProtoMinor", Field, 0, ""},
  8522  		{"Response.Request", Field, 0, ""},
  8523  		{"Response.Status", Field, 0, ""},
  8524  		{"Response.StatusCode", Field, 0, ""},
  8525  		{"Response.TLS", Field, 3, ""},
  8526  		{"Response.Trailer", Field, 0, ""},
  8527  		{"Response.TransferEncoding", Field, 0, ""},
  8528  		{"Response.Uncompressed", Field, 7, ""},
  8529  		{"ResponseController", Type, 20, ""},
  8530  		{"ResponseWriter", Type, 0, ""},
  8531  		{"RoundTripper", Type, 0, ""},
  8532  		{"SameSite", Type, 11, ""},
  8533  		{"SameSiteDefaultMode", Const, 11, ""},
  8534  		{"SameSiteLaxMode", Const, 11, ""},
  8535  		{"SameSiteNoneMode", Const, 13, ""},
  8536  		{"SameSiteStrictMode", Const, 11, ""},
  8537  		{"Serve", Func, 0, "func(l net.Listener, handler Handler) error"},
  8538  		{"ServeContent", Func, 0, "func(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker)"},
  8539  		{"ServeFile", Func, 0, "func(w ResponseWriter, r *Request, name string)"},
  8540  		{"ServeFileFS", Func, 22, "func(w ResponseWriter, r *Request, fsys fs.FS, name string)"},
  8541  		{"ServeMux", Type, 0, ""},
  8542  		{"ServeTLS", Func, 9, "func(l net.Listener, handler Handler, certFile string, keyFile string) error"},
  8543  		{"Server", Type, 0, ""},
  8544  		{"Server.Addr", Field, 0, ""},
  8545  		{"Server.BaseContext", Field, 13, ""},
  8546  		{"Server.ConnContext", Field, 13, ""},
  8547  		{"Server.ConnState", Field, 3, ""},
  8548  		{"Server.DisableGeneralOptionsHandler", Field, 20, ""},
  8549  		{"Server.ErrorLog", Field, 3, ""},
  8550  		{"Server.HTTP2", Field, 24, ""},
  8551  		{"Server.Handler", Field, 0, ""},
  8552  		{"Server.IdleTimeout", Field, 8, ""},
  8553  		{"Server.MaxHeaderBytes", Field, 0, ""},
  8554  		{"Server.Protocols", Field, 24, ""},
  8555  		{"Server.ReadHeaderTimeout", Field, 8, ""},
  8556  		{"Server.ReadTimeout", Field, 0, ""},
  8557  		{"Server.TLSConfig", Field, 0, ""},
  8558  		{"Server.TLSNextProto", Field, 1, ""},
  8559  		{"Server.WriteTimeout", Field, 0, ""},
  8560  		{"ServerContextKey", Var, 7, ""},
  8561  		{"SetCookie", Func, 0, "func(w ResponseWriter, cookie *Cookie)"},
  8562  		{"StateActive", Const, 3, ""},
  8563  		{"StateClosed", Const, 3, ""},
  8564  		{"StateHijacked", Const, 3, ""},
  8565  		{"StateIdle", Const, 3, ""},
  8566  		{"StateNew", Const, 3, ""},
  8567  		{"StatusAccepted", Const, 0, ""},
  8568  		{"StatusAlreadyReported", Const, 7, ""},
  8569  		{"StatusBadGateway", Const, 0, ""},
  8570  		{"StatusBadRequest", Const, 0, ""},
  8571  		{"StatusConflict", Const, 0, ""},
  8572  		{"StatusContinue", Const, 0, ""},
  8573  		{"StatusCreated", Const, 0, ""},
  8574  		{"StatusEarlyHints", Const, 13, ""},
  8575  		{"StatusExpectationFailed", Const, 0, ""},
  8576  		{"StatusFailedDependency", Const, 7, ""},
  8577  		{"StatusForbidden", Const, 0, ""},
  8578  		{"StatusFound", Const, 0, ""},
  8579  		{"StatusGatewayTimeout", Const, 0, ""},
  8580  		{"StatusGone", Const, 0, ""},
  8581  		{"StatusHTTPVersionNotSupported", Const, 0, ""},
  8582  		{"StatusIMUsed", Const, 7, ""},
  8583  		{"StatusInsufficientStorage", Const, 7, ""},
  8584  		{"StatusInternalServerError", Const, 0, ""},
  8585  		{"StatusLengthRequired", Const, 0, ""},
  8586  		{"StatusLocked", Const, 7, ""},
  8587  		{"StatusLoopDetected", Const, 7, ""},
  8588  		{"StatusMethodNotAllowed", Const, 0, ""},
  8589  		{"StatusMisdirectedRequest", Const, 11, ""},
  8590  		{"StatusMovedPermanently", Const, 0, ""},
  8591  		{"StatusMultiStatus", Const, 7, ""},
  8592  		{"StatusMultipleChoices", Const, 0, ""},
  8593  		{"StatusNetworkAuthenticationRequired", Const, 6, ""},
  8594  		{"StatusNoContent", Const, 0, ""},
  8595  		{"StatusNonAuthoritativeInfo", Const, 0, ""},
  8596  		{"StatusNotAcceptable", Const, 0, ""},
  8597  		{"StatusNotExtended", Const, 7, ""},
  8598  		{"StatusNotFound", Const, 0, ""},
  8599  		{"StatusNotImplemented", Const, 0, ""},
  8600  		{"StatusNotModified", Const, 0, ""},
  8601  		{"StatusOK", Const, 0, ""},
  8602  		{"StatusPartialContent", Const, 0, ""},
  8603  		{"StatusPaymentRequired", Const, 0, ""},
  8604  		{"StatusPermanentRedirect", Const, 7, ""},
  8605  		{"StatusPreconditionFailed", Const, 0, ""},
  8606  		{"StatusPreconditionRequired", Const, 6, ""},
  8607  		{"StatusProcessing", Const, 7, ""},
  8608  		{"StatusProxyAuthRequired", Const, 0, ""},
  8609  		{"StatusRequestEntityTooLarge", Const, 0, ""},
  8610  		{"StatusRequestHeaderFieldsTooLarge", Const, 6, ""},
  8611  		{"StatusRequestTimeout", Const, 0, ""},
  8612  		{"StatusRequestURITooLong", Const, 0, ""},
  8613  		{"StatusRequestedRangeNotSatisfiable", Const, 0, ""},
  8614  		{"StatusResetContent", Const, 0, ""},
  8615  		{"StatusSeeOther", Const, 0, ""},
  8616  		{"StatusServiceUnavailable", Const, 0, ""},
  8617  		{"StatusSwitchingProtocols", Const, 0, ""},
  8618  		{"StatusTeapot", Const, 0, ""},
  8619  		{"StatusTemporaryRedirect", Const, 0, ""},
  8620  		{"StatusText", Func, 0, "func(code int) string"},
  8621  		{"StatusTooEarly", Const, 12, ""},
  8622  		{"StatusTooManyRequests", Const, 6, ""},
  8623  		{"StatusUnauthorized", Const, 0, ""},
  8624  		{"StatusUnavailableForLegalReasons", Const, 6, ""},
  8625  		{"StatusUnprocessableEntity", Const, 7, ""},
  8626  		{"StatusUnsupportedMediaType", Const, 0, ""},
  8627  		{"StatusUpgradeRequired", Const, 7, ""},
  8628  		{"StatusUseProxy", Const, 0, ""},
  8629  		{"StatusVariantAlsoNegotiates", Const, 7, ""},
  8630  		{"StripPrefix", Func, 0, "func(prefix string, h Handler) Handler"},
  8631  		{"TimeFormat", Const, 0, ""},
  8632  		{"TimeoutHandler", Func, 0, "func(h Handler, dt time.Duration, msg string) Handler"},
  8633  		{"TrailerPrefix", Const, 8, ""},
  8634  		{"Transport", Type, 0, ""},
  8635  		{"Transport.Dial", Field, 0, ""},
  8636  		{"Transport.DialContext", Field, 7, ""},
  8637  		{"Transport.DialTLS", Field, 4, ""},
  8638  		{"Transport.DialTLSContext", Field, 14, ""},
  8639  		{"Transport.DisableCompression", Field, 0, ""},
  8640  		{"Transport.DisableKeepAlives", Field, 0, ""},
  8641  		{"Transport.ExpectContinueTimeout", Field, 6, ""},
  8642  		{"Transport.ForceAttemptHTTP2", Field, 13, ""},
  8643  		{"Transport.GetProxyConnectHeader", Field, 16, ""},
  8644  		{"Transport.HTTP2", Field, 24, ""},
  8645  		{"Transport.IdleConnTimeout", Field, 7, ""},
  8646  		{"Transport.MaxConnsPerHost", Field, 11, ""},
  8647  		{"Transport.MaxIdleConns", Field, 7, ""},
  8648  		{"Transport.MaxIdleConnsPerHost", Field, 0, ""},
  8649  		{"Transport.MaxResponseHeaderBytes", Field, 7, ""},
  8650  		{"Transport.OnProxyConnectResponse", Field, 20, ""},
  8651  		{"Transport.Protocols", Field, 24, ""},
  8652  		{"Transport.Proxy", Field, 0, ""},
  8653  		{"Transport.ProxyConnectHeader", Field, 8, ""},
  8654  		{"Transport.ReadBufferSize", Field, 13, ""},
  8655  		{"Transport.ResponseHeaderTimeout", Field, 1, ""},
  8656  		{"Transport.TLSClientConfig", Field, 0, ""},
  8657  		{"Transport.TLSHandshakeTimeout", Field, 3, ""},
  8658  		{"Transport.TLSNextProto", Field, 6, ""},
  8659  		{"Transport.WriteBufferSize", Field, 13, ""},
  8660  	},
  8661  	"net/http/cgi": {
  8662  		{"(*Handler).ServeHTTP", Method, 0, ""},
  8663  		{"Handler", Type, 0, ""},
  8664  		{"Handler.Args", Field, 0, ""},
  8665  		{"Handler.Dir", Field, 0, ""},
  8666  		{"Handler.Env", Field, 0, ""},
  8667  		{"Handler.InheritEnv", Field, 0, ""},
  8668  		{"Handler.Logger", Field, 0, ""},
  8669  		{"Handler.Path", Field, 0, ""},
  8670  		{"Handler.PathLocationHandler", Field, 0, ""},
  8671  		{"Handler.Root", Field, 0, ""},
  8672  		{"Handler.Stderr", Field, 7, ""},
  8673  		{"Request", Func, 0, "func() (*http.Request, error)"},
  8674  		{"RequestFromMap", Func, 0, "func(params map[string]string) (*http.Request, error)"},
  8675  		{"Serve", Func, 0, "func(handler http.Handler) error"},
  8676  	},
  8677  	"net/http/cookiejar": {
  8678  		{"(*Jar).Cookies", Method, 1, ""},
  8679  		{"(*Jar).SetCookies", Method, 1, ""},
  8680  		{"Jar", Type, 1, ""},
  8681  		{"New", Func, 1, "func(o *Options) (*Jar, error)"},
  8682  		{"Options", Type, 1, ""},
  8683  		{"Options.PublicSuffixList", Field, 1, ""},
  8684  		{"PublicSuffixList", Type, 1, ""},
  8685  	},
  8686  	"net/http/fcgi": {
  8687  		{"ErrConnClosed", Var, 5, ""},
  8688  		{"ErrRequestAborted", Var, 5, ""},
  8689  		{"ProcessEnv", Func, 9, "func(r *http.Request) map[string]string"},
  8690  		{"Serve", Func, 0, "func(l net.Listener, handler http.Handler) error"},
  8691  	},
  8692  	"net/http/httptest": {
  8693  		{"(*ResponseRecorder).Flush", Method, 0, ""},
  8694  		{"(*ResponseRecorder).Header", Method, 0, ""},
  8695  		{"(*ResponseRecorder).Result", Method, 7, ""},
  8696  		{"(*ResponseRecorder).Write", Method, 0, ""},
  8697  		{"(*ResponseRecorder).WriteHeader", Method, 0, ""},
  8698  		{"(*ResponseRecorder).WriteString", Method, 6, ""},
  8699  		{"(*Server).Certificate", Method, 9, ""},
  8700  		{"(*Server).Client", Method, 9, ""},
  8701  		{"(*Server).Close", Method, 0, ""},
  8702  		{"(*Server).CloseClientConnections", Method, 0, ""},
  8703  		{"(*Server).Start", Method, 0, ""},
  8704  		{"(*Server).StartTLS", Method, 0, ""},
  8705  		{"DefaultRemoteAddr", Const, 0, ""},
  8706  		{"NewRecorder", Func, 0, "func() *ResponseRecorder"},
  8707  		{"NewRequest", Func, 7, "func(method string, target string, body io.Reader) *http.Request"},
  8708  		{"NewRequestWithContext", Func, 23, "func(ctx context.Context, method string, target string, body io.Reader) *http.Request"},
  8709  		{"NewServer", Func, 0, "func(handler http.Handler) *Server"},
  8710  		{"NewTLSServer", Func, 0, "func(handler http.Handler) *Server"},
  8711  		{"NewUnstartedServer", Func, 0, "func(handler http.Handler) *Server"},
  8712  		{"ResponseRecorder", Type, 0, ""},
  8713  		{"ResponseRecorder.Body", Field, 0, ""},
  8714  		{"ResponseRecorder.Code", Field, 0, ""},
  8715  		{"ResponseRecorder.Flushed", Field, 0, ""},
  8716  		{"ResponseRecorder.HeaderMap", Field, 0, ""},
  8717  		{"Server", Type, 0, ""},
  8718  		{"Server.Config", Field, 0, ""},
  8719  		{"Server.EnableHTTP2", Field, 14, ""},
  8720  		{"Server.Listener", Field, 0, ""},
  8721  		{"Server.TLS", Field, 0, ""},
  8722  		{"Server.URL", Field, 0, ""},
  8723  	},
  8724  	"net/http/httptrace": {
  8725  		{"ClientTrace", Type, 7, ""},
  8726  		{"ClientTrace.ConnectDone", Field, 7, ""},
  8727  		{"ClientTrace.ConnectStart", Field, 7, ""},
  8728  		{"ClientTrace.DNSDone", Field, 7, ""},
  8729  		{"ClientTrace.DNSStart", Field, 7, ""},
  8730  		{"ClientTrace.GetConn", Field, 7, ""},
  8731  		{"ClientTrace.Got100Continue", Field, 7, ""},
  8732  		{"ClientTrace.Got1xxResponse", Field, 11, ""},
  8733  		{"ClientTrace.GotConn", Field, 7, ""},
  8734  		{"ClientTrace.GotFirstResponseByte", Field, 7, ""},
  8735  		{"ClientTrace.PutIdleConn", Field, 7, ""},
  8736  		{"ClientTrace.TLSHandshakeDone", Field, 8, ""},
  8737  		{"ClientTrace.TLSHandshakeStart", Field, 8, ""},
  8738  		{"ClientTrace.Wait100Continue", Field, 7, ""},
  8739  		{"ClientTrace.WroteHeaderField", Field, 11, ""},
  8740  		{"ClientTrace.WroteHeaders", Field, 7, ""},
  8741  		{"ClientTrace.WroteRequest", Field, 7, ""},
  8742  		{"ContextClientTrace", Func, 7, "func(ctx context.Context) *ClientTrace"},
  8743  		{"DNSDoneInfo", Type, 7, ""},
  8744  		{"DNSDoneInfo.Addrs", Field, 7, ""},
  8745  		{"DNSDoneInfo.Coalesced", Field, 7, ""},
  8746  		{"DNSDoneInfo.Err", Field, 7, ""},
  8747  		{"DNSStartInfo", Type, 7, ""},
  8748  		{"DNSStartInfo.Host", Field, 7, ""},
  8749  		{"GotConnInfo", Type, 7, ""},
  8750  		{"GotConnInfo.Conn", Field, 7, ""},
  8751  		{"GotConnInfo.IdleTime", Field, 7, ""},
  8752  		{"GotConnInfo.Reused", Field, 7, ""},
  8753  		{"GotConnInfo.WasIdle", Field, 7, ""},
  8754  		{"WithClientTrace", Func, 7, "func(ctx context.Context, trace *ClientTrace) context.Context"},
  8755  		{"WroteRequestInfo", Type, 7, ""},
  8756  		{"WroteRequestInfo.Err", Field, 7, ""},
  8757  	},
  8758  	"net/http/httputil": {
  8759  		{"(*ClientConn).Close", Method, 0, ""},
  8760  		{"(*ClientConn).Do", Method, 0, ""},
  8761  		{"(*ClientConn).Hijack", Method, 0, ""},
  8762  		{"(*ClientConn).Pending", Method, 0, ""},
  8763  		{"(*ClientConn).Read", Method, 0, ""},
  8764  		{"(*ClientConn).Write", Method, 0, ""},
  8765  		{"(*ProxyRequest).SetURL", Method, 20, ""},
  8766  		{"(*ProxyRequest).SetXForwarded", Method, 20, ""},
  8767  		{"(*ReverseProxy).ServeHTTP", Method, 0, ""},
  8768  		{"(*ServerConn).Close", Method, 0, ""},
  8769  		{"(*ServerConn).Hijack", Method, 0, ""},
  8770  		{"(*ServerConn).Pending", Method, 0, ""},
  8771  		{"(*ServerConn).Read", Method, 0, ""},
  8772  		{"(*ServerConn).Write", Method, 0, ""},
  8773  		{"BufferPool", Type, 6, ""},
  8774  		{"ClientConn", Type, 0, ""},
  8775  		{"DumpRequest", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
  8776  		{"DumpRequestOut", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
  8777  		{"DumpResponse", Func, 0, "func(resp *http.Response, body bool) ([]byte, error)"},
  8778  		{"ErrClosed", Var, 0, ""},
  8779  		{"ErrLineTooLong", Var, 0, ""},
  8780  		{"ErrPersistEOF", Var, 0, ""},
  8781  		{"ErrPipeline", Var, 0, ""},
  8782  		{"NewChunkedReader", Func, 0, "func(r io.Reader) io.Reader"},
  8783  		{"NewChunkedWriter", Func, 0, "func(w io.Writer) io.WriteCloser"},
  8784  		{"NewClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
  8785  		{"NewProxyClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
  8786  		{"NewServerConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ServerConn"},
  8787  		{"NewSingleHostReverseProxy", Func, 0, "func(target *url.URL) *ReverseProxy"},
  8788  		{"ProxyRequest", Type, 20, ""},
  8789  		{"ProxyRequest.In", Field, 20, ""},
  8790  		{"ProxyRequest.Out", Field, 20, ""},
  8791  		{"ReverseProxy", Type, 0, ""},
  8792  		{"ReverseProxy.BufferPool", Field, 6, ""},
  8793  		{"ReverseProxy.Director", Field, 0, ""},
  8794  		{"ReverseProxy.ErrorHandler", Field, 11, ""},
  8795  		{"ReverseProxy.ErrorLog", Field, 4, ""},
  8796  		{"ReverseProxy.FlushInterval", Field, 0, ""},
  8797  		{"ReverseProxy.ModifyResponse", Field, 8, ""},
  8798  		{"ReverseProxy.Rewrite", Field, 20, ""},
  8799  		{"ReverseProxy.Transport", Field, 0, ""},
  8800  		{"ServerConn", Type, 0, ""},
  8801  	},
  8802  	"net/http/pprof": {
  8803  		{"Cmdline", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
  8804  		{"Handler", Func, 0, "func(name string) http.Handler"},
  8805  		{"Index", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
  8806  		{"Profile", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
  8807  		{"Symbol", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
  8808  		{"Trace", Func, 5, "func(w http.ResponseWriter, r *http.Request)"},
  8809  	},
  8810  	"net/mail": {
  8811  		{"(*Address).String", Method, 0, ""},
  8812  		{"(*AddressParser).Parse", Method, 5, ""},
  8813  		{"(*AddressParser).ParseList", Method, 5, ""},
  8814  		{"(Header).AddressList", Method, 0, ""},
  8815  		{"(Header).Date", Method, 0, ""},
  8816  		{"(Header).Get", Method, 0, ""},
  8817  		{"Address", Type, 0, ""},
  8818  		{"Address.Address", Field, 0, ""},
  8819  		{"Address.Name", Field, 0, ""},
  8820  		{"AddressParser", Type, 5, ""},
  8821  		{"AddressParser.WordDecoder", Field, 5, ""},
  8822  		{"ErrHeaderNotPresent", Var, 0, ""},
  8823  		{"Header", Type, 0, ""},
  8824  		{"Message", Type, 0, ""},
  8825  		{"Message.Body", Field, 0, ""},
  8826  		{"Message.Header", Field, 0, ""},
  8827  		{"ParseAddress", Func, 1, "func(address string) (*Address, error)"},
  8828  		{"ParseAddressList", Func, 1, "func(list string) ([]*Address, error)"},
  8829  		{"ParseDate", Func, 8, "func(date string) (time.Time, error)"},
  8830  		{"ReadMessage", Func, 0, "func(r io.Reader) (msg *Message, err error)"},
  8831  	},
  8832  	"net/netip": {
  8833  		{"(*Addr).UnmarshalBinary", Method, 18, ""},
  8834  		{"(*Addr).UnmarshalText", Method, 18, ""},
  8835  		{"(*AddrPort).UnmarshalBinary", Method, 18, ""},
  8836  		{"(*AddrPort).UnmarshalText", Method, 18, ""},
  8837  		{"(*Prefix).UnmarshalBinary", Method, 18, ""},
  8838  		{"(*Prefix).UnmarshalText", Method, 18, ""},
  8839  		{"(Addr).AppendBinary", Method, 24, ""},
  8840  		{"(Addr).AppendText", Method, 24, ""},
  8841  		{"(Addr).AppendTo", Method, 18, ""},
  8842  		{"(Addr).As16", Method, 18, ""},
  8843  		{"(Addr).As4", Method, 18, ""},
  8844  		{"(Addr).AsSlice", Method, 18, ""},
  8845  		{"(Addr).BitLen", Method, 18, ""},
  8846  		{"(Addr).Compare", Method, 18, ""},
  8847  		{"(Addr).Is4", Method, 18, ""},
  8848  		{"(Addr).Is4In6", Method, 18, ""},
  8849  		{"(Addr).Is6", Method, 18, ""},
  8850  		{"(Addr).IsGlobalUnicast", Method, 18, ""},
  8851  		{"(Addr).IsInterfaceLocalMulticast", Method, 18, ""},
  8852  		{"(Addr).IsLinkLocalMulticast", Method, 18, ""},
  8853  		{"(Addr).IsLinkLocalUnicast", Method, 18, ""},
  8854  		{"(Addr).IsLoopback", Method, 18, ""},
  8855  		{"(Addr).IsMulticast", Method, 18, ""},
  8856  		{"(Addr).IsPrivate", Method, 18, ""},
  8857  		{"(Addr).IsUnspecified", Method, 18, ""},
  8858  		{"(Addr).IsValid", Method, 18, ""},
  8859  		{"(Addr).Less", Method, 18, ""},
  8860  		{"(Addr).MarshalBinary", Method, 18, ""},
  8861  		{"(Addr).MarshalText", Method, 18, ""},
  8862  		{"(Addr).Next", Method, 18, ""},
  8863  		{"(Addr).Prefix", Method, 18, ""},
  8864  		{"(Addr).Prev", Method, 18, ""},
  8865  		{"(Addr).String", Method, 18, ""},
  8866  		{"(Addr).StringExpanded", Method, 18, ""},
  8867  		{"(Addr).Unmap", Method, 18, ""},
  8868  		{"(Addr).WithZone", Method, 18, ""},
  8869  		{"(Addr).Zone", Method, 18, ""},
  8870  		{"(AddrPort).Addr", Method, 18, ""},
  8871  		{"(AddrPort).AppendBinary", Method, 24, ""},
  8872  		{"(AddrPort).AppendText", Method, 24, ""},
  8873  		{"(AddrPort).AppendTo", Method, 18, ""},
  8874  		{"(AddrPort).Compare", Method, 22, ""},
  8875  		{"(AddrPort).IsValid", Method, 18, ""},
  8876  		{"(AddrPort).MarshalBinary", Method, 18, ""},
  8877  		{"(AddrPort).MarshalText", Method, 18, ""},
  8878  		{"(AddrPort).Port", Method, 18, ""},
  8879  		{"(AddrPort).String", Method, 18, ""},
  8880  		{"(Prefix).Addr", Method, 18, ""},
  8881  		{"(Prefix).AppendBinary", Method, 24, ""},
  8882  		{"(Prefix).AppendText", Method, 24, ""},
  8883  		{"(Prefix).AppendTo", Method, 18, ""},
  8884  		{"(Prefix).Bits", Method, 18, ""},
  8885  		{"(Prefix).Contains", Method, 18, ""},
  8886  		{"(Prefix).IsSingleIP", Method, 18, ""},
  8887  		{"(Prefix).IsValid", Method, 18, ""},
  8888  		{"(Prefix).MarshalBinary", Method, 18, ""},
  8889  		{"(Prefix).MarshalText", Method, 18, ""},
  8890  		{"(Prefix).Masked", Method, 18, ""},
  8891  		{"(Prefix).Overlaps", Method, 18, ""},
  8892  		{"(Prefix).String", Method, 18, ""},
  8893  		{"Addr", Type, 18, ""},
  8894  		{"AddrFrom16", Func, 18, "func(addr [16]byte) Addr"},
  8895  		{"AddrFrom4", Func, 18, "func(addr [4]byte) Addr"},
  8896  		{"AddrFromSlice", Func, 18, "func(slice []byte) (ip Addr, ok bool)"},
  8897  		{"AddrPort", Type, 18, ""},
  8898  		{"AddrPortFrom", Func, 18, "func(ip Addr, port uint16) AddrPort"},
  8899  		{"IPv4Unspecified", Func, 18, "func() Addr"},
  8900  		{"IPv6LinkLocalAllNodes", Func, 18, "func() Addr"},
  8901  		{"IPv6LinkLocalAllRouters", Func, 20, "func() Addr"},
  8902  		{"IPv6Loopback", Func, 20, "func() Addr"},
  8903  		{"IPv6Unspecified", Func, 18, "func() Addr"},
  8904  		{"MustParseAddr", Func, 18, "func(s string) Addr"},
  8905  		{"MustParseAddrPort", Func, 18, "func(s string) AddrPort"},
  8906  		{"MustParsePrefix", Func, 18, "func(s string) Prefix"},
  8907  		{"ParseAddr", Func, 18, "func(s string) (Addr, error)"},
  8908  		{"ParseAddrPort", Func, 18, "func(s string) (AddrPort, error)"},
  8909  		{"ParsePrefix", Func, 18, "func(s string) (Prefix, error)"},
  8910  		{"Prefix", Type, 18, ""},
  8911  		{"PrefixFrom", Func, 18, "func(ip Addr, bits int) Prefix"},
  8912  	},
  8913  	"net/rpc": {
  8914  		{"(*Client).Call", Method, 0, ""},
  8915  		{"(*Client).Close", Method, 0, ""},
  8916  		{"(*Client).Go", Method, 0, ""},
  8917  		{"(*Server).Accept", Method, 0, ""},
  8918  		{"(*Server).HandleHTTP", Method, 0, ""},
  8919  		{"(*Server).Register", Method, 0, ""},
  8920  		{"(*Server).RegisterName", Method, 0, ""},
  8921  		{"(*Server).ServeCodec", Method, 0, ""},
  8922  		{"(*Server).ServeConn", Method, 0, ""},
  8923  		{"(*Server).ServeHTTP", Method, 0, ""},
  8924  		{"(*Server).ServeRequest", Method, 0, ""},
  8925  		{"(ServerError).Error", Method, 0, ""},
  8926  		{"Accept", Func, 0, "func(lis net.Listener)"},
  8927  		{"Call", Type, 0, ""},
  8928  		{"Call.Args", Field, 0, ""},
  8929  		{"Call.Done", Field, 0, ""},
  8930  		{"Call.Error", Field, 0, ""},
  8931  		{"Call.Reply", Field, 0, ""},
  8932  		{"Call.ServiceMethod", Field, 0, ""},
  8933  		{"Client", Type, 0, ""},
  8934  		{"ClientCodec", Type, 0, ""},
  8935  		{"DefaultDebugPath", Const, 0, ""},
  8936  		{"DefaultRPCPath", Const, 0, ""},
  8937  		{"DefaultServer", Var, 0, ""},
  8938  		{"Dial", Func, 0, "func(network string, address string) (*Client, error)"},
  8939  		{"DialHTTP", Func, 0, "func(network string, address string) (*Client, error)"},
  8940  		{"DialHTTPPath", Func, 0, "func(network string, address string, path string) (*Client, error)"},
  8941  		{"ErrShutdown", Var, 0, ""},
  8942  		{"HandleHTTP", Func, 0, "func()"},
  8943  		{"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *Client"},
  8944  		{"NewClientWithCodec", Func, 0, "func(codec ClientCodec) *Client"},
  8945  		{"NewServer", Func, 0, "func() *Server"},
  8946  		{"Register", Func, 0, "func(rcvr any) error"},
  8947  		{"RegisterName", Func, 0, "func(name string, rcvr any) error"},
  8948  		{"Request", Type, 0, ""},
  8949  		{"Request.Seq", Field, 0, ""},
  8950  		{"Request.ServiceMethod", Field, 0, ""},
  8951  		{"Response", Type, 0, ""},
  8952  		{"Response.Error", Field, 0, ""},
  8953  		{"Response.Seq", Field, 0, ""},
  8954  		{"Response.ServiceMethod", Field, 0, ""},
  8955  		{"ServeCodec", Func, 0, "func(codec ServerCodec)"},
  8956  		{"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
  8957  		{"ServeRequest", Func, 0, "func(codec ServerCodec) error"},
  8958  		{"Server", Type, 0, ""},
  8959  		{"ServerCodec", Type, 0, ""},
  8960  		{"ServerError", Type, 0, ""},
  8961  	},
  8962  	"net/rpc/jsonrpc": {
  8963  		{"Dial", Func, 0, "func(network string, address string) (*rpc.Client, error)"},
  8964  		{"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *rpc.Client"},
  8965  		{"NewClientCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ClientCodec"},
  8966  		{"NewServerCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ServerCodec"},
  8967  		{"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
  8968  	},
  8969  	"net/smtp": {
  8970  		{"(*Client).Auth", Method, 0, ""},
  8971  		{"(*Client).Close", Method, 2, ""},
  8972  		{"(*Client).Data", Method, 0, ""},
  8973  		{"(*Client).Extension", Method, 0, ""},
  8974  		{"(*Client).Hello", Method, 1, ""},
  8975  		{"(*Client).Mail", Method, 0, ""},
  8976  		{"(*Client).Noop", Method, 10, ""},
  8977  		{"(*Client).Quit", Method, 0, ""},
  8978  		{"(*Client).Rcpt", Method, 0, ""},
  8979  		{"(*Client).Reset", Method, 0, ""},
  8980  		{"(*Client).StartTLS", Method, 0, ""},
  8981  		{"(*Client).TLSConnectionState", Method, 5, ""},
  8982  		{"(*Client).Verify", Method, 0, ""},
  8983  		{"Auth", Type, 0, ""},
  8984  		{"CRAMMD5Auth", Func, 0, "func(username string, secret string) Auth"},
  8985  		{"Client", Type, 0, ""},
  8986  		{"Client.Text", Field, 0, ""},
  8987  		{"Dial", Func, 0, "func(addr string) (*Client, error)"},
  8988  		{"NewClient", Func, 0, "func(conn net.Conn, host string) (*Client, error)"},
  8989  		{"PlainAuth", Func, 0, "func(identity string, username string, password string, host string) Auth"},
  8990  		{"SendMail", Func, 0, "func(addr string, a Auth, from string, to []string, msg []byte) error"},
  8991  		{"ServerInfo", Type, 0, ""},
  8992  		{"ServerInfo.Auth", Field, 0, ""},
  8993  		{"ServerInfo.Name", Field, 0, ""},
  8994  		{"ServerInfo.TLS", Field, 0, ""},
  8995  	},
  8996  	"net/textproto": {
  8997  		{"(*Conn).Close", Method, 0, ""},
  8998  		{"(*Conn).Cmd", Method, 0, ""},
  8999  		{"(*Conn).DotReader", Method, 0, ""},
  9000  		{"(*Conn).DotWriter", Method, 0, ""},
  9001  		{"(*Conn).EndRequest", Method, 0, ""},
  9002  		{"(*Conn).EndResponse", Method, 0, ""},
  9003  		{"(*Conn).Next", Method, 0, ""},
  9004  		{"(*Conn).PrintfLine", Method, 0, ""},
  9005  		{"(*Conn).ReadCodeLine", Method, 0, ""},
  9006  		{"(*Conn).ReadContinuedLine", Method, 0, ""},
  9007  		{"(*Conn).ReadContinuedLineBytes", Method, 0, ""},
  9008  		{"(*Conn).ReadDotBytes", Method, 0, ""},
  9009  		{"(*Conn).ReadDotLines", Method, 0, ""},
  9010  		{"(*Conn).ReadLine", Method, 0, ""},
  9011  		{"(*Conn).ReadLineBytes", Method, 0, ""},
  9012  		{"(*Conn).ReadMIMEHeader", Method, 0, ""},
  9013  		{"(*Conn).ReadResponse", Method, 0, ""},
  9014  		{"(*Conn).StartRequest", Method, 0, ""},
  9015  		{"(*Conn).StartResponse", Method, 0, ""},
  9016  		{"(*Error).Error", Method, 0, ""},
  9017  		{"(*Pipeline).EndRequest", Method, 0, ""},
  9018  		{"(*Pipeline).EndResponse", Method, 0, ""},
  9019  		{"(*Pipeline).Next", Method, 0, ""},
  9020  		{"(*Pipeline).StartRequest", Method, 0, ""},
  9021  		{"(*Pipeline).StartResponse", Method, 0, ""},
  9022  		{"(*Reader).DotReader", Method, 0, ""},
  9023  		{"(*Reader).ReadCodeLine", Method, 0, ""},
  9024  		{"(*Reader).ReadContinuedLine", Method, 0, ""},
  9025  		{"(*Reader).ReadContinuedLineBytes", Method, 0, ""},
  9026  		{"(*Reader).ReadDotBytes", Method, 0, ""},
  9027  		{"(*Reader).ReadDotLines", Method, 0, ""},
  9028  		{"(*Reader).ReadLine", Method, 0, ""},
  9029  		{"(*Reader).ReadLineBytes", Method, 0, ""},
  9030  		{"(*Reader).ReadMIMEHeader", Method, 0, ""},
  9031  		{"(*Reader).ReadResponse", Method, 0, ""},
  9032  		{"(*Writer).DotWriter", Method, 0, ""},
  9033  		{"(*Writer).PrintfLine", Method, 0, ""},
  9034  		{"(MIMEHeader).Add", Method, 0, ""},
  9035  		{"(MIMEHeader).Del", Method, 0, ""},
  9036  		{"(MIMEHeader).Get", Method, 0, ""},
  9037  		{"(MIMEHeader).Set", Method, 0, ""},
  9038  		{"(MIMEHeader).Values", Method, 14, ""},
  9039  		{"(ProtocolError).Error", Method, 0, ""},
  9040  		{"CanonicalMIMEHeaderKey", Func, 0, "func(s string) string"},
  9041  		{"Conn", Type, 0, ""},
  9042  		{"Conn.Pipeline", Field, 0, ""},
  9043  		{"Conn.Reader", Field, 0, ""},
  9044  		{"Conn.Writer", Field, 0, ""},
  9045  		{"Dial", Func, 0, "func(network string, addr string) (*Conn, error)"},
  9046  		{"Error", Type, 0, ""},
  9047  		{"Error.Code", Field, 0, ""},
  9048  		{"Error.Msg", Field, 0, ""},
  9049  		{"MIMEHeader", Type, 0, ""},
  9050  		{"NewConn", Func, 0, "func(conn io.ReadWriteCloser) *Conn"},
  9051  		{"NewReader", Func, 0, "func(r *bufio.Reader) *Reader"},
  9052  		{"NewWriter", Func, 0, "func(w *bufio.Writer) *Writer"},
  9053  		{"Pipeline", Type, 0, ""},
  9054  		{"ProtocolError", Type, 0, ""},
  9055  		{"Reader", Type, 0, ""},
  9056  		{"Reader.R", Field, 0, ""},
  9057  		{"TrimBytes", Func, 1, "func(b []byte) []byte"},
  9058  		{"TrimString", Func, 1, "func(s string) string"},
  9059  		{"Writer", Type, 0, ""},
  9060  		{"Writer.W", Field, 0, ""},
  9061  	},
  9062  	"net/url": {
  9063  		{"(*Error).Error", Method, 0, ""},
  9064  		{"(*Error).Temporary", Method, 6, ""},
  9065  		{"(*Error).Timeout", Method, 6, ""},
  9066  		{"(*Error).Unwrap", Method, 13, ""},
  9067  		{"(*URL).AppendBinary", Method, 24, ""},
  9068  		{"(*URL).EscapedFragment", Method, 15, ""},
  9069  		{"(*URL).EscapedPath", Method, 5, ""},
  9070  		{"(*URL).Hostname", Method, 8, ""},
  9071  		{"(*URL).IsAbs", Method, 0, ""},
  9072  		{"(*URL).JoinPath", Method, 19, ""},
  9073  		{"(*URL).MarshalBinary", Method, 8, ""},
  9074  		{"(*URL).Parse", Method, 0, ""},
  9075  		{"(*URL).Port", Method, 8, ""},
  9076  		{"(*URL).Query", Method, 0, ""},
  9077  		{"(*URL).Redacted", Method, 15, ""},
  9078  		{"(*URL).RequestURI", Method, 0, ""},
  9079  		{"(*URL).ResolveReference", Method, 0, ""},
  9080  		{"(*URL).String", Method, 0, ""},
  9081  		{"(*URL).UnmarshalBinary", Method, 8, ""},
  9082  		{"(*Userinfo).Password", Method, 0, ""},
  9083  		{"(*Userinfo).String", Method, 0, ""},
  9084  		{"(*Userinfo).Username", Method, 0, ""},
  9085  		{"(EscapeError).Error", Method, 0, ""},
  9086  		{"(InvalidHostError).Error", Method, 6, ""},
  9087  		{"(Values).Add", Method, 0, ""},
  9088  		{"(Values).Del", Method, 0, ""},
  9089  		{"(Values).Encode", Method, 0, ""},
  9090  		{"(Values).Get", Method, 0, ""},
  9091  		{"(Values).Has", Method, 17, ""},
  9092  		{"(Values).Set", Method, 0, ""},
  9093  		{"Error", Type, 0, ""},
  9094  		{"Error.Err", Field, 0, ""},
  9095  		{"Error.Op", Field, 0, ""},
  9096  		{"Error.URL", Field, 0, ""},
  9097  		{"EscapeError", Type, 0, ""},
  9098  		{"InvalidHostError", Type, 6, ""},
  9099  		{"JoinPath", Func, 19, "func(base string, elem ...string) (result string, err error)"},
  9100  		{"Parse", Func, 0, "func(rawURL string) (*URL, error)"},
  9101  		{"ParseQuery", Func, 0, "func(query string) (Values, error)"},
  9102  		{"ParseRequestURI", Func, 0, "func(rawURL string) (*URL, error)"},
  9103  		{"PathEscape", Func, 8, "func(s string) string"},
  9104  		{"PathUnescape", Func, 8, "func(s string) (string, error)"},
  9105  		{"QueryEscape", Func, 0, "func(s string) string"},
  9106  		{"QueryUnescape", Func, 0, "func(s string) (string, error)"},
  9107  		{"URL", Type, 0, ""},
  9108  		{"URL.ForceQuery", Field, 7, ""},
  9109  		{"URL.Fragment", Field, 0, ""},
  9110  		{"URL.Host", Field, 0, ""},
  9111  		{"URL.OmitHost", Field, 19, ""},
  9112  		{"URL.Opaque", Field, 0, ""},
  9113  		{"URL.Path", Field, 0, ""},
  9114  		{"URL.RawFragment", Field, 15, ""},
  9115  		{"URL.RawPath", Field, 5, ""},
  9116  		{"URL.RawQuery", Field, 0, ""},
  9117  		{"URL.Scheme", Field, 0, ""},
  9118  		{"URL.User", Field, 0, ""},
  9119  		{"User", Func, 0, "func(username string) *Userinfo"},
  9120  		{"UserPassword", Func, 0, "func(username string, password string) *Userinfo"},
  9121  		{"Userinfo", Type, 0, ""},
  9122  		{"Values", Type, 0, ""},
  9123  	},
  9124  	"os": {
  9125  		{"(*File).Chdir", Method, 0, ""},
  9126  		{"(*File).Chmod", Method, 0, ""},
  9127  		{"(*File).Chown", Method, 0, ""},
  9128  		{"(*File).Close", Method, 0, ""},
  9129  		{"(*File).Fd", Method, 0, ""},
  9130  		{"(*File).Name", Method, 0, ""},
  9131  		{"(*File).Read", Method, 0, ""},
  9132  		{"(*File).ReadAt", Method, 0, ""},
  9133  		{"(*File).ReadDir", Method, 16, ""},
  9134  		{"(*File).ReadFrom", Method, 15, ""},
  9135  		{"(*File).Readdir", Method, 0, ""},
  9136  		{"(*File).Readdirnames", Method, 0, ""},
  9137  		{"(*File).Seek", Method, 0, ""},
  9138  		{"(*File).SetDeadline", Method, 10, ""},
  9139  		{"(*File).SetReadDeadline", Method, 10, ""},
  9140  		{"(*File).SetWriteDeadline", Method, 10, ""},
  9141  		{"(*File).Stat", Method, 0, ""},
  9142  		{"(*File).Sync", Method, 0, ""},
  9143  		{"(*File).SyscallConn", Method, 12, ""},
  9144  		{"(*File).Truncate", Method, 0, ""},
  9145  		{"(*File).Write", Method, 0, ""},
  9146  		{"(*File).WriteAt", Method, 0, ""},
  9147  		{"(*File).WriteString", Method, 0, ""},
  9148  		{"(*File).WriteTo", Method, 22, ""},
  9149  		{"(*LinkError).Error", Method, 0, ""},
  9150  		{"(*LinkError).Unwrap", Method, 13, ""},
  9151  		{"(*PathError).Error", Method, 0, ""},
  9152  		{"(*PathError).Timeout", Method, 10, ""},
  9153  		{"(*PathError).Unwrap", Method, 13, ""},
  9154  		{"(*Process).Kill", Method, 0, ""},
  9155  		{"(*Process).Release", Method, 0, ""},
  9156  		{"(*Process).Signal", Method, 0, ""},
  9157  		{"(*Process).Wait", Method, 0, ""},
  9158  		{"(*ProcessState).ExitCode", Method, 12, ""},
  9159  		{"(*ProcessState).Exited", Method, 0, ""},
  9160  		{"(*ProcessState).Pid", Method, 0, ""},
  9161  		{"(*ProcessState).String", Method, 0, ""},
  9162  		{"(*ProcessState).Success", Method, 0, ""},
  9163  		{"(*ProcessState).Sys", Method, 0, ""},
  9164  		{"(*ProcessState).SysUsage", Method, 0, ""},
  9165  		{"(*ProcessState).SystemTime", Method, 0, ""},
  9166  		{"(*ProcessState).UserTime", Method, 0, ""},
  9167  		{"(*Root).Chmod", Method, 25, ""},
  9168  		{"(*Root).Chown", Method, 25, ""},
  9169  		{"(*Root).Chtimes", Method, 25, ""},
  9170  		{"(*Root).Close", Method, 24, ""},
  9171  		{"(*Root).Create", Method, 24, ""},
  9172  		{"(*Root).FS", Method, 24, ""},
  9173  		{"(*Root).Lchown", Method, 25, ""},
  9174  		{"(*Root).Link", Method, 25, ""},
  9175  		{"(*Root).Lstat", Method, 24, ""},
  9176  		{"(*Root).Mkdir", Method, 24, ""},
  9177  		{"(*Root).Name", Method, 24, ""},
  9178  		{"(*Root).Open", Method, 24, ""},
  9179  		{"(*Root).OpenFile", Method, 24, ""},
  9180  		{"(*Root).OpenRoot", Method, 24, ""},
  9181  		{"(*Root).Readlink", Method, 25, ""},
  9182  		{"(*Root).Remove", Method, 24, ""},
  9183  		{"(*Root).Rename", Method, 25, ""},
  9184  		{"(*Root).Stat", Method, 24, ""},
  9185  		{"(*Root).Symlink", Method, 25, ""},
  9186  		{"(*SyscallError).Error", Method, 0, ""},
  9187  		{"(*SyscallError).Timeout", Method, 10, ""},
  9188  		{"(*SyscallError).Unwrap", Method, 13, ""},
  9189  		{"(FileMode).IsDir", Method, 0, ""},
  9190  		{"(FileMode).IsRegular", Method, 1, ""},
  9191  		{"(FileMode).Perm", Method, 0, ""},
  9192  		{"(FileMode).String", Method, 0, ""},
  9193  		{"Args", Var, 0, ""},
  9194  		{"Chdir", Func, 0, "func(dir string) error"},
  9195  		{"Chmod", Func, 0, "func(name string, mode FileMode) error"},
  9196  		{"Chown", Func, 0, "func(name string, uid int, gid int) error"},
  9197  		{"Chtimes", Func, 0, "func(name string, atime time.Time, mtime time.Time) error"},
  9198  		{"Clearenv", Func, 0, "func()"},
  9199  		{"CopyFS", Func, 23, "func(dir string, fsys fs.FS) error"},
  9200  		{"Create", Func, 0, "func(name string) (*File, error)"},
  9201  		{"CreateTemp", Func, 16, "func(dir string, pattern string) (*File, error)"},
  9202  		{"DevNull", Const, 0, ""},
  9203  		{"DirEntry", Type, 16, ""},
  9204  		{"DirFS", Func, 16, "func(dir string) fs.FS"},
  9205  		{"Environ", Func, 0, "func() []string"},
  9206  		{"ErrClosed", Var, 8, ""},
  9207  		{"ErrDeadlineExceeded", Var, 15, ""},
  9208  		{"ErrExist", Var, 0, ""},
  9209  		{"ErrInvalid", Var, 0, ""},
  9210  		{"ErrNoDeadline", Var, 10, ""},
  9211  		{"ErrNotExist", Var, 0, ""},
  9212  		{"ErrPermission", Var, 0, ""},
  9213  		{"ErrProcessDone", Var, 16, ""},
  9214  		{"Executable", Func, 8, "func() (string, error)"},
  9215  		{"Exit", Func, 0, "func(code int)"},
  9216  		{"Expand", Func, 0, "func(s string, mapping func(string) string) string"},
  9217  		{"ExpandEnv", Func, 0, "func(s string) string"},
  9218  		{"File", Type, 0, ""},
  9219  		{"FileInfo", Type, 0, ""},
  9220  		{"FileMode", Type, 0, ""},
  9221  		{"FindProcess", Func, 0, "func(pid int) (*Process, error)"},
  9222  		{"Getegid", Func, 0, "func() int"},
  9223  		{"Getenv", Func, 0, "func(key string) string"},
  9224  		{"Geteuid", Func, 0, "func() int"},
  9225  		{"Getgid", Func, 0, "func() int"},
  9226  		{"Getgroups", Func, 0, "func() ([]int, error)"},
  9227  		{"Getpagesize", Func, 0, "func() int"},
  9228  		{"Getpid", Func, 0, "func() int"},
  9229  		{"Getppid", Func, 0, "func() int"},
  9230  		{"Getuid", Func, 0, "func() int"},
  9231  		{"Getwd", Func, 0, "func() (dir string, err error)"},
  9232  		{"Hostname", Func, 0, "func() (name string, err error)"},
  9233  		{"Interrupt", Var, 0, ""},
  9234  		{"IsExist", Func, 0, "func(err error) bool"},
  9235  		{"IsNotExist", Func, 0, "func(err error) bool"},
  9236  		{"IsPathSeparator", Func, 0, "func(c uint8) bool"},
  9237  		{"IsPermission", Func, 0, "func(err error) bool"},
  9238  		{"IsTimeout", Func, 10, "func(err error) bool"},
  9239  		{"Kill", Var, 0, ""},
  9240  		{"Lchown", Func, 0, "func(name string, uid int, gid int) error"},
  9241  		{"Link", Func, 0, "func(oldname string, newname string) error"},
  9242  		{"LinkError", Type, 0, ""},
  9243  		{"LinkError.Err", Field, 0, ""},
  9244  		{"LinkError.New", Field, 0, ""},
  9245  		{"LinkError.Old", Field, 0, ""},
  9246  		{"LinkError.Op", Field, 0, ""},
  9247  		{"LookupEnv", Func, 5, "func(key string) (string, bool)"},
  9248  		{"Lstat", Func, 0, "func(name string) (FileInfo, error)"},
  9249  		{"Mkdir", Func, 0, "func(name string, perm FileMode) error"},
  9250  		{"MkdirAll", Func, 0, "func(path string, perm FileMode) error"},
  9251  		{"MkdirTemp", Func, 16, "func(dir string, pattern string) (string, error)"},
  9252  		{"ModeAppend", Const, 0, ""},
  9253  		{"ModeCharDevice", Const, 0, ""},
  9254  		{"ModeDevice", Const, 0, ""},
  9255  		{"ModeDir", Const, 0, ""},
  9256  		{"ModeExclusive", Const, 0, ""},
  9257  		{"ModeIrregular", Const, 11, ""},
  9258  		{"ModeNamedPipe", Const, 0, ""},
  9259  		{"ModePerm", Const, 0, ""},
  9260  		{"ModeSetgid", Const, 0, ""},
  9261  		{"ModeSetuid", Const, 0, ""},
  9262  		{"ModeSocket", Const, 0, ""},
  9263  		{"ModeSticky", Const, 0, ""},
  9264  		{"ModeSymlink", Const, 0, ""},
  9265  		{"ModeTemporary", Const, 0, ""},
  9266  		{"ModeType", Const, 0, ""},
  9267  		{"NewFile", Func, 0, "func(fd uintptr, name string) *File"},
  9268  		{"NewSyscallError", Func, 0, "func(syscall string, err error) error"},
  9269  		{"O_APPEND", Const, 0, ""},
  9270  		{"O_CREATE", Const, 0, ""},
  9271  		{"O_EXCL", Const, 0, ""},
  9272  		{"O_RDONLY", Const, 0, ""},
  9273  		{"O_RDWR", Const, 0, ""},
  9274  		{"O_SYNC", Const, 0, ""},
  9275  		{"O_TRUNC", Const, 0, ""},
  9276  		{"O_WRONLY", Const, 0, ""},
  9277  		{"Open", Func, 0, "func(name string) (*File, error)"},
  9278  		{"OpenFile", Func, 0, "func(name string, flag int, perm FileMode) (*File, error)"},
  9279  		{"OpenInRoot", Func, 24, "func(dir string, name string) (*File, error)"},
  9280  		{"OpenRoot", Func, 24, "func(name string) (*Root, error)"},
  9281  		{"PathError", Type, 0, ""},
  9282  		{"PathError.Err", Field, 0, ""},
  9283  		{"PathError.Op", Field, 0, ""},
  9284  		{"PathError.Path", Field, 0, ""},
  9285  		{"PathListSeparator", Const, 0, ""},
  9286  		{"PathSeparator", Const, 0, ""},
  9287  		{"Pipe", Func, 0, "func() (r *File, w *File, err error)"},
  9288  		{"ProcAttr", Type, 0, ""},
  9289  		{"ProcAttr.Dir", Field, 0, ""},
  9290  		{"ProcAttr.Env", Field, 0, ""},
  9291  		{"ProcAttr.Files", Field, 0, ""},
  9292  		{"ProcAttr.Sys", Field, 0, ""},
  9293  		{"Process", Type, 0, ""},
  9294  		{"Process.Pid", Field, 0, ""},
  9295  		{"ProcessState", Type, 0, ""},
  9296  		{"ReadDir", Func, 16, "func(name string) ([]DirEntry, error)"},
  9297  		{"ReadFile", Func, 16, "func(name string) ([]byte, error)"},
  9298  		{"Readlink", Func, 0, "func(name string) (string, error)"},
  9299  		{"Remove", Func, 0, "func(name string) error"},
  9300  		{"RemoveAll", Func, 0, "func(path string) error"},
  9301  		{"Rename", Func, 0, "func(oldpath string, newpath string) error"},
  9302  		{"Root", Type, 24, ""},
  9303  		{"SEEK_CUR", Const, 0, ""},
  9304  		{"SEEK_END", Const, 0, ""},
  9305  		{"SEEK_SET", Const, 0, ""},
  9306  		{"SameFile", Func, 0, "func(fi1 FileInfo, fi2 FileInfo) bool"},
  9307  		{"Setenv", Func, 0, "func(key string, value string) error"},
  9308  		{"Signal", Type, 0, ""},
  9309  		{"StartProcess", Func, 0, "func(name string, argv []string, attr *ProcAttr) (*Process, error)"},
  9310  		{"Stat", Func, 0, "func(name string) (FileInfo, error)"},
  9311  		{"Stderr", Var, 0, ""},
  9312  		{"Stdin", Var, 0, ""},
  9313  		{"Stdout", Var, 0, ""},
  9314  		{"Symlink", Func, 0, "func(oldname string, newname string) error"},
  9315  		{"SyscallError", Type, 0, ""},
  9316  		{"SyscallError.Err", Field, 0, ""},
  9317  		{"SyscallError.Syscall", Field, 0, ""},
  9318  		{"TempDir", Func, 0, "func() string"},
  9319  		{"Truncate", Func, 0, "func(name string, size int64) error"},
  9320  		{"Unsetenv", Func, 4, "func(key string) error"},
  9321  		{"UserCacheDir", Func, 11, "func() (string, error)"},
  9322  		{"UserConfigDir", Func, 13, "func() (string, error)"},
  9323  		{"UserHomeDir", Func, 12, "func() (string, error)"},
  9324  		{"WriteFile", Func, 16, "func(name string, data []byte, perm FileMode) error"},
  9325  	},
  9326  	"os/exec": {
  9327  		{"(*Cmd).CombinedOutput", Method, 0, ""},
  9328  		{"(*Cmd).Environ", Method, 19, ""},
  9329  		{"(*Cmd).Output", Method, 0, ""},
  9330  		{"(*Cmd).Run", Method, 0, ""},
  9331  		{"(*Cmd).Start", Method, 0, ""},
  9332  		{"(*Cmd).StderrPipe", Method, 0, ""},
  9333  		{"(*Cmd).StdinPipe", Method, 0, ""},
  9334  		{"(*Cmd).StdoutPipe", Method, 0, ""},
  9335  		{"(*Cmd).String", Method, 13, ""},
  9336  		{"(*Cmd).Wait", Method, 0, ""},
  9337  		{"(*Error).Error", Method, 0, ""},
  9338  		{"(*Error).Unwrap", Method, 13, ""},
  9339  		{"(*ExitError).Error", Method, 0, ""},
  9340  		{"(ExitError).ExitCode", Method, 12, ""},
  9341  		{"(ExitError).Exited", Method, 0, ""},
  9342  		{"(ExitError).Pid", Method, 0, ""},
  9343  		{"(ExitError).String", Method, 0, ""},
  9344  		{"(ExitError).Success", Method, 0, ""},
  9345  		{"(ExitError).Sys", Method, 0, ""},
  9346  		{"(ExitError).SysUsage", Method, 0, ""},
  9347  		{"(ExitError).SystemTime", Method, 0, ""},
  9348  		{"(ExitError).UserTime", Method, 0, ""},
  9349  		{"Cmd", Type, 0, ""},
  9350  		{"Cmd.Args", Field, 0, ""},
  9351  		{"Cmd.Cancel", Field, 20, ""},
  9352  		{"Cmd.Dir", Field, 0, ""},
  9353  		{"Cmd.Env", Field, 0, ""},
  9354  		{"Cmd.Err", Field, 19, ""},
  9355  		{"Cmd.ExtraFiles", Field, 0, ""},
  9356  		{"Cmd.Path", Field, 0, ""},
  9357  		{"Cmd.Process", Field, 0, ""},
  9358  		{"Cmd.ProcessState", Field, 0, ""},
  9359  		{"Cmd.Stderr", Field, 0, ""},
  9360  		{"Cmd.Stdin", Field, 0, ""},
  9361  		{"Cmd.Stdout", Field, 0, ""},
  9362  		{"Cmd.SysProcAttr", Field, 0, ""},
  9363  		{"Cmd.WaitDelay", Field, 20, ""},
  9364  		{"Command", Func, 0, "func(name string, arg ...string) *Cmd"},
  9365  		{"CommandContext", Func, 7, "func(ctx context.Context, name string, arg ...string) *Cmd"},
  9366  		{"ErrDot", Var, 19, ""},
  9367  		{"ErrNotFound", Var, 0, ""},
  9368  		{"ErrWaitDelay", Var, 20, ""},
  9369  		{"Error", Type, 0, ""},
  9370  		{"Error.Err", Field, 0, ""},
  9371  		{"Error.Name", Field, 0, ""},
  9372  		{"ExitError", Type, 0, ""},
  9373  		{"ExitError.ProcessState", Field, 0, ""},
  9374  		{"ExitError.Stderr", Field, 6, ""},
  9375  		{"LookPath", Func, 0, "func(file string) (string, error)"},
  9376  	},
  9377  	"os/signal": {
  9378  		{"Ignore", Func, 5, "func(sig ...os.Signal)"},
  9379  		{"Ignored", Func, 11, "func(sig os.Signal) bool"},
  9380  		{"Notify", Func, 0, "func(c chan<- os.Signal, sig ...os.Signal)"},
  9381  		{"NotifyContext", Func, 16, "func(parent context.Context, signals ...os.Signal) (ctx context.Context, stop context.CancelFunc)"},
  9382  		{"Reset", Func, 5, "func(sig ...os.Signal)"},
  9383  		{"Stop", Func, 1, "func(c chan<- os.Signal)"},
  9384  	},
  9385  	"os/user": {
  9386  		{"(*User).GroupIds", Method, 7, ""},
  9387  		{"(UnknownGroupError).Error", Method, 7, ""},
  9388  		{"(UnknownGroupIdError).Error", Method, 7, ""},
  9389  		{"(UnknownUserError).Error", Method, 0, ""},
  9390  		{"(UnknownUserIdError).Error", Method, 0, ""},
  9391  		{"Current", Func, 0, "func() (*User, error)"},
  9392  		{"Group", Type, 7, ""},
  9393  		{"Group.Gid", Field, 7, ""},
  9394  		{"Group.Name", Field, 7, ""},
  9395  		{"Lookup", Func, 0, "func(username string) (*User, error)"},
  9396  		{"LookupGroup", Func, 7, "func(name string) (*Group, error)"},
  9397  		{"LookupGroupId", Func, 7, "func(gid string) (*Group, error)"},
  9398  		{"LookupId", Func, 0, "func(uid string) (*User, error)"},
  9399  		{"UnknownGroupError", Type, 7, ""},
  9400  		{"UnknownGroupIdError", Type, 7, ""},
  9401  		{"UnknownUserError", Type, 0, ""},
  9402  		{"UnknownUserIdError", Type, 0, ""},
  9403  		{"User", Type, 0, ""},
  9404  		{"User.Gid", Field, 0, ""},
  9405  		{"User.HomeDir", Field, 0, ""},
  9406  		{"User.Name", Field, 0, ""},
  9407  		{"User.Uid", Field, 0, ""},
  9408  		{"User.Username", Field, 0, ""},
  9409  	},
  9410  	"path": {
  9411  		{"Base", Func, 0, "func(path string) string"},
  9412  		{"Clean", Func, 0, "func(path string) string"},
  9413  		{"Dir", Func, 0, "func(path string) string"},
  9414  		{"ErrBadPattern", Var, 0, ""},
  9415  		{"Ext", Func, 0, "func(path string) string"},
  9416  		{"IsAbs", Func, 0, "func(path string) bool"},
  9417  		{"Join", Func, 0, "func(elem ...string) string"},
  9418  		{"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
  9419  		{"Split", Func, 0, "func(path string) (dir string, file string)"},
  9420  	},
  9421  	"path/filepath": {
  9422  		{"Abs", Func, 0, "func(path string) (string, error)"},
  9423  		{"Base", Func, 0, "func(path string) string"},
  9424  		{"Clean", Func, 0, "func(path string) string"},
  9425  		{"Dir", Func, 0, "func(path string) string"},
  9426  		{"ErrBadPattern", Var, 0, ""},
  9427  		{"EvalSymlinks", Func, 0, "func(path string) (string, error)"},
  9428  		{"Ext", Func, 0, "func(path string) string"},
  9429  		{"FromSlash", Func, 0, "func(path string) string"},
  9430  		{"Glob", Func, 0, "func(pattern string) (matches []string, err error)"},
  9431  		{"HasPrefix", Func, 0, "func(p string, prefix string) bool"},
  9432  		{"IsAbs", Func, 0, "func(path string) bool"},
  9433  		{"IsLocal", Func, 20, "func(path string) bool"},
  9434  		{"Join", Func, 0, "func(elem ...string) string"},
  9435  		{"ListSeparator", Const, 0, ""},
  9436  		{"Localize", Func, 23, "func(path string) (string, error)"},
  9437  		{"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
  9438  		{"Rel", Func, 0, "func(basepath string, targpath string) (string, error)"},
  9439  		{"Separator", Const, 0, ""},
  9440  		{"SkipAll", Var, 20, ""},
  9441  		{"SkipDir", Var, 0, ""},
  9442  		{"Split", Func, 0, "func(path string) (dir string, file string)"},
  9443  		{"SplitList", Func, 0, "func(path string) []string"},
  9444  		{"ToSlash", Func, 0, "func(path string) string"},
  9445  		{"VolumeName", Func, 0, "func(path string) string"},
  9446  		{"Walk", Func, 0, "func(root string, fn WalkFunc) error"},
  9447  		{"WalkDir", Func, 16, "func(root string, fn fs.WalkDirFunc) error"},
  9448  		{"WalkFunc", Type, 0, ""},
  9449  	},
  9450  	"plugin": {
  9451  		{"(*Plugin).Lookup", Method, 8, ""},
  9452  		{"Open", Func, 8, "func(path string) (*Plugin, error)"},
  9453  		{"Plugin", Type, 8, ""},
  9454  		{"Symbol", Type, 8, ""},
  9455  	},
  9456  	"reflect": {
  9457  		{"(*MapIter).Key", Method, 12, ""},
  9458  		{"(*MapIter).Next", Method, 12, ""},
  9459  		{"(*MapIter).Reset", Method, 18, ""},
  9460  		{"(*MapIter).Value", Method, 12, ""},
  9461  		{"(*ValueError).Error", Method, 0, ""},
  9462  		{"(ChanDir).String", Method, 0, ""},
  9463  		{"(Kind).String", Method, 0, ""},
  9464  		{"(Method).IsExported", Method, 17, ""},
  9465  		{"(StructField).IsExported", Method, 17, ""},
  9466  		{"(StructTag).Get", Method, 0, ""},
  9467  		{"(StructTag).Lookup", Method, 7, ""},
  9468  		{"(Value).Addr", Method, 0, ""},
  9469  		{"(Value).Bool", Method, 0, ""},
  9470  		{"(Value).Bytes", Method, 0, ""},
  9471  		{"(Value).Call", Method, 0, ""},
  9472  		{"(Value).CallSlice", Method, 0, ""},
  9473  		{"(Value).CanAddr", Method, 0, ""},
  9474  		{"(Value).CanComplex", Method, 18, ""},
  9475  		{"(Value).CanConvert", Method, 17, ""},
  9476  		{"(Value).CanFloat", Method, 18, ""},
  9477  		{"(Value).CanInt", Method, 18, ""},
  9478  		{"(Value).CanInterface", Method, 0, ""},
  9479  		{"(Value).CanSet", Method, 0, ""},
  9480  		{"(Value).CanUint", Method, 18, ""},
  9481  		{"(Value).Cap", Method, 0, ""},
  9482  		{"(Value).Clear", Method, 21, ""},
  9483  		{"(Value).Close", Method, 0, ""},
  9484  		{"(Value).Comparable", Method, 20, ""},
  9485  		{"(Value).Complex", Method, 0, ""},
  9486  		{"(Value).Convert", Method, 1, ""},
  9487  		{"(Value).Elem", Method, 0, ""},
  9488  		{"(Value).Equal", Method, 20, ""},
  9489  		{"(Value).Field", Method, 0, ""},
  9490  		{"(Value).FieldByIndex", Method, 0, ""},
  9491  		{"(Value).FieldByIndexErr", Method, 18, ""},
  9492  		{"(Value).FieldByName", Method, 0, ""},
  9493  		{"(Value).FieldByNameFunc", Method, 0, ""},
  9494  		{"(Value).Float", Method, 0, ""},
  9495  		{"(Value).Grow", Method, 20, ""},
  9496  		{"(Value).Index", Method, 0, ""},
  9497  		{"(Value).Int", Method, 0, ""},
  9498  		{"(Value).Interface", Method, 0, ""},
  9499  		{"(Value).InterfaceData", Method, 0, ""},
  9500  		{"(Value).IsNil", Method, 0, ""},
  9501  		{"(Value).IsValid", Method, 0, ""},
  9502  		{"(Value).IsZero", Method, 13, ""},
  9503  		{"(Value).Kind", Method, 0, ""},
  9504  		{"(Value).Len", Method, 0, ""},
  9505  		{"(Value).MapIndex", Method, 0, ""},
  9506  		{"(Value).MapKeys", Method, 0, ""},
  9507  		{"(Value).MapRange", Method, 12, ""},
  9508  		{"(Value).Method", Method, 0, ""},
  9509  		{"(Value).MethodByName", Method, 0, ""},
  9510  		{"(Value).NumField", Method, 0, ""},
  9511  		{"(Value).NumMethod", Method, 0, ""},
  9512  		{"(Value).OverflowComplex", Method, 0, ""},
  9513  		{"(Value).OverflowFloat", Method, 0, ""},
  9514  		{"(Value).OverflowInt", Method, 0, ""},
  9515  		{"(Value).OverflowUint", Method, 0, ""},
  9516  		{"(Value).Pointer", Method, 0, ""},
  9517  		{"(Value).Recv", Method, 0, ""},
  9518  		{"(Value).Send", Method, 0, ""},
  9519  		{"(Value).Seq", Method, 23, ""},
  9520  		{"(Value).Seq2", Method, 23, ""},
  9521  		{"(Value).Set", Method, 0, ""},
  9522  		{"(Value).SetBool", Method, 0, ""},
  9523  		{"(Value).SetBytes", Method, 0, ""},
  9524  		{"(Value).SetCap", Method, 2, ""},
  9525  		{"(Value).SetComplex", Method, 0, ""},
  9526  		{"(Value).SetFloat", Method, 0, ""},
  9527  		{"(Value).SetInt", Method, 0, ""},
  9528  		{"(Value).SetIterKey", Method, 18, ""},
  9529  		{"(Value).SetIterValue", Method, 18, ""},
  9530  		{"(Value).SetLen", Method, 0, ""},
  9531  		{"(Value).SetMapIndex", Method, 0, ""},
  9532  		{"(Value).SetPointer", Method, 0, ""},
  9533  		{"(Value).SetString", Method, 0, ""},
  9534  		{"(Value).SetUint", Method, 0, ""},
  9535  		{"(Value).SetZero", Method, 20, ""},
  9536  		{"(Value).Slice", Method, 0, ""},
  9537  		{"(Value).Slice3", Method, 2, ""},
  9538  		{"(Value).String", Method, 0, ""},
  9539  		{"(Value).TryRecv", Method, 0, ""},
  9540  		{"(Value).TrySend", Method, 0, ""},
  9541  		{"(Value).Type", Method, 0, ""},
  9542  		{"(Value).Uint", Method, 0, ""},
  9543  		{"(Value).UnsafeAddr", Method, 0, ""},
  9544  		{"(Value).UnsafePointer", Method, 18, ""},
  9545  		{"Append", Func, 0, "func(s Value, x ...Value) Value"},
  9546  		{"AppendSlice", Func, 0, "func(s Value, t Value) Value"},
  9547  		{"Array", Const, 0, ""},
  9548  		{"ArrayOf", Func, 5, "func(length int, elem Type) Type"},
  9549  		{"Bool", Const, 0, ""},
  9550  		{"BothDir", Const, 0, ""},
  9551  		{"Chan", Const, 0, ""},
  9552  		{"ChanDir", Type, 0, ""},
  9553  		{"ChanOf", Func, 1, "func(dir ChanDir, t Type) Type"},
  9554  		{"Complex128", Const, 0, ""},
  9555  		{"Complex64", Const, 0, ""},
  9556  		{"Copy", Func, 0, "func(dst Value, src Value) int"},
  9557  		{"DeepEqual", Func, 0, "func(x any, y any) bool"},
  9558  		{"Float32", Const, 0, ""},
  9559  		{"Float64", Const, 0, ""},
  9560  		{"Func", Const, 0, ""},
  9561  		{"FuncOf", Func, 5, "func(in []Type, out []Type, variadic bool) Type"},
  9562  		{"Indirect", Func, 0, "func(v Value) Value"},
  9563  		{"Int", Const, 0, ""},
  9564  		{"Int16", Const, 0, ""},
  9565  		{"Int32", Const, 0, ""},
  9566  		{"Int64", Const, 0, ""},
  9567  		{"Int8", Const, 0, ""},
  9568  		{"Interface", Const, 0, ""},
  9569  		{"Invalid", Const, 0, ""},
  9570  		{"Kind", Type, 0, ""},
  9571  		{"MakeChan", Func, 0, "func(typ Type, buffer int) Value"},
  9572  		{"MakeFunc", Func, 1, "func(typ Type, fn func(args []Value) (results []Value)) Value"},
  9573  		{"MakeMap", Func, 0, "func(typ Type) Value"},
  9574  		{"MakeMapWithSize", Func, 9, "func(typ Type, n int) Value"},
  9575  		{"MakeSlice", Func, 0, "func(typ Type, len int, cap int) Value"},
  9576  		{"Map", Const, 0, ""},
  9577  		{"MapIter", Type, 12, ""},
  9578  		{"MapOf", Func, 1, "func(key Type, elem Type) Type"},
  9579  		{"Method", Type, 0, ""},
  9580  		{"Method.Func", Field, 0, ""},
  9581  		{"Method.Index", Field, 0, ""},
  9582  		{"Method.Name", Field, 0, ""},
  9583  		{"Method.PkgPath", Field, 0, ""},
  9584  		{"Method.Type", Field, 0, ""},
  9585  		{"New", Func, 0, "func(typ Type) Value"},
  9586  		{"NewAt", Func, 0, "func(typ Type, p unsafe.Pointer) Value"},
  9587  		{"Pointer", Const, 18, ""},
  9588  		{"PointerTo", Func, 18, "func(t Type) Type"},
  9589  		{"Ptr", Const, 0, ""},
  9590  		{"PtrTo", Func, 0, "func(t Type) Type"},
  9591  		{"RecvDir", Const, 0, ""},
  9592  		{"Select", Func, 1, "func(cases []SelectCase) (chosen int, recv Value, recvOK bool)"},
  9593  		{"SelectCase", Type, 1, ""},
  9594  		{"SelectCase.Chan", Field, 1, ""},
  9595  		{"SelectCase.Dir", Field, 1, ""},
  9596  		{"SelectCase.Send", Field, 1, ""},
  9597  		{"SelectDefault", Const, 1, ""},
  9598  		{"SelectDir", Type, 1, ""},
  9599  		{"SelectRecv", Const, 1, ""},
  9600  		{"SelectSend", Const, 1, ""},
  9601  		{"SendDir", Const, 0, ""},
  9602  		{"Slice", Const, 0, ""},
  9603  		{"SliceAt", Func, 23, "func(typ Type, p unsafe.Pointer, n int) Value"},
  9604  		{"SliceHeader", Type, 0, ""},
  9605  		{"SliceHeader.Cap", Field, 0, ""},
  9606  		{"SliceHeader.Data", Field, 0, ""},
  9607  		{"SliceHeader.Len", Field, 0, ""},
  9608  		{"SliceOf", Func, 1, "func(t Type) Type"},
  9609  		{"String", Const, 0, ""},
  9610  		{"StringHeader", Type, 0, ""},
  9611  		{"StringHeader.Data", Field, 0, ""},
  9612  		{"StringHeader.Len", Field, 0, ""},
  9613  		{"Struct", Const, 0, ""},
  9614  		{"StructField", Type, 0, ""},
  9615  		{"StructField.Anonymous", Field, 0, ""},
  9616  		{"StructField.Index", Field, 0, ""},
  9617  		{"StructField.Name", Field, 0, ""},
  9618  		{"StructField.Offset", Field, 0, ""},
  9619  		{"StructField.PkgPath", Field, 0, ""},
  9620  		{"StructField.Tag", Field, 0, ""},
  9621  		{"StructField.Type", Field, 0, ""},
  9622  		{"StructOf", Func, 7, "func(fields []StructField) Type"},
  9623  		{"StructTag", Type, 0, ""},
  9624  		{"Swapper", Func, 8, "func(slice any) func(i int, j int)"},
  9625  		{"Type", Type, 0, ""},
  9626  		{"TypeFor", Func, 22, "func[T any]() Type"},
  9627  		{"TypeOf", Func, 0, "func(i any) Type"},
  9628  		{"Uint", Const, 0, ""},
  9629  		{"Uint16", Const, 0, ""},
  9630  		{"Uint32", Const, 0, ""},
  9631  		{"Uint64", Const, 0, ""},
  9632  		{"Uint8", Const, 0, ""},
  9633  		{"Uintptr", Const, 0, ""},
  9634  		{"UnsafePointer", Const, 0, ""},
  9635  		{"Value", Type, 0, ""},
  9636  		{"ValueError", Type, 0, ""},
  9637  		{"ValueError.Kind", Field, 0, ""},
  9638  		{"ValueError.Method", Field, 0, ""},
  9639  		{"ValueOf", Func, 0, "func(i any) Value"},
  9640  		{"VisibleFields", Func, 17, "func(t Type) []StructField"},
  9641  		{"Zero", Func, 0, "func(typ Type) Value"},
  9642  	},
  9643  	"regexp": {
  9644  		{"(*Regexp).AppendText", Method, 24, ""},
  9645  		{"(*Regexp).Copy", Method, 6, ""},
  9646  		{"(*Regexp).Expand", Method, 0, ""},
  9647  		{"(*Regexp).ExpandString", Method, 0, ""},
  9648  		{"(*Regexp).Find", Method, 0, ""},
  9649  		{"(*Regexp).FindAll", Method, 0, ""},
  9650  		{"(*Regexp).FindAllIndex", Method, 0, ""},
  9651  		{"(*Regexp).FindAllString", Method, 0, ""},
  9652  		{"(*Regexp).FindAllStringIndex", Method, 0, ""},
  9653  		{"(*Regexp).FindAllStringSubmatch", Method, 0, ""},
  9654  		{"(*Regexp).FindAllStringSubmatchIndex", Method, 0, ""},
  9655  		{"(*Regexp).FindAllSubmatch", Method, 0, ""},
  9656  		{"(*Regexp).FindAllSubmatchIndex", Method, 0, ""},
  9657  		{"(*Regexp).FindIndex", Method, 0, ""},
  9658  		{"(*Regexp).FindReaderIndex", Method, 0, ""},
  9659  		{"(*Regexp).FindReaderSubmatchIndex", Method, 0, ""},
  9660  		{"(*Regexp).FindString", Method, 0, ""},
  9661  		{"(*Regexp).FindStringIndex", Method, 0, ""},
  9662  		{"(*Regexp).FindStringSubmatch", Method, 0, ""},
  9663  		{"(*Regexp).FindStringSubmatchIndex", Method, 0, ""},
  9664  		{"(*Regexp).FindSubmatch", Method, 0, ""},
  9665  		{"(*Regexp).FindSubmatchIndex", Method, 0, ""},
  9666  		{"(*Regexp).LiteralPrefix", Method, 0, ""},
  9667  		{"(*Regexp).Longest", Method, 1, ""},
  9668  		{"(*Regexp).MarshalText", Method, 21, ""},
  9669  		{"(*Regexp).Match", Method, 0, ""},
  9670  		{"(*Regexp).MatchReader", Method, 0, ""},
  9671  		{"(*Regexp).MatchString", Method, 0, ""},
  9672  		{"(*Regexp).NumSubexp", Method, 0, ""},
  9673  		{"(*Regexp).ReplaceAll", Method, 0, ""},
  9674  		{"(*Regexp).ReplaceAllFunc", Method, 0, ""},
  9675  		{"(*Regexp).ReplaceAllLiteral", Method, 0, ""},
  9676  		{"(*Regexp).ReplaceAllLiteralString", Method, 0, ""},
  9677  		{"(*Regexp).ReplaceAllString", Method, 0, ""},
  9678  		{"(*Regexp).ReplaceAllStringFunc", Method, 0, ""},
  9679  		{"(*Regexp).Split", Method, 1, ""},
  9680  		{"(*Regexp).String", Method, 0, ""},
  9681  		{"(*Regexp).SubexpIndex", Method, 15, ""},
  9682  		{"(*Regexp).SubexpNames", Method, 0, ""},
  9683  		{"(*Regexp).UnmarshalText", Method, 21, ""},
  9684  		{"Compile", Func, 0, "func(expr string) (*Regexp, error)"},
  9685  		{"CompilePOSIX", Func, 0, "func(expr string) (*Regexp, error)"},
  9686  		{"Match", Func, 0, "func(pattern string, b []byte) (matched bool, err error)"},
  9687  		{"MatchReader", Func, 0, "func(pattern string, r io.RuneReader) (matched bool, err error)"},
  9688  		{"MatchString", Func, 0, "func(pattern string, s string) (matched bool, err error)"},
  9689  		{"MustCompile", Func, 0, "func(str string) *Regexp"},
  9690  		{"MustCompilePOSIX", Func, 0, "func(str string) *Regexp"},
  9691  		{"QuoteMeta", Func, 0, "func(s string) string"},
  9692  		{"Regexp", Type, 0, ""},
  9693  	},
  9694  	"regexp/syntax": {
  9695  		{"(*Error).Error", Method, 0, ""},
  9696  		{"(*Inst).MatchEmptyWidth", Method, 0, ""},
  9697  		{"(*Inst).MatchRune", Method, 0, ""},
  9698  		{"(*Inst).MatchRunePos", Method, 3, ""},
  9699  		{"(*Inst).String", Method, 0, ""},
  9700  		{"(*Prog).Prefix", Method, 0, ""},
  9701  		{"(*Prog).StartCond", Method, 0, ""},
  9702  		{"(*Prog).String", Method, 0, ""},
  9703  		{"(*Regexp).CapNames", Method, 0, ""},
  9704  		{"(*Regexp).Equal", Method, 0, ""},
  9705  		{"(*Regexp).MaxCap", Method, 0, ""},
  9706  		{"(*Regexp).Simplify", Method, 0, ""},
  9707  		{"(*Regexp).String", Method, 0, ""},
  9708  		{"(ErrorCode).String", Method, 0, ""},
  9709  		{"(InstOp).String", Method, 3, ""},
  9710  		{"(Op).String", Method, 11, ""},
  9711  		{"ClassNL", Const, 0, ""},
  9712  		{"Compile", Func, 0, "func(re *Regexp) (*Prog, error)"},
  9713  		{"DotNL", Const, 0, ""},
  9714  		{"EmptyBeginLine", Const, 0, ""},
  9715  		{"EmptyBeginText", Const, 0, ""},
  9716  		{"EmptyEndLine", Const, 0, ""},
  9717  		{"EmptyEndText", Const, 0, ""},
  9718  		{"EmptyNoWordBoundary", Const, 0, ""},
  9719  		{"EmptyOp", Type, 0, ""},
  9720  		{"EmptyOpContext", Func, 0, "func(r1 rune, r2 rune) EmptyOp"},
  9721  		{"EmptyWordBoundary", Const, 0, ""},
  9722  		{"ErrInternalError", Const, 0, ""},
  9723  		{"ErrInvalidCharClass", Const, 0, ""},
  9724  		{"ErrInvalidCharRange", Const, 0, ""},
  9725  		{"ErrInvalidEscape", Const, 0, ""},
  9726  		{"ErrInvalidNamedCapture", Const, 0, ""},
  9727  		{"ErrInvalidPerlOp", Const, 0, ""},
  9728  		{"ErrInvalidRepeatOp", Const, 0, ""},
  9729  		{"ErrInvalidRepeatSize", Const, 0, ""},
  9730  		{"ErrInvalidUTF8", Const, 0, ""},
  9731  		{"ErrLarge", Const, 20, ""},
  9732  		{"ErrMissingBracket", Const, 0, ""},
  9733  		{"ErrMissingParen", Const, 0, ""},
  9734  		{"ErrMissingRepeatArgument", Const, 0, ""},
  9735  		{"ErrNestingDepth", Const, 19, ""},
  9736  		{"ErrTrailingBackslash", Const, 0, ""},
  9737  		{"ErrUnexpectedParen", Const, 1, ""},
  9738  		{"Error", Type, 0, ""},
  9739  		{"Error.Code", Field, 0, ""},
  9740  		{"Error.Expr", Field, 0, ""},
  9741  		{"ErrorCode", Type, 0, ""},
  9742  		{"Flags", Type, 0, ""},
  9743  		{"FoldCase", Const, 0, ""},
  9744  		{"Inst", Type, 0, ""},
  9745  		{"Inst.Arg", Field, 0, ""},
  9746  		{"Inst.Op", Field, 0, ""},
  9747  		{"Inst.Out", Field, 0, ""},
  9748  		{"Inst.Rune", Field, 0, ""},
  9749  		{"InstAlt", Const, 0, ""},
  9750  		{"InstAltMatch", Const, 0, ""},
  9751  		{"InstCapture", Const, 0, ""},
  9752  		{"InstEmptyWidth", Const, 0, ""},
  9753  		{"InstFail", Const, 0, ""},
  9754  		{"InstMatch", Const, 0, ""},
  9755  		{"InstNop", Const, 0, ""},
  9756  		{"InstOp", Type, 0, ""},
  9757  		{"InstRune", Const, 0, ""},
  9758  		{"InstRune1", Const, 0, ""},
  9759  		{"InstRuneAny", Const, 0, ""},
  9760  		{"InstRuneAnyNotNL", Const, 0, ""},
  9761  		{"IsWordChar", Func, 0, "func(r rune) bool"},
  9762  		{"Literal", Const, 0, ""},
  9763  		{"MatchNL", Const, 0, ""},
  9764  		{"NonGreedy", Const, 0, ""},
  9765  		{"OneLine", Const, 0, ""},
  9766  		{"Op", Type, 0, ""},
  9767  		{"OpAlternate", Const, 0, ""},
  9768  		{"OpAnyChar", Const, 0, ""},
  9769  		{"OpAnyCharNotNL", Const, 0, ""},
  9770  		{"OpBeginLine", Const, 0, ""},
  9771  		{"OpBeginText", Const, 0, ""},
  9772  		{"OpCapture", Const, 0, ""},
  9773  		{"OpCharClass", Const, 0, ""},
  9774  		{"OpConcat", Const, 0, ""},
  9775  		{"OpEmptyMatch", Const, 0, ""},
  9776  		{"OpEndLine", Const, 0, ""},
  9777  		{"OpEndText", Const, 0, ""},
  9778  		{"OpLiteral", Const, 0, ""},
  9779  		{"OpNoMatch", Const, 0, ""},
  9780  		{"OpNoWordBoundary", Const, 0, ""},
  9781  		{"OpPlus", Const, 0, ""},
  9782  		{"OpQuest", Const, 0, ""},
  9783  		{"OpRepeat", Const, 0, ""},
  9784  		{"OpStar", Const, 0, ""},
  9785  		{"OpWordBoundary", Const, 0, ""},
  9786  		{"POSIX", Const, 0, ""},
  9787  		{"Parse", Func, 0, "func(s string, flags Flags) (*Regexp, error)"},
  9788  		{"Perl", Const, 0, ""},
  9789  		{"PerlX", Const, 0, ""},
  9790  		{"Prog", Type, 0, ""},
  9791  		{"Prog.Inst", Field, 0, ""},
  9792  		{"Prog.NumCap", Field, 0, ""},
  9793  		{"Prog.Start", Field, 0, ""},
  9794  		{"Regexp", Type, 0, ""},
  9795  		{"Regexp.Cap", Field, 0, ""},
  9796  		{"Regexp.Flags", Field, 0, ""},
  9797  		{"Regexp.Max", Field, 0, ""},
  9798  		{"Regexp.Min", Field, 0, ""},
  9799  		{"Regexp.Name", Field, 0, ""},
  9800  		{"Regexp.Op", Field, 0, ""},
  9801  		{"Regexp.Rune", Field, 0, ""},
  9802  		{"Regexp.Rune0", Field, 0, ""},
  9803  		{"Regexp.Sub", Field, 0, ""},
  9804  		{"Regexp.Sub0", Field, 0, ""},
  9805  		{"Simple", Const, 0, ""},
  9806  		{"UnicodeGroups", Const, 0, ""},
  9807  		{"WasDollar", Const, 0, ""},
  9808  	},
  9809  	"runtime": {
  9810  		{"(*BlockProfileRecord).Stack", Method, 1, ""},
  9811  		{"(*Frames).Next", Method, 7, ""},
  9812  		{"(*Func).Entry", Method, 0, ""},
  9813  		{"(*Func).FileLine", Method, 0, ""},
  9814  		{"(*Func).Name", Method, 0, ""},
  9815  		{"(*MemProfileRecord).InUseBytes", Method, 0, ""},
  9816  		{"(*MemProfileRecord).InUseObjects", Method, 0, ""},
  9817  		{"(*MemProfileRecord).Stack", Method, 0, ""},
  9818  		{"(*PanicNilError).Error", Method, 21, ""},
  9819  		{"(*PanicNilError).RuntimeError", Method, 21, ""},
  9820  		{"(*Pinner).Pin", Method, 21, ""},
  9821  		{"(*Pinner).Unpin", Method, 21, ""},
  9822  		{"(*StackRecord).Stack", Method, 0, ""},
  9823  		{"(*TypeAssertionError).Error", Method, 0, ""},
  9824  		{"(*TypeAssertionError).RuntimeError", Method, 0, ""},
  9825  		{"(Cleanup).Stop", Method, 24, ""},
  9826  		{"AddCleanup", Func, 24, "func[T, S any](ptr *T, cleanup func(S), arg S) Cleanup"},
  9827  		{"BlockProfile", Func, 1, "func(p []BlockProfileRecord) (n int, ok bool)"},
  9828  		{"BlockProfileRecord", Type, 1, ""},
  9829  		{"BlockProfileRecord.Count", Field, 1, ""},
  9830  		{"BlockProfileRecord.Cycles", Field, 1, ""},
  9831  		{"BlockProfileRecord.StackRecord", Field, 1, ""},
  9832  		{"Breakpoint", Func, 0, "func()"},
  9833  		{"CPUProfile", Func, 0, "func() []byte"},
  9834  		{"Caller", Func, 0, "func(skip int) (pc uintptr, file string, line int, ok bool)"},
  9835  		{"Callers", Func, 0, "func(skip int, pc []uintptr) int"},
  9836  		{"CallersFrames", Func, 7, "func(callers []uintptr) *Frames"},
  9837  		{"Cleanup", Type, 24, ""},
  9838  		{"Compiler", Const, 0, ""},
  9839  		{"Error", Type, 0, ""},
  9840  		{"Frame", Type, 7, ""},
  9841  		{"Frame.Entry", Field, 7, ""},
  9842  		{"Frame.File", Field, 7, ""},
  9843  		{"Frame.Func", Field, 7, ""},
  9844  		{"Frame.Function", Field, 7, ""},
  9845  		{"Frame.Line", Field, 7, ""},
  9846  		{"Frame.PC", Field, 7, ""},
  9847  		{"Frames", Type, 7, ""},
  9848  		{"Func", Type, 0, ""},
  9849  		{"FuncForPC", Func, 0, "func(pc uintptr) *Func"},
  9850  		{"GC", Func, 0, "func()"},
  9851  		{"GOARCH", Const, 0, ""},
  9852  		{"GOMAXPROCS", Func, 0, "func(n int) int"},
  9853  		{"GOOS", Const, 0, ""},
  9854  		{"GOROOT", Func, 0, "func() string"},
  9855  		{"Goexit", Func, 0, "func()"},
  9856  		{"GoroutineProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
  9857  		{"Gosched", Func, 0, "func()"},
  9858  		{"KeepAlive", Func, 7, "func(x any)"},
  9859  		{"LockOSThread", Func, 0, "func()"},
  9860  		{"MemProfile", Func, 0, "func(p []MemProfileRecord, inuseZero bool) (n int, ok bool)"},
  9861  		{"MemProfileRate", Var, 0, ""},
  9862  		{"MemProfileRecord", Type, 0, ""},
  9863  		{"MemProfileRecord.AllocBytes", Field, 0, ""},
  9864  		{"MemProfileRecord.AllocObjects", Field, 0, ""},
  9865  		{"MemProfileRecord.FreeBytes", Field, 0, ""},
  9866  		{"MemProfileRecord.FreeObjects", Field, 0, ""},
  9867  		{"MemProfileRecord.Stack0", Field, 0, ""},
  9868  		{"MemStats", Type, 0, ""},
  9869  		{"MemStats.Alloc", Field, 0, ""},
  9870  		{"MemStats.BuckHashSys", Field, 0, ""},
  9871  		{"MemStats.BySize", Field, 0, ""},
  9872  		{"MemStats.DebugGC", Field, 0, ""},
  9873  		{"MemStats.EnableGC", Field, 0, ""},
  9874  		{"MemStats.Frees", Field, 0, ""},
  9875  		{"MemStats.GCCPUFraction", Field, 5, ""},
  9876  		{"MemStats.GCSys", Field, 2, ""},
  9877  		{"MemStats.HeapAlloc", Field, 0, ""},
  9878  		{"MemStats.HeapIdle", Field, 0, ""},
  9879  		{"MemStats.HeapInuse", Field, 0, ""},
  9880  		{"MemStats.HeapObjects", Field, 0, ""},
  9881  		{"MemStats.HeapReleased", Field, 0, ""},
  9882  		{"MemStats.HeapSys", Field, 0, ""},
  9883  		{"MemStats.LastGC", Field, 0, ""},
  9884  		{"MemStats.Lookups", Field, 0, ""},
  9885  		{"MemStats.MCacheInuse", Field, 0, ""},
  9886  		{"MemStats.MCacheSys", Field, 0, ""},
  9887  		{"MemStats.MSpanInuse", Field, 0, ""},
  9888  		{"MemStats.MSpanSys", Field, 0, ""},
  9889  		{"MemStats.Mallocs", Field, 0, ""},
  9890  		{"MemStats.NextGC", Field, 0, ""},
  9891  		{"MemStats.NumForcedGC", Field, 8, ""},
  9892  		{"MemStats.NumGC", Field, 0, ""},
  9893  		{"MemStats.OtherSys", Field, 2, ""},
  9894  		{"MemStats.PauseEnd", Field, 4, ""},
  9895  		{"MemStats.PauseNs", Field, 0, ""},
  9896  		{"MemStats.PauseTotalNs", Field, 0, ""},
  9897  		{"MemStats.StackInuse", Field, 0, ""},
  9898  		{"MemStats.StackSys", Field, 0, ""},
  9899  		{"MemStats.Sys", Field, 0, ""},
  9900  		{"MemStats.TotalAlloc", Field, 0, ""},
  9901  		{"MutexProfile", Func, 8, "func(p []BlockProfileRecord) (n int, ok bool)"},
  9902  		{"NumCPU", Func, 0, "func() int"},
  9903  		{"NumCgoCall", Func, 0, "func() int64"},
  9904  		{"NumGoroutine", Func, 0, "func() int"},
  9905  		{"PanicNilError", Type, 21, ""},
  9906  		{"Pinner", Type, 21, ""},
  9907  		{"ReadMemStats", Func, 0, "func(m *MemStats)"},
  9908  		{"ReadTrace", Func, 5, "func() []byte"},
  9909  		{"SetBlockProfileRate", Func, 1, "func(rate int)"},
  9910  		{"SetCPUProfileRate", Func, 0, "func(hz int)"},
  9911  		{"SetCgoTraceback", Func, 7, "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"},
  9912  		{"SetFinalizer", Func, 0, "func(obj any, finalizer any)"},
  9913  		{"SetMutexProfileFraction", Func, 8, "func(rate int) int"},
  9914  		{"Stack", Func, 0, "func(buf []byte, all bool) int"},
  9915  		{"StackRecord", Type, 0, ""},
  9916  		{"StackRecord.Stack0", Field, 0, ""},
  9917  		{"StartTrace", Func, 5, "func() error"},
  9918  		{"StopTrace", Func, 5, "func()"},
  9919  		{"ThreadCreateProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
  9920  		{"TypeAssertionError", Type, 0, ""},
  9921  		{"UnlockOSThread", Func, 0, "func()"},
  9922  		{"Version", Func, 0, "func() string"},
  9923  	},
  9924  	"runtime/cgo": {
  9925  		{"(Handle).Delete", Method, 17, ""},
  9926  		{"(Handle).Value", Method, 17, ""},
  9927  		{"Handle", Type, 17, ""},
  9928  		{"Incomplete", Type, 20, ""},
  9929  		{"NewHandle", Func, 17, ""},
  9930  	},
  9931  	"runtime/coverage": {
  9932  		{"ClearCounters", Func, 20, "func() error"},
  9933  		{"WriteCounters", Func, 20, "func(w io.Writer) error"},
  9934  		{"WriteCountersDir", Func, 20, "func(dir string) error"},
  9935  		{"WriteMeta", Func, 20, "func(w io.Writer) error"},
  9936  		{"WriteMetaDir", Func, 20, "func(dir string) error"},
  9937  	},
  9938  	"runtime/debug": {
  9939  		{"(*BuildInfo).String", Method, 18, ""},
  9940  		{"BuildInfo", Type, 12, ""},
  9941  		{"BuildInfo.Deps", Field, 12, ""},
  9942  		{"BuildInfo.GoVersion", Field, 18, ""},
  9943  		{"BuildInfo.Main", Field, 12, ""},
  9944  		{"BuildInfo.Path", Field, 12, ""},
  9945  		{"BuildInfo.Settings", Field, 18, ""},
  9946  		{"BuildSetting", Type, 18, ""},
  9947  		{"BuildSetting.Key", Field, 18, ""},
  9948  		{"BuildSetting.Value", Field, 18, ""},
  9949  		{"CrashOptions", Type, 23, ""},
  9950  		{"FreeOSMemory", Func, 1, "func()"},
  9951  		{"GCStats", Type, 1, ""},
  9952  		{"GCStats.LastGC", Field, 1, ""},
  9953  		{"GCStats.NumGC", Field, 1, ""},
  9954  		{"GCStats.Pause", Field, 1, ""},
  9955  		{"GCStats.PauseEnd", Field, 4, ""},
  9956  		{"GCStats.PauseQuantiles", Field, 1, ""},
  9957  		{"GCStats.PauseTotal", Field, 1, ""},
  9958  		{"Module", Type, 12, ""},
  9959  		{"Module.Path", Field, 12, ""},
  9960  		{"Module.Replace", Field, 12, ""},
  9961  		{"Module.Sum", Field, 12, ""},
  9962  		{"Module.Version", Field, 12, ""},
  9963  		{"ParseBuildInfo", Func, 18, "func(data string) (bi *BuildInfo, err error)"},
  9964  		{"PrintStack", Func, 0, "func()"},
  9965  		{"ReadBuildInfo", Func, 12, "func() (info *BuildInfo, ok bool)"},
  9966  		{"ReadGCStats", Func, 1, "func(stats *GCStats)"},
  9967  		{"SetCrashOutput", Func, 23, "func(f *os.File, opts CrashOptions) error"},
  9968  		{"SetGCPercent", Func, 1, "func(percent int) int"},
  9969  		{"SetMaxStack", Func, 2, "func(bytes int) int"},
  9970  		{"SetMaxThreads", Func, 2, "func(threads int) int"},
  9971  		{"SetMemoryLimit", Func, 19, "func(limit int64) int64"},
  9972  		{"SetPanicOnFault", Func, 3, "func(enabled bool) bool"},
  9973  		{"SetTraceback", Func, 6, "func(level string)"},
  9974  		{"Stack", Func, 0, "func() []byte"},
  9975  		{"WriteHeapDump", Func, 3, "func(fd uintptr)"},
  9976  	},
  9977  	"runtime/metrics": {
  9978  		{"(Value).Float64", Method, 16, ""},
  9979  		{"(Value).Float64Histogram", Method, 16, ""},
  9980  		{"(Value).Kind", Method, 16, ""},
  9981  		{"(Value).Uint64", Method, 16, ""},
  9982  		{"All", Func, 16, "func() []Description"},
  9983  		{"Description", Type, 16, ""},
  9984  		{"Description.Cumulative", Field, 16, ""},
  9985  		{"Description.Description", Field, 16, ""},
  9986  		{"Description.Kind", Field, 16, ""},
  9987  		{"Description.Name", Field, 16, ""},
  9988  		{"Float64Histogram", Type, 16, ""},
  9989  		{"Float64Histogram.Buckets", Field, 16, ""},
  9990  		{"Float64Histogram.Counts", Field, 16, ""},
  9991  		{"KindBad", Const, 16, ""},
  9992  		{"KindFloat64", Const, 16, ""},
  9993  		{"KindFloat64Histogram", Const, 16, ""},
  9994  		{"KindUint64", Const, 16, ""},
  9995  		{"Read", Func, 16, "func(m []Sample)"},
  9996  		{"Sample", Type, 16, ""},
  9997  		{"Sample.Name", Field, 16, ""},
  9998  		{"Sample.Value", Field, 16, ""},
  9999  		{"Value", Type, 16, ""},
 10000  		{"ValueKind", Type, 16, ""},
 10001  	},
 10002  	"runtime/pprof": {
 10003  		{"(*Profile).Add", Method, 0, ""},
 10004  		{"(*Profile).Count", Method, 0, ""},
 10005  		{"(*Profile).Name", Method, 0, ""},
 10006  		{"(*Profile).Remove", Method, 0, ""},
 10007  		{"(*Profile).WriteTo", Method, 0, ""},
 10008  		{"Do", Func, 9, "func(ctx context.Context, labels LabelSet, f func(context.Context))"},
 10009  		{"ForLabels", Func, 9, "func(ctx context.Context, f func(key string, value string) bool)"},
 10010  		{"Label", Func, 9, "func(ctx context.Context, key string) (string, bool)"},
 10011  		{"LabelSet", Type, 9, ""},
 10012  		{"Labels", Func, 9, "func(args ...string) LabelSet"},
 10013  		{"Lookup", Func, 0, "func(name string) *Profile"},
 10014  		{"NewProfile", Func, 0, "func(name string) *Profile"},
 10015  		{"Profile", Type, 0, ""},
 10016  		{"Profiles", Func, 0, "func() []*Profile"},
 10017  		{"SetGoroutineLabels", Func, 9, "func(ctx context.Context)"},
 10018  		{"StartCPUProfile", Func, 0, "func(w io.Writer) error"},
 10019  		{"StopCPUProfile", Func, 0, "func()"},
 10020  		{"WithLabels", Func, 9, "func(ctx context.Context, labels LabelSet) context.Context"},
 10021  		{"WriteHeapProfile", Func, 0, "func(w io.Writer) error"},
 10022  	},
 10023  	"runtime/trace": {
 10024  		{"(*Region).End", Method, 11, ""},
 10025  		{"(*Task).End", Method, 11, ""},
 10026  		{"IsEnabled", Func, 11, "func() bool"},
 10027  		{"Log", Func, 11, "func(ctx context.Context, category string, message string)"},
 10028  		{"Logf", Func, 11, "func(ctx context.Context, category string, format string, args ...any)"},
 10029  		{"NewTask", Func, 11, "func(pctx context.Context, taskType string) (ctx context.Context, task *Task)"},
 10030  		{"Region", Type, 11, ""},
 10031  		{"Start", Func, 5, "func(w io.Writer) error"},
 10032  		{"StartRegion", Func, 11, "func(ctx context.Context, regionType string) *Region"},
 10033  		{"Stop", Func, 5, "func()"},
 10034  		{"Task", Type, 11, ""},
 10035  		{"WithRegion", Func, 11, "func(ctx context.Context, regionType string, fn func())"},
 10036  	},
 10037  	"slices": {
 10038  		{"All", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
 10039  		{"AppendSeq", Func, 23, "func[Slice ~[]E, E any](s Slice, seq iter.Seq[E]) Slice"},
 10040  		{"Backward", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
 10041  		{"BinarySearch", Func, 21, "func[S ~[]E, E cmp.Ordered](x S, target E) (int, bool)"},
 10042  		{"BinarySearchFunc", Func, 21, "func[S ~[]E, E, T any](x S, target T, cmp func(E, T) int) (int, bool)"},
 10043  		{"Chunk", Func, 23, "func[Slice ~[]E, E any](s Slice, n int) iter.Seq[Slice]"},
 10044  		{"Clip", Func, 21, "func[S ~[]E, E any](s S) S"},
 10045  		{"Clone", Func, 21, "func[S ~[]E, E any](s S) S"},
 10046  		{"Collect", Func, 23, "func[E any](seq iter.Seq[E]) []E"},
 10047  		{"Compact", Func, 21, "func[S ~[]E, E comparable](s S) S"},
 10048  		{"CompactFunc", Func, 21, "func[S ~[]E, E any](s S, eq func(E, E) bool) S"},
 10049  		{"Compare", Func, 21, "func[S ~[]E, E cmp.Ordered](s1 S, s2 S) int"},
 10050  		{"CompareFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(E1, E2) int) int"},
 10051  		{"Concat", Func, 22, "func[S ~[]E, E any](slices ...S) S"},
 10052  		{"Contains", Func, 21, "func[S ~[]E, E comparable](s S, v E) bool"},
 10053  		{"ContainsFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) bool"},
 10054  		{"Delete", Func, 21, "func[S ~[]E, E any](s S, i int, j int) S"},
 10055  		{"DeleteFunc", Func, 21, "func[S ~[]E, E any](s S, del func(E) bool) S"},
 10056  		{"Equal", Func, 21, "func[S ~[]E, E comparable](s1 S, s2 S) bool"},
 10057  		{"EqualFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool"},
 10058  		{"Grow", Func, 21, "func[S ~[]E, E any](s S, n int) S"},
 10059  		{"Index", Func, 21, "func[S ~[]E, E comparable](s S, v E) int"},
 10060  		{"IndexFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) int"},
 10061  		{"Insert", Func, 21, "func[S ~[]E, E any](s S, i int, v ...E) S"},
 10062  		{"IsSorted", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) bool"},
 10063  		{"IsSortedFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) bool"},
 10064  		{"Max", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
 10065  		{"MaxFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
 10066  		{"Min", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
 10067  		{"MinFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
 10068  		{"Repeat", Func, 23, "func[S ~[]E, E any](x S, count int) S"},
 10069  		{"Replace", Func, 21, "func[S ~[]E, E any](s S, i int, j int, v ...E) S"},
 10070  		{"Reverse", Func, 21, "func[S ~[]E, E any](s S)"},
 10071  		{"Sort", Func, 21, "func[S ~[]E, E cmp.Ordered](x S)"},
 10072  		{"SortFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
 10073  		{"SortStableFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
 10074  		{"Sorted", Func, 23, "func[E cmp.Ordered](seq iter.Seq[E]) []E"},
 10075  		{"SortedFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
 10076  		{"SortedStableFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
 10077  		{"Values", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq[E]"},
 10078  	},
 10079  	"sort": {
 10080  		{"(Float64Slice).Len", Method, 0, ""},
 10081  		{"(Float64Slice).Less", Method, 0, ""},
 10082  		{"(Float64Slice).Search", Method, 0, ""},
 10083  		{"(Float64Slice).Sort", Method, 0, ""},
 10084  		{"(Float64Slice).Swap", Method, 0, ""},
 10085  		{"(IntSlice).Len", Method, 0, ""},
 10086  		{"(IntSlice).Less", Method, 0, ""},
 10087  		{"(IntSlice).Search", Method, 0, ""},
 10088  		{"(IntSlice).Sort", Method, 0, ""},
 10089  		{"(IntSlice).Swap", Method, 0, ""},
 10090  		{"(StringSlice).Len", Method, 0, ""},
 10091  		{"(StringSlice).Less", Method, 0, ""},
 10092  		{"(StringSlice).Search", Method, 0, ""},
 10093  		{"(StringSlice).Sort", Method, 0, ""},
 10094  		{"(StringSlice).Swap", Method, 0, ""},
 10095  		{"Find", Func, 19, "func(n int, cmp func(int) int) (i int, found bool)"},
 10096  		{"Float64Slice", Type, 0, ""},
 10097  		{"Float64s", Func, 0, "func(x []float64)"},
 10098  		{"Float64sAreSorted", Func, 0, "func(x []float64) bool"},
 10099  		{"IntSlice", Type, 0, ""},
 10100  		{"Interface", Type, 0, ""},
 10101  		{"Ints", Func, 0, "func(x []int)"},
 10102  		{"IntsAreSorted", Func, 0, "func(x []int) bool"},
 10103  		{"IsSorted", Func, 0, "func(data Interface) bool"},
 10104  		{"Reverse", Func, 1, "func(data Interface) Interface"},
 10105  		{"Search", Func, 0, "func(n int, f func(int) bool) int"},
 10106  		{"SearchFloat64s", Func, 0, "func(a []float64, x float64) int"},
 10107  		{"SearchInts", Func, 0, "func(a []int, x int) int"},
 10108  		{"SearchStrings", Func, 0, "func(a []string, x string) int"},
 10109  		{"Slice", Func, 8, "func(x any, less func(i int, j int) bool)"},
 10110  		{"SliceIsSorted", Func, 8, "func(x any, less func(i int, j int) bool) bool"},
 10111  		{"SliceStable", Func, 8, "func(x any, less func(i int, j int) bool)"},
 10112  		{"Sort", Func, 0, "func(data Interface)"},
 10113  		{"Stable", Func, 2, "func(data Interface)"},
 10114  		{"StringSlice", Type, 0, ""},
 10115  		{"Strings", Func, 0, "func(x []string)"},
 10116  		{"StringsAreSorted", Func, 0, "func(x []string) bool"},
 10117  	},
 10118  	"strconv": {
 10119  		{"(*NumError).Error", Method, 0, ""},
 10120  		{"(*NumError).Unwrap", Method, 14, ""},
 10121  		{"AppendBool", Func, 0, "func(dst []byte, b bool) []byte"},
 10122  		{"AppendFloat", Func, 0, "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"},
 10123  		{"AppendInt", Func, 0, "func(dst []byte, i int64, base int) []byte"},
 10124  		{"AppendQuote", Func, 0, "func(dst []byte, s string) []byte"},
 10125  		{"AppendQuoteRune", Func, 0, "func(dst []byte, r rune) []byte"},
 10126  		{"AppendQuoteRuneToASCII", Func, 0, "func(dst []byte, r rune) []byte"},
 10127  		{"AppendQuoteRuneToGraphic", Func, 6, "func(dst []byte, r rune) []byte"},
 10128  		{"AppendQuoteToASCII", Func, 0, "func(dst []byte, s string) []byte"},
 10129  		{"AppendQuoteToGraphic", Func, 6, "func(dst []byte, s string) []byte"},
 10130  		{"AppendUint", Func, 0, "func(dst []byte, i uint64, base int) []byte"},
 10131  		{"Atoi", Func, 0, "func(s string) (int, error)"},
 10132  		{"CanBackquote", Func, 0, "func(s string) bool"},
 10133  		{"ErrRange", Var, 0, ""},
 10134  		{"ErrSyntax", Var, 0, ""},
 10135  		{"FormatBool", Func, 0, "func(b bool) string"},
 10136  		{"FormatComplex", Func, 15, "func(c complex128, fmt byte, prec int, bitSize int) string"},
 10137  		{"FormatFloat", Func, 0, "func(f float64, fmt byte, prec int, bitSize int) string"},
 10138  		{"FormatInt", Func, 0, "func(i int64, base int) string"},
 10139  		{"FormatUint", Func, 0, "func(i uint64, base int) string"},
 10140  		{"IntSize", Const, 0, ""},
 10141  		{"IsGraphic", Func, 6, "func(r rune) bool"},
 10142  		{"IsPrint", Func, 0, "func(r rune) bool"},
 10143  		{"Itoa", Func, 0, "func(i int) string"},
 10144  		{"NumError", Type, 0, ""},
 10145  		{"NumError.Err", Field, 0, ""},
 10146  		{"NumError.Func", Field, 0, ""},
 10147  		{"NumError.Num", Field, 0, ""},
 10148  		{"ParseBool", Func, 0, "func(str string) (bool, error)"},
 10149  		{"ParseComplex", Func, 15, "func(s string, bitSize int) (complex128, error)"},
 10150  		{"ParseFloat", Func, 0, "func(s string, bitSize int) (float64, error)"},
 10151  		{"ParseInt", Func, 0, "func(s string, base int, bitSize int) (i int64, err error)"},
 10152  		{"ParseUint", Func, 0, "func(s string, base int, bitSize int) (uint64, error)"},
 10153  		{"Quote", Func, 0, "func(s string) string"},
 10154  		{"QuoteRune", Func, 0, "func(r rune) string"},
 10155  		{"QuoteRuneToASCII", Func, 0, "func(r rune) string"},
 10156  		{"QuoteRuneToGraphic", Func, 6, "func(r rune) string"},
 10157  		{"QuoteToASCII", Func, 0, "func(s string) string"},
 10158  		{"QuoteToGraphic", Func, 6, "func(s string) string"},
 10159  		{"QuotedPrefix", Func, 17, "func(s string) (string, error)"},
 10160  		{"Unquote", Func, 0, "func(s string) (string, error)"},
 10161  		{"UnquoteChar", Func, 0, "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"},
 10162  	},
 10163  	"strings": {
 10164  		{"(*Builder).Cap", Method, 12, ""},
 10165  		{"(*Builder).Grow", Method, 10, ""},
 10166  		{"(*Builder).Len", Method, 10, ""},
 10167  		{"(*Builder).Reset", Method, 10, ""},
 10168  		{"(*Builder).String", Method, 10, ""},
 10169  		{"(*Builder).Write", Method, 10, ""},
 10170  		{"(*Builder).WriteByte", Method, 10, ""},
 10171  		{"(*Builder).WriteRune", Method, 10, ""},
 10172  		{"(*Builder).WriteString", Method, 10, ""},
 10173  		{"(*Reader).Len", Method, 0, ""},
 10174  		{"(*Reader).Read", Method, 0, ""},
 10175  		{"(*Reader).ReadAt", Method, 0, ""},
 10176  		{"(*Reader).ReadByte", Method, 0, ""},
 10177  		{"(*Reader).ReadRune", Method, 0, ""},
 10178  		{"(*Reader).Reset", Method, 7, ""},
 10179  		{"(*Reader).Seek", Method, 0, ""},
 10180  		{"(*Reader).Size", Method, 5, ""},
 10181  		{"(*Reader).UnreadByte", Method, 0, ""},
 10182  		{"(*Reader).UnreadRune", Method, 0, ""},
 10183  		{"(*Reader).WriteTo", Method, 1, ""},
 10184  		{"(*Replacer).Replace", Method, 0, ""},
 10185  		{"(*Replacer).WriteString", Method, 0, ""},
 10186  		{"Builder", Type, 10, ""},
 10187  		{"Clone", Func, 18, "func(s string) string"},
 10188  		{"Compare", Func, 5, "func(a string, b string) int"},
 10189  		{"Contains", Func, 0, "func(s string, substr string) bool"},
 10190  		{"ContainsAny", Func, 0, "func(s string, chars string) bool"},
 10191  		{"ContainsFunc", Func, 21, "func(s string, f func(rune) bool) bool"},
 10192  		{"ContainsRune", Func, 0, "func(s string, r rune) bool"},
 10193  		{"Count", Func, 0, "func(s string, substr string) int"},
 10194  		{"Cut", Func, 18, "func(s string, sep string) (before string, after string, found bool)"},
 10195  		{"CutPrefix", Func, 20, "func(s string, prefix string) (after string, found bool)"},
 10196  		{"CutSuffix", Func, 20, "func(s string, suffix string) (before string, found bool)"},
 10197  		{"EqualFold", Func, 0, "func(s string, t string) bool"},
 10198  		{"Fields", Func, 0, "func(s string) []string"},
 10199  		{"FieldsFunc", Func, 0, "func(s string, f func(rune) bool) []string"},
 10200  		{"FieldsFuncSeq", Func, 24, "func(s string, f func(rune) bool) iter.Seq[string]"},
 10201  		{"FieldsSeq", Func, 24, "func(s string) iter.Seq[string]"},
 10202  		{"HasPrefix", Func, 0, "func(s string, prefix string) bool"},
 10203  		{"HasSuffix", Func, 0, "func(s string, suffix string) bool"},
 10204  		{"Index", Func, 0, "func(s string, substr string) int"},
 10205  		{"IndexAny", Func, 0, "func(s string, chars string) int"},
 10206  		{"IndexByte", Func, 2, "func(s string, c byte) int"},
 10207  		{"IndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
 10208  		{"IndexRune", Func, 0, "func(s string, r rune) int"},
 10209  		{"Join", Func, 0, "func(elems []string, sep string) string"},
 10210  		{"LastIndex", Func, 0, "func(s string, substr string) int"},
 10211  		{"LastIndexAny", Func, 0, "func(s string, chars string) int"},
 10212  		{"LastIndexByte", Func, 5, "func(s string, c byte) int"},
 10213  		{"LastIndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
 10214  		{"Lines", Func, 24, "func(s string) iter.Seq[string]"},
 10215  		{"Map", Func, 0, "func(mapping func(rune) rune, s string) string"},
 10216  		{"NewReader", Func, 0, "func(s string) *Reader"},
 10217  		{"NewReplacer", Func, 0, "func(oldnew ...string) *Replacer"},
 10218  		{"Reader", Type, 0, ""},
 10219  		{"Repeat", Func, 0, "func(s string, count int) string"},
 10220  		{"Replace", Func, 0, "func(s string, old string, new string, n int) string"},
 10221  		{"ReplaceAll", Func, 12, "func(s string, old string, new string) string"},
 10222  		{"Replacer", Type, 0, ""},
 10223  		{"Split", Func, 0, "func(s string, sep string) []string"},
 10224  		{"SplitAfter", Func, 0, "func(s string, sep string) []string"},
 10225  		{"SplitAfterN", Func, 0, "func(s string, sep string, n int) []string"},
 10226  		{"SplitAfterSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
 10227  		{"SplitN", Func, 0, "func(s string, sep string, n int) []string"},
 10228  		{"SplitSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
 10229  		{"Title", Func, 0, "func(s string) string"},
 10230  		{"ToLower", Func, 0, "func(s string) string"},
 10231  		{"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
 10232  		{"ToTitle", Func, 0, "func(s string) string"},
 10233  		{"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
 10234  		{"ToUpper", Func, 0, "func(s string) string"},
 10235  		{"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
 10236  		{"ToValidUTF8", Func, 13, "func(s string, replacement string) string"},
 10237  		{"Trim", Func, 0, "func(s string, cutset string) string"},
 10238  		{"TrimFunc", Func, 0, "func(s string, f func(rune) bool) string"},
 10239  		{"TrimLeft", Func, 0, "func(s string, cutset string) string"},
 10240  		{"TrimLeftFunc", Func, 0, "func(s string, f func(rune) bool) string"},
 10241  		{"TrimPrefix", Func, 1, "func(s string, prefix string) string"},
 10242  		{"TrimRight", Func, 0, "func(s string, cutset string) string"},
 10243  		{"TrimRightFunc", Func, 0, "func(s string, f func(rune) bool) string"},
 10244  		{"TrimSpace", Func, 0, "func(s string) string"},
 10245  		{"TrimSuffix", Func, 1, "func(s string, suffix string) string"},
 10246  	},
 10247  	"structs": {
 10248  		{"HostLayout", Type, 23, ""},
 10249  	},
 10250  	"sync": {
 10251  		{"(*Cond).Broadcast", Method, 0, ""},
 10252  		{"(*Cond).Signal", Method, 0, ""},
 10253  		{"(*Cond).Wait", Method, 0, ""},
 10254  		{"(*Map).Clear", Method, 23, ""},
 10255  		{"(*Map).CompareAndDelete", Method, 20, ""},
 10256  		{"(*Map).CompareAndSwap", Method, 20, ""},
 10257  		{"(*Map).Delete", Method, 9, ""},
 10258  		{"(*Map).Load", Method, 9, ""},
 10259  		{"(*Map).LoadAndDelete", Method, 15, ""},
 10260  		{"(*Map).LoadOrStore", Method, 9, ""},
 10261  		{"(*Map).Range", Method, 9, ""},
 10262  		{"(*Map).Store", Method, 9, ""},
 10263  		{"(*Map).Swap", Method, 20, ""},
 10264  		{"(*Mutex).Lock", Method, 0, ""},
 10265  		{"(*Mutex).TryLock", Method, 18, ""},
 10266  		{"(*Mutex).Unlock", Method, 0, ""},
 10267  		{"(*Once).Do", Method, 0, ""},
 10268  		{"(*Pool).Get", Method, 3, ""},
 10269  		{"(*Pool).Put", Method, 3, ""},
 10270  		{"(*RWMutex).Lock", Method, 0, ""},
 10271  		{"(*RWMutex).RLock", Method, 0, ""},
 10272  		{"(*RWMutex).RLocker", Method, 0, ""},
 10273  		{"(*RWMutex).RUnlock", Method, 0, ""},
 10274  		{"(*RWMutex).TryLock", Method, 18, ""},
 10275  		{"(*RWMutex).TryRLock", Method, 18, ""},
 10276  		{"(*RWMutex).Unlock", Method, 0, ""},
 10277  		{"(*WaitGroup).Add", Method, 0, ""},
 10278  		{"(*WaitGroup).Done", Method, 0, ""},
 10279  		{"(*WaitGroup).Go", Method, 25, ""},
 10280  		{"(*WaitGroup).Wait", Method, 0, ""},
 10281  		{"Cond", Type, 0, ""},
 10282  		{"Cond.L", Field, 0, ""},
 10283  		{"Locker", Type, 0, ""},
 10284  		{"Map", Type, 9, ""},
 10285  		{"Mutex", Type, 0, ""},
 10286  		{"NewCond", Func, 0, "func(l Locker) *Cond"},
 10287  		{"Once", Type, 0, ""},
 10288  		{"OnceFunc", Func, 21, "func(f func()) func()"},
 10289  		{"OnceValue", Func, 21, "func[T any](f func() T) func() T"},
 10290  		{"OnceValues", Func, 21, "func[T1, T2 any](f func() (T1, T2)) func() (T1, T2)"},
 10291  		{"Pool", Type, 3, ""},
 10292  		{"Pool.New", Field, 3, ""},
 10293  		{"RWMutex", Type, 0, ""},
 10294  		{"WaitGroup", Type, 0, ""},
 10295  	},
 10296  	"sync/atomic": {
 10297  		{"(*Bool).CompareAndSwap", Method, 19, ""},
 10298  		{"(*Bool).Load", Method, 19, ""},
 10299  		{"(*Bool).Store", Method, 19, ""},
 10300  		{"(*Bool).Swap", Method, 19, ""},
 10301  		{"(*Int32).Add", Method, 19, ""},
 10302  		{"(*Int32).And", Method, 23, ""},
 10303  		{"(*Int32).CompareAndSwap", Method, 19, ""},
 10304  		{"(*Int32).Load", Method, 19, ""},
 10305  		{"(*Int32).Or", Method, 23, ""},
 10306  		{"(*Int32).Store", Method, 19, ""},
 10307  		{"(*Int32).Swap", Method, 19, ""},
 10308  		{"(*Int64).Add", Method, 19, ""},
 10309  		{"(*Int64).And", Method, 23, ""},
 10310  		{"(*Int64).CompareAndSwap", Method, 19, ""},
 10311  		{"(*Int64).Load", Method, 19, ""},
 10312  		{"(*Int64).Or", Method, 23, ""},
 10313  		{"(*Int64).Store", Method, 19, ""},
 10314  		{"(*Int64).Swap", Method, 19, ""},
 10315  		{"(*Pointer).CompareAndSwap", Method, 19, ""},
 10316  		{"(*Pointer).Load", Method, 19, ""},
 10317  		{"(*Pointer).Store", Method, 19, ""},
 10318  		{"(*Pointer).Swap", Method, 19, ""},
 10319  		{"(*Uint32).Add", Method, 19, ""},
 10320  		{"(*Uint32).And", Method, 23, ""},
 10321  		{"(*Uint32).CompareAndSwap", Method, 19, ""},
 10322  		{"(*Uint32).Load", Method, 19, ""},
 10323  		{"(*Uint32).Or", Method, 23, ""},
 10324  		{"(*Uint32).Store", Method, 19, ""},
 10325  		{"(*Uint32).Swap", Method, 19, ""},
 10326  		{"(*Uint64).Add", Method, 19, ""},
 10327  		{"(*Uint64).And", Method, 23, ""},
 10328  		{"(*Uint64).CompareAndSwap", Method, 19, ""},
 10329  		{"(*Uint64).Load", Method, 19, ""},
 10330  		{"(*Uint64).Or", Method, 23, ""},
 10331  		{"(*Uint64).Store", Method, 19, ""},
 10332  		{"(*Uint64).Swap", Method, 19, ""},
 10333  		{"(*Uintptr).Add", Method, 19, ""},
 10334  		{"(*Uintptr).And", Method, 23, ""},
 10335  		{"(*Uintptr).CompareAndSwap", Method, 19, ""},
 10336  		{"(*Uintptr).Load", Method, 19, ""},
 10337  		{"(*Uintptr).Or", Method, 23, ""},
 10338  		{"(*Uintptr).Store", Method, 19, ""},
 10339  		{"(*Uintptr).Swap", Method, 19, ""},
 10340  		{"(*Value).CompareAndSwap", Method, 17, ""},
 10341  		{"(*Value).Load", Method, 4, ""},
 10342  		{"(*Value).Store", Method, 4, ""},
 10343  		{"(*Value).Swap", Method, 17, ""},
 10344  		{"AddInt32", Func, 0, "func(addr *int32, delta int32) (new int32)"},
 10345  		{"AddInt64", Func, 0, "func(addr *int64, delta int64) (new int64)"},
 10346  		{"AddUint32", Func, 0, "func(addr *uint32, delta uint32) (new uint32)"},
 10347  		{"AddUint64", Func, 0, "func(addr *uint64, delta uint64) (new uint64)"},
 10348  		{"AddUintptr", Func, 0, "func(addr *uintptr, delta uintptr) (new uintptr)"},
 10349  		{"AndInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
 10350  		{"AndInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
 10351  		{"AndUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
 10352  		{"AndUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
 10353  		{"AndUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
 10354  		{"Bool", Type, 19, ""},
 10355  		{"CompareAndSwapInt32", Func, 0, "func(addr *int32, old int32, new int32) (swapped bool)"},
 10356  		{"CompareAndSwapInt64", Func, 0, "func(addr *int64, old int64, new int64) (swapped bool)"},
 10357  		{"CompareAndSwapPointer", Func, 0, "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"},
 10358  		{"CompareAndSwapUint32", Func, 0, "func(addr *uint32, old uint32, new uint32) (swapped bool)"},
 10359  		{"CompareAndSwapUint64", Func, 0, "func(addr *uint64, old uint64, new uint64) (swapped bool)"},
 10360  		{"CompareAndSwapUintptr", Func, 0, "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"},
 10361  		{"Int32", Type, 19, ""},
 10362  		{"Int64", Type, 19, ""},
 10363  		{"LoadInt32", Func, 0, "func(addr *int32) (val int32)"},
 10364  		{"LoadInt64", Func, 0, "func(addr *int64) (val int64)"},
 10365  		{"LoadPointer", Func, 0, "func(addr *unsafe.Pointer) (val unsafe.Pointer)"},
 10366  		{"LoadUint32", Func, 0, "func(addr *uint32) (val uint32)"},
 10367  		{"LoadUint64", Func, 0, "func(addr *uint64) (val uint64)"},
 10368  		{"LoadUintptr", Func, 0, "func(addr *uintptr) (val uintptr)"},
 10369  		{"OrInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
 10370  		{"OrInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
 10371  		{"OrUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
 10372  		{"OrUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
 10373  		{"OrUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
 10374  		{"Pointer", Type, 19, ""},
 10375  		{"StoreInt32", Func, 0, "func(addr *int32, val int32)"},
 10376  		{"StoreInt64", Func, 0, "func(addr *int64, val int64)"},
 10377  		{"StorePointer", Func, 0, "func(addr *unsafe.Pointer, val unsafe.Pointer)"},
 10378  		{"StoreUint32", Func, 0, "func(addr *uint32, val uint32)"},
 10379  		{"StoreUint64", Func, 0, "func(addr *uint64, val uint64)"},
 10380  		{"StoreUintptr", Func, 0, "func(addr *uintptr, val uintptr)"},
 10381  		{"SwapInt32", Func, 2, "func(addr *int32, new int32) (old int32)"},
 10382  		{"SwapInt64", Func, 2, "func(addr *int64, new int64) (old int64)"},
 10383  		{"SwapPointer", Func, 2, "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"},
 10384  		{"SwapUint32", Func, 2, "func(addr *uint32, new uint32) (old uint32)"},
 10385  		{"SwapUint64", Func, 2, "func(addr *uint64, new uint64) (old uint64)"},
 10386  		{"SwapUintptr", Func, 2, "func(addr *uintptr, new uintptr) (old uintptr)"},
 10387  		{"Uint32", Type, 19, ""},
 10388  		{"Uint64", Type, 19, ""},
 10389  		{"Uintptr", Type, 19, ""},
 10390  		{"Value", Type, 4, ""},
 10391  	},
 10392  	"syscall": {
 10393  		{"(*Cmsghdr).SetLen", Method, 0, ""},
 10394  		{"(*DLL).FindProc", Method, 0, ""},
 10395  		{"(*DLL).MustFindProc", Method, 0, ""},
 10396  		{"(*DLL).Release", Method, 0, ""},
 10397  		{"(*DLLError).Error", Method, 0, ""},
 10398  		{"(*DLLError).Unwrap", Method, 16, ""},
 10399  		{"(*Filetime).Nanoseconds", Method, 0, ""},
 10400  		{"(*Iovec).SetLen", Method, 0, ""},
 10401  		{"(*LazyDLL).Handle", Method, 0, ""},
 10402  		{"(*LazyDLL).Load", Method, 0, ""},
 10403  		{"(*LazyDLL).NewProc", Method, 0, ""},
 10404  		{"(*LazyProc).Addr", Method, 0, ""},
 10405  		{"(*LazyProc).Call", Method, 0, ""},
 10406  		{"(*LazyProc).Find", Method, 0, ""},
 10407  		{"(*Msghdr).SetControllen", Method, 0, ""},
 10408  		{"(*Proc).Addr", Method, 0, ""},
 10409  		{"(*Proc).Call", Method, 0, ""},
 10410  		{"(*PtraceRegs).PC", Method, 0, ""},
 10411  		{"(*PtraceRegs).SetPC", Method, 0, ""},
 10412  		{"(*RawSockaddrAny).Sockaddr", Method, 0, ""},
 10413  		{"(*SID).Copy", Method, 0, ""},
 10414  		{"(*SID).Len", Method, 0, ""},
 10415  		{"(*SID).LookupAccount", Method, 0, ""},
 10416  		{"(*SID).String", Method, 0, ""},
 10417  		{"(*Timespec).Nano", Method, 0, ""},
 10418  		{"(*Timespec).Unix", Method, 0, ""},
 10419  		{"(*Timeval).Nano", Method, 0, ""},
 10420  		{"(*Timeval).Nanoseconds", Method, 0, ""},
 10421  		{"(*Timeval).Unix", Method, 0, ""},
 10422  		{"(Errno).Error", Method, 0, ""},
 10423  		{"(Errno).Is", Method, 13, ""},
 10424  		{"(Errno).Temporary", Method, 0, ""},
 10425  		{"(Errno).Timeout", Method, 0, ""},
 10426  		{"(Signal).Signal", Method, 0, ""},
 10427  		{"(Signal).String", Method, 0, ""},
 10428  		{"(Token).Close", Method, 0, ""},
 10429  		{"(Token).GetTokenPrimaryGroup", Method, 0, ""},
 10430  		{"(Token).GetTokenUser", Method, 0, ""},
 10431  		{"(Token).GetUserProfileDirectory", Method, 0, ""},
 10432  		{"(WaitStatus).Continued", Method, 0, ""},
 10433  		{"(WaitStatus).CoreDump", Method, 0, ""},
 10434  		{"(WaitStatus).ExitStatus", Method, 0, ""},
 10435  		{"(WaitStatus).Exited", Method, 0, ""},
 10436  		{"(WaitStatus).Signal", Method, 0, ""},
 10437  		{"(WaitStatus).Signaled", Method, 0, ""},
 10438  		{"(WaitStatus).StopSignal", Method, 0, ""},
 10439  		{"(WaitStatus).Stopped", Method, 0, ""},
 10440  		{"(WaitStatus).TrapCause", Method, 0, ""},
 10441  		{"AF_ALG", Const, 0, ""},
 10442  		{"AF_APPLETALK", Const, 0, ""},
 10443  		{"AF_ARP", Const, 0, ""},
 10444  		{"AF_ASH", Const, 0, ""},
 10445  		{"AF_ATM", Const, 0, ""},
 10446  		{"AF_ATMPVC", Const, 0, ""},
 10447  		{"AF_ATMSVC", Const, 0, ""},
 10448  		{"AF_AX25", Const, 0, ""},
 10449  		{"AF_BLUETOOTH", Const, 0, ""},
 10450  		{"AF_BRIDGE", Const, 0, ""},
 10451  		{"AF_CAIF", Const, 0, ""},
 10452  		{"AF_CAN", Const, 0, ""},
 10453  		{"AF_CCITT", Const, 0, ""},
 10454  		{"AF_CHAOS", Const, 0, ""},
 10455  		{"AF_CNT", Const, 0, ""},
 10456  		{"AF_COIP", Const, 0, ""},
 10457  		{"AF_DATAKIT", Const, 0, ""},
 10458  		{"AF_DECnet", Const, 0, ""},
 10459  		{"AF_DLI", Const, 0, ""},
 10460  		{"AF_E164", Const, 0, ""},
 10461  		{"AF_ECMA", Const, 0, ""},
 10462  		{"AF_ECONET", Const, 0, ""},
 10463  		{"AF_ENCAP", Const, 1, ""},
 10464  		{"AF_FILE", Const, 0, ""},
 10465  		{"AF_HYLINK", Const, 0, ""},
 10466  		{"AF_IEEE80211", Const, 0, ""},
 10467  		{"AF_IEEE802154", Const, 0, ""},
 10468  		{"AF_IMPLINK", Const, 0, ""},
 10469  		{"AF_INET", Const, 0, ""},
 10470  		{"AF_INET6", Const, 0, ""},
 10471  		{"AF_INET6_SDP", Const, 3, ""},
 10472  		{"AF_INET_SDP", Const, 3, ""},
 10473  		{"AF_IPX", Const, 0, ""},
 10474  		{"AF_IRDA", Const, 0, ""},
 10475  		{"AF_ISDN", Const, 0, ""},
 10476  		{"AF_ISO", Const, 0, ""},
 10477  		{"AF_IUCV", Const, 0, ""},
 10478  		{"AF_KEY", Const, 0, ""},
 10479  		{"AF_LAT", Const, 0, ""},
 10480  		{"AF_LINK", Const, 0, ""},
 10481  		{"AF_LLC", Const, 0, ""},
 10482  		{"AF_LOCAL", Const, 0, ""},
 10483  		{"AF_MAX", Const, 0, ""},
 10484  		{"AF_MPLS", Const, 1, ""},
 10485  		{"AF_NATM", Const, 0, ""},
 10486  		{"AF_NDRV", Const, 0, ""},
 10487  		{"AF_NETBEUI", Const, 0, ""},
 10488  		{"AF_NETBIOS", Const, 0, ""},
 10489  		{"AF_NETGRAPH", Const, 0, ""},
 10490  		{"AF_NETLINK", Const, 0, ""},
 10491  		{"AF_NETROM", Const, 0, ""},
 10492  		{"AF_NS", Const, 0, ""},
 10493  		{"AF_OROUTE", Const, 1, ""},
 10494  		{"AF_OSI", Const, 0, ""},
 10495  		{"AF_PACKET", Const, 0, ""},
 10496  		{"AF_PHONET", Const, 0, ""},
 10497  		{"AF_PPP", Const, 0, ""},
 10498  		{"AF_PPPOX", Const, 0, ""},
 10499  		{"AF_PUP", Const, 0, ""},
 10500  		{"AF_RDS", Const, 0, ""},
 10501  		{"AF_RESERVED_36", Const, 0, ""},
 10502  		{"AF_ROSE", Const, 0, ""},
 10503  		{"AF_ROUTE", Const, 0, ""},
 10504  		{"AF_RXRPC", Const, 0, ""},
 10505  		{"AF_SCLUSTER", Const, 0, ""},
 10506  		{"AF_SECURITY", Const, 0, ""},
 10507  		{"AF_SIP", Const, 0, ""},
 10508  		{"AF_SLOW", Const, 0, ""},
 10509  		{"AF_SNA", Const, 0, ""},
 10510  		{"AF_SYSTEM", Const, 0, ""},
 10511  		{"AF_TIPC", Const, 0, ""},
 10512  		{"AF_UNIX", Const, 0, ""},
 10513  		{"AF_UNSPEC", Const, 0, ""},
 10514  		{"AF_UTUN", Const, 16, ""},
 10515  		{"AF_VENDOR00", Const, 0, ""},
 10516  		{"AF_VENDOR01", Const, 0, ""},
 10517  		{"AF_VENDOR02", Const, 0, ""},
 10518  		{"AF_VENDOR03", Const, 0, ""},
 10519  		{"AF_VENDOR04", Const, 0, ""},
 10520  		{"AF_VENDOR05", Const, 0, ""},
 10521  		{"AF_VENDOR06", Const, 0, ""},
 10522  		{"AF_VENDOR07", Const, 0, ""},
 10523  		{"AF_VENDOR08", Const, 0, ""},
 10524  		{"AF_VENDOR09", Const, 0, ""},
 10525  		{"AF_VENDOR10", Const, 0, ""},
 10526  		{"AF_VENDOR11", Const, 0, ""},
 10527  		{"AF_VENDOR12", Const, 0, ""},
 10528  		{"AF_VENDOR13", Const, 0, ""},
 10529  		{"AF_VENDOR14", Const, 0, ""},
 10530  		{"AF_VENDOR15", Const, 0, ""},
 10531  		{"AF_VENDOR16", Const, 0, ""},
 10532  		{"AF_VENDOR17", Const, 0, ""},
 10533  		{"AF_VENDOR18", Const, 0, ""},
 10534  		{"AF_VENDOR19", Const, 0, ""},
 10535  		{"AF_VENDOR20", Const, 0, ""},
 10536  		{"AF_VENDOR21", Const, 0, ""},
 10537  		{"AF_VENDOR22", Const, 0, ""},
 10538  		{"AF_VENDOR23", Const, 0, ""},
 10539  		{"AF_VENDOR24", Const, 0, ""},
 10540  		{"AF_VENDOR25", Const, 0, ""},
 10541  		{"AF_VENDOR26", Const, 0, ""},
 10542  		{"AF_VENDOR27", Const, 0, ""},
 10543  		{"AF_VENDOR28", Const, 0, ""},
 10544  		{"AF_VENDOR29", Const, 0, ""},
 10545  		{"AF_VENDOR30", Const, 0, ""},
 10546  		{"AF_VENDOR31", Const, 0, ""},
 10547  		{"AF_VENDOR32", Const, 0, ""},
 10548  		{"AF_VENDOR33", Const, 0, ""},
 10549  		{"AF_VENDOR34", Const, 0, ""},
 10550  		{"AF_VENDOR35", Const, 0, ""},
 10551  		{"AF_VENDOR36", Const, 0, ""},
 10552  		{"AF_VENDOR37", Const, 0, ""},
 10553  		{"AF_VENDOR38", Const, 0, ""},
 10554  		{"AF_VENDOR39", Const, 0, ""},
 10555  		{"AF_VENDOR40", Const, 0, ""},
 10556  		{"AF_VENDOR41", Const, 0, ""},
 10557  		{"AF_VENDOR42", Const, 0, ""},
 10558  		{"AF_VENDOR43", Const, 0, ""},
 10559  		{"AF_VENDOR44", Const, 0, ""},
 10560  		{"AF_VENDOR45", Const, 0, ""},
 10561  		{"AF_VENDOR46", Const, 0, ""},
 10562  		{"AF_VENDOR47", Const, 0, ""},
 10563  		{"AF_WANPIPE", Const, 0, ""},
 10564  		{"AF_X25", Const, 0, ""},
 10565  		{"AI_CANONNAME", Const, 1, ""},
 10566  		{"AI_NUMERICHOST", Const, 1, ""},
 10567  		{"AI_PASSIVE", Const, 1, ""},
 10568  		{"APPLICATION_ERROR", Const, 0, ""},
 10569  		{"ARPHRD_ADAPT", Const, 0, ""},
 10570  		{"ARPHRD_APPLETLK", Const, 0, ""},
 10571  		{"ARPHRD_ARCNET", Const, 0, ""},
 10572  		{"ARPHRD_ASH", Const, 0, ""},
 10573  		{"ARPHRD_ATM", Const, 0, ""},
 10574  		{"ARPHRD_AX25", Const, 0, ""},
 10575  		{"ARPHRD_BIF", Const, 0, ""},
 10576  		{"ARPHRD_CHAOS", Const, 0, ""},
 10577  		{"ARPHRD_CISCO", Const, 0, ""},
 10578  		{"ARPHRD_CSLIP", Const, 0, ""},
 10579  		{"ARPHRD_CSLIP6", Const, 0, ""},
 10580  		{"ARPHRD_DDCMP", Const, 0, ""},
 10581  		{"ARPHRD_DLCI", Const, 0, ""},
 10582  		{"ARPHRD_ECONET", Const, 0, ""},
 10583  		{"ARPHRD_EETHER", Const, 0, ""},
 10584  		{"ARPHRD_ETHER", Const, 0, ""},
 10585  		{"ARPHRD_EUI64", Const, 0, ""},
 10586  		{"ARPHRD_FCAL", Const, 0, ""},
 10587  		{"ARPHRD_FCFABRIC", Const, 0, ""},
 10588  		{"ARPHRD_FCPL", Const, 0, ""},
 10589  		{"ARPHRD_FCPP", Const, 0, ""},
 10590  		{"ARPHRD_FDDI", Const, 0, ""},
 10591  		{"ARPHRD_FRAD", Const, 0, ""},
 10592  		{"ARPHRD_FRELAY", Const, 1, ""},
 10593  		{"ARPHRD_HDLC", Const, 0, ""},
 10594  		{"ARPHRD_HIPPI", Const, 0, ""},
 10595  		{"ARPHRD_HWX25", Const, 0, ""},
 10596  		{"ARPHRD_IEEE1394", Const, 0, ""},
 10597  		{"ARPHRD_IEEE802", Const, 0, ""},
 10598  		{"ARPHRD_IEEE80211", Const, 0, ""},
 10599  		{"ARPHRD_IEEE80211_PRISM", Const, 0, ""},
 10600  		{"ARPHRD_IEEE80211_RADIOTAP", Const, 0, ""},
 10601  		{"ARPHRD_IEEE802154", Const, 0, ""},
 10602  		{"ARPHRD_IEEE802154_PHY", Const, 0, ""},
 10603  		{"ARPHRD_IEEE802_TR", Const, 0, ""},
 10604  		{"ARPHRD_INFINIBAND", Const, 0, ""},
 10605  		{"ARPHRD_IPDDP", Const, 0, ""},
 10606  		{"ARPHRD_IPGRE", Const, 0, ""},
 10607  		{"ARPHRD_IRDA", Const, 0, ""},
 10608  		{"ARPHRD_LAPB", Const, 0, ""},
 10609  		{"ARPHRD_LOCALTLK", Const, 0, ""},
 10610  		{"ARPHRD_LOOPBACK", Const, 0, ""},
 10611  		{"ARPHRD_METRICOM", Const, 0, ""},
 10612  		{"ARPHRD_NETROM", Const, 0, ""},
 10613  		{"ARPHRD_NONE", Const, 0, ""},
 10614  		{"ARPHRD_PIMREG", Const, 0, ""},
 10615  		{"ARPHRD_PPP", Const, 0, ""},
 10616  		{"ARPHRD_PRONET", Const, 0, ""},
 10617  		{"ARPHRD_RAWHDLC", Const, 0, ""},
 10618  		{"ARPHRD_ROSE", Const, 0, ""},
 10619  		{"ARPHRD_RSRVD", Const, 0, ""},
 10620  		{"ARPHRD_SIT", Const, 0, ""},
 10621  		{"ARPHRD_SKIP", Const, 0, ""},
 10622  		{"ARPHRD_SLIP", Const, 0, ""},
 10623  		{"ARPHRD_SLIP6", Const, 0, ""},
 10624  		{"ARPHRD_STRIP", Const, 1, ""},
 10625  		{"ARPHRD_TUNNEL", Const, 0, ""},
 10626  		{"ARPHRD_TUNNEL6", Const, 0, ""},
 10627  		{"ARPHRD_VOID", Const, 0, ""},
 10628  		{"ARPHRD_X25", Const, 0, ""},
 10629  		{"AUTHTYPE_CLIENT", Const, 0, ""},
 10630  		{"AUTHTYPE_SERVER", Const, 0, ""},
 10631  		{"Accept", Func, 0, "func(fd int) (nfd int, sa Sockaddr, err error)"},
 10632  		{"Accept4", Func, 1, "func(fd int, flags int) (nfd int, sa Sockaddr, err error)"},
 10633  		{"AcceptEx", Func, 0, ""},
 10634  		{"Access", Func, 0, "func(path string, mode uint32) (err error)"},
 10635  		{"Acct", Func, 0, "func(path string) (err error)"},
 10636  		{"AddrinfoW", Type, 1, ""},
 10637  		{"AddrinfoW.Addr", Field, 1, ""},
 10638  		{"AddrinfoW.Addrlen", Field, 1, ""},
 10639  		{"AddrinfoW.Canonname", Field, 1, ""},
 10640  		{"AddrinfoW.Family", Field, 1, ""},
 10641  		{"AddrinfoW.Flags", Field, 1, ""},
 10642  		{"AddrinfoW.Next", Field, 1, ""},
 10643  		{"AddrinfoW.Protocol", Field, 1, ""},
 10644  		{"AddrinfoW.Socktype", Field, 1, ""},
 10645  		{"Adjtime", Func, 0, ""},
 10646  		{"Adjtimex", Func, 0, "func(buf *Timex) (state int, err error)"},
 10647  		{"AllThreadsSyscall", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
 10648  		{"AllThreadsSyscall6", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
 10649  		{"AttachLsf", Func, 0, "func(fd int, i []SockFilter) error"},
 10650  		{"B0", Const, 0, ""},
 10651  		{"B1000000", Const, 0, ""},
 10652  		{"B110", Const, 0, ""},
 10653  		{"B115200", Const, 0, ""},
 10654  		{"B1152000", Const, 0, ""},
 10655  		{"B1200", Const, 0, ""},
 10656  		{"B134", Const, 0, ""},
 10657  		{"B14400", Const, 1, ""},
 10658  		{"B150", Const, 0, ""},
 10659  		{"B1500000", Const, 0, ""},
 10660  		{"B1800", Const, 0, ""},
 10661  		{"B19200", Const, 0, ""},
 10662  		{"B200", Const, 0, ""},
 10663  		{"B2000000", Const, 0, ""},
 10664  		{"B230400", Const, 0, ""},
 10665  		{"B2400", Const, 0, ""},
 10666  		{"B2500000", Const, 0, ""},
 10667  		{"B28800", Const, 1, ""},
 10668  		{"B300", Const, 0, ""},
 10669  		{"B3000000", Const, 0, ""},
 10670  		{"B3500000", Const, 0, ""},
 10671  		{"B38400", Const, 0, ""},
 10672  		{"B4000000", Const, 0, ""},
 10673  		{"B460800", Const, 0, ""},
 10674  		{"B4800", Const, 0, ""},
 10675  		{"B50", Const, 0, ""},
 10676  		{"B500000", Const, 0, ""},
 10677  		{"B57600", Const, 0, ""},
 10678  		{"B576000", Const, 0, ""},
 10679  		{"B600", Const, 0, ""},
 10680  		{"B7200", Const, 1, ""},
 10681  		{"B75", Const, 0, ""},
 10682  		{"B76800", Const, 1, ""},
 10683  		{"B921600", Const, 0, ""},
 10684  		{"B9600", Const, 0, ""},
 10685  		{"BASE_PROTOCOL", Const, 2, ""},
 10686  		{"BIOCFEEDBACK", Const, 0, ""},
 10687  		{"BIOCFLUSH", Const, 0, ""},
 10688  		{"BIOCGBLEN", Const, 0, ""},
 10689  		{"BIOCGDIRECTION", Const, 0, ""},
 10690  		{"BIOCGDIRFILT", Const, 1, ""},
 10691  		{"BIOCGDLT", Const, 0, ""},
 10692  		{"BIOCGDLTLIST", Const, 0, ""},
 10693  		{"BIOCGETBUFMODE", Const, 0, ""},
 10694  		{"BIOCGETIF", Const, 0, ""},
 10695  		{"BIOCGETZMAX", Const, 0, ""},
 10696  		{"BIOCGFEEDBACK", Const, 1, ""},
 10697  		{"BIOCGFILDROP", Const, 1, ""},
 10698  		{"BIOCGHDRCMPLT", Const, 0, ""},
 10699  		{"BIOCGRSIG", Const, 0, ""},
 10700  		{"BIOCGRTIMEOUT", Const, 0, ""},
 10701  		{"BIOCGSEESENT", Const, 0, ""},
 10702  		{"BIOCGSTATS", Const, 0, ""},
 10703  		{"BIOCGSTATSOLD", Const, 1, ""},
 10704  		{"BIOCGTSTAMP", Const, 1, ""},
 10705  		{"BIOCIMMEDIATE", Const, 0, ""},
 10706  		{"BIOCLOCK", Const, 0, ""},
 10707  		{"BIOCPROMISC", Const, 0, ""},
 10708  		{"BIOCROTZBUF", Const, 0, ""},
 10709  		{"BIOCSBLEN", Const, 0, ""},
 10710  		{"BIOCSDIRECTION", Const, 0, ""},
 10711  		{"BIOCSDIRFILT", Const, 1, ""},
 10712  		{"BIOCSDLT", Const, 0, ""},
 10713  		{"BIOCSETBUFMODE", Const, 0, ""},
 10714  		{"BIOCSETF", Const, 0, ""},
 10715  		{"BIOCSETFNR", Const, 0, ""},
 10716  		{"BIOCSETIF", Const, 0, ""},
 10717  		{"BIOCSETWF", Const, 0, ""},
 10718  		{"BIOCSETZBUF", Const, 0, ""},
 10719  		{"BIOCSFEEDBACK", Const, 1, ""},
 10720  		{"BIOCSFILDROP", Const, 1, ""},
 10721  		{"BIOCSHDRCMPLT", Const, 0, ""},
 10722  		{"BIOCSRSIG", Const, 0, ""},
 10723  		{"BIOCSRTIMEOUT", Const, 0, ""},
 10724  		{"BIOCSSEESENT", Const, 0, ""},
 10725  		{"BIOCSTCPF", Const, 1, ""},
 10726  		{"BIOCSTSTAMP", Const, 1, ""},
 10727  		{"BIOCSUDPF", Const, 1, ""},
 10728  		{"BIOCVERSION", Const, 0, ""},
 10729  		{"BPF_A", Const, 0, ""},
 10730  		{"BPF_ABS", Const, 0, ""},
 10731  		{"BPF_ADD", Const, 0, ""},
 10732  		{"BPF_ALIGNMENT", Const, 0, ""},
 10733  		{"BPF_ALIGNMENT32", Const, 1, ""},
 10734  		{"BPF_ALU", Const, 0, ""},
 10735  		{"BPF_AND", Const, 0, ""},
 10736  		{"BPF_B", Const, 0, ""},
 10737  		{"BPF_BUFMODE_BUFFER", Const, 0, ""},
 10738  		{"BPF_BUFMODE_ZBUF", Const, 0, ""},
 10739  		{"BPF_DFLTBUFSIZE", Const, 1, ""},
 10740  		{"BPF_DIRECTION_IN", Const, 1, ""},
 10741  		{"BPF_DIRECTION_OUT", Const, 1, ""},
 10742  		{"BPF_DIV", Const, 0, ""},
 10743  		{"BPF_H", Const, 0, ""},
 10744  		{"BPF_IMM", Const, 0, ""},
 10745  		{"BPF_IND", Const, 0, ""},
 10746  		{"BPF_JA", Const, 0, ""},
 10747  		{"BPF_JEQ", Const, 0, ""},
 10748  		{"BPF_JGE", Const, 0, ""},
 10749  		{"BPF_JGT", Const, 0, ""},
 10750  		{"BPF_JMP", Const, 0, ""},
 10751  		{"BPF_JSET", Const, 0, ""},
 10752  		{"BPF_K", Const, 0, ""},
 10753  		{"BPF_LD", Const, 0, ""},
 10754  		{"BPF_LDX", Const, 0, ""},
 10755  		{"BPF_LEN", Const, 0, ""},
 10756  		{"BPF_LSH", Const, 0, ""},
 10757  		{"BPF_MAJOR_VERSION", Const, 0, ""},
 10758  		{"BPF_MAXBUFSIZE", Const, 0, ""},
 10759  		{"BPF_MAXINSNS", Const, 0, ""},
 10760  		{"BPF_MEM", Const, 0, ""},
 10761  		{"BPF_MEMWORDS", Const, 0, ""},
 10762  		{"BPF_MINBUFSIZE", Const, 0, ""},
 10763  		{"BPF_MINOR_VERSION", Const, 0, ""},
 10764  		{"BPF_MISC", Const, 0, ""},
 10765  		{"BPF_MSH", Const, 0, ""},
 10766  		{"BPF_MUL", Const, 0, ""},
 10767  		{"BPF_NEG", Const, 0, ""},
 10768  		{"BPF_OR", Const, 0, ""},
 10769  		{"BPF_RELEASE", Const, 0, ""},
 10770  		{"BPF_RET", Const, 0, ""},
 10771  		{"BPF_RSH", Const, 0, ""},
 10772  		{"BPF_ST", Const, 0, ""},
 10773  		{"BPF_STX", Const, 0, ""},
 10774  		{"BPF_SUB", Const, 0, ""},
 10775  		{"BPF_TAX", Const, 0, ""},
 10776  		{"BPF_TXA", Const, 0, ""},
 10777  		{"BPF_T_BINTIME", Const, 1, ""},
 10778  		{"BPF_T_BINTIME_FAST", Const, 1, ""},
 10779  		{"BPF_T_BINTIME_MONOTONIC", Const, 1, ""},
 10780  		{"BPF_T_BINTIME_MONOTONIC_FAST", Const, 1, ""},
 10781  		{"BPF_T_FAST", Const, 1, ""},
 10782  		{"BPF_T_FLAG_MASK", Const, 1, ""},
 10783  		{"BPF_T_FORMAT_MASK", Const, 1, ""},
 10784  		{"BPF_T_MICROTIME", Const, 1, ""},
 10785  		{"BPF_T_MICROTIME_FAST", Const, 1, ""},
 10786  		{"BPF_T_MICROTIME_MONOTONIC", Const, 1, ""},
 10787  		{"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1, ""},
 10788  		{"BPF_T_MONOTONIC", Const, 1, ""},
 10789  		{"BPF_T_MONOTONIC_FAST", Const, 1, ""},
 10790  		{"BPF_T_NANOTIME", Const, 1, ""},
 10791  		{"BPF_T_NANOTIME_FAST", Const, 1, ""},
 10792  		{"BPF_T_NANOTIME_MONOTONIC", Const, 1, ""},
 10793  		{"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1, ""},
 10794  		{"BPF_T_NONE", Const, 1, ""},
 10795  		{"BPF_T_NORMAL", Const, 1, ""},
 10796  		{"BPF_W", Const, 0, ""},
 10797  		{"BPF_X", Const, 0, ""},
 10798  		{"BRKINT", Const, 0, ""},
 10799  		{"Bind", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
 10800  		{"BindToDevice", Func, 0, "func(fd int, device string) (err error)"},
 10801  		{"BpfBuflen", Func, 0, ""},
 10802  		{"BpfDatalink", Func, 0, ""},
 10803  		{"BpfHdr", Type, 0, ""},
 10804  		{"BpfHdr.Caplen", Field, 0, ""},
 10805  		{"BpfHdr.Datalen", Field, 0, ""},
 10806  		{"BpfHdr.Hdrlen", Field, 0, ""},
 10807  		{"BpfHdr.Pad_cgo_0", Field, 0, ""},
 10808  		{"BpfHdr.Tstamp", Field, 0, ""},
 10809  		{"BpfHeadercmpl", Func, 0, ""},
 10810  		{"BpfInsn", Type, 0, ""},
 10811  		{"BpfInsn.Code", Field, 0, ""},
 10812  		{"BpfInsn.Jf", Field, 0, ""},
 10813  		{"BpfInsn.Jt", Field, 0, ""},
 10814  		{"BpfInsn.K", Field, 0, ""},
 10815  		{"BpfInterface", Func, 0, ""},
 10816  		{"BpfJump", Func, 0, ""},
 10817  		{"BpfProgram", Type, 0, ""},
 10818  		{"BpfProgram.Insns", Field, 0, ""},
 10819  		{"BpfProgram.Len", Field, 0, ""},
 10820  		{"BpfProgram.Pad_cgo_0", Field, 0, ""},
 10821  		{"BpfStat", Type, 0, ""},
 10822  		{"BpfStat.Capt", Field, 2, ""},
 10823  		{"BpfStat.Drop", Field, 0, ""},
 10824  		{"BpfStat.Padding", Field, 2, ""},
 10825  		{"BpfStat.Recv", Field, 0, ""},
 10826  		{"BpfStats", Func, 0, ""},
 10827  		{"BpfStmt", Func, 0, ""},
 10828  		{"BpfTimeout", Func, 0, ""},
 10829  		{"BpfTimeval", Type, 2, ""},
 10830  		{"BpfTimeval.Sec", Field, 2, ""},
 10831  		{"BpfTimeval.Usec", Field, 2, ""},
 10832  		{"BpfVersion", Type, 0, ""},
 10833  		{"BpfVersion.Major", Field, 0, ""},
 10834  		{"BpfVersion.Minor", Field, 0, ""},
 10835  		{"BpfZbuf", Type, 0, ""},
 10836  		{"BpfZbuf.Bufa", Field, 0, ""},
 10837  		{"BpfZbuf.Bufb", Field, 0, ""},
 10838  		{"BpfZbuf.Buflen", Field, 0, ""},
 10839  		{"BpfZbufHeader", Type, 0, ""},
 10840  		{"BpfZbufHeader.Kernel_gen", Field, 0, ""},
 10841  		{"BpfZbufHeader.Kernel_len", Field, 0, ""},
 10842  		{"BpfZbufHeader.User_gen", Field, 0, ""},
 10843  		{"BpfZbufHeader.X_bzh_pad", Field, 0, ""},
 10844  		{"ByHandleFileInformation", Type, 0, ""},
 10845  		{"ByHandleFileInformation.CreationTime", Field, 0, ""},
 10846  		{"ByHandleFileInformation.FileAttributes", Field, 0, ""},
 10847  		{"ByHandleFileInformation.FileIndexHigh", Field, 0, ""},
 10848  		{"ByHandleFileInformation.FileIndexLow", Field, 0, ""},
 10849  		{"ByHandleFileInformation.FileSizeHigh", Field, 0, ""},
 10850  		{"ByHandleFileInformation.FileSizeLow", Field, 0, ""},
 10851  		{"ByHandleFileInformation.LastAccessTime", Field, 0, ""},
 10852  		{"ByHandleFileInformation.LastWriteTime", Field, 0, ""},
 10853  		{"ByHandleFileInformation.NumberOfLinks", Field, 0, ""},
 10854  		{"ByHandleFileInformation.VolumeSerialNumber", Field, 0, ""},
 10855  		{"BytePtrFromString", Func, 1, "func(s string) (*byte, error)"},
 10856  		{"ByteSliceFromString", Func, 1, "func(s string) ([]byte, error)"},
 10857  		{"CCR0_FLUSH", Const, 1, ""},
 10858  		{"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0, ""},
 10859  		{"CERT_CHAIN_POLICY_AUTHENTICODE_TS", Const, 0, ""},
 10860  		{"CERT_CHAIN_POLICY_BASE", Const, 0, ""},
 10861  		{"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS", Const, 0, ""},
 10862  		{"CERT_CHAIN_POLICY_EV", Const, 0, ""},
 10863  		{"CERT_CHAIN_POLICY_MICROSOFT_ROOT", Const, 0, ""},
 10864  		{"CERT_CHAIN_POLICY_NT_AUTH", Const, 0, ""},
 10865  		{"CERT_CHAIN_POLICY_SSL", Const, 0, ""},
 10866  		{"CERT_E_CN_NO_MATCH", Const, 0, ""},
 10867  		{"CERT_E_EXPIRED", Const, 0, ""},
 10868  		{"CERT_E_PURPOSE", Const, 0, ""},
 10869  		{"CERT_E_ROLE", Const, 0, ""},
 10870  		{"CERT_E_UNTRUSTEDROOT", Const, 0, ""},
 10871  		{"CERT_STORE_ADD_ALWAYS", Const, 0, ""},
 10872  		{"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG", Const, 0, ""},
 10873  		{"CERT_STORE_PROV_MEMORY", Const, 0, ""},
 10874  		{"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT", Const, 0, ""},
 10875  		{"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT", Const, 0, ""},
 10876  		{"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT", Const, 0, ""},
 10877  		{"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT", Const, 0, ""},
 10878  		{"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT", Const, 0, ""},
 10879  		{"CERT_TRUST_INVALID_BASIC_CONSTRAINTS", Const, 0, ""},
 10880  		{"CERT_TRUST_INVALID_EXTENSION", Const, 0, ""},
 10881  		{"CERT_TRUST_INVALID_NAME_CONSTRAINTS", Const, 0, ""},
 10882  		{"CERT_TRUST_INVALID_POLICY_CONSTRAINTS", Const, 0, ""},
 10883  		{"CERT_TRUST_IS_CYCLIC", Const, 0, ""},
 10884  		{"CERT_TRUST_IS_EXPLICIT_DISTRUST", Const, 0, ""},
 10885  		{"CERT_TRUST_IS_NOT_SIGNATURE_VALID", Const, 0, ""},
 10886  		{"CERT_TRUST_IS_NOT_TIME_VALID", Const, 0, ""},
 10887  		{"CERT_TRUST_IS_NOT_VALID_FOR_USAGE", Const, 0, ""},
 10888  		{"CERT_TRUST_IS_OFFLINE_REVOCATION", Const, 0, ""},
 10889  		{"CERT_TRUST_IS_REVOKED", Const, 0, ""},
 10890  		{"CERT_TRUST_IS_UNTRUSTED_ROOT", Const, 0, ""},
 10891  		{"CERT_TRUST_NO_ERROR", Const, 0, ""},
 10892  		{"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY", Const, 0, ""},
 10893  		{"CERT_TRUST_REVOCATION_STATUS_UNKNOWN", Const, 0, ""},
 10894  		{"CFLUSH", Const, 1, ""},
 10895  		{"CLOCAL", Const, 0, ""},
 10896  		{"CLONE_CHILD_CLEARTID", Const, 2, ""},
 10897  		{"CLONE_CHILD_SETTID", Const, 2, ""},
 10898  		{"CLONE_CLEAR_SIGHAND", Const, 20, ""},
 10899  		{"CLONE_CSIGNAL", Const, 3, ""},
 10900  		{"CLONE_DETACHED", Const, 2, ""},
 10901  		{"CLONE_FILES", Const, 2, ""},
 10902  		{"CLONE_FS", Const, 2, ""},
 10903  		{"CLONE_INTO_CGROUP", Const, 20, ""},
 10904  		{"CLONE_IO", Const, 2, ""},
 10905  		{"CLONE_NEWCGROUP", Const, 20, ""},
 10906  		{"CLONE_NEWIPC", Const, 2, ""},
 10907  		{"CLONE_NEWNET", Const, 2, ""},
 10908  		{"CLONE_NEWNS", Const, 2, ""},
 10909  		{"CLONE_NEWPID", Const, 2, ""},
 10910  		{"CLONE_NEWTIME", Const, 20, ""},
 10911  		{"CLONE_NEWUSER", Const, 2, ""},
 10912  		{"CLONE_NEWUTS", Const, 2, ""},
 10913  		{"CLONE_PARENT", Const, 2, ""},
 10914  		{"CLONE_PARENT_SETTID", Const, 2, ""},
 10915  		{"CLONE_PID", Const, 3, ""},
 10916  		{"CLONE_PIDFD", Const, 20, ""},
 10917  		{"CLONE_PTRACE", Const, 2, ""},
 10918  		{"CLONE_SETTLS", Const, 2, ""},
 10919  		{"CLONE_SIGHAND", Const, 2, ""},
 10920  		{"CLONE_SYSVSEM", Const, 2, ""},
 10921  		{"CLONE_THREAD", Const, 2, ""},
 10922  		{"CLONE_UNTRACED", Const, 2, ""},
 10923  		{"CLONE_VFORK", Const, 2, ""},
 10924  		{"CLONE_VM", Const, 2, ""},
 10925  		{"CPUID_CFLUSH", Const, 1, ""},
 10926  		{"CREAD", Const, 0, ""},
 10927  		{"CREATE_ALWAYS", Const, 0, ""},
 10928  		{"CREATE_NEW", Const, 0, ""},
 10929  		{"CREATE_NEW_PROCESS_GROUP", Const, 1, ""},
 10930  		{"CREATE_UNICODE_ENVIRONMENT", Const, 0, ""},
 10931  		{"CRYPT_DEFAULT_CONTAINER_OPTIONAL", Const, 0, ""},
 10932  		{"CRYPT_DELETEKEYSET", Const, 0, ""},
 10933  		{"CRYPT_MACHINE_KEYSET", Const, 0, ""},
 10934  		{"CRYPT_NEWKEYSET", Const, 0, ""},
 10935  		{"CRYPT_SILENT", Const, 0, ""},
 10936  		{"CRYPT_VERIFYCONTEXT", Const, 0, ""},
 10937  		{"CS5", Const, 0, ""},
 10938  		{"CS6", Const, 0, ""},
 10939  		{"CS7", Const, 0, ""},
 10940  		{"CS8", Const, 0, ""},
 10941  		{"CSIZE", Const, 0, ""},
 10942  		{"CSTART", Const, 1, ""},
 10943  		{"CSTATUS", Const, 1, ""},
 10944  		{"CSTOP", Const, 1, ""},
 10945  		{"CSTOPB", Const, 0, ""},
 10946  		{"CSUSP", Const, 1, ""},
 10947  		{"CTL_MAXNAME", Const, 0, ""},
 10948  		{"CTL_NET", Const, 0, ""},
 10949  		{"CTL_QUERY", Const, 1, ""},
 10950  		{"CTRL_BREAK_EVENT", Const, 1, ""},
 10951  		{"CTRL_CLOSE_EVENT", Const, 14, ""},
 10952  		{"CTRL_C_EVENT", Const, 1, ""},
 10953  		{"CTRL_LOGOFF_EVENT", Const, 14, ""},
 10954  		{"CTRL_SHUTDOWN_EVENT", Const, 14, ""},
 10955  		{"CancelIo", Func, 0, ""},
 10956  		{"CancelIoEx", Func, 1, ""},
 10957  		{"CertAddCertificateContextToStore", Func, 0, ""},
 10958  		{"CertChainContext", Type, 0, ""},
 10959  		{"CertChainContext.ChainCount", Field, 0, ""},
 10960  		{"CertChainContext.Chains", Field, 0, ""},
 10961  		{"CertChainContext.HasRevocationFreshnessTime", Field, 0, ""},
 10962  		{"CertChainContext.LowerQualityChainCount", Field, 0, ""},
 10963  		{"CertChainContext.LowerQualityChains", Field, 0, ""},
 10964  		{"CertChainContext.RevocationFreshnessTime", Field, 0, ""},
 10965  		{"CertChainContext.Size", Field, 0, ""},
 10966  		{"CertChainContext.TrustStatus", Field, 0, ""},
 10967  		{"CertChainElement", Type, 0, ""},
 10968  		{"CertChainElement.ApplicationUsage", Field, 0, ""},
 10969  		{"CertChainElement.CertContext", Field, 0, ""},
 10970  		{"CertChainElement.ExtendedErrorInfo", Field, 0, ""},
 10971  		{"CertChainElement.IssuanceUsage", Field, 0, ""},
 10972  		{"CertChainElement.RevocationInfo", Field, 0, ""},
 10973  		{"CertChainElement.Size", Field, 0, ""},
 10974  		{"CertChainElement.TrustStatus", Field, 0, ""},
 10975  		{"CertChainPara", Type, 0, ""},
 10976  		{"CertChainPara.CacheResync", Field, 0, ""},
 10977  		{"CertChainPara.CheckRevocationFreshnessTime", Field, 0, ""},
 10978  		{"CertChainPara.RequestedUsage", Field, 0, ""},
 10979  		{"CertChainPara.RequstedIssuancePolicy", Field, 0, ""},
 10980  		{"CertChainPara.RevocationFreshnessTime", Field, 0, ""},
 10981  		{"CertChainPara.Size", Field, 0, ""},
 10982  		{"CertChainPara.URLRetrievalTimeout", Field, 0, ""},
 10983  		{"CertChainPolicyPara", Type, 0, ""},
 10984  		{"CertChainPolicyPara.ExtraPolicyPara", Field, 0, ""},
 10985  		{"CertChainPolicyPara.Flags", Field, 0, ""},
 10986  		{"CertChainPolicyPara.Size", Field, 0, ""},
 10987  		{"CertChainPolicyStatus", Type, 0, ""},
 10988  		{"CertChainPolicyStatus.ChainIndex", Field, 0, ""},
 10989  		{"CertChainPolicyStatus.ElementIndex", Field, 0, ""},
 10990  		{"CertChainPolicyStatus.Error", Field, 0, ""},
 10991  		{"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0, ""},
 10992  		{"CertChainPolicyStatus.Size", Field, 0, ""},
 10993  		{"CertCloseStore", Func, 0, ""},
 10994  		{"CertContext", Type, 0, ""},
 10995  		{"CertContext.CertInfo", Field, 0, ""},
 10996  		{"CertContext.EncodedCert", Field, 0, ""},
 10997  		{"CertContext.EncodingType", Field, 0, ""},
 10998  		{"CertContext.Length", Field, 0, ""},
 10999  		{"CertContext.Store", Field, 0, ""},
 11000  		{"CertCreateCertificateContext", Func, 0, ""},
 11001  		{"CertEnhKeyUsage", Type, 0, ""},
 11002  		{"CertEnhKeyUsage.Length", Field, 0, ""},
 11003  		{"CertEnhKeyUsage.UsageIdentifiers", Field, 0, ""},
 11004  		{"CertEnumCertificatesInStore", Func, 0, ""},
 11005  		{"CertFreeCertificateChain", Func, 0, ""},
 11006  		{"CertFreeCertificateContext", Func, 0, ""},
 11007  		{"CertGetCertificateChain", Func, 0, ""},
 11008  		{"CertInfo", Type, 11, ""},
 11009  		{"CertOpenStore", Func, 0, ""},
 11010  		{"CertOpenSystemStore", Func, 0, ""},
 11011  		{"CertRevocationCrlInfo", Type, 11, ""},
 11012  		{"CertRevocationInfo", Type, 0, ""},
 11013  		{"CertRevocationInfo.CrlInfo", Field, 0, ""},
 11014  		{"CertRevocationInfo.FreshnessTime", Field, 0, ""},
 11015  		{"CertRevocationInfo.HasFreshnessTime", Field, 0, ""},
 11016  		{"CertRevocationInfo.OidSpecificInfo", Field, 0, ""},
 11017  		{"CertRevocationInfo.RevocationOid", Field, 0, ""},
 11018  		{"CertRevocationInfo.RevocationResult", Field, 0, ""},
 11019  		{"CertRevocationInfo.Size", Field, 0, ""},
 11020  		{"CertSimpleChain", Type, 0, ""},
 11021  		{"CertSimpleChain.Elements", Field, 0, ""},
 11022  		{"CertSimpleChain.HasRevocationFreshnessTime", Field, 0, ""},
 11023  		{"CertSimpleChain.NumElements", Field, 0, ""},
 11024  		{"CertSimpleChain.RevocationFreshnessTime", Field, 0, ""},
 11025  		{"CertSimpleChain.Size", Field, 0, ""},
 11026  		{"CertSimpleChain.TrustListInfo", Field, 0, ""},
 11027  		{"CertSimpleChain.TrustStatus", Field, 0, ""},
 11028  		{"CertTrustListInfo", Type, 11, ""},
 11029  		{"CertTrustStatus", Type, 0, ""},
 11030  		{"CertTrustStatus.ErrorStatus", Field, 0, ""},
 11031  		{"CertTrustStatus.InfoStatus", Field, 0, ""},
 11032  		{"CertUsageMatch", Type, 0, ""},
 11033  		{"CertUsageMatch.Type", Field, 0, ""},
 11034  		{"CertUsageMatch.Usage", Field, 0, ""},
 11035  		{"CertVerifyCertificateChainPolicy", Func, 0, ""},
 11036  		{"Chdir", Func, 0, "func(path string) (err error)"},
 11037  		{"CheckBpfVersion", Func, 0, ""},
 11038  		{"Chflags", Func, 0, ""},
 11039  		{"Chmod", Func, 0, "func(path string, mode uint32) (err error)"},
 11040  		{"Chown", Func, 0, "func(path string, uid int, gid int) (err error)"},
 11041  		{"Chroot", Func, 0, "func(path string) (err error)"},
 11042  		{"Clearenv", Func, 0, "func()"},
 11043  		{"Close", Func, 0, "func(fd int) (err error)"},
 11044  		{"CloseHandle", Func, 0, ""},
 11045  		{"CloseOnExec", Func, 0, "func(fd int)"},
 11046  		{"Closesocket", Func, 0, ""},
 11047  		{"CmsgLen", Func, 0, "func(datalen int) int"},
 11048  		{"CmsgSpace", Func, 0, "func(datalen int) int"},
 11049  		{"Cmsghdr", Type, 0, ""},
 11050  		{"Cmsghdr.Len", Field, 0, ""},
 11051  		{"Cmsghdr.Level", Field, 0, ""},
 11052  		{"Cmsghdr.Type", Field, 0, ""},
 11053  		{"Cmsghdr.X__cmsg_data", Field, 0, ""},
 11054  		{"CommandLineToArgv", Func, 0, ""},
 11055  		{"ComputerName", Func, 0, ""},
 11056  		{"Conn", Type, 9, ""},
 11057  		{"Connect", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
 11058  		{"ConnectEx", Func, 1, ""},
 11059  		{"ConvertSidToStringSid", Func, 0, ""},
 11060  		{"ConvertStringSidToSid", Func, 0, ""},
 11061  		{"CopySid", Func, 0, ""},
 11062  		{"Creat", Func, 0, "func(path string, mode uint32) (fd int, err error)"},
 11063  		{"CreateDirectory", Func, 0, ""},
 11064  		{"CreateFile", Func, 0, ""},
 11065  		{"CreateFileMapping", Func, 0, ""},
 11066  		{"CreateHardLink", Func, 4, ""},
 11067  		{"CreateIoCompletionPort", Func, 0, ""},
 11068  		{"CreatePipe", Func, 0, ""},
 11069  		{"CreateProcess", Func, 0, ""},
 11070  		{"CreateProcessAsUser", Func, 10, ""},
 11071  		{"CreateSymbolicLink", Func, 4, ""},
 11072  		{"CreateToolhelp32Snapshot", Func, 4, ""},
 11073  		{"Credential", Type, 0, ""},
 11074  		{"Credential.Gid", Field, 0, ""},
 11075  		{"Credential.Groups", Field, 0, ""},
 11076  		{"Credential.NoSetGroups", Field, 9, ""},
 11077  		{"Credential.Uid", Field, 0, ""},
 11078  		{"CryptAcquireContext", Func, 0, ""},
 11079  		{"CryptGenRandom", Func, 0, ""},
 11080  		{"CryptReleaseContext", Func, 0, ""},
 11081  		{"DIOCBSFLUSH", Const, 1, ""},
 11082  		{"DIOCOSFPFLUSH", Const, 1, ""},
 11083  		{"DLL", Type, 0, ""},
 11084  		{"DLL.Handle", Field, 0, ""},
 11085  		{"DLL.Name", Field, 0, ""},
 11086  		{"DLLError", Type, 0, ""},
 11087  		{"DLLError.Err", Field, 0, ""},
 11088  		{"DLLError.Msg", Field, 0, ""},
 11089  		{"DLLError.ObjName", Field, 0, ""},
 11090  		{"DLT_A429", Const, 0, ""},
 11091  		{"DLT_A653_ICM", Const, 0, ""},
 11092  		{"DLT_AIRONET_HEADER", Const, 0, ""},
 11093  		{"DLT_AOS", Const, 1, ""},
 11094  		{"DLT_APPLE_IP_OVER_IEEE1394", Const, 0, ""},
 11095  		{"DLT_ARCNET", Const, 0, ""},
 11096  		{"DLT_ARCNET_LINUX", Const, 0, ""},
 11097  		{"DLT_ATM_CLIP", Const, 0, ""},
 11098  		{"DLT_ATM_RFC1483", Const, 0, ""},
 11099  		{"DLT_AURORA", Const, 0, ""},
 11100  		{"DLT_AX25", Const, 0, ""},
 11101  		{"DLT_AX25_KISS", Const, 0, ""},
 11102  		{"DLT_BACNET_MS_TP", Const, 0, ""},
 11103  		{"DLT_BLUETOOTH_HCI_H4", Const, 0, ""},
 11104  		{"DLT_BLUETOOTH_HCI_H4_WITH_PHDR", Const, 0, ""},
 11105  		{"DLT_CAN20B", Const, 0, ""},
 11106  		{"DLT_CAN_SOCKETCAN", Const, 1, ""},
 11107  		{"DLT_CHAOS", Const, 0, ""},
 11108  		{"DLT_CHDLC", Const, 0, ""},
 11109  		{"DLT_CISCO_IOS", Const, 0, ""},
 11110  		{"DLT_C_HDLC", Const, 0, ""},
 11111  		{"DLT_C_HDLC_WITH_DIR", Const, 0, ""},
 11112  		{"DLT_DBUS", Const, 1, ""},
 11113  		{"DLT_DECT", Const, 1, ""},
 11114  		{"DLT_DOCSIS", Const, 0, ""},
 11115  		{"DLT_DVB_CI", Const, 1, ""},
 11116  		{"DLT_ECONET", Const, 0, ""},
 11117  		{"DLT_EN10MB", Const, 0, ""},
 11118  		{"DLT_EN3MB", Const, 0, ""},
 11119  		{"DLT_ENC", Const, 0, ""},
 11120  		{"DLT_ERF", Const, 0, ""},
 11121  		{"DLT_ERF_ETH", Const, 0, ""},
 11122  		{"DLT_ERF_POS", Const, 0, ""},
 11123  		{"DLT_FC_2", Const, 1, ""},
 11124  		{"DLT_FC_2_WITH_FRAME_DELIMS", Const, 1, ""},
 11125  		{"DLT_FDDI", Const, 0, ""},
 11126  		{"DLT_FLEXRAY", Const, 0, ""},
 11127  		{"DLT_FRELAY", Const, 0, ""},
 11128  		{"DLT_FRELAY_WITH_DIR", Const, 0, ""},
 11129  		{"DLT_GCOM_SERIAL", Const, 0, ""},
 11130  		{"DLT_GCOM_T1E1", Const, 0, ""},
 11131  		{"DLT_GPF_F", Const, 0, ""},
 11132  		{"DLT_GPF_T", Const, 0, ""},
 11133  		{"DLT_GPRS_LLC", Const, 0, ""},
 11134  		{"DLT_GSMTAP_ABIS", Const, 1, ""},
 11135  		{"DLT_GSMTAP_UM", Const, 1, ""},
 11136  		{"DLT_HDLC", Const, 1, ""},
 11137  		{"DLT_HHDLC", Const, 0, ""},
 11138  		{"DLT_HIPPI", Const, 1, ""},
 11139  		{"DLT_IBM_SN", Const, 0, ""},
 11140  		{"DLT_IBM_SP", Const, 0, ""},
 11141  		{"DLT_IEEE802", Const, 0, ""},
 11142  		{"DLT_IEEE802_11", Const, 0, ""},
 11143  		{"DLT_IEEE802_11_RADIO", Const, 0, ""},
 11144  		{"DLT_IEEE802_11_RADIO_AVS", Const, 0, ""},
 11145  		{"DLT_IEEE802_15_4", Const, 0, ""},
 11146  		{"DLT_IEEE802_15_4_LINUX", Const, 0, ""},
 11147  		{"DLT_IEEE802_15_4_NOFCS", Const, 1, ""},
 11148  		{"DLT_IEEE802_15_4_NONASK_PHY", Const, 0, ""},
 11149  		{"DLT_IEEE802_16_MAC_CPS", Const, 0, ""},
 11150  		{"DLT_IEEE802_16_MAC_CPS_RADIO", Const, 0, ""},
 11151  		{"DLT_IPFILTER", Const, 0, ""},
 11152  		{"DLT_IPMB", Const, 0, ""},
 11153  		{"DLT_IPMB_LINUX", Const, 0, ""},
 11154  		{"DLT_IPNET", Const, 1, ""},
 11155  		{"DLT_IPOIB", Const, 1, ""},
 11156  		{"DLT_IPV4", Const, 1, ""},
 11157  		{"DLT_IPV6", Const, 1, ""},
 11158  		{"DLT_IP_OVER_FC", Const, 0, ""},
 11159  		{"DLT_JUNIPER_ATM1", Const, 0, ""},
 11160  		{"DLT_JUNIPER_ATM2", Const, 0, ""},
 11161  		{"DLT_JUNIPER_ATM_CEMIC", Const, 1, ""},
 11162  		{"DLT_JUNIPER_CHDLC", Const, 0, ""},
 11163  		{"DLT_JUNIPER_ES", Const, 0, ""},
 11164  		{"DLT_JUNIPER_ETHER", Const, 0, ""},
 11165  		{"DLT_JUNIPER_FIBRECHANNEL", Const, 1, ""},
 11166  		{"DLT_JUNIPER_FRELAY", Const, 0, ""},
 11167  		{"DLT_JUNIPER_GGSN", Const, 0, ""},
 11168  		{"DLT_JUNIPER_ISM", Const, 0, ""},
 11169  		{"DLT_JUNIPER_MFR", Const, 0, ""},
 11170  		{"DLT_JUNIPER_MLFR", Const, 0, ""},
 11171  		{"DLT_JUNIPER_MLPPP", Const, 0, ""},
 11172  		{"DLT_JUNIPER_MONITOR", Const, 0, ""},
 11173  		{"DLT_JUNIPER_PIC_PEER", Const, 0, ""},
 11174  		{"DLT_JUNIPER_PPP", Const, 0, ""},
 11175  		{"DLT_JUNIPER_PPPOE", Const, 0, ""},
 11176  		{"DLT_JUNIPER_PPPOE_ATM", Const, 0, ""},
 11177  		{"DLT_JUNIPER_SERVICES", Const, 0, ""},
 11178  		{"DLT_JUNIPER_SRX_E2E", Const, 1, ""},
 11179  		{"DLT_JUNIPER_ST", Const, 0, ""},
 11180  		{"DLT_JUNIPER_VP", Const, 0, ""},
 11181  		{"DLT_JUNIPER_VS", Const, 1, ""},
 11182  		{"DLT_LAPB_WITH_DIR", Const, 0, ""},
 11183  		{"DLT_LAPD", Const, 0, ""},
 11184  		{"DLT_LIN", Const, 0, ""},
 11185  		{"DLT_LINUX_EVDEV", Const, 1, ""},
 11186  		{"DLT_LINUX_IRDA", Const, 0, ""},
 11187  		{"DLT_LINUX_LAPD", Const, 0, ""},
 11188  		{"DLT_LINUX_PPP_WITHDIRECTION", Const, 0, ""},
 11189  		{"DLT_LINUX_SLL", Const, 0, ""},
 11190  		{"DLT_LOOP", Const, 0, ""},
 11191  		{"DLT_LTALK", Const, 0, ""},
 11192  		{"DLT_MATCHING_MAX", Const, 1, ""},
 11193  		{"DLT_MATCHING_MIN", Const, 1, ""},
 11194  		{"DLT_MFR", Const, 0, ""},
 11195  		{"DLT_MOST", Const, 0, ""},
 11196  		{"DLT_MPEG_2_TS", Const, 1, ""},
 11197  		{"DLT_MPLS", Const, 1, ""},
 11198  		{"DLT_MTP2", Const, 0, ""},
 11199  		{"DLT_MTP2_WITH_PHDR", Const, 0, ""},
 11200  		{"DLT_MTP3", Const, 0, ""},
 11201  		{"DLT_MUX27010", Const, 1, ""},
 11202  		{"DLT_NETANALYZER", Const, 1, ""},
 11203  		{"DLT_NETANALYZER_TRANSPARENT", Const, 1, ""},
 11204  		{"DLT_NFC_LLCP", Const, 1, ""},
 11205  		{"DLT_NFLOG", Const, 1, ""},
 11206  		{"DLT_NG40", Const, 1, ""},
 11207  		{"DLT_NULL", Const, 0, ""},
 11208  		{"DLT_PCI_EXP", Const, 0, ""},
 11209  		{"DLT_PFLOG", Const, 0, ""},
 11210  		{"DLT_PFSYNC", Const, 0, ""},
 11211  		{"DLT_PPI", Const, 0, ""},
 11212  		{"DLT_PPP", Const, 0, ""},
 11213  		{"DLT_PPP_BSDOS", Const, 0, ""},
 11214  		{"DLT_PPP_ETHER", Const, 0, ""},
 11215  		{"DLT_PPP_PPPD", Const, 0, ""},
 11216  		{"DLT_PPP_SERIAL", Const, 0, ""},
 11217  		{"DLT_PPP_WITH_DIR", Const, 0, ""},
 11218  		{"DLT_PPP_WITH_DIRECTION", Const, 0, ""},
 11219  		{"DLT_PRISM_HEADER", Const, 0, ""},
 11220  		{"DLT_PRONET", Const, 0, ""},
 11221  		{"DLT_RAIF1", Const, 0, ""},
 11222  		{"DLT_RAW", Const, 0, ""},
 11223  		{"DLT_RAWAF_MASK", Const, 1, ""},
 11224  		{"DLT_RIO", Const, 0, ""},
 11225  		{"DLT_SCCP", Const, 0, ""},
 11226  		{"DLT_SITA", Const, 0, ""},
 11227  		{"DLT_SLIP", Const, 0, ""},
 11228  		{"DLT_SLIP_BSDOS", Const, 0, ""},
 11229  		{"DLT_STANAG_5066_D_PDU", Const, 1, ""},
 11230  		{"DLT_SUNATM", Const, 0, ""},
 11231  		{"DLT_SYMANTEC_FIREWALL", Const, 0, ""},
 11232  		{"DLT_TZSP", Const, 0, ""},
 11233  		{"DLT_USB", Const, 0, ""},
 11234  		{"DLT_USB_LINUX", Const, 0, ""},
 11235  		{"DLT_USB_LINUX_MMAPPED", Const, 1, ""},
 11236  		{"DLT_USER0", Const, 0, ""},
 11237  		{"DLT_USER1", Const, 0, ""},
 11238  		{"DLT_USER10", Const, 0, ""},
 11239  		{"DLT_USER11", Const, 0, ""},
 11240  		{"DLT_USER12", Const, 0, ""},
 11241  		{"DLT_USER13", Const, 0, ""},
 11242  		{"DLT_USER14", Const, 0, ""},
 11243  		{"DLT_USER15", Const, 0, ""},
 11244  		{"DLT_USER2", Const, 0, ""},
 11245  		{"DLT_USER3", Const, 0, ""},
 11246  		{"DLT_USER4", Const, 0, ""},
 11247  		{"DLT_USER5", Const, 0, ""},
 11248  		{"DLT_USER6", Const, 0, ""},
 11249  		{"DLT_USER7", Const, 0, ""},
 11250  		{"DLT_USER8", Const, 0, ""},
 11251  		{"DLT_USER9", Const, 0, ""},
 11252  		{"DLT_WIHART", Const, 1, ""},
 11253  		{"DLT_X2E_SERIAL", Const, 0, ""},
 11254  		{"DLT_X2E_XORAYA", Const, 0, ""},
 11255  		{"DNSMXData", Type, 0, ""},
 11256  		{"DNSMXData.NameExchange", Field, 0, ""},
 11257  		{"DNSMXData.Pad", Field, 0, ""},
 11258  		{"DNSMXData.Preference", Field, 0, ""},
 11259  		{"DNSPTRData", Type, 0, ""},
 11260  		{"DNSPTRData.Host", Field, 0, ""},
 11261  		{"DNSRecord", Type, 0, ""},
 11262  		{"DNSRecord.Data", Field, 0, ""},
 11263  		{"DNSRecord.Dw", Field, 0, ""},
 11264  		{"DNSRecord.Length", Field, 0, ""},
 11265  		{"DNSRecord.Name", Field, 0, ""},
 11266  		{"DNSRecord.Next", Field, 0, ""},
 11267  		{"DNSRecord.Reserved", Field, 0, ""},
 11268  		{"DNSRecord.Ttl", Field, 0, ""},
 11269  		{"DNSRecord.Type", Field, 0, ""},
 11270  		{"DNSSRVData", Type, 0, ""},
 11271  		{"DNSSRVData.Pad", Field, 0, ""},
 11272  		{"DNSSRVData.Port", Field, 0, ""},
 11273  		{"DNSSRVData.Priority", Field, 0, ""},
 11274  		{"DNSSRVData.Target", Field, 0, ""},
 11275  		{"DNSSRVData.Weight", Field, 0, ""},
 11276  		{"DNSTXTData", Type, 0, ""},
 11277  		{"DNSTXTData.StringArray", Field, 0, ""},
 11278  		{"DNSTXTData.StringCount", Field, 0, ""},
 11279  		{"DNS_INFO_NO_RECORDS", Const, 4, ""},
 11280  		{"DNS_TYPE_A", Const, 0, ""},
 11281  		{"DNS_TYPE_A6", Const, 0, ""},
 11282  		{"DNS_TYPE_AAAA", Const, 0, ""},
 11283  		{"DNS_TYPE_ADDRS", Const, 0, ""},
 11284  		{"DNS_TYPE_AFSDB", Const, 0, ""},
 11285  		{"DNS_TYPE_ALL", Const, 0, ""},
 11286  		{"DNS_TYPE_ANY", Const, 0, ""},
 11287  		{"DNS_TYPE_ATMA", Const, 0, ""},
 11288  		{"DNS_TYPE_AXFR", Const, 0, ""},
 11289  		{"DNS_TYPE_CERT", Const, 0, ""},
 11290  		{"DNS_TYPE_CNAME", Const, 0, ""},
 11291  		{"DNS_TYPE_DHCID", Const, 0, ""},
 11292  		{"DNS_TYPE_DNAME", Const, 0, ""},
 11293  		{"DNS_TYPE_DNSKEY", Const, 0, ""},
 11294  		{"DNS_TYPE_DS", Const, 0, ""},
 11295  		{"DNS_TYPE_EID", Const, 0, ""},
 11296  		{"DNS_TYPE_GID", Const, 0, ""},
 11297  		{"DNS_TYPE_GPOS", Const, 0, ""},
 11298  		{"DNS_TYPE_HINFO", Const, 0, ""},
 11299  		{"DNS_TYPE_ISDN", Const, 0, ""},
 11300  		{"DNS_TYPE_IXFR", Const, 0, ""},
 11301  		{"DNS_TYPE_KEY", Const, 0, ""},
 11302  		{"DNS_TYPE_KX", Const, 0, ""},
 11303  		{"DNS_TYPE_LOC", Const, 0, ""},
 11304  		{"DNS_TYPE_MAILA", Const, 0, ""},
 11305  		{"DNS_TYPE_MAILB", Const, 0, ""},
 11306  		{"DNS_TYPE_MB", Const, 0, ""},
 11307  		{"DNS_TYPE_MD", Const, 0, ""},
 11308  		{"DNS_TYPE_MF", Const, 0, ""},
 11309  		{"DNS_TYPE_MG", Const, 0, ""},
 11310  		{"DNS_TYPE_MINFO", Const, 0, ""},
 11311  		{"DNS_TYPE_MR", Const, 0, ""},
 11312  		{"DNS_TYPE_MX", Const, 0, ""},
 11313  		{"DNS_TYPE_NAPTR", Const, 0, ""},
 11314  		{"DNS_TYPE_NBSTAT", Const, 0, ""},
 11315  		{"DNS_TYPE_NIMLOC", Const, 0, ""},
 11316  		{"DNS_TYPE_NS", Const, 0, ""},
 11317  		{"DNS_TYPE_NSAP", Const, 0, ""},
 11318  		{"DNS_TYPE_NSAPPTR", Const, 0, ""},
 11319  		{"DNS_TYPE_NSEC", Const, 0, ""},
 11320  		{"DNS_TYPE_NULL", Const, 0, ""},
 11321  		{"DNS_TYPE_NXT", Const, 0, ""},
 11322  		{"DNS_TYPE_OPT", Const, 0, ""},
 11323  		{"DNS_TYPE_PTR", Const, 0, ""},
 11324  		{"DNS_TYPE_PX", Const, 0, ""},
 11325  		{"DNS_TYPE_RP", Const, 0, ""},
 11326  		{"DNS_TYPE_RRSIG", Const, 0, ""},
 11327  		{"DNS_TYPE_RT", Const, 0, ""},
 11328  		{"DNS_TYPE_SIG", Const, 0, ""},
 11329  		{"DNS_TYPE_SINK", Const, 0, ""},
 11330  		{"DNS_TYPE_SOA", Const, 0, ""},
 11331  		{"DNS_TYPE_SRV", Const, 0, ""},
 11332  		{"DNS_TYPE_TEXT", Const, 0, ""},
 11333  		{"DNS_TYPE_TKEY", Const, 0, ""},
 11334  		{"DNS_TYPE_TSIG", Const, 0, ""},
 11335  		{"DNS_TYPE_UID", Const, 0, ""},
 11336  		{"DNS_TYPE_UINFO", Const, 0, ""},
 11337  		{"DNS_TYPE_UNSPEC", Const, 0, ""},
 11338  		{"DNS_TYPE_WINS", Const, 0, ""},
 11339  		{"DNS_TYPE_WINSR", Const, 0, ""},
 11340  		{"DNS_TYPE_WKS", Const, 0, ""},
 11341  		{"DNS_TYPE_X25", Const, 0, ""},
 11342  		{"DT_BLK", Const, 0, ""},
 11343  		{"DT_CHR", Const, 0, ""},
 11344  		{"DT_DIR", Const, 0, ""},
 11345  		{"DT_FIFO", Const, 0, ""},
 11346  		{"DT_LNK", Const, 0, ""},
 11347  		{"DT_REG", Const, 0, ""},
 11348  		{"DT_SOCK", Const, 0, ""},
 11349  		{"DT_UNKNOWN", Const, 0, ""},
 11350  		{"DT_WHT", Const, 0, ""},
 11351  		{"DUPLICATE_CLOSE_SOURCE", Const, 0, ""},
 11352  		{"DUPLICATE_SAME_ACCESS", Const, 0, ""},
 11353  		{"DeleteFile", Func, 0, ""},
 11354  		{"DetachLsf", Func, 0, "func(fd int) error"},
 11355  		{"DeviceIoControl", Func, 4, ""},
 11356  		{"Dirent", Type, 0, ""},
 11357  		{"Dirent.Fileno", Field, 0, ""},
 11358  		{"Dirent.Ino", Field, 0, ""},
 11359  		{"Dirent.Name", Field, 0, ""},
 11360  		{"Dirent.Namlen", Field, 0, ""},
 11361  		{"Dirent.Off", Field, 0, ""},
 11362  		{"Dirent.Pad0", Field, 12, ""},
 11363  		{"Dirent.Pad1", Field, 12, ""},
 11364  		{"Dirent.Pad_cgo_0", Field, 0, ""},
 11365  		{"Dirent.Reclen", Field, 0, ""},
 11366  		{"Dirent.Seekoff", Field, 0, ""},
 11367  		{"Dirent.Type", Field, 0, ""},
 11368  		{"Dirent.X__d_padding", Field, 3, ""},
 11369  		{"DnsNameCompare", Func, 4, ""},
 11370  		{"DnsQuery", Func, 0, ""},
 11371  		{"DnsRecordListFree", Func, 0, ""},
 11372  		{"DnsSectionAdditional", Const, 4, ""},
 11373  		{"DnsSectionAnswer", Const, 4, ""},
 11374  		{"DnsSectionAuthority", Const, 4, ""},
 11375  		{"DnsSectionQuestion", Const, 4, ""},
 11376  		{"Dup", Func, 0, "func(oldfd int) (fd int, err error)"},
 11377  		{"Dup2", Func, 0, "func(oldfd int, newfd int) (err error)"},
 11378  		{"Dup3", Func, 2, "func(oldfd int, newfd int, flags int) (err error)"},
 11379  		{"DuplicateHandle", Func, 0, ""},
 11380  		{"E2BIG", Const, 0, ""},
 11381  		{"EACCES", Const, 0, ""},
 11382  		{"EADDRINUSE", Const, 0, ""},
 11383  		{"EADDRNOTAVAIL", Const, 0, ""},
 11384  		{"EADV", Const, 0, ""},
 11385  		{"EAFNOSUPPORT", Const, 0, ""},
 11386  		{"EAGAIN", Const, 0, ""},
 11387  		{"EALREADY", Const, 0, ""},
 11388  		{"EAUTH", Const, 0, ""},
 11389  		{"EBADARCH", Const, 0, ""},
 11390  		{"EBADE", Const, 0, ""},
 11391  		{"EBADEXEC", Const, 0, ""},
 11392  		{"EBADF", Const, 0, ""},
 11393  		{"EBADFD", Const, 0, ""},
 11394  		{"EBADMACHO", Const, 0, ""},
 11395  		{"EBADMSG", Const, 0, ""},
 11396  		{"EBADR", Const, 0, ""},
 11397  		{"EBADRPC", Const, 0, ""},
 11398  		{"EBADRQC", Const, 0, ""},
 11399  		{"EBADSLT", Const, 0, ""},
 11400  		{"EBFONT", Const, 0, ""},
 11401  		{"EBUSY", Const, 0, ""},
 11402  		{"ECANCELED", Const, 0, ""},
 11403  		{"ECAPMODE", Const, 1, ""},
 11404  		{"ECHILD", Const, 0, ""},
 11405  		{"ECHO", Const, 0, ""},
 11406  		{"ECHOCTL", Const, 0, ""},
 11407  		{"ECHOE", Const, 0, ""},
 11408  		{"ECHOK", Const, 0, ""},
 11409  		{"ECHOKE", Const, 0, ""},
 11410  		{"ECHONL", Const, 0, ""},
 11411  		{"ECHOPRT", Const, 0, ""},
 11412  		{"ECHRNG", Const, 0, ""},
 11413  		{"ECOMM", Const, 0, ""},
 11414  		{"ECONNABORTED", Const, 0, ""},
 11415  		{"ECONNREFUSED", Const, 0, ""},
 11416  		{"ECONNRESET", Const, 0, ""},
 11417  		{"EDEADLK", Const, 0, ""},
 11418  		{"EDEADLOCK", Const, 0, ""},
 11419  		{"EDESTADDRREQ", Const, 0, ""},
 11420  		{"EDEVERR", Const, 0, ""},
 11421  		{"EDOM", Const, 0, ""},
 11422  		{"EDOOFUS", Const, 0, ""},
 11423  		{"EDOTDOT", Const, 0, ""},
 11424  		{"EDQUOT", Const, 0, ""},
 11425  		{"EEXIST", Const, 0, ""},
 11426  		{"EFAULT", Const, 0, ""},
 11427  		{"EFBIG", Const, 0, ""},
 11428  		{"EFER_LMA", Const, 1, ""},
 11429  		{"EFER_LME", Const, 1, ""},
 11430  		{"EFER_NXE", Const, 1, ""},
 11431  		{"EFER_SCE", Const, 1, ""},
 11432  		{"EFTYPE", Const, 0, ""},
 11433  		{"EHOSTDOWN", Const, 0, ""},
 11434  		{"EHOSTUNREACH", Const, 0, ""},
 11435  		{"EHWPOISON", Const, 0, ""},
 11436  		{"EIDRM", Const, 0, ""},
 11437  		{"EILSEQ", Const, 0, ""},
 11438  		{"EINPROGRESS", Const, 0, ""},
 11439  		{"EINTR", Const, 0, ""},
 11440  		{"EINVAL", Const, 0, ""},
 11441  		{"EIO", Const, 0, ""},
 11442  		{"EIPSEC", Const, 1, ""},
 11443  		{"EISCONN", Const, 0, ""},
 11444  		{"EISDIR", Const, 0, ""},
 11445  		{"EISNAM", Const, 0, ""},
 11446  		{"EKEYEXPIRED", Const, 0, ""},
 11447  		{"EKEYREJECTED", Const, 0, ""},
 11448  		{"EKEYREVOKED", Const, 0, ""},
 11449  		{"EL2HLT", Const, 0, ""},
 11450  		{"EL2NSYNC", Const, 0, ""},
 11451  		{"EL3HLT", Const, 0, ""},
 11452  		{"EL3RST", Const, 0, ""},
 11453  		{"ELAST", Const, 0, ""},
 11454  		{"ELF_NGREG", Const, 0, ""},
 11455  		{"ELF_PRARGSZ", Const, 0, ""},
 11456  		{"ELIBACC", Const, 0, ""},
 11457  		{"ELIBBAD", Const, 0, ""},
 11458  		{"ELIBEXEC", Const, 0, ""},
 11459  		{"ELIBMAX", Const, 0, ""},
 11460  		{"ELIBSCN", Const, 0, ""},
 11461  		{"ELNRNG", Const, 0, ""},
 11462  		{"ELOOP", Const, 0, ""},
 11463  		{"EMEDIUMTYPE", Const, 0, ""},
 11464  		{"EMFILE", Const, 0, ""},
 11465  		{"EMLINK", Const, 0, ""},
 11466  		{"EMSGSIZE", Const, 0, ""},
 11467  		{"EMT_TAGOVF", Const, 1, ""},
 11468  		{"EMULTIHOP", Const, 0, ""},
 11469  		{"EMUL_ENABLED", Const, 1, ""},
 11470  		{"EMUL_LINUX", Const, 1, ""},
 11471  		{"EMUL_LINUX32", Const, 1, ""},
 11472  		{"EMUL_MAXID", Const, 1, ""},
 11473  		{"EMUL_NATIVE", Const, 1, ""},
 11474  		{"ENAMETOOLONG", Const, 0, ""},
 11475  		{"ENAVAIL", Const, 0, ""},
 11476  		{"ENDRUNDISC", Const, 1, ""},
 11477  		{"ENEEDAUTH", Const, 0, ""},
 11478  		{"ENETDOWN", Const, 0, ""},
 11479  		{"ENETRESET", Const, 0, ""},
 11480  		{"ENETUNREACH", Const, 0, ""},
 11481  		{"ENFILE", Const, 0, ""},
 11482  		{"ENOANO", Const, 0, ""},
 11483  		{"ENOATTR", Const, 0, ""},
 11484  		{"ENOBUFS", Const, 0, ""},
 11485  		{"ENOCSI", Const, 0, ""},
 11486  		{"ENODATA", Const, 0, ""},
 11487  		{"ENODEV", Const, 0, ""},
 11488  		{"ENOENT", Const, 0, ""},
 11489  		{"ENOEXEC", Const, 0, ""},
 11490  		{"ENOKEY", Const, 0, ""},
 11491  		{"ENOLCK", Const, 0, ""},
 11492  		{"ENOLINK", Const, 0, ""},
 11493  		{"ENOMEDIUM", Const, 0, ""},
 11494  		{"ENOMEM", Const, 0, ""},
 11495  		{"ENOMSG", Const, 0, ""},
 11496  		{"ENONET", Const, 0, ""},
 11497  		{"ENOPKG", Const, 0, ""},
 11498  		{"ENOPOLICY", Const, 0, ""},
 11499  		{"ENOPROTOOPT", Const, 0, ""},
 11500  		{"ENOSPC", Const, 0, ""},
 11501  		{"ENOSR", Const, 0, ""},
 11502  		{"ENOSTR", Const, 0, ""},
 11503  		{"ENOSYS", Const, 0, ""},
 11504  		{"ENOTBLK", Const, 0, ""},
 11505  		{"ENOTCAPABLE", Const, 0, ""},
 11506  		{"ENOTCONN", Const, 0, ""},
 11507  		{"ENOTDIR", Const, 0, ""},
 11508  		{"ENOTEMPTY", Const, 0, ""},
 11509  		{"ENOTNAM", Const, 0, ""},
 11510  		{"ENOTRECOVERABLE", Const, 0, ""},
 11511  		{"ENOTSOCK", Const, 0, ""},
 11512  		{"ENOTSUP", Const, 0, ""},
 11513  		{"ENOTTY", Const, 0, ""},
 11514  		{"ENOTUNIQ", Const, 0, ""},
 11515  		{"ENXIO", Const, 0, ""},
 11516  		{"EN_SW_CTL_INF", Const, 1, ""},
 11517  		{"EN_SW_CTL_PREC", Const, 1, ""},
 11518  		{"EN_SW_CTL_ROUND", Const, 1, ""},
 11519  		{"EN_SW_DATACHAIN", Const, 1, ""},
 11520  		{"EN_SW_DENORM", Const, 1, ""},
 11521  		{"EN_SW_INVOP", Const, 1, ""},
 11522  		{"EN_SW_OVERFLOW", Const, 1, ""},
 11523  		{"EN_SW_PRECLOSS", Const, 1, ""},
 11524  		{"EN_SW_UNDERFLOW", Const, 1, ""},
 11525  		{"EN_SW_ZERODIV", Const, 1, ""},
 11526  		{"EOPNOTSUPP", Const, 0, ""},
 11527  		{"EOVERFLOW", Const, 0, ""},
 11528  		{"EOWNERDEAD", Const, 0, ""},
 11529  		{"EPERM", Const, 0, ""},
 11530  		{"EPFNOSUPPORT", Const, 0, ""},
 11531  		{"EPIPE", Const, 0, ""},
 11532  		{"EPOLLERR", Const, 0, ""},
 11533  		{"EPOLLET", Const, 0, ""},
 11534  		{"EPOLLHUP", Const, 0, ""},
 11535  		{"EPOLLIN", Const, 0, ""},
 11536  		{"EPOLLMSG", Const, 0, ""},
 11537  		{"EPOLLONESHOT", Const, 0, ""},
 11538  		{"EPOLLOUT", Const, 0, ""},
 11539  		{"EPOLLPRI", Const, 0, ""},
 11540  		{"EPOLLRDBAND", Const, 0, ""},
 11541  		{"EPOLLRDHUP", Const, 0, ""},
 11542  		{"EPOLLRDNORM", Const, 0, ""},
 11543  		{"EPOLLWRBAND", Const, 0, ""},
 11544  		{"EPOLLWRNORM", Const, 0, ""},
 11545  		{"EPOLL_CLOEXEC", Const, 0, ""},
 11546  		{"EPOLL_CTL_ADD", Const, 0, ""},
 11547  		{"EPOLL_CTL_DEL", Const, 0, ""},
 11548  		{"EPOLL_CTL_MOD", Const, 0, ""},
 11549  		{"EPOLL_NONBLOCK", Const, 0, ""},
 11550  		{"EPROCLIM", Const, 0, ""},
 11551  		{"EPROCUNAVAIL", Const, 0, ""},
 11552  		{"EPROGMISMATCH", Const, 0, ""},
 11553  		{"EPROGUNAVAIL", Const, 0, ""},
 11554  		{"EPROTO", Const, 0, ""},
 11555  		{"EPROTONOSUPPORT", Const, 0, ""},
 11556  		{"EPROTOTYPE", Const, 0, ""},
 11557  		{"EPWROFF", Const, 0, ""},
 11558  		{"EQFULL", Const, 16, ""},
 11559  		{"ERANGE", Const, 0, ""},
 11560  		{"EREMCHG", Const, 0, ""},
 11561  		{"EREMOTE", Const, 0, ""},
 11562  		{"EREMOTEIO", Const, 0, ""},
 11563  		{"ERESTART", Const, 0, ""},
 11564  		{"ERFKILL", Const, 0, ""},
 11565  		{"EROFS", Const, 0, ""},
 11566  		{"ERPCMISMATCH", Const, 0, ""},
 11567  		{"ERROR_ACCESS_DENIED", Const, 0, ""},
 11568  		{"ERROR_ALREADY_EXISTS", Const, 0, ""},
 11569  		{"ERROR_BROKEN_PIPE", Const, 0, ""},
 11570  		{"ERROR_BUFFER_OVERFLOW", Const, 0, ""},
 11571  		{"ERROR_DIR_NOT_EMPTY", Const, 8, ""},
 11572  		{"ERROR_ENVVAR_NOT_FOUND", Const, 0, ""},
 11573  		{"ERROR_FILE_EXISTS", Const, 0, ""},
 11574  		{"ERROR_FILE_NOT_FOUND", Const, 0, ""},
 11575  		{"ERROR_HANDLE_EOF", Const, 2, ""},
 11576  		{"ERROR_INSUFFICIENT_BUFFER", Const, 0, ""},
 11577  		{"ERROR_IO_PENDING", Const, 0, ""},
 11578  		{"ERROR_MOD_NOT_FOUND", Const, 0, ""},
 11579  		{"ERROR_MORE_DATA", Const, 3, ""},
 11580  		{"ERROR_NETNAME_DELETED", Const, 3, ""},
 11581  		{"ERROR_NOT_FOUND", Const, 1, ""},
 11582  		{"ERROR_NO_MORE_FILES", Const, 0, ""},
 11583  		{"ERROR_OPERATION_ABORTED", Const, 0, ""},
 11584  		{"ERROR_PATH_NOT_FOUND", Const, 0, ""},
 11585  		{"ERROR_PRIVILEGE_NOT_HELD", Const, 4, ""},
 11586  		{"ERROR_PROC_NOT_FOUND", Const, 0, ""},
 11587  		{"ESHLIBVERS", Const, 0, ""},
 11588  		{"ESHUTDOWN", Const, 0, ""},
 11589  		{"ESOCKTNOSUPPORT", Const, 0, ""},
 11590  		{"ESPIPE", Const, 0, ""},
 11591  		{"ESRCH", Const, 0, ""},
 11592  		{"ESRMNT", Const, 0, ""},
 11593  		{"ESTALE", Const, 0, ""},
 11594  		{"ESTRPIPE", Const, 0, ""},
 11595  		{"ETHERCAP_JUMBO_MTU", Const, 1, ""},
 11596  		{"ETHERCAP_VLAN_HWTAGGING", Const, 1, ""},
 11597  		{"ETHERCAP_VLAN_MTU", Const, 1, ""},
 11598  		{"ETHERMIN", Const, 1, ""},
 11599  		{"ETHERMTU", Const, 1, ""},
 11600  		{"ETHERMTU_JUMBO", Const, 1, ""},
 11601  		{"ETHERTYPE_8023", Const, 1, ""},
 11602  		{"ETHERTYPE_AARP", Const, 1, ""},
 11603  		{"ETHERTYPE_ACCTON", Const, 1, ""},
 11604  		{"ETHERTYPE_AEONIC", Const, 1, ""},
 11605  		{"ETHERTYPE_ALPHA", Const, 1, ""},
 11606  		{"ETHERTYPE_AMBER", Const, 1, ""},
 11607  		{"ETHERTYPE_AMOEBA", Const, 1, ""},
 11608  		{"ETHERTYPE_AOE", Const, 1, ""},
 11609  		{"ETHERTYPE_APOLLO", Const, 1, ""},
 11610  		{"ETHERTYPE_APOLLODOMAIN", Const, 1, ""},
 11611  		{"ETHERTYPE_APPLETALK", Const, 1, ""},
 11612  		{"ETHERTYPE_APPLITEK", Const, 1, ""},
 11613  		{"ETHERTYPE_ARGONAUT", Const, 1, ""},
 11614  		{"ETHERTYPE_ARP", Const, 1, ""},
 11615  		{"ETHERTYPE_AT", Const, 1, ""},
 11616  		{"ETHERTYPE_ATALK", Const, 1, ""},
 11617  		{"ETHERTYPE_ATOMIC", Const, 1, ""},
 11618  		{"ETHERTYPE_ATT", Const, 1, ""},
 11619  		{"ETHERTYPE_ATTSTANFORD", Const, 1, ""},
 11620  		{"ETHERTYPE_AUTOPHON", Const, 1, ""},
 11621  		{"ETHERTYPE_AXIS", Const, 1, ""},
 11622  		{"ETHERTYPE_BCLOOP", Const, 1, ""},
 11623  		{"ETHERTYPE_BOFL", Const, 1, ""},
 11624  		{"ETHERTYPE_CABLETRON", Const, 1, ""},
 11625  		{"ETHERTYPE_CHAOS", Const, 1, ""},
 11626  		{"ETHERTYPE_COMDESIGN", Const, 1, ""},
 11627  		{"ETHERTYPE_COMPUGRAPHIC", Const, 1, ""},
 11628  		{"ETHERTYPE_COUNTERPOINT", Const, 1, ""},
 11629  		{"ETHERTYPE_CRONUS", Const, 1, ""},
 11630  		{"ETHERTYPE_CRONUSVLN", Const, 1, ""},
 11631  		{"ETHERTYPE_DCA", Const, 1, ""},
 11632  		{"ETHERTYPE_DDE", Const, 1, ""},
 11633  		{"ETHERTYPE_DEBNI", Const, 1, ""},
 11634  		{"ETHERTYPE_DECAM", Const, 1, ""},
 11635  		{"ETHERTYPE_DECCUST", Const, 1, ""},
 11636  		{"ETHERTYPE_DECDIAG", Const, 1, ""},
 11637  		{"ETHERTYPE_DECDNS", Const, 1, ""},
 11638  		{"ETHERTYPE_DECDTS", Const, 1, ""},
 11639  		{"ETHERTYPE_DECEXPER", Const, 1, ""},
 11640  		{"ETHERTYPE_DECLAST", Const, 1, ""},
 11641  		{"ETHERTYPE_DECLTM", Const, 1, ""},
 11642  		{"ETHERTYPE_DECMUMPS", Const, 1, ""},
 11643  		{"ETHERTYPE_DECNETBIOS", Const, 1, ""},
 11644  		{"ETHERTYPE_DELTACON", Const, 1, ""},
 11645  		{"ETHERTYPE_DIDDLE", Const, 1, ""},
 11646  		{"ETHERTYPE_DLOG1", Const, 1, ""},
 11647  		{"ETHERTYPE_DLOG2", Const, 1, ""},
 11648  		{"ETHERTYPE_DN", Const, 1, ""},
 11649  		{"ETHERTYPE_DOGFIGHT", Const, 1, ""},
 11650  		{"ETHERTYPE_DSMD", Const, 1, ""},
 11651  		{"ETHERTYPE_ECMA", Const, 1, ""},
 11652  		{"ETHERTYPE_ENCRYPT", Const, 1, ""},
 11653  		{"ETHERTYPE_ES", Const, 1, ""},
 11654  		{"ETHERTYPE_EXCELAN", Const, 1, ""},
 11655  		{"ETHERTYPE_EXPERDATA", Const, 1, ""},
 11656  		{"ETHERTYPE_FLIP", Const, 1, ""},
 11657  		{"ETHERTYPE_FLOWCONTROL", Const, 1, ""},
 11658  		{"ETHERTYPE_FRARP", Const, 1, ""},
 11659  		{"ETHERTYPE_GENDYN", Const, 1, ""},
 11660  		{"ETHERTYPE_HAYES", Const, 1, ""},
 11661  		{"ETHERTYPE_HIPPI_FP", Const, 1, ""},
 11662  		{"ETHERTYPE_HITACHI", Const, 1, ""},
 11663  		{"ETHERTYPE_HP", Const, 1, ""},
 11664  		{"ETHERTYPE_IEEEPUP", Const, 1, ""},
 11665  		{"ETHERTYPE_IEEEPUPAT", Const, 1, ""},
 11666  		{"ETHERTYPE_IMLBL", Const, 1, ""},
 11667  		{"ETHERTYPE_IMLBLDIAG", Const, 1, ""},
 11668  		{"ETHERTYPE_IP", Const, 1, ""},
 11669  		{"ETHERTYPE_IPAS", Const, 1, ""},
 11670  		{"ETHERTYPE_IPV6", Const, 1, ""},
 11671  		{"ETHERTYPE_IPX", Const, 1, ""},
 11672  		{"ETHERTYPE_IPXNEW", Const, 1, ""},
 11673  		{"ETHERTYPE_KALPANA", Const, 1, ""},
 11674  		{"ETHERTYPE_LANBRIDGE", Const, 1, ""},
 11675  		{"ETHERTYPE_LANPROBE", Const, 1, ""},
 11676  		{"ETHERTYPE_LAT", Const, 1, ""},
 11677  		{"ETHERTYPE_LBACK", Const, 1, ""},
 11678  		{"ETHERTYPE_LITTLE", Const, 1, ""},
 11679  		{"ETHERTYPE_LLDP", Const, 1, ""},
 11680  		{"ETHERTYPE_LOGICRAFT", Const, 1, ""},
 11681  		{"ETHERTYPE_LOOPBACK", Const, 1, ""},
 11682  		{"ETHERTYPE_MATRA", Const, 1, ""},
 11683  		{"ETHERTYPE_MAX", Const, 1, ""},
 11684  		{"ETHERTYPE_MERIT", Const, 1, ""},
 11685  		{"ETHERTYPE_MICP", Const, 1, ""},
 11686  		{"ETHERTYPE_MOPDL", Const, 1, ""},
 11687  		{"ETHERTYPE_MOPRC", Const, 1, ""},
 11688  		{"ETHERTYPE_MOTOROLA", Const, 1, ""},
 11689  		{"ETHERTYPE_MPLS", Const, 1, ""},
 11690  		{"ETHERTYPE_MPLS_MCAST", Const, 1, ""},
 11691  		{"ETHERTYPE_MUMPS", Const, 1, ""},
 11692  		{"ETHERTYPE_NBPCC", Const, 1, ""},
 11693  		{"ETHERTYPE_NBPCLAIM", Const, 1, ""},
 11694  		{"ETHERTYPE_NBPCLREQ", Const, 1, ""},
 11695  		{"ETHERTYPE_NBPCLRSP", Const, 1, ""},
 11696  		{"ETHERTYPE_NBPCREQ", Const, 1, ""},
 11697  		{"ETHERTYPE_NBPCRSP", Const, 1, ""},
 11698  		{"ETHERTYPE_NBPDG", Const, 1, ""},
 11699  		{"ETHERTYPE_NBPDGB", Const, 1, ""},
 11700  		{"ETHERTYPE_NBPDLTE", Const, 1, ""},
 11701  		{"ETHERTYPE_NBPRAR", Const, 1, ""},
 11702  		{"ETHERTYPE_NBPRAS", Const, 1, ""},
 11703  		{"ETHERTYPE_NBPRST", Const, 1, ""},
 11704  		{"ETHERTYPE_NBPSCD", Const, 1, ""},
 11705  		{"ETHERTYPE_NBPVCD", Const, 1, ""},
 11706  		{"ETHERTYPE_NBS", Const, 1, ""},
 11707  		{"ETHERTYPE_NCD", Const, 1, ""},
 11708  		{"ETHERTYPE_NESTAR", Const, 1, ""},
 11709  		{"ETHERTYPE_NETBEUI", Const, 1, ""},
 11710  		{"ETHERTYPE_NOVELL", Const, 1, ""},
 11711  		{"ETHERTYPE_NS", Const, 1, ""},
 11712  		{"ETHERTYPE_NSAT", Const, 1, ""},
 11713  		{"ETHERTYPE_NSCOMPAT", Const, 1, ""},
 11714  		{"ETHERTYPE_NTRAILER", Const, 1, ""},
 11715  		{"ETHERTYPE_OS9", Const, 1, ""},
 11716  		{"ETHERTYPE_OS9NET", Const, 1, ""},
 11717  		{"ETHERTYPE_PACER", Const, 1, ""},
 11718  		{"ETHERTYPE_PAE", Const, 1, ""},
 11719  		{"ETHERTYPE_PCS", Const, 1, ""},
 11720  		{"ETHERTYPE_PLANNING", Const, 1, ""},
 11721  		{"ETHERTYPE_PPP", Const, 1, ""},
 11722  		{"ETHERTYPE_PPPOE", Const, 1, ""},
 11723  		{"ETHERTYPE_PPPOEDISC", Const, 1, ""},
 11724  		{"ETHERTYPE_PRIMENTS", Const, 1, ""},
 11725  		{"ETHERTYPE_PUP", Const, 1, ""},
 11726  		{"ETHERTYPE_PUPAT", Const, 1, ""},
 11727  		{"ETHERTYPE_QINQ", Const, 1, ""},
 11728  		{"ETHERTYPE_RACAL", Const, 1, ""},
 11729  		{"ETHERTYPE_RATIONAL", Const, 1, ""},
 11730  		{"ETHERTYPE_RAWFR", Const, 1, ""},
 11731  		{"ETHERTYPE_RCL", Const, 1, ""},
 11732  		{"ETHERTYPE_RDP", Const, 1, ""},
 11733  		{"ETHERTYPE_RETIX", Const, 1, ""},
 11734  		{"ETHERTYPE_REVARP", Const, 1, ""},
 11735  		{"ETHERTYPE_SCA", Const, 1, ""},
 11736  		{"ETHERTYPE_SECTRA", Const, 1, ""},
 11737  		{"ETHERTYPE_SECUREDATA", Const, 1, ""},
 11738  		{"ETHERTYPE_SGITW", Const, 1, ""},
 11739  		{"ETHERTYPE_SG_BOUNCE", Const, 1, ""},
 11740  		{"ETHERTYPE_SG_DIAG", Const, 1, ""},
 11741  		{"ETHERTYPE_SG_NETGAMES", Const, 1, ""},
 11742  		{"ETHERTYPE_SG_RESV", Const, 1, ""},
 11743  		{"ETHERTYPE_SIMNET", Const, 1, ""},
 11744  		{"ETHERTYPE_SLOW", Const, 1, ""},
 11745  		{"ETHERTYPE_SLOWPROTOCOLS", Const, 1, ""},
 11746  		{"ETHERTYPE_SNA", Const, 1, ""},
 11747  		{"ETHERTYPE_SNMP", Const, 1, ""},
 11748  		{"ETHERTYPE_SONIX", Const, 1, ""},
 11749  		{"ETHERTYPE_SPIDER", Const, 1, ""},
 11750  		{"ETHERTYPE_SPRITE", Const, 1, ""},
 11751  		{"ETHERTYPE_STP", Const, 1, ""},
 11752  		{"ETHERTYPE_TALARIS", Const, 1, ""},
 11753  		{"ETHERTYPE_TALARISMC", Const, 1, ""},
 11754  		{"ETHERTYPE_TCPCOMP", Const, 1, ""},
 11755  		{"ETHERTYPE_TCPSM", Const, 1, ""},
 11756  		{"ETHERTYPE_TEC", Const, 1, ""},
 11757  		{"ETHERTYPE_TIGAN", Const, 1, ""},
 11758  		{"ETHERTYPE_TRAIL", Const, 1, ""},
 11759  		{"ETHERTYPE_TRANSETHER", Const, 1, ""},
 11760  		{"ETHERTYPE_TYMSHARE", Const, 1, ""},
 11761  		{"ETHERTYPE_UBBST", Const, 1, ""},
 11762  		{"ETHERTYPE_UBDEBUG", Const, 1, ""},
 11763  		{"ETHERTYPE_UBDIAGLOOP", Const, 1, ""},
 11764  		{"ETHERTYPE_UBDL", Const, 1, ""},
 11765  		{"ETHERTYPE_UBNIU", Const, 1, ""},
 11766  		{"ETHERTYPE_UBNMC", Const, 1, ""},
 11767  		{"ETHERTYPE_VALID", Const, 1, ""},
 11768  		{"ETHERTYPE_VARIAN", Const, 1, ""},
 11769  		{"ETHERTYPE_VAXELN", Const, 1, ""},
 11770  		{"ETHERTYPE_VEECO", Const, 1, ""},
 11771  		{"ETHERTYPE_VEXP", Const, 1, ""},
 11772  		{"ETHERTYPE_VGLAB", Const, 1, ""},
 11773  		{"ETHERTYPE_VINES", Const, 1, ""},
 11774  		{"ETHERTYPE_VINESECHO", Const, 1, ""},
 11775  		{"ETHERTYPE_VINESLOOP", Const, 1, ""},
 11776  		{"ETHERTYPE_VITAL", Const, 1, ""},
 11777  		{"ETHERTYPE_VLAN", Const, 1, ""},
 11778  		{"ETHERTYPE_VLTLMAN", Const, 1, ""},
 11779  		{"ETHERTYPE_VPROD", Const, 1, ""},
 11780  		{"ETHERTYPE_VURESERVED", Const, 1, ""},
 11781  		{"ETHERTYPE_WATERLOO", Const, 1, ""},
 11782  		{"ETHERTYPE_WELLFLEET", Const, 1, ""},
 11783  		{"ETHERTYPE_X25", Const, 1, ""},
 11784  		{"ETHERTYPE_X75", Const, 1, ""},
 11785  		{"ETHERTYPE_XNSSM", Const, 1, ""},
 11786  		{"ETHERTYPE_XTP", Const, 1, ""},
 11787  		{"ETHER_ADDR_LEN", Const, 1, ""},
 11788  		{"ETHER_ALIGN", Const, 1, ""},
 11789  		{"ETHER_CRC_LEN", Const, 1, ""},
 11790  		{"ETHER_CRC_POLY_BE", Const, 1, ""},
 11791  		{"ETHER_CRC_POLY_LE", Const, 1, ""},
 11792  		{"ETHER_HDR_LEN", Const, 1, ""},
 11793  		{"ETHER_MAX_DIX_LEN", Const, 1, ""},
 11794  		{"ETHER_MAX_LEN", Const, 1, ""},
 11795  		{"ETHER_MAX_LEN_JUMBO", Const, 1, ""},
 11796  		{"ETHER_MIN_LEN", Const, 1, ""},
 11797  		{"ETHER_PPPOE_ENCAP_LEN", Const, 1, ""},
 11798  		{"ETHER_TYPE_LEN", Const, 1, ""},
 11799  		{"ETHER_VLAN_ENCAP_LEN", Const, 1, ""},
 11800  		{"ETH_P_1588", Const, 0, ""},
 11801  		{"ETH_P_8021Q", Const, 0, ""},
 11802  		{"ETH_P_802_2", Const, 0, ""},
 11803  		{"ETH_P_802_3", Const, 0, ""},
 11804  		{"ETH_P_AARP", Const, 0, ""},
 11805  		{"ETH_P_ALL", Const, 0, ""},
 11806  		{"ETH_P_AOE", Const, 0, ""},
 11807  		{"ETH_P_ARCNET", Const, 0, ""},
 11808  		{"ETH_P_ARP", Const, 0, ""},
 11809  		{"ETH_P_ATALK", Const, 0, ""},
 11810  		{"ETH_P_ATMFATE", Const, 0, ""},
 11811  		{"ETH_P_ATMMPOA", Const, 0, ""},
 11812  		{"ETH_P_AX25", Const, 0, ""},
 11813  		{"ETH_P_BPQ", Const, 0, ""},
 11814  		{"ETH_P_CAIF", Const, 0, ""},
 11815  		{"ETH_P_CAN", Const, 0, ""},
 11816  		{"ETH_P_CONTROL", Const, 0, ""},
 11817  		{"ETH_P_CUST", Const, 0, ""},
 11818  		{"ETH_P_DDCMP", Const, 0, ""},
 11819  		{"ETH_P_DEC", Const, 0, ""},
 11820  		{"ETH_P_DIAG", Const, 0, ""},
 11821  		{"ETH_P_DNA_DL", Const, 0, ""},
 11822  		{"ETH_P_DNA_RC", Const, 0, ""},
 11823  		{"ETH_P_DNA_RT", Const, 0, ""},
 11824  		{"ETH_P_DSA", Const, 0, ""},
 11825  		{"ETH_P_ECONET", Const, 0, ""},
 11826  		{"ETH_P_EDSA", Const, 0, ""},
 11827  		{"ETH_P_FCOE", Const, 0, ""},
 11828  		{"ETH_P_FIP", Const, 0, ""},
 11829  		{"ETH_P_HDLC", Const, 0, ""},
 11830  		{"ETH_P_IEEE802154", Const, 0, ""},
 11831  		{"ETH_P_IEEEPUP", Const, 0, ""},
 11832  		{"ETH_P_IEEEPUPAT", Const, 0, ""},
 11833  		{"ETH_P_IP", Const, 0, ""},
 11834  		{"ETH_P_IPV6", Const, 0, ""},
 11835  		{"ETH_P_IPX", Const, 0, ""},
 11836  		{"ETH_P_IRDA", Const, 0, ""},
 11837  		{"ETH_P_LAT", Const, 0, ""},
 11838  		{"ETH_P_LINK_CTL", Const, 0, ""},
 11839  		{"ETH_P_LOCALTALK", Const, 0, ""},
 11840  		{"ETH_P_LOOP", Const, 0, ""},
 11841  		{"ETH_P_MOBITEX", Const, 0, ""},
 11842  		{"ETH_P_MPLS_MC", Const, 0, ""},
 11843  		{"ETH_P_MPLS_UC", Const, 0, ""},
 11844  		{"ETH_P_PAE", Const, 0, ""},
 11845  		{"ETH_P_PAUSE", Const, 0, ""},
 11846  		{"ETH_P_PHONET", Const, 0, ""},
 11847  		{"ETH_P_PPPTALK", Const, 0, ""},
 11848  		{"ETH_P_PPP_DISC", Const, 0, ""},
 11849  		{"ETH_P_PPP_MP", Const, 0, ""},
 11850  		{"ETH_P_PPP_SES", Const, 0, ""},
 11851  		{"ETH_P_PUP", Const, 0, ""},
 11852  		{"ETH_P_PUPAT", Const, 0, ""},
 11853  		{"ETH_P_RARP", Const, 0, ""},
 11854  		{"ETH_P_SCA", Const, 0, ""},
 11855  		{"ETH_P_SLOW", Const, 0, ""},
 11856  		{"ETH_P_SNAP", Const, 0, ""},
 11857  		{"ETH_P_TEB", Const, 0, ""},
 11858  		{"ETH_P_TIPC", Const, 0, ""},
 11859  		{"ETH_P_TRAILER", Const, 0, ""},
 11860  		{"ETH_P_TR_802_2", Const, 0, ""},
 11861  		{"ETH_P_WAN_PPP", Const, 0, ""},
 11862  		{"ETH_P_WCCP", Const, 0, ""},
 11863  		{"ETH_P_X25", Const, 0, ""},
 11864  		{"ETIME", Const, 0, ""},
 11865  		{"ETIMEDOUT", Const, 0, ""},
 11866  		{"ETOOMANYREFS", Const, 0, ""},
 11867  		{"ETXTBSY", Const, 0, ""},
 11868  		{"EUCLEAN", Const, 0, ""},
 11869  		{"EUNATCH", Const, 0, ""},
 11870  		{"EUSERS", Const, 0, ""},
 11871  		{"EVFILT_AIO", Const, 0, ""},
 11872  		{"EVFILT_FS", Const, 0, ""},
 11873  		{"EVFILT_LIO", Const, 0, ""},
 11874  		{"EVFILT_MACHPORT", Const, 0, ""},
 11875  		{"EVFILT_PROC", Const, 0, ""},
 11876  		{"EVFILT_READ", Const, 0, ""},
 11877  		{"EVFILT_SIGNAL", Const, 0, ""},
 11878  		{"EVFILT_SYSCOUNT", Const, 0, ""},
 11879  		{"EVFILT_THREADMARKER", Const, 0, ""},
 11880  		{"EVFILT_TIMER", Const, 0, ""},
 11881  		{"EVFILT_USER", Const, 0, ""},
 11882  		{"EVFILT_VM", Const, 0, ""},
 11883  		{"EVFILT_VNODE", Const, 0, ""},
 11884  		{"EVFILT_WRITE", Const, 0, ""},
 11885  		{"EV_ADD", Const, 0, ""},
 11886  		{"EV_CLEAR", Const, 0, ""},
 11887  		{"EV_DELETE", Const, 0, ""},
 11888  		{"EV_DISABLE", Const, 0, ""},
 11889  		{"EV_DISPATCH", Const, 0, ""},
 11890  		{"EV_DROP", Const, 3, ""},
 11891  		{"EV_ENABLE", Const, 0, ""},
 11892  		{"EV_EOF", Const, 0, ""},
 11893  		{"EV_ERROR", Const, 0, ""},
 11894  		{"EV_FLAG0", Const, 0, ""},
 11895  		{"EV_FLAG1", Const, 0, ""},
 11896  		{"EV_ONESHOT", Const, 0, ""},
 11897  		{"EV_OOBAND", Const, 0, ""},
 11898  		{"EV_POLL", Const, 0, ""},
 11899  		{"EV_RECEIPT", Const, 0, ""},
 11900  		{"EV_SYSFLAGS", Const, 0, ""},
 11901  		{"EWINDOWS", Const, 0, ""},
 11902  		{"EWOULDBLOCK", Const, 0, ""},
 11903  		{"EXDEV", Const, 0, ""},
 11904  		{"EXFULL", Const, 0, ""},
 11905  		{"EXTA", Const, 0, ""},
 11906  		{"EXTB", Const, 0, ""},
 11907  		{"EXTPROC", Const, 0, ""},
 11908  		{"Environ", Func, 0, "func() []string"},
 11909  		{"EpollCreate", Func, 0, "func(size int) (fd int, err error)"},
 11910  		{"EpollCreate1", Func, 0, "func(flag int) (fd int, err error)"},
 11911  		{"EpollCtl", Func, 0, "func(epfd int, op int, fd int, event *EpollEvent) (err error)"},
 11912  		{"EpollEvent", Type, 0, ""},
 11913  		{"EpollEvent.Events", Field, 0, ""},
 11914  		{"EpollEvent.Fd", Field, 0, ""},
 11915  		{"EpollEvent.Pad", Field, 0, ""},
 11916  		{"EpollEvent.PadFd", Field, 0, ""},
 11917  		{"EpollWait", Func, 0, "func(epfd int, events []EpollEvent, msec int) (n int, err error)"},
 11918  		{"Errno", Type, 0, ""},
 11919  		{"EscapeArg", Func, 0, ""},
 11920  		{"Exchangedata", Func, 0, ""},
 11921  		{"Exec", Func, 0, "func(argv0 string, argv []string, envv []string) (err error)"},
 11922  		{"Exit", Func, 0, "func(code int)"},
 11923  		{"ExitProcess", Func, 0, ""},
 11924  		{"FD_CLOEXEC", Const, 0, ""},
 11925  		{"FD_SETSIZE", Const, 0, ""},
 11926  		{"FILE_ACTION_ADDED", Const, 0, ""},
 11927  		{"FILE_ACTION_MODIFIED", Const, 0, ""},
 11928  		{"FILE_ACTION_REMOVED", Const, 0, ""},
 11929  		{"FILE_ACTION_RENAMED_NEW_NAME", Const, 0, ""},
 11930  		{"FILE_ACTION_RENAMED_OLD_NAME", Const, 0, ""},
 11931  		{"FILE_APPEND_DATA", Const, 0, ""},
 11932  		{"FILE_ATTRIBUTE_ARCHIVE", Const, 0, ""},
 11933  		{"FILE_ATTRIBUTE_DIRECTORY", Const, 0, ""},
 11934  		{"FILE_ATTRIBUTE_HIDDEN", Const, 0, ""},
 11935  		{"FILE_ATTRIBUTE_NORMAL", Const, 0, ""},
 11936  		{"FILE_ATTRIBUTE_READONLY", Const, 0, ""},
 11937  		{"FILE_ATTRIBUTE_REPARSE_POINT", Const, 4, ""},
 11938  		{"FILE_ATTRIBUTE_SYSTEM", Const, 0, ""},
 11939  		{"FILE_BEGIN", Const, 0, ""},
 11940  		{"FILE_CURRENT", Const, 0, ""},
 11941  		{"FILE_END", Const, 0, ""},
 11942  		{"FILE_FLAG_BACKUP_SEMANTICS", Const, 0, ""},
 11943  		{"FILE_FLAG_OPEN_REPARSE_POINT", Const, 4, ""},
 11944  		{"FILE_FLAG_OVERLAPPED", Const, 0, ""},
 11945  		{"FILE_LIST_DIRECTORY", Const, 0, ""},
 11946  		{"FILE_MAP_COPY", Const, 0, ""},
 11947  		{"FILE_MAP_EXECUTE", Const, 0, ""},
 11948  		{"FILE_MAP_READ", Const, 0, ""},
 11949  		{"FILE_MAP_WRITE", Const, 0, ""},
 11950  		{"FILE_NOTIFY_CHANGE_ATTRIBUTES", Const, 0, ""},
 11951  		{"FILE_NOTIFY_CHANGE_CREATION", Const, 0, ""},
 11952  		{"FILE_NOTIFY_CHANGE_DIR_NAME", Const, 0, ""},
 11953  		{"FILE_NOTIFY_CHANGE_FILE_NAME", Const, 0, ""},
 11954  		{"FILE_NOTIFY_CHANGE_LAST_ACCESS", Const, 0, ""},
 11955  		{"FILE_NOTIFY_CHANGE_LAST_WRITE", Const, 0, ""},
 11956  		{"FILE_NOTIFY_CHANGE_SIZE", Const, 0, ""},
 11957  		{"FILE_SHARE_DELETE", Const, 0, ""},
 11958  		{"FILE_SHARE_READ", Const, 0, ""},
 11959  		{"FILE_SHARE_WRITE", Const, 0, ""},
 11960  		{"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS", Const, 2, ""},
 11961  		{"FILE_SKIP_SET_EVENT_ON_HANDLE", Const, 2, ""},
 11962  		{"FILE_TYPE_CHAR", Const, 0, ""},
 11963  		{"FILE_TYPE_DISK", Const, 0, ""},
 11964  		{"FILE_TYPE_PIPE", Const, 0, ""},
 11965  		{"FILE_TYPE_REMOTE", Const, 0, ""},
 11966  		{"FILE_TYPE_UNKNOWN", Const, 0, ""},
 11967  		{"FILE_WRITE_ATTRIBUTES", Const, 0, ""},
 11968  		{"FLUSHO", Const, 0, ""},
 11969  		{"FORMAT_MESSAGE_ALLOCATE_BUFFER", Const, 0, ""},
 11970  		{"FORMAT_MESSAGE_ARGUMENT_ARRAY", Const, 0, ""},
 11971  		{"FORMAT_MESSAGE_FROM_HMODULE", Const, 0, ""},
 11972  		{"FORMAT_MESSAGE_FROM_STRING", Const, 0, ""},
 11973  		{"FORMAT_MESSAGE_FROM_SYSTEM", Const, 0, ""},
 11974  		{"FORMAT_MESSAGE_IGNORE_INSERTS", Const, 0, ""},
 11975  		{"FORMAT_MESSAGE_MAX_WIDTH_MASK", Const, 0, ""},
 11976  		{"FSCTL_GET_REPARSE_POINT", Const, 4, ""},
 11977  		{"F_ADDFILESIGS", Const, 0, ""},
 11978  		{"F_ADDSIGS", Const, 0, ""},
 11979  		{"F_ALLOCATEALL", Const, 0, ""},
 11980  		{"F_ALLOCATECONTIG", Const, 0, ""},
 11981  		{"F_CANCEL", Const, 0, ""},
 11982  		{"F_CHKCLEAN", Const, 0, ""},
 11983  		{"F_CLOSEM", Const, 1, ""},
 11984  		{"F_DUP2FD", Const, 0, ""},
 11985  		{"F_DUP2FD_CLOEXEC", Const, 1, ""},
 11986  		{"F_DUPFD", Const, 0, ""},
 11987  		{"F_DUPFD_CLOEXEC", Const, 0, ""},
 11988  		{"F_EXLCK", Const, 0, ""},
 11989  		{"F_FINDSIGS", Const, 16, ""},
 11990  		{"F_FLUSH_DATA", Const, 0, ""},
 11991  		{"F_FREEZE_FS", Const, 0, ""},
 11992  		{"F_FSCTL", Const, 1, ""},
 11993  		{"F_FSDIRMASK", Const, 1, ""},
 11994  		{"F_FSIN", Const, 1, ""},
 11995  		{"F_FSINOUT", Const, 1, ""},
 11996  		{"F_FSOUT", Const, 1, ""},
 11997  		{"F_FSPRIV", Const, 1, ""},
 11998  		{"F_FSVOID", Const, 1, ""},
 11999  		{"F_FULLFSYNC", Const, 0, ""},
 12000  		{"F_GETCODEDIR", Const, 16, ""},
 12001  		{"F_GETFD", Const, 0, ""},
 12002  		{"F_GETFL", Const, 0, ""},
 12003  		{"F_GETLEASE", Const, 0, ""},
 12004  		{"F_GETLK", Const, 0, ""},
 12005  		{"F_GETLK64", Const, 0, ""},
 12006  		{"F_GETLKPID", Const, 0, ""},
 12007  		{"F_GETNOSIGPIPE", Const, 0, ""},
 12008  		{"F_GETOWN", Const, 0, ""},
 12009  		{"F_GETOWN_EX", Const, 0, ""},
 12010  		{"F_GETPATH", Const, 0, ""},
 12011  		{"F_GETPATH_MTMINFO", Const, 0, ""},
 12012  		{"F_GETPIPE_SZ", Const, 0, ""},
 12013  		{"F_GETPROTECTIONCLASS", Const, 0, ""},
 12014  		{"F_GETPROTECTIONLEVEL", Const, 16, ""},
 12015  		{"F_GETSIG", Const, 0, ""},
 12016  		{"F_GLOBAL_NOCACHE", Const, 0, ""},
 12017  		{"F_LOCK", Const, 0, ""},
 12018  		{"F_LOG2PHYS", Const, 0, ""},
 12019  		{"F_LOG2PHYS_EXT", Const, 0, ""},
 12020  		{"F_MARKDEPENDENCY", Const, 0, ""},
 12021  		{"F_MAXFD", Const, 1, ""},
 12022  		{"F_NOCACHE", Const, 0, ""},
 12023  		{"F_NODIRECT", Const, 0, ""},
 12024  		{"F_NOTIFY", Const, 0, ""},
 12025  		{"F_OGETLK", Const, 0, ""},
 12026  		{"F_OK", Const, 0, ""},
 12027  		{"F_OSETLK", Const, 0, ""},
 12028  		{"F_OSETLKW", Const, 0, ""},
 12029  		{"F_PARAM_MASK", Const, 1, ""},
 12030  		{"F_PARAM_MAX", Const, 1, ""},
 12031  		{"F_PATHPKG_CHECK", Const, 0, ""},
 12032  		{"F_PEOFPOSMODE", Const, 0, ""},
 12033  		{"F_PREALLOCATE", Const, 0, ""},
 12034  		{"F_RDADVISE", Const, 0, ""},
 12035  		{"F_RDAHEAD", Const, 0, ""},
 12036  		{"F_RDLCK", Const, 0, ""},
 12037  		{"F_READAHEAD", Const, 0, ""},
 12038  		{"F_READBOOTSTRAP", Const, 0, ""},
 12039  		{"F_SETBACKINGSTORE", Const, 0, ""},
 12040  		{"F_SETFD", Const, 0, ""},
 12041  		{"F_SETFL", Const, 0, ""},
 12042  		{"F_SETLEASE", Const, 0, ""},
 12043  		{"F_SETLK", Const, 0, ""},
 12044  		{"F_SETLK64", Const, 0, ""},
 12045  		{"F_SETLKW", Const, 0, ""},
 12046  		{"F_SETLKW64", Const, 0, ""},
 12047  		{"F_SETLKWTIMEOUT", Const, 16, ""},
 12048  		{"F_SETLK_REMOTE", Const, 0, ""},
 12049  		{"F_SETNOSIGPIPE", Const, 0, ""},
 12050  		{"F_SETOWN", Const, 0, ""},
 12051  		{"F_SETOWN_EX", Const, 0, ""},
 12052  		{"F_SETPIPE_SZ", Const, 0, ""},
 12053  		{"F_SETPROTECTIONCLASS", Const, 0, ""},
 12054  		{"F_SETSIG", Const, 0, ""},
 12055  		{"F_SETSIZE", Const, 0, ""},
 12056  		{"F_SHLCK", Const, 0, ""},
 12057  		{"F_SINGLE_WRITER", Const, 16, ""},
 12058  		{"F_TEST", Const, 0, ""},
 12059  		{"F_THAW_FS", Const, 0, ""},
 12060  		{"F_TLOCK", Const, 0, ""},
 12061  		{"F_TRANSCODEKEY", Const, 16, ""},
 12062  		{"F_ULOCK", Const, 0, ""},
 12063  		{"F_UNLCK", Const, 0, ""},
 12064  		{"F_UNLCKSYS", Const, 0, ""},
 12065  		{"F_VOLPOSMODE", Const, 0, ""},
 12066  		{"F_WRITEBOOTSTRAP", Const, 0, ""},
 12067  		{"F_WRLCK", Const, 0, ""},
 12068  		{"Faccessat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) (err error)"},
 12069  		{"Fallocate", Func, 0, "func(fd int, mode uint32, off int64, len int64) (err error)"},
 12070  		{"Fbootstraptransfer_t", Type, 0, ""},
 12071  		{"Fbootstraptransfer_t.Buffer", Field, 0, ""},
 12072  		{"Fbootstraptransfer_t.Length", Field, 0, ""},
 12073  		{"Fbootstraptransfer_t.Offset", Field, 0, ""},
 12074  		{"Fchdir", Func, 0, "func(fd int) (err error)"},
 12075  		{"Fchflags", Func, 0, ""},
 12076  		{"Fchmod", Func, 0, "func(fd int, mode uint32) (err error)"},
 12077  		{"Fchmodat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) error"},
 12078  		{"Fchown", Func, 0, "func(fd int, uid int, gid int) (err error)"},
 12079  		{"Fchownat", Func, 0, "func(dirfd int, path string, uid int, gid int, flags int) (err error)"},
 12080  		{"FcntlFlock", Func, 3, "func(fd uintptr, cmd int, lk *Flock_t) error"},
 12081  		{"FdSet", Type, 0, ""},
 12082  		{"FdSet.Bits", Field, 0, ""},
 12083  		{"FdSet.X__fds_bits", Field, 0, ""},
 12084  		{"Fdatasync", Func, 0, "func(fd int) (err error)"},
 12085  		{"FileNotifyInformation", Type, 0, ""},
 12086  		{"FileNotifyInformation.Action", Field, 0, ""},
 12087  		{"FileNotifyInformation.FileName", Field, 0, ""},
 12088  		{"FileNotifyInformation.FileNameLength", Field, 0, ""},
 12089  		{"FileNotifyInformation.NextEntryOffset", Field, 0, ""},
 12090  		{"Filetime", Type, 0, ""},
 12091  		{"Filetime.HighDateTime", Field, 0, ""},
 12092  		{"Filetime.LowDateTime", Field, 0, ""},
 12093  		{"FindClose", Func, 0, ""},
 12094  		{"FindFirstFile", Func, 0, ""},
 12095  		{"FindNextFile", Func, 0, ""},
 12096  		{"Flock", Func, 0, "func(fd int, how int) (err error)"},
 12097  		{"Flock_t", Type, 0, ""},
 12098  		{"Flock_t.Len", Field, 0, ""},
 12099  		{"Flock_t.Pad_cgo_0", Field, 0, ""},
 12100  		{"Flock_t.Pad_cgo_1", Field, 3, ""},
 12101  		{"Flock_t.Pid", Field, 0, ""},
 12102  		{"Flock_t.Start", Field, 0, ""},
 12103  		{"Flock_t.Sysid", Field, 0, ""},
 12104  		{"Flock_t.Type", Field, 0, ""},
 12105  		{"Flock_t.Whence", Field, 0, ""},
 12106  		{"FlushBpf", Func, 0, ""},
 12107  		{"FlushFileBuffers", Func, 0, ""},
 12108  		{"FlushViewOfFile", Func, 0, ""},
 12109  		{"ForkExec", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)"},
 12110  		{"ForkLock", Var, 0, ""},
 12111  		{"FormatMessage", Func, 0, ""},
 12112  		{"Fpathconf", Func, 0, ""},
 12113  		{"FreeAddrInfoW", Func, 1, ""},
 12114  		{"FreeEnvironmentStrings", Func, 0, ""},
 12115  		{"FreeLibrary", Func, 0, ""},
 12116  		{"Fsid", Type, 0, ""},
 12117  		{"Fsid.Val", Field, 0, ""},
 12118  		{"Fsid.X__fsid_val", Field, 2, ""},
 12119  		{"Fsid.X__val", Field, 0, ""},
 12120  		{"Fstat", Func, 0, "func(fd int, stat *Stat_t) (err error)"},
 12121  		{"Fstatat", Func, 12, ""},
 12122  		{"Fstatfs", Func, 0, "func(fd int, buf *Statfs_t) (err error)"},
 12123  		{"Fstore_t", Type, 0, ""},
 12124  		{"Fstore_t.Bytesalloc", Field, 0, ""},
 12125  		{"Fstore_t.Flags", Field, 0, ""},
 12126  		{"Fstore_t.Length", Field, 0, ""},
 12127  		{"Fstore_t.Offset", Field, 0, ""},
 12128  		{"Fstore_t.Posmode", Field, 0, ""},
 12129  		{"Fsync", Func, 0, "func(fd int) (err error)"},
 12130  		{"Ftruncate", Func, 0, "func(fd int, length int64) (err error)"},
 12131  		{"FullPath", Func, 4, ""},
 12132  		{"Futimes", Func, 0, "func(fd int, tv []Timeval) (err error)"},
 12133  		{"Futimesat", Func, 0, "func(dirfd int, path string, tv []Timeval) (err error)"},
 12134  		{"GENERIC_ALL", Const, 0, ""},
 12135  		{"GENERIC_EXECUTE", Const, 0, ""},
 12136  		{"GENERIC_READ", Const, 0, ""},
 12137  		{"GENERIC_WRITE", Const, 0, ""},
 12138  		{"GUID", Type, 1, ""},
 12139  		{"GUID.Data1", Field, 1, ""},
 12140  		{"GUID.Data2", Field, 1, ""},
 12141  		{"GUID.Data3", Field, 1, ""},
 12142  		{"GUID.Data4", Field, 1, ""},
 12143  		{"GetAcceptExSockaddrs", Func, 0, ""},
 12144  		{"GetAdaptersInfo", Func, 0, ""},
 12145  		{"GetAddrInfoW", Func, 1, ""},
 12146  		{"GetCommandLine", Func, 0, ""},
 12147  		{"GetComputerName", Func, 0, ""},
 12148  		{"GetConsoleMode", Func, 1, ""},
 12149  		{"GetCurrentDirectory", Func, 0, ""},
 12150  		{"GetCurrentProcess", Func, 0, ""},
 12151  		{"GetEnvironmentStrings", Func, 0, ""},
 12152  		{"GetEnvironmentVariable", Func, 0, ""},
 12153  		{"GetExitCodeProcess", Func, 0, ""},
 12154  		{"GetFileAttributes", Func, 0, ""},
 12155  		{"GetFileAttributesEx", Func, 0, ""},
 12156  		{"GetFileExInfoStandard", Const, 0, ""},
 12157  		{"GetFileExMaxInfoLevel", Const, 0, ""},
 12158  		{"GetFileInformationByHandle", Func, 0, ""},
 12159  		{"GetFileType", Func, 0, ""},
 12160  		{"GetFullPathName", Func, 0, ""},
 12161  		{"GetHostByName", Func, 0, ""},
 12162  		{"GetIfEntry", Func, 0, ""},
 12163  		{"GetLastError", Func, 0, ""},
 12164  		{"GetLengthSid", Func, 0, ""},
 12165  		{"GetLongPathName", Func, 0, ""},
 12166  		{"GetProcAddress", Func, 0, ""},
 12167  		{"GetProcessTimes", Func, 0, ""},
 12168  		{"GetProtoByName", Func, 0, ""},
 12169  		{"GetQueuedCompletionStatus", Func, 0, ""},
 12170  		{"GetServByName", Func, 0, ""},
 12171  		{"GetShortPathName", Func, 0, ""},
 12172  		{"GetStartupInfo", Func, 0, ""},
 12173  		{"GetStdHandle", Func, 0, ""},
 12174  		{"GetSystemTimeAsFileTime", Func, 0, ""},
 12175  		{"GetTempPath", Func, 0, ""},
 12176  		{"GetTimeZoneInformation", Func, 0, ""},
 12177  		{"GetTokenInformation", Func, 0, ""},
 12178  		{"GetUserNameEx", Func, 0, ""},
 12179  		{"GetUserProfileDirectory", Func, 0, ""},
 12180  		{"GetVersion", Func, 0, ""},
 12181  		{"Getcwd", Func, 0, "func(buf []byte) (n int, err error)"},
 12182  		{"Getdents", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
 12183  		{"Getdirentries", Func, 0, ""},
 12184  		{"Getdtablesize", Func, 0, ""},
 12185  		{"Getegid", Func, 0, "func() (egid int)"},
 12186  		{"Getenv", Func, 0, "func(key string) (value string, found bool)"},
 12187  		{"Geteuid", Func, 0, "func() (euid int)"},
 12188  		{"Getfsstat", Func, 0, ""},
 12189  		{"Getgid", Func, 0, "func() (gid int)"},
 12190  		{"Getgroups", Func, 0, "func() (gids []int, err error)"},
 12191  		{"Getpagesize", Func, 0, "func() int"},
 12192  		{"Getpeername", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
 12193  		{"Getpgid", Func, 0, "func(pid int) (pgid int, err error)"},
 12194  		{"Getpgrp", Func, 0, "func() (pid int)"},
 12195  		{"Getpid", Func, 0, "func() (pid int)"},
 12196  		{"Getppid", Func, 0, "func() (ppid int)"},
 12197  		{"Getpriority", Func, 0, "func(which int, who int) (prio int, err error)"},
 12198  		{"Getrlimit", Func, 0, "func(resource int, rlim *Rlimit) (err error)"},
 12199  		{"Getrusage", Func, 0, "func(who int, rusage *Rusage) (err error)"},
 12200  		{"Getsid", Func, 0, ""},
 12201  		{"Getsockname", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
 12202  		{"Getsockopt", Func, 1, ""},
 12203  		{"GetsockoptByte", Func, 0, ""},
 12204  		{"GetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int) (*ICMPv6Filter, error)"},
 12205  		{"GetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int) (*IPMreq, error)"},
 12206  		{"GetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int) (*IPMreqn, error)"},
 12207  		{"GetsockoptIPv6MTUInfo", Func, 2, "func(fd int, level int, opt int) (*IPv6MTUInfo, error)"},
 12208  		{"GetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int) (*IPv6Mreq, error)"},
 12209  		{"GetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int) (value [4]byte, err error)"},
 12210  		{"GetsockoptInt", Func, 0, "func(fd int, level int, opt int) (value int, err error)"},
 12211  		{"GetsockoptUcred", Func, 1, "func(fd int, level int, opt int) (*Ucred, error)"},
 12212  		{"Gettid", Func, 0, "func() (tid int)"},
 12213  		{"Gettimeofday", Func, 0, "func(tv *Timeval) (err error)"},
 12214  		{"Getuid", Func, 0, "func() (uid int)"},
 12215  		{"Getwd", Func, 0, "func() (wd string, err error)"},
 12216  		{"Getxattr", Func, 1, "func(path string, attr string, dest []byte) (sz int, err error)"},
 12217  		{"HANDLE_FLAG_INHERIT", Const, 0, ""},
 12218  		{"HKEY_CLASSES_ROOT", Const, 0, ""},
 12219  		{"HKEY_CURRENT_CONFIG", Const, 0, ""},
 12220  		{"HKEY_CURRENT_USER", Const, 0, ""},
 12221  		{"HKEY_DYN_DATA", Const, 0, ""},
 12222  		{"HKEY_LOCAL_MACHINE", Const, 0, ""},
 12223  		{"HKEY_PERFORMANCE_DATA", Const, 0, ""},
 12224  		{"HKEY_USERS", Const, 0, ""},
 12225  		{"HUPCL", Const, 0, ""},
 12226  		{"Handle", Type, 0, ""},
 12227  		{"Hostent", Type, 0, ""},
 12228  		{"Hostent.AddrList", Field, 0, ""},
 12229  		{"Hostent.AddrType", Field, 0, ""},
 12230  		{"Hostent.Aliases", Field, 0, ""},
 12231  		{"Hostent.Length", Field, 0, ""},
 12232  		{"Hostent.Name", Field, 0, ""},
 12233  		{"ICANON", Const, 0, ""},
 12234  		{"ICMP6_FILTER", Const, 2, ""},
 12235  		{"ICMPV6_FILTER", Const, 2, ""},
 12236  		{"ICMPv6Filter", Type, 2, ""},
 12237  		{"ICMPv6Filter.Data", Field, 2, ""},
 12238  		{"ICMPv6Filter.Filt", Field, 2, ""},
 12239  		{"ICRNL", Const, 0, ""},
 12240  		{"IEXTEN", Const, 0, ""},
 12241  		{"IFAN_ARRIVAL", Const, 1, ""},
 12242  		{"IFAN_DEPARTURE", Const, 1, ""},
 12243  		{"IFA_ADDRESS", Const, 0, ""},
 12244  		{"IFA_ANYCAST", Const, 0, ""},
 12245  		{"IFA_BROADCAST", Const, 0, ""},
 12246  		{"IFA_CACHEINFO", Const, 0, ""},
 12247  		{"IFA_F_DADFAILED", Const, 0, ""},
 12248  		{"IFA_F_DEPRECATED", Const, 0, ""},
 12249  		{"IFA_F_HOMEADDRESS", Const, 0, ""},
 12250  		{"IFA_F_NODAD", Const, 0, ""},
 12251  		{"IFA_F_OPTIMISTIC", Const, 0, ""},
 12252  		{"IFA_F_PERMANENT", Const, 0, ""},
 12253  		{"IFA_F_SECONDARY", Const, 0, ""},
 12254  		{"IFA_F_TEMPORARY", Const, 0, ""},
 12255  		{"IFA_F_TENTATIVE", Const, 0, ""},
 12256  		{"IFA_LABEL", Const, 0, ""},
 12257  		{"IFA_LOCAL", Const, 0, ""},
 12258  		{"IFA_MAX", Const, 0, ""},
 12259  		{"IFA_MULTICAST", Const, 0, ""},
 12260  		{"IFA_ROUTE", Const, 1, ""},
 12261  		{"IFA_UNSPEC", Const, 0, ""},
 12262  		{"IFF_ALLMULTI", Const, 0, ""},
 12263  		{"IFF_ALTPHYS", Const, 0, ""},
 12264  		{"IFF_AUTOMEDIA", Const, 0, ""},
 12265  		{"IFF_BROADCAST", Const, 0, ""},
 12266  		{"IFF_CANTCHANGE", Const, 0, ""},
 12267  		{"IFF_CANTCONFIG", Const, 1, ""},
 12268  		{"IFF_DEBUG", Const, 0, ""},
 12269  		{"IFF_DRV_OACTIVE", Const, 0, ""},
 12270  		{"IFF_DRV_RUNNING", Const, 0, ""},
 12271  		{"IFF_DYING", Const, 0, ""},
 12272  		{"IFF_DYNAMIC", Const, 0, ""},
 12273  		{"IFF_LINK0", Const, 0, ""},
 12274  		{"IFF_LINK1", Const, 0, ""},
 12275  		{"IFF_LINK2", Const, 0, ""},
 12276  		{"IFF_LOOPBACK", Const, 0, ""},
 12277  		{"IFF_MASTER", Const, 0, ""},
 12278  		{"IFF_MONITOR", Const, 0, ""},
 12279  		{"IFF_MULTICAST", Const, 0, ""},
 12280  		{"IFF_NOARP", Const, 0, ""},
 12281  		{"IFF_NOTRAILERS", Const, 0, ""},
 12282  		{"IFF_NO_PI", Const, 0, ""},
 12283  		{"IFF_OACTIVE", Const, 0, ""},
 12284  		{"IFF_ONE_QUEUE", Const, 0, ""},
 12285  		{"IFF_POINTOPOINT", Const, 0, ""},
 12286  		{"IFF_POINTTOPOINT", Const, 0, ""},
 12287  		{"IFF_PORTSEL", Const, 0, ""},
 12288  		{"IFF_PPROMISC", Const, 0, ""},
 12289  		{"IFF_PROMISC", Const, 0, ""},
 12290  		{"IFF_RENAMING", Const, 0, ""},
 12291  		{"IFF_RUNNING", Const, 0, ""},
 12292  		{"IFF_SIMPLEX", Const, 0, ""},
 12293  		{"IFF_SLAVE", Const, 0, ""},
 12294  		{"IFF_SMART", Const, 0, ""},
 12295  		{"IFF_STATICARP", Const, 0, ""},
 12296  		{"IFF_TAP", Const, 0, ""},
 12297  		{"IFF_TUN", Const, 0, ""},
 12298  		{"IFF_TUN_EXCL", Const, 0, ""},
 12299  		{"IFF_UP", Const, 0, ""},
 12300  		{"IFF_VNET_HDR", Const, 0, ""},
 12301  		{"IFLA_ADDRESS", Const, 0, ""},
 12302  		{"IFLA_BROADCAST", Const, 0, ""},
 12303  		{"IFLA_COST", Const, 0, ""},
 12304  		{"IFLA_IFALIAS", Const, 0, ""},
 12305  		{"IFLA_IFNAME", Const, 0, ""},
 12306  		{"IFLA_LINK", Const, 0, ""},
 12307  		{"IFLA_LINKINFO", Const, 0, ""},
 12308  		{"IFLA_LINKMODE", Const, 0, ""},
 12309  		{"IFLA_MAP", Const, 0, ""},
 12310  		{"IFLA_MASTER", Const, 0, ""},
 12311  		{"IFLA_MAX", Const, 0, ""},
 12312  		{"IFLA_MTU", Const, 0, ""},
 12313  		{"IFLA_NET_NS_PID", Const, 0, ""},
 12314  		{"IFLA_OPERSTATE", Const, 0, ""},
 12315  		{"IFLA_PRIORITY", Const, 0, ""},
 12316  		{"IFLA_PROTINFO", Const, 0, ""},
 12317  		{"IFLA_QDISC", Const, 0, ""},
 12318  		{"IFLA_STATS", Const, 0, ""},
 12319  		{"IFLA_TXQLEN", Const, 0, ""},
 12320  		{"IFLA_UNSPEC", Const, 0, ""},
 12321  		{"IFLA_WEIGHT", Const, 0, ""},
 12322  		{"IFLA_WIRELESS", Const, 0, ""},
 12323  		{"IFNAMSIZ", Const, 0, ""},
 12324  		{"IFT_1822", Const, 0, ""},
 12325  		{"IFT_A12MPPSWITCH", Const, 0, ""},
 12326  		{"IFT_AAL2", Const, 0, ""},
 12327  		{"IFT_AAL5", Const, 0, ""},
 12328  		{"IFT_ADSL", Const, 0, ""},
 12329  		{"IFT_AFLANE8023", Const, 0, ""},
 12330  		{"IFT_AFLANE8025", Const, 0, ""},
 12331  		{"IFT_ARAP", Const, 0, ""},
 12332  		{"IFT_ARCNET", Const, 0, ""},
 12333  		{"IFT_ARCNETPLUS", Const, 0, ""},
 12334  		{"IFT_ASYNC", Const, 0, ""},
 12335  		{"IFT_ATM", Const, 0, ""},
 12336  		{"IFT_ATMDXI", Const, 0, ""},
 12337  		{"IFT_ATMFUNI", Const, 0, ""},
 12338  		{"IFT_ATMIMA", Const, 0, ""},
 12339  		{"IFT_ATMLOGICAL", Const, 0, ""},
 12340  		{"IFT_ATMRADIO", Const, 0, ""},
 12341  		{"IFT_ATMSUBINTERFACE", Const, 0, ""},
 12342  		{"IFT_ATMVCIENDPT", Const, 0, ""},
 12343  		{"IFT_ATMVIRTUAL", Const, 0, ""},
 12344  		{"IFT_BGPPOLICYACCOUNTING", Const, 0, ""},
 12345  		{"IFT_BLUETOOTH", Const, 1, ""},
 12346  		{"IFT_BRIDGE", Const, 0, ""},
 12347  		{"IFT_BSC", Const, 0, ""},
 12348  		{"IFT_CARP", Const, 0, ""},
 12349  		{"IFT_CCTEMUL", Const, 0, ""},
 12350  		{"IFT_CELLULAR", Const, 0, ""},
 12351  		{"IFT_CEPT", Const, 0, ""},
 12352  		{"IFT_CES", Const, 0, ""},
 12353  		{"IFT_CHANNEL", Const, 0, ""},
 12354  		{"IFT_CNR", Const, 0, ""},
 12355  		{"IFT_COFFEE", Const, 0, ""},
 12356  		{"IFT_COMPOSITELINK", Const, 0, ""},
 12357  		{"IFT_DCN", Const, 0, ""},
 12358  		{"IFT_DIGITALPOWERLINE", Const, 0, ""},
 12359  		{"IFT_DIGITALWRAPPEROVERHEADCHANNEL", Const, 0, ""},
 12360  		{"IFT_DLSW", Const, 0, ""},
 12361  		{"IFT_DOCSCABLEDOWNSTREAM", Const, 0, ""},
 12362  		{"IFT_DOCSCABLEMACLAYER", Const, 0, ""},
 12363  		{"IFT_DOCSCABLEUPSTREAM", Const, 0, ""},
 12364  		{"IFT_DOCSCABLEUPSTREAMCHANNEL", Const, 1, ""},
 12365  		{"IFT_DS0", Const, 0, ""},
 12366  		{"IFT_DS0BUNDLE", Const, 0, ""},
 12367  		{"IFT_DS1FDL", Const, 0, ""},
 12368  		{"IFT_DS3", Const, 0, ""},
 12369  		{"IFT_DTM", Const, 0, ""},
 12370  		{"IFT_DUMMY", Const, 1, ""},
 12371  		{"IFT_DVBASILN", Const, 0, ""},
 12372  		{"IFT_DVBASIOUT", Const, 0, ""},
 12373  		{"IFT_DVBRCCDOWNSTREAM", Const, 0, ""},
 12374  		{"IFT_DVBRCCMACLAYER", Const, 0, ""},
 12375  		{"IFT_DVBRCCUPSTREAM", Const, 0, ""},
 12376  		{"IFT_ECONET", Const, 1, ""},
 12377  		{"IFT_ENC", Const, 0, ""},
 12378  		{"IFT_EON", Const, 0, ""},
 12379  		{"IFT_EPLRS", Const, 0, ""},
 12380  		{"IFT_ESCON", Const, 0, ""},
 12381  		{"IFT_ETHER", Const, 0, ""},
 12382  		{"IFT_FAITH", Const, 0, ""},
 12383  		{"IFT_FAST", Const, 0, ""},
 12384  		{"IFT_FASTETHER", Const, 0, ""},
 12385  		{"IFT_FASTETHERFX", Const, 0, ""},
 12386  		{"IFT_FDDI", Const, 0, ""},
 12387  		{"IFT_FIBRECHANNEL", Const, 0, ""},
 12388  		{"IFT_FRAMERELAYINTERCONNECT", Const, 0, ""},
 12389  		{"IFT_FRAMERELAYMPI", Const, 0, ""},
 12390  		{"IFT_FRDLCIENDPT", Const, 0, ""},
 12391  		{"IFT_FRELAY", Const, 0, ""},
 12392  		{"IFT_FRELAYDCE", Const, 0, ""},
 12393  		{"IFT_FRF16MFRBUNDLE", Const, 0, ""},
 12394  		{"IFT_FRFORWARD", Const, 0, ""},
 12395  		{"IFT_G703AT2MB", Const, 0, ""},
 12396  		{"IFT_G703AT64K", Const, 0, ""},
 12397  		{"IFT_GIF", Const, 0, ""},
 12398  		{"IFT_GIGABITETHERNET", Const, 0, ""},
 12399  		{"IFT_GR303IDT", Const, 0, ""},
 12400  		{"IFT_GR303RDT", Const, 0, ""},
 12401  		{"IFT_H323GATEKEEPER", Const, 0, ""},
 12402  		{"IFT_H323PROXY", Const, 0, ""},
 12403  		{"IFT_HDH1822", Const, 0, ""},
 12404  		{"IFT_HDLC", Const, 0, ""},
 12405  		{"IFT_HDSL2", Const, 0, ""},
 12406  		{"IFT_HIPERLAN2", Const, 0, ""},
 12407  		{"IFT_HIPPI", Const, 0, ""},
 12408  		{"IFT_HIPPIINTERFACE", Const, 0, ""},
 12409  		{"IFT_HOSTPAD", Const, 0, ""},
 12410  		{"IFT_HSSI", Const, 0, ""},
 12411  		{"IFT_HY", Const, 0, ""},
 12412  		{"IFT_IBM370PARCHAN", Const, 0, ""},
 12413  		{"IFT_IDSL", Const, 0, ""},
 12414  		{"IFT_IEEE1394", Const, 0, ""},
 12415  		{"IFT_IEEE80211", Const, 0, ""},
 12416  		{"IFT_IEEE80212", Const, 0, ""},
 12417  		{"IFT_IEEE8023ADLAG", Const, 0, ""},
 12418  		{"IFT_IFGSN", Const, 0, ""},
 12419  		{"IFT_IMT", Const, 0, ""},
 12420  		{"IFT_INFINIBAND", Const, 1, ""},
 12421  		{"IFT_INTERLEAVE", Const, 0, ""},
 12422  		{"IFT_IP", Const, 0, ""},
 12423  		{"IFT_IPFORWARD", Const, 0, ""},
 12424  		{"IFT_IPOVERATM", Const, 0, ""},
 12425  		{"IFT_IPOVERCDLC", Const, 0, ""},
 12426  		{"IFT_IPOVERCLAW", Const, 0, ""},
 12427  		{"IFT_IPSWITCH", Const, 0, ""},
 12428  		{"IFT_IPXIP", Const, 0, ""},
 12429  		{"IFT_ISDN", Const, 0, ""},
 12430  		{"IFT_ISDNBASIC", Const, 0, ""},
 12431  		{"IFT_ISDNPRIMARY", Const, 0, ""},
 12432  		{"IFT_ISDNS", Const, 0, ""},
 12433  		{"IFT_ISDNU", Const, 0, ""},
 12434  		{"IFT_ISO88022LLC", Const, 0, ""},
 12435  		{"IFT_ISO88023", Const, 0, ""},
 12436  		{"IFT_ISO88024", Const, 0, ""},
 12437  		{"IFT_ISO88025", Const, 0, ""},
 12438  		{"IFT_ISO88025CRFPINT", Const, 0, ""},
 12439  		{"IFT_ISO88025DTR", Const, 0, ""},
 12440  		{"IFT_ISO88025FIBER", Const, 0, ""},
 12441  		{"IFT_ISO88026", Const, 0, ""},
 12442  		{"IFT_ISUP", Const, 0, ""},
 12443  		{"IFT_L2VLAN", Const, 0, ""},
 12444  		{"IFT_L3IPVLAN", Const, 0, ""},
 12445  		{"IFT_L3IPXVLAN", Const, 0, ""},
 12446  		{"IFT_LAPB", Const, 0, ""},
 12447  		{"IFT_LAPD", Const, 0, ""},
 12448  		{"IFT_LAPF", Const, 0, ""},
 12449  		{"IFT_LINEGROUP", Const, 1, ""},
 12450  		{"IFT_LOCALTALK", Const, 0, ""},
 12451  		{"IFT_LOOP", Const, 0, ""},
 12452  		{"IFT_MEDIAMAILOVERIP", Const, 0, ""},
 12453  		{"IFT_MFSIGLINK", Const, 0, ""},
 12454  		{"IFT_MIOX25", Const, 0, ""},
 12455  		{"IFT_MODEM", Const, 0, ""},
 12456  		{"IFT_MPC", Const, 0, ""},
 12457  		{"IFT_MPLS", Const, 0, ""},
 12458  		{"IFT_MPLSTUNNEL", Const, 0, ""},
 12459  		{"IFT_MSDSL", Const, 0, ""},
 12460  		{"IFT_MVL", Const, 0, ""},
 12461  		{"IFT_MYRINET", Const, 0, ""},
 12462  		{"IFT_NFAS", Const, 0, ""},
 12463  		{"IFT_NSIP", Const, 0, ""},
 12464  		{"IFT_OPTICALCHANNEL", Const, 0, ""},
 12465  		{"IFT_OPTICALTRANSPORT", Const, 0, ""},
 12466  		{"IFT_OTHER", Const, 0, ""},
 12467  		{"IFT_P10", Const, 0, ""},
 12468  		{"IFT_P80", Const, 0, ""},
 12469  		{"IFT_PARA", Const, 0, ""},
 12470  		{"IFT_PDP", Const, 0, ""},
 12471  		{"IFT_PFLOG", Const, 0, ""},
 12472  		{"IFT_PFLOW", Const, 1, ""},
 12473  		{"IFT_PFSYNC", Const, 0, ""},
 12474  		{"IFT_PLC", Const, 0, ""},
 12475  		{"IFT_PON155", Const, 1, ""},
 12476  		{"IFT_PON622", Const, 1, ""},
 12477  		{"IFT_POS", Const, 0, ""},
 12478  		{"IFT_PPP", Const, 0, ""},
 12479  		{"IFT_PPPMULTILINKBUNDLE", Const, 0, ""},
 12480  		{"IFT_PROPATM", Const, 1, ""},
 12481  		{"IFT_PROPBWAP2MP", Const, 0, ""},
 12482  		{"IFT_PROPCNLS", Const, 0, ""},
 12483  		{"IFT_PROPDOCSWIRELESSDOWNSTREAM", Const, 0, ""},
 12484  		{"IFT_PROPDOCSWIRELESSMACLAYER", Const, 0, ""},
 12485  		{"IFT_PROPDOCSWIRELESSUPSTREAM", Const, 0, ""},
 12486  		{"IFT_PROPMUX", Const, 0, ""},
 12487  		{"IFT_PROPVIRTUAL", Const, 0, ""},
 12488  		{"IFT_PROPWIRELESSP2P", Const, 0, ""},
 12489  		{"IFT_PTPSERIAL", Const, 0, ""},
 12490  		{"IFT_PVC", Const, 0, ""},
 12491  		{"IFT_Q2931", Const, 1, ""},
 12492  		{"IFT_QLLC", Const, 0, ""},
 12493  		{"IFT_RADIOMAC", Const, 0, ""},
 12494  		{"IFT_RADSL", Const, 0, ""},
 12495  		{"IFT_REACHDSL", Const, 0, ""},
 12496  		{"IFT_RFC1483", Const, 0, ""},
 12497  		{"IFT_RS232", Const, 0, ""},
 12498  		{"IFT_RSRB", Const, 0, ""},
 12499  		{"IFT_SDLC", Const, 0, ""},
 12500  		{"IFT_SDSL", Const, 0, ""},
 12501  		{"IFT_SHDSL", Const, 0, ""},
 12502  		{"IFT_SIP", Const, 0, ""},
 12503  		{"IFT_SIPSIG", Const, 1, ""},
 12504  		{"IFT_SIPTG", Const, 1, ""},
 12505  		{"IFT_SLIP", Const, 0, ""},
 12506  		{"IFT_SMDSDXI", Const, 0, ""},
 12507  		{"IFT_SMDSICIP", Const, 0, ""},
 12508  		{"IFT_SONET", Const, 0, ""},
 12509  		{"IFT_SONETOVERHEADCHANNEL", Const, 0, ""},
 12510  		{"IFT_SONETPATH", Const, 0, ""},
 12511  		{"IFT_SONETVT", Const, 0, ""},
 12512  		{"IFT_SRP", Const, 0, ""},
 12513  		{"IFT_SS7SIGLINK", Const, 0, ""},
 12514  		{"IFT_STACKTOSTACK", Const, 0, ""},
 12515  		{"IFT_STARLAN", Const, 0, ""},
 12516  		{"IFT_STF", Const, 0, ""},
 12517  		{"IFT_T1", Const, 0, ""},
 12518  		{"IFT_TDLC", Const, 0, ""},
 12519  		{"IFT_TELINK", Const, 1, ""},
 12520  		{"IFT_TERMPAD", Const, 0, ""},
 12521  		{"IFT_TR008", Const, 0, ""},
 12522  		{"IFT_TRANSPHDLC", Const, 0, ""},
 12523  		{"IFT_TUNNEL", Const, 0, ""},
 12524  		{"IFT_ULTRA", Const, 0, ""},
 12525  		{"IFT_USB", Const, 0, ""},
 12526  		{"IFT_V11", Const, 0, ""},
 12527  		{"IFT_V35", Const, 0, ""},
 12528  		{"IFT_V36", Const, 0, ""},
 12529  		{"IFT_V37", Const, 0, ""},
 12530  		{"IFT_VDSL", Const, 0, ""},
 12531  		{"IFT_VIRTUALIPADDRESS", Const, 0, ""},
 12532  		{"IFT_VIRTUALTG", Const, 1, ""},
 12533  		{"IFT_VOICEDID", Const, 1, ""},
 12534  		{"IFT_VOICEEM", Const, 0, ""},
 12535  		{"IFT_VOICEEMFGD", Const, 1, ""},
 12536  		{"IFT_VOICEENCAP", Const, 0, ""},
 12537  		{"IFT_VOICEFGDEANA", Const, 1, ""},
 12538  		{"IFT_VOICEFXO", Const, 0, ""},
 12539  		{"IFT_VOICEFXS", Const, 0, ""},
 12540  		{"IFT_VOICEOVERATM", Const, 0, ""},
 12541  		{"IFT_VOICEOVERCABLE", Const, 1, ""},
 12542  		{"IFT_VOICEOVERFRAMERELAY", Const, 0, ""},
 12543  		{"IFT_VOICEOVERIP", Const, 0, ""},
 12544  		{"IFT_X213", Const, 0, ""},
 12545  		{"IFT_X25", Const, 0, ""},
 12546  		{"IFT_X25DDN", Const, 0, ""},
 12547  		{"IFT_X25HUNTGROUP", Const, 0, ""},
 12548  		{"IFT_X25MLP", Const, 0, ""},
 12549  		{"IFT_X25PLE", Const, 0, ""},
 12550  		{"IFT_XETHER", Const, 0, ""},
 12551  		{"IGNBRK", Const, 0, ""},
 12552  		{"IGNCR", Const, 0, ""},
 12553  		{"IGNORE", Const, 0, ""},
 12554  		{"IGNPAR", Const, 0, ""},
 12555  		{"IMAXBEL", Const, 0, ""},
 12556  		{"INFINITE", Const, 0, ""},
 12557  		{"INLCR", Const, 0, ""},
 12558  		{"INPCK", Const, 0, ""},
 12559  		{"INVALID_FILE_ATTRIBUTES", Const, 0, ""},
 12560  		{"IN_ACCESS", Const, 0, ""},
 12561  		{"IN_ALL_EVENTS", Const, 0, ""},
 12562  		{"IN_ATTRIB", Const, 0, ""},
 12563  		{"IN_CLASSA_HOST", Const, 0, ""},
 12564  		{"IN_CLASSA_MAX", Const, 0, ""},
 12565  		{"IN_CLASSA_NET", Const, 0, ""},
 12566  		{"IN_CLASSA_NSHIFT", Const, 0, ""},
 12567  		{"IN_CLASSB_HOST", Const, 0, ""},
 12568  		{"IN_CLASSB_MAX", Const, 0, ""},
 12569  		{"IN_CLASSB_NET", Const, 0, ""},
 12570  		{"IN_CLASSB_NSHIFT", Const, 0, ""},
 12571  		{"IN_CLASSC_HOST", Const, 0, ""},
 12572  		{"IN_CLASSC_NET", Const, 0, ""},
 12573  		{"IN_CLASSC_NSHIFT", Const, 0, ""},
 12574  		{"IN_CLASSD_HOST", Const, 0, ""},
 12575  		{"IN_CLASSD_NET", Const, 0, ""},
 12576  		{"IN_CLASSD_NSHIFT", Const, 0, ""},
 12577  		{"IN_CLOEXEC", Const, 0, ""},
 12578  		{"IN_CLOSE", Const, 0, ""},
 12579  		{"IN_CLOSE_NOWRITE", Const, 0, ""},
 12580  		{"IN_CLOSE_WRITE", Const, 0, ""},
 12581  		{"IN_CREATE", Const, 0, ""},
 12582  		{"IN_DELETE", Const, 0, ""},
 12583  		{"IN_DELETE_SELF", Const, 0, ""},
 12584  		{"IN_DONT_FOLLOW", Const, 0, ""},
 12585  		{"IN_EXCL_UNLINK", Const, 0, ""},
 12586  		{"IN_IGNORED", Const, 0, ""},
 12587  		{"IN_ISDIR", Const, 0, ""},
 12588  		{"IN_LINKLOCALNETNUM", Const, 0, ""},
 12589  		{"IN_LOOPBACKNET", Const, 0, ""},
 12590  		{"IN_MASK_ADD", Const, 0, ""},
 12591  		{"IN_MODIFY", Const, 0, ""},
 12592  		{"IN_MOVE", Const, 0, ""},
 12593  		{"IN_MOVED_FROM", Const, 0, ""},
 12594  		{"IN_MOVED_TO", Const, 0, ""},
 12595  		{"IN_MOVE_SELF", Const, 0, ""},
 12596  		{"IN_NONBLOCK", Const, 0, ""},
 12597  		{"IN_ONESHOT", Const, 0, ""},
 12598  		{"IN_ONLYDIR", Const, 0, ""},
 12599  		{"IN_OPEN", Const, 0, ""},
 12600  		{"IN_Q_OVERFLOW", Const, 0, ""},
 12601  		{"IN_RFC3021_HOST", Const, 1, ""},
 12602  		{"IN_RFC3021_MASK", Const, 1, ""},
 12603  		{"IN_RFC3021_NET", Const, 1, ""},
 12604  		{"IN_RFC3021_NSHIFT", Const, 1, ""},
 12605  		{"IN_UNMOUNT", Const, 0, ""},
 12606  		{"IOC_IN", Const, 1, ""},
 12607  		{"IOC_INOUT", Const, 1, ""},
 12608  		{"IOC_OUT", Const, 1, ""},
 12609  		{"IOC_VENDOR", Const, 3, ""},
 12610  		{"IOC_WS2", Const, 1, ""},
 12611  		{"IO_REPARSE_TAG_SYMLINK", Const, 4, ""},
 12612  		{"IPMreq", Type, 0, ""},
 12613  		{"IPMreq.Interface", Field, 0, ""},
 12614  		{"IPMreq.Multiaddr", Field, 0, ""},
 12615  		{"IPMreqn", Type, 0, ""},
 12616  		{"IPMreqn.Address", Field, 0, ""},
 12617  		{"IPMreqn.Ifindex", Field, 0, ""},
 12618  		{"IPMreqn.Multiaddr", Field, 0, ""},
 12619  		{"IPPROTO_3PC", Const, 0, ""},
 12620  		{"IPPROTO_ADFS", Const, 0, ""},
 12621  		{"IPPROTO_AH", Const, 0, ""},
 12622  		{"IPPROTO_AHIP", Const, 0, ""},
 12623  		{"IPPROTO_APES", Const, 0, ""},
 12624  		{"IPPROTO_ARGUS", Const, 0, ""},
 12625  		{"IPPROTO_AX25", Const, 0, ""},
 12626  		{"IPPROTO_BHA", Const, 0, ""},
 12627  		{"IPPROTO_BLT", Const, 0, ""},
 12628  		{"IPPROTO_BRSATMON", Const, 0, ""},
 12629  		{"IPPROTO_CARP", Const, 0, ""},
 12630  		{"IPPROTO_CFTP", Const, 0, ""},
 12631  		{"IPPROTO_CHAOS", Const, 0, ""},
 12632  		{"IPPROTO_CMTP", Const, 0, ""},
 12633  		{"IPPROTO_COMP", Const, 0, ""},
 12634  		{"IPPROTO_CPHB", Const, 0, ""},
 12635  		{"IPPROTO_CPNX", Const, 0, ""},
 12636  		{"IPPROTO_DCCP", Const, 0, ""},
 12637  		{"IPPROTO_DDP", Const, 0, ""},
 12638  		{"IPPROTO_DGP", Const, 0, ""},
 12639  		{"IPPROTO_DIVERT", Const, 0, ""},
 12640  		{"IPPROTO_DIVERT_INIT", Const, 3, ""},
 12641  		{"IPPROTO_DIVERT_RESP", Const, 3, ""},
 12642  		{"IPPROTO_DONE", Const, 0, ""},
 12643  		{"IPPROTO_DSTOPTS", Const, 0, ""},
 12644  		{"IPPROTO_EGP", Const, 0, ""},
 12645  		{"IPPROTO_EMCON", Const, 0, ""},
 12646  		{"IPPROTO_ENCAP", Const, 0, ""},
 12647  		{"IPPROTO_EON", Const, 0, ""},
 12648  		{"IPPROTO_ESP", Const, 0, ""},
 12649  		{"IPPROTO_ETHERIP", Const, 0, ""},
 12650  		{"IPPROTO_FRAGMENT", Const, 0, ""},
 12651  		{"IPPROTO_GGP", Const, 0, ""},
 12652  		{"IPPROTO_GMTP", Const, 0, ""},
 12653  		{"IPPROTO_GRE", Const, 0, ""},
 12654  		{"IPPROTO_HELLO", Const, 0, ""},
 12655  		{"IPPROTO_HMP", Const, 0, ""},
 12656  		{"IPPROTO_HOPOPTS", Const, 0, ""},
 12657  		{"IPPROTO_ICMP", Const, 0, ""},
 12658  		{"IPPROTO_ICMPV6", Const, 0, ""},
 12659  		{"IPPROTO_IDP", Const, 0, ""},
 12660  		{"IPPROTO_IDPR", Const, 0, ""},
 12661  		{"IPPROTO_IDRP", Const, 0, ""},
 12662  		{"IPPROTO_IGMP", Const, 0, ""},
 12663  		{"IPPROTO_IGP", Const, 0, ""},
 12664  		{"IPPROTO_IGRP", Const, 0, ""},
 12665  		{"IPPROTO_IL", Const, 0, ""},
 12666  		{"IPPROTO_INLSP", Const, 0, ""},
 12667  		{"IPPROTO_INP", Const, 0, ""},
 12668  		{"IPPROTO_IP", Const, 0, ""},
 12669  		{"IPPROTO_IPCOMP", Const, 0, ""},
 12670  		{"IPPROTO_IPCV", Const, 0, ""},
 12671  		{"IPPROTO_IPEIP", Const, 0, ""},
 12672  		{"IPPROTO_IPIP", Const, 0, ""},
 12673  		{"IPPROTO_IPPC", Const, 0, ""},
 12674  		{"IPPROTO_IPV4", Const, 0, ""},
 12675  		{"IPPROTO_IPV6", Const, 0, ""},
 12676  		{"IPPROTO_IPV6_ICMP", Const, 1, ""},
 12677  		{"IPPROTO_IRTP", Const, 0, ""},
 12678  		{"IPPROTO_KRYPTOLAN", Const, 0, ""},
 12679  		{"IPPROTO_LARP", Const, 0, ""},
 12680  		{"IPPROTO_LEAF1", Const, 0, ""},
 12681  		{"IPPROTO_LEAF2", Const, 0, ""},
 12682  		{"IPPROTO_MAX", Const, 0, ""},
 12683  		{"IPPROTO_MAXID", Const, 0, ""},
 12684  		{"IPPROTO_MEAS", Const, 0, ""},
 12685  		{"IPPROTO_MH", Const, 1, ""},
 12686  		{"IPPROTO_MHRP", Const, 0, ""},
 12687  		{"IPPROTO_MICP", Const, 0, ""},
 12688  		{"IPPROTO_MOBILE", Const, 0, ""},
 12689  		{"IPPROTO_MPLS", Const, 1, ""},
 12690  		{"IPPROTO_MTP", Const, 0, ""},
 12691  		{"IPPROTO_MUX", Const, 0, ""},
 12692  		{"IPPROTO_ND", Const, 0, ""},
 12693  		{"IPPROTO_NHRP", Const, 0, ""},
 12694  		{"IPPROTO_NONE", Const, 0, ""},
 12695  		{"IPPROTO_NSP", Const, 0, ""},
 12696  		{"IPPROTO_NVPII", Const, 0, ""},
 12697  		{"IPPROTO_OLD_DIVERT", Const, 0, ""},
 12698  		{"IPPROTO_OSPFIGP", Const, 0, ""},
 12699  		{"IPPROTO_PFSYNC", Const, 0, ""},
 12700  		{"IPPROTO_PGM", Const, 0, ""},
 12701  		{"IPPROTO_PIGP", Const, 0, ""},
 12702  		{"IPPROTO_PIM", Const, 0, ""},
 12703  		{"IPPROTO_PRM", Const, 0, ""},
 12704  		{"IPPROTO_PUP", Const, 0, ""},
 12705  		{"IPPROTO_PVP", Const, 0, ""},
 12706  		{"IPPROTO_RAW", Const, 0, ""},
 12707  		{"IPPROTO_RCCMON", Const, 0, ""},
 12708  		{"IPPROTO_RDP", Const, 0, ""},
 12709  		{"IPPROTO_ROUTING", Const, 0, ""},
 12710  		{"IPPROTO_RSVP", Const, 0, ""},
 12711  		{"IPPROTO_RVD", Const, 0, ""},
 12712  		{"IPPROTO_SATEXPAK", Const, 0, ""},
 12713  		{"IPPROTO_SATMON", Const, 0, ""},
 12714  		{"IPPROTO_SCCSP", Const, 0, ""},
 12715  		{"IPPROTO_SCTP", Const, 0, ""},
 12716  		{"IPPROTO_SDRP", Const, 0, ""},
 12717  		{"IPPROTO_SEND", Const, 1, ""},
 12718  		{"IPPROTO_SEP", Const, 0, ""},
 12719  		{"IPPROTO_SKIP", Const, 0, ""},
 12720  		{"IPPROTO_SPACER", Const, 0, ""},
 12721  		{"IPPROTO_SRPC", Const, 0, ""},
 12722  		{"IPPROTO_ST", Const, 0, ""},
 12723  		{"IPPROTO_SVMTP", Const, 0, ""},
 12724  		{"IPPROTO_SWIPE", Const, 0, ""},
 12725  		{"IPPROTO_TCF", Const, 0, ""},
 12726  		{"IPPROTO_TCP", Const, 0, ""},
 12727  		{"IPPROTO_TLSP", Const, 0, ""},
 12728  		{"IPPROTO_TP", Const, 0, ""},
 12729  		{"IPPROTO_TPXX", Const, 0, ""},
 12730  		{"IPPROTO_TRUNK1", Const, 0, ""},
 12731  		{"IPPROTO_TRUNK2", Const, 0, ""},
 12732  		{"IPPROTO_TTP", Const, 0, ""},
 12733  		{"IPPROTO_UDP", Const, 0, ""},
 12734  		{"IPPROTO_UDPLITE", Const, 0, ""},
 12735  		{"IPPROTO_VINES", Const, 0, ""},
 12736  		{"IPPROTO_VISA", Const, 0, ""},
 12737  		{"IPPROTO_VMTP", Const, 0, ""},
 12738  		{"IPPROTO_VRRP", Const, 1, ""},
 12739  		{"IPPROTO_WBEXPAK", Const, 0, ""},
 12740  		{"IPPROTO_WBMON", Const, 0, ""},
 12741  		{"IPPROTO_WSN", Const, 0, ""},
 12742  		{"IPPROTO_XNET", Const, 0, ""},
 12743  		{"IPPROTO_XTP", Const, 0, ""},
 12744  		{"IPV6_2292DSTOPTS", Const, 0, ""},
 12745  		{"IPV6_2292HOPLIMIT", Const, 0, ""},
 12746  		{"IPV6_2292HOPOPTS", Const, 0, ""},
 12747  		{"IPV6_2292NEXTHOP", Const, 0, ""},
 12748  		{"IPV6_2292PKTINFO", Const, 0, ""},
 12749  		{"IPV6_2292PKTOPTIONS", Const, 0, ""},
 12750  		{"IPV6_2292RTHDR", Const, 0, ""},
 12751  		{"IPV6_ADDRFORM", Const, 0, ""},
 12752  		{"IPV6_ADD_MEMBERSHIP", Const, 0, ""},
 12753  		{"IPV6_AUTHHDR", Const, 0, ""},
 12754  		{"IPV6_AUTH_LEVEL", Const, 1, ""},
 12755  		{"IPV6_AUTOFLOWLABEL", Const, 0, ""},
 12756  		{"IPV6_BINDANY", Const, 0, ""},
 12757  		{"IPV6_BINDV6ONLY", Const, 0, ""},
 12758  		{"IPV6_BOUND_IF", Const, 0, ""},
 12759  		{"IPV6_CHECKSUM", Const, 0, ""},
 12760  		{"IPV6_DEFAULT_MULTICAST_HOPS", Const, 0, ""},
 12761  		{"IPV6_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
 12762  		{"IPV6_DEFHLIM", Const, 0, ""},
 12763  		{"IPV6_DONTFRAG", Const, 0, ""},
 12764  		{"IPV6_DROP_MEMBERSHIP", Const, 0, ""},
 12765  		{"IPV6_DSTOPTS", Const, 0, ""},
 12766  		{"IPV6_ESP_NETWORK_LEVEL", Const, 1, ""},
 12767  		{"IPV6_ESP_TRANS_LEVEL", Const, 1, ""},
 12768  		{"IPV6_FAITH", Const, 0, ""},
 12769  		{"IPV6_FLOWINFO_MASK", Const, 0, ""},
 12770  		{"IPV6_FLOWLABEL_MASK", Const, 0, ""},
 12771  		{"IPV6_FRAGTTL", Const, 0, ""},
 12772  		{"IPV6_FW_ADD", Const, 0, ""},
 12773  		{"IPV6_FW_DEL", Const, 0, ""},
 12774  		{"IPV6_FW_FLUSH", Const, 0, ""},
 12775  		{"IPV6_FW_GET", Const, 0, ""},
 12776  		{"IPV6_FW_ZERO", Const, 0, ""},
 12777  		{"IPV6_HLIMDEC", Const, 0, ""},
 12778  		{"IPV6_HOPLIMIT", Const, 0, ""},
 12779  		{"IPV6_HOPOPTS", Const, 0, ""},
 12780  		{"IPV6_IPCOMP_LEVEL", Const, 1, ""},
 12781  		{"IPV6_IPSEC_POLICY", Const, 0, ""},
 12782  		{"IPV6_JOIN_ANYCAST", Const, 0, ""},
 12783  		{"IPV6_JOIN_GROUP", Const, 0, ""},
 12784  		{"IPV6_LEAVE_ANYCAST", Const, 0, ""},
 12785  		{"IPV6_LEAVE_GROUP", Const, 0, ""},
 12786  		{"IPV6_MAXHLIM", Const, 0, ""},
 12787  		{"IPV6_MAXOPTHDR", Const, 0, ""},
 12788  		{"IPV6_MAXPACKET", Const, 0, ""},
 12789  		{"IPV6_MAX_GROUP_SRC_FILTER", Const, 0, ""},
 12790  		{"IPV6_MAX_MEMBERSHIPS", Const, 0, ""},
 12791  		{"IPV6_MAX_SOCK_SRC_FILTER", Const, 0, ""},
 12792  		{"IPV6_MIN_MEMBERSHIPS", Const, 0, ""},
 12793  		{"IPV6_MMTU", Const, 0, ""},
 12794  		{"IPV6_MSFILTER", Const, 0, ""},
 12795  		{"IPV6_MTU", Const, 0, ""},
 12796  		{"IPV6_MTU_DISCOVER", Const, 0, ""},
 12797  		{"IPV6_MULTICAST_HOPS", Const, 0, ""},
 12798  		{"IPV6_MULTICAST_IF", Const, 0, ""},
 12799  		{"IPV6_MULTICAST_LOOP", Const, 0, ""},
 12800  		{"IPV6_NEXTHOP", Const, 0, ""},
 12801  		{"IPV6_OPTIONS", Const, 1, ""},
 12802  		{"IPV6_PATHMTU", Const, 0, ""},
 12803  		{"IPV6_PIPEX", Const, 1, ""},
 12804  		{"IPV6_PKTINFO", Const, 0, ""},
 12805  		{"IPV6_PMTUDISC_DO", Const, 0, ""},
 12806  		{"IPV6_PMTUDISC_DONT", Const, 0, ""},
 12807  		{"IPV6_PMTUDISC_PROBE", Const, 0, ""},
 12808  		{"IPV6_PMTUDISC_WANT", Const, 0, ""},
 12809  		{"IPV6_PORTRANGE", Const, 0, ""},
 12810  		{"IPV6_PORTRANGE_DEFAULT", Const, 0, ""},
 12811  		{"IPV6_PORTRANGE_HIGH", Const, 0, ""},
 12812  		{"IPV6_PORTRANGE_LOW", Const, 0, ""},
 12813  		{"IPV6_PREFER_TEMPADDR", Const, 0, ""},
 12814  		{"IPV6_RECVDSTOPTS", Const, 0, ""},
 12815  		{"IPV6_RECVDSTPORT", Const, 3, ""},
 12816  		{"IPV6_RECVERR", Const, 0, ""},
 12817  		{"IPV6_RECVHOPLIMIT", Const, 0, ""},
 12818  		{"IPV6_RECVHOPOPTS", Const, 0, ""},
 12819  		{"IPV6_RECVPATHMTU", Const, 0, ""},
 12820  		{"IPV6_RECVPKTINFO", Const, 0, ""},
 12821  		{"IPV6_RECVRTHDR", Const, 0, ""},
 12822  		{"IPV6_RECVTCLASS", Const, 0, ""},
 12823  		{"IPV6_ROUTER_ALERT", Const, 0, ""},
 12824  		{"IPV6_RTABLE", Const, 1, ""},
 12825  		{"IPV6_RTHDR", Const, 0, ""},
 12826  		{"IPV6_RTHDRDSTOPTS", Const, 0, ""},
 12827  		{"IPV6_RTHDR_LOOSE", Const, 0, ""},
 12828  		{"IPV6_RTHDR_STRICT", Const, 0, ""},
 12829  		{"IPV6_RTHDR_TYPE_0", Const, 0, ""},
 12830  		{"IPV6_RXDSTOPTS", Const, 0, ""},
 12831  		{"IPV6_RXHOPOPTS", Const, 0, ""},
 12832  		{"IPV6_SOCKOPT_RESERVED1", Const, 0, ""},
 12833  		{"IPV6_TCLASS", Const, 0, ""},
 12834  		{"IPV6_UNICAST_HOPS", Const, 0, ""},
 12835  		{"IPV6_USE_MIN_MTU", Const, 0, ""},
 12836  		{"IPV6_V6ONLY", Const, 0, ""},
 12837  		{"IPV6_VERSION", Const, 0, ""},
 12838  		{"IPV6_VERSION_MASK", Const, 0, ""},
 12839  		{"IPV6_XFRM_POLICY", Const, 0, ""},
 12840  		{"IP_ADD_MEMBERSHIP", Const, 0, ""},
 12841  		{"IP_ADD_SOURCE_MEMBERSHIP", Const, 0, ""},
 12842  		{"IP_AUTH_LEVEL", Const, 1, ""},
 12843  		{"IP_BINDANY", Const, 0, ""},
 12844  		{"IP_BLOCK_SOURCE", Const, 0, ""},
 12845  		{"IP_BOUND_IF", Const, 0, ""},
 12846  		{"IP_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
 12847  		{"IP_DEFAULT_MULTICAST_TTL", Const, 0, ""},
 12848  		{"IP_DF", Const, 0, ""},
 12849  		{"IP_DIVERTFL", Const, 3, ""},
 12850  		{"IP_DONTFRAG", Const, 0, ""},
 12851  		{"IP_DROP_MEMBERSHIP", Const, 0, ""},
 12852  		{"IP_DROP_SOURCE_MEMBERSHIP", Const, 0, ""},
 12853  		{"IP_DUMMYNET3", Const, 0, ""},
 12854  		{"IP_DUMMYNET_CONFIGURE", Const, 0, ""},
 12855  		{"IP_DUMMYNET_DEL", Const, 0, ""},
 12856  		{"IP_DUMMYNET_FLUSH", Const, 0, ""},
 12857  		{"IP_DUMMYNET_GET", Const, 0, ""},
 12858  		{"IP_EF", Const, 1, ""},
 12859  		{"IP_ERRORMTU", Const, 1, ""},
 12860  		{"IP_ESP_NETWORK_LEVEL", Const, 1, ""},
 12861  		{"IP_ESP_TRANS_LEVEL", Const, 1, ""},
 12862  		{"IP_FAITH", Const, 0, ""},
 12863  		{"IP_FREEBIND", Const, 0, ""},
 12864  		{"IP_FW3", Const, 0, ""},
 12865  		{"IP_FW_ADD", Const, 0, ""},
 12866  		{"IP_FW_DEL", Const, 0, ""},
 12867  		{"IP_FW_FLUSH", Const, 0, ""},
 12868  		{"IP_FW_GET", Const, 0, ""},
 12869  		{"IP_FW_NAT_CFG", Const, 0, ""},
 12870  		{"IP_FW_NAT_DEL", Const, 0, ""},
 12871  		{"IP_FW_NAT_GET_CONFIG", Const, 0, ""},
 12872  		{"IP_FW_NAT_GET_LOG", Const, 0, ""},
 12873  		{"IP_FW_RESETLOG", Const, 0, ""},
 12874  		{"IP_FW_TABLE_ADD", Const, 0, ""},
 12875  		{"IP_FW_TABLE_DEL", Const, 0, ""},
 12876  		{"IP_FW_TABLE_FLUSH", Const, 0, ""},
 12877  		{"IP_FW_TABLE_GETSIZE", Const, 0, ""},
 12878  		{"IP_FW_TABLE_LIST", Const, 0, ""},
 12879  		{"IP_FW_ZERO", Const, 0, ""},
 12880  		{"IP_HDRINCL", Const, 0, ""},
 12881  		{"IP_IPCOMP_LEVEL", Const, 1, ""},
 12882  		{"IP_IPSECFLOWINFO", Const, 1, ""},
 12883  		{"IP_IPSEC_LOCAL_AUTH", Const, 1, ""},
 12884  		{"IP_IPSEC_LOCAL_CRED", Const, 1, ""},
 12885  		{"IP_IPSEC_LOCAL_ID", Const, 1, ""},
 12886  		{"IP_IPSEC_POLICY", Const, 0, ""},
 12887  		{"IP_IPSEC_REMOTE_AUTH", Const, 1, ""},
 12888  		{"IP_IPSEC_REMOTE_CRED", Const, 1, ""},
 12889  		{"IP_IPSEC_REMOTE_ID", Const, 1, ""},
 12890  		{"IP_MAXPACKET", Const, 0, ""},
 12891  		{"IP_MAX_GROUP_SRC_FILTER", Const, 0, ""},
 12892  		{"IP_MAX_MEMBERSHIPS", Const, 0, ""},
 12893  		{"IP_MAX_SOCK_MUTE_FILTER", Const, 0, ""},
 12894  		{"IP_MAX_SOCK_SRC_FILTER", Const, 0, ""},
 12895  		{"IP_MAX_SOURCE_FILTER", Const, 0, ""},
 12896  		{"IP_MF", Const, 0, ""},
 12897  		{"IP_MINFRAGSIZE", Const, 1, ""},
 12898  		{"IP_MINTTL", Const, 0, ""},
 12899  		{"IP_MIN_MEMBERSHIPS", Const, 0, ""},
 12900  		{"IP_MSFILTER", Const, 0, ""},
 12901  		{"IP_MSS", Const, 0, ""},
 12902  		{"IP_MTU", Const, 0, ""},
 12903  		{"IP_MTU_DISCOVER", Const, 0, ""},
 12904  		{"IP_MULTICAST_IF", Const, 0, ""},
 12905  		{"IP_MULTICAST_IFINDEX", Const, 0, ""},
 12906  		{"IP_MULTICAST_LOOP", Const, 0, ""},
 12907  		{"IP_MULTICAST_TTL", Const, 0, ""},
 12908  		{"IP_MULTICAST_VIF", Const, 0, ""},
 12909  		{"IP_NAT__XXX", Const, 0, ""},
 12910  		{"IP_OFFMASK", Const, 0, ""},
 12911  		{"IP_OLD_FW_ADD", Const, 0, ""},
 12912  		{"IP_OLD_FW_DEL", Const, 0, ""},
 12913  		{"IP_OLD_FW_FLUSH", Const, 0, ""},
 12914  		{"IP_OLD_FW_GET", Const, 0, ""},
 12915  		{"IP_OLD_FW_RESETLOG", Const, 0, ""},
 12916  		{"IP_OLD_FW_ZERO", Const, 0, ""},
 12917  		{"IP_ONESBCAST", Const, 0, ""},
 12918  		{"IP_OPTIONS", Const, 0, ""},
 12919  		{"IP_ORIGDSTADDR", Const, 0, ""},
 12920  		{"IP_PASSSEC", Const, 0, ""},
 12921  		{"IP_PIPEX", Const, 1, ""},
 12922  		{"IP_PKTINFO", Const, 0, ""},
 12923  		{"IP_PKTOPTIONS", Const, 0, ""},
 12924  		{"IP_PMTUDISC", Const, 0, ""},
 12925  		{"IP_PMTUDISC_DO", Const, 0, ""},
 12926  		{"IP_PMTUDISC_DONT", Const, 0, ""},
 12927  		{"IP_PMTUDISC_PROBE", Const, 0, ""},
 12928  		{"IP_PMTUDISC_WANT", Const, 0, ""},
 12929  		{"IP_PORTRANGE", Const, 0, ""},
 12930  		{"IP_PORTRANGE_DEFAULT", Const, 0, ""},
 12931  		{"IP_PORTRANGE_HIGH", Const, 0, ""},
 12932  		{"IP_PORTRANGE_LOW", Const, 0, ""},
 12933  		{"IP_RECVDSTADDR", Const, 0, ""},
 12934  		{"IP_RECVDSTPORT", Const, 1, ""},
 12935  		{"IP_RECVERR", Const, 0, ""},
 12936  		{"IP_RECVIF", Const, 0, ""},
 12937  		{"IP_RECVOPTS", Const, 0, ""},
 12938  		{"IP_RECVORIGDSTADDR", Const, 0, ""},
 12939  		{"IP_RECVPKTINFO", Const, 0, ""},
 12940  		{"IP_RECVRETOPTS", Const, 0, ""},
 12941  		{"IP_RECVRTABLE", Const, 1, ""},
 12942  		{"IP_RECVTOS", Const, 0, ""},
 12943  		{"IP_RECVTTL", Const, 0, ""},
 12944  		{"IP_RETOPTS", Const, 0, ""},
 12945  		{"IP_RF", Const, 0, ""},
 12946  		{"IP_ROUTER_ALERT", Const, 0, ""},
 12947  		{"IP_RSVP_OFF", Const, 0, ""},
 12948  		{"IP_RSVP_ON", Const, 0, ""},
 12949  		{"IP_RSVP_VIF_OFF", Const, 0, ""},
 12950  		{"IP_RSVP_VIF_ON", Const, 0, ""},
 12951  		{"IP_RTABLE", Const, 1, ""},
 12952  		{"IP_SENDSRCADDR", Const, 0, ""},
 12953  		{"IP_STRIPHDR", Const, 0, ""},
 12954  		{"IP_TOS", Const, 0, ""},
 12955  		{"IP_TRAFFIC_MGT_BACKGROUND", Const, 0, ""},
 12956  		{"IP_TRANSPARENT", Const, 0, ""},
 12957  		{"IP_TTL", Const, 0, ""},
 12958  		{"IP_UNBLOCK_SOURCE", Const, 0, ""},
 12959  		{"IP_XFRM_POLICY", Const, 0, ""},
 12960  		{"IPv6MTUInfo", Type, 2, ""},
 12961  		{"IPv6MTUInfo.Addr", Field, 2, ""},
 12962  		{"IPv6MTUInfo.Mtu", Field, 2, ""},
 12963  		{"IPv6Mreq", Type, 0, ""},
 12964  		{"IPv6Mreq.Interface", Field, 0, ""},
 12965  		{"IPv6Mreq.Multiaddr", Field, 0, ""},
 12966  		{"ISIG", Const, 0, ""},
 12967  		{"ISTRIP", Const, 0, ""},
 12968  		{"IUCLC", Const, 0, ""},
 12969  		{"IUTF8", Const, 0, ""},
 12970  		{"IXANY", Const, 0, ""},
 12971  		{"IXOFF", Const, 0, ""},
 12972  		{"IXON", Const, 0, ""},
 12973  		{"IfAddrmsg", Type, 0, ""},
 12974  		{"IfAddrmsg.Family", Field, 0, ""},
 12975  		{"IfAddrmsg.Flags", Field, 0, ""},
 12976  		{"IfAddrmsg.Index", Field, 0, ""},
 12977  		{"IfAddrmsg.Prefixlen", Field, 0, ""},
 12978  		{"IfAddrmsg.Scope", Field, 0, ""},
 12979  		{"IfAnnounceMsghdr", Type, 1, ""},
 12980  		{"IfAnnounceMsghdr.Hdrlen", Field, 2, ""},
 12981  		{"IfAnnounceMsghdr.Index", Field, 1, ""},
 12982  		{"IfAnnounceMsghdr.Msglen", Field, 1, ""},
 12983  		{"IfAnnounceMsghdr.Name", Field, 1, ""},
 12984  		{"IfAnnounceMsghdr.Type", Field, 1, ""},
 12985  		{"IfAnnounceMsghdr.Version", Field, 1, ""},
 12986  		{"IfAnnounceMsghdr.What", Field, 1, ""},
 12987  		{"IfData", Type, 0, ""},
 12988  		{"IfData.Addrlen", Field, 0, ""},
 12989  		{"IfData.Baudrate", Field, 0, ""},
 12990  		{"IfData.Capabilities", Field, 2, ""},
 12991  		{"IfData.Collisions", Field, 0, ""},
 12992  		{"IfData.Datalen", Field, 0, ""},
 12993  		{"IfData.Epoch", Field, 0, ""},
 12994  		{"IfData.Hdrlen", Field, 0, ""},
 12995  		{"IfData.Hwassist", Field, 0, ""},
 12996  		{"IfData.Ibytes", Field, 0, ""},
 12997  		{"IfData.Ierrors", Field, 0, ""},
 12998  		{"IfData.Imcasts", Field, 0, ""},
 12999  		{"IfData.Ipackets", Field, 0, ""},
 13000  		{"IfData.Iqdrops", Field, 0, ""},
 13001  		{"IfData.Lastchange", Field, 0, ""},
 13002  		{"IfData.Link_state", Field, 0, ""},
 13003  		{"IfData.Mclpool", Field, 2, ""},
 13004  		{"IfData.Metric", Field, 0, ""},
 13005  		{"IfData.Mtu", Field, 0, ""},
 13006  		{"IfData.Noproto", Field, 0, ""},
 13007  		{"IfData.Obytes", Field, 0, ""},
 13008  		{"IfData.Oerrors", Field, 0, ""},
 13009  		{"IfData.Omcasts", Field, 0, ""},
 13010  		{"IfData.Opackets", Field, 0, ""},
 13011  		{"IfData.Pad", Field, 2, ""},
 13012  		{"IfData.Pad_cgo_0", Field, 2, ""},
 13013  		{"IfData.Pad_cgo_1", Field, 2, ""},
 13014  		{"IfData.Physical", Field, 0, ""},
 13015  		{"IfData.Recvquota", Field, 0, ""},
 13016  		{"IfData.Recvtiming", Field, 0, ""},
 13017  		{"IfData.Reserved1", Field, 0, ""},
 13018  		{"IfData.Reserved2", Field, 0, ""},
 13019  		{"IfData.Spare_char1", Field, 0, ""},
 13020  		{"IfData.Spare_char2", Field, 0, ""},
 13021  		{"IfData.Type", Field, 0, ""},
 13022  		{"IfData.Typelen", Field, 0, ""},
 13023  		{"IfData.Unused1", Field, 0, ""},
 13024  		{"IfData.Unused2", Field, 0, ""},
 13025  		{"IfData.Xmitquota", Field, 0, ""},
 13026  		{"IfData.Xmittiming", Field, 0, ""},
 13027  		{"IfInfomsg", Type, 0, ""},
 13028  		{"IfInfomsg.Change", Field, 0, ""},
 13029  		{"IfInfomsg.Family", Field, 0, ""},
 13030  		{"IfInfomsg.Flags", Field, 0, ""},
 13031  		{"IfInfomsg.Index", Field, 0, ""},
 13032  		{"IfInfomsg.Type", Field, 0, ""},
 13033  		{"IfInfomsg.X__ifi_pad", Field, 0, ""},
 13034  		{"IfMsghdr", Type, 0, ""},
 13035  		{"IfMsghdr.Addrs", Field, 0, ""},
 13036  		{"IfMsghdr.Data", Field, 0, ""},
 13037  		{"IfMsghdr.Flags", Field, 0, ""},
 13038  		{"IfMsghdr.Hdrlen", Field, 2, ""},
 13039  		{"IfMsghdr.Index", Field, 0, ""},
 13040  		{"IfMsghdr.Msglen", Field, 0, ""},
 13041  		{"IfMsghdr.Pad1", Field, 2, ""},
 13042  		{"IfMsghdr.Pad2", Field, 2, ""},
 13043  		{"IfMsghdr.Pad_cgo_0", Field, 0, ""},
 13044  		{"IfMsghdr.Pad_cgo_1", Field, 2, ""},
 13045  		{"IfMsghdr.Tableid", Field, 2, ""},
 13046  		{"IfMsghdr.Type", Field, 0, ""},
 13047  		{"IfMsghdr.Version", Field, 0, ""},
 13048  		{"IfMsghdr.Xflags", Field, 2, ""},
 13049  		{"IfaMsghdr", Type, 0, ""},
 13050  		{"IfaMsghdr.Addrs", Field, 0, ""},
 13051  		{"IfaMsghdr.Flags", Field, 0, ""},
 13052  		{"IfaMsghdr.Hdrlen", Field, 2, ""},
 13053  		{"IfaMsghdr.Index", Field, 0, ""},
 13054  		{"IfaMsghdr.Metric", Field, 0, ""},
 13055  		{"IfaMsghdr.Msglen", Field, 0, ""},
 13056  		{"IfaMsghdr.Pad1", Field, 2, ""},
 13057  		{"IfaMsghdr.Pad2", Field, 2, ""},
 13058  		{"IfaMsghdr.Pad_cgo_0", Field, 0, ""},
 13059  		{"IfaMsghdr.Tableid", Field, 2, ""},
 13060  		{"IfaMsghdr.Type", Field, 0, ""},
 13061  		{"IfaMsghdr.Version", Field, 0, ""},
 13062  		{"IfmaMsghdr", Type, 0, ""},
 13063  		{"IfmaMsghdr.Addrs", Field, 0, ""},
 13064  		{"IfmaMsghdr.Flags", Field, 0, ""},
 13065  		{"IfmaMsghdr.Index", Field, 0, ""},
 13066  		{"IfmaMsghdr.Msglen", Field, 0, ""},
 13067  		{"IfmaMsghdr.Pad_cgo_0", Field, 0, ""},
 13068  		{"IfmaMsghdr.Type", Field, 0, ""},
 13069  		{"IfmaMsghdr.Version", Field, 0, ""},
 13070  		{"IfmaMsghdr2", Type, 0, ""},
 13071  		{"IfmaMsghdr2.Addrs", Field, 0, ""},
 13072  		{"IfmaMsghdr2.Flags", Field, 0, ""},
 13073  		{"IfmaMsghdr2.Index", Field, 0, ""},
 13074  		{"IfmaMsghdr2.Msglen", Field, 0, ""},
 13075  		{"IfmaMsghdr2.Pad_cgo_0", Field, 0, ""},
 13076  		{"IfmaMsghdr2.Refcount", Field, 0, ""},
 13077  		{"IfmaMsghdr2.Type", Field, 0, ""},
 13078  		{"IfmaMsghdr2.Version", Field, 0, ""},
 13079  		{"ImplementsGetwd", Const, 0, ""},
 13080  		{"Inet4Pktinfo", Type, 0, ""},
 13081  		{"Inet4Pktinfo.Addr", Field, 0, ""},
 13082  		{"Inet4Pktinfo.Ifindex", Field, 0, ""},
 13083  		{"Inet4Pktinfo.Spec_dst", Field, 0, ""},
 13084  		{"Inet6Pktinfo", Type, 0, ""},
 13085  		{"Inet6Pktinfo.Addr", Field, 0, ""},
 13086  		{"Inet6Pktinfo.Ifindex", Field, 0, ""},
 13087  		{"InotifyAddWatch", Func, 0, "func(fd int, pathname string, mask uint32) (watchdesc int, err error)"},
 13088  		{"InotifyEvent", Type, 0, ""},
 13089  		{"InotifyEvent.Cookie", Field, 0, ""},
 13090  		{"InotifyEvent.Len", Field, 0, ""},
 13091  		{"InotifyEvent.Mask", Field, 0, ""},
 13092  		{"InotifyEvent.Name", Field, 0, ""},
 13093  		{"InotifyEvent.Wd", Field, 0, ""},
 13094  		{"InotifyInit", Func, 0, "func() (fd int, err error)"},
 13095  		{"InotifyInit1", Func, 0, "func(flags int) (fd int, err error)"},
 13096  		{"InotifyRmWatch", Func, 0, "func(fd int, watchdesc uint32) (success int, err error)"},
 13097  		{"InterfaceAddrMessage", Type, 0, ""},
 13098  		{"InterfaceAddrMessage.Data", Field, 0, ""},
 13099  		{"InterfaceAddrMessage.Header", Field, 0, ""},
 13100  		{"InterfaceAnnounceMessage", Type, 1, ""},
 13101  		{"InterfaceAnnounceMessage.Header", Field, 1, ""},
 13102  		{"InterfaceInfo", Type, 0, ""},
 13103  		{"InterfaceInfo.Address", Field, 0, ""},
 13104  		{"InterfaceInfo.BroadcastAddress", Field, 0, ""},
 13105  		{"InterfaceInfo.Flags", Field, 0, ""},
 13106  		{"InterfaceInfo.Netmask", Field, 0, ""},
 13107  		{"InterfaceMessage", Type, 0, ""},
 13108  		{"InterfaceMessage.Data", Field, 0, ""},
 13109  		{"InterfaceMessage.Header", Field, 0, ""},
 13110  		{"InterfaceMulticastAddrMessage", Type, 0, ""},
 13111  		{"InterfaceMulticastAddrMessage.Data", Field, 0, ""},
 13112  		{"InterfaceMulticastAddrMessage.Header", Field, 0, ""},
 13113  		{"InvalidHandle", Const, 0, ""},
 13114  		{"Ioperm", Func, 0, "func(from int, num int, on int) (err error)"},
 13115  		{"Iopl", Func, 0, "func(level int) (err error)"},
 13116  		{"Iovec", Type, 0, ""},
 13117  		{"Iovec.Base", Field, 0, ""},
 13118  		{"Iovec.Len", Field, 0, ""},
 13119  		{"IpAdapterInfo", Type, 0, ""},
 13120  		{"IpAdapterInfo.AdapterName", Field, 0, ""},
 13121  		{"IpAdapterInfo.Address", Field, 0, ""},
 13122  		{"IpAdapterInfo.AddressLength", Field, 0, ""},
 13123  		{"IpAdapterInfo.ComboIndex", Field, 0, ""},
 13124  		{"IpAdapterInfo.CurrentIpAddress", Field, 0, ""},
 13125  		{"IpAdapterInfo.Description", Field, 0, ""},
 13126  		{"IpAdapterInfo.DhcpEnabled", Field, 0, ""},
 13127  		{"IpAdapterInfo.DhcpServer", Field, 0, ""},
 13128  		{"IpAdapterInfo.GatewayList", Field, 0, ""},
 13129  		{"IpAdapterInfo.HaveWins", Field, 0, ""},
 13130  		{"IpAdapterInfo.Index", Field, 0, ""},
 13131  		{"IpAdapterInfo.IpAddressList", Field, 0, ""},
 13132  		{"IpAdapterInfo.LeaseExpires", Field, 0, ""},
 13133  		{"IpAdapterInfo.LeaseObtained", Field, 0, ""},
 13134  		{"IpAdapterInfo.Next", Field, 0, ""},
 13135  		{"IpAdapterInfo.PrimaryWinsServer", Field, 0, ""},
 13136  		{"IpAdapterInfo.SecondaryWinsServer", Field, 0, ""},
 13137  		{"IpAdapterInfo.Type", Field, 0, ""},
 13138  		{"IpAddrString", Type, 0, ""},
 13139  		{"IpAddrString.Context", Field, 0, ""},
 13140  		{"IpAddrString.IpAddress", Field, 0, ""},
 13141  		{"IpAddrString.IpMask", Field, 0, ""},
 13142  		{"IpAddrString.Next", Field, 0, ""},
 13143  		{"IpAddressString", Type, 0, ""},
 13144  		{"IpAddressString.String", Field, 0, ""},
 13145  		{"IpMaskString", Type, 0, ""},
 13146  		{"IpMaskString.String", Field, 2, ""},
 13147  		{"Issetugid", Func, 0, ""},
 13148  		{"KEY_ALL_ACCESS", Const, 0, ""},
 13149  		{"KEY_CREATE_LINK", Const, 0, ""},
 13150  		{"KEY_CREATE_SUB_KEY", Const, 0, ""},
 13151  		{"KEY_ENUMERATE_SUB_KEYS", Const, 0, ""},
 13152  		{"KEY_EXECUTE", Const, 0, ""},
 13153  		{"KEY_NOTIFY", Const, 0, ""},
 13154  		{"KEY_QUERY_VALUE", Const, 0, ""},
 13155  		{"KEY_READ", Const, 0, ""},
 13156  		{"KEY_SET_VALUE", Const, 0, ""},
 13157  		{"KEY_WOW64_32KEY", Const, 0, ""},
 13158  		{"KEY_WOW64_64KEY", Const, 0, ""},
 13159  		{"KEY_WRITE", Const, 0, ""},
 13160  		{"Kevent", Func, 0, ""},
 13161  		{"Kevent_t", Type, 0, ""},
 13162  		{"Kevent_t.Data", Field, 0, ""},
 13163  		{"Kevent_t.Fflags", Field, 0, ""},
 13164  		{"Kevent_t.Filter", Field, 0, ""},
 13165  		{"Kevent_t.Flags", Field, 0, ""},
 13166  		{"Kevent_t.Ident", Field, 0, ""},
 13167  		{"Kevent_t.Pad_cgo_0", Field, 2, ""},
 13168  		{"Kevent_t.Udata", Field, 0, ""},
 13169  		{"Kill", Func, 0, "func(pid int, sig Signal) (err error)"},
 13170  		{"Klogctl", Func, 0, "func(typ int, buf []byte) (n int, err error)"},
 13171  		{"Kqueue", Func, 0, ""},
 13172  		{"LANG_ENGLISH", Const, 0, ""},
 13173  		{"LAYERED_PROTOCOL", Const, 2, ""},
 13174  		{"LCNT_OVERLOAD_FLUSH", Const, 1, ""},
 13175  		{"LINUX_REBOOT_CMD_CAD_OFF", Const, 0, ""},
 13176  		{"LINUX_REBOOT_CMD_CAD_ON", Const, 0, ""},
 13177  		{"LINUX_REBOOT_CMD_HALT", Const, 0, ""},
 13178  		{"LINUX_REBOOT_CMD_KEXEC", Const, 0, ""},
 13179  		{"LINUX_REBOOT_CMD_POWER_OFF", Const, 0, ""},
 13180  		{"LINUX_REBOOT_CMD_RESTART", Const, 0, ""},
 13181  		{"LINUX_REBOOT_CMD_RESTART2", Const, 0, ""},
 13182  		{"LINUX_REBOOT_CMD_SW_SUSPEND", Const, 0, ""},
 13183  		{"LINUX_REBOOT_MAGIC1", Const, 0, ""},
 13184  		{"LINUX_REBOOT_MAGIC2", Const, 0, ""},
 13185  		{"LOCK_EX", Const, 0, ""},
 13186  		{"LOCK_NB", Const, 0, ""},
 13187  		{"LOCK_SH", Const, 0, ""},
 13188  		{"LOCK_UN", Const, 0, ""},
 13189  		{"LazyDLL", Type, 0, ""},
 13190  		{"LazyDLL.Name", Field, 0, ""},
 13191  		{"LazyProc", Type, 0, ""},
 13192  		{"LazyProc.Name", Field, 0, ""},
 13193  		{"Lchown", Func, 0, "func(path string, uid int, gid int) (err error)"},
 13194  		{"Linger", Type, 0, ""},
 13195  		{"Linger.Linger", Field, 0, ""},
 13196  		{"Linger.Onoff", Field, 0, ""},
 13197  		{"Link", Func, 0, "func(oldpath string, newpath string) (err error)"},
 13198  		{"Listen", Func, 0, "func(s int, n int) (err error)"},
 13199  		{"Listxattr", Func, 1, "func(path string, dest []byte) (sz int, err error)"},
 13200  		{"LoadCancelIoEx", Func, 1, ""},
 13201  		{"LoadConnectEx", Func, 1, ""},
 13202  		{"LoadCreateSymbolicLink", Func, 4, ""},
 13203  		{"LoadDLL", Func, 0, ""},
 13204  		{"LoadGetAddrInfo", Func, 1, ""},
 13205  		{"LoadLibrary", Func, 0, ""},
 13206  		{"LoadSetFileCompletionNotificationModes", Func, 2, ""},
 13207  		{"LocalFree", Func, 0, ""},
 13208  		{"Log2phys_t", Type, 0, ""},
 13209  		{"Log2phys_t.Contigbytes", Field, 0, ""},
 13210  		{"Log2phys_t.Devoffset", Field, 0, ""},
 13211  		{"Log2phys_t.Flags", Field, 0, ""},
 13212  		{"LookupAccountName", Func, 0, ""},
 13213  		{"LookupAccountSid", Func, 0, ""},
 13214  		{"LookupSID", Func, 0, ""},
 13215  		{"LsfJump", Func, 0, "func(code int, k int, jt int, jf int) *SockFilter"},
 13216  		{"LsfSocket", Func, 0, "func(ifindex int, proto int) (int, error)"},
 13217  		{"LsfStmt", Func, 0, "func(code int, k int) *SockFilter"},
 13218  		{"Lstat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
 13219  		{"MADV_AUTOSYNC", Const, 1, ""},
 13220  		{"MADV_CAN_REUSE", Const, 0, ""},
 13221  		{"MADV_CORE", Const, 1, ""},
 13222  		{"MADV_DOFORK", Const, 0, ""},
 13223  		{"MADV_DONTFORK", Const, 0, ""},
 13224  		{"MADV_DONTNEED", Const, 0, ""},
 13225  		{"MADV_FREE", Const, 0, ""},
 13226  		{"MADV_FREE_REUSABLE", Const, 0, ""},
 13227  		{"MADV_FREE_REUSE", Const, 0, ""},
 13228  		{"MADV_HUGEPAGE", Const, 0, ""},
 13229  		{"MADV_HWPOISON", Const, 0, ""},
 13230  		{"MADV_MERGEABLE", Const, 0, ""},
 13231  		{"MADV_NOCORE", Const, 1, ""},
 13232  		{"MADV_NOHUGEPAGE", Const, 0, ""},
 13233  		{"MADV_NORMAL", Const, 0, ""},
 13234  		{"MADV_NOSYNC", Const, 1, ""},
 13235  		{"MADV_PROTECT", Const, 1, ""},
 13236  		{"MADV_RANDOM", Const, 0, ""},
 13237  		{"MADV_REMOVE", Const, 0, ""},
 13238  		{"MADV_SEQUENTIAL", Const, 0, ""},
 13239  		{"MADV_SPACEAVAIL", Const, 3, ""},
 13240  		{"MADV_UNMERGEABLE", Const, 0, ""},
 13241  		{"MADV_WILLNEED", Const, 0, ""},
 13242  		{"MADV_ZERO_WIRED_PAGES", Const, 0, ""},
 13243  		{"MAP_32BIT", Const, 0, ""},
 13244  		{"MAP_ALIGNED_SUPER", Const, 3, ""},
 13245  		{"MAP_ALIGNMENT_16MB", Const, 3, ""},
 13246  		{"MAP_ALIGNMENT_1TB", Const, 3, ""},
 13247  		{"MAP_ALIGNMENT_256TB", Const, 3, ""},
 13248  		{"MAP_ALIGNMENT_4GB", Const, 3, ""},
 13249  		{"MAP_ALIGNMENT_64KB", Const, 3, ""},
 13250  		{"MAP_ALIGNMENT_64PB", Const, 3, ""},
 13251  		{"MAP_ALIGNMENT_MASK", Const, 3, ""},
 13252  		{"MAP_ALIGNMENT_SHIFT", Const, 3, ""},
 13253  		{"MAP_ANON", Const, 0, ""},
 13254  		{"MAP_ANONYMOUS", Const, 0, ""},
 13255  		{"MAP_COPY", Const, 0, ""},
 13256  		{"MAP_DENYWRITE", Const, 0, ""},
 13257  		{"MAP_EXECUTABLE", Const, 0, ""},
 13258  		{"MAP_FILE", Const, 0, ""},
 13259  		{"MAP_FIXED", Const, 0, ""},
 13260  		{"MAP_FLAGMASK", Const, 3, ""},
 13261  		{"MAP_GROWSDOWN", Const, 0, ""},
 13262  		{"MAP_HASSEMAPHORE", Const, 0, ""},
 13263  		{"MAP_HUGETLB", Const, 0, ""},
 13264  		{"MAP_INHERIT", Const, 3, ""},
 13265  		{"MAP_INHERIT_COPY", Const, 3, ""},
 13266  		{"MAP_INHERIT_DEFAULT", Const, 3, ""},
 13267  		{"MAP_INHERIT_DONATE_COPY", Const, 3, ""},
 13268  		{"MAP_INHERIT_NONE", Const, 3, ""},
 13269  		{"MAP_INHERIT_SHARE", Const, 3, ""},
 13270  		{"MAP_JIT", Const, 0, ""},
 13271  		{"MAP_LOCKED", Const, 0, ""},
 13272  		{"MAP_NOCACHE", Const, 0, ""},
 13273  		{"MAP_NOCORE", Const, 1, ""},
 13274  		{"MAP_NOEXTEND", Const, 0, ""},
 13275  		{"MAP_NONBLOCK", Const, 0, ""},
 13276  		{"MAP_NORESERVE", Const, 0, ""},
 13277  		{"MAP_NOSYNC", Const, 1, ""},
 13278  		{"MAP_POPULATE", Const, 0, ""},
 13279  		{"MAP_PREFAULT_READ", Const, 1, ""},
 13280  		{"MAP_PRIVATE", Const, 0, ""},
 13281  		{"MAP_RENAME", Const, 0, ""},
 13282  		{"MAP_RESERVED0080", Const, 0, ""},
 13283  		{"MAP_RESERVED0100", Const, 1, ""},
 13284  		{"MAP_SHARED", Const, 0, ""},
 13285  		{"MAP_STACK", Const, 0, ""},
 13286  		{"MAP_TRYFIXED", Const, 3, ""},
 13287  		{"MAP_TYPE", Const, 0, ""},
 13288  		{"MAP_WIRED", Const, 3, ""},
 13289  		{"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4, ""},
 13290  		{"MAXLEN_IFDESCR", Const, 0, ""},
 13291  		{"MAXLEN_PHYSADDR", Const, 0, ""},
 13292  		{"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0, ""},
 13293  		{"MAX_ADAPTER_DESCRIPTION_LENGTH", Const, 0, ""},
 13294  		{"MAX_ADAPTER_NAME_LENGTH", Const, 0, ""},
 13295  		{"MAX_COMPUTERNAME_LENGTH", Const, 0, ""},
 13296  		{"MAX_INTERFACE_NAME_LEN", Const, 0, ""},
 13297  		{"MAX_LONG_PATH", Const, 0, ""},
 13298  		{"MAX_PATH", Const, 0, ""},
 13299  		{"MAX_PROTOCOL_CHAIN", Const, 2, ""},
 13300  		{"MCL_CURRENT", Const, 0, ""},
 13301  		{"MCL_FUTURE", Const, 0, ""},
 13302  		{"MNT_DETACH", Const, 0, ""},
 13303  		{"MNT_EXPIRE", Const, 0, ""},
 13304  		{"MNT_FORCE", Const, 0, ""},
 13305  		{"MSG_BCAST", Const, 1, ""},
 13306  		{"MSG_CMSG_CLOEXEC", Const, 0, ""},
 13307  		{"MSG_COMPAT", Const, 0, ""},
 13308  		{"MSG_CONFIRM", Const, 0, ""},
 13309  		{"MSG_CONTROLMBUF", Const, 1, ""},
 13310  		{"MSG_CTRUNC", Const, 0, ""},
 13311  		{"MSG_DONTROUTE", Const, 0, ""},
 13312  		{"MSG_DONTWAIT", Const, 0, ""},
 13313  		{"MSG_EOF", Const, 0, ""},
 13314  		{"MSG_EOR", Const, 0, ""},
 13315  		{"MSG_ERRQUEUE", Const, 0, ""},
 13316  		{"MSG_FASTOPEN", Const, 1, ""},
 13317  		{"MSG_FIN", Const, 0, ""},
 13318  		{"MSG_FLUSH", Const, 0, ""},
 13319  		{"MSG_HAVEMORE", Const, 0, ""},
 13320  		{"MSG_HOLD", Const, 0, ""},
 13321  		{"MSG_IOVUSRSPACE", Const, 1, ""},
 13322  		{"MSG_LENUSRSPACE", Const, 1, ""},
 13323  		{"MSG_MCAST", Const, 1, ""},
 13324  		{"MSG_MORE", Const, 0, ""},
 13325  		{"MSG_NAMEMBUF", Const, 1, ""},
 13326  		{"MSG_NBIO", Const, 0, ""},
 13327  		{"MSG_NEEDSA", Const, 0, ""},
 13328  		{"MSG_NOSIGNAL", Const, 0, ""},
 13329  		{"MSG_NOTIFICATION", Const, 0, ""},
 13330  		{"MSG_OOB", Const, 0, ""},
 13331  		{"MSG_PEEK", Const, 0, ""},
 13332  		{"MSG_PROXY", Const, 0, ""},
 13333  		{"MSG_RCVMORE", Const, 0, ""},
 13334  		{"MSG_RST", Const, 0, ""},
 13335  		{"MSG_SEND", Const, 0, ""},
 13336  		{"MSG_SYN", Const, 0, ""},
 13337  		{"MSG_TRUNC", Const, 0, ""},
 13338  		{"MSG_TRYHARD", Const, 0, ""},
 13339  		{"MSG_USERFLAGS", Const, 1, ""},
 13340  		{"MSG_WAITALL", Const, 0, ""},
 13341  		{"MSG_WAITFORONE", Const, 0, ""},
 13342  		{"MSG_WAITSTREAM", Const, 0, ""},
 13343  		{"MS_ACTIVE", Const, 0, ""},
 13344  		{"MS_ASYNC", Const, 0, ""},
 13345  		{"MS_BIND", Const, 0, ""},
 13346  		{"MS_DEACTIVATE", Const, 0, ""},
 13347  		{"MS_DIRSYNC", Const, 0, ""},
 13348  		{"MS_INVALIDATE", Const, 0, ""},
 13349  		{"MS_I_VERSION", Const, 0, ""},
 13350  		{"MS_KERNMOUNT", Const, 0, ""},
 13351  		{"MS_KILLPAGES", Const, 0, ""},
 13352  		{"MS_MANDLOCK", Const, 0, ""},
 13353  		{"MS_MGC_MSK", Const, 0, ""},
 13354  		{"MS_MGC_VAL", Const, 0, ""},
 13355  		{"MS_MOVE", Const, 0, ""},
 13356  		{"MS_NOATIME", Const, 0, ""},
 13357  		{"MS_NODEV", Const, 0, ""},
 13358  		{"MS_NODIRATIME", Const, 0, ""},
 13359  		{"MS_NOEXEC", Const, 0, ""},
 13360  		{"MS_NOSUID", Const, 0, ""},
 13361  		{"MS_NOUSER", Const, 0, ""},
 13362  		{"MS_POSIXACL", Const, 0, ""},
 13363  		{"MS_PRIVATE", Const, 0, ""},
 13364  		{"MS_RDONLY", Const, 0, ""},
 13365  		{"MS_REC", Const, 0, ""},
 13366  		{"MS_RELATIME", Const, 0, ""},
 13367  		{"MS_REMOUNT", Const, 0, ""},
 13368  		{"MS_RMT_MASK", Const, 0, ""},
 13369  		{"MS_SHARED", Const, 0, ""},
 13370  		{"MS_SILENT", Const, 0, ""},
 13371  		{"MS_SLAVE", Const, 0, ""},
 13372  		{"MS_STRICTATIME", Const, 0, ""},
 13373  		{"MS_SYNC", Const, 0, ""},
 13374  		{"MS_SYNCHRONOUS", Const, 0, ""},
 13375  		{"MS_UNBINDABLE", Const, 0, ""},
 13376  		{"Madvise", Func, 0, "func(b []byte, advice int) (err error)"},
 13377  		{"MapViewOfFile", Func, 0, ""},
 13378  		{"MaxTokenInfoClass", Const, 0, ""},
 13379  		{"Mclpool", Type, 2, ""},
 13380  		{"Mclpool.Alive", Field, 2, ""},
 13381  		{"Mclpool.Cwm", Field, 2, ""},
 13382  		{"Mclpool.Grown", Field, 2, ""},
 13383  		{"Mclpool.Hwm", Field, 2, ""},
 13384  		{"Mclpool.Lwm", Field, 2, ""},
 13385  		{"MibIfRow", Type, 0, ""},
 13386  		{"MibIfRow.AdminStatus", Field, 0, ""},
 13387  		{"MibIfRow.Descr", Field, 0, ""},
 13388  		{"MibIfRow.DescrLen", Field, 0, ""},
 13389  		{"MibIfRow.InDiscards", Field, 0, ""},
 13390  		{"MibIfRow.InErrors", Field, 0, ""},
 13391  		{"MibIfRow.InNUcastPkts", Field, 0, ""},
 13392  		{"MibIfRow.InOctets", Field, 0, ""},
 13393  		{"MibIfRow.InUcastPkts", Field, 0, ""},
 13394  		{"MibIfRow.InUnknownProtos", Field, 0, ""},
 13395  		{"MibIfRow.Index", Field, 0, ""},
 13396  		{"MibIfRow.LastChange", Field, 0, ""},
 13397  		{"MibIfRow.Mtu", Field, 0, ""},
 13398  		{"MibIfRow.Name", Field, 0, ""},
 13399  		{"MibIfRow.OperStatus", Field, 0, ""},
 13400  		{"MibIfRow.OutDiscards", Field, 0, ""},
 13401  		{"MibIfRow.OutErrors", Field, 0, ""},
 13402  		{"MibIfRow.OutNUcastPkts", Field, 0, ""},
 13403  		{"MibIfRow.OutOctets", Field, 0, ""},
 13404  		{"MibIfRow.OutQLen", Field, 0, ""},
 13405  		{"MibIfRow.OutUcastPkts", Field, 0, ""},
 13406  		{"MibIfRow.PhysAddr", Field, 0, ""},
 13407  		{"MibIfRow.PhysAddrLen", Field, 0, ""},
 13408  		{"MibIfRow.Speed", Field, 0, ""},
 13409  		{"MibIfRow.Type", Field, 0, ""},
 13410  		{"Mkdir", Func, 0, "func(path string, mode uint32) (err error)"},
 13411  		{"Mkdirat", Func, 0, "func(dirfd int, path string, mode uint32) (err error)"},
 13412  		{"Mkfifo", Func, 0, "func(path string, mode uint32) (err error)"},
 13413  		{"Mknod", Func, 0, "func(path string, mode uint32, dev int) (err error)"},
 13414  		{"Mknodat", Func, 0, "func(dirfd int, path string, mode uint32, dev int) (err error)"},
 13415  		{"Mlock", Func, 0, "func(b []byte) (err error)"},
 13416  		{"Mlockall", Func, 0, "func(flags int) (err error)"},
 13417  		{"Mmap", Func, 0, "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"},
 13418  		{"Mount", Func, 0, "func(source string, target string, fstype string, flags uintptr, data string) (err error)"},
 13419  		{"MoveFile", Func, 0, ""},
 13420  		{"Mprotect", Func, 0, "func(b []byte, prot int) (err error)"},
 13421  		{"Msghdr", Type, 0, ""},
 13422  		{"Msghdr.Control", Field, 0, ""},
 13423  		{"Msghdr.Controllen", Field, 0, ""},
 13424  		{"Msghdr.Flags", Field, 0, ""},
 13425  		{"Msghdr.Iov", Field, 0, ""},
 13426  		{"Msghdr.Iovlen", Field, 0, ""},
 13427  		{"Msghdr.Name", Field, 0, ""},
 13428  		{"Msghdr.Namelen", Field, 0, ""},
 13429  		{"Msghdr.Pad_cgo_0", Field, 0, ""},
 13430  		{"Msghdr.Pad_cgo_1", Field, 0, ""},
 13431  		{"Munlock", Func, 0, "func(b []byte) (err error)"},
 13432  		{"Munlockall", Func, 0, "func() (err error)"},
 13433  		{"Munmap", Func, 0, "func(b []byte) (err error)"},
 13434  		{"MustLoadDLL", Func, 0, ""},
 13435  		{"NAME_MAX", Const, 0, ""},
 13436  		{"NETLINK_ADD_MEMBERSHIP", Const, 0, ""},
 13437  		{"NETLINK_AUDIT", Const, 0, ""},
 13438  		{"NETLINK_BROADCAST_ERROR", Const, 0, ""},
 13439  		{"NETLINK_CONNECTOR", Const, 0, ""},
 13440  		{"NETLINK_DNRTMSG", Const, 0, ""},
 13441  		{"NETLINK_DROP_MEMBERSHIP", Const, 0, ""},
 13442  		{"NETLINK_ECRYPTFS", Const, 0, ""},
 13443  		{"NETLINK_FIB_LOOKUP", Const, 0, ""},
 13444  		{"NETLINK_FIREWALL", Const, 0, ""},
 13445  		{"NETLINK_GENERIC", Const, 0, ""},
 13446  		{"NETLINK_INET_DIAG", Const, 0, ""},
 13447  		{"NETLINK_IP6_FW", Const, 0, ""},
 13448  		{"NETLINK_ISCSI", Const, 0, ""},
 13449  		{"NETLINK_KOBJECT_UEVENT", Const, 0, ""},
 13450  		{"NETLINK_NETFILTER", Const, 0, ""},
 13451  		{"NETLINK_NFLOG", Const, 0, ""},
 13452  		{"NETLINK_NO_ENOBUFS", Const, 0, ""},
 13453  		{"NETLINK_PKTINFO", Const, 0, ""},
 13454  		{"NETLINK_RDMA", Const, 0, ""},
 13455  		{"NETLINK_ROUTE", Const, 0, ""},
 13456  		{"NETLINK_SCSITRANSPORT", Const, 0, ""},
 13457  		{"NETLINK_SELINUX", Const, 0, ""},
 13458  		{"NETLINK_UNUSED", Const, 0, ""},
 13459  		{"NETLINK_USERSOCK", Const, 0, ""},
 13460  		{"NETLINK_XFRM", Const, 0, ""},
 13461  		{"NET_RT_DUMP", Const, 0, ""},
 13462  		{"NET_RT_DUMP2", Const, 0, ""},
 13463  		{"NET_RT_FLAGS", Const, 0, ""},
 13464  		{"NET_RT_IFLIST", Const, 0, ""},
 13465  		{"NET_RT_IFLIST2", Const, 0, ""},
 13466  		{"NET_RT_IFLISTL", Const, 1, ""},
 13467  		{"NET_RT_IFMALIST", Const, 0, ""},
 13468  		{"NET_RT_MAXID", Const, 0, ""},
 13469  		{"NET_RT_OIFLIST", Const, 1, ""},
 13470  		{"NET_RT_OOIFLIST", Const, 1, ""},
 13471  		{"NET_RT_STAT", Const, 0, ""},
 13472  		{"NET_RT_STATS", Const, 1, ""},
 13473  		{"NET_RT_TABLE", Const, 1, ""},
 13474  		{"NET_RT_TRASH", Const, 0, ""},
 13475  		{"NLA_ALIGNTO", Const, 0, ""},
 13476  		{"NLA_F_NESTED", Const, 0, ""},
 13477  		{"NLA_F_NET_BYTEORDER", Const, 0, ""},
 13478  		{"NLA_HDRLEN", Const, 0, ""},
 13479  		{"NLMSG_ALIGNTO", Const, 0, ""},
 13480  		{"NLMSG_DONE", Const, 0, ""},
 13481  		{"NLMSG_ERROR", Const, 0, ""},
 13482  		{"NLMSG_HDRLEN", Const, 0, ""},
 13483  		{"NLMSG_MIN_TYPE", Const, 0, ""},
 13484  		{"NLMSG_NOOP", Const, 0, ""},
 13485  		{"NLMSG_OVERRUN", Const, 0, ""},
 13486  		{"NLM_F_ACK", Const, 0, ""},
 13487  		{"NLM_F_APPEND", Const, 0, ""},
 13488  		{"NLM_F_ATOMIC", Const, 0, ""},
 13489  		{"NLM_F_CREATE", Const, 0, ""},
 13490  		{"NLM_F_DUMP", Const, 0, ""},
 13491  		{"NLM_F_ECHO", Const, 0, ""},
 13492  		{"NLM_F_EXCL", Const, 0, ""},
 13493  		{"NLM_F_MATCH", Const, 0, ""},
 13494  		{"NLM_F_MULTI", Const, 0, ""},
 13495  		{"NLM_F_REPLACE", Const, 0, ""},
 13496  		{"NLM_F_REQUEST", Const, 0, ""},
 13497  		{"NLM_F_ROOT", Const, 0, ""},
 13498  		{"NOFLSH", Const, 0, ""},
 13499  		{"NOTE_ABSOLUTE", Const, 0, ""},
 13500  		{"NOTE_ATTRIB", Const, 0, ""},
 13501  		{"NOTE_BACKGROUND", Const, 16, ""},
 13502  		{"NOTE_CHILD", Const, 0, ""},
 13503  		{"NOTE_CRITICAL", Const, 16, ""},
 13504  		{"NOTE_DELETE", Const, 0, ""},
 13505  		{"NOTE_EOF", Const, 1, ""},
 13506  		{"NOTE_EXEC", Const, 0, ""},
 13507  		{"NOTE_EXIT", Const, 0, ""},
 13508  		{"NOTE_EXITSTATUS", Const, 0, ""},
 13509  		{"NOTE_EXIT_CSERROR", Const, 16, ""},
 13510  		{"NOTE_EXIT_DECRYPTFAIL", Const, 16, ""},
 13511  		{"NOTE_EXIT_DETAIL", Const, 16, ""},
 13512  		{"NOTE_EXIT_DETAIL_MASK", Const, 16, ""},
 13513  		{"NOTE_EXIT_MEMORY", Const, 16, ""},
 13514  		{"NOTE_EXIT_REPARENTED", Const, 16, ""},
 13515  		{"NOTE_EXTEND", Const, 0, ""},
 13516  		{"NOTE_FFAND", Const, 0, ""},
 13517  		{"NOTE_FFCOPY", Const, 0, ""},
 13518  		{"NOTE_FFCTRLMASK", Const, 0, ""},
 13519  		{"NOTE_FFLAGSMASK", Const, 0, ""},
 13520  		{"NOTE_FFNOP", Const, 0, ""},
 13521  		{"NOTE_FFOR", Const, 0, ""},
 13522  		{"NOTE_FORK", Const, 0, ""},
 13523  		{"NOTE_LEEWAY", Const, 16, ""},
 13524  		{"NOTE_LINK", Const, 0, ""},
 13525  		{"NOTE_LOWAT", Const, 0, ""},
 13526  		{"NOTE_NONE", Const, 0, ""},
 13527  		{"NOTE_NSECONDS", Const, 0, ""},
 13528  		{"NOTE_PCTRLMASK", Const, 0, ""},
 13529  		{"NOTE_PDATAMASK", Const, 0, ""},
 13530  		{"NOTE_REAP", Const, 0, ""},
 13531  		{"NOTE_RENAME", Const, 0, ""},
 13532  		{"NOTE_RESOURCEEND", Const, 0, ""},
 13533  		{"NOTE_REVOKE", Const, 0, ""},
 13534  		{"NOTE_SECONDS", Const, 0, ""},
 13535  		{"NOTE_SIGNAL", Const, 0, ""},
 13536  		{"NOTE_TRACK", Const, 0, ""},
 13537  		{"NOTE_TRACKERR", Const, 0, ""},
 13538  		{"NOTE_TRIGGER", Const, 0, ""},
 13539  		{"NOTE_TRUNCATE", Const, 1, ""},
 13540  		{"NOTE_USECONDS", Const, 0, ""},
 13541  		{"NOTE_VM_ERROR", Const, 0, ""},
 13542  		{"NOTE_VM_PRESSURE", Const, 0, ""},
 13543  		{"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0, ""},
 13544  		{"NOTE_VM_PRESSURE_TERMINATE", Const, 0, ""},
 13545  		{"NOTE_WRITE", Const, 0, ""},
 13546  		{"NameCanonical", Const, 0, ""},
 13547  		{"NameCanonicalEx", Const, 0, ""},
 13548  		{"NameDisplay", Const, 0, ""},
 13549  		{"NameDnsDomain", Const, 0, ""},
 13550  		{"NameFullyQualifiedDN", Const, 0, ""},
 13551  		{"NameSamCompatible", Const, 0, ""},
 13552  		{"NameServicePrincipal", Const, 0, ""},
 13553  		{"NameUniqueId", Const, 0, ""},
 13554  		{"NameUnknown", Const, 0, ""},
 13555  		{"NameUserPrincipal", Const, 0, ""},
 13556  		{"Nanosleep", Func, 0, "func(time *Timespec, leftover *Timespec) (err error)"},
 13557  		{"NetApiBufferFree", Func, 0, ""},
 13558  		{"NetGetJoinInformation", Func, 2, ""},
 13559  		{"NetSetupDomainName", Const, 2, ""},
 13560  		{"NetSetupUnjoined", Const, 2, ""},
 13561  		{"NetSetupUnknownStatus", Const, 2, ""},
 13562  		{"NetSetupWorkgroupName", Const, 2, ""},
 13563  		{"NetUserGetInfo", Func, 0, ""},
 13564  		{"NetlinkMessage", Type, 0, ""},
 13565  		{"NetlinkMessage.Data", Field, 0, ""},
 13566  		{"NetlinkMessage.Header", Field, 0, ""},
 13567  		{"NetlinkRIB", Func, 0, "func(proto int, family int) ([]byte, error)"},
 13568  		{"NetlinkRouteAttr", Type, 0, ""},
 13569  		{"NetlinkRouteAttr.Attr", Field, 0, ""},
 13570  		{"NetlinkRouteAttr.Value", Field, 0, ""},
 13571  		{"NetlinkRouteRequest", Type, 0, ""},
 13572  		{"NetlinkRouteRequest.Data", Field, 0, ""},
 13573  		{"NetlinkRouteRequest.Header", Field, 0, ""},
 13574  		{"NewCallback", Func, 0, ""},
 13575  		{"NewCallbackCDecl", Func, 3, ""},
 13576  		{"NewLazyDLL", Func, 0, ""},
 13577  		{"NlAttr", Type, 0, ""},
 13578  		{"NlAttr.Len", Field, 0, ""},
 13579  		{"NlAttr.Type", Field, 0, ""},
 13580  		{"NlMsgerr", Type, 0, ""},
 13581  		{"NlMsgerr.Error", Field, 0, ""},
 13582  		{"NlMsgerr.Msg", Field, 0, ""},
 13583  		{"NlMsghdr", Type, 0, ""},
 13584  		{"NlMsghdr.Flags", Field, 0, ""},
 13585  		{"NlMsghdr.Len", Field, 0, ""},
 13586  		{"NlMsghdr.Pid", Field, 0, ""},
 13587  		{"NlMsghdr.Seq", Field, 0, ""},
 13588  		{"NlMsghdr.Type", Field, 0, ""},
 13589  		{"NsecToFiletime", Func, 0, ""},
 13590  		{"NsecToTimespec", Func, 0, "func(nsec int64) Timespec"},
 13591  		{"NsecToTimeval", Func, 0, "func(nsec int64) Timeval"},
 13592  		{"Ntohs", Func, 0, ""},
 13593  		{"OCRNL", Const, 0, ""},
 13594  		{"OFDEL", Const, 0, ""},
 13595  		{"OFILL", Const, 0, ""},
 13596  		{"OFIOGETBMAP", Const, 1, ""},
 13597  		{"OID_PKIX_KP_SERVER_AUTH", Var, 0, ""},
 13598  		{"OID_SERVER_GATED_CRYPTO", Var, 0, ""},
 13599  		{"OID_SGC_NETSCAPE", Var, 0, ""},
 13600  		{"OLCUC", Const, 0, ""},
 13601  		{"ONLCR", Const, 0, ""},
 13602  		{"ONLRET", Const, 0, ""},
 13603  		{"ONOCR", Const, 0, ""},
 13604  		{"ONOEOT", Const, 1, ""},
 13605  		{"OPEN_ALWAYS", Const, 0, ""},
 13606  		{"OPEN_EXISTING", Const, 0, ""},
 13607  		{"OPOST", Const, 0, ""},
 13608  		{"O_ACCMODE", Const, 0, ""},
 13609  		{"O_ALERT", Const, 0, ""},
 13610  		{"O_ALT_IO", Const, 1, ""},
 13611  		{"O_APPEND", Const, 0, ""},
 13612  		{"O_ASYNC", Const, 0, ""},
 13613  		{"O_CLOEXEC", Const, 0, ""},
 13614  		{"O_CREAT", Const, 0, ""},
 13615  		{"O_DIRECT", Const, 0, ""},
 13616  		{"O_DIRECTORY", Const, 0, ""},
 13617  		{"O_DP_GETRAWENCRYPTED", Const, 16, ""},
 13618  		{"O_DSYNC", Const, 0, ""},
 13619  		{"O_EVTONLY", Const, 0, ""},
 13620  		{"O_EXCL", Const, 0, ""},
 13621  		{"O_EXEC", Const, 0, ""},
 13622  		{"O_EXLOCK", Const, 0, ""},
 13623  		{"O_FSYNC", Const, 0, ""},
 13624  		{"O_LARGEFILE", Const, 0, ""},
 13625  		{"O_NDELAY", Const, 0, ""},
 13626  		{"O_NOATIME", Const, 0, ""},
 13627  		{"O_NOCTTY", Const, 0, ""},
 13628  		{"O_NOFOLLOW", Const, 0, ""},
 13629  		{"O_NONBLOCK", Const, 0, ""},
 13630  		{"O_NOSIGPIPE", Const, 1, ""},
 13631  		{"O_POPUP", Const, 0, ""},
 13632  		{"O_RDONLY", Const, 0, ""},
 13633  		{"O_RDWR", Const, 0, ""},
 13634  		{"O_RSYNC", Const, 0, ""},
 13635  		{"O_SHLOCK", Const, 0, ""},
 13636  		{"O_SYMLINK", Const, 0, ""},
 13637  		{"O_SYNC", Const, 0, ""},
 13638  		{"O_TRUNC", Const, 0, ""},
 13639  		{"O_TTY_INIT", Const, 0, ""},
 13640  		{"O_WRONLY", Const, 0, ""},
 13641  		{"Open", Func, 0, "func(path string, mode int, perm uint32) (fd int, err error)"},
 13642  		{"OpenCurrentProcessToken", Func, 0, ""},
 13643  		{"OpenProcess", Func, 0, ""},
 13644  		{"OpenProcessToken", Func, 0, ""},
 13645  		{"Openat", Func, 0, "func(dirfd int, path string, flags int, mode uint32) (fd int, err error)"},
 13646  		{"Overlapped", Type, 0, ""},
 13647  		{"Overlapped.HEvent", Field, 0, ""},
 13648  		{"Overlapped.Internal", Field, 0, ""},
 13649  		{"Overlapped.InternalHigh", Field, 0, ""},
 13650  		{"Overlapped.Offset", Field, 0, ""},
 13651  		{"Overlapped.OffsetHigh", Field, 0, ""},
 13652  		{"PACKET_ADD_MEMBERSHIP", Const, 0, ""},
 13653  		{"PACKET_BROADCAST", Const, 0, ""},
 13654  		{"PACKET_DROP_MEMBERSHIP", Const, 0, ""},
 13655  		{"PACKET_FASTROUTE", Const, 0, ""},
 13656  		{"PACKET_HOST", Const, 0, ""},
 13657  		{"PACKET_LOOPBACK", Const, 0, ""},
 13658  		{"PACKET_MR_ALLMULTI", Const, 0, ""},
 13659  		{"PACKET_MR_MULTICAST", Const, 0, ""},
 13660  		{"PACKET_MR_PROMISC", Const, 0, ""},
 13661  		{"PACKET_MULTICAST", Const, 0, ""},
 13662  		{"PACKET_OTHERHOST", Const, 0, ""},
 13663  		{"PACKET_OUTGOING", Const, 0, ""},
 13664  		{"PACKET_RECV_OUTPUT", Const, 0, ""},
 13665  		{"PACKET_RX_RING", Const, 0, ""},
 13666  		{"PACKET_STATISTICS", Const, 0, ""},
 13667  		{"PAGE_EXECUTE_READ", Const, 0, ""},
 13668  		{"PAGE_EXECUTE_READWRITE", Const, 0, ""},
 13669  		{"PAGE_EXECUTE_WRITECOPY", Const, 0, ""},
 13670  		{"PAGE_READONLY", Const, 0, ""},
 13671  		{"PAGE_READWRITE", Const, 0, ""},
 13672  		{"PAGE_WRITECOPY", Const, 0, ""},
 13673  		{"PARENB", Const, 0, ""},
 13674  		{"PARMRK", Const, 0, ""},
 13675  		{"PARODD", Const, 0, ""},
 13676  		{"PENDIN", Const, 0, ""},
 13677  		{"PFL_HIDDEN", Const, 2, ""},
 13678  		{"PFL_MATCHES_PROTOCOL_ZERO", Const, 2, ""},
 13679  		{"PFL_MULTIPLE_PROTO_ENTRIES", Const, 2, ""},
 13680  		{"PFL_NETWORKDIRECT_PROVIDER", Const, 2, ""},
 13681  		{"PFL_RECOMMENDED_PROTO_ENTRY", Const, 2, ""},
 13682  		{"PF_FLUSH", Const, 1, ""},
 13683  		{"PKCS_7_ASN_ENCODING", Const, 0, ""},
 13684  		{"PMC5_PIPELINE_FLUSH", Const, 1, ""},
 13685  		{"PRIO_PGRP", Const, 2, ""},
 13686  		{"PRIO_PROCESS", Const, 2, ""},
 13687  		{"PRIO_USER", Const, 2, ""},
 13688  		{"PRI_IOFLUSH", Const, 1, ""},
 13689  		{"PROCESS_QUERY_INFORMATION", Const, 0, ""},
 13690  		{"PROCESS_TERMINATE", Const, 2, ""},
 13691  		{"PROT_EXEC", Const, 0, ""},
 13692  		{"PROT_GROWSDOWN", Const, 0, ""},
 13693  		{"PROT_GROWSUP", Const, 0, ""},
 13694  		{"PROT_NONE", Const, 0, ""},
 13695  		{"PROT_READ", Const, 0, ""},
 13696  		{"PROT_WRITE", Const, 0, ""},
 13697  		{"PROV_DH_SCHANNEL", Const, 0, ""},
 13698  		{"PROV_DSS", Const, 0, ""},
 13699  		{"PROV_DSS_DH", Const, 0, ""},
 13700  		{"PROV_EC_ECDSA_FULL", Const, 0, ""},
 13701  		{"PROV_EC_ECDSA_SIG", Const, 0, ""},
 13702  		{"PROV_EC_ECNRA_FULL", Const, 0, ""},
 13703  		{"PROV_EC_ECNRA_SIG", Const, 0, ""},
 13704  		{"PROV_FORTEZZA", Const, 0, ""},
 13705  		{"PROV_INTEL_SEC", Const, 0, ""},
 13706  		{"PROV_MS_EXCHANGE", Const, 0, ""},
 13707  		{"PROV_REPLACE_OWF", Const, 0, ""},
 13708  		{"PROV_RNG", Const, 0, ""},
 13709  		{"PROV_RSA_AES", Const, 0, ""},
 13710  		{"PROV_RSA_FULL", Const, 0, ""},
 13711  		{"PROV_RSA_SCHANNEL", Const, 0, ""},
 13712  		{"PROV_RSA_SIG", Const, 0, ""},
 13713  		{"PROV_SPYRUS_LYNKS", Const, 0, ""},
 13714  		{"PROV_SSL", Const, 0, ""},
 13715  		{"PR_CAPBSET_DROP", Const, 0, ""},
 13716  		{"PR_CAPBSET_READ", Const, 0, ""},
 13717  		{"PR_CLEAR_SECCOMP_FILTER", Const, 0, ""},
 13718  		{"PR_ENDIAN_BIG", Const, 0, ""},
 13719  		{"PR_ENDIAN_LITTLE", Const, 0, ""},
 13720  		{"PR_ENDIAN_PPC_LITTLE", Const, 0, ""},
 13721  		{"PR_FPEMU_NOPRINT", Const, 0, ""},
 13722  		{"PR_FPEMU_SIGFPE", Const, 0, ""},
 13723  		{"PR_FP_EXC_ASYNC", Const, 0, ""},
 13724  		{"PR_FP_EXC_DISABLED", Const, 0, ""},
 13725  		{"PR_FP_EXC_DIV", Const, 0, ""},
 13726  		{"PR_FP_EXC_INV", Const, 0, ""},
 13727  		{"PR_FP_EXC_NONRECOV", Const, 0, ""},
 13728  		{"PR_FP_EXC_OVF", Const, 0, ""},
 13729  		{"PR_FP_EXC_PRECISE", Const, 0, ""},
 13730  		{"PR_FP_EXC_RES", Const, 0, ""},
 13731  		{"PR_FP_EXC_SW_ENABLE", Const, 0, ""},
 13732  		{"PR_FP_EXC_UND", Const, 0, ""},
 13733  		{"PR_GET_DUMPABLE", Const, 0, ""},
 13734  		{"PR_GET_ENDIAN", Const, 0, ""},
 13735  		{"PR_GET_FPEMU", Const, 0, ""},
 13736  		{"PR_GET_FPEXC", Const, 0, ""},
 13737  		{"PR_GET_KEEPCAPS", Const, 0, ""},
 13738  		{"PR_GET_NAME", Const, 0, ""},
 13739  		{"PR_GET_PDEATHSIG", Const, 0, ""},
 13740  		{"PR_GET_SECCOMP", Const, 0, ""},
 13741  		{"PR_GET_SECCOMP_FILTER", Const, 0, ""},
 13742  		{"PR_GET_SECUREBITS", Const, 0, ""},
 13743  		{"PR_GET_TIMERSLACK", Const, 0, ""},
 13744  		{"PR_GET_TIMING", Const, 0, ""},
 13745  		{"PR_GET_TSC", Const, 0, ""},
 13746  		{"PR_GET_UNALIGN", Const, 0, ""},
 13747  		{"PR_MCE_KILL", Const, 0, ""},
 13748  		{"PR_MCE_KILL_CLEAR", Const, 0, ""},
 13749  		{"PR_MCE_KILL_DEFAULT", Const, 0, ""},
 13750  		{"PR_MCE_KILL_EARLY", Const, 0, ""},
 13751  		{"PR_MCE_KILL_GET", Const, 0, ""},
 13752  		{"PR_MCE_KILL_LATE", Const, 0, ""},
 13753  		{"PR_MCE_KILL_SET", Const, 0, ""},
 13754  		{"PR_SECCOMP_FILTER_EVENT", Const, 0, ""},
 13755  		{"PR_SECCOMP_FILTER_SYSCALL", Const, 0, ""},
 13756  		{"PR_SET_DUMPABLE", Const, 0, ""},
 13757  		{"PR_SET_ENDIAN", Const, 0, ""},
 13758  		{"PR_SET_FPEMU", Const, 0, ""},
 13759  		{"PR_SET_FPEXC", Const, 0, ""},
 13760  		{"PR_SET_KEEPCAPS", Const, 0, ""},
 13761  		{"PR_SET_NAME", Const, 0, ""},
 13762  		{"PR_SET_PDEATHSIG", Const, 0, ""},
 13763  		{"PR_SET_PTRACER", Const, 0, ""},
 13764  		{"PR_SET_SECCOMP", Const, 0, ""},
 13765  		{"PR_SET_SECCOMP_FILTER", Const, 0, ""},
 13766  		{"PR_SET_SECUREBITS", Const, 0, ""},
 13767  		{"PR_SET_TIMERSLACK", Const, 0, ""},
 13768  		{"PR_SET_TIMING", Const, 0, ""},
 13769  		{"PR_SET_TSC", Const, 0, ""},
 13770  		{"PR_SET_UNALIGN", Const, 0, ""},
 13771  		{"PR_TASK_PERF_EVENTS_DISABLE", Const, 0, ""},
 13772  		{"PR_TASK_PERF_EVENTS_ENABLE", Const, 0, ""},
 13773  		{"PR_TIMING_STATISTICAL", Const, 0, ""},
 13774  		{"PR_TIMING_TIMESTAMP", Const, 0, ""},
 13775  		{"PR_TSC_ENABLE", Const, 0, ""},
 13776  		{"PR_TSC_SIGSEGV", Const, 0, ""},
 13777  		{"PR_UNALIGN_NOPRINT", Const, 0, ""},
 13778  		{"PR_UNALIGN_SIGBUS", Const, 0, ""},
 13779  		{"PTRACE_ARCH_PRCTL", Const, 0, ""},
 13780  		{"PTRACE_ATTACH", Const, 0, ""},
 13781  		{"PTRACE_CONT", Const, 0, ""},
 13782  		{"PTRACE_DETACH", Const, 0, ""},
 13783  		{"PTRACE_EVENT_CLONE", Const, 0, ""},
 13784  		{"PTRACE_EVENT_EXEC", Const, 0, ""},
 13785  		{"PTRACE_EVENT_EXIT", Const, 0, ""},
 13786  		{"PTRACE_EVENT_FORK", Const, 0, ""},
 13787  		{"PTRACE_EVENT_VFORK", Const, 0, ""},
 13788  		{"PTRACE_EVENT_VFORK_DONE", Const, 0, ""},
 13789  		{"PTRACE_GETCRUNCHREGS", Const, 0, ""},
 13790  		{"PTRACE_GETEVENTMSG", Const, 0, ""},
 13791  		{"PTRACE_GETFPREGS", Const, 0, ""},
 13792  		{"PTRACE_GETFPXREGS", Const, 0, ""},
 13793  		{"PTRACE_GETHBPREGS", Const, 0, ""},
 13794  		{"PTRACE_GETREGS", Const, 0, ""},
 13795  		{"PTRACE_GETREGSET", Const, 0, ""},
 13796  		{"PTRACE_GETSIGINFO", Const, 0, ""},
 13797  		{"PTRACE_GETVFPREGS", Const, 0, ""},
 13798  		{"PTRACE_GETWMMXREGS", Const, 0, ""},
 13799  		{"PTRACE_GET_THREAD_AREA", Const, 0, ""},
 13800  		{"PTRACE_KILL", Const, 0, ""},
 13801  		{"PTRACE_OLDSETOPTIONS", Const, 0, ""},
 13802  		{"PTRACE_O_MASK", Const, 0, ""},
 13803  		{"PTRACE_O_TRACECLONE", Const, 0, ""},
 13804  		{"PTRACE_O_TRACEEXEC", Const, 0, ""},
 13805  		{"PTRACE_O_TRACEEXIT", Const, 0, ""},
 13806  		{"PTRACE_O_TRACEFORK", Const, 0, ""},
 13807  		{"PTRACE_O_TRACESYSGOOD", Const, 0, ""},
 13808  		{"PTRACE_O_TRACEVFORK", Const, 0, ""},
 13809  		{"PTRACE_O_TRACEVFORKDONE", Const, 0, ""},
 13810  		{"PTRACE_PEEKDATA", Const, 0, ""},
 13811  		{"PTRACE_PEEKTEXT", Const, 0, ""},
 13812  		{"PTRACE_PEEKUSR", Const, 0, ""},
 13813  		{"PTRACE_POKEDATA", Const, 0, ""},
 13814  		{"PTRACE_POKETEXT", Const, 0, ""},
 13815  		{"PTRACE_POKEUSR", Const, 0, ""},
 13816  		{"PTRACE_SETCRUNCHREGS", Const, 0, ""},
 13817  		{"PTRACE_SETFPREGS", Const, 0, ""},
 13818  		{"PTRACE_SETFPXREGS", Const, 0, ""},
 13819  		{"PTRACE_SETHBPREGS", Const, 0, ""},
 13820  		{"PTRACE_SETOPTIONS", Const, 0, ""},
 13821  		{"PTRACE_SETREGS", Const, 0, ""},
 13822  		{"PTRACE_SETREGSET", Const, 0, ""},
 13823  		{"PTRACE_SETSIGINFO", Const, 0, ""},
 13824  		{"PTRACE_SETVFPREGS", Const, 0, ""},
 13825  		{"PTRACE_SETWMMXREGS", Const, 0, ""},
 13826  		{"PTRACE_SET_SYSCALL", Const, 0, ""},
 13827  		{"PTRACE_SET_THREAD_AREA", Const, 0, ""},
 13828  		{"PTRACE_SINGLEBLOCK", Const, 0, ""},
 13829  		{"PTRACE_SINGLESTEP", Const, 0, ""},
 13830  		{"PTRACE_SYSCALL", Const, 0, ""},
 13831  		{"PTRACE_SYSEMU", Const, 0, ""},
 13832  		{"PTRACE_SYSEMU_SINGLESTEP", Const, 0, ""},
 13833  		{"PTRACE_TRACEME", Const, 0, ""},
 13834  		{"PT_ATTACH", Const, 0, ""},
 13835  		{"PT_ATTACHEXC", Const, 0, ""},
 13836  		{"PT_CONTINUE", Const, 0, ""},
 13837  		{"PT_DATA_ADDR", Const, 0, ""},
 13838  		{"PT_DENY_ATTACH", Const, 0, ""},
 13839  		{"PT_DETACH", Const, 0, ""},
 13840  		{"PT_FIRSTMACH", Const, 0, ""},
 13841  		{"PT_FORCEQUOTA", Const, 0, ""},
 13842  		{"PT_KILL", Const, 0, ""},
 13843  		{"PT_MASK", Const, 1, ""},
 13844  		{"PT_READ_D", Const, 0, ""},
 13845  		{"PT_READ_I", Const, 0, ""},
 13846  		{"PT_READ_U", Const, 0, ""},
 13847  		{"PT_SIGEXC", Const, 0, ""},
 13848  		{"PT_STEP", Const, 0, ""},
 13849  		{"PT_TEXT_ADDR", Const, 0, ""},
 13850  		{"PT_TEXT_END_ADDR", Const, 0, ""},
 13851  		{"PT_THUPDATE", Const, 0, ""},
 13852  		{"PT_TRACE_ME", Const, 0, ""},
 13853  		{"PT_WRITE_D", Const, 0, ""},
 13854  		{"PT_WRITE_I", Const, 0, ""},
 13855  		{"PT_WRITE_U", Const, 0, ""},
 13856  		{"ParseDirent", Func, 0, "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"},
 13857  		{"ParseNetlinkMessage", Func, 0, "func(b []byte) ([]NetlinkMessage, error)"},
 13858  		{"ParseNetlinkRouteAttr", Func, 0, "func(m *NetlinkMessage) ([]NetlinkRouteAttr, error)"},
 13859  		{"ParseRoutingMessage", Func, 0, ""},
 13860  		{"ParseRoutingSockaddr", Func, 0, ""},
 13861  		{"ParseSocketControlMessage", Func, 0, "func(b []byte) ([]SocketControlMessage, error)"},
 13862  		{"ParseUnixCredentials", Func, 0, "func(m *SocketControlMessage) (*Ucred, error)"},
 13863  		{"ParseUnixRights", Func, 0, "func(m *SocketControlMessage) ([]int, error)"},
 13864  		{"PathMax", Const, 0, ""},
 13865  		{"Pathconf", Func, 0, ""},
 13866  		{"Pause", Func, 0, "func() (err error)"},
 13867  		{"Pipe", Func, 0, "func(p []int) error"},
 13868  		{"Pipe2", Func, 1, "func(p []int, flags int) error"},
 13869  		{"PivotRoot", Func, 0, "func(newroot string, putold string) (err error)"},
 13870  		{"Pointer", Type, 11, ""},
 13871  		{"PostQueuedCompletionStatus", Func, 0, ""},
 13872  		{"Pread", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
 13873  		{"Proc", Type, 0, ""},
 13874  		{"Proc.Dll", Field, 0, ""},
 13875  		{"Proc.Name", Field, 0, ""},
 13876  		{"ProcAttr", Type, 0, ""},
 13877  		{"ProcAttr.Dir", Field, 0, ""},
 13878  		{"ProcAttr.Env", Field, 0, ""},
 13879  		{"ProcAttr.Files", Field, 0, ""},
 13880  		{"ProcAttr.Sys", Field, 0, ""},
 13881  		{"Process32First", Func, 4, ""},
 13882  		{"Process32Next", Func, 4, ""},
 13883  		{"ProcessEntry32", Type, 4, ""},
 13884  		{"ProcessEntry32.DefaultHeapID", Field, 4, ""},
 13885  		{"ProcessEntry32.ExeFile", Field, 4, ""},
 13886  		{"ProcessEntry32.Flags", Field, 4, ""},
 13887  		{"ProcessEntry32.ModuleID", Field, 4, ""},
 13888  		{"ProcessEntry32.ParentProcessID", Field, 4, ""},
 13889  		{"ProcessEntry32.PriClassBase", Field, 4, ""},
 13890  		{"ProcessEntry32.ProcessID", Field, 4, ""},
 13891  		{"ProcessEntry32.Size", Field, 4, ""},
 13892  		{"ProcessEntry32.Threads", Field, 4, ""},
 13893  		{"ProcessEntry32.Usage", Field, 4, ""},
 13894  		{"ProcessInformation", Type, 0, ""},
 13895  		{"ProcessInformation.Process", Field, 0, ""},
 13896  		{"ProcessInformation.ProcessId", Field, 0, ""},
 13897  		{"ProcessInformation.Thread", Field, 0, ""},
 13898  		{"ProcessInformation.ThreadId", Field, 0, ""},
 13899  		{"Protoent", Type, 0, ""},
 13900  		{"Protoent.Aliases", Field, 0, ""},
 13901  		{"Protoent.Name", Field, 0, ""},
 13902  		{"Protoent.Proto", Field, 0, ""},
 13903  		{"PtraceAttach", Func, 0, "func(pid int) (err error)"},
 13904  		{"PtraceCont", Func, 0, "func(pid int, signal int) (err error)"},
 13905  		{"PtraceDetach", Func, 0, "func(pid int) (err error)"},
 13906  		{"PtraceGetEventMsg", Func, 0, "func(pid int) (msg uint, err error)"},
 13907  		{"PtraceGetRegs", Func, 0, "func(pid int, regsout *PtraceRegs) (err error)"},
 13908  		{"PtracePeekData", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
 13909  		{"PtracePeekText", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
 13910  		{"PtracePokeData", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
 13911  		{"PtracePokeText", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
 13912  		{"PtraceRegs", Type, 0, ""},
 13913  		{"PtraceRegs.Cs", Field, 0, ""},
 13914  		{"PtraceRegs.Ds", Field, 0, ""},
 13915  		{"PtraceRegs.Eax", Field, 0, ""},
 13916  		{"PtraceRegs.Ebp", Field, 0, ""},
 13917  		{"PtraceRegs.Ebx", Field, 0, ""},
 13918  		{"PtraceRegs.Ecx", Field, 0, ""},
 13919  		{"PtraceRegs.Edi", Field, 0, ""},
 13920  		{"PtraceRegs.Edx", Field, 0, ""},
 13921  		{"PtraceRegs.Eflags", Field, 0, ""},
 13922  		{"PtraceRegs.Eip", Field, 0, ""},
 13923  		{"PtraceRegs.Es", Field, 0, ""},
 13924  		{"PtraceRegs.Esi", Field, 0, ""},
 13925  		{"PtraceRegs.Esp", Field, 0, ""},
 13926  		{"PtraceRegs.Fs", Field, 0, ""},
 13927  		{"PtraceRegs.Fs_base", Field, 0, ""},
 13928  		{"PtraceRegs.Gs", Field, 0, ""},
 13929  		{"PtraceRegs.Gs_base", Field, 0, ""},
 13930  		{"PtraceRegs.Orig_eax", Field, 0, ""},
 13931  		{"PtraceRegs.Orig_rax", Field, 0, ""},
 13932  		{"PtraceRegs.R10", Field, 0, ""},
 13933  		{"PtraceRegs.R11", Field, 0, ""},
 13934  		{"PtraceRegs.R12", Field, 0, ""},
 13935  		{"PtraceRegs.R13", Field, 0, ""},
 13936  		{"PtraceRegs.R14", Field, 0, ""},
 13937  		{"PtraceRegs.R15", Field, 0, ""},
 13938  		{"PtraceRegs.R8", Field, 0, ""},
 13939  		{"PtraceRegs.R9", Field, 0, ""},
 13940  		{"PtraceRegs.Rax", Field, 0, ""},
 13941  		{"PtraceRegs.Rbp", Field, 0, ""},
 13942  		{"PtraceRegs.Rbx", Field, 0, ""},
 13943  		{"PtraceRegs.Rcx", Field, 0, ""},
 13944  		{"PtraceRegs.Rdi", Field, 0, ""},
 13945  		{"PtraceRegs.Rdx", Field, 0, ""},
 13946  		{"PtraceRegs.Rip", Field, 0, ""},
 13947  		{"PtraceRegs.Rsi", Field, 0, ""},
 13948  		{"PtraceRegs.Rsp", Field, 0, ""},
 13949  		{"PtraceRegs.Ss", Field, 0, ""},
 13950  		{"PtraceRegs.Uregs", Field, 0, ""},
 13951  		{"PtraceRegs.Xcs", Field, 0, ""},
 13952  		{"PtraceRegs.Xds", Field, 0, ""},
 13953  		{"PtraceRegs.Xes", Field, 0, ""},
 13954  		{"PtraceRegs.Xfs", Field, 0, ""},
 13955  		{"PtraceRegs.Xgs", Field, 0, ""},
 13956  		{"PtraceRegs.Xss", Field, 0, ""},
 13957  		{"PtraceSetOptions", Func, 0, "func(pid int, options int) (err error)"},
 13958  		{"PtraceSetRegs", Func, 0, "func(pid int, regs *PtraceRegs) (err error)"},
 13959  		{"PtraceSingleStep", Func, 0, "func(pid int) (err error)"},
 13960  		{"PtraceSyscall", Func, 1, "func(pid int, signal int) (err error)"},
 13961  		{"Pwrite", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
 13962  		{"REG_BINARY", Const, 0, ""},
 13963  		{"REG_DWORD", Const, 0, ""},
 13964  		{"REG_DWORD_BIG_ENDIAN", Const, 0, ""},
 13965  		{"REG_DWORD_LITTLE_ENDIAN", Const, 0, ""},
 13966  		{"REG_EXPAND_SZ", Const, 0, ""},
 13967  		{"REG_FULL_RESOURCE_DESCRIPTOR", Const, 0, ""},
 13968  		{"REG_LINK", Const, 0, ""},
 13969  		{"REG_MULTI_SZ", Const, 0, ""},
 13970  		{"REG_NONE", Const, 0, ""},
 13971  		{"REG_QWORD", Const, 0, ""},
 13972  		{"REG_QWORD_LITTLE_ENDIAN", Const, 0, ""},
 13973  		{"REG_RESOURCE_LIST", Const, 0, ""},
 13974  		{"REG_RESOURCE_REQUIREMENTS_LIST", Const, 0, ""},
 13975  		{"REG_SZ", Const, 0, ""},
 13976  		{"RLIMIT_AS", Const, 0, ""},
 13977  		{"RLIMIT_CORE", Const, 0, ""},
 13978  		{"RLIMIT_CPU", Const, 0, ""},
 13979  		{"RLIMIT_CPU_USAGE_MONITOR", Const, 16, ""},
 13980  		{"RLIMIT_DATA", Const, 0, ""},
 13981  		{"RLIMIT_FSIZE", Const, 0, ""},
 13982  		{"RLIMIT_NOFILE", Const, 0, ""},
 13983  		{"RLIMIT_STACK", Const, 0, ""},
 13984  		{"RLIM_INFINITY", Const, 0, ""},
 13985  		{"RTAX_ADVMSS", Const, 0, ""},
 13986  		{"RTAX_AUTHOR", Const, 0, ""},
 13987  		{"RTAX_BRD", Const, 0, ""},
 13988  		{"RTAX_CWND", Const, 0, ""},
 13989  		{"RTAX_DST", Const, 0, ""},
 13990  		{"RTAX_FEATURES", Const, 0, ""},
 13991  		{"RTAX_FEATURE_ALLFRAG", Const, 0, ""},
 13992  		{"RTAX_FEATURE_ECN", Const, 0, ""},
 13993  		{"RTAX_FEATURE_SACK", Const, 0, ""},
 13994  		{"RTAX_FEATURE_TIMESTAMP", Const, 0, ""},
 13995  		{"RTAX_GATEWAY", Const, 0, ""},
 13996  		{"RTAX_GENMASK", Const, 0, ""},
 13997  		{"RTAX_HOPLIMIT", Const, 0, ""},
 13998  		{"RTAX_IFA", Const, 0, ""},
 13999  		{"RTAX_IFP", Const, 0, ""},
 14000  		{"RTAX_INITCWND", Const, 0, ""},
 14001  		{"RTAX_INITRWND", Const, 0, ""},
 14002  		{"RTAX_LABEL", Const, 1, ""},
 14003  		{"RTAX_LOCK", Const, 0, ""},
 14004  		{"RTAX_MAX", Const, 0, ""},
 14005  		{"RTAX_MTU", Const, 0, ""},
 14006  		{"RTAX_NETMASK", Const, 0, ""},
 14007  		{"RTAX_REORDERING", Const, 0, ""},
 14008  		{"RTAX_RTO_MIN", Const, 0, ""},
 14009  		{"RTAX_RTT", Const, 0, ""},
 14010  		{"RTAX_RTTVAR", Const, 0, ""},
 14011  		{"RTAX_SRC", Const, 1, ""},
 14012  		{"RTAX_SRCMASK", Const, 1, ""},
 14013  		{"RTAX_SSTHRESH", Const, 0, ""},
 14014  		{"RTAX_TAG", Const, 1, ""},
 14015  		{"RTAX_UNSPEC", Const, 0, ""},
 14016  		{"RTAX_WINDOW", Const, 0, ""},
 14017  		{"RTA_ALIGNTO", Const, 0, ""},
 14018  		{"RTA_AUTHOR", Const, 0, ""},
 14019  		{"RTA_BRD", Const, 0, ""},
 14020  		{"RTA_CACHEINFO", Const, 0, ""},
 14021  		{"RTA_DST", Const, 0, ""},
 14022  		{"RTA_FLOW", Const, 0, ""},
 14023  		{"RTA_GATEWAY", Const, 0, ""},
 14024  		{"RTA_GENMASK", Const, 0, ""},
 14025  		{"RTA_IFA", Const, 0, ""},
 14026  		{"RTA_IFP", Const, 0, ""},
 14027  		{"RTA_IIF", Const, 0, ""},
 14028  		{"RTA_LABEL", Const, 1, ""},
 14029  		{"RTA_MAX", Const, 0, ""},
 14030  		{"RTA_METRICS", Const, 0, ""},
 14031  		{"RTA_MULTIPATH", Const, 0, ""},
 14032  		{"RTA_NETMASK", Const, 0, ""},
 14033  		{"RTA_OIF", Const, 0, ""},
 14034  		{"RTA_PREFSRC", Const, 0, ""},
 14035  		{"RTA_PRIORITY", Const, 0, ""},
 14036  		{"RTA_SRC", Const, 0, ""},
 14037  		{"RTA_SRCMASK", Const, 1, ""},
 14038  		{"RTA_TABLE", Const, 0, ""},
 14039  		{"RTA_TAG", Const, 1, ""},
 14040  		{"RTA_UNSPEC", Const, 0, ""},
 14041  		{"RTCF_DIRECTSRC", Const, 0, ""},
 14042  		{"RTCF_DOREDIRECT", Const, 0, ""},
 14043  		{"RTCF_LOG", Const, 0, ""},
 14044  		{"RTCF_MASQ", Const, 0, ""},
 14045  		{"RTCF_NAT", Const, 0, ""},
 14046  		{"RTCF_VALVE", Const, 0, ""},
 14047  		{"RTF_ADDRCLASSMASK", Const, 0, ""},
 14048  		{"RTF_ADDRCONF", Const, 0, ""},
 14049  		{"RTF_ALLONLINK", Const, 0, ""},
 14050  		{"RTF_ANNOUNCE", Const, 1, ""},
 14051  		{"RTF_BLACKHOLE", Const, 0, ""},
 14052  		{"RTF_BROADCAST", Const, 0, ""},
 14053  		{"RTF_CACHE", Const, 0, ""},
 14054  		{"RTF_CLONED", Const, 1, ""},
 14055  		{"RTF_CLONING", Const, 0, ""},
 14056  		{"RTF_CONDEMNED", Const, 0, ""},
 14057  		{"RTF_DEFAULT", Const, 0, ""},
 14058  		{"RTF_DELCLONE", Const, 0, ""},
 14059  		{"RTF_DONE", Const, 0, ""},
 14060  		{"RTF_DYNAMIC", Const, 0, ""},
 14061  		{"RTF_FLOW", Const, 0, ""},
 14062  		{"RTF_FMASK", Const, 0, ""},
 14063  		{"RTF_GATEWAY", Const, 0, ""},
 14064  		{"RTF_GWFLAG_COMPAT", Const, 3, ""},
 14065  		{"RTF_HOST", Const, 0, ""},
 14066  		{"RTF_IFREF", Const, 0, ""},
 14067  		{"RTF_IFSCOPE", Const, 0, ""},
 14068  		{"RTF_INTERFACE", Const, 0, ""},
 14069  		{"RTF_IRTT", Const, 0, ""},
 14070  		{"RTF_LINKRT", Const, 0, ""},
 14071  		{"RTF_LLDATA", Const, 0, ""},
 14072  		{"RTF_LLINFO", Const, 0, ""},
 14073  		{"RTF_LOCAL", Const, 0, ""},
 14074  		{"RTF_MASK", Const, 1, ""},
 14075  		{"RTF_MODIFIED", Const, 0, ""},
 14076  		{"RTF_MPATH", Const, 1, ""},
 14077  		{"RTF_MPLS", Const, 1, ""},
 14078  		{"RTF_MSS", Const, 0, ""},
 14079  		{"RTF_MTU", Const, 0, ""},
 14080  		{"RTF_MULTICAST", Const, 0, ""},
 14081  		{"RTF_NAT", Const, 0, ""},
 14082  		{"RTF_NOFORWARD", Const, 0, ""},
 14083  		{"RTF_NONEXTHOP", Const, 0, ""},
 14084  		{"RTF_NOPMTUDISC", Const, 0, ""},
 14085  		{"RTF_PERMANENT_ARP", Const, 1, ""},
 14086  		{"RTF_PINNED", Const, 0, ""},
 14087  		{"RTF_POLICY", Const, 0, ""},
 14088  		{"RTF_PRCLONING", Const, 0, ""},
 14089  		{"RTF_PROTO1", Const, 0, ""},
 14090  		{"RTF_PROTO2", Const, 0, ""},
 14091  		{"RTF_PROTO3", Const, 0, ""},
 14092  		{"RTF_PROXY", Const, 16, ""},
 14093  		{"RTF_REINSTATE", Const, 0, ""},
 14094  		{"RTF_REJECT", Const, 0, ""},
 14095  		{"RTF_RNH_LOCKED", Const, 0, ""},
 14096  		{"RTF_ROUTER", Const, 16, ""},
 14097  		{"RTF_SOURCE", Const, 1, ""},
 14098  		{"RTF_SRC", Const, 1, ""},
 14099  		{"RTF_STATIC", Const, 0, ""},
 14100  		{"RTF_STICKY", Const, 0, ""},
 14101  		{"RTF_THROW", Const, 0, ""},
 14102  		{"RTF_TUNNEL", Const, 1, ""},
 14103  		{"RTF_UP", Const, 0, ""},
 14104  		{"RTF_USETRAILERS", Const, 1, ""},
 14105  		{"RTF_WASCLONED", Const, 0, ""},
 14106  		{"RTF_WINDOW", Const, 0, ""},
 14107  		{"RTF_XRESOLVE", Const, 0, ""},
 14108  		{"RTM_ADD", Const, 0, ""},
 14109  		{"RTM_BASE", Const, 0, ""},
 14110  		{"RTM_CHANGE", Const, 0, ""},
 14111  		{"RTM_CHGADDR", Const, 1, ""},
 14112  		{"RTM_DELACTION", Const, 0, ""},
 14113  		{"RTM_DELADDR", Const, 0, ""},
 14114  		{"RTM_DELADDRLABEL", Const, 0, ""},
 14115  		{"RTM_DELETE", Const, 0, ""},
 14116  		{"RTM_DELLINK", Const, 0, ""},
 14117  		{"RTM_DELMADDR", Const, 0, ""},
 14118  		{"RTM_DELNEIGH", Const, 0, ""},
 14119  		{"RTM_DELQDISC", Const, 0, ""},
 14120  		{"RTM_DELROUTE", Const, 0, ""},
 14121  		{"RTM_DELRULE", Const, 0, ""},
 14122  		{"RTM_DELTCLASS", Const, 0, ""},
 14123  		{"RTM_DELTFILTER", Const, 0, ""},
 14124  		{"RTM_DESYNC", Const, 1, ""},
 14125  		{"RTM_F_CLONED", Const, 0, ""},
 14126  		{"RTM_F_EQUALIZE", Const, 0, ""},
 14127  		{"RTM_F_NOTIFY", Const, 0, ""},
 14128  		{"RTM_F_PREFIX", Const, 0, ""},
 14129  		{"RTM_GET", Const, 0, ""},
 14130  		{"RTM_GET2", Const, 0, ""},
 14131  		{"RTM_GETACTION", Const, 0, ""},
 14132  		{"RTM_GETADDR", Const, 0, ""},
 14133  		{"RTM_GETADDRLABEL", Const, 0, ""},
 14134  		{"RTM_GETANYCAST", Const, 0, ""},
 14135  		{"RTM_GETDCB", Const, 0, ""},
 14136  		{"RTM_GETLINK", Const, 0, ""},
 14137  		{"RTM_GETMULTICAST", Const, 0, ""},
 14138  		{"RTM_GETNEIGH", Const, 0, ""},
 14139  		{"RTM_GETNEIGHTBL", Const, 0, ""},
 14140  		{"RTM_GETQDISC", Const, 0, ""},
 14141  		{"RTM_GETROUTE", Const, 0, ""},
 14142  		{"RTM_GETRULE", Const, 0, ""},
 14143  		{"RTM_GETTCLASS", Const, 0, ""},
 14144  		{"RTM_GETTFILTER", Const, 0, ""},
 14145  		{"RTM_IEEE80211", Const, 0, ""},
 14146  		{"RTM_IFANNOUNCE", Const, 0, ""},
 14147  		{"RTM_IFINFO", Const, 0, ""},
 14148  		{"RTM_IFINFO2", Const, 0, ""},
 14149  		{"RTM_LLINFO_UPD", Const, 1, ""},
 14150  		{"RTM_LOCK", Const, 0, ""},
 14151  		{"RTM_LOSING", Const, 0, ""},
 14152  		{"RTM_MAX", Const, 0, ""},
 14153  		{"RTM_MAXSIZE", Const, 1, ""},
 14154  		{"RTM_MISS", Const, 0, ""},
 14155  		{"RTM_NEWACTION", Const, 0, ""},
 14156  		{"RTM_NEWADDR", Const, 0, ""},
 14157  		{"RTM_NEWADDRLABEL", Const, 0, ""},
 14158  		{"RTM_NEWLINK", Const, 0, ""},
 14159  		{"RTM_NEWMADDR", Const, 0, ""},
 14160  		{"RTM_NEWMADDR2", Const, 0, ""},
 14161  		{"RTM_NEWNDUSEROPT", Const, 0, ""},
 14162  		{"RTM_NEWNEIGH", Const, 0, ""},
 14163  		{"RTM_NEWNEIGHTBL", Const, 0, ""},
 14164  		{"RTM_NEWPREFIX", Const, 0, ""},
 14165  		{"RTM_NEWQDISC", Const, 0, ""},
 14166  		{"RTM_NEWROUTE", Const, 0, ""},
 14167  		{"RTM_NEWRULE", Const, 0, ""},
 14168  		{"RTM_NEWTCLASS", Const, 0, ""},
 14169  		{"RTM_NEWTFILTER", Const, 0, ""},
 14170  		{"RTM_NR_FAMILIES", Const, 0, ""},
 14171  		{"RTM_NR_MSGTYPES", Const, 0, ""},
 14172  		{"RTM_OIFINFO", Const, 1, ""},
 14173  		{"RTM_OLDADD", Const, 0, ""},
 14174  		{"RTM_OLDDEL", Const, 0, ""},
 14175  		{"RTM_OOIFINFO", Const, 1, ""},
 14176  		{"RTM_REDIRECT", Const, 0, ""},
 14177  		{"RTM_RESOLVE", Const, 0, ""},
 14178  		{"RTM_RTTUNIT", Const, 0, ""},
 14179  		{"RTM_SETDCB", Const, 0, ""},
 14180  		{"RTM_SETGATE", Const, 1, ""},
 14181  		{"RTM_SETLINK", Const, 0, ""},
 14182  		{"RTM_SETNEIGHTBL", Const, 0, ""},
 14183  		{"RTM_VERSION", Const, 0, ""},
 14184  		{"RTNH_ALIGNTO", Const, 0, ""},
 14185  		{"RTNH_F_DEAD", Const, 0, ""},
 14186  		{"RTNH_F_ONLINK", Const, 0, ""},
 14187  		{"RTNH_F_PERVASIVE", Const, 0, ""},
 14188  		{"RTNLGRP_IPV4_IFADDR", Const, 1, ""},
 14189  		{"RTNLGRP_IPV4_MROUTE", Const, 1, ""},
 14190  		{"RTNLGRP_IPV4_ROUTE", Const, 1, ""},
 14191  		{"RTNLGRP_IPV4_RULE", Const, 1, ""},
 14192  		{"RTNLGRP_IPV6_IFADDR", Const, 1, ""},
 14193  		{"RTNLGRP_IPV6_IFINFO", Const, 1, ""},
 14194  		{"RTNLGRP_IPV6_MROUTE", Const, 1, ""},
 14195  		{"RTNLGRP_IPV6_PREFIX", Const, 1, ""},
 14196  		{"RTNLGRP_IPV6_ROUTE", Const, 1, ""},
 14197  		{"RTNLGRP_IPV6_RULE", Const, 1, ""},
 14198  		{"RTNLGRP_LINK", Const, 1, ""},
 14199  		{"RTNLGRP_ND_USEROPT", Const, 1, ""},
 14200  		{"RTNLGRP_NEIGH", Const, 1, ""},
 14201  		{"RTNLGRP_NONE", Const, 1, ""},
 14202  		{"RTNLGRP_NOTIFY", Const, 1, ""},
 14203  		{"RTNLGRP_TC", Const, 1, ""},
 14204  		{"RTN_ANYCAST", Const, 0, ""},
 14205  		{"RTN_BLACKHOLE", Const, 0, ""},
 14206  		{"RTN_BROADCAST", Const, 0, ""},
 14207  		{"RTN_LOCAL", Const, 0, ""},
 14208  		{"RTN_MAX", Const, 0, ""},
 14209  		{"RTN_MULTICAST", Const, 0, ""},
 14210  		{"RTN_NAT", Const, 0, ""},
 14211  		{"RTN_PROHIBIT", Const, 0, ""},
 14212  		{"RTN_THROW", Const, 0, ""},
 14213  		{"RTN_UNICAST", Const, 0, ""},
 14214  		{"RTN_UNREACHABLE", Const, 0, ""},
 14215  		{"RTN_UNSPEC", Const, 0, ""},
 14216  		{"RTN_XRESOLVE", Const, 0, ""},
 14217  		{"RTPROT_BIRD", Const, 0, ""},
 14218  		{"RTPROT_BOOT", Const, 0, ""},
 14219  		{"RTPROT_DHCP", Const, 0, ""},
 14220  		{"RTPROT_DNROUTED", Const, 0, ""},
 14221  		{"RTPROT_GATED", Const, 0, ""},
 14222  		{"RTPROT_KERNEL", Const, 0, ""},
 14223  		{"RTPROT_MRT", Const, 0, ""},
 14224  		{"RTPROT_NTK", Const, 0, ""},
 14225  		{"RTPROT_RA", Const, 0, ""},
 14226  		{"RTPROT_REDIRECT", Const, 0, ""},
 14227  		{"RTPROT_STATIC", Const, 0, ""},
 14228  		{"RTPROT_UNSPEC", Const, 0, ""},
 14229  		{"RTPROT_XORP", Const, 0, ""},
 14230  		{"RTPROT_ZEBRA", Const, 0, ""},
 14231  		{"RTV_EXPIRE", Const, 0, ""},
 14232  		{"RTV_HOPCOUNT", Const, 0, ""},
 14233  		{"RTV_MTU", Const, 0, ""},
 14234  		{"RTV_RPIPE", Const, 0, ""},
 14235  		{"RTV_RTT", Const, 0, ""},
 14236  		{"RTV_RTTVAR", Const, 0, ""},
 14237  		{"RTV_SPIPE", Const, 0, ""},
 14238  		{"RTV_SSTHRESH", Const, 0, ""},
 14239  		{"RTV_WEIGHT", Const, 0, ""},
 14240  		{"RT_CACHING_CONTEXT", Const, 1, ""},
 14241  		{"RT_CLASS_DEFAULT", Const, 0, ""},
 14242  		{"RT_CLASS_LOCAL", Const, 0, ""},
 14243  		{"RT_CLASS_MAIN", Const, 0, ""},
 14244  		{"RT_CLASS_MAX", Const, 0, ""},
 14245  		{"RT_CLASS_UNSPEC", Const, 0, ""},
 14246  		{"RT_DEFAULT_FIB", Const, 1, ""},
 14247  		{"RT_NORTREF", Const, 1, ""},
 14248  		{"RT_SCOPE_HOST", Const, 0, ""},
 14249  		{"RT_SCOPE_LINK", Const, 0, ""},
 14250  		{"RT_SCOPE_NOWHERE", Const, 0, ""},
 14251  		{"RT_SCOPE_SITE", Const, 0, ""},
 14252  		{"RT_SCOPE_UNIVERSE", Const, 0, ""},
 14253  		{"RT_TABLEID_MAX", Const, 1, ""},
 14254  		{"RT_TABLE_COMPAT", Const, 0, ""},
 14255  		{"RT_TABLE_DEFAULT", Const, 0, ""},
 14256  		{"RT_TABLE_LOCAL", Const, 0, ""},
 14257  		{"RT_TABLE_MAIN", Const, 0, ""},
 14258  		{"RT_TABLE_MAX", Const, 0, ""},
 14259  		{"RT_TABLE_UNSPEC", Const, 0, ""},
 14260  		{"RUSAGE_CHILDREN", Const, 0, ""},
 14261  		{"RUSAGE_SELF", Const, 0, ""},
 14262  		{"RUSAGE_THREAD", Const, 0, ""},
 14263  		{"Radvisory_t", Type, 0, ""},
 14264  		{"Radvisory_t.Count", Field, 0, ""},
 14265  		{"Radvisory_t.Offset", Field, 0, ""},
 14266  		{"Radvisory_t.Pad_cgo_0", Field, 0, ""},
 14267  		{"RawConn", Type, 9, ""},
 14268  		{"RawSockaddr", Type, 0, ""},
 14269  		{"RawSockaddr.Data", Field, 0, ""},
 14270  		{"RawSockaddr.Family", Field, 0, ""},
 14271  		{"RawSockaddr.Len", Field, 0, ""},
 14272  		{"RawSockaddrAny", Type, 0, ""},
 14273  		{"RawSockaddrAny.Addr", Field, 0, ""},
 14274  		{"RawSockaddrAny.Pad", Field, 0, ""},
 14275  		{"RawSockaddrDatalink", Type, 0, ""},
 14276  		{"RawSockaddrDatalink.Alen", Field, 0, ""},
 14277  		{"RawSockaddrDatalink.Data", Field, 0, ""},
 14278  		{"RawSockaddrDatalink.Family", Field, 0, ""},
 14279  		{"RawSockaddrDatalink.Index", Field, 0, ""},
 14280  		{"RawSockaddrDatalink.Len", Field, 0, ""},
 14281  		{"RawSockaddrDatalink.Nlen", Field, 0, ""},
 14282  		{"RawSockaddrDatalink.Pad_cgo_0", Field, 2, ""},
 14283  		{"RawSockaddrDatalink.Slen", Field, 0, ""},
 14284  		{"RawSockaddrDatalink.Type", Field, 0, ""},
 14285  		{"RawSockaddrInet4", Type, 0, ""},
 14286  		{"RawSockaddrInet4.Addr", Field, 0, ""},
 14287  		{"RawSockaddrInet4.Family", Field, 0, ""},
 14288  		{"RawSockaddrInet4.Len", Field, 0, ""},
 14289  		{"RawSockaddrInet4.Port", Field, 0, ""},
 14290  		{"RawSockaddrInet4.Zero", Field, 0, ""},
 14291  		{"RawSockaddrInet6", Type, 0, ""},
 14292  		{"RawSockaddrInet6.Addr", Field, 0, ""},
 14293  		{"RawSockaddrInet6.Family", Field, 0, ""},
 14294  		{"RawSockaddrInet6.Flowinfo", Field, 0, ""},
 14295  		{"RawSockaddrInet6.Len", Field, 0, ""},
 14296  		{"RawSockaddrInet6.Port", Field, 0, ""},
 14297  		{"RawSockaddrInet6.Scope_id", Field, 0, ""},
 14298  		{"RawSockaddrLinklayer", Type, 0, ""},
 14299  		{"RawSockaddrLinklayer.Addr", Field, 0, ""},
 14300  		{"RawSockaddrLinklayer.Family", Field, 0, ""},
 14301  		{"RawSockaddrLinklayer.Halen", Field, 0, ""},
 14302  		{"RawSockaddrLinklayer.Hatype", Field, 0, ""},
 14303  		{"RawSockaddrLinklayer.Ifindex", Field, 0, ""},
 14304  		{"RawSockaddrLinklayer.Pkttype", Field, 0, ""},
 14305  		{"RawSockaddrLinklayer.Protocol", Field, 0, ""},
 14306  		{"RawSockaddrNetlink", Type, 0, ""},
 14307  		{"RawSockaddrNetlink.Family", Field, 0, ""},
 14308  		{"RawSockaddrNetlink.Groups", Field, 0, ""},
 14309  		{"RawSockaddrNetlink.Pad", Field, 0, ""},
 14310  		{"RawSockaddrNetlink.Pid", Field, 0, ""},
 14311  		{"RawSockaddrUnix", Type, 0, ""},
 14312  		{"RawSockaddrUnix.Family", Field, 0, ""},
 14313  		{"RawSockaddrUnix.Len", Field, 0, ""},
 14314  		{"RawSockaddrUnix.Pad_cgo_0", Field, 2, ""},
 14315  		{"RawSockaddrUnix.Path", Field, 0, ""},
 14316  		{"RawSyscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
 14317  		{"RawSyscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
 14318  		{"Read", Func, 0, "func(fd int, p []byte) (n int, err error)"},
 14319  		{"ReadConsole", Func, 1, ""},
 14320  		{"ReadDirectoryChanges", Func, 0, ""},
 14321  		{"ReadDirent", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
 14322  		{"ReadFile", Func, 0, ""},
 14323  		{"Readlink", Func, 0, "func(path string, buf []byte) (n int, err error)"},
 14324  		{"Reboot", Func, 0, "func(cmd int) (err error)"},
 14325  		{"Recvfrom", Func, 0, "func(fd int, p []byte, flags int) (n int, from Sockaddr, err error)"},
 14326  		{"Recvmsg", Func, 0, "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from Sockaddr, err error)"},
 14327  		{"RegCloseKey", Func, 0, ""},
 14328  		{"RegEnumKeyEx", Func, 0, ""},
 14329  		{"RegOpenKeyEx", Func, 0, ""},
 14330  		{"RegQueryInfoKey", Func, 0, ""},
 14331  		{"RegQueryValueEx", Func, 0, ""},
 14332  		{"RemoveDirectory", Func, 0, ""},
 14333  		{"Removexattr", Func, 1, "func(path string, attr string) (err error)"},
 14334  		{"Rename", Func, 0, "func(oldpath string, newpath string) (err error)"},
 14335  		{"Renameat", Func, 0, "func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)"},
 14336  		{"Revoke", Func, 0, ""},
 14337  		{"Rlimit", Type, 0, ""},
 14338  		{"Rlimit.Cur", Field, 0, ""},
 14339  		{"Rlimit.Max", Field, 0, ""},
 14340  		{"Rmdir", Func, 0, "func(path string) error"},
 14341  		{"RouteMessage", Type, 0, ""},
 14342  		{"RouteMessage.Data", Field, 0, ""},
 14343  		{"RouteMessage.Header", Field, 0, ""},
 14344  		{"RouteRIB", Func, 0, ""},
 14345  		{"RoutingMessage", Type, 0, ""},
 14346  		{"RtAttr", Type, 0, ""},
 14347  		{"RtAttr.Len", Field, 0, ""},
 14348  		{"RtAttr.Type", Field, 0, ""},
 14349  		{"RtGenmsg", Type, 0, ""},
 14350  		{"RtGenmsg.Family", Field, 0, ""},
 14351  		{"RtMetrics", Type, 0, ""},
 14352  		{"RtMetrics.Expire", Field, 0, ""},
 14353  		{"RtMetrics.Filler", Field, 0, ""},
 14354  		{"RtMetrics.Hopcount", Field, 0, ""},
 14355  		{"RtMetrics.Locks", Field, 0, ""},
 14356  		{"RtMetrics.Mtu", Field, 0, ""},
 14357  		{"RtMetrics.Pad", Field, 3, ""},
 14358  		{"RtMetrics.Pksent", Field, 0, ""},
 14359  		{"RtMetrics.Recvpipe", Field, 0, ""},
 14360  		{"RtMetrics.Refcnt", Field, 2, ""},
 14361  		{"RtMetrics.Rtt", Field, 0, ""},
 14362  		{"RtMetrics.Rttvar", Field, 0, ""},
 14363  		{"RtMetrics.Sendpipe", Field, 0, ""},
 14364  		{"RtMetrics.Ssthresh", Field, 0, ""},
 14365  		{"RtMetrics.Weight", Field, 0, ""},
 14366  		{"RtMsg", Type, 0, ""},
 14367  		{"RtMsg.Dst_len", Field, 0, ""},
 14368  		{"RtMsg.Family", Field, 0, ""},
 14369  		{"RtMsg.Flags", Field, 0, ""},
 14370  		{"RtMsg.Protocol", Field, 0, ""},
 14371  		{"RtMsg.Scope", Field, 0, ""},
 14372  		{"RtMsg.Src_len", Field, 0, ""},
 14373  		{"RtMsg.Table", Field, 0, ""},
 14374  		{"RtMsg.Tos", Field, 0, ""},
 14375  		{"RtMsg.Type", Field, 0, ""},
 14376  		{"RtMsghdr", Type, 0, ""},
 14377  		{"RtMsghdr.Addrs", Field, 0, ""},
 14378  		{"RtMsghdr.Errno", Field, 0, ""},
 14379  		{"RtMsghdr.Flags", Field, 0, ""},
 14380  		{"RtMsghdr.Fmask", Field, 0, ""},
 14381  		{"RtMsghdr.Hdrlen", Field, 2, ""},
 14382  		{"RtMsghdr.Index", Field, 0, ""},
 14383  		{"RtMsghdr.Inits", Field, 0, ""},
 14384  		{"RtMsghdr.Mpls", Field, 2, ""},
 14385  		{"RtMsghdr.Msglen", Field, 0, ""},
 14386  		{"RtMsghdr.Pad_cgo_0", Field, 0, ""},
 14387  		{"RtMsghdr.Pad_cgo_1", Field, 2, ""},
 14388  		{"RtMsghdr.Pid", Field, 0, ""},
 14389  		{"RtMsghdr.Priority", Field, 2, ""},
 14390  		{"RtMsghdr.Rmx", Field, 0, ""},
 14391  		{"RtMsghdr.Seq", Field, 0, ""},
 14392  		{"RtMsghdr.Tableid", Field, 2, ""},
 14393  		{"RtMsghdr.Type", Field, 0, ""},
 14394  		{"RtMsghdr.Use", Field, 0, ""},
 14395  		{"RtMsghdr.Version", Field, 0, ""},
 14396  		{"RtNexthop", Type, 0, ""},
 14397  		{"RtNexthop.Flags", Field, 0, ""},
 14398  		{"RtNexthop.Hops", Field, 0, ""},
 14399  		{"RtNexthop.Ifindex", Field, 0, ""},
 14400  		{"RtNexthop.Len", Field, 0, ""},
 14401  		{"Rusage", Type, 0, ""},
 14402  		{"Rusage.CreationTime", Field, 0, ""},
 14403  		{"Rusage.ExitTime", Field, 0, ""},
 14404  		{"Rusage.Idrss", Field, 0, ""},
 14405  		{"Rusage.Inblock", Field, 0, ""},
 14406  		{"Rusage.Isrss", Field, 0, ""},
 14407  		{"Rusage.Ixrss", Field, 0, ""},
 14408  		{"Rusage.KernelTime", Field, 0, ""},
 14409  		{"Rusage.Majflt", Field, 0, ""},
 14410  		{"Rusage.Maxrss", Field, 0, ""},
 14411  		{"Rusage.Minflt", Field, 0, ""},
 14412  		{"Rusage.Msgrcv", Field, 0, ""},
 14413  		{"Rusage.Msgsnd", Field, 0, ""},
 14414  		{"Rusage.Nivcsw", Field, 0, ""},
 14415  		{"Rusage.Nsignals", Field, 0, ""},
 14416  		{"Rusage.Nswap", Field, 0, ""},
 14417  		{"Rusage.Nvcsw", Field, 0, ""},
 14418  		{"Rusage.Oublock", Field, 0, ""},
 14419  		{"Rusage.Stime", Field, 0, ""},
 14420  		{"Rusage.UserTime", Field, 0, ""},
 14421  		{"Rusage.Utime", Field, 0, ""},
 14422  		{"SCM_BINTIME", Const, 0, ""},
 14423  		{"SCM_CREDENTIALS", Const, 0, ""},
 14424  		{"SCM_CREDS", Const, 0, ""},
 14425  		{"SCM_RIGHTS", Const, 0, ""},
 14426  		{"SCM_TIMESTAMP", Const, 0, ""},
 14427  		{"SCM_TIMESTAMPING", Const, 0, ""},
 14428  		{"SCM_TIMESTAMPNS", Const, 0, ""},
 14429  		{"SCM_TIMESTAMP_MONOTONIC", Const, 0, ""},
 14430  		{"SHUT_RD", Const, 0, ""},
 14431  		{"SHUT_RDWR", Const, 0, ""},
 14432  		{"SHUT_WR", Const, 0, ""},
 14433  		{"SID", Type, 0, ""},
 14434  		{"SIDAndAttributes", Type, 0, ""},
 14435  		{"SIDAndAttributes.Attributes", Field, 0, ""},
 14436  		{"SIDAndAttributes.Sid", Field, 0, ""},
 14437  		{"SIGABRT", Const, 0, ""},
 14438  		{"SIGALRM", Const, 0, ""},
 14439  		{"SIGBUS", Const, 0, ""},
 14440  		{"SIGCHLD", Const, 0, ""},
 14441  		{"SIGCLD", Const, 0, ""},
 14442  		{"SIGCONT", Const, 0, ""},
 14443  		{"SIGEMT", Const, 0, ""},
 14444  		{"SIGFPE", Const, 0, ""},
 14445  		{"SIGHUP", Const, 0, ""},
 14446  		{"SIGILL", Const, 0, ""},
 14447  		{"SIGINFO", Const, 0, ""},
 14448  		{"SIGINT", Const, 0, ""},
 14449  		{"SIGIO", Const, 0, ""},
 14450  		{"SIGIOT", Const, 0, ""},
 14451  		{"SIGKILL", Const, 0, ""},
 14452  		{"SIGLIBRT", Const, 1, ""},
 14453  		{"SIGLWP", Const, 0, ""},
 14454  		{"SIGPIPE", Const, 0, ""},
 14455  		{"SIGPOLL", Const, 0, ""},
 14456  		{"SIGPROF", Const, 0, ""},
 14457  		{"SIGPWR", Const, 0, ""},
 14458  		{"SIGQUIT", Const, 0, ""},
 14459  		{"SIGSEGV", Const, 0, ""},
 14460  		{"SIGSTKFLT", Const, 0, ""},
 14461  		{"SIGSTOP", Const, 0, ""},
 14462  		{"SIGSYS", Const, 0, ""},
 14463  		{"SIGTERM", Const, 0, ""},
 14464  		{"SIGTHR", Const, 0, ""},
 14465  		{"SIGTRAP", Const, 0, ""},
 14466  		{"SIGTSTP", Const, 0, ""},
 14467  		{"SIGTTIN", Const, 0, ""},
 14468  		{"SIGTTOU", Const, 0, ""},
 14469  		{"SIGUNUSED", Const, 0, ""},
 14470  		{"SIGURG", Const, 0, ""},
 14471  		{"SIGUSR1", Const, 0, ""},
 14472  		{"SIGUSR2", Const, 0, ""},
 14473  		{"SIGVTALRM", Const, 0, ""},
 14474  		{"SIGWINCH", Const, 0, ""},
 14475  		{"SIGXCPU", Const, 0, ""},
 14476  		{"SIGXFSZ", Const, 0, ""},
 14477  		{"SIOCADDDLCI", Const, 0, ""},
 14478  		{"SIOCADDMULTI", Const, 0, ""},
 14479  		{"SIOCADDRT", Const, 0, ""},
 14480  		{"SIOCAIFADDR", Const, 0, ""},
 14481  		{"SIOCAIFGROUP", Const, 0, ""},
 14482  		{"SIOCALIFADDR", Const, 0, ""},
 14483  		{"SIOCARPIPLL", Const, 0, ""},
 14484  		{"SIOCATMARK", Const, 0, ""},
 14485  		{"SIOCAUTOADDR", Const, 0, ""},
 14486  		{"SIOCAUTONETMASK", Const, 0, ""},
 14487  		{"SIOCBRDGADD", Const, 1, ""},
 14488  		{"SIOCBRDGADDS", Const, 1, ""},
 14489  		{"SIOCBRDGARL", Const, 1, ""},
 14490  		{"SIOCBRDGDADDR", Const, 1, ""},
 14491  		{"SIOCBRDGDEL", Const, 1, ""},
 14492  		{"SIOCBRDGDELS", Const, 1, ""},
 14493  		{"SIOCBRDGFLUSH", Const, 1, ""},
 14494  		{"SIOCBRDGFRL", Const, 1, ""},
 14495  		{"SIOCBRDGGCACHE", Const, 1, ""},
 14496  		{"SIOCBRDGGFD", Const, 1, ""},
 14497  		{"SIOCBRDGGHT", Const, 1, ""},
 14498  		{"SIOCBRDGGIFFLGS", Const, 1, ""},
 14499  		{"SIOCBRDGGMA", Const, 1, ""},
 14500  		{"SIOCBRDGGPARAM", Const, 1, ""},
 14501  		{"SIOCBRDGGPRI", Const, 1, ""},
 14502  		{"SIOCBRDGGRL", Const, 1, ""},
 14503  		{"SIOCBRDGGSIFS", Const, 1, ""},
 14504  		{"SIOCBRDGGTO", Const, 1, ""},
 14505  		{"SIOCBRDGIFS", Const, 1, ""},
 14506  		{"SIOCBRDGRTS", Const, 1, ""},
 14507  		{"SIOCBRDGSADDR", Const, 1, ""},
 14508  		{"SIOCBRDGSCACHE", Const, 1, ""},
 14509  		{"SIOCBRDGSFD", Const, 1, ""},
 14510  		{"SIOCBRDGSHT", Const, 1, ""},
 14511  		{"SIOCBRDGSIFCOST", Const, 1, ""},
 14512  		{"SIOCBRDGSIFFLGS", Const, 1, ""},
 14513  		{"SIOCBRDGSIFPRIO", Const, 1, ""},
 14514  		{"SIOCBRDGSMA", Const, 1, ""},
 14515  		{"SIOCBRDGSPRI", Const, 1, ""},
 14516  		{"SIOCBRDGSPROTO", Const, 1, ""},
 14517  		{"SIOCBRDGSTO", Const, 1, ""},
 14518  		{"SIOCBRDGSTXHC", Const, 1, ""},
 14519  		{"SIOCDARP", Const, 0, ""},
 14520  		{"SIOCDELDLCI", Const, 0, ""},
 14521  		{"SIOCDELMULTI", Const, 0, ""},
 14522  		{"SIOCDELRT", Const, 0, ""},
 14523  		{"SIOCDEVPRIVATE", Const, 0, ""},
 14524  		{"SIOCDIFADDR", Const, 0, ""},
 14525  		{"SIOCDIFGROUP", Const, 0, ""},
 14526  		{"SIOCDIFPHYADDR", Const, 0, ""},
 14527  		{"SIOCDLIFADDR", Const, 0, ""},
 14528  		{"SIOCDRARP", Const, 0, ""},
 14529  		{"SIOCGARP", Const, 0, ""},
 14530  		{"SIOCGDRVSPEC", Const, 0, ""},
 14531  		{"SIOCGETKALIVE", Const, 1, ""},
 14532  		{"SIOCGETLABEL", Const, 1, ""},
 14533  		{"SIOCGETPFLOW", Const, 1, ""},
 14534  		{"SIOCGETPFSYNC", Const, 1, ""},
 14535  		{"SIOCGETSGCNT", Const, 0, ""},
 14536  		{"SIOCGETVIFCNT", Const, 0, ""},
 14537  		{"SIOCGETVLAN", Const, 0, ""},
 14538  		{"SIOCGHIWAT", Const, 0, ""},
 14539  		{"SIOCGIFADDR", Const, 0, ""},
 14540  		{"SIOCGIFADDRPREF", Const, 1, ""},
 14541  		{"SIOCGIFALIAS", Const, 1, ""},
 14542  		{"SIOCGIFALTMTU", Const, 0, ""},
 14543  		{"SIOCGIFASYNCMAP", Const, 0, ""},
 14544  		{"SIOCGIFBOND", Const, 0, ""},
 14545  		{"SIOCGIFBR", Const, 0, ""},
 14546  		{"SIOCGIFBRDADDR", Const, 0, ""},
 14547  		{"SIOCGIFCAP", Const, 0, ""},
 14548  		{"SIOCGIFCONF", Const, 0, ""},
 14549  		{"SIOCGIFCOUNT", Const, 0, ""},
 14550  		{"SIOCGIFDATA", Const, 1, ""},
 14551  		{"SIOCGIFDESCR", Const, 0, ""},
 14552  		{"SIOCGIFDEVMTU", Const, 0, ""},
 14553  		{"SIOCGIFDLT", Const, 1, ""},
 14554  		{"SIOCGIFDSTADDR", Const, 0, ""},
 14555  		{"SIOCGIFENCAP", Const, 0, ""},
 14556  		{"SIOCGIFFIB", Const, 1, ""},
 14557  		{"SIOCGIFFLAGS", Const, 0, ""},
 14558  		{"SIOCGIFGATTR", Const, 1, ""},
 14559  		{"SIOCGIFGENERIC", Const, 0, ""},
 14560  		{"SIOCGIFGMEMB", Const, 0, ""},
 14561  		{"SIOCGIFGROUP", Const, 0, ""},
 14562  		{"SIOCGIFHARDMTU", Const, 3, ""},
 14563  		{"SIOCGIFHWADDR", Const, 0, ""},
 14564  		{"SIOCGIFINDEX", Const, 0, ""},
 14565  		{"SIOCGIFKPI", Const, 0, ""},
 14566  		{"SIOCGIFMAC", Const, 0, ""},
 14567  		{"SIOCGIFMAP", Const, 0, ""},
 14568  		{"SIOCGIFMEDIA", Const, 0, ""},
 14569  		{"SIOCGIFMEM", Const, 0, ""},
 14570  		{"SIOCGIFMETRIC", Const, 0, ""},
 14571  		{"SIOCGIFMTU", Const, 0, ""},
 14572  		{"SIOCGIFNAME", Const, 0, ""},
 14573  		{"SIOCGIFNETMASK", Const, 0, ""},
 14574  		{"SIOCGIFPDSTADDR", Const, 0, ""},
 14575  		{"SIOCGIFPFLAGS", Const, 0, ""},
 14576  		{"SIOCGIFPHYS", Const, 0, ""},
 14577  		{"SIOCGIFPRIORITY", Const, 1, ""},
 14578  		{"SIOCGIFPSRCADDR", Const, 0, ""},
 14579  		{"SIOCGIFRDOMAIN", Const, 1, ""},
 14580  		{"SIOCGIFRTLABEL", Const, 1, ""},
 14581  		{"SIOCGIFSLAVE", Const, 0, ""},
 14582  		{"SIOCGIFSTATUS", Const, 0, ""},
 14583  		{"SIOCGIFTIMESLOT", Const, 1, ""},
 14584  		{"SIOCGIFTXQLEN", Const, 0, ""},
 14585  		{"SIOCGIFVLAN", Const, 0, ""},
 14586  		{"SIOCGIFWAKEFLAGS", Const, 0, ""},
 14587  		{"SIOCGIFXFLAGS", Const, 1, ""},
 14588  		{"SIOCGLIFADDR", Const, 0, ""},
 14589  		{"SIOCGLIFPHYADDR", Const, 0, ""},
 14590  		{"SIOCGLIFPHYRTABLE", Const, 1, ""},
 14591  		{"SIOCGLIFPHYTTL", Const, 3, ""},
 14592  		{"SIOCGLINKSTR", Const, 1, ""},
 14593  		{"SIOCGLOWAT", Const, 0, ""},
 14594  		{"SIOCGPGRP", Const, 0, ""},
 14595  		{"SIOCGPRIVATE_0", Const, 0, ""},
 14596  		{"SIOCGPRIVATE_1", Const, 0, ""},
 14597  		{"SIOCGRARP", Const, 0, ""},
 14598  		{"SIOCGSPPPPARAMS", Const, 3, ""},
 14599  		{"SIOCGSTAMP", Const, 0, ""},
 14600  		{"SIOCGSTAMPNS", Const, 0, ""},
 14601  		{"SIOCGVH", Const, 1, ""},
 14602  		{"SIOCGVNETID", Const, 3, ""},
 14603  		{"SIOCIFCREATE", Const, 0, ""},
 14604  		{"SIOCIFCREATE2", Const, 0, ""},
 14605  		{"SIOCIFDESTROY", Const, 0, ""},
 14606  		{"SIOCIFGCLONERS", Const, 0, ""},
 14607  		{"SIOCINITIFADDR", Const, 1, ""},
 14608  		{"SIOCPROTOPRIVATE", Const, 0, ""},
 14609  		{"SIOCRSLVMULTI", Const, 0, ""},
 14610  		{"SIOCRTMSG", Const, 0, ""},
 14611  		{"SIOCSARP", Const, 0, ""},
 14612  		{"SIOCSDRVSPEC", Const, 0, ""},
 14613  		{"SIOCSETKALIVE", Const, 1, ""},
 14614  		{"SIOCSETLABEL", Const, 1, ""},
 14615  		{"SIOCSETPFLOW", Const, 1, ""},
 14616  		{"SIOCSETPFSYNC", Const, 1, ""},
 14617  		{"SIOCSETVLAN", Const, 0, ""},
 14618  		{"SIOCSHIWAT", Const, 0, ""},
 14619  		{"SIOCSIFADDR", Const, 0, ""},
 14620  		{"SIOCSIFADDRPREF", Const, 1, ""},
 14621  		{"SIOCSIFALTMTU", Const, 0, ""},
 14622  		{"SIOCSIFASYNCMAP", Const, 0, ""},
 14623  		{"SIOCSIFBOND", Const, 0, ""},
 14624  		{"SIOCSIFBR", Const, 0, ""},
 14625  		{"SIOCSIFBRDADDR", Const, 0, ""},
 14626  		{"SIOCSIFCAP", Const, 0, ""},
 14627  		{"SIOCSIFDESCR", Const, 0, ""},
 14628  		{"SIOCSIFDSTADDR", Const, 0, ""},
 14629  		{"SIOCSIFENCAP", Const, 0, ""},
 14630  		{"SIOCSIFFIB", Const, 1, ""},
 14631  		{"SIOCSIFFLAGS", Const, 0, ""},
 14632  		{"SIOCSIFGATTR", Const, 1, ""},
 14633  		{"SIOCSIFGENERIC", Const, 0, ""},
 14634  		{"SIOCSIFHWADDR", Const, 0, ""},
 14635  		{"SIOCSIFHWBROADCAST", Const, 0, ""},
 14636  		{"SIOCSIFKPI", Const, 0, ""},
 14637  		{"SIOCSIFLINK", Const, 0, ""},
 14638  		{"SIOCSIFLLADDR", Const, 0, ""},
 14639  		{"SIOCSIFMAC", Const, 0, ""},
 14640  		{"SIOCSIFMAP", Const, 0, ""},
 14641  		{"SIOCSIFMEDIA", Const, 0, ""},
 14642  		{"SIOCSIFMEM", Const, 0, ""},
 14643  		{"SIOCSIFMETRIC", Const, 0, ""},
 14644  		{"SIOCSIFMTU", Const, 0, ""},
 14645  		{"SIOCSIFNAME", Const, 0, ""},
 14646  		{"SIOCSIFNETMASK", Const, 0, ""},
 14647  		{"SIOCSIFPFLAGS", Const, 0, ""},
 14648  		{"SIOCSIFPHYADDR", Const, 0, ""},
 14649  		{"SIOCSIFPHYS", Const, 0, ""},
 14650  		{"SIOCSIFPRIORITY", Const, 1, ""},
 14651  		{"SIOCSIFRDOMAIN", Const, 1, ""},
 14652  		{"SIOCSIFRTLABEL", Const, 1, ""},
 14653  		{"SIOCSIFRVNET", Const, 0, ""},
 14654  		{"SIOCSIFSLAVE", Const, 0, ""},
 14655  		{"SIOCSIFTIMESLOT", Const, 1, ""},
 14656  		{"SIOCSIFTXQLEN", Const, 0, ""},
 14657  		{"SIOCSIFVLAN", Const, 0, ""},
 14658  		{"SIOCSIFVNET", Const, 0, ""},
 14659  		{"SIOCSIFXFLAGS", Const, 1, ""},
 14660  		{"SIOCSLIFPHYADDR", Const, 0, ""},
 14661  		{"SIOCSLIFPHYRTABLE", Const, 1, ""},
 14662  		{"SIOCSLIFPHYTTL", Const, 3, ""},
 14663  		{"SIOCSLINKSTR", Const, 1, ""},
 14664  		{"SIOCSLOWAT", Const, 0, ""},
 14665  		{"SIOCSPGRP", Const, 0, ""},
 14666  		{"SIOCSRARP", Const, 0, ""},
 14667  		{"SIOCSSPPPPARAMS", Const, 3, ""},
 14668  		{"SIOCSVH", Const, 1, ""},
 14669  		{"SIOCSVNETID", Const, 3, ""},
 14670  		{"SIOCZIFDATA", Const, 1, ""},
 14671  		{"SIO_GET_EXTENSION_FUNCTION_POINTER", Const, 1, ""},
 14672  		{"SIO_GET_INTERFACE_LIST", Const, 0, ""},
 14673  		{"SIO_KEEPALIVE_VALS", Const, 3, ""},
 14674  		{"SIO_UDP_CONNRESET", Const, 4, ""},
 14675  		{"SOCK_CLOEXEC", Const, 0, ""},
 14676  		{"SOCK_DCCP", Const, 0, ""},
 14677  		{"SOCK_DGRAM", Const, 0, ""},
 14678  		{"SOCK_FLAGS_MASK", Const, 1, ""},
 14679  		{"SOCK_MAXADDRLEN", Const, 0, ""},
 14680  		{"SOCK_NONBLOCK", Const, 0, ""},
 14681  		{"SOCK_NOSIGPIPE", Const, 1, ""},
 14682  		{"SOCK_PACKET", Const, 0, ""},
 14683  		{"SOCK_RAW", Const, 0, ""},
 14684  		{"SOCK_RDM", Const, 0, ""},
 14685  		{"SOCK_SEQPACKET", Const, 0, ""},
 14686  		{"SOCK_STREAM", Const, 0, ""},
 14687  		{"SOL_AAL", Const, 0, ""},
 14688  		{"SOL_ATM", Const, 0, ""},
 14689  		{"SOL_DECNET", Const, 0, ""},
 14690  		{"SOL_ICMPV6", Const, 0, ""},
 14691  		{"SOL_IP", Const, 0, ""},
 14692  		{"SOL_IPV6", Const, 0, ""},
 14693  		{"SOL_IRDA", Const, 0, ""},
 14694  		{"SOL_PACKET", Const, 0, ""},
 14695  		{"SOL_RAW", Const, 0, ""},
 14696  		{"SOL_SOCKET", Const, 0, ""},
 14697  		{"SOL_TCP", Const, 0, ""},
 14698  		{"SOL_X25", Const, 0, ""},
 14699  		{"SOMAXCONN", Const, 0, ""},
 14700  		{"SO_ACCEPTCONN", Const, 0, ""},
 14701  		{"SO_ACCEPTFILTER", Const, 0, ""},
 14702  		{"SO_ATTACH_FILTER", Const, 0, ""},
 14703  		{"SO_BINDANY", Const, 1, ""},
 14704  		{"SO_BINDTODEVICE", Const, 0, ""},
 14705  		{"SO_BINTIME", Const, 0, ""},
 14706  		{"SO_BROADCAST", Const, 0, ""},
 14707  		{"SO_BSDCOMPAT", Const, 0, ""},
 14708  		{"SO_DEBUG", Const, 0, ""},
 14709  		{"SO_DETACH_FILTER", Const, 0, ""},
 14710  		{"SO_DOMAIN", Const, 0, ""},
 14711  		{"SO_DONTROUTE", Const, 0, ""},
 14712  		{"SO_DONTTRUNC", Const, 0, ""},
 14713  		{"SO_ERROR", Const, 0, ""},
 14714  		{"SO_KEEPALIVE", Const, 0, ""},
 14715  		{"SO_LABEL", Const, 0, ""},
 14716  		{"SO_LINGER", Const, 0, ""},
 14717  		{"SO_LINGER_SEC", Const, 0, ""},
 14718  		{"SO_LISTENINCQLEN", Const, 0, ""},
 14719  		{"SO_LISTENQLEN", Const, 0, ""},
 14720  		{"SO_LISTENQLIMIT", Const, 0, ""},
 14721  		{"SO_MARK", Const, 0, ""},
 14722  		{"SO_NETPROC", Const, 1, ""},
 14723  		{"SO_NKE", Const, 0, ""},
 14724  		{"SO_NOADDRERR", Const, 0, ""},
 14725  		{"SO_NOHEADER", Const, 1, ""},
 14726  		{"SO_NOSIGPIPE", Const, 0, ""},
 14727  		{"SO_NOTIFYCONFLICT", Const, 0, ""},
 14728  		{"SO_NO_CHECK", Const, 0, ""},
 14729  		{"SO_NO_DDP", Const, 0, ""},
 14730  		{"SO_NO_OFFLOAD", Const, 0, ""},
 14731  		{"SO_NP_EXTENSIONS", Const, 0, ""},
 14732  		{"SO_NREAD", Const, 0, ""},
 14733  		{"SO_NUMRCVPKT", Const, 16, ""},
 14734  		{"SO_NWRITE", Const, 0, ""},
 14735  		{"SO_OOBINLINE", Const, 0, ""},
 14736  		{"SO_OVERFLOWED", Const, 1, ""},
 14737  		{"SO_PASSCRED", Const, 0, ""},
 14738  		{"SO_PASSSEC", Const, 0, ""},
 14739  		{"SO_PEERCRED", Const, 0, ""},
 14740  		{"SO_PEERLABEL", Const, 0, ""},
 14741  		{"SO_PEERNAME", Const, 0, ""},
 14742  		{"SO_PEERSEC", Const, 0, ""},
 14743  		{"SO_PRIORITY", Const, 0, ""},
 14744  		{"SO_PROTOCOL", Const, 0, ""},
 14745  		{"SO_PROTOTYPE", Const, 1, ""},
 14746  		{"SO_RANDOMPORT", Const, 0, ""},
 14747  		{"SO_RCVBUF", Const, 0, ""},
 14748  		{"SO_RCVBUFFORCE", Const, 0, ""},
 14749  		{"SO_RCVLOWAT", Const, 0, ""},
 14750  		{"SO_RCVTIMEO", Const, 0, ""},
 14751  		{"SO_RESTRICTIONS", Const, 0, ""},
 14752  		{"SO_RESTRICT_DENYIN", Const, 0, ""},
 14753  		{"SO_RESTRICT_DENYOUT", Const, 0, ""},
 14754  		{"SO_RESTRICT_DENYSET", Const, 0, ""},
 14755  		{"SO_REUSEADDR", Const, 0, ""},
 14756  		{"SO_REUSEPORT", Const, 0, ""},
 14757  		{"SO_REUSESHAREUID", Const, 0, ""},
 14758  		{"SO_RTABLE", Const, 1, ""},
 14759  		{"SO_RXQ_OVFL", Const, 0, ""},
 14760  		{"SO_SECURITY_AUTHENTICATION", Const, 0, ""},
 14761  		{"SO_SECURITY_ENCRYPTION_NETWORK", Const, 0, ""},
 14762  		{"SO_SECURITY_ENCRYPTION_TRANSPORT", Const, 0, ""},
 14763  		{"SO_SETFIB", Const, 0, ""},
 14764  		{"SO_SNDBUF", Const, 0, ""},
 14765  		{"SO_SNDBUFFORCE", Const, 0, ""},
 14766  		{"SO_SNDLOWAT", Const, 0, ""},
 14767  		{"SO_SNDTIMEO", Const, 0, ""},
 14768  		{"SO_SPLICE", Const, 1, ""},
 14769  		{"SO_TIMESTAMP", Const, 0, ""},
 14770  		{"SO_TIMESTAMPING", Const, 0, ""},
 14771  		{"SO_TIMESTAMPNS", Const, 0, ""},
 14772  		{"SO_TIMESTAMP_MONOTONIC", Const, 0, ""},
 14773  		{"SO_TYPE", Const, 0, ""},
 14774  		{"SO_UPCALLCLOSEWAIT", Const, 0, ""},
 14775  		{"SO_UPDATE_ACCEPT_CONTEXT", Const, 0, ""},
 14776  		{"SO_UPDATE_CONNECT_CONTEXT", Const, 1, ""},
 14777  		{"SO_USELOOPBACK", Const, 0, ""},
 14778  		{"SO_USER_COOKIE", Const, 1, ""},
 14779  		{"SO_VENDOR", Const, 3, ""},
 14780  		{"SO_WANTMORE", Const, 0, ""},
 14781  		{"SO_WANTOOBFLAG", Const, 0, ""},
 14782  		{"SSLExtraCertChainPolicyPara", Type, 0, ""},
 14783  		{"SSLExtraCertChainPolicyPara.AuthType", Field, 0, ""},
 14784  		{"SSLExtraCertChainPolicyPara.Checks", Field, 0, ""},
 14785  		{"SSLExtraCertChainPolicyPara.ServerName", Field, 0, ""},
 14786  		{"SSLExtraCertChainPolicyPara.Size", Field, 0, ""},
 14787  		{"STANDARD_RIGHTS_ALL", Const, 0, ""},
 14788  		{"STANDARD_RIGHTS_EXECUTE", Const, 0, ""},
 14789  		{"STANDARD_RIGHTS_READ", Const, 0, ""},
 14790  		{"STANDARD_RIGHTS_REQUIRED", Const, 0, ""},
 14791  		{"STANDARD_RIGHTS_WRITE", Const, 0, ""},
 14792  		{"STARTF_USESHOWWINDOW", Const, 0, ""},
 14793  		{"STARTF_USESTDHANDLES", Const, 0, ""},
 14794  		{"STD_ERROR_HANDLE", Const, 0, ""},
 14795  		{"STD_INPUT_HANDLE", Const, 0, ""},
 14796  		{"STD_OUTPUT_HANDLE", Const, 0, ""},
 14797  		{"SUBLANG_ENGLISH_US", Const, 0, ""},
 14798  		{"SW_FORCEMINIMIZE", Const, 0, ""},
 14799  		{"SW_HIDE", Const, 0, ""},
 14800  		{"SW_MAXIMIZE", Const, 0, ""},
 14801  		{"SW_MINIMIZE", Const, 0, ""},
 14802  		{"SW_NORMAL", Const, 0, ""},
 14803  		{"SW_RESTORE", Const, 0, ""},
 14804  		{"SW_SHOW", Const, 0, ""},
 14805  		{"SW_SHOWDEFAULT", Const, 0, ""},
 14806  		{"SW_SHOWMAXIMIZED", Const, 0, ""},
 14807  		{"SW_SHOWMINIMIZED", Const, 0, ""},
 14808  		{"SW_SHOWMINNOACTIVE", Const, 0, ""},
 14809  		{"SW_SHOWNA", Const, 0, ""},
 14810  		{"SW_SHOWNOACTIVATE", Const, 0, ""},
 14811  		{"SW_SHOWNORMAL", Const, 0, ""},
 14812  		{"SYMBOLIC_LINK_FLAG_DIRECTORY", Const, 4, ""},
 14813  		{"SYNCHRONIZE", Const, 0, ""},
 14814  		{"SYSCTL_VERSION", Const, 1, ""},
 14815  		{"SYSCTL_VERS_0", Const, 1, ""},
 14816  		{"SYSCTL_VERS_1", Const, 1, ""},
 14817  		{"SYSCTL_VERS_MASK", Const, 1, ""},
 14818  		{"SYS_ABORT2", Const, 0, ""},
 14819  		{"SYS_ACCEPT", Const, 0, ""},
 14820  		{"SYS_ACCEPT4", Const, 0, ""},
 14821  		{"SYS_ACCEPT_NOCANCEL", Const, 0, ""},
 14822  		{"SYS_ACCESS", Const, 0, ""},
 14823  		{"SYS_ACCESS_EXTENDED", Const, 0, ""},
 14824  		{"SYS_ACCT", Const, 0, ""},
 14825  		{"SYS_ADD_KEY", Const, 0, ""},
 14826  		{"SYS_ADD_PROFIL", Const, 0, ""},
 14827  		{"SYS_ADJFREQ", Const, 1, ""},
 14828  		{"SYS_ADJTIME", Const, 0, ""},
 14829  		{"SYS_ADJTIMEX", Const, 0, ""},
 14830  		{"SYS_AFS_SYSCALL", Const, 0, ""},
 14831  		{"SYS_AIO_CANCEL", Const, 0, ""},
 14832  		{"SYS_AIO_ERROR", Const, 0, ""},
 14833  		{"SYS_AIO_FSYNC", Const, 0, ""},
 14834  		{"SYS_AIO_MLOCK", Const, 14, ""},
 14835  		{"SYS_AIO_READ", Const, 0, ""},
 14836  		{"SYS_AIO_RETURN", Const, 0, ""},
 14837  		{"SYS_AIO_SUSPEND", Const, 0, ""},
 14838  		{"SYS_AIO_SUSPEND_NOCANCEL", Const, 0, ""},
 14839  		{"SYS_AIO_WAITCOMPLETE", Const, 14, ""},
 14840  		{"SYS_AIO_WRITE", Const, 0, ""},
 14841  		{"SYS_ALARM", Const, 0, ""},
 14842  		{"SYS_ARCH_PRCTL", Const, 0, ""},
 14843  		{"SYS_ARM_FADVISE64_64", Const, 0, ""},
 14844  		{"SYS_ARM_SYNC_FILE_RANGE", Const, 0, ""},
 14845  		{"SYS_ATGETMSG", Const, 0, ""},
 14846  		{"SYS_ATPGETREQ", Const, 0, ""},
 14847  		{"SYS_ATPGETRSP", Const, 0, ""},
 14848  		{"SYS_ATPSNDREQ", Const, 0, ""},
 14849  		{"SYS_ATPSNDRSP", Const, 0, ""},
 14850  		{"SYS_ATPUTMSG", Const, 0, ""},
 14851  		{"SYS_ATSOCKET", Const, 0, ""},
 14852  		{"SYS_AUDIT", Const, 0, ""},
 14853  		{"SYS_AUDITCTL", Const, 0, ""},
 14854  		{"SYS_AUDITON", Const, 0, ""},
 14855  		{"SYS_AUDIT_SESSION_JOIN", Const, 0, ""},
 14856  		{"SYS_AUDIT_SESSION_PORT", Const, 0, ""},
 14857  		{"SYS_AUDIT_SESSION_SELF", Const, 0, ""},
 14858  		{"SYS_BDFLUSH", Const, 0, ""},
 14859  		{"SYS_BIND", Const, 0, ""},
 14860  		{"SYS_BINDAT", Const, 3, ""},
 14861  		{"SYS_BREAK", Const, 0, ""},
 14862  		{"SYS_BRK", Const, 0, ""},
 14863  		{"SYS_BSDTHREAD_CREATE", Const, 0, ""},
 14864  		{"SYS_BSDTHREAD_REGISTER", Const, 0, ""},
 14865  		{"SYS_BSDTHREAD_TERMINATE", Const, 0, ""},
 14866  		{"SYS_CAPGET", Const, 0, ""},
 14867  		{"SYS_CAPSET", Const, 0, ""},
 14868  		{"SYS_CAP_ENTER", Const, 0, ""},
 14869  		{"SYS_CAP_FCNTLS_GET", Const, 1, ""},
 14870  		{"SYS_CAP_FCNTLS_LIMIT", Const, 1, ""},
 14871  		{"SYS_CAP_GETMODE", Const, 0, ""},
 14872  		{"SYS_CAP_GETRIGHTS", Const, 0, ""},
 14873  		{"SYS_CAP_IOCTLS_GET", Const, 1, ""},
 14874  		{"SYS_CAP_IOCTLS_LIMIT", Const, 1, ""},
 14875  		{"SYS_CAP_NEW", Const, 0, ""},
 14876  		{"SYS_CAP_RIGHTS_GET", Const, 1, ""},
 14877  		{"SYS_CAP_RIGHTS_LIMIT", Const, 1, ""},
 14878  		{"SYS_CHDIR", Const, 0, ""},
 14879  		{"SYS_CHFLAGS", Const, 0, ""},
 14880  		{"SYS_CHFLAGSAT", Const, 3, ""},
 14881  		{"SYS_CHMOD", Const, 0, ""},
 14882  		{"SYS_CHMOD_EXTENDED", Const, 0, ""},
 14883  		{"SYS_CHOWN", Const, 0, ""},
 14884  		{"SYS_CHOWN32", Const, 0, ""},
 14885  		{"SYS_CHROOT", Const, 0, ""},
 14886  		{"SYS_CHUD", Const, 0, ""},
 14887  		{"SYS_CLOCK_ADJTIME", Const, 0, ""},
 14888  		{"SYS_CLOCK_GETCPUCLOCKID2", Const, 1, ""},
 14889  		{"SYS_CLOCK_GETRES", Const, 0, ""},
 14890  		{"SYS_CLOCK_GETTIME", Const, 0, ""},
 14891  		{"SYS_CLOCK_NANOSLEEP", Const, 0, ""},
 14892  		{"SYS_CLOCK_SETTIME", Const, 0, ""},
 14893  		{"SYS_CLONE", Const, 0, ""},
 14894  		{"SYS_CLOSE", Const, 0, ""},
 14895  		{"SYS_CLOSEFROM", Const, 0, ""},
 14896  		{"SYS_CLOSE_NOCANCEL", Const, 0, ""},
 14897  		{"SYS_CONNECT", Const, 0, ""},
 14898  		{"SYS_CONNECTAT", Const, 3, ""},
 14899  		{"SYS_CONNECT_NOCANCEL", Const, 0, ""},
 14900  		{"SYS_COPYFILE", Const, 0, ""},
 14901  		{"SYS_CPUSET", Const, 0, ""},
 14902  		{"SYS_CPUSET_GETAFFINITY", Const, 0, ""},
 14903  		{"SYS_CPUSET_GETID", Const, 0, ""},
 14904  		{"SYS_CPUSET_SETAFFINITY", Const, 0, ""},
 14905  		{"SYS_CPUSET_SETID", Const, 0, ""},
 14906  		{"SYS_CREAT", Const, 0, ""},
 14907  		{"SYS_CREATE_MODULE", Const, 0, ""},
 14908  		{"SYS_CSOPS", Const, 0, ""},
 14909  		{"SYS_CSOPS_AUDITTOKEN", Const, 16, ""},
 14910  		{"SYS_DELETE", Const, 0, ""},
 14911  		{"SYS_DELETE_MODULE", Const, 0, ""},
 14912  		{"SYS_DUP", Const, 0, ""},
 14913  		{"SYS_DUP2", Const, 0, ""},
 14914  		{"SYS_DUP3", Const, 0, ""},
 14915  		{"SYS_EACCESS", Const, 0, ""},
 14916  		{"SYS_EPOLL_CREATE", Const, 0, ""},
 14917  		{"SYS_EPOLL_CREATE1", Const, 0, ""},
 14918  		{"SYS_EPOLL_CTL", Const, 0, ""},
 14919  		{"SYS_EPOLL_CTL_OLD", Const, 0, ""},
 14920  		{"SYS_EPOLL_PWAIT", Const, 0, ""},
 14921  		{"SYS_EPOLL_WAIT", Const, 0, ""},
 14922  		{"SYS_EPOLL_WAIT_OLD", Const, 0, ""},
 14923  		{"SYS_EVENTFD", Const, 0, ""},
 14924  		{"SYS_EVENTFD2", Const, 0, ""},
 14925  		{"SYS_EXCHANGEDATA", Const, 0, ""},
 14926  		{"SYS_EXECVE", Const, 0, ""},
 14927  		{"SYS_EXIT", Const, 0, ""},
 14928  		{"SYS_EXIT_GROUP", Const, 0, ""},
 14929  		{"SYS_EXTATTRCTL", Const, 0, ""},
 14930  		{"SYS_EXTATTR_DELETE_FD", Const, 0, ""},
 14931  		{"SYS_EXTATTR_DELETE_FILE", Const, 0, ""},
 14932  		{"SYS_EXTATTR_DELETE_LINK", Const, 0, ""},
 14933  		{"SYS_EXTATTR_GET_FD", Const, 0, ""},
 14934  		{"SYS_EXTATTR_GET_FILE", Const, 0, ""},
 14935  		{"SYS_EXTATTR_GET_LINK", Const, 0, ""},
 14936  		{"SYS_EXTATTR_LIST_FD", Const, 0, ""},
 14937  		{"SYS_EXTATTR_LIST_FILE", Const, 0, ""},
 14938  		{"SYS_EXTATTR_LIST_LINK", Const, 0, ""},
 14939  		{"SYS_EXTATTR_SET_FD", Const, 0, ""},
 14940  		{"SYS_EXTATTR_SET_FILE", Const, 0, ""},
 14941  		{"SYS_EXTATTR_SET_LINK", Const, 0, ""},
 14942  		{"SYS_FACCESSAT", Const, 0, ""},
 14943  		{"SYS_FADVISE64", Const, 0, ""},
 14944  		{"SYS_FADVISE64_64", Const, 0, ""},
 14945  		{"SYS_FALLOCATE", Const, 0, ""},
 14946  		{"SYS_FANOTIFY_INIT", Const, 0, ""},
 14947  		{"SYS_FANOTIFY_MARK", Const, 0, ""},
 14948  		{"SYS_FCHDIR", Const, 0, ""},
 14949  		{"SYS_FCHFLAGS", Const, 0, ""},
 14950  		{"SYS_FCHMOD", Const, 0, ""},
 14951  		{"SYS_FCHMODAT", Const, 0, ""},
 14952  		{"SYS_FCHMOD_EXTENDED", Const, 0, ""},
 14953  		{"SYS_FCHOWN", Const, 0, ""},
 14954  		{"SYS_FCHOWN32", Const, 0, ""},
 14955  		{"SYS_FCHOWNAT", Const, 0, ""},
 14956  		{"SYS_FCHROOT", Const, 1, ""},
 14957  		{"SYS_FCNTL", Const, 0, ""},
 14958  		{"SYS_FCNTL64", Const, 0, ""},
 14959  		{"SYS_FCNTL_NOCANCEL", Const, 0, ""},
 14960  		{"SYS_FDATASYNC", Const, 0, ""},
 14961  		{"SYS_FEXECVE", Const, 0, ""},
 14962  		{"SYS_FFCLOCK_GETCOUNTER", Const, 0, ""},
 14963  		{"SYS_FFCLOCK_GETESTIMATE", Const, 0, ""},
 14964  		{"SYS_FFCLOCK_SETESTIMATE", Const, 0, ""},
 14965  		{"SYS_FFSCTL", Const, 0, ""},
 14966  		{"SYS_FGETATTRLIST", Const, 0, ""},
 14967  		{"SYS_FGETXATTR", Const, 0, ""},
 14968  		{"SYS_FHOPEN", Const, 0, ""},
 14969  		{"SYS_FHSTAT", Const, 0, ""},
 14970  		{"SYS_FHSTATFS", Const, 0, ""},
 14971  		{"SYS_FILEPORT_MAKEFD", Const, 0, ""},
 14972  		{"SYS_FILEPORT_MAKEPORT", Const, 0, ""},
 14973  		{"SYS_FKTRACE", Const, 1, ""},
 14974  		{"SYS_FLISTXATTR", Const, 0, ""},
 14975  		{"SYS_FLOCK", Const, 0, ""},
 14976  		{"SYS_FORK", Const, 0, ""},
 14977  		{"SYS_FPATHCONF", Const, 0, ""},
 14978  		{"SYS_FREEBSD6_FTRUNCATE", Const, 0, ""},
 14979  		{"SYS_FREEBSD6_LSEEK", Const, 0, ""},
 14980  		{"SYS_FREEBSD6_MMAP", Const, 0, ""},
 14981  		{"SYS_FREEBSD6_PREAD", Const, 0, ""},
 14982  		{"SYS_FREEBSD6_PWRITE", Const, 0, ""},
 14983  		{"SYS_FREEBSD6_TRUNCATE", Const, 0, ""},
 14984  		{"SYS_FREMOVEXATTR", Const, 0, ""},
 14985  		{"SYS_FSCTL", Const, 0, ""},
 14986  		{"SYS_FSETATTRLIST", Const, 0, ""},
 14987  		{"SYS_FSETXATTR", Const, 0, ""},
 14988  		{"SYS_FSGETPATH", Const, 0, ""},
 14989  		{"SYS_FSTAT", Const, 0, ""},
 14990  		{"SYS_FSTAT64", Const, 0, ""},
 14991  		{"SYS_FSTAT64_EXTENDED", Const, 0, ""},
 14992  		{"SYS_FSTATAT", Const, 0, ""},
 14993  		{"SYS_FSTATAT64", Const, 0, ""},
 14994  		{"SYS_FSTATFS", Const, 0, ""},
 14995  		{"SYS_FSTATFS64", Const, 0, ""},
 14996  		{"SYS_FSTATV", Const, 0, ""},
 14997  		{"SYS_FSTATVFS1", Const, 1, ""},
 14998  		{"SYS_FSTAT_EXTENDED", Const, 0, ""},
 14999  		{"SYS_FSYNC", Const, 0, ""},
 15000  		{"SYS_FSYNC_NOCANCEL", Const, 0, ""},
 15001  		{"SYS_FSYNC_RANGE", Const, 1, ""},
 15002  		{"SYS_FTIME", Const, 0, ""},
 15003  		{"SYS_FTRUNCATE", Const, 0, ""},
 15004  		{"SYS_FTRUNCATE64", Const, 0, ""},
 15005  		{"SYS_FUTEX", Const, 0, ""},
 15006  		{"SYS_FUTIMENS", Const, 1, ""},
 15007  		{"SYS_FUTIMES", Const, 0, ""},
 15008  		{"SYS_FUTIMESAT", Const, 0, ""},
 15009  		{"SYS_GETATTRLIST", Const, 0, ""},
 15010  		{"SYS_GETAUDIT", Const, 0, ""},
 15011  		{"SYS_GETAUDIT_ADDR", Const, 0, ""},
 15012  		{"SYS_GETAUID", Const, 0, ""},
 15013  		{"SYS_GETCONTEXT", Const, 0, ""},
 15014  		{"SYS_GETCPU", Const, 0, ""},
 15015  		{"SYS_GETCWD", Const, 0, ""},
 15016  		{"SYS_GETDENTS", Const, 0, ""},
 15017  		{"SYS_GETDENTS64", Const, 0, ""},
 15018  		{"SYS_GETDIRENTRIES", Const, 0, ""},
 15019  		{"SYS_GETDIRENTRIES64", Const, 0, ""},
 15020  		{"SYS_GETDIRENTRIESATTR", Const, 0, ""},
 15021  		{"SYS_GETDTABLECOUNT", Const, 1, ""},
 15022  		{"SYS_GETDTABLESIZE", Const, 0, ""},
 15023  		{"SYS_GETEGID", Const, 0, ""},
 15024  		{"SYS_GETEGID32", Const, 0, ""},
 15025  		{"SYS_GETEUID", Const, 0, ""},
 15026  		{"SYS_GETEUID32", Const, 0, ""},
 15027  		{"SYS_GETFH", Const, 0, ""},
 15028  		{"SYS_GETFSSTAT", Const, 0, ""},
 15029  		{"SYS_GETFSSTAT64", Const, 0, ""},
 15030  		{"SYS_GETGID", Const, 0, ""},
 15031  		{"SYS_GETGID32", Const, 0, ""},
 15032  		{"SYS_GETGROUPS", Const, 0, ""},
 15033  		{"SYS_GETGROUPS32", Const, 0, ""},
 15034  		{"SYS_GETHOSTUUID", Const, 0, ""},
 15035  		{"SYS_GETITIMER", Const, 0, ""},
 15036  		{"SYS_GETLCID", Const, 0, ""},
 15037  		{"SYS_GETLOGIN", Const, 0, ""},
 15038  		{"SYS_GETLOGINCLASS", Const, 0, ""},
 15039  		{"SYS_GETPEERNAME", Const, 0, ""},
 15040  		{"SYS_GETPGID", Const, 0, ""},
 15041  		{"SYS_GETPGRP", Const, 0, ""},
 15042  		{"SYS_GETPID", Const, 0, ""},
 15043  		{"SYS_GETPMSG", Const, 0, ""},
 15044  		{"SYS_GETPPID", Const, 0, ""},
 15045  		{"SYS_GETPRIORITY", Const, 0, ""},
 15046  		{"SYS_GETRESGID", Const, 0, ""},
 15047  		{"SYS_GETRESGID32", Const, 0, ""},
 15048  		{"SYS_GETRESUID", Const, 0, ""},
 15049  		{"SYS_GETRESUID32", Const, 0, ""},
 15050  		{"SYS_GETRLIMIT", Const, 0, ""},
 15051  		{"SYS_GETRTABLE", Const, 1, ""},
 15052  		{"SYS_GETRUSAGE", Const, 0, ""},
 15053  		{"SYS_GETSGROUPS", Const, 0, ""},
 15054  		{"SYS_GETSID", Const, 0, ""},
 15055  		{"SYS_GETSOCKNAME", Const, 0, ""},
 15056  		{"SYS_GETSOCKOPT", Const, 0, ""},
 15057  		{"SYS_GETTHRID", Const, 1, ""},
 15058  		{"SYS_GETTID", Const, 0, ""},
 15059  		{"SYS_GETTIMEOFDAY", Const, 0, ""},
 15060  		{"SYS_GETUID", Const, 0, ""},
 15061  		{"SYS_GETUID32", Const, 0, ""},
 15062  		{"SYS_GETVFSSTAT", Const, 1, ""},
 15063  		{"SYS_GETWGROUPS", Const, 0, ""},
 15064  		{"SYS_GETXATTR", Const, 0, ""},
 15065  		{"SYS_GET_KERNEL_SYMS", Const, 0, ""},
 15066  		{"SYS_GET_MEMPOLICY", Const, 0, ""},
 15067  		{"SYS_GET_ROBUST_LIST", Const, 0, ""},
 15068  		{"SYS_GET_THREAD_AREA", Const, 0, ""},
 15069  		{"SYS_GSSD_SYSCALL", Const, 14, ""},
 15070  		{"SYS_GTTY", Const, 0, ""},
 15071  		{"SYS_IDENTITYSVC", Const, 0, ""},
 15072  		{"SYS_IDLE", Const, 0, ""},
 15073  		{"SYS_INITGROUPS", Const, 0, ""},
 15074  		{"SYS_INIT_MODULE", Const, 0, ""},
 15075  		{"SYS_INOTIFY_ADD_WATCH", Const, 0, ""},
 15076  		{"SYS_INOTIFY_INIT", Const, 0, ""},
 15077  		{"SYS_INOTIFY_INIT1", Const, 0, ""},
 15078  		{"SYS_INOTIFY_RM_WATCH", Const, 0, ""},
 15079  		{"SYS_IOCTL", Const, 0, ""},
 15080  		{"SYS_IOPERM", Const, 0, ""},
 15081  		{"SYS_IOPL", Const, 0, ""},
 15082  		{"SYS_IOPOLICYSYS", Const, 0, ""},
 15083  		{"SYS_IOPRIO_GET", Const, 0, ""},
 15084  		{"SYS_IOPRIO_SET", Const, 0, ""},
 15085  		{"SYS_IO_CANCEL", Const, 0, ""},
 15086  		{"SYS_IO_DESTROY", Const, 0, ""},
 15087  		{"SYS_IO_GETEVENTS", Const, 0, ""},
 15088  		{"SYS_IO_SETUP", Const, 0, ""},
 15089  		{"SYS_IO_SUBMIT", Const, 0, ""},
 15090  		{"SYS_IPC", Const, 0, ""},
 15091  		{"SYS_ISSETUGID", Const, 0, ""},
 15092  		{"SYS_JAIL", Const, 0, ""},
 15093  		{"SYS_JAIL_ATTACH", Const, 0, ""},
 15094  		{"SYS_JAIL_GET", Const, 0, ""},
 15095  		{"SYS_JAIL_REMOVE", Const, 0, ""},
 15096  		{"SYS_JAIL_SET", Const, 0, ""},
 15097  		{"SYS_KAS_INFO", Const, 16, ""},
 15098  		{"SYS_KDEBUG_TRACE", Const, 0, ""},
 15099  		{"SYS_KENV", Const, 0, ""},
 15100  		{"SYS_KEVENT", Const, 0, ""},
 15101  		{"SYS_KEVENT64", Const, 0, ""},
 15102  		{"SYS_KEXEC_LOAD", Const, 0, ""},
 15103  		{"SYS_KEYCTL", Const, 0, ""},
 15104  		{"SYS_KILL", Const, 0, ""},
 15105  		{"SYS_KLDFIND", Const, 0, ""},
 15106  		{"SYS_KLDFIRSTMOD", Const, 0, ""},
 15107  		{"SYS_KLDLOAD", Const, 0, ""},
 15108  		{"SYS_KLDNEXT", Const, 0, ""},
 15109  		{"SYS_KLDSTAT", Const, 0, ""},
 15110  		{"SYS_KLDSYM", Const, 0, ""},
 15111  		{"SYS_KLDUNLOAD", Const, 0, ""},
 15112  		{"SYS_KLDUNLOADF", Const, 0, ""},
 15113  		{"SYS_KMQ_NOTIFY", Const, 14, ""},
 15114  		{"SYS_KMQ_OPEN", Const, 14, ""},
 15115  		{"SYS_KMQ_SETATTR", Const, 14, ""},
 15116  		{"SYS_KMQ_TIMEDRECEIVE", Const, 14, ""},
 15117  		{"SYS_KMQ_TIMEDSEND", Const, 14, ""},
 15118  		{"SYS_KMQ_UNLINK", Const, 14, ""},
 15119  		{"SYS_KQUEUE", Const, 0, ""},
 15120  		{"SYS_KQUEUE1", Const, 1, ""},
 15121  		{"SYS_KSEM_CLOSE", Const, 14, ""},
 15122  		{"SYS_KSEM_DESTROY", Const, 14, ""},
 15123  		{"SYS_KSEM_GETVALUE", Const, 14, ""},
 15124  		{"SYS_KSEM_INIT", Const, 14, ""},
 15125  		{"SYS_KSEM_OPEN", Const, 14, ""},
 15126  		{"SYS_KSEM_POST", Const, 14, ""},
 15127  		{"SYS_KSEM_TIMEDWAIT", Const, 14, ""},
 15128  		{"SYS_KSEM_TRYWAIT", Const, 14, ""},
 15129  		{"SYS_KSEM_UNLINK", Const, 14, ""},
 15130  		{"SYS_KSEM_WAIT", Const, 14, ""},
 15131  		{"SYS_KTIMER_CREATE", Const, 0, ""},
 15132  		{"SYS_KTIMER_DELETE", Const, 0, ""},
 15133  		{"SYS_KTIMER_GETOVERRUN", Const, 0, ""},
 15134  		{"SYS_KTIMER_GETTIME", Const, 0, ""},
 15135  		{"SYS_KTIMER_SETTIME", Const, 0, ""},
 15136  		{"SYS_KTRACE", Const, 0, ""},
 15137  		{"SYS_LCHFLAGS", Const, 0, ""},
 15138  		{"SYS_LCHMOD", Const, 0, ""},
 15139  		{"SYS_LCHOWN", Const, 0, ""},
 15140  		{"SYS_LCHOWN32", Const, 0, ""},
 15141  		{"SYS_LEDGER", Const, 16, ""},
 15142  		{"SYS_LGETFH", Const, 0, ""},
 15143  		{"SYS_LGETXATTR", Const, 0, ""},
 15144  		{"SYS_LINK", Const, 0, ""},
 15145  		{"SYS_LINKAT", Const, 0, ""},
 15146  		{"SYS_LIO_LISTIO", Const, 0, ""},
 15147  		{"SYS_LISTEN", Const, 0, ""},
 15148  		{"SYS_LISTXATTR", Const, 0, ""},
 15149  		{"SYS_LLISTXATTR", Const, 0, ""},
 15150  		{"SYS_LOCK", Const, 0, ""},
 15151  		{"SYS_LOOKUP_DCOOKIE", Const, 0, ""},
 15152  		{"SYS_LPATHCONF", Const, 0, ""},
 15153  		{"SYS_LREMOVEXATTR", Const, 0, ""},
 15154  		{"SYS_LSEEK", Const, 0, ""},
 15155  		{"SYS_LSETXATTR", Const, 0, ""},
 15156  		{"SYS_LSTAT", Const, 0, ""},
 15157  		{"SYS_LSTAT64", Const, 0, ""},
 15158  		{"SYS_LSTAT64_EXTENDED", Const, 0, ""},
 15159  		{"SYS_LSTATV", Const, 0, ""},
 15160  		{"SYS_LSTAT_EXTENDED", Const, 0, ""},
 15161  		{"SYS_LUTIMES", Const, 0, ""},
 15162  		{"SYS_MAC_SYSCALL", Const, 0, ""},
 15163  		{"SYS_MADVISE", Const, 0, ""},
 15164  		{"SYS_MADVISE1", Const, 0, ""},
 15165  		{"SYS_MAXSYSCALL", Const, 0, ""},
 15166  		{"SYS_MBIND", Const, 0, ""},
 15167  		{"SYS_MIGRATE_PAGES", Const, 0, ""},
 15168  		{"SYS_MINCORE", Const, 0, ""},
 15169  		{"SYS_MINHERIT", Const, 0, ""},
 15170  		{"SYS_MKCOMPLEX", Const, 0, ""},
 15171  		{"SYS_MKDIR", Const, 0, ""},
 15172  		{"SYS_MKDIRAT", Const, 0, ""},
 15173  		{"SYS_MKDIR_EXTENDED", Const, 0, ""},
 15174  		{"SYS_MKFIFO", Const, 0, ""},
 15175  		{"SYS_MKFIFOAT", Const, 0, ""},
 15176  		{"SYS_MKFIFO_EXTENDED", Const, 0, ""},
 15177  		{"SYS_MKNOD", Const, 0, ""},
 15178  		{"SYS_MKNODAT", Const, 0, ""},
 15179  		{"SYS_MLOCK", Const, 0, ""},
 15180  		{"SYS_MLOCKALL", Const, 0, ""},
 15181  		{"SYS_MMAP", Const, 0, ""},
 15182  		{"SYS_MMAP2", Const, 0, ""},
 15183  		{"SYS_MODCTL", Const, 1, ""},
 15184  		{"SYS_MODFIND", Const, 0, ""},
 15185  		{"SYS_MODFNEXT", Const, 0, ""},
 15186  		{"SYS_MODIFY_LDT", Const, 0, ""},
 15187  		{"SYS_MODNEXT", Const, 0, ""},
 15188  		{"SYS_MODSTAT", Const, 0, ""},
 15189  		{"SYS_MODWATCH", Const, 0, ""},
 15190  		{"SYS_MOUNT", Const, 0, ""},
 15191  		{"SYS_MOVE_PAGES", Const, 0, ""},
 15192  		{"SYS_MPROTECT", Const, 0, ""},
 15193  		{"SYS_MPX", Const, 0, ""},
 15194  		{"SYS_MQUERY", Const, 1, ""},
 15195  		{"SYS_MQ_GETSETATTR", Const, 0, ""},
 15196  		{"SYS_MQ_NOTIFY", Const, 0, ""},
 15197  		{"SYS_MQ_OPEN", Const, 0, ""},
 15198  		{"SYS_MQ_TIMEDRECEIVE", Const, 0, ""},
 15199  		{"SYS_MQ_TIMEDSEND", Const, 0, ""},
 15200  		{"SYS_MQ_UNLINK", Const, 0, ""},
 15201  		{"SYS_MREMAP", Const, 0, ""},
 15202  		{"SYS_MSGCTL", Const, 0, ""},
 15203  		{"SYS_MSGGET", Const, 0, ""},
 15204  		{"SYS_MSGRCV", Const, 0, ""},
 15205  		{"SYS_MSGRCV_NOCANCEL", Const, 0, ""},
 15206  		{"SYS_MSGSND", Const, 0, ""},
 15207  		{"SYS_MSGSND_NOCANCEL", Const, 0, ""},
 15208  		{"SYS_MSGSYS", Const, 0, ""},
 15209  		{"SYS_MSYNC", Const, 0, ""},
 15210  		{"SYS_MSYNC_NOCANCEL", Const, 0, ""},
 15211  		{"SYS_MUNLOCK", Const, 0, ""},
 15212  		{"SYS_MUNLOCKALL", Const, 0, ""},
 15213  		{"SYS_MUNMAP", Const, 0, ""},
 15214  		{"SYS_NAME_TO_HANDLE_AT", Const, 0, ""},
 15215  		{"SYS_NANOSLEEP", Const, 0, ""},
 15216  		{"SYS_NEWFSTATAT", Const, 0, ""},
 15217  		{"SYS_NFSCLNT", Const, 0, ""},
 15218  		{"SYS_NFSSERVCTL", Const, 0, ""},
 15219  		{"SYS_NFSSVC", Const, 0, ""},
 15220  		{"SYS_NFSTAT", Const, 0, ""},
 15221  		{"SYS_NICE", Const, 0, ""},
 15222  		{"SYS_NLM_SYSCALL", Const, 14, ""},
 15223  		{"SYS_NLSTAT", Const, 0, ""},
 15224  		{"SYS_NMOUNT", Const, 0, ""},
 15225  		{"SYS_NSTAT", Const, 0, ""},
 15226  		{"SYS_NTP_ADJTIME", Const, 0, ""},
 15227  		{"SYS_NTP_GETTIME", Const, 0, ""},
 15228  		{"SYS_NUMA_GETAFFINITY", Const, 14, ""},
 15229  		{"SYS_NUMA_SETAFFINITY", Const, 14, ""},
 15230  		{"SYS_OABI_SYSCALL_BASE", Const, 0, ""},
 15231  		{"SYS_OBREAK", Const, 0, ""},
 15232  		{"SYS_OLDFSTAT", Const, 0, ""},
 15233  		{"SYS_OLDLSTAT", Const, 0, ""},
 15234  		{"SYS_OLDOLDUNAME", Const, 0, ""},
 15235  		{"SYS_OLDSTAT", Const, 0, ""},
 15236  		{"SYS_OLDUNAME", Const, 0, ""},
 15237  		{"SYS_OPEN", Const, 0, ""},
 15238  		{"SYS_OPENAT", Const, 0, ""},
 15239  		{"SYS_OPENBSD_POLL", Const, 0, ""},
 15240  		{"SYS_OPEN_BY_HANDLE_AT", Const, 0, ""},
 15241  		{"SYS_OPEN_DPROTECTED_NP", Const, 16, ""},
 15242  		{"SYS_OPEN_EXTENDED", Const, 0, ""},
 15243  		{"SYS_OPEN_NOCANCEL", Const, 0, ""},
 15244  		{"SYS_OVADVISE", Const, 0, ""},
 15245  		{"SYS_PACCEPT", Const, 1, ""},
 15246  		{"SYS_PATHCONF", Const, 0, ""},
 15247  		{"SYS_PAUSE", Const, 0, ""},
 15248  		{"SYS_PCICONFIG_IOBASE", Const, 0, ""},
 15249  		{"SYS_PCICONFIG_READ", Const, 0, ""},
 15250  		{"SYS_PCICONFIG_WRITE", Const, 0, ""},
 15251  		{"SYS_PDFORK", Const, 0, ""},
 15252  		{"SYS_PDGETPID", Const, 0, ""},
 15253  		{"SYS_PDKILL", Const, 0, ""},
 15254  		{"SYS_PERF_EVENT_OPEN", Const, 0, ""},
 15255  		{"SYS_PERSONALITY", Const, 0, ""},
 15256  		{"SYS_PID_HIBERNATE", Const, 0, ""},
 15257  		{"SYS_PID_RESUME", Const, 0, ""},
 15258  		{"SYS_PID_SHUTDOWN_SOCKETS", Const, 0, ""},
 15259  		{"SYS_PID_SUSPEND", Const, 0, ""},
 15260  		{"SYS_PIPE", Const, 0, ""},
 15261  		{"SYS_PIPE2", Const, 0, ""},
 15262  		{"SYS_PIVOT_ROOT", Const, 0, ""},
 15263  		{"SYS_PMC_CONTROL", Const, 1, ""},
 15264  		{"SYS_PMC_GET_INFO", Const, 1, ""},
 15265  		{"SYS_POLL", Const, 0, ""},
 15266  		{"SYS_POLLTS", Const, 1, ""},
 15267  		{"SYS_POLL_NOCANCEL", Const, 0, ""},
 15268  		{"SYS_POSIX_FADVISE", Const, 0, ""},
 15269  		{"SYS_POSIX_FALLOCATE", Const, 0, ""},
 15270  		{"SYS_POSIX_OPENPT", Const, 0, ""},
 15271  		{"SYS_POSIX_SPAWN", Const, 0, ""},
 15272  		{"SYS_PPOLL", Const, 0, ""},
 15273  		{"SYS_PRCTL", Const, 0, ""},
 15274  		{"SYS_PREAD", Const, 0, ""},
 15275  		{"SYS_PREAD64", Const, 0, ""},
 15276  		{"SYS_PREADV", Const, 0, ""},
 15277  		{"SYS_PREAD_NOCANCEL", Const, 0, ""},
 15278  		{"SYS_PRLIMIT64", Const, 0, ""},
 15279  		{"SYS_PROCCTL", Const, 3, ""},
 15280  		{"SYS_PROCESS_POLICY", Const, 0, ""},
 15281  		{"SYS_PROCESS_VM_READV", Const, 0, ""},
 15282  		{"SYS_PROCESS_VM_WRITEV", Const, 0, ""},
 15283  		{"SYS_PROC_INFO", Const, 0, ""},
 15284  		{"SYS_PROF", Const, 0, ""},
 15285  		{"SYS_PROFIL", Const, 0, ""},
 15286  		{"SYS_PSELECT", Const, 0, ""},
 15287  		{"SYS_PSELECT6", Const, 0, ""},
 15288  		{"SYS_PSET_ASSIGN", Const, 1, ""},
 15289  		{"SYS_PSET_CREATE", Const, 1, ""},
 15290  		{"SYS_PSET_DESTROY", Const, 1, ""},
 15291  		{"SYS_PSYNCH_CVBROAD", Const, 0, ""},
 15292  		{"SYS_PSYNCH_CVCLRPREPOST", Const, 0, ""},
 15293  		{"SYS_PSYNCH_CVSIGNAL", Const, 0, ""},
 15294  		{"SYS_PSYNCH_CVWAIT", Const, 0, ""},
 15295  		{"SYS_PSYNCH_MUTEXDROP", Const, 0, ""},
 15296  		{"SYS_PSYNCH_MUTEXWAIT", Const, 0, ""},
 15297  		{"SYS_PSYNCH_RW_DOWNGRADE", Const, 0, ""},
 15298  		{"SYS_PSYNCH_RW_LONGRDLOCK", Const, 0, ""},
 15299  		{"SYS_PSYNCH_RW_RDLOCK", Const, 0, ""},
 15300  		{"SYS_PSYNCH_RW_UNLOCK", Const, 0, ""},
 15301  		{"SYS_PSYNCH_RW_UNLOCK2", Const, 0, ""},
 15302  		{"SYS_PSYNCH_RW_UPGRADE", Const, 0, ""},
 15303  		{"SYS_PSYNCH_RW_WRLOCK", Const, 0, ""},
 15304  		{"SYS_PSYNCH_RW_YIELDWRLOCK", Const, 0, ""},
 15305  		{"SYS_PTRACE", Const, 0, ""},
 15306  		{"SYS_PUTPMSG", Const, 0, ""},
 15307  		{"SYS_PWRITE", Const, 0, ""},
 15308  		{"SYS_PWRITE64", Const, 0, ""},
 15309  		{"SYS_PWRITEV", Const, 0, ""},
 15310  		{"SYS_PWRITE_NOCANCEL", Const, 0, ""},
 15311  		{"SYS_QUERY_MODULE", Const, 0, ""},
 15312  		{"SYS_QUOTACTL", Const, 0, ""},
 15313  		{"SYS_RASCTL", Const, 1, ""},
 15314  		{"SYS_RCTL_ADD_RULE", Const, 0, ""},
 15315  		{"SYS_RCTL_GET_LIMITS", Const, 0, ""},
 15316  		{"SYS_RCTL_GET_RACCT", Const, 0, ""},
 15317  		{"SYS_RCTL_GET_RULES", Const, 0, ""},
 15318  		{"SYS_RCTL_REMOVE_RULE", Const, 0, ""},
 15319  		{"SYS_READ", Const, 0, ""},
 15320  		{"SYS_READAHEAD", Const, 0, ""},
 15321  		{"SYS_READDIR", Const, 0, ""},
 15322  		{"SYS_READLINK", Const, 0, ""},
 15323  		{"SYS_READLINKAT", Const, 0, ""},
 15324  		{"SYS_READV", Const, 0, ""},
 15325  		{"SYS_READV_NOCANCEL", Const, 0, ""},
 15326  		{"SYS_READ_NOCANCEL", Const, 0, ""},
 15327  		{"SYS_REBOOT", Const, 0, ""},
 15328  		{"SYS_RECV", Const, 0, ""},
 15329  		{"SYS_RECVFROM", Const, 0, ""},
 15330  		{"SYS_RECVFROM_NOCANCEL", Const, 0, ""},
 15331  		{"SYS_RECVMMSG", Const, 0, ""},
 15332  		{"SYS_RECVMSG", Const, 0, ""},
 15333  		{"SYS_RECVMSG_NOCANCEL", Const, 0, ""},
 15334  		{"SYS_REMAP_FILE_PAGES", Const, 0, ""},
 15335  		{"SYS_REMOVEXATTR", Const, 0, ""},
 15336  		{"SYS_RENAME", Const, 0, ""},
 15337  		{"SYS_RENAMEAT", Const, 0, ""},
 15338  		{"SYS_REQUEST_KEY", Const, 0, ""},
 15339  		{"SYS_RESTART_SYSCALL", Const, 0, ""},
 15340  		{"SYS_REVOKE", Const, 0, ""},
 15341  		{"SYS_RFORK", Const, 0, ""},
 15342  		{"SYS_RMDIR", Const, 0, ""},
 15343  		{"SYS_RTPRIO", Const, 0, ""},
 15344  		{"SYS_RTPRIO_THREAD", Const, 0, ""},
 15345  		{"SYS_RT_SIGACTION", Const, 0, ""},
 15346  		{"SYS_RT_SIGPENDING", Const, 0, ""},
 15347  		{"SYS_RT_SIGPROCMASK", Const, 0, ""},
 15348  		{"SYS_RT_SIGQUEUEINFO", Const, 0, ""},
 15349  		{"SYS_RT_SIGRETURN", Const, 0, ""},
 15350  		{"SYS_RT_SIGSUSPEND", Const, 0, ""},
 15351  		{"SYS_RT_SIGTIMEDWAIT", Const, 0, ""},
 15352  		{"SYS_RT_TGSIGQUEUEINFO", Const, 0, ""},
 15353  		{"SYS_SBRK", Const, 0, ""},
 15354  		{"SYS_SCHED_GETAFFINITY", Const, 0, ""},
 15355  		{"SYS_SCHED_GETPARAM", Const, 0, ""},
 15356  		{"SYS_SCHED_GETSCHEDULER", Const, 0, ""},
 15357  		{"SYS_SCHED_GET_PRIORITY_MAX", Const, 0, ""},
 15358  		{"SYS_SCHED_GET_PRIORITY_MIN", Const, 0, ""},
 15359  		{"SYS_SCHED_RR_GET_INTERVAL", Const, 0, ""},
 15360  		{"SYS_SCHED_SETAFFINITY", Const, 0, ""},
 15361  		{"SYS_SCHED_SETPARAM", Const, 0, ""},
 15362  		{"SYS_SCHED_SETSCHEDULER", Const, 0, ""},
 15363  		{"SYS_SCHED_YIELD", Const, 0, ""},
 15364  		{"SYS_SCTP_GENERIC_RECVMSG", Const, 0, ""},
 15365  		{"SYS_SCTP_GENERIC_SENDMSG", Const, 0, ""},
 15366  		{"SYS_SCTP_GENERIC_SENDMSG_IOV", Const, 0, ""},
 15367  		{"SYS_SCTP_PEELOFF", Const, 0, ""},
 15368  		{"SYS_SEARCHFS", Const, 0, ""},
 15369  		{"SYS_SECURITY", Const, 0, ""},
 15370  		{"SYS_SELECT", Const, 0, ""},
 15371  		{"SYS_SELECT_NOCANCEL", Const, 0, ""},
 15372  		{"SYS_SEMCONFIG", Const, 1, ""},
 15373  		{"SYS_SEMCTL", Const, 0, ""},
 15374  		{"SYS_SEMGET", Const, 0, ""},
 15375  		{"SYS_SEMOP", Const, 0, ""},
 15376  		{"SYS_SEMSYS", Const, 0, ""},
 15377  		{"SYS_SEMTIMEDOP", Const, 0, ""},
 15378  		{"SYS_SEM_CLOSE", Const, 0, ""},
 15379  		{"SYS_SEM_DESTROY", Const, 0, ""},
 15380  		{"SYS_SEM_GETVALUE", Const, 0, ""},
 15381  		{"SYS_SEM_INIT", Const, 0, ""},
 15382  		{"SYS_SEM_OPEN", Const, 0, ""},
 15383  		{"SYS_SEM_POST", Const, 0, ""},
 15384  		{"SYS_SEM_TRYWAIT", Const, 0, ""},
 15385  		{"SYS_SEM_UNLINK", Const, 0, ""},
 15386  		{"SYS_SEM_WAIT", Const, 0, ""},
 15387  		{"SYS_SEM_WAIT_NOCANCEL", Const, 0, ""},
 15388  		{"SYS_SEND", Const, 0, ""},
 15389  		{"SYS_SENDFILE", Const, 0, ""},
 15390  		{"SYS_SENDFILE64", Const, 0, ""},
 15391  		{"SYS_SENDMMSG", Const, 0, ""},
 15392  		{"SYS_SENDMSG", Const, 0, ""},
 15393  		{"SYS_SENDMSG_NOCANCEL", Const, 0, ""},
 15394  		{"SYS_SENDTO", Const, 0, ""},
 15395  		{"SYS_SENDTO_NOCANCEL", Const, 0, ""},
 15396  		{"SYS_SETATTRLIST", Const, 0, ""},
 15397  		{"SYS_SETAUDIT", Const, 0, ""},
 15398  		{"SYS_SETAUDIT_ADDR", Const, 0, ""},
 15399  		{"SYS_SETAUID", Const, 0, ""},
 15400  		{"SYS_SETCONTEXT", Const, 0, ""},
 15401  		{"SYS_SETDOMAINNAME", Const, 0, ""},
 15402  		{"SYS_SETEGID", Const, 0, ""},
 15403  		{"SYS_SETEUID", Const, 0, ""},
 15404  		{"SYS_SETFIB", Const, 0, ""},
 15405  		{"SYS_SETFSGID", Const, 0, ""},
 15406  		{"SYS_SETFSGID32", Const, 0, ""},
 15407  		{"SYS_SETFSUID", Const, 0, ""},
 15408  		{"SYS_SETFSUID32", Const, 0, ""},
 15409  		{"SYS_SETGID", Const, 0, ""},
 15410  		{"SYS_SETGID32", Const, 0, ""},
 15411  		{"SYS_SETGROUPS", Const, 0, ""},
 15412  		{"SYS_SETGROUPS32", Const, 0, ""},
 15413  		{"SYS_SETHOSTNAME", Const, 0, ""},
 15414  		{"SYS_SETITIMER", Const, 0, ""},
 15415  		{"SYS_SETLCID", Const, 0, ""},
 15416  		{"SYS_SETLOGIN", Const, 0, ""},
 15417  		{"SYS_SETLOGINCLASS", Const, 0, ""},
 15418  		{"SYS_SETNS", Const, 0, ""},
 15419  		{"SYS_SETPGID", Const, 0, ""},
 15420  		{"SYS_SETPRIORITY", Const, 0, ""},
 15421  		{"SYS_SETPRIVEXEC", Const, 0, ""},
 15422  		{"SYS_SETREGID", Const, 0, ""},
 15423  		{"SYS_SETREGID32", Const, 0, ""},
 15424  		{"SYS_SETRESGID", Const, 0, ""},
 15425  		{"SYS_SETRESGID32", Const, 0, ""},
 15426  		{"SYS_SETRESUID", Const, 0, ""},
 15427  		{"SYS_SETRESUID32", Const, 0, ""},
 15428  		{"SYS_SETREUID", Const, 0, ""},
 15429  		{"SYS_SETREUID32", Const, 0, ""},
 15430  		{"SYS_SETRLIMIT", Const, 0, ""},
 15431  		{"SYS_SETRTABLE", Const, 1, ""},
 15432  		{"SYS_SETSGROUPS", Const, 0, ""},
 15433  		{"SYS_SETSID", Const, 0, ""},
 15434  		{"SYS_SETSOCKOPT", Const, 0, ""},
 15435  		{"SYS_SETTID", Const, 0, ""},
 15436  		{"SYS_SETTID_WITH_PID", Const, 0, ""},
 15437  		{"SYS_SETTIMEOFDAY", Const, 0, ""},
 15438  		{"SYS_SETUID", Const, 0, ""},
 15439  		{"SYS_SETUID32", Const, 0, ""},
 15440  		{"SYS_SETWGROUPS", Const, 0, ""},
 15441  		{"SYS_SETXATTR", Const, 0, ""},
 15442  		{"SYS_SET_MEMPOLICY", Const, 0, ""},
 15443  		{"SYS_SET_ROBUST_LIST", Const, 0, ""},
 15444  		{"SYS_SET_THREAD_AREA", Const, 0, ""},
 15445  		{"SYS_SET_TID_ADDRESS", Const, 0, ""},
 15446  		{"SYS_SGETMASK", Const, 0, ""},
 15447  		{"SYS_SHARED_REGION_CHECK_NP", Const, 0, ""},
 15448  		{"SYS_SHARED_REGION_MAP_AND_SLIDE_NP", Const, 0, ""},
 15449  		{"SYS_SHMAT", Const, 0, ""},
 15450  		{"SYS_SHMCTL", Const, 0, ""},
 15451  		{"SYS_SHMDT", Const, 0, ""},
 15452  		{"SYS_SHMGET", Const, 0, ""},
 15453  		{"SYS_SHMSYS", Const, 0, ""},
 15454  		{"SYS_SHM_OPEN", Const, 0, ""},
 15455  		{"SYS_SHM_UNLINK", Const, 0, ""},
 15456  		{"SYS_SHUTDOWN", Const, 0, ""},
 15457  		{"SYS_SIGACTION", Const, 0, ""},
 15458  		{"SYS_SIGALTSTACK", Const, 0, ""},
 15459  		{"SYS_SIGNAL", Const, 0, ""},
 15460  		{"SYS_SIGNALFD", Const, 0, ""},
 15461  		{"SYS_SIGNALFD4", Const, 0, ""},
 15462  		{"SYS_SIGPENDING", Const, 0, ""},
 15463  		{"SYS_SIGPROCMASK", Const, 0, ""},
 15464  		{"SYS_SIGQUEUE", Const, 0, ""},
 15465  		{"SYS_SIGQUEUEINFO", Const, 1, ""},
 15466  		{"SYS_SIGRETURN", Const, 0, ""},
 15467  		{"SYS_SIGSUSPEND", Const, 0, ""},
 15468  		{"SYS_SIGSUSPEND_NOCANCEL", Const, 0, ""},
 15469  		{"SYS_SIGTIMEDWAIT", Const, 0, ""},
 15470  		{"SYS_SIGWAIT", Const, 0, ""},
 15471  		{"SYS_SIGWAITINFO", Const, 0, ""},
 15472  		{"SYS_SOCKET", Const, 0, ""},
 15473  		{"SYS_SOCKETCALL", Const, 0, ""},
 15474  		{"SYS_SOCKETPAIR", Const, 0, ""},
 15475  		{"SYS_SPLICE", Const, 0, ""},
 15476  		{"SYS_SSETMASK", Const, 0, ""},
 15477  		{"SYS_SSTK", Const, 0, ""},
 15478  		{"SYS_STACK_SNAPSHOT", Const, 0, ""},
 15479  		{"SYS_STAT", Const, 0, ""},
 15480  		{"SYS_STAT64", Const, 0, ""},
 15481  		{"SYS_STAT64_EXTENDED", Const, 0, ""},
 15482  		{"SYS_STATFS", Const, 0, ""},
 15483  		{"SYS_STATFS64", Const, 0, ""},
 15484  		{"SYS_STATV", Const, 0, ""},
 15485  		{"SYS_STATVFS1", Const, 1, ""},
 15486  		{"SYS_STAT_EXTENDED", Const, 0, ""},
 15487  		{"SYS_STIME", Const, 0, ""},
 15488  		{"SYS_STTY", Const, 0, ""},
 15489  		{"SYS_SWAPCONTEXT", Const, 0, ""},
 15490  		{"SYS_SWAPCTL", Const, 1, ""},
 15491  		{"SYS_SWAPOFF", Const, 0, ""},
 15492  		{"SYS_SWAPON", Const, 0, ""},
 15493  		{"SYS_SYMLINK", Const, 0, ""},
 15494  		{"SYS_SYMLINKAT", Const, 0, ""},
 15495  		{"SYS_SYNC", Const, 0, ""},
 15496  		{"SYS_SYNCFS", Const, 0, ""},
 15497  		{"SYS_SYNC_FILE_RANGE", Const, 0, ""},
 15498  		{"SYS_SYSARCH", Const, 0, ""},
 15499  		{"SYS_SYSCALL", Const, 0, ""},
 15500  		{"SYS_SYSCALL_BASE", Const, 0, ""},
 15501  		{"SYS_SYSFS", Const, 0, ""},
 15502  		{"SYS_SYSINFO", Const, 0, ""},
 15503  		{"SYS_SYSLOG", Const, 0, ""},
 15504  		{"SYS_TEE", Const, 0, ""},
 15505  		{"SYS_TGKILL", Const, 0, ""},
 15506  		{"SYS_THREAD_SELFID", Const, 0, ""},
 15507  		{"SYS_THR_CREATE", Const, 0, ""},
 15508  		{"SYS_THR_EXIT", Const, 0, ""},
 15509  		{"SYS_THR_KILL", Const, 0, ""},
 15510  		{"SYS_THR_KILL2", Const, 0, ""},
 15511  		{"SYS_THR_NEW", Const, 0, ""},
 15512  		{"SYS_THR_SELF", Const, 0, ""},
 15513  		{"SYS_THR_SET_NAME", Const, 0, ""},
 15514  		{"SYS_THR_SUSPEND", Const, 0, ""},
 15515  		{"SYS_THR_WAKE", Const, 0, ""},
 15516  		{"SYS_TIME", Const, 0, ""},
 15517  		{"SYS_TIMERFD_CREATE", Const, 0, ""},
 15518  		{"SYS_TIMERFD_GETTIME", Const, 0, ""},
 15519  		{"SYS_TIMERFD_SETTIME", Const, 0, ""},
 15520  		{"SYS_TIMER_CREATE", Const, 0, ""},
 15521  		{"SYS_TIMER_DELETE", Const, 0, ""},
 15522  		{"SYS_TIMER_GETOVERRUN", Const, 0, ""},
 15523  		{"SYS_TIMER_GETTIME", Const, 0, ""},
 15524  		{"SYS_TIMER_SETTIME", Const, 0, ""},
 15525  		{"SYS_TIMES", Const, 0, ""},
 15526  		{"SYS_TKILL", Const, 0, ""},
 15527  		{"SYS_TRUNCATE", Const, 0, ""},
 15528  		{"SYS_TRUNCATE64", Const, 0, ""},
 15529  		{"SYS_TUXCALL", Const, 0, ""},
 15530  		{"SYS_UGETRLIMIT", Const, 0, ""},
 15531  		{"SYS_ULIMIT", Const, 0, ""},
 15532  		{"SYS_UMASK", Const, 0, ""},
 15533  		{"SYS_UMASK_EXTENDED", Const, 0, ""},
 15534  		{"SYS_UMOUNT", Const, 0, ""},
 15535  		{"SYS_UMOUNT2", Const, 0, ""},
 15536  		{"SYS_UNAME", Const, 0, ""},
 15537  		{"SYS_UNDELETE", Const, 0, ""},
 15538  		{"SYS_UNLINK", Const, 0, ""},
 15539  		{"SYS_UNLINKAT", Const, 0, ""},
 15540  		{"SYS_UNMOUNT", Const, 0, ""},
 15541  		{"SYS_UNSHARE", Const, 0, ""},
 15542  		{"SYS_USELIB", Const, 0, ""},
 15543  		{"SYS_USTAT", Const, 0, ""},
 15544  		{"SYS_UTIME", Const, 0, ""},
 15545  		{"SYS_UTIMENSAT", Const, 0, ""},
 15546  		{"SYS_UTIMES", Const, 0, ""},
 15547  		{"SYS_UTRACE", Const, 0, ""},
 15548  		{"SYS_UUIDGEN", Const, 0, ""},
 15549  		{"SYS_VADVISE", Const, 1, ""},
 15550  		{"SYS_VFORK", Const, 0, ""},
 15551  		{"SYS_VHANGUP", Const, 0, ""},
 15552  		{"SYS_VM86", Const, 0, ""},
 15553  		{"SYS_VM86OLD", Const, 0, ""},
 15554  		{"SYS_VMSPLICE", Const, 0, ""},
 15555  		{"SYS_VM_PRESSURE_MONITOR", Const, 0, ""},
 15556  		{"SYS_VSERVER", Const, 0, ""},
 15557  		{"SYS_WAIT4", Const, 0, ""},
 15558  		{"SYS_WAIT4_NOCANCEL", Const, 0, ""},
 15559  		{"SYS_WAIT6", Const, 1, ""},
 15560  		{"SYS_WAITEVENT", Const, 0, ""},
 15561  		{"SYS_WAITID", Const, 0, ""},
 15562  		{"SYS_WAITID_NOCANCEL", Const, 0, ""},
 15563  		{"SYS_WAITPID", Const, 0, ""},
 15564  		{"SYS_WATCHEVENT", Const, 0, ""},
 15565  		{"SYS_WORKQ_KERNRETURN", Const, 0, ""},
 15566  		{"SYS_WORKQ_OPEN", Const, 0, ""},
 15567  		{"SYS_WRITE", Const, 0, ""},
 15568  		{"SYS_WRITEV", Const, 0, ""},
 15569  		{"SYS_WRITEV_NOCANCEL", Const, 0, ""},
 15570  		{"SYS_WRITE_NOCANCEL", Const, 0, ""},
 15571  		{"SYS_YIELD", Const, 0, ""},
 15572  		{"SYS__LLSEEK", Const, 0, ""},
 15573  		{"SYS__LWP_CONTINUE", Const, 1, ""},
 15574  		{"SYS__LWP_CREATE", Const, 1, ""},
 15575  		{"SYS__LWP_CTL", Const, 1, ""},
 15576  		{"SYS__LWP_DETACH", Const, 1, ""},
 15577  		{"SYS__LWP_EXIT", Const, 1, ""},
 15578  		{"SYS__LWP_GETNAME", Const, 1, ""},
 15579  		{"SYS__LWP_GETPRIVATE", Const, 1, ""},
 15580  		{"SYS__LWP_KILL", Const, 1, ""},
 15581  		{"SYS__LWP_PARK", Const, 1, ""},
 15582  		{"SYS__LWP_SELF", Const, 1, ""},
 15583  		{"SYS__LWP_SETNAME", Const, 1, ""},
 15584  		{"SYS__LWP_SETPRIVATE", Const, 1, ""},
 15585  		{"SYS__LWP_SUSPEND", Const, 1, ""},
 15586  		{"SYS__LWP_UNPARK", Const, 1, ""},
 15587  		{"SYS__LWP_UNPARK_ALL", Const, 1, ""},
 15588  		{"SYS__LWP_WAIT", Const, 1, ""},
 15589  		{"SYS__LWP_WAKEUP", Const, 1, ""},
 15590  		{"SYS__NEWSELECT", Const, 0, ""},
 15591  		{"SYS__PSET_BIND", Const, 1, ""},
 15592  		{"SYS__SCHED_GETAFFINITY", Const, 1, ""},
 15593  		{"SYS__SCHED_GETPARAM", Const, 1, ""},
 15594  		{"SYS__SCHED_SETAFFINITY", Const, 1, ""},
 15595  		{"SYS__SCHED_SETPARAM", Const, 1, ""},
 15596  		{"SYS__SYSCTL", Const, 0, ""},
 15597  		{"SYS__UMTX_LOCK", Const, 0, ""},
 15598  		{"SYS__UMTX_OP", Const, 0, ""},
 15599  		{"SYS__UMTX_UNLOCK", Const, 0, ""},
 15600  		{"SYS___ACL_ACLCHECK_FD", Const, 0, ""},
 15601  		{"SYS___ACL_ACLCHECK_FILE", Const, 0, ""},
 15602  		{"SYS___ACL_ACLCHECK_LINK", Const, 0, ""},
 15603  		{"SYS___ACL_DELETE_FD", Const, 0, ""},
 15604  		{"SYS___ACL_DELETE_FILE", Const, 0, ""},
 15605  		{"SYS___ACL_DELETE_LINK", Const, 0, ""},
 15606  		{"SYS___ACL_GET_FD", Const, 0, ""},
 15607  		{"SYS___ACL_GET_FILE", Const, 0, ""},
 15608  		{"SYS___ACL_GET_LINK", Const, 0, ""},
 15609  		{"SYS___ACL_SET_FD", Const, 0, ""},
 15610  		{"SYS___ACL_SET_FILE", Const, 0, ""},
 15611  		{"SYS___ACL_SET_LINK", Const, 0, ""},
 15612  		{"SYS___CAP_RIGHTS_GET", Const, 14, ""},
 15613  		{"SYS___CLONE", Const, 1, ""},
 15614  		{"SYS___DISABLE_THREADSIGNAL", Const, 0, ""},
 15615  		{"SYS___GETCWD", Const, 0, ""},
 15616  		{"SYS___GETLOGIN", Const, 1, ""},
 15617  		{"SYS___GET_TCB", Const, 1, ""},
 15618  		{"SYS___MAC_EXECVE", Const, 0, ""},
 15619  		{"SYS___MAC_GETFSSTAT", Const, 0, ""},
 15620  		{"SYS___MAC_GET_FD", Const, 0, ""},
 15621  		{"SYS___MAC_GET_FILE", Const, 0, ""},
 15622  		{"SYS___MAC_GET_LCID", Const, 0, ""},
 15623  		{"SYS___MAC_GET_LCTX", Const, 0, ""},
 15624  		{"SYS___MAC_GET_LINK", Const, 0, ""},
 15625  		{"SYS___MAC_GET_MOUNT", Const, 0, ""},
 15626  		{"SYS___MAC_GET_PID", Const, 0, ""},
 15627  		{"SYS___MAC_GET_PROC", Const, 0, ""},
 15628  		{"SYS___MAC_MOUNT", Const, 0, ""},
 15629  		{"SYS___MAC_SET_FD", Const, 0, ""},
 15630  		{"SYS___MAC_SET_FILE", Const, 0, ""},
 15631  		{"SYS___MAC_SET_LCTX", Const, 0, ""},
 15632  		{"SYS___MAC_SET_LINK", Const, 0, ""},
 15633  		{"SYS___MAC_SET_PROC", Const, 0, ""},
 15634  		{"SYS___MAC_SYSCALL", Const, 0, ""},
 15635  		{"SYS___OLD_SEMWAIT_SIGNAL", Const, 0, ""},
 15636  		{"SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
 15637  		{"SYS___POSIX_CHOWN", Const, 1, ""},
 15638  		{"SYS___POSIX_FCHOWN", Const, 1, ""},
 15639  		{"SYS___POSIX_LCHOWN", Const, 1, ""},
 15640  		{"SYS___POSIX_RENAME", Const, 1, ""},
 15641  		{"SYS___PTHREAD_CANCELED", Const, 0, ""},
 15642  		{"SYS___PTHREAD_CHDIR", Const, 0, ""},
 15643  		{"SYS___PTHREAD_FCHDIR", Const, 0, ""},
 15644  		{"SYS___PTHREAD_KILL", Const, 0, ""},
 15645  		{"SYS___PTHREAD_MARKCANCEL", Const, 0, ""},
 15646  		{"SYS___PTHREAD_SIGMASK", Const, 0, ""},
 15647  		{"SYS___QUOTACTL", Const, 1, ""},
 15648  		{"SYS___SEMCTL", Const, 1, ""},
 15649  		{"SYS___SEMWAIT_SIGNAL", Const, 0, ""},
 15650  		{"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
 15651  		{"SYS___SETLOGIN", Const, 1, ""},
 15652  		{"SYS___SETUGID", Const, 0, ""},
 15653  		{"SYS___SET_TCB", Const, 1, ""},
 15654  		{"SYS___SIGACTION_SIGTRAMP", Const, 1, ""},
 15655  		{"SYS___SIGTIMEDWAIT", Const, 1, ""},
 15656  		{"SYS___SIGWAIT", Const, 0, ""},
 15657  		{"SYS___SIGWAIT_NOCANCEL", Const, 0, ""},
 15658  		{"SYS___SYSCTL", Const, 0, ""},
 15659  		{"SYS___TFORK", Const, 1, ""},
 15660  		{"SYS___THREXIT", Const, 1, ""},
 15661  		{"SYS___THRSIGDIVERT", Const, 1, ""},
 15662  		{"SYS___THRSLEEP", Const, 1, ""},
 15663  		{"SYS___THRWAKEUP", Const, 1, ""},
 15664  		{"S_ARCH1", Const, 1, ""},
 15665  		{"S_ARCH2", Const, 1, ""},
 15666  		{"S_BLKSIZE", Const, 0, ""},
 15667  		{"S_IEXEC", Const, 0, ""},
 15668  		{"S_IFBLK", Const, 0, ""},
 15669  		{"S_IFCHR", Const, 0, ""},
 15670  		{"S_IFDIR", Const, 0, ""},
 15671  		{"S_IFIFO", Const, 0, ""},
 15672  		{"S_IFLNK", Const, 0, ""},
 15673  		{"S_IFMT", Const, 0, ""},
 15674  		{"S_IFREG", Const, 0, ""},
 15675  		{"S_IFSOCK", Const, 0, ""},
 15676  		{"S_IFWHT", Const, 0, ""},
 15677  		{"S_IREAD", Const, 0, ""},
 15678  		{"S_IRGRP", Const, 0, ""},
 15679  		{"S_IROTH", Const, 0, ""},
 15680  		{"S_IRUSR", Const, 0, ""},
 15681  		{"S_IRWXG", Const, 0, ""},
 15682  		{"S_IRWXO", Const, 0, ""},
 15683  		{"S_IRWXU", Const, 0, ""},
 15684  		{"S_ISGID", Const, 0, ""},
 15685  		{"S_ISTXT", Const, 0, ""},
 15686  		{"S_ISUID", Const, 0, ""},
 15687  		{"S_ISVTX", Const, 0, ""},
 15688  		{"S_IWGRP", Const, 0, ""},
 15689  		{"S_IWOTH", Const, 0, ""},
 15690  		{"S_IWRITE", Const, 0, ""},
 15691  		{"S_IWUSR", Const, 0, ""},
 15692  		{"S_IXGRP", Const, 0, ""},
 15693  		{"S_IXOTH", Const, 0, ""},
 15694  		{"S_IXUSR", Const, 0, ""},
 15695  		{"S_LOGIN_SET", Const, 1, ""},
 15696  		{"SecurityAttributes", Type, 0, ""},
 15697  		{"SecurityAttributes.InheritHandle", Field, 0, ""},
 15698  		{"SecurityAttributes.Length", Field, 0, ""},
 15699  		{"SecurityAttributes.SecurityDescriptor", Field, 0, ""},
 15700  		{"Seek", Func, 0, "func(fd int, offset int64, whence int) (off int64, err error)"},
 15701  		{"Select", Func, 0, "func(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)"},
 15702  		{"Sendfile", Func, 0, "func(outfd int, infd int, offset *int64, count int) (written int, err error)"},
 15703  		{"Sendmsg", Func, 0, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (err error)"},
 15704  		{"SendmsgN", Func, 3, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (n int, err error)"},
 15705  		{"Sendto", Func, 0, "func(fd int, p []byte, flags int, to Sockaddr) (err error)"},
 15706  		{"Servent", Type, 0, ""},
 15707  		{"Servent.Aliases", Field, 0, ""},
 15708  		{"Servent.Name", Field, 0, ""},
 15709  		{"Servent.Port", Field, 0, ""},
 15710  		{"Servent.Proto", Field, 0, ""},
 15711  		{"SetBpf", Func, 0, ""},
 15712  		{"SetBpfBuflen", Func, 0, ""},
 15713  		{"SetBpfDatalink", Func, 0, ""},
 15714  		{"SetBpfHeadercmpl", Func, 0, ""},
 15715  		{"SetBpfImmediate", Func, 0, ""},
 15716  		{"SetBpfInterface", Func, 0, ""},
 15717  		{"SetBpfPromisc", Func, 0, ""},
 15718  		{"SetBpfTimeout", Func, 0, ""},
 15719  		{"SetCurrentDirectory", Func, 0, ""},
 15720  		{"SetEndOfFile", Func, 0, ""},
 15721  		{"SetEnvironmentVariable", Func, 0, ""},
 15722  		{"SetFileAttributes", Func, 0, ""},
 15723  		{"SetFileCompletionNotificationModes", Func, 2, ""},
 15724  		{"SetFilePointer", Func, 0, ""},
 15725  		{"SetFileTime", Func, 0, ""},
 15726  		{"SetHandleInformation", Func, 0, ""},
 15727  		{"SetKevent", Func, 0, ""},
 15728  		{"SetLsfPromisc", Func, 0, "func(name string, m bool) error"},
 15729  		{"SetNonblock", Func, 0, "func(fd int, nonblocking bool) (err error)"},
 15730  		{"Setdomainname", Func, 0, "func(p []byte) (err error)"},
 15731  		{"Setegid", Func, 0, "func(egid int) (err error)"},
 15732  		{"Setenv", Func, 0, "func(key string, value string) error"},
 15733  		{"Seteuid", Func, 0, "func(euid int) (err error)"},
 15734  		{"Setfsgid", Func, 0, "func(gid int) (err error)"},
 15735  		{"Setfsuid", Func, 0, "func(uid int) (err error)"},
 15736  		{"Setgid", Func, 0, "func(gid int) (err error)"},
 15737  		{"Setgroups", Func, 0, "func(gids []int) (err error)"},
 15738  		{"Sethostname", Func, 0, "func(p []byte) (err error)"},
 15739  		{"Setlogin", Func, 0, ""},
 15740  		{"Setpgid", Func, 0, "func(pid int, pgid int) (err error)"},
 15741  		{"Setpriority", Func, 0, "func(which int, who int, prio int) (err error)"},
 15742  		{"Setprivexec", Func, 0, ""},
 15743  		{"Setregid", Func, 0, "func(rgid int, egid int) (err error)"},
 15744  		{"Setresgid", Func, 0, "func(rgid int, egid int, sgid int) (err error)"},
 15745  		{"Setresuid", Func, 0, "func(ruid int, euid int, suid int) (err error)"},
 15746  		{"Setreuid", Func, 0, "func(ruid int, euid int) (err error)"},
 15747  		{"Setrlimit", Func, 0, "func(resource int, rlim *Rlimit) error"},
 15748  		{"Setsid", Func, 0, "func() (pid int, err error)"},
 15749  		{"Setsockopt", Func, 0, ""},
 15750  		{"SetsockoptByte", Func, 0, "func(fd int, level int, opt int, value byte) (err error)"},
 15751  		{"SetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int, filter *ICMPv6Filter) error"},
 15752  		{"SetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int, mreq *IPMreq) (err error)"},
 15753  		{"SetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int, mreq *IPMreqn) (err error)"},
 15754  		{"SetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int, mreq *IPv6Mreq) (err error)"},
 15755  		{"SetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int, value [4]byte) (err error)"},
 15756  		{"SetsockoptInt", Func, 0, "func(fd int, level int, opt int, value int) (err error)"},
 15757  		{"SetsockoptLinger", Func, 0, "func(fd int, level int, opt int, l *Linger) (err error)"},
 15758  		{"SetsockoptString", Func, 0, "func(fd int, level int, opt int, s string) (err error)"},
 15759  		{"SetsockoptTimeval", Func, 0, "func(fd int, level int, opt int, tv *Timeval) (err error)"},
 15760  		{"Settimeofday", Func, 0, "func(tv *Timeval) (err error)"},
 15761  		{"Setuid", Func, 0, "func(uid int) (err error)"},
 15762  		{"Setxattr", Func, 1, "func(path string, attr string, data []byte, flags int) (err error)"},
 15763  		{"Shutdown", Func, 0, "func(fd int, how int) (err error)"},
 15764  		{"SidTypeAlias", Const, 0, ""},
 15765  		{"SidTypeComputer", Const, 0, ""},
 15766  		{"SidTypeDeletedAccount", Const, 0, ""},
 15767  		{"SidTypeDomain", Const, 0, ""},
 15768  		{"SidTypeGroup", Const, 0, ""},
 15769  		{"SidTypeInvalid", Const, 0, ""},
 15770  		{"SidTypeLabel", Const, 0, ""},
 15771  		{"SidTypeUnknown", Const, 0, ""},
 15772  		{"SidTypeUser", Const, 0, ""},
 15773  		{"SidTypeWellKnownGroup", Const, 0, ""},
 15774  		{"Signal", Type, 0, ""},
 15775  		{"SizeofBpfHdr", Const, 0, ""},
 15776  		{"SizeofBpfInsn", Const, 0, ""},
 15777  		{"SizeofBpfProgram", Const, 0, ""},
 15778  		{"SizeofBpfStat", Const, 0, ""},
 15779  		{"SizeofBpfVersion", Const, 0, ""},
 15780  		{"SizeofBpfZbuf", Const, 0, ""},
 15781  		{"SizeofBpfZbufHeader", Const, 0, ""},
 15782  		{"SizeofCmsghdr", Const, 0, ""},
 15783  		{"SizeofICMPv6Filter", Const, 2, ""},
 15784  		{"SizeofIPMreq", Const, 0, ""},
 15785  		{"SizeofIPMreqn", Const, 0, ""},
 15786  		{"SizeofIPv6MTUInfo", Const, 2, ""},
 15787  		{"SizeofIPv6Mreq", Const, 0, ""},
 15788  		{"SizeofIfAddrmsg", Const, 0, ""},
 15789  		{"SizeofIfAnnounceMsghdr", Const, 1, ""},
 15790  		{"SizeofIfData", Const, 0, ""},
 15791  		{"SizeofIfInfomsg", Const, 0, ""},
 15792  		{"SizeofIfMsghdr", Const, 0, ""},
 15793  		{"SizeofIfaMsghdr", Const, 0, ""},
 15794  		{"SizeofIfmaMsghdr", Const, 0, ""},
 15795  		{"SizeofIfmaMsghdr2", Const, 0, ""},
 15796  		{"SizeofInet4Pktinfo", Const, 0, ""},
 15797  		{"SizeofInet6Pktinfo", Const, 0, ""},
 15798  		{"SizeofInotifyEvent", Const, 0, ""},
 15799  		{"SizeofLinger", Const, 0, ""},
 15800  		{"SizeofMsghdr", Const, 0, ""},
 15801  		{"SizeofNlAttr", Const, 0, ""},
 15802  		{"SizeofNlMsgerr", Const, 0, ""},
 15803  		{"SizeofNlMsghdr", Const, 0, ""},
 15804  		{"SizeofRtAttr", Const, 0, ""},
 15805  		{"SizeofRtGenmsg", Const, 0, ""},
 15806  		{"SizeofRtMetrics", Const, 0, ""},
 15807  		{"SizeofRtMsg", Const, 0, ""},
 15808  		{"SizeofRtMsghdr", Const, 0, ""},
 15809  		{"SizeofRtNexthop", Const, 0, ""},
 15810  		{"SizeofSockFilter", Const, 0, ""},
 15811  		{"SizeofSockFprog", Const, 0, ""},
 15812  		{"SizeofSockaddrAny", Const, 0, ""},
 15813  		{"SizeofSockaddrDatalink", Const, 0, ""},
 15814  		{"SizeofSockaddrInet4", Const, 0, ""},
 15815  		{"SizeofSockaddrInet6", Const, 0, ""},
 15816  		{"SizeofSockaddrLinklayer", Const, 0, ""},
 15817  		{"SizeofSockaddrNetlink", Const, 0, ""},
 15818  		{"SizeofSockaddrUnix", Const, 0, ""},
 15819  		{"SizeofTCPInfo", Const, 1, ""},
 15820  		{"SizeofUcred", Const, 0, ""},
 15821  		{"SlicePtrFromStrings", Func, 1, "func(ss []string) ([]*byte, error)"},
 15822  		{"SockFilter", Type, 0, ""},
 15823  		{"SockFilter.Code", Field, 0, ""},
 15824  		{"SockFilter.Jf", Field, 0, ""},
 15825  		{"SockFilter.Jt", Field, 0, ""},
 15826  		{"SockFilter.K", Field, 0, ""},
 15827  		{"SockFprog", Type, 0, ""},
 15828  		{"SockFprog.Filter", Field, 0, ""},
 15829  		{"SockFprog.Len", Field, 0, ""},
 15830  		{"SockFprog.Pad_cgo_0", Field, 0, ""},
 15831  		{"Sockaddr", Type, 0, ""},
 15832  		{"SockaddrDatalink", Type, 0, ""},
 15833  		{"SockaddrDatalink.Alen", Field, 0, ""},
 15834  		{"SockaddrDatalink.Data", Field, 0, ""},
 15835  		{"SockaddrDatalink.Family", Field, 0, ""},
 15836  		{"SockaddrDatalink.Index", Field, 0, ""},
 15837  		{"SockaddrDatalink.Len", Field, 0, ""},
 15838  		{"SockaddrDatalink.Nlen", Field, 0, ""},
 15839  		{"SockaddrDatalink.Slen", Field, 0, ""},
 15840  		{"SockaddrDatalink.Type", Field, 0, ""},
 15841  		{"SockaddrGen", Type, 0, ""},
 15842  		{"SockaddrInet4", Type, 0, ""},
 15843  		{"SockaddrInet4.Addr", Field, 0, ""},
 15844  		{"SockaddrInet4.Port", Field, 0, ""},
 15845  		{"SockaddrInet6", Type, 0, ""},
 15846  		{"SockaddrInet6.Addr", Field, 0, ""},
 15847  		{"SockaddrInet6.Port", Field, 0, ""},
 15848  		{"SockaddrInet6.ZoneId", Field, 0, ""},
 15849  		{"SockaddrLinklayer", Type, 0, ""},
 15850  		{"SockaddrLinklayer.Addr", Field, 0, ""},
 15851  		{"SockaddrLinklayer.Halen", Field, 0, ""},
 15852  		{"SockaddrLinklayer.Hatype", Field, 0, ""},
 15853  		{"SockaddrLinklayer.Ifindex", Field, 0, ""},
 15854  		{"SockaddrLinklayer.Pkttype", Field, 0, ""},
 15855  		{"SockaddrLinklayer.Protocol", Field, 0, ""},
 15856  		{"SockaddrNetlink", Type, 0, ""},
 15857  		{"SockaddrNetlink.Family", Field, 0, ""},
 15858  		{"SockaddrNetlink.Groups", Field, 0, ""},
 15859  		{"SockaddrNetlink.Pad", Field, 0, ""},
 15860  		{"SockaddrNetlink.Pid", Field, 0, ""},
 15861  		{"SockaddrUnix", Type, 0, ""},
 15862  		{"SockaddrUnix.Name", Field, 0, ""},
 15863  		{"Socket", Func, 0, "func(domain int, typ int, proto int) (fd int, err error)"},
 15864  		{"SocketControlMessage", Type, 0, ""},
 15865  		{"SocketControlMessage.Data", Field, 0, ""},
 15866  		{"SocketControlMessage.Header", Field, 0, ""},
 15867  		{"SocketDisableIPv6", Var, 0, ""},
 15868  		{"Socketpair", Func, 0, "func(domain int, typ int, proto int) (fd [2]int, err error)"},
 15869  		{"Splice", Func, 0, "func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)"},
 15870  		{"StartProcess", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)"},
 15871  		{"StartupInfo", Type, 0, ""},
 15872  		{"StartupInfo.Cb", Field, 0, ""},
 15873  		{"StartupInfo.Desktop", Field, 0, ""},
 15874  		{"StartupInfo.FillAttribute", Field, 0, ""},
 15875  		{"StartupInfo.Flags", Field, 0, ""},
 15876  		{"StartupInfo.ShowWindow", Field, 0, ""},
 15877  		{"StartupInfo.StdErr", Field, 0, ""},
 15878  		{"StartupInfo.StdInput", Field, 0, ""},
 15879  		{"StartupInfo.StdOutput", Field, 0, ""},
 15880  		{"StartupInfo.Title", Field, 0, ""},
 15881  		{"StartupInfo.X", Field, 0, ""},
 15882  		{"StartupInfo.XCountChars", Field, 0, ""},
 15883  		{"StartupInfo.XSize", Field, 0, ""},
 15884  		{"StartupInfo.Y", Field, 0, ""},
 15885  		{"StartupInfo.YCountChars", Field, 0, ""},
 15886  		{"StartupInfo.YSize", Field, 0, ""},
 15887  		{"Stat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
 15888  		{"Stat_t", Type, 0, ""},
 15889  		{"Stat_t.Atim", Field, 0, ""},
 15890  		{"Stat_t.Atim_ext", Field, 12, ""},
 15891  		{"Stat_t.Atimespec", Field, 0, ""},
 15892  		{"Stat_t.Birthtimespec", Field, 0, ""},
 15893  		{"Stat_t.Blksize", Field, 0, ""},
 15894  		{"Stat_t.Blocks", Field, 0, ""},
 15895  		{"Stat_t.Btim_ext", Field, 12, ""},
 15896  		{"Stat_t.Ctim", Field, 0, ""},
 15897  		{"Stat_t.Ctim_ext", Field, 12, ""},
 15898  		{"Stat_t.Ctimespec", Field, 0, ""},
 15899  		{"Stat_t.Dev", Field, 0, ""},
 15900  		{"Stat_t.Flags", Field, 0, ""},
 15901  		{"Stat_t.Gen", Field, 0, ""},
 15902  		{"Stat_t.Gid", Field, 0, ""},
 15903  		{"Stat_t.Ino", Field, 0, ""},
 15904  		{"Stat_t.Lspare", Field, 0, ""},
 15905  		{"Stat_t.Lspare0", Field, 2, ""},
 15906  		{"Stat_t.Lspare1", Field, 2, ""},
 15907  		{"Stat_t.Mode", Field, 0, ""},
 15908  		{"Stat_t.Mtim", Field, 0, ""},
 15909  		{"Stat_t.Mtim_ext", Field, 12, ""},
 15910  		{"Stat_t.Mtimespec", Field, 0, ""},
 15911  		{"Stat_t.Nlink", Field, 0, ""},
 15912  		{"Stat_t.Pad_cgo_0", Field, 0, ""},
 15913  		{"Stat_t.Pad_cgo_1", Field, 0, ""},
 15914  		{"Stat_t.Pad_cgo_2", Field, 0, ""},
 15915  		{"Stat_t.Padding0", Field, 12, ""},
 15916  		{"Stat_t.Padding1", Field, 12, ""},
 15917  		{"Stat_t.Qspare", Field, 0, ""},
 15918  		{"Stat_t.Rdev", Field, 0, ""},
 15919  		{"Stat_t.Size", Field, 0, ""},
 15920  		{"Stat_t.Spare", Field, 2, ""},
 15921  		{"Stat_t.Uid", Field, 0, ""},
 15922  		{"Stat_t.X__pad0", Field, 0, ""},
 15923  		{"Stat_t.X__pad1", Field, 0, ""},
 15924  		{"Stat_t.X__pad2", Field, 0, ""},
 15925  		{"Stat_t.X__st_birthtim", Field, 2, ""},
 15926  		{"Stat_t.X__st_ino", Field, 0, ""},
 15927  		{"Stat_t.X__unused", Field, 0, ""},
 15928  		{"Statfs", Func, 0, "func(path string, buf *Statfs_t) (err error)"},
 15929  		{"Statfs_t", Type, 0, ""},
 15930  		{"Statfs_t.Asyncreads", Field, 0, ""},
 15931  		{"Statfs_t.Asyncwrites", Field, 0, ""},
 15932  		{"Statfs_t.Bavail", Field, 0, ""},
 15933  		{"Statfs_t.Bfree", Field, 0, ""},
 15934  		{"Statfs_t.Blocks", Field, 0, ""},
 15935  		{"Statfs_t.Bsize", Field, 0, ""},
 15936  		{"Statfs_t.Charspare", Field, 0, ""},
 15937  		{"Statfs_t.F_asyncreads", Field, 2, ""},
 15938  		{"Statfs_t.F_asyncwrites", Field, 2, ""},
 15939  		{"Statfs_t.F_bavail", Field, 2, ""},
 15940  		{"Statfs_t.F_bfree", Field, 2, ""},
 15941  		{"Statfs_t.F_blocks", Field, 2, ""},
 15942  		{"Statfs_t.F_bsize", Field, 2, ""},
 15943  		{"Statfs_t.F_ctime", Field, 2, ""},
 15944  		{"Statfs_t.F_favail", Field, 2, ""},
 15945  		{"Statfs_t.F_ffree", Field, 2, ""},
 15946  		{"Statfs_t.F_files", Field, 2, ""},
 15947  		{"Statfs_t.F_flags", Field, 2, ""},
 15948  		{"Statfs_t.F_fsid", Field, 2, ""},
 15949  		{"Statfs_t.F_fstypename", Field, 2, ""},
 15950  		{"Statfs_t.F_iosize", Field, 2, ""},
 15951  		{"Statfs_t.F_mntfromname", Field, 2, ""},
 15952  		{"Statfs_t.F_mntfromspec", Field, 3, ""},
 15953  		{"Statfs_t.F_mntonname", Field, 2, ""},
 15954  		{"Statfs_t.F_namemax", Field, 2, ""},
 15955  		{"Statfs_t.F_owner", Field, 2, ""},
 15956  		{"Statfs_t.F_spare", Field, 2, ""},
 15957  		{"Statfs_t.F_syncreads", Field, 2, ""},
 15958  		{"Statfs_t.F_syncwrites", Field, 2, ""},
 15959  		{"Statfs_t.Ffree", Field, 0, ""},
 15960  		{"Statfs_t.Files", Field, 0, ""},
 15961  		{"Statfs_t.Flags", Field, 0, ""},
 15962  		{"Statfs_t.Frsize", Field, 0, ""},
 15963  		{"Statfs_t.Fsid", Field, 0, ""},
 15964  		{"Statfs_t.Fssubtype", Field, 0, ""},
 15965  		{"Statfs_t.Fstypename", Field, 0, ""},
 15966  		{"Statfs_t.Iosize", Field, 0, ""},
 15967  		{"Statfs_t.Mntfromname", Field, 0, ""},
 15968  		{"Statfs_t.Mntonname", Field, 0, ""},
 15969  		{"Statfs_t.Mount_info", Field, 2, ""},
 15970  		{"Statfs_t.Namelen", Field, 0, ""},
 15971  		{"Statfs_t.Namemax", Field, 0, ""},
 15972  		{"Statfs_t.Owner", Field, 0, ""},
 15973  		{"Statfs_t.Pad_cgo_0", Field, 0, ""},
 15974  		{"Statfs_t.Pad_cgo_1", Field, 2, ""},
 15975  		{"Statfs_t.Reserved", Field, 0, ""},
 15976  		{"Statfs_t.Spare", Field, 0, ""},
 15977  		{"Statfs_t.Syncreads", Field, 0, ""},
 15978  		{"Statfs_t.Syncwrites", Field, 0, ""},
 15979  		{"Statfs_t.Type", Field, 0, ""},
 15980  		{"Statfs_t.Version", Field, 0, ""},
 15981  		{"Stderr", Var, 0, ""},
 15982  		{"Stdin", Var, 0, ""},
 15983  		{"Stdout", Var, 0, ""},
 15984  		{"StringBytePtr", Func, 0, "func(s string) *byte"},
 15985  		{"StringByteSlice", Func, 0, "func(s string) []byte"},
 15986  		{"StringSlicePtr", Func, 0, "func(ss []string) []*byte"},
 15987  		{"StringToSid", Func, 0, ""},
 15988  		{"StringToUTF16", Func, 0, ""},
 15989  		{"StringToUTF16Ptr", Func, 0, ""},
 15990  		{"Symlink", Func, 0, "func(oldpath string, newpath string) (err error)"},
 15991  		{"Sync", Func, 0, "func()"},
 15992  		{"SyncFileRange", Func, 0, "func(fd int, off int64, n int64, flags int) (err error)"},
 15993  		{"SysProcAttr", Type, 0, ""},
 15994  		{"SysProcAttr.AdditionalInheritedHandles", Field, 17, ""},
 15995  		{"SysProcAttr.AmbientCaps", Field, 9, ""},
 15996  		{"SysProcAttr.CgroupFD", Field, 20, ""},
 15997  		{"SysProcAttr.Chroot", Field, 0, ""},
 15998  		{"SysProcAttr.Cloneflags", Field, 2, ""},
 15999  		{"SysProcAttr.CmdLine", Field, 0, ""},
 16000  		{"SysProcAttr.CreationFlags", Field, 1, ""},
 16001  		{"SysProcAttr.Credential", Field, 0, ""},
 16002  		{"SysProcAttr.Ctty", Field, 1, ""},
 16003  		{"SysProcAttr.Foreground", Field, 5, ""},
 16004  		{"SysProcAttr.GidMappings", Field, 4, ""},
 16005  		{"SysProcAttr.GidMappingsEnableSetgroups", Field, 5, ""},
 16006  		{"SysProcAttr.HideWindow", Field, 0, ""},
 16007  		{"SysProcAttr.Jail", Field, 21, ""},
 16008  		{"SysProcAttr.NoInheritHandles", Field, 16, ""},
 16009  		{"SysProcAttr.Noctty", Field, 0, ""},
 16010  		{"SysProcAttr.ParentProcess", Field, 17, ""},
 16011  		{"SysProcAttr.Pdeathsig", Field, 0, ""},
 16012  		{"SysProcAttr.Pgid", Field, 5, ""},
 16013  		{"SysProcAttr.PidFD", Field, 22, ""},
 16014  		{"SysProcAttr.ProcessAttributes", Field, 13, ""},
 16015  		{"SysProcAttr.Ptrace", Field, 0, ""},
 16016  		{"SysProcAttr.Setctty", Field, 0, ""},
 16017  		{"SysProcAttr.Setpgid", Field, 0, ""},
 16018  		{"SysProcAttr.Setsid", Field, 0, ""},
 16019  		{"SysProcAttr.ThreadAttributes", Field, 13, ""},
 16020  		{"SysProcAttr.Token", Field, 10, ""},
 16021  		{"SysProcAttr.UidMappings", Field, 4, ""},
 16022  		{"SysProcAttr.Unshareflags", Field, 7, ""},
 16023  		{"SysProcAttr.UseCgroupFD", Field, 20, ""},
 16024  		{"SysProcIDMap", Type, 4, ""},
 16025  		{"SysProcIDMap.ContainerID", Field, 4, ""},
 16026  		{"SysProcIDMap.HostID", Field, 4, ""},
 16027  		{"SysProcIDMap.Size", Field, 4, ""},
 16028  		{"Syscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
 16029  		{"Syscall12", Func, 0, ""},
 16030  		{"Syscall15", Func, 0, ""},
 16031  		{"Syscall18", Func, 12, ""},
 16032  		{"Syscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
 16033  		{"Syscall9", Func, 0, ""},
 16034  		{"SyscallN", Func, 18, ""},
 16035  		{"Sysctl", Func, 0, ""},
 16036  		{"SysctlUint32", Func, 0, ""},
 16037  		{"Sysctlnode", Type, 2, ""},
 16038  		{"Sysctlnode.Flags", Field, 2, ""},
 16039  		{"Sysctlnode.Name", Field, 2, ""},
 16040  		{"Sysctlnode.Num", Field, 2, ""},
 16041  		{"Sysctlnode.Un", Field, 2, ""},
 16042  		{"Sysctlnode.Ver", Field, 2, ""},
 16043  		{"Sysctlnode.X__rsvd", Field, 2, ""},
 16044  		{"Sysctlnode.X_sysctl_desc", Field, 2, ""},
 16045  		{"Sysctlnode.X_sysctl_func", Field, 2, ""},
 16046  		{"Sysctlnode.X_sysctl_parent", Field, 2, ""},
 16047  		{"Sysctlnode.X_sysctl_size", Field, 2, ""},
 16048  		{"Sysinfo", Func, 0, "func(info *Sysinfo_t) (err error)"},
 16049  		{"Sysinfo_t", Type, 0, ""},
 16050  		{"Sysinfo_t.Bufferram", Field, 0, ""},
 16051  		{"Sysinfo_t.Freehigh", Field, 0, ""},
 16052  		{"Sysinfo_t.Freeram", Field, 0, ""},
 16053  		{"Sysinfo_t.Freeswap", Field, 0, ""},
 16054  		{"Sysinfo_t.Loads", Field, 0, ""},
 16055  		{"Sysinfo_t.Pad", Field, 0, ""},
 16056  		{"Sysinfo_t.Pad_cgo_0", Field, 0, ""},
 16057  		{"Sysinfo_t.Pad_cgo_1", Field, 0, ""},
 16058  		{"Sysinfo_t.Procs", Field, 0, ""},
 16059  		{"Sysinfo_t.Sharedram", Field, 0, ""},
 16060  		{"Sysinfo_t.Totalhigh", Field, 0, ""},
 16061  		{"Sysinfo_t.Totalram", Field, 0, ""},
 16062  		{"Sysinfo_t.Totalswap", Field, 0, ""},
 16063  		{"Sysinfo_t.Unit", Field, 0, ""},
 16064  		{"Sysinfo_t.Uptime", Field, 0, ""},
 16065  		{"Sysinfo_t.X_f", Field, 0, ""},
 16066  		{"Systemtime", Type, 0, ""},
 16067  		{"Systemtime.Day", Field, 0, ""},
 16068  		{"Systemtime.DayOfWeek", Field, 0, ""},
 16069  		{"Systemtime.Hour", Field, 0, ""},
 16070  		{"Systemtime.Milliseconds", Field, 0, ""},
 16071  		{"Systemtime.Minute", Field, 0, ""},
 16072  		{"Systemtime.Month", Field, 0, ""},
 16073  		{"Systemtime.Second", Field, 0, ""},
 16074  		{"Systemtime.Year", Field, 0, ""},
 16075  		{"TCGETS", Const, 0, ""},
 16076  		{"TCIFLUSH", Const, 1, ""},
 16077  		{"TCIOFLUSH", Const, 1, ""},
 16078  		{"TCOFLUSH", Const, 1, ""},
 16079  		{"TCPInfo", Type, 1, ""},
 16080  		{"TCPInfo.Advmss", Field, 1, ""},
 16081  		{"TCPInfo.Ato", Field, 1, ""},
 16082  		{"TCPInfo.Backoff", Field, 1, ""},
 16083  		{"TCPInfo.Ca_state", Field, 1, ""},
 16084  		{"TCPInfo.Fackets", Field, 1, ""},
 16085  		{"TCPInfo.Last_ack_recv", Field, 1, ""},
 16086  		{"TCPInfo.Last_ack_sent", Field, 1, ""},
 16087  		{"TCPInfo.Last_data_recv", Field, 1, ""},
 16088  		{"TCPInfo.Last_data_sent", Field, 1, ""},
 16089  		{"TCPInfo.Lost", Field, 1, ""},
 16090  		{"TCPInfo.Options", Field, 1, ""},
 16091  		{"TCPInfo.Pad_cgo_0", Field, 1, ""},
 16092  		{"TCPInfo.Pmtu", Field, 1, ""},
 16093  		{"TCPInfo.Probes", Field, 1, ""},
 16094  		{"TCPInfo.Rcv_mss", Field, 1, ""},
 16095  		{"TCPInfo.Rcv_rtt", Field, 1, ""},
 16096  		{"TCPInfo.Rcv_space", Field, 1, ""},
 16097  		{"TCPInfo.Rcv_ssthresh", Field, 1, ""},
 16098  		{"TCPInfo.Reordering", Field, 1, ""},
 16099  		{"TCPInfo.Retrans", Field, 1, ""},
 16100  		{"TCPInfo.Retransmits", Field, 1, ""},
 16101  		{"TCPInfo.Rto", Field, 1, ""},
 16102  		{"TCPInfo.Rtt", Field, 1, ""},
 16103  		{"TCPInfo.Rttvar", Field, 1, ""},
 16104  		{"TCPInfo.Sacked", Field, 1, ""},
 16105  		{"TCPInfo.Snd_cwnd", Field, 1, ""},
 16106  		{"TCPInfo.Snd_mss", Field, 1, ""},
 16107  		{"TCPInfo.Snd_ssthresh", Field, 1, ""},
 16108  		{"TCPInfo.State", Field, 1, ""},
 16109  		{"TCPInfo.Total_retrans", Field, 1, ""},
 16110  		{"TCPInfo.Unacked", Field, 1, ""},
 16111  		{"TCPKeepalive", Type, 3, ""},
 16112  		{"TCPKeepalive.Interval", Field, 3, ""},
 16113  		{"TCPKeepalive.OnOff", Field, 3, ""},
 16114  		{"TCPKeepalive.Time", Field, 3, ""},
 16115  		{"TCP_CA_NAME_MAX", Const, 0, ""},
 16116  		{"TCP_CONGCTL", Const, 1, ""},
 16117  		{"TCP_CONGESTION", Const, 0, ""},
 16118  		{"TCP_CONNECTIONTIMEOUT", Const, 0, ""},
 16119  		{"TCP_CORK", Const, 0, ""},
 16120  		{"TCP_DEFER_ACCEPT", Const, 0, ""},
 16121  		{"TCP_ENABLE_ECN", Const, 16, ""},
 16122  		{"TCP_INFO", Const, 0, ""},
 16123  		{"TCP_KEEPALIVE", Const, 0, ""},
 16124  		{"TCP_KEEPCNT", Const, 0, ""},
 16125  		{"TCP_KEEPIDLE", Const, 0, ""},
 16126  		{"TCP_KEEPINIT", Const, 1, ""},
 16127  		{"TCP_KEEPINTVL", Const, 0, ""},
 16128  		{"TCP_LINGER2", Const, 0, ""},
 16129  		{"TCP_MAXBURST", Const, 0, ""},
 16130  		{"TCP_MAXHLEN", Const, 0, ""},
 16131  		{"TCP_MAXOLEN", Const, 0, ""},
 16132  		{"TCP_MAXSEG", Const, 0, ""},
 16133  		{"TCP_MAXWIN", Const, 0, ""},
 16134  		{"TCP_MAX_SACK", Const, 0, ""},
 16135  		{"TCP_MAX_WINSHIFT", Const, 0, ""},
 16136  		{"TCP_MD5SIG", Const, 0, ""},
 16137  		{"TCP_MD5SIG_MAXKEYLEN", Const, 0, ""},
 16138  		{"TCP_MINMSS", Const, 0, ""},
 16139  		{"TCP_MINMSSOVERLOAD", Const, 0, ""},
 16140  		{"TCP_MSS", Const, 0, ""},
 16141  		{"TCP_NODELAY", Const, 0, ""},
 16142  		{"TCP_NOOPT", Const, 0, ""},
 16143  		{"TCP_NOPUSH", Const, 0, ""},
 16144  		{"TCP_NOTSENT_LOWAT", Const, 16, ""},
 16145  		{"TCP_NSTATES", Const, 1, ""},
 16146  		{"TCP_QUICKACK", Const, 0, ""},
 16147  		{"TCP_RXT_CONNDROPTIME", Const, 0, ""},
 16148  		{"TCP_RXT_FINDROP", Const, 0, ""},
 16149  		{"TCP_SACK_ENABLE", Const, 1, ""},
 16150  		{"TCP_SENDMOREACKS", Const, 16, ""},
 16151  		{"TCP_SYNCNT", Const, 0, ""},
 16152  		{"TCP_VENDOR", Const, 3, ""},
 16153  		{"TCP_WINDOW_CLAMP", Const, 0, ""},
 16154  		{"TCSAFLUSH", Const, 1, ""},
 16155  		{"TCSETS", Const, 0, ""},
 16156  		{"TF_DISCONNECT", Const, 0, ""},
 16157  		{"TF_REUSE_SOCKET", Const, 0, ""},
 16158  		{"TF_USE_DEFAULT_WORKER", Const, 0, ""},
 16159  		{"TF_USE_KERNEL_APC", Const, 0, ""},
 16160  		{"TF_USE_SYSTEM_THREAD", Const, 0, ""},
 16161  		{"TF_WRITE_BEHIND", Const, 0, ""},
 16162  		{"TH32CS_INHERIT", Const, 4, ""},
 16163  		{"TH32CS_SNAPALL", Const, 4, ""},
 16164  		{"TH32CS_SNAPHEAPLIST", Const, 4, ""},
 16165  		{"TH32CS_SNAPMODULE", Const, 4, ""},
 16166  		{"TH32CS_SNAPMODULE32", Const, 4, ""},
 16167  		{"TH32CS_SNAPPROCESS", Const, 4, ""},
 16168  		{"TH32CS_SNAPTHREAD", Const, 4, ""},
 16169  		{"TIME_ZONE_ID_DAYLIGHT", Const, 0, ""},
 16170  		{"TIME_ZONE_ID_STANDARD", Const, 0, ""},
 16171  		{"TIME_ZONE_ID_UNKNOWN", Const, 0, ""},
 16172  		{"TIOCCBRK", Const, 0, ""},
 16173  		{"TIOCCDTR", Const, 0, ""},
 16174  		{"TIOCCONS", Const, 0, ""},
 16175  		{"TIOCDCDTIMESTAMP", Const, 0, ""},
 16176  		{"TIOCDRAIN", Const, 0, ""},
 16177  		{"TIOCDSIMICROCODE", Const, 0, ""},
 16178  		{"TIOCEXCL", Const, 0, ""},
 16179  		{"TIOCEXT", Const, 0, ""},
 16180  		{"TIOCFLAG_CDTRCTS", Const, 1, ""},
 16181  		{"TIOCFLAG_CLOCAL", Const, 1, ""},
 16182  		{"TIOCFLAG_CRTSCTS", Const, 1, ""},
 16183  		{"TIOCFLAG_MDMBUF", Const, 1, ""},
 16184  		{"TIOCFLAG_PPS", Const, 1, ""},
 16185  		{"TIOCFLAG_SOFTCAR", Const, 1, ""},
 16186  		{"TIOCFLUSH", Const, 0, ""},
 16187  		{"TIOCGDEV", Const, 0, ""},
 16188  		{"TIOCGDRAINWAIT", Const, 0, ""},
 16189  		{"TIOCGETA", Const, 0, ""},
 16190  		{"TIOCGETD", Const, 0, ""},
 16191  		{"TIOCGFLAGS", Const, 1, ""},
 16192  		{"TIOCGICOUNT", Const, 0, ""},
 16193  		{"TIOCGLCKTRMIOS", Const, 0, ""},
 16194  		{"TIOCGLINED", Const, 1, ""},
 16195  		{"TIOCGPGRP", Const, 0, ""},
 16196  		{"TIOCGPTN", Const, 0, ""},
 16197  		{"TIOCGQSIZE", Const, 1, ""},
 16198  		{"TIOCGRANTPT", Const, 1, ""},
 16199  		{"TIOCGRS485", Const, 0, ""},
 16200  		{"TIOCGSERIAL", Const, 0, ""},
 16201  		{"TIOCGSID", Const, 0, ""},
 16202  		{"TIOCGSIZE", Const, 1, ""},
 16203  		{"TIOCGSOFTCAR", Const, 0, ""},
 16204  		{"TIOCGTSTAMP", Const, 1, ""},
 16205  		{"TIOCGWINSZ", Const, 0, ""},
 16206  		{"TIOCINQ", Const, 0, ""},
 16207  		{"TIOCIXOFF", Const, 0, ""},
 16208  		{"TIOCIXON", Const, 0, ""},
 16209  		{"TIOCLINUX", Const, 0, ""},
 16210  		{"TIOCMBIC", Const, 0, ""},
 16211  		{"TIOCMBIS", Const, 0, ""},
 16212  		{"TIOCMGDTRWAIT", Const, 0, ""},
 16213  		{"TIOCMGET", Const, 0, ""},
 16214  		{"TIOCMIWAIT", Const, 0, ""},
 16215  		{"TIOCMODG", Const, 0, ""},
 16216  		{"TIOCMODS", Const, 0, ""},
 16217  		{"TIOCMSDTRWAIT", Const, 0, ""},
 16218  		{"TIOCMSET", Const, 0, ""},
 16219  		{"TIOCM_CAR", Const, 0, ""},
 16220  		{"TIOCM_CD", Const, 0, ""},
 16221  		{"TIOCM_CTS", Const, 0, ""},
 16222  		{"TIOCM_DCD", Const, 0, ""},
 16223  		{"TIOCM_DSR", Const, 0, ""},
 16224  		{"TIOCM_DTR", Const, 0, ""},
 16225  		{"TIOCM_LE", Const, 0, ""},
 16226  		{"TIOCM_RI", Const, 0, ""},
 16227  		{"TIOCM_RNG", Const, 0, ""},
 16228  		{"TIOCM_RTS", Const, 0, ""},
 16229  		{"TIOCM_SR", Const, 0, ""},
 16230  		{"TIOCM_ST", Const, 0, ""},
 16231  		{"TIOCNOTTY", Const, 0, ""},
 16232  		{"TIOCNXCL", Const, 0, ""},
 16233  		{"TIOCOUTQ", Const, 0, ""},
 16234  		{"TIOCPKT", Const, 0, ""},
 16235  		{"TIOCPKT_DATA", Const, 0, ""},
 16236  		{"TIOCPKT_DOSTOP", Const, 0, ""},
 16237  		{"TIOCPKT_FLUSHREAD", Const, 0, ""},
 16238  		{"TIOCPKT_FLUSHWRITE", Const, 0, ""},
 16239  		{"TIOCPKT_IOCTL", Const, 0, ""},
 16240  		{"TIOCPKT_NOSTOP", Const, 0, ""},
 16241  		{"TIOCPKT_START", Const, 0, ""},
 16242  		{"TIOCPKT_STOP", Const, 0, ""},
 16243  		{"TIOCPTMASTER", Const, 0, ""},
 16244  		{"TIOCPTMGET", Const, 1, ""},
 16245  		{"TIOCPTSNAME", Const, 1, ""},
 16246  		{"TIOCPTYGNAME", Const, 0, ""},
 16247  		{"TIOCPTYGRANT", Const, 0, ""},
 16248  		{"TIOCPTYUNLK", Const, 0, ""},
 16249  		{"TIOCRCVFRAME", Const, 1, ""},
 16250  		{"TIOCREMOTE", Const, 0, ""},
 16251  		{"TIOCSBRK", Const, 0, ""},
 16252  		{"TIOCSCONS", Const, 0, ""},
 16253  		{"TIOCSCTTY", Const, 0, ""},
 16254  		{"TIOCSDRAINWAIT", Const, 0, ""},
 16255  		{"TIOCSDTR", Const, 0, ""},
 16256  		{"TIOCSERCONFIG", Const, 0, ""},
 16257  		{"TIOCSERGETLSR", Const, 0, ""},
 16258  		{"TIOCSERGETMULTI", Const, 0, ""},
 16259  		{"TIOCSERGSTRUCT", Const, 0, ""},
 16260  		{"TIOCSERGWILD", Const, 0, ""},
 16261  		{"TIOCSERSETMULTI", Const, 0, ""},
 16262  		{"TIOCSERSWILD", Const, 0, ""},
 16263  		{"TIOCSER_TEMT", Const, 0, ""},
 16264  		{"TIOCSETA", Const, 0, ""},
 16265  		{"TIOCSETAF", Const, 0, ""},
 16266  		{"TIOCSETAW", Const, 0, ""},
 16267  		{"TIOCSETD", Const, 0, ""},
 16268  		{"TIOCSFLAGS", Const, 1, ""},
 16269  		{"TIOCSIG", Const, 0, ""},
 16270  		{"TIOCSLCKTRMIOS", Const, 0, ""},
 16271  		{"TIOCSLINED", Const, 1, ""},
 16272  		{"TIOCSPGRP", Const, 0, ""},
 16273  		{"TIOCSPTLCK", Const, 0, ""},
 16274  		{"TIOCSQSIZE", Const, 1, ""},
 16275  		{"TIOCSRS485", Const, 0, ""},
 16276  		{"TIOCSSERIAL", Const, 0, ""},
 16277  		{"TIOCSSIZE", Const, 1, ""},
 16278  		{"TIOCSSOFTCAR", Const, 0, ""},
 16279  		{"TIOCSTART", Const, 0, ""},
 16280  		{"TIOCSTAT", Const, 0, ""},
 16281  		{"TIOCSTI", Const, 0, ""},
 16282  		{"TIOCSTOP", Const, 0, ""},
 16283  		{"TIOCSTSTAMP", Const, 1, ""},
 16284  		{"TIOCSWINSZ", Const, 0, ""},
 16285  		{"TIOCTIMESTAMP", Const, 0, ""},
 16286  		{"TIOCUCNTL", Const, 0, ""},
 16287  		{"TIOCVHANGUP", Const, 0, ""},
 16288  		{"TIOCXMTFRAME", Const, 1, ""},
 16289  		{"TOKEN_ADJUST_DEFAULT", Const, 0, ""},
 16290  		{"TOKEN_ADJUST_GROUPS", Const, 0, ""},
 16291  		{"TOKEN_ADJUST_PRIVILEGES", Const, 0, ""},
 16292  		{"TOKEN_ADJUST_SESSIONID", Const, 11, ""},
 16293  		{"TOKEN_ALL_ACCESS", Const, 0, ""},
 16294  		{"TOKEN_ASSIGN_PRIMARY", Const, 0, ""},
 16295  		{"TOKEN_DUPLICATE", Const, 0, ""},
 16296  		{"TOKEN_EXECUTE", Const, 0, ""},
 16297  		{"TOKEN_IMPERSONATE", Const, 0, ""},
 16298  		{"TOKEN_QUERY", Const, 0, ""},
 16299  		{"TOKEN_QUERY_SOURCE", Const, 0, ""},
 16300  		{"TOKEN_READ", Const, 0, ""},
 16301  		{"TOKEN_WRITE", Const, 0, ""},
 16302  		{"TOSTOP", Const, 0, ""},
 16303  		{"TRUNCATE_EXISTING", Const, 0, ""},
 16304  		{"TUNATTACHFILTER", Const, 0, ""},
 16305  		{"TUNDETACHFILTER", Const, 0, ""},
 16306  		{"TUNGETFEATURES", Const, 0, ""},
 16307  		{"TUNGETIFF", Const, 0, ""},
 16308  		{"TUNGETSNDBUF", Const, 0, ""},
 16309  		{"TUNGETVNETHDRSZ", Const, 0, ""},
 16310  		{"TUNSETDEBUG", Const, 0, ""},
 16311  		{"TUNSETGROUP", Const, 0, ""},
 16312  		{"TUNSETIFF", Const, 0, ""},
 16313  		{"TUNSETLINK", Const, 0, ""},
 16314  		{"TUNSETNOCSUM", Const, 0, ""},
 16315  		{"TUNSETOFFLOAD", Const, 0, ""},
 16316  		{"TUNSETOWNER", Const, 0, ""},
 16317  		{"TUNSETPERSIST", Const, 0, ""},
 16318  		{"TUNSETSNDBUF", Const, 0, ""},
 16319  		{"TUNSETTXFILTER", Const, 0, ""},
 16320  		{"TUNSETVNETHDRSZ", Const, 0, ""},
 16321  		{"Tee", Func, 0, "func(rfd int, wfd int, len int, flags int) (n int64, err error)"},
 16322  		{"TerminateProcess", Func, 0, ""},
 16323  		{"Termios", Type, 0, ""},
 16324  		{"Termios.Cc", Field, 0, ""},
 16325  		{"Termios.Cflag", Field, 0, ""},
 16326  		{"Termios.Iflag", Field, 0, ""},
 16327  		{"Termios.Ispeed", Field, 0, ""},
 16328  		{"Termios.Lflag", Field, 0, ""},
 16329  		{"Termios.Line", Field, 0, ""},
 16330  		{"Termios.Oflag", Field, 0, ""},
 16331  		{"Termios.Ospeed", Field, 0, ""},
 16332  		{"Termios.Pad_cgo_0", Field, 0, ""},
 16333  		{"Tgkill", Func, 0, "func(tgid int, tid int, sig Signal) (err error)"},
 16334  		{"Time", Func, 0, "func(t *Time_t) (tt Time_t, err error)"},
 16335  		{"Time_t", Type, 0, ""},
 16336  		{"Times", Func, 0, "func(tms *Tms) (ticks uintptr, err error)"},
 16337  		{"Timespec", Type, 0, ""},
 16338  		{"Timespec.Nsec", Field, 0, ""},
 16339  		{"Timespec.Pad_cgo_0", Field, 2, ""},
 16340  		{"Timespec.Sec", Field, 0, ""},
 16341  		{"TimespecToNsec", Func, 0, "func(ts Timespec) int64"},
 16342  		{"Timeval", Type, 0, ""},
 16343  		{"Timeval.Pad_cgo_0", Field, 0, ""},
 16344  		{"Timeval.Sec", Field, 0, ""},
 16345  		{"Timeval.Usec", Field, 0, ""},
 16346  		{"Timeval32", Type, 0, ""},
 16347  		{"Timeval32.Sec", Field, 0, ""},
 16348  		{"Timeval32.Usec", Field, 0, ""},
 16349  		{"TimevalToNsec", Func, 0, "func(tv Timeval) int64"},
 16350  		{"Timex", Type, 0, ""},
 16351  		{"Timex.Calcnt", Field, 0, ""},
 16352  		{"Timex.Constant", Field, 0, ""},
 16353  		{"Timex.Errcnt", Field, 0, ""},
 16354  		{"Timex.Esterror", Field, 0, ""},
 16355  		{"Timex.Freq", Field, 0, ""},
 16356  		{"Timex.Jitcnt", Field, 0, ""},
 16357  		{"Timex.Jitter", Field, 0, ""},
 16358  		{"Timex.Maxerror", Field, 0, ""},
 16359  		{"Timex.Modes", Field, 0, ""},
 16360  		{"Timex.Offset", Field, 0, ""},
 16361  		{"Timex.Pad_cgo_0", Field, 0, ""},
 16362  		{"Timex.Pad_cgo_1", Field, 0, ""},
 16363  		{"Timex.Pad_cgo_2", Field, 0, ""},
 16364  		{"Timex.Pad_cgo_3", Field, 0, ""},
 16365  		{"Timex.Ppsfreq", Field, 0, ""},
 16366  		{"Timex.Precision", Field, 0, ""},
 16367  		{"Timex.Shift", Field, 0, ""},
 16368  		{"Timex.Stabil", Field, 0, ""},
 16369  		{"Timex.Status", Field, 0, ""},
 16370  		{"Timex.Stbcnt", Field, 0, ""},
 16371  		{"Timex.Tai", Field, 0, ""},
 16372  		{"Timex.Tick", Field, 0, ""},
 16373  		{"Timex.Time", Field, 0, ""},
 16374  		{"Timex.Tolerance", Field, 0, ""},
 16375  		{"Timezoneinformation", Type, 0, ""},
 16376  		{"Timezoneinformation.Bias", Field, 0, ""},
 16377  		{"Timezoneinformation.DaylightBias", Field, 0, ""},
 16378  		{"Timezoneinformation.DaylightDate", Field, 0, ""},
 16379  		{"Timezoneinformation.DaylightName", Field, 0, ""},
 16380  		{"Timezoneinformation.StandardBias", Field, 0, ""},
 16381  		{"Timezoneinformation.StandardDate", Field, 0, ""},
 16382  		{"Timezoneinformation.StandardName", Field, 0, ""},
 16383  		{"Tms", Type, 0, ""},
 16384  		{"Tms.Cstime", Field, 0, ""},
 16385  		{"Tms.Cutime", Field, 0, ""},
 16386  		{"Tms.Stime", Field, 0, ""},
 16387  		{"Tms.Utime", Field, 0, ""},
 16388  		{"Token", Type, 0, ""},
 16389  		{"TokenAccessInformation", Const, 0, ""},
 16390  		{"TokenAuditPolicy", Const, 0, ""},
 16391  		{"TokenDefaultDacl", Const, 0, ""},
 16392  		{"TokenElevation", Const, 0, ""},
 16393  		{"TokenElevationType", Const, 0, ""},
 16394  		{"TokenGroups", Const, 0, ""},
 16395  		{"TokenGroupsAndPrivileges", Const, 0, ""},
 16396  		{"TokenHasRestrictions", Const, 0, ""},
 16397  		{"TokenImpersonationLevel", Const, 0, ""},
 16398  		{"TokenIntegrityLevel", Const, 0, ""},
 16399  		{"TokenLinkedToken", Const, 0, ""},
 16400  		{"TokenLogonSid", Const, 0, ""},
 16401  		{"TokenMandatoryPolicy", Const, 0, ""},
 16402  		{"TokenOrigin", Const, 0, ""},
 16403  		{"TokenOwner", Const, 0, ""},
 16404  		{"TokenPrimaryGroup", Const, 0, ""},
 16405  		{"TokenPrivileges", Const, 0, ""},
 16406  		{"TokenRestrictedSids", Const, 0, ""},
 16407  		{"TokenSandBoxInert", Const, 0, ""},
 16408  		{"TokenSessionId", Const, 0, ""},
 16409  		{"TokenSessionReference", Const, 0, ""},
 16410  		{"TokenSource", Const, 0, ""},
 16411  		{"TokenStatistics", Const, 0, ""},
 16412  		{"TokenType", Const, 0, ""},
 16413  		{"TokenUIAccess", Const, 0, ""},
 16414  		{"TokenUser", Const, 0, ""},
 16415  		{"TokenVirtualizationAllowed", Const, 0, ""},
 16416  		{"TokenVirtualizationEnabled", Const, 0, ""},
 16417  		{"Tokenprimarygroup", Type, 0, ""},
 16418  		{"Tokenprimarygroup.PrimaryGroup", Field, 0, ""},
 16419  		{"Tokenuser", Type, 0, ""},
 16420  		{"Tokenuser.User", Field, 0, ""},
 16421  		{"TranslateAccountName", Func, 0, ""},
 16422  		{"TranslateName", Func, 0, ""},
 16423  		{"TransmitFile", Func, 0, ""},
 16424  		{"TransmitFileBuffers", Type, 0, ""},
 16425  		{"TransmitFileBuffers.Head", Field, 0, ""},
 16426  		{"TransmitFileBuffers.HeadLength", Field, 0, ""},
 16427  		{"TransmitFileBuffers.Tail", Field, 0, ""},
 16428  		{"TransmitFileBuffers.TailLength", Field, 0, ""},
 16429  		{"Truncate", Func, 0, "func(path string, length int64) (err error)"},
 16430  		{"UNIX_PATH_MAX", Const, 12, ""},
 16431  		{"USAGE_MATCH_TYPE_AND", Const, 0, ""},
 16432  		{"USAGE_MATCH_TYPE_OR", Const, 0, ""},
 16433  		{"UTF16FromString", Func, 1, ""},
 16434  		{"UTF16PtrFromString", Func, 1, ""},
 16435  		{"UTF16ToString", Func, 0, ""},
 16436  		{"Ucred", Type, 0, ""},
 16437  		{"Ucred.Gid", Field, 0, ""},
 16438  		{"Ucred.Pid", Field, 0, ""},
 16439  		{"Ucred.Uid", Field, 0, ""},
 16440  		{"Umask", Func, 0, "func(mask int) (oldmask int)"},
 16441  		{"Uname", Func, 0, "func(buf *Utsname) (err error)"},
 16442  		{"Undelete", Func, 0, ""},
 16443  		{"UnixCredentials", Func, 0, "func(ucred *Ucred) []byte"},
 16444  		{"UnixRights", Func, 0, "func(fds ...int) []byte"},
 16445  		{"Unlink", Func, 0, "func(path string) error"},
 16446  		{"Unlinkat", Func, 0, "func(dirfd int, path string) error"},
 16447  		{"UnmapViewOfFile", Func, 0, ""},
 16448  		{"Unmount", Func, 0, "func(target string, flags int) (err error)"},
 16449  		{"Unsetenv", Func, 4, "func(key string) error"},
 16450  		{"Unshare", Func, 0, "func(flags int) (err error)"},
 16451  		{"UserInfo10", Type, 0, ""},
 16452  		{"UserInfo10.Comment", Field, 0, ""},
 16453  		{"UserInfo10.FullName", Field, 0, ""},
 16454  		{"UserInfo10.Name", Field, 0, ""},
 16455  		{"UserInfo10.UsrComment", Field, 0, ""},
 16456  		{"Ustat", Func, 0, "func(dev int, ubuf *Ustat_t) (err error)"},
 16457  		{"Ustat_t", Type, 0, ""},
 16458  		{"Ustat_t.Fname", Field, 0, ""},
 16459  		{"Ustat_t.Fpack", Field, 0, ""},
 16460  		{"Ustat_t.Pad_cgo_0", Field, 0, ""},
 16461  		{"Ustat_t.Pad_cgo_1", Field, 0, ""},
 16462  		{"Ustat_t.Tfree", Field, 0, ""},
 16463  		{"Ustat_t.Tinode", Field, 0, ""},
 16464  		{"Utimbuf", Type, 0, ""},
 16465  		{"Utimbuf.Actime", Field, 0, ""},
 16466  		{"Utimbuf.Modtime", Field, 0, ""},
 16467  		{"Utime", Func, 0, "func(path string, buf *Utimbuf) (err error)"},
 16468  		{"Utimes", Func, 0, "func(path string, tv []Timeval) (err error)"},
 16469  		{"UtimesNano", Func, 1, "func(path string, ts []Timespec) (err error)"},
 16470  		{"Utsname", Type, 0, ""},
 16471  		{"Utsname.Domainname", Field, 0, ""},
 16472  		{"Utsname.Machine", Field, 0, ""},
 16473  		{"Utsname.Nodename", Field, 0, ""},
 16474  		{"Utsname.Release", Field, 0, ""},
 16475  		{"Utsname.Sysname", Field, 0, ""},
 16476  		{"Utsname.Version", Field, 0, ""},
 16477  		{"VDISCARD", Const, 0, ""},
 16478  		{"VDSUSP", Const, 1, ""},
 16479  		{"VEOF", Const, 0, ""},
 16480  		{"VEOL", Const, 0, ""},
 16481  		{"VEOL2", Const, 0, ""},
 16482  		{"VERASE", Const, 0, ""},
 16483  		{"VERASE2", Const, 1, ""},
 16484  		{"VINTR", Const, 0, ""},
 16485  		{"VKILL", Const, 0, ""},
 16486  		{"VLNEXT", Const, 0, ""},
 16487  		{"VMIN", Const, 0, ""},
 16488  		{"VQUIT", Const, 0, ""},
 16489  		{"VREPRINT", Const, 0, ""},
 16490  		{"VSTART", Const, 0, ""},
 16491  		{"VSTATUS", Const, 1, ""},
 16492  		{"VSTOP", Const, 0, ""},
 16493  		{"VSUSP", Const, 0, ""},
 16494  		{"VSWTC", Const, 0, ""},
 16495  		{"VT0", Const, 1, ""},
 16496  		{"VT1", Const, 1, ""},
 16497  		{"VTDLY", Const, 1, ""},
 16498  		{"VTIME", Const, 0, ""},
 16499  		{"VWERASE", Const, 0, ""},
 16500  		{"VirtualLock", Func, 0, ""},
 16501  		{"VirtualUnlock", Func, 0, ""},
 16502  		{"WAIT_ABANDONED", Const, 0, ""},
 16503  		{"WAIT_FAILED", Const, 0, ""},
 16504  		{"WAIT_OBJECT_0", Const, 0, ""},
 16505  		{"WAIT_TIMEOUT", Const, 0, ""},
 16506  		{"WALL", Const, 0, ""},
 16507  		{"WALLSIG", Const, 1, ""},
 16508  		{"WALTSIG", Const, 1, ""},
 16509  		{"WCLONE", Const, 0, ""},
 16510  		{"WCONTINUED", Const, 0, ""},
 16511  		{"WCOREFLAG", Const, 0, ""},
 16512  		{"WEXITED", Const, 0, ""},
 16513  		{"WLINUXCLONE", Const, 0, ""},
 16514  		{"WNOHANG", Const, 0, ""},
 16515  		{"WNOTHREAD", Const, 0, ""},
 16516  		{"WNOWAIT", Const, 0, ""},
 16517  		{"WNOZOMBIE", Const, 1, ""},
 16518  		{"WOPTSCHECKED", Const, 1, ""},
 16519  		{"WORDSIZE", Const, 0, ""},
 16520  		{"WSABuf", Type, 0, ""},
 16521  		{"WSABuf.Buf", Field, 0, ""},
 16522  		{"WSABuf.Len", Field, 0, ""},
 16523  		{"WSACleanup", Func, 0, ""},
 16524  		{"WSADESCRIPTION_LEN", Const, 0, ""},
 16525  		{"WSAData", Type, 0, ""},
 16526  		{"WSAData.Description", Field, 0, ""},
 16527  		{"WSAData.HighVersion", Field, 0, ""},
 16528  		{"WSAData.MaxSockets", Field, 0, ""},
 16529  		{"WSAData.MaxUdpDg", Field, 0, ""},
 16530  		{"WSAData.SystemStatus", Field, 0, ""},
 16531  		{"WSAData.VendorInfo", Field, 0, ""},
 16532  		{"WSAData.Version", Field, 0, ""},
 16533  		{"WSAEACCES", Const, 2, ""},
 16534  		{"WSAECONNABORTED", Const, 9, ""},
 16535  		{"WSAECONNRESET", Const, 3, ""},
 16536  		{"WSAENOPROTOOPT", Const, 23, ""},
 16537  		{"WSAEnumProtocols", Func, 2, ""},
 16538  		{"WSAID_CONNECTEX", Var, 1, ""},
 16539  		{"WSAIoctl", Func, 0, ""},
 16540  		{"WSAPROTOCOL_LEN", Const, 2, ""},
 16541  		{"WSAProtocolChain", Type, 2, ""},
 16542  		{"WSAProtocolChain.ChainEntries", Field, 2, ""},
 16543  		{"WSAProtocolChain.ChainLen", Field, 2, ""},
 16544  		{"WSAProtocolInfo", Type, 2, ""},
 16545  		{"WSAProtocolInfo.AddressFamily", Field, 2, ""},
 16546  		{"WSAProtocolInfo.CatalogEntryId", Field, 2, ""},
 16547  		{"WSAProtocolInfo.MaxSockAddr", Field, 2, ""},
 16548  		{"WSAProtocolInfo.MessageSize", Field, 2, ""},
 16549  		{"WSAProtocolInfo.MinSockAddr", Field, 2, ""},
 16550  		{"WSAProtocolInfo.NetworkByteOrder", Field, 2, ""},
 16551  		{"WSAProtocolInfo.Protocol", Field, 2, ""},
 16552  		{"WSAProtocolInfo.ProtocolChain", Field, 2, ""},
 16553  		{"WSAProtocolInfo.ProtocolMaxOffset", Field, 2, ""},
 16554  		{"WSAProtocolInfo.ProtocolName", Field, 2, ""},
 16555  		{"WSAProtocolInfo.ProviderFlags", Field, 2, ""},
 16556  		{"WSAProtocolInfo.ProviderId", Field, 2, ""},
 16557  		{"WSAProtocolInfo.ProviderReserved", Field, 2, ""},
 16558  		{"WSAProtocolInfo.SecurityScheme", Field, 2, ""},
 16559  		{"WSAProtocolInfo.ServiceFlags1", Field, 2, ""},
 16560  		{"WSAProtocolInfo.ServiceFlags2", Field, 2, ""},
 16561  		{"WSAProtocolInfo.ServiceFlags3", Field, 2, ""},
 16562  		{"WSAProtocolInfo.ServiceFlags4", Field, 2, ""},
 16563  		{"WSAProtocolInfo.SocketType", Field, 2, ""},
 16564  		{"WSAProtocolInfo.Version", Field, 2, ""},
 16565  		{"WSARecv", Func, 0, ""},
 16566  		{"WSARecvFrom", Func, 0, ""},
 16567  		{"WSASYS_STATUS_LEN", Const, 0, ""},
 16568  		{"WSASend", Func, 0, ""},
 16569  		{"WSASendTo", Func, 0, ""},
 16570  		{"WSASendto", Func, 0, ""},
 16571  		{"WSAStartup", Func, 0, ""},
 16572  		{"WSTOPPED", Const, 0, ""},
 16573  		{"WTRAPPED", Const, 1, ""},
 16574  		{"WUNTRACED", Const, 0, ""},
 16575  		{"Wait4", Func, 0, "func(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)"},
 16576  		{"WaitForSingleObject", Func, 0, ""},
 16577  		{"WaitStatus", Type, 0, ""},
 16578  		{"WaitStatus.ExitCode", Field, 0, ""},
 16579  		{"Win32FileAttributeData", Type, 0, ""},
 16580  		{"Win32FileAttributeData.CreationTime", Field, 0, ""},
 16581  		{"Win32FileAttributeData.FileAttributes", Field, 0, ""},
 16582  		{"Win32FileAttributeData.FileSizeHigh", Field, 0, ""},
 16583  		{"Win32FileAttributeData.FileSizeLow", Field, 0, ""},
 16584  		{"Win32FileAttributeData.LastAccessTime", Field, 0, ""},
 16585  		{"Win32FileAttributeData.LastWriteTime", Field, 0, ""},
 16586  		{"Win32finddata", Type, 0, ""},
 16587  		{"Win32finddata.AlternateFileName", Field, 0, ""},
 16588  		{"Win32finddata.CreationTime", Field, 0, ""},
 16589  		{"Win32finddata.FileAttributes", Field, 0, ""},
 16590  		{"Win32finddata.FileName", Field, 0, ""},
 16591  		{"Win32finddata.FileSizeHigh", Field, 0, ""},
 16592  		{"Win32finddata.FileSizeLow", Field, 0, ""},
 16593  		{"Win32finddata.LastAccessTime", Field, 0, ""},
 16594  		{"Win32finddata.LastWriteTime", Field, 0, ""},
 16595  		{"Win32finddata.Reserved0", Field, 0, ""},
 16596  		{"Win32finddata.Reserved1", Field, 0, ""},
 16597  		{"Write", Func, 0, "func(fd int, p []byte) (n int, err error)"},
 16598  		{"WriteConsole", Func, 1, ""},
 16599  		{"WriteFile", Func, 0, ""},
 16600  		{"X509_ASN_ENCODING", Const, 0, ""},
 16601  		{"XCASE", Const, 0, ""},
 16602  		{"XP1_CONNECTIONLESS", Const, 2, ""},
 16603  		{"XP1_CONNECT_DATA", Const, 2, ""},
 16604  		{"XP1_DISCONNECT_DATA", Const, 2, ""},
 16605  		{"XP1_EXPEDITED_DATA", Const, 2, ""},
 16606  		{"XP1_GRACEFUL_CLOSE", Const, 2, ""},
 16607  		{"XP1_GUARANTEED_DELIVERY", Const, 2, ""},
 16608  		{"XP1_GUARANTEED_ORDER", Const, 2, ""},
 16609  		{"XP1_IFS_HANDLES", Const, 2, ""},
 16610  		{"XP1_MESSAGE_ORIENTED", Const, 2, ""},
 16611  		{"XP1_MULTIPOINT_CONTROL_PLANE", Const, 2, ""},
 16612  		{"XP1_MULTIPOINT_DATA_PLANE", Const, 2, ""},
 16613  		{"XP1_PARTIAL_MESSAGE", Const, 2, ""},
 16614  		{"XP1_PSEUDO_STREAM", Const, 2, ""},
 16615  		{"XP1_QOS_SUPPORTED", Const, 2, ""},
 16616  		{"XP1_SAN_SUPPORT_SDP", Const, 2, ""},
 16617  		{"XP1_SUPPORT_BROADCAST", Const, 2, ""},
 16618  		{"XP1_SUPPORT_MULTIPOINT", Const, 2, ""},
 16619  		{"XP1_UNI_RECV", Const, 2, ""},
 16620  		{"XP1_UNI_SEND", Const, 2, ""},
 16621  	},
 16622  	"syscall/js": {
 16623  		{"CopyBytesToGo", Func, 0, ""},
 16624  		{"CopyBytesToJS", Func, 0, ""},
 16625  		{"Error", Type, 0, ""},
 16626  		{"Func", Type, 0, ""},
 16627  		{"FuncOf", Func, 0, ""},
 16628  		{"Global", Func, 0, ""},
 16629  		{"Null", Func, 0, ""},
 16630  		{"Type", Type, 0, ""},
 16631  		{"TypeBoolean", Const, 0, ""},
 16632  		{"TypeFunction", Const, 0, ""},
 16633  		{"TypeNull", Const, 0, ""},
 16634  		{"TypeNumber", Const, 0, ""},
 16635  		{"TypeObject", Const, 0, ""},
 16636  		{"TypeString", Const, 0, ""},
 16637  		{"TypeSymbol", Const, 0, ""},
 16638  		{"TypeUndefined", Const, 0, ""},
 16639  		{"Undefined", Func, 0, ""},
 16640  		{"Value", Type, 0, ""},
 16641  		{"ValueError", Type, 0, ""},
 16642  		{"ValueOf", Func, 0, ""},
 16643  	},
 16644  	"testing": {
 16645  		{"(*B).Chdir", Method, 24, ""},
 16646  		{"(*B).Cleanup", Method, 14, ""},
 16647  		{"(*B).Context", Method, 24, ""},
 16648  		{"(*B).Elapsed", Method, 20, ""},
 16649  		{"(*B).Error", Method, 0, ""},
 16650  		{"(*B).Errorf", Method, 0, ""},
 16651  		{"(*B).Fail", Method, 0, ""},
 16652  		{"(*B).FailNow", Method, 0, ""},
 16653  		{"(*B).Failed", Method, 0, ""},
 16654  		{"(*B).Fatal", Method, 0, ""},
 16655  		{"(*B).Fatalf", Method, 0, ""},
 16656  		{"(*B).Helper", Method, 9, ""},
 16657  		{"(*B).Log", Method, 0, ""},
 16658  		{"(*B).Logf", Method, 0, ""},
 16659  		{"(*B).Loop", Method, 24, ""},
 16660  		{"(*B).Name", Method, 8, ""},
 16661  		{"(*B).ReportAllocs", Method, 1, ""},
 16662  		{"(*B).ReportMetric", Method, 13, ""},
 16663  		{"(*B).ResetTimer", Method, 0, ""},
 16664  		{"(*B).Run", Method, 7, ""},
 16665  		{"(*B).RunParallel", Method, 3, ""},
 16666  		{"(*B).SetBytes", Method, 0, ""},
 16667  		{"(*B).SetParallelism", Method, 3, ""},
 16668  		{"(*B).Setenv", Method, 17, ""},
 16669  		{"(*B).Skip", Method, 1, ""},
 16670  		{"(*B).SkipNow", Method, 1, ""},
 16671  		{"(*B).Skipf", Method, 1, ""},
 16672  		{"(*B).Skipped", Method, 1, ""},
 16673  		{"(*B).StartTimer", Method, 0, ""},
 16674  		{"(*B).StopTimer", Method, 0, ""},
 16675  		{"(*B).TempDir", Method, 15, ""},
 16676  		{"(*F).Add", Method, 18, ""},
 16677  		{"(*F).Chdir", Method, 24, ""},
 16678  		{"(*F).Cleanup", Method, 18, ""},
 16679  		{"(*F).Context", Method, 24, ""},
 16680  		{"(*F).Error", Method, 18, ""},
 16681  		{"(*F).Errorf", Method, 18, ""},
 16682  		{"(*F).Fail", Method, 18, ""},
 16683  		{"(*F).FailNow", Method, 18, ""},
 16684  		{"(*F).Failed", Method, 18, ""},
 16685  		{"(*F).Fatal", Method, 18, ""},
 16686  		{"(*F).Fatalf", Method, 18, ""},
 16687  		{"(*F).Fuzz", Method, 18, ""},
 16688  		{"(*F).Helper", Method, 18, ""},
 16689  		{"(*F).Log", Method, 18, ""},
 16690  		{"(*F).Logf", Method, 18, ""},
 16691  		{"(*F).Name", Method, 18, ""},
 16692  		{"(*F).Setenv", Method, 18, ""},
 16693  		{"(*F).Skip", Method, 18, ""},
 16694  		{"(*F).SkipNow", Method, 18, ""},
 16695  		{"(*F).Skipf", Method, 18, ""},
 16696  		{"(*F).Skipped", Method, 18, ""},
 16697  		{"(*F).TempDir", Method, 18, ""},
 16698  		{"(*M).Run", Method, 4, ""},
 16699  		{"(*PB).Next", Method, 3, ""},
 16700  		{"(*T).Chdir", Method, 24, ""},
 16701  		{"(*T).Cleanup", Method, 14, ""},
 16702  		{"(*T).Context", Method, 24, ""},
 16703  		{"(*T).Deadline", Method, 15, ""},
 16704  		{"(*T).Error", Method, 0, ""},
 16705  		{"(*T).Errorf", Method, 0, ""},
 16706  		{"(*T).Fail", Method, 0, ""},
 16707  		{"(*T).FailNow", Method, 0, ""},
 16708  		{"(*T).Failed", Method, 0, ""},
 16709  		{"(*T).Fatal", Method, 0, ""},
 16710  		{"(*T).Fatalf", Method, 0, ""},
 16711  		{"(*T).Helper", Method, 9, ""},
 16712  		{"(*T).Log", Method, 0, ""},
 16713  		{"(*T).Logf", Method, 0, ""},
 16714  		{"(*T).Name", Method, 8, ""},
 16715  		{"(*T).Parallel", Method, 0, ""},
 16716  		{"(*T).Run", Method, 7, ""},
 16717  		{"(*T).Setenv", Method, 17, ""},
 16718  		{"(*T).Skip", Method, 1, ""},
 16719  		{"(*T).SkipNow", Method, 1, ""},
 16720  		{"(*T).Skipf", Method, 1, ""},
 16721  		{"(*T).Skipped", Method, 1, ""},
 16722  		{"(*T).TempDir", Method, 15, ""},
 16723  		{"(BenchmarkResult).AllocedBytesPerOp", Method, 1, ""},
 16724  		{"(BenchmarkResult).AllocsPerOp", Method, 1, ""},
 16725  		{"(BenchmarkResult).MemString", Method, 1, ""},
 16726  		{"(BenchmarkResult).NsPerOp", Method, 0, ""},
 16727  		{"(BenchmarkResult).String", Method, 0, ""},
 16728  		{"AllocsPerRun", Func, 1, "func(runs int, f func()) (avg float64)"},
 16729  		{"B", Type, 0, ""},
 16730  		{"B.N", Field, 0, ""},
 16731  		{"Benchmark", Func, 0, "func(f func(b *B)) BenchmarkResult"},
 16732  		{"BenchmarkResult", Type, 0, ""},
 16733  		{"BenchmarkResult.Bytes", Field, 0, ""},
 16734  		{"BenchmarkResult.Extra", Field, 13, ""},
 16735  		{"BenchmarkResult.MemAllocs", Field, 1, ""},
 16736  		{"BenchmarkResult.MemBytes", Field, 1, ""},
 16737  		{"BenchmarkResult.N", Field, 0, ""},
 16738  		{"BenchmarkResult.T", Field, 0, ""},
 16739  		{"Cover", Type, 2, ""},
 16740  		{"Cover.Blocks", Field, 2, ""},
 16741  		{"Cover.Counters", Field, 2, ""},
 16742  		{"Cover.CoveredPackages", Field, 2, ""},
 16743  		{"Cover.Mode", Field, 2, ""},
 16744  		{"CoverBlock", Type, 2, ""},
 16745  		{"CoverBlock.Col0", Field, 2, ""},
 16746  		{"CoverBlock.Col1", Field, 2, ""},
 16747  		{"CoverBlock.Line0", Field, 2, ""},
 16748  		{"CoverBlock.Line1", Field, 2, ""},
 16749  		{"CoverBlock.Stmts", Field, 2, ""},
 16750  		{"CoverMode", Func, 8, "func() string"},
 16751  		{"Coverage", Func, 4, "func() float64"},
 16752  		{"F", Type, 18, ""},
 16753  		{"Init", Func, 13, "func()"},
 16754  		{"InternalBenchmark", Type, 0, ""},
 16755  		{"InternalBenchmark.F", Field, 0, ""},
 16756  		{"InternalBenchmark.Name", Field, 0, ""},
 16757  		{"InternalExample", Type, 0, ""},
 16758  		{"InternalExample.F", Field, 0, ""},
 16759  		{"InternalExample.Name", Field, 0, ""},
 16760  		{"InternalExample.Output", Field, 0, ""},
 16761  		{"InternalExample.Unordered", Field, 7, ""},
 16762  		{"InternalFuzzTarget", Type, 18, ""},
 16763  		{"InternalFuzzTarget.Fn", Field, 18, ""},
 16764  		{"InternalFuzzTarget.Name", Field, 18, ""},
 16765  		{"InternalTest", Type, 0, ""},
 16766  		{"InternalTest.F", Field, 0, ""},
 16767  		{"InternalTest.Name", Field, 0, ""},
 16768  		{"M", Type, 4, ""},
 16769  		{"Main", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)"},
 16770  		{"MainStart", Func, 4, "func(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M"},
 16771  		{"PB", Type, 3, ""},
 16772  		{"RegisterCover", Func, 2, "func(c Cover)"},
 16773  		{"RunBenchmarks", Func, 0, "func(matchString func(pat string, str string) (bool, error), benchmarks []InternalBenchmark)"},
 16774  		{"RunExamples", Func, 0, "func(matchString func(pat string, str string) (bool, error), examples []InternalExample) (ok bool)"},
 16775  		{"RunTests", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest) (ok bool)"},
 16776  		{"Short", Func, 0, "func() bool"},
 16777  		{"T", Type, 0, ""},
 16778  		{"TB", Type, 2, ""},
 16779  		{"Testing", Func, 21, "func() bool"},
 16780  		{"Verbose", Func, 1, "func() bool"},
 16781  	},
 16782  	"testing/fstest": {
 16783  		{"(MapFS).Glob", Method, 16, ""},
 16784  		{"(MapFS).Lstat", Method, 25, ""},
 16785  		{"(MapFS).Open", Method, 16, ""},
 16786  		{"(MapFS).ReadDir", Method, 16, ""},
 16787  		{"(MapFS).ReadFile", Method, 16, ""},
 16788  		{"(MapFS).ReadLink", Method, 25, ""},
 16789  		{"(MapFS).Stat", Method, 16, ""},
 16790  		{"(MapFS).Sub", Method, 16, ""},
 16791  		{"MapFS", Type, 16, ""},
 16792  		{"MapFile", Type, 16, ""},
 16793  		{"MapFile.Data", Field, 16, ""},
 16794  		{"MapFile.ModTime", Field, 16, ""},
 16795  		{"MapFile.Mode", Field, 16, ""},
 16796  		{"MapFile.Sys", Field, 16, ""},
 16797  		{"TestFS", Func, 16, "func(fsys fs.FS, expected ...string) error"},
 16798  	},
 16799  	"testing/iotest": {
 16800  		{"DataErrReader", Func, 0, "func(r io.Reader) io.Reader"},
 16801  		{"ErrReader", Func, 16, "func(err error) io.Reader"},
 16802  		{"ErrTimeout", Var, 0, ""},
 16803  		{"HalfReader", Func, 0, "func(r io.Reader) io.Reader"},
 16804  		{"NewReadLogger", Func, 0, "func(prefix string, r io.Reader) io.Reader"},
 16805  		{"NewWriteLogger", Func, 0, "func(prefix string, w io.Writer) io.Writer"},
 16806  		{"OneByteReader", Func, 0, "func(r io.Reader) io.Reader"},
 16807  		{"TestReader", Func, 16, "func(r io.Reader, content []byte) error"},
 16808  		{"TimeoutReader", Func, 0, "func(r io.Reader) io.Reader"},
 16809  		{"TruncateWriter", Func, 0, "func(w io.Writer, n int64) io.Writer"},
 16810  	},
 16811  	"testing/quick": {
 16812  		{"(*CheckEqualError).Error", Method, 0, ""},
 16813  		{"(*CheckError).Error", Method, 0, ""},
 16814  		{"(SetupError).Error", Method, 0, ""},
 16815  		{"Check", Func, 0, "func(f any, config *Config) error"},
 16816  		{"CheckEqual", Func, 0, "func(f any, g any, config *Config) error"},
 16817  		{"CheckEqualError", Type, 0, ""},
 16818  		{"CheckEqualError.CheckError", Field, 0, ""},
 16819  		{"CheckEqualError.Out1", Field, 0, ""},
 16820  		{"CheckEqualError.Out2", Field, 0, ""},
 16821  		{"CheckError", Type, 0, ""},
 16822  		{"CheckError.Count", Field, 0, ""},
 16823  		{"CheckError.In", Field, 0, ""},
 16824  		{"Config", Type, 0, ""},
 16825  		{"Config.MaxCount", Field, 0, ""},
 16826  		{"Config.MaxCountScale", Field, 0, ""},
 16827  		{"Config.Rand", Field, 0, ""},
 16828  		{"Config.Values", Field, 0, ""},
 16829  		{"Generator", Type, 0, ""},
 16830  		{"SetupError", Type, 0, ""},
 16831  		{"Value", Func, 0, "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"},
 16832  	},
 16833  	"testing/slogtest": {
 16834  		{"Run", Func, 22, "func(t *testing.T, newHandler func(*testing.T) slog.Handler, result func(*testing.T) map[string]any)"},
 16835  		{"TestHandler", Func, 21, "func(h slog.Handler, results func() []map[string]any) error"},
 16836  	},
 16837  	"text/scanner": {
 16838  		{"(*Position).IsValid", Method, 0, ""},
 16839  		{"(*Scanner).Init", Method, 0, ""},
 16840  		{"(*Scanner).IsValid", Method, 0, ""},
 16841  		{"(*Scanner).Next", Method, 0, ""},
 16842  		{"(*Scanner).Peek", Method, 0, ""},
 16843  		{"(*Scanner).Pos", Method, 0, ""},
 16844  		{"(*Scanner).Scan", Method, 0, ""},
 16845  		{"(*Scanner).TokenText", Method, 0, ""},
 16846  		{"(Position).String", Method, 0, ""},
 16847  		{"(Scanner).String", Method, 0, ""},
 16848  		{"Char", Const, 0, ""},
 16849  		{"Comment", Const, 0, ""},
 16850  		{"EOF", Const, 0, ""},
 16851  		{"Float", Const, 0, ""},
 16852  		{"GoTokens", Const, 0, ""},
 16853  		{"GoWhitespace", Const, 0, ""},
 16854  		{"Ident", Const, 0, ""},
 16855  		{"Int", Const, 0, ""},
 16856  		{"Position", Type, 0, ""},
 16857  		{"Position.Column", Field, 0, ""},
 16858  		{"Position.Filename", Field, 0, ""},
 16859  		{"Position.Line", Field, 0, ""},
 16860  		{"Position.Offset", Field, 0, ""},
 16861  		{"RawString", Const, 0, ""},
 16862  		{"ScanChars", Const, 0, ""},
 16863  		{"ScanComments", Const, 0, ""},
 16864  		{"ScanFloats", Const, 0, ""},
 16865  		{"ScanIdents", Const, 0, ""},
 16866  		{"ScanInts", Const, 0, ""},
 16867  		{"ScanRawStrings", Const, 0, ""},
 16868  		{"ScanStrings", Const, 0, ""},
 16869  		{"Scanner", Type, 0, ""},
 16870  		{"Scanner.Error", Field, 0, ""},
 16871  		{"Scanner.ErrorCount", Field, 0, ""},
 16872  		{"Scanner.IsIdentRune", Field, 4, ""},
 16873  		{"Scanner.Mode", Field, 0, ""},
 16874  		{"Scanner.Position", Field, 0, ""},
 16875  		{"Scanner.Whitespace", Field, 0, ""},
 16876  		{"SkipComments", Const, 0, ""},
 16877  		{"String", Const, 0, ""},
 16878  		{"TokenString", Func, 0, "func(tok rune) string"},
 16879  	},
 16880  	"text/tabwriter": {
 16881  		{"(*Writer).Flush", Method, 0, ""},
 16882  		{"(*Writer).Init", Method, 0, ""},
 16883  		{"(*Writer).Write", Method, 0, ""},
 16884  		{"AlignRight", Const, 0, ""},
 16885  		{"Debug", Const, 0, ""},
 16886  		{"DiscardEmptyColumns", Const, 0, ""},
 16887  		{"Escape", Const, 0, ""},
 16888  		{"FilterHTML", Const, 0, ""},
 16889  		{"NewWriter", Func, 0, "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *Writer"},
 16890  		{"StripEscape", Const, 0, ""},
 16891  		{"TabIndent", Const, 0, ""},
 16892  		{"Writer", Type, 0, ""},
 16893  	},
 16894  	"text/template": {
 16895  		{"(*Template).AddParseTree", Method, 0, ""},
 16896  		{"(*Template).Clone", Method, 0, ""},
 16897  		{"(*Template).DefinedTemplates", Method, 5, ""},
 16898  		{"(*Template).Delims", Method, 0, ""},
 16899  		{"(*Template).Execute", Method, 0, ""},
 16900  		{"(*Template).ExecuteTemplate", Method, 0, ""},
 16901  		{"(*Template).Funcs", Method, 0, ""},
 16902  		{"(*Template).Lookup", Method, 0, ""},
 16903  		{"(*Template).Name", Method, 0, ""},
 16904  		{"(*Template).New", Method, 0, ""},
 16905  		{"(*Template).Option", Method, 5, ""},
 16906  		{"(*Template).Parse", Method, 0, ""},
 16907  		{"(*Template).ParseFS", Method, 16, ""},
 16908  		{"(*Template).ParseFiles", Method, 0, ""},
 16909  		{"(*Template).ParseGlob", Method, 0, ""},
 16910  		{"(*Template).Templates", Method, 0, ""},
 16911  		{"(ExecError).Error", Method, 6, ""},
 16912  		{"(ExecError).Unwrap", Method, 13, ""},
 16913  		{"(Template).Copy", Method, 2, ""},
 16914  		{"(Template).ErrorContext", Method, 1, ""},
 16915  		{"ExecError", Type, 6, ""},
 16916  		{"ExecError.Err", Field, 6, ""},
 16917  		{"ExecError.Name", Field, 6, ""},
 16918  		{"FuncMap", Type, 0, ""},
 16919  		{"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
 16920  		{"HTMLEscapeString", Func, 0, "func(s string) string"},
 16921  		{"HTMLEscaper", Func, 0, "func(args ...any) string"},
 16922  		{"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
 16923  		{"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
 16924  		{"JSEscapeString", Func, 0, "func(s string) string"},
 16925  		{"JSEscaper", Func, 0, "func(args ...any) string"},
 16926  		{"Must", Func, 0, "func(t *Template, err error) *Template"},
 16927  		{"New", Func, 0, "func(name string) *Template"},
 16928  		{"ParseFS", Func, 16, "func(fsys fs.FS, patterns ...string) (*Template, error)"},
 16929  		{"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
 16930  		{"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
 16931  		{"Template", Type, 0, ""},
 16932  		{"Template.Tree", Field, 0, ""},
 16933  		{"URLQueryEscaper", Func, 0, "func(args ...any) string"},
 16934  	},
 16935  	"text/template/parse": {
 16936  		{"(*ActionNode).Copy", Method, 0, ""},
 16937  		{"(*ActionNode).String", Method, 0, ""},
 16938  		{"(*BoolNode).Copy", Method, 0, ""},
 16939  		{"(*BoolNode).String", Method, 0, ""},
 16940  		{"(*BranchNode).Copy", Method, 4, ""},
 16941  		{"(*BranchNode).String", Method, 0, ""},
 16942  		{"(*BreakNode).Copy", Method, 18, ""},
 16943  		{"(*BreakNode).String", Method, 18, ""},
 16944  		{"(*ChainNode).Add", Method, 1, ""},
 16945  		{"(*ChainNode).Copy", Method, 1, ""},
 16946  		{"(*ChainNode).String", Method, 1, ""},
 16947  		{"(*CommandNode).Copy", Method, 0, ""},
 16948  		{"(*CommandNode).String", Method, 0, ""},
 16949  		{"(*CommentNode).Copy", Method, 16, ""},
 16950  		{"(*CommentNode).String", Method, 16, ""},
 16951  		{"(*ContinueNode).Copy", Method, 18, ""},
 16952  		{"(*ContinueNode).String", Method, 18, ""},
 16953  		{"(*DotNode).Copy", Method, 0, ""},
 16954  		{"(*DotNode).String", Method, 0, ""},
 16955  		{"(*DotNode).Type", Method, 0, ""},
 16956  		{"(*FieldNode).Copy", Method, 0, ""},
 16957  		{"(*FieldNode).String", Method, 0, ""},
 16958  		{"(*IdentifierNode).Copy", Method, 0, ""},
 16959  		{"(*IdentifierNode).SetPos", Method, 1, ""},
 16960  		{"(*IdentifierNode).SetTree", Method, 4, ""},
 16961  		{"(*IdentifierNode).String", Method, 0, ""},
 16962  		{"(*IfNode).Copy", Method, 0, ""},
 16963  		{"(*IfNode).String", Method, 0, ""},
 16964  		{"(*ListNode).Copy", Method, 0, ""},
 16965  		{"(*ListNode).CopyList", Method, 0, ""},
 16966  		{"(*ListNode).String", Method, 0, ""},
 16967  		{"(*NilNode).Copy", Method, 1, ""},
 16968  		{"(*NilNode).String", Method, 1, ""},
 16969  		{"(*NilNode).Type", Method, 1, ""},
 16970  		{"(*NumberNode).Copy", Method, 0, ""},
 16971  		{"(*NumberNode).String", Method, 0, ""},
 16972  		{"(*PipeNode).Copy", Method, 0, ""},
 16973  		{"(*PipeNode).CopyPipe", Method, 0, ""},
 16974  		{"(*PipeNode).String", Method, 0, ""},
 16975  		{"(*RangeNode).Copy", Method, 0, ""},
 16976  		{"(*RangeNode).String", Method, 0, ""},
 16977  		{"(*StringNode).Copy", Method, 0, ""},
 16978  		{"(*StringNode).String", Method, 0, ""},
 16979  		{"(*TemplateNode).Copy", Method, 0, ""},
 16980  		{"(*TemplateNode).String", Method, 0, ""},
 16981  		{"(*TextNode).Copy", Method, 0, ""},
 16982  		{"(*TextNode).String", Method, 0, ""},
 16983  		{"(*Tree).Copy", Method, 2, ""},
 16984  		{"(*Tree).ErrorContext", Method, 1, ""},
 16985  		{"(*Tree).Parse", Method, 0, ""},
 16986  		{"(*VariableNode).Copy", Method, 0, ""},
 16987  		{"(*VariableNode).String", Method, 0, ""},
 16988  		{"(*WithNode).Copy", Method, 0, ""},
 16989  		{"(*WithNode).String", Method, 0, ""},
 16990  		{"(ActionNode).Position", Method, 1, ""},
 16991  		{"(ActionNode).Type", Method, 0, ""},
 16992  		{"(BoolNode).Position", Method, 1, ""},
 16993  		{"(BoolNode).Type", Method, 0, ""},
 16994  		{"(BranchNode).Position", Method, 1, ""},
 16995  		{"(BranchNode).Type", Method, 0, ""},
 16996  		{"(BreakNode).Position", Method, 18, ""},
 16997  		{"(BreakNode).Type", Method, 18, ""},
 16998  		{"(ChainNode).Position", Method, 1, ""},
 16999  		{"(ChainNode).Type", Method, 1, ""},
 17000  		{"(CommandNode).Position", Method, 1, ""},
 17001  		{"(CommandNode).Type", Method, 0, ""},
 17002  		{"(CommentNode).Position", Method, 16, ""},
 17003  		{"(CommentNode).Type", Method, 16, ""},
 17004  		{"(ContinueNode).Position", Method, 18, ""},
 17005  		{"(ContinueNode).Type", Method, 18, ""},
 17006  		{"(DotNode).Position", Method, 1, ""},
 17007  		{"(FieldNode).Position", Method, 1, ""},
 17008  		{"(FieldNode).Type", Method, 0, ""},
 17009  		{"(IdentifierNode).Position", Method, 1, ""},
 17010  		{"(IdentifierNode).Type", Method, 0, ""},
 17011  		{"(IfNode).Position", Method, 1, ""},
 17012  		{"(IfNode).Type", Method, 0, ""},
 17013  		{"(ListNode).Position", Method, 1, ""},
 17014  		{"(ListNode).Type", Method, 0, ""},
 17015  		{"(NilNode).Position", Method, 1, ""},
 17016  		{"(NodeType).Type", Method, 0, ""},
 17017  		{"(NumberNode).Position", Method, 1, ""},
 17018  		{"(NumberNode).Type", Method, 0, ""},
 17019  		{"(PipeNode).Position", Method, 1, ""},
 17020  		{"(PipeNode).Type", Method, 0, ""},
 17021  		{"(Pos).Position", Method, 1, ""},
 17022  		{"(RangeNode).Position", Method, 1, ""},
 17023  		{"(RangeNode).Type", Method, 0, ""},
 17024  		{"(StringNode).Position", Method, 1, ""},
 17025  		{"(StringNode).Type", Method, 0, ""},
 17026  		{"(TemplateNode).Position", Method, 1, ""},
 17027  		{"(TemplateNode).Type", Method, 0, ""},
 17028  		{"(TextNode).Position", Method, 1, ""},
 17029  		{"(TextNode).Type", Method, 0, ""},
 17030  		{"(VariableNode).Position", Method, 1, ""},
 17031  		{"(VariableNode).Type", Method, 0, ""},
 17032  		{"(WithNode).Position", Method, 1, ""},
 17033  		{"(WithNode).Type", Method, 0, ""},
 17034  		{"ActionNode", Type, 0, ""},
 17035  		{"ActionNode.Line", Field, 0, ""},
 17036  		{"ActionNode.NodeType", Field, 0, ""},
 17037  		{"ActionNode.Pipe", Field, 0, ""},
 17038  		{"ActionNode.Pos", Field, 1, ""},
 17039  		{"BoolNode", Type, 0, ""},
 17040  		{"BoolNode.NodeType", Field, 0, ""},
 17041  		{"BoolNode.Pos", Field, 1, ""},
 17042  		{"BoolNode.True", Field, 0, ""},
 17043  		{"BranchNode", Type, 0, ""},
 17044  		{"BranchNode.ElseList", Field, 0, ""},
 17045  		{"BranchNode.Line", Field, 0, ""},
 17046  		{"BranchNode.List", Field, 0, ""},
 17047  		{"BranchNode.NodeType", Field, 0, ""},
 17048  		{"BranchNode.Pipe", Field, 0, ""},
 17049  		{"BranchNode.Pos", Field, 1, ""},
 17050  		{"BreakNode", Type, 18, ""},
 17051  		{"BreakNode.Line", Field, 18, ""},
 17052  		{"BreakNode.NodeType", Field, 18, ""},
 17053  		{"BreakNode.Pos", Field, 18, ""},
 17054  		{"ChainNode", Type, 1, ""},
 17055  		{"ChainNode.Field", Field, 1, ""},
 17056  		{"ChainNode.Node", Field, 1, ""},
 17057  		{"ChainNode.NodeType", Field, 1, ""},
 17058  		{"ChainNode.Pos", Field, 1, ""},
 17059  		{"CommandNode", Type, 0, ""},
 17060  		{"CommandNode.Args", Field, 0, ""},
 17061  		{"CommandNode.NodeType", Field, 0, ""},
 17062  		{"CommandNode.Pos", Field, 1, ""},
 17063  		{"CommentNode", Type, 16, ""},
 17064  		{"CommentNode.NodeType", Field, 16, ""},
 17065  		{"CommentNode.Pos", Field, 16, ""},
 17066  		{"CommentNode.Text", Field, 16, ""},
 17067  		{"ContinueNode", Type, 18, ""},
 17068  		{"ContinueNode.Line", Field, 18, ""},
 17069  		{"ContinueNode.NodeType", Field, 18, ""},
 17070  		{"ContinueNode.Pos", Field, 18, ""},
 17071  		{"DotNode", Type, 0, ""},
 17072  		{"DotNode.NodeType", Field, 4, ""},
 17073  		{"DotNode.Pos", Field, 1, ""},
 17074  		{"FieldNode", Type, 0, ""},
 17075  		{"FieldNode.Ident", Field, 0, ""},
 17076  		{"FieldNode.NodeType", Field, 0, ""},
 17077  		{"FieldNode.Pos", Field, 1, ""},
 17078  		{"IdentifierNode", Type, 0, ""},
 17079  		{"IdentifierNode.Ident", Field, 0, ""},
 17080  		{"IdentifierNode.NodeType", Field, 0, ""},
 17081  		{"IdentifierNode.Pos", Field, 1, ""},
 17082  		{"IfNode", Type, 0, ""},
 17083  		{"IfNode.BranchNode", Field, 0, ""},
 17084  		{"IsEmptyTree", Func, 0, "func(n Node) bool"},
 17085  		{"ListNode", Type, 0, ""},
 17086  		{"ListNode.NodeType", Field, 0, ""},
 17087  		{"ListNode.Nodes", Field, 0, ""},
 17088  		{"ListNode.Pos", Field, 1, ""},
 17089  		{"Mode", Type, 16, ""},
 17090  		{"New", Func, 0, "func(name string, funcs ...map[string]any) *Tree"},
 17091  		{"NewIdentifier", Func, 0, "func(ident string) *IdentifierNode"},
 17092  		{"NilNode", Type, 1, ""},
 17093  		{"NilNode.NodeType", Field, 4, ""},
 17094  		{"NilNode.Pos", Field, 1, ""},
 17095  		{"Node", Type, 0, ""},
 17096  		{"NodeAction", Const, 0, ""},
 17097  		{"NodeBool", Const, 0, ""},
 17098  		{"NodeBreak", Const, 18, ""},
 17099  		{"NodeChain", Const, 1, ""},
 17100  		{"NodeCommand", Const, 0, ""},
 17101  		{"NodeComment", Const, 16, ""},
 17102  		{"NodeContinue", Const, 18, ""},
 17103  		{"NodeDot", Const, 0, ""},
 17104  		{"NodeField", Const, 0, ""},
 17105  		{"NodeIdentifier", Const, 0, ""},
 17106  		{"NodeIf", Const, 0, ""},
 17107  		{"NodeList", Const, 0, ""},
 17108  		{"NodeNil", Const, 1, ""},
 17109  		{"NodeNumber", Const, 0, ""},
 17110  		{"NodePipe", Const, 0, ""},
 17111  		{"NodeRange", Const, 0, ""},
 17112  		{"NodeString", Const, 0, ""},
 17113  		{"NodeTemplate", Const, 0, ""},
 17114  		{"NodeText", Const, 0, ""},
 17115  		{"NodeType", Type, 0, ""},
 17116  		{"NodeVariable", Const, 0, ""},
 17117  		{"NodeWith", Const, 0, ""},
 17118  		{"NumberNode", Type, 0, ""},
 17119  		{"NumberNode.Complex128", Field, 0, ""},
 17120  		{"NumberNode.Float64", Field, 0, ""},
 17121  		{"NumberNode.Int64", Field, 0, ""},
 17122  		{"NumberNode.IsComplex", Field, 0, ""},
 17123  		{"NumberNode.IsFloat", Field, 0, ""},
 17124  		{"NumberNode.IsInt", Field, 0, ""},
 17125  		{"NumberNode.IsUint", Field, 0, ""},
 17126  		{"NumberNode.NodeType", Field, 0, ""},
 17127  		{"NumberNode.Pos", Field, 1, ""},
 17128  		{"NumberNode.Text", Field, 0, ""},
 17129  		{"NumberNode.Uint64", Field, 0, ""},
 17130  		{"Parse", Func, 0, "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]any) (map[string]*Tree, error)"},
 17131  		{"ParseComments", Const, 16, ""},
 17132  		{"PipeNode", Type, 0, ""},
 17133  		{"PipeNode.Cmds", Field, 0, ""},
 17134  		{"PipeNode.Decl", Field, 0, ""},
 17135  		{"PipeNode.IsAssign", Field, 11, ""},
 17136  		{"PipeNode.Line", Field, 0, ""},
 17137  		{"PipeNode.NodeType", Field, 0, ""},
 17138  		{"PipeNode.Pos", Field, 1, ""},
 17139  		{"Pos", Type, 1, ""},
 17140  		{"RangeNode", Type, 0, ""},
 17141  		{"RangeNode.BranchNode", Field, 0, ""},
 17142  		{"SkipFuncCheck", Const, 17, ""},
 17143  		{"StringNode", Type, 0, ""},
 17144  		{"StringNode.NodeType", Field, 0, ""},
 17145  		{"StringNode.Pos", Field, 1, ""},
 17146  		{"StringNode.Quoted", Field, 0, ""},
 17147  		{"StringNode.Text", Field, 0, ""},
 17148  		{"TemplateNode", Type, 0, ""},
 17149  		{"TemplateNode.Line", Field, 0, ""},
 17150  		{"TemplateNode.Name", Field, 0, ""},
 17151  		{"TemplateNode.NodeType", Field, 0, ""},
 17152  		{"TemplateNode.Pipe", Field, 0, ""},
 17153  		{"TemplateNode.Pos", Field, 1, ""},
 17154  		{"TextNode", Type, 0, ""},
 17155  		{"TextNode.NodeType", Field, 0, ""},
 17156  		{"TextNode.Pos", Field, 1, ""},
 17157  		{"TextNode.Text", Field, 0, ""},
 17158  		{"Tree", Type, 0, ""},
 17159  		{"Tree.Mode", Field, 16, ""},
 17160  		{"Tree.Name", Field, 0, ""},
 17161  		{"Tree.ParseName", Field, 1, ""},
 17162  		{"Tree.Root", Field, 0, ""},
 17163  		{"VariableNode", Type, 0, ""},
 17164  		{"VariableNode.Ident", Field, 0, ""},
 17165  		{"VariableNode.NodeType", Field, 0, ""},
 17166  		{"VariableNode.Pos", Field, 1, ""},
 17167  		{"WithNode", Type, 0, ""},
 17168  		{"WithNode.BranchNode", Field, 0, ""},
 17169  	},
 17170  	"time": {
 17171  		{"(*Location).String", Method, 0, ""},
 17172  		{"(*ParseError).Error", Method, 0, ""},
 17173  		{"(*Ticker).Reset", Method, 15, ""},
 17174  		{"(*Ticker).Stop", Method, 0, ""},
 17175  		{"(*Time).GobDecode", Method, 0, ""},
 17176  		{"(*Time).UnmarshalBinary", Method, 2, ""},
 17177  		{"(*Time).UnmarshalJSON", Method, 0, ""},
 17178  		{"(*Time).UnmarshalText", Method, 2, ""},
 17179  		{"(*Timer).Reset", Method, 1, ""},
 17180  		{"(*Timer).Stop", Method, 0, ""},
 17181  		{"(Duration).Abs", Method, 19, ""},
 17182  		{"(Duration).Hours", Method, 0, ""},
 17183  		{"(Duration).Microseconds", Method, 13, ""},
 17184  		{"(Duration).Milliseconds", Method, 13, ""},
 17185  		{"(Duration).Minutes", Method, 0, ""},
 17186  		{"(Duration).Nanoseconds", Method, 0, ""},
 17187  		{"(Duration).Round", Method, 9, ""},
 17188  		{"(Duration).Seconds", Method, 0, ""},
 17189  		{"(Duration).String", Method, 0, ""},
 17190  		{"(Duration).Truncate", Method, 9, ""},
 17191  		{"(Month).String", Method, 0, ""},
 17192  		{"(Time).Add", Method, 0, ""},
 17193  		{"(Time).AddDate", Method, 0, ""},
 17194  		{"(Time).After", Method, 0, ""},
 17195  		{"(Time).AppendBinary", Method, 24, ""},
 17196  		{"(Time).AppendFormat", Method, 5, ""},
 17197  		{"(Time).AppendText", Method, 24, ""},
 17198  		{"(Time).Before", Method, 0, ""},
 17199  		{"(Time).Clock", Method, 0, ""},
 17200  		{"(Time).Compare", Method, 20, ""},
 17201  		{"(Time).Date", Method, 0, ""},
 17202  		{"(Time).Day", Method, 0, ""},
 17203  		{"(Time).Equal", Method, 0, ""},
 17204  		{"(Time).Format", Method, 0, ""},
 17205  		{"(Time).GoString", Method, 17, ""},
 17206  		{"(Time).GobEncode", Method, 0, ""},
 17207  		{"(Time).Hour", Method, 0, ""},
 17208  		{"(Time).ISOWeek", Method, 0, ""},
 17209  		{"(Time).In", Method, 0, ""},
 17210  		{"(Time).IsDST", Method, 17, ""},
 17211  		{"(Time).IsZero", Method, 0, ""},
 17212  		{"(Time).Local", Method, 0, ""},
 17213  		{"(Time).Location", Method, 0, ""},
 17214  		{"(Time).MarshalBinary", Method, 2, ""},
 17215  		{"(Time).MarshalJSON", Method, 0, ""},
 17216  		{"(Time).MarshalText", Method, 2, ""},
 17217  		{"(Time).Minute", Method, 0, ""},
 17218  		{"(Time).Month", Method, 0, ""},
 17219  		{"(Time).Nanosecond", Method, 0, ""},
 17220  		{"(Time).Round", Method, 1, ""},
 17221  		{"(Time).Second", Method, 0, ""},
 17222  		{"(Time).String", Method, 0, ""},
 17223  		{"(Time).Sub", Method, 0, ""},
 17224  		{"(Time).Truncate", Method, 1, ""},
 17225  		{"(Time).UTC", Method, 0, ""},
 17226  		{"(Time).Unix", Method, 0, ""},
 17227  		{"(Time).UnixMicro", Method, 17, ""},
 17228  		{"(Time).UnixMilli", Method, 17, ""},
 17229  		{"(Time).UnixNano", Method, 0, ""},
 17230  		{"(Time).Weekday", Method, 0, ""},
 17231  		{"(Time).Year", Method, 0, ""},
 17232  		{"(Time).YearDay", Method, 1, ""},
 17233  		{"(Time).Zone", Method, 0, ""},
 17234  		{"(Time).ZoneBounds", Method, 19, ""},
 17235  		{"(Weekday).String", Method, 0, ""},
 17236  		{"ANSIC", Const, 0, ""},
 17237  		{"After", Func, 0, "func(d Duration) <-chan Time"},
 17238  		{"AfterFunc", Func, 0, "func(d Duration, f func()) *Timer"},
 17239  		{"April", Const, 0, ""},
 17240  		{"August", Const, 0, ""},
 17241  		{"Date", Func, 0, "func(year int, month Month, day int, hour int, min int, sec int, nsec int, loc *Location) Time"},
 17242  		{"DateOnly", Const, 20, ""},
 17243  		{"DateTime", Const, 20, ""},
 17244  		{"December", Const, 0, ""},
 17245  		{"Duration", Type, 0, ""},
 17246  		{"February", Const, 0, ""},
 17247  		{"FixedZone", Func, 0, "func(name string, offset int) *Location"},
 17248  		{"Friday", Const, 0, ""},
 17249  		{"Hour", Const, 0, ""},
 17250  		{"January", Const, 0, ""},
 17251  		{"July", Const, 0, ""},
 17252  		{"June", Const, 0, ""},
 17253  		{"Kitchen", Const, 0, ""},
 17254  		{"Layout", Const, 17, ""},
 17255  		{"LoadLocation", Func, 0, "func(name string) (*Location, error)"},
 17256  		{"LoadLocationFromTZData", Func, 10, "func(name string, data []byte) (*Location, error)"},
 17257  		{"Local", Var, 0, ""},
 17258  		{"Location", Type, 0, ""},
 17259  		{"March", Const, 0, ""},
 17260  		{"May", Const, 0, ""},
 17261  		{"Microsecond", Const, 0, ""},
 17262  		{"Millisecond", Const, 0, ""},
 17263  		{"Minute", Const, 0, ""},
 17264  		{"Monday", Const, 0, ""},
 17265  		{"Month", Type, 0, ""},
 17266  		{"Nanosecond", Const, 0, ""},
 17267  		{"NewTicker", Func, 0, "func(d Duration) *Ticker"},
 17268  		{"NewTimer", Func, 0, "func(d Duration) *Timer"},
 17269  		{"November", Const, 0, ""},
 17270  		{"Now", Func, 0, "func() Time"},
 17271  		{"October", Const, 0, ""},
 17272  		{"Parse", Func, 0, "func(layout string, value string) (Time, error)"},
 17273  		{"ParseDuration", Func, 0, "func(s string) (Duration, error)"},
 17274  		{"ParseError", Type, 0, ""},
 17275  		{"ParseError.Layout", Field, 0, ""},
 17276  		{"ParseError.LayoutElem", Field, 0, ""},
 17277  		{"ParseError.Message", Field, 0, ""},
 17278  		{"ParseError.Value", Field, 0, ""},
 17279  		{"ParseError.ValueElem", Field, 0, ""},
 17280  		{"ParseInLocation", Func, 1, "func(layout string, value string, loc *Location) (Time, error)"},
 17281  		{"RFC1123", Const, 0, ""},
 17282  		{"RFC1123Z", Const, 0, ""},
 17283  		{"RFC3339", Const, 0, ""},
 17284  		{"RFC3339Nano", Const, 0, ""},
 17285  		{"RFC822", Const, 0, ""},
 17286  		{"RFC822Z", Const, 0, ""},
 17287  		{"RFC850", Const, 0, ""},
 17288  		{"RubyDate", Const, 0, ""},
 17289  		{"Saturday", Const, 0, ""},
 17290  		{"Second", Const, 0, ""},
 17291  		{"September", Const, 0, ""},
 17292  		{"Since", Func, 0, "func(t Time) Duration"},
 17293  		{"Sleep", Func, 0, "func(d Duration)"},
 17294  		{"Stamp", Const, 0, ""},
 17295  		{"StampMicro", Const, 0, ""},
 17296  		{"StampMilli", Const, 0, ""},
 17297  		{"StampNano", Const, 0, ""},
 17298  		{"Sunday", Const, 0, ""},
 17299  		{"Thursday", Const, 0, ""},
 17300  		{"Tick", Func, 0, "func(d Duration) <-chan Time"},
 17301  		{"Ticker", Type, 0, ""},
 17302  		{"Ticker.C", Field, 0, ""},
 17303  		{"Time", Type, 0, ""},
 17304  		{"TimeOnly", Const, 20, ""},
 17305  		{"Timer", Type, 0, ""},
 17306  		{"Timer.C", Field, 0, ""},
 17307  		{"Tuesday", Const, 0, ""},
 17308  		{"UTC", Var, 0, ""},
 17309  		{"Unix", Func, 0, "func(sec int64, nsec int64) Time"},
 17310  		{"UnixDate", Const, 0, ""},
 17311  		{"UnixMicro", Func, 17, "func(usec int64) Time"},
 17312  		{"UnixMilli", Func, 17, "func(msec int64) Time"},
 17313  		{"Until", Func, 8, "func(t Time) Duration"},
 17314  		{"Wednesday", Const, 0, ""},
 17315  		{"Weekday", Type, 0, ""},
 17316  	},
 17317  	"unicode": {
 17318  		{"(SpecialCase).ToLower", Method, 0, ""},
 17319  		{"(SpecialCase).ToTitle", Method, 0, ""},
 17320  		{"(SpecialCase).ToUpper", Method, 0, ""},
 17321  		{"ASCII_Hex_Digit", Var, 0, ""},
 17322  		{"Adlam", Var, 7, ""},
 17323  		{"Ahom", Var, 5, ""},
 17324  		{"Anatolian_Hieroglyphs", Var, 5, ""},
 17325  		{"Arabic", Var, 0, ""},
 17326  		{"Armenian", Var, 0, ""},
 17327  		{"Avestan", Var, 0, ""},
 17328  		{"AzeriCase", Var, 0, ""},
 17329  		{"Balinese", Var, 0, ""},
 17330  		{"Bamum", Var, 0, ""},
 17331  		{"Bassa_Vah", Var, 4, ""},
 17332  		{"Batak", Var, 0, ""},
 17333  		{"Bengali", Var, 0, ""},
 17334  		{"Bhaiksuki", Var, 7, ""},
 17335  		{"Bidi_Control", Var, 0, ""},
 17336  		{"Bopomofo", Var, 0, ""},
 17337  		{"Brahmi", Var, 0, ""},
 17338  		{"Braille", Var, 0, ""},
 17339  		{"Buginese", Var, 0, ""},
 17340  		{"Buhid", Var, 0, ""},
 17341  		{"C", Var, 0, ""},
 17342  		{"Canadian_Aboriginal", Var, 0, ""},
 17343  		{"Carian", Var, 0, ""},
 17344  		{"CaseRange", Type, 0, ""},
 17345  		{"CaseRange.Delta", Field, 0, ""},
 17346  		{"CaseRange.Hi", Field, 0, ""},
 17347  		{"CaseRange.Lo", Field, 0, ""},
 17348  		{"CaseRanges", Var, 0, ""},
 17349  		{"Categories", Var, 0, ""},
 17350  		{"Caucasian_Albanian", Var, 4, ""},
 17351  		{"Cc", Var, 0, ""},
 17352  		{"Cf", Var, 0, ""},
 17353  		{"Chakma", Var, 1, ""},
 17354  		{"Cham", Var, 0, ""},
 17355  		{"Cherokee", Var, 0, ""},
 17356  		{"Chorasmian", Var, 16, ""},
 17357  		{"Co", Var, 0, ""},
 17358  		{"Common", Var, 0, ""},
 17359  		{"Coptic", Var, 0, ""},
 17360  		{"Cs", Var, 0, ""},
 17361  		{"Cuneiform", Var, 0, ""},
 17362  		{"Cypriot", Var, 0, ""},
 17363  		{"Cypro_Minoan", Var, 21, ""},
 17364  		{"Cyrillic", Var, 0, ""},
 17365  		{"Dash", Var, 0, ""},
 17366  		{"Deprecated", Var, 0, ""},
 17367  		{"Deseret", Var, 0, ""},
 17368  		{"Devanagari", Var, 0, ""},
 17369  		{"Diacritic", Var, 0, ""},
 17370  		{"Digit", Var, 0, ""},
 17371  		{"Dives_Akuru", Var, 16, ""},
 17372  		{"Dogra", Var, 13, ""},
 17373  		{"Duployan", Var, 4, ""},
 17374  		{"Egyptian_Hieroglyphs", Var, 0, ""},
 17375  		{"Elbasan", Var, 4, ""},
 17376  		{"Elymaic", Var, 14, ""},
 17377  		{"Ethiopic", Var, 0, ""},
 17378  		{"Extender", Var, 0, ""},
 17379  		{"FoldCategory", Var, 0, ""},
 17380  		{"FoldScript", Var, 0, ""},
 17381  		{"Georgian", Var, 0, ""},
 17382  		{"Glagolitic", Var, 0, ""},
 17383  		{"Gothic", Var, 0, ""},
 17384  		{"Grantha", Var, 4, ""},
 17385  		{"GraphicRanges", Var, 0, ""},
 17386  		{"Greek", Var, 0, ""},
 17387  		{"Gujarati", Var, 0, ""},
 17388  		{"Gunjala_Gondi", Var, 13, ""},
 17389  		{"Gurmukhi", Var, 0, ""},
 17390  		{"Han", Var, 0, ""},
 17391  		{"Hangul", Var, 0, ""},
 17392  		{"Hanifi_Rohingya", Var, 13, ""},
 17393  		{"Hanunoo", Var, 0, ""},
 17394  		{"Hatran", Var, 5, ""},
 17395  		{"Hebrew", Var, 0, ""},
 17396  		{"Hex_Digit", Var, 0, ""},
 17397  		{"Hiragana", Var, 0, ""},
 17398  		{"Hyphen", Var, 0, ""},
 17399  		{"IDS_Binary_Operator", Var, 0, ""},
 17400  		{"IDS_Trinary_Operator", Var, 0, ""},
 17401  		{"Ideographic", Var, 0, ""},
 17402  		{"Imperial_Aramaic", Var, 0, ""},
 17403  		{"In", Func, 2, "func(r rune, ranges ...*RangeTable) bool"},
 17404  		{"Inherited", Var, 0, ""},
 17405  		{"Inscriptional_Pahlavi", Var, 0, ""},
 17406  		{"Inscriptional_Parthian", Var, 0, ""},
 17407  		{"Is", Func, 0, "func(rangeTab *RangeTable, r rune) bool"},
 17408  		{"IsControl", Func, 0, "func(r rune) bool"},
 17409  		{"IsDigit", Func, 0, "func(r rune) bool"},
 17410  		{"IsGraphic", Func, 0, "func(r rune) bool"},
 17411  		{"IsLetter", Func, 0, "func(r rune) bool"},
 17412  		{"IsLower", Func, 0, "func(r rune) bool"},
 17413  		{"IsMark", Func, 0, "func(r rune) bool"},
 17414  		{"IsNumber", Func, 0, "func(r rune) bool"},
 17415  		{"IsOneOf", Func, 0, "func(ranges []*RangeTable, r rune) bool"},
 17416  		{"IsPrint", Func, 0, "func(r rune) bool"},
 17417  		{"IsPunct", Func, 0, "func(r rune) bool"},
 17418  		{"IsSpace", Func, 0, "func(r rune) bool"},
 17419  		{"IsSymbol", Func, 0, "func(r rune) bool"},
 17420  		{"IsTitle", Func, 0, "func(r rune) bool"},
 17421  		{"IsUpper", Func, 0, "func(r rune) bool"},
 17422  		{"Javanese", Var, 0, ""},
 17423  		{"Join_Control", Var, 0, ""},
 17424  		{"Kaithi", Var, 0, ""},
 17425  		{"Kannada", Var, 0, ""},
 17426  		{"Katakana", Var, 0, ""},
 17427  		{"Kawi", Var, 21, ""},
 17428  		{"Kayah_Li", Var, 0, ""},
 17429  		{"Kharoshthi", Var, 0, ""},
 17430  		{"Khitan_Small_Script", Var, 16, ""},
 17431  		{"Khmer", Var, 0, ""},
 17432  		{"Khojki", Var, 4, ""},
 17433  		{"Khudawadi", Var, 4, ""},
 17434  		{"L", Var, 0, ""},
 17435  		{"Lao", Var, 0, ""},
 17436  		{"Latin", Var, 0, ""},
 17437  		{"Lepcha", Var, 0, ""},
 17438  		{"Letter", Var, 0, ""},
 17439  		{"Limbu", Var, 0, ""},
 17440  		{"Linear_A", Var, 4, ""},
 17441  		{"Linear_B", Var, 0, ""},
 17442  		{"Lisu", Var, 0, ""},
 17443  		{"Ll", Var, 0, ""},
 17444  		{"Lm", Var, 0, ""},
 17445  		{"Lo", Var, 0, ""},
 17446  		{"Logical_Order_Exception", Var, 0, ""},
 17447  		{"Lower", Var, 0, ""},
 17448  		{"LowerCase", Const, 0, ""},
 17449  		{"Lt", Var, 0, ""},
 17450  		{"Lu", Var, 0, ""},
 17451  		{"Lycian", Var, 0, ""},
 17452  		{"Lydian", Var, 0, ""},
 17453  		{"M", Var, 0, ""},
 17454  		{"Mahajani", Var, 4, ""},
 17455  		{"Makasar", Var, 13, ""},
 17456  		{"Malayalam", Var, 0, ""},
 17457  		{"Mandaic", Var, 0, ""},
 17458  		{"Manichaean", Var, 4, ""},
 17459  		{"Marchen", Var, 7, ""},
 17460  		{"Mark", Var, 0, ""},
 17461  		{"Masaram_Gondi", Var, 10, ""},
 17462  		{"MaxASCII", Const, 0, ""},
 17463  		{"MaxCase", Const, 0, ""},
 17464  		{"MaxLatin1", Const, 0, ""},
 17465  		{"MaxRune", Const, 0, ""},
 17466  		{"Mc", Var, 0, ""},
 17467  		{"Me", Var, 0, ""},
 17468  		{"Medefaidrin", Var, 13, ""},
 17469  		{"Meetei_Mayek", Var, 0, ""},
 17470  		{"Mende_Kikakui", Var, 4, ""},
 17471  		{"Meroitic_Cursive", Var, 1, ""},
 17472  		{"Meroitic_Hieroglyphs", Var, 1, ""},
 17473  		{"Miao", Var, 1, ""},
 17474  		{"Mn", Var, 0, ""},
 17475  		{"Modi", Var, 4, ""},
 17476  		{"Mongolian", Var, 0, ""},
 17477  		{"Mro", Var, 4, ""},
 17478  		{"Multani", Var, 5, ""},
 17479  		{"Myanmar", Var, 0, ""},
 17480  		{"N", Var, 0, ""},
 17481  		{"Nabataean", Var, 4, ""},
 17482  		{"Nag_Mundari", Var, 21, ""},
 17483  		{"Nandinagari", Var, 14, ""},
 17484  		{"Nd", Var, 0, ""},
 17485  		{"New_Tai_Lue", Var, 0, ""},
 17486  		{"Newa", Var, 7, ""},
 17487  		{"Nko", Var, 0, ""},
 17488  		{"Nl", Var, 0, ""},
 17489  		{"No", Var, 0, ""},
 17490  		{"Noncharacter_Code_Point", Var, 0, ""},
 17491  		{"Number", Var, 0, ""},
 17492  		{"Nushu", Var, 10, ""},
 17493  		{"Nyiakeng_Puachue_Hmong", Var, 14, ""},
 17494  		{"Ogham", Var, 0, ""},
 17495  		{"Ol_Chiki", Var, 0, ""},
 17496  		{"Old_Hungarian", Var, 5, ""},
 17497  		{"Old_Italic", Var, 0, ""},
 17498  		{"Old_North_Arabian", Var, 4, ""},
 17499  		{"Old_Permic", Var, 4, ""},
 17500  		{"Old_Persian", Var, 0, ""},
 17501  		{"Old_Sogdian", Var, 13, ""},
 17502  		{"Old_South_Arabian", Var, 0, ""},
 17503  		{"Old_Turkic", Var, 0, ""},
 17504  		{"Old_Uyghur", Var, 21, ""},
 17505  		{"Oriya", Var, 0, ""},
 17506  		{"Osage", Var, 7, ""},
 17507  		{"Osmanya", Var, 0, ""},
 17508  		{"Other", Var, 0, ""},
 17509  		{"Other_Alphabetic", Var, 0, ""},
 17510  		{"Other_Default_Ignorable_Code_Point", Var, 0, ""},
 17511  		{"Other_Grapheme_Extend", Var, 0, ""},
 17512  		{"Other_ID_Continue", Var, 0, ""},
 17513  		{"Other_ID_Start", Var, 0, ""},
 17514  		{"Other_Lowercase", Var, 0, ""},
 17515  		{"Other_Math", Var, 0, ""},
 17516  		{"Other_Uppercase", Var, 0, ""},
 17517  		{"P", Var, 0, ""},
 17518  		{"Pahawh_Hmong", Var, 4, ""},
 17519  		{"Palmyrene", Var, 4, ""},
 17520  		{"Pattern_Syntax", Var, 0, ""},
 17521  		{"Pattern_White_Space", Var, 0, ""},
 17522  		{"Pau_Cin_Hau", Var, 4, ""},
 17523  		{"Pc", Var, 0, ""},
 17524  		{"Pd", Var, 0, ""},
 17525  		{"Pe", Var, 0, ""},
 17526  		{"Pf", Var, 0, ""},
 17527  		{"Phags_Pa", Var, 0, ""},
 17528  		{"Phoenician", Var, 0, ""},
 17529  		{"Pi", Var, 0, ""},
 17530  		{"Po", Var, 0, ""},
 17531  		{"Prepended_Concatenation_Mark", Var, 7, ""},
 17532  		{"PrintRanges", Var, 0, ""},
 17533  		{"Properties", Var, 0, ""},
 17534  		{"Ps", Var, 0, ""},
 17535  		{"Psalter_Pahlavi", Var, 4, ""},
 17536  		{"Punct", Var, 0, ""},
 17537  		{"Quotation_Mark", Var, 0, ""},
 17538  		{"Radical", Var, 0, ""},
 17539  		{"Range16", Type, 0, ""},
 17540  		{"Range16.Hi", Field, 0, ""},
 17541  		{"Range16.Lo", Field, 0, ""},
 17542  		{"Range16.Stride", Field, 0, ""},
 17543  		{"Range32", Type, 0, ""},
 17544  		{"Range32.Hi", Field, 0, ""},
 17545  		{"Range32.Lo", Field, 0, ""},
 17546  		{"Range32.Stride", Field, 0, ""},
 17547  		{"RangeTable", Type, 0, ""},
 17548  		{"RangeTable.LatinOffset", Field, 1, ""},
 17549  		{"RangeTable.R16", Field, 0, ""},
 17550  		{"RangeTable.R32", Field, 0, ""},
 17551  		{"Regional_Indicator", Var, 10, ""},
 17552  		{"Rejang", Var, 0, ""},
 17553  		{"ReplacementChar", Const, 0, ""},
 17554  		{"Runic", Var, 0, ""},
 17555  		{"S", Var, 0, ""},
 17556  		{"STerm", Var, 0, ""},
 17557  		{"Samaritan", Var, 0, ""},
 17558  		{"Saurashtra", Var, 0, ""},
 17559  		{"Sc", Var, 0, ""},
 17560  		{"Scripts", Var, 0, ""},
 17561  		{"Sentence_Terminal", Var, 7, ""},
 17562  		{"Sharada", Var, 1, ""},
 17563  		{"Shavian", Var, 0, ""},
 17564  		{"Siddham", Var, 4, ""},
 17565  		{"SignWriting", Var, 5, ""},
 17566  		{"SimpleFold", Func, 0, "func(r rune) rune"},
 17567  		{"Sinhala", Var, 0, ""},
 17568  		{"Sk", Var, 0, ""},
 17569  		{"Sm", Var, 0, ""},
 17570  		{"So", Var, 0, ""},
 17571  		{"Soft_Dotted", Var, 0, ""},
 17572  		{"Sogdian", Var, 13, ""},
 17573  		{"Sora_Sompeng", Var, 1, ""},
 17574  		{"Soyombo", Var, 10, ""},
 17575  		{"Space", Var, 0, ""},
 17576  		{"SpecialCase", Type, 0, ""},
 17577  		{"Sundanese", Var, 0, ""},
 17578  		{"Syloti_Nagri", Var, 0, ""},
 17579  		{"Symbol", Var, 0, ""},
 17580  		{"Syriac", Var, 0, ""},
 17581  		{"Tagalog", Var, 0, ""},
 17582  		{"Tagbanwa", Var, 0, ""},
 17583  		{"Tai_Le", Var, 0, ""},
 17584  		{"Tai_Tham", Var, 0, ""},
 17585  		{"Tai_Viet", Var, 0, ""},
 17586  		{"Takri", Var, 1, ""},
 17587  		{"Tamil", Var, 0, ""},
 17588  		{"Tangsa", Var, 21, ""},
 17589  		{"Tangut", Var, 7, ""},
 17590  		{"Telugu", Var, 0, ""},
 17591  		{"Terminal_Punctuation", Var, 0, ""},
 17592  		{"Thaana", Var, 0, ""},
 17593  		{"Thai", Var, 0, ""},
 17594  		{"Tibetan", Var, 0, ""},
 17595  		{"Tifinagh", Var, 0, ""},
 17596  		{"Tirhuta", Var, 4, ""},
 17597  		{"Title", Var, 0, ""},
 17598  		{"TitleCase", Const, 0, ""},
 17599  		{"To", Func, 0, "func(_case int, r rune) rune"},
 17600  		{"ToLower", Func, 0, "func(r rune) rune"},
 17601  		{"ToTitle", Func, 0, "func(r rune) rune"},
 17602  		{"ToUpper", Func, 0, "func(r rune) rune"},
 17603  		{"Toto", Var, 21, ""},
 17604  		{"TurkishCase", Var, 0, ""},
 17605  		{"Ugaritic", Var, 0, ""},
 17606  		{"Unified_Ideograph", Var, 0, ""},
 17607  		{"Upper", Var, 0, ""},
 17608  		{"UpperCase", Const, 0, ""},
 17609  		{"UpperLower", Const, 0, ""},
 17610  		{"Vai", Var, 0, ""},
 17611  		{"Variation_Selector", Var, 0, ""},
 17612  		{"Version", Const, 0, ""},
 17613  		{"Vithkuqi", Var, 21, ""},
 17614  		{"Wancho", Var, 14, ""},
 17615  		{"Warang_Citi", Var, 4, ""},
 17616  		{"White_Space", Var, 0, ""},
 17617  		{"Yezidi", Var, 16, ""},
 17618  		{"Yi", Var, 0, ""},
 17619  		{"Z", Var, 0, ""},
 17620  		{"Zanabazar_Square", Var, 10, ""},
 17621  		{"Zl", Var, 0, ""},
 17622  		{"Zp", Var, 0, ""},
 17623  		{"Zs", Var, 0, ""},
 17624  	},
 17625  	"unicode/utf16": {
 17626  		{"AppendRune", Func, 20, "func(a []uint16, r rune) []uint16"},
 17627  		{"Decode", Func, 0, "func(s []uint16) []rune"},
 17628  		{"DecodeRune", Func, 0, "func(r1 rune, r2 rune) rune"},
 17629  		{"Encode", Func, 0, "func(s []rune) []uint16"},
 17630  		{"EncodeRune", Func, 0, "func(r rune) (r1 rune, r2 rune)"},
 17631  		{"IsSurrogate", Func, 0, "func(r rune) bool"},
 17632  		{"RuneLen", Func, 23, "func(r rune) int"},
 17633  	},
 17634  	"unicode/utf8": {
 17635  		{"AppendRune", Func, 18, "func(p []byte, r rune) []byte"},
 17636  		{"DecodeLastRune", Func, 0, "func(p []byte) (r rune, size int)"},
 17637  		{"DecodeLastRuneInString", Func, 0, "func(s string) (r rune, size int)"},
 17638  		{"DecodeRune", Func, 0, "func(p []byte) (r rune, size int)"},
 17639  		{"DecodeRuneInString", Func, 0, "func(s string) (r rune, size int)"},
 17640  		{"EncodeRune", Func, 0, "func(p []byte, r rune) int"},
 17641  		{"FullRune", Func, 0, "func(p []byte) bool"},
 17642  		{"FullRuneInString", Func, 0, "func(s string) bool"},
 17643  		{"MaxRune", Const, 0, ""},
 17644  		{"RuneCount", Func, 0, "func(p []byte) int"},
 17645  		{"RuneCountInString", Func, 0, "func(s string) (n int)"},
 17646  		{"RuneError", Const, 0, ""},
 17647  		{"RuneLen", Func, 0, "func(r rune) int"},
 17648  		{"RuneSelf", Const, 0, ""},
 17649  		{"RuneStart", Func, 0, "func(b byte) bool"},
 17650  		{"UTFMax", Const, 0, ""},
 17651  		{"Valid", Func, 0, "func(p []byte) bool"},
 17652  		{"ValidRune", Func, 1, "func(r rune) bool"},
 17653  		{"ValidString", Func, 0, "func(s string) bool"},
 17654  	},
 17655  	"unique": {
 17656  		{"(Handle).Value", Method, 23, ""},
 17657  		{"Handle", Type, 23, ""},
 17658  		{"Make", Func, 23, "func[T comparable](value T) Handle[T]"},
 17659  	},
 17660  	"unsafe": {
 17661  		{"Add", Func, 0, ""},
 17662  		{"Alignof", Func, 0, ""},
 17663  		{"Offsetof", Func, 0, ""},
 17664  		{"Pointer", Type, 0, ""},
 17665  		{"Sizeof", Func, 0, ""},
 17666  		{"Slice", Func, 0, ""},
 17667  		{"SliceData", Func, 0, ""},
 17668  		{"String", Func, 0, ""},
 17669  		{"StringData", Func, 0, ""},
 17670  	},
 17671  	"weak": {
 17672  		{"(Pointer).Value", Method, 24, ""},
 17673  		{"Make", Func, 24, "func[T any](ptr *T) Pointer[T]"},
 17674  		{"Pointer", Type, 24, ""},
 17675  	},
 17676  }
 17677  

View as plain text