1
2
3
4
5
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 {"(FileInfoNames).Gname", Method, 23, ""},
20 {"(FileInfoNames).IsDir", Method, 23, ""},
21 {"(FileInfoNames).ModTime", Method, 23, ""},
22 {"(FileInfoNames).Mode", Method, 23, ""},
23 {"(FileInfoNames).Name", Method, 23, ""},
24 {"(FileInfoNames).Size", Method, 23, ""},
25 {"(FileInfoNames).Sys", Method, 23, ""},
26 {"(FileInfoNames).Uname", Method, 23, ""},
27 {"(Format).String", Method, 10, ""},
28 {"ErrFieldTooLong", Var, 0, ""},
29 {"ErrHeader", Var, 0, ""},
30 {"ErrInsecurePath", Var, 20, ""},
31 {"ErrWriteAfterClose", Var, 0, ""},
32 {"ErrWriteTooLong", Var, 0, ""},
33 {"FileInfoHeader", Func, 1, "func(fi fs.FileInfo, link string) (*Header, error)"},
34 {"FileInfoNames", Type, 23, ""},
35 {"Format", Type, 10, ""},
36 {"FormatGNU", Const, 10, ""},
37 {"FormatPAX", Const, 10, ""},
38 {"FormatUSTAR", Const, 10, ""},
39 {"FormatUnknown", Const, 10, ""},
40 {"Header", Type, 0, ""},
41 {"Header.AccessTime", Field, 0, ""},
42 {"Header.ChangeTime", Field, 0, ""},
43 {"Header.Devmajor", Field, 0, ""},
44 {"Header.Devminor", Field, 0, ""},
45 {"Header.Format", Field, 10, ""},
46 {"Header.Gid", Field, 0, ""},
47 {"Header.Gname", Field, 0, ""},
48 {"Header.Linkname", Field, 0, ""},
49 {"Header.ModTime", Field, 0, ""},
50 {"Header.Mode", Field, 0, ""},
51 {"Header.Name", Field, 0, ""},
52 {"Header.PAXRecords", Field, 10, ""},
53 {"Header.Size", Field, 0, ""},
54 {"Header.Typeflag", Field, 0, ""},
55 {"Header.Uid", Field, 0, ""},
56 {"Header.Uname", Field, 0, ""},
57 {"Header.Xattrs", Field, 3, ""},
58 {"NewReader", Func, 0, "func(r io.Reader) *Reader"},
59 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
60 {"Reader", Type, 0, ""},
61 {"TypeBlock", Const, 0, ""},
62 {"TypeChar", Const, 0, ""},
63 {"TypeCont", Const, 0, ""},
64 {"TypeDir", Const, 0, ""},
65 {"TypeFifo", Const, 0, ""},
66 {"TypeGNULongLink", Const, 1, ""},
67 {"TypeGNULongName", Const, 1, ""},
68 {"TypeGNUSparse", Const, 3, ""},
69 {"TypeLink", Const, 0, ""},
70 {"TypeReg", Const, 0, ""},
71 {"TypeRegA", Const, 0, ""},
72 {"TypeSymlink", Const, 0, ""},
73 {"TypeXGlobalHeader", Const, 0, ""},
74 {"TypeXHeader", Const, 0, ""},
75 {"Writer", Type, 0, ""},
76 },
77 "archive/zip": {
78 {"(*File).DataOffset", Method, 2, ""},
79 {"(*File).FileInfo", Method, 0, ""},
80 {"(*File).ModTime", Method, 0, ""},
81 {"(*File).Mode", Method, 0, ""},
82 {"(*File).Open", Method, 0, ""},
83 {"(*File).OpenRaw", Method, 17, ""},
84 {"(*File).SetModTime", Method, 0, ""},
85 {"(*File).SetMode", Method, 0, ""},
86 {"(*FileHeader).FileInfo", Method, 0, ""},
87 {"(*FileHeader).ModTime", Method, 0, ""},
88 {"(*FileHeader).Mode", Method, 0, ""},
89 {"(*FileHeader).SetModTime", Method, 0, ""},
90 {"(*FileHeader).SetMode", Method, 0, ""},
91 {"(*ReadCloser).Close", Method, 0, ""},
92 {"(*ReadCloser).Open", Method, 16, ""},
93 {"(*ReadCloser).RegisterDecompressor", Method, 6, ""},
94 {"(*Reader).Open", Method, 16, ""},
95 {"(*Reader).RegisterDecompressor", Method, 6, ""},
96 {"(*Writer).AddFS", Method, 22, ""},
97 {"(*Writer).Close", Method, 0, ""},
98 {"(*Writer).Copy", Method, 17, ""},
99 {"(*Writer).Create", Method, 0, ""},
100 {"(*Writer).CreateHeader", Method, 0, ""},
101 {"(*Writer).CreateRaw", Method, 17, ""},
102 {"(*Writer).Flush", Method, 4, ""},
103 {"(*Writer).RegisterCompressor", Method, 6, ""},
104 {"(*Writer).SetComment", Method, 10, ""},
105 {"(*Writer).SetOffset", Method, 5, ""},
106 {"Compressor", Type, 2, ""},
107 {"Decompressor", Type, 2, ""},
108 {"Deflate", Const, 0, ""},
109 {"ErrAlgorithm", Var, 0, ""},
110 {"ErrChecksum", Var, 0, ""},
111 {"ErrFormat", Var, 0, ""},
112 {"ErrInsecurePath", Var, 20, ""},
113 {"File", Type, 0, ""},
114 {"File.FileHeader", Field, 0, ""},
115 {"FileHeader", Type, 0, ""},
116 {"FileHeader.CRC32", Field, 0, ""},
117 {"FileHeader.Comment", Field, 0, ""},
118 {"FileHeader.CompressedSize", Field, 0, ""},
119 {"FileHeader.CompressedSize64", Field, 1, ""},
120 {"FileHeader.CreatorVersion", Field, 0, ""},
121 {"FileHeader.ExternalAttrs", Field, 0, ""},
122 {"FileHeader.Extra", Field, 0, ""},
123 {"FileHeader.Flags", Field, 0, ""},
124 {"FileHeader.Method", Field, 0, ""},
125 {"FileHeader.Modified", Field, 10, ""},
126 {"FileHeader.ModifiedDate", Field, 0, ""},
127 {"FileHeader.ModifiedTime", Field, 0, ""},
128 {"FileHeader.Name", Field, 0, ""},
129 {"FileHeader.NonUTF8", Field, 10, ""},
130 {"FileHeader.ReaderVersion", Field, 0, ""},
131 {"FileHeader.UncompressedSize", Field, 0, ""},
132 {"FileHeader.UncompressedSize64", Field, 1, ""},
133 {"FileInfoHeader", Func, 0, "func(fi fs.FileInfo) (*FileHeader, error)"},
134 {"NewReader", Func, 0, "func(r io.ReaderAt, size int64) (*Reader, error)"},
135 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
136 {"OpenReader", Func, 0, "func(name string) (*ReadCloser, error)"},
137 {"ReadCloser", Type, 0, ""},
138 {"ReadCloser.Reader", Field, 0, ""},
139 {"Reader", Type, 0, ""},
140 {"Reader.Comment", Field, 0, ""},
141 {"Reader.File", Field, 0, ""},
142 {"RegisterCompressor", Func, 2, "func(method uint16, comp Compressor)"},
143 {"RegisterDecompressor", Func, 2, "func(method uint16, dcomp Decompressor)"},
144 {"Store", Const, 0, ""},
145 {"Writer", Type, 0, ""},
146 },
147 "bufio": {
148 {"(*Reader).Buffered", Method, 0, ""},
149 {"(*Reader).Discard", Method, 5, ""},
150 {"(*Reader).Peek", Method, 0, ""},
151 {"(*Reader).Read", Method, 0, ""},
152 {"(*Reader).ReadByte", Method, 0, ""},
153 {"(*Reader).ReadBytes", Method, 0, ""},
154 {"(*Reader).ReadLine", Method, 0, ""},
155 {"(*Reader).ReadRune", Method, 0, ""},
156 {"(*Reader).ReadSlice", Method, 0, ""},
157 {"(*Reader).ReadString", Method, 0, ""},
158 {"(*Reader).Reset", Method, 2, ""},
159 {"(*Reader).Size", Method, 10, ""},
160 {"(*Reader).UnreadByte", Method, 0, ""},
161 {"(*Reader).UnreadRune", Method, 0, ""},
162 {"(*Reader).WriteTo", Method, 1, ""},
163 {"(*Scanner).Buffer", Method, 6, ""},
164 {"(*Scanner).Bytes", Method, 1, ""},
165 {"(*Scanner).Err", Method, 1, ""},
166 {"(*Scanner).Scan", Method, 1, ""},
167 {"(*Scanner).Split", Method, 1, ""},
168 {"(*Scanner).Text", Method, 1, ""},
169 {"(*Writer).Available", Method, 0, ""},
170 {"(*Writer).AvailableBuffer", Method, 18, ""},
171 {"(*Writer).Buffered", Method, 0, ""},
172 {"(*Writer).Flush", Method, 0, ""},
173 {"(*Writer).ReadFrom", Method, 1, ""},
174 {"(*Writer).Reset", Method, 2, ""},
175 {"(*Writer).Size", Method, 10, ""},
176 {"(*Writer).Write", Method, 0, ""},
177 {"(*Writer).WriteByte", Method, 0, ""},
178 {"(*Writer).WriteRune", Method, 0, ""},
179 {"(*Writer).WriteString", Method, 0, ""},
180 {"(ReadWriter).Available", Method, 0, ""},
181 {"(ReadWriter).AvailableBuffer", Method, 18, ""},
182 {"(ReadWriter).Discard", Method, 5, ""},
183 {"(ReadWriter).Flush", Method, 0, ""},
184 {"(ReadWriter).Peek", Method, 0, ""},
185 {"(ReadWriter).Read", Method, 0, ""},
186 {"(ReadWriter).ReadByte", Method, 0, ""},
187 {"(ReadWriter).ReadBytes", Method, 0, ""},
188 {"(ReadWriter).ReadFrom", Method, 1, ""},
189 {"(ReadWriter).ReadLine", Method, 0, ""},
190 {"(ReadWriter).ReadRune", Method, 0, ""},
191 {"(ReadWriter).ReadSlice", Method, 0, ""},
192 {"(ReadWriter).ReadString", Method, 0, ""},
193 {"(ReadWriter).UnreadByte", Method, 0, ""},
194 {"(ReadWriter).UnreadRune", Method, 0, ""},
195 {"(ReadWriter).Write", Method, 0, ""},
196 {"(ReadWriter).WriteByte", Method, 0, ""},
197 {"(ReadWriter).WriteRune", Method, 0, ""},
198 {"(ReadWriter).WriteString", Method, 0, ""},
199 {"(ReadWriter).WriteTo", Method, 1, ""},
200 {"ErrAdvanceTooFar", Var, 1, ""},
201 {"ErrBadReadCount", Var, 15, ""},
202 {"ErrBufferFull", Var, 0, ""},
203 {"ErrFinalToken", Var, 6, ""},
204 {"ErrInvalidUnreadByte", Var, 0, ""},
205 {"ErrInvalidUnreadRune", Var, 0, ""},
206 {"ErrNegativeAdvance", Var, 1, ""},
207 {"ErrNegativeCount", Var, 0, ""},
208 {"ErrTooLong", Var, 1, ""},
209 {"MaxScanTokenSize", Const, 1, ""},
210 {"NewReadWriter", Func, 0, "func(r *Reader, w *Writer) *ReadWriter"},
211 {"NewReader", Func, 0, "func(rd io.Reader) *Reader"},
212 {"NewReaderSize", Func, 0, "func(rd io.Reader, size int) *Reader"},
213 {"NewScanner", Func, 1, "func(r io.Reader) *Scanner"},
214 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
215 {"NewWriterSize", Func, 0, "func(w io.Writer, size int) *Writer"},
216 {"ReadWriter", Type, 0, ""},
217 {"ReadWriter.Reader", Field, 0, ""},
218 {"ReadWriter.Writer", Field, 0, ""},
219 {"Reader", Type, 0, ""},
220 {"ScanBytes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
221 {"ScanLines", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
222 {"ScanRunes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
223 {"ScanWords", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
224 {"Scanner", Type, 1, ""},
225 {"SplitFunc", Type, 1, ""},
226 {"Writer", Type, 0, ""},
227 },
228 "bytes": {
229 {"(*Buffer).Available", Method, 21, ""},
230 {"(*Buffer).AvailableBuffer", Method, 21, ""},
231 {"(*Buffer).Bytes", Method, 0, ""},
232 {"(*Buffer).Cap", Method, 5, ""},
233 {"(*Buffer).Grow", Method, 1, ""},
234 {"(*Buffer).Len", Method, 0, ""},
235 {"(*Buffer).Next", Method, 0, ""},
236 {"(*Buffer).Peek", Method, 26, ""},
237 {"(*Buffer).Read", Method, 0, ""},
238 {"(*Buffer).ReadByte", Method, 0, ""},
239 {"(*Buffer).ReadBytes", Method, 0, ""},
240 {"(*Buffer).ReadFrom", Method, 0, ""},
241 {"(*Buffer).ReadRune", Method, 0, ""},
242 {"(*Buffer).ReadString", Method, 0, ""},
243 {"(*Buffer).Reset", Method, 0, ""},
244 {"(*Buffer).String", Method, 0, ""},
245 {"(*Buffer).Truncate", Method, 0, ""},
246 {"(*Buffer).UnreadByte", Method, 0, ""},
247 {"(*Buffer).UnreadRune", Method, 0, ""},
248 {"(*Buffer).Write", Method, 0, ""},
249 {"(*Buffer).WriteByte", Method, 0, ""},
250 {"(*Buffer).WriteRune", Method, 0, ""},
251 {"(*Buffer).WriteString", Method, 0, ""},
252 {"(*Buffer).WriteTo", Method, 0, ""},
253 {"(*Reader).Len", Method, 0, ""},
254 {"(*Reader).Read", Method, 0, ""},
255 {"(*Reader).ReadAt", Method, 0, ""},
256 {"(*Reader).ReadByte", Method, 0, ""},
257 {"(*Reader).ReadRune", Method, 0, ""},
258 {"(*Reader).Reset", Method, 7, ""},
259 {"(*Reader).Seek", Method, 0, ""},
260 {"(*Reader).Size", Method, 5, ""},
261 {"(*Reader).UnreadByte", Method, 0, ""},
262 {"(*Reader).UnreadRune", Method, 0, ""},
263 {"(*Reader).WriteTo", Method, 1, ""},
264 {"Buffer", Type, 0, ""},
265 {"Clone", Func, 20, "func(b []byte) []byte"},
266 {"Compare", Func, 0, "func(a []byte, b []byte) int"},
267 {"Contains", Func, 0, "func(b []byte, subslice []byte) bool"},
268 {"ContainsAny", Func, 7, "func(b []byte, chars string) bool"},
269 {"ContainsFunc", Func, 21, "func(b []byte, f func(rune) bool) bool"},
270 {"ContainsRune", Func, 7, "func(b []byte, r rune) bool"},
271 {"Count", Func, 0, "func(s []byte, sep []byte) int"},
272 {"Cut", Func, 18, "func(s []byte, sep []byte) (before []byte, after []byte, found bool)"},
273 {"CutPrefix", Func, 20, "func(s []byte, prefix []byte) (after []byte, found bool)"},
274 {"CutSuffix", Func, 20, "func(s []byte, suffix []byte) (before []byte, found bool)"},
275 {"Equal", Func, 0, "func(a []byte, b []byte) bool"},
276 {"EqualFold", Func, 0, "func(s []byte, t []byte) bool"},
277 {"ErrTooLarge", Var, 0, ""},
278 {"Fields", Func, 0, "func(s []byte) [][]byte"},
279 {"FieldsFunc", Func, 0, "func(s []byte, f func(rune) bool) [][]byte"},
280 {"FieldsFuncSeq", Func, 24, "func(s []byte, f func(rune) bool) iter.Seq[[]byte]"},
281 {"FieldsSeq", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
282 {"HasPrefix", Func, 0, "func(s []byte, prefix []byte) bool"},
283 {"HasSuffix", Func, 0, "func(s []byte, suffix []byte) bool"},
284 {"Index", Func, 0, "func(s []byte, sep []byte) int"},
285 {"IndexAny", Func, 0, "func(s []byte, chars string) int"},
286 {"IndexByte", Func, 0, "func(b []byte, c byte) int"},
287 {"IndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
288 {"IndexRune", Func, 0, "func(s []byte, r rune) int"},
289 {"Join", Func, 0, "func(s [][]byte, sep []byte) []byte"},
290 {"LastIndex", Func, 0, "func(s []byte, sep []byte) int"},
291 {"LastIndexAny", Func, 0, "func(s []byte, chars string) int"},
292 {"LastIndexByte", Func, 5, "func(s []byte, c byte) int"},
293 {"LastIndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
294 {"Lines", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
295 {"Map", Func, 0, "func(mapping func(r rune) rune, s []byte) []byte"},
296 {"MinRead", Const, 0, ""},
297 {"NewBuffer", Func, 0, "func(buf []byte) *Buffer"},
298 {"NewBufferString", Func, 0, "func(s string) *Buffer"},
299 {"NewReader", Func, 0, "func(b []byte) *Reader"},
300 {"Reader", Type, 0, ""},
301 {"Repeat", Func, 0, "func(b []byte, count int) []byte"},
302 {"Replace", Func, 0, "func(s []byte, old []byte, new []byte, n int) []byte"},
303 {"ReplaceAll", Func, 12, "func(s []byte, old []byte, new []byte) []byte"},
304 {"Runes", Func, 0, "func(s []byte) []rune"},
305 {"Split", Func, 0, "func(s []byte, sep []byte) [][]byte"},
306 {"SplitAfter", Func, 0, "func(s []byte, sep []byte) [][]byte"},
307 {"SplitAfterN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
308 {"SplitAfterSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
309 {"SplitN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
310 {"SplitSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
311 {"Title", Func, 0, "func(s []byte) []byte"},
312 {"ToLower", Func, 0, "func(s []byte) []byte"},
313 {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
314 {"ToTitle", Func, 0, "func(s []byte) []byte"},
315 {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
316 {"ToUpper", Func, 0, "func(s []byte) []byte"},
317 {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
318 {"ToValidUTF8", Func, 13, "func(s []byte, replacement []byte) []byte"},
319 {"Trim", Func, 0, "func(s []byte, cutset string) []byte"},
320 {"TrimFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
321 {"TrimLeft", Func, 0, "func(s []byte, cutset string) []byte"},
322 {"TrimLeftFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
323 {"TrimPrefix", Func, 1, "func(s []byte, prefix []byte) []byte"},
324 {"TrimRight", Func, 0, "func(s []byte, cutset string) []byte"},
325 {"TrimRightFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
326 {"TrimSpace", Func, 0, "func(s []byte) []byte"},
327 {"TrimSuffix", Func, 1, "func(s []byte, suffix []byte) []byte"},
328 },
329 "cmp": {
330 {"Compare", Func, 21, "func[T Ordered](x T, y T) int"},
331 {"Less", Func, 21, "func[T Ordered](x T, y T) bool"},
332 {"Or", Func, 22, "func[T comparable](vals ...T) T"},
333 {"Ordered", Type, 21, ""},
334 },
335 "compress/bzip2": {
336 {"(StructuralError).Error", Method, 0, ""},
337 {"NewReader", Func, 0, "func(r io.Reader) io.Reader"},
338 {"StructuralError", Type, 0, ""},
339 },
340 "compress/flate": {
341 {"(*ReadError).Error", Method, 0, ""},
342 {"(*WriteError).Error", Method, 0, ""},
343 {"(*Writer).Close", Method, 0, ""},
344 {"(*Writer).Flush", Method, 0, ""},
345 {"(*Writer).Reset", Method, 2, ""},
346 {"(*Writer).Write", Method, 0, ""},
347 {"(CorruptInputError).Error", Method, 0, ""},
348 {"(InternalError).Error", Method, 0, ""},
349 {"(Reader).Read", Method, 0, ""},
350 {"(Reader).ReadByte", Method, 0, ""},
351 {"(Resetter).Reset", Method, 4, ""},
352 {"BestCompression", Const, 0, ""},
353 {"BestSpeed", Const, 0, ""},
354 {"CorruptInputError", Type, 0, ""},
355 {"DefaultCompression", Const, 0, ""},
356 {"HuffmanOnly", Const, 7, ""},
357 {"InternalError", Type, 0, ""},
358 {"NewReader", Func, 0, "func(r io.Reader) io.ReadCloser"},
359 {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) io.ReadCloser"},
360 {"NewWriter", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
361 {"NewWriterDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
362 {"NoCompression", Const, 0, ""},
363 {"ReadError", Type, 0, ""},
364 {"ReadError.Err", Field, 0, ""},
365 {"ReadError.Offset", Field, 0, ""},
366 {"Reader", Type, 0, ""},
367 {"Resetter", Type, 4, ""},
368 {"WriteError", Type, 0, ""},
369 {"WriteError.Err", Field, 0, ""},
370 {"WriteError.Offset", Field, 0, ""},
371 {"Writer", Type, 0, ""},
372 },
373 "compress/gzip": {
374 {"(*Reader).Close", Method, 0, ""},
375 {"(*Reader).Multistream", Method, 4, ""},
376 {"(*Reader).Read", Method, 0, ""},
377 {"(*Reader).Reset", Method, 3, ""},
378 {"(*Writer).Close", Method, 0, ""},
379 {"(*Writer).Flush", Method, 1, ""},
380 {"(*Writer).Reset", Method, 2, ""},
381 {"(*Writer).Write", Method, 0, ""},
382 {"BestCompression", Const, 0, ""},
383 {"BestSpeed", Const, 0, ""},
384 {"DefaultCompression", Const, 0, ""},
385 {"ErrChecksum", Var, 0, ""},
386 {"ErrHeader", Var, 0, ""},
387 {"Header", Type, 0, ""},
388 {"Header.Comment", Field, 0, ""},
389 {"Header.Extra", Field, 0, ""},
390 {"Header.ModTime", Field, 0, ""},
391 {"Header.Name", Field, 0, ""},
392 {"Header.OS", Field, 0, ""},
393 {"HuffmanOnly", Const, 8, ""},
394 {"NewReader", Func, 0, "func(r io.Reader) (*Reader, error)"},
395 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
396 {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
397 {"NoCompression", Const, 0, ""},
398 {"Reader", Type, 0, ""},
399 {"Reader.Header", Field, 0, ""},
400 {"Writer", Type, 0, ""},
401 {"Writer.Header", Field, 0, ""},
402 },
403 "compress/lzw": {
404 {"(*Reader).Close", Method, 17, ""},
405 {"(*Reader).Read", Method, 17, ""},
406 {"(*Reader).Reset", Method, 17, ""},
407 {"(*Writer).Close", Method, 17, ""},
408 {"(*Writer).Reset", Method, 17, ""},
409 {"(*Writer).Write", Method, 17, ""},
410 {"LSB", Const, 0, ""},
411 {"MSB", Const, 0, ""},
412 {"NewReader", Func, 0, "func(r io.Reader, order Order, litWidth int) io.ReadCloser"},
413 {"NewWriter", Func, 0, "func(w io.Writer, order Order, litWidth int) io.WriteCloser"},
414 {"Order", Type, 0, ""},
415 {"Reader", Type, 17, ""},
416 {"Writer", Type, 17, ""},
417 },
418 "compress/zlib": {
419 {"(*Writer).Close", Method, 0, ""},
420 {"(*Writer).Flush", Method, 0, ""},
421 {"(*Writer).Reset", Method, 2, ""},
422 {"(*Writer).Write", Method, 0, ""},
423 {"(Resetter).Reset", Method, 4, ""},
424 {"BestCompression", Const, 0, ""},
425 {"BestSpeed", Const, 0, ""},
426 {"DefaultCompression", Const, 0, ""},
427 {"ErrChecksum", Var, 0, ""},
428 {"ErrDictionary", Var, 0, ""},
429 {"ErrHeader", Var, 0, ""},
430 {"HuffmanOnly", Const, 8, ""},
431 {"NewReader", Func, 0, "func(r io.Reader) (io.ReadCloser, error)"},
432 {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) (io.ReadCloser, error)"},
433 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
434 {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
435 {"NewWriterLevelDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
436 {"NoCompression", Const, 0, ""},
437 {"Resetter", Type, 4, ""},
438 {"Writer", Type, 0, ""},
439 },
440 "container/heap": {
441 {"(Interface).Len", Method, 0, ""},
442 {"(Interface).Less", Method, 0, ""},
443 {"(Interface).Pop", Method, 0, ""},
444 {"(Interface).Push", Method, 0, ""},
445 {"(Interface).Swap", Method, 0, ""},
446 {"Fix", Func, 2, "func(h Interface, i int)"},
447 {"Init", Func, 0, "func(h Interface)"},
448 {"Interface", Type, 0, ""},
449 {"Pop", Func, 0, "func(h Interface) any"},
450 {"Push", Func, 0, "func(h Interface, x any)"},
451 {"Remove", Func, 0, "func(h Interface, i int) any"},
452 },
453 "container/list": {
454 {"(*Element).Next", Method, 0, ""},
455 {"(*Element).Prev", Method, 0, ""},
456 {"(*List).Back", Method, 0, ""},
457 {"(*List).Front", Method, 0, ""},
458 {"(*List).Init", Method, 0, ""},
459 {"(*List).InsertAfter", Method, 0, ""},
460 {"(*List).InsertBefore", Method, 0, ""},
461 {"(*List).Len", Method, 0, ""},
462 {"(*List).MoveAfter", Method, 2, ""},
463 {"(*List).MoveBefore", Method, 2, ""},
464 {"(*List).MoveToBack", Method, 0, ""},
465 {"(*List).MoveToFront", Method, 0, ""},
466 {"(*List).PushBack", Method, 0, ""},
467 {"(*List).PushBackList", Method, 0, ""},
468 {"(*List).PushFront", Method, 0, ""},
469 {"(*List).PushFrontList", Method, 0, ""},
470 {"(*List).Remove", Method, 0, ""},
471 {"Element", Type, 0, ""},
472 {"Element.Value", Field, 0, ""},
473 {"List", Type, 0, ""},
474 {"New", Func, 0, "func() *List"},
475 },
476 "container/ring": {
477 {"(*Ring).Do", Method, 0, ""},
478 {"(*Ring).Len", Method, 0, ""},
479 {"(*Ring).Link", Method, 0, ""},
480 {"(*Ring).Move", Method, 0, ""},
481 {"(*Ring).Next", Method, 0, ""},
482 {"(*Ring).Prev", Method, 0, ""},
483 {"(*Ring).Unlink", Method, 0, ""},
484 {"New", Func, 0, "func(n int) *Ring"},
485 {"Ring", Type, 0, ""},
486 {"Ring.Value", Field, 0, ""},
487 },
488 "context": {
489 {"(Context).Deadline", Method, 7, ""},
490 {"(Context).Done", Method, 7, ""},
491 {"(Context).Err", Method, 7, ""},
492 {"(Context).Value", Method, 7, ""},
493 {"AfterFunc", Func, 21, "func(ctx Context, f func()) (stop func() bool)"},
494 {"Background", Func, 7, "func() Context"},
495 {"CancelCauseFunc", Type, 20, ""},
496 {"CancelFunc", Type, 7, ""},
497 {"Canceled", Var, 7, ""},
498 {"Cause", Func, 20, "func(c Context) error"},
499 {"Context", Type, 7, ""},
500 {"DeadlineExceeded", Var, 7, ""},
501 {"TODO", Func, 7, "func() Context"},
502 {"WithCancel", Func, 7, "func(parent Context) (ctx Context, cancel CancelFunc)"},
503 {"WithCancelCause", Func, 20, "func(parent Context) (ctx Context, cancel CancelCauseFunc)"},
504 {"WithDeadline", Func, 7, "func(parent Context, d time.Time) (Context, CancelFunc)"},
505 {"WithDeadlineCause", Func, 21, "func(parent Context, d time.Time, cause error) (Context, CancelFunc)"},
506 {"WithTimeout", Func, 7, "func(parent Context, timeout time.Duration) (Context, CancelFunc)"},
507 {"WithTimeoutCause", Func, 21, "func(parent Context, timeout time.Duration, cause error) (Context, CancelFunc)"},
508 {"WithValue", Func, 7, "func(parent Context, key any, val any) Context"},
509 {"WithoutCancel", Func, 21, "func(parent Context) Context"},
510 },
511 "crypto": {
512 {"(Decapsulator).Decapsulate", Method, 26, ""},
513 {"(Decapsulator).Encapsulator", Method, 26, ""},
514 {"(Decrypter).Decrypt", Method, 5, ""},
515 {"(Decrypter).Public", Method, 5, ""},
516 {"(Encapsulator).Bytes", Method, 26, ""},
517 {"(Encapsulator).Encapsulate", Method, 26, ""},
518 {"(Hash).Available", Method, 0, ""},
519 {"(Hash).HashFunc", Method, 4, ""},
520 {"(Hash).New", Method, 0, ""},
521 {"(Hash).Size", Method, 0, ""},
522 {"(Hash).String", Method, 15, ""},
523 {"(MessageSigner).Public", Method, 25, ""},
524 {"(MessageSigner).Sign", Method, 25, ""},
525 {"(MessageSigner).SignMessage", Method, 25, ""},
526 {"(Signer).Public", Method, 4, ""},
527 {"(Signer).Sign", Method, 4, ""},
528 {"(SignerOpts).HashFunc", Method, 4, ""},
529 {"BLAKE2b_256", Const, 9, ""},
530 {"BLAKE2b_384", Const, 9, ""},
531 {"BLAKE2b_512", Const, 9, ""},
532 {"BLAKE2s_256", Const, 9, ""},
533 {"Decapsulator", Type, 26, ""},
534 {"Decrypter", Type, 5, ""},
535 {"DecrypterOpts", Type, 5, ""},
536 {"Encapsulator", Type, 26, ""},
537 {"Hash", Type, 0, ""},
538 {"MD4", Const, 0, ""},
539 {"MD5", Const, 0, ""},
540 {"MD5SHA1", Const, 0, ""},
541 {"MessageSigner", Type, 25, ""},
542 {"PrivateKey", Type, 0, ""},
543 {"PublicKey", Type, 2, ""},
544 {"RIPEMD160", Const, 0, ""},
545 {"RegisterHash", Func, 0, "func(h Hash, f func() hash.Hash)"},
546 {"SHA1", Const, 0, ""},
547 {"SHA224", Const, 0, ""},
548 {"SHA256", Const, 0, ""},
549 {"SHA384", Const, 0, ""},
550 {"SHA3_224", Const, 4, ""},
551 {"SHA3_256", Const, 4, ""},
552 {"SHA3_384", Const, 4, ""},
553 {"SHA3_512", Const, 4, ""},
554 {"SHA512", Const, 0, ""},
555 {"SHA512_224", Const, 5, ""},
556 {"SHA512_256", Const, 5, ""},
557 {"SignMessage", Func, 25, "func(signer Signer, rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error)"},
558 {"Signer", Type, 4, ""},
559 {"SignerOpts", Type, 4, ""},
560 },
561 "crypto/aes": {
562 {"(KeySizeError).Error", Method, 0, ""},
563 {"BlockSize", Const, 0, ""},
564 {"KeySizeError", Type, 0, ""},
565 {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
566 },
567 "crypto/cipher": {
568 {"(AEAD).NonceSize", Method, 2, ""},
569 {"(AEAD).Open", Method, 2, ""},
570 {"(AEAD).Overhead", Method, 2, ""},
571 {"(AEAD).Seal", Method, 2, ""},
572 {"(Block).BlockSize", Method, 0, ""},
573 {"(Block).Decrypt", Method, 0, ""},
574 {"(Block).Encrypt", Method, 0, ""},
575 {"(BlockMode).BlockSize", Method, 0, ""},
576 {"(BlockMode).CryptBlocks", Method, 0, ""},
577 {"(Stream).XORKeyStream", Method, 0, ""},
578 {"(StreamReader).Read", Method, 0, ""},
579 {"(StreamWriter).Close", Method, 0, ""},
580 {"(StreamWriter).Write", Method, 0, ""},
581 {"AEAD", Type, 2, ""},
582 {"Block", Type, 0, ""},
583 {"BlockMode", Type, 0, ""},
584 {"NewCBCDecrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
585 {"NewCBCEncrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
586 {"NewCFBDecrypter", Func, 0, "func(block Block, iv []byte) Stream"},
587 {"NewCFBEncrypter", Func, 0, "func(block Block, iv []byte) Stream"},
588 {"NewCTR", Func, 0, "func(block Block, iv []byte) Stream"},
589 {"NewGCM", Func, 2, "func(cipher Block) (AEAD, error)"},
590 {"NewGCMWithNonceSize", Func, 5, "func(cipher Block, size int) (AEAD, error)"},
591 {"NewGCMWithRandomNonce", Func, 24, "func(cipher Block) (AEAD, error)"},
592 {"NewGCMWithTagSize", Func, 11, "func(cipher Block, tagSize int) (AEAD, error)"},
593 {"NewOFB", Func, 0, "func(b Block, iv []byte) Stream"},
594 {"Stream", Type, 0, ""},
595 {"StreamReader", Type, 0, ""},
596 {"StreamReader.R", Field, 0, ""},
597 {"StreamReader.S", Field, 0, ""},
598 {"StreamWriter", Type, 0, ""},
599 {"StreamWriter.Err", Field, 0, ""},
600 {"StreamWriter.S", Field, 0, ""},
601 {"StreamWriter.W", Field, 0, ""},
602 },
603 "crypto/des": {
604 {"(KeySizeError).Error", Method, 0, ""},
605 {"BlockSize", Const, 0, ""},
606 {"KeySizeError", Type, 0, ""},
607 {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
608 {"NewTripleDESCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
609 },
610 "crypto/dsa": {
611 {"ErrInvalidPublicKey", Var, 0, ""},
612 {"GenerateKey", Func, 0, "func(priv *PrivateKey, rand io.Reader) error"},
613 {"GenerateParameters", Func, 0, "func(params *Parameters, rand io.Reader, sizes ParameterSizes) error"},
614 {"L1024N160", Const, 0, ""},
615 {"L2048N224", Const, 0, ""},
616 {"L2048N256", Const, 0, ""},
617 {"L3072N256", Const, 0, ""},
618 {"ParameterSizes", Type, 0, ""},
619 {"Parameters", Type, 0, ""},
620 {"Parameters.G", Field, 0, ""},
621 {"Parameters.P", Field, 0, ""},
622 {"Parameters.Q", Field, 0, ""},
623 {"PrivateKey", Type, 0, ""},
624 {"PrivateKey.PublicKey", Field, 0, ""},
625 {"PrivateKey.X", Field, 0, ""},
626 {"PublicKey", Type, 0, ""},
627 {"PublicKey.Parameters", Field, 0, ""},
628 {"PublicKey.Y", Field, 0, ""},
629 {"Sign", Func, 0, "func(random io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
630 {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
631 },
632 "crypto/ecdh": {
633 {"(*PrivateKey).Bytes", Method, 20, ""},
634 {"(*PrivateKey).Curve", Method, 20, ""},
635 {"(*PrivateKey).ECDH", Method, 20, ""},
636 {"(*PrivateKey).Equal", Method, 20, ""},
637 {"(*PrivateKey).Public", Method, 20, ""},
638 {"(*PrivateKey).PublicKey", Method, 20, ""},
639 {"(*PublicKey).Bytes", Method, 20, ""},
640 {"(*PublicKey).Curve", Method, 20, ""},
641 {"(*PublicKey).Equal", Method, 20, ""},
642 {"(Curve).GenerateKey", Method, 20, ""},
643 {"(Curve).NewPrivateKey", Method, 20, ""},
644 {"(Curve).NewPublicKey", Method, 20, ""},
645 {"(KeyExchanger).Curve", Method, 26, ""},
646 {"(KeyExchanger).ECDH", Method, 26, ""},
647 {"(KeyExchanger).PublicKey", Method, 26, ""},
648 {"KeyExchanger", Type, 26, ""},
649 {"P256", Func, 20, "func() Curve"},
650 {"P384", Func, 20, "func() Curve"},
651 {"P521", Func, 20, "func() Curve"},
652 {"PrivateKey", Type, 20, ""},
653 {"PublicKey", Type, 20, ""},
654 {"X25519", Func, 20, "func() Curve"},
655 },
656 "crypto/ecdsa": {
657 {"(*PrivateKey).Bytes", Method, 25, ""},
658 {"(*PrivateKey).ECDH", Method, 20, ""},
659 {"(*PrivateKey).Equal", Method, 15, ""},
660 {"(*PrivateKey).Public", Method, 4, ""},
661 {"(*PrivateKey).Sign", Method, 4, ""},
662 {"(*PublicKey).Bytes", Method, 25, ""},
663 {"(*PublicKey).ECDH", Method, 20, ""},
664 {"(*PublicKey).Equal", Method, 15, ""},
665 {"(PrivateKey).Add", Method, 0, ""},
666 {"(PrivateKey).Double", Method, 0, ""},
667 {"(PrivateKey).IsOnCurve", Method, 0, ""},
668 {"(PrivateKey).Params", Method, 0, ""},
669 {"(PrivateKey).ScalarBaseMult", Method, 0, ""},
670 {"(PrivateKey).ScalarMult", Method, 0, ""},
671 {"(PublicKey).Add", Method, 0, ""},
672 {"(PublicKey).Double", Method, 0, ""},
673 {"(PublicKey).IsOnCurve", Method, 0, ""},
674 {"(PublicKey).Params", Method, 0, ""},
675 {"(PublicKey).ScalarBaseMult", Method, 0, ""},
676 {"(PublicKey).ScalarMult", Method, 0, ""},
677 {"GenerateKey", Func, 0, "func(c elliptic.Curve, r io.Reader) (*PrivateKey, error)"},
678 {"ParseRawPrivateKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PrivateKey, error)"},
679 {"ParseUncompressedPublicKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PublicKey, error)"},
680 {"PrivateKey", Type, 0, ""},
681 {"PrivateKey.D", Field, 0, ""},
682 {"PrivateKey.PublicKey", Field, 0, ""},
683 {"PublicKey", Type, 0, ""},
684 {"PublicKey.Curve", Field, 0, ""},
685 {"PublicKey.X", Field, 0, ""},
686 {"PublicKey.Y", Field, 0, ""},
687 {"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
688 {"SignASN1", Func, 15, "func(r io.Reader, priv *PrivateKey, hash []byte) ([]byte, error)"},
689 {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
690 {"VerifyASN1", Func, 15, "func(pub *PublicKey, hash []byte, sig []byte) bool"},
691 },
692 "crypto/ed25519": {
693 {"(*Options).HashFunc", Method, 20, ""},
694 {"(PrivateKey).Equal", Method, 15, ""},
695 {"(PrivateKey).Public", Method, 13, ""},
696 {"(PrivateKey).Seed", Method, 13, ""},
697 {"(PrivateKey).Sign", Method, 13, ""},
698 {"(PublicKey).Equal", Method, 15, ""},
699 {"GenerateKey", Func, 13, "func(random io.Reader) (PublicKey, PrivateKey, error)"},
700 {"NewKeyFromSeed", Func, 13, "func(seed []byte) PrivateKey"},
701 {"Options", Type, 20, ""},
702 {"Options.Context", Field, 20, ""},
703 {"Options.Hash", Field, 20, ""},
704 {"PrivateKey", Type, 13, ""},
705 {"PrivateKeySize", Const, 13, ""},
706 {"PublicKey", Type, 13, ""},
707 {"PublicKeySize", Const, 13, ""},
708 {"SeedSize", Const, 13, ""},
709 {"Sign", Func, 13, "func(privateKey PrivateKey, message []byte) []byte"},
710 {"SignatureSize", Const, 13, ""},
711 {"Verify", Func, 13, "func(publicKey PublicKey, message []byte, sig []byte) bool"},
712 {"VerifyWithOptions", Func, 20, "func(publicKey PublicKey, message []byte, sig []byte, opts *Options) error"},
713 },
714 "crypto/elliptic": {
715 {"(*CurveParams).Add", Method, 0, ""},
716 {"(*CurveParams).Double", Method, 0, ""},
717 {"(*CurveParams).IsOnCurve", Method, 0, ""},
718 {"(*CurveParams).Params", Method, 0, ""},
719 {"(*CurveParams).ScalarBaseMult", Method, 0, ""},
720 {"(*CurveParams).ScalarMult", Method, 0, ""},
721 {"(Curve).Add", Method, 0, ""},
722 {"(Curve).Double", Method, 0, ""},
723 {"(Curve).IsOnCurve", Method, 0, ""},
724 {"(Curve).Params", Method, 0, ""},
725 {"(Curve).ScalarBaseMult", Method, 0, ""},
726 {"(Curve).ScalarMult", Method, 0, ""},
727 {"Curve", Type, 0, ""},
728 {"CurveParams", Type, 0, ""},
729 {"CurveParams.B", Field, 0, ""},
730 {"CurveParams.BitSize", Field, 0, ""},
731 {"CurveParams.Gx", Field, 0, ""},
732 {"CurveParams.Gy", Field, 0, ""},
733 {"CurveParams.N", Field, 0, ""},
734 {"CurveParams.Name", Field, 5, ""},
735 {"CurveParams.P", Field, 0, ""},
736 {"GenerateKey", Func, 0, "func(curve Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"},
737 {"Marshal", Func, 0, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
738 {"MarshalCompressed", Func, 15, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
739 {"P224", Func, 0, "func() Curve"},
740 {"P256", Func, 0, "func() Curve"},
741 {"P384", Func, 0, "func() Curve"},
742 {"P521", Func, 0, "func() Curve"},
743 {"Unmarshal", Func, 0, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
744 {"UnmarshalCompressed", Func, 15, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
745 },
746 "crypto/fips140": {
747 {"Enabled", Func, 24, "func() bool"},
748 {"Enforced", Func, 26, "func() bool"},
749 {"Version", Func, 26, "func() string"},
750 {"WithoutEnforcement", Func, 26, "func(f func())"},
751 },
752 "crypto/hkdf": {
753 {"Expand", Func, 24, "func[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error)"},
754 {"Extract", Func, 24, "func[H hash.Hash](h func() H, secret []byte, salt []byte) ([]byte, error)"},
755 {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, secret []byte, salt []byte, info string, keyLength int) ([]byte, error)"},
756 },
757 "crypto/hmac": {
758 {"Equal", Func, 1, "func(mac1 []byte, mac2 []byte) bool"},
759 {"New", Func, 0, "func(h func() hash.Hash, key []byte) hash.Hash"},
760 },
761 "crypto/hpke": {
762 {"(*Recipient).Export", Method, 26, ""},
763 {"(*Recipient).Open", Method, 26, ""},
764 {"(*Sender).Export", Method, 26, ""},
765 {"(*Sender).Seal", Method, 26, ""},
766 {"(AEAD).ID", Method, 26, ""},
767 {"(KDF).ID", Method, 26, ""},
768 {"(KEM).DeriveKeyPair", Method, 26, ""},
769 {"(KEM).GenerateKey", Method, 26, ""},
770 {"(KEM).ID", Method, 26, ""},
771 {"(KEM).NewPrivateKey", Method, 26, ""},
772 {"(KEM).NewPublicKey", Method, 26, ""},
773 {"(PrivateKey).Bytes", Method, 26, ""},
774 {"(PrivateKey).KEM", Method, 26, ""},
775 {"(PrivateKey).PublicKey", Method, 26, ""},
776 {"(PublicKey).Bytes", Method, 26, ""},
777 {"(PublicKey).KEM", Method, 26, ""},
778 {"AES128GCM", Func, 26, "func() AEAD"},
779 {"AES256GCM", Func, 26, "func() AEAD"},
780 {"ChaCha20Poly1305", Func, 26, "func() AEAD"},
781 {"DHKEM", Func, 26, "func(curve ecdh.Curve) KEM"},
782 {"ExportOnly", Func, 26, "func() AEAD"},
783 {"HKDFSHA256", Func, 26, "func() KDF"},
784 {"HKDFSHA384", Func, 26, "func() KDF"},
785 {"HKDFSHA512", Func, 26, "func() KDF"},
786 {"MLKEM1024", Func, 26, "func() KEM"},
787 {"MLKEM1024P384", Func, 26, "func() KEM"},
788 {"MLKEM768", Func, 26, "func() KEM"},
789 {"MLKEM768P256", Func, 26, "func() KEM"},
790 {"MLKEM768X25519", Func, 26, "func() KEM"},
791 {"NewAEAD", Func, 26, "func(id uint16) (AEAD, error)"},
792 {"NewDHKEMPrivateKey", Func, 26, "func(priv ecdh.KeyExchanger) (PrivateKey, error)"},
793 {"NewDHKEMPublicKey", Func, 26, "func(pub *ecdh.PublicKey) (PublicKey, error)"},
794 {"NewHybridPrivateKey", Func, 26, "func(pq crypto.Decapsulator, t ecdh.KeyExchanger) (PrivateKey, error)"},
795 {"NewHybridPublicKey", Func, 26, "func(pq crypto.Encapsulator, t *ecdh.PublicKey) (PublicKey, error)"},
796 {"NewKDF", Func, 26, "func(id uint16) (KDF, error)"},
797 {"NewKEM", Func, 26, "func(id uint16) (KEM, error)"},
798 {"NewMLKEMPrivateKey", Func, 26, "func(priv crypto.Decapsulator) (PrivateKey, error)"},
799 {"NewMLKEMPublicKey", Func, 26, "func(pub crypto.Encapsulator) (PublicKey, error)"},
800 {"NewRecipient", Func, 26, "func(enc []byte, k PrivateKey, kdf KDF, aead AEAD, info []byte) (*Recipient, error)"},
801 {"NewSender", Func, 26, "func(pk PublicKey, kdf KDF, aead AEAD, info []byte) (enc []byte, s *Sender, err error)"},
802 {"Open", Func, 26, "func(k PrivateKey, kdf KDF, aead AEAD, info []byte, ciphertext []byte) ([]byte, error)"},
803 {"Recipient", Type, 26, ""},
804 {"SHAKE128", Func, 26, "func() KDF"},
805 {"SHAKE256", Func, 26, "func() KDF"},
806 {"Seal", Func, 26, "func(pk PublicKey, kdf KDF, aead AEAD, info []byte, plaintext []byte) ([]byte, error)"},
807 {"Sender", Type, 26, ""},
808 },
809 "crypto/md5": {
810 {"BlockSize", Const, 0, ""},
811 {"New", Func, 0, "func() hash.Hash"},
812 {"Size", Const, 0, ""},
813 {"Sum", Func, 2, "func(data []byte) [16]byte"},
814 },
815 "crypto/mlkem": {
816 {"(*DecapsulationKey1024).Bytes", Method, 24, ""},
817 {"(*DecapsulationKey1024).Decapsulate", Method, 24, ""},
818 {"(*DecapsulationKey1024).EncapsulationKey", Method, 24, ""},
819 {"(*DecapsulationKey1024).Encapsulator", Method, 26, ""},
820 {"(*DecapsulationKey768).Bytes", Method, 24, ""},
821 {"(*DecapsulationKey768).Decapsulate", Method, 24, ""},
822 {"(*DecapsulationKey768).EncapsulationKey", Method, 24, ""},
823 {"(*DecapsulationKey768).Encapsulator", Method, 26, ""},
824 {"(*EncapsulationKey1024).Bytes", Method, 24, ""},
825 {"(*EncapsulationKey1024).Encapsulate", Method, 24, ""},
826 {"(*EncapsulationKey768).Bytes", Method, 24, ""},
827 {"(*EncapsulationKey768).Encapsulate", Method, 24, ""},
828 {"CiphertextSize1024", Const, 24, ""},
829 {"CiphertextSize768", Const, 24, ""},
830 {"DecapsulationKey1024", Type, 24, ""},
831 {"DecapsulationKey768", Type, 24, ""},
832 {"EncapsulationKey1024", Type, 24, ""},
833 {"EncapsulationKey768", Type, 24, ""},
834 {"EncapsulationKeySize1024", Const, 24, ""},
835 {"EncapsulationKeySize768", Const, 24, ""},
836 {"GenerateKey1024", Func, 24, "func() (*DecapsulationKey1024, error)"},
837 {"GenerateKey768", Func, 24, "func() (*DecapsulationKey768, error)"},
838 {"NewDecapsulationKey1024", Func, 24, "func(seed []byte) (*DecapsulationKey1024, error)"},
839 {"NewDecapsulationKey768", Func, 24, "func(seed []byte) (*DecapsulationKey768, error)"},
840 {"NewEncapsulationKey1024", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey1024, error)"},
841 {"NewEncapsulationKey768", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey768, error)"},
842 {"SeedSize", Const, 24, ""},
843 {"SharedKeySize", Const, 24, ""},
844 },
845 "crypto/mlkem/mlkemtest": {
846 {"Encapsulate1024", Func, 26, "func(ek *mlkem.EncapsulationKey1024, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
847 {"Encapsulate768", Func, 26, "func(ek *mlkem.EncapsulationKey768, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
848 },
849 "crypto/pbkdf2": {
850 {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, password string, salt []byte, iter int, keyLength int) ([]byte, error)"},
851 },
852 "crypto/rand": {
853 {"Int", Func, 0, "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"},
854 {"Prime", Func, 0, "func(r io.Reader, bits int) (*big.Int, error)"},
855 {"Read", Func, 0, "func(b []byte) (n int, err error)"},
856 {"Reader", Var, 0, ""},
857 {"Text", Func, 24, "func() string"},
858 },
859 "crypto/rc4": {
860 {"(*Cipher).Reset", Method, 0, ""},
861 {"(*Cipher).XORKeyStream", Method, 0, ""},
862 {"(KeySizeError).Error", Method, 0, ""},
863 {"Cipher", Type, 0, ""},
864 {"KeySizeError", Type, 0, ""},
865 {"NewCipher", Func, 0, "func(key []byte) (*Cipher, error)"},
866 },
867 "crypto/rsa": {
868 {"(*PSSOptions).HashFunc", Method, 4, ""},
869 {"(*PrivateKey).Decrypt", Method, 5, ""},
870 {"(*PrivateKey).Equal", Method, 15, ""},
871 {"(*PrivateKey).Precompute", Method, 0, ""},
872 {"(*PrivateKey).Public", Method, 4, ""},
873 {"(*PrivateKey).Sign", Method, 4, ""},
874 {"(*PrivateKey).Size", Method, 11, ""},
875 {"(*PrivateKey).Validate", Method, 0, ""},
876 {"(*PublicKey).Equal", Method, 15, ""},
877 {"(*PublicKey).Size", Method, 11, ""},
878 {"CRTValue", Type, 0, ""},
879 {"CRTValue.Coeff", Field, 0, ""},
880 {"CRTValue.Exp", Field, 0, ""},
881 {"CRTValue.R", Field, 0, ""},
882 {"DecryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"},
883 {"DecryptPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte) ([]byte, error)"},
884 {"DecryptPKCS1v15SessionKey", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte, key []byte) error"},
885 {"EncryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, pub *PublicKey, msg []byte, label []byte) ([]byte, error)"},
886 {"EncryptOAEPWithOptions", Func, 26, "func(random io.Reader, pub *PublicKey, msg []byte, opts *OAEPOptions) ([]byte, error)"},
887 {"EncryptPKCS1v15", Func, 0, "func(random io.Reader, pub *PublicKey, msg []byte) ([]byte, error)"},
888 {"ErrDecryption", Var, 0, ""},
889 {"ErrMessageTooLong", Var, 0, ""},
890 {"ErrVerification", Var, 0, ""},
891 {"GenerateKey", Func, 0, "func(random io.Reader, bits int) (*PrivateKey, error)"},
892 {"GenerateMultiPrimeKey", Func, 0, "func(random io.Reader, nprimes int, bits int) (*PrivateKey, error)"},
893 {"OAEPOptions", Type, 5, ""},
894 {"OAEPOptions.Hash", Field, 5, ""},
895 {"OAEPOptions.Label", Field, 5, ""},
896 {"OAEPOptions.MGFHash", Field, 20, ""},
897 {"PKCS1v15DecryptOptions", Type, 5, ""},
898 {"PKCS1v15DecryptOptions.SessionKeyLen", Field, 5, ""},
899 {"PSSOptions", Type, 2, ""},
900 {"PSSOptions.Hash", Field, 4, ""},
901 {"PSSOptions.SaltLength", Field, 2, ""},
902 {"PSSSaltLengthAuto", Const, 2, ""},
903 {"PSSSaltLengthEqualsHash", Const, 2, ""},
904 {"PrecomputedValues", Type, 0, ""},
905 {"PrecomputedValues.CRTValues", Field, 0, ""},
906 {"PrecomputedValues.Dp", Field, 0, ""},
907 {"PrecomputedValues.Dq", Field, 0, ""},
908 {"PrecomputedValues.Qinv", Field, 0, ""},
909 {"PrivateKey", Type, 0, ""},
910 {"PrivateKey.D", Field, 0, ""},
911 {"PrivateKey.Precomputed", Field, 0, ""},
912 {"PrivateKey.Primes", Field, 0, ""},
913 {"PrivateKey.PublicKey", Field, 0, ""},
914 {"PublicKey", Type, 0, ""},
915 {"PublicKey.E", Field, 0, ""},
916 {"PublicKey.N", Field, 0, ""},
917 {"SignPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"},
918 {"SignPSS", Func, 2, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error)"},
919 {"VerifyPKCS1v15", Func, 0, "func(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"},
920 {"VerifyPSS", Func, 2, "func(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error"},
921 },
922 "crypto/sha1": {
923 {"BlockSize", Const, 0, ""},
924 {"New", Func, 0, "func() hash.Hash"},
925 {"Size", Const, 0, ""},
926 {"Sum", Func, 2, "func(data []byte) [20]byte"},
927 },
928 "crypto/sha256": {
929 {"BlockSize", Const, 0, ""},
930 {"New", Func, 0, "func() hash.Hash"},
931 {"New224", Func, 0, "func() hash.Hash"},
932 {"Size", Const, 0, ""},
933 {"Size224", Const, 0, ""},
934 {"Sum224", Func, 2, "func(data []byte) [28]byte"},
935 {"Sum256", Func, 2, "func(data []byte) [32]byte"},
936 },
937 "crypto/sha3": {
938 {"(*SHA3).AppendBinary", Method, 24, ""},
939 {"(*SHA3).BlockSize", Method, 24, ""},
940 {"(*SHA3).Clone", Method, 25, ""},
941 {"(*SHA3).MarshalBinary", Method, 24, ""},
942 {"(*SHA3).Reset", Method, 24, ""},
943 {"(*SHA3).Size", Method, 24, ""},
944 {"(*SHA3).Sum", Method, 24, ""},
945 {"(*SHA3).UnmarshalBinary", Method, 24, ""},
946 {"(*SHA3).Write", Method, 24, ""},
947 {"(*SHAKE).AppendBinary", Method, 24, ""},
948 {"(*SHAKE).BlockSize", Method, 24, ""},
949 {"(*SHAKE).MarshalBinary", Method, 24, ""},
950 {"(*SHAKE).Read", Method, 24, ""},
951 {"(*SHAKE).Reset", Method, 24, ""},
952 {"(*SHAKE).UnmarshalBinary", Method, 24, ""},
953 {"(*SHAKE).Write", Method, 24, ""},
954 {"New224", Func, 24, "func() *SHA3"},
955 {"New256", Func, 24, "func() *SHA3"},
956 {"New384", Func, 24, "func() *SHA3"},
957 {"New512", Func, 24, "func() *SHA3"},
958 {"NewCSHAKE128", Func, 24, "func(N []byte, S []byte) *SHAKE"},
959 {"NewCSHAKE256", Func, 24, "func(N []byte, S []byte) *SHAKE"},
960 {"NewSHAKE128", Func, 24, "func() *SHAKE"},
961 {"NewSHAKE256", Func, 24, "func() *SHAKE"},
962 {"SHA3", Type, 24, ""},
963 {"SHAKE", Type, 24, ""},
964 {"Sum224", Func, 24, "func(data []byte) [28]byte"},
965 {"Sum256", Func, 24, "func(data []byte) [32]byte"},
966 {"Sum384", Func, 24, "func(data []byte) [48]byte"},
967 {"Sum512", Func, 24, "func(data []byte) [64]byte"},
968 {"SumSHAKE128", Func, 24, "func(data []byte, length int) []byte"},
969 {"SumSHAKE256", Func, 24, "func(data []byte, length int) []byte"},
970 },
971 "crypto/sha512": {
972 {"BlockSize", Const, 0, ""},
973 {"New", Func, 0, "func() hash.Hash"},
974 {"New384", Func, 0, "func() hash.Hash"},
975 {"New512_224", Func, 5, "func() hash.Hash"},
976 {"New512_256", Func, 5, "func() hash.Hash"},
977 {"Size", Const, 0, ""},
978 {"Size224", Const, 5, ""},
979 {"Size256", Const, 5, ""},
980 {"Size384", Const, 0, ""},
981 {"Sum384", Func, 2, "func(data []byte) [48]byte"},
982 {"Sum512", Func, 2, "func(data []byte) [64]byte"},
983 {"Sum512_224", Func, 5, "func(data []byte) [28]byte"},
984 {"Sum512_256", Func, 5, "func(data []byte) [32]byte"},
985 },
986 "crypto/subtle": {
987 {"ConstantTimeByteEq", Func, 0, "func(x uint8, y uint8) int"},
988 {"ConstantTimeCompare", Func, 0, "func(x []byte, y []byte) int"},
989 {"ConstantTimeCopy", Func, 0, "func(v int, x []byte, y []byte)"},
990 {"ConstantTimeEq", Func, 0, "func(x int32, y int32) int"},
991 {"ConstantTimeLessOrEq", Func, 2, "func(x int, y int) int"},
992 {"ConstantTimeSelect", Func, 0, "func(v int, x int, y int) int"},
993 {"WithDataIndependentTiming", Func, 24, "func(f func())"},
994 {"XORBytes", Func, 20, "func(dst []byte, x []byte, y []byte) int"},
995 },
996 "crypto/tls": {
997 {"(*CertificateRequestInfo).Context", Method, 17, ""},
998 {"(*CertificateRequestInfo).SupportsCertificate", Method, 14, ""},
999 {"(*CertificateVerificationError).Error", Method, 20, ""},
1000 {"(*CertificateVerificationError).Unwrap", Method, 20, ""},
1001 {"(*ClientHelloInfo).Context", Method, 17, ""},
1002 {"(*ClientHelloInfo).SupportsCertificate", Method, 14, ""},
1003 {"(*ClientSessionState).ResumptionState", Method, 21, ""},
1004 {"(*Config).BuildNameToCertificate", Method, 0, ""},
1005 {"(*Config).Clone", Method, 8, ""},
1006 {"(*Config).DecryptTicket", Method, 21, ""},
1007 {"(*Config).EncryptTicket", Method, 21, ""},
1008 {"(*Config).SetSessionTicketKeys", Method, 5, ""},
1009 {"(*Conn).Close", Method, 0, ""},
1010 {"(*Conn).CloseWrite", Method, 8, ""},
1011 {"(*Conn).ConnectionState", Method, 0, ""},
1012 {"(*Conn).Handshake", Method, 0, ""},
1013 {"(*Conn).HandshakeContext", Method, 17, ""},
1014 {"(*Conn).LocalAddr", Method, 0, ""},
1015 {"(*Conn).NetConn", Method, 18, ""},
1016 {"(*Conn).OCSPResponse", Method, 0, ""},
1017 {"(*Conn).Read", Method, 0, ""},
1018 {"(*Conn).RemoteAddr", Method, 0, ""},
1019 {"(*Conn).SetDeadline", Method, 0, ""},
1020 {"(*Conn).SetReadDeadline", Method, 0, ""},
1021 {"(*Conn).SetWriteDeadline", Method, 0, ""},
1022 {"(*Conn).VerifyHostname", Method, 0, ""},
1023 {"(*Conn).Write", Method, 0, ""},
1024 {"(*ConnectionState).ExportKeyingMaterial", Method, 11, ""},
1025 {"(*Dialer).Dial", Method, 15, ""},
1026 {"(*Dialer).DialContext", Method, 15, ""},
1027 {"(*ECHRejectionError).Error", Method, 23, ""},
1028 {"(*QUICConn).Close", Method, 21, ""},
1029 {"(*QUICConn).ConnectionState", Method, 21, ""},
1030 {"(*QUICConn).HandleData", Method, 21, ""},
1031 {"(*QUICConn).NextEvent", Method, 21, ""},
1032 {"(*QUICConn).SendSessionTicket", Method, 21, ""},
1033 {"(*QUICConn).SetTransportParameters", Method, 21, ""},
1034 {"(*QUICConn).Start", Method, 21, ""},
1035 {"(*QUICConn).StoreSession", Method, 23, ""},
1036 {"(*SessionState).Bytes", Method, 21, ""},
1037 {"(AlertError).Error", Method, 21, ""},
1038 {"(ClientAuthType).String", Method, 15, ""},
1039 {"(ClientSessionCache).Get", Method, 3, ""},
1040 {"(ClientSessionCache).Put", Method, 3, ""},
1041 {"(CurveID).String", Method, 15, ""},
1042 {"(QUICEncryptionLevel).String", Method, 21, ""},
1043 {"(RecordHeaderError).Error", Method, 6, ""},
1044 {"(SignatureScheme).String", Method, 15, ""},
1045 {"AlertError", Type, 21, ""},
1046 {"Certificate", Type, 0, ""},
1047 {"Certificate.Certificate", Field, 0, ""},
1048 {"Certificate.Leaf", Field, 0, ""},
1049 {"Certificate.OCSPStaple", Field, 0, ""},
1050 {"Certificate.PrivateKey", Field, 0, ""},
1051 {"Certificate.SignedCertificateTimestamps", Field, 5, ""},
1052 {"Certificate.SupportedSignatureAlgorithms", Field, 14, ""},
1053 {"CertificateRequestInfo", Type, 8, ""},
1054 {"CertificateRequestInfo.AcceptableCAs", Field, 8, ""},
1055 {"CertificateRequestInfo.SignatureSchemes", Field, 8, ""},
1056 {"CertificateRequestInfo.Version", Field, 14, ""},
1057 {"CertificateVerificationError", Type, 20, ""},
1058 {"CertificateVerificationError.Err", Field, 20, ""},
1059 {"CertificateVerificationError.UnverifiedCertificates", Field, 20, ""},
1060 {"CipherSuite", Type, 14, ""},
1061 {"CipherSuite.ID", Field, 14, ""},
1062 {"CipherSuite.Insecure", Field, 14, ""},
1063 {"CipherSuite.Name", Field, 14, ""},
1064 {"CipherSuite.SupportedVersions", Field, 14, ""},
1065 {"CipherSuiteName", Func, 14, "func(id uint16) string"},
1066 {"CipherSuites", Func, 14, "func() []*CipherSuite"},
1067 {"Client", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
1068 {"ClientAuthType", Type, 0, ""},
1069 {"ClientHelloInfo", Type, 4, ""},
1070 {"ClientHelloInfo.CipherSuites", Field, 4, ""},
1071 {"ClientHelloInfo.Conn", Field, 8, ""},
1072 {"ClientHelloInfo.Extensions", Field, 24, ""},
1073 {"ClientHelloInfo.HelloRetryRequest", Field, 26, ""},
1074 {"ClientHelloInfo.ServerName", Field, 4, ""},
1075 {"ClientHelloInfo.SignatureSchemes", Field, 8, ""},
1076 {"ClientHelloInfo.SupportedCurves", Field, 4, ""},
1077 {"ClientHelloInfo.SupportedPoints", Field, 4, ""},
1078 {"ClientHelloInfo.SupportedProtos", Field, 8, ""},
1079 {"ClientHelloInfo.SupportedVersions", Field, 8, ""},
1080 {"ClientSessionCache", Type, 3, ""},
1081 {"ClientSessionState", Type, 3, ""},
1082 {"Config", Type, 0, ""},
1083 {"Config.Certificates", Field, 0, ""},
1084 {"Config.CipherSuites", Field, 0, ""},
1085 {"Config.ClientAuth", Field, 0, ""},
1086 {"Config.ClientCAs", Field, 0, ""},
1087 {"Config.ClientSessionCache", Field, 3, ""},
1088 {"Config.CurvePreferences", Field, 3, ""},
1089 {"Config.DynamicRecordSizingDisabled", Field, 7, ""},
1090 {"Config.EncryptedClientHelloConfigList", Field, 23, ""},
1091 {"Config.EncryptedClientHelloKeys", Field, 24, ""},
1092 {"Config.EncryptedClientHelloRejectionVerify", Field, 23, ""},
1093 {"Config.GetCertificate", Field, 4, ""},
1094 {"Config.GetClientCertificate", Field, 8, ""},
1095 {"Config.GetConfigForClient", Field, 8, ""},
1096 {"Config.GetEncryptedClientHelloKeys", Field, 25, ""},
1097 {"Config.InsecureSkipVerify", Field, 0, ""},
1098 {"Config.KeyLogWriter", Field, 8, ""},
1099 {"Config.MaxVersion", Field, 2, ""},
1100 {"Config.MinVersion", Field, 2, ""},
1101 {"Config.NameToCertificate", Field, 0, ""},
1102 {"Config.NextProtos", Field, 0, ""},
1103 {"Config.PreferServerCipherSuites", Field, 1, ""},
1104 {"Config.Rand", Field, 0, ""},
1105 {"Config.Renegotiation", Field, 7, ""},
1106 {"Config.RootCAs", Field, 0, ""},
1107 {"Config.ServerName", Field, 0, ""},
1108 {"Config.SessionTicketKey", Field, 1, ""},
1109 {"Config.SessionTicketsDisabled", Field, 1, ""},
1110 {"Config.Time", Field, 0, ""},
1111 {"Config.UnwrapSession", Field, 21, ""},
1112 {"Config.VerifyConnection", Field, 15, ""},
1113 {"Config.VerifyPeerCertificate", Field, 8, ""},
1114 {"Config.WrapSession", Field, 21, ""},
1115 {"Conn", Type, 0, ""},
1116 {"ConnectionState", Type, 0, ""},
1117 {"ConnectionState.CipherSuite", Field, 0, ""},
1118 {"ConnectionState.CurveID", Field, 25, ""},
1119 {"ConnectionState.DidResume", Field, 1, ""},
1120 {"ConnectionState.ECHAccepted", Field, 23, ""},
1121 {"ConnectionState.HandshakeComplete", Field, 0, ""},
1122 {"ConnectionState.HelloRetryRequest", Field, 26, ""},
1123 {"ConnectionState.NegotiatedProtocol", Field, 0, ""},
1124 {"ConnectionState.NegotiatedProtocolIsMutual", Field, 0, ""},
1125 {"ConnectionState.OCSPResponse", Field, 5, ""},
1126 {"ConnectionState.PeerCertificates", Field, 0, ""},
1127 {"ConnectionState.ServerName", Field, 0, ""},
1128 {"ConnectionState.SignedCertificateTimestamps", Field, 5, ""},
1129 {"ConnectionState.TLSUnique", Field, 4, ""},
1130 {"ConnectionState.VerifiedChains", Field, 0, ""},
1131 {"ConnectionState.Version", Field, 3, ""},
1132 {"CurveID", Type, 3, ""},
1133 {"CurveP256", Const, 3, ""},
1134 {"CurveP384", Const, 3, ""},
1135 {"CurveP521", Const, 3, ""},
1136 {"Dial", Func, 0, "func(network string, addr string, config *Config) (*Conn, error)"},
1137 {"DialWithDialer", Func, 3, "func(dialer *net.Dialer, network string, addr string, config *Config) (*Conn, error)"},
1138 {"Dialer", Type, 15, ""},
1139 {"Dialer.Config", Field, 15, ""},
1140 {"Dialer.NetDialer", Field, 15, ""},
1141 {"ECDSAWithP256AndSHA256", Const, 8, ""},
1142 {"ECDSAWithP384AndSHA384", Const, 8, ""},
1143 {"ECDSAWithP521AndSHA512", Const, 8, ""},
1144 {"ECDSAWithSHA1", Const, 10, ""},
1145 {"ECHRejectionError", Type, 23, ""},
1146 {"ECHRejectionError.RetryConfigList", Field, 23, ""},
1147 {"Ed25519", Const, 13, ""},
1148 {"EncryptedClientHelloKey", Type, 24, ""},
1149 {"EncryptedClientHelloKey.Config", Field, 24, ""},
1150 {"EncryptedClientHelloKey.PrivateKey", Field, 24, ""},
1151 {"EncryptedClientHelloKey.SendAsRetry", Field, 24, ""},
1152 {"InsecureCipherSuites", Func, 14, "func() []*CipherSuite"},
1153 {"Listen", Func, 0, "func(network string, laddr string, config *Config) (net.Listener, error)"},
1154 {"LoadX509KeyPair", Func, 0, "func(certFile string, keyFile string) (Certificate, error)"},
1155 {"NewLRUClientSessionCache", Func, 3, "func(capacity int) ClientSessionCache"},
1156 {"NewListener", Func, 0, "func(inner net.Listener, config *Config) net.Listener"},
1157 {"NewResumptionState", Func, 21, "func(ticket []byte, state *SessionState) (*ClientSessionState, error)"},
1158 {"NoClientCert", Const, 0, ""},
1159 {"PKCS1WithSHA1", Const, 8, ""},
1160 {"PKCS1WithSHA256", Const, 8, ""},
1161 {"PKCS1WithSHA384", Const, 8, ""},
1162 {"PKCS1WithSHA512", Const, 8, ""},
1163 {"PSSWithSHA256", Const, 8, ""},
1164 {"PSSWithSHA384", Const, 8, ""},
1165 {"PSSWithSHA512", Const, 8, ""},
1166 {"ParseSessionState", Func, 21, "func(data []byte) (*SessionState, error)"},
1167 {"QUICClient", Func, 21, "func(config *QUICConfig) *QUICConn"},
1168 {"QUICConfig", Type, 21, ""},
1169 {"QUICConfig.EnableSessionEvents", Field, 23, ""},
1170 {"QUICConfig.TLSConfig", Field, 21, ""},
1171 {"QUICConn", Type, 21, ""},
1172 {"QUICEncryptionLevel", Type, 21, ""},
1173 {"QUICEncryptionLevelApplication", Const, 21, ""},
1174 {"QUICEncryptionLevelEarly", Const, 21, ""},
1175 {"QUICEncryptionLevelHandshake", Const, 21, ""},
1176 {"QUICEncryptionLevelInitial", Const, 21, ""},
1177 {"QUICErrorEvent", Const, 26, ""},
1178 {"QUICEvent", Type, 21, ""},
1179 {"QUICEvent.Data", Field, 21, ""},
1180 {"QUICEvent.Err", Field, 26, ""},
1181 {"QUICEvent.Kind", Field, 21, ""},
1182 {"QUICEvent.Level", Field, 21, ""},
1183 {"QUICEvent.SessionState", Field, 23, ""},
1184 {"QUICEvent.Suite", Field, 21, ""},
1185 {"QUICEventKind", Type, 21, ""},
1186 {"QUICHandshakeDone", Const, 21, ""},
1187 {"QUICNoEvent", Const, 21, ""},
1188 {"QUICRejectedEarlyData", Const, 21, ""},
1189 {"QUICResumeSession", Const, 23, ""},
1190 {"QUICServer", Func, 21, "func(config *QUICConfig) *QUICConn"},
1191 {"QUICSessionTicketOptions", Type, 21, ""},
1192 {"QUICSessionTicketOptions.EarlyData", Field, 21, ""},
1193 {"QUICSessionTicketOptions.Extra", Field, 23, ""},
1194 {"QUICSetReadSecret", Const, 21, ""},
1195 {"QUICSetWriteSecret", Const, 21, ""},
1196 {"QUICStoreSession", Const, 23, ""},
1197 {"QUICTransportParameters", Const, 21, ""},
1198 {"QUICTransportParametersRequired", Const, 21, ""},
1199 {"QUICWriteData", Const, 21, ""},
1200 {"RecordHeaderError", Type, 6, ""},
1201 {"RecordHeaderError.Conn", Field, 12, ""},
1202 {"RecordHeaderError.Msg", Field, 6, ""},
1203 {"RecordHeaderError.RecordHeader", Field, 6, ""},
1204 {"RenegotiateFreelyAsClient", Const, 7, ""},
1205 {"RenegotiateNever", Const, 7, ""},
1206 {"RenegotiateOnceAsClient", Const, 7, ""},
1207 {"RenegotiationSupport", Type, 7, ""},
1208 {"RequestClientCert", Const, 0, ""},
1209 {"RequireAndVerifyClientCert", Const, 0, ""},
1210 {"RequireAnyClientCert", Const, 0, ""},
1211 {"SecP256r1MLKEM768", Const, 26, ""},
1212 {"SecP384r1MLKEM1024", Const, 26, ""},
1213 {"Server", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
1214 {"SessionState", Type, 21, ""},
1215 {"SessionState.EarlyData", Field, 21, ""},
1216 {"SessionState.Extra", Field, 21, ""},
1217 {"SignatureScheme", Type, 8, ""},
1218 {"TLS_AES_128_GCM_SHA256", Const, 12, ""},
1219 {"TLS_AES_256_GCM_SHA384", Const, 12, ""},
1220 {"TLS_CHACHA20_POLY1305_SHA256", Const, 12, ""},
1221 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", Const, 2, ""},
1222 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1223 {"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
1224 {"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", Const, 2, ""},
1225 {"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
1226 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
1227 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
1228 {"TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", Const, 2, ""},
1229 {"TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
1230 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
1231 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1232 {"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
1233 {"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
1234 {"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
1235 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
1236 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
1237 {"TLS_ECDHE_RSA_WITH_RC4_128_SHA", Const, 0, ""},
1238 {"TLS_FALLBACK_SCSV", Const, 4, ""},
1239 {"TLS_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
1240 {"TLS_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
1241 {"TLS_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1242 {"TLS_RSA_WITH_AES_128_GCM_SHA256", Const, 6, ""},
1243 {"TLS_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
1244 {"TLS_RSA_WITH_AES_256_GCM_SHA384", Const, 6, ""},
1245 {"TLS_RSA_WITH_RC4_128_SHA", Const, 0, ""},
1246 {"VerifyClientCertIfGiven", Const, 0, ""},
1247 {"VersionName", Func, 21, "func(version uint16) string"},
1248 {"VersionSSL30", Const, 2, ""},
1249 {"VersionTLS10", Const, 2, ""},
1250 {"VersionTLS11", Const, 2, ""},
1251 {"VersionTLS12", Const, 2, ""},
1252 {"VersionTLS13", Const, 12, ""},
1253 {"X25519", Const, 8, ""},
1254 {"X25519MLKEM768", Const, 24, ""},
1255 {"X509KeyPair", Func, 0, "func(certPEMBlock []byte, keyPEMBlock []byte) (Certificate, error)"},
1256 },
1257 "crypto/x509": {
1258 {"(*CertPool).AddCert", Method, 0, ""},
1259 {"(*CertPool).AddCertWithConstraint", Method, 22, ""},
1260 {"(*CertPool).AppendCertsFromPEM", Method, 0, ""},
1261 {"(*CertPool).Clone", Method, 19, ""},
1262 {"(*CertPool).Equal", Method, 19, ""},
1263 {"(*CertPool).Subjects", Method, 0, ""},
1264 {"(*Certificate).CheckCRLSignature", Method, 0, ""},
1265 {"(*Certificate).CheckSignature", Method, 0, ""},
1266 {"(*Certificate).CheckSignatureFrom", Method, 0, ""},
1267 {"(*Certificate).CreateCRL", Method, 0, ""},
1268 {"(*Certificate).Equal", Method, 0, ""},
1269 {"(*Certificate).Verify", Method, 0, ""},
1270 {"(*Certificate).VerifyHostname", Method, 0, ""},
1271 {"(*CertificateRequest).CheckSignature", Method, 5, ""},
1272 {"(*OID).UnmarshalBinary", Method, 23, ""},
1273 {"(*OID).UnmarshalText", Method, 23, ""},
1274 {"(*RevocationList).CheckSignatureFrom", Method, 19, ""},
1275 {"(CertificateInvalidError).Error", Method, 0, ""},
1276 {"(ConstraintViolationError).Error", Method, 0, ""},
1277 {"(ExtKeyUsage).OID", Method, 26, ""},
1278 {"(ExtKeyUsage).String", Method, 26, ""},
1279 {"(HostnameError).Error", Method, 0, ""},
1280 {"(InsecureAlgorithmError).Error", Method, 6, ""},
1281 {"(KeyUsage).String", Method, 26, ""},
1282 {"(OID).AppendBinary", Method, 24, ""},
1283 {"(OID).AppendText", Method, 24, ""},
1284 {"(OID).Equal", Method, 22, ""},
1285 {"(OID).EqualASN1OID", Method, 22, ""},
1286 {"(OID).MarshalBinary", Method, 23, ""},
1287 {"(OID).MarshalText", Method, 23, ""},
1288 {"(OID).String", Method, 22, ""},
1289 {"(PublicKeyAlgorithm).String", Method, 10, ""},
1290 {"(SignatureAlgorithm).String", Method, 6, ""},
1291 {"(SystemRootsError).Error", Method, 1, ""},
1292 {"(SystemRootsError).Unwrap", Method, 16, ""},
1293 {"(UnhandledCriticalExtension).Error", Method, 0, ""},
1294 {"(UnknownAuthorityError).Error", Method, 0, ""},
1295 {"CANotAuthorizedForExtKeyUsage", Const, 10, ""},
1296 {"CANotAuthorizedForThisName", Const, 0, ""},
1297 {"CertPool", Type, 0, ""},
1298 {"Certificate", Type, 0, ""},
1299 {"Certificate.AuthorityKeyId", Field, 0, ""},
1300 {"Certificate.BasicConstraintsValid", Field, 0, ""},
1301 {"Certificate.CRLDistributionPoints", Field, 2, ""},
1302 {"Certificate.DNSNames", Field, 0, ""},
1303 {"Certificate.EmailAddresses", Field, 0, ""},
1304 {"Certificate.ExcludedDNSDomains", Field, 9, ""},
1305 {"Certificate.ExcludedEmailAddresses", Field, 10, ""},
1306 {"Certificate.ExcludedIPRanges", Field, 10, ""},
1307 {"Certificate.ExcludedURIDomains", Field, 10, ""},
1308 {"Certificate.ExtKeyUsage", Field, 0, ""},
1309 {"Certificate.Extensions", Field, 2, ""},
1310 {"Certificate.ExtraExtensions", Field, 2, ""},
1311 {"Certificate.IPAddresses", Field, 1, ""},
1312 {"Certificate.InhibitAnyPolicy", Field, 24, ""},
1313 {"Certificate.InhibitAnyPolicyZero", Field, 24, ""},
1314 {"Certificate.InhibitPolicyMapping", Field, 24, ""},
1315 {"Certificate.InhibitPolicyMappingZero", Field, 24, ""},
1316 {"Certificate.IsCA", Field, 0, ""},
1317 {"Certificate.Issuer", Field, 0, ""},
1318 {"Certificate.IssuingCertificateURL", Field, 2, ""},
1319 {"Certificate.KeyUsage", Field, 0, ""},
1320 {"Certificate.MaxPathLen", Field, 0, ""},
1321 {"Certificate.MaxPathLenZero", Field, 4, ""},
1322 {"Certificate.NotAfter", Field, 0, ""},
1323 {"Certificate.NotBefore", Field, 0, ""},
1324 {"Certificate.OCSPServer", Field, 2, ""},
1325 {"Certificate.PermittedDNSDomains", Field, 0, ""},
1326 {"Certificate.PermittedDNSDomainsCritical", Field, 0, ""},
1327 {"Certificate.PermittedEmailAddresses", Field, 10, ""},
1328 {"Certificate.PermittedIPRanges", Field, 10, ""},
1329 {"Certificate.PermittedURIDomains", Field, 10, ""},
1330 {"Certificate.Policies", Field, 22, ""},
1331 {"Certificate.PolicyIdentifiers", Field, 0, ""},
1332 {"Certificate.PolicyMappings", Field, 24, ""},
1333 {"Certificate.PublicKey", Field, 0, ""},
1334 {"Certificate.PublicKeyAlgorithm", Field, 0, ""},
1335 {"Certificate.Raw", Field, 0, ""},
1336 {"Certificate.RawIssuer", Field, 0, ""},
1337 {"Certificate.RawSubject", Field, 0, ""},
1338 {"Certificate.RawSubjectPublicKeyInfo", Field, 0, ""},
1339 {"Certificate.RawTBSCertificate", Field, 0, ""},
1340 {"Certificate.RequireExplicitPolicy", Field, 24, ""},
1341 {"Certificate.RequireExplicitPolicyZero", Field, 24, ""},
1342 {"Certificate.SerialNumber", Field, 0, ""},
1343 {"Certificate.Signature", Field, 0, ""},
1344 {"Certificate.SignatureAlgorithm", Field, 0, ""},
1345 {"Certificate.Subject", Field, 0, ""},
1346 {"Certificate.SubjectKeyId", Field, 0, ""},
1347 {"Certificate.URIs", Field, 10, ""},
1348 {"Certificate.UnhandledCriticalExtensions", Field, 5, ""},
1349 {"Certificate.UnknownExtKeyUsage", Field, 0, ""},
1350 {"Certificate.Version", Field, 0, ""},
1351 {"CertificateInvalidError", Type, 0, ""},
1352 {"CertificateInvalidError.Cert", Field, 0, ""},
1353 {"CertificateInvalidError.Detail", Field, 10, ""},
1354 {"CertificateInvalidError.Reason", Field, 0, ""},
1355 {"CertificateRequest", Type, 3, ""},
1356 {"CertificateRequest.Attributes", Field, 3, ""},
1357 {"CertificateRequest.DNSNames", Field, 3, ""},
1358 {"CertificateRequest.EmailAddresses", Field, 3, ""},
1359 {"CertificateRequest.Extensions", Field, 3, ""},
1360 {"CertificateRequest.ExtraExtensions", Field, 3, ""},
1361 {"CertificateRequest.IPAddresses", Field, 3, ""},
1362 {"CertificateRequest.PublicKey", Field, 3, ""},
1363 {"CertificateRequest.PublicKeyAlgorithm", Field, 3, ""},
1364 {"CertificateRequest.Raw", Field, 3, ""},
1365 {"CertificateRequest.RawSubject", Field, 3, ""},
1366 {"CertificateRequest.RawSubjectPublicKeyInfo", Field, 3, ""},
1367 {"CertificateRequest.RawTBSCertificateRequest", Field, 3, ""},
1368 {"CertificateRequest.Signature", Field, 3, ""},
1369 {"CertificateRequest.SignatureAlgorithm", Field, 3, ""},
1370 {"CertificateRequest.Subject", Field, 3, ""},
1371 {"CertificateRequest.URIs", Field, 10, ""},
1372 {"CertificateRequest.Version", Field, 3, ""},
1373 {"ConstraintViolationError", Type, 0, ""},
1374 {"CreateCertificate", Func, 0, "func(rand io.Reader, template *Certificate, parent *Certificate, pub any, priv any) ([]byte, error)"},
1375 {"CreateCertificateRequest", Func, 3, "func(rand io.Reader, template *CertificateRequest, priv any) (csr []byte, err error)"},
1376 {"CreateRevocationList", Func, 15, "func(rand io.Reader, template *RevocationList, issuer *Certificate, priv crypto.Signer) ([]byte, error)"},
1377 {"DSA", Const, 0, ""},
1378 {"DSAWithSHA1", Const, 0, ""},
1379 {"DSAWithSHA256", Const, 0, ""},
1380 {"DecryptPEMBlock", Func, 1, "func(b *pem.Block, password []byte) ([]byte, error)"},
1381 {"ECDSA", Const, 1, ""},
1382 {"ECDSAWithSHA1", Const, 1, ""},
1383 {"ECDSAWithSHA256", Const, 1, ""},
1384 {"ECDSAWithSHA384", Const, 1, ""},
1385 {"ECDSAWithSHA512", Const, 1, ""},
1386 {"Ed25519", Const, 13, ""},
1387 {"EncryptPEMBlock", Func, 1, "func(rand io.Reader, blockType string, data []byte, password []byte, alg PEMCipher) (*pem.Block, error)"},
1388 {"ErrUnsupportedAlgorithm", Var, 0, ""},
1389 {"Expired", Const, 0, ""},
1390 {"ExtKeyUsage", Type, 0, ""},
1391 {"ExtKeyUsageAny", Const, 0, ""},
1392 {"ExtKeyUsageClientAuth", Const, 0, ""},
1393 {"ExtKeyUsageCodeSigning", Const, 0, ""},
1394 {"ExtKeyUsageEmailProtection", Const, 0, ""},
1395 {"ExtKeyUsageIPSECEndSystem", Const, 1, ""},
1396 {"ExtKeyUsageIPSECTunnel", Const, 1, ""},
1397 {"ExtKeyUsageIPSECUser", Const, 1, ""},
1398 {"ExtKeyUsageMicrosoftCommercialCodeSigning", Const, 10, ""},
1399 {"ExtKeyUsageMicrosoftKernelCodeSigning", Const, 10, ""},
1400 {"ExtKeyUsageMicrosoftServerGatedCrypto", Const, 1, ""},
1401 {"ExtKeyUsageNetscapeServerGatedCrypto", Const, 1, ""},
1402 {"ExtKeyUsageOCSPSigning", Const, 0, ""},
1403 {"ExtKeyUsageServerAuth", Const, 0, ""},
1404 {"ExtKeyUsageTimeStamping", Const, 0, ""},
1405 {"HostnameError", Type, 0, ""},
1406 {"HostnameError.Certificate", Field, 0, ""},
1407 {"HostnameError.Host", Field, 0, ""},
1408 {"IncompatibleUsage", Const, 1, ""},
1409 {"IncorrectPasswordError", Var, 1, ""},
1410 {"InsecureAlgorithmError", Type, 6, ""},
1411 {"InvalidReason", Type, 0, ""},
1412 {"IsEncryptedPEMBlock", Func, 1, "func(b *pem.Block) bool"},
1413 {"KeyUsage", Type, 0, ""},
1414 {"KeyUsageCRLSign", Const, 0, ""},
1415 {"KeyUsageCertSign", Const, 0, ""},
1416 {"KeyUsageContentCommitment", Const, 0, ""},
1417 {"KeyUsageDataEncipherment", Const, 0, ""},
1418 {"KeyUsageDecipherOnly", Const, 0, ""},
1419 {"KeyUsageDigitalSignature", Const, 0, ""},
1420 {"KeyUsageEncipherOnly", Const, 0, ""},
1421 {"KeyUsageKeyAgreement", Const, 0, ""},
1422 {"KeyUsageKeyEncipherment", Const, 0, ""},
1423 {"MD2WithRSA", Const, 0, ""},
1424 {"MD5WithRSA", Const, 0, ""},
1425 {"MarshalECPrivateKey", Func, 2, "func(key *ecdsa.PrivateKey) ([]byte, error)"},
1426 {"MarshalPKCS1PrivateKey", Func, 0, "func(key *rsa.PrivateKey) []byte"},
1427 {"MarshalPKCS1PublicKey", Func, 10, "func(key *rsa.PublicKey) []byte"},
1428 {"MarshalPKCS8PrivateKey", Func, 10, "func(key any) ([]byte, error)"},
1429 {"MarshalPKIXPublicKey", Func, 0, "func(pub any) ([]byte, error)"},
1430 {"NameConstraintsWithoutSANs", Const, 10, ""},
1431 {"NameMismatch", Const, 8, ""},
1432 {"NewCertPool", Func, 0, "func() *CertPool"},
1433 {"NoValidChains", Const, 24, ""},
1434 {"NotAuthorizedToSign", Const, 0, ""},
1435 {"OID", Type, 22, ""},
1436 {"OIDFromASN1OID", Func, 26, "func(asn1OID asn1.ObjectIdentifier) (OID, error)"},
1437 {"OIDFromInts", Func, 22, "func(oid []uint64) (OID, error)"},
1438 {"PEMCipher", Type, 1, ""},
1439 {"PEMCipher3DES", Const, 1, ""},
1440 {"PEMCipherAES128", Const, 1, ""},
1441 {"PEMCipherAES192", Const, 1, ""},
1442 {"PEMCipherAES256", Const, 1, ""},
1443 {"PEMCipherDES", Const, 1, ""},
1444 {"ParseCRL", Func, 0, "func(crlBytes []byte) (*pkix.CertificateList, error)"},
1445 {"ParseCertificate", Func, 0, "func(der []byte) (*Certificate, error)"},
1446 {"ParseCertificateRequest", Func, 3, "func(asn1Data []byte) (*CertificateRequest, error)"},
1447 {"ParseCertificates", Func, 0, "func(der []byte) ([]*Certificate, error)"},
1448 {"ParseDERCRL", Func, 0, "func(derBytes []byte) (*pkix.CertificateList, error)"},
1449 {"ParseECPrivateKey", Func, 1, "func(der []byte) (*ecdsa.PrivateKey, error)"},
1450 {"ParseOID", Func, 23, "func(oid string) (OID, error)"},
1451 {"ParsePKCS1PrivateKey", Func, 0, "func(der []byte) (*rsa.PrivateKey, error)"},
1452 {"ParsePKCS1PublicKey", Func, 10, "func(der []byte) (*rsa.PublicKey, error)"},
1453 {"ParsePKCS8PrivateKey", Func, 0, "func(der []byte) (key any, err error)"},
1454 {"ParsePKIXPublicKey", Func, 0, "func(derBytes []byte) (pub any, err error)"},
1455 {"ParseRevocationList", Func, 19, "func(der []byte) (*RevocationList, error)"},
1456 {"PolicyMapping", Type, 24, ""},
1457 {"PolicyMapping.IssuerDomainPolicy", Field, 24, ""},
1458 {"PolicyMapping.SubjectDomainPolicy", Field, 24, ""},
1459 {"PublicKeyAlgorithm", Type, 0, ""},
1460 {"PureEd25519", Const, 13, ""},
1461 {"RSA", Const, 0, ""},
1462 {"RevocationList", Type, 15, ""},
1463 {"RevocationList.AuthorityKeyId", Field, 19, ""},
1464 {"RevocationList.Extensions", Field, 19, ""},
1465 {"RevocationList.ExtraExtensions", Field, 15, ""},
1466 {"RevocationList.Issuer", Field, 19, ""},
1467 {"RevocationList.NextUpdate", Field, 15, ""},
1468 {"RevocationList.Number", Field, 15, ""},
1469 {"RevocationList.Raw", Field, 19, ""},
1470 {"RevocationList.RawIssuer", Field, 19, ""},
1471 {"RevocationList.RawTBSRevocationList", Field, 19, ""},
1472 {"RevocationList.RevokedCertificateEntries", Field, 21, ""},
1473 {"RevocationList.RevokedCertificates", Field, 15, ""},
1474 {"RevocationList.Signature", Field, 19, ""},
1475 {"RevocationList.SignatureAlgorithm", Field, 15, ""},
1476 {"RevocationList.ThisUpdate", Field, 15, ""},
1477 {"RevocationListEntry", Type, 21, ""},
1478 {"RevocationListEntry.Extensions", Field, 21, ""},
1479 {"RevocationListEntry.ExtraExtensions", Field, 21, ""},
1480 {"RevocationListEntry.Raw", Field, 21, ""},
1481 {"RevocationListEntry.ReasonCode", Field, 21, ""},
1482 {"RevocationListEntry.RevocationTime", Field, 21, ""},
1483 {"RevocationListEntry.SerialNumber", Field, 21, ""},
1484 {"SHA1WithRSA", Const, 0, ""},
1485 {"SHA256WithRSA", Const, 0, ""},
1486 {"SHA256WithRSAPSS", Const, 8, ""},
1487 {"SHA384WithRSA", Const, 0, ""},
1488 {"SHA384WithRSAPSS", Const, 8, ""},
1489 {"SHA512WithRSA", Const, 0, ""},
1490 {"SHA512WithRSAPSS", Const, 8, ""},
1491 {"SetFallbackRoots", Func, 20, "func(roots *CertPool)"},
1492 {"SignatureAlgorithm", Type, 0, ""},
1493 {"SystemCertPool", Func, 7, "func() (*CertPool, error)"},
1494 {"SystemRootsError", Type, 1, ""},
1495 {"SystemRootsError.Err", Field, 7, ""},
1496 {"TooManyConstraints", Const, 10, ""},
1497 {"TooManyIntermediates", Const, 0, ""},
1498 {"UnconstrainedName", Const, 10, ""},
1499 {"UnhandledCriticalExtension", Type, 0, ""},
1500 {"UnknownAuthorityError", Type, 0, ""},
1501 {"UnknownAuthorityError.Cert", Field, 8, ""},
1502 {"UnknownPublicKeyAlgorithm", Const, 0, ""},
1503 {"UnknownSignatureAlgorithm", Const, 0, ""},
1504 {"VerifyOptions", Type, 0, ""},
1505 {"VerifyOptions.CertificatePolicies", Field, 24, ""},
1506 {"VerifyOptions.CurrentTime", Field, 0, ""},
1507 {"VerifyOptions.DNSName", Field, 0, ""},
1508 {"VerifyOptions.Intermediates", Field, 0, ""},
1509 {"VerifyOptions.KeyUsages", Field, 1, ""},
1510 {"VerifyOptions.MaxConstraintComparisions", Field, 10, ""},
1511 {"VerifyOptions.Roots", Field, 0, ""},
1512 },
1513 "crypto/x509/pkix": {
1514 {"(*CertificateList).HasExpired", Method, 0, ""},
1515 {"(*Name).FillFromRDNSequence", Method, 0, ""},
1516 {"(Name).String", Method, 10, ""},
1517 {"(Name).ToRDNSequence", Method, 0, ""},
1518 {"(RDNSequence).String", Method, 10, ""},
1519 {"AlgorithmIdentifier", Type, 0, ""},
1520 {"AlgorithmIdentifier.Algorithm", Field, 0, ""},
1521 {"AlgorithmIdentifier.Parameters", Field, 0, ""},
1522 {"AttributeTypeAndValue", Type, 0, ""},
1523 {"AttributeTypeAndValue.Type", Field, 0, ""},
1524 {"AttributeTypeAndValue.Value", Field, 0, ""},
1525 {"AttributeTypeAndValueSET", Type, 3, ""},
1526 {"AttributeTypeAndValueSET.Type", Field, 3, ""},
1527 {"AttributeTypeAndValueSET.Value", Field, 3, ""},
1528 {"CertificateList", Type, 0, ""},
1529 {"CertificateList.SignatureAlgorithm", Field, 0, ""},
1530 {"CertificateList.SignatureValue", Field, 0, ""},
1531 {"CertificateList.TBSCertList", Field, 0, ""},
1532 {"Extension", Type, 0, ""},
1533 {"Extension.Critical", Field, 0, ""},
1534 {"Extension.Id", Field, 0, ""},
1535 {"Extension.Value", Field, 0, ""},
1536 {"Name", Type, 0, ""},
1537 {"Name.CommonName", Field, 0, ""},
1538 {"Name.Country", Field, 0, ""},
1539 {"Name.ExtraNames", Field, 5, ""},
1540 {"Name.Locality", Field, 0, ""},
1541 {"Name.Names", Field, 0, ""},
1542 {"Name.Organization", Field, 0, ""},
1543 {"Name.OrganizationalUnit", Field, 0, ""},
1544 {"Name.PostalCode", Field, 0, ""},
1545 {"Name.Province", Field, 0, ""},
1546 {"Name.SerialNumber", Field, 0, ""},
1547 {"Name.StreetAddress", Field, 0, ""},
1548 {"RDNSequence", Type, 0, ""},
1549 {"RelativeDistinguishedNameSET", Type, 0, ""},
1550 {"RevokedCertificate", Type, 0, ""},
1551 {"RevokedCertificate.Extensions", Field, 0, ""},
1552 {"RevokedCertificate.RevocationTime", Field, 0, ""},
1553 {"RevokedCertificate.SerialNumber", Field, 0, ""},
1554 {"TBSCertificateList", Type, 0, ""},
1555 {"TBSCertificateList.Extensions", Field, 0, ""},
1556 {"TBSCertificateList.Issuer", Field, 0, ""},
1557 {"TBSCertificateList.NextUpdate", Field, 0, ""},
1558 {"TBSCertificateList.Raw", Field, 0, ""},
1559 {"TBSCertificateList.RevokedCertificates", Field, 0, ""},
1560 {"TBSCertificateList.Signature", Field, 0, ""},
1561 {"TBSCertificateList.ThisUpdate", Field, 0, ""},
1562 {"TBSCertificateList.Version", Field, 0, ""},
1563 },
1564 "database/sql": {
1565 {"(*ColumnType).DatabaseTypeName", Method, 8, ""},
1566 {"(*ColumnType).DecimalSize", Method, 8, ""},
1567 {"(*ColumnType).Length", Method, 8, ""},
1568 {"(*ColumnType).Name", Method, 8, ""},
1569 {"(*ColumnType).Nullable", Method, 8, ""},
1570 {"(*ColumnType).ScanType", Method, 8, ""},
1571 {"(*Conn).BeginTx", Method, 9, ""},
1572 {"(*Conn).Close", Method, 9, ""},
1573 {"(*Conn).ExecContext", Method, 9, ""},
1574 {"(*Conn).PingContext", Method, 9, ""},
1575 {"(*Conn).PrepareContext", Method, 9, ""},
1576 {"(*Conn).QueryContext", Method, 9, ""},
1577 {"(*Conn).QueryRowContext", Method, 9, ""},
1578 {"(*Conn).Raw", Method, 13, ""},
1579 {"(*DB).Begin", Method, 0, ""},
1580 {"(*DB).BeginTx", Method, 8, ""},
1581 {"(*DB).Close", Method, 0, ""},
1582 {"(*DB).Conn", Method, 9, ""},
1583 {"(*DB).Driver", Method, 0, ""},
1584 {"(*DB).Exec", Method, 0, ""},
1585 {"(*DB).ExecContext", Method, 8, ""},
1586 {"(*DB).Ping", Method, 1, ""},
1587 {"(*DB).PingContext", Method, 8, ""},
1588 {"(*DB).Prepare", Method, 0, ""},
1589 {"(*DB).PrepareContext", Method, 8, ""},
1590 {"(*DB).Query", Method, 0, ""},
1591 {"(*DB).QueryContext", Method, 8, ""},
1592 {"(*DB).QueryRow", Method, 0, ""},
1593 {"(*DB).QueryRowContext", Method, 8, ""},
1594 {"(*DB).SetConnMaxIdleTime", Method, 15, ""},
1595 {"(*DB).SetConnMaxLifetime", Method, 6, ""},
1596 {"(*DB).SetMaxIdleConns", Method, 1, ""},
1597 {"(*DB).SetMaxOpenConns", Method, 2, ""},
1598 {"(*DB).Stats", Method, 5, ""},
1599 {"(*Null).Scan", Method, 22, ""},
1600 {"(*NullBool).Scan", Method, 0, ""},
1601 {"(*NullByte).Scan", Method, 17, ""},
1602 {"(*NullFloat64).Scan", Method, 0, ""},
1603 {"(*NullInt16).Scan", Method, 17, ""},
1604 {"(*NullInt32).Scan", Method, 13, ""},
1605 {"(*NullInt64).Scan", Method, 0, ""},
1606 {"(*NullString).Scan", Method, 0, ""},
1607 {"(*NullTime).Scan", Method, 13, ""},
1608 {"(*Row).Err", Method, 15, ""},
1609 {"(*Row).Scan", Method, 0, ""},
1610 {"(*Rows).Close", Method, 0, ""},
1611 {"(*Rows).ColumnTypes", Method, 8, ""},
1612 {"(*Rows).Columns", Method, 0, ""},
1613 {"(*Rows).Err", Method, 0, ""},
1614 {"(*Rows).Next", Method, 0, ""},
1615 {"(*Rows).NextResultSet", Method, 8, ""},
1616 {"(*Rows).Scan", Method, 0, ""},
1617 {"(*Stmt).Close", Method, 0, ""},
1618 {"(*Stmt).Exec", Method, 0, ""},
1619 {"(*Stmt).ExecContext", Method, 8, ""},
1620 {"(*Stmt).Query", Method, 0, ""},
1621 {"(*Stmt).QueryContext", Method, 8, ""},
1622 {"(*Stmt).QueryRow", Method, 0, ""},
1623 {"(*Stmt).QueryRowContext", Method, 8, ""},
1624 {"(*Tx).Commit", Method, 0, ""},
1625 {"(*Tx).Exec", Method, 0, ""},
1626 {"(*Tx).ExecContext", Method, 8, ""},
1627 {"(*Tx).Prepare", Method, 0, ""},
1628 {"(*Tx).PrepareContext", Method, 8, ""},
1629 {"(*Tx).Query", Method, 0, ""},
1630 {"(*Tx).QueryContext", Method, 8, ""},
1631 {"(*Tx).QueryRow", Method, 0, ""},
1632 {"(*Tx).QueryRowContext", Method, 8, ""},
1633 {"(*Tx).Rollback", Method, 0, ""},
1634 {"(*Tx).Stmt", Method, 0, ""},
1635 {"(*Tx).StmtContext", Method, 8, ""},
1636 {"(IsolationLevel).String", Method, 11, ""},
1637 {"(Null).Value", Method, 22, ""},
1638 {"(NullBool).Value", Method, 0, ""},
1639 {"(NullByte).Value", Method, 17, ""},
1640 {"(NullFloat64).Value", Method, 0, ""},
1641 {"(NullInt16).Value", Method, 17, ""},
1642 {"(NullInt32).Value", Method, 13, ""},
1643 {"(NullInt64).Value", Method, 0, ""},
1644 {"(NullString).Value", Method, 0, ""},
1645 {"(NullTime).Value", Method, 13, ""},
1646 {"(Result).LastInsertId", Method, 0, ""},
1647 {"(Result).RowsAffected", Method, 0, ""},
1648 {"(Scanner).Scan", Method, 0, ""},
1649 {"ColumnType", Type, 8, ""},
1650 {"Conn", Type, 9, ""},
1651 {"DB", Type, 0, ""},
1652 {"DBStats", Type, 5, ""},
1653 {"DBStats.Idle", Field, 11, ""},
1654 {"DBStats.InUse", Field, 11, ""},
1655 {"DBStats.MaxIdleClosed", Field, 11, ""},
1656 {"DBStats.MaxIdleTimeClosed", Field, 15, ""},
1657 {"DBStats.MaxLifetimeClosed", Field, 11, ""},
1658 {"DBStats.MaxOpenConnections", Field, 11, ""},
1659 {"DBStats.OpenConnections", Field, 5, ""},
1660 {"DBStats.WaitCount", Field, 11, ""},
1661 {"DBStats.WaitDuration", Field, 11, ""},
1662 {"Drivers", Func, 4, "func() []string"},
1663 {"ErrConnDone", Var, 9, ""},
1664 {"ErrNoRows", Var, 0, ""},
1665 {"ErrTxDone", Var, 0, ""},
1666 {"IsolationLevel", Type, 8, ""},
1667 {"LevelDefault", Const, 8, ""},
1668 {"LevelLinearizable", Const, 8, ""},
1669 {"LevelReadCommitted", Const, 8, ""},
1670 {"LevelReadUncommitted", Const, 8, ""},
1671 {"LevelRepeatableRead", Const, 8, ""},
1672 {"LevelSerializable", Const, 8, ""},
1673 {"LevelSnapshot", Const, 8, ""},
1674 {"LevelWriteCommitted", Const, 8, ""},
1675 {"Named", Func, 8, "func(name string, value any) NamedArg"},
1676 {"NamedArg", Type, 8, ""},
1677 {"NamedArg.Name", Field, 8, ""},
1678 {"NamedArg.Value", Field, 8, ""},
1679 {"Null", Type, 22, ""},
1680 {"NullBool", Type, 0, ""},
1681 {"NullBool.Bool", Field, 0, ""},
1682 {"NullBool.Valid", Field, 0, ""},
1683 {"NullByte", Type, 17, ""},
1684 {"NullByte.Byte", Field, 17, ""},
1685 {"NullByte.Valid", Field, 17, ""},
1686 {"NullFloat64", Type, 0, ""},
1687 {"NullFloat64.Float64", Field, 0, ""},
1688 {"NullFloat64.Valid", Field, 0, ""},
1689 {"NullInt16", Type, 17, ""},
1690 {"NullInt16.Int16", Field, 17, ""},
1691 {"NullInt16.Valid", Field, 17, ""},
1692 {"NullInt32", Type, 13, ""},
1693 {"NullInt32.Int32", Field, 13, ""},
1694 {"NullInt32.Valid", Field, 13, ""},
1695 {"NullInt64", Type, 0, ""},
1696 {"NullInt64.Int64", Field, 0, ""},
1697 {"NullInt64.Valid", Field, 0, ""},
1698 {"NullString", Type, 0, ""},
1699 {"NullString.String", Field, 0, ""},
1700 {"NullString.Valid", Field, 0, ""},
1701 {"NullTime", Type, 13, ""},
1702 {"NullTime.Time", Field, 13, ""},
1703 {"NullTime.Valid", Field, 13, ""},
1704 {"Open", Func, 0, "func(driverName string, dataSourceName string) (*DB, error)"},
1705 {"OpenDB", Func, 10, "func(c driver.Connector) *DB"},
1706 {"Out", Type, 9, ""},
1707 {"Out.Dest", Field, 9, ""},
1708 {"Out.In", Field, 9, ""},
1709 {"RawBytes", Type, 0, ""},
1710 {"Register", Func, 0, "func(name string, driver driver.Driver)"},
1711 {"Result", Type, 0, ""},
1712 {"Row", Type, 0, ""},
1713 {"Rows", Type, 0, ""},
1714 {"Scanner", Type, 0, ""},
1715 {"Stmt", Type, 0, ""},
1716 {"Tx", Type, 0, ""},
1717 {"TxOptions", Type, 8, ""},
1718 {"TxOptions.Isolation", Field, 8, ""},
1719 {"TxOptions.ReadOnly", Field, 8, ""},
1720 },
1721 "database/sql/driver": {
1722 {"(ColumnConverter).ColumnConverter", Method, 0, ""},
1723 {"(Conn).Begin", Method, 0, ""},
1724 {"(Conn).Close", Method, 0, ""},
1725 {"(Conn).Prepare", Method, 0, ""},
1726 {"(ConnBeginTx).BeginTx", Method, 8, ""},
1727 {"(ConnPrepareContext).PrepareContext", Method, 8, ""},
1728 {"(Connector).Connect", Method, 10, ""},
1729 {"(Connector).Driver", Method, 10, ""},
1730 {"(Driver).Open", Method, 0, ""},
1731 {"(DriverContext).OpenConnector", Method, 10, ""},
1732 {"(Execer).Exec", Method, 0, ""},
1733 {"(ExecerContext).ExecContext", Method, 8, ""},
1734 {"(NamedValueChecker).CheckNamedValue", Method, 9, ""},
1735 {"(NotNull).ConvertValue", Method, 0, ""},
1736 {"(Null).ConvertValue", Method, 0, ""},
1737 {"(Pinger).Ping", Method, 8, ""},
1738 {"(Queryer).Query", Method, 1, ""},
1739 {"(QueryerContext).QueryContext", Method, 8, ""},
1740 {"(Result).LastInsertId", Method, 0, ""},
1741 {"(Result).RowsAffected", Method, 0, ""},
1742 {"(Rows).Close", Method, 0, ""},
1743 {"(Rows).Columns", Method, 0, ""},
1744 {"(Rows).Next", Method, 0, ""},
1745 {"(RowsAffected).LastInsertId", Method, 0, ""},
1746 {"(RowsAffected).RowsAffected", Method, 0, ""},
1747 {"(RowsColumnTypeDatabaseTypeName).Close", Method, 8, ""},
1748 {"(RowsColumnTypeDatabaseTypeName).ColumnTypeDatabaseTypeName", Method, 8, ""},
1749 {"(RowsColumnTypeDatabaseTypeName).Columns", Method, 8, ""},
1750 {"(RowsColumnTypeDatabaseTypeName).Next", Method, 8, ""},
1751 {"(RowsColumnTypeLength).Close", Method, 8, ""},
1752 {"(RowsColumnTypeLength).ColumnTypeLength", Method, 8, ""},
1753 {"(RowsColumnTypeLength).Columns", Method, 8, ""},
1754 {"(RowsColumnTypeLength).Next", Method, 8, ""},
1755 {"(RowsColumnTypeNullable).Close", Method, 8, ""},
1756 {"(RowsColumnTypeNullable).ColumnTypeNullable", Method, 8, ""},
1757 {"(RowsColumnTypeNullable).Columns", Method, 8, ""},
1758 {"(RowsColumnTypeNullable).Next", Method, 8, ""},
1759 {"(RowsColumnTypePrecisionScale).Close", Method, 8, ""},
1760 {"(RowsColumnTypePrecisionScale).ColumnTypePrecisionScale", Method, 8, ""},
1761 {"(RowsColumnTypePrecisionScale).Columns", Method, 8, ""},
1762 {"(RowsColumnTypePrecisionScale).Next", Method, 8, ""},
1763 {"(RowsColumnTypeScanType).Close", Method, 8, ""},
1764 {"(RowsColumnTypeScanType).ColumnTypeScanType", Method, 8, ""},
1765 {"(RowsColumnTypeScanType).Columns", Method, 8, ""},
1766 {"(RowsColumnTypeScanType).Next", Method, 8, ""},
1767 {"(RowsNextResultSet).Close", Method, 8, ""},
1768 {"(RowsNextResultSet).Columns", Method, 8, ""},
1769 {"(RowsNextResultSet).HasNextResultSet", Method, 8, ""},
1770 {"(RowsNextResultSet).Next", Method, 8, ""},
1771 {"(RowsNextResultSet).NextResultSet", Method, 8, ""},
1772 {"(SessionResetter).ResetSession", Method, 10, ""},
1773 {"(Stmt).Close", Method, 0, ""},
1774 {"(Stmt).Exec", Method, 0, ""},
1775 {"(Stmt).NumInput", Method, 0, ""},
1776 {"(Stmt).Query", Method, 0, ""},
1777 {"(StmtExecContext).ExecContext", Method, 8, ""},
1778 {"(StmtQueryContext).QueryContext", Method, 8, ""},
1779 {"(Tx).Commit", Method, 0, ""},
1780 {"(Tx).Rollback", Method, 0, ""},
1781 {"(Validator).IsValid", Method, 15, ""},
1782 {"(ValueConverter).ConvertValue", Method, 0, ""},
1783 {"(Valuer).Value", Method, 0, ""},
1784 {"Bool", Var, 0, ""},
1785 {"ColumnConverter", Type, 0, ""},
1786 {"Conn", Type, 0, ""},
1787 {"ConnBeginTx", Type, 8, ""},
1788 {"ConnPrepareContext", Type, 8, ""},
1789 {"Connector", Type, 10, ""},
1790 {"DefaultParameterConverter", Var, 0, ""},
1791 {"Driver", Type, 0, ""},
1792 {"DriverContext", Type, 10, ""},
1793 {"ErrBadConn", Var, 0, ""},
1794 {"ErrRemoveArgument", Var, 9, ""},
1795 {"ErrSkip", Var, 0, ""},
1796 {"Execer", Type, 0, ""},
1797 {"ExecerContext", Type, 8, ""},
1798 {"Int32", Var, 0, ""},
1799 {"IsScanValue", Func, 0, "func(v any) bool"},
1800 {"IsValue", Func, 0, "func(v any) bool"},
1801 {"IsolationLevel", Type, 8, ""},
1802 {"NamedValue", Type, 8, ""},
1803 {"NamedValue.Name", Field, 8, ""},
1804 {"NamedValue.Ordinal", Field, 8, ""},
1805 {"NamedValue.Value", Field, 8, ""},
1806 {"NamedValueChecker", Type, 9, ""},
1807 {"NotNull", Type, 0, ""},
1808 {"NotNull.Converter", Field, 0, ""},
1809 {"Null", Type, 0, ""},
1810 {"Null.Converter", Field, 0, ""},
1811 {"Pinger", Type, 8, ""},
1812 {"Queryer", Type, 1, ""},
1813 {"QueryerContext", Type, 8, ""},
1814 {"Result", Type, 0, ""},
1815 {"ResultNoRows", Var, 0, ""},
1816 {"Rows", Type, 0, ""},
1817 {"RowsAffected", Type, 0, ""},
1818 {"RowsColumnTypeDatabaseTypeName", Type, 8, ""},
1819 {"RowsColumnTypeLength", Type, 8, ""},
1820 {"RowsColumnTypeNullable", Type, 8, ""},
1821 {"RowsColumnTypePrecisionScale", Type, 8, ""},
1822 {"RowsColumnTypeScanType", Type, 8, ""},
1823 {"RowsNextResultSet", Type, 8, ""},
1824 {"SessionResetter", Type, 10, ""},
1825 {"Stmt", Type, 0, ""},
1826 {"StmtExecContext", Type, 8, ""},
1827 {"StmtQueryContext", Type, 8, ""},
1828 {"String", Var, 0, ""},
1829 {"Tx", Type, 0, ""},
1830 {"TxOptions", Type, 8, ""},
1831 {"TxOptions.Isolation", Field, 8, ""},
1832 {"TxOptions.ReadOnly", Field, 8, ""},
1833 {"Validator", Type, 15, ""},
1834 {"Value", Type, 0, ""},
1835 {"ValueConverter", Type, 0, ""},
1836 {"Valuer", Type, 0, ""},
1837 },
1838 "debug/buildinfo": {
1839 {"BuildInfo", Type, 18, ""},
1840 {"Read", Func, 18, "func(r io.ReaderAt) (*BuildInfo, error)"},
1841 {"ReadFile", Func, 18, "func(name string) (info *BuildInfo, err error)"},
1842 },
1843 "debug/dwarf": {
1844 {"(*AddrType).Basic", Method, 0, ""},
1845 {"(*AddrType).Common", Method, 0, ""},
1846 {"(*AddrType).Size", Method, 0, ""},
1847 {"(*AddrType).String", Method, 0, ""},
1848 {"(*ArrayType).Common", Method, 0, ""},
1849 {"(*ArrayType).Size", Method, 0, ""},
1850 {"(*ArrayType).String", Method, 0, ""},
1851 {"(*BasicType).Basic", Method, 0, ""},
1852 {"(*BasicType).Common", Method, 0, ""},
1853 {"(*BasicType).Size", Method, 0, ""},
1854 {"(*BasicType).String", Method, 0, ""},
1855 {"(*BoolType).Basic", Method, 0, ""},
1856 {"(*BoolType).Common", Method, 0, ""},
1857 {"(*BoolType).Size", Method, 0, ""},
1858 {"(*BoolType).String", Method, 0, ""},
1859 {"(*CharType).Basic", Method, 0, ""},
1860 {"(*CharType).Common", Method, 0, ""},
1861 {"(*CharType).Size", Method, 0, ""},
1862 {"(*CharType).String", Method, 0, ""},
1863 {"(*CommonType).Common", Method, 0, ""},
1864 {"(*CommonType).Size", Method, 0, ""},
1865 {"(*ComplexType).Basic", Method, 0, ""},
1866 {"(*ComplexType).Common", Method, 0, ""},
1867 {"(*ComplexType).Size", Method, 0, ""},
1868 {"(*ComplexType).String", Method, 0, ""},
1869 {"(*Data).AddSection", Method, 14, ""},
1870 {"(*Data).AddTypes", Method, 3, ""},
1871 {"(*Data).LineReader", Method, 5, ""},
1872 {"(*Data).Ranges", Method, 7, ""},
1873 {"(*Data).Reader", Method, 0, ""},
1874 {"(*Data).Type", Method, 0, ""},
1875 {"(*DotDotDotType).Common", Method, 0, ""},
1876 {"(*DotDotDotType).Size", Method, 0, ""},
1877 {"(*DotDotDotType).String", Method, 0, ""},
1878 {"(*Entry).AttrField", Method, 5, ""},
1879 {"(*Entry).Val", Method, 0, ""},
1880 {"(*EnumType).Common", Method, 0, ""},
1881 {"(*EnumType).Size", Method, 0, ""},
1882 {"(*EnumType).String", Method, 0, ""},
1883 {"(*FloatType).Basic", Method, 0, ""},
1884 {"(*FloatType).Common", Method, 0, ""},
1885 {"(*FloatType).Size", Method, 0, ""},
1886 {"(*FloatType).String", Method, 0, ""},
1887 {"(*FuncType).Common", Method, 0, ""},
1888 {"(*FuncType).Size", Method, 0, ""},
1889 {"(*FuncType).String", Method, 0, ""},
1890 {"(*IntType).Basic", Method, 0, ""},
1891 {"(*IntType).Common", Method, 0, ""},
1892 {"(*IntType).Size", Method, 0, ""},
1893 {"(*IntType).String", Method, 0, ""},
1894 {"(*LineReader).Files", Method, 14, ""},
1895 {"(*LineReader).Next", Method, 5, ""},
1896 {"(*LineReader).Reset", Method, 5, ""},
1897 {"(*LineReader).Seek", Method, 5, ""},
1898 {"(*LineReader).SeekPC", Method, 5, ""},
1899 {"(*LineReader).Tell", Method, 5, ""},
1900 {"(*PtrType).Common", Method, 0, ""},
1901 {"(*PtrType).Size", Method, 0, ""},
1902 {"(*PtrType).String", Method, 0, ""},
1903 {"(*QualType).Common", Method, 0, ""},
1904 {"(*QualType).Size", Method, 0, ""},
1905 {"(*QualType).String", Method, 0, ""},
1906 {"(*Reader).AddressSize", Method, 5, ""},
1907 {"(*Reader).ByteOrder", Method, 14, ""},
1908 {"(*Reader).Next", Method, 0, ""},
1909 {"(*Reader).Seek", Method, 0, ""},
1910 {"(*Reader).SeekPC", Method, 7, ""},
1911 {"(*Reader).SkipChildren", Method, 0, ""},
1912 {"(*StructType).Common", Method, 0, ""},
1913 {"(*StructType).Defn", Method, 0, ""},
1914 {"(*StructType).Size", Method, 0, ""},
1915 {"(*StructType).String", Method, 0, ""},
1916 {"(*TypedefType).Common", Method, 0, ""},
1917 {"(*TypedefType).Size", Method, 0, ""},
1918 {"(*TypedefType).String", Method, 0, ""},
1919 {"(*UcharType).Basic", Method, 0, ""},
1920 {"(*UcharType).Common", Method, 0, ""},
1921 {"(*UcharType).Size", Method, 0, ""},
1922 {"(*UcharType).String", Method, 0, ""},
1923 {"(*UintType).Basic", Method, 0, ""},
1924 {"(*UintType).Common", Method, 0, ""},
1925 {"(*UintType).Size", Method, 0, ""},
1926 {"(*UintType).String", Method, 0, ""},
1927 {"(*UnspecifiedType).Basic", Method, 4, ""},
1928 {"(*UnspecifiedType).Common", Method, 4, ""},
1929 {"(*UnspecifiedType).Size", Method, 4, ""},
1930 {"(*UnspecifiedType).String", Method, 4, ""},
1931 {"(*UnsupportedType).Common", Method, 13, ""},
1932 {"(*UnsupportedType).Size", Method, 13, ""},
1933 {"(*UnsupportedType).String", Method, 13, ""},
1934 {"(*VoidType).Common", Method, 0, ""},
1935 {"(*VoidType).Size", Method, 0, ""},
1936 {"(*VoidType).String", Method, 0, ""},
1937 {"(Attr).GoString", Method, 0, ""},
1938 {"(Attr).String", Method, 0, ""},
1939 {"(Class).GoString", Method, 5, ""},
1940 {"(Class).String", Method, 5, ""},
1941 {"(DecodeError).Error", Method, 0, ""},
1942 {"(Tag).GoString", Method, 0, ""},
1943 {"(Tag).String", Method, 0, ""},
1944 {"(Type).Common", Method, 0, ""},
1945 {"(Type).Size", Method, 0, ""},
1946 {"(Type).String", Method, 0, ""},
1947 {"AddrType", Type, 0, ""},
1948 {"AddrType.BasicType", Field, 0, ""},
1949 {"ArrayType", Type, 0, ""},
1950 {"ArrayType.CommonType", Field, 0, ""},
1951 {"ArrayType.Count", Field, 0, ""},
1952 {"ArrayType.StrideBitSize", Field, 0, ""},
1953 {"ArrayType.Type", Field, 0, ""},
1954 {"Attr", Type, 0, ""},
1955 {"AttrAbstractOrigin", Const, 0, ""},
1956 {"AttrAccessibility", Const, 0, ""},
1957 {"AttrAddrBase", Const, 14, ""},
1958 {"AttrAddrClass", Const, 0, ""},
1959 {"AttrAlignment", Const, 14, ""},
1960 {"AttrAllocated", Const, 0, ""},
1961 {"AttrArtificial", Const, 0, ""},
1962 {"AttrAssociated", Const, 0, ""},
1963 {"AttrBaseTypes", Const, 0, ""},
1964 {"AttrBinaryScale", Const, 14, ""},
1965 {"AttrBitOffset", Const, 0, ""},
1966 {"AttrBitSize", Const, 0, ""},
1967 {"AttrByteSize", Const, 0, ""},
1968 {"AttrCallAllCalls", Const, 14, ""},
1969 {"AttrCallAllSourceCalls", Const, 14, ""},
1970 {"AttrCallAllTailCalls", Const, 14, ""},
1971 {"AttrCallColumn", Const, 0, ""},
1972 {"AttrCallDataLocation", Const, 14, ""},
1973 {"AttrCallDataValue", Const, 14, ""},
1974 {"AttrCallFile", Const, 0, ""},
1975 {"AttrCallLine", Const, 0, ""},
1976 {"AttrCallOrigin", Const, 14, ""},
1977 {"AttrCallPC", Const, 14, ""},
1978 {"AttrCallParameter", Const, 14, ""},
1979 {"AttrCallReturnPC", Const, 14, ""},
1980 {"AttrCallTailCall", Const, 14, ""},
1981 {"AttrCallTarget", Const, 14, ""},
1982 {"AttrCallTargetClobbered", Const, 14, ""},
1983 {"AttrCallValue", Const, 14, ""},
1984 {"AttrCalling", Const, 0, ""},
1985 {"AttrCommonRef", Const, 0, ""},
1986 {"AttrCompDir", Const, 0, ""},
1987 {"AttrConstExpr", Const, 14, ""},
1988 {"AttrConstValue", Const, 0, ""},
1989 {"AttrContainingType", Const, 0, ""},
1990 {"AttrCount", Const, 0, ""},
1991 {"AttrDataBitOffset", Const, 14, ""},
1992 {"AttrDataLocation", Const, 0, ""},
1993 {"AttrDataMemberLoc", Const, 0, ""},
1994 {"AttrDecimalScale", Const, 14, ""},
1995 {"AttrDecimalSign", Const, 14, ""},
1996 {"AttrDeclColumn", Const, 0, ""},
1997 {"AttrDeclFile", Const, 0, ""},
1998 {"AttrDeclLine", Const, 0, ""},
1999 {"AttrDeclaration", Const, 0, ""},
2000 {"AttrDefaultValue", Const, 0, ""},
2001 {"AttrDefaulted", Const, 14, ""},
2002 {"AttrDeleted", Const, 14, ""},
2003 {"AttrDescription", Const, 0, ""},
2004 {"AttrDigitCount", Const, 14, ""},
2005 {"AttrDiscr", Const, 0, ""},
2006 {"AttrDiscrList", Const, 0, ""},
2007 {"AttrDiscrValue", Const, 0, ""},
2008 {"AttrDwoName", Const, 14, ""},
2009 {"AttrElemental", Const, 14, ""},
2010 {"AttrEncoding", Const, 0, ""},
2011 {"AttrEndianity", Const, 14, ""},
2012 {"AttrEntrypc", Const, 0, ""},
2013 {"AttrEnumClass", Const, 14, ""},
2014 {"AttrExplicit", Const, 14, ""},
2015 {"AttrExportSymbols", Const, 14, ""},
2016 {"AttrExtension", Const, 0, ""},
2017 {"AttrExternal", Const, 0, ""},
2018 {"AttrFrameBase", Const, 0, ""},
2019 {"AttrFriend", Const, 0, ""},
2020 {"AttrHighpc", Const, 0, ""},
2021 {"AttrIdentifierCase", Const, 0, ""},
2022 {"AttrImport", Const, 0, ""},
2023 {"AttrInline", Const, 0, ""},
2024 {"AttrIsOptional", Const, 0, ""},
2025 {"AttrLanguage", Const, 0, ""},
2026 {"AttrLinkageName", Const, 14, ""},
2027 {"AttrLocation", Const, 0, ""},
2028 {"AttrLoclistsBase", Const, 14, ""},
2029 {"AttrLowerBound", Const, 0, ""},
2030 {"AttrLowpc", Const, 0, ""},
2031 {"AttrMacroInfo", Const, 0, ""},
2032 {"AttrMacros", Const, 14, ""},
2033 {"AttrMainSubprogram", Const, 14, ""},
2034 {"AttrMutable", Const, 14, ""},
2035 {"AttrName", Const, 0, ""},
2036 {"AttrNamelistItem", Const, 0, ""},
2037 {"AttrNoreturn", Const, 14, ""},
2038 {"AttrObjectPointer", Const, 14, ""},
2039 {"AttrOrdering", Const, 0, ""},
2040 {"AttrPictureString", Const, 14, ""},
2041 {"AttrPriority", Const, 0, ""},
2042 {"AttrProducer", Const, 0, ""},
2043 {"AttrPrototyped", Const, 0, ""},
2044 {"AttrPure", Const, 14, ""},
2045 {"AttrRanges", Const, 0, ""},
2046 {"AttrRank", Const, 14, ""},
2047 {"AttrRecursive", Const, 14, ""},
2048 {"AttrReference", Const, 14, ""},
2049 {"AttrReturnAddr", Const, 0, ""},
2050 {"AttrRnglistsBase", Const, 14, ""},
2051 {"AttrRvalueReference", Const, 14, ""},
2052 {"AttrSegment", Const, 0, ""},
2053 {"AttrSibling", Const, 0, ""},
2054 {"AttrSignature", Const, 14, ""},
2055 {"AttrSmall", Const, 14, ""},
2056 {"AttrSpecification", Const, 0, ""},
2057 {"AttrStartScope", Const, 0, ""},
2058 {"AttrStaticLink", Const, 0, ""},
2059 {"AttrStmtList", Const, 0, ""},
2060 {"AttrStrOffsetsBase", Const, 14, ""},
2061 {"AttrStride", Const, 0, ""},
2062 {"AttrStrideSize", Const, 0, ""},
2063 {"AttrStringLength", Const, 0, ""},
2064 {"AttrStringLengthBitSize", Const, 14, ""},
2065 {"AttrStringLengthByteSize", Const, 14, ""},
2066 {"AttrThreadsScaled", Const, 14, ""},
2067 {"AttrTrampoline", Const, 0, ""},
2068 {"AttrType", Const, 0, ""},
2069 {"AttrUpperBound", Const, 0, ""},
2070 {"AttrUseLocation", Const, 0, ""},
2071 {"AttrUseUTF8", Const, 0, ""},
2072 {"AttrVarParam", Const, 0, ""},
2073 {"AttrVirtuality", Const, 0, ""},
2074 {"AttrVisibility", Const, 0, ""},
2075 {"AttrVtableElemLoc", Const, 0, ""},
2076 {"BasicType", Type, 0, ""},
2077 {"BasicType.BitOffset", Field, 0, ""},
2078 {"BasicType.BitSize", Field, 0, ""},
2079 {"BasicType.CommonType", Field, 0, ""},
2080 {"BasicType.DataBitOffset", Field, 18, ""},
2081 {"BoolType", Type, 0, ""},
2082 {"BoolType.BasicType", Field, 0, ""},
2083 {"CharType", Type, 0, ""},
2084 {"CharType.BasicType", Field, 0, ""},
2085 {"Class", Type, 5, ""},
2086 {"ClassAddrPtr", Const, 14, ""},
2087 {"ClassAddress", Const, 5, ""},
2088 {"ClassBlock", Const, 5, ""},
2089 {"ClassConstant", Const, 5, ""},
2090 {"ClassExprLoc", Const, 5, ""},
2091 {"ClassFlag", Const, 5, ""},
2092 {"ClassLinePtr", Const, 5, ""},
2093 {"ClassLocList", Const, 14, ""},
2094 {"ClassLocListPtr", Const, 5, ""},
2095 {"ClassMacPtr", Const, 5, ""},
2096 {"ClassRangeListPtr", Const, 5, ""},
2097 {"ClassReference", Const, 5, ""},
2098 {"ClassReferenceAlt", Const, 5, ""},
2099 {"ClassReferenceSig", Const, 5, ""},
2100 {"ClassRngList", Const, 14, ""},
2101 {"ClassRngListsPtr", Const, 14, ""},
2102 {"ClassStrOffsetsPtr", Const, 14, ""},
2103 {"ClassString", Const, 5, ""},
2104 {"ClassStringAlt", Const, 5, ""},
2105 {"ClassUnknown", Const, 6, ""},
2106 {"CommonType", Type, 0, ""},
2107 {"CommonType.ByteSize", Field, 0, ""},
2108 {"CommonType.Name", Field, 0, ""},
2109 {"ComplexType", Type, 0, ""},
2110 {"ComplexType.BasicType", Field, 0, ""},
2111 {"Data", Type, 0, ""},
2112 {"DecodeError", Type, 0, ""},
2113 {"DecodeError.Err", Field, 0, ""},
2114 {"DecodeError.Name", Field, 0, ""},
2115 {"DecodeError.Offset", Field, 0, ""},
2116 {"DotDotDotType", Type, 0, ""},
2117 {"DotDotDotType.CommonType", Field, 0, ""},
2118 {"Entry", Type, 0, ""},
2119 {"Entry.Children", Field, 0, ""},
2120 {"Entry.Field", Field, 0, ""},
2121 {"Entry.Offset", Field, 0, ""},
2122 {"Entry.Tag", Field, 0, ""},
2123 {"EnumType", Type, 0, ""},
2124 {"EnumType.CommonType", Field, 0, ""},
2125 {"EnumType.EnumName", Field, 0, ""},
2126 {"EnumType.Val", Field, 0, ""},
2127 {"EnumValue", Type, 0, ""},
2128 {"EnumValue.Name", Field, 0, ""},
2129 {"EnumValue.Val", Field, 0, ""},
2130 {"ErrUnknownPC", Var, 5, ""},
2131 {"Field", Type, 0, ""},
2132 {"Field.Attr", Field, 0, ""},
2133 {"Field.Class", Field, 5, ""},
2134 {"Field.Val", Field, 0, ""},
2135 {"FloatType", Type, 0, ""},
2136 {"FloatType.BasicType", Field, 0, ""},
2137 {"FuncType", Type, 0, ""},
2138 {"FuncType.CommonType", Field, 0, ""},
2139 {"FuncType.ParamType", Field, 0, ""},
2140 {"FuncType.ReturnType", Field, 0, ""},
2141 {"IntType", Type, 0, ""},
2142 {"IntType.BasicType", Field, 0, ""},
2143 {"LineEntry", Type, 5, ""},
2144 {"LineEntry.Address", Field, 5, ""},
2145 {"LineEntry.BasicBlock", Field, 5, ""},
2146 {"LineEntry.Column", Field, 5, ""},
2147 {"LineEntry.Discriminator", Field, 5, ""},
2148 {"LineEntry.EndSequence", Field, 5, ""},
2149 {"LineEntry.EpilogueBegin", Field, 5, ""},
2150 {"LineEntry.File", Field, 5, ""},
2151 {"LineEntry.ISA", Field, 5, ""},
2152 {"LineEntry.IsStmt", Field, 5, ""},
2153 {"LineEntry.Line", Field, 5, ""},
2154 {"LineEntry.OpIndex", Field, 5, ""},
2155 {"LineEntry.PrologueEnd", Field, 5, ""},
2156 {"LineFile", Type, 5, ""},
2157 {"LineFile.Length", Field, 5, ""},
2158 {"LineFile.Mtime", Field, 5, ""},
2159 {"LineFile.Name", Field, 5, ""},
2160 {"LineReader", Type, 5, ""},
2161 {"LineReaderPos", Type, 5, ""},
2162 {"New", Func, 0, "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*Data, error)"},
2163 {"Offset", Type, 0, ""},
2164 {"PtrType", Type, 0, ""},
2165 {"PtrType.CommonType", Field, 0, ""},
2166 {"PtrType.Type", Field, 0, ""},
2167 {"QualType", Type, 0, ""},
2168 {"QualType.CommonType", Field, 0, ""},
2169 {"QualType.Qual", Field, 0, ""},
2170 {"QualType.Type", Field, 0, ""},
2171 {"Reader", Type, 0, ""},
2172 {"StructField", Type, 0, ""},
2173 {"StructField.BitOffset", Field, 0, ""},
2174 {"StructField.BitSize", Field, 0, ""},
2175 {"StructField.ByteOffset", Field, 0, ""},
2176 {"StructField.ByteSize", Field, 0, ""},
2177 {"StructField.DataBitOffset", Field, 18, ""},
2178 {"StructField.Name", Field, 0, ""},
2179 {"StructField.Type", Field, 0, ""},
2180 {"StructType", Type, 0, ""},
2181 {"StructType.CommonType", Field, 0, ""},
2182 {"StructType.Field", Field, 0, ""},
2183 {"StructType.Incomplete", Field, 0, ""},
2184 {"StructType.Kind", Field, 0, ""},
2185 {"StructType.StructName", Field, 0, ""},
2186 {"Tag", Type, 0, ""},
2187 {"TagAccessDeclaration", Const, 0, ""},
2188 {"TagArrayType", Const, 0, ""},
2189 {"TagAtomicType", Const, 14, ""},
2190 {"TagBaseType", Const, 0, ""},
2191 {"TagCallSite", Const, 14, ""},
2192 {"TagCallSiteParameter", Const, 14, ""},
2193 {"TagCatchDwarfBlock", Const, 0, ""},
2194 {"TagClassType", Const, 0, ""},
2195 {"TagCoarrayType", Const, 14, ""},
2196 {"TagCommonDwarfBlock", Const, 0, ""},
2197 {"TagCommonInclusion", Const, 0, ""},
2198 {"TagCompileUnit", Const, 0, ""},
2199 {"TagCondition", Const, 3, ""},
2200 {"TagConstType", Const, 0, ""},
2201 {"TagConstant", Const, 0, ""},
2202 {"TagDwarfProcedure", Const, 0, ""},
2203 {"TagDynamicType", Const, 14, ""},
2204 {"TagEntryPoint", Const, 0, ""},
2205 {"TagEnumerationType", Const, 0, ""},
2206 {"TagEnumerator", Const, 0, ""},
2207 {"TagFileType", Const, 0, ""},
2208 {"TagFormalParameter", Const, 0, ""},
2209 {"TagFriend", Const, 0, ""},
2210 {"TagGenericSubrange", Const, 14, ""},
2211 {"TagImmutableType", Const, 14, ""},
2212 {"TagImportedDeclaration", Const, 0, ""},
2213 {"TagImportedModule", Const, 0, ""},
2214 {"TagImportedUnit", Const, 0, ""},
2215 {"TagInheritance", Const, 0, ""},
2216 {"TagInlinedSubroutine", Const, 0, ""},
2217 {"TagInterfaceType", Const, 0, ""},
2218 {"TagLabel", Const, 0, ""},
2219 {"TagLexDwarfBlock", Const, 0, ""},
2220 {"TagMember", Const, 0, ""},
2221 {"TagModule", Const, 0, ""},
2222 {"TagMutableType", Const, 0, ""},
2223 {"TagNamelist", Const, 0, ""},
2224 {"TagNamelistItem", Const, 0, ""},
2225 {"TagNamespace", Const, 0, ""},
2226 {"TagPackedType", Const, 0, ""},
2227 {"TagPartialUnit", Const, 0, ""},
2228 {"TagPointerType", Const, 0, ""},
2229 {"TagPtrToMemberType", Const, 0, ""},
2230 {"TagReferenceType", Const, 0, ""},
2231 {"TagRestrictType", Const, 0, ""},
2232 {"TagRvalueReferenceType", Const, 3, ""},
2233 {"TagSetType", Const, 0, ""},
2234 {"TagSharedType", Const, 3, ""},
2235 {"TagSkeletonUnit", Const, 14, ""},
2236 {"TagStringType", Const, 0, ""},
2237 {"TagStructType", Const, 0, ""},
2238 {"TagSubprogram", Const, 0, ""},
2239 {"TagSubrangeType", Const, 0, ""},
2240 {"TagSubroutineType", Const, 0, ""},
2241 {"TagTemplateAlias", Const, 3, ""},
2242 {"TagTemplateTypeParameter", Const, 0, ""},
2243 {"TagTemplateValueParameter", Const, 0, ""},
2244 {"TagThrownType", Const, 0, ""},
2245 {"TagTryDwarfBlock", Const, 0, ""},
2246 {"TagTypeUnit", Const, 3, ""},
2247 {"TagTypedef", Const, 0, ""},
2248 {"TagUnionType", Const, 0, ""},
2249 {"TagUnspecifiedParameters", Const, 0, ""},
2250 {"TagUnspecifiedType", Const, 0, ""},
2251 {"TagVariable", Const, 0, ""},
2252 {"TagVariant", Const, 0, ""},
2253 {"TagVariantPart", Const, 0, ""},
2254 {"TagVolatileType", Const, 0, ""},
2255 {"TagWithStmt", Const, 0, ""},
2256 {"Type", Type, 0, ""},
2257 {"TypedefType", Type, 0, ""},
2258 {"TypedefType.CommonType", Field, 0, ""},
2259 {"TypedefType.Type", Field, 0, ""},
2260 {"UcharType", Type, 0, ""},
2261 {"UcharType.BasicType", Field, 0, ""},
2262 {"UintType", Type, 0, ""},
2263 {"UintType.BasicType", Field, 0, ""},
2264 {"UnspecifiedType", Type, 4, ""},
2265 {"UnspecifiedType.BasicType", Field, 4, ""},
2266 {"UnsupportedType", Type, 13, ""},
2267 {"UnsupportedType.CommonType", Field, 13, ""},
2268 {"UnsupportedType.Tag", Field, 13, ""},
2269 {"VoidType", Type, 0, ""},
2270 {"VoidType.CommonType", Field, 0, ""},
2271 },
2272 "debug/elf": {
2273 {"(*File).Close", Method, 0, ""},
2274 {"(*File).DWARF", Method, 0, ""},
2275 {"(*File).DynString", Method, 1, ""},
2276 {"(*File).DynValue", Method, 21, ""},
2277 {"(*File).DynamicSymbols", Method, 4, ""},
2278 {"(*File).DynamicVersionNeeds", Method, 24, ""},
2279 {"(*File).DynamicVersions", Method, 24, ""},
2280 {"(*File).ImportedLibraries", Method, 0, ""},
2281 {"(*File).ImportedSymbols", Method, 0, ""},
2282 {"(*File).Section", Method, 0, ""},
2283 {"(*File).SectionByType", Method, 0, ""},
2284 {"(*File).Symbols", Method, 0, ""},
2285 {"(*FormatError).Error", Method, 0, ""},
2286 {"(*Prog).Open", Method, 0, ""},
2287 {"(*Section).Data", Method, 0, ""},
2288 {"(*Section).Open", Method, 0, ""},
2289 {"(Class).GoString", Method, 0, ""},
2290 {"(Class).String", Method, 0, ""},
2291 {"(CompressionType).GoString", Method, 6, ""},
2292 {"(CompressionType).String", Method, 6, ""},
2293 {"(Data).GoString", Method, 0, ""},
2294 {"(Data).String", Method, 0, ""},
2295 {"(DynFlag).GoString", Method, 0, ""},
2296 {"(DynFlag).String", Method, 0, ""},
2297 {"(DynFlag1).GoString", Method, 21, ""},
2298 {"(DynFlag1).String", Method, 21, ""},
2299 {"(DynTag).GoString", Method, 0, ""},
2300 {"(DynTag).String", Method, 0, ""},
2301 {"(Machine).GoString", Method, 0, ""},
2302 {"(Machine).String", Method, 0, ""},
2303 {"(NType).GoString", Method, 0, ""},
2304 {"(NType).String", Method, 0, ""},
2305 {"(OSABI).GoString", Method, 0, ""},
2306 {"(OSABI).String", Method, 0, ""},
2307 {"(Prog).ReadAt", Method, 0, ""},
2308 {"(ProgFlag).GoString", Method, 0, ""},
2309 {"(ProgFlag).String", Method, 0, ""},
2310 {"(ProgType).GoString", Method, 0, ""},
2311 {"(ProgType).String", Method, 0, ""},
2312 {"(R_386).GoString", Method, 0, ""},
2313 {"(R_386).String", Method, 0, ""},
2314 {"(R_390).GoString", Method, 7, ""},
2315 {"(R_390).String", Method, 7, ""},
2316 {"(R_AARCH64).GoString", Method, 4, ""},
2317 {"(R_AARCH64).String", Method, 4, ""},
2318 {"(R_ALPHA).GoString", Method, 0, ""},
2319 {"(R_ALPHA).String", Method, 0, ""},
2320 {"(R_ARM).GoString", Method, 0, ""},
2321 {"(R_ARM).String", Method, 0, ""},
2322 {"(R_LARCH).GoString", Method, 19, ""},
2323 {"(R_LARCH).String", Method, 19, ""},
2324 {"(R_MIPS).GoString", Method, 6, ""},
2325 {"(R_MIPS).String", Method, 6, ""},
2326 {"(R_PPC).GoString", Method, 0, ""},
2327 {"(R_PPC).String", Method, 0, ""},
2328 {"(R_PPC64).GoString", Method, 5, ""},
2329 {"(R_PPC64).String", Method, 5, ""},
2330 {"(R_RISCV).GoString", Method, 11, ""},
2331 {"(R_RISCV).String", Method, 11, ""},
2332 {"(R_SPARC).GoString", Method, 0, ""},
2333 {"(R_SPARC).String", Method, 0, ""},
2334 {"(R_X86_64).GoString", Method, 0, ""},
2335 {"(R_X86_64).String", Method, 0, ""},
2336 {"(Section).ReadAt", Method, 0, ""},
2337 {"(SectionFlag).GoString", Method, 0, ""},
2338 {"(SectionFlag).String", Method, 0, ""},
2339 {"(SectionIndex).GoString", Method, 0, ""},
2340 {"(SectionIndex).String", Method, 0, ""},
2341 {"(SectionType).GoString", Method, 0, ""},
2342 {"(SectionType).String", Method, 0, ""},
2343 {"(SymBind).GoString", Method, 0, ""},
2344 {"(SymBind).String", Method, 0, ""},
2345 {"(SymType).GoString", Method, 0, ""},
2346 {"(SymType).String", Method, 0, ""},
2347 {"(SymVis).GoString", Method, 0, ""},
2348 {"(SymVis).String", Method, 0, ""},
2349 {"(Type).GoString", Method, 0, ""},
2350 {"(Type).String", Method, 0, ""},
2351 {"(Version).GoString", Method, 0, ""},
2352 {"(Version).String", Method, 0, ""},
2353 {"(VersionIndex).Index", Method, 24, ""},
2354 {"(VersionIndex).IsHidden", Method, 24, ""},
2355 {"ARM_MAGIC_TRAMP_NUMBER", Const, 0, ""},
2356 {"COMPRESS_HIOS", Const, 6, ""},
2357 {"COMPRESS_HIPROC", Const, 6, ""},
2358 {"COMPRESS_LOOS", Const, 6, ""},
2359 {"COMPRESS_LOPROC", Const, 6, ""},
2360 {"COMPRESS_ZLIB", Const, 6, ""},
2361 {"COMPRESS_ZSTD", Const, 21, ""},
2362 {"Chdr32", Type, 6, ""},
2363 {"Chdr32.Addralign", Field, 6, ""},
2364 {"Chdr32.Size", Field, 6, ""},
2365 {"Chdr32.Type", Field, 6, ""},
2366 {"Chdr64", Type, 6, ""},
2367 {"Chdr64.Addralign", Field, 6, ""},
2368 {"Chdr64.Size", Field, 6, ""},
2369 {"Chdr64.Type", Field, 6, ""},
2370 {"Class", Type, 0, ""},
2371 {"CompressionType", Type, 6, ""},
2372 {"DF_1_CONFALT", Const, 21, ""},
2373 {"DF_1_DIRECT", Const, 21, ""},
2374 {"DF_1_DISPRELDNE", Const, 21, ""},
2375 {"DF_1_DISPRELPND", Const, 21, ""},
2376 {"DF_1_EDITED", Const, 21, ""},
2377 {"DF_1_ENDFILTEE", Const, 21, ""},
2378 {"DF_1_GLOBAL", Const, 21, ""},
2379 {"DF_1_GLOBAUDIT", Const, 21, ""},
2380 {"DF_1_GROUP", Const, 21, ""},
2381 {"DF_1_IGNMULDEF", Const, 21, ""},
2382 {"DF_1_INITFIRST", Const, 21, ""},
2383 {"DF_1_INTERPOSE", Const, 21, ""},
2384 {"DF_1_KMOD", Const, 21, ""},
2385 {"DF_1_LOADFLTR", Const, 21, ""},
2386 {"DF_1_NOCOMMON", Const, 21, ""},
2387 {"DF_1_NODEFLIB", Const, 21, ""},
2388 {"DF_1_NODELETE", Const, 21, ""},
2389 {"DF_1_NODIRECT", Const, 21, ""},
2390 {"DF_1_NODUMP", Const, 21, ""},
2391 {"DF_1_NOHDR", Const, 21, ""},
2392 {"DF_1_NOKSYMS", Const, 21, ""},
2393 {"DF_1_NOOPEN", Const, 21, ""},
2394 {"DF_1_NORELOC", Const, 21, ""},
2395 {"DF_1_NOW", Const, 21, ""},
2396 {"DF_1_ORIGIN", Const, 21, ""},
2397 {"DF_1_PIE", Const, 21, ""},
2398 {"DF_1_SINGLETON", Const, 21, ""},
2399 {"DF_1_STUB", Const, 21, ""},
2400 {"DF_1_SYMINTPOSE", Const, 21, ""},
2401 {"DF_1_TRANS", Const, 21, ""},
2402 {"DF_1_WEAKFILTER", Const, 21, ""},
2403 {"DF_BIND_NOW", Const, 0, ""},
2404 {"DF_ORIGIN", Const, 0, ""},
2405 {"DF_STATIC_TLS", Const, 0, ""},
2406 {"DF_SYMBOLIC", Const, 0, ""},
2407 {"DF_TEXTREL", Const, 0, ""},
2408 {"DT_ADDRRNGHI", Const, 16, ""},
2409 {"DT_ADDRRNGLO", Const, 16, ""},
2410 {"DT_AUDIT", Const, 16, ""},
2411 {"DT_AUXILIARY", Const, 16, ""},
2412 {"DT_BIND_NOW", Const, 0, ""},
2413 {"DT_CHECKSUM", Const, 16, ""},
2414 {"DT_CONFIG", Const, 16, ""},
2415 {"DT_DEBUG", Const, 0, ""},
2416 {"DT_DEPAUDIT", Const, 16, ""},
2417 {"DT_ENCODING", Const, 0, ""},
2418 {"DT_FEATURE", Const, 16, ""},
2419 {"DT_FILTER", Const, 16, ""},
2420 {"DT_FINI", Const, 0, ""},
2421 {"DT_FINI_ARRAY", Const, 0, ""},
2422 {"DT_FINI_ARRAYSZ", Const, 0, ""},
2423 {"DT_FLAGS", Const, 0, ""},
2424 {"DT_FLAGS_1", Const, 16, ""},
2425 {"DT_GNU_CONFLICT", Const, 16, ""},
2426 {"DT_GNU_CONFLICTSZ", Const, 16, ""},
2427 {"DT_GNU_HASH", Const, 16, ""},
2428 {"DT_GNU_LIBLIST", Const, 16, ""},
2429 {"DT_GNU_LIBLISTSZ", Const, 16, ""},
2430 {"DT_GNU_PRELINKED", Const, 16, ""},
2431 {"DT_HASH", Const, 0, ""},
2432 {"DT_HIOS", Const, 0, ""},
2433 {"DT_HIPROC", Const, 0, ""},
2434 {"DT_INIT", Const, 0, ""},
2435 {"DT_INIT_ARRAY", Const, 0, ""},
2436 {"DT_INIT_ARRAYSZ", Const, 0, ""},
2437 {"DT_JMPREL", Const, 0, ""},
2438 {"DT_LOOS", Const, 0, ""},
2439 {"DT_LOPROC", Const, 0, ""},
2440 {"DT_MIPS_AUX_DYNAMIC", Const, 16, ""},
2441 {"DT_MIPS_BASE_ADDRESS", Const, 16, ""},
2442 {"DT_MIPS_COMPACT_SIZE", Const, 16, ""},
2443 {"DT_MIPS_CONFLICT", Const, 16, ""},
2444 {"DT_MIPS_CONFLICTNO", Const, 16, ""},
2445 {"DT_MIPS_CXX_FLAGS", Const, 16, ""},
2446 {"DT_MIPS_DELTA_CLASS", Const, 16, ""},
2447 {"DT_MIPS_DELTA_CLASSSYM", Const, 16, ""},
2448 {"DT_MIPS_DELTA_CLASSSYM_NO", Const, 16, ""},
2449 {"DT_MIPS_DELTA_CLASS_NO", Const, 16, ""},
2450 {"DT_MIPS_DELTA_INSTANCE", Const, 16, ""},
2451 {"DT_MIPS_DELTA_INSTANCE_NO", Const, 16, ""},
2452 {"DT_MIPS_DELTA_RELOC", Const, 16, ""},
2453 {"DT_MIPS_DELTA_RELOC_NO", Const, 16, ""},
2454 {"DT_MIPS_DELTA_SYM", Const, 16, ""},
2455 {"DT_MIPS_DELTA_SYM_NO", Const, 16, ""},
2456 {"DT_MIPS_DYNSTR_ALIGN", Const, 16, ""},
2457 {"DT_MIPS_FLAGS", Const, 16, ""},
2458 {"DT_MIPS_GOTSYM", Const, 16, ""},
2459 {"DT_MIPS_GP_VALUE", Const, 16, ""},
2460 {"DT_MIPS_HIDDEN_GOTIDX", Const, 16, ""},
2461 {"DT_MIPS_HIPAGENO", Const, 16, ""},
2462 {"DT_MIPS_ICHECKSUM", Const, 16, ""},
2463 {"DT_MIPS_INTERFACE", Const, 16, ""},
2464 {"DT_MIPS_INTERFACE_SIZE", Const, 16, ""},
2465 {"DT_MIPS_IVERSION", Const, 16, ""},
2466 {"DT_MIPS_LIBLIST", Const, 16, ""},
2467 {"DT_MIPS_LIBLISTNO", Const, 16, ""},
2468 {"DT_MIPS_LOCALPAGE_GOTIDX", Const, 16, ""},
2469 {"DT_MIPS_LOCAL_GOTIDX", Const, 16, ""},
2470 {"DT_MIPS_LOCAL_GOTNO", Const, 16, ""},
2471 {"DT_MIPS_MSYM", Const, 16, ""},
2472 {"DT_MIPS_OPTIONS", Const, 16, ""},
2473 {"DT_MIPS_PERF_SUFFIX", Const, 16, ""},
2474 {"DT_MIPS_PIXIE_INIT", Const, 16, ""},
2475 {"DT_MIPS_PLTGOT", Const, 16, ""},
2476 {"DT_MIPS_PROTECTED_GOTIDX", Const, 16, ""},
2477 {"DT_MIPS_RLD_MAP", Const, 16, ""},
2478 {"DT_MIPS_RLD_MAP_REL", Const, 16, ""},
2479 {"DT_MIPS_RLD_TEXT_RESOLVE_ADDR", Const, 16, ""},
2480 {"DT_MIPS_RLD_VERSION", Const, 16, ""},
2481 {"DT_MIPS_RWPLT", Const, 16, ""},
2482 {"DT_MIPS_SYMBOL_LIB", Const, 16, ""},
2483 {"DT_MIPS_SYMTABNO", Const, 16, ""},
2484 {"DT_MIPS_TIME_STAMP", Const, 16, ""},
2485 {"DT_MIPS_UNREFEXTNO", Const, 16, ""},
2486 {"DT_MOVEENT", Const, 16, ""},
2487 {"DT_MOVESZ", Const, 16, ""},
2488 {"DT_MOVETAB", Const, 16, ""},
2489 {"DT_NEEDED", Const, 0, ""},
2490 {"DT_NULL", Const, 0, ""},
2491 {"DT_PLTGOT", Const, 0, ""},
2492 {"DT_PLTPAD", Const, 16, ""},
2493 {"DT_PLTPADSZ", Const, 16, ""},
2494 {"DT_PLTREL", Const, 0, ""},
2495 {"DT_PLTRELSZ", Const, 0, ""},
2496 {"DT_POSFLAG_1", Const, 16, ""},
2497 {"DT_PPC64_GLINK", Const, 16, ""},
2498 {"DT_PPC64_OPD", Const, 16, ""},
2499 {"DT_PPC64_OPDSZ", Const, 16, ""},
2500 {"DT_PPC64_OPT", Const, 16, ""},
2501 {"DT_PPC_GOT", Const, 16, ""},
2502 {"DT_PPC_OPT", Const, 16, ""},
2503 {"DT_PREINIT_ARRAY", Const, 0, ""},
2504 {"DT_PREINIT_ARRAYSZ", Const, 0, ""},
2505 {"DT_REL", Const, 0, ""},
2506 {"DT_RELA", Const, 0, ""},
2507 {"DT_RELACOUNT", Const, 16, ""},
2508 {"DT_RELAENT", Const, 0, ""},
2509 {"DT_RELASZ", Const, 0, ""},
2510 {"DT_RELCOUNT", Const, 16, ""},
2511 {"DT_RELENT", Const, 0, ""},
2512 {"DT_RELSZ", Const, 0, ""},
2513 {"DT_RPATH", Const, 0, ""},
2514 {"DT_RUNPATH", Const, 0, ""},
2515 {"DT_SONAME", Const, 0, ""},
2516 {"DT_SPARC_REGISTER", Const, 16, ""},
2517 {"DT_STRSZ", Const, 0, ""},
2518 {"DT_STRTAB", Const, 0, ""},
2519 {"DT_SYMBOLIC", Const, 0, ""},
2520 {"DT_SYMENT", Const, 0, ""},
2521 {"DT_SYMINENT", Const, 16, ""},
2522 {"DT_SYMINFO", Const, 16, ""},
2523 {"DT_SYMINSZ", Const, 16, ""},
2524 {"DT_SYMTAB", Const, 0, ""},
2525 {"DT_SYMTAB_SHNDX", Const, 16, ""},
2526 {"DT_TEXTREL", Const, 0, ""},
2527 {"DT_TLSDESC_GOT", Const, 16, ""},
2528 {"DT_TLSDESC_PLT", Const, 16, ""},
2529 {"DT_USED", Const, 16, ""},
2530 {"DT_VALRNGHI", Const, 16, ""},
2531 {"DT_VALRNGLO", Const, 16, ""},
2532 {"DT_VERDEF", Const, 16, ""},
2533 {"DT_VERDEFNUM", Const, 16, ""},
2534 {"DT_VERNEED", Const, 0, ""},
2535 {"DT_VERNEEDNUM", Const, 0, ""},
2536 {"DT_VERSYM", Const, 0, ""},
2537 {"Data", Type, 0, ""},
2538 {"Dyn32", Type, 0, ""},
2539 {"Dyn32.Tag", Field, 0, ""},
2540 {"Dyn32.Val", Field, 0, ""},
2541 {"Dyn64", Type, 0, ""},
2542 {"Dyn64.Tag", Field, 0, ""},
2543 {"Dyn64.Val", Field, 0, ""},
2544 {"DynFlag", Type, 0, ""},
2545 {"DynFlag1", Type, 21, ""},
2546 {"DynTag", Type, 0, ""},
2547 {"DynamicVersion", Type, 24, ""},
2548 {"DynamicVersion.Deps", Field, 24, ""},
2549 {"DynamicVersion.Flags", Field, 24, ""},
2550 {"DynamicVersion.Index", Field, 24, ""},
2551 {"DynamicVersion.Name", Field, 24, ""},
2552 {"DynamicVersionDep", Type, 24, ""},
2553 {"DynamicVersionDep.Dep", Field, 24, ""},
2554 {"DynamicVersionDep.Flags", Field, 24, ""},
2555 {"DynamicVersionDep.Index", Field, 24, ""},
2556 {"DynamicVersionFlag", Type, 24, ""},
2557 {"DynamicVersionNeed", Type, 24, ""},
2558 {"DynamicVersionNeed.Name", Field, 24, ""},
2559 {"DynamicVersionNeed.Needs", Field, 24, ""},
2560 {"EI_ABIVERSION", Const, 0, ""},
2561 {"EI_CLASS", Const, 0, ""},
2562 {"EI_DATA", Const, 0, ""},
2563 {"EI_NIDENT", Const, 0, ""},
2564 {"EI_OSABI", Const, 0, ""},
2565 {"EI_PAD", Const, 0, ""},
2566 {"EI_VERSION", Const, 0, ""},
2567 {"ELFCLASS32", Const, 0, ""},
2568 {"ELFCLASS64", Const, 0, ""},
2569 {"ELFCLASSNONE", Const, 0, ""},
2570 {"ELFDATA2LSB", Const, 0, ""},
2571 {"ELFDATA2MSB", Const, 0, ""},
2572 {"ELFDATANONE", Const, 0, ""},
2573 {"ELFMAG", Const, 0, ""},
2574 {"ELFOSABI_86OPEN", Const, 0, ""},
2575 {"ELFOSABI_AIX", Const, 0, ""},
2576 {"ELFOSABI_ARM", Const, 0, ""},
2577 {"ELFOSABI_AROS", Const, 11, ""},
2578 {"ELFOSABI_CLOUDABI", Const, 11, ""},
2579 {"ELFOSABI_FENIXOS", Const, 11, ""},
2580 {"ELFOSABI_FREEBSD", Const, 0, ""},
2581 {"ELFOSABI_HPUX", Const, 0, ""},
2582 {"ELFOSABI_HURD", Const, 0, ""},
2583 {"ELFOSABI_IRIX", Const, 0, ""},
2584 {"ELFOSABI_LINUX", Const, 0, ""},
2585 {"ELFOSABI_MODESTO", Const, 0, ""},
2586 {"ELFOSABI_NETBSD", Const, 0, ""},
2587 {"ELFOSABI_NONE", Const, 0, ""},
2588 {"ELFOSABI_NSK", Const, 0, ""},
2589 {"ELFOSABI_OPENBSD", Const, 0, ""},
2590 {"ELFOSABI_OPENVMS", Const, 0, ""},
2591 {"ELFOSABI_SOLARIS", Const, 0, ""},
2592 {"ELFOSABI_STANDALONE", Const, 0, ""},
2593 {"ELFOSABI_TRU64", Const, 0, ""},
2594 {"EM_386", Const, 0, ""},
2595 {"EM_486", Const, 0, ""},
2596 {"EM_56800EX", Const, 11, ""},
2597 {"EM_68HC05", Const, 11, ""},
2598 {"EM_68HC08", Const, 11, ""},
2599 {"EM_68HC11", Const, 11, ""},
2600 {"EM_68HC12", Const, 0, ""},
2601 {"EM_68HC16", Const, 11, ""},
2602 {"EM_68K", Const, 0, ""},
2603 {"EM_78KOR", Const, 11, ""},
2604 {"EM_8051", Const, 11, ""},
2605 {"EM_860", Const, 0, ""},
2606 {"EM_88K", Const, 0, ""},
2607 {"EM_960", Const, 0, ""},
2608 {"EM_AARCH64", Const, 4, ""},
2609 {"EM_ALPHA", Const, 0, ""},
2610 {"EM_ALPHA_STD", Const, 0, ""},
2611 {"EM_ALTERA_NIOS2", Const, 11, ""},
2612 {"EM_AMDGPU", Const, 11, ""},
2613 {"EM_ARC", Const, 0, ""},
2614 {"EM_ARCA", Const, 11, ""},
2615 {"EM_ARC_COMPACT", Const, 11, ""},
2616 {"EM_ARC_COMPACT2", Const, 11, ""},
2617 {"EM_ARM", Const, 0, ""},
2618 {"EM_AVR", Const, 11, ""},
2619 {"EM_AVR32", Const, 11, ""},
2620 {"EM_BA1", Const, 11, ""},
2621 {"EM_BA2", Const, 11, ""},
2622 {"EM_BLACKFIN", Const, 11, ""},
2623 {"EM_BPF", Const, 11, ""},
2624 {"EM_C166", Const, 11, ""},
2625 {"EM_CDP", Const, 11, ""},
2626 {"EM_CE", Const, 11, ""},
2627 {"EM_CLOUDSHIELD", Const, 11, ""},
2628 {"EM_COGE", Const, 11, ""},
2629 {"EM_COLDFIRE", Const, 0, ""},
2630 {"EM_COOL", Const, 11, ""},
2631 {"EM_COREA_1ST", Const, 11, ""},
2632 {"EM_COREA_2ND", Const, 11, ""},
2633 {"EM_CR", Const, 11, ""},
2634 {"EM_CR16", Const, 11, ""},
2635 {"EM_CRAYNV2", Const, 11, ""},
2636 {"EM_CRIS", Const, 11, ""},
2637 {"EM_CRX", Const, 11, ""},
2638 {"EM_CSR_KALIMBA", Const, 11, ""},
2639 {"EM_CUDA", Const, 11, ""},
2640 {"EM_CYPRESS_M8C", Const, 11, ""},
2641 {"EM_D10V", Const, 11, ""},
2642 {"EM_D30V", Const, 11, ""},
2643 {"EM_DSP24", Const, 11, ""},
2644 {"EM_DSPIC30F", Const, 11, ""},
2645 {"EM_DXP", Const, 11, ""},
2646 {"EM_ECOG1", Const, 11, ""},
2647 {"EM_ECOG16", Const, 11, ""},
2648 {"EM_ECOG1X", Const, 11, ""},
2649 {"EM_ECOG2", Const, 11, ""},
2650 {"EM_ETPU", Const, 11, ""},
2651 {"EM_EXCESS", Const, 11, ""},
2652 {"EM_F2MC16", Const, 11, ""},
2653 {"EM_FIREPATH", Const, 11, ""},
2654 {"EM_FR20", Const, 0, ""},
2655 {"EM_FR30", Const, 11, ""},
2656 {"EM_FT32", Const, 11, ""},
2657 {"EM_FX66", Const, 11, ""},
2658 {"EM_H8S", Const, 0, ""},
2659 {"EM_H8_300", Const, 0, ""},
2660 {"EM_H8_300H", Const, 0, ""},
2661 {"EM_H8_500", Const, 0, ""},
2662 {"EM_HUANY", Const, 11, ""},
2663 {"EM_IA_64", Const, 0, ""},
2664 {"EM_INTEL205", Const, 11, ""},
2665 {"EM_INTEL206", Const, 11, ""},
2666 {"EM_INTEL207", Const, 11, ""},
2667 {"EM_INTEL208", Const, 11, ""},
2668 {"EM_INTEL209", Const, 11, ""},
2669 {"EM_IP2K", Const, 11, ""},
2670 {"EM_JAVELIN", Const, 11, ""},
2671 {"EM_K10M", Const, 11, ""},
2672 {"EM_KM32", Const, 11, ""},
2673 {"EM_KMX16", Const, 11, ""},
2674 {"EM_KMX32", Const, 11, ""},
2675 {"EM_KMX8", Const, 11, ""},
2676 {"EM_KVARC", Const, 11, ""},
2677 {"EM_L10M", Const, 11, ""},
2678 {"EM_LANAI", Const, 11, ""},
2679 {"EM_LATTICEMICO32", Const, 11, ""},
2680 {"EM_LOONGARCH", Const, 19, ""},
2681 {"EM_M16C", Const, 11, ""},
2682 {"EM_M32", Const, 0, ""},
2683 {"EM_M32C", Const, 11, ""},
2684 {"EM_M32R", Const, 11, ""},
2685 {"EM_MANIK", Const, 11, ""},
2686 {"EM_MAX", Const, 11, ""},
2687 {"EM_MAXQ30", Const, 11, ""},
2688 {"EM_MCHP_PIC", Const, 11, ""},
2689 {"EM_MCST_ELBRUS", Const, 11, ""},
2690 {"EM_ME16", Const, 0, ""},
2691 {"EM_METAG", Const, 11, ""},
2692 {"EM_MICROBLAZE", Const, 11, ""},
2693 {"EM_MIPS", Const, 0, ""},
2694 {"EM_MIPS_RS3_LE", Const, 0, ""},
2695 {"EM_MIPS_RS4_BE", Const, 0, ""},
2696 {"EM_MIPS_X", Const, 0, ""},
2697 {"EM_MMA", Const, 0, ""},
2698 {"EM_MMDSP_PLUS", Const, 11, ""},
2699 {"EM_MMIX", Const, 11, ""},
2700 {"EM_MN10200", Const, 11, ""},
2701 {"EM_MN10300", Const, 11, ""},
2702 {"EM_MOXIE", Const, 11, ""},
2703 {"EM_MSP430", Const, 11, ""},
2704 {"EM_NCPU", Const, 0, ""},
2705 {"EM_NDR1", Const, 0, ""},
2706 {"EM_NDS32", Const, 11, ""},
2707 {"EM_NONE", Const, 0, ""},
2708 {"EM_NORC", Const, 11, ""},
2709 {"EM_NS32K", Const, 11, ""},
2710 {"EM_OPEN8", Const, 11, ""},
2711 {"EM_OPENRISC", Const, 11, ""},
2712 {"EM_PARISC", Const, 0, ""},
2713 {"EM_PCP", Const, 0, ""},
2714 {"EM_PDP10", Const, 11, ""},
2715 {"EM_PDP11", Const, 11, ""},
2716 {"EM_PDSP", Const, 11, ""},
2717 {"EM_PJ", Const, 11, ""},
2718 {"EM_PPC", Const, 0, ""},
2719 {"EM_PPC64", Const, 0, ""},
2720 {"EM_PRISM", Const, 11, ""},
2721 {"EM_QDSP6", Const, 11, ""},
2722 {"EM_R32C", Const, 11, ""},
2723 {"EM_RCE", Const, 0, ""},
2724 {"EM_RH32", Const, 0, ""},
2725 {"EM_RISCV", Const, 11, ""},
2726 {"EM_RL78", Const, 11, ""},
2727 {"EM_RS08", Const, 11, ""},
2728 {"EM_RX", Const, 11, ""},
2729 {"EM_S370", Const, 0, ""},
2730 {"EM_S390", Const, 0, ""},
2731 {"EM_SCORE7", Const, 11, ""},
2732 {"EM_SEP", Const, 11, ""},
2733 {"EM_SE_C17", Const, 11, ""},
2734 {"EM_SE_C33", Const, 11, ""},
2735 {"EM_SH", Const, 0, ""},
2736 {"EM_SHARC", Const, 11, ""},
2737 {"EM_SLE9X", Const, 11, ""},
2738 {"EM_SNP1K", Const, 11, ""},
2739 {"EM_SPARC", Const, 0, ""},
2740 {"EM_SPARC32PLUS", Const, 0, ""},
2741 {"EM_SPARCV9", Const, 0, ""},
2742 {"EM_ST100", Const, 0, ""},
2743 {"EM_ST19", Const, 11, ""},
2744 {"EM_ST200", Const, 11, ""},
2745 {"EM_ST7", Const, 11, ""},
2746 {"EM_ST9PLUS", Const, 11, ""},
2747 {"EM_STARCORE", Const, 0, ""},
2748 {"EM_STM8", Const, 11, ""},
2749 {"EM_STXP7X", Const, 11, ""},
2750 {"EM_SVX", Const, 11, ""},
2751 {"EM_TILE64", Const, 11, ""},
2752 {"EM_TILEGX", Const, 11, ""},
2753 {"EM_TILEPRO", Const, 11, ""},
2754 {"EM_TINYJ", Const, 0, ""},
2755 {"EM_TI_ARP32", Const, 11, ""},
2756 {"EM_TI_C2000", Const, 11, ""},
2757 {"EM_TI_C5500", Const, 11, ""},
2758 {"EM_TI_C6000", Const, 11, ""},
2759 {"EM_TI_PRU", Const, 11, ""},
2760 {"EM_TMM_GPP", Const, 11, ""},
2761 {"EM_TPC", Const, 11, ""},
2762 {"EM_TRICORE", Const, 0, ""},
2763 {"EM_TRIMEDIA", Const, 11, ""},
2764 {"EM_TSK3000", Const, 11, ""},
2765 {"EM_UNICORE", Const, 11, ""},
2766 {"EM_V800", Const, 0, ""},
2767 {"EM_V850", Const, 11, ""},
2768 {"EM_VAX", Const, 11, ""},
2769 {"EM_VIDEOCORE", Const, 11, ""},
2770 {"EM_VIDEOCORE3", Const, 11, ""},
2771 {"EM_VIDEOCORE5", Const, 11, ""},
2772 {"EM_VISIUM", Const, 11, ""},
2773 {"EM_VPP500", Const, 0, ""},
2774 {"EM_X86_64", Const, 0, ""},
2775 {"EM_XCORE", Const, 11, ""},
2776 {"EM_XGATE", Const, 11, ""},
2777 {"EM_XIMO16", Const, 11, ""},
2778 {"EM_XTENSA", Const, 11, ""},
2779 {"EM_Z80", Const, 11, ""},
2780 {"EM_ZSP", Const, 11, ""},
2781 {"ET_CORE", Const, 0, ""},
2782 {"ET_DYN", Const, 0, ""},
2783 {"ET_EXEC", Const, 0, ""},
2784 {"ET_HIOS", Const, 0, ""},
2785 {"ET_HIPROC", Const, 0, ""},
2786 {"ET_LOOS", Const, 0, ""},
2787 {"ET_LOPROC", Const, 0, ""},
2788 {"ET_NONE", Const, 0, ""},
2789 {"ET_REL", Const, 0, ""},
2790 {"EV_CURRENT", Const, 0, ""},
2791 {"EV_NONE", Const, 0, ""},
2792 {"ErrNoSymbols", Var, 4, ""},
2793 {"File", Type, 0, ""},
2794 {"File.FileHeader", Field, 0, ""},
2795 {"File.Progs", Field, 0, ""},
2796 {"File.Sections", Field, 0, ""},
2797 {"FileHeader", Type, 0, ""},
2798 {"FileHeader.ABIVersion", Field, 0, ""},
2799 {"FileHeader.ByteOrder", Field, 0, ""},
2800 {"FileHeader.Class", Field, 0, ""},
2801 {"FileHeader.Data", Field, 0, ""},
2802 {"FileHeader.Entry", Field, 1, ""},
2803 {"FileHeader.Machine", Field, 0, ""},
2804 {"FileHeader.OSABI", Field, 0, ""},
2805 {"FileHeader.Type", Field, 0, ""},
2806 {"FileHeader.Version", Field, 0, ""},
2807 {"FormatError", Type, 0, ""},
2808 {"Header32", Type, 0, ""},
2809 {"Header32.Ehsize", Field, 0, ""},
2810 {"Header32.Entry", Field, 0, ""},
2811 {"Header32.Flags", Field, 0, ""},
2812 {"Header32.Ident", Field, 0, ""},
2813 {"Header32.Machine", Field, 0, ""},
2814 {"Header32.Phentsize", Field, 0, ""},
2815 {"Header32.Phnum", Field, 0, ""},
2816 {"Header32.Phoff", Field, 0, ""},
2817 {"Header32.Shentsize", Field, 0, ""},
2818 {"Header32.Shnum", Field, 0, ""},
2819 {"Header32.Shoff", Field, 0, ""},
2820 {"Header32.Shstrndx", Field, 0, ""},
2821 {"Header32.Type", Field, 0, ""},
2822 {"Header32.Version", Field, 0, ""},
2823 {"Header64", Type, 0, ""},
2824 {"Header64.Ehsize", Field, 0, ""},
2825 {"Header64.Entry", Field, 0, ""},
2826 {"Header64.Flags", Field, 0, ""},
2827 {"Header64.Ident", Field, 0, ""},
2828 {"Header64.Machine", Field, 0, ""},
2829 {"Header64.Phentsize", Field, 0, ""},
2830 {"Header64.Phnum", Field, 0, ""},
2831 {"Header64.Phoff", Field, 0, ""},
2832 {"Header64.Shentsize", Field, 0, ""},
2833 {"Header64.Shnum", Field, 0, ""},
2834 {"Header64.Shoff", Field, 0, ""},
2835 {"Header64.Shstrndx", Field, 0, ""},
2836 {"Header64.Type", Field, 0, ""},
2837 {"Header64.Version", Field, 0, ""},
2838 {"ImportedSymbol", Type, 0, ""},
2839 {"ImportedSymbol.Library", Field, 0, ""},
2840 {"ImportedSymbol.Name", Field, 0, ""},
2841 {"ImportedSymbol.Version", Field, 0, ""},
2842 {"Machine", Type, 0, ""},
2843 {"NT_FPREGSET", Const, 0, ""},
2844 {"NT_PRPSINFO", Const, 0, ""},
2845 {"NT_PRSTATUS", Const, 0, ""},
2846 {"NType", Type, 0, ""},
2847 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
2848 {"OSABI", Type, 0, ""},
2849 {"Open", Func, 0, "func(name string) (*File, error)"},
2850 {"PF_MASKOS", Const, 0, ""},
2851 {"PF_MASKPROC", Const, 0, ""},
2852 {"PF_R", Const, 0, ""},
2853 {"PF_W", Const, 0, ""},
2854 {"PF_X", Const, 0, ""},
2855 {"PT_AARCH64_ARCHEXT", Const, 16, ""},
2856 {"PT_AARCH64_UNWIND", Const, 16, ""},
2857 {"PT_ARM_ARCHEXT", Const, 16, ""},
2858 {"PT_ARM_EXIDX", Const, 16, ""},
2859 {"PT_DYNAMIC", Const, 0, ""},
2860 {"PT_GNU_EH_FRAME", Const, 16, ""},
2861 {"PT_GNU_MBIND_HI", Const, 16, ""},
2862 {"PT_GNU_MBIND_LO", Const, 16, ""},
2863 {"PT_GNU_PROPERTY", Const, 16, ""},
2864 {"PT_GNU_RELRO", Const, 16, ""},
2865 {"PT_GNU_STACK", Const, 16, ""},
2866 {"PT_HIOS", Const, 0, ""},
2867 {"PT_HIPROC", Const, 0, ""},
2868 {"PT_INTERP", Const, 0, ""},
2869 {"PT_LOAD", Const, 0, ""},
2870 {"PT_LOOS", Const, 0, ""},
2871 {"PT_LOPROC", Const, 0, ""},
2872 {"PT_MIPS_ABIFLAGS", Const, 16, ""},
2873 {"PT_MIPS_OPTIONS", Const, 16, ""},
2874 {"PT_MIPS_REGINFO", Const, 16, ""},
2875 {"PT_MIPS_RTPROC", Const, 16, ""},
2876 {"PT_NOTE", Const, 0, ""},
2877 {"PT_NULL", Const, 0, ""},
2878 {"PT_OPENBSD_BOOTDATA", Const, 16, ""},
2879 {"PT_OPENBSD_NOBTCFI", Const, 23, ""},
2880 {"PT_OPENBSD_RANDOMIZE", Const, 16, ""},
2881 {"PT_OPENBSD_WXNEEDED", Const, 16, ""},
2882 {"PT_PAX_FLAGS", Const, 16, ""},
2883 {"PT_PHDR", Const, 0, ""},
2884 {"PT_RISCV_ATTRIBUTES", Const, 25, ""},
2885 {"PT_S390_PGSTE", Const, 16, ""},
2886 {"PT_SHLIB", Const, 0, ""},
2887 {"PT_SUNWSTACK", Const, 16, ""},
2888 {"PT_SUNW_EH_FRAME", Const, 16, ""},
2889 {"PT_TLS", Const, 0, ""},
2890 {"Prog", Type, 0, ""},
2891 {"Prog.ProgHeader", Field, 0, ""},
2892 {"Prog.ReaderAt", Field, 0, ""},
2893 {"Prog32", Type, 0, ""},
2894 {"Prog32.Align", Field, 0, ""},
2895 {"Prog32.Filesz", Field, 0, ""},
2896 {"Prog32.Flags", Field, 0, ""},
2897 {"Prog32.Memsz", Field, 0, ""},
2898 {"Prog32.Off", Field, 0, ""},
2899 {"Prog32.Paddr", Field, 0, ""},
2900 {"Prog32.Type", Field, 0, ""},
2901 {"Prog32.Vaddr", Field, 0, ""},
2902 {"Prog64", Type, 0, ""},
2903 {"Prog64.Align", Field, 0, ""},
2904 {"Prog64.Filesz", Field, 0, ""},
2905 {"Prog64.Flags", Field, 0, ""},
2906 {"Prog64.Memsz", Field, 0, ""},
2907 {"Prog64.Off", Field, 0, ""},
2908 {"Prog64.Paddr", Field, 0, ""},
2909 {"Prog64.Type", Field, 0, ""},
2910 {"Prog64.Vaddr", Field, 0, ""},
2911 {"ProgFlag", Type, 0, ""},
2912 {"ProgHeader", Type, 0, ""},
2913 {"ProgHeader.Align", Field, 0, ""},
2914 {"ProgHeader.Filesz", Field, 0, ""},
2915 {"ProgHeader.Flags", Field, 0, ""},
2916 {"ProgHeader.Memsz", Field, 0, ""},
2917 {"ProgHeader.Off", Field, 0, ""},
2918 {"ProgHeader.Paddr", Field, 0, ""},
2919 {"ProgHeader.Type", Field, 0, ""},
2920 {"ProgHeader.Vaddr", Field, 0, ""},
2921 {"ProgType", Type, 0, ""},
2922 {"R_386", Type, 0, ""},
2923 {"R_386_16", Const, 10, ""},
2924 {"R_386_32", Const, 0, ""},
2925 {"R_386_32PLT", Const, 10, ""},
2926 {"R_386_8", Const, 10, ""},
2927 {"R_386_COPY", Const, 0, ""},
2928 {"R_386_GLOB_DAT", Const, 0, ""},
2929 {"R_386_GOT32", Const, 0, ""},
2930 {"R_386_GOT32X", Const, 10, ""},
2931 {"R_386_GOTOFF", Const, 0, ""},
2932 {"R_386_GOTPC", Const, 0, ""},
2933 {"R_386_IRELATIVE", Const, 10, ""},
2934 {"R_386_JMP_SLOT", Const, 0, ""},
2935 {"R_386_NONE", Const, 0, ""},
2936 {"R_386_PC16", Const, 10, ""},
2937 {"R_386_PC32", Const, 0, ""},
2938 {"R_386_PC8", Const, 10, ""},
2939 {"R_386_PLT32", Const, 0, ""},
2940 {"R_386_RELATIVE", Const, 0, ""},
2941 {"R_386_SIZE32", Const, 10, ""},
2942 {"R_386_TLS_DESC", Const, 10, ""},
2943 {"R_386_TLS_DESC_CALL", Const, 10, ""},
2944 {"R_386_TLS_DTPMOD32", Const, 0, ""},
2945 {"R_386_TLS_DTPOFF32", Const, 0, ""},
2946 {"R_386_TLS_GD", Const, 0, ""},
2947 {"R_386_TLS_GD_32", Const, 0, ""},
2948 {"R_386_TLS_GD_CALL", Const, 0, ""},
2949 {"R_386_TLS_GD_POP", Const, 0, ""},
2950 {"R_386_TLS_GD_PUSH", Const, 0, ""},
2951 {"R_386_TLS_GOTDESC", Const, 10, ""},
2952 {"R_386_TLS_GOTIE", Const, 0, ""},
2953 {"R_386_TLS_IE", Const, 0, ""},
2954 {"R_386_TLS_IE_32", Const, 0, ""},
2955 {"R_386_TLS_LDM", Const, 0, ""},
2956 {"R_386_TLS_LDM_32", Const, 0, ""},
2957 {"R_386_TLS_LDM_CALL", Const, 0, ""},
2958 {"R_386_TLS_LDM_POP", Const, 0, ""},
2959 {"R_386_TLS_LDM_PUSH", Const, 0, ""},
2960 {"R_386_TLS_LDO_32", Const, 0, ""},
2961 {"R_386_TLS_LE", Const, 0, ""},
2962 {"R_386_TLS_LE_32", Const, 0, ""},
2963 {"R_386_TLS_TPOFF", Const, 0, ""},
2964 {"R_386_TLS_TPOFF32", Const, 0, ""},
2965 {"R_390", Type, 7, ""},
2966 {"R_390_12", Const, 7, ""},
2967 {"R_390_16", Const, 7, ""},
2968 {"R_390_20", Const, 7, ""},
2969 {"R_390_32", Const, 7, ""},
2970 {"R_390_64", Const, 7, ""},
2971 {"R_390_8", Const, 7, ""},
2972 {"R_390_COPY", Const, 7, ""},
2973 {"R_390_GLOB_DAT", Const, 7, ""},
2974 {"R_390_GOT12", Const, 7, ""},
2975 {"R_390_GOT16", Const, 7, ""},
2976 {"R_390_GOT20", Const, 7, ""},
2977 {"R_390_GOT32", Const, 7, ""},
2978 {"R_390_GOT64", Const, 7, ""},
2979 {"R_390_GOTENT", Const, 7, ""},
2980 {"R_390_GOTOFF", Const, 7, ""},
2981 {"R_390_GOTOFF16", Const, 7, ""},
2982 {"R_390_GOTOFF64", Const, 7, ""},
2983 {"R_390_GOTPC", Const, 7, ""},
2984 {"R_390_GOTPCDBL", Const, 7, ""},
2985 {"R_390_GOTPLT12", Const, 7, ""},
2986 {"R_390_GOTPLT16", Const, 7, ""},
2987 {"R_390_GOTPLT20", Const, 7, ""},
2988 {"R_390_GOTPLT32", Const, 7, ""},
2989 {"R_390_GOTPLT64", Const, 7, ""},
2990 {"R_390_GOTPLTENT", Const, 7, ""},
2991 {"R_390_GOTPLTOFF16", Const, 7, ""},
2992 {"R_390_GOTPLTOFF32", Const, 7, ""},
2993 {"R_390_GOTPLTOFF64", Const, 7, ""},
2994 {"R_390_JMP_SLOT", Const, 7, ""},
2995 {"R_390_NONE", Const, 7, ""},
2996 {"R_390_PC16", Const, 7, ""},
2997 {"R_390_PC16DBL", Const, 7, ""},
2998 {"R_390_PC32", Const, 7, ""},
2999 {"R_390_PC32DBL", Const, 7, ""},
3000 {"R_390_PC64", Const, 7, ""},
3001 {"R_390_PLT16DBL", Const, 7, ""},
3002 {"R_390_PLT32", Const, 7, ""},
3003 {"R_390_PLT32DBL", Const, 7, ""},
3004 {"R_390_PLT64", Const, 7, ""},
3005 {"R_390_RELATIVE", Const, 7, ""},
3006 {"R_390_TLS_DTPMOD", Const, 7, ""},
3007 {"R_390_TLS_DTPOFF", Const, 7, ""},
3008 {"R_390_TLS_GD32", Const, 7, ""},
3009 {"R_390_TLS_GD64", Const, 7, ""},
3010 {"R_390_TLS_GDCALL", Const, 7, ""},
3011 {"R_390_TLS_GOTIE12", Const, 7, ""},
3012 {"R_390_TLS_GOTIE20", Const, 7, ""},
3013 {"R_390_TLS_GOTIE32", Const, 7, ""},
3014 {"R_390_TLS_GOTIE64", Const, 7, ""},
3015 {"R_390_TLS_IE32", Const, 7, ""},
3016 {"R_390_TLS_IE64", Const, 7, ""},
3017 {"R_390_TLS_IEENT", Const, 7, ""},
3018 {"R_390_TLS_LDCALL", Const, 7, ""},
3019 {"R_390_TLS_LDM32", Const, 7, ""},
3020 {"R_390_TLS_LDM64", Const, 7, ""},
3021 {"R_390_TLS_LDO32", Const, 7, ""},
3022 {"R_390_TLS_LDO64", Const, 7, ""},
3023 {"R_390_TLS_LE32", Const, 7, ""},
3024 {"R_390_TLS_LE64", Const, 7, ""},
3025 {"R_390_TLS_LOAD", Const, 7, ""},
3026 {"R_390_TLS_TPOFF", Const, 7, ""},
3027 {"R_AARCH64", Type, 4, ""},
3028 {"R_AARCH64_ABS16", Const, 4, ""},
3029 {"R_AARCH64_ABS32", Const, 4, ""},
3030 {"R_AARCH64_ABS64", Const, 4, ""},
3031 {"R_AARCH64_ADD_ABS_LO12_NC", Const, 4, ""},
3032 {"R_AARCH64_ADR_GOT_PAGE", Const, 4, ""},
3033 {"R_AARCH64_ADR_PREL_LO21", Const, 4, ""},
3034 {"R_AARCH64_ADR_PREL_PG_HI21", Const, 4, ""},
3035 {"R_AARCH64_ADR_PREL_PG_HI21_NC", Const, 4, ""},
3036 {"R_AARCH64_CALL26", Const, 4, ""},
3037 {"R_AARCH64_CONDBR19", Const, 4, ""},
3038 {"R_AARCH64_COPY", Const, 4, ""},
3039 {"R_AARCH64_GLOB_DAT", Const, 4, ""},
3040 {"R_AARCH64_GOT_LD_PREL19", Const, 4, ""},
3041 {"R_AARCH64_IRELATIVE", Const, 4, ""},
3042 {"R_AARCH64_JUMP26", Const, 4, ""},
3043 {"R_AARCH64_JUMP_SLOT", Const, 4, ""},
3044 {"R_AARCH64_LD64_GOTOFF_LO15", Const, 10, ""},
3045 {"R_AARCH64_LD64_GOTPAGE_LO15", Const, 10, ""},
3046 {"R_AARCH64_LD64_GOT_LO12_NC", Const, 4, ""},
3047 {"R_AARCH64_LDST128_ABS_LO12_NC", Const, 4, ""},
3048 {"R_AARCH64_LDST16_ABS_LO12_NC", Const, 4, ""},
3049 {"R_AARCH64_LDST32_ABS_LO12_NC", Const, 4, ""},
3050 {"R_AARCH64_LDST64_ABS_LO12_NC", Const, 4, ""},
3051 {"R_AARCH64_LDST8_ABS_LO12_NC", Const, 4, ""},
3052 {"R_AARCH64_LD_PREL_LO19", Const, 4, ""},
3053 {"R_AARCH64_MOVW_SABS_G0", Const, 4, ""},
3054 {"R_AARCH64_MOVW_SABS_G1", Const, 4, ""},
3055 {"R_AARCH64_MOVW_SABS_G2", Const, 4, ""},
3056 {"R_AARCH64_MOVW_UABS_G0", Const, 4, ""},
3057 {"R_AARCH64_MOVW_UABS_G0_NC", Const, 4, ""},
3058 {"R_AARCH64_MOVW_UABS_G1", Const, 4, ""},
3059 {"R_AARCH64_MOVW_UABS_G1_NC", Const, 4, ""},
3060 {"R_AARCH64_MOVW_UABS_G2", Const, 4, ""},
3061 {"R_AARCH64_MOVW_UABS_G2_NC", Const, 4, ""},
3062 {"R_AARCH64_MOVW_UABS_G3", Const, 4, ""},
3063 {"R_AARCH64_NONE", Const, 4, ""},
3064 {"R_AARCH64_NULL", Const, 4, ""},
3065 {"R_AARCH64_P32_ABS16", Const, 4, ""},
3066 {"R_AARCH64_P32_ABS32", Const, 4, ""},
3067 {"R_AARCH64_P32_ADD_ABS_LO12_NC", Const, 4, ""},
3068 {"R_AARCH64_P32_ADR_GOT_PAGE", Const, 4, ""},
3069 {"R_AARCH64_P32_ADR_PREL_LO21", Const, 4, ""},
3070 {"R_AARCH64_P32_ADR_PREL_PG_HI21", Const, 4, ""},
3071 {"R_AARCH64_P32_CALL26", Const, 4, ""},
3072 {"R_AARCH64_P32_CONDBR19", Const, 4, ""},
3073 {"R_AARCH64_P32_COPY", Const, 4, ""},
3074 {"R_AARCH64_P32_GLOB_DAT", Const, 4, ""},
3075 {"R_AARCH64_P32_GOT_LD_PREL19", Const, 4, ""},
3076 {"R_AARCH64_P32_IRELATIVE", Const, 4, ""},
3077 {"R_AARCH64_P32_JUMP26", Const, 4, ""},
3078 {"R_AARCH64_P32_JUMP_SLOT", Const, 4, ""},
3079 {"R_AARCH64_P32_LD32_GOT_LO12_NC", Const, 4, ""},
3080 {"R_AARCH64_P32_LDST128_ABS_LO12_NC", Const, 4, ""},
3081 {"R_AARCH64_P32_LDST16_ABS_LO12_NC", Const, 4, ""},
3082 {"R_AARCH64_P32_LDST32_ABS_LO12_NC", Const, 4, ""},
3083 {"R_AARCH64_P32_LDST64_ABS_LO12_NC", Const, 4, ""},
3084 {"R_AARCH64_P32_LDST8_ABS_LO12_NC", Const, 4, ""},
3085 {"R_AARCH64_P32_LD_PREL_LO19", Const, 4, ""},
3086 {"R_AARCH64_P32_MOVW_SABS_G0", Const, 4, ""},
3087 {"R_AARCH64_P32_MOVW_UABS_G0", Const, 4, ""},
3088 {"R_AARCH64_P32_MOVW_UABS_G0_NC", Const, 4, ""},
3089 {"R_AARCH64_P32_MOVW_UABS_G1", Const, 4, ""},
3090 {"R_AARCH64_P32_PREL16", Const, 4, ""},
3091 {"R_AARCH64_P32_PREL32", Const, 4, ""},
3092 {"R_AARCH64_P32_RELATIVE", Const, 4, ""},
3093 {"R_AARCH64_P32_TLSDESC", Const, 4, ""},
3094 {"R_AARCH64_P32_TLSDESC_ADD_LO12_NC", Const, 4, ""},
3095 {"R_AARCH64_P32_TLSDESC_ADR_PAGE21", Const, 4, ""},
3096 {"R_AARCH64_P32_TLSDESC_ADR_PREL21", Const, 4, ""},
3097 {"R_AARCH64_P32_TLSDESC_CALL", Const, 4, ""},
3098 {"R_AARCH64_P32_TLSDESC_LD32_LO12_NC", Const, 4, ""},
3099 {"R_AARCH64_P32_TLSDESC_LD_PREL19", Const, 4, ""},
3100 {"R_AARCH64_P32_TLSGD_ADD_LO12_NC", Const, 4, ""},
3101 {"R_AARCH64_P32_TLSGD_ADR_PAGE21", Const, 4, ""},
3102 {"R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
3103 {"R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", Const, 4, ""},
3104 {"R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
3105 {"R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
3106 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
3107 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
3108 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
3109 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
3110 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
3111 {"R_AARCH64_P32_TLS_DTPMOD", Const, 4, ""},
3112 {"R_AARCH64_P32_TLS_DTPREL", Const, 4, ""},
3113 {"R_AARCH64_P32_TLS_TPREL", Const, 4, ""},
3114 {"R_AARCH64_P32_TSTBR14", Const, 4, ""},
3115 {"R_AARCH64_PREL16", Const, 4, ""},
3116 {"R_AARCH64_PREL32", Const, 4, ""},
3117 {"R_AARCH64_PREL64", Const, 4, ""},
3118 {"R_AARCH64_RELATIVE", Const, 4, ""},
3119 {"R_AARCH64_TLSDESC", Const, 4, ""},
3120 {"R_AARCH64_TLSDESC_ADD", Const, 4, ""},
3121 {"R_AARCH64_TLSDESC_ADD_LO12_NC", Const, 4, ""},
3122 {"R_AARCH64_TLSDESC_ADR_PAGE21", Const, 4, ""},
3123 {"R_AARCH64_TLSDESC_ADR_PREL21", Const, 4, ""},
3124 {"R_AARCH64_TLSDESC_CALL", Const, 4, ""},
3125 {"R_AARCH64_TLSDESC_LD64_LO12_NC", Const, 4, ""},
3126 {"R_AARCH64_TLSDESC_LDR", Const, 4, ""},
3127 {"R_AARCH64_TLSDESC_LD_PREL19", Const, 4, ""},
3128 {"R_AARCH64_TLSDESC_OFF_G0_NC", Const, 4, ""},
3129 {"R_AARCH64_TLSDESC_OFF_G1", Const, 4, ""},
3130 {"R_AARCH64_TLSGD_ADD_LO12_NC", Const, 4, ""},
3131 {"R_AARCH64_TLSGD_ADR_PAGE21", Const, 4, ""},
3132 {"R_AARCH64_TLSGD_ADR_PREL21", Const, 10, ""},
3133 {"R_AARCH64_TLSGD_MOVW_G0_NC", Const, 10, ""},
3134 {"R_AARCH64_TLSGD_MOVW_G1", Const, 10, ""},
3135 {"R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
3136 {"R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", Const, 4, ""},
3137 {"R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
3138 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", Const, 4, ""},
3139 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", Const, 4, ""},
3140 {"R_AARCH64_TLSLD_ADR_PAGE21", Const, 10, ""},
3141 {"R_AARCH64_TLSLD_ADR_PREL21", Const, 10, ""},
3142 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12", Const, 10, ""},
3143 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC", Const, 10, ""},
3144 {"R_AARCH64_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
3145 {"R_AARCH64_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
3146 {"R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
3147 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12", Const, 10, ""},
3148 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC", Const, 10, ""},
3149 {"R_AARCH64_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
3150 {"R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
3151 {"R_AARCH64_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
3152 {"R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", Const, 4, ""},
3153 {"R_AARCH64_TLSLE_MOVW_TPREL_G2", Const, 4, ""},
3154 {"R_AARCH64_TLS_DTPMOD64", Const, 4, ""},
3155 {"R_AARCH64_TLS_DTPREL64", Const, 4, ""},
3156 {"R_AARCH64_TLS_TPREL64", Const, 4, ""},
3157 {"R_AARCH64_TSTBR14", Const, 4, ""},
3158 {"R_ALPHA", Type, 0, ""},
3159 {"R_ALPHA_BRADDR", Const, 0, ""},
3160 {"R_ALPHA_COPY", Const, 0, ""},
3161 {"R_ALPHA_GLOB_DAT", Const, 0, ""},
3162 {"R_ALPHA_GPDISP", Const, 0, ""},
3163 {"R_ALPHA_GPREL32", Const, 0, ""},
3164 {"R_ALPHA_GPRELHIGH", Const, 0, ""},
3165 {"R_ALPHA_GPRELLOW", Const, 0, ""},
3166 {"R_ALPHA_GPVALUE", Const, 0, ""},
3167 {"R_ALPHA_HINT", Const, 0, ""},
3168 {"R_ALPHA_IMMED_BR_HI32", Const, 0, ""},
3169 {"R_ALPHA_IMMED_GP_16", Const, 0, ""},
3170 {"R_ALPHA_IMMED_GP_HI32", Const, 0, ""},
3171 {"R_ALPHA_IMMED_LO32", Const, 0, ""},
3172 {"R_ALPHA_IMMED_SCN_HI32", Const, 0, ""},
3173 {"R_ALPHA_JMP_SLOT", Const, 0, ""},
3174 {"R_ALPHA_LITERAL", Const, 0, ""},
3175 {"R_ALPHA_LITUSE", Const, 0, ""},
3176 {"R_ALPHA_NONE", Const, 0, ""},
3177 {"R_ALPHA_OP_PRSHIFT", Const, 0, ""},
3178 {"R_ALPHA_OP_PSUB", Const, 0, ""},
3179 {"R_ALPHA_OP_PUSH", Const, 0, ""},
3180 {"R_ALPHA_OP_STORE", Const, 0, ""},
3181 {"R_ALPHA_REFLONG", Const, 0, ""},
3182 {"R_ALPHA_REFQUAD", Const, 0, ""},
3183 {"R_ALPHA_RELATIVE", Const, 0, ""},
3184 {"R_ALPHA_SREL16", Const, 0, ""},
3185 {"R_ALPHA_SREL32", Const, 0, ""},
3186 {"R_ALPHA_SREL64", Const, 0, ""},
3187 {"R_ARM", Type, 0, ""},
3188 {"R_ARM_ABS12", Const, 0, ""},
3189 {"R_ARM_ABS16", Const, 0, ""},
3190 {"R_ARM_ABS32", Const, 0, ""},
3191 {"R_ARM_ABS32_NOI", Const, 10, ""},
3192 {"R_ARM_ABS8", Const, 0, ""},
3193 {"R_ARM_ALU_PCREL_15_8", Const, 10, ""},
3194 {"R_ARM_ALU_PCREL_23_15", Const, 10, ""},
3195 {"R_ARM_ALU_PCREL_7_0", Const, 10, ""},
3196 {"R_ARM_ALU_PC_G0", Const, 10, ""},
3197 {"R_ARM_ALU_PC_G0_NC", Const, 10, ""},
3198 {"R_ARM_ALU_PC_G1", Const, 10, ""},
3199 {"R_ARM_ALU_PC_G1_NC", Const, 10, ""},
3200 {"R_ARM_ALU_PC_G2", Const, 10, ""},
3201 {"R_ARM_ALU_SBREL_19_12_NC", Const, 10, ""},
3202 {"R_ARM_ALU_SBREL_27_20_CK", Const, 10, ""},
3203 {"R_ARM_ALU_SB_G0", Const, 10, ""},
3204 {"R_ARM_ALU_SB_G0_NC", Const, 10, ""},
3205 {"R_ARM_ALU_SB_G1", Const, 10, ""},
3206 {"R_ARM_ALU_SB_G1_NC", Const, 10, ""},
3207 {"R_ARM_ALU_SB_G2", Const, 10, ""},
3208 {"R_ARM_AMP_VCALL9", Const, 0, ""},
3209 {"R_ARM_BASE_ABS", Const, 10, ""},
3210 {"R_ARM_CALL", Const, 10, ""},
3211 {"R_ARM_COPY", Const, 0, ""},
3212 {"R_ARM_GLOB_DAT", Const, 0, ""},
3213 {"R_ARM_GNU_VTENTRY", Const, 0, ""},
3214 {"R_ARM_GNU_VTINHERIT", Const, 0, ""},
3215 {"R_ARM_GOT32", Const, 0, ""},
3216 {"R_ARM_GOTOFF", Const, 0, ""},
3217 {"R_ARM_GOTOFF12", Const, 10, ""},
3218 {"R_ARM_GOTPC", Const, 0, ""},
3219 {"R_ARM_GOTRELAX", Const, 10, ""},
3220 {"R_ARM_GOT_ABS", Const, 10, ""},
3221 {"R_ARM_GOT_BREL12", Const, 10, ""},
3222 {"R_ARM_GOT_PREL", Const, 10, ""},
3223 {"R_ARM_IRELATIVE", Const, 10, ""},
3224 {"R_ARM_JUMP24", Const, 10, ""},
3225 {"R_ARM_JUMP_SLOT", Const, 0, ""},
3226 {"R_ARM_LDC_PC_G0", Const, 10, ""},
3227 {"R_ARM_LDC_PC_G1", Const, 10, ""},
3228 {"R_ARM_LDC_PC_G2", Const, 10, ""},
3229 {"R_ARM_LDC_SB_G0", Const, 10, ""},
3230 {"R_ARM_LDC_SB_G1", Const, 10, ""},
3231 {"R_ARM_LDC_SB_G2", Const, 10, ""},
3232 {"R_ARM_LDRS_PC_G0", Const, 10, ""},
3233 {"R_ARM_LDRS_PC_G1", Const, 10, ""},
3234 {"R_ARM_LDRS_PC_G2", Const, 10, ""},
3235 {"R_ARM_LDRS_SB_G0", Const, 10, ""},
3236 {"R_ARM_LDRS_SB_G1", Const, 10, ""},
3237 {"R_ARM_LDRS_SB_G2", Const, 10, ""},
3238 {"R_ARM_LDR_PC_G1", Const, 10, ""},
3239 {"R_ARM_LDR_PC_G2", Const, 10, ""},
3240 {"R_ARM_LDR_SBREL_11_10_NC", Const, 10, ""},
3241 {"R_ARM_LDR_SB_G0", Const, 10, ""},
3242 {"R_ARM_LDR_SB_G1", Const, 10, ""},
3243 {"R_ARM_LDR_SB_G2", Const, 10, ""},
3244 {"R_ARM_ME_TOO", Const, 10, ""},
3245 {"R_ARM_MOVT_ABS", Const, 10, ""},
3246 {"R_ARM_MOVT_BREL", Const, 10, ""},
3247 {"R_ARM_MOVT_PREL", Const, 10, ""},
3248 {"R_ARM_MOVW_ABS_NC", Const, 10, ""},
3249 {"R_ARM_MOVW_BREL", Const, 10, ""},
3250 {"R_ARM_MOVW_BREL_NC", Const, 10, ""},
3251 {"R_ARM_MOVW_PREL_NC", Const, 10, ""},
3252 {"R_ARM_NONE", Const, 0, ""},
3253 {"R_ARM_PC13", Const, 0, ""},
3254 {"R_ARM_PC24", Const, 0, ""},
3255 {"R_ARM_PLT32", Const, 0, ""},
3256 {"R_ARM_PLT32_ABS", Const, 10, ""},
3257 {"R_ARM_PREL31", Const, 10, ""},
3258 {"R_ARM_PRIVATE_0", Const, 10, ""},
3259 {"R_ARM_PRIVATE_1", Const, 10, ""},
3260 {"R_ARM_PRIVATE_10", Const, 10, ""},
3261 {"R_ARM_PRIVATE_11", Const, 10, ""},
3262 {"R_ARM_PRIVATE_12", Const, 10, ""},
3263 {"R_ARM_PRIVATE_13", Const, 10, ""},
3264 {"R_ARM_PRIVATE_14", Const, 10, ""},
3265 {"R_ARM_PRIVATE_15", Const, 10, ""},
3266 {"R_ARM_PRIVATE_2", Const, 10, ""},
3267 {"R_ARM_PRIVATE_3", Const, 10, ""},
3268 {"R_ARM_PRIVATE_4", Const, 10, ""},
3269 {"R_ARM_PRIVATE_5", Const, 10, ""},
3270 {"R_ARM_PRIVATE_6", Const, 10, ""},
3271 {"R_ARM_PRIVATE_7", Const, 10, ""},
3272 {"R_ARM_PRIVATE_8", Const, 10, ""},
3273 {"R_ARM_PRIVATE_9", Const, 10, ""},
3274 {"R_ARM_RABS32", Const, 0, ""},
3275 {"R_ARM_RBASE", Const, 0, ""},
3276 {"R_ARM_REL32", Const, 0, ""},
3277 {"R_ARM_REL32_NOI", Const, 10, ""},
3278 {"R_ARM_RELATIVE", Const, 0, ""},
3279 {"R_ARM_RPC24", Const, 0, ""},
3280 {"R_ARM_RREL32", Const, 0, ""},
3281 {"R_ARM_RSBREL32", Const, 0, ""},
3282 {"R_ARM_RXPC25", Const, 10, ""},
3283 {"R_ARM_SBREL31", Const, 10, ""},
3284 {"R_ARM_SBREL32", Const, 0, ""},
3285 {"R_ARM_SWI24", Const, 0, ""},
3286 {"R_ARM_TARGET1", Const, 10, ""},
3287 {"R_ARM_TARGET2", Const, 10, ""},
3288 {"R_ARM_THM_ABS5", Const, 0, ""},
3289 {"R_ARM_THM_ALU_ABS_G0_NC", Const, 10, ""},
3290 {"R_ARM_THM_ALU_ABS_G1_NC", Const, 10, ""},
3291 {"R_ARM_THM_ALU_ABS_G2_NC", Const, 10, ""},
3292 {"R_ARM_THM_ALU_ABS_G3", Const, 10, ""},
3293 {"R_ARM_THM_ALU_PREL_11_0", Const, 10, ""},
3294 {"R_ARM_THM_GOT_BREL12", Const, 10, ""},
3295 {"R_ARM_THM_JUMP11", Const, 10, ""},
3296 {"R_ARM_THM_JUMP19", Const, 10, ""},
3297 {"R_ARM_THM_JUMP24", Const, 10, ""},
3298 {"R_ARM_THM_JUMP6", Const, 10, ""},
3299 {"R_ARM_THM_JUMP8", Const, 10, ""},
3300 {"R_ARM_THM_MOVT_ABS", Const, 10, ""},
3301 {"R_ARM_THM_MOVT_BREL", Const, 10, ""},
3302 {"R_ARM_THM_MOVT_PREL", Const, 10, ""},
3303 {"R_ARM_THM_MOVW_ABS_NC", Const, 10, ""},
3304 {"R_ARM_THM_MOVW_BREL", Const, 10, ""},
3305 {"R_ARM_THM_MOVW_BREL_NC", Const, 10, ""},
3306 {"R_ARM_THM_MOVW_PREL_NC", Const, 10, ""},
3307 {"R_ARM_THM_PC12", Const, 10, ""},
3308 {"R_ARM_THM_PC22", Const, 0, ""},
3309 {"R_ARM_THM_PC8", Const, 0, ""},
3310 {"R_ARM_THM_RPC22", Const, 0, ""},
3311 {"R_ARM_THM_SWI8", Const, 0, ""},
3312 {"R_ARM_THM_TLS_CALL", Const, 10, ""},
3313 {"R_ARM_THM_TLS_DESCSEQ16", Const, 10, ""},
3314 {"R_ARM_THM_TLS_DESCSEQ32", Const, 10, ""},
3315 {"R_ARM_THM_XPC22", Const, 0, ""},
3316 {"R_ARM_TLS_CALL", Const, 10, ""},
3317 {"R_ARM_TLS_DESCSEQ", Const, 10, ""},
3318 {"R_ARM_TLS_DTPMOD32", Const, 10, ""},
3319 {"R_ARM_TLS_DTPOFF32", Const, 10, ""},
3320 {"R_ARM_TLS_GD32", Const, 10, ""},
3321 {"R_ARM_TLS_GOTDESC", Const, 10, ""},
3322 {"R_ARM_TLS_IE12GP", Const, 10, ""},
3323 {"R_ARM_TLS_IE32", Const, 10, ""},
3324 {"R_ARM_TLS_LDM32", Const, 10, ""},
3325 {"R_ARM_TLS_LDO12", Const, 10, ""},
3326 {"R_ARM_TLS_LDO32", Const, 10, ""},
3327 {"R_ARM_TLS_LE12", Const, 10, ""},
3328 {"R_ARM_TLS_LE32", Const, 10, ""},
3329 {"R_ARM_TLS_TPOFF32", Const, 10, ""},
3330 {"R_ARM_V4BX", Const, 10, ""},
3331 {"R_ARM_XPC25", Const, 0, ""},
3332 {"R_INFO", Func, 0, "func(sym uint32, typ uint32) uint64"},
3333 {"R_INFO32", Func, 0, "func(sym uint32, typ uint32) uint32"},
3334 {"R_LARCH", Type, 19, ""},
3335 {"R_LARCH_32", Const, 19, ""},
3336 {"R_LARCH_32_PCREL", Const, 20, ""},
3337 {"R_LARCH_64", Const, 19, ""},
3338 {"R_LARCH_64_PCREL", Const, 22, ""},
3339 {"R_LARCH_ABS64_HI12", Const, 20, ""},
3340 {"R_LARCH_ABS64_LO20", Const, 20, ""},
3341 {"R_LARCH_ABS_HI20", Const, 20, ""},
3342 {"R_LARCH_ABS_LO12", Const, 20, ""},
3343 {"R_LARCH_ADD16", Const, 19, ""},
3344 {"R_LARCH_ADD24", Const, 19, ""},
3345 {"R_LARCH_ADD32", Const, 19, ""},
3346 {"R_LARCH_ADD6", Const, 22, ""},
3347 {"R_LARCH_ADD64", Const, 19, ""},
3348 {"R_LARCH_ADD8", Const, 19, ""},
3349 {"R_LARCH_ADD_ULEB128", Const, 22, ""},
3350 {"R_LARCH_ALIGN", Const, 22, ""},
3351 {"R_LARCH_B16", Const, 20, ""},
3352 {"R_LARCH_B21", Const, 20, ""},
3353 {"R_LARCH_B26", Const, 20, ""},
3354 {"R_LARCH_CALL36", Const, 26, ""},
3355 {"R_LARCH_CFA", Const, 22, ""},
3356 {"R_LARCH_COPY", Const, 19, ""},
3357 {"R_LARCH_DELETE", Const, 22, ""},
3358 {"R_LARCH_GNU_VTENTRY", Const, 20, ""},
3359 {"R_LARCH_GNU_VTINHERIT", Const, 20, ""},
3360 {"R_LARCH_GOT64_HI12", Const, 20, ""},
3361 {"R_LARCH_GOT64_LO20", Const, 20, ""},
3362 {"R_LARCH_GOT64_PC_HI12", Const, 20, ""},
3363 {"R_LARCH_GOT64_PC_LO20", Const, 20, ""},
3364 {"R_LARCH_GOT_HI20", Const, 20, ""},
3365 {"R_LARCH_GOT_LO12", Const, 20, ""},
3366 {"R_LARCH_GOT_PC_HI20", Const, 20, ""},
3367 {"R_LARCH_GOT_PC_LO12", Const, 20, ""},
3368 {"R_LARCH_IRELATIVE", Const, 19, ""},
3369 {"R_LARCH_JUMP_SLOT", Const, 19, ""},
3370 {"R_LARCH_MARK_LA", Const, 19, ""},
3371 {"R_LARCH_MARK_PCREL", Const, 19, ""},
3372 {"R_LARCH_NONE", Const, 19, ""},
3373 {"R_LARCH_PCALA64_HI12", Const, 20, ""},
3374 {"R_LARCH_PCALA64_LO20", Const, 20, ""},
3375 {"R_LARCH_PCALA_HI20", Const, 20, ""},
3376 {"R_LARCH_PCALA_LO12", Const, 20, ""},
3377 {"R_LARCH_PCREL20_S2", Const, 22, ""},
3378 {"R_LARCH_RELATIVE", Const, 19, ""},
3379 {"R_LARCH_RELAX", Const, 20, ""},
3380 {"R_LARCH_SOP_ADD", Const, 19, ""},
3381 {"R_LARCH_SOP_AND", Const, 19, ""},
3382 {"R_LARCH_SOP_ASSERT", Const, 19, ""},
3383 {"R_LARCH_SOP_IF_ELSE", Const, 19, ""},
3384 {"R_LARCH_SOP_NOT", Const, 19, ""},
3385 {"R_LARCH_SOP_POP_32_S_0_10_10_16_S2", Const, 19, ""},
3386 {"R_LARCH_SOP_POP_32_S_0_5_10_16_S2", Const, 19, ""},
3387 {"R_LARCH_SOP_POP_32_S_10_12", Const, 19, ""},
3388 {"R_LARCH_SOP_POP_32_S_10_16", Const, 19, ""},
3389 {"R_LARCH_SOP_POP_32_S_10_16_S2", Const, 19, ""},
3390 {"R_LARCH_SOP_POP_32_S_10_5", Const, 19, ""},
3391 {"R_LARCH_SOP_POP_32_S_5_20", Const, 19, ""},
3392 {"R_LARCH_SOP_POP_32_U", Const, 19, ""},
3393 {"R_LARCH_SOP_POP_32_U_10_12", Const, 19, ""},
3394 {"R_LARCH_SOP_PUSH_ABSOLUTE", Const, 19, ""},
3395 {"R_LARCH_SOP_PUSH_DUP", Const, 19, ""},
3396 {"R_LARCH_SOP_PUSH_GPREL", Const, 19, ""},
3397 {"R_LARCH_SOP_PUSH_PCREL", Const, 19, ""},
3398 {"R_LARCH_SOP_PUSH_PLT_PCREL", Const, 19, ""},
3399 {"R_LARCH_SOP_PUSH_TLS_GD", Const, 19, ""},
3400 {"R_LARCH_SOP_PUSH_TLS_GOT", Const, 19, ""},
3401 {"R_LARCH_SOP_PUSH_TLS_TPREL", Const, 19, ""},
3402 {"R_LARCH_SOP_SL", Const, 19, ""},
3403 {"R_LARCH_SOP_SR", Const, 19, ""},
3404 {"R_LARCH_SOP_SUB", Const, 19, ""},
3405 {"R_LARCH_SUB16", Const, 19, ""},
3406 {"R_LARCH_SUB24", Const, 19, ""},
3407 {"R_LARCH_SUB32", Const, 19, ""},
3408 {"R_LARCH_SUB6", Const, 22, ""},
3409 {"R_LARCH_SUB64", Const, 19, ""},
3410 {"R_LARCH_SUB8", Const, 19, ""},
3411 {"R_LARCH_SUB_ULEB128", Const, 22, ""},
3412 {"R_LARCH_TLS_DESC32", Const, 26, ""},
3413 {"R_LARCH_TLS_DESC64", Const, 26, ""},
3414 {"R_LARCH_TLS_DESC64_HI12", Const, 26, ""},
3415 {"R_LARCH_TLS_DESC64_LO20", Const, 26, ""},
3416 {"R_LARCH_TLS_DESC64_PC_HI12", Const, 26, ""},
3417 {"R_LARCH_TLS_DESC64_PC_LO20", Const, 26, ""},
3418 {"R_LARCH_TLS_DESC_CALL", Const, 26, ""},
3419 {"R_LARCH_TLS_DESC_HI20", Const, 26, ""},
3420 {"R_LARCH_TLS_DESC_LD", Const, 26, ""},
3421 {"R_LARCH_TLS_DESC_LO12", Const, 26, ""},
3422 {"R_LARCH_TLS_DESC_PCREL20_S2", Const, 26, ""},
3423 {"R_LARCH_TLS_DESC_PC_HI20", Const, 26, ""},
3424 {"R_LARCH_TLS_DESC_PC_LO12", Const, 26, ""},
3425 {"R_LARCH_TLS_DTPMOD32", Const, 19, ""},
3426 {"R_LARCH_TLS_DTPMOD64", Const, 19, ""},
3427 {"R_LARCH_TLS_DTPREL32", Const, 19, ""},
3428 {"R_LARCH_TLS_DTPREL64", Const, 19, ""},
3429 {"R_LARCH_TLS_GD_HI20", Const, 20, ""},
3430 {"R_LARCH_TLS_GD_PCREL20_S2", Const, 26, ""},
3431 {"R_LARCH_TLS_GD_PC_HI20", Const, 20, ""},
3432 {"R_LARCH_TLS_IE64_HI12", Const, 20, ""},
3433 {"R_LARCH_TLS_IE64_LO20", Const, 20, ""},
3434 {"R_LARCH_TLS_IE64_PC_HI12", Const, 20, ""},
3435 {"R_LARCH_TLS_IE64_PC_LO20", Const, 20, ""},
3436 {"R_LARCH_TLS_IE_HI20", Const, 20, ""},
3437 {"R_LARCH_TLS_IE_LO12", Const, 20, ""},
3438 {"R_LARCH_TLS_IE_PC_HI20", Const, 20, ""},
3439 {"R_LARCH_TLS_IE_PC_LO12", Const, 20, ""},
3440 {"R_LARCH_TLS_LD_HI20", Const, 20, ""},
3441 {"R_LARCH_TLS_LD_PCREL20_S2", Const, 26, ""},
3442 {"R_LARCH_TLS_LD_PC_HI20", Const, 20, ""},
3443 {"R_LARCH_TLS_LE64_HI12", Const, 20, ""},
3444 {"R_LARCH_TLS_LE64_LO20", Const, 20, ""},
3445 {"R_LARCH_TLS_LE_ADD_R", Const, 26, ""},
3446 {"R_LARCH_TLS_LE_HI20", Const, 20, ""},
3447 {"R_LARCH_TLS_LE_HI20_R", Const, 26, ""},
3448 {"R_LARCH_TLS_LE_LO12", Const, 20, ""},
3449 {"R_LARCH_TLS_LE_LO12_R", Const, 26, ""},
3450 {"R_LARCH_TLS_TPREL32", Const, 19, ""},
3451 {"R_LARCH_TLS_TPREL64", Const, 19, ""},
3452 {"R_MIPS", Type, 6, ""},
3453 {"R_MIPS_16", Const, 6, ""},
3454 {"R_MIPS_26", Const, 6, ""},
3455 {"R_MIPS_32", Const, 6, ""},
3456 {"R_MIPS_64", Const, 6, ""},
3457 {"R_MIPS_ADD_IMMEDIATE", Const, 6, ""},
3458 {"R_MIPS_CALL16", Const, 6, ""},
3459 {"R_MIPS_CALL_HI16", Const, 6, ""},
3460 {"R_MIPS_CALL_LO16", Const, 6, ""},
3461 {"R_MIPS_DELETE", Const, 6, ""},
3462 {"R_MIPS_GOT16", Const, 6, ""},
3463 {"R_MIPS_GOT_DISP", Const, 6, ""},
3464 {"R_MIPS_GOT_HI16", Const, 6, ""},
3465 {"R_MIPS_GOT_LO16", Const, 6, ""},
3466 {"R_MIPS_GOT_OFST", Const, 6, ""},
3467 {"R_MIPS_GOT_PAGE", Const, 6, ""},
3468 {"R_MIPS_GPREL16", Const, 6, ""},
3469 {"R_MIPS_GPREL32", Const, 6, ""},
3470 {"R_MIPS_HI16", Const, 6, ""},
3471 {"R_MIPS_HIGHER", Const, 6, ""},
3472 {"R_MIPS_HIGHEST", Const, 6, ""},
3473 {"R_MIPS_INSERT_A", Const, 6, ""},
3474 {"R_MIPS_INSERT_B", Const, 6, ""},
3475 {"R_MIPS_JALR", Const, 6, ""},
3476 {"R_MIPS_LITERAL", Const, 6, ""},
3477 {"R_MIPS_LO16", Const, 6, ""},
3478 {"R_MIPS_NONE", Const, 6, ""},
3479 {"R_MIPS_PC16", Const, 6, ""},
3480 {"R_MIPS_PC32", Const, 22, ""},
3481 {"R_MIPS_PJUMP", Const, 6, ""},
3482 {"R_MIPS_REL16", Const, 6, ""},
3483 {"R_MIPS_REL32", Const, 6, ""},
3484 {"R_MIPS_RELGOT", Const, 6, ""},
3485 {"R_MIPS_SCN_DISP", Const, 6, ""},
3486 {"R_MIPS_SHIFT5", Const, 6, ""},
3487 {"R_MIPS_SHIFT6", Const, 6, ""},
3488 {"R_MIPS_SUB", Const, 6, ""},
3489 {"R_MIPS_TLS_DTPMOD32", Const, 6, ""},
3490 {"R_MIPS_TLS_DTPMOD64", Const, 6, ""},
3491 {"R_MIPS_TLS_DTPREL32", Const, 6, ""},
3492 {"R_MIPS_TLS_DTPREL64", Const, 6, ""},
3493 {"R_MIPS_TLS_DTPREL_HI16", Const, 6, ""},
3494 {"R_MIPS_TLS_DTPREL_LO16", Const, 6, ""},
3495 {"R_MIPS_TLS_GD", Const, 6, ""},
3496 {"R_MIPS_TLS_GOTTPREL", Const, 6, ""},
3497 {"R_MIPS_TLS_LDM", Const, 6, ""},
3498 {"R_MIPS_TLS_TPREL32", Const, 6, ""},
3499 {"R_MIPS_TLS_TPREL64", Const, 6, ""},
3500 {"R_MIPS_TLS_TPREL_HI16", Const, 6, ""},
3501 {"R_MIPS_TLS_TPREL_LO16", Const, 6, ""},
3502 {"R_PPC", Type, 0, ""},
3503 {"R_PPC64", Type, 5, ""},
3504 {"R_PPC64_ADDR14", Const, 5, ""},
3505 {"R_PPC64_ADDR14_BRNTAKEN", Const, 5, ""},
3506 {"R_PPC64_ADDR14_BRTAKEN", Const, 5, ""},
3507 {"R_PPC64_ADDR16", Const, 5, ""},
3508 {"R_PPC64_ADDR16_DS", Const, 5, ""},
3509 {"R_PPC64_ADDR16_HA", Const, 5, ""},
3510 {"R_PPC64_ADDR16_HI", Const, 5, ""},
3511 {"R_PPC64_ADDR16_HIGH", Const, 10, ""},
3512 {"R_PPC64_ADDR16_HIGHA", Const, 10, ""},
3513 {"R_PPC64_ADDR16_HIGHER", Const, 5, ""},
3514 {"R_PPC64_ADDR16_HIGHER34", Const, 20, ""},
3515 {"R_PPC64_ADDR16_HIGHERA", Const, 5, ""},
3516 {"R_PPC64_ADDR16_HIGHERA34", Const, 20, ""},
3517 {"R_PPC64_ADDR16_HIGHEST", Const, 5, ""},
3518 {"R_PPC64_ADDR16_HIGHEST34", Const, 20, ""},
3519 {"R_PPC64_ADDR16_HIGHESTA", Const, 5, ""},
3520 {"R_PPC64_ADDR16_HIGHESTA34", Const, 20, ""},
3521 {"R_PPC64_ADDR16_LO", Const, 5, ""},
3522 {"R_PPC64_ADDR16_LO_DS", Const, 5, ""},
3523 {"R_PPC64_ADDR24", Const, 5, ""},
3524 {"R_PPC64_ADDR32", Const, 5, ""},
3525 {"R_PPC64_ADDR64", Const, 5, ""},
3526 {"R_PPC64_ADDR64_LOCAL", Const, 10, ""},
3527 {"R_PPC64_COPY", Const, 20, ""},
3528 {"R_PPC64_D28", Const, 20, ""},
3529 {"R_PPC64_D34", Const, 20, ""},
3530 {"R_PPC64_D34_HA30", Const, 20, ""},
3531 {"R_PPC64_D34_HI30", Const, 20, ""},
3532 {"R_PPC64_D34_LO", Const, 20, ""},
3533 {"R_PPC64_DTPMOD64", Const, 5, ""},
3534 {"R_PPC64_DTPREL16", Const, 5, ""},
3535 {"R_PPC64_DTPREL16_DS", Const, 5, ""},
3536 {"R_PPC64_DTPREL16_HA", Const, 5, ""},
3537 {"R_PPC64_DTPREL16_HI", Const, 5, ""},
3538 {"R_PPC64_DTPREL16_HIGH", Const, 10, ""},
3539 {"R_PPC64_DTPREL16_HIGHA", Const, 10, ""},
3540 {"R_PPC64_DTPREL16_HIGHER", Const, 5, ""},
3541 {"R_PPC64_DTPREL16_HIGHERA", Const, 5, ""},
3542 {"R_PPC64_DTPREL16_HIGHEST", Const, 5, ""},
3543 {"R_PPC64_DTPREL16_HIGHESTA", Const, 5, ""},
3544 {"R_PPC64_DTPREL16_LO", Const, 5, ""},
3545 {"R_PPC64_DTPREL16_LO_DS", Const, 5, ""},
3546 {"R_PPC64_DTPREL34", Const, 20, ""},
3547 {"R_PPC64_DTPREL64", Const, 5, ""},
3548 {"R_PPC64_ENTRY", Const, 10, ""},
3549 {"R_PPC64_GLOB_DAT", Const, 20, ""},
3550 {"R_PPC64_GNU_VTENTRY", Const, 20, ""},
3551 {"R_PPC64_GNU_VTINHERIT", Const, 20, ""},
3552 {"R_PPC64_GOT16", Const, 5, ""},
3553 {"R_PPC64_GOT16_DS", Const, 5, ""},
3554 {"R_PPC64_GOT16_HA", Const, 5, ""},
3555 {"R_PPC64_GOT16_HI", Const, 5, ""},
3556 {"R_PPC64_GOT16_LO", Const, 5, ""},
3557 {"R_PPC64_GOT16_LO_DS", Const, 5, ""},
3558 {"R_PPC64_GOT_DTPREL16_DS", Const, 5, ""},
3559 {"R_PPC64_GOT_DTPREL16_HA", Const, 5, ""},
3560 {"R_PPC64_GOT_DTPREL16_HI", Const, 5, ""},
3561 {"R_PPC64_GOT_DTPREL16_LO_DS", Const, 5, ""},
3562 {"R_PPC64_GOT_DTPREL_PCREL34", Const, 20, ""},
3563 {"R_PPC64_GOT_PCREL34", Const, 20, ""},
3564 {"R_PPC64_GOT_TLSGD16", Const, 5, ""},
3565 {"R_PPC64_GOT_TLSGD16_HA", Const, 5, ""},
3566 {"R_PPC64_GOT_TLSGD16_HI", Const, 5, ""},
3567 {"R_PPC64_GOT_TLSGD16_LO", Const, 5, ""},
3568 {"R_PPC64_GOT_TLSGD_PCREL34", Const, 20, ""},
3569 {"R_PPC64_GOT_TLSLD16", Const, 5, ""},
3570 {"R_PPC64_GOT_TLSLD16_HA", Const, 5, ""},
3571 {"R_PPC64_GOT_TLSLD16_HI", Const, 5, ""},
3572 {"R_PPC64_GOT_TLSLD16_LO", Const, 5, ""},
3573 {"R_PPC64_GOT_TLSLD_PCREL34", Const, 20, ""},
3574 {"R_PPC64_GOT_TPREL16_DS", Const, 5, ""},
3575 {"R_PPC64_GOT_TPREL16_HA", Const, 5, ""},
3576 {"R_PPC64_GOT_TPREL16_HI", Const, 5, ""},
3577 {"R_PPC64_GOT_TPREL16_LO_DS", Const, 5, ""},
3578 {"R_PPC64_GOT_TPREL_PCREL34", Const, 20, ""},
3579 {"R_PPC64_IRELATIVE", Const, 10, ""},
3580 {"R_PPC64_JMP_IREL", Const, 10, ""},
3581 {"R_PPC64_JMP_SLOT", Const, 5, ""},
3582 {"R_PPC64_NONE", Const, 5, ""},
3583 {"R_PPC64_PCREL28", Const, 20, ""},
3584 {"R_PPC64_PCREL34", Const, 20, ""},
3585 {"R_PPC64_PCREL_OPT", Const, 20, ""},
3586 {"R_PPC64_PLT16_HA", Const, 20, ""},
3587 {"R_PPC64_PLT16_HI", Const, 20, ""},
3588 {"R_PPC64_PLT16_LO", Const, 20, ""},
3589 {"R_PPC64_PLT16_LO_DS", Const, 10, ""},
3590 {"R_PPC64_PLT32", Const, 20, ""},
3591 {"R_PPC64_PLT64", Const, 20, ""},
3592 {"R_PPC64_PLTCALL", Const, 20, ""},
3593 {"R_PPC64_PLTCALL_NOTOC", Const, 20, ""},
3594 {"R_PPC64_PLTGOT16", Const, 10, ""},
3595 {"R_PPC64_PLTGOT16_DS", Const, 10, ""},
3596 {"R_PPC64_PLTGOT16_HA", Const, 10, ""},
3597 {"R_PPC64_PLTGOT16_HI", Const, 10, ""},
3598 {"R_PPC64_PLTGOT16_LO", Const, 10, ""},
3599 {"R_PPC64_PLTGOT_LO_DS", Const, 10, ""},
3600 {"R_PPC64_PLTREL32", Const, 20, ""},
3601 {"R_PPC64_PLTREL64", Const, 20, ""},
3602 {"R_PPC64_PLTSEQ", Const, 20, ""},
3603 {"R_PPC64_PLTSEQ_NOTOC", Const, 20, ""},
3604 {"R_PPC64_PLT_PCREL34", Const, 20, ""},
3605 {"R_PPC64_PLT_PCREL34_NOTOC", Const, 20, ""},
3606 {"R_PPC64_REL14", Const, 5, ""},
3607 {"R_PPC64_REL14_BRNTAKEN", Const, 5, ""},
3608 {"R_PPC64_REL14_BRTAKEN", Const, 5, ""},
3609 {"R_PPC64_REL16", Const, 5, ""},
3610 {"R_PPC64_REL16DX_HA", Const, 10, ""},
3611 {"R_PPC64_REL16_HA", Const, 5, ""},
3612 {"R_PPC64_REL16_HI", Const, 5, ""},
3613 {"R_PPC64_REL16_HIGH", Const, 20, ""},
3614 {"R_PPC64_REL16_HIGHA", Const, 20, ""},
3615 {"R_PPC64_REL16_HIGHER", Const, 20, ""},
3616 {"R_PPC64_REL16_HIGHER34", Const, 20, ""},
3617 {"R_PPC64_REL16_HIGHERA", Const, 20, ""},
3618 {"R_PPC64_REL16_HIGHERA34", Const, 20, ""},
3619 {"R_PPC64_REL16_HIGHEST", Const, 20, ""},
3620 {"R_PPC64_REL16_HIGHEST34", Const, 20, ""},
3621 {"R_PPC64_REL16_HIGHESTA", Const, 20, ""},
3622 {"R_PPC64_REL16_HIGHESTA34", Const, 20, ""},
3623 {"R_PPC64_REL16_LO", Const, 5, ""},
3624 {"R_PPC64_REL24", Const, 5, ""},
3625 {"R_PPC64_REL24_NOTOC", Const, 10, ""},
3626 {"R_PPC64_REL24_P9NOTOC", Const, 21, ""},
3627 {"R_PPC64_REL30", Const, 20, ""},
3628 {"R_PPC64_REL32", Const, 5, ""},
3629 {"R_PPC64_REL64", Const, 5, ""},
3630 {"R_PPC64_RELATIVE", Const, 18, ""},
3631 {"R_PPC64_SECTOFF", Const, 20, ""},
3632 {"R_PPC64_SECTOFF_DS", Const, 10, ""},
3633 {"R_PPC64_SECTOFF_HA", Const, 20, ""},
3634 {"R_PPC64_SECTOFF_HI", Const, 20, ""},
3635 {"R_PPC64_SECTOFF_LO", Const, 20, ""},
3636 {"R_PPC64_SECTOFF_LO_DS", Const, 10, ""},
3637 {"R_PPC64_TLS", Const, 5, ""},
3638 {"R_PPC64_TLSGD", Const, 5, ""},
3639 {"R_PPC64_TLSLD", Const, 5, ""},
3640 {"R_PPC64_TOC", Const, 5, ""},
3641 {"R_PPC64_TOC16", Const, 5, ""},
3642 {"R_PPC64_TOC16_DS", Const, 5, ""},
3643 {"R_PPC64_TOC16_HA", Const, 5, ""},
3644 {"R_PPC64_TOC16_HI", Const, 5, ""},
3645 {"R_PPC64_TOC16_LO", Const, 5, ""},
3646 {"R_PPC64_TOC16_LO_DS", Const, 5, ""},
3647 {"R_PPC64_TOCSAVE", Const, 10, ""},
3648 {"R_PPC64_TPREL16", Const, 5, ""},
3649 {"R_PPC64_TPREL16_DS", Const, 5, ""},
3650 {"R_PPC64_TPREL16_HA", Const, 5, ""},
3651 {"R_PPC64_TPREL16_HI", Const, 5, ""},
3652 {"R_PPC64_TPREL16_HIGH", Const, 10, ""},
3653 {"R_PPC64_TPREL16_HIGHA", Const, 10, ""},
3654 {"R_PPC64_TPREL16_HIGHER", Const, 5, ""},
3655 {"R_PPC64_TPREL16_HIGHERA", Const, 5, ""},
3656 {"R_PPC64_TPREL16_HIGHEST", Const, 5, ""},
3657 {"R_PPC64_TPREL16_HIGHESTA", Const, 5, ""},
3658 {"R_PPC64_TPREL16_LO", Const, 5, ""},
3659 {"R_PPC64_TPREL16_LO_DS", Const, 5, ""},
3660 {"R_PPC64_TPREL34", Const, 20, ""},
3661 {"R_PPC64_TPREL64", Const, 5, ""},
3662 {"R_PPC64_UADDR16", Const, 20, ""},
3663 {"R_PPC64_UADDR32", Const, 20, ""},
3664 {"R_PPC64_UADDR64", Const, 20, ""},
3665 {"R_PPC_ADDR14", Const, 0, ""},
3666 {"R_PPC_ADDR14_BRNTAKEN", Const, 0, ""},
3667 {"R_PPC_ADDR14_BRTAKEN", Const, 0, ""},
3668 {"R_PPC_ADDR16", Const, 0, ""},
3669 {"R_PPC_ADDR16_HA", Const, 0, ""},
3670 {"R_PPC_ADDR16_HI", Const, 0, ""},
3671 {"R_PPC_ADDR16_LO", Const, 0, ""},
3672 {"R_PPC_ADDR24", Const, 0, ""},
3673 {"R_PPC_ADDR32", Const, 0, ""},
3674 {"R_PPC_COPY", Const, 0, ""},
3675 {"R_PPC_DTPMOD32", Const, 0, ""},
3676 {"R_PPC_DTPREL16", Const, 0, ""},
3677 {"R_PPC_DTPREL16_HA", Const, 0, ""},
3678 {"R_PPC_DTPREL16_HI", Const, 0, ""},
3679 {"R_PPC_DTPREL16_LO", Const, 0, ""},
3680 {"R_PPC_DTPREL32", Const, 0, ""},
3681 {"R_PPC_EMB_BIT_FLD", Const, 0, ""},
3682 {"R_PPC_EMB_MRKREF", Const, 0, ""},
3683 {"R_PPC_EMB_NADDR16", Const, 0, ""},
3684 {"R_PPC_EMB_NADDR16_HA", Const, 0, ""},
3685 {"R_PPC_EMB_NADDR16_HI", Const, 0, ""},
3686 {"R_PPC_EMB_NADDR16_LO", Const, 0, ""},
3687 {"R_PPC_EMB_NADDR32", Const, 0, ""},
3688 {"R_PPC_EMB_RELSDA", Const, 0, ""},
3689 {"R_PPC_EMB_RELSEC16", Const, 0, ""},
3690 {"R_PPC_EMB_RELST_HA", Const, 0, ""},
3691 {"R_PPC_EMB_RELST_HI", Const, 0, ""},
3692 {"R_PPC_EMB_RELST_LO", Const, 0, ""},
3693 {"R_PPC_EMB_SDA21", Const, 0, ""},
3694 {"R_PPC_EMB_SDA2I16", Const, 0, ""},
3695 {"R_PPC_EMB_SDA2REL", Const, 0, ""},
3696 {"R_PPC_EMB_SDAI16", Const, 0, ""},
3697 {"R_PPC_GLOB_DAT", Const, 0, ""},
3698 {"R_PPC_GOT16", Const, 0, ""},
3699 {"R_PPC_GOT16_HA", Const, 0, ""},
3700 {"R_PPC_GOT16_HI", Const, 0, ""},
3701 {"R_PPC_GOT16_LO", Const, 0, ""},
3702 {"R_PPC_GOT_TLSGD16", Const, 0, ""},
3703 {"R_PPC_GOT_TLSGD16_HA", Const, 0, ""},
3704 {"R_PPC_GOT_TLSGD16_HI", Const, 0, ""},
3705 {"R_PPC_GOT_TLSGD16_LO", Const, 0, ""},
3706 {"R_PPC_GOT_TLSLD16", Const, 0, ""},
3707 {"R_PPC_GOT_TLSLD16_HA", Const, 0, ""},
3708 {"R_PPC_GOT_TLSLD16_HI", Const, 0, ""},
3709 {"R_PPC_GOT_TLSLD16_LO", Const, 0, ""},
3710 {"R_PPC_GOT_TPREL16", Const, 0, ""},
3711 {"R_PPC_GOT_TPREL16_HA", Const, 0, ""},
3712 {"R_PPC_GOT_TPREL16_HI", Const, 0, ""},
3713 {"R_PPC_GOT_TPREL16_LO", Const, 0, ""},
3714 {"R_PPC_JMP_SLOT", Const, 0, ""},
3715 {"R_PPC_LOCAL24PC", Const, 0, ""},
3716 {"R_PPC_NONE", Const, 0, ""},
3717 {"R_PPC_PLT16_HA", Const, 0, ""},
3718 {"R_PPC_PLT16_HI", Const, 0, ""},
3719 {"R_PPC_PLT16_LO", Const, 0, ""},
3720 {"R_PPC_PLT32", Const, 0, ""},
3721 {"R_PPC_PLTREL24", Const, 0, ""},
3722 {"R_PPC_PLTREL32", Const, 0, ""},
3723 {"R_PPC_REL14", Const, 0, ""},
3724 {"R_PPC_REL14_BRNTAKEN", Const, 0, ""},
3725 {"R_PPC_REL14_BRTAKEN", Const, 0, ""},
3726 {"R_PPC_REL24", Const, 0, ""},
3727 {"R_PPC_REL32", Const, 0, ""},
3728 {"R_PPC_RELATIVE", Const, 0, ""},
3729 {"R_PPC_SDAREL16", Const, 0, ""},
3730 {"R_PPC_SECTOFF", Const, 0, ""},
3731 {"R_PPC_SECTOFF_HA", Const, 0, ""},
3732 {"R_PPC_SECTOFF_HI", Const, 0, ""},
3733 {"R_PPC_SECTOFF_LO", Const, 0, ""},
3734 {"R_PPC_TLS", Const, 0, ""},
3735 {"R_PPC_TPREL16", Const, 0, ""},
3736 {"R_PPC_TPREL16_HA", Const, 0, ""},
3737 {"R_PPC_TPREL16_HI", Const, 0, ""},
3738 {"R_PPC_TPREL16_LO", Const, 0, ""},
3739 {"R_PPC_TPREL32", Const, 0, ""},
3740 {"R_PPC_UADDR16", Const, 0, ""},
3741 {"R_PPC_UADDR32", Const, 0, ""},
3742 {"R_RISCV", Type, 11, ""},
3743 {"R_RISCV_32", Const, 11, ""},
3744 {"R_RISCV_32_PCREL", Const, 12, ""},
3745 {"R_RISCV_64", Const, 11, ""},
3746 {"R_RISCV_ADD16", Const, 11, ""},
3747 {"R_RISCV_ADD32", Const, 11, ""},
3748 {"R_RISCV_ADD64", Const, 11, ""},
3749 {"R_RISCV_ADD8", Const, 11, ""},
3750 {"R_RISCV_ALIGN", Const, 11, ""},
3751 {"R_RISCV_BRANCH", Const, 11, ""},
3752 {"R_RISCV_CALL", Const, 11, ""},
3753 {"R_RISCV_CALL_PLT", Const, 11, ""},
3754 {"R_RISCV_COPY", Const, 11, ""},
3755 {"R_RISCV_GNU_VTENTRY", Const, 11, ""},
3756 {"R_RISCV_GNU_VTINHERIT", Const, 11, ""},
3757 {"R_RISCV_GOT_HI20", Const, 11, ""},
3758 {"R_RISCV_GPREL_I", Const, 11, ""},
3759 {"R_RISCV_GPREL_S", Const, 11, ""},
3760 {"R_RISCV_HI20", Const, 11, ""},
3761 {"R_RISCV_JAL", Const, 11, ""},
3762 {"R_RISCV_JUMP_SLOT", Const, 11, ""},
3763 {"R_RISCV_LO12_I", Const, 11, ""},
3764 {"R_RISCV_LO12_S", Const, 11, ""},
3765 {"R_RISCV_NONE", Const, 11, ""},
3766 {"R_RISCV_PCREL_HI20", Const, 11, ""},
3767 {"R_RISCV_PCREL_LO12_I", Const, 11, ""},
3768 {"R_RISCV_PCREL_LO12_S", Const, 11, ""},
3769 {"R_RISCV_RELATIVE", Const, 11, ""},
3770 {"R_RISCV_RELAX", Const, 11, ""},
3771 {"R_RISCV_RVC_BRANCH", Const, 11, ""},
3772 {"R_RISCV_RVC_JUMP", Const, 11, ""},
3773 {"R_RISCV_RVC_LUI", Const, 11, ""},
3774 {"R_RISCV_SET16", Const, 11, ""},
3775 {"R_RISCV_SET32", Const, 11, ""},
3776 {"R_RISCV_SET6", Const, 11, ""},
3777 {"R_RISCV_SET8", Const, 11, ""},
3778 {"R_RISCV_SUB16", Const, 11, ""},
3779 {"R_RISCV_SUB32", Const, 11, ""},
3780 {"R_RISCV_SUB6", Const, 11, ""},
3781 {"R_RISCV_SUB64", Const, 11, ""},
3782 {"R_RISCV_SUB8", Const, 11, ""},
3783 {"R_RISCV_TLS_DTPMOD32", Const, 11, ""},
3784 {"R_RISCV_TLS_DTPMOD64", Const, 11, ""},
3785 {"R_RISCV_TLS_DTPREL32", Const, 11, ""},
3786 {"R_RISCV_TLS_DTPREL64", Const, 11, ""},
3787 {"R_RISCV_TLS_GD_HI20", Const, 11, ""},
3788 {"R_RISCV_TLS_GOT_HI20", Const, 11, ""},
3789 {"R_RISCV_TLS_TPREL32", Const, 11, ""},
3790 {"R_RISCV_TLS_TPREL64", Const, 11, ""},
3791 {"R_RISCV_TPREL_ADD", Const, 11, ""},
3792 {"R_RISCV_TPREL_HI20", Const, 11, ""},
3793 {"R_RISCV_TPREL_I", Const, 11, ""},
3794 {"R_RISCV_TPREL_LO12_I", Const, 11, ""},
3795 {"R_RISCV_TPREL_LO12_S", Const, 11, ""},
3796 {"R_RISCV_TPREL_S", Const, 11, ""},
3797 {"R_SPARC", Type, 0, ""},
3798 {"R_SPARC_10", Const, 0, ""},
3799 {"R_SPARC_11", Const, 0, ""},
3800 {"R_SPARC_13", Const, 0, ""},
3801 {"R_SPARC_16", Const, 0, ""},
3802 {"R_SPARC_22", Const, 0, ""},
3803 {"R_SPARC_32", Const, 0, ""},
3804 {"R_SPARC_5", Const, 0, ""},
3805 {"R_SPARC_6", Const, 0, ""},
3806 {"R_SPARC_64", Const, 0, ""},
3807 {"R_SPARC_7", Const, 0, ""},
3808 {"R_SPARC_8", Const, 0, ""},
3809 {"R_SPARC_COPY", Const, 0, ""},
3810 {"R_SPARC_DISP16", Const, 0, ""},
3811 {"R_SPARC_DISP32", Const, 0, ""},
3812 {"R_SPARC_DISP64", Const, 0, ""},
3813 {"R_SPARC_DISP8", Const, 0, ""},
3814 {"R_SPARC_GLOB_DAT", Const, 0, ""},
3815 {"R_SPARC_GLOB_JMP", Const, 0, ""},
3816 {"R_SPARC_GOT10", Const, 0, ""},
3817 {"R_SPARC_GOT13", Const, 0, ""},
3818 {"R_SPARC_GOT22", Const, 0, ""},
3819 {"R_SPARC_H44", Const, 0, ""},
3820 {"R_SPARC_HH22", Const, 0, ""},
3821 {"R_SPARC_HI22", Const, 0, ""},
3822 {"R_SPARC_HIPLT22", Const, 0, ""},
3823 {"R_SPARC_HIX22", Const, 0, ""},
3824 {"R_SPARC_HM10", Const, 0, ""},
3825 {"R_SPARC_JMP_SLOT", Const, 0, ""},
3826 {"R_SPARC_L44", Const, 0, ""},
3827 {"R_SPARC_LM22", Const, 0, ""},
3828 {"R_SPARC_LO10", Const, 0, ""},
3829 {"R_SPARC_LOPLT10", Const, 0, ""},
3830 {"R_SPARC_LOX10", Const, 0, ""},
3831 {"R_SPARC_M44", Const, 0, ""},
3832 {"R_SPARC_NONE", Const, 0, ""},
3833 {"R_SPARC_OLO10", Const, 0, ""},
3834 {"R_SPARC_PC10", Const, 0, ""},
3835 {"R_SPARC_PC22", Const, 0, ""},
3836 {"R_SPARC_PCPLT10", Const, 0, ""},
3837 {"R_SPARC_PCPLT22", Const, 0, ""},
3838 {"R_SPARC_PCPLT32", Const, 0, ""},
3839 {"R_SPARC_PC_HH22", Const, 0, ""},
3840 {"R_SPARC_PC_HM10", Const, 0, ""},
3841 {"R_SPARC_PC_LM22", Const, 0, ""},
3842 {"R_SPARC_PLT32", Const, 0, ""},
3843 {"R_SPARC_PLT64", Const, 0, ""},
3844 {"R_SPARC_REGISTER", Const, 0, ""},
3845 {"R_SPARC_RELATIVE", Const, 0, ""},
3846 {"R_SPARC_UA16", Const, 0, ""},
3847 {"R_SPARC_UA32", Const, 0, ""},
3848 {"R_SPARC_UA64", Const, 0, ""},
3849 {"R_SPARC_WDISP16", Const, 0, ""},
3850 {"R_SPARC_WDISP19", Const, 0, ""},
3851 {"R_SPARC_WDISP22", Const, 0, ""},
3852 {"R_SPARC_WDISP30", Const, 0, ""},
3853 {"R_SPARC_WPLT30", Const, 0, ""},
3854 {"R_SYM32", Func, 0, "func(info uint32) uint32"},
3855 {"R_SYM64", Func, 0, "func(info uint64) uint32"},
3856 {"R_TYPE32", Func, 0, "func(info uint32) uint32"},
3857 {"R_TYPE64", Func, 0, "func(info uint64) uint32"},
3858 {"R_X86_64", Type, 0, ""},
3859 {"R_X86_64_16", Const, 0, ""},
3860 {"R_X86_64_32", Const, 0, ""},
3861 {"R_X86_64_32S", Const, 0, ""},
3862 {"R_X86_64_64", Const, 0, ""},
3863 {"R_X86_64_8", Const, 0, ""},
3864 {"R_X86_64_COPY", Const, 0, ""},
3865 {"R_X86_64_DTPMOD64", Const, 0, ""},
3866 {"R_X86_64_DTPOFF32", Const, 0, ""},
3867 {"R_X86_64_DTPOFF64", Const, 0, ""},
3868 {"R_X86_64_GLOB_DAT", Const, 0, ""},
3869 {"R_X86_64_GOT32", Const, 0, ""},
3870 {"R_X86_64_GOT64", Const, 10, ""},
3871 {"R_X86_64_GOTOFF64", Const, 10, ""},
3872 {"R_X86_64_GOTPC32", Const, 10, ""},
3873 {"R_X86_64_GOTPC32_TLSDESC", Const, 10, ""},
3874 {"R_X86_64_GOTPC64", Const, 10, ""},
3875 {"R_X86_64_GOTPCREL", Const, 0, ""},
3876 {"R_X86_64_GOTPCREL64", Const, 10, ""},
3877 {"R_X86_64_GOTPCRELX", Const, 10, ""},
3878 {"R_X86_64_GOTPLT64", Const, 10, ""},
3879 {"R_X86_64_GOTTPOFF", Const, 0, ""},
3880 {"R_X86_64_IRELATIVE", Const, 10, ""},
3881 {"R_X86_64_JMP_SLOT", Const, 0, ""},
3882 {"R_X86_64_NONE", Const, 0, ""},
3883 {"R_X86_64_PC16", Const, 0, ""},
3884 {"R_X86_64_PC32", Const, 0, ""},
3885 {"R_X86_64_PC32_BND", Const, 10, ""},
3886 {"R_X86_64_PC64", Const, 10, ""},
3887 {"R_X86_64_PC8", Const, 0, ""},
3888 {"R_X86_64_PLT32", Const, 0, ""},
3889 {"R_X86_64_PLT32_BND", Const, 10, ""},
3890 {"R_X86_64_PLTOFF64", Const, 10, ""},
3891 {"R_X86_64_RELATIVE", Const, 0, ""},
3892 {"R_X86_64_RELATIVE64", Const, 10, ""},
3893 {"R_X86_64_REX_GOTPCRELX", Const, 10, ""},
3894 {"R_X86_64_SIZE32", Const, 10, ""},
3895 {"R_X86_64_SIZE64", Const, 10, ""},
3896 {"R_X86_64_TLSDESC", Const, 10, ""},
3897 {"R_X86_64_TLSDESC_CALL", Const, 10, ""},
3898 {"R_X86_64_TLSGD", Const, 0, ""},
3899 {"R_X86_64_TLSLD", Const, 0, ""},
3900 {"R_X86_64_TPOFF32", Const, 0, ""},
3901 {"R_X86_64_TPOFF64", Const, 0, ""},
3902 {"Rel32", Type, 0, ""},
3903 {"Rel32.Info", Field, 0, ""},
3904 {"Rel32.Off", Field, 0, ""},
3905 {"Rel64", Type, 0, ""},
3906 {"Rel64.Info", Field, 0, ""},
3907 {"Rel64.Off", Field, 0, ""},
3908 {"Rela32", Type, 0, ""},
3909 {"Rela32.Addend", Field, 0, ""},
3910 {"Rela32.Info", Field, 0, ""},
3911 {"Rela32.Off", Field, 0, ""},
3912 {"Rela64", Type, 0, ""},
3913 {"Rela64.Addend", Field, 0, ""},
3914 {"Rela64.Info", Field, 0, ""},
3915 {"Rela64.Off", Field, 0, ""},
3916 {"SHF_ALLOC", Const, 0, ""},
3917 {"SHF_COMPRESSED", Const, 6, ""},
3918 {"SHF_EXECINSTR", Const, 0, ""},
3919 {"SHF_GROUP", Const, 0, ""},
3920 {"SHF_INFO_LINK", Const, 0, ""},
3921 {"SHF_LINK_ORDER", Const, 0, ""},
3922 {"SHF_MASKOS", Const, 0, ""},
3923 {"SHF_MASKPROC", Const, 0, ""},
3924 {"SHF_MERGE", Const, 0, ""},
3925 {"SHF_OS_NONCONFORMING", Const, 0, ""},
3926 {"SHF_STRINGS", Const, 0, ""},
3927 {"SHF_TLS", Const, 0, ""},
3928 {"SHF_WRITE", Const, 0, ""},
3929 {"SHN_ABS", Const, 0, ""},
3930 {"SHN_COMMON", Const, 0, ""},
3931 {"SHN_HIOS", Const, 0, ""},
3932 {"SHN_HIPROC", Const, 0, ""},
3933 {"SHN_HIRESERVE", Const, 0, ""},
3934 {"SHN_LOOS", Const, 0, ""},
3935 {"SHN_LOPROC", Const, 0, ""},
3936 {"SHN_LORESERVE", Const, 0, ""},
3937 {"SHN_UNDEF", Const, 0, ""},
3938 {"SHN_XINDEX", Const, 0, ""},
3939 {"SHT_DYNAMIC", Const, 0, ""},
3940 {"SHT_DYNSYM", Const, 0, ""},
3941 {"SHT_FINI_ARRAY", Const, 0, ""},
3942 {"SHT_GNU_ATTRIBUTES", Const, 0, ""},
3943 {"SHT_GNU_HASH", Const, 0, ""},
3944 {"SHT_GNU_LIBLIST", Const, 0, ""},
3945 {"SHT_GNU_VERDEF", Const, 0, ""},
3946 {"SHT_GNU_VERNEED", Const, 0, ""},
3947 {"SHT_GNU_VERSYM", Const, 0, ""},
3948 {"SHT_GROUP", Const, 0, ""},
3949 {"SHT_HASH", Const, 0, ""},
3950 {"SHT_HIOS", Const, 0, ""},
3951 {"SHT_HIPROC", Const, 0, ""},
3952 {"SHT_HIUSER", Const, 0, ""},
3953 {"SHT_INIT_ARRAY", Const, 0, ""},
3954 {"SHT_LOOS", Const, 0, ""},
3955 {"SHT_LOPROC", Const, 0, ""},
3956 {"SHT_LOUSER", Const, 0, ""},
3957 {"SHT_MIPS_ABIFLAGS", Const, 17, ""},
3958 {"SHT_NOBITS", Const, 0, ""},
3959 {"SHT_NOTE", Const, 0, ""},
3960 {"SHT_NULL", Const, 0, ""},
3961 {"SHT_PREINIT_ARRAY", Const, 0, ""},
3962 {"SHT_PROGBITS", Const, 0, ""},
3963 {"SHT_REL", Const, 0, ""},
3964 {"SHT_RELA", Const, 0, ""},
3965 {"SHT_RISCV_ATTRIBUTES", Const, 25, ""},
3966 {"SHT_SHLIB", Const, 0, ""},
3967 {"SHT_STRTAB", Const, 0, ""},
3968 {"SHT_SYMTAB", Const, 0, ""},
3969 {"SHT_SYMTAB_SHNDX", Const, 0, ""},
3970 {"STB_GLOBAL", Const, 0, ""},
3971 {"STB_HIOS", Const, 0, ""},
3972 {"STB_HIPROC", Const, 0, ""},
3973 {"STB_LOCAL", Const, 0, ""},
3974 {"STB_LOOS", Const, 0, ""},
3975 {"STB_LOPROC", Const, 0, ""},
3976 {"STB_WEAK", Const, 0, ""},
3977 {"STT_COMMON", Const, 0, ""},
3978 {"STT_FILE", Const, 0, ""},
3979 {"STT_FUNC", Const, 0, ""},
3980 {"STT_GNU_IFUNC", Const, 23, ""},
3981 {"STT_HIOS", Const, 0, ""},
3982 {"STT_HIPROC", Const, 0, ""},
3983 {"STT_LOOS", Const, 0, ""},
3984 {"STT_LOPROC", Const, 0, ""},
3985 {"STT_NOTYPE", Const, 0, ""},
3986 {"STT_OBJECT", Const, 0, ""},
3987 {"STT_RELC", Const, 23, ""},
3988 {"STT_SECTION", Const, 0, ""},
3989 {"STT_SRELC", Const, 23, ""},
3990 {"STT_TLS", Const, 0, ""},
3991 {"STV_DEFAULT", Const, 0, ""},
3992 {"STV_HIDDEN", Const, 0, ""},
3993 {"STV_INTERNAL", Const, 0, ""},
3994 {"STV_PROTECTED", Const, 0, ""},
3995 {"ST_BIND", Func, 0, "func(info uint8) SymBind"},
3996 {"ST_INFO", Func, 0, "func(bind SymBind, typ SymType) uint8"},
3997 {"ST_TYPE", Func, 0, "func(info uint8) SymType"},
3998 {"ST_VISIBILITY", Func, 0, "func(other uint8) SymVis"},
3999 {"Section", Type, 0, ""},
4000 {"Section.ReaderAt", Field, 0, ""},
4001 {"Section.SectionHeader", Field, 0, ""},
4002 {"Section32", Type, 0, ""},
4003 {"Section32.Addr", Field, 0, ""},
4004 {"Section32.Addralign", Field, 0, ""},
4005 {"Section32.Entsize", Field, 0, ""},
4006 {"Section32.Flags", Field, 0, ""},
4007 {"Section32.Info", Field, 0, ""},
4008 {"Section32.Link", Field, 0, ""},
4009 {"Section32.Name", Field, 0, ""},
4010 {"Section32.Off", Field, 0, ""},
4011 {"Section32.Size", Field, 0, ""},
4012 {"Section32.Type", Field, 0, ""},
4013 {"Section64", Type, 0, ""},
4014 {"Section64.Addr", Field, 0, ""},
4015 {"Section64.Addralign", Field, 0, ""},
4016 {"Section64.Entsize", Field, 0, ""},
4017 {"Section64.Flags", Field, 0, ""},
4018 {"Section64.Info", Field, 0, ""},
4019 {"Section64.Link", Field, 0, ""},
4020 {"Section64.Name", Field, 0, ""},
4021 {"Section64.Off", Field, 0, ""},
4022 {"Section64.Size", Field, 0, ""},
4023 {"Section64.Type", Field, 0, ""},
4024 {"SectionFlag", Type, 0, ""},
4025 {"SectionHeader", Type, 0, ""},
4026 {"SectionHeader.Addr", Field, 0, ""},
4027 {"SectionHeader.Addralign", Field, 0, ""},
4028 {"SectionHeader.Entsize", Field, 0, ""},
4029 {"SectionHeader.FileSize", Field, 6, ""},
4030 {"SectionHeader.Flags", Field, 0, ""},
4031 {"SectionHeader.Info", Field, 0, ""},
4032 {"SectionHeader.Link", Field, 0, ""},
4033 {"SectionHeader.Name", Field, 0, ""},
4034 {"SectionHeader.Offset", Field, 0, ""},
4035 {"SectionHeader.Size", Field, 0, ""},
4036 {"SectionHeader.Type", Field, 0, ""},
4037 {"SectionIndex", Type, 0, ""},
4038 {"SectionType", Type, 0, ""},
4039 {"Sym32", Type, 0, ""},
4040 {"Sym32.Info", Field, 0, ""},
4041 {"Sym32.Name", Field, 0, ""},
4042 {"Sym32.Other", Field, 0, ""},
4043 {"Sym32.Shndx", Field, 0, ""},
4044 {"Sym32.Size", Field, 0, ""},
4045 {"Sym32.Value", Field, 0, ""},
4046 {"Sym32Size", Const, 0, ""},
4047 {"Sym64", Type, 0, ""},
4048 {"Sym64.Info", Field, 0, ""},
4049 {"Sym64.Name", Field, 0, ""},
4050 {"Sym64.Other", Field, 0, ""},
4051 {"Sym64.Shndx", Field, 0, ""},
4052 {"Sym64.Size", Field, 0, ""},
4053 {"Sym64.Value", Field, 0, ""},
4054 {"Sym64Size", Const, 0, ""},
4055 {"SymBind", Type, 0, ""},
4056 {"SymType", Type, 0, ""},
4057 {"SymVis", Type, 0, ""},
4058 {"Symbol", Type, 0, ""},
4059 {"Symbol.HasVersion", Field, 24, ""},
4060 {"Symbol.Info", Field, 0, ""},
4061 {"Symbol.Library", Field, 13, ""},
4062 {"Symbol.Name", Field, 0, ""},
4063 {"Symbol.Other", Field, 0, ""},
4064 {"Symbol.Section", Field, 0, ""},
4065 {"Symbol.Size", Field, 0, ""},
4066 {"Symbol.Value", Field, 0, ""},
4067 {"Symbol.Version", Field, 13, ""},
4068 {"Symbol.VersionIndex", Field, 24, ""},
4069 {"Type", Type, 0, ""},
4070 {"VER_FLG_BASE", Const, 24, ""},
4071 {"VER_FLG_INFO", Const, 24, ""},
4072 {"VER_FLG_WEAK", Const, 24, ""},
4073 {"Version", Type, 0, ""},
4074 {"VersionIndex", Type, 24, ""},
4075 },
4076 "debug/gosym": {
4077 {"(*DecodingError).Error", Method, 0, ""},
4078 {"(*LineTable).LineToPC", Method, 0, ""},
4079 {"(*LineTable).PCToLine", Method, 0, ""},
4080 {"(*Sym).BaseName", Method, 0, ""},
4081 {"(*Sym).PackageName", Method, 0, ""},
4082 {"(*Sym).ReceiverName", Method, 0, ""},
4083 {"(*Sym).Static", Method, 0, ""},
4084 {"(*Table).LineToPC", Method, 0, ""},
4085 {"(*Table).LookupFunc", Method, 0, ""},
4086 {"(*Table).LookupSym", Method, 0, ""},
4087 {"(*Table).PCToFunc", Method, 0, ""},
4088 {"(*Table).PCToLine", Method, 0, ""},
4089 {"(*Table).SymByAddr", Method, 0, ""},
4090 {"(*UnknownLineError).Error", Method, 0, ""},
4091 {"(Func).BaseName", Method, 0, ""},
4092 {"(Func).PackageName", Method, 0, ""},
4093 {"(Func).ReceiverName", Method, 0, ""},
4094 {"(Func).Static", Method, 0, ""},
4095 {"(UnknownFileError).Error", Method, 0, ""},
4096 {"DecodingError", Type, 0, ""},
4097 {"Func", Type, 0, ""},
4098 {"Func.End", Field, 0, ""},
4099 {"Func.Entry", Field, 0, ""},
4100 {"Func.FrameSize", Field, 0, ""},
4101 {"Func.LineTable", Field, 0, ""},
4102 {"Func.Locals", Field, 0, ""},
4103 {"Func.Obj", Field, 0, ""},
4104 {"Func.Params", Field, 0, ""},
4105 {"Func.Sym", Field, 0, ""},
4106 {"LineTable", Type, 0, ""},
4107 {"LineTable.Data", Field, 0, ""},
4108 {"LineTable.Line", Field, 0, ""},
4109 {"LineTable.PC", Field, 0, ""},
4110 {"NewLineTable", Func, 0, "func(data []byte, text uint64) *LineTable"},
4111 {"NewTable", Func, 0, "func(symtab []byte, pcln *LineTable) (*Table, error)"},
4112 {"Obj", Type, 0, ""},
4113 {"Obj.Funcs", Field, 0, ""},
4114 {"Obj.Paths", Field, 0, ""},
4115 {"Sym", Type, 0, ""},
4116 {"Sym.Func", Field, 0, ""},
4117 {"Sym.GoType", Field, 0, ""},
4118 {"Sym.Name", Field, 0, ""},
4119 {"Sym.Type", Field, 0, ""},
4120 {"Sym.Value", Field, 0, ""},
4121 {"Table", Type, 0, ""},
4122 {"Table.Files", Field, 0, ""},
4123 {"Table.Funcs", Field, 0, ""},
4124 {"Table.Objs", Field, 0, ""},
4125 {"Table.Syms", Field, 0, ""},
4126 {"UnknownFileError", Type, 0, ""},
4127 {"UnknownLineError", Type, 0, ""},
4128 {"UnknownLineError.File", Field, 0, ""},
4129 {"UnknownLineError.Line", Field, 0, ""},
4130 },
4131 "debug/macho": {
4132 {"(*FatFile).Close", Method, 3, ""},
4133 {"(*File).Close", Method, 0, ""},
4134 {"(*File).DWARF", Method, 0, ""},
4135 {"(*File).ImportedLibraries", Method, 0, ""},
4136 {"(*File).ImportedSymbols", Method, 0, ""},
4137 {"(*File).Section", Method, 0, ""},
4138 {"(*File).Segment", Method, 0, ""},
4139 {"(*FormatError).Error", Method, 0, ""},
4140 {"(*Section).Data", Method, 0, ""},
4141 {"(*Section).Open", Method, 0, ""},
4142 {"(*Segment).Data", Method, 0, ""},
4143 {"(*Segment).Open", Method, 0, ""},
4144 {"(Cpu).GoString", Method, 0, ""},
4145 {"(Cpu).String", Method, 0, ""},
4146 {"(Dylib).Raw", Method, 0, ""},
4147 {"(Dysymtab).Raw", Method, 0, ""},
4148 {"(FatArch).Close", Method, 3, ""},
4149 {"(FatArch).DWARF", Method, 3, ""},
4150 {"(FatArch).ImportedLibraries", Method, 3, ""},
4151 {"(FatArch).ImportedSymbols", Method, 3, ""},
4152 {"(FatArch).Section", Method, 3, ""},
4153 {"(FatArch).Segment", Method, 3, ""},
4154 {"(Load).Raw", Method, 0, ""},
4155 {"(LoadBytes).Raw", Method, 0, ""},
4156 {"(LoadCmd).GoString", Method, 0, ""},
4157 {"(LoadCmd).String", Method, 0, ""},
4158 {"(RelocTypeARM).GoString", Method, 10, ""},
4159 {"(RelocTypeARM).String", Method, 10, ""},
4160 {"(RelocTypeARM64).GoString", Method, 10, ""},
4161 {"(RelocTypeARM64).String", Method, 10, ""},
4162 {"(RelocTypeGeneric).GoString", Method, 10, ""},
4163 {"(RelocTypeGeneric).String", Method, 10, ""},
4164 {"(RelocTypeX86_64).GoString", Method, 10, ""},
4165 {"(RelocTypeX86_64).String", Method, 10, ""},
4166 {"(Rpath).Raw", Method, 10, ""},
4167 {"(Section).ReadAt", Method, 0, ""},
4168 {"(Segment).Raw", Method, 0, ""},
4169 {"(Segment).ReadAt", Method, 0, ""},
4170 {"(Symtab).Raw", Method, 0, ""},
4171 {"(Type).GoString", Method, 10, ""},
4172 {"(Type).String", Method, 10, ""},
4173 {"ARM64_RELOC_ADDEND", Const, 10, ""},
4174 {"ARM64_RELOC_BRANCH26", Const, 10, ""},
4175 {"ARM64_RELOC_GOT_LOAD_PAGE21", Const, 10, ""},
4176 {"ARM64_RELOC_GOT_LOAD_PAGEOFF12", Const, 10, ""},
4177 {"ARM64_RELOC_PAGE21", Const, 10, ""},
4178 {"ARM64_RELOC_PAGEOFF12", Const, 10, ""},
4179 {"ARM64_RELOC_POINTER_TO_GOT", Const, 10, ""},
4180 {"ARM64_RELOC_SUBTRACTOR", Const, 10, ""},
4181 {"ARM64_RELOC_TLVP_LOAD_PAGE21", Const, 10, ""},
4182 {"ARM64_RELOC_TLVP_LOAD_PAGEOFF12", Const, 10, ""},
4183 {"ARM64_RELOC_UNSIGNED", Const, 10, ""},
4184 {"ARM_RELOC_BR24", Const, 10, ""},
4185 {"ARM_RELOC_HALF", Const, 10, ""},
4186 {"ARM_RELOC_HALF_SECTDIFF", Const, 10, ""},
4187 {"ARM_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
4188 {"ARM_RELOC_PAIR", Const, 10, ""},
4189 {"ARM_RELOC_PB_LA_PTR", Const, 10, ""},
4190 {"ARM_RELOC_SECTDIFF", Const, 10, ""},
4191 {"ARM_RELOC_VANILLA", Const, 10, ""},
4192 {"ARM_THUMB_32BIT_BRANCH", Const, 10, ""},
4193 {"ARM_THUMB_RELOC_BR22", Const, 10, ""},
4194 {"Cpu", Type, 0, ""},
4195 {"Cpu386", Const, 0, ""},
4196 {"CpuAmd64", Const, 0, ""},
4197 {"CpuArm", Const, 3, ""},
4198 {"CpuArm64", Const, 11, ""},
4199 {"CpuPpc", Const, 3, ""},
4200 {"CpuPpc64", Const, 3, ""},
4201 {"Dylib", Type, 0, ""},
4202 {"Dylib.CompatVersion", Field, 0, ""},
4203 {"Dylib.CurrentVersion", Field, 0, ""},
4204 {"Dylib.LoadBytes", Field, 0, ""},
4205 {"Dylib.Name", Field, 0, ""},
4206 {"Dylib.Time", Field, 0, ""},
4207 {"DylibCmd", Type, 0, ""},
4208 {"DylibCmd.Cmd", Field, 0, ""},
4209 {"DylibCmd.CompatVersion", Field, 0, ""},
4210 {"DylibCmd.CurrentVersion", Field, 0, ""},
4211 {"DylibCmd.Len", Field, 0, ""},
4212 {"DylibCmd.Name", Field, 0, ""},
4213 {"DylibCmd.Time", Field, 0, ""},
4214 {"Dysymtab", Type, 0, ""},
4215 {"Dysymtab.DysymtabCmd", Field, 0, ""},
4216 {"Dysymtab.IndirectSyms", Field, 0, ""},
4217 {"Dysymtab.LoadBytes", Field, 0, ""},
4218 {"DysymtabCmd", Type, 0, ""},
4219 {"DysymtabCmd.Cmd", Field, 0, ""},
4220 {"DysymtabCmd.Extrefsymoff", Field, 0, ""},
4221 {"DysymtabCmd.Extreloff", Field, 0, ""},
4222 {"DysymtabCmd.Iextdefsym", Field, 0, ""},
4223 {"DysymtabCmd.Ilocalsym", Field, 0, ""},
4224 {"DysymtabCmd.Indirectsymoff", Field, 0, ""},
4225 {"DysymtabCmd.Iundefsym", Field, 0, ""},
4226 {"DysymtabCmd.Len", Field, 0, ""},
4227 {"DysymtabCmd.Locreloff", Field, 0, ""},
4228 {"DysymtabCmd.Modtaboff", Field, 0, ""},
4229 {"DysymtabCmd.Nextdefsym", Field, 0, ""},
4230 {"DysymtabCmd.Nextrefsyms", Field, 0, ""},
4231 {"DysymtabCmd.Nextrel", Field, 0, ""},
4232 {"DysymtabCmd.Nindirectsyms", Field, 0, ""},
4233 {"DysymtabCmd.Nlocalsym", Field, 0, ""},
4234 {"DysymtabCmd.Nlocrel", Field, 0, ""},
4235 {"DysymtabCmd.Nmodtab", Field, 0, ""},
4236 {"DysymtabCmd.Ntoc", Field, 0, ""},
4237 {"DysymtabCmd.Nundefsym", Field, 0, ""},
4238 {"DysymtabCmd.Tocoffset", Field, 0, ""},
4239 {"ErrNotFat", Var, 3, ""},
4240 {"FatArch", Type, 3, ""},
4241 {"FatArch.FatArchHeader", Field, 3, ""},
4242 {"FatArch.File", Field, 3, ""},
4243 {"FatArchHeader", Type, 3, ""},
4244 {"FatArchHeader.Align", Field, 3, ""},
4245 {"FatArchHeader.Cpu", Field, 3, ""},
4246 {"FatArchHeader.Offset", Field, 3, ""},
4247 {"FatArchHeader.Size", Field, 3, ""},
4248 {"FatArchHeader.SubCpu", Field, 3, ""},
4249 {"FatFile", Type, 3, ""},
4250 {"FatFile.Arches", Field, 3, ""},
4251 {"FatFile.Magic", Field, 3, ""},
4252 {"File", Type, 0, ""},
4253 {"File.ByteOrder", Field, 0, ""},
4254 {"File.Dysymtab", Field, 0, ""},
4255 {"File.FileHeader", Field, 0, ""},
4256 {"File.Loads", Field, 0, ""},
4257 {"File.Sections", Field, 0, ""},
4258 {"File.Symtab", Field, 0, ""},
4259 {"FileHeader", Type, 0, ""},
4260 {"FileHeader.Cmdsz", Field, 0, ""},
4261 {"FileHeader.Cpu", Field, 0, ""},
4262 {"FileHeader.Flags", Field, 0, ""},
4263 {"FileHeader.Magic", Field, 0, ""},
4264 {"FileHeader.Ncmd", Field, 0, ""},
4265 {"FileHeader.SubCpu", Field, 0, ""},
4266 {"FileHeader.Type", Field, 0, ""},
4267 {"FlagAllModsBound", Const, 10, ""},
4268 {"FlagAllowStackExecution", Const, 10, ""},
4269 {"FlagAppExtensionSafe", Const, 10, ""},
4270 {"FlagBindAtLoad", Const, 10, ""},
4271 {"FlagBindsToWeak", Const, 10, ""},
4272 {"FlagCanonical", Const, 10, ""},
4273 {"FlagDeadStrippableDylib", Const, 10, ""},
4274 {"FlagDyldLink", Const, 10, ""},
4275 {"FlagForceFlat", Const, 10, ""},
4276 {"FlagHasTLVDescriptors", Const, 10, ""},
4277 {"FlagIncrLink", Const, 10, ""},
4278 {"FlagLazyInit", Const, 10, ""},
4279 {"FlagNoFixPrebinding", Const, 10, ""},
4280 {"FlagNoHeapExecution", Const, 10, ""},
4281 {"FlagNoMultiDefs", Const, 10, ""},
4282 {"FlagNoReexportedDylibs", Const, 10, ""},
4283 {"FlagNoUndefs", Const, 10, ""},
4284 {"FlagPIE", Const, 10, ""},
4285 {"FlagPrebindable", Const, 10, ""},
4286 {"FlagPrebound", Const, 10, ""},
4287 {"FlagRootSafe", Const, 10, ""},
4288 {"FlagSetuidSafe", Const, 10, ""},
4289 {"FlagSplitSegs", Const, 10, ""},
4290 {"FlagSubsectionsViaSymbols", Const, 10, ""},
4291 {"FlagTwoLevel", Const, 10, ""},
4292 {"FlagWeakDefines", Const, 10, ""},
4293 {"FormatError", Type, 0, ""},
4294 {"GENERIC_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
4295 {"GENERIC_RELOC_PAIR", Const, 10, ""},
4296 {"GENERIC_RELOC_PB_LA_PTR", Const, 10, ""},
4297 {"GENERIC_RELOC_SECTDIFF", Const, 10, ""},
4298 {"GENERIC_RELOC_TLV", Const, 10, ""},
4299 {"GENERIC_RELOC_VANILLA", Const, 10, ""},
4300 {"Load", Type, 0, ""},
4301 {"LoadBytes", Type, 0, ""},
4302 {"LoadCmd", Type, 0, ""},
4303 {"LoadCmdDylib", Const, 0, ""},
4304 {"LoadCmdDylinker", Const, 0, ""},
4305 {"LoadCmdDysymtab", Const, 0, ""},
4306 {"LoadCmdRpath", Const, 10, ""},
4307 {"LoadCmdSegment", Const, 0, ""},
4308 {"LoadCmdSegment64", Const, 0, ""},
4309 {"LoadCmdSymtab", Const, 0, ""},
4310 {"LoadCmdThread", Const, 0, ""},
4311 {"LoadCmdUnixThread", Const, 0, ""},
4312 {"Magic32", Const, 0, ""},
4313 {"Magic64", Const, 0, ""},
4314 {"MagicFat", Const, 3, ""},
4315 {"NewFatFile", Func, 3, "func(r io.ReaderAt) (*FatFile, error)"},
4316 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
4317 {"Nlist32", Type, 0, ""},
4318 {"Nlist32.Desc", Field, 0, ""},
4319 {"Nlist32.Name", Field, 0, ""},
4320 {"Nlist32.Sect", Field, 0, ""},
4321 {"Nlist32.Type", Field, 0, ""},
4322 {"Nlist32.Value", Field, 0, ""},
4323 {"Nlist64", Type, 0, ""},
4324 {"Nlist64.Desc", Field, 0, ""},
4325 {"Nlist64.Name", Field, 0, ""},
4326 {"Nlist64.Sect", Field, 0, ""},
4327 {"Nlist64.Type", Field, 0, ""},
4328 {"Nlist64.Value", Field, 0, ""},
4329 {"Open", Func, 0, "func(name string) (*File, error)"},
4330 {"OpenFat", Func, 3, "func(name string) (*FatFile, error)"},
4331 {"Regs386", Type, 0, ""},
4332 {"Regs386.AX", Field, 0, ""},
4333 {"Regs386.BP", Field, 0, ""},
4334 {"Regs386.BX", Field, 0, ""},
4335 {"Regs386.CS", Field, 0, ""},
4336 {"Regs386.CX", Field, 0, ""},
4337 {"Regs386.DI", Field, 0, ""},
4338 {"Regs386.DS", Field, 0, ""},
4339 {"Regs386.DX", Field, 0, ""},
4340 {"Regs386.ES", Field, 0, ""},
4341 {"Regs386.FLAGS", Field, 0, ""},
4342 {"Regs386.FS", Field, 0, ""},
4343 {"Regs386.GS", Field, 0, ""},
4344 {"Regs386.IP", Field, 0, ""},
4345 {"Regs386.SI", Field, 0, ""},
4346 {"Regs386.SP", Field, 0, ""},
4347 {"Regs386.SS", Field, 0, ""},
4348 {"RegsAMD64", Type, 0, ""},
4349 {"RegsAMD64.AX", Field, 0, ""},
4350 {"RegsAMD64.BP", Field, 0, ""},
4351 {"RegsAMD64.BX", Field, 0, ""},
4352 {"RegsAMD64.CS", Field, 0, ""},
4353 {"RegsAMD64.CX", Field, 0, ""},
4354 {"RegsAMD64.DI", Field, 0, ""},
4355 {"RegsAMD64.DX", Field, 0, ""},
4356 {"RegsAMD64.FLAGS", Field, 0, ""},
4357 {"RegsAMD64.FS", Field, 0, ""},
4358 {"RegsAMD64.GS", Field, 0, ""},
4359 {"RegsAMD64.IP", Field, 0, ""},
4360 {"RegsAMD64.R10", Field, 0, ""},
4361 {"RegsAMD64.R11", Field, 0, ""},
4362 {"RegsAMD64.R12", Field, 0, ""},
4363 {"RegsAMD64.R13", Field, 0, ""},
4364 {"RegsAMD64.R14", Field, 0, ""},
4365 {"RegsAMD64.R15", Field, 0, ""},
4366 {"RegsAMD64.R8", Field, 0, ""},
4367 {"RegsAMD64.R9", Field, 0, ""},
4368 {"RegsAMD64.SI", Field, 0, ""},
4369 {"RegsAMD64.SP", Field, 0, ""},
4370 {"Reloc", Type, 10, ""},
4371 {"Reloc.Addr", Field, 10, ""},
4372 {"Reloc.Extern", Field, 10, ""},
4373 {"Reloc.Len", Field, 10, ""},
4374 {"Reloc.Pcrel", Field, 10, ""},
4375 {"Reloc.Scattered", Field, 10, ""},
4376 {"Reloc.Type", Field, 10, ""},
4377 {"Reloc.Value", Field, 10, ""},
4378 {"RelocTypeARM", Type, 10, ""},
4379 {"RelocTypeARM64", Type, 10, ""},
4380 {"RelocTypeGeneric", Type, 10, ""},
4381 {"RelocTypeX86_64", Type, 10, ""},
4382 {"Rpath", Type, 10, ""},
4383 {"Rpath.LoadBytes", Field, 10, ""},
4384 {"Rpath.Path", Field, 10, ""},
4385 {"RpathCmd", Type, 10, ""},
4386 {"RpathCmd.Cmd", Field, 10, ""},
4387 {"RpathCmd.Len", Field, 10, ""},
4388 {"RpathCmd.Path", Field, 10, ""},
4389 {"Section", Type, 0, ""},
4390 {"Section.ReaderAt", Field, 0, ""},
4391 {"Section.Relocs", Field, 10, ""},
4392 {"Section.SectionHeader", Field, 0, ""},
4393 {"Section32", Type, 0, ""},
4394 {"Section32.Addr", Field, 0, ""},
4395 {"Section32.Align", Field, 0, ""},
4396 {"Section32.Flags", Field, 0, ""},
4397 {"Section32.Name", Field, 0, ""},
4398 {"Section32.Nreloc", Field, 0, ""},
4399 {"Section32.Offset", Field, 0, ""},
4400 {"Section32.Reloff", Field, 0, ""},
4401 {"Section32.Reserve1", Field, 0, ""},
4402 {"Section32.Reserve2", Field, 0, ""},
4403 {"Section32.Seg", Field, 0, ""},
4404 {"Section32.Size", Field, 0, ""},
4405 {"Section64", Type, 0, ""},
4406 {"Section64.Addr", Field, 0, ""},
4407 {"Section64.Align", Field, 0, ""},
4408 {"Section64.Flags", Field, 0, ""},
4409 {"Section64.Name", Field, 0, ""},
4410 {"Section64.Nreloc", Field, 0, ""},
4411 {"Section64.Offset", Field, 0, ""},
4412 {"Section64.Reloff", Field, 0, ""},
4413 {"Section64.Reserve1", Field, 0, ""},
4414 {"Section64.Reserve2", Field, 0, ""},
4415 {"Section64.Reserve3", Field, 0, ""},
4416 {"Section64.Seg", Field, 0, ""},
4417 {"Section64.Size", Field, 0, ""},
4418 {"SectionHeader", Type, 0, ""},
4419 {"SectionHeader.Addr", Field, 0, ""},
4420 {"SectionHeader.Align", Field, 0, ""},
4421 {"SectionHeader.Flags", Field, 0, ""},
4422 {"SectionHeader.Name", Field, 0, ""},
4423 {"SectionHeader.Nreloc", Field, 0, ""},
4424 {"SectionHeader.Offset", Field, 0, ""},
4425 {"SectionHeader.Reloff", Field, 0, ""},
4426 {"SectionHeader.Seg", Field, 0, ""},
4427 {"SectionHeader.Size", Field, 0, ""},
4428 {"Segment", Type, 0, ""},
4429 {"Segment.LoadBytes", Field, 0, ""},
4430 {"Segment.ReaderAt", Field, 0, ""},
4431 {"Segment.SegmentHeader", Field, 0, ""},
4432 {"Segment32", Type, 0, ""},
4433 {"Segment32.Addr", Field, 0, ""},
4434 {"Segment32.Cmd", Field, 0, ""},
4435 {"Segment32.Filesz", Field, 0, ""},
4436 {"Segment32.Flag", Field, 0, ""},
4437 {"Segment32.Len", Field, 0, ""},
4438 {"Segment32.Maxprot", Field, 0, ""},
4439 {"Segment32.Memsz", Field, 0, ""},
4440 {"Segment32.Name", Field, 0, ""},
4441 {"Segment32.Nsect", Field, 0, ""},
4442 {"Segment32.Offset", Field, 0, ""},
4443 {"Segment32.Prot", Field, 0, ""},
4444 {"Segment64", Type, 0, ""},
4445 {"Segment64.Addr", Field, 0, ""},
4446 {"Segment64.Cmd", Field, 0, ""},
4447 {"Segment64.Filesz", Field, 0, ""},
4448 {"Segment64.Flag", Field, 0, ""},
4449 {"Segment64.Len", Field, 0, ""},
4450 {"Segment64.Maxprot", Field, 0, ""},
4451 {"Segment64.Memsz", Field, 0, ""},
4452 {"Segment64.Name", Field, 0, ""},
4453 {"Segment64.Nsect", Field, 0, ""},
4454 {"Segment64.Offset", Field, 0, ""},
4455 {"Segment64.Prot", Field, 0, ""},
4456 {"SegmentHeader", Type, 0, ""},
4457 {"SegmentHeader.Addr", Field, 0, ""},
4458 {"SegmentHeader.Cmd", Field, 0, ""},
4459 {"SegmentHeader.Filesz", Field, 0, ""},
4460 {"SegmentHeader.Flag", Field, 0, ""},
4461 {"SegmentHeader.Len", Field, 0, ""},
4462 {"SegmentHeader.Maxprot", Field, 0, ""},
4463 {"SegmentHeader.Memsz", Field, 0, ""},
4464 {"SegmentHeader.Name", Field, 0, ""},
4465 {"SegmentHeader.Nsect", Field, 0, ""},
4466 {"SegmentHeader.Offset", Field, 0, ""},
4467 {"SegmentHeader.Prot", Field, 0, ""},
4468 {"Symbol", Type, 0, ""},
4469 {"Symbol.Desc", Field, 0, ""},
4470 {"Symbol.Name", Field, 0, ""},
4471 {"Symbol.Sect", Field, 0, ""},
4472 {"Symbol.Type", Field, 0, ""},
4473 {"Symbol.Value", Field, 0, ""},
4474 {"Symtab", Type, 0, ""},
4475 {"Symtab.LoadBytes", Field, 0, ""},
4476 {"Symtab.Syms", Field, 0, ""},
4477 {"Symtab.SymtabCmd", Field, 0, ""},
4478 {"SymtabCmd", Type, 0, ""},
4479 {"SymtabCmd.Cmd", Field, 0, ""},
4480 {"SymtabCmd.Len", Field, 0, ""},
4481 {"SymtabCmd.Nsyms", Field, 0, ""},
4482 {"SymtabCmd.Stroff", Field, 0, ""},
4483 {"SymtabCmd.Strsize", Field, 0, ""},
4484 {"SymtabCmd.Symoff", Field, 0, ""},
4485 {"Thread", Type, 0, ""},
4486 {"Thread.Cmd", Field, 0, ""},
4487 {"Thread.Data", Field, 0, ""},
4488 {"Thread.Len", Field, 0, ""},
4489 {"Thread.Type", Field, 0, ""},
4490 {"Type", Type, 0, ""},
4491 {"TypeBundle", Const, 3, ""},
4492 {"TypeDylib", Const, 3, ""},
4493 {"TypeExec", Const, 0, ""},
4494 {"TypeObj", Const, 0, ""},
4495 {"X86_64_RELOC_BRANCH", Const, 10, ""},
4496 {"X86_64_RELOC_GOT", Const, 10, ""},
4497 {"X86_64_RELOC_GOT_LOAD", Const, 10, ""},
4498 {"X86_64_RELOC_SIGNED", Const, 10, ""},
4499 {"X86_64_RELOC_SIGNED_1", Const, 10, ""},
4500 {"X86_64_RELOC_SIGNED_2", Const, 10, ""},
4501 {"X86_64_RELOC_SIGNED_4", Const, 10, ""},
4502 {"X86_64_RELOC_SUBTRACTOR", Const, 10, ""},
4503 {"X86_64_RELOC_TLV", Const, 10, ""},
4504 {"X86_64_RELOC_UNSIGNED", Const, 10, ""},
4505 },
4506 "debug/pe": {
4507 {"(*COFFSymbol).FullName", Method, 8, ""},
4508 {"(*File).COFFSymbolReadSectionDefAux", Method, 19, ""},
4509 {"(*File).Close", Method, 0, ""},
4510 {"(*File).DWARF", Method, 0, ""},
4511 {"(*File).ImportedLibraries", Method, 0, ""},
4512 {"(*File).ImportedSymbols", Method, 0, ""},
4513 {"(*File).Section", Method, 0, ""},
4514 {"(*FormatError).Error", Method, 0, ""},
4515 {"(*Section).Data", Method, 0, ""},
4516 {"(*Section).Open", Method, 0, ""},
4517 {"(Section).ReadAt", Method, 0, ""},
4518 {"(StringTable).String", Method, 8, ""},
4519 {"COFFSymbol", Type, 1, ""},
4520 {"COFFSymbol.Name", Field, 1, ""},
4521 {"COFFSymbol.NumberOfAuxSymbols", Field, 1, ""},
4522 {"COFFSymbol.SectionNumber", Field, 1, ""},
4523 {"COFFSymbol.StorageClass", Field, 1, ""},
4524 {"COFFSymbol.Type", Field, 1, ""},
4525 {"COFFSymbol.Value", Field, 1, ""},
4526 {"COFFSymbolAuxFormat5", Type, 19, ""},
4527 {"COFFSymbolAuxFormat5.Checksum", Field, 19, ""},
4528 {"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19, ""},
4529 {"COFFSymbolAuxFormat5.NumRelocs", Field, 19, ""},
4530 {"COFFSymbolAuxFormat5.SecNum", Field, 19, ""},
4531 {"COFFSymbolAuxFormat5.Selection", Field, 19, ""},
4532 {"COFFSymbolAuxFormat5.Size", Field, 19, ""},
4533 {"COFFSymbolSize", Const, 1, ""},
4534 {"DataDirectory", Type, 3, ""},
4535 {"DataDirectory.Size", Field, 3, ""},
4536 {"DataDirectory.VirtualAddress", Field, 3, ""},
4537 {"File", Type, 0, ""},
4538 {"File.COFFSymbols", Field, 8, ""},
4539 {"File.FileHeader", Field, 0, ""},
4540 {"File.OptionalHeader", Field, 3, ""},
4541 {"File.Sections", Field, 0, ""},
4542 {"File.StringTable", Field, 8, ""},
4543 {"File.Symbols", Field, 1, ""},
4544 {"FileHeader", Type, 0, ""},
4545 {"FileHeader.Characteristics", Field, 0, ""},
4546 {"FileHeader.Machine", Field, 0, ""},
4547 {"FileHeader.NumberOfSections", Field, 0, ""},
4548 {"FileHeader.NumberOfSymbols", Field, 0, ""},
4549 {"FileHeader.PointerToSymbolTable", Field, 0, ""},
4550 {"FileHeader.SizeOfOptionalHeader", Field, 0, ""},
4551 {"FileHeader.TimeDateStamp", Field, 0, ""},
4552 {"FormatError", Type, 0, ""},
4553 {"IMAGE_COMDAT_SELECT_ANY", Const, 19, ""},
4554 {"IMAGE_COMDAT_SELECT_ASSOCIATIVE", Const, 19, ""},
4555 {"IMAGE_COMDAT_SELECT_EXACT_MATCH", Const, 19, ""},
4556 {"IMAGE_COMDAT_SELECT_LARGEST", Const, 19, ""},
4557 {"IMAGE_COMDAT_SELECT_NODUPLICATES", Const, 19, ""},
4558 {"IMAGE_COMDAT_SELECT_SAME_SIZE", Const, 19, ""},
4559 {"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE", Const, 11, ""},
4560 {"IMAGE_DIRECTORY_ENTRY_BASERELOC", Const, 11, ""},
4561 {"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT", Const, 11, ""},
4562 {"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR", Const, 11, ""},
4563 {"IMAGE_DIRECTORY_ENTRY_DEBUG", Const, 11, ""},
4564 {"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT", Const, 11, ""},
4565 {"IMAGE_DIRECTORY_ENTRY_EXCEPTION", Const, 11, ""},
4566 {"IMAGE_DIRECTORY_ENTRY_EXPORT", Const, 11, ""},
4567 {"IMAGE_DIRECTORY_ENTRY_GLOBALPTR", Const, 11, ""},
4568 {"IMAGE_DIRECTORY_ENTRY_IAT", Const, 11, ""},
4569 {"IMAGE_DIRECTORY_ENTRY_IMPORT", Const, 11, ""},
4570 {"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG", Const, 11, ""},
4571 {"IMAGE_DIRECTORY_ENTRY_RESOURCE", Const, 11, ""},
4572 {"IMAGE_DIRECTORY_ENTRY_SECURITY", Const, 11, ""},
4573 {"IMAGE_DIRECTORY_ENTRY_TLS", Const, 11, ""},
4574 {"IMAGE_DLLCHARACTERISTICS_APPCONTAINER", Const, 15, ""},
4575 {"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE", Const, 15, ""},
4576 {"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY", Const, 15, ""},
4577 {"IMAGE_DLLCHARACTERISTICS_GUARD_CF", Const, 15, ""},
4578 {"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA", Const, 15, ""},
4579 {"IMAGE_DLLCHARACTERISTICS_NO_BIND", Const, 15, ""},
4580 {"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION", Const, 15, ""},
4581 {"IMAGE_DLLCHARACTERISTICS_NO_SEH", Const, 15, ""},
4582 {"IMAGE_DLLCHARACTERISTICS_NX_COMPAT", Const, 15, ""},
4583 {"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE", Const, 15, ""},
4584 {"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER", Const, 15, ""},
4585 {"IMAGE_FILE_32BIT_MACHINE", Const, 15, ""},
4586 {"IMAGE_FILE_AGGRESIVE_WS_TRIM", Const, 15, ""},
4587 {"IMAGE_FILE_BYTES_REVERSED_HI", Const, 15, ""},
4588 {"IMAGE_FILE_BYTES_REVERSED_LO", Const, 15, ""},
4589 {"IMAGE_FILE_DEBUG_STRIPPED", Const, 15, ""},
4590 {"IMAGE_FILE_DLL", Const, 15, ""},
4591 {"IMAGE_FILE_EXECUTABLE_IMAGE", Const, 15, ""},
4592 {"IMAGE_FILE_LARGE_ADDRESS_AWARE", Const, 15, ""},
4593 {"IMAGE_FILE_LINE_NUMS_STRIPPED", Const, 15, ""},
4594 {"IMAGE_FILE_LOCAL_SYMS_STRIPPED", Const, 15, ""},
4595 {"IMAGE_FILE_MACHINE_AM33", Const, 0, ""},
4596 {"IMAGE_FILE_MACHINE_AMD64", Const, 0, ""},
4597 {"IMAGE_FILE_MACHINE_ARM", Const, 0, ""},
4598 {"IMAGE_FILE_MACHINE_ARM64", Const, 11, ""},
4599 {"IMAGE_FILE_MACHINE_ARMNT", Const, 12, ""},
4600 {"IMAGE_FILE_MACHINE_EBC", Const, 0, ""},
4601 {"IMAGE_FILE_MACHINE_I386", Const, 0, ""},
4602 {"IMAGE_FILE_MACHINE_IA64", Const, 0, ""},
4603 {"IMAGE_FILE_MACHINE_LOONGARCH32", Const, 19, ""},
4604 {"IMAGE_FILE_MACHINE_LOONGARCH64", Const, 19, ""},
4605 {"IMAGE_FILE_MACHINE_M32R", Const, 0, ""},
4606 {"IMAGE_FILE_MACHINE_MIPS16", Const, 0, ""},
4607 {"IMAGE_FILE_MACHINE_MIPSFPU", Const, 0, ""},
4608 {"IMAGE_FILE_MACHINE_MIPSFPU16", Const, 0, ""},
4609 {"IMAGE_FILE_MACHINE_POWERPC", Const, 0, ""},
4610 {"IMAGE_FILE_MACHINE_POWERPCFP", Const, 0, ""},
4611 {"IMAGE_FILE_MACHINE_R4000", Const, 0, ""},
4612 {"IMAGE_FILE_MACHINE_RISCV128", Const, 20, ""},
4613 {"IMAGE_FILE_MACHINE_RISCV32", Const, 20, ""},
4614 {"IMAGE_FILE_MACHINE_RISCV64", Const, 20, ""},
4615 {"IMAGE_FILE_MACHINE_SH3", Const, 0, ""},
4616 {"IMAGE_FILE_MACHINE_SH3DSP", Const, 0, ""},
4617 {"IMAGE_FILE_MACHINE_SH4", Const, 0, ""},
4618 {"IMAGE_FILE_MACHINE_SH5", Const, 0, ""},
4619 {"IMAGE_FILE_MACHINE_THUMB", Const, 0, ""},
4620 {"IMAGE_FILE_MACHINE_UNKNOWN", Const, 0, ""},
4621 {"IMAGE_FILE_MACHINE_WCEMIPSV2", Const, 0, ""},
4622 {"IMAGE_FILE_NET_RUN_FROM_SWAP", Const, 15, ""},
4623 {"IMAGE_FILE_RELOCS_STRIPPED", Const, 15, ""},
4624 {"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP", Const, 15, ""},
4625 {"IMAGE_FILE_SYSTEM", Const, 15, ""},
4626 {"IMAGE_FILE_UP_SYSTEM_ONLY", Const, 15, ""},
4627 {"IMAGE_SCN_CNT_CODE", Const, 19, ""},
4628 {"IMAGE_SCN_CNT_INITIALIZED_DATA", Const, 19, ""},
4629 {"IMAGE_SCN_CNT_UNINITIALIZED_DATA", Const, 19, ""},
4630 {"IMAGE_SCN_LNK_COMDAT", Const, 19, ""},
4631 {"IMAGE_SCN_MEM_DISCARDABLE", Const, 19, ""},
4632 {"IMAGE_SCN_MEM_EXECUTE", Const, 19, ""},
4633 {"IMAGE_SCN_MEM_READ", Const, 19, ""},
4634 {"IMAGE_SCN_MEM_WRITE", Const, 19, ""},
4635 {"IMAGE_SUBSYSTEM_EFI_APPLICATION", Const, 15, ""},
4636 {"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER", Const, 15, ""},
4637 {"IMAGE_SUBSYSTEM_EFI_ROM", Const, 15, ""},
4638 {"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER", Const, 15, ""},
4639 {"IMAGE_SUBSYSTEM_NATIVE", Const, 15, ""},
4640 {"IMAGE_SUBSYSTEM_NATIVE_WINDOWS", Const, 15, ""},
4641 {"IMAGE_SUBSYSTEM_OS2_CUI", Const, 15, ""},
4642 {"IMAGE_SUBSYSTEM_POSIX_CUI", Const, 15, ""},
4643 {"IMAGE_SUBSYSTEM_UNKNOWN", Const, 15, ""},
4644 {"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", Const, 15, ""},
4645 {"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI", Const, 15, ""},
4646 {"IMAGE_SUBSYSTEM_WINDOWS_CUI", Const, 15, ""},
4647 {"IMAGE_SUBSYSTEM_WINDOWS_GUI", Const, 15, ""},
4648 {"IMAGE_SUBSYSTEM_XBOX", Const, 15, ""},
4649 {"ImportDirectory", Type, 0, ""},
4650 {"ImportDirectory.FirstThunk", Field, 0, ""},
4651 {"ImportDirectory.ForwarderChain", Field, 0, ""},
4652 {"ImportDirectory.Name", Field, 0, ""},
4653 {"ImportDirectory.OriginalFirstThunk", Field, 0, ""},
4654 {"ImportDirectory.TimeDateStamp", Field, 0, ""},
4655 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
4656 {"Open", Func, 0, "func(name string) (*File, error)"},
4657 {"OptionalHeader32", Type, 3, ""},
4658 {"OptionalHeader32.AddressOfEntryPoint", Field, 3, ""},
4659 {"OptionalHeader32.BaseOfCode", Field, 3, ""},
4660 {"OptionalHeader32.BaseOfData", Field, 3, ""},
4661 {"OptionalHeader32.CheckSum", Field, 3, ""},
4662 {"OptionalHeader32.DataDirectory", Field, 3, ""},
4663 {"OptionalHeader32.DllCharacteristics", Field, 3, ""},
4664 {"OptionalHeader32.FileAlignment", Field, 3, ""},
4665 {"OptionalHeader32.ImageBase", Field, 3, ""},
4666 {"OptionalHeader32.LoaderFlags", Field, 3, ""},
4667 {"OptionalHeader32.Magic", Field, 3, ""},
4668 {"OptionalHeader32.MajorImageVersion", Field, 3, ""},
4669 {"OptionalHeader32.MajorLinkerVersion", Field, 3, ""},
4670 {"OptionalHeader32.MajorOperatingSystemVersion", Field, 3, ""},
4671 {"OptionalHeader32.MajorSubsystemVersion", Field, 3, ""},
4672 {"OptionalHeader32.MinorImageVersion", Field, 3, ""},
4673 {"OptionalHeader32.MinorLinkerVersion", Field, 3, ""},
4674 {"OptionalHeader32.MinorOperatingSystemVersion", Field, 3, ""},
4675 {"OptionalHeader32.MinorSubsystemVersion", Field, 3, ""},
4676 {"OptionalHeader32.NumberOfRvaAndSizes", Field, 3, ""},
4677 {"OptionalHeader32.SectionAlignment", Field, 3, ""},
4678 {"OptionalHeader32.SizeOfCode", Field, 3, ""},
4679 {"OptionalHeader32.SizeOfHeaders", Field, 3, ""},
4680 {"OptionalHeader32.SizeOfHeapCommit", Field, 3, ""},
4681 {"OptionalHeader32.SizeOfHeapReserve", Field, 3, ""},
4682 {"OptionalHeader32.SizeOfImage", Field, 3, ""},
4683 {"OptionalHeader32.SizeOfInitializedData", Field, 3, ""},
4684 {"OptionalHeader32.SizeOfStackCommit", Field, 3, ""},
4685 {"OptionalHeader32.SizeOfStackReserve", Field, 3, ""},
4686 {"OptionalHeader32.SizeOfUninitializedData", Field, 3, ""},
4687 {"OptionalHeader32.Subsystem", Field, 3, ""},
4688 {"OptionalHeader32.Win32VersionValue", Field, 3, ""},
4689 {"OptionalHeader64", Type, 3, ""},
4690 {"OptionalHeader64.AddressOfEntryPoint", Field, 3, ""},
4691 {"OptionalHeader64.BaseOfCode", Field, 3, ""},
4692 {"OptionalHeader64.CheckSum", Field, 3, ""},
4693 {"OptionalHeader64.DataDirectory", Field, 3, ""},
4694 {"OptionalHeader64.DllCharacteristics", Field, 3, ""},
4695 {"OptionalHeader64.FileAlignment", Field, 3, ""},
4696 {"OptionalHeader64.ImageBase", Field, 3, ""},
4697 {"OptionalHeader64.LoaderFlags", Field, 3, ""},
4698 {"OptionalHeader64.Magic", Field, 3, ""},
4699 {"OptionalHeader64.MajorImageVersion", Field, 3, ""},
4700 {"OptionalHeader64.MajorLinkerVersion", Field, 3, ""},
4701 {"OptionalHeader64.MajorOperatingSystemVersion", Field, 3, ""},
4702 {"OptionalHeader64.MajorSubsystemVersion", Field, 3, ""},
4703 {"OptionalHeader64.MinorImageVersion", Field, 3, ""},
4704 {"OptionalHeader64.MinorLinkerVersion", Field, 3, ""},
4705 {"OptionalHeader64.MinorOperatingSystemVersion", Field, 3, ""},
4706 {"OptionalHeader64.MinorSubsystemVersion", Field, 3, ""},
4707 {"OptionalHeader64.NumberOfRvaAndSizes", Field, 3, ""},
4708 {"OptionalHeader64.SectionAlignment", Field, 3, ""},
4709 {"OptionalHeader64.SizeOfCode", Field, 3, ""},
4710 {"OptionalHeader64.SizeOfHeaders", Field, 3, ""},
4711 {"OptionalHeader64.SizeOfHeapCommit", Field, 3, ""},
4712 {"OptionalHeader64.SizeOfHeapReserve", Field, 3, ""},
4713 {"OptionalHeader64.SizeOfImage", Field, 3, ""},
4714 {"OptionalHeader64.SizeOfInitializedData", Field, 3, ""},
4715 {"OptionalHeader64.SizeOfStackCommit", Field, 3, ""},
4716 {"OptionalHeader64.SizeOfStackReserve", Field, 3, ""},
4717 {"OptionalHeader64.SizeOfUninitializedData", Field, 3, ""},
4718 {"OptionalHeader64.Subsystem", Field, 3, ""},
4719 {"OptionalHeader64.Win32VersionValue", Field, 3, ""},
4720 {"Reloc", Type, 8, ""},
4721 {"Reloc.SymbolTableIndex", Field, 8, ""},
4722 {"Reloc.Type", Field, 8, ""},
4723 {"Reloc.VirtualAddress", Field, 8, ""},
4724 {"Section", Type, 0, ""},
4725 {"Section.ReaderAt", Field, 0, ""},
4726 {"Section.Relocs", Field, 8, ""},
4727 {"Section.SectionHeader", Field, 0, ""},
4728 {"SectionHeader", Type, 0, ""},
4729 {"SectionHeader.Characteristics", Field, 0, ""},
4730 {"SectionHeader.Name", Field, 0, ""},
4731 {"SectionHeader.NumberOfLineNumbers", Field, 0, ""},
4732 {"SectionHeader.NumberOfRelocations", Field, 0, ""},
4733 {"SectionHeader.Offset", Field, 0, ""},
4734 {"SectionHeader.PointerToLineNumbers", Field, 0, ""},
4735 {"SectionHeader.PointerToRelocations", Field, 0, ""},
4736 {"SectionHeader.Size", Field, 0, ""},
4737 {"SectionHeader.VirtualAddress", Field, 0, ""},
4738 {"SectionHeader.VirtualSize", Field, 0, ""},
4739 {"SectionHeader32", Type, 0, ""},
4740 {"SectionHeader32.Characteristics", Field, 0, ""},
4741 {"SectionHeader32.Name", Field, 0, ""},
4742 {"SectionHeader32.NumberOfLineNumbers", Field, 0, ""},
4743 {"SectionHeader32.NumberOfRelocations", Field, 0, ""},
4744 {"SectionHeader32.PointerToLineNumbers", Field, 0, ""},
4745 {"SectionHeader32.PointerToRawData", Field, 0, ""},
4746 {"SectionHeader32.PointerToRelocations", Field, 0, ""},
4747 {"SectionHeader32.SizeOfRawData", Field, 0, ""},
4748 {"SectionHeader32.VirtualAddress", Field, 0, ""},
4749 {"SectionHeader32.VirtualSize", Field, 0, ""},
4750 {"StringTable", Type, 8, ""},
4751 {"Symbol", Type, 1, ""},
4752 {"Symbol.Name", Field, 1, ""},
4753 {"Symbol.SectionNumber", Field, 1, ""},
4754 {"Symbol.StorageClass", Field, 1, ""},
4755 {"Symbol.Type", Field, 1, ""},
4756 {"Symbol.Value", Field, 1, ""},
4757 },
4758 "debug/plan9obj": {
4759 {"(*File).Close", Method, 3, ""},
4760 {"(*File).Section", Method, 3, ""},
4761 {"(*File).Symbols", Method, 3, ""},
4762 {"(*Section).Data", Method, 3, ""},
4763 {"(*Section).Open", Method, 3, ""},
4764 {"(Section).ReadAt", Method, 3, ""},
4765 {"ErrNoSymbols", Var, 18, ""},
4766 {"File", Type, 3, ""},
4767 {"File.FileHeader", Field, 3, ""},
4768 {"File.Sections", Field, 3, ""},
4769 {"FileHeader", Type, 3, ""},
4770 {"FileHeader.Bss", Field, 3, ""},
4771 {"FileHeader.Entry", Field, 3, ""},
4772 {"FileHeader.HdrSize", Field, 4, ""},
4773 {"FileHeader.LoadAddress", Field, 4, ""},
4774 {"FileHeader.Magic", Field, 3, ""},
4775 {"FileHeader.PtrSize", Field, 3, ""},
4776 {"Magic386", Const, 3, ""},
4777 {"Magic64", Const, 3, ""},
4778 {"MagicAMD64", Const, 3, ""},
4779 {"MagicARM", Const, 3, ""},
4780 {"NewFile", Func, 3, "func(r io.ReaderAt) (*File, error)"},
4781 {"Open", Func, 3, "func(name string) (*File, error)"},
4782 {"Section", Type, 3, ""},
4783 {"Section.ReaderAt", Field, 3, ""},
4784 {"Section.SectionHeader", Field, 3, ""},
4785 {"SectionHeader", Type, 3, ""},
4786 {"SectionHeader.Name", Field, 3, ""},
4787 {"SectionHeader.Offset", Field, 3, ""},
4788 {"SectionHeader.Size", Field, 3, ""},
4789 {"Sym", Type, 3, ""},
4790 {"Sym.Name", Field, 3, ""},
4791 {"Sym.Type", Field, 3, ""},
4792 {"Sym.Value", Field, 3, ""},
4793 },
4794 "embed": {
4795 {"(FS).Open", Method, 16, ""},
4796 {"(FS).ReadDir", Method, 16, ""},
4797 {"(FS).ReadFile", Method, 16, ""},
4798 {"FS", Type, 16, ""},
4799 },
4800 "encoding": {
4801 {"(BinaryAppender).AppendBinary", Method, 24, ""},
4802 {"(BinaryMarshaler).MarshalBinary", Method, 2, ""},
4803 {"(BinaryUnmarshaler).UnmarshalBinary", Method, 2, ""},
4804 {"(TextAppender).AppendText", Method, 24, ""},
4805 {"(TextMarshaler).MarshalText", Method, 2, ""},
4806 {"(TextUnmarshaler).UnmarshalText", Method, 2, ""},
4807 {"BinaryAppender", Type, 24, ""},
4808 {"BinaryMarshaler", Type, 2, ""},
4809 {"BinaryUnmarshaler", Type, 2, ""},
4810 {"TextAppender", Type, 24, ""},
4811 {"TextMarshaler", Type, 2, ""},
4812 {"TextUnmarshaler", Type, 2, ""},
4813 },
4814 "encoding/ascii85": {
4815 {"(CorruptInputError).Error", Method, 0, ""},
4816 {"CorruptInputError", Type, 0, ""},
4817 {"Decode", Func, 0, "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"},
4818 {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
4819 {"MaxEncodedLen", Func, 0, "func(n int) int"},
4820 {"NewDecoder", Func, 0, "func(r io.Reader) io.Reader"},
4821 {"NewEncoder", Func, 0, "func(w io.Writer) io.WriteCloser"},
4822 },
4823 "encoding/asn1": {
4824 {"(BitString).At", Method, 0, ""},
4825 {"(BitString).RightAlign", Method, 0, ""},
4826 {"(ObjectIdentifier).Equal", Method, 0, ""},
4827 {"(ObjectIdentifier).String", Method, 3, ""},
4828 {"(StructuralError).Error", Method, 0, ""},
4829 {"(SyntaxError).Error", Method, 0, ""},
4830 {"BitString", Type, 0, ""},
4831 {"BitString.BitLength", Field, 0, ""},
4832 {"BitString.Bytes", Field, 0, ""},
4833 {"ClassApplication", Const, 6, ""},
4834 {"ClassContextSpecific", Const, 6, ""},
4835 {"ClassPrivate", Const, 6, ""},
4836 {"ClassUniversal", Const, 6, ""},
4837 {"Enumerated", Type, 0, ""},
4838 {"Flag", Type, 0, ""},
4839 {"Marshal", Func, 0, "func(val any) ([]byte, error)"},
4840 {"MarshalWithParams", Func, 10, "func(val any, params string) ([]byte, error)"},
4841 {"NullBytes", Var, 9, ""},
4842 {"NullRawValue", Var, 9, ""},
4843 {"ObjectIdentifier", Type, 0, ""},
4844 {"RawContent", Type, 0, ""},
4845 {"RawValue", Type, 0, ""},
4846 {"RawValue.Bytes", Field, 0, ""},
4847 {"RawValue.Class", Field, 0, ""},
4848 {"RawValue.FullBytes", Field, 0, ""},
4849 {"RawValue.IsCompound", Field, 0, ""},
4850 {"RawValue.Tag", Field, 0, ""},
4851 {"StructuralError", Type, 0, ""},
4852 {"StructuralError.Msg", Field, 0, ""},
4853 {"SyntaxError", Type, 0, ""},
4854 {"SyntaxError.Msg", Field, 0, ""},
4855 {"TagBMPString", Const, 14, ""},
4856 {"TagBitString", Const, 6, ""},
4857 {"TagBoolean", Const, 6, ""},
4858 {"TagEnum", Const, 6, ""},
4859 {"TagGeneralString", Const, 6, ""},
4860 {"TagGeneralizedTime", Const, 6, ""},
4861 {"TagIA5String", Const, 6, ""},
4862 {"TagInteger", Const, 6, ""},
4863 {"TagNull", Const, 9, ""},
4864 {"TagNumericString", Const, 10, ""},
4865 {"TagOID", Const, 6, ""},
4866 {"TagOctetString", Const, 6, ""},
4867 {"TagPrintableString", Const, 6, ""},
4868 {"TagSequence", Const, 6, ""},
4869 {"TagSet", Const, 6, ""},
4870 {"TagT61String", Const, 6, ""},
4871 {"TagUTCTime", Const, 6, ""},
4872 {"TagUTF8String", Const, 6, ""},
4873 {"Unmarshal", Func, 0, "func(b []byte, val any) (rest []byte, err error)"},
4874 {"UnmarshalWithParams", Func, 0, "func(b []byte, val any, params string) (rest []byte, err error)"},
4875 },
4876 "encoding/base32": {
4877 {"(*Encoding).AppendDecode", Method, 22, ""},
4878 {"(*Encoding).AppendEncode", Method, 22, ""},
4879 {"(*Encoding).Decode", Method, 0, ""},
4880 {"(*Encoding).DecodeString", Method, 0, ""},
4881 {"(*Encoding).DecodedLen", Method, 0, ""},
4882 {"(*Encoding).Encode", Method, 0, ""},
4883 {"(*Encoding).EncodeToString", Method, 0, ""},
4884 {"(*Encoding).EncodedLen", Method, 0, ""},
4885 {"(CorruptInputError).Error", Method, 0, ""},
4886 {"(Encoding).WithPadding", Method, 9, ""},
4887 {"CorruptInputError", Type, 0, ""},
4888 {"Encoding", Type, 0, ""},
4889 {"HexEncoding", Var, 0, ""},
4890 {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
4891 {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
4892 {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
4893 {"NoPadding", Const, 9, ""},
4894 {"StdEncoding", Var, 0, ""},
4895 {"StdPadding", Const, 9, ""},
4896 },
4897 "encoding/base64": {
4898 {"(*Encoding).AppendDecode", Method, 22, ""},
4899 {"(*Encoding).AppendEncode", Method, 22, ""},
4900 {"(*Encoding).Decode", Method, 0, ""},
4901 {"(*Encoding).DecodeString", Method, 0, ""},
4902 {"(*Encoding).DecodedLen", Method, 0, ""},
4903 {"(*Encoding).Encode", Method, 0, ""},
4904 {"(*Encoding).EncodeToString", Method, 0, ""},
4905 {"(*Encoding).EncodedLen", Method, 0, ""},
4906 {"(CorruptInputError).Error", Method, 0, ""},
4907 {"(Encoding).Strict", Method, 8, ""},
4908 {"(Encoding).WithPadding", Method, 5, ""},
4909 {"CorruptInputError", Type, 0, ""},
4910 {"Encoding", Type, 0, ""},
4911 {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
4912 {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
4913 {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
4914 {"NoPadding", Const, 5, ""},
4915 {"RawStdEncoding", Var, 5, ""},
4916 {"RawURLEncoding", Var, 5, ""},
4917 {"StdEncoding", Var, 0, ""},
4918 {"StdPadding", Const, 5, ""},
4919 {"URLEncoding", Var, 0, ""},
4920 },
4921 "encoding/binary": {
4922 {"(AppendByteOrder).AppendUint16", Method, 19, ""},
4923 {"(AppendByteOrder).AppendUint32", Method, 19, ""},
4924 {"(AppendByteOrder).AppendUint64", Method, 19, ""},
4925 {"(AppendByteOrder).String", Method, 19, ""},
4926 {"(ByteOrder).PutUint16", Method, 0, ""},
4927 {"(ByteOrder).PutUint32", Method, 0, ""},
4928 {"(ByteOrder).PutUint64", Method, 0, ""},
4929 {"(ByteOrder).String", Method, 0, ""},
4930 {"(ByteOrder).Uint16", Method, 0, ""},
4931 {"(ByteOrder).Uint32", Method, 0, ""},
4932 {"(ByteOrder).Uint64", Method, 0, ""},
4933 {"Append", Func, 23, "func(buf []byte, order ByteOrder, data any) ([]byte, error)"},
4934 {"AppendByteOrder", Type, 19, ""},
4935 {"AppendUvarint", Func, 19, "func(buf []byte, x uint64) []byte"},
4936 {"AppendVarint", Func, 19, "func(buf []byte, x int64) []byte"},
4937 {"BigEndian", Var, 0, ""},
4938 {"ByteOrder", Type, 0, ""},
4939 {"Decode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
4940 {"Encode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
4941 {"LittleEndian", Var, 0, ""},
4942 {"MaxVarintLen16", Const, 0, ""},
4943 {"MaxVarintLen32", Const, 0, ""},
4944 {"MaxVarintLen64", Const, 0, ""},
4945 {"NativeEndian", Var, 21, ""},
4946 {"PutUvarint", Func, 0, "func(buf []byte, x uint64) int"},
4947 {"PutVarint", Func, 0, "func(buf []byte, x int64) int"},
4948 {"Read", Func, 0, "func(r io.Reader, order ByteOrder, data any) error"},
4949 {"ReadUvarint", Func, 0, "func(r io.ByteReader) (uint64, error)"},
4950 {"ReadVarint", Func, 0, "func(r io.ByteReader) (int64, error)"},
4951 {"Size", Func, 0, "func(v any) int"},
4952 {"Uvarint", Func, 0, "func(buf []byte) (uint64, int)"},
4953 {"Varint", Func, 0, "func(buf []byte) (int64, int)"},
4954 {"Write", Func, 0, "func(w io.Writer, order ByteOrder, data any) error"},
4955 },
4956 "encoding/csv": {
4957 {"(*ParseError).Error", Method, 0, ""},
4958 {"(*ParseError).Unwrap", Method, 13, ""},
4959 {"(*Reader).FieldPos", Method, 17, ""},
4960 {"(*Reader).InputOffset", Method, 19, ""},
4961 {"(*Reader).Read", Method, 0, ""},
4962 {"(*Reader).ReadAll", Method, 0, ""},
4963 {"(*Writer).Error", Method, 1, ""},
4964 {"(*Writer).Flush", Method, 0, ""},
4965 {"(*Writer).Write", Method, 0, ""},
4966 {"(*Writer).WriteAll", Method, 0, ""},
4967 {"ErrBareQuote", Var, 0, ""},
4968 {"ErrFieldCount", Var, 0, ""},
4969 {"ErrQuote", Var, 0, ""},
4970 {"ErrTrailingComma", Var, 0, ""},
4971 {"NewReader", Func, 0, "func(r io.Reader) *Reader"},
4972 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
4973 {"ParseError", Type, 0, ""},
4974 {"ParseError.Column", Field, 0, ""},
4975 {"ParseError.Err", Field, 0, ""},
4976 {"ParseError.Line", Field, 0, ""},
4977 {"ParseError.StartLine", Field, 10, ""},
4978 {"Reader", Type, 0, ""},
4979 {"Reader.Comma", Field, 0, ""},
4980 {"Reader.Comment", Field, 0, ""},
4981 {"Reader.FieldsPerRecord", Field, 0, ""},
4982 {"Reader.LazyQuotes", Field, 0, ""},
4983 {"Reader.ReuseRecord", Field, 9, ""},
4984 {"Reader.TrailingComma", Field, 0, ""},
4985 {"Reader.TrimLeadingSpace", Field, 0, ""},
4986 {"Writer", Type, 0, ""},
4987 {"Writer.Comma", Field, 0, ""},
4988 {"Writer.UseCRLF", Field, 0, ""},
4989 },
4990 "encoding/gob": {
4991 {"(*Decoder).Decode", Method, 0, ""},
4992 {"(*Decoder).DecodeValue", Method, 0, ""},
4993 {"(*Encoder).Encode", Method, 0, ""},
4994 {"(*Encoder).EncodeValue", Method, 0, ""},
4995 {"(GobDecoder).GobDecode", Method, 0, ""},
4996 {"(GobEncoder).GobEncode", Method, 0, ""},
4997 {"CommonType", Type, 0, ""},
4998 {"CommonType.Id", Field, 0, ""},
4999 {"CommonType.Name", Field, 0, ""},
5000 {"Decoder", Type, 0, ""},
5001 {"Encoder", Type, 0, ""},
5002 {"GobDecoder", Type, 0, ""},
5003 {"GobEncoder", Type, 0, ""},
5004 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5005 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5006 {"Register", Func, 0, "func(value any)"},
5007 {"RegisterName", Func, 0, "func(name string, value any)"},
5008 },
5009 "encoding/hex": {
5010 {"(InvalidByteError).Error", Method, 0, ""},
5011 {"AppendDecode", Func, 22, "func(dst []byte, src []byte) ([]byte, error)"},
5012 {"AppendEncode", Func, 22, "func(dst []byte, src []byte) []byte"},
5013 {"Decode", Func, 0, "func(dst []byte, src []byte) (int, error)"},
5014 {"DecodeString", Func, 0, "func(s string) ([]byte, error)"},
5015 {"DecodedLen", Func, 0, "func(x int) int"},
5016 {"Dump", Func, 0, "func(data []byte) string"},
5017 {"Dumper", Func, 0, "func(w io.Writer) io.WriteCloser"},
5018 {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
5019 {"EncodeToString", Func, 0, "func(src []byte) string"},
5020 {"EncodedLen", Func, 0, "func(n int) int"},
5021 {"ErrLength", Var, 0, ""},
5022 {"InvalidByteError", Type, 0, ""},
5023 {"NewDecoder", Func, 10, "func(r io.Reader) io.Reader"},
5024 {"NewEncoder", Func, 10, "func(w io.Writer) io.Writer"},
5025 },
5026 "encoding/json": {
5027 {"(*Decoder).Buffered", Method, 1, ""},
5028 {"(*Decoder).Decode", Method, 0, ""},
5029 {"(*Decoder).DisallowUnknownFields", Method, 10, ""},
5030 {"(*Decoder).InputOffset", Method, 14, ""},
5031 {"(*Decoder).More", Method, 5, ""},
5032 {"(*Decoder).Token", Method, 5, ""},
5033 {"(*Decoder).UseNumber", Method, 1, ""},
5034 {"(*Encoder).Encode", Method, 0, ""},
5035 {"(*Encoder).SetEscapeHTML", Method, 7, ""},
5036 {"(*Encoder).SetIndent", Method, 7, ""},
5037 {"(*InvalidUTF8Error).Error", Method, 0, ""},
5038 {"(*InvalidUnmarshalError).Error", Method, 0, ""},
5039 {"(*MarshalerError).Error", Method, 0, ""},
5040 {"(*MarshalerError).Unwrap", Method, 13, ""},
5041 {"(*RawMessage).MarshalJSON", Method, 0, ""},
5042 {"(*RawMessage).UnmarshalJSON", Method, 0, ""},
5043 {"(*SyntaxError).Error", Method, 0, ""},
5044 {"(*UnmarshalFieldError).Error", Method, 0, ""},
5045 {"(*UnmarshalTypeError).Error", Method, 0, ""},
5046 {"(*UnsupportedTypeError).Error", Method, 0, ""},
5047 {"(*UnsupportedValueError).Error", Method, 0, ""},
5048 {"(Delim).String", Method, 5, ""},
5049 {"(Marshaler).MarshalJSON", Method, 0, ""},
5050 {"(Number).Float64", Method, 1, ""},
5051 {"(Number).Int64", Method, 1, ""},
5052 {"(Number).String", Method, 1, ""},
5053 {"(RawMessage).MarshalJSON", Method, 8, ""},
5054 {"(Unmarshaler).UnmarshalJSON", Method, 0, ""},
5055 {"Compact", Func, 0, "func(dst *bytes.Buffer, src []byte) error"},
5056 {"Decoder", Type, 0, ""},
5057 {"Delim", Type, 5, ""},
5058 {"Encoder", Type, 0, ""},
5059 {"HTMLEscape", Func, 0, "func(dst *bytes.Buffer, src []byte)"},
5060 {"Indent", Func, 0, "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"},
5061 {"InvalidUTF8Error", Type, 0, ""},
5062 {"InvalidUTF8Error.S", Field, 0, ""},
5063 {"InvalidUnmarshalError", Type, 0, ""},
5064 {"InvalidUnmarshalError.Type", Field, 0, ""},
5065 {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
5066 {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
5067 {"Marshaler", Type, 0, ""},
5068 {"MarshalerError", Type, 0, ""},
5069 {"MarshalerError.Err", Field, 0, ""},
5070 {"MarshalerError.Type", Field, 0, ""},
5071 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5072 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5073 {"Number", Type, 1, ""},
5074 {"RawMessage", Type, 0, ""},
5075 {"SyntaxError", Type, 0, ""},
5076 {"SyntaxError.Offset", Field, 0, ""},
5077 {"Token", Type, 5, ""},
5078 {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
5079 {"UnmarshalFieldError", Type, 0, ""},
5080 {"UnmarshalFieldError.Field", Field, 0, ""},
5081 {"UnmarshalFieldError.Key", Field, 0, ""},
5082 {"UnmarshalFieldError.Type", Field, 0, ""},
5083 {"UnmarshalTypeError", Type, 0, ""},
5084 {"UnmarshalTypeError.Field", Field, 8, ""},
5085 {"UnmarshalTypeError.Offset", Field, 5, ""},
5086 {"UnmarshalTypeError.Struct", Field, 8, ""},
5087 {"UnmarshalTypeError.Type", Field, 0, ""},
5088 {"UnmarshalTypeError.Value", Field, 0, ""},
5089 {"Unmarshaler", Type, 0, ""},
5090 {"UnsupportedTypeError", Type, 0, ""},
5091 {"UnsupportedTypeError.Type", Field, 0, ""},
5092 {"UnsupportedValueError", Type, 0, ""},
5093 {"UnsupportedValueError.Str", Field, 0, ""},
5094 {"UnsupportedValueError.Value", Field, 0, ""},
5095 {"Valid", Func, 9, "func(data []byte) bool"},
5096 },
5097 "encoding/pem": {
5098 {"Block", Type, 0, ""},
5099 {"Block.Bytes", Field, 0, ""},
5100 {"Block.Headers", Field, 0, ""},
5101 {"Block.Type", Field, 0, ""},
5102 {"Decode", Func, 0, "func(data []byte) (p *Block, rest []byte)"},
5103 {"Encode", Func, 0, "func(out io.Writer, b *Block) error"},
5104 {"EncodeToMemory", Func, 0, "func(b *Block) []byte"},
5105 },
5106 "encoding/xml": {
5107 {"(*Decoder).Decode", Method, 0, ""},
5108 {"(*Decoder).DecodeElement", Method, 0, ""},
5109 {"(*Decoder).InputOffset", Method, 4, ""},
5110 {"(*Decoder).InputPos", Method, 19, ""},
5111 {"(*Decoder).RawToken", Method, 0, ""},
5112 {"(*Decoder).Skip", Method, 0, ""},
5113 {"(*Decoder).Token", Method, 0, ""},
5114 {"(*Encoder).Close", Method, 20, ""},
5115 {"(*Encoder).Encode", Method, 0, ""},
5116 {"(*Encoder).EncodeElement", Method, 2, ""},
5117 {"(*Encoder).EncodeToken", Method, 2, ""},
5118 {"(*Encoder).Flush", Method, 2, ""},
5119 {"(*Encoder).Indent", Method, 1, ""},
5120 {"(*SyntaxError).Error", Method, 0, ""},
5121 {"(*TagPathError).Error", Method, 0, ""},
5122 {"(*UnsupportedTypeError).Error", Method, 0, ""},
5123 {"(CharData).Copy", Method, 0, ""},
5124 {"(Comment).Copy", Method, 0, ""},
5125 {"(Directive).Copy", Method, 0, ""},
5126 {"(Marshaler).MarshalXML", Method, 2, ""},
5127 {"(MarshalerAttr).MarshalXMLAttr", Method, 2, ""},
5128 {"(ProcInst).Copy", Method, 0, ""},
5129 {"(StartElement).Copy", Method, 0, ""},
5130 {"(StartElement).End", Method, 2, ""},
5131 {"(TokenReader).Token", Method, 10, ""},
5132 {"(UnmarshalError).Error", Method, 0, ""},
5133 {"(Unmarshaler).UnmarshalXML", Method, 2, ""},
5134 {"(UnmarshalerAttr).UnmarshalXMLAttr", Method, 2, ""},
5135 {"Attr", Type, 0, ""},
5136 {"Attr.Name", Field, 0, ""},
5137 {"Attr.Value", Field, 0, ""},
5138 {"CharData", Type, 0, ""},
5139 {"Comment", Type, 0, ""},
5140 {"CopyToken", Func, 0, "func(t Token) Token"},
5141 {"Decoder", Type, 0, ""},
5142 {"Decoder.AutoClose", Field, 0, ""},
5143 {"Decoder.CharsetReader", Field, 0, ""},
5144 {"Decoder.DefaultSpace", Field, 1, ""},
5145 {"Decoder.Entity", Field, 0, ""},
5146 {"Decoder.Strict", Field, 0, ""},
5147 {"Directive", Type, 0, ""},
5148 {"Encoder", Type, 0, ""},
5149 {"EndElement", Type, 0, ""},
5150 {"EndElement.Name", Field, 0, ""},
5151 {"Escape", Func, 0, "func(w io.Writer, s []byte)"},
5152 {"EscapeText", Func, 1, "func(w io.Writer, s []byte) error"},
5153 {"HTMLAutoClose", Var, 0, ""},
5154 {"HTMLEntity", Var, 0, ""},
5155 {"Header", Const, 0, ""},
5156 {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
5157 {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
5158 {"Marshaler", Type, 2, ""},
5159 {"MarshalerAttr", Type, 2, ""},
5160 {"Name", Type, 0, ""},
5161 {"Name.Local", Field, 0, ""},
5162 {"Name.Space", Field, 0, ""},
5163 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5164 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5165 {"NewTokenDecoder", Func, 10, "func(t TokenReader) *Decoder"},
5166 {"ProcInst", Type, 0, ""},
5167 {"ProcInst.Inst", Field, 0, ""},
5168 {"ProcInst.Target", Field, 0, ""},
5169 {"StartElement", Type, 0, ""},
5170 {"StartElement.Attr", Field, 0, ""},
5171 {"StartElement.Name", Field, 0, ""},
5172 {"SyntaxError", Type, 0, ""},
5173 {"SyntaxError.Line", Field, 0, ""},
5174 {"SyntaxError.Msg", Field, 0, ""},
5175 {"TagPathError", Type, 0, ""},
5176 {"TagPathError.Field1", Field, 0, ""},
5177 {"TagPathError.Field2", Field, 0, ""},
5178 {"TagPathError.Struct", Field, 0, ""},
5179 {"TagPathError.Tag1", Field, 0, ""},
5180 {"TagPathError.Tag2", Field, 0, ""},
5181 {"Token", Type, 0, ""},
5182 {"TokenReader", Type, 10, ""},
5183 {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
5184 {"UnmarshalError", Type, 0, ""},
5185 {"Unmarshaler", Type, 2, ""},
5186 {"UnmarshalerAttr", Type, 2, ""},
5187 {"UnsupportedTypeError", Type, 0, ""},
5188 {"UnsupportedTypeError.Type", Field, 0, ""},
5189 },
5190 "errors": {
5191 {"As", Func, 13, "func(err error, target any) bool"},
5192 {"AsType", Func, 26, "func[E error](err error) (E, bool)"},
5193 {"ErrUnsupported", Var, 21, ""},
5194 {"Is", Func, 13, "func(err error, target error) bool"},
5195 {"Join", Func, 20, "func(errs ...error) error"},
5196 {"New", Func, 0, "func(text string) error"},
5197 {"Unwrap", Func, 13, "func(err error) error"},
5198 },
5199 "expvar": {
5200 {"(*Float).Add", Method, 0, ""},
5201 {"(*Float).Set", Method, 0, ""},
5202 {"(*Float).String", Method, 0, ""},
5203 {"(*Float).Value", Method, 8, ""},
5204 {"(*Int).Add", Method, 0, ""},
5205 {"(*Int).Set", Method, 0, ""},
5206 {"(*Int).String", Method, 0, ""},
5207 {"(*Int).Value", Method, 8, ""},
5208 {"(*Map).Add", Method, 0, ""},
5209 {"(*Map).AddFloat", Method, 0, ""},
5210 {"(*Map).Delete", Method, 12, ""},
5211 {"(*Map).Do", Method, 0, ""},
5212 {"(*Map).Get", Method, 0, ""},
5213 {"(*Map).Init", Method, 0, ""},
5214 {"(*Map).Set", Method, 0, ""},
5215 {"(*Map).String", Method, 0, ""},
5216 {"(*String).Set", Method, 0, ""},
5217 {"(*String).String", Method, 0, ""},
5218 {"(*String).Value", Method, 8, ""},
5219 {"(Func).String", Method, 0, ""},
5220 {"(Func).Value", Method, 8, ""},
5221 {"(Var).String", Method, 0, ""},
5222 {"Do", Func, 0, "func(f func(KeyValue))"},
5223 {"Float", Type, 0, ""},
5224 {"Func", Type, 0, ""},
5225 {"Get", Func, 0, "func(name string) Var"},
5226 {"Handler", Func, 8, "func() http.Handler"},
5227 {"Int", Type, 0, ""},
5228 {"KeyValue", Type, 0, ""},
5229 {"KeyValue.Key", Field, 0, ""},
5230 {"KeyValue.Value", Field, 0, ""},
5231 {"Map", Type, 0, ""},
5232 {"NewFloat", Func, 0, "func(name string) *Float"},
5233 {"NewInt", Func, 0, "func(name string) *Int"},
5234 {"NewMap", Func, 0, "func(name string) *Map"},
5235 {"NewString", Func, 0, "func(name string) *String"},
5236 {"Publish", Func, 0, "func(name string, v Var)"},
5237 {"String", Type, 0, ""},
5238 {"Var", Type, 0, ""},
5239 },
5240 "flag": {
5241 {"(*FlagSet).Arg", Method, 0, ""},
5242 {"(*FlagSet).Args", Method, 0, ""},
5243 {"(*FlagSet).Bool", Method, 0, ""},
5244 {"(*FlagSet).BoolFunc", Method, 21, ""},
5245 {"(*FlagSet).BoolVar", Method, 0, ""},
5246 {"(*FlagSet).Duration", Method, 0, ""},
5247 {"(*FlagSet).DurationVar", Method, 0, ""},
5248 {"(*FlagSet).ErrorHandling", Method, 10, ""},
5249 {"(*FlagSet).Float64", Method, 0, ""},
5250 {"(*FlagSet).Float64Var", Method, 0, ""},
5251 {"(*FlagSet).Func", Method, 16, ""},
5252 {"(*FlagSet).Init", Method, 0, ""},
5253 {"(*FlagSet).Int", Method, 0, ""},
5254 {"(*FlagSet).Int64", Method, 0, ""},
5255 {"(*FlagSet).Int64Var", Method, 0, ""},
5256 {"(*FlagSet).IntVar", Method, 0, ""},
5257 {"(*FlagSet).Lookup", Method, 0, ""},
5258 {"(*FlagSet).NArg", Method, 0, ""},
5259 {"(*FlagSet).NFlag", Method, 0, ""},
5260 {"(*FlagSet).Name", Method, 10, ""},
5261 {"(*FlagSet).Output", Method, 10, ""},
5262 {"(*FlagSet).Parse", Method, 0, ""},
5263 {"(*FlagSet).Parsed", Method, 0, ""},
5264 {"(*FlagSet).PrintDefaults", Method, 0, ""},
5265 {"(*FlagSet).Set", Method, 0, ""},
5266 {"(*FlagSet).SetOutput", Method, 0, ""},
5267 {"(*FlagSet).String", Method, 0, ""},
5268 {"(*FlagSet).StringVar", Method, 0, ""},
5269 {"(*FlagSet).TextVar", Method, 19, ""},
5270 {"(*FlagSet).Uint", Method, 0, ""},
5271 {"(*FlagSet).Uint64", Method, 0, ""},
5272 {"(*FlagSet).Uint64Var", Method, 0, ""},
5273 {"(*FlagSet).UintVar", Method, 0, ""},
5274 {"(*FlagSet).Var", Method, 0, ""},
5275 {"(*FlagSet).Visit", Method, 0, ""},
5276 {"(*FlagSet).VisitAll", Method, 0, ""},
5277 {"(Getter).Get", Method, 2, ""},
5278 {"(Getter).Set", Method, 2, ""},
5279 {"(Getter).String", Method, 2, ""},
5280 {"(Value).Set", Method, 0, ""},
5281 {"(Value).String", Method, 0, ""},
5282 {"Arg", Func, 0, "func(i int) string"},
5283 {"Args", Func, 0, "func() []string"},
5284 {"Bool", Func, 0, "func(name string, value bool, usage string) *bool"},
5285 {"BoolFunc", Func, 21, "func(name string, usage string, fn func(string) error)"},
5286 {"BoolVar", Func, 0, "func(p *bool, name string, value bool, usage string)"},
5287 {"CommandLine", Var, 2, ""},
5288 {"ContinueOnError", Const, 0, ""},
5289 {"Duration", Func, 0, "func(name string, value time.Duration, usage string) *time.Duration"},
5290 {"DurationVar", Func, 0, "func(p *time.Duration, name string, value time.Duration, usage string)"},
5291 {"ErrHelp", Var, 0, ""},
5292 {"ErrorHandling", Type, 0, ""},
5293 {"ExitOnError", Const, 0, ""},
5294 {"Flag", Type, 0, ""},
5295 {"Flag.DefValue", Field, 0, ""},
5296 {"Flag.Name", Field, 0, ""},
5297 {"Flag.Usage", Field, 0, ""},
5298 {"Flag.Value", Field, 0, ""},
5299 {"FlagSet", Type, 0, ""},
5300 {"FlagSet.Usage", Field, 0, ""},
5301 {"Float64", Func, 0, "func(name string, value float64, usage string) *float64"},
5302 {"Float64Var", Func, 0, "func(p *float64, name string, value float64, usage string)"},
5303 {"Func", Func, 16, "func(name string, usage string, fn func(string) error)"},
5304 {"Getter", Type, 2, ""},
5305 {"Int", Func, 0, "func(name string, value int, usage string) *int"},
5306 {"Int64", Func, 0, "func(name string, value int64, usage string) *int64"},
5307 {"Int64Var", Func, 0, "func(p *int64, name string, value int64, usage string)"},
5308 {"IntVar", Func, 0, "func(p *int, name string, value int, usage string)"},
5309 {"Lookup", Func, 0, "func(name string) *Flag"},
5310 {"NArg", Func, 0, "func() int"},
5311 {"NFlag", Func, 0, "func() int"},
5312 {"NewFlagSet", Func, 0, "func(name string, errorHandling ErrorHandling) *FlagSet"},
5313 {"PanicOnError", Const, 0, ""},
5314 {"Parse", Func, 0, "func()"},
5315 {"Parsed", Func, 0, "func() bool"},
5316 {"PrintDefaults", Func, 0, "func()"},
5317 {"Set", Func, 0, "func(name string, value string) error"},
5318 {"String", Func, 0, "func(name string, value string, usage string) *string"},
5319 {"StringVar", Func, 0, "func(p *string, name string, value string, usage string)"},
5320 {"TextVar", Func, 19, "func(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string)"},
5321 {"Uint", Func, 0, "func(name string, value uint, usage string) *uint"},
5322 {"Uint64", Func, 0, "func(name string, value uint64, usage string) *uint64"},
5323 {"Uint64Var", Func, 0, "func(p *uint64, name string, value uint64, usage string)"},
5324 {"UintVar", Func, 0, "func(p *uint, name string, value uint, usage string)"},
5325 {"UnquoteUsage", Func, 5, "func(flag *Flag) (name string, usage string)"},
5326 {"Usage", Var, 0, ""},
5327 {"Value", Type, 0, ""},
5328 {"Var", Func, 0, "func(value Value, name string, usage string)"},
5329 {"Visit", Func, 0, "func(fn func(*Flag))"},
5330 {"VisitAll", Func, 0, "func(fn func(*Flag))"},
5331 },
5332 "fmt": {
5333 {"(Formatter).Format", Method, 0, ""},
5334 {"(GoStringer).GoString", Method, 0, ""},
5335 {"(ScanState).Read", Method, 0, ""},
5336 {"(ScanState).ReadRune", Method, 0, ""},
5337 {"(ScanState).SkipSpace", Method, 0, ""},
5338 {"(ScanState).Token", Method, 0, ""},
5339 {"(ScanState).UnreadRune", Method, 0, ""},
5340 {"(ScanState).Width", Method, 0, ""},
5341 {"(Scanner).Scan", Method, 0, ""},
5342 {"(State).Flag", Method, 0, ""},
5343 {"(State).Precision", Method, 0, ""},
5344 {"(State).Width", Method, 0, ""},
5345 {"(State).Write", Method, 0, ""},
5346 {"(Stringer).String", Method, 0, ""},
5347 {"Append", Func, 19, "func(b []byte, a ...any) []byte"},
5348 {"Appendf", Func, 19, "func(b []byte, format string, a ...any) []byte"},
5349 {"Appendln", Func, 19, "func(b []byte, a ...any) []byte"},
5350 {"Errorf", Func, 0, "func(format string, a ...any) (err error)"},
5351 {"FormatString", Func, 20, "func(state State, verb rune) string"},
5352 {"Formatter", Type, 0, ""},
5353 {"Fprint", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
5354 {"Fprintf", Func, 0, "func(w io.Writer, format string, a ...any) (n int, err error)"},
5355 {"Fprintln", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
5356 {"Fscan", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
5357 {"Fscanf", Func, 0, "func(r io.Reader, format string, a ...any) (n int, err error)"},
5358 {"Fscanln", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
5359 {"GoStringer", Type, 0, ""},
5360 {"Print", Func, 0, "func(a ...any) (n int, err error)"},
5361 {"Printf", Func, 0, "func(format string, a ...any) (n int, err error)"},
5362 {"Println", Func, 0, "func(a ...any) (n int, err error)"},
5363 {"Scan", Func, 0, "func(a ...any) (n int, err error)"},
5364 {"ScanState", Type, 0, ""},
5365 {"Scanf", Func, 0, "func(format string, a ...any) (n int, err error)"},
5366 {"Scanln", Func, 0, "func(a ...any) (n int, err error)"},
5367 {"Scanner", Type, 0, ""},
5368 {"Sprint", Func, 0, "func(a ...any) string"},
5369 {"Sprintf", Func, 0, "func(format string, a ...any) string"},
5370 {"Sprintln", Func, 0, "func(a ...any) string"},
5371 {"Sscan", Func, 0, "func(str string, a ...any) (n int, err error)"},
5372 {"Sscanf", Func, 0, "func(str string, format string, a ...any) (n int, err error)"},
5373 {"Sscanln", Func, 0, "func(str string, a ...any) (n int, err error)"},
5374 {"State", Type, 0, ""},
5375 {"Stringer", Type, 0, ""},
5376 },
5377 "go/ast": {
5378 {"(*ArrayType).End", Method, 0, ""},
5379 {"(*ArrayType).Pos", Method, 0, ""},
5380 {"(*AssignStmt).End", Method, 0, ""},
5381 {"(*AssignStmt).Pos", Method, 0, ""},
5382 {"(*BadDecl).End", Method, 0, ""},
5383 {"(*BadDecl).Pos", Method, 0, ""},
5384 {"(*BadExpr).End", Method, 0, ""},
5385 {"(*BadExpr).Pos", Method, 0, ""},
5386 {"(*BadStmt).End", Method, 0, ""},
5387 {"(*BadStmt).Pos", Method, 0, ""},
5388 {"(*BasicLit).End", Method, 0, ""},
5389 {"(*BasicLit).Pos", Method, 0, ""},
5390 {"(*BinaryExpr).End", Method, 0, ""},
5391 {"(*BinaryExpr).Pos", Method, 0, ""},
5392 {"(*BlockStmt).End", Method, 0, ""},
5393 {"(*BlockStmt).Pos", Method, 0, ""},
5394 {"(*BranchStmt).End", Method, 0, ""},
5395 {"(*BranchStmt).Pos", Method, 0, ""},
5396 {"(*CallExpr).End", Method, 0, ""},
5397 {"(*CallExpr).Pos", Method, 0, ""},
5398 {"(*CaseClause).End", Method, 0, ""},
5399 {"(*CaseClause).Pos", Method, 0, ""},
5400 {"(*ChanType).End", Method, 0, ""},
5401 {"(*ChanType).Pos", Method, 0, ""},
5402 {"(*CommClause).End", Method, 0, ""},
5403 {"(*CommClause).Pos", Method, 0, ""},
5404 {"(*Comment).End", Method, 0, ""},
5405 {"(*Comment).Pos", Method, 0, ""},
5406 {"(*CommentGroup).End", Method, 0, ""},
5407 {"(*CommentGroup).Pos", Method, 0, ""},
5408 {"(*CommentGroup).Text", Method, 0, ""},
5409 {"(*CompositeLit).End", Method, 0, ""},
5410 {"(*CompositeLit).Pos", Method, 0, ""},
5411 {"(*DeclStmt).End", Method, 0, ""},
5412 {"(*DeclStmt).Pos", Method, 0, ""},
5413 {"(*DeferStmt).End", Method, 0, ""},
5414 {"(*DeferStmt).Pos", Method, 0, ""},
5415 {"(*Directive).End", Method, 26, ""},
5416 {"(*Directive).ParseArgs", Method, 26, ""},
5417 {"(*Directive).Pos", Method, 26, ""},
5418 {"(*Ellipsis).End", Method, 0, ""},
5419 {"(*Ellipsis).Pos", Method, 0, ""},
5420 {"(*EmptyStmt).End", Method, 0, ""},
5421 {"(*EmptyStmt).Pos", Method, 0, ""},
5422 {"(*ExprStmt).End", Method, 0, ""},
5423 {"(*ExprStmt).Pos", Method, 0, ""},
5424 {"(*Field).End", Method, 0, ""},
5425 {"(*Field).Pos", Method, 0, ""},
5426 {"(*FieldList).End", Method, 0, ""},
5427 {"(*FieldList).NumFields", Method, 0, ""},
5428 {"(*FieldList).Pos", Method, 0, ""},
5429 {"(*File).End", Method, 0, ""},
5430 {"(*File).Pos", Method, 0, ""},
5431 {"(*ForStmt).End", Method, 0, ""},
5432 {"(*ForStmt).Pos", Method, 0, ""},
5433 {"(*FuncDecl).End", Method, 0, ""},
5434 {"(*FuncDecl).Pos", Method, 0, ""},
5435 {"(*FuncLit).End", Method, 0, ""},
5436 {"(*FuncLit).Pos", Method, 0, ""},
5437 {"(*FuncType).End", Method, 0, ""},
5438 {"(*FuncType).Pos", Method, 0, ""},
5439 {"(*GenDecl).End", Method, 0, ""},
5440 {"(*GenDecl).Pos", Method, 0, ""},
5441 {"(*GoStmt).End", Method, 0, ""},
5442 {"(*GoStmt).Pos", Method, 0, ""},
5443 {"(*Ident).End", Method, 0, ""},
5444 {"(*Ident).IsExported", Method, 0, ""},
5445 {"(*Ident).Pos", Method, 0, ""},
5446 {"(*Ident).String", Method, 0, ""},
5447 {"(*IfStmt).End", Method, 0, ""},
5448 {"(*IfStmt).Pos", Method, 0, ""},
5449 {"(*ImportSpec).End", Method, 0, ""},
5450 {"(*ImportSpec).Pos", Method, 0, ""},
5451 {"(*IncDecStmt).End", Method, 0, ""},
5452 {"(*IncDecStmt).Pos", Method, 0, ""},
5453 {"(*IndexExpr).End", Method, 0, ""},
5454 {"(*IndexExpr).Pos", Method, 0, ""},
5455 {"(*IndexListExpr).End", Method, 18, ""},
5456 {"(*IndexListExpr).Pos", Method, 18, ""},
5457 {"(*InterfaceType).End", Method, 0, ""},
5458 {"(*InterfaceType).Pos", Method, 0, ""},
5459 {"(*KeyValueExpr).End", Method, 0, ""},
5460 {"(*KeyValueExpr).Pos", Method, 0, ""},
5461 {"(*LabeledStmt).End", Method, 0, ""},
5462 {"(*LabeledStmt).Pos", Method, 0, ""},
5463 {"(*MapType).End", Method, 0, ""},
5464 {"(*MapType).Pos", Method, 0, ""},
5465 {"(*Object).Pos", Method, 0, ""},
5466 {"(*Package).End", Method, 0, ""},
5467 {"(*Package).Pos", Method, 0, ""},
5468 {"(*ParenExpr).End", Method, 0, ""},
5469 {"(*ParenExpr).Pos", Method, 0, ""},
5470 {"(*RangeStmt).End", Method, 0, ""},
5471 {"(*RangeStmt).Pos", Method, 0, ""},
5472 {"(*ReturnStmt).End", Method, 0, ""},
5473 {"(*ReturnStmt).Pos", Method, 0, ""},
5474 {"(*Scope).Insert", Method, 0, ""},
5475 {"(*Scope).Lookup", Method, 0, ""},
5476 {"(*Scope).String", Method, 0, ""},
5477 {"(*SelectStmt).End", Method, 0, ""},
5478 {"(*SelectStmt).Pos", Method, 0, ""},
5479 {"(*SelectorExpr).End", Method, 0, ""},
5480 {"(*SelectorExpr).Pos", Method, 0, ""},
5481 {"(*SendStmt).End", Method, 0, ""},
5482 {"(*SendStmt).Pos", Method, 0, ""},
5483 {"(*SliceExpr).End", Method, 0, ""},
5484 {"(*SliceExpr).Pos", Method, 0, ""},
5485 {"(*StarExpr).End", Method, 0, ""},
5486 {"(*StarExpr).Pos", Method, 0, ""},
5487 {"(*StructType).End", Method, 0, ""},
5488 {"(*StructType).Pos", Method, 0, ""},
5489 {"(*SwitchStmt).End", Method, 0, ""},
5490 {"(*SwitchStmt).Pos", Method, 0, ""},
5491 {"(*TypeAssertExpr).End", Method, 0, ""},
5492 {"(*TypeAssertExpr).Pos", Method, 0, ""},
5493 {"(*TypeSpec).End", Method, 0, ""},
5494 {"(*TypeSpec).Pos", Method, 0, ""},
5495 {"(*TypeSwitchStmt).End", Method, 0, ""},
5496 {"(*TypeSwitchStmt).Pos", Method, 0, ""},
5497 {"(*UnaryExpr).End", Method, 0, ""},
5498 {"(*UnaryExpr).Pos", Method, 0, ""},
5499 {"(*ValueSpec).End", Method, 0, ""},
5500 {"(*ValueSpec).Pos", Method, 0, ""},
5501 {"(CommentMap).Comments", Method, 1, ""},
5502 {"(CommentMap).Filter", Method, 1, ""},
5503 {"(CommentMap).String", Method, 1, ""},
5504 {"(CommentMap).Update", Method, 1, ""},
5505 {"(Decl).End", Method, 0, ""},
5506 {"(Decl).Pos", Method, 0, ""},
5507 {"(Expr).End", Method, 0, ""},
5508 {"(Expr).Pos", Method, 0, ""},
5509 {"(Node).End", Method, 0, ""},
5510 {"(Node).Pos", Method, 0, ""},
5511 {"(ObjKind).String", Method, 0, ""},
5512 {"(Spec).End", Method, 0, ""},
5513 {"(Spec).Pos", Method, 0, ""},
5514 {"(Stmt).End", Method, 0, ""},
5515 {"(Stmt).Pos", Method, 0, ""},
5516 {"(Visitor).Visit", Method, 0, ""},
5517 {"ArrayType", Type, 0, ""},
5518 {"ArrayType.Elt", Field, 0, ""},
5519 {"ArrayType.Lbrack", Field, 0, ""},
5520 {"ArrayType.Len", Field, 0, ""},
5521 {"AssignStmt", Type, 0, ""},
5522 {"AssignStmt.Lhs", Field, 0, ""},
5523 {"AssignStmt.Rhs", Field, 0, ""},
5524 {"AssignStmt.Tok", Field, 0, ""},
5525 {"AssignStmt.TokPos", Field, 0, ""},
5526 {"Bad", Const, 0, ""},
5527 {"BadDecl", Type, 0, ""},
5528 {"BadDecl.From", Field, 0, ""},
5529 {"BadDecl.To", Field, 0, ""},
5530 {"BadExpr", Type, 0, ""},
5531 {"BadExpr.From", Field, 0, ""},
5532 {"BadExpr.To", Field, 0, ""},
5533 {"BadStmt", Type, 0, ""},
5534 {"BadStmt.From", Field, 0, ""},
5535 {"BadStmt.To", Field, 0, ""},
5536 {"BasicLit", Type, 0, ""},
5537 {"BasicLit.Kind", Field, 0, ""},
5538 {"BasicLit.Value", Field, 0, ""},
5539 {"BasicLit.ValueEnd", Field, 26, ""},
5540 {"BasicLit.ValuePos", Field, 0, ""},
5541 {"BinaryExpr", Type, 0, ""},
5542 {"BinaryExpr.Op", Field, 0, ""},
5543 {"BinaryExpr.OpPos", Field, 0, ""},
5544 {"BinaryExpr.X", Field, 0, ""},
5545 {"BinaryExpr.Y", Field, 0, ""},
5546 {"BlockStmt", Type, 0, ""},
5547 {"BlockStmt.Lbrace", Field, 0, ""},
5548 {"BlockStmt.List", Field, 0, ""},
5549 {"BlockStmt.Rbrace", Field, 0, ""},
5550 {"BranchStmt", Type, 0, ""},
5551 {"BranchStmt.Label", Field, 0, ""},
5552 {"BranchStmt.Tok", Field, 0, ""},
5553 {"BranchStmt.TokPos", Field, 0, ""},
5554 {"CallExpr", Type, 0, ""},
5555 {"CallExpr.Args", Field, 0, ""},
5556 {"CallExpr.Ellipsis", Field, 0, ""},
5557 {"CallExpr.Fun", Field, 0, ""},
5558 {"CallExpr.Lparen", Field, 0, ""},
5559 {"CallExpr.Rparen", Field, 0, ""},
5560 {"CaseClause", Type, 0, ""},
5561 {"CaseClause.Body", Field, 0, ""},
5562 {"CaseClause.Case", Field, 0, ""},
5563 {"CaseClause.Colon", Field, 0, ""},
5564 {"CaseClause.List", Field, 0, ""},
5565 {"ChanDir", Type, 0, ""},
5566 {"ChanType", Type, 0, ""},
5567 {"ChanType.Arrow", Field, 1, ""},
5568 {"ChanType.Begin", Field, 0, ""},
5569 {"ChanType.Dir", Field, 0, ""},
5570 {"ChanType.Value", Field, 0, ""},
5571 {"CommClause", Type, 0, ""},
5572 {"CommClause.Body", Field, 0, ""},
5573 {"CommClause.Case", Field, 0, ""},
5574 {"CommClause.Colon", Field, 0, ""},
5575 {"CommClause.Comm", Field, 0, ""},
5576 {"Comment", Type, 0, ""},
5577 {"Comment.Slash", Field, 0, ""},
5578 {"Comment.Text", Field, 0, ""},
5579 {"CommentGroup", Type, 0, ""},
5580 {"CommentGroup.List", Field, 0, ""},
5581 {"CommentMap", Type, 1, ""},
5582 {"CompositeLit", Type, 0, ""},
5583 {"CompositeLit.Elts", Field, 0, ""},
5584 {"CompositeLit.Incomplete", Field, 11, ""},
5585 {"CompositeLit.Lbrace", Field, 0, ""},
5586 {"CompositeLit.Rbrace", Field, 0, ""},
5587 {"CompositeLit.Type", Field, 0, ""},
5588 {"Con", Const, 0, ""},
5589 {"DeclStmt", Type, 0, ""},
5590 {"DeclStmt.Decl", Field, 0, ""},
5591 {"DeferStmt", Type, 0, ""},
5592 {"DeferStmt.Call", Field, 0, ""},
5593 {"DeferStmt.Defer", Field, 0, ""},
5594 {"Directive", Type, 26, ""},
5595 {"Directive.Args", Field, 26, ""},
5596 {"Directive.ArgsPos", Field, 26, ""},
5597 {"Directive.Name", Field, 26, ""},
5598 {"Directive.Slash", Field, 26, ""},
5599 {"Directive.Tool", Field, 26, ""},
5600 {"DirectiveArg", Type, 26, ""},
5601 {"DirectiveArg.Arg", Field, 26, ""},
5602 {"DirectiveArg.Pos", Field, 26, ""},
5603 {"Ellipsis", Type, 0, ""},
5604 {"Ellipsis.Ellipsis", Field, 0, ""},
5605 {"Ellipsis.Elt", Field, 0, ""},
5606 {"EmptyStmt", Type, 0, ""},
5607 {"EmptyStmt.Implicit", Field, 5, ""},
5608 {"EmptyStmt.Semicolon", Field, 0, ""},
5609 {"ExprStmt", Type, 0, ""},
5610 {"ExprStmt.X", Field, 0, ""},
5611 {"Field", Type, 0, ""},
5612 {"Field.Comment", Field, 0, ""},
5613 {"Field.Doc", Field, 0, ""},
5614 {"Field.Names", Field, 0, ""},
5615 {"Field.Tag", Field, 0, ""},
5616 {"Field.Type", Field, 0, ""},
5617 {"FieldFilter", Type, 0, ""},
5618 {"FieldList", Type, 0, ""},
5619 {"FieldList.Closing", Field, 0, ""},
5620 {"FieldList.List", Field, 0, ""},
5621 {"FieldList.Opening", Field, 0, ""},
5622 {"File", Type, 0, ""},
5623 {"File.Comments", Field, 0, ""},
5624 {"File.Decls", Field, 0, ""},
5625 {"File.Doc", Field, 0, ""},
5626 {"File.FileEnd", Field, 20, ""},
5627 {"File.FileStart", Field, 20, ""},
5628 {"File.GoVersion", Field, 21, ""},
5629 {"File.Imports", Field, 0, ""},
5630 {"File.Name", Field, 0, ""},
5631 {"File.Package", Field, 0, ""},
5632 {"File.Scope", Field, 0, ""},
5633 {"File.Unresolved", Field, 0, ""},
5634 {"FileExports", Func, 0, "func(src *File) bool"},
5635 {"Filter", Type, 0, ""},
5636 {"FilterDecl", Func, 0, "func(decl Decl, f Filter) bool"},
5637 {"FilterFile", Func, 0, "func(src *File, f Filter) bool"},
5638 {"FilterFuncDuplicates", Const, 0, ""},
5639 {"FilterImportDuplicates", Const, 0, ""},
5640 {"FilterPackage", Func, 0, "func(pkg *Package, f Filter) bool"},
5641 {"FilterUnassociatedComments", Const, 0, ""},
5642 {"ForStmt", Type, 0, ""},
5643 {"ForStmt.Body", Field, 0, ""},
5644 {"ForStmt.Cond", Field, 0, ""},
5645 {"ForStmt.For", Field, 0, ""},
5646 {"ForStmt.Init", Field, 0, ""},
5647 {"ForStmt.Post", Field, 0, ""},
5648 {"Fprint", Func, 0, "func(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error"},
5649 {"Fun", Const, 0, ""},
5650 {"FuncDecl", Type, 0, ""},
5651 {"FuncDecl.Body", Field, 0, ""},
5652 {"FuncDecl.Doc", Field, 0, ""},
5653 {"FuncDecl.Name", Field, 0, ""},
5654 {"FuncDecl.Recv", Field, 0, ""},
5655 {"FuncDecl.Type", Field, 0, ""},
5656 {"FuncLit", Type, 0, ""},
5657 {"FuncLit.Body", Field, 0, ""},
5658 {"FuncLit.Type", Field, 0, ""},
5659 {"FuncType", Type, 0, ""},
5660 {"FuncType.Func", Field, 0, ""},
5661 {"FuncType.Params", Field, 0, ""},
5662 {"FuncType.Results", Field, 0, ""},
5663 {"FuncType.TypeParams", Field, 18, ""},
5664 {"GenDecl", Type, 0, ""},
5665 {"GenDecl.Doc", Field, 0, ""},
5666 {"GenDecl.Lparen", Field, 0, ""},
5667 {"GenDecl.Rparen", Field, 0, ""},
5668 {"GenDecl.Specs", Field, 0, ""},
5669 {"GenDecl.Tok", Field, 0, ""},
5670 {"GenDecl.TokPos", Field, 0, ""},
5671 {"GoStmt", Type, 0, ""},
5672 {"GoStmt.Call", Field, 0, ""},
5673 {"GoStmt.Go", Field, 0, ""},
5674 {"Ident", Type, 0, ""},
5675 {"Ident.Name", Field, 0, ""},
5676 {"Ident.NamePos", Field, 0, ""},
5677 {"Ident.Obj", Field, 0, ""},
5678 {"IfStmt", Type, 0, ""},
5679 {"IfStmt.Body", Field, 0, ""},
5680 {"IfStmt.Cond", Field, 0, ""},
5681 {"IfStmt.Else", Field, 0, ""},
5682 {"IfStmt.If", Field, 0, ""},
5683 {"IfStmt.Init", Field, 0, ""},
5684 {"ImportSpec", Type, 0, ""},
5685 {"ImportSpec.Comment", Field, 0, ""},
5686 {"ImportSpec.Doc", Field, 0, ""},
5687 {"ImportSpec.EndPos", Field, 0, ""},
5688 {"ImportSpec.Name", Field, 0, ""},
5689 {"ImportSpec.Path", Field, 0, ""},
5690 {"Importer", Type, 0, ""},
5691 {"IncDecStmt", Type, 0, ""},
5692 {"IncDecStmt.Tok", Field, 0, ""},
5693 {"IncDecStmt.TokPos", Field, 0, ""},
5694 {"IncDecStmt.X", Field, 0, ""},
5695 {"IndexExpr", Type, 0, ""},
5696 {"IndexExpr.Index", Field, 0, ""},
5697 {"IndexExpr.Lbrack", Field, 0, ""},
5698 {"IndexExpr.Rbrack", Field, 0, ""},
5699 {"IndexExpr.X", Field, 0, ""},
5700 {"IndexListExpr", Type, 18, ""},
5701 {"IndexListExpr.Indices", Field, 18, ""},
5702 {"IndexListExpr.Lbrack", Field, 18, ""},
5703 {"IndexListExpr.Rbrack", Field, 18, ""},
5704 {"IndexListExpr.X", Field, 18, ""},
5705 {"Inspect", Func, 0, "func(node Node, f func(Node) bool)"},
5706 {"InterfaceType", Type, 0, ""},
5707 {"InterfaceType.Incomplete", Field, 0, ""},
5708 {"InterfaceType.Interface", Field, 0, ""},
5709 {"InterfaceType.Methods", Field, 0, ""},
5710 {"IsExported", Func, 0, "func(name string) bool"},
5711 {"IsGenerated", Func, 21, "func(file *File) bool"},
5712 {"KeyValueExpr", Type, 0, ""},
5713 {"KeyValueExpr.Colon", Field, 0, ""},
5714 {"KeyValueExpr.Key", Field, 0, ""},
5715 {"KeyValueExpr.Value", Field, 0, ""},
5716 {"LabeledStmt", Type, 0, ""},
5717 {"LabeledStmt.Colon", Field, 0, ""},
5718 {"LabeledStmt.Label", Field, 0, ""},
5719 {"LabeledStmt.Stmt", Field, 0, ""},
5720 {"Lbl", Const, 0, ""},
5721 {"MapType", Type, 0, ""},
5722 {"MapType.Key", Field, 0, ""},
5723 {"MapType.Map", Field, 0, ""},
5724 {"MapType.Value", Field, 0, ""},
5725 {"MergeMode", Type, 0, ""},
5726 {"MergePackageFiles", Func, 0, "func(pkg *Package, mode MergeMode) *File"},
5727 {"NewCommentMap", Func, 1, "func(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap"},
5728 {"NewIdent", Func, 0, "func(name string) *Ident"},
5729 {"NewObj", Func, 0, "func(kind ObjKind, name string) *Object"},
5730 {"NewPackage", Func, 0, "func(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error)"},
5731 {"NewScope", Func, 0, "func(outer *Scope) *Scope"},
5732 {"Node", Type, 0, ""},
5733 {"NotNilFilter", Func, 0, "func(_ string, v reflect.Value) bool"},
5734 {"ObjKind", Type, 0, ""},
5735 {"Object", Type, 0, ""},
5736 {"Object.Data", Field, 0, ""},
5737 {"Object.Decl", Field, 0, ""},
5738 {"Object.Kind", Field, 0, ""},
5739 {"Object.Name", Field, 0, ""},
5740 {"Object.Type", Field, 0, ""},
5741 {"Package", Type, 0, ""},
5742 {"Package.Files", Field, 0, ""},
5743 {"Package.Imports", Field, 0, ""},
5744 {"Package.Name", Field, 0, ""},
5745 {"Package.Scope", Field, 0, ""},
5746 {"PackageExports", Func, 0, "func(pkg *Package) bool"},
5747 {"ParenExpr", Type, 0, ""},
5748 {"ParenExpr.Lparen", Field, 0, ""},
5749 {"ParenExpr.Rparen", Field, 0, ""},
5750 {"ParenExpr.X", Field, 0, ""},
5751 {"ParseDirective", Func, 26, "func(pos token.Pos, c string) (Directive, bool)"},
5752 {"Pkg", Const, 0, ""},
5753 {"Preorder", Func, 23, "func(root Node) iter.Seq[Node]"},
5754 {"PreorderStack", Func, 25, "func(root Node, stack []Node, f func(n Node, stack []Node) bool)"},
5755 {"Print", Func, 0, "func(fset *token.FileSet, x any) error"},
5756 {"RECV", Const, 0, ""},
5757 {"RangeStmt", Type, 0, ""},
5758 {"RangeStmt.Body", Field, 0, ""},
5759 {"RangeStmt.For", Field, 0, ""},
5760 {"RangeStmt.Key", Field, 0, ""},
5761 {"RangeStmt.Range", Field, 20, ""},
5762 {"RangeStmt.Tok", Field, 0, ""},
5763 {"RangeStmt.TokPos", Field, 0, ""},
5764 {"RangeStmt.Value", Field, 0, ""},
5765 {"RangeStmt.X", Field, 0, ""},
5766 {"ReturnStmt", Type, 0, ""},
5767 {"ReturnStmt.Results", Field, 0, ""},
5768 {"ReturnStmt.Return", Field, 0, ""},
5769 {"SEND", Const, 0, ""},
5770 {"Scope", Type, 0, ""},
5771 {"Scope.Objects", Field, 0, ""},
5772 {"Scope.Outer", Field, 0, ""},
5773 {"SelectStmt", Type, 0, ""},
5774 {"SelectStmt.Body", Field, 0, ""},
5775 {"SelectStmt.Select", Field, 0, ""},
5776 {"SelectorExpr", Type, 0, ""},
5777 {"SelectorExpr.Sel", Field, 0, ""},
5778 {"SelectorExpr.X", Field, 0, ""},
5779 {"SendStmt", Type, 0, ""},
5780 {"SendStmt.Arrow", Field, 0, ""},
5781 {"SendStmt.Chan", Field, 0, ""},
5782 {"SendStmt.Value", Field, 0, ""},
5783 {"SliceExpr", Type, 0, ""},
5784 {"SliceExpr.High", Field, 0, ""},
5785 {"SliceExpr.Lbrack", Field, 0, ""},
5786 {"SliceExpr.Low", Field, 0, ""},
5787 {"SliceExpr.Max", Field, 2, ""},
5788 {"SliceExpr.Rbrack", Field, 0, ""},
5789 {"SliceExpr.Slice3", Field, 2, ""},
5790 {"SliceExpr.X", Field, 0, ""},
5791 {"SortImports", Func, 0, "func(fset *token.FileSet, f *File)"},
5792 {"StarExpr", Type, 0, ""},
5793 {"StarExpr.Star", Field, 0, ""},
5794 {"StarExpr.X", Field, 0, ""},
5795 {"StructType", Type, 0, ""},
5796 {"StructType.Fields", Field, 0, ""},
5797 {"StructType.Incomplete", Field, 0, ""},
5798 {"StructType.Struct", Field, 0, ""},
5799 {"SwitchStmt", Type, 0, ""},
5800 {"SwitchStmt.Body", Field, 0, ""},
5801 {"SwitchStmt.Init", Field, 0, ""},
5802 {"SwitchStmt.Switch", Field, 0, ""},
5803 {"SwitchStmt.Tag", Field, 0, ""},
5804 {"Typ", Const, 0, ""},
5805 {"TypeAssertExpr", Type, 0, ""},
5806 {"TypeAssertExpr.Lparen", Field, 2, ""},
5807 {"TypeAssertExpr.Rparen", Field, 2, ""},
5808 {"TypeAssertExpr.Type", Field, 0, ""},
5809 {"TypeAssertExpr.X", Field, 0, ""},
5810 {"TypeSpec", Type, 0, ""},
5811 {"TypeSpec.Assign", Field, 9, ""},
5812 {"TypeSpec.Comment", Field, 0, ""},
5813 {"TypeSpec.Doc", Field, 0, ""},
5814 {"TypeSpec.Name", Field, 0, ""},
5815 {"TypeSpec.Type", Field, 0, ""},
5816 {"TypeSpec.TypeParams", Field, 18, ""},
5817 {"TypeSwitchStmt", Type, 0, ""},
5818 {"TypeSwitchStmt.Assign", Field, 0, ""},
5819 {"TypeSwitchStmt.Body", Field, 0, ""},
5820 {"TypeSwitchStmt.Init", Field, 0, ""},
5821 {"TypeSwitchStmt.Switch", Field, 0, ""},
5822 {"UnaryExpr", Type, 0, ""},
5823 {"UnaryExpr.Op", Field, 0, ""},
5824 {"UnaryExpr.OpPos", Field, 0, ""},
5825 {"UnaryExpr.X", Field, 0, ""},
5826 {"Unparen", Func, 22, "func(e Expr) Expr"},
5827 {"ValueSpec", Type, 0, ""},
5828 {"ValueSpec.Comment", Field, 0, ""},
5829 {"ValueSpec.Doc", Field, 0, ""},
5830 {"ValueSpec.Names", Field, 0, ""},
5831 {"ValueSpec.Type", Field, 0, ""},
5832 {"ValueSpec.Values", Field, 0, ""},
5833 {"Var", Const, 0, ""},
5834 {"Visitor", Type, 0, ""},
5835 {"Walk", Func, 0, "func(v Visitor, node Node)"},
5836 },
5837 "go/build": {
5838 {"(*Context).Import", Method, 0, ""},
5839 {"(*Context).ImportDir", Method, 0, ""},
5840 {"(*Context).MatchFile", Method, 2, ""},
5841 {"(*Context).SrcDirs", Method, 0, ""},
5842 {"(*MultiplePackageError).Error", Method, 4, ""},
5843 {"(*NoGoError).Error", Method, 0, ""},
5844 {"(*Package).IsCommand", Method, 0, ""},
5845 {"AllowBinary", Const, 0, ""},
5846 {"ArchChar", Func, 0, "func(goarch string) (string, error)"},
5847 {"Context", Type, 0, ""},
5848 {"Context.BuildTags", Field, 0, ""},
5849 {"Context.CgoEnabled", Field, 0, ""},
5850 {"Context.Compiler", Field, 0, ""},
5851 {"Context.Dir", Field, 14, ""},
5852 {"Context.GOARCH", Field, 0, ""},
5853 {"Context.GOOS", Field, 0, ""},
5854 {"Context.GOPATH", Field, 0, ""},
5855 {"Context.GOROOT", Field, 0, ""},
5856 {"Context.HasSubdir", Field, 0, ""},
5857 {"Context.InstallSuffix", Field, 1, ""},
5858 {"Context.IsAbsPath", Field, 0, ""},
5859 {"Context.IsDir", Field, 0, ""},
5860 {"Context.JoinPath", Field, 0, ""},
5861 {"Context.OpenFile", Field, 0, ""},
5862 {"Context.ReadDir", Field, 0, ""},
5863 {"Context.ReleaseTags", Field, 1, ""},
5864 {"Context.SplitPathList", Field, 0, ""},
5865 {"Context.ToolTags", Field, 17, ""},
5866 {"Context.UseAllFiles", Field, 0, ""},
5867 {"Default", Var, 0, ""},
5868 {"Directive", Type, 21, ""},
5869 {"Directive.Pos", Field, 21, ""},
5870 {"Directive.Text", Field, 21, ""},
5871 {"FindOnly", Const, 0, ""},
5872 {"IgnoreVendor", Const, 6, ""},
5873 {"Import", Func, 0, "func(path string, srcDir string, mode ImportMode) (*Package, error)"},
5874 {"ImportComment", Const, 4, ""},
5875 {"ImportDir", Func, 0, "func(dir string, mode ImportMode) (*Package, error)"},
5876 {"ImportMode", Type, 0, ""},
5877 {"IsLocalImport", Func, 0, "func(path string) bool"},
5878 {"MultiplePackageError", Type, 4, ""},
5879 {"MultiplePackageError.Dir", Field, 4, ""},
5880 {"MultiplePackageError.Files", Field, 4, ""},
5881 {"MultiplePackageError.Packages", Field, 4, ""},
5882 {"NoGoError", Type, 0, ""},
5883 {"NoGoError.Dir", Field, 0, ""},
5884 {"Package", Type, 0, ""},
5885 {"Package.AllTags", Field, 2, ""},
5886 {"Package.BinDir", Field, 0, ""},
5887 {"Package.BinaryOnly", Field, 7, ""},
5888 {"Package.CFiles", Field, 0, ""},
5889 {"Package.CXXFiles", Field, 2, ""},
5890 {"Package.CgoCFLAGS", Field, 0, ""},
5891 {"Package.CgoCPPFLAGS", Field, 2, ""},
5892 {"Package.CgoCXXFLAGS", Field, 2, ""},
5893 {"Package.CgoFFLAGS", Field, 7, ""},
5894 {"Package.CgoFiles", Field, 0, ""},
5895 {"Package.CgoLDFLAGS", Field, 0, ""},
5896 {"Package.CgoPkgConfig", Field, 0, ""},
5897 {"Package.ConflictDir", Field, 2, ""},
5898 {"Package.Dir", Field, 0, ""},
5899 {"Package.Directives", Field, 21, ""},
5900 {"Package.Doc", Field, 0, ""},
5901 {"Package.EmbedPatternPos", Field, 16, ""},
5902 {"Package.EmbedPatterns", Field, 16, ""},
5903 {"Package.FFiles", Field, 7, ""},
5904 {"Package.GoFiles", Field, 0, ""},
5905 {"Package.Goroot", Field, 0, ""},
5906 {"Package.HFiles", Field, 0, ""},
5907 {"Package.IgnoredGoFiles", Field, 1, ""},
5908 {"Package.IgnoredOtherFiles", Field, 16, ""},
5909 {"Package.ImportComment", Field, 4, ""},
5910 {"Package.ImportPath", Field, 0, ""},
5911 {"Package.ImportPos", Field, 0, ""},
5912 {"Package.Imports", Field, 0, ""},
5913 {"Package.InvalidGoFiles", Field, 6, ""},
5914 {"Package.MFiles", Field, 3, ""},
5915 {"Package.Name", Field, 0, ""},
5916 {"Package.PkgObj", Field, 0, ""},
5917 {"Package.PkgRoot", Field, 0, ""},
5918 {"Package.PkgTargetRoot", Field, 5, ""},
5919 {"Package.Root", Field, 0, ""},
5920 {"Package.SFiles", Field, 0, ""},
5921 {"Package.SrcRoot", Field, 0, ""},
5922 {"Package.SwigCXXFiles", Field, 1, ""},
5923 {"Package.SwigFiles", Field, 1, ""},
5924 {"Package.SysoFiles", Field, 0, ""},
5925 {"Package.TestDirectives", Field, 21, ""},
5926 {"Package.TestEmbedPatternPos", Field, 16, ""},
5927 {"Package.TestEmbedPatterns", Field, 16, ""},
5928 {"Package.TestGoFiles", Field, 0, ""},
5929 {"Package.TestImportPos", Field, 0, ""},
5930 {"Package.TestImports", Field, 0, ""},
5931 {"Package.XTestDirectives", Field, 21, ""},
5932 {"Package.XTestEmbedPatternPos", Field, 16, ""},
5933 {"Package.XTestEmbedPatterns", Field, 16, ""},
5934 {"Package.XTestGoFiles", Field, 0, ""},
5935 {"Package.XTestImportPos", Field, 0, ""},
5936 {"Package.XTestImports", Field, 0, ""},
5937 {"ToolDir", Var, 0, ""},
5938 },
5939 "go/build/constraint": {
5940 {"(*AndExpr).Eval", Method, 16, ""},
5941 {"(*AndExpr).String", Method, 16, ""},
5942 {"(*NotExpr).Eval", Method, 16, ""},
5943 {"(*NotExpr).String", Method, 16, ""},
5944 {"(*OrExpr).Eval", Method, 16, ""},
5945 {"(*OrExpr).String", Method, 16, ""},
5946 {"(*SyntaxError).Error", Method, 16, ""},
5947 {"(*TagExpr).Eval", Method, 16, ""},
5948 {"(*TagExpr).String", Method, 16, ""},
5949 {"(Expr).Eval", Method, 16, ""},
5950 {"(Expr).String", Method, 16, ""},
5951 {"AndExpr", Type, 16, ""},
5952 {"AndExpr.X", Field, 16, ""},
5953 {"AndExpr.Y", Field, 16, ""},
5954 {"GoVersion", Func, 21, "func(x Expr) string"},
5955 {"IsGoBuild", Func, 16, "func(line string) bool"},
5956 {"IsPlusBuild", Func, 16, "func(line string) bool"},
5957 {"NotExpr", Type, 16, ""},
5958 {"NotExpr.X", Field, 16, ""},
5959 {"OrExpr", Type, 16, ""},
5960 {"OrExpr.X", Field, 16, ""},
5961 {"OrExpr.Y", Field, 16, ""},
5962 {"Parse", Func, 16, "func(line string) (Expr, error)"},
5963 {"PlusBuildLines", Func, 16, "func(x Expr) ([]string, error)"},
5964 {"SyntaxError", Type, 16, ""},
5965 {"SyntaxError.Err", Field, 16, ""},
5966 {"SyntaxError.Offset", Field, 16, ""},
5967 {"TagExpr", Type, 16, ""},
5968 {"TagExpr.Tag", Field, 16, ""},
5969 },
5970 "go/constant": {
5971 {"(Kind).String", Method, 18, ""},
5972 {"(Value).ExactString", Method, 6, ""},
5973 {"(Value).Kind", Method, 5, ""},
5974 {"(Value).String", Method, 5, ""},
5975 {"BinaryOp", Func, 5, "func(x_ Value, op token.Token, y_ Value) Value"},
5976 {"BitLen", Func, 5, "func(x Value) int"},
5977 {"Bool", Const, 5, ""},
5978 {"BoolVal", Func, 5, "func(x Value) bool"},
5979 {"Bytes", Func, 5, "func(x Value) []byte"},
5980 {"Compare", Func, 5, "func(x_ Value, op token.Token, y_ Value) bool"},
5981 {"Complex", Const, 5, ""},
5982 {"Denom", Func, 5, "func(x Value) Value"},
5983 {"Float", Const, 5, ""},
5984 {"Float32Val", Func, 5, "func(x Value) (float32, bool)"},
5985 {"Float64Val", Func, 5, "func(x Value) (float64, bool)"},
5986 {"Imag", Func, 5, "func(x Value) Value"},
5987 {"Int", Const, 5, ""},
5988 {"Int64Val", Func, 5, "func(x Value) (int64, bool)"},
5989 {"Kind", Type, 5, ""},
5990 {"Make", Func, 13, "func(x any) Value"},
5991 {"MakeBool", Func, 5, "func(b bool) Value"},
5992 {"MakeFloat64", Func, 5, "func(x float64) Value"},
5993 {"MakeFromBytes", Func, 5, "func(bytes []byte) Value"},
5994 {"MakeFromLiteral", Func, 5, "func(lit string, tok token.Token, zero uint) Value"},
5995 {"MakeImag", Func, 5, "func(x Value) Value"},
5996 {"MakeInt64", Func, 5, "func(x int64) Value"},
5997 {"MakeString", Func, 5, "func(s string) Value"},
5998 {"MakeUint64", Func, 5, "func(x uint64) Value"},
5999 {"MakeUnknown", Func, 5, "func() Value"},
6000 {"Num", Func, 5, "func(x Value) Value"},
6001 {"Real", Func, 5, "func(x Value) Value"},
6002 {"Shift", Func, 5, "func(x Value, op token.Token, s uint) Value"},
6003 {"Sign", Func, 5, "func(x Value) int"},
6004 {"String", Const, 5, ""},
6005 {"StringVal", Func, 5, "func(x Value) string"},
6006 {"ToComplex", Func, 6, "func(x Value) Value"},
6007 {"ToFloat", Func, 6, "func(x Value) Value"},
6008 {"ToInt", Func, 6, "func(x Value) Value"},
6009 {"Uint64Val", Func, 5, "func(x Value) (uint64, bool)"},
6010 {"UnaryOp", Func, 5, "func(op token.Token, y Value, prec uint) Value"},
6011 {"Unknown", Const, 5, ""},
6012 {"Val", Func, 13, "func(x Value) any"},
6013 },
6014 "go/doc": {
6015 {"(*Package).Filter", Method, 0, ""},
6016 {"(*Package).HTML", Method, 19, ""},
6017 {"(*Package).Markdown", Method, 19, ""},
6018 {"(*Package).Parser", Method, 19, ""},
6019 {"(*Package).Printer", Method, 19, ""},
6020 {"(*Package).Synopsis", Method, 19, ""},
6021 {"(*Package).Text", Method, 19, ""},
6022 {"AllDecls", Const, 0, ""},
6023 {"AllMethods", Const, 0, ""},
6024 {"Example", Type, 0, ""},
6025 {"Example.Code", Field, 0, ""},
6026 {"Example.Comments", Field, 0, ""},
6027 {"Example.Doc", Field, 0, ""},
6028 {"Example.EmptyOutput", Field, 1, ""},
6029 {"Example.Name", Field, 0, ""},
6030 {"Example.Order", Field, 1, ""},
6031 {"Example.Output", Field, 0, ""},
6032 {"Example.Play", Field, 1, ""},
6033 {"Example.Suffix", Field, 14, ""},
6034 {"Example.Unordered", Field, 7, ""},
6035 {"Examples", Func, 0, "func(testFiles ...*ast.File) []*Example"},
6036 {"Filter", Type, 0, ""},
6037 {"Func", Type, 0, ""},
6038 {"Func.Decl", Field, 0, ""},
6039 {"Func.Doc", Field, 0, ""},
6040 {"Func.Examples", Field, 14, ""},
6041 {"Func.Level", Field, 0, ""},
6042 {"Func.Name", Field, 0, ""},
6043 {"Func.Orig", Field, 0, ""},
6044 {"Func.Recv", Field, 0, ""},
6045 {"IllegalPrefixes", Var, 1, ""},
6046 {"IsPredeclared", Func, 8, "func(s string) bool"},
6047 {"Mode", Type, 0, ""},
6048 {"New", Func, 0, "func(pkg *ast.Package, importPath string, mode Mode) *Package"},
6049 {"NewFromFiles", Func, 14, "func(fset *token.FileSet, files []*ast.File, importPath string, opts ...any) (*Package, error)"},
6050 {"Note", Type, 1, ""},
6051 {"Note.Body", Field, 1, ""},
6052 {"Note.End", Field, 1, ""},
6053 {"Note.Pos", Field, 1, ""},
6054 {"Note.UID", Field, 1, ""},
6055 {"Package", Type, 0, ""},
6056 {"Package.Bugs", Field, 0, ""},
6057 {"Package.Consts", Field, 0, ""},
6058 {"Package.Doc", Field, 0, ""},
6059 {"Package.Examples", Field, 14, ""},
6060 {"Package.Filenames", Field, 0, ""},
6061 {"Package.Funcs", Field, 0, ""},
6062 {"Package.ImportPath", Field, 0, ""},
6063 {"Package.Imports", Field, 0, ""},
6064 {"Package.Name", Field, 0, ""},
6065 {"Package.Notes", Field, 1, ""},
6066 {"Package.Types", Field, 0, ""},
6067 {"Package.Vars", Field, 0, ""},
6068 {"PreserveAST", Const, 12, ""},
6069 {"Synopsis", Func, 0, "func(text string) string"},
6070 {"ToHTML", Func, 0, "func(w io.Writer, text string, words map[string]string)"},
6071 {"ToText", Func, 0, "func(w io.Writer, text string, prefix string, codePrefix string, width int)"},
6072 {"Type", Type, 0, ""},
6073 {"Type.Consts", Field, 0, ""},
6074 {"Type.Decl", Field, 0, ""},
6075 {"Type.Doc", Field, 0, ""},
6076 {"Type.Examples", Field, 14, ""},
6077 {"Type.Funcs", Field, 0, ""},
6078 {"Type.Methods", Field, 0, ""},
6079 {"Type.Name", Field, 0, ""},
6080 {"Type.Vars", Field, 0, ""},
6081 {"Value", Type, 0, ""},
6082 {"Value.Decl", Field, 0, ""},
6083 {"Value.Doc", Field, 0, ""},
6084 {"Value.Names", Field, 0, ""},
6085 },
6086 "go/doc/comment": {
6087 {"(*DocLink).DefaultURL", Method, 19, ""},
6088 {"(*Heading).DefaultID", Method, 19, ""},
6089 {"(*List).BlankBefore", Method, 19, ""},
6090 {"(*List).BlankBetween", Method, 19, ""},
6091 {"(*Parser).Parse", Method, 19, ""},
6092 {"(*Printer).Comment", Method, 19, ""},
6093 {"(*Printer).HTML", Method, 19, ""},
6094 {"(*Printer).Markdown", Method, 19, ""},
6095 {"(*Printer).Text", Method, 19, ""},
6096 {"Code", Type, 19, ""},
6097 {"Code.Text", Field, 19, ""},
6098 {"DefaultLookupPackage", Func, 19, "func(name string) (importPath string, ok bool)"},
6099 {"Doc", Type, 19, ""},
6100 {"Doc.Content", Field, 19, ""},
6101 {"Doc.Links", Field, 19, ""},
6102 {"DocLink", Type, 19, ""},
6103 {"DocLink.ImportPath", Field, 19, ""},
6104 {"DocLink.Name", Field, 19, ""},
6105 {"DocLink.Recv", Field, 19, ""},
6106 {"DocLink.Text", Field, 19, ""},
6107 {"Heading", Type, 19, ""},
6108 {"Heading.Text", Field, 19, ""},
6109 {"Italic", Type, 19, ""},
6110 {"Link", Type, 19, ""},
6111 {"Link.Auto", Field, 19, ""},
6112 {"Link.Text", Field, 19, ""},
6113 {"Link.URL", Field, 19, ""},
6114 {"LinkDef", Type, 19, ""},
6115 {"LinkDef.Text", Field, 19, ""},
6116 {"LinkDef.URL", Field, 19, ""},
6117 {"LinkDef.Used", Field, 19, ""},
6118 {"List", Type, 19, ""},
6119 {"List.ForceBlankBefore", Field, 19, ""},
6120 {"List.ForceBlankBetween", Field, 19, ""},
6121 {"List.Items", Field, 19, ""},
6122 {"ListItem", Type, 19, ""},
6123 {"ListItem.Content", Field, 19, ""},
6124 {"ListItem.Number", Field, 19, ""},
6125 {"Paragraph", Type, 19, ""},
6126 {"Paragraph.Text", Field, 19, ""},
6127 {"Parser", Type, 19, ""},
6128 {"Parser.LookupPackage", Field, 19, ""},
6129 {"Parser.LookupSym", Field, 19, ""},
6130 {"Parser.Words", Field, 19, ""},
6131 {"Plain", Type, 19, ""},
6132 {"Printer", Type, 19, ""},
6133 {"Printer.DocLinkBaseURL", Field, 19, ""},
6134 {"Printer.DocLinkURL", Field, 19, ""},
6135 {"Printer.HeadingID", Field, 19, ""},
6136 {"Printer.HeadingLevel", Field, 19, ""},
6137 {"Printer.TextCodePrefix", Field, 19, ""},
6138 {"Printer.TextPrefix", Field, 19, ""},
6139 {"Printer.TextWidth", Field, 19, ""},
6140 },
6141 "go/format": {
6142 {"Node", Func, 1, "func(dst io.Writer, fset *token.FileSet, node any) error"},
6143 {"Source", Func, 1, "func(src []byte) ([]byte, error)"},
6144 },
6145 "go/importer": {
6146 {"Default", Func, 5, "func() types.Importer"},
6147 {"For", Func, 5, "func(compiler string, lookup Lookup) types.Importer"},
6148 {"ForCompiler", Func, 12, "func(fset *token.FileSet, compiler string, lookup Lookup) types.Importer"},
6149 {"Lookup", Type, 5, ""},
6150 },
6151 "go/parser": {
6152 {"AllErrors", Const, 1, ""},
6153 {"DeclarationErrors", Const, 0, ""},
6154 {"ImportsOnly", Const, 0, ""},
6155 {"Mode", Type, 0, ""},
6156 {"PackageClauseOnly", Const, 0, ""},
6157 {"ParseComments", Const, 0, ""},
6158 {"ParseDir", Func, 0, "func(fset *token.FileSet, path string, filter func(fs.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error)"},
6159 {"ParseExpr", Func, 0, "func(x string) (ast.Expr, error)"},
6160 {"ParseExprFrom", Func, 5, "func(fset *token.FileSet, filename string, src any, mode Mode) (expr ast.Expr, err error)"},
6161 {"ParseFile", Func, 0, "func(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error)"},
6162 {"SkipObjectResolution", Const, 17, ""},
6163 {"SpuriousErrors", Const, 0, ""},
6164 {"Trace", Const, 0, ""},
6165 },
6166 "go/printer": {
6167 {"(*Config).Fprint", Method, 0, ""},
6168 {"CommentedNode", Type, 0, ""},
6169 {"CommentedNode.Comments", Field, 0, ""},
6170 {"CommentedNode.Node", Field, 0, ""},
6171 {"Config", Type, 0, ""},
6172 {"Config.Indent", Field, 1, ""},
6173 {"Config.Mode", Field, 0, ""},
6174 {"Config.Tabwidth", Field, 0, ""},
6175 {"Fprint", Func, 0, "func(output io.Writer, fset *token.FileSet, node any) error"},
6176 {"Mode", Type, 0, ""},
6177 {"RawFormat", Const, 0, ""},
6178 {"SourcePos", Const, 0, ""},
6179 {"TabIndent", Const, 0, ""},
6180 {"UseSpaces", Const, 0, ""},
6181 },
6182 "go/scanner": {
6183 {"(*ErrorList).Add", Method, 0, ""},
6184 {"(*ErrorList).RemoveMultiples", Method, 0, ""},
6185 {"(*ErrorList).Reset", Method, 0, ""},
6186 {"(*Scanner).Init", Method, 0, ""},
6187 {"(*Scanner).Scan", Method, 0, ""},
6188 {"(Error).Error", Method, 0, ""},
6189 {"(ErrorList).Err", Method, 0, ""},
6190 {"(ErrorList).Error", Method, 0, ""},
6191 {"(ErrorList).Len", Method, 0, ""},
6192 {"(ErrorList).Less", Method, 0, ""},
6193 {"(ErrorList).Sort", Method, 0, ""},
6194 {"(ErrorList).Swap", Method, 0, ""},
6195 {"Error", Type, 0, ""},
6196 {"Error.Msg", Field, 0, ""},
6197 {"Error.Pos", Field, 0, ""},
6198 {"ErrorHandler", Type, 0, ""},
6199 {"ErrorList", Type, 0, ""},
6200 {"Mode", Type, 0, ""},
6201 {"PrintError", Func, 0, "func(w io.Writer, err error)"},
6202 {"ScanComments", Const, 0, ""},
6203 {"Scanner", Type, 0, ""},
6204 {"Scanner.ErrorCount", Field, 0, ""},
6205 },
6206 "go/token": {
6207 {"(*File).AddLine", Method, 0, ""},
6208 {"(*File).AddLineColumnInfo", Method, 11, ""},
6209 {"(*File).AddLineInfo", Method, 0, ""},
6210 {"(*File).Base", Method, 0, ""},
6211 {"(*File).End", Method, 26, ""},
6212 {"(*File).Line", Method, 0, ""},
6213 {"(*File).LineCount", Method, 0, ""},
6214 {"(*File).LineStart", Method, 12, ""},
6215 {"(*File).Lines", Method, 21, ""},
6216 {"(*File).MergeLine", Method, 2, ""},
6217 {"(*File).Name", Method, 0, ""},
6218 {"(*File).Offset", Method, 0, ""},
6219 {"(*File).Pos", Method, 0, ""},
6220 {"(*File).Position", Method, 0, ""},
6221 {"(*File).PositionFor", Method, 4, ""},
6222 {"(*File).SetLines", Method, 0, ""},
6223 {"(*File).SetLinesForContent", Method, 0, ""},
6224 {"(*File).Size", Method, 0, ""},
6225 {"(*FileSet).AddExistingFiles", Method, 25, ""},
6226 {"(*FileSet).AddFile", Method, 0, ""},
6227 {"(*FileSet).Base", Method, 0, ""},
6228 {"(*FileSet).File", Method, 0, ""},
6229 {"(*FileSet).Iterate", Method, 0, ""},
6230 {"(*FileSet).Position", Method, 0, ""},
6231 {"(*FileSet).PositionFor", Method, 4, ""},
6232 {"(*FileSet).Read", Method, 0, ""},
6233 {"(*FileSet).RemoveFile", Method, 20, ""},
6234 {"(*FileSet).Write", Method, 0, ""},
6235 {"(*Position).IsValid", Method, 0, ""},
6236 {"(Pos).IsValid", Method, 0, ""},
6237 {"(Position).String", Method, 0, ""},
6238 {"(Token).IsKeyword", Method, 0, ""},
6239 {"(Token).IsLiteral", Method, 0, ""},
6240 {"(Token).IsOperator", Method, 0, ""},
6241 {"(Token).Precedence", Method, 0, ""},
6242 {"(Token).String", Method, 0, ""},
6243 {"ADD", Const, 0, ""},
6244 {"ADD_ASSIGN", Const, 0, ""},
6245 {"AND", Const, 0, ""},
6246 {"AND_ASSIGN", Const, 0, ""},
6247 {"AND_NOT", Const, 0, ""},
6248 {"AND_NOT_ASSIGN", Const, 0, ""},
6249 {"ARROW", Const, 0, ""},
6250 {"ASSIGN", Const, 0, ""},
6251 {"BREAK", Const, 0, ""},
6252 {"CASE", Const, 0, ""},
6253 {"CHAN", Const, 0, ""},
6254 {"CHAR", Const, 0, ""},
6255 {"COLON", Const, 0, ""},
6256 {"COMMA", Const, 0, ""},
6257 {"COMMENT", Const, 0, ""},
6258 {"CONST", Const, 0, ""},
6259 {"CONTINUE", Const, 0, ""},
6260 {"DEC", Const, 0, ""},
6261 {"DEFAULT", Const, 0, ""},
6262 {"DEFER", Const, 0, ""},
6263 {"DEFINE", Const, 0, ""},
6264 {"ELLIPSIS", Const, 0, ""},
6265 {"ELSE", Const, 0, ""},
6266 {"EOF", Const, 0, ""},
6267 {"EQL", Const, 0, ""},
6268 {"FALLTHROUGH", Const, 0, ""},
6269 {"FLOAT", Const, 0, ""},
6270 {"FOR", Const, 0, ""},
6271 {"FUNC", Const, 0, ""},
6272 {"File", Type, 0, ""},
6273 {"FileSet", Type, 0, ""},
6274 {"GEQ", Const, 0, ""},
6275 {"GO", Const, 0, ""},
6276 {"GOTO", Const, 0, ""},
6277 {"GTR", Const, 0, ""},
6278 {"HighestPrec", Const, 0, ""},
6279 {"IDENT", Const, 0, ""},
6280 {"IF", Const, 0, ""},
6281 {"ILLEGAL", Const, 0, ""},
6282 {"IMAG", Const, 0, ""},
6283 {"IMPORT", Const, 0, ""},
6284 {"INC", Const, 0, ""},
6285 {"INT", Const, 0, ""},
6286 {"INTERFACE", Const, 0, ""},
6287 {"IsExported", Func, 13, "func(name string) bool"},
6288 {"IsIdentifier", Func, 13, "func(name string) bool"},
6289 {"IsKeyword", Func, 13, "func(name string) bool"},
6290 {"LAND", Const, 0, ""},
6291 {"LBRACE", Const, 0, ""},
6292 {"LBRACK", Const, 0, ""},
6293 {"LEQ", Const, 0, ""},
6294 {"LOR", Const, 0, ""},
6295 {"LPAREN", Const, 0, ""},
6296 {"LSS", Const, 0, ""},
6297 {"Lookup", Func, 0, "func(ident string) Token"},
6298 {"LowestPrec", Const, 0, ""},
6299 {"MAP", Const, 0, ""},
6300 {"MUL", Const, 0, ""},
6301 {"MUL_ASSIGN", Const, 0, ""},
6302 {"NEQ", Const, 0, ""},
6303 {"NOT", Const, 0, ""},
6304 {"NewFileSet", Func, 0, "func() *FileSet"},
6305 {"NoPos", Const, 0, ""},
6306 {"OR", Const, 0, ""},
6307 {"OR_ASSIGN", Const, 0, ""},
6308 {"PACKAGE", Const, 0, ""},
6309 {"PERIOD", Const, 0, ""},
6310 {"Pos", Type, 0, ""},
6311 {"Position", Type, 0, ""},
6312 {"Position.Column", Field, 0, ""},
6313 {"Position.Filename", Field, 0, ""},
6314 {"Position.Line", Field, 0, ""},
6315 {"Position.Offset", Field, 0, ""},
6316 {"QUO", Const, 0, ""},
6317 {"QUO_ASSIGN", Const, 0, ""},
6318 {"RANGE", Const, 0, ""},
6319 {"RBRACE", Const, 0, ""},
6320 {"RBRACK", Const, 0, ""},
6321 {"REM", Const, 0, ""},
6322 {"REM_ASSIGN", Const, 0, ""},
6323 {"RETURN", Const, 0, ""},
6324 {"RPAREN", Const, 0, ""},
6325 {"SELECT", Const, 0, ""},
6326 {"SEMICOLON", Const, 0, ""},
6327 {"SHL", Const, 0, ""},
6328 {"SHL_ASSIGN", Const, 0, ""},
6329 {"SHR", Const, 0, ""},
6330 {"SHR_ASSIGN", Const, 0, ""},
6331 {"STRING", Const, 0, ""},
6332 {"STRUCT", Const, 0, ""},
6333 {"SUB", Const, 0, ""},
6334 {"SUB_ASSIGN", Const, 0, ""},
6335 {"SWITCH", Const, 0, ""},
6336 {"TILDE", Const, 18, ""},
6337 {"TYPE", Const, 0, ""},
6338 {"Token", Type, 0, ""},
6339 {"UnaryPrec", Const, 0, ""},
6340 {"VAR", Const, 0, ""},
6341 {"XOR", Const, 0, ""},
6342 {"XOR_ASSIGN", Const, 0, ""},
6343 },
6344 "go/types": {
6345 {"(*Alias).Obj", Method, 22, ""},
6346 {"(*Alias).Origin", Method, 23, ""},
6347 {"(*Alias).Rhs", Method, 23, ""},
6348 {"(*Alias).SetTypeParams", Method, 23, ""},
6349 {"(*Alias).String", Method, 22, ""},
6350 {"(*Alias).TypeArgs", Method, 23, ""},
6351 {"(*Alias).TypeParams", Method, 23, ""},
6352 {"(*Alias).Underlying", Method, 22, ""},
6353 {"(*ArgumentError).Error", Method, 18, ""},
6354 {"(*ArgumentError).Unwrap", Method, 18, ""},
6355 {"(*Array).Elem", Method, 5, ""},
6356 {"(*Array).Len", Method, 5, ""},
6357 {"(*Array).String", Method, 5, ""},
6358 {"(*Array).Underlying", Method, 5, ""},
6359 {"(*Basic).Info", Method, 5, ""},
6360 {"(*Basic).Kind", Method, 5, ""},
6361 {"(*Basic).Name", Method, 5, ""},
6362 {"(*Basic).String", Method, 5, ""},
6363 {"(*Basic).Underlying", Method, 5, ""},
6364 {"(*Builtin).Exported", Method, 5, ""},
6365 {"(*Builtin).Id", Method, 5, ""},
6366 {"(*Builtin).Name", Method, 5, ""},
6367 {"(*Builtin).Parent", Method, 5, ""},
6368 {"(*Builtin).Pkg", Method, 5, ""},
6369 {"(*Builtin).Pos", Method, 5, ""},
6370 {"(*Builtin).String", Method, 5, ""},
6371 {"(*Builtin).Type", Method, 5, ""},
6372 {"(*Chan).Dir", Method, 5, ""},
6373 {"(*Chan).Elem", Method, 5, ""},
6374 {"(*Chan).String", Method, 5, ""},
6375 {"(*Chan).Underlying", Method, 5, ""},
6376 {"(*Checker).Files", Method, 5, ""},
6377 {"(*Config).Check", Method, 5, ""},
6378 {"(*Const).Exported", Method, 5, ""},
6379 {"(*Const).Id", Method, 5, ""},
6380 {"(*Const).Name", Method, 5, ""},
6381 {"(*Const).Parent", Method, 5, ""},
6382 {"(*Const).Pkg", Method, 5, ""},
6383 {"(*Const).Pos", Method, 5, ""},
6384 {"(*Const).String", Method, 5, ""},
6385 {"(*Const).Type", Method, 5, ""},
6386 {"(*Const).Val", Method, 5, ""},
6387 {"(*Func).Exported", Method, 5, ""},
6388 {"(*Func).FullName", Method, 5, ""},
6389 {"(*Func).Id", Method, 5, ""},
6390 {"(*Func).Name", Method, 5, ""},
6391 {"(*Func).Origin", Method, 19, ""},
6392 {"(*Func).Parent", Method, 5, ""},
6393 {"(*Func).Pkg", Method, 5, ""},
6394 {"(*Func).Pos", Method, 5, ""},
6395 {"(*Func).Scope", Method, 5, ""},
6396 {"(*Func).Signature", Method, 23, ""},
6397 {"(*Func).String", Method, 5, ""},
6398 {"(*Func).Type", Method, 5, ""},
6399 {"(*Info).ObjectOf", Method, 5, ""},
6400 {"(*Info).PkgNameOf", Method, 22, ""},
6401 {"(*Info).TypeOf", Method, 5, ""},
6402 {"(*Initializer).String", Method, 5, ""},
6403 {"(*Interface).Complete", Method, 5, ""},
6404 {"(*Interface).Embedded", Method, 5, ""},
6405 {"(*Interface).EmbeddedType", Method, 11, ""},
6406 {"(*Interface).EmbeddedTypes", Method, 24, ""},
6407 {"(*Interface).Empty", Method, 5, ""},
6408 {"(*Interface).ExplicitMethod", Method, 5, ""},
6409 {"(*Interface).ExplicitMethods", Method, 24, ""},
6410 {"(*Interface).IsComparable", Method, 18, ""},
6411 {"(*Interface).IsImplicit", Method, 18, ""},
6412 {"(*Interface).IsMethodSet", Method, 18, ""},
6413 {"(*Interface).MarkImplicit", Method, 18, ""},
6414 {"(*Interface).Method", Method, 5, ""},
6415 {"(*Interface).Methods", Method, 24, ""},
6416 {"(*Interface).NumEmbeddeds", Method, 5, ""},
6417 {"(*Interface).NumExplicitMethods", Method, 5, ""},
6418 {"(*Interface).NumMethods", Method, 5, ""},
6419 {"(*Interface).String", Method, 5, ""},
6420 {"(*Interface).Underlying", Method, 5, ""},
6421 {"(*Label).Exported", Method, 5, ""},
6422 {"(*Label).Id", Method, 5, ""},
6423 {"(*Label).Name", Method, 5, ""},
6424 {"(*Label).Parent", Method, 5, ""},
6425 {"(*Label).Pkg", Method, 5, ""},
6426 {"(*Label).Pos", Method, 5, ""},
6427 {"(*Label).String", Method, 5, ""},
6428 {"(*Label).Type", Method, 5, ""},
6429 {"(*Map).Elem", Method, 5, ""},
6430 {"(*Map).Key", Method, 5, ""},
6431 {"(*Map).String", Method, 5, ""},
6432 {"(*Map).Underlying", Method, 5, ""},
6433 {"(*MethodSet).At", Method, 5, ""},
6434 {"(*MethodSet).Len", Method, 5, ""},
6435 {"(*MethodSet).Lookup", Method, 5, ""},
6436 {"(*MethodSet).Methods", Method, 24, ""},
6437 {"(*MethodSet).String", Method, 5, ""},
6438 {"(*Named).AddMethod", Method, 5, ""},
6439 {"(*Named).Method", Method, 5, ""},
6440 {"(*Named).Methods", Method, 24, ""},
6441 {"(*Named).NumMethods", Method, 5, ""},
6442 {"(*Named).Obj", Method, 5, ""},
6443 {"(*Named).Origin", Method, 18, ""},
6444 {"(*Named).SetTypeParams", Method, 18, ""},
6445 {"(*Named).SetUnderlying", Method, 5, ""},
6446 {"(*Named).String", Method, 5, ""},
6447 {"(*Named).TypeArgs", Method, 18, ""},
6448 {"(*Named).TypeParams", Method, 18, ""},
6449 {"(*Named).Underlying", Method, 5, ""},
6450 {"(*Nil).Exported", Method, 5, ""},
6451 {"(*Nil).Id", Method, 5, ""},
6452 {"(*Nil).Name", Method, 5, ""},
6453 {"(*Nil).Parent", Method, 5, ""},
6454 {"(*Nil).Pkg", Method, 5, ""},
6455 {"(*Nil).Pos", Method, 5, ""},
6456 {"(*Nil).String", Method, 5, ""},
6457 {"(*Nil).Type", Method, 5, ""},
6458 {"(*Package).Complete", Method, 5, ""},
6459 {"(*Package).GoVersion", Method, 21, ""},
6460 {"(*Package).Imports", Method, 5, ""},
6461 {"(*Package).MarkComplete", Method, 5, ""},
6462 {"(*Package).Name", Method, 5, ""},
6463 {"(*Package).Path", Method, 5, ""},
6464 {"(*Package).Scope", Method, 5, ""},
6465 {"(*Package).SetImports", Method, 5, ""},
6466 {"(*Package).SetName", Method, 6, ""},
6467 {"(*Package).String", Method, 5, ""},
6468 {"(*PkgName).Exported", Method, 5, ""},
6469 {"(*PkgName).Id", Method, 5, ""},
6470 {"(*PkgName).Imported", Method, 5, ""},
6471 {"(*PkgName).Name", Method, 5, ""},
6472 {"(*PkgName).Parent", Method, 5, ""},
6473 {"(*PkgName).Pkg", Method, 5, ""},
6474 {"(*PkgName).Pos", Method, 5, ""},
6475 {"(*PkgName).String", Method, 5, ""},
6476 {"(*PkgName).Type", Method, 5, ""},
6477 {"(*Pointer).Elem", Method, 5, ""},
6478 {"(*Pointer).String", Method, 5, ""},
6479 {"(*Pointer).Underlying", Method, 5, ""},
6480 {"(*Scope).Child", Method, 5, ""},
6481 {"(*Scope).Children", Method, 24, ""},
6482 {"(*Scope).Contains", Method, 5, ""},
6483 {"(*Scope).End", Method, 5, ""},
6484 {"(*Scope).Innermost", Method, 5, ""},
6485 {"(*Scope).Insert", Method, 5, ""},
6486 {"(*Scope).Len", Method, 5, ""},
6487 {"(*Scope).Lookup", Method, 5, ""},
6488 {"(*Scope).LookupParent", Method, 5, ""},
6489 {"(*Scope).Names", Method, 5, ""},
6490 {"(*Scope).NumChildren", Method, 5, ""},
6491 {"(*Scope).Parent", Method, 5, ""},
6492 {"(*Scope).Pos", Method, 5, ""},
6493 {"(*Scope).String", Method, 5, ""},
6494 {"(*Scope).WriteTo", Method, 5, ""},
6495 {"(*Selection).Index", Method, 5, ""},
6496 {"(*Selection).Indirect", Method, 5, ""},
6497 {"(*Selection).Kind", Method, 5, ""},
6498 {"(*Selection).Obj", Method, 5, ""},
6499 {"(*Selection).Recv", Method, 5, ""},
6500 {"(*Selection).String", Method, 5, ""},
6501 {"(*Selection).Type", Method, 5, ""},
6502 {"(*Signature).Params", Method, 5, ""},
6503 {"(*Signature).Recv", Method, 5, ""},
6504 {"(*Signature).RecvTypeParams", Method, 18, ""},
6505 {"(*Signature).Results", Method, 5, ""},
6506 {"(*Signature).String", Method, 5, ""},
6507 {"(*Signature).TypeParams", Method, 18, ""},
6508 {"(*Signature).Underlying", Method, 5, ""},
6509 {"(*Signature).Variadic", Method, 5, ""},
6510 {"(*Slice).Elem", Method, 5, ""},
6511 {"(*Slice).String", Method, 5, ""},
6512 {"(*Slice).Underlying", Method, 5, ""},
6513 {"(*StdSizes).Alignof", Method, 5, ""},
6514 {"(*StdSizes).Offsetsof", Method, 5, ""},
6515 {"(*StdSizes).Sizeof", Method, 5, ""},
6516 {"(*Struct).Field", Method, 5, ""},
6517 {"(*Struct).Fields", Method, 24, ""},
6518 {"(*Struct).NumFields", Method, 5, ""},
6519 {"(*Struct).String", Method, 5, ""},
6520 {"(*Struct).Tag", Method, 5, ""},
6521 {"(*Struct).Underlying", Method, 5, ""},
6522 {"(*Term).String", Method, 18, ""},
6523 {"(*Term).Tilde", Method, 18, ""},
6524 {"(*Term).Type", Method, 18, ""},
6525 {"(*Tuple).At", Method, 5, ""},
6526 {"(*Tuple).Len", Method, 5, ""},
6527 {"(*Tuple).String", Method, 5, ""},
6528 {"(*Tuple).Underlying", Method, 5, ""},
6529 {"(*Tuple).Variables", Method, 24, ""},
6530 {"(*TypeList).At", Method, 18, ""},
6531 {"(*TypeList).Len", Method, 18, ""},
6532 {"(*TypeList).Types", Method, 24, ""},
6533 {"(*TypeName).Exported", Method, 5, ""},
6534 {"(*TypeName).Id", Method, 5, ""},
6535 {"(*TypeName).IsAlias", Method, 9, ""},
6536 {"(*TypeName).Name", Method, 5, ""},
6537 {"(*TypeName).Parent", Method, 5, ""},
6538 {"(*TypeName).Pkg", Method, 5, ""},
6539 {"(*TypeName).Pos", Method, 5, ""},
6540 {"(*TypeName).String", Method, 5, ""},
6541 {"(*TypeName).Type", Method, 5, ""},
6542 {"(*TypeParam).Constraint", Method, 18, ""},
6543 {"(*TypeParam).Index", Method, 18, ""},
6544 {"(*TypeParam).Obj", Method, 18, ""},
6545 {"(*TypeParam).SetConstraint", Method, 18, ""},
6546 {"(*TypeParam).String", Method, 18, ""},
6547 {"(*TypeParam).Underlying", Method, 18, ""},
6548 {"(*TypeParamList).At", Method, 18, ""},
6549 {"(*TypeParamList).Len", Method, 18, ""},
6550 {"(*TypeParamList).TypeParams", Method, 24, ""},
6551 {"(*Union).Len", Method, 18, ""},
6552 {"(*Union).String", Method, 18, ""},
6553 {"(*Union).Term", Method, 18, ""},
6554 {"(*Union).Terms", Method, 24, ""},
6555 {"(*Union).Underlying", Method, 18, ""},
6556 {"(*Var).Anonymous", Method, 5, ""},
6557 {"(*Var).Embedded", Method, 11, ""},
6558 {"(*Var).Exported", Method, 5, ""},
6559 {"(*Var).Id", Method, 5, ""},
6560 {"(*Var).IsField", Method, 5, ""},
6561 {"(*Var).Kind", Method, 25, ""},
6562 {"(*Var).Name", Method, 5, ""},
6563 {"(*Var).Origin", Method, 19, ""},
6564 {"(*Var).Parent", Method, 5, ""},
6565 {"(*Var).Pkg", Method, 5, ""},
6566 {"(*Var).Pos", Method, 5, ""},
6567 {"(*Var).SetKind", Method, 25, ""},
6568 {"(*Var).String", Method, 5, ""},
6569 {"(*Var).Type", Method, 5, ""},
6570 {"(Checker).ObjectOf", Method, 5, ""},
6571 {"(Checker).PkgNameOf", Method, 22, ""},
6572 {"(Checker).TypeOf", Method, 5, ""},
6573 {"(Error).Error", Method, 5, ""},
6574 {"(Importer).Import", Method, 5, ""},
6575 {"(ImporterFrom).Import", Method, 6, ""},
6576 {"(ImporterFrom).ImportFrom", Method, 6, ""},
6577 {"(Object).Exported", Method, 5, ""},
6578 {"(Object).Id", Method, 5, ""},
6579 {"(Object).Name", Method, 5, ""},
6580 {"(Object).Parent", Method, 5, ""},
6581 {"(Object).Pkg", Method, 5, ""},
6582 {"(Object).Pos", Method, 5, ""},
6583 {"(Object).String", Method, 5, ""},
6584 {"(Object).Type", Method, 5, ""},
6585 {"(Sizes).Alignof", Method, 5, ""},
6586 {"(Sizes).Offsetsof", Method, 5, ""},
6587 {"(Sizes).Sizeof", Method, 5, ""},
6588 {"(Type).String", Method, 5, ""},
6589 {"(Type).Underlying", Method, 5, ""},
6590 {"(TypeAndValue).Addressable", Method, 5, ""},
6591 {"(TypeAndValue).Assignable", Method, 5, ""},
6592 {"(TypeAndValue).HasOk", Method, 5, ""},
6593 {"(TypeAndValue).IsBuiltin", Method, 5, ""},
6594 {"(TypeAndValue).IsNil", Method, 5, ""},
6595 {"(TypeAndValue).IsType", Method, 5, ""},
6596 {"(TypeAndValue).IsValue", Method, 5, ""},
6597 {"(TypeAndValue).IsVoid", Method, 5, ""},
6598 {"(VarKind).String", Method, 25, ""},
6599 {"Alias", Type, 22, ""},
6600 {"ArgumentError", Type, 18, ""},
6601 {"ArgumentError.Err", Field, 18, ""},
6602 {"ArgumentError.Index", Field, 18, ""},
6603 {"Array", Type, 5, ""},
6604 {"AssertableTo", Func, 5, "func(V *Interface, T Type) bool"},
6605 {"AssignableTo", Func, 5, "func(V Type, T Type) bool"},
6606 {"Basic", Type, 5, ""},
6607 {"BasicInfo", Type, 5, ""},
6608 {"BasicKind", Type, 5, ""},
6609 {"Bool", Const, 5, ""},
6610 {"Builtin", Type, 5, ""},
6611 {"Byte", Const, 5, ""},
6612 {"Chan", Type, 5, ""},
6613 {"ChanDir", Type, 5, ""},
6614 {"CheckExpr", Func, 13, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr ast.Expr, info *Info) (err error)"},
6615 {"Checker", Type, 5, ""},
6616 {"Checker.Info", Field, 5, ""},
6617 {"Comparable", Func, 5, "func(T Type) bool"},
6618 {"Complex128", Const, 5, ""},
6619 {"Complex64", Const, 5, ""},
6620 {"Config", Type, 5, ""},
6621 {"Config.Context", Field, 18, ""},
6622 {"Config.DisableUnusedImportCheck", Field, 5, ""},
6623 {"Config.Error", Field, 5, ""},
6624 {"Config.FakeImportC", Field, 5, ""},
6625 {"Config.GoVersion", Field, 18, ""},
6626 {"Config.IgnoreFuncBodies", Field, 5, ""},
6627 {"Config.Importer", Field, 5, ""},
6628 {"Config.Sizes", Field, 5, ""},
6629 {"Const", Type, 5, ""},
6630 {"Context", Type, 18, ""},
6631 {"ConvertibleTo", Func, 5, "func(V Type, T Type) bool"},
6632 {"DefPredeclaredTestFuncs", Func, 5, "func()"},
6633 {"Default", Func, 8, "func(t Type) Type"},
6634 {"Error", Type, 5, ""},
6635 {"Error.Fset", Field, 5, ""},
6636 {"Error.Msg", Field, 5, ""},
6637 {"Error.Pos", Field, 5, ""},
6638 {"Error.Soft", Field, 5, ""},
6639 {"Eval", Func, 5, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (_ TypeAndValue, err error)"},
6640 {"ExprString", Func, 5, "func(x ast.Expr) string"},
6641 {"FieldVal", Const, 5, ""},
6642 {"FieldVar", Const, 25, ""},
6643 {"Float32", Const, 5, ""},
6644 {"Float64", Const, 5, ""},
6645 {"Func", Type, 5, ""},
6646 {"Id", Func, 5, "func(pkg *Package, name string) string"},
6647 {"Identical", Func, 5, "func(x Type, y Type) bool"},
6648 {"IdenticalIgnoreTags", Func, 8, "func(x Type, y Type) bool"},
6649 {"Implements", Func, 5, "func(V Type, T *Interface) bool"},
6650 {"ImportMode", Type, 6, ""},
6651 {"Importer", Type, 5, ""},
6652 {"ImporterFrom", Type, 6, ""},
6653 {"Info", Type, 5, ""},
6654 {"Info.Defs", Field, 5, ""},
6655 {"Info.FileVersions", Field, 22, ""},
6656 {"Info.Implicits", Field, 5, ""},
6657 {"Info.InitOrder", Field, 5, ""},
6658 {"Info.Instances", Field, 18, ""},
6659 {"Info.Scopes", Field, 5, ""},
6660 {"Info.Selections", Field, 5, ""},
6661 {"Info.Types", Field, 5, ""},
6662 {"Info.Uses", Field, 5, ""},
6663 {"Initializer", Type, 5, ""},
6664 {"Initializer.Lhs", Field, 5, ""},
6665 {"Initializer.Rhs", Field, 5, ""},
6666 {"Instance", Type, 18, ""},
6667 {"Instance.Type", Field, 18, ""},
6668 {"Instance.TypeArgs", Field, 18, ""},
6669 {"Instantiate", Func, 18, "func(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error)"},
6670 {"Int", Const, 5, ""},
6671 {"Int16", Const, 5, ""},
6672 {"Int32", Const, 5, ""},
6673 {"Int64", Const, 5, ""},
6674 {"Int8", Const, 5, ""},
6675 {"Interface", Type, 5, ""},
6676 {"Invalid", Const, 5, ""},
6677 {"IsBoolean", Const, 5, ""},
6678 {"IsComplex", Const, 5, ""},
6679 {"IsConstType", Const, 5, ""},
6680 {"IsFloat", Const, 5, ""},
6681 {"IsInteger", Const, 5, ""},
6682 {"IsInterface", Func, 5, "func(t Type) bool"},
6683 {"IsNumeric", Const, 5, ""},
6684 {"IsOrdered", Const, 5, ""},
6685 {"IsString", Const, 5, ""},
6686 {"IsUnsigned", Const, 5, ""},
6687 {"IsUntyped", Const, 5, ""},
6688 {"Label", Type, 5, ""},
6689 {"LocalVar", Const, 25, ""},
6690 {"LookupFieldOrMethod", Func, 5, "func(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool)"},
6691 {"LookupSelection", Func, 25, "func(T Type, addressable bool, pkg *Package, name string) (Selection, bool)"},
6692 {"Map", Type, 5, ""},
6693 {"MethodExpr", Const, 5, ""},
6694 {"MethodSet", Type, 5, ""},
6695 {"MethodVal", Const, 5, ""},
6696 {"MissingMethod", Func, 5, "func(V Type, T *Interface, static bool) (method *Func, wrongType bool)"},
6697 {"Named", Type, 5, ""},
6698 {"NewAlias", Func, 22, "func(obj *TypeName, rhs Type) *Alias"},
6699 {"NewArray", Func, 5, "func(elem Type, len int64) *Array"},
6700 {"NewChan", Func, 5, "func(dir ChanDir, elem Type) *Chan"},
6701 {"NewChecker", Func, 5, "func(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker"},
6702 {"NewConst", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const"},
6703 {"NewContext", Func, 18, "func() *Context"},
6704 {"NewField", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, embedded bool) *Var"},
6705 {"NewFunc", Func, 5, "func(pos token.Pos, pkg *Package, name string, sig *Signature) *Func"},
6706 {"NewInterface", Func, 5, "func(methods []*Func, embeddeds []*Named) *Interface"},
6707 {"NewInterfaceType", Func, 11, "func(methods []*Func, embeddeds []Type) *Interface"},
6708 {"NewLabel", Func, 5, "func(pos token.Pos, pkg *Package, name string) *Label"},
6709 {"NewMap", Func, 5, "func(key Type, elem Type) *Map"},
6710 {"NewMethodSet", Func, 5, "func(T Type) *MethodSet"},
6711 {"NewNamed", Func, 5, "func(obj *TypeName, underlying Type, methods []*Func) *Named"},
6712 {"NewPackage", Func, 5, "func(path string, name string) *Package"},
6713 {"NewParam", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
6714 {"NewPkgName", Func, 5, "func(pos token.Pos, pkg *Package, name string, imported *Package) *PkgName"},
6715 {"NewPointer", Func, 5, "func(elem Type) *Pointer"},
6716 {"NewScope", Func, 5, "func(parent *Scope, pos token.Pos, end token.Pos, comment string) *Scope"},
6717 {"NewSignature", Func, 5, "func(recv *Var, params *Tuple, results *Tuple, variadic bool) *Signature"},
6718 {"NewSignatureType", Func, 18, "func(recv *Var, recvTypeParams []*TypeParam, typeParams []*TypeParam, params *Tuple, results *Tuple, variadic bool) *Signature"},
6719 {"NewSlice", Func, 5, "func(elem Type) *Slice"},
6720 {"NewStruct", Func, 5, "func(fields []*Var, tags []string) *Struct"},
6721 {"NewTerm", Func, 18, "func(tilde bool, typ Type) *Term"},
6722 {"NewTuple", Func, 5, "func(x ...*Var) *Tuple"},
6723 {"NewTypeName", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *TypeName"},
6724 {"NewTypeParam", Func, 18, "func(obj *TypeName, constraint Type) *TypeParam"},
6725 {"NewUnion", Func, 18, "func(terms []*Term) *Union"},
6726 {"NewVar", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
6727 {"Nil", Type, 5, ""},
6728 {"ObjectString", Func, 5, "func(obj Object, qf Qualifier) string"},
6729 {"Package", Type, 5, ""},
6730 {"PackageVar", Const, 25, ""},
6731 {"ParamVar", Const, 25, ""},
6732 {"PkgName", Type, 5, ""},
6733 {"Pointer", Type, 5, ""},
6734 {"Qualifier", Type, 5, ""},
6735 {"RecvOnly", Const, 5, ""},
6736 {"RecvVar", Const, 25, ""},
6737 {"RelativeTo", Func, 5, "func(pkg *Package) Qualifier"},
6738 {"ResultVar", Const, 25, ""},
6739 {"Rune", Const, 5, ""},
6740 {"Satisfies", Func, 20, "func(V Type, T *Interface) bool"},
6741 {"Scope", Type, 5, ""},
6742 {"Selection", Type, 5, ""},
6743 {"SelectionKind", Type, 5, ""},
6744 {"SelectionString", Func, 5, "func(s *Selection, qf Qualifier) string"},
6745 {"SendOnly", Const, 5, ""},
6746 {"SendRecv", Const, 5, ""},
6747 {"Signature", Type, 5, ""},
6748 {"Sizes", Type, 5, ""},
6749 {"SizesFor", Func, 9, "func(compiler string, arch string) Sizes"},
6750 {"Slice", Type, 5, ""},
6751 {"StdSizes", Type, 5, ""},
6752 {"StdSizes.MaxAlign", Field, 5, ""},
6753 {"StdSizes.WordSize", Field, 5, ""},
6754 {"String", Const, 5, ""},
6755 {"Struct", Type, 5, ""},
6756 {"Term", Type, 18, ""},
6757 {"Tuple", Type, 5, ""},
6758 {"Typ", Var, 5, ""},
6759 {"Type", Type, 5, ""},
6760 {"TypeAndValue", Type, 5, ""},
6761 {"TypeAndValue.Type", Field, 5, ""},
6762 {"TypeAndValue.Value", Field, 5, ""},
6763 {"TypeList", Type, 18, ""},
6764 {"TypeName", Type, 5, ""},
6765 {"TypeParam", Type, 18, ""},
6766 {"TypeParamList", Type, 18, ""},
6767 {"TypeString", Func, 5, "func(typ Type, qf Qualifier) string"},
6768 {"Uint", Const, 5, ""},
6769 {"Uint16", Const, 5, ""},
6770 {"Uint32", Const, 5, ""},
6771 {"Uint64", Const, 5, ""},
6772 {"Uint8", Const, 5, ""},
6773 {"Uintptr", Const, 5, ""},
6774 {"Unalias", Func, 22, "func(t Type) Type"},
6775 {"Union", Type, 18, ""},
6776 {"Universe", Var, 5, ""},
6777 {"Unsafe", Var, 5, ""},
6778 {"UnsafePointer", Const, 5, ""},
6779 {"UntypedBool", Const, 5, ""},
6780 {"UntypedComplex", Const, 5, ""},
6781 {"UntypedFloat", Const, 5, ""},
6782 {"UntypedInt", Const, 5, ""},
6783 {"UntypedNil", Const, 5, ""},
6784 {"UntypedRune", Const, 5, ""},
6785 {"UntypedString", Const, 5, ""},
6786 {"Var", Type, 5, ""},
6787 {"VarKind", Type, 25, ""},
6788 {"WriteExpr", Func, 5, "func(buf *bytes.Buffer, x ast.Expr)"},
6789 {"WriteSignature", Func, 5, "func(buf *bytes.Buffer, sig *Signature, qf Qualifier)"},
6790 {"WriteType", Func, 5, "func(buf *bytes.Buffer, typ Type, qf Qualifier)"},
6791 },
6792 "go/version": {
6793 {"Compare", Func, 22, "func(x string, y string) int"},
6794 {"IsValid", Func, 22, "func(x string) bool"},
6795 {"Lang", Func, 22, "func(x string) string"},
6796 },
6797 "hash": {
6798 {"(Cloner).BlockSize", Method, 25, ""},
6799 {"(Cloner).Clone", Method, 25, ""},
6800 {"(Cloner).Reset", Method, 25, ""},
6801 {"(Cloner).Size", Method, 25, ""},
6802 {"(Cloner).Sum", Method, 25, ""},
6803 {"(Cloner).Write", Method, 25, ""},
6804 {"(Hash).BlockSize", Method, 0, ""},
6805 {"(Hash).Reset", Method, 0, ""},
6806 {"(Hash).Size", Method, 0, ""},
6807 {"(Hash).Sum", Method, 0, ""},
6808 {"(Hash).Write", Method, 0, ""},
6809 {"(Hash32).BlockSize", Method, 0, ""},
6810 {"(Hash32).Reset", Method, 0, ""},
6811 {"(Hash32).Size", Method, 0, ""},
6812 {"(Hash32).Sum", Method, 0, ""},
6813 {"(Hash32).Sum32", Method, 0, ""},
6814 {"(Hash32).Write", Method, 0, ""},
6815 {"(Hash64).BlockSize", Method, 0, ""},
6816 {"(Hash64).Reset", Method, 0, ""},
6817 {"(Hash64).Size", Method, 0, ""},
6818 {"(Hash64).Sum", Method, 0, ""},
6819 {"(Hash64).Sum64", Method, 0, ""},
6820 {"(Hash64).Write", Method, 0, ""},
6821 {"(XOF).BlockSize", Method, 25, ""},
6822 {"(XOF).Read", Method, 25, ""},
6823 {"(XOF).Reset", Method, 25, ""},
6824 {"(XOF).Write", Method, 25, ""},
6825 {"Cloner", Type, 25, ""},
6826 {"Hash", Type, 0, ""},
6827 {"Hash32", Type, 0, ""},
6828 {"Hash64", Type, 0, ""},
6829 {"XOF", Type, 25, ""},
6830 },
6831 "hash/adler32": {
6832 {"Checksum", Func, 0, "func(data []byte) uint32"},
6833 {"New", Func, 0, "func() hash.Hash32"},
6834 {"Size", Const, 0, ""},
6835 },
6836 "hash/crc32": {
6837 {"Castagnoli", Const, 0, ""},
6838 {"Checksum", Func, 0, "func(data []byte, tab *Table) uint32"},
6839 {"ChecksumIEEE", Func, 0, "func(data []byte) uint32"},
6840 {"IEEE", Const, 0, ""},
6841 {"IEEETable", Var, 0, ""},
6842 {"Koopman", Const, 0, ""},
6843 {"MakeTable", Func, 0, "func(poly uint32) *Table"},
6844 {"New", Func, 0, "func(tab *Table) hash.Hash32"},
6845 {"NewIEEE", Func, 0, "func() hash.Hash32"},
6846 {"Size", Const, 0, ""},
6847 {"Table", Type, 0, ""},
6848 {"Update", Func, 0, "func(crc uint32, tab *Table, p []byte) uint32"},
6849 },
6850 "hash/crc64": {
6851 {"Checksum", Func, 0, "func(data []byte, tab *Table) uint64"},
6852 {"ECMA", Const, 0, ""},
6853 {"ISO", Const, 0, ""},
6854 {"MakeTable", Func, 0, "func(poly uint64) *Table"},
6855 {"New", Func, 0, "func(tab *Table) hash.Hash64"},
6856 {"Size", Const, 0, ""},
6857 {"Table", Type, 0, ""},
6858 {"Update", Func, 0, "func(crc uint64, tab *Table, p []byte) uint64"},
6859 },
6860 "hash/fnv": {
6861 {"New128", Func, 9, "func() hash.Hash"},
6862 {"New128a", Func, 9, "func() hash.Hash"},
6863 {"New32", Func, 0, "func() hash.Hash32"},
6864 {"New32a", Func, 0, "func() hash.Hash32"},
6865 {"New64", Func, 0, "func() hash.Hash64"},
6866 {"New64a", Func, 0, "func() hash.Hash64"},
6867 },
6868 "hash/maphash": {
6869 {"(*Hash).BlockSize", Method, 14, ""},
6870 {"(*Hash).Clone", Method, 25, ""},
6871 {"(*Hash).Reset", Method, 14, ""},
6872 {"(*Hash).Seed", Method, 14, ""},
6873 {"(*Hash).SetSeed", Method, 14, ""},
6874 {"(*Hash).Size", Method, 14, ""},
6875 {"(*Hash).Sum", Method, 14, ""},
6876 {"(*Hash).Sum64", Method, 14, ""},
6877 {"(*Hash).Write", Method, 14, ""},
6878 {"(*Hash).WriteByte", Method, 14, ""},
6879 {"(*Hash).WriteString", Method, 14, ""},
6880 {"Bytes", Func, 19, "func(seed Seed, b []byte) uint64"},
6881 {"Comparable", Func, 24, "func[T comparable](seed Seed, v T) uint64"},
6882 {"Hash", Type, 14, ""},
6883 {"MakeSeed", Func, 14, "func() Seed"},
6884 {"Seed", Type, 14, ""},
6885 {"String", Func, 19, "func(seed Seed, s string) uint64"},
6886 {"WriteComparable", Func, 24, "func[T comparable](h *Hash, x T)"},
6887 },
6888 "html": {
6889 {"EscapeString", Func, 0, "func(s string) string"},
6890 {"UnescapeString", Func, 0, "func(s string) string"},
6891 },
6892 "html/template": {
6893 {"(*Error).Error", Method, 0, ""},
6894 {"(*Template).AddParseTree", Method, 0, ""},
6895 {"(*Template).Clone", Method, 0, ""},
6896 {"(*Template).DefinedTemplates", Method, 6, ""},
6897 {"(*Template).Delims", Method, 0, ""},
6898 {"(*Template).Execute", Method, 0, ""},
6899 {"(*Template).ExecuteTemplate", Method, 0, ""},
6900 {"(*Template).Funcs", Method, 0, ""},
6901 {"(*Template).Lookup", Method, 0, ""},
6902 {"(*Template).Name", Method, 0, ""},
6903 {"(*Template).New", Method, 0, ""},
6904 {"(*Template).Option", Method, 5, ""},
6905 {"(*Template).Parse", Method, 0, ""},
6906 {"(*Template).ParseFS", Method, 16, ""},
6907 {"(*Template).ParseFiles", Method, 0, ""},
6908 {"(*Template).ParseGlob", Method, 0, ""},
6909 {"(*Template).Templates", Method, 0, ""},
6910 {"CSS", Type, 0, ""},
6911 {"ErrAmbigContext", Const, 0, ""},
6912 {"ErrBadHTML", Const, 0, ""},
6913 {"ErrBranchEnd", Const, 0, ""},
6914 {"ErrEndContext", Const, 0, ""},
6915 {"ErrJSTemplate", Const, 21, ""},
6916 {"ErrNoSuchTemplate", Const, 0, ""},
6917 {"ErrOutputContext", Const, 0, ""},
6918 {"ErrPartialCharset", Const, 0, ""},
6919 {"ErrPartialEscape", Const, 0, ""},
6920 {"ErrPredefinedEscaper", Const, 9, ""},
6921 {"ErrRangeLoopReentry", Const, 0, ""},
6922 {"ErrSlashAmbig", Const, 0, ""},
6923 {"Error", Type, 0, ""},
6924 {"Error.Description", Field, 0, ""},
6925 {"Error.ErrorCode", Field, 0, ""},
6926 {"Error.Line", Field, 0, ""},
6927 {"Error.Name", Field, 0, ""},
6928 {"Error.Node", Field, 4, ""},
6929 {"ErrorCode", Type, 0, ""},
6930 {"FuncMap", Type, 0, ""},
6931 {"HTML", Type, 0, ""},
6932 {"HTMLAttr", Type, 0, ""},
6933 {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
6934 {"HTMLEscapeString", Func, 0, "func(s string) string"},
6935 {"HTMLEscaper", Func, 0, "func(args ...any) string"},
6936 {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
6937 {"JS", Type, 0, ""},
6938 {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
6939 {"JSEscapeString", Func, 0, "func(s string) string"},
6940 {"JSEscaper", Func, 0, "func(args ...any) string"},
6941 {"JSStr", Type, 0, ""},
6942 {"Must", Func, 0, "func(t *Template, err error) *Template"},
6943 {"New", Func, 0, "func(name string) *Template"},
6944 {"OK", Const, 0, ""},
6945 {"ParseFS", Func, 16, "func(fs fs.FS, patterns ...string) (*Template, error)"},
6946 {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
6947 {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
6948 {"Srcset", Type, 10, ""},
6949 {"Template", Type, 0, ""},
6950 {"Template.Tree", Field, 2, ""},
6951 {"URL", Type, 0, ""},
6952 {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
6953 },
6954 "image": {
6955 {"(*Alpha).AlphaAt", Method, 4, ""},
6956 {"(*Alpha).At", Method, 0, ""},
6957 {"(*Alpha).Bounds", Method, 0, ""},
6958 {"(*Alpha).ColorModel", Method, 0, ""},
6959 {"(*Alpha).Opaque", Method, 0, ""},
6960 {"(*Alpha).PixOffset", Method, 0, ""},
6961 {"(*Alpha).RGBA64At", Method, 17, ""},
6962 {"(*Alpha).Set", Method, 0, ""},
6963 {"(*Alpha).SetAlpha", Method, 0, ""},
6964 {"(*Alpha).SetRGBA64", Method, 17, ""},
6965 {"(*Alpha).SubImage", Method, 0, ""},
6966 {"(*Alpha16).Alpha16At", Method, 4, ""},
6967 {"(*Alpha16).At", Method, 0, ""},
6968 {"(*Alpha16).Bounds", Method, 0, ""},
6969 {"(*Alpha16).ColorModel", Method, 0, ""},
6970 {"(*Alpha16).Opaque", Method, 0, ""},
6971 {"(*Alpha16).PixOffset", Method, 0, ""},
6972 {"(*Alpha16).RGBA64At", Method, 17, ""},
6973 {"(*Alpha16).Set", Method, 0, ""},
6974 {"(*Alpha16).SetAlpha16", Method, 0, ""},
6975 {"(*Alpha16).SetRGBA64", Method, 17, ""},
6976 {"(*Alpha16).SubImage", Method, 0, ""},
6977 {"(*CMYK).At", Method, 5, ""},
6978 {"(*CMYK).Bounds", Method, 5, ""},
6979 {"(*CMYK).CMYKAt", Method, 5, ""},
6980 {"(*CMYK).ColorModel", Method, 5, ""},
6981 {"(*CMYK).Opaque", Method, 5, ""},
6982 {"(*CMYK).PixOffset", Method, 5, ""},
6983 {"(*CMYK).RGBA64At", Method, 17, ""},
6984 {"(*CMYK).Set", Method, 5, ""},
6985 {"(*CMYK).SetCMYK", Method, 5, ""},
6986 {"(*CMYK).SetRGBA64", Method, 17, ""},
6987 {"(*CMYK).SubImage", Method, 5, ""},
6988 {"(*Gray).At", Method, 0, ""},
6989 {"(*Gray).Bounds", Method, 0, ""},
6990 {"(*Gray).ColorModel", Method, 0, ""},
6991 {"(*Gray).GrayAt", Method, 4, ""},
6992 {"(*Gray).Opaque", Method, 0, ""},
6993 {"(*Gray).PixOffset", Method, 0, ""},
6994 {"(*Gray).RGBA64At", Method, 17, ""},
6995 {"(*Gray).Set", Method, 0, ""},
6996 {"(*Gray).SetGray", Method, 0, ""},
6997 {"(*Gray).SetRGBA64", Method, 17, ""},
6998 {"(*Gray).SubImage", Method, 0, ""},
6999 {"(*Gray16).At", Method, 0, ""},
7000 {"(*Gray16).Bounds", Method, 0, ""},
7001 {"(*Gray16).ColorModel", Method, 0, ""},
7002 {"(*Gray16).Gray16At", Method, 4, ""},
7003 {"(*Gray16).Opaque", Method, 0, ""},
7004 {"(*Gray16).PixOffset", Method, 0, ""},
7005 {"(*Gray16).RGBA64At", Method, 17, ""},
7006 {"(*Gray16).Set", Method, 0, ""},
7007 {"(*Gray16).SetGray16", Method, 0, ""},
7008 {"(*Gray16).SetRGBA64", Method, 17, ""},
7009 {"(*Gray16).SubImage", Method, 0, ""},
7010 {"(*NRGBA).At", Method, 0, ""},
7011 {"(*NRGBA).Bounds", Method, 0, ""},
7012 {"(*NRGBA).ColorModel", Method, 0, ""},
7013 {"(*NRGBA).NRGBAAt", Method, 4, ""},
7014 {"(*NRGBA).Opaque", Method, 0, ""},
7015 {"(*NRGBA).PixOffset", Method, 0, ""},
7016 {"(*NRGBA).RGBA64At", Method, 17, ""},
7017 {"(*NRGBA).Set", Method, 0, ""},
7018 {"(*NRGBA).SetNRGBA", Method, 0, ""},
7019 {"(*NRGBA).SetRGBA64", Method, 17, ""},
7020 {"(*NRGBA).SubImage", Method, 0, ""},
7021 {"(*NRGBA64).At", Method, 0, ""},
7022 {"(*NRGBA64).Bounds", Method, 0, ""},
7023 {"(*NRGBA64).ColorModel", Method, 0, ""},
7024 {"(*NRGBA64).NRGBA64At", Method, 4, ""},
7025 {"(*NRGBA64).Opaque", Method, 0, ""},
7026 {"(*NRGBA64).PixOffset", Method, 0, ""},
7027 {"(*NRGBA64).RGBA64At", Method, 17, ""},
7028 {"(*NRGBA64).Set", Method, 0, ""},
7029 {"(*NRGBA64).SetNRGBA64", Method, 0, ""},
7030 {"(*NRGBA64).SetRGBA64", Method, 17, ""},
7031 {"(*NRGBA64).SubImage", Method, 0, ""},
7032 {"(*NYCbCrA).AOffset", Method, 6, ""},
7033 {"(*NYCbCrA).At", Method, 6, ""},
7034 {"(*NYCbCrA).Bounds", Method, 6, ""},
7035 {"(*NYCbCrA).COffset", Method, 6, ""},
7036 {"(*NYCbCrA).ColorModel", Method, 6, ""},
7037 {"(*NYCbCrA).NYCbCrAAt", Method, 6, ""},
7038 {"(*NYCbCrA).Opaque", Method, 6, ""},
7039 {"(*NYCbCrA).RGBA64At", Method, 17, ""},
7040 {"(*NYCbCrA).SubImage", Method, 6, ""},
7041 {"(*NYCbCrA).YCbCrAt", Method, 6, ""},
7042 {"(*NYCbCrA).YOffset", Method, 6, ""},
7043 {"(*Paletted).At", Method, 0, ""},
7044 {"(*Paletted).Bounds", Method, 0, ""},
7045 {"(*Paletted).ColorIndexAt", Method, 0, ""},
7046 {"(*Paletted).ColorModel", Method, 0, ""},
7047 {"(*Paletted).Opaque", Method, 0, ""},
7048 {"(*Paletted).PixOffset", Method, 0, ""},
7049 {"(*Paletted).RGBA64At", Method, 17, ""},
7050 {"(*Paletted).Set", Method, 0, ""},
7051 {"(*Paletted).SetColorIndex", Method, 0, ""},
7052 {"(*Paletted).SetRGBA64", Method, 17, ""},
7053 {"(*Paletted).SubImage", Method, 0, ""},
7054 {"(*RGBA).At", Method, 0, ""},
7055 {"(*RGBA).Bounds", Method, 0, ""},
7056 {"(*RGBA).ColorModel", Method, 0, ""},
7057 {"(*RGBA).Opaque", Method, 0, ""},
7058 {"(*RGBA).PixOffset", Method, 0, ""},
7059 {"(*RGBA).RGBA64At", Method, 17, ""},
7060 {"(*RGBA).RGBAAt", Method, 4, ""},
7061 {"(*RGBA).Set", Method, 0, ""},
7062 {"(*RGBA).SetRGBA", Method, 0, ""},
7063 {"(*RGBA).SetRGBA64", Method, 17, ""},
7064 {"(*RGBA).SubImage", Method, 0, ""},
7065 {"(*RGBA64).At", Method, 0, ""},
7066 {"(*RGBA64).Bounds", Method, 0, ""},
7067 {"(*RGBA64).ColorModel", Method, 0, ""},
7068 {"(*RGBA64).Opaque", Method, 0, ""},
7069 {"(*RGBA64).PixOffset", Method, 0, ""},
7070 {"(*RGBA64).RGBA64At", Method, 4, ""},
7071 {"(*RGBA64).Set", Method, 0, ""},
7072 {"(*RGBA64).SetRGBA64", Method, 0, ""},
7073 {"(*RGBA64).SubImage", Method, 0, ""},
7074 {"(*Uniform).At", Method, 0, ""},
7075 {"(*Uniform).Bounds", Method, 0, ""},
7076 {"(*Uniform).ColorModel", Method, 0, ""},
7077 {"(*Uniform).Convert", Method, 0, ""},
7078 {"(*Uniform).Opaque", Method, 0, ""},
7079 {"(*Uniform).RGBA", Method, 0, ""},
7080 {"(*Uniform).RGBA64At", Method, 17, ""},
7081 {"(*YCbCr).At", Method, 0, ""},
7082 {"(*YCbCr).Bounds", Method, 0, ""},
7083 {"(*YCbCr).COffset", Method, 0, ""},
7084 {"(*YCbCr).ColorModel", Method, 0, ""},
7085 {"(*YCbCr).Opaque", Method, 0, ""},
7086 {"(*YCbCr).RGBA64At", Method, 17, ""},
7087 {"(*YCbCr).SubImage", Method, 0, ""},
7088 {"(*YCbCr).YCbCrAt", Method, 4, ""},
7089 {"(*YCbCr).YOffset", Method, 0, ""},
7090 {"(Image).At", Method, 0, ""},
7091 {"(Image).Bounds", Method, 0, ""},
7092 {"(Image).ColorModel", Method, 0, ""},
7093 {"(PalettedImage).At", Method, 0, ""},
7094 {"(PalettedImage).Bounds", Method, 0, ""},
7095 {"(PalettedImage).ColorIndexAt", Method, 0, ""},
7096 {"(PalettedImage).ColorModel", Method, 0, ""},
7097 {"(Point).Add", Method, 0, ""},
7098 {"(Point).Div", Method, 0, ""},
7099 {"(Point).Eq", Method, 0, ""},
7100 {"(Point).In", Method, 0, ""},
7101 {"(Point).Mod", Method, 0, ""},
7102 {"(Point).Mul", Method, 0, ""},
7103 {"(Point).String", Method, 0, ""},
7104 {"(Point).Sub", Method, 0, ""},
7105 {"(RGBA64Image).At", Method, 17, ""},
7106 {"(RGBA64Image).Bounds", Method, 17, ""},
7107 {"(RGBA64Image).ColorModel", Method, 17, ""},
7108 {"(RGBA64Image).RGBA64At", Method, 17, ""},
7109 {"(Rectangle).Add", Method, 0, ""},
7110 {"(Rectangle).At", Method, 5, ""},
7111 {"(Rectangle).Bounds", Method, 5, ""},
7112 {"(Rectangle).Canon", Method, 0, ""},
7113 {"(Rectangle).ColorModel", Method, 5, ""},
7114 {"(Rectangle).Dx", Method, 0, ""},
7115 {"(Rectangle).Dy", Method, 0, ""},
7116 {"(Rectangle).Empty", Method, 0, ""},
7117 {"(Rectangle).Eq", Method, 0, ""},
7118 {"(Rectangle).In", Method, 0, ""},
7119 {"(Rectangle).Inset", Method, 0, ""},
7120 {"(Rectangle).Intersect", Method, 0, ""},
7121 {"(Rectangle).Overlaps", Method, 0, ""},
7122 {"(Rectangle).RGBA64At", Method, 17, ""},
7123 {"(Rectangle).Size", Method, 0, ""},
7124 {"(Rectangle).String", Method, 0, ""},
7125 {"(Rectangle).Sub", Method, 0, ""},
7126 {"(Rectangle).Union", Method, 0, ""},
7127 {"(YCbCrSubsampleRatio).String", Method, 0, ""},
7128 {"Alpha", Type, 0, ""},
7129 {"Alpha.Pix", Field, 0, ""},
7130 {"Alpha.Rect", Field, 0, ""},
7131 {"Alpha.Stride", Field, 0, ""},
7132 {"Alpha16", Type, 0, ""},
7133 {"Alpha16.Pix", Field, 0, ""},
7134 {"Alpha16.Rect", Field, 0, ""},
7135 {"Alpha16.Stride", Field, 0, ""},
7136 {"Black", Var, 0, ""},
7137 {"CMYK", Type, 5, ""},
7138 {"CMYK.Pix", Field, 5, ""},
7139 {"CMYK.Rect", Field, 5, ""},
7140 {"CMYK.Stride", Field, 5, ""},
7141 {"Config", Type, 0, ""},
7142 {"Config.ColorModel", Field, 0, ""},
7143 {"Config.Height", Field, 0, ""},
7144 {"Config.Width", Field, 0, ""},
7145 {"Decode", Func, 0, "func(r io.Reader) (Image, string, error)"},
7146 {"DecodeConfig", Func, 0, "func(r io.Reader) (Config, string, error)"},
7147 {"ErrFormat", Var, 0, ""},
7148 {"Gray", Type, 0, ""},
7149 {"Gray.Pix", Field, 0, ""},
7150 {"Gray.Rect", Field, 0, ""},
7151 {"Gray.Stride", Field, 0, ""},
7152 {"Gray16", Type, 0, ""},
7153 {"Gray16.Pix", Field, 0, ""},
7154 {"Gray16.Rect", Field, 0, ""},
7155 {"Gray16.Stride", Field, 0, ""},
7156 {"Image", Type, 0, ""},
7157 {"NRGBA", Type, 0, ""},
7158 {"NRGBA.Pix", Field, 0, ""},
7159 {"NRGBA.Rect", Field, 0, ""},
7160 {"NRGBA.Stride", Field, 0, ""},
7161 {"NRGBA64", Type, 0, ""},
7162 {"NRGBA64.Pix", Field, 0, ""},
7163 {"NRGBA64.Rect", Field, 0, ""},
7164 {"NRGBA64.Stride", Field, 0, ""},
7165 {"NYCbCrA", Type, 6, ""},
7166 {"NYCbCrA.A", Field, 6, ""},
7167 {"NYCbCrA.AStride", Field, 6, ""},
7168 {"NYCbCrA.YCbCr", Field, 6, ""},
7169 {"NewAlpha", Func, 0, "func(r Rectangle) *Alpha"},
7170 {"NewAlpha16", Func, 0, "func(r Rectangle) *Alpha16"},
7171 {"NewCMYK", Func, 5, "func(r Rectangle) *CMYK"},
7172 {"NewGray", Func, 0, "func(r Rectangle) *Gray"},
7173 {"NewGray16", Func, 0, "func(r Rectangle) *Gray16"},
7174 {"NewNRGBA", Func, 0, "func(r Rectangle) *NRGBA"},
7175 {"NewNRGBA64", Func, 0, "func(r Rectangle) *NRGBA64"},
7176 {"NewNYCbCrA", Func, 6, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA"},
7177 {"NewPaletted", Func, 0, "func(r Rectangle, p color.Palette) *Paletted"},
7178 {"NewRGBA", Func, 0, "func(r Rectangle) *RGBA"},
7179 {"NewRGBA64", Func, 0, "func(r Rectangle) *RGBA64"},
7180 {"NewUniform", Func, 0, "func(c color.Color) *Uniform"},
7181 {"NewYCbCr", Func, 0, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr"},
7182 {"Opaque", Var, 0, ""},
7183 {"Paletted", Type, 0, ""},
7184 {"Paletted.Palette", Field, 0, ""},
7185 {"Paletted.Pix", Field, 0, ""},
7186 {"Paletted.Rect", Field, 0, ""},
7187 {"Paletted.Stride", Field, 0, ""},
7188 {"PalettedImage", Type, 0, ""},
7189 {"Point", Type, 0, ""},
7190 {"Point.X", Field, 0, ""},
7191 {"Point.Y", Field, 0, ""},
7192 {"Pt", Func, 0, "func(X int, Y int) Point"},
7193 {"RGBA", Type, 0, ""},
7194 {"RGBA.Pix", Field, 0, ""},
7195 {"RGBA.Rect", Field, 0, ""},
7196 {"RGBA.Stride", Field, 0, ""},
7197 {"RGBA64", Type, 0, ""},
7198 {"RGBA64.Pix", Field, 0, ""},
7199 {"RGBA64.Rect", Field, 0, ""},
7200 {"RGBA64.Stride", Field, 0, ""},
7201 {"RGBA64Image", Type, 17, ""},
7202 {"Rect", Func, 0, "func(x0 int, y0 int, x1 int, y1 int) Rectangle"},
7203 {"Rectangle", Type, 0, ""},
7204 {"Rectangle.Max", Field, 0, ""},
7205 {"Rectangle.Min", Field, 0, ""},
7206 {"RegisterFormat", Func, 0, "func(name string, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io.Reader) (Config, error))"},
7207 {"Transparent", Var, 0, ""},
7208 {"Uniform", Type, 0, ""},
7209 {"Uniform.C", Field, 0, ""},
7210 {"White", Var, 0, ""},
7211 {"YCbCr", Type, 0, ""},
7212 {"YCbCr.CStride", Field, 0, ""},
7213 {"YCbCr.Cb", Field, 0, ""},
7214 {"YCbCr.Cr", Field, 0, ""},
7215 {"YCbCr.Rect", Field, 0, ""},
7216 {"YCbCr.SubsampleRatio", Field, 0, ""},
7217 {"YCbCr.Y", Field, 0, ""},
7218 {"YCbCr.YStride", Field, 0, ""},
7219 {"YCbCrSubsampleRatio", Type, 0, ""},
7220 {"YCbCrSubsampleRatio410", Const, 5, ""},
7221 {"YCbCrSubsampleRatio411", Const, 5, ""},
7222 {"YCbCrSubsampleRatio420", Const, 0, ""},
7223 {"YCbCrSubsampleRatio422", Const, 0, ""},
7224 {"YCbCrSubsampleRatio440", Const, 1, ""},
7225 {"YCbCrSubsampleRatio444", Const, 0, ""},
7226 {"ZP", Var, 0, ""},
7227 {"ZR", Var, 0, ""},
7228 },
7229 "image/color": {
7230 {"(Alpha).RGBA", Method, 0, ""},
7231 {"(Alpha16).RGBA", Method, 0, ""},
7232 {"(CMYK).RGBA", Method, 5, ""},
7233 {"(Color).RGBA", Method, 0, ""},
7234 {"(Gray).RGBA", Method, 0, ""},
7235 {"(Gray16).RGBA", Method, 0, ""},
7236 {"(Model).Convert", Method, 0, ""},
7237 {"(NRGBA).RGBA", Method, 0, ""},
7238 {"(NRGBA64).RGBA", Method, 0, ""},
7239 {"(NYCbCrA).RGBA", Method, 6, ""},
7240 {"(Palette).Convert", Method, 0, ""},
7241 {"(Palette).Index", Method, 0, ""},
7242 {"(RGBA).RGBA", Method, 0, ""},
7243 {"(RGBA64).RGBA", Method, 0, ""},
7244 {"(YCbCr).RGBA", Method, 0, ""},
7245 {"Alpha", Type, 0, ""},
7246 {"Alpha.A", Field, 0, ""},
7247 {"Alpha16", Type, 0, ""},
7248 {"Alpha16.A", Field, 0, ""},
7249 {"Alpha16Model", Var, 0, ""},
7250 {"AlphaModel", Var, 0, ""},
7251 {"Black", Var, 0, ""},
7252 {"CMYK", Type, 5, ""},
7253 {"CMYK.C", Field, 5, ""},
7254 {"CMYK.K", Field, 5, ""},
7255 {"CMYK.M", Field, 5, ""},
7256 {"CMYK.Y", Field, 5, ""},
7257 {"CMYKModel", Var, 5, ""},
7258 {"CMYKToRGB", Func, 5, "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"},
7259 {"Color", Type, 0, ""},
7260 {"Gray", Type, 0, ""},
7261 {"Gray.Y", Field, 0, ""},
7262 {"Gray16", Type, 0, ""},
7263 {"Gray16.Y", Field, 0, ""},
7264 {"Gray16Model", Var, 0, ""},
7265 {"GrayModel", Var, 0, ""},
7266 {"Model", Type, 0, ""},
7267 {"ModelFunc", Func, 0, "func(f func(Color) Color) Model"},
7268 {"NRGBA", Type, 0, ""},
7269 {"NRGBA.A", Field, 0, ""},
7270 {"NRGBA.B", Field, 0, ""},
7271 {"NRGBA.G", Field, 0, ""},
7272 {"NRGBA.R", Field, 0, ""},
7273 {"NRGBA64", Type, 0, ""},
7274 {"NRGBA64.A", Field, 0, ""},
7275 {"NRGBA64.B", Field, 0, ""},
7276 {"NRGBA64.G", Field, 0, ""},
7277 {"NRGBA64.R", Field, 0, ""},
7278 {"NRGBA64Model", Var, 0, ""},
7279 {"NRGBAModel", Var, 0, ""},
7280 {"NYCbCrA", Type, 6, ""},
7281 {"NYCbCrA.A", Field, 6, ""},
7282 {"NYCbCrA.YCbCr", Field, 6, ""},
7283 {"NYCbCrAModel", Var, 6, ""},
7284 {"Opaque", Var, 0, ""},
7285 {"Palette", Type, 0, ""},
7286 {"RGBA", Type, 0, ""},
7287 {"RGBA.A", Field, 0, ""},
7288 {"RGBA.B", Field, 0, ""},
7289 {"RGBA.G", Field, 0, ""},
7290 {"RGBA.R", Field, 0, ""},
7291 {"RGBA64", Type, 0, ""},
7292 {"RGBA64.A", Field, 0, ""},
7293 {"RGBA64.B", Field, 0, ""},
7294 {"RGBA64.G", Field, 0, ""},
7295 {"RGBA64.R", Field, 0, ""},
7296 {"RGBA64Model", Var, 0, ""},
7297 {"RGBAModel", Var, 0, ""},
7298 {"RGBToCMYK", Func, 5, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"},
7299 {"RGBToYCbCr", Func, 0, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"},
7300 {"Transparent", Var, 0, ""},
7301 {"White", Var, 0, ""},
7302 {"YCbCr", Type, 0, ""},
7303 {"YCbCr.Cb", Field, 0, ""},
7304 {"YCbCr.Cr", Field, 0, ""},
7305 {"YCbCr.Y", Field, 0, ""},
7306 {"YCbCrModel", Var, 0, ""},
7307 {"YCbCrToRGB", Func, 0, "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"},
7308 },
7309 "image/color/palette": {
7310 {"Plan9", Var, 2, ""},
7311 {"WebSafe", Var, 2, ""},
7312 },
7313 "image/draw": {
7314 {"(Drawer).Draw", Method, 2, ""},
7315 {"(Image).At", Method, 0, ""},
7316 {"(Image).Bounds", Method, 0, ""},
7317 {"(Image).ColorModel", Method, 0, ""},
7318 {"(Image).Set", Method, 0, ""},
7319 {"(Op).Draw", Method, 2, ""},
7320 {"(Quantizer).Quantize", Method, 2, ""},
7321 {"(RGBA64Image).At", Method, 17, ""},
7322 {"(RGBA64Image).Bounds", Method, 17, ""},
7323 {"(RGBA64Image).ColorModel", Method, 17, ""},
7324 {"(RGBA64Image).RGBA64At", Method, 17, ""},
7325 {"(RGBA64Image).Set", Method, 17, ""},
7326 {"(RGBA64Image).SetRGBA64", Method, 17, ""},
7327 {"Draw", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)"},
7328 {"DrawMask", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op)"},
7329 {"Drawer", Type, 2, ""},
7330 {"FloydSteinberg", Var, 2, ""},
7331 {"Image", Type, 0, ""},
7332 {"Op", Type, 0, ""},
7333 {"Over", Const, 0, ""},
7334 {"Quantizer", Type, 2, ""},
7335 {"RGBA64Image", Type, 17, ""},
7336 {"Src", Const, 0, ""},
7337 },
7338 "image/gif": {
7339 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7340 {"DecodeAll", Func, 0, "func(r io.Reader) (*GIF, error)"},
7341 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7342 {"DisposalBackground", Const, 5, ""},
7343 {"DisposalNone", Const, 5, ""},
7344 {"DisposalPrevious", Const, 5, ""},
7345 {"Encode", Func, 2, "func(w io.Writer, m image.Image, o *Options) error"},
7346 {"EncodeAll", Func, 2, "func(w io.Writer, g *GIF) error"},
7347 {"GIF", Type, 0, ""},
7348 {"GIF.BackgroundIndex", Field, 5, ""},
7349 {"GIF.Config", Field, 5, ""},
7350 {"GIF.Delay", Field, 0, ""},
7351 {"GIF.Disposal", Field, 5, ""},
7352 {"GIF.Image", Field, 0, ""},
7353 {"GIF.LoopCount", Field, 0, ""},
7354 {"Options", Type, 2, ""},
7355 {"Options.Drawer", Field, 2, ""},
7356 {"Options.NumColors", Field, 2, ""},
7357 {"Options.Quantizer", Field, 2, ""},
7358 },
7359 "image/jpeg": {
7360 {"(FormatError).Error", Method, 0, ""},
7361 {"(Reader).Read", Method, 0, ""},
7362 {"(Reader).ReadByte", Method, 0, ""},
7363 {"(UnsupportedError).Error", Method, 0, ""},
7364 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7365 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7366 {"DefaultQuality", Const, 0, ""},
7367 {"Encode", Func, 0, "func(w io.Writer, m image.Image, o *Options) error"},
7368 {"FormatError", Type, 0, ""},
7369 {"Options", Type, 0, ""},
7370 {"Options.Quality", Field, 0, ""},
7371 {"Reader", Type, 0, ""},
7372 {"UnsupportedError", Type, 0, ""},
7373 },
7374 "image/png": {
7375 {"(*Encoder).Encode", Method, 4, ""},
7376 {"(EncoderBufferPool).Get", Method, 9, ""},
7377 {"(EncoderBufferPool).Put", Method, 9, ""},
7378 {"(FormatError).Error", Method, 0, ""},
7379 {"(UnsupportedError).Error", Method, 0, ""},
7380 {"BestCompression", Const, 4, ""},
7381 {"BestSpeed", Const, 4, ""},
7382 {"CompressionLevel", Type, 4, ""},
7383 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7384 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7385 {"DefaultCompression", Const, 4, ""},
7386 {"Encode", Func, 0, "func(w io.Writer, m image.Image) error"},
7387 {"Encoder", Type, 4, ""},
7388 {"Encoder.BufferPool", Field, 9, ""},
7389 {"Encoder.CompressionLevel", Field, 4, ""},
7390 {"EncoderBuffer", Type, 9, ""},
7391 {"EncoderBufferPool", Type, 9, ""},
7392 {"FormatError", Type, 0, ""},
7393 {"NoCompression", Const, 4, ""},
7394 {"UnsupportedError", Type, 0, ""},
7395 },
7396 "index/suffixarray": {
7397 {"(*Index).Bytes", Method, 0, ""},
7398 {"(*Index).FindAllIndex", Method, 0, ""},
7399 {"(*Index).Lookup", Method, 0, ""},
7400 {"(*Index).Read", Method, 0, ""},
7401 {"(*Index).Write", Method, 0, ""},
7402 {"Index", Type, 0, ""},
7403 {"New", Func, 0, "func(data []byte) *Index"},
7404 },
7405 "io": {
7406 {"(*LimitedReader).Read", Method, 0, ""},
7407 {"(*OffsetWriter).Seek", Method, 20, ""},
7408 {"(*OffsetWriter).Write", Method, 20, ""},
7409 {"(*OffsetWriter).WriteAt", Method, 20, ""},
7410 {"(*PipeReader).Close", Method, 0, ""},
7411 {"(*PipeReader).CloseWithError", Method, 0, ""},
7412 {"(*PipeReader).Read", Method, 0, ""},
7413 {"(*PipeWriter).Close", Method, 0, ""},
7414 {"(*PipeWriter).CloseWithError", Method, 0, ""},
7415 {"(*PipeWriter).Write", Method, 0, ""},
7416 {"(*SectionReader).Outer", Method, 22, ""},
7417 {"(*SectionReader).Read", Method, 0, ""},
7418 {"(*SectionReader).ReadAt", Method, 0, ""},
7419 {"(*SectionReader).Seek", Method, 0, ""},
7420 {"(*SectionReader).Size", Method, 0, ""},
7421 {"(ByteReader).ReadByte", Method, 0, ""},
7422 {"(ByteScanner).ReadByte", Method, 0, ""},
7423 {"(ByteScanner).UnreadByte", Method, 0, ""},
7424 {"(ByteWriter).WriteByte", Method, 1, ""},
7425 {"(Closer).Close", Method, 0, ""},
7426 {"(ReadCloser).Close", Method, 0, ""},
7427 {"(ReadCloser).Read", Method, 0, ""},
7428 {"(ReadSeekCloser).Close", Method, 16, ""},
7429 {"(ReadSeekCloser).Read", Method, 16, ""},
7430 {"(ReadSeekCloser).Seek", Method, 16, ""},
7431 {"(ReadSeeker).Read", Method, 0, ""},
7432 {"(ReadSeeker).Seek", Method, 0, ""},
7433 {"(ReadWriteCloser).Close", Method, 0, ""},
7434 {"(ReadWriteCloser).Read", Method, 0, ""},
7435 {"(ReadWriteCloser).Write", Method, 0, ""},
7436 {"(ReadWriteSeeker).Read", Method, 0, ""},
7437 {"(ReadWriteSeeker).Seek", Method, 0, ""},
7438 {"(ReadWriteSeeker).Write", Method, 0, ""},
7439 {"(ReadWriter).Read", Method, 0, ""},
7440 {"(ReadWriter).Write", Method, 0, ""},
7441 {"(Reader).Read", Method, 0, ""},
7442 {"(ReaderAt).ReadAt", Method, 0, ""},
7443 {"(ReaderFrom).ReadFrom", Method, 0, ""},
7444 {"(RuneReader).ReadRune", Method, 0, ""},
7445 {"(RuneScanner).ReadRune", Method, 0, ""},
7446 {"(RuneScanner).UnreadRune", Method, 0, ""},
7447 {"(Seeker).Seek", Method, 0, ""},
7448 {"(StringWriter).WriteString", Method, 12, ""},
7449 {"(WriteCloser).Close", Method, 0, ""},
7450 {"(WriteCloser).Write", Method, 0, ""},
7451 {"(WriteSeeker).Seek", Method, 0, ""},
7452 {"(WriteSeeker).Write", Method, 0, ""},
7453 {"(Writer).Write", Method, 0, ""},
7454 {"(WriterAt).WriteAt", Method, 0, ""},
7455 {"(WriterTo).WriteTo", Method, 0, ""},
7456 {"ByteReader", Type, 0, ""},
7457 {"ByteScanner", Type, 0, ""},
7458 {"ByteWriter", Type, 1, ""},
7459 {"Closer", Type, 0, ""},
7460 {"Copy", Func, 0, "func(dst Writer, src Reader) (written int64, err error)"},
7461 {"CopyBuffer", Func, 5, "func(dst Writer, src Reader, buf []byte) (written int64, err error)"},
7462 {"CopyN", Func, 0, "func(dst Writer, src Reader, n int64) (written int64, err error)"},
7463 {"Discard", Var, 16, ""},
7464 {"EOF", Var, 0, ""},
7465 {"ErrClosedPipe", Var, 0, ""},
7466 {"ErrNoProgress", Var, 1, ""},
7467 {"ErrShortBuffer", Var, 0, ""},
7468 {"ErrShortWrite", Var, 0, ""},
7469 {"ErrUnexpectedEOF", Var, 0, ""},
7470 {"LimitReader", Func, 0, "func(r Reader, n int64) Reader"},
7471 {"LimitedReader", Type, 0, ""},
7472 {"LimitedReader.N", Field, 0, ""},
7473 {"LimitedReader.R", Field, 0, ""},
7474 {"MultiReader", Func, 0, "func(readers ...Reader) Reader"},
7475 {"MultiWriter", Func, 0, "func(writers ...Writer) Writer"},
7476 {"NewOffsetWriter", Func, 20, "func(w WriterAt, off int64) *OffsetWriter"},
7477 {"NewSectionReader", Func, 0, "func(r ReaderAt, off int64, n int64) *SectionReader"},
7478 {"NopCloser", Func, 16, "func(r Reader) ReadCloser"},
7479 {"OffsetWriter", Type, 20, ""},
7480 {"Pipe", Func, 0, "func() (*PipeReader, *PipeWriter)"},
7481 {"PipeReader", Type, 0, ""},
7482 {"PipeWriter", Type, 0, ""},
7483 {"ReadAll", Func, 16, "func(r Reader) ([]byte, error)"},
7484 {"ReadAtLeast", Func, 0, "func(r Reader, buf []byte, min int) (n int, err error)"},
7485 {"ReadCloser", Type, 0, ""},
7486 {"ReadFull", Func, 0, "func(r Reader, buf []byte) (n int, err error)"},
7487 {"ReadSeekCloser", Type, 16, ""},
7488 {"ReadSeeker", Type, 0, ""},
7489 {"ReadWriteCloser", Type, 0, ""},
7490 {"ReadWriteSeeker", Type, 0, ""},
7491 {"ReadWriter", Type, 0, ""},
7492 {"Reader", Type, 0, ""},
7493 {"ReaderAt", Type, 0, ""},
7494 {"ReaderFrom", Type, 0, ""},
7495 {"RuneReader", Type, 0, ""},
7496 {"RuneScanner", Type, 0, ""},
7497 {"SectionReader", Type, 0, ""},
7498 {"SeekCurrent", Const, 7, ""},
7499 {"SeekEnd", Const, 7, ""},
7500 {"SeekStart", Const, 7, ""},
7501 {"Seeker", Type, 0, ""},
7502 {"StringWriter", Type, 12, ""},
7503 {"TeeReader", Func, 0, "func(r Reader, w Writer) Reader"},
7504 {"WriteCloser", Type, 0, ""},
7505 {"WriteSeeker", Type, 0, ""},
7506 {"WriteString", Func, 0, "func(w Writer, s string) (n int, err error)"},
7507 {"Writer", Type, 0, ""},
7508 {"WriterAt", Type, 0, ""},
7509 {"WriterTo", Type, 0, ""},
7510 },
7511 "io/fs": {
7512 {"(*PathError).Error", Method, 16, ""},
7513 {"(*PathError).Timeout", Method, 16, ""},
7514 {"(*PathError).Unwrap", Method, 16, ""},
7515 {"(DirEntry).Info", Method, 16, ""},
7516 {"(DirEntry).IsDir", Method, 16, ""},
7517 {"(DirEntry).Name", Method, 16, ""},
7518 {"(DirEntry).Type", Method, 16, ""},
7519 {"(FS).Open", Method, 16, ""},
7520 {"(File).Close", Method, 16, ""},
7521 {"(File).Read", Method, 16, ""},
7522 {"(File).Stat", Method, 16, ""},
7523 {"(FileInfo).IsDir", Method, 16, ""},
7524 {"(FileInfo).ModTime", Method, 16, ""},
7525 {"(FileInfo).Mode", Method, 16, ""},
7526 {"(FileInfo).Name", Method, 16, ""},
7527 {"(FileInfo).Size", Method, 16, ""},
7528 {"(FileInfo).Sys", Method, 16, ""},
7529 {"(FileMode).IsDir", Method, 16, ""},
7530 {"(FileMode).IsRegular", Method, 16, ""},
7531 {"(FileMode).Perm", Method, 16, ""},
7532 {"(FileMode).String", Method, 16, ""},
7533 {"(FileMode).Type", Method, 16, ""},
7534 {"(GlobFS).Glob", Method, 16, ""},
7535 {"(GlobFS).Open", Method, 16, ""},
7536 {"(ReadDirFS).Open", Method, 16, ""},
7537 {"(ReadDirFS).ReadDir", Method, 16, ""},
7538 {"(ReadDirFile).Close", Method, 16, ""},
7539 {"(ReadDirFile).Read", Method, 16, ""},
7540 {"(ReadDirFile).ReadDir", Method, 16, ""},
7541 {"(ReadDirFile).Stat", Method, 16, ""},
7542 {"(ReadFileFS).Open", Method, 16, ""},
7543 {"(ReadFileFS).ReadFile", Method, 16, ""},
7544 {"(ReadLinkFS).Lstat", Method, 25, ""},
7545 {"(ReadLinkFS).Open", Method, 25, ""},
7546 {"(ReadLinkFS).ReadLink", Method, 25, ""},
7547 {"(StatFS).Open", Method, 16, ""},
7548 {"(StatFS).Stat", Method, 16, ""},
7549 {"(SubFS).Open", Method, 16, ""},
7550 {"(SubFS).Sub", Method, 16, ""},
7551 {"DirEntry", Type, 16, ""},
7552 {"ErrClosed", Var, 16, ""},
7553 {"ErrExist", Var, 16, ""},
7554 {"ErrInvalid", Var, 16, ""},
7555 {"ErrNotExist", Var, 16, ""},
7556 {"ErrPermission", Var, 16, ""},
7557 {"FS", Type, 16, ""},
7558 {"File", Type, 16, ""},
7559 {"FileInfo", Type, 16, ""},
7560 {"FileInfoToDirEntry", Func, 17, "func(info FileInfo) DirEntry"},
7561 {"FileMode", Type, 16, ""},
7562 {"FormatDirEntry", Func, 21, "func(dir DirEntry) string"},
7563 {"FormatFileInfo", Func, 21, "func(info FileInfo) string"},
7564 {"Glob", Func, 16, "func(fsys FS, pattern string) (matches []string, err error)"},
7565 {"GlobFS", Type, 16, ""},
7566 {"Lstat", Func, 25, "func(fsys FS, name string) (FileInfo, error)"},
7567 {"ModeAppend", Const, 16, ""},
7568 {"ModeCharDevice", Const, 16, ""},
7569 {"ModeDevice", Const, 16, ""},
7570 {"ModeDir", Const, 16, ""},
7571 {"ModeExclusive", Const, 16, ""},
7572 {"ModeIrregular", Const, 16, ""},
7573 {"ModeNamedPipe", Const, 16, ""},
7574 {"ModePerm", Const, 16, ""},
7575 {"ModeSetgid", Const, 16, ""},
7576 {"ModeSetuid", Const, 16, ""},
7577 {"ModeSocket", Const, 16, ""},
7578 {"ModeSticky", Const, 16, ""},
7579 {"ModeSymlink", Const, 16, ""},
7580 {"ModeTemporary", Const, 16, ""},
7581 {"ModeType", Const, 16, ""},
7582 {"PathError", Type, 16, ""},
7583 {"PathError.Err", Field, 16, ""},
7584 {"PathError.Op", Field, 16, ""},
7585 {"PathError.Path", Field, 16, ""},
7586 {"ReadDir", Func, 16, "func(fsys FS, name string) ([]DirEntry, error)"},
7587 {"ReadDirFS", Type, 16, ""},
7588 {"ReadDirFile", Type, 16, ""},
7589 {"ReadFile", Func, 16, "func(fsys FS, name string) ([]byte, error)"},
7590 {"ReadFileFS", Type, 16, ""},
7591 {"ReadLink", Func, 25, "func(fsys FS, name string) (string, error)"},
7592 {"ReadLinkFS", Type, 25, ""},
7593 {"SkipAll", Var, 20, ""},
7594 {"SkipDir", Var, 16, ""},
7595 {"Stat", Func, 16, "func(fsys FS, name string) (FileInfo, error)"},
7596 {"StatFS", Type, 16, ""},
7597 {"Sub", Func, 16, "func(fsys FS, dir string) (FS, error)"},
7598 {"SubFS", Type, 16, ""},
7599 {"ValidPath", Func, 16, "func(name string) bool"},
7600 {"WalkDir", Func, 16, "func(fsys FS, root string, fn WalkDirFunc) error"},
7601 {"WalkDirFunc", Type, 16, ""},
7602 },
7603 "io/ioutil": {
7604 {"Discard", Var, 0, ""},
7605 {"NopCloser", Func, 0, "func(r io.Reader) io.ReadCloser"},
7606 {"ReadAll", Func, 0, "func(r io.Reader) ([]byte, error)"},
7607 {"ReadDir", Func, 0, "func(dirname string) ([]fs.FileInfo, error)"},
7608 {"ReadFile", Func, 0, "func(filename string) ([]byte, error)"},
7609 {"TempDir", Func, 0, "func(dir string, pattern string) (name string, err error)"},
7610 {"TempFile", Func, 0, "func(dir string, pattern string) (f *os.File, err error)"},
7611 {"WriteFile", Func, 0, "func(filename string, data []byte, perm fs.FileMode) error"},
7612 },
7613 "iter": {
7614 {"Pull", Func, 23, "func[V any](seq Seq[V]) (next func() (V, bool), stop func())"},
7615 {"Pull2", Func, 23, "func[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func())"},
7616 {"Seq", Type, 23, ""},
7617 {"Seq2", Type, 23, ""},
7618 },
7619 "log": {
7620 {"(*Logger).Fatal", Method, 0, ""},
7621 {"(*Logger).Fatalf", Method, 0, ""},
7622 {"(*Logger).Fatalln", Method, 0, ""},
7623 {"(*Logger).Flags", Method, 0, ""},
7624 {"(*Logger).Output", Method, 0, ""},
7625 {"(*Logger).Panic", Method, 0, ""},
7626 {"(*Logger).Panicf", Method, 0, ""},
7627 {"(*Logger).Panicln", Method, 0, ""},
7628 {"(*Logger).Prefix", Method, 0, ""},
7629 {"(*Logger).Print", Method, 0, ""},
7630 {"(*Logger).Printf", Method, 0, ""},
7631 {"(*Logger).Println", Method, 0, ""},
7632 {"(*Logger).SetFlags", Method, 0, ""},
7633 {"(*Logger).SetOutput", Method, 5, ""},
7634 {"(*Logger).SetPrefix", Method, 0, ""},
7635 {"(*Logger).Writer", Method, 12, ""},
7636 {"Default", Func, 16, "func() *Logger"},
7637 {"Fatal", Func, 0, "func(v ...any)"},
7638 {"Fatalf", Func, 0, "func(format string, v ...any)"},
7639 {"Fatalln", Func, 0, "func(v ...any)"},
7640 {"Flags", Func, 0, "func() int"},
7641 {"LUTC", Const, 5, ""},
7642 {"Ldate", Const, 0, ""},
7643 {"Llongfile", Const, 0, ""},
7644 {"Lmicroseconds", Const, 0, ""},
7645 {"Lmsgprefix", Const, 14, ""},
7646 {"Logger", Type, 0, ""},
7647 {"Lshortfile", Const, 0, ""},
7648 {"LstdFlags", Const, 0, ""},
7649 {"Ltime", Const, 0, ""},
7650 {"New", Func, 0, "func(out io.Writer, prefix string, flag int) *Logger"},
7651 {"Output", Func, 5, "func(calldepth int, s string) error"},
7652 {"Panic", Func, 0, "func(v ...any)"},
7653 {"Panicf", Func, 0, "func(format string, v ...any)"},
7654 {"Panicln", Func, 0, "func(v ...any)"},
7655 {"Prefix", Func, 0, "func() string"},
7656 {"Print", Func, 0, "func(v ...any)"},
7657 {"Printf", Func, 0, "func(format string, v ...any)"},
7658 {"Println", Func, 0, "func(v ...any)"},
7659 {"SetFlags", Func, 0, "func(flag int)"},
7660 {"SetOutput", Func, 0, "func(w io.Writer)"},
7661 {"SetPrefix", Func, 0, "func(prefix string)"},
7662 {"Writer", Func, 13, "func() io.Writer"},
7663 },
7664 "log/slog": {
7665 {"(*JSONHandler).Enabled", Method, 21, ""},
7666 {"(*JSONHandler).Handle", Method, 21, ""},
7667 {"(*JSONHandler).WithAttrs", Method, 21, ""},
7668 {"(*JSONHandler).WithGroup", Method, 21, ""},
7669 {"(*Level).UnmarshalJSON", Method, 21, ""},
7670 {"(*Level).UnmarshalText", Method, 21, ""},
7671 {"(*LevelVar).AppendText", Method, 24, ""},
7672 {"(*LevelVar).Level", Method, 21, ""},
7673 {"(*LevelVar).MarshalText", Method, 21, ""},
7674 {"(*LevelVar).Set", Method, 21, ""},
7675 {"(*LevelVar).String", Method, 21, ""},
7676 {"(*LevelVar).UnmarshalText", Method, 21, ""},
7677 {"(*Logger).Debug", Method, 21, ""},
7678 {"(*Logger).DebugContext", Method, 21, ""},
7679 {"(*Logger).Enabled", Method, 21, ""},
7680 {"(*Logger).Error", Method, 21, ""},
7681 {"(*Logger).ErrorContext", Method, 21, ""},
7682 {"(*Logger).Handler", Method, 21, ""},
7683 {"(*Logger).Info", Method, 21, ""},
7684 {"(*Logger).InfoContext", Method, 21, ""},
7685 {"(*Logger).Log", Method, 21, ""},
7686 {"(*Logger).LogAttrs", Method, 21, ""},
7687 {"(*Logger).Warn", Method, 21, ""},
7688 {"(*Logger).WarnContext", Method, 21, ""},
7689 {"(*Logger).With", Method, 21, ""},
7690 {"(*Logger).WithGroup", Method, 21, ""},
7691 {"(*MultiHandler).Enabled", Method, 26, ""},
7692 {"(*MultiHandler).Handle", Method, 26, ""},
7693 {"(*MultiHandler).WithAttrs", Method, 26, ""},
7694 {"(*MultiHandler).WithGroup", Method, 26, ""},
7695 {"(*Record).Add", Method, 21, ""},
7696 {"(*Record).AddAttrs", Method, 21, ""},
7697 {"(*TextHandler).Enabled", Method, 21, ""},
7698 {"(*TextHandler).Handle", Method, 21, ""},
7699 {"(*TextHandler).WithAttrs", Method, 21, ""},
7700 {"(*TextHandler).WithGroup", Method, 21, ""},
7701 {"(Attr).Equal", Method, 21, ""},
7702 {"(Attr).String", Method, 21, ""},
7703 {"(Handler).Enabled", Method, 21, ""},
7704 {"(Handler).Handle", Method, 21, ""},
7705 {"(Handler).WithAttrs", Method, 21, ""},
7706 {"(Handler).WithGroup", Method, 21, ""},
7707 {"(Kind).String", Method, 21, ""},
7708 {"(Level).AppendText", Method, 24, ""},
7709 {"(Level).Level", Method, 21, ""},
7710 {"(Level).MarshalJSON", Method, 21, ""},
7711 {"(Level).MarshalText", Method, 21, ""},
7712 {"(Level).String", Method, 21, ""},
7713 {"(Leveler).Level", Method, 21, ""},
7714 {"(LogValuer).LogValue", Method, 21, ""},
7715 {"(Record).Attrs", Method, 21, ""},
7716 {"(Record).Clone", Method, 21, ""},
7717 {"(Record).NumAttrs", Method, 21, ""},
7718 {"(Record).Source", Method, 25, ""},
7719 {"(Value).Any", Method, 21, ""},
7720 {"(Value).Bool", Method, 21, ""},
7721 {"(Value).Duration", Method, 21, ""},
7722 {"(Value).Equal", Method, 21, ""},
7723 {"(Value).Float64", Method, 21, ""},
7724 {"(Value).Group", Method, 21, ""},
7725 {"(Value).Int64", Method, 21, ""},
7726 {"(Value).Kind", Method, 21, ""},
7727 {"(Value).LogValuer", Method, 21, ""},
7728 {"(Value).Resolve", Method, 21, ""},
7729 {"(Value).String", Method, 21, ""},
7730 {"(Value).Time", Method, 21, ""},
7731 {"(Value).Uint64", Method, 21, ""},
7732 {"Any", Func, 21, "func(key string, value any) Attr"},
7733 {"AnyValue", Func, 21, "func(v any) Value"},
7734 {"Attr", Type, 21, ""},
7735 {"Attr.Key", Field, 21, ""},
7736 {"Attr.Value", Field, 21, ""},
7737 {"Bool", Func, 21, "func(key string, v bool) Attr"},
7738 {"BoolValue", Func, 21, "func(v bool) Value"},
7739 {"Debug", Func, 21, "func(msg string, args ...any)"},
7740 {"DebugContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7741 {"Default", Func, 21, "func() *Logger"},
7742 {"DiscardHandler", Var, 24, ""},
7743 {"Duration", Func, 21, "func(key string, v time.Duration) Attr"},
7744 {"DurationValue", Func, 21, "func(v time.Duration) Value"},
7745 {"Error", Func, 21, "func(msg string, args ...any)"},
7746 {"ErrorContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7747 {"Float64", Func, 21, "func(key string, v float64) Attr"},
7748 {"Float64Value", Func, 21, "func(v float64) Value"},
7749 {"Group", Func, 21, "func(key string, args ...any) Attr"},
7750 {"GroupAttrs", Func, 25, "func(key string, attrs ...Attr) Attr"},
7751 {"GroupValue", Func, 21, "func(as ...Attr) Value"},
7752 {"Handler", Type, 21, ""},
7753 {"HandlerOptions", Type, 21, ""},
7754 {"HandlerOptions.AddSource", Field, 21, ""},
7755 {"HandlerOptions.Level", Field, 21, ""},
7756 {"HandlerOptions.ReplaceAttr", Field, 21, ""},
7757 {"Info", Func, 21, "func(msg string, args ...any)"},
7758 {"InfoContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7759 {"Int", Func, 21, "func(key string, value int) Attr"},
7760 {"Int64", Func, 21, "func(key string, value int64) Attr"},
7761 {"Int64Value", Func, 21, "func(v int64) Value"},
7762 {"IntValue", Func, 21, "func(v int) Value"},
7763 {"JSONHandler", Type, 21, ""},
7764 {"Kind", Type, 21, ""},
7765 {"KindAny", Const, 21, ""},
7766 {"KindBool", Const, 21, ""},
7767 {"KindDuration", Const, 21, ""},
7768 {"KindFloat64", Const, 21, ""},
7769 {"KindGroup", Const, 21, ""},
7770 {"KindInt64", Const, 21, ""},
7771 {"KindLogValuer", Const, 21, ""},
7772 {"KindString", Const, 21, ""},
7773 {"KindTime", Const, 21, ""},
7774 {"KindUint64", Const, 21, ""},
7775 {"Level", Type, 21, ""},
7776 {"LevelDebug", Const, 21, ""},
7777 {"LevelError", Const, 21, ""},
7778 {"LevelInfo", Const, 21, ""},
7779 {"LevelKey", Const, 21, ""},
7780 {"LevelVar", Type, 21, ""},
7781 {"LevelWarn", Const, 21, ""},
7782 {"Leveler", Type, 21, ""},
7783 {"Log", Func, 21, "func(ctx context.Context, level Level, msg string, args ...any)"},
7784 {"LogAttrs", Func, 21, "func(ctx context.Context, level Level, msg string, attrs ...Attr)"},
7785 {"LogValuer", Type, 21, ""},
7786 {"Logger", Type, 21, ""},
7787 {"MessageKey", Const, 21, ""},
7788 {"MultiHandler", Type, 26, ""},
7789 {"New", Func, 21, "func(h Handler) *Logger"},
7790 {"NewJSONHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *JSONHandler"},
7791 {"NewLogLogger", Func, 21, "func(h Handler, level Level) *log.Logger"},
7792 {"NewMultiHandler", Func, 26, "func(handlers ...Handler) *MultiHandler"},
7793 {"NewRecord", Func, 21, "func(t time.Time, level Level, msg string, pc uintptr) Record"},
7794 {"NewTextHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *TextHandler"},
7795 {"Record", Type, 21, ""},
7796 {"Record.Level", Field, 21, ""},
7797 {"Record.Message", Field, 21, ""},
7798 {"Record.PC", Field, 21, ""},
7799 {"Record.Time", Field, 21, ""},
7800 {"SetDefault", Func, 21, "func(l *Logger)"},
7801 {"SetLogLoggerLevel", Func, 22, "func(level Level) (oldLevel Level)"},
7802 {"Source", Type, 21, ""},
7803 {"Source.File", Field, 21, ""},
7804 {"Source.Function", Field, 21, ""},
7805 {"Source.Line", Field, 21, ""},
7806 {"SourceKey", Const, 21, ""},
7807 {"String", Func, 21, "func(key string, value string) Attr"},
7808 {"StringValue", Func, 21, "func(value string) Value"},
7809 {"TextHandler", Type, 21, ""},
7810 {"Time", Func, 21, "func(key string, v time.Time) Attr"},
7811 {"TimeKey", Const, 21, ""},
7812 {"TimeValue", Func, 21, "func(v time.Time) Value"},
7813 {"Uint64", Func, 21, "func(key string, v uint64) Attr"},
7814 {"Uint64Value", Func, 21, "func(v uint64) Value"},
7815 {"Value", Type, 21, ""},
7816 {"Warn", Func, 21, "func(msg string, args ...any)"},
7817 {"WarnContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7818 {"With", Func, 21, "func(args ...any) *Logger"},
7819 },
7820 "log/syslog": {
7821 {"(*Writer).Alert", Method, 0, ""},
7822 {"(*Writer).Close", Method, 0, ""},
7823 {"(*Writer).Crit", Method, 0, ""},
7824 {"(*Writer).Debug", Method, 0, ""},
7825 {"(*Writer).Emerg", Method, 0, ""},
7826 {"(*Writer).Err", Method, 0, ""},
7827 {"(*Writer).Info", Method, 0, ""},
7828 {"(*Writer).Notice", Method, 0, ""},
7829 {"(*Writer).Warning", Method, 0, ""},
7830 {"(*Writer).Write", Method, 0, ""},
7831 {"Dial", Func, 0, "func(network string, raddr string, priority Priority, tag string) (*Writer, error)"},
7832 {"LOG_ALERT", Const, 0, ""},
7833 {"LOG_AUTH", Const, 1, ""},
7834 {"LOG_AUTHPRIV", Const, 1, ""},
7835 {"LOG_CRIT", Const, 0, ""},
7836 {"LOG_CRON", Const, 1, ""},
7837 {"LOG_DAEMON", Const, 1, ""},
7838 {"LOG_DEBUG", Const, 0, ""},
7839 {"LOG_EMERG", Const, 0, ""},
7840 {"LOG_ERR", Const, 0, ""},
7841 {"LOG_FTP", Const, 1, ""},
7842 {"LOG_INFO", Const, 0, ""},
7843 {"LOG_KERN", Const, 1, ""},
7844 {"LOG_LOCAL0", Const, 1, ""},
7845 {"LOG_LOCAL1", Const, 1, ""},
7846 {"LOG_LOCAL2", Const, 1, ""},
7847 {"LOG_LOCAL3", Const, 1, ""},
7848 {"LOG_LOCAL4", Const, 1, ""},
7849 {"LOG_LOCAL5", Const, 1, ""},
7850 {"LOG_LOCAL6", Const, 1, ""},
7851 {"LOG_LOCAL7", Const, 1, ""},
7852 {"LOG_LPR", Const, 1, ""},
7853 {"LOG_MAIL", Const, 1, ""},
7854 {"LOG_NEWS", Const, 1, ""},
7855 {"LOG_NOTICE", Const, 0, ""},
7856 {"LOG_SYSLOG", Const, 1, ""},
7857 {"LOG_USER", Const, 1, ""},
7858 {"LOG_UUCP", Const, 1, ""},
7859 {"LOG_WARNING", Const, 0, ""},
7860 {"New", Func, 0, "func(priority Priority, tag string) (*Writer, error)"},
7861 {"NewLogger", Func, 0, "func(p Priority, logFlag int) (*log.Logger, error)"},
7862 {"Priority", Type, 0, ""},
7863 {"Writer", Type, 0, ""},
7864 },
7865 "maps": {
7866 {"All", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V]"},
7867 {"Clone", Func, 21, "func[M ~map[K]V, K comparable, V any](m M) M"},
7868 {"Collect", Func, 23, "func[K comparable, V any](seq iter.Seq2[K, V]) map[K]V"},
7869 {"Copy", Func, 21, "func[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)"},
7870 {"DeleteFunc", Func, 21, "func[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool)"},
7871 {"Equal", Func, 21, "func[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool"},
7872 {"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"},
7873 {"Insert", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V])"},
7874 {"Keys", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[K]"},
7875 {"Values", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[V]"},
7876 },
7877 "math": {
7878 {"Abs", Func, 0, "func(x float64) float64"},
7879 {"Acos", Func, 0, "func(x float64) float64"},
7880 {"Acosh", Func, 0, "func(x float64) float64"},
7881 {"Asin", Func, 0, "func(x float64) float64"},
7882 {"Asinh", Func, 0, "func(x float64) float64"},
7883 {"Atan", Func, 0, "func(x float64) float64"},
7884 {"Atan2", Func, 0, "func(y float64, x float64) float64"},
7885 {"Atanh", Func, 0, "func(x float64) float64"},
7886 {"Cbrt", Func, 0, "func(x float64) float64"},
7887 {"Ceil", Func, 0, "func(x float64) float64"},
7888 {"Copysign", Func, 0, "func(f float64, sign float64) float64"},
7889 {"Cos", Func, 0, "func(x float64) float64"},
7890 {"Cosh", Func, 0, "func(x float64) float64"},
7891 {"Dim", Func, 0, "func(x float64, y float64) float64"},
7892 {"E", Const, 0, ""},
7893 {"Erf", Func, 0, "func(x float64) float64"},
7894 {"Erfc", Func, 0, "func(x float64) float64"},
7895 {"Erfcinv", Func, 10, "func(x float64) float64"},
7896 {"Erfinv", Func, 10, "func(x float64) float64"},
7897 {"Exp", Func, 0, "func(x float64) float64"},
7898 {"Exp2", Func, 0, "func(x float64) float64"},
7899 {"Expm1", Func, 0, "func(x float64) float64"},
7900 {"FMA", Func, 14, "func(x float64, y float64, z float64) float64"},
7901 {"Float32bits", Func, 0, "func(f float32) uint32"},
7902 {"Float32frombits", Func, 0, "func(b uint32) float32"},
7903 {"Float64bits", Func, 0, "func(f float64) uint64"},
7904 {"Float64frombits", Func, 0, "func(b uint64) float64"},
7905 {"Floor", Func, 0, "func(x float64) float64"},
7906 {"Frexp", Func, 0, "func(f float64) (frac float64, exp int)"},
7907 {"Gamma", Func, 0, "func(x float64) float64"},
7908 {"Hypot", Func, 0, "func(p float64, q float64) float64"},
7909 {"Ilogb", Func, 0, "func(x float64) int"},
7910 {"Inf", Func, 0, "func(sign int) float64"},
7911 {"IsInf", Func, 0, "func(f float64, sign int) bool"},
7912 {"IsNaN", Func, 0, "func(f float64) (is bool)"},
7913 {"J0", Func, 0, "func(x float64) float64"},
7914 {"J1", Func, 0, "func(x float64) float64"},
7915 {"Jn", Func, 0, "func(n int, x float64) float64"},
7916 {"Ldexp", Func, 0, "func(frac float64, exp int) float64"},
7917 {"Lgamma", Func, 0, "func(x float64) (lgamma float64, sign int)"},
7918 {"Ln10", Const, 0, ""},
7919 {"Ln2", Const, 0, ""},
7920 {"Log", Func, 0, "func(x float64) float64"},
7921 {"Log10", Func, 0, "func(x float64) float64"},
7922 {"Log10E", Const, 0, ""},
7923 {"Log1p", Func, 0, "func(x float64) float64"},
7924 {"Log2", Func, 0, "func(x float64) float64"},
7925 {"Log2E", Const, 0, ""},
7926 {"Logb", Func, 0, "func(x float64) float64"},
7927 {"Max", Func, 0, "func(x float64, y float64) float64"},
7928 {"MaxFloat32", Const, 0, ""},
7929 {"MaxFloat64", Const, 0, ""},
7930 {"MaxInt", Const, 17, ""},
7931 {"MaxInt16", Const, 0, ""},
7932 {"MaxInt32", Const, 0, ""},
7933 {"MaxInt64", Const, 0, ""},
7934 {"MaxInt8", Const, 0, ""},
7935 {"MaxUint", Const, 17, ""},
7936 {"MaxUint16", Const, 0, ""},
7937 {"MaxUint32", Const, 0, ""},
7938 {"MaxUint64", Const, 0, ""},
7939 {"MaxUint8", Const, 0, ""},
7940 {"Min", Func, 0, "func(x float64, y float64) float64"},
7941 {"MinInt", Const, 17, ""},
7942 {"MinInt16", Const, 0, ""},
7943 {"MinInt32", Const, 0, ""},
7944 {"MinInt64", Const, 0, ""},
7945 {"MinInt8", Const, 0, ""},
7946 {"Mod", Func, 0, "func(x float64, y float64) float64"},
7947 {"Modf", Func, 0, "func(f float64) (integer float64, fractional float64)"},
7948 {"NaN", Func, 0, "func() float64"},
7949 {"Nextafter", Func, 0, "func(x float64, y float64) (r float64)"},
7950 {"Nextafter32", Func, 4, "func(x float32, y float32) (r float32)"},
7951 {"Phi", Const, 0, ""},
7952 {"Pi", Const, 0, ""},
7953 {"Pow", Func, 0, "func(x float64, y float64) float64"},
7954 {"Pow10", Func, 0, "func(n int) float64"},
7955 {"Remainder", Func, 0, "func(x float64, y float64) float64"},
7956 {"Round", Func, 10, "func(x float64) float64"},
7957 {"RoundToEven", Func, 10, "func(x float64) float64"},
7958 {"Signbit", Func, 0, "func(x float64) bool"},
7959 {"Sin", Func, 0, "func(x float64) float64"},
7960 {"Sincos", Func, 0, "func(x float64) (sin float64, cos float64)"},
7961 {"Sinh", Func, 0, "func(x float64) float64"},
7962 {"SmallestNonzeroFloat32", Const, 0, ""},
7963 {"SmallestNonzeroFloat64", Const, 0, ""},
7964 {"Sqrt", Func, 0, "func(x float64) float64"},
7965 {"Sqrt2", Const, 0, ""},
7966 {"SqrtE", Const, 0, ""},
7967 {"SqrtPhi", Const, 0, ""},
7968 {"SqrtPi", Const, 0, ""},
7969 {"Tan", Func, 0, "func(x float64) float64"},
7970 {"Tanh", Func, 0, "func(x float64) float64"},
7971 {"Trunc", Func, 0, "func(x float64) float64"},
7972 {"Y0", Func, 0, "func(x float64) float64"},
7973 {"Y1", Func, 0, "func(x float64) float64"},
7974 {"Yn", Func, 0, "func(n int, x float64) float64"},
7975 },
7976 "math/big": {
7977 {"(*Float).Abs", Method, 5, ""},
7978 {"(*Float).Acc", Method, 5, ""},
7979 {"(*Float).Add", Method, 5, ""},
7980 {"(*Float).Append", Method, 5, ""},
7981 {"(*Float).AppendText", Method, 24, ""},
7982 {"(*Float).Cmp", Method, 5, ""},
7983 {"(*Float).Copy", Method, 5, ""},
7984 {"(*Float).Float32", Method, 5, ""},
7985 {"(*Float).Float64", Method, 5, ""},
7986 {"(*Float).Format", Method, 5, ""},
7987 {"(*Float).GobDecode", Method, 7, ""},
7988 {"(*Float).GobEncode", Method, 7, ""},
7989 {"(*Float).Int", Method, 5, ""},
7990 {"(*Float).Int64", Method, 5, ""},
7991 {"(*Float).IsInf", Method, 5, ""},
7992 {"(*Float).IsInt", Method, 5, ""},
7993 {"(*Float).MantExp", Method, 5, ""},
7994 {"(*Float).MarshalText", Method, 6, ""},
7995 {"(*Float).MinPrec", Method, 5, ""},
7996 {"(*Float).Mode", Method, 5, ""},
7997 {"(*Float).Mul", Method, 5, ""},
7998 {"(*Float).Neg", Method, 5, ""},
7999 {"(*Float).Parse", Method, 5, ""},
8000 {"(*Float).Prec", Method, 5, ""},
8001 {"(*Float).Quo", Method, 5, ""},
8002 {"(*Float).Rat", Method, 5, ""},
8003 {"(*Float).Scan", Method, 8, ""},
8004 {"(*Float).Set", Method, 5, ""},
8005 {"(*Float).SetFloat64", Method, 5, ""},
8006 {"(*Float).SetInf", Method, 5, ""},
8007 {"(*Float).SetInt", Method, 5, ""},
8008 {"(*Float).SetInt64", Method, 5, ""},
8009 {"(*Float).SetMantExp", Method, 5, ""},
8010 {"(*Float).SetMode", Method, 5, ""},
8011 {"(*Float).SetPrec", Method, 5, ""},
8012 {"(*Float).SetRat", Method, 5, ""},
8013 {"(*Float).SetString", Method, 5, ""},
8014 {"(*Float).SetUint64", Method, 5, ""},
8015 {"(*Float).Sign", Method, 5, ""},
8016 {"(*Float).Signbit", Method, 5, ""},
8017 {"(*Float).Sqrt", Method, 10, ""},
8018 {"(*Float).String", Method, 5, ""},
8019 {"(*Float).Sub", Method, 5, ""},
8020 {"(*Float).Text", Method, 5, ""},
8021 {"(*Float).Uint64", Method, 5, ""},
8022 {"(*Float).UnmarshalText", Method, 6, ""},
8023 {"(*Int).Abs", Method, 0, ""},
8024 {"(*Int).Add", Method, 0, ""},
8025 {"(*Int).And", Method, 0, ""},
8026 {"(*Int).AndNot", Method, 0, ""},
8027 {"(*Int).Append", Method, 6, ""},
8028 {"(*Int).AppendText", Method, 24, ""},
8029 {"(*Int).Binomial", Method, 0, ""},
8030 {"(*Int).Bit", Method, 0, ""},
8031 {"(*Int).BitLen", Method, 0, ""},
8032 {"(*Int).Bits", Method, 0, ""},
8033 {"(*Int).Bytes", Method, 0, ""},
8034 {"(*Int).Cmp", Method, 0, ""},
8035 {"(*Int).CmpAbs", Method, 10, ""},
8036 {"(*Int).Div", Method, 0, ""},
8037 {"(*Int).DivMod", Method, 0, ""},
8038 {"(*Int).Exp", Method, 0, ""},
8039 {"(*Int).FillBytes", Method, 15, ""},
8040 {"(*Int).Float64", Method, 21, ""},
8041 {"(*Int).Format", Method, 0, ""},
8042 {"(*Int).GCD", Method, 0, ""},
8043 {"(*Int).GobDecode", Method, 0, ""},
8044 {"(*Int).GobEncode", Method, 0, ""},
8045 {"(*Int).Int64", Method, 0, ""},
8046 {"(*Int).IsInt64", Method, 9, ""},
8047 {"(*Int).IsUint64", Method, 9, ""},
8048 {"(*Int).Lsh", Method, 0, ""},
8049 {"(*Int).MarshalJSON", Method, 1, ""},
8050 {"(*Int).MarshalText", Method, 3, ""},
8051 {"(*Int).Mod", Method, 0, ""},
8052 {"(*Int).ModInverse", Method, 0, ""},
8053 {"(*Int).ModSqrt", Method, 5, ""},
8054 {"(*Int).Mul", Method, 0, ""},
8055 {"(*Int).MulRange", Method, 0, ""},
8056 {"(*Int).Neg", Method, 0, ""},
8057 {"(*Int).Not", Method, 0, ""},
8058 {"(*Int).Or", Method, 0, ""},
8059 {"(*Int).ProbablyPrime", Method, 0, ""},
8060 {"(*Int).Quo", Method, 0, ""},
8061 {"(*Int).QuoRem", Method, 0, ""},
8062 {"(*Int).Rand", Method, 0, ""},
8063 {"(*Int).Rem", Method, 0, ""},
8064 {"(*Int).Rsh", Method, 0, ""},
8065 {"(*Int).Scan", Method, 0, ""},
8066 {"(*Int).Set", Method, 0, ""},
8067 {"(*Int).SetBit", Method, 0, ""},
8068 {"(*Int).SetBits", Method, 0, ""},
8069 {"(*Int).SetBytes", Method, 0, ""},
8070 {"(*Int).SetInt64", Method, 0, ""},
8071 {"(*Int).SetString", Method, 0, ""},
8072 {"(*Int).SetUint64", Method, 1, ""},
8073 {"(*Int).Sign", Method, 0, ""},
8074 {"(*Int).Sqrt", Method, 8, ""},
8075 {"(*Int).String", Method, 0, ""},
8076 {"(*Int).Sub", Method, 0, ""},
8077 {"(*Int).Text", Method, 6, ""},
8078 {"(*Int).TrailingZeroBits", Method, 13, ""},
8079 {"(*Int).Uint64", Method, 1, ""},
8080 {"(*Int).UnmarshalJSON", Method, 1, ""},
8081 {"(*Int).UnmarshalText", Method, 3, ""},
8082 {"(*Int).Xor", Method, 0, ""},
8083 {"(*Rat).Abs", Method, 0, ""},
8084 {"(*Rat).Add", Method, 0, ""},
8085 {"(*Rat).AppendText", Method, 24, ""},
8086 {"(*Rat).Cmp", Method, 0, ""},
8087 {"(*Rat).Denom", Method, 0, ""},
8088 {"(*Rat).Float32", Method, 4, ""},
8089 {"(*Rat).Float64", Method, 1, ""},
8090 {"(*Rat).FloatPrec", Method, 22, ""},
8091 {"(*Rat).FloatString", Method, 0, ""},
8092 {"(*Rat).GobDecode", Method, 0, ""},
8093 {"(*Rat).GobEncode", Method, 0, ""},
8094 {"(*Rat).Inv", Method, 0, ""},
8095 {"(*Rat).IsInt", Method, 0, ""},
8096 {"(*Rat).MarshalText", Method, 3, ""},
8097 {"(*Rat).Mul", Method, 0, ""},
8098 {"(*Rat).Neg", Method, 0, ""},
8099 {"(*Rat).Num", Method, 0, ""},
8100 {"(*Rat).Quo", Method, 0, ""},
8101 {"(*Rat).RatString", Method, 0, ""},
8102 {"(*Rat).Scan", Method, 0, ""},
8103 {"(*Rat).Set", Method, 0, ""},
8104 {"(*Rat).SetFloat64", Method, 1, ""},
8105 {"(*Rat).SetFrac", Method, 0, ""},
8106 {"(*Rat).SetFrac64", Method, 0, ""},
8107 {"(*Rat).SetInt", Method, 0, ""},
8108 {"(*Rat).SetInt64", Method, 0, ""},
8109 {"(*Rat).SetString", Method, 0, ""},
8110 {"(*Rat).SetUint64", Method, 13, ""},
8111 {"(*Rat).Sign", Method, 0, ""},
8112 {"(*Rat).String", Method, 0, ""},
8113 {"(*Rat).Sub", Method, 0, ""},
8114 {"(*Rat).UnmarshalText", Method, 3, ""},
8115 {"(Accuracy).String", Method, 5, ""},
8116 {"(ErrNaN).Error", Method, 5, ""},
8117 {"(RoundingMode).String", Method, 5, ""},
8118 {"Above", Const, 5, ""},
8119 {"Accuracy", Type, 5, ""},
8120 {"AwayFromZero", Const, 5, ""},
8121 {"Below", Const, 5, ""},
8122 {"ErrNaN", Type, 5, ""},
8123 {"Exact", Const, 5, ""},
8124 {"Float", Type, 5, ""},
8125 {"Int", Type, 0, ""},
8126 {"Jacobi", Func, 5, "func(x *Int, y *Int) int"},
8127 {"MaxBase", Const, 0, ""},
8128 {"MaxExp", Const, 5, ""},
8129 {"MaxPrec", Const, 5, ""},
8130 {"MinExp", Const, 5, ""},
8131 {"NewFloat", Func, 5, "func(x float64) *Float"},
8132 {"NewInt", Func, 0, "func(x int64) *Int"},
8133 {"NewRat", Func, 0, "func(a int64, b int64) *Rat"},
8134 {"ParseFloat", Func, 5, "func(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error)"},
8135 {"Rat", Type, 0, ""},
8136 {"RoundingMode", Type, 5, ""},
8137 {"ToNearestAway", Const, 5, ""},
8138 {"ToNearestEven", Const, 5, ""},
8139 {"ToNegativeInf", Const, 5, ""},
8140 {"ToPositiveInf", Const, 5, ""},
8141 {"ToZero", Const, 5, ""},
8142 {"Word", Type, 0, ""},
8143 },
8144 "math/bits": {
8145 {"Add", Func, 12, "func(x uint, y uint, carry uint) (sum uint, carryOut uint)"},
8146 {"Add32", Func, 12, "func(x uint32, y uint32, carry uint32) (sum uint32, carryOut uint32)"},
8147 {"Add64", Func, 12, "func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)"},
8148 {"Div", Func, 12, "func(hi uint, lo uint, y uint) (quo uint, rem uint)"},
8149 {"Div32", Func, 12, "func(hi uint32, lo uint32, y uint32) (quo uint32, rem uint32)"},
8150 {"Div64", Func, 12, "func(hi uint64, lo uint64, y uint64) (quo uint64, rem uint64)"},
8151 {"LeadingZeros", Func, 9, "func(x uint) int"},
8152 {"LeadingZeros16", Func, 9, "func(x uint16) int"},
8153 {"LeadingZeros32", Func, 9, "func(x uint32) int"},
8154 {"LeadingZeros64", Func, 9, "func(x uint64) int"},
8155 {"LeadingZeros8", Func, 9, "func(x uint8) int"},
8156 {"Len", Func, 9, "func(x uint) int"},
8157 {"Len16", Func, 9, "func(x uint16) (n int)"},
8158 {"Len32", Func, 9, "func(x uint32) (n int)"},
8159 {"Len64", Func, 9, "func(x uint64) (n int)"},
8160 {"Len8", Func, 9, "func(x uint8) int"},
8161 {"Mul", Func, 12, "func(x uint, y uint) (hi uint, lo uint)"},
8162 {"Mul32", Func, 12, "func(x uint32, y uint32) (hi uint32, lo uint32)"},
8163 {"Mul64", Func, 12, "func(x uint64, y uint64) (hi uint64, lo uint64)"},
8164 {"OnesCount", Func, 9, "func(x uint) int"},
8165 {"OnesCount16", Func, 9, "func(x uint16) int"},
8166 {"OnesCount32", Func, 9, "func(x uint32) int"},
8167 {"OnesCount64", Func, 9, "func(x uint64) int"},
8168 {"OnesCount8", Func, 9, "func(x uint8) int"},
8169 {"Rem", Func, 14, "func(hi uint, lo uint, y uint) uint"},
8170 {"Rem32", Func, 14, "func(hi uint32, lo uint32, y uint32) uint32"},
8171 {"Rem64", Func, 14, "func(hi uint64, lo uint64, y uint64) uint64"},
8172 {"Reverse", Func, 9, "func(x uint) uint"},
8173 {"Reverse16", Func, 9, "func(x uint16) uint16"},
8174 {"Reverse32", Func, 9, "func(x uint32) uint32"},
8175 {"Reverse64", Func, 9, "func(x uint64) uint64"},
8176 {"Reverse8", Func, 9, "func(x uint8) uint8"},
8177 {"ReverseBytes", Func, 9, "func(x uint) uint"},
8178 {"ReverseBytes16", Func, 9, "func(x uint16) uint16"},
8179 {"ReverseBytes32", Func, 9, "func(x uint32) uint32"},
8180 {"ReverseBytes64", Func, 9, "func(x uint64) uint64"},
8181 {"RotateLeft", Func, 9, "func(x uint, k int) uint"},
8182 {"RotateLeft16", Func, 9, "func(x uint16, k int) uint16"},
8183 {"RotateLeft32", Func, 9, "func(x uint32, k int) uint32"},
8184 {"RotateLeft64", Func, 9, "func(x uint64, k int) uint64"},
8185 {"RotateLeft8", Func, 9, "func(x uint8, k int) uint8"},
8186 {"Sub", Func, 12, "func(x uint, y uint, borrow uint) (diff uint, borrowOut uint)"},
8187 {"Sub32", Func, 12, "func(x uint32, y uint32, borrow uint32) (diff uint32, borrowOut uint32)"},
8188 {"Sub64", Func, 12, "func(x uint64, y uint64, borrow uint64) (diff uint64, borrowOut uint64)"},
8189 {"TrailingZeros", Func, 9, "func(x uint) int"},
8190 {"TrailingZeros16", Func, 9, "func(x uint16) int"},
8191 {"TrailingZeros32", Func, 9, "func(x uint32) int"},
8192 {"TrailingZeros64", Func, 9, "func(x uint64) int"},
8193 {"TrailingZeros8", Func, 9, "func(x uint8) int"},
8194 {"UintSize", Const, 9, ""},
8195 },
8196 "math/cmplx": {
8197 {"Abs", Func, 0, "func(x complex128) float64"},
8198 {"Acos", Func, 0, "func(x complex128) complex128"},
8199 {"Acosh", Func, 0, "func(x complex128) complex128"},
8200 {"Asin", Func, 0, "func(x complex128) complex128"},
8201 {"Asinh", Func, 0, "func(x complex128) complex128"},
8202 {"Atan", Func, 0, "func(x complex128) complex128"},
8203 {"Atanh", Func, 0, "func(x complex128) complex128"},
8204 {"Conj", Func, 0, "func(x complex128) complex128"},
8205 {"Cos", Func, 0, "func(x complex128) complex128"},
8206 {"Cosh", Func, 0, "func(x complex128) complex128"},
8207 {"Cot", Func, 0, "func(x complex128) complex128"},
8208 {"Exp", Func, 0, "func(x complex128) complex128"},
8209 {"Inf", Func, 0, "func() complex128"},
8210 {"IsInf", Func, 0, "func(x complex128) bool"},
8211 {"IsNaN", Func, 0, "func(x complex128) bool"},
8212 {"Log", Func, 0, "func(x complex128) complex128"},
8213 {"Log10", Func, 0, "func(x complex128) complex128"},
8214 {"NaN", Func, 0, "func() complex128"},
8215 {"Phase", Func, 0, "func(x complex128) float64"},
8216 {"Polar", Func, 0, "func(x complex128) (r float64, θ float64)"},
8217 {"Pow", Func, 0, "func(x complex128, y complex128) complex128"},
8218 {"Rect", Func, 0, "func(r float64, θ float64) complex128"},
8219 {"Sin", Func, 0, "func(x complex128) complex128"},
8220 {"Sinh", Func, 0, "func(x complex128) complex128"},
8221 {"Sqrt", Func, 0, "func(x complex128) complex128"},
8222 {"Tan", Func, 0, "func(x complex128) complex128"},
8223 {"Tanh", Func, 0, "func(x complex128) complex128"},
8224 },
8225 "math/rand": {
8226 {"(*Rand).ExpFloat64", Method, 0, ""},
8227 {"(*Rand).Float32", Method, 0, ""},
8228 {"(*Rand).Float64", Method, 0, ""},
8229 {"(*Rand).Int", Method, 0, ""},
8230 {"(*Rand).Int31", Method, 0, ""},
8231 {"(*Rand).Int31n", Method, 0, ""},
8232 {"(*Rand).Int63", Method, 0, ""},
8233 {"(*Rand).Int63n", Method, 0, ""},
8234 {"(*Rand).Intn", Method, 0, ""},
8235 {"(*Rand).NormFloat64", Method, 0, ""},
8236 {"(*Rand).Perm", Method, 0, ""},
8237 {"(*Rand).Read", Method, 6, ""},
8238 {"(*Rand).Seed", Method, 0, ""},
8239 {"(*Rand).Shuffle", Method, 10, ""},
8240 {"(*Rand).Uint32", Method, 0, ""},
8241 {"(*Rand).Uint64", Method, 8, ""},
8242 {"(*Zipf).Uint64", Method, 0, ""},
8243 {"(Source).Int63", Method, 0, ""},
8244 {"(Source).Seed", Method, 0, ""},
8245 {"(Source64).Int63", Method, 8, ""},
8246 {"(Source64).Seed", Method, 8, ""},
8247 {"(Source64).Uint64", Method, 8, ""},
8248 {"ExpFloat64", Func, 0, "func() float64"},
8249 {"Float32", Func, 0, "func() float32"},
8250 {"Float64", Func, 0, "func() float64"},
8251 {"Int", Func, 0, "func() int"},
8252 {"Int31", Func, 0, "func() int32"},
8253 {"Int31n", Func, 0, "func(n int32) int32"},
8254 {"Int63", Func, 0, "func() int64"},
8255 {"Int63n", Func, 0, "func(n int64) int64"},
8256 {"Intn", Func, 0, "func(n int) int"},
8257 {"New", Func, 0, "func(src Source) *Rand"},
8258 {"NewSource", Func, 0, "func(seed int64) Source"},
8259 {"NewZipf", Func, 0, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
8260 {"NormFloat64", Func, 0, "func() float64"},
8261 {"Perm", Func, 0, "func(n int) []int"},
8262 {"Rand", Type, 0, ""},
8263 {"Read", Func, 6, "func(p []byte) (n int, err error)"},
8264 {"Seed", Func, 0, "func(seed int64)"},
8265 {"Shuffle", Func, 10, "func(n int, swap func(i int, j int))"},
8266 {"Source", Type, 0, ""},
8267 {"Source64", Type, 8, ""},
8268 {"Uint32", Func, 0, "func() uint32"},
8269 {"Uint64", Func, 8, "func() uint64"},
8270 {"Zipf", Type, 0, ""},
8271 },
8272 "math/rand/v2": {
8273 {"(*ChaCha8).AppendBinary", Method, 24, ""},
8274 {"(*ChaCha8).MarshalBinary", Method, 22, ""},
8275 {"(*ChaCha8).Read", Method, 23, ""},
8276 {"(*ChaCha8).Seed", Method, 22, ""},
8277 {"(*ChaCha8).Uint64", Method, 22, ""},
8278 {"(*ChaCha8).UnmarshalBinary", Method, 22, ""},
8279 {"(*PCG).AppendBinary", Method, 24, ""},
8280 {"(*PCG).MarshalBinary", Method, 22, ""},
8281 {"(*PCG).Seed", Method, 22, ""},
8282 {"(*PCG).Uint64", Method, 22, ""},
8283 {"(*PCG).UnmarshalBinary", Method, 22, ""},
8284 {"(*Rand).ExpFloat64", Method, 22, ""},
8285 {"(*Rand).Float32", Method, 22, ""},
8286 {"(*Rand).Float64", Method, 22, ""},
8287 {"(*Rand).Int", Method, 22, ""},
8288 {"(*Rand).Int32", Method, 22, ""},
8289 {"(*Rand).Int32N", Method, 22, ""},
8290 {"(*Rand).Int64", Method, 22, ""},
8291 {"(*Rand).Int64N", Method, 22, ""},
8292 {"(*Rand).IntN", Method, 22, ""},
8293 {"(*Rand).NormFloat64", Method, 22, ""},
8294 {"(*Rand).Perm", Method, 22, ""},
8295 {"(*Rand).Shuffle", Method, 22, ""},
8296 {"(*Rand).Uint", Method, 23, ""},
8297 {"(*Rand).Uint32", Method, 22, ""},
8298 {"(*Rand).Uint32N", Method, 22, ""},
8299 {"(*Rand).Uint64", Method, 22, ""},
8300 {"(*Rand).Uint64N", Method, 22, ""},
8301 {"(*Rand).UintN", Method, 22, ""},
8302 {"(*Zipf).Uint64", Method, 22, ""},
8303 {"(Source).Uint64", Method, 22, ""},
8304 {"ChaCha8", Type, 22, ""},
8305 {"ExpFloat64", Func, 22, "func() float64"},
8306 {"Float32", Func, 22, "func() float32"},
8307 {"Float64", Func, 22, "func() float64"},
8308 {"Int", Func, 22, "func() int"},
8309 {"Int32", Func, 22, "func() int32"},
8310 {"Int32N", Func, 22, "func(n int32) int32"},
8311 {"Int64", Func, 22, "func() int64"},
8312 {"Int64N", Func, 22, "func(n int64) int64"},
8313 {"IntN", Func, 22, "func(n int) int"},
8314 {"N", Func, 22, "func[Int intType](n Int) Int"},
8315 {"New", Func, 22, "func(src Source) *Rand"},
8316 {"NewChaCha8", Func, 22, "func(seed [32]byte) *ChaCha8"},
8317 {"NewPCG", Func, 22, "func(seed1 uint64, seed2 uint64) *PCG"},
8318 {"NewZipf", Func, 22, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
8319 {"NormFloat64", Func, 22, "func() float64"},
8320 {"PCG", Type, 22, ""},
8321 {"Perm", Func, 22, "func(n int) []int"},
8322 {"Rand", Type, 22, ""},
8323 {"Shuffle", Func, 22, "func(n int, swap func(i int, j int))"},
8324 {"Source", Type, 22, ""},
8325 {"Uint", Func, 23, "func() uint"},
8326 {"Uint32", Func, 22, "func() uint32"},
8327 {"Uint32N", Func, 22, "func(n uint32) uint32"},
8328 {"Uint64", Func, 22, "func() uint64"},
8329 {"Uint64N", Func, 22, "func(n uint64) uint64"},
8330 {"UintN", Func, 22, "func(n uint) uint"},
8331 {"Zipf", Type, 22, ""},
8332 },
8333 "mime": {
8334 {"(*WordDecoder).Decode", Method, 5, ""},
8335 {"(*WordDecoder).DecodeHeader", Method, 5, ""},
8336 {"(WordEncoder).Encode", Method, 5, ""},
8337 {"AddExtensionType", Func, 0, "func(ext string, typ string) error"},
8338 {"BEncoding", Const, 5, ""},
8339 {"ErrInvalidMediaParameter", Var, 9, ""},
8340 {"ExtensionsByType", Func, 5, "func(typ string) ([]string, error)"},
8341 {"FormatMediaType", Func, 0, "func(t string, param map[string]string) string"},
8342 {"ParseMediaType", Func, 0, "func(v string) (mediatype string, params map[string]string, err error)"},
8343 {"QEncoding", Const, 5, ""},
8344 {"TypeByExtension", Func, 0, "func(ext string) string"},
8345 {"WordDecoder", Type, 5, ""},
8346 {"WordDecoder.CharsetReader", Field, 5, ""},
8347 {"WordEncoder", Type, 5, ""},
8348 },
8349 "mime/multipart": {
8350 {"(*FileHeader).Open", Method, 0, ""},
8351 {"(*Form).RemoveAll", Method, 0, ""},
8352 {"(*Part).Close", Method, 0, ""},
8353 {"(*Part).FileName", Method, 0, ""},
8354 {"(*Part).FormName", Method, 0, ""},
8355 {"(*Part).Read", Method, 0, ""},
8356 {"(*Reader).NextPart", Method, 0, ""},
8357 {"(*Reader).NextRawPart", Method, 14, ""},
8358 {"(*Reader).ReadForm", Method, 0, ""},
8359 {"(*Writer).Boundary", Method, 0, ""},
8360 {"(*Writer).Close", Method, 0, ""},
8361 {"(*Writer).CreateFormField", Method, 0, ""},
8362 {"(*Writer).CreateFormFile", Method, 0, ""},
8363 {"(*Writer).CreatePart", Method, 0, ""},
8364 {"(*Writer).FormDataContentType", Method, 0, ""},
8365 {"(*Writer).SetBoundary", Method, 1, ""},
8366 {"(*Writer).WriteField", Method, 0, ""},
8367 {"(File).Close", Method, 0, ""},
8368 {"(File).Read", Method, 0, ""},
8369 {"(File).ReadAt", Method, 0, ""},
8370 {"(File).Seek", Method, 0, ""},
8371 {"ErrMessageTooLarge", Var, 9, ""},
8372 {"File", Type, 0, ""},
8373 {"FileContentDisposition", Func, 25, "func(fieldname string, filename string) string"},
8374 {"FileHeader", Type, 0, ""},
8375 {"FileHeader.Filename", Field, 0, ""},
8376 {"FileHeader.Header", Field, 0, ""},
8377 {"FileHeader.Size", Field, 9, ""},
8378 {"Form", Type, 0, ""},
8379 {"Form.File", Field, 0, ""},
8380 {"Form.Value", Field, 0, ""},
8381 {"NewReader", Func, 0, "func(r io.Reader, boundary string) *Reader"},
8382 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
8383 {"Part", Type, 0, ""},
8384 {"Part.Header", Field, 0, ""},
8385 {"Reader", Type, 0, ""},
8386 {"Writer", Type, 0, ""},
8387 },
8388 "mime/quotedprintable": {
8389 {"(*Reader).Read", Method, 5, ""},
8390 {"(*Writer).Close", Method, 5, ""},
8391 {"(*Writer).Write", Method, 5, ""},
8392 {"NewReader", Func, 5, "func(r io.Reader) *Reader"},
8393 {"NewWriter", Func, 5, "func(w io.Writer) *Writer"},
8394 {"Reader", Type, 5, ""},
8395 {"Writer", Type, 5, ""},
8396 {"Writer.Binary", Field, 5, ""},
8397 },
8398 "net": {
8399 {"(*AddrError).Error", Method, 0, ""},
8400 {"(*AddrError).Temporary", Method, 0, ""},
8401 {"(*AddrError).Timeout", Method, 0, ""},
8402 {"(*Buffers).Read", Method, 8, ""},
8403 {"(*Buffers).WriteTo", Method, 8, ""},
8404 {"(*DNSConfigError).Error", Method, 0, ""},
8405 {"(*DNSConfigError).Temporary", Method, 0, ""},
8406 {"(*DNSConfigError).Timeout", Method, 0, ""},
8407 {"(*DNSConfigError).Unwrap", Method, 13, ""},
8408 {"(*DNSError).Error", Method, 0, ""},
8409 {"(*DNSError).Temporary", Method, 0, ""},
8410 {"(*DNSError).Timeout", Method, 0, ""},
8411 {"(*DNSError).Unwrap", Method, 23, ""},
8412 {"(*Dialer).Dial", Method, 1, ""},
8413 {"(*Dialer).DialContext", Method, 7, ""},
8414 {"(*Dialer).DialIP", Method, 26, ""},
8415 {"(*Dialer).DialTCP", Method, 26, ""},
8416 {"(*Dialer).DialUDP", Method, 26, ""},
8417 {"(*Dialer).DialUnix", Method, 26, ""},
8418 {"(*Dialer).MultipathTCP", Method, 21, ""},
8419 {"(*Dialer).SetMultipathTCP", Method, 21, ""},
8420 {"(*IP).UnmarshalText", Method, 2, ""},
8421 {"(*IPAddr).Network", Method, 0, ""},
8422 {"(*IPAddr).String", Method, 0, ""},
8423 {"(*IPConn).Close", Method, 0, ""},
8424 {"(*IPConn).File", Method, 0, ""},
8425 {"(*IPConn).LocalAddr", Method, 0, ""},
8426 {"(*IPConn).Read", Method, 0, ""},
8427 {"(*IPConn).ReadFrom", Method, 0, ""},
8428 {"(*IPConn).ReadFromIP", Method, 0, ""},
8429 {"(*IPConn).ReadMsgIP", Method, 1, ""},
8430 {"(*IPConn).RemoteAddr", Method, 0, ""},
8431 {"(*IPConn).SetDeadline", Method, 0, ""},
8432 {"(*IPConn).SetReadBuffer", Method, 0, ""},
8433 {"(*IPConn).SetReadDeadline", Method, 0, ""},
8434 {"(*IPConn).SetWriteBuffer", Method, 0, ""},
8435 {"(*IPConn).SetWriteDeadline", Method, 0, ""},
8436 {"(*IPConn).SyscallConn", Method, 9, ""},
8437 {"(*IPConn).Write", Method, 0, ""},
8438 {"(*IPConn).WriteMsgIP", Method, 1, ""},
8439 {"(*IPConn).WriteTo", Method, 0, ""},
8440 {"(*IPConn).WriteToIP", Method, 0, ""},
8441 {"(*IPNet).Contains", Method, 0, ""},
8442 {"(*IPNet).Network", Method, 0, ""},
8443 {"(*IPNet).String", Method, 0, ""},
8444 {"(*Interface).Addrs", Method, 0, ""},
8445 {"(*Interface).MulticastAddrs", Method, 0, ""},
8446 {"(*ListenConfig).Listen", Method, 11, ""},
8447 {"(*ListenConfig).ListenPacket", Method, 11, ""},
8448 {"(*ListenConfig).MultipathTCP", Method, 21, ""},
8449 {"(*ListenConfig).SetMultipathTCP", Method, 21, ""},
8450 {"(*OpError).Error", Method, 0, ""},
8451 {"(*OpError).Temporary", Method, 0, ""},
8452 {"(*OpError).Timeout", Method, 0, ""},
8453 {"(*OpError).Unwrap", Method, 13, ""},
8454 {"(*ParseError).Error", Method, 0, ""},
8455 {"(*ParseError).Temporary", Method, 17, ""},
8456 {"(*ParseError).Timeout", Method, 17, ""},
8457 {"(*Resolver).LookupAddr", Method, 8, ""},
8458 {"(*Resolver).LookupCNAME", Method, 8, ""},
8459 {"(*Resolver).LookupHost", Method, 8, ""},
8460 {"(*Resolver).LookupIP", Method, 15, ""},
8461 {"(*Resolver).LookupIPAddr", Method, 8, ""},
8462 {"(*Resolver).LookupMX", Method, 8, ""},
8463 {"(*Resolver).LookupNS", Method, 8, ""},
8464 {"(*Resolver).LookupNetIP", Method, 18, ""},
8465 {"(*Resolver).LookupPort", Method, 8, ""},
8466 {"(*Resolver).LookupSRV", Method, 8, ""},
8467 {"(*Resolver).LookupTXT", Method, 8, ""},
8468 {"(*TCPAddr).AddrPort", Method, 18, ""},
8469 {"(*TCPAddr).Network", Method, 0, ""},
8470 {"(*TCPAddr).String", Method, 0, ""},
8471 {"(*TCPConn).Close", Method, 0, ""},
8472 {"(*TCPConn).CloseRead", Method, 0, ""},
8473 {"(*TCPConn).CloseWrite", Method, 0, ""},
8474 {"(*TCPConn).File", Method, 0, ""},
8475 {"(*TCPConn).LocalAddr", Method, 0, ""},
8476 {"(*TCPConn).MultipathTCP", Method, 21, ""},
8477 {"(*TCPConn).Read", Method, 0, ""},
8478 {"(*TCPConn).ReadFrom", Method, 0, ""},
8479 {"(*TCPConn).RemoteAddr", Method, 0, ""},
8480 {"(*TCPConn).SetDeadline", Method, 0, ""},
8481 {"(*TCPConn).SetKeepAlive", Method, 0, ""},
8482 {"(*TCPConn).SetKeepAliveConfig", Method, 23, ""},
8483 {"(*TCPConn).SetKeepAlivePeriod", Method, 2, ""},
8484 {"(*TCPConn).SetLinger", Method, 0, ""},
8485 {"(*TCPConn).SetNoDelay", Method, 0, ""},
8486 {"(*TCPConn).SetReadBuffer", Method, 0, ""},
8487 {"(*TCPConn).SetReadDeadline", Method, 0, ""},
8488 {"(*TCPConn).SetWriteBuffer", Method, 0, ""},
8489 {"(*TCPConn).SetWriteDeadline", Method, 0, ""},
8490 {"(*TCPConn).SyscallConn", Method, 9, ""},
8491 {"(*TCPConn).Write", Method, 0, ""},
8492 {"(*TCPConn).WriteTo", Method, 22, ""},
8493 {"(*TCPListener).Accept", Method, 0, ""},
8494 {"(*TCPListener).AcceptTCP", Method, 0, ""},
8495 {"(*TCPListener).Addr", Method, 0, ""},
8496 {"(*TCPListener).Close", Method, 0, ""},
8497 {"(*TCPListener).File", Method, 0, ""},
8498 {"(*TCPListener).SetDeadline", Method, 0, ""},
8499 {"(*TCPListener).SyscallConn", Method, 10, ""},
8500 {"(*UDPAddr).AddrPort", Method, 18, ""},
8501 {"(*UDPAddr).Network", Method, 0, ""},
8502 {"(*UDPAddr).String", Method, 0, ""},
8503 {"(*UDPConn).Close", Method, 0, ""},
8504 {"(*UDPConn).File", Method, 0, ""},
8505 {"(*UDPConn).LocalAddr", Method, 0, ""},
8506 {"(*UDPConn).Read", Method, 0, ""},
8507 {"(*UDPConn).ReadFrom", Method, 0, ""},
8508 {"(*UDPConn).ReadFromUDP", Method, 0, ""},
8509 {"(*UDPConn).ReadFromUDPAddrPort", Method, 18, ""},
8510 {"(*UDPConn).ReadMsgUDP", Method, 1, ""},
8511 {"(*UDPConn).ReadMsgUDPAddrPort", Method, 18, ""},
8512 {"(*UDPConn).RemoteAddr", Method, 0, ""},
8513 {"(*UDPConn).SetDeadline", Method, 0, ""},
8514 {"(*UDPConn).SetReadBuffer", Method, 0, ""},
8515 {"(*UDPConn).SetReadDeadline", Method, 0, ""},
8516 {"(*UDPConn).SetWriteBuffer", Method, 0, ""},
8517 {"(*UDPConn).SetWriteDeadline", Method, 0, ""},
8518 {"(*UDPConn).SyscallConn", Method, 9, ""},
8519 {"(*UDPConn).Write", Method, 0, ""},
8520 {"(*UDPConn).WriteMsgUDP", Method, 1, ""},
8521 {"(*UDPConn).WriteMsgUDPAddrPort", Method, 18, ""},
8522 {"(*UDPConn).WriteTo", Method, 0, ""},
8523 {"(*UDPConn).WriteToUDP", Method, 0, ""},
8524 {"(*UDPConn).WriteToUDPAddrPort", Method, 18, ""},
8525 {"(*UnixAddr).Network", Method, 0, ""},
8526 {"(*UnixAddr).String", Method, 0, ""},
8527 {"(*UnixConn).Close", Method, 0, ""},
8528 {"(*UnixConn).CloseRead", Method, 1, ""},
8529 {"(*UnixConn).CloseWrite", Method, 1, ""},
8530 {"(*UnixConn).File", Method, 0, ""},
8531 {"(*UnixConn).LocalAddr", Method, 0, ""},
8532 {"(*UnixConn).Read", Method, 0, ""},
8533 {"(*UnixConn).ReadFrom", Method, 0, ""},
8534 {"(*UnixConn).ReadFromUnix", Method, 0, ""},
8535 {"(*UnixConn).ReadMsgUnix", Method, 0, ""},
8536 {"(*UnixConn).RemoteAddr", Method, 0, ""},
8537 {"(*UnixConn).SetDeadline", Method, 0, ""},
8538 {"(*UnixConn).SetReadBuffer", Method, 0, ""},
8539 {"(*UnixConn).SetReadDeadline", Method, 0, ""},
8540 {"(*UnixConn).SetWriteBuffer", Method, 0, ""},
8541 {"(*UnixConn).SetWriteDeadline", Method, 0, ""},
8542 {"(*UnixConn).SyscallConn", Method, 9, ""},
8543 {"(*UnixConn).Write", Method, 0, ""},
8544 {"(*UnixConn).WriteMsgUnix", Method, 0, ""},
8545 {"(*UnixConn).WriteTo", Method, 0, ""},
8546 {"(*UnixConn).WriteToUnix", Method, 0, ""},
8547 {"(*UnixListener).Accept", Method, 0, ""},
8548 {"(*UnixListener).AcceptUnix", Method, 0, ""},
8549 {"(*UnixListener).Addr", Method, 0, ""},
8550 {"(*UnixListener).Close", Method, 0, ""},
8551 {"(*UnixListener).File", Method, 0, ""},
8552 {"(*UnixListener).SetDeadline", Method, 0, ""},
8553 {"(*UnixListener).SetUnlinkOnClose", Method, 8, ""},
8554 {"(*UnixListener).SyscallConn", Method, 10, ""},
8555 {"(Addr).Network", Method, 0, ""},
8556 {"(Addr).String", Method, 0, ""},
8557 {"(Conn).Close", Method, 0, ""},
8558 {"(Conn).LocalAddr", Method, 0, ""},
8559 {"(Conn).Read", Method, 0, ""},
8560 {"(Conn).RemoteAddr", Method, 0, ""},
8561 {"(Conn).SetDeadline", Method, 0, ""},
8562 {"(Conn).SetReadDeadline", Method, 0, ""},
8563 {"(Conn).SetWriteDeadline", Method, 0, ""},
8564 {"(Conn).Write", Method, 0, ""},
8565 {"(Error).Error", Method, 0, ""},
8566 {"(Error).Temporary", Method, 0, ""},
8567 {"(Error).Timeout", Method, 0, ""},
8568 {"(Flags).String", Method, 0, ""},
8569 {"(HardwareAddr).String", Method, 0, ""},
8570 {"(IP).AppendText", Method, 24, ""},
8571 {"(IP).DefaultMask", Method, 0, ""},
8572 {"(IP).Equal", Method, 0, ""},
8573 {"(IP).IsGlobalUnicast", Method, 0, ""},
8574 {"(IP).IsInterfaceLocalMulticast", Method, 0, ""},
8575 {"(IP).IsLinkLocalMulticast", Method, 0, ""},
8576 {"(IP).IsLinkLocalUnicast", Method, 0, ""},
8577 {"(IP).IsLoopback", Method, 0, ""},
8578 {"(IP).IsMulticast", Method, 0, ""},
8579 {"(IP).IsPrivate", Method, 17, ""},
8580 {"(IP).IsUnspecified", Method, 0, ""},
8581 {"(IP).MarshalText", Method, 2, ""},
8582 {"(IP).Mask", Method, 0, ""},
8583 {"(IP).String", Method, 0, ""},
8584 {"(IP).To16", Method, 0, ""},
8585 {"(IP).To4", Method, 0, ""},
8586 {"(IPMask).Size", Method, 0, ""},
8587 {"(IPMask).String", Method, 0, ""},
8588 {"(InvalidAddrError).Error", Method, 0, ""},
8589 {"(InvalidAddrError).Temporary", Method, 0, ""},
8590 {"(InvalidAddrError).Timeout", Method, 0, ""},
8591 {"(Listener).Accept", Method, 0, ""},
8592 {"(Listener).Addr", Method, 0, ""},
8593 {"(Listener).Close", Method, 0, ""},
8594 {"(PacketConn).Close", Method, 0, ""},
8595 {"(PacketConn).LocalAddr", Method, 0, ""},
8596 {"(PacketConn).ReadFrom", Method, 0, ""},
8597 {"(PacketConn).SetDeadline", Method, 0, ""},
8598 {"(PacketConn).SetReadDeadline", Method, 0, ""},
8599 {"(PacketConn).SetWriteDeadline", Method, 0, ""},
8600 {"(PacketConn).WriteTo", Method, 0, ""},
8601 {"(UnknownNetworkError).Error", Method, 0, ""},
8602 {"(UnknownNetworkError).Temporary", Method, 0, ""},
8603 {"(UnknownNetworkError).Timeout", Method, 0, ""},
8604 {"Addr", Type, 0, ""},
8605 {"AddrError", Type, 0, ""},
8606 {"AddrError.Addr", Field, 0, ""},
8607 {"AddrError.Err", Field, 0, ""},
8608 {"Buffers", Type, 8, ""},
8609 {"CIDRMask", Func, 0, "func(ones int, bits int) IPMask"},
8610 {"Conn", Type, 0, ""},
8611 {"DNSConfigError", Type, 0, ""},
8612 {"DNSConfigError.Err", Field, 0, ""},
8613 {"DNSError", Type, 0, ""},
8614 {"DNSError.Err", Field, 0, ""},
8615 {"DNSError.IsNotFound", Field, 13, ""},
8616 {"DNSError.IsTemporary", Field, 6, ""},
8617 {"DNSError.IsTimeout", Field, 0, ""},
8618 {"DNSError.Name", Field, 0, ""},
8619 {"DNSError.Server", Field, 0, ""},
8620 {"DNSError.UnwrapErr", Field, 23, ""},
8621 {"DefaultResolver", Var, 8, ""},
8622 {"Dial", Func, 0, "func(network string, address string) (Conn, error)"},
8623 {"DialIP", Func, 0, "func(network string, laddr *IPAddr, raddr *IPAddr) (*IPConn, error)"},
8624 {"DialTCP", Func, 0, "func(network string, laddr *TCPAddr, raddr *TCPAddr) (*TCPConn, error)"},
8625 {"DialTimeout", Func, 0, "func(network string, address string, timeout time.Duration) (Conn, error)"},
8626 {"DialUDP", Func, 0, "func(network string, laddr *UDPAddr, raddr *UDPAddr) (*UDPConn, error)"},
8627 {"DialUnix", Func, 0, "func(network string, laddr *UnixAddr, raddr *UnixAddr) (*UnixConn, error)"},
8628 {"Dialer", Type, 1, ""},
8629 {"Dialer.Cancel", Field, 6, ""},
8630 {"Dialer.Control", Field, 11, ""},
8631 {"Dialer.ControlContext", Field, 20, ""},
8632 {"Dialer.Deadline", Field, 1, ""},
8633 {"Dialer.DualStack", Field, 2, ""},
8634 {"Dialer.FallbackDelay", Field, 5, ""},
8635 {"Dialer.KeepAlive", Field, 3, ""},
8636 {"Dialer.KeepAliveConfig", Field, 23, ""},
8637 {"Dialer.LocalAddr", Field, 1, ""},
8638 {"Dialer.Resolver", Field, 8, ""},
8639 {"Dialer.Timeout", Field, 1, ""},
8640 {"ErrClosed", Var, 16, ""},
8641 {"ErrWriteToConnected", Var, 0, ""},
8642 {"Error", Type, 0, ""},
8643 {"FileConn", Func, 0, "func(f *os.File) (c Conn, err error)"},
8644 {"FileListener", Func, 0, "func(f *os.File) (ln Listener, err error)"},
8645 {"FilePacketConn", Func, 0, "func(f *os.File) (c PacketConn, err error)"},
8646 {"FlagBroadcast", Const, 0, ""},
8647 {"FlagLoopback", Const, 0, ""},
8648 {"FlagMulticast", Const, 0, ""},
8649 {"FlagPointToPoint", Const, 0, ""},
8650 {"FlagRunning", Const, 20, ""},
8651 {"FlagUp", Const, 0, ""},
8652 {"Flags", Type, 0, ""},
8653 {"HardwareAddr", Type, 0, ""},
8654 {"IP", Type, 0, ""},
8655 {"IPAddr", Type, 0, ""},
8656 {"IPAddr.IP", Field, 0, ""},
8657 {"IPAddr.Zone", Field, 1, ""},
8658 {"IPConn", Type, 0, ""},
8659 {"IPMask", Type, 0, ""},
8660 {"IPNet", Type, 0, ""},
8661 {"IPNet.IP", Field, 0, ""},
8662 {"IPNet.Mask", Field, 0, ""},
8663 {"IPv4", Func, 0, "func(a byte, b byte, c byte, d byte) IP"},
8664 {"IPv4Mask", Func, 0, "func(a byte, b byte, c byte, d byte) IPMask"},
8665 {"IPv4allrouter", Var, 0, ""},
8666 {"IPv4allsys", Var, 0, ""},
8667 {"IPv4bcast", Var, 0, ""},
8668 {"IPv4len", Const, 0, ""},
8669 {"IPv4zero", Var, 0, ""},
8670 {"IPv6interfacelocalallnodes", Var, 0, ""},
8671 {"IPv6len", Const, 0, ""},
8672 {"IPv6linklocalallnodes", Var, 0, ""},
8673 {"IPv6linklocalallrouters", Var, 0, ""},
8674 {"IPv6loopback", Var, 0, ""},
8675 {"IPv6unspecified", Var, 0, ""},
8676 {"IPv6zero", Var, 0, ""},
8677 {"Interface", Type, 0, ""},
8678 {"Interface.Flags", Field, 0, ""},
8679 {"Interface.HardwareAddr", Field, 0, ""},
8680 {"Interface.Index", Field, 0, ""},
8681 {"Interface.MTU", Field, 0, ""},
8682 {"Interface.Name", Field, 0, ""},
8683 {"InterfaceAddrs", Func, 0, "func() ([]Addr, error)"},
8684 {"InterfaceByIndex", Func, 0, "func(index int) (*Interface, error)"},
8685 {"InterfaceByName", Func, 0, "func(name string) (*Interface, error)"},
8686 {"Interfaces", Func, 0, "func() ([]Interface, error)"},
8687 {"InvalidAddrError", Type, 0, ""},
8688 {"JoinHostPort", Func, 0, "func(host string, port string) string"},
8689 {"KeepAliveConfig", Type, 23, ""},
8690 {"KeepAliveConfig.Count", Field, 23, ""},
8691 {"KeepAliveConfig.Enable", Field, 23, ""},
8692 {"KeepAliveConfig.Idle", Field, 23, ""},
8693 {"KeepAliveConfig.Interval", Field, 23, ""},
8694 {"Listen", Func, 0, "func(network string, address string) (Listener, error)"},
8695 {"ListenConfig", Type, 11, ""},
8696 {"ListenConfig.Control", Field, 11, ""},
8697 {"ListenConfig.KeepAlive", Field, 13, ""},
8698 {"ListenConfig.KeepAliveConfig", Field, 23, ""},
8699 {"ListenIP", Func, 0, "func(network string, laddr *IPAddr) (*IPConn, error)"},
8700 {"ListenMulticastUDP", Func, 0, "func(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error)"},
8701 {"ListenPacket", Func, 0, "func(network string, address string) (PacketConn, error)"},
8702 {"ListenTCP", Func, 0, "func(network string, laddr *TCPAddr) (*TCPListener, error)"},
8703 {"ListenUDP", Func, 0, "func(network string, laddr *UDPAddr) (*UDPConn, error)"},
8704 {"ListenUnix", Func, 0, "func(network string, laddr *UnixAddr) (*UnixListener, error)"},
8705 {"ListenUnixgram", Func, 0, "func(network string, laddr *UnixAddr) (*UnixConn, error)"},
8706 {"Listener", Type, 0, ""},
8707 {"LookupAddr", Func, 0, "func(addr string) (names []string, err error)"},
8708 {"LookupCNAME", Func, 0, "func(host string) (cname string, err error)"},
8709 {"LookupHost", Func, 0, "func(host string) (addrs []string, err error)"},
8710 {"LookupIP", Func, 0, "func(host string) ([]IP, error)"},
8711 {"LookupMX", Func, 0, "func(name string) ([]*MX, error)"},
8712 {"LookupNS", Func, 1, "func(name string) ([]*NS, error)"},
8713 {"LookupPort", Func, 0, "func(network string, service string) (port int, err error)"},
8714 {"LookupSRV", Func, 0, "func(service string, proto string, name string) (cname string, addrs []*SRV, err error)"},
8715 {"LookupTXT", Func, 0, "func(name string) ([]string, error)"},
8716 {"MX", Type, 0, ""},
8717 {"MX.Host", Field, 0, ""},
8718 {"MX.Pref", Field, 0, ""},
8719 {"NS", Type, 1, ""},
8720 {"NS.Host", Field, 1, ""},
8721 {"OpError", Type, 0, ""},
8722 {"OpError.Addr", Field, 0, ""},
8723 {"OpError.Err", Field, 0, ""},
8724 {"OpError.Net", Field, 0, ""},
8725 {"OpError.Op", Field, 0, ""},
8726 {"OpError.Source", Field, 5, ""},
8727 {"PacketConn", Type, 0, ""},
8728 {"ParseCIDR", Func, 0, "func(s string) (IP, *IPNet, error)"},
8729 {"ParseError", Type, 0, ""},
8730 {"ParseError.Text", Field, 0, ""},
8731 {"ParseError.Type", Field, 0, ""},
8732 {"ParseIP", Func, 0, "func(s string) IP"},
8733 {"ParseMAC", Func, 0, "func(s string) (hw HardwareAddr, err error)"},
8734 {"Pipe", Func, 0, "func() (Conn, Conn)"},
8735 {"ResolveIPAddr", Func, 0, "func(network string, address string) (*IPAddr, error)"},
8736 {"ResolveTCPAddr", Func, 0, "func(network string, address string) (*TCPAddr, error)"},
8737 {"ResolveUDPAddr", Func, 0, "func(network string, address string) (*UDPAddr, error)"},
8738 {"ResolveUnixAddr", Func, 0, "func(network string, address string) (*UnixAddr, error)"},
8739 {"Resolver", Type, 8, ""},
8740 {"Resolver.Dial", Field, 9, ""},
8741 {"Resolver.PreferGo", Field, 8, ""},
8742 {"Resolver.StrictErrors", Field, 9, ""},
8743 {"SRV", Type, 0, ""},
8744 {"SRV.Port", Field, 0, ""},
8745 {"SRV.Priority", Field, 0, ""},
8746 {"SRV.Target", Field, 0, ""},
8747 {"SRV.Weight", Field, 0, ""},
8748 {"SplitHostPort", Func, 0, "func(hostport string) (host string, port string, err error)"},
8749 {"TCPAddr", Type, 0, ""},
8750 {"TCPAddr.IP", Field, 0, ""},
8751 {"TCPAddr.Port", Field, 0, ""},
8752 {"TCPAddr.Zone", Field, 1, ""},
8753 {"TCPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *TCPAddr"},
8754 {"TCPConn", Type, 0, ""},
8755 {"TCPListener", Type, 0, ""},
8756 {"UDPAddr", Type, 0, ""},
8757 {"UDPAddr.IP", Field, 0, ""},
8758 {"UDPAddr.Port", Field, 0, ""},
8759 {"UDPAddr.Zone", Field, 1, ""},
8760 {"UDPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *UDPAddr"},
8761 {"UDPConn", Type, 0, ""},
8762 {"UnixAddr", Type, 0, ""},
8763 {"UnixAddr.Name", Field, 0, ""},
8764 {"UnixAddr.Net", Field, 0, ""},
8765 {"UnixConn", Type, 0, ""},
8766 {"UnixListener", Type, 0, ""},
8767 {"UnknownNetworkError", Type, 0, ""},
8768 },
8769 "net/http": {
8770 {"(*Client).CloseIdleConnections", Method, 12, ""},
8771 {"(*Client).Do", Method, 0, ""},
8772 {"(*Client).Get", Method, 0, ""},
8773 {"(*Client).Head", Method, 0, ""},
8774 {"(*Client).Post", Method, 0, ""},
8775 {"(*Client).PostForm", Method, 0, ""},
8776 {"(*ClientConn).Available", Method, 26, ""},
8777 {"(*ClientConn).Close", Method, 26, ""},
8778 {"(*ClientConn).Err", Method, 26, ""},
8779 {"(*ClientConn).InFlight", Method, 26, ""},
8780 {"(*ClientConn).Release", Method, 26, ""},
8781 {"(*ClientConn).Reserve", Method, 26, ""},
8782 {"(*ClientConn).RoundTrip", Method, 26, ""},
8783 {"(*ClientConn).SetStateHook", Method, 26, ""},
8784 {"(*Cookie).String", Method, 0, ""},
8785 {"(*Cookie).Valid", Method, 18, ""},
8786 {"(*CrossOriginProtection).AddInsecureBypassPattern", Method, 25, ""},
8787 {"(*CrossOriginProtection).AddTrustedOrigin", Method, 25, ""},
8788 {"(*CrossOriginProtection).Check", Method, 25, ""},
8789 {"(*CrossOriginProtection).Handler", Method, 25, ""},
8790 {"(*CrossOriginProtection).SetDenyHandler", Method, 25, ""},
8791 {"(*MaxBytesError).Error", Method, 19, ""},
8792 {"(*ProtocolError).Error", Method, 0, ""},
8793 {"(*ProtocolError).Is", Method, 21, ""},
8794 {"(*Protocols).SetHTTP1", Method, 24, ""},
8795 {"(*Protocols).SetHTTP2", Method, 24, ""},
8796 {"(*Protocols).SetUnencryptedHTTP2", Method, 24, ""},
8797 {"(*Request).AddCookie", Method, 0, ""},
8798 {"(*Request).BasicAuth", Method, 4, ""},
8799 {"(*Request).Clone", Method, 13, ""},
8800 {"(*Request).Context", Method, 7, ""},
8801 {"(*Request).Cookie", Method, 0, ""},
8802 {"(*Request).Cookies", Method, 0, ""},
8803 {"(*Request).CookiesNamed", Method, 23, ""},
8804 {"(*Request).FormFile", Method, 0, ""},
8805 {"(*Request).FormValue", Method, 0, ""},
8806 {"(*Request).MultipartReader", Method, 0, ""},
8807 {"(*Request).ParseForm", Method, 0, ""},
8808 {"(*Request).ParseMultipartForm", Method, 0, ""},
8809 {"(*Request).PathValue", Method, 22, ""},
8810 {"(*Request).PostFormValue", Method, 1, ""},
8811 {"(*Request).ProtoAtLeast", Method, 0, ""},
8812 {"(*Request).Referer", Method, 0, ""},
8813 {"(*Request).SetBasicAuth", Method, 0, ""},
8814 {"(*Request).SetPathValue", Method, 22, ""},
8815 {"(*Request).UserAgent", Method, 0, ""},
8816 {"(*Request).WithContext", Method, 7, ""},
8817 {"(*Request).Write", Method, 0, ""},
8818 {"(*Request).WriteProxy", Method, 0, ""},
8819 {"(*Response).Cookies", Method, 0, ""},
8820 {"(*Response).Location", Method, 0, ""},
8821 {"(*Response).ProtoAtLeast", Method, 0, ""},
8822 {"(*Response).Write", Method, 0, ""},
8823 {"(*ResponseController).EnableFullDuplex", Method, 21, ""},
8824 {"(*ResponseController).Flush", Method, 20, ""},
8825 {"(*ResponseController).Hijack", Method, 20, ""},
8826 {"(*ResponseController).SetReadDeadline", Method, 20, ""},
8827 {"(*ResponseController).SetWriteDeadline", Method, 20, ""},
8828 {"(*ServeMux).Handle", Method, 0, ""},
8829 {"(*ServeMux).HandleFunc", Method, 0, ""},
8830 {"(*ServeMux).Handler", Method, 1, ""},
8831 {"(*ServeMux).ServeHTTP", Method, 0, ""},
8832 {"(*Server).Close", Method, 8, ""},
8833 {"(*Server).ListenAndServe", Method, 0, ""},
8834 {"(*Server).ListenAndServeTLS", Method, 0, ""},
8835 {"(*Server).RegisterOnShutdown", Method, 9, ""},
8836 {"(*Server).Serve", Method, 0, ""},
8837 {"(*Server).ServeTLS", Method, 9, ""},
8838 {"(*Server).SetKeepAlivesEnabled", Method, 3, ""},
8839 {"(*Server).Shutdown", Method, 8, ""},
8840 {"(*Transport).CancelRequest", Method, 1, ""},
8841 {"(*Transport).Clone", Method, 13, ""},
8842 {"(*Transport).CloseIdleConnections", Method, 0, ""},
8843 {"(*Transport).NewClientConn", Method, 26, ""},
8844 {"(*Transport).RegisterProtocol", Method, 0, ""},
8845 {"(*Transport).RoundTrip", Method, 0, ""},
8846 {"(CloseNotifier).CloseNotify", Method, 1, ""},
8847 {"(ConnState).String", Method, 3, ""},
8848 {"(CookieJar).Cookies", Method, 0, ""},
8849 {"(CookieJar).SetCookies", Method, 0, ""},
8850 {"(Dir).Open", Method, 0, ""},
8851 {"(File).Close", Method, 0, ""},
8852 {"(File).Read", Method, 0, ""},
8853 {"(File).Readdir", Method, 0, ""},
8854 {"(File).Seek", Method, 0, ""},
8855 {"(File).Stat", Method, 0, ""},
8856 {"(FileSystem).Open", Method, 0, ""},
8857 {"(Flusher).Flush", Method, 0, ""},
8858 {"(Handler).ServeHTTP", Method, 0, ""},
8859 {"(HandlerFunc).ServeHTTP", Method, 0, ""},
8860 {"(Header).Add", Method, 0, ""},
8861 {"(Header).Clone", Method, 13, ""},
8862 {"(Header).Del", Method, 0, ""},
8863 {"(Header).Get", Method, 0, ""},
8864 {"(Header).Set", Method, 0, ""},
8865 {"(Header).Values", Method, 14, ""},
8866 {"(Header).Write", Method, 0, ""},
8867 {"(Header).WriteSubset", Method, 0, ""},
8868 {"(Hijacker).Hijack", Method, 0, ""},
8869 {"(Protocols).HTTP1", Method, 24, ""},
8870 {"(Protocols).HTTP2", Method, 24, ""},
8871 {"(Protocols).String", Method, 24, ""},
8872 {"(Protocols).UnencryptedHTTP2", Method, 24, ""},
8873 {"(Pusher).Push", Method, 8, ""},
8874 {"(ResponseWriter).Header", Method, 0, ""},
8875 {"(ResponseWriter).Write", Method, 0, ""},
8876 {"(ResponseWriter).WriteHeader", Method, 0, ""},
8877 {"(RoundTripper).RoundTrip", Method, 0, ""},
8878 {"AllowQuerySemicolons", Func, 17, "func(h Handler) Handler"},
8879 {"CanonicalHeaderKey", Func, 0, "func(s string) string"},
8880 {"Client", Type, 0, ""},
8881 {"Client.CheckRedirect", Field, 0, ""},
8882 {"Client.Jar", Field, 0, ""},
8883 {"Client.Timeout", Field, 3, ""},
8884 {"Client.Transport", Field, 0, ""},
8885 {"ClientConn", Type, 26, ""},
8886 {"CloseNotifier", Type, 1, ""},
8887 {"ConnState", Type, 3, ""},
8888 {"Cookie", Type, 0, ""},
8889 {"Cookie.Domain", Field, 0, ""},
8890 {"Cookie.Expires", Field, 0, ""},
8891 {"Cookie.HttpOnly", Field, 0, ""},
8892 {"Cookie.MaxAge", Field, 0, ""},
8893 {"Cookie.Name", Field, 0, ""},
8894 {"Cookie.Partitioned", Field, 23, ""},
8895 {"Cookie.Path", Field, 0, ""},
8896 {"Cookie.Quoted", Field, 23, ""},
8897 {"Cookie.Raw", Field, 0, ""},
8898 {"Cookie.RawExpires", Field, 0, ""},
8899 {"Cookie.SameSite", Field, 11, ""},
8900 {"Cookie.Secure", Field, 0, ""},
8901 {"Cookie.Unparsed", Field, 0, ""},
8902 {"Cookie.Value", Field, 0, ""},
8903 {"CookieJar", Type, 0, ""},
8904 {"CrossOriginProtection", Type, 25, ""},
8905 {"DefaultClient", Var, 0, ""},
8906 {"DefaultMaxHeaderBytes", Const, 0, ""},
8907 {"DefaultMaxIdleConnsPerHost", Const, 0, ""},
8908 {"DefaultServeMux", Var, 0, ""},
8909 {"DefaultTransport", Var, 0, ""},
8910 {"DetectContentType", Func, 0, "func(data []byte) string"},
8911 {"Dir", Type, 0, ""},
8912 {"ErrAbortHandler", Var, 8, ""},
8913 {"ErrBodyNotAllowed", Var, 0, ""},
8914 {"ErrBodyReadAfterClose", Var, 0, ""},
8915 {"ErrContentLength", Var, 0, ""},
8916 {"ErrHandlerTimeout", Var, 0, ""},
8917 {"ErrHeaderTooLong", Var, 0, ""},
8918 {"ErrHijacked", Var, 0, ""},
8919 {"ErrLineTooLong", Var, 0, ""},
8920 {"ErrMissingBoundary", Var, 0, ""},
8921 {"ErrMissingContentLength", Var, 0, ""},
8922 {"ErrMissingFile", Var, 0, ""},
8923 {"ErrNoCookie", Var, 0, ""},
8924 {"ErrNoLocation", Var, 0, ""},
8925 {"ErrNotMultipart", Var, 0, ""},
8926 {"ErrNotSupported", Var, 0, ""},
8927 {"ErrSchemeMismatch", Var, 21, ""},
8928 {"ErrServerClosed", Var, 8, ""},
8929 {"ErrShortBody", Var, 0, ""},
8930 {"ErrSkipAltProtocol", Var, 6, ""},
8931 {"ErrUnexpectedTrailer", Var, 0, ""},
8932 {"ErrUseLastResponse", Var, 7, ""},
8933 {"ErrWriteAfterFlush", Var, 0, ""},
8934 {"Error", Func, 0, "func(w ResponseWriter, error string, code int)"},
8935 {"FS", Func, 16, "func(fsys fs.FS) FileSystem"},
8936 {"File", Type, 0, ""},
8937 {"FileServer", Func, 0, "func(root FileSystem) Handler"},
8938 {"FileServerFS", Func, 22, "func(root fs.FS) Handler"},
8939 {"FileSystem", Type, 0, ""},
8940 {"Flusher", Type, 0, ""},
8941 {"Get", Func, 0, "func(url string) (resp *Response, err error)"},
8942 {"HTTP2Config", Type, 24, ""},
8943 {"HTTP2Config.CountError", Field, 24, ""},
8944 {"HTTP2Config.MaxConcurrentStreams", Field, 24, ""},
8945 {"HTTP2Config.MaxDecoderHeaderTableSize", Field, 24, ""},
8946 {"HTTP2Config.MaxEncoderHeaderTableSize", Field, 24, ""},
8947 {"HTTP2Config.MaxReadFrameSize", Field, 24, ""},
8948 {"HTTP2Config.MaxReceiveBufferPerConnection", Field, 24, ""},
8949 {"HTTP2Config.MaxReceiveBufferPerStream", Field, 24, ""},
8950 {"HTTP2Config.PermitProhibitedCipherSuites", Field, 24, ""},
8951 {"HTTP2Config.PingTimeout", Field, 24, ""},
8952 {"HTTP2Config.SendPingTimeout", Field, 24, ""},
8953 {"HTTP2Config.StrictMaxConcurrentRequests", Field, 26, ""},
8954 {"HTTP2Config.WriteByteTimeout", Field, 24, ""},
8955 {"Handle", Func, 0, "func(pattern string, handler Handler)"},
8956 {"HandleFunc", Func, 0, "func(pattern string, handler func(ResponseWriter, *Request))"},
8957 {"Handler", Type, 0, ""},
8958 {"HandlerFunc", Type, 0, ""},
8959 {"Head", Func, 0, "func(url string) (resp *Response, err error)"},
8960 {"Header", Type, 0, ""},
8961 {"Hijacker", Type, 0, ""},
8962 {"ListenAndServe", Func, 0, "func(addr string, handler Handler) error"},
8963 {"ListenAndServeTLS", Func, 0, "func(addr string, certFile string, keyFile string, handler Handler) error"},
8964 {"LocalAddrContextKey", Var, 7, ""},
8965 {"MaxBytesError", Type, 19, ""},
8966 {"MaxBytesError.Limit", Field, 19, ""},
8967 {"MaxBytesHandler", Func, 18, "func(h Handler, n int64) Handler"},
8968 {"MaxBytesReader", Func, 0, "func(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"},
8969 {"MethodConnect", Const, 6, ""},
8970 {"MethodDelete", Const, 6, ""},
8971 {"MethodGet", Const, 6, ""},
8972 {"MethodHead", Const, 6, ""},
8973 {"MethodOptions", Const, 6, ""},
8974 {"MethodPatch", Const, 6, ""},
8975 {"MethodPost", Const, 6, ""},
8976 {"MethodPut", Const, 6, ""},
8977 {"MethodTrace", Const, 6, ""},
8978 {"NewCrossOriginProtection", Func, 25, "func() *CrossOriginProtection"},
8979 {"NewFileTransport", Func, 0, "func(fs FileSystem) RoundTripper"},
8980 {"NewFileTransportFS", Func, 22, "func(fsys fs.FS) RoundTripper"},
8981 {"NewRequest", Func, 0, "func(method string, url string, body io.Reader) (*Request, error)"},
8982 {"NewRequestWithContext", Func, 13, "func(ctx context.Context, method string, url string, body io.Reader) (*Request, error)"},
8983 {"NewResponseController", Func, 20, "func(rw ResponseWriter) *ResponseController"},
8984 {"NewServeMux", Func, 0, "func() *ServeMux"},
8985 {"NoBody", Var, 8, ""},
8986 {"NotFound", Func, 0, "func(w ResponseWriter, r *Request)"},
8987 {"NotFoundHandler", Func, 0, "func() Handler"},
8988 {"ParseCookie", Func, 23, "func(line string) ([]*Cookie, error)"},
8989 {"ParseHTTPVersion", Func, 0, "func(vers string) (major int, minor int, ok bool)"},
8990 {"ParseSetCookie", Func, 23, "func(line string) (*Cookie, error)"},
8991 {"ParseTime", Func, 1, "func(text string) (t time.Time, err error)"},
8992 {"Post", Func, 0, "func(url string, contentType string, body io.Reader) (resp *Response, err error)"},
8993 {"PostForm", Func, 0, "func(url string, data url.Values) (resp *Response, err error)"},
8994 {"ProtocolError", Type, 0, ""},
8995 {"ProtocolError.ErrorString", Field, 0, ""},
8996 {"Protocols", Type, 24, ""},
8997 {"ProxyFromEnvironment", Func, 0, "func(req *Request) (*url.URL, error)"},
8998 {"ProxyURL", Func, 0, "func(fixedURL *url.URL) func(*Request) (*url.URL, error)"},
8999 {"PushOptions", Type, 8, ""},
9000 {"PushOptions.Header", Field, 8, ""},
9001 {"PushOptions.Method", Field, 8, ""},
9002 {"Pusher", Type, 8, ""},
9003 {"ReadRequest", Func, 0, "func(b *bufio.Reader) (*Request, error)"},
9004 {"ReadResponse", Func, 0, "func(r *bufio.Reader, req *Request) (*Response, error)"},
9005 {"Redirect", Func, 0, "func(w ResponseWriter, r *Request, url string, code int)"},
9006 {"RedirectHandler", Func, 0, "func(url string, code int) Handler"},
9007 {"Request", Type, 0, ""},
9008 {"Request.Body", Field, 0, ""},
9009 {"Request.Cancel", Field, 5, ""},
9010 {"Request.Close", Field, 0, ""},
9011 {"Request.ContentLength", Field, 0, ""},
9012 {"Request.Form", Field, 0, ""},
9013 {"Request.GetBody", Field, 8, ""},
9014 {"Request.Header", Field, 0, ""},
9015 {"Request.Host", Field, 0, ""},
9016 {"Request.Method", Field, 0, ""},
9017 {"Request.MultipartForm", Field, 0, ""},
9018 {"Request.Pattern", Field, 23, ""},
9019 {"Request.PostForm", Field, 1, ""},
9020 {"Request.Proto", Field, 0, ""},
9021 {"Request.ProtoMajor", Field, 0, ""},
9022 {"Request.ProtoMinor", Field, 0, ""},
9023 {"Request.RemoteAddr", Field, 0, ""},
9024 {"Request.RequestURI", Field, 0, ""},
9025 {"Request.Response", Field, 7, ""},
9026 {"Request.TLS", Field, 0, ""},
9027 {"Request.Trailer", Field, 0, ""},
9028 {"Request.TransferEncoding", Field, 0, ""},
9029 {"Request.URL", Field, 0, ""},
9030 {"Response", Type, 0, ""},
9031 {"Response.Body", Field, 0, ""},
9032 {"Response.Close", Field, 0, ""},
9033 {"Response.ContentLength", Field, 0, ""},
9034 {"Response.Header", Field, 0, ""},
9035 {"Response.Proto", Field, 0, ""},
9036 {"Response.ProtoMajor", Field, 0, ""},
9037 {"Response.ProtoMinor", Field, 0, ""},
9038 {"Response.Request", Field, 0, ""},
9039 {"Response.Status", Field, 0, ""},
9040 {"Response.StatusCode", Field, 0, ""},
9041 {"Response.TLS", Field, 3, ""},
9042 {"Response.Trailer", Field, 0, ""},
9043 {"Response.TransferEncoding", Field, 0, ""},
9044 {"Response.Uncompressed", Field, 7, ""},
9045 {"ResponseController", Type, 20, ""},
9046 {"ResponseWriter", Type, 0, ""},
9047 {"RoundTripper", Type, 0, ""},
9048 {"SameSite", Type, 11, ""},
9049 {"SameSiteDefaultMode", Const, 11, ""},
9050 {"SameSiteLaxMode", Const, 11, ""},
9051 {"SameSiteNoneMode", Const, 13, ""},
9052 {"SameSiteStrictMode", Const, 11, ""},
9053 {"Serve", Func, 0, "func(l net.Listener, handler Handler) error"},
9054 {"ServeContent", Func, 0, "func(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker)"},
9055 {"ServeFile", Func, 0, "func(w ResponseWriter, r *Request, name string)"},
9056 {"ServeFileFS", Func, 22, "func(w ResponseWriter, r *Request, fsys fs.FS, name string)"},
9057 {"ServeMux", Type, 0, ""},
9058 {"ServeTLS", Func, 9, "func(l net.Listener, handler Handler, certFile string, keyFile string) error"},
9059 {"Server", Type, 0, ""},
9060 {"Server.Addr", Field, 0, ""},
9061 {"Server.BaseContext", Field, 13, ""},
9062 {"Server.ConnContext", Field, 13, ""},
9063 {"Server.ConnState", Field, 3, ""},
9064 {"Server.DisableGeneralOptionsHandler", Field, 20, ""},
9065 {"Server.ErrorLog", Field, 3, ""},
9066 {"Server.HTTP2", Field, 24, ""},
9067 {"Server.Handler", Field, 0, ""},
9068 {"Server.IdleTimeout", Field, 8, ""},
9069 {"Server.MaxHeaderBytes", Field, 0, ""},
9070 {"Server.Protocols", Field, 24, ""},
9071 {"Server.ReadHeaderTimeout", Field, 8, ""},
9072 {"Server.ReadTimeout", Field, 0, ""},
9073 {"Server.TLSConfig", Field, 0, ""},
9074 {"Server.TLSNextProto", Field, 1, ""},
9075 {"Server.WriteTimeout", Field, 0, ""},
9076 {"ServerContextKey", Var, 7, ""},
9077 {"SetCookie", Func, 0, "func(w ResponseWriter, cookie *Cookie)"},
9078 {"StateActive", Const, 3, ""},
9079 {"StateClosed", Const, 3, ""},
9080 {"StateHijacked", Const, 3, ""},
9081 {"StateIdle", Const, 3, ""},
9082 {"StateNew", Const, 3, ""},
9083 {"StatusAccepted", Const, 0, ""},
9084 {"StatusAlreadyReported", Const, 7, ""},
9085 {"StatusBadGateway", Const, 0, ""},
9086 {"StatusBadRequest", Const, 0, ""},
9087 {"StatusConflict", Const, 0, ""},
9088 {"StatusContinue", Const, 0, ""},
9089 {"StatusCreated", Const, 0, ""},
9090 {"StatusEarlyHints", Const, 13, ""},
9091 {"StatusExpectationFailed", Const, 0, ""},
9092 {"StatusFailedDependency", Const, 7, ""},
9093 {"StatusForbidden", Const, 0, ""},
9094 {"StatusFound", Const, 0, ""},
9095 {"StatusGatewayTimeout", Const, 0, ""},
9096 {"StatusGone", Const, 0, ""},
9097 {"StatusHTTPVersionNotSupported", Const, 0, ""},
9098 {"StatusIMUsed", Const, 7, ""},
9099 {"StatusInsufficientStorage", Const, 7, ""},
9100 {"StatusInternalServerError", Const, 0, ""},
9101 {"StatusLengthRequired", Const, 0, ""},
9102 {"StatusLocked", Const, 7, ""},
9103 {"StatusLoopDetected", Const, 7, ""},
9104 {"StatusMethodNotAllowed", Const, 0, ""},
9105 {"StatusMisdirectedRequest", Const, 11, ""},
9106 {"StatusMovedPermanently", Const, 0, ""},
9107 {"StatusMultiStatus", Const, 7, ""},
9108 {"StatusMultipleChoices", Const, 0, ""},
9109 {"StatusNetworkAuthenticationRequired", Const, 6, ""},
9110 {"StatusNoContent", Const, 0, ""},
9111 {"StatusNonAuthoritativeInfo", Const, 0, ""},
9112 {"StatusNotAcceptable", Const, 0, ""},
9113 {"StatusNotExtended", Const, 7, ""},
9114 {"StatusNotFound", Const, 0, ""},
9115 {"StatusNotImplemented", Const, 0, ""},
9116 {"StatusNotModified", Const, 0, ""},
9117 {"StatusOK", Const, 0, ""},
9118 {"StatusPartialContent", Const, 0, ""},
9119 {"StatusPaymentRequired", Const, 0, ""},
9120 {"StatusPermanentRedirect", Const, 7, ""},
9121 {"StatusPreconditionFailed", Const, 0, ""},
9122 {"StatusPreconditionRequired", Const, 6, ""},
9123 {"StatusProcessing", Const, 7, ""},
9124 {"StatusProxyAuthRequired", Const, 0, ""},
9125 {"StatusRequestEntityTooLarge", Const, 0, ""},
9126 {"StatusRequestHeaderFieldsTooLarge", Const, 6, ""},
9127 {"StatusRequestTimeout", Const, 0, ""},
9128 {"StatusRequestURITooLong", Const, 0, ""},
9129 {"StatusRequestedRangeNotSatisfiable", Const, 0, ""},
9130 {"StatusResetContent", Const, 0, ""},
9131 {"StatusSeeOther", Const, 0, ""},
9132 {"StatusServiceUnavailable", Const, 0, ""},
9133 {"StatusSwitchingProtocols", Const, 0, ""},
9134 {"StatusTeapot", Const, 0, ""},
9135 {"StatusTemporaryRedirect", Const, 0, ""},
9136 {"StatusText", Func, 0, "func(code int) string"},
9137 {"StatusTooEarly", Const, 12, ""},
9138 {"StatusTooManyRequests", Const, 6, ""},
9139 {"StatusUnauthorized", Const, 0, ""},
9140 {"StatusUnavailableForLegalReasons", Const, 6, ""},
9141 {"StatusUnprocessableEntity", Const, 7, ""},
9142 {"StatusUnsupportedMediaType", Const, 0, ""},
9143 {"StatusUpgradeRequired", Const, 7, ""},
9144 {"StatusUseProxy", Const, 0, ""},
9145 {"StatusVariantAlsoNegotiates", Const, 7, ""},
9146 {"StripPrefix", Func, 0, "func(prefix string, h Handler) Handler"},
9147 {"TimeFormat", Const, 0, ""},
9148 {"TimeoutHandler", Func, 0, "func(h Handler, dt time.Duration, msg string) Handler"},
9149 {"TrailerPrefix", Const, 8, ""},
9150 {"Transport", Type, 0, ""},
9151 {"Transport.Dial", Field, 0, ""},
9152 {"Transport.DialContext", Field, 7, ""},
9153 {"Transport.DialTLS", Field, 4, ""},
9154 {"Transport.DialTLSContext", Field, 14, ""},
9155 {"Transport.DisableCompression", Field, 0, ""},
9156 {"Transport.DisableKeepAlives", Field, 0, ""},
9157 {"Transport.ExpectContinueTimeout", Field, 6, ""},
9158 {"Transport.ForceAttemptHTTP2", Field, 13, ""},
9159 {"Transport.GetProxyConnectHeader", Field, 16, ""},
9160 {"Transport.HTTP2", Field, 24, ""},
9161 {"Transport.IdleConnTimeout", Field, 7, ""},
9162 {"Transport.MaxConnsPerHost", Field, 11, ""},
9163 {"Transport.MaxIdleConns", Field, 7, ""},
9164 {"Transport.MaxIdleConnsPerHost", Field, 0, ""},
9165 {"Transport.MaxResponseHeaderBytes", Field, 7, ""},
9166 {"Transport.OnProxyConnectResponse", Field, 20, ""},
9167 {"Transport.Protocols", Field, 24, ""},
9168 {"Transport.Proxy", Field, 0, ""},
9169 {"Transport.ProxyConnectHeader", Field, 8, ""},
9170 {"Transport.ReadBufferSize", Field, 13, ""},
9171 {"Transport.ResponseHeaderTimeout", Field, 1, ""},
9172 {"Transport.TLSClientConfig", Field, 0, ""},
9173 {"Transport.TLSHandshakeTimeout", Field, 3, ""},
9174 {"Transport.TLSNextProto", Field, 6, ""},
9175 {"Transport.WriteBufferSize", Field, 13, ""},
9176 },
9177 "net/http/cgi": {
9178 {"(*Handler).ServeHTTP", Method, 0, ""},
9179 {"Handler", Type, 0, ""},
9180 {"Handler.Args", Field, 0, ""},
9181 {"Handler.Dir", Field, 0, ""},
9182 {"Handler.Env", Field, 0, ""},
9183 {"Handler.InheritEnv", Field, 0, ""},
9184 {"Handler.Logger", Field, 0, ""},
9185 {"Handler.Path", Field, 0, ""},
9186 {"Handler.PathLocationHandler", Field, 0, ""},
9187 {"Handler.Root", Field, 0, ""},
9188 {"Handler.Stderr", Field, 7, ""},
9189 {"Request", Func, 0, "func() (*http.Request, error)"},
9190 {"RequestFromMap", Func, 0, "func(params map[string]string) (*http.Request, error)"},
9191 {"Serve", Func, 0, "func(handler http.Handler) error"},
9192 },
9193 "net/http/cookiejar": {
9194 {"(*Jar).Cookies", Method, 1, ""},
9195 {"(*Jar).SetCookies", Method, 1, ""},
9196 {"(PublicSuffixList).PublicSuffix", Method, 1, ""},
9197 {"(PublicSuffixList).String", Method, 1, ""},
9198 {"Jar", Type, 1, ""},
9199 {"New", Func, 1, "func(o *Options) (*Jar, error)"},
9200 {"Options", Type, 1, ""},
9201 {"Options.PublicSuffixList", Field, 1, ""},
9202 {"PublicSuffixList", Type, 1, ""},
9203 },
9204 "net/http/fcgi": {
9205 {"ErrConnClosed", Var, 5, ""},
9206 {"ErrRequestAborted", Var, 5, ""},
9207 {"ProcessEnv", Func, 9, "func(r *http.Request) map[string]string"},
9208 {"Serve", Func, 0, "func(l net.Listener, handler http.Handler) error"},
9209 },
9210 "net/http/httptest": {
9211 {"(*ResponseRecorder).Flush", Method, 0, ""},
9212 {"(*ResponseRecorder).Header", Method, 0, ""},
9213 {"(*ResponseRecorder).Result", Method, 7, ""},
9214 {"(*ResponseRecorder).Write", Method, 0, ""},
9215 {"(*ResponseRecorder).WriteHeader", Method, 0, ""},
9216 {"(*ResponseRecorder).WriteString", Method, 6, ""},
9217 {"(*Server).Certificate", Method, 9, ""},
9218 {"(*Server).Client", Method, 9, ""},
9219 {"(*Server).Close", Method, 0, ""},
9220 {"(*Server).CloseClientConnections", Method, 0, ""},
9221 {"(*Server).Start", Method, 0, ""},
9222 {"(*Server).StartTLS", Method, 0, ""},
9223 {"DefaultRemoteAddr", Const, 0, ""},
9224 {"NewRecorder", Func, 0, "func() *ResponseRecorder"},
9225 {"NewRequest", Func, 7, "func(method string, target string, body io.Reader) *http.Request"},
9226 {"NewRequestWithContext", Func, 23, "func(ctx context.Context, method string, target string, body io.Reader) *http.Request"},
9227 {"NewServer", Func, 0, "func(handler http.Handler) *Server"},
9228 {"NewTLSServer", Func, 0, "func(handler http.Handler) *Server"},
9229 {"NewUnstartedServer", Func, 0, "func(handler http.Handler) *Server"},
9230 {"ResponseRecorder", Type, 0, ""},
9231 {"ResponseRecorder.Body", Field, 0, ""},
9232 {"ResponseRecorder.Code", Field, 0, ""},
9233 {"ResponseRecorder.Flushed", Field, 0, ""},
9234 {"ResponseRecorder.HeaderMap", Field, 0, ""},
9235 {"Server", Type, 0, ""},
9236 {"Server.Config", Field, 0, ""},
9237 {"Server.EnableHTTP2", Field, 14, ""},
9238 {"Server.Listener", Field, 0, ""},
9239 {"Server.TLS", Field, 0, ""},
9240 {"Server.URL", Field, 0, ""},
9241 },
9242 "net/http/httptrace": {
9243 {"ClientTrace", Type, 7, ""},
9244 {"ClientTrace.ConnectDone", Field, 7, ""},
9245 {"ClientTrace.ConnectStart", Field, 7, ""},
9246 {"ClientTrace.DNSDone", Field, 7, ""},
9247 {"ClientTrace.DNSStart", Field, 7, ""},
9248 {"ClientTrace.GetConn", Field, 7, ""},
9249 {"ClientTrace.Got100Continue", Field, 7, ""},
9250 {"ClientTrace.Got1xxResponse", Field, 11, ""},
9251 {"ClientTrace.GotConn", Field, 7, ""},
9252 {"ClientTrace.GotFirstResponseByte", Field, 7, ""},
9253 {"ClientTrace.PutIdleConn", Field, 7, ""},
9254 {"ClientTrace.TLSHandshakeDone", Field, 8, ""},
9255 {"ClientTrace.TLSHandshakeStart", Field, 8, ""},
9256 {"ClientTrace.Wait100Continue", Field, 7, ""},
9257 {"ClientTrace.WroteHeaderField", Field, 11, ""},
9258 {"ClientTrace.WroteHeaders", Field, 7, ""},
9259 {"ClientTrace.WroteRequest", Field, 7, ""},
9260 {"ContextClientTrace", Func, 7, "func(ctx context.Context) *ClientTrace"},
9261 {"DNSDoneInfo", Type, 7, ""},
9262 {"DNSDoneInfo.Addrs", Field, 7, ""},
9263 {"DNSDoneInfo.Coalesced", Field, 7, ""},
9264 {"DNSDoneInfo.Err", Field, 7, ""},
9265 {"DNSStartInfo", Type, 7, ""},
9266 {"DNSStartInfo.Host", Field, 7, ""},
9267 {"GotConnInfo", Type, 7, ""},
9268 {"GotConnInfo.Conn", Field, 7, ""},
9269 {"GotConnInfo.IdleTime", Field, 7, ""},
9270 {"GotConnInfo.Reused", Field, 7, ""},
9271 {"GotConnInfo.WasIdle", Field, 7, ""},
9272 {"WithClientTrace", Func, 7, "func(ctx context.Context, trace *ClientTrace) context.Context"},
9273 {"WroteRequestInfo", Type, 7, ""},
9274 {"WroteRequestInfo.Err", Field, 7, ""},
9275 },
9276 "net/http/httputil": {
9277 {"(*ClientConn).Close", Method, 0, ""},
9278 {"(*ClientConn).Do", Method, 0, ""},
9279 {"(*ClientConn).Hijack", Method, 0, ""},
9280 {"(*ClientConn).Pending", Method, 0, ""},
9281 {"(*ClientConn).Read", Method, 0, ""},
9282 {"(*ClientConn).Write", Method, 0, ""},
9283 {"(*ProxyRequest).SetURL", Method, 20, ""},
9284 {"(*ProxyRequest).SetXForwarded", Method, 20, ""},
9285 {"(*ReverseProxy).ServeHTTP", Method, 0, ""},
9286 {"(*ServerConn).Close", Method, 0, ""},
9287 {"(*ServerConn).Hijack", Method, 0, ""},
9288 {"(*ServerConn).Pending", Method, 0, ""},
9289 {"(*ServerConn).Read", Method, 0, ""},
9290 {"(*ServerConn).Write", Method, 0, ""},
9291 {"(BufferPool).Get", Method, 6, ""},
9292 {"(BufferPool).Put", Method, 6, ""},
9293 {"BufferPool", Type, 6, ""},
9294 {"ClientConn", Type, 0, ""},
9295 {"DumpRequest", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
9296 {"DumpRequestOut", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
9297 {"DumpResponse", Func, 0, "func(resp *http.Response, body bool) ([]byte, error)"},
9298 {"ErrClosed", Var, 0, ""},
9299 {"ErrLineTooLong", Var, 0, ""},
9300 {"ErrPersistEOF", Var, 0, ""},
9301 {"ErrPipeline", Var, 0, ""},
9302 {"NewChunkedReader", Func, 0, "func(r io.Reader) io.Reader"},
9303 {"NewChunkedWriter", Func, 0, "func(w io.Writer) io.WriteCloser"},
9304 {"NewClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
9305 {"NewProxyClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
9306 {"NewServerConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ServerConn"},
9307 {"NewSingleHostReverseProxy", Func, 0, "func(target *url.URL) *ReverseProxy"},
9308 {"ProxyRequest", Type, 20, ""},
9309 {"ProxyRequest.In", Field, 20, ""},
9310 {"ProxyRequest.Out", Field, 20, ""},
9311 {"ReverseProxy", Type, 0, ""},
9312 {"ReverseProxy.BufferPool", Field, 6, ""},
9313 {"ReverseProxy.Director", Field, 0, ""},
9314 {"ReverseProxy.ErrorHandler", Field, 11, ""},
9315 {"ReverseProxy.ErrorLog", Field, 4, ""},
9316 {"ReverseProxy.FlushInterval", Field, 0, ""},
9317 {"ReverseProxy.ModifyResponse", Field, 8, ""},
9318 {"ReverseProxy.Rewrite", Field, 20, ""},
9319 {"ReverseProxy.Transport", Field, 0, ""},
9320 {"ServerConn", Type, 0, ""},
9321 },
9322 "net/http/pprof": {
9323 {"Cmdline", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9324 {"Handler", Func, 0, "func(name string) http.Handler"},
9325 {"Index", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9326 {"Profile", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9327 {"Symbol", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9328 {"Trace", Func, 5, "func(w http.ResponseWriter, r *http.Request)"},
9329 },
9330 "net/mail": {
9331 {"(*Address).String", Method, 0, ""},
9332 {"(*AddressParser).Parse", Method, 5, ""},
9333 {"(*AddressParser).ParseList", Method, 5, ""},
9334 {"(Header).AddressList", Method, 0, ""},
9335 {"(Header).Date", Method, 0, ""},
9336 {"(Header).Get", Method, 0, ""},
9337 {"Address", Type, 0, ""},
9338 {"Address.Address", Field, 0, ""},
9339 {"Address.Name", Field, 0, ""},
9340 {"AddressParser", Type, 5, ""},
9341 {"AddressParser.WordDecoder", Field, 5, ""},
9342 {"ErrHeaderNotPresent", Var, 0, ""},
9343 {"Header", Type, 0, ""},
9344 {"Message", Type, 0, ""},
9345 {"Message.Body", Field, 0, ""},
9346 {"Message.Header", Field, 0, ""},
9347 {"ParseAddress", Func, 1, "func(address string) (*Address, error)"},
9348 {"ParseAddressList", Func, 1, "func(list string) ([]*Address, error)"},
9349 {"ParseDate", Func, 8, "func(date string) (time.Time, error)"},
9350 {"ReadMessage", Func, 0, "func(r io.Reader) (msg *Message, err error)"},
9351 },
9352 "net/netip": {
9353 {"(*Addr).UnmarshalBinary", Method, 18, ""},
9354 {"(*Addr).UnmarshalText", Method, 18, ""},
9355 {"(*AddrPort).UnmarshalBinary", Method, 18, ""},
9356 {"(*AddrPort).UnmarshalText", Method, 18, ""},
9357 {"(*Prefix).UnmarshalBinary", Method, 18, ""},
9358 {"(*Prefix).UnmarshalText", Method, 18, ""},
9359 {"(Addr).AppendBinary", Method, 24, ""},
9360 {"(Addr).AppendText", Method, 24, ""},
9361 {"(Addr).AppendTo", Method, 18, ""},
9362 {"(Addr).As16", Method, 18, ""},
9363 {"(Addr).As4", Method, 18, ""},
9364 {"(Addr).AsSlice", Method, 18, ""},
9365 {"(Addr).BitLen", Method, 18, ""},
9366 {"(Addr).Compare", Method, 18, ""},
9367 {"(Addr).Is4", Method, 18, ""},
9368 {"(Addr).Is4In6", Method, 18, ""},
9369 {"(Addr).Is6", Method, 18, ""},
9370 {"(Addr).IsGlobalUnicast", Method, 18, ""},
9371 {"(Addr).IsInterfaceLocalMulticast", Method, 18, ""},
9372 {"(Addr).IsLinkLocalMulticast", Method, 18, ""},
9373 {"(Addr).IsLinkLocalUnicast", Method, 18, ""},
9374 {"(Addr).IsLoopback", Method, 18, ""},
9375 {"(Addr).IsMulticast", Method, 18, ""},
9376 {"(Addr).IsPrivate", Method, 18, ""},
9377 {"(Addr).IsUnspecified", Method, 18, ""},
9378 {"(Addr).IsValid", Method, 18, ""},
9379 {"(Addr).Less", Method, 18, ""},
9380 {"(Addr).MarshalBinary", Method, 18, ""},
9381 {"(Addr).MarshalText", Method, 18, ""},
9382 {"(Addr).Next", Method, 18, ""},
9383 {"(Addr).Prefix", Method, 18, ""},
9384 {"(Addr).Prev", Method, 18, ""},
9385 {"(Addr).String", Method, 18, ""},
9386 {"(Addr).StringExpanded", Method, 18, ""},
9387 {"(Addr).Unmap", Method, 18, ""},
9388 {"(Addr).WithZone", Method, 18, ""},
9389 {"(Addr).Zone", Method, 18, ""},
9390 {"(AddrPort).Addr", Method, 18, ""},
9391 {"(AddrPort).AppendBinary", Method, 24, ""},
9392 {"(AddrPort).AppendText", Method, 24, ""},
9393 {"(AddrPort).AppendTo", Method, 18, ""},
9394 {"(AddrPort).Compare", Method, 22, ""},
9395 {"(AddrPort).IsValid", Method, 18, ""},
9396 {"(AddrPort).MarshalBinary", Method, 18, ""},
9397 {"(AddrPort).MarshalText", Method, 18, ""},
9398 {"(AddrPort).Port", Method, 18, ""},
9399 {"(AddrPort).String", Method, 18, ""},
9400 {"(Prefix).Addr", Method, 18, ""},
9401 {"(Prefix).AppendBinary", Method, 24, ""},
9402 {"(Prefix).AppendText", Method, 24, ""},
9403 {"(Prefix).AppendTo", Method, 18, ""},
9404 {"(Prefix).Bits", Method, 18, ""},
9405 {"(Prefix).Compare", Method, 26, ""},
9406 {"(Prefix).Contains", Method, 18, ""},
9407 {"(Prefix).IsSingleIP", Method, 18, ""},
9408 {"(Prefix).IsValid", Method, 18, ""},
9409 {"(Prefix).MarshalBinary", Method, 18, ""},
9410 {"(Prefix).MarshalText", Method, 18, ""},
9411 {"(Prefix).Masked", Method, 18, ""},
9412 {"(Prefix).Overlaps", Method, 18, ""},
9413 {"(Prefix).String", Method, 18, ""},
9414 {"Addr", Type, 18, ""},
9415 {"AddrFrom16", Func, 18, "func(addr [16]byte) Addr"},
9416 {"AddrFrom4", Func, 18, "func(addr [4]byte) Addr"},
9417 {"AddrFromSlice", Func, 18, "func(slice []byte) (ip Addr, ok bool)"},
9418 {"AddrPort", Type, 18, ""},
9419 {"AddrPortFrom", Func, 18, "func(ip Addr, port uint16) AddrPort"},
9420 {"IPv4Unspecified", Func, 18, "func() Addr"},
9421 {"IPv6LinkLocalAllNodes", Func, 18, "func() Addr"},
9422 {"IPv6LinkLocalAllRouters", Func, 20, "func() Addr"},
9423 {"IPv6Loopback", Func, 20, "func() Addr"},
9424 {"IPv6Unspecified", Func, 18, "func() Addr"},
9425 {"MustParseAddr", Func, 18, "func(s string) Addr"},
9426 {"MustParseAddrPort", Func, 18, "func(s string) AddrPort"},
9427 {"MustParsePrefix", Func, 18, "func(s string) Prefix"},
9428 {"ParseAddr", Func, 18, "func(s string) (Addr, error)"},
9429 {"ParseAddrPort", Func, 18, "func(s string) (AddrPort, error)"},
9430 {"ParsePrefix", Func, 18, "func(s string) (Prefix, error)"},
9431 {"Prefix", Type, 18, ""},
9432 {"PrefixFrom", Func, 18, "func(ip Addr, bits int) Prefix"},
9433 },
9434 "net/rpc": {
9435 {"(*Client).Call", Method, 0, ""},
9436 {"(*Client).Close", Method, 0, ""},
9437 {"(*Client).Go", Method, 0, ""},
9438 {"(*Server).Accept", Method, 0, ""},
9439 {"(*Server).HandleHTTP", Method, 0, ""},
9440 {"(*Server).Register", Method, 0, ""},
9441 {"(*Server).RegisterName", Method, 0, ""},
9442 {"(*Server).ServeCodec", Method, 0, ""},
9443 {"(*Server).ServeConn", Method, 0, ""},
9444 {"(*Server).ServeHTTP", Method, 0, ""},
9445 {"(*Server).ServeRequest", Method, 0, ""},
9446 {"(ClientCodec).Close", Method, 0, ""},
9447 {"(ClientCodec).ReadResponseBody", Method, 0, ""},
9448 {"(ClientCodec).ReadResponseHeader", Method, 0, ""},
9449 {"(ClientCodec).WriteRequest", Method, 0, ""},
9450 {"(ServerCodec).Close", Method, 0, ""},
9451 {"(ServerCodec).ReadRequestBody", Method, 0, ""},
9452 {"(ServerCodec).ReadRequestHeader", Method, 0, ""},
9453 {"(ServerCodec).WriteResponse", Method, 0, ""},
9454 {"(ServerError).Error", Method, 0, ""},
9455 {"Accept", Func, 0, "func(lis net.Listener)"},
9456 {"Call", Type, 0, ""},
9457 {"Call.Args", Field, 0, ""},
9458 {"Call.Done", Field, 0, ""},
9459 {"Call.Error", Field, 0, ""},
9460 {"Call.Reply", Field, 0, ""},
9461 {"Call.ServiceMethod", Field, 0, ""},
9462 {"Client", Type, 0, ""},
9463 {"ClientCodec", Type, 0, ""},
9464 {"DefaultDebugPath", Const, 0, ""},
9465 {"DefaultRPCPath", Const, 0, ""},
9466 {"DefaultServer", Var, 0, ""},
9467 {"Dial", Func, 0, "func(network string, address string) (*Client, error)"},
9468 {"DialHTTP", Func, 0, "func(network string, address string) (*Client, error)"},
9469 {"DialHTTPPath", Func, 0, "func(network string, address string, path string) (*Client, error)"},
9470 {"ErrShutdown", Var, 0, ""},
9471 {"HandleHTTP", Func, 0, "func()"},
9472 {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *Client"},
9473 {"NewClientWithCodec", Func, 0, "func(codec ClientCodec) *Client"},
9474 {"NewServer", Func, 0, "func() *Server"},
9475 {"Register", Func, 0, "func(rcvr any) error"},
9476 {"RegisterName", Func, 0, "func(name string, rcvr any) error"},
9477 {"Request", Type, 0, ""},
9478 {"Request.Seq", Field, 0, ""},
9479 {"Request.ServiceMethod", Field, 0, ""},
9480 {"Response", Type, 0, ""},
9481 {"Response.Error", Field, 0, ""},
9482 {"Response.Seq", Field, 0, ""},
9483 {"Response.ServiceMethod", Field, 0, ""},
9484 {"ServeCodec", Func, 0, "func(codec ServerCodec)"},
9485 {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
9486 {"ServeRequest", Func, 0, "func(codec ServerCodec) error"},
9487 {"Server", Type, 0, ""},
9488 {"ServerCodec", Type, 0, ""},
9489 {"ServerError", Type, 0, ""},
9490 },
9491 "net/rpc/jsonrpc": {
9492 {"Dial", Func, 0, "func(network string, address string) (*rpc.Client, error)"},
9493 {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *rpc.Client"},
9494 {"NewClientCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ClientCodec"},
9495 {"NewServerCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ServerCodec"},
9496 {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
9497 },
9498 "net/smtp": {
9499 {"(*Client).Auth", Method, 0, ""},
9500 {"(*Client).Close", Method, 2, ""},
9501 {"(*Client).Data", Method, 0, ""},
9502 {"(*Client).Extension", Method, 0, ""},
9503 {"(*Client).Hello", Method, 1, ""},
9504 {"(*Client).Mail", Method, 0, ""},
9505 {"(*Client).Noop", Method, 10, ""},
9506 {"(*Client).Quit", Method, 0, ""},
9507 {"(*Client).Rcpt", Method, 0, ""},
9508 {"(*Client).Reset", Method, 0, ""},
9509 {"(*Client).StartTLS", Method, 0, ""},
9510 {"(*Client).TLSConnectionState", Method, 5, ""},
9511 {"(*Client).Verify", Method, 0, ""},
9512 {"(Auth).Next", Method, 0, ""},
9513 {"(Auth).Start", Method, 0, ""},
9514 {"Auth", Type, 0, ""},
9515 {"CRAMMD5Auth", Func, 0, "func(username string, secret string) Auth"},
9516 {"Client", Type, 0, ""},
9517 {"Client.Text", Field, 0, ""},
9518 {"Dial", Func, 0, "func(addr string) (*Client, error)"},
9519 {"NewClient", Func, 0, "func(conn net.Conn, host string) (*Client, error)"},
9520 {"PlainAuth", Func, 0, "func(identity string, username string, password string, host string) Auth"},
9521 {"SendMail", Func, 0, "func(addr string, a Auth, from string, to []string, msg []byte) error"},
9522 {"ServerInfo", Type, 0, ""},
9523 {"ServerInfo.Auth", Field, 0, ""},
9524 {"ServerInfo.Name", Field, 0, ""},
9525 {"ServerInfo.TLS", Field, 0, ""},
9526 },
9527 "net/textproto": {
9528 {"(*Conn).Close", Method, 0, ""},
9529 {"(*Conn).Cmd", Method, 0, ""},
9530 {"(*Conn).DotReader", Method, 0, ""},
9531 {"(*Conn).DotWriter", Method, 0, ""},
9532 {"(*Conn).EndRequest", Method, 0, ""},
9533 {"(*Conn).EndResponse", Method, 0, ""},
9534 {"(*Conn).Next", Method, 0, ""},
9535 {"(*Conn).PrintfLine", Method, 0, ""},
9536 {"(*Conn).ReadCodeLine", Method, 0, ""},
9537 {"(*Conn).ReadContinuedLine", Method, 0, ""},
9538 {"(*Conn).ReadContinuedLineBytes", Method, 0, ""},
9539 {"(*Conn).ReadDotBytes", Method, 0, ""},
9540 {"(*Conn).ReadDotLines", Method, 0, ""},
9541 {"(*Conn).ReadLine", Method, 0, ""},
9542 {"(*Conn).ReadLineBytes", Method, 0, ""},
9543 {"(*Conn).ReadMIMEHeader", Method, 0, ""},
9544 {"(*Conn).ReadResponse", Method, 0, ""},
9545 {"(*Conn).StartRequest", Method, 0, ""},
9546 {"(*Conn).StartResponse", Method, 0, ""},
9547 {"(*Error).Error", Method, 0, ""},
9548 {"(*Pipeline).EndRequest", Method, 0, ""},
9549 {"(*Pipeline).EndResponse", Method, 0, ""},
9550 {"(*Pipeline).Next", Method, 0, ""},
9551 {"(*Pipeline).StartRequest", Method, 0, ""},
9552 {"(*Pipeline).StartResponse", Method, 0, ""},
9553 {"(*Reader).DotReader", Method, 0, ""},
9554 {"(*Reader).ReadCodeLine", Method, 0, ""},
9555 {"(*Reader).ReadContinuedLine", Method, 0, ""},
9556 {"(*Reader).ReadContinuedLineBytes", Method, 0, ""},
9557 {"(*Reader).ReadDotBytes", Method, 0, ""},
9558 {"(*Reader).ReadDotLines", Method, 0, ""},
9559 {"(*Reader).ReadLine", Method, 0, ""},
9560 {"(*Reader).ReadLineBytes", Method, 0, ""},
9561 {"(*Reader).ReadMIMEHeader", Method, 0, ""},
9562 {"(*Reader).ReadResponse", Method, 0, ""},
9563 {"(*Writer).DotWriter", Method, 0, ""},
9564 {"(*Writer).PrintfLine", Method, 0, ""},
9565 {"(MIMEHeader).Add", Method, 0, ""},
9566 {"(MIMEHeader).Del", Method, 0, ""},
9567 {"(MIMEHeader).Get", Method, 0, ""},
9568 {"(MIMEHeader).Set", Method, 0, ""},
9569 {"(MIMEHeader).Values", Method, 14, ""},
9570 {"(ProtocolError).Error", Method, 0, ""},
9571 {"CanonicalMIMEHeaderKey", Func, 0, "func(s string) string"},
9572 {"Conn", Type, 0, ""},
9573 {"Conn.Pipeline", Field, 0, ""},
9574 {"Conn.Reader", Field, 0, ""},
9575 {"Conn.Writer", Field, 0, ""},
9576 {"Dial", Func, 0, "func(network string, addr string) (*Conn, error)"},
9577 {"Error", Type, 0, ""},
9578 {"Error.Code", Field, 0, ""},
9579 {"Error.Msg", Field, 0, ""},
9580 {"MIMEHeader", Type, 0, ""},
9581 {"NewConn", Func, 0, "func(conn io.ReadWriteCloser) *Conn"},
9582 {"NewReader", Func, 0, "func(r *bufio.Reader) *Reader"},
9583 {"NewWriter", Func, 0, "func(w *bufio.Writer) *Writer"},
9584 {"Pipeline", Type, 0, ""},
9585 {"ProtocolError", Type, 0, ""},
9586 {"Reader", Type, 0, ""},
9587 {"Reader.R", Field, 0, ""},
9588 {"TrimBytes", Func, 1, "func(b []byte) []byte"},
9589 {"TrimString", Func, 1, "func(s string) string"},
9590 {"Writer", Type, 0, ""},
9591 {"Writer.W", Field, 0, ""},
9592 },
9593 "net/url": {
9594 {"(*Error).Error", Method, 0, ""},
9595 {"(*Error).Temporary", Method, 6, ""},
9596 {"(*Error).Timeout", Method, 6, ""},
9597 {"(*Error).Unwrap", Method, 13, ""},
9598 {"(*URL).AppendBinary", Method, 24, ""},
9599 {"(*URL).EscapedFragment", Method, 15, ""},
9600 {"(*URL).EscapedPath", Method, 5, ""},
9601 {"(*URL).Hostname", Method, 8, ""},
9602 {"(*URL).IsAbs", Method, 0, ""},
9603 {"(*URL).JoinPath", Method, 19, ""},
9604 {"(*URL).MarshalBinary", Method, 8, ""},
9605 {"(*URL).Parse", Method, 0, ""},
9606 {"(*URL).Port", Method, 8, ""},
9607 {"(*URL).Query", Method, 0, ""},
9608 {"(*URL).Redacted", Method, 15, ""},
9609 {"(*URL).RequestURI", Method, 0, ""},
9610 {"(*URL).ResolveReference", Method, 0, ""},
9611 {"(*URL).String", Method, 0, ""},
9612 {"(*URL).UnmarshalBinary", Method, 8, ""},
9613 {"(*Userinfo).Password", Method, 0, ""},
9614 {"(*Userinfo).String", Method, 0, ""},
9615 {"(*Userinfo).Username", Method, 0, ""},
9616 {"(EscapeError).Error", Method, 0, ""},
9617 {"(InvalidHostError).Error", Method, 6, ""},
9618 {"(Values).Add", Method, 0, ""},
9619 {"(Values).Del", Method, 0, ""},
9620 {"(Values).Encode", Method, 0, ""},
9621 {"(Values).Get", Method, 0, ""},
9622 {"(Values).Has", Method, 17, ""},
9623 {"(Values).Set", Method, 0, ""},
9624 {"Error", Type, 0, ""},
9625 {"Error.Err", Field, 0, ""},
9626 {"Error.Op", Field, 0, ""},
9627 {"Error.URL", Field, 0, ""},
9628 {"EscapeError", Type, 0, ""},
9629 {"InvalidHostError", Type, 6, ""},
9630 {"JoinPath", Func, 19, "func(base string, elem ...string) (result string, err error)"},
9631 {"Parse", Func, 0, "func(rawURL string) (*URL, error)"},
9632 {"ParseQuery", Func, 0, "func(query string) (Values, error)"},
9633 {"ParseRequestURI", Func, 0, "func(rawURL string) (*URL, error)"},
9634 {"PathEscape", Func, 8, "func(s string) string"},
9635 {"PathUnescape", Func, 8, "func(s string) (string, error)"},
9636 {"QueryEscape", Func, 0, "func(s string) string"},
9637 {"QueryUnescape", Func, 0, "func(s string) (string, error)"},
9638 {"URL", Type, 0, ""},
9639 {"URL.ForceQuery", Field, 7, ""},
9640 {"URL.Fragment", Field, 0, ""},
9641 {"URL.Host", Field, 0, ""},
9642 {"URL.OmitHost", Field, 19, ""},
9643 {"URL.Opaque", Field, 0, ""},
9644 {"URL.Path", Field, 0, ""},
9645 {"URL.RawFragment", Field, 15, ""},
9646 {"URL.RawPath", Field, 5, ""},
9647 {"URL.RawQuery", Field, 0, ""},
9648 {"URL.Scheme", Field, 0, ""},
9649 {"URL.User", Field, 0, ""},
9650 {"User", Func, 0, "func(username string) *Userinfo"},
9651 {"UserPassword", Func, 0, "func(username string, password string) *Userinfo"},
9652 {"Userinfo", Type, 0, ""},
9653 {"Values", Type, 0, ""},
9654 },
9655 "os": {
9656 {"(*File).Chdir", Method, 0, ""},
9657 {"(*File).Chmod", Method, 0, ""},
9658 {"(*File).Chown", Method, 0, ""},
9659 {"(*File).Close", Method, 0, ""},
9660 {"(*File).Fd", Method, 0, ""},
9661 {"(*File).Name", Method, 0, ""},
9662 {"(*File).Read", Method, 0, ""},
9663 {"(*File).ReadAt", Method, 0, ""},
9664 {"(*File).ReadDir", Method, 16, ""},
9665 {"(*File).ReadFrom", Method, 15, ""},
9666 {"(*File).Readdir", Method, 0, ""},
9667 {"(*File).Readdirnames", Method, 0, ""},
9668 {"(*File).Seek", Method, 0, ""},
9669 {"(*File).SetDeadline", Method, 10, ""},
9670 {"(*File).SetReadDeadline", Method, 10, ""},
9671 {"(*File).SetWriteDeadline", Method, 10, ""},
9672 {"(*File).Stat", Method, 0, ""},
9673 {"(*File).Sync", Method, 0, ""},
9674 {"(*File).SyscallConn", Method, 12, ""},
9675 {"(*File).Truncate", Method, 0, ""},
9676 {"(*File).Write", Method, 0, ""},
9677 {"(*File).WriteAt", Method, 0, ""},
9678 {"(*File).WriteString", Method, 0, ""},
9679 {"(*File).WriteTo", Method, 22, ""},
9680 {"(*LinkError).Error", Method, 0, ""},
9681 {"(*LinkError).Unwrap", Method, 13, ""},
9682 {"(*PathError).Error", Method, 0, ""},
9683 {"(*PathError).Timeout", Method, 10, ""},
9684 {"(*PathError).Unwrap", Method, 13, ""},
9685 {"(*Process).Kill", Method, 0, ""},
9686 {"(*Process).Release", Method, 0, ""},
9687 {"(*Process).Signal", Method, 0, ""},
9688 {"(*Process).Wait", Method, 0, ""},
9689 {"(*Process).WithHandle", Method, 26, ""},
9690 {"(*ProcessState).ExitCode", Method, 12, ""},
9691 {"(*ProcessState).Exited", Method, 0, ""},
9692 {"(*ProcessState).Pid", Method, 0, ""},
9693 {"(*ProcessState).String", Method, 0, ""},
9694 {"(*ProcessState).Success", Method, 0, ""},
9695 {"(*ProcessState).Sys", Method, 0, ""},
9696 {"(*ProcessState).SysUsage", Method, 0, ""},
9697 {"(*ProcessState).SystemTime", Method, 0, ""},
9698 {"(*ProcessState).UserTime", Method, 0, ""},
9699 {"(*Root).Chmod", Method, 25, ""},
9700 {"(*Root).Chown", Method, 25, ""},
9701 {"(*Root).Chtimes", Method, 25, ""},
9702 {"(*Root).Close", Method, 24, ""},
9703 {"(*Root).Create", Method, 24, ""},
9704 {"(*Root).FS", Method, 24, ""},
9705 {"(*Root).Lchown", Method, 25, ""},
9706 {"(*Root).Link", Method, 25, ""},
9707 {"(*Root).Lstat", Method, 24, ""},
9708 {"(*Root).Mkdir", Method, 24, ""},
9709 {"(*Root).MkdirAll", Method, 25, ""},
9710 {"(*Root).Name", Method, 24, ""},
9711 {"(*Root).Open", Method, 24, ""},
9712 {"(*Root).OpenFile", Method, 24, ""},
9713 {"(*Root).OpenRoot", Method, 24, ""},
9714 {"(*Root).ReadFile", Method, 25, ""},
9715 {"(*Root).Readlink", Method, 25, ""},
9716 {"(*Root).Remove", Method, 24, ""},
9717 {"(*Root).RemoveAll", Method, 25, ""},
9718 {"(*Root).Rename", Method, 25, ""},
9719 {"(*Root).Stat", Method, 24, ""},
9720 {"(*Root).Symlink", Method, 25, ""},
9721 {"(*Root).WriteFile", Method, 25, ""},
9722 {"(*SyscallError).Error", Method, 0, ""},
9723 {"(*SyscallError).Timeout", Method, 10, ""},
9724 {"(*SyscallError).Unwrap", Method, 13, ""},
9725 {"(FileInfo).IsDir", Method, 0, ""},
9726 {"(FileInfo).ModTime", Method, 0, ""},
9727 {"(FileInfo).Mode", Method, 0, ""},
9728 {"(FileInfo).Name", Method, 0, ""},
9729 {"(FileInfo).Size", Method, 0, ""},
9730 {"(FileInfo).Sys", Method, 0, ""},
9731 {"(FileMode).IsDir", Method, 0, ""},
9732 {"(FileMode).IsRegular", Method, 1, ""},
9733 {"(FileMode).Perm", Method, 0, ""},
9734 {"(FileMode).String", Method, 0, ""},
9735 {"(Signal).Signal", Method, 0, ""},
9736 {"(Signal).String", Method, 0, ""},
9737 {"Args", Var, 0, ""},
9738 {"Chdir", Func, 0, "func(dir string) error"},
9739 {"Chmod", Func, 0, "func(name string, mode FileMode) error"},
9740 {"Chown", Func, 0, "func(name string, uid int, gid int) error"},
9741 {"Chtimes", Func, 0, "func(name string, atime time.Time, mtime time.Time) error"},
9742 {"Clearenv", Func, 0, "func()"},
9743 {"CopyFS", Func, 23, "func(dir string, fsys fs.FS) error"},
9744 {"Create", Func, 0, "func(name string) (*File, error)"},
9745 {"CreateTemp", Func, 16, "func(dir string, pattern string) (*File, error)"},
9746 {"DevNull", Const, 0, ""},
9747 {"DirEntry", Type, 16, ""},
9748 {"DirFS", Func, 16, "func(dir string) fs.FS"},
9749 {"Environ", Func, 0, "func() []string"},
9750 {"ErrClosed", Var, 8, ""},
9751 {"ErrDeadlineExceeded", Var, 15, ""},
9752 {"ErrExist", Var, 0, ""},
9753 {"ErrInvalid", Var, 0, ""},
9754 {"ErrNoDeadline", Var, 10, ""},
9755 {"ErrNoHandle", Var, 26, ""},
9756 {"ErrNotExist", Var, 0, ""},
9757 {"ErrPermission", Var, 0, ""},
9758 {"ErrProcessDone", Var, 16, ""},
9759 {"Executable", Func, 8, "func() (string, error)"},
9760 {"Exit", Func, 0, "func(code int)"},
9761 {"Expand", Func, 0, "func(s string, mapping func(string) string) string"},
9762 {"ExpandEnv", Func, 0, "func(s string) string"},
9763 {"File", Type, 0, ""},
9764 {"FileInfo", Type, 0, ""},
9765 {"FileMode", Type, 0, ""},
9766 {"FindProcess", Func, 0, "func(pid int) (*Process, error)"},
9767 {"Getegid", Func, 0, "func() int"},
9768 {"Getenv", Func, 0, "func(key string) string"},
9769 {"Geteuid", Func, 0, "func() int"},
9770 {"Getgid", Func, 0, "func() int"},
9771 {"Getgroups", Func, 0, "func() ([]int, error)"},
9772 {"Getpagesize", Func, 0, "func() int"},
9773 {"Getpid", Func, 0, "func() int"},
9774 {"Getppid", Func, 0, "func() int"},
9775 {"Getuid", Func, 0, "func() int"},
9776 {"Getwd", Func, 0, "func() (dir string, err error)"},
9777 {"Hostname", Func, 0, "func() (name string, err error)"},
9778 {"Interrupt", Var, 0, ""},
9779 {"IsExist", Func, 0, "func(err error) bool"},
9780 {"IsNotExist", Func, 0, "func(err error) bool"},
9781 {"IsPathSeparator", Func, 0, "func(c uint8) bool"},
9782 {"IsPermission", Func, 0, "func(err error) bool"},
9783 {"IsTimeout", Func, 10, "func(err error) bool"},
9784 {"Kill", Var, 0, ""},
9785 {"Lchown", Func, 0, "func(name string, uid int, gid int) error"},
9786 {"Link", Func, 0, "func(oldname string, newname string) error"},
9787 {"LinkError", Type, 0, ""},
9788 {"LinkError.Err", Field, 0, ""},
9789 {"LinkError.New", Field, 0, ""},
9790 {"LinkError.Old", Field, 0, ""},
9791 {"LinkError.Op", Field, 0, ""},
9792 {"LookupEnv", Func, 5, "func(key string) (string, bool)"},
9793 {"Lstat", Func, 0, "func(name string) (FileInfo, error)"},
9794 {"Mkdir", Func, 0, "func(name string, perm FileMode) error"},
9795 {"MkdirAll", Func, 0, "func(path string, perm FileMode) error"},
9796 {"MkdirTemp", Func, 16, "func(dir string, pattern string) (string, error)"},
9797 {"ModeAppend", Const, 0, ""},
9798 {"ModeCharDevice", Const, 0, ""},
9799 {"ModeDevice", Const, 0, ""},
9800 {"ModeDir", Const, 0, ""},
9801 {"ModeExclusive", Const, 0, ""},
9802 {"ModeIrregular", Const, 11, ""},
9803 {"ModeNamedPipe", Const, 0, ""},
9804 {"ModePerm", Const, 0, ""},
9805 {"ModeSetgid", Const, 0, ""},
9806 {"ModeSetuid", Const, 0, ""},
9807 {"ModeSocket", Const, 0, ""},
9808 {"ModeSticky", Const, 0, ""},
9809 {"ModeSymlink", Const, 0, ""},
9810 {"ModeTemporary", Const, 0, ""},
9811 {"ModeType", Const, 0, ""},
9812 {"NewFile", Func, 0, "func(fd uintptr, name string) *File"},
9813 {"NewSyscallError", Func, 0, "func(syscall string, err error) error"},
9814 {"O_APPEND", Const, 0, ""},
9815 {"O_CREATE", Const, 0, ""},
9816 {"O_EXCL", Const, 0, ""},
9817 {"O_RDONLY", Const, 0, ""},
9818 {"O_RDWR", Const, 0, ""},
9819 {"O_SYNC", Const, 0, ""},
9820 {"O_TRUNC", Const, 0, ""},
9821 {"O_WRONLY", Const, 0, ""},
9822 {"Open", Func, 0, "func(name string) (*File, error)"},
9823 {"OpenFile", Func, 0, "func(name string, flag int, perm FileMode) (*File, error)"},
9824 {"OpenInRoot", Func, 24, "func(dir string, name string) (*File, error)"},
9825 {"OpenRoot", Func, 24, "func(name string) (*Root, error)"},
9826 {"PathError", Type, 0, ""},
9827 {"PathError.Err", Field, 0, ""},
9828 {"PathError.Op", Field, 0, ""},
9829 {"PathError.Path", Field, 0, ""},
9830 {"PathListSeparator", Const, 0, ""},
9831 {"PathSeparator", Const, 0, ""},
9832 {"Pipe", Func, 0, "func() (r *File, w *File, err error)"},
9833 {"ProcAttr", Type, 0, ""},
9834 {"ProcAttr.Dir", Field, 0, ""},
9835 {"ProcAttr.Env", Field, 0, ""},
9836 {"ProcAttr.Files", Field, 0, ""},
9837 {"ProcAttr.Sys", Field, 0, ""},
9838 {"Process", Type, 0, ""},
9839 {"Process.Pid", Field, 0, ""},
9840 {"ProcessState", Type, 0, ""},
9841 {"ReadDir", Func, 16, "func(name string) ([]DirEntry, error)"},
9842 {"ReadFile", Func, 16, "func(name string) ([]byte, error)"},
9843 {"Readlink", Func, 0, "func(name string) (string, error)"},
9844 {"Remove", Func, 0, "func(name string) error"},
9845 {"RemoveAll", Func, 0, "func(path string) error"},
9846 {"Rename", Func, 0, "func(oldpath string, newpath string) error"},
9847 {"Root", Type, 24, ""},
9848 {"SEEK_CUR", Const, 0, ""},
9849 {"SEEK_END", Const, 0, ""},
9850 {"SEEK_SET", Const, 0, ""},
9851 {"SameFile", Func, 0, "func(fi1 FileInfo, fi2 FileInfo) bool"},
9852 {"Setenv", Func, 0, "func(key string, value string) error"},
9853 {"Signal", Type, 0, ""},
9854 {"StartProcess", Func, 0, "func(name string, argv []string, attr *ProcAttr) (*Process, error)"},
9855 {"Stat", Func, 0, "func(name string) (FileInfo, error)"},
9856 {"Stderr", Var, 0, ""},
9857 {"Stdin", Var, 0, ""},
9858 {"Stdout", Var, 0, ""},
9859 {"Symlink", Func, 0, "func(oldname string, newname string) error"},
9860 {"SyscallError", Type, 0, ""},
9861 {"SyscallError.Err", Field, 0, ""},
9862 {"SyscallError.Syscall", Field, 0, ""},
9863 {"TempDir", Func, 0, "func() string"},
9864 {"Truncate", Func, 0, "func(name string, size int64) error"},
9865 {"Unsetenv", Func, 4, "func(key string) error"},
9866 {"UserCacheDir", Func, 11, "func() (string, error)"},
9867 {"UserConfigDir", Func, 13, "func() (string, error)"},
9868 {"UserHomeDir", Func, 12, "func() (string, error)"},
9869 {"WriteFile", Func, 16, "func(name string, data []byte, perm FileMode) error"},
9870 },
9871 "os/exec": {
9872 {"(*Cmd).CombinedOutput", Method, 0, ""},
9873 {"(*Cmd).Environ", Method, 19, ""},
9874 {"(*Cmd).Output", Method, 0, ""},
9875 {"(*Cmd).Run", Method, 0, ""},
9876 {"(*Cmd).Start", Method, 0, ""},
9877 {"(*Cmd).StderrPipe", Method, 0, ""},
9878 {"(*Cmd).StdinPipe", Method, 0, ""},
9879 {"(*Cmd).StdoutPipe", Method, 0, ""},
9880 {"(*Cmd).String", Method, 13, ""},
9881 {"(*Cmd).Wait", Method, 0, ""},
9882 {"(*Error).Error", Method, 0, ""},
9883 {"(*Error).Unwrap", Method, 13, ""},
9884 {"(*ExitError).Error", Method, 0, ""},
9885 {"(ExitError).ExitCode", Method, 12, ""},
9886 {"(ExitError).Exited", Method, 0, ""},
9887 {"(ExitError).Pid", Method, 0, ""},
9888 {"(ExitError).String", Method, 0, ""},
9889 {"(ExitError).Success", Method, 0, ""},
9890 {"(ExitError).Sys", Method, 0, ""},
9891 {"(ExitError).SysUsage", Method, 0, ""},
9892 {"(ExitError).SystemTime", Method, 0, ""},
9893 {"(ExitError).UserTime", Method, 0, ""},
9894 {"Cmd", Type, 0, ""},
9895 {"Cmd.Args", Field, 0, ""},
9896 {"Cmd.Cancel", Field, 20, ""},
9897 {"Cmd.Dir", Field, 0, ""},
9898 {"Cmd.Env", Field, 0, ""},
9899 {"Cmd.Err", Field, 19, ""},
9900 {"Cmd.ExtraFiles", Field, 0, ""},
9901 {"Cmd.Path", Field, 0, ""},
9902 {"Cmd.Process", Field, 0, ""},
9903 {"Cmd.ProcessState", Field, 0, ""},
9904 {"Cmd.Stderr", Field, 0, ""},
9905 {"Cmd.Stdin", Field, 0, ""},
9906 {"Cmd.Stdout", Field, 0, ""},
9907 {"Cmd.SysProcAttr", Field, 0, ""},
9908 {"Cmd.WaitDelay", Field, 20, ""},
9909 {"Command", Func, 0, "func(name string, arg ...string) *Cmd"},
9910 {"CommandContext", Func, 7, "func(ctx context.Context, name string, arg ...string) *Cmd"},
9911 {"ErrDot", Var, 19, ""},
9912 {"ErrNotFound", Var, 0, ""},
9913 {"ErrWaitDelay", Var, 20, ""},
9914 {"Error", Type, 0, ""},
9915 {"Error.Err", Field, 0, ""},
9916 {"Error.Name", Field, 0, ""},
9917 {"ExitError", Type, 0, ""},
9918 {"ExitError.ProcessState", Field, 0, ""},
9919 {"ExitError.Stderr", Field, 6, ""},
9920 {"LookPath", Func, 0, "func(file string) (string, error)"},
9921 },
9922 "os/signal": {
9923 {"Ignore", Func, 5, "func(sig ...os.Signal)"},
9924 {"Ignored", Func, 11, "func(sig os.Signal) bool"},
9925 {"Notify", Func, 0, "func(c chan<- os.Signal, sig ...os.Signal)"},
9926 {"NotifyContext", Func, 16, "func(parent context.Context, signals ...os.Signal) (ctx context.Context, stop context.CancelFunc)"},
9927 {"Reset", Func, 5, "func(sig ...os.Signal)"},
9928 {"Stop", Func, 1, "func(c chan<- os.Signal)"},
9929 },
9930 "os/user": {
9931 {"(*User).GroupIds", Method, 7, ""},
9932 {"(UnknownGroupError).Error", Method, 7, ""},
9933 {"(UnknownGroupIdError).Error", Method, 7, ""},
9934 {"(UnknownUserError).Error", Method, 0, ""},
9935 {"(UnknownUserIdError).Error", Method, 0, ""},
9936 {"Current", Func, 0, "func() (*User, error)"},
9937 {"Group", Type, 7, ""},
9938 {"Group.Gid", Field, 7, ""},
9939 {"Group.Name", Field, 7, ""},
9940 {"Lookup", Func, 0, "func(username string) (*User, error)"},
9941 {"LookupGroup", Func, 7, "func(name string) (*Group, error)"},
9942 {"LookupGroupId", Func, 7, "func(gid string) (*Group, error)"},
9943 {"LookupId", Func, 0, "func(uid string) (*User, error)"},
9944 {"UnknownGroupError", Type, 7, ""},
9945 {"UnknownGroupIdError", Type, 7, ""},
9946 {"UnknownUserError", Type, 0, ""},
9947 {"UnknownUserIdError", Type, 0, ""},
9948 {"User", Type, 0, ""},
9949 {"User.Gid", Field, 0, ""},
9950 {"User.HomeDir", Field, 0, ""},
9951 {"User.Name", Field, 0, ""},
9952 {"User.Uid", Field, 0, ""},
9953 {"User.Username", Field, 0, ""},
9954 },
9955 "path": {
9956 {"Base", Func, 0, "func(path string) string"},
9957 {"Clean", Func, 0, "func(path string) string"},
9958 {"Dir", Func, 0, "func(path string) string"},
9959 {"ErrBadPattern", Var, 0, ""},
9960 {"Ext", Func, 0, "func(path string) string"},
9961 {"IsAbs", Func, 0, "func(path string) bool"},
9962 {"Join", Func, 0, "func(elem ...string) string"},
9963 {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
9964 {"Split", Func, 0, "func(path string) (dir string, file string)"},
9965 },
9966 "path/filepath": {
9967 {"Abs", Func, 0, "func(path string) (string, error)"},
9968 {"Base", Func, 0, "func(path string) string"},
9969 {"Clean", Func, 0, "func(path string) string"},
9970 {"Dir", Func, 0, "func(path string) string"},
9971 {"ErrBadPattern", Var, 0, ""},
9972 {"EvalSymlinks", Func, 0, "func(path string) (string, error)"},
9973 {"Ext", Func, 0, "func(path string) string"},
9974 {"FromSlash", Func, 0, "func(path string) string"},
9975 {"Glob", Func, 0, "func(pattern string) (matches []string, err error)"},
9976 {"HasPrefix", Func, 0, "func(p string, prefix string) bool"},
9977 {"IsAbs", Func, 0, "func(path string) bool"},
9978 {"IsLocal", Func, 20, "func(path string) bool"},
9979 {"Join", Func, 0, "func(elem ...string) string"},
9980 {"ListSeparator", Const, 0, ""},
9981 {"Localize", Func, 23, "func(path string) (string, error)"},
9982 {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
9983 {"Rel", Func, 0, "func(basePath string, targPath string) (string, error)"},
9984 {"Separator", Const, 0, ""},
9985 {"SkipAll", Var, 20, ""},
9986 {"SkipDir", Var, 0, ""},
9987 {"Split", Func, 0, "func(path string) (dir string, file string)"},
9988 {"SplitList", Func, 0, "func(path string) []string"},
9989 {"ToSlash", Func, 0, "func(path string) string"},
9990 {"VolumeName", Func, 0, "func(path string) string"},
9991 {"Walk", Func, 0, "func(root string, fn WalkFunc) error"},
9992 {"WalkDir", Func, 16, "func(root string, fn fs.WalkDirFunc) error"},
9993 {"WalkFunc", Type, 0, ""},
9994 },
9995 "plugin": {
9996 {"(*Plugin).Lookup", Method, 8, ""},
9997 {"Open", Func, 8, "func(path string) (*Plugin, error)"},
9998 {"Plugin", Type, 8, ""},
9999 {"Symbol", Type, 8, ""},
10000 },
10001 "reflect": {
10002 {"(*MapIter).Key", Method, 12, ""},
10003 {"(*MapIter).Next", Method, 12, ""},
10004 {"(*MapIter).Reset", Method, 18, ""},
10005 {"(*MapIter).Value", Method, 12, ""},
10006 {"(*ValueError).Error", Method, 0, ""},
10007 {"(ChanDir).String", Method, 0, ""},
10008 {"(Kind).String", Method, 0, ""},
10009 {"(Method).IsExported", Method, 17, ""},
10010 {"(StructField).IsExported", Method, 17, ""},
10011 {"(StructTag).Get", Method, 0, ""},
10012 {"(StructTag).Lookup", Method, 7, ""},
10013 {"(Type).Align", Method, 0, ""},
10014 {"(Type).AssignableTo", Method, 0, ""},
10015 {"(Type).Bits", Method, 0, ""},
10016 {"(Type).CanSeq", Method, 23, ""},
10017 {"(Type).CanSeq2", Method, 23, ""},
10018 {"(Type).ChanDir", Method, 0, ""},
10019 {"(Type).Comparable", Method, 4, ""},
10020 {"(Type).ConvertibleTo", Method, 1, ""},
10021 {"(Type).Elem", Method, 0, ""},
10022 {"(Type).Field", Method, 0, ""},
10023 {"(Type).FieldAlign", Method, 0, ""},
10024 {"(Type).FieldByIndex", Method, 0, ""},
10025 {"(Type).FieldByName", Method, 0, ""},
10026 {"(Type).FieldByNameFunc", Method, 0, ""},
10027 {"(Type).Fields", Method, 26, ""},
10028 {"(Type).Implements", Method, 0, ""},
10029 {"(Type).In", Method, 0, ""},
10030 {"(Type).Ins", Method, 26, ""},
10031 {"(Type).IsVariadic", Method, 0, ""},
10032 {"(Type).Key", Method, 0, ""},
10033 {"(Type).Kind", Method, 0, ""},
10034 {"(Type).Len", Method, 0, ""},
10035 {"(Type).Method", Method, 0, ""},
10036 {"(Type).MethodByName", Method, 0, ""},
10037 {"(Type).Methods", Method, 26, ""},
10038 {"(Type).Name", Method, 0, ""},
10039 {"(Type).NumField", Method, 0, ""},
10040 {"(Type).NumIn", Method, 0, ""},
10041 {"(Type).NumMethod", Method, 0, ""},
10042 {"(Type).NumOut", Method, 0, ""},
10043 {"(Type).Out", Method, 0, ""},
10044 {"(Type).Outs", Method, 26, ""},
10045 {"(Type).OverflowComplex", Method, 23, ""},
10046 {"(Type).OverflowFloat", Method, 23, ""},
10047 {"(Type).OverflowInt", Method, 23, ""},
10048 {"(Type).OverflowUint", Method, 23, ""},
10049 {"(Type).PkgPath", Method, 0, ""},
10050 {"(Type).Size", Method, 0, ""},
10051 {"(Type).String", Method, 0, ""},
10052 {"(Value).Addr", Method, 0, ""},
10053 {"(Value).Bool", Method, 0, ""},
10054 {"(Value).Bytes", Method, 0, ""},
10055 {"(Value).Call", Method, 0, ""},
10056 {"(Value).CallSlice", Method, 0, ""},
10057 {"(Value).CanAddr", Method, 0, ""},
10058 {"(Value).CanComplex", Method, 18, ""},
10059 {"(Value).CanConvert", Method, 17, ""},
10060 {"(Value).CanFloat", Method, 18, ""},
10061 {"(Value).CanInt", Method, 18, ""},
10062 {"(Value).CanInterface", Method, 0, ""},
10063 {"(Value).CanSet", Method, 0, ""},
10064 {"(Value).CanUint", Method, 18, ""},
10065 {"(Value).Cap", Method, 0, ""},
10066 {"(Value).Clear", Method, 21, ""},
10067 {"(Value).Close", Method, 0, ""},
10068 {"(Value).Comparable", Method, 20, ""},
10069 {"(Value).Complex", Method, 0, ""},
10070 {"(Value).Convert", Method, 1, ""},
10071 {"(Value).Elem", Method, 0, ""},
10072 {"(Value).Equal", Method, 20, ""},
10073 {"(Value).Field", Method, 0, ""},
10074 {"(Value).FieldByIndex", Method, 0, ""},
10075 {"(Value).FieldByIndexErr", Method, 18, ""},
10076 {"(Value).FieldByName", Method, 0, ""},
10077 {"(Value).FieldByNameFunc", Method, 0, ""},
10078 {"(Value).Fields", Method, 26, ""},
10079 {"(Value).Float", Method, 0, ""},
10080 {"(Value).Grow", Method, 20, ""},
10081 {"(Value).Index", Method, 0, ""},
10082 {"(Value).Int", Method, 0, ""},
10083 {"(Value).Interface", Method, 0, ""},
10084 {"(Value).InterfaceData", Method, 0, ""},
10085 {"(Value).IsNil", Method, 0, ""},
10086 {"(Value).IsValid", Method, 0, ""},
10087 {"(Value).IsZero", Method, 13, ""},
10088 {"(Value).Kind", Method, 0, ""},
10089 {"(Value).Len", Method, 0, ""},
10090 {"(Value).MapIndex", Method, 0, ""},
10091 {"(Value).MapKeys", Method, 0, ""},
10092 {"(Value).MapRange", Method, 12, ""},
10093 {"(Value).Method", Method, 0, ""},
10094 {"(Value).MethodByName", Method, 0, ""},
10095 {"(Value).Methods", Method, 26, ""},
10096 {"(Value).NumField", Method, 0, ""},
10097 {"(Value).NumMethod", Method, 0, ""},
10098 {"(Value).OverflowComplex", Method, 0, ""},
10099 {"(Value).OverflowFloat", Method, 0, ""},
10100 {"(Value).OverflowInt", Method, 0, ""},
10101 {"(Value).OverflowUint", Method, 0, ""},
10102 {"(Value).Pointer", Method, 0, ""},
10103 {"(Value).Recv", Method, 0, ""},
10104 {"(Value).Send", Method, 0, ""},
10105 {"(Value).Seq", Method, 23, ""},
10106 {"(Value).Seq2", Method, 23, ""},
10107 {"(Value).Set", Method, 0, ""},
10108 {"(Value).SetBool", Method, 0, ""},
10109 {"(Value).SetBytes", Method, 0, ""},
10110 {"(Value).SetCap", Method, 2, ""},
10111 {"(Value).SetComplex", Method, 0, ""},
10112 {"(Value).SetFloat", Method, 0, ""},
10113 {"(Value).SetInt", Method, 0, ""},
10114 {"(Value).SetIterKey", Method, 18, ""},
10115 {"(Value).SetIterValue", Method, 18, ""},
10116 {"(Value).SetLen", Method, 0, ""},
10117 {"(Value).SetMapIndex", Method, 0, ""},
10118 {"(Value).SetPointer", Method, 0, ""},
10119 {"(Value).SetString", Method, 0, ""},
10120 {"(Value).SetUint", Method, 0, ""},
10121 {"(Value).SetZero", Method, 20, ""},
10122 {"(Value).Slice", Method, 0, ""},
10123 {"(Value).Slice3", Method, 2, ""},
10124 {"(Value).String", Method, 0, ""},
10125 {"(Value).TryRecv", Method, 0, ""},
10126 {"(Value).TrySend", Method, 0, ""},
10127 {"(Value).Type", Method, 0, ""},
10128 {"(Value).Uint", Method, 0, ""},
10129 {"(Value).UnsafeAddr", Method, 0, ""},
10130 {"(Value).UnsafePointer", Method, 18, ""},
10131 {"Append", Func, 0, "func(s Value, x ...Value) Value"},
10132 {"AppendSlice", Func, 0, "func(s Value, t Value) Value"},
10133 {"Array", Const, 0, ""},
10134 {"ArrayOf", Func, 5, "func(length int, elem Type) Type"},
10135 {"Bool", Const, 0, ""},
10136 {"BothDir", Const, 0, ""},
10137 {"Chan", Const, 0, ""},
10138 {"ChanDir", Type, 0, ""},
10139 {"ChanOf", Func, 1, "func(dir ChanDir, t Type) Type"},
10140 {"Complex128", Const, 0, ""},
10141 {"Complex64", Const, 0, ""},
10142 {"Copy", Func, 0, "func(dst Value, src Value) int"},
10143 {"DeepEqual", Func, 0, "func(x any, y any) bool"},
10144 {"Float32", Const, 0, ""},
10145 {"Float64", Const, 0, ""},
10146 {"Func", Const, 0, ""},
10147 {"FuncOf", Func, 5, "func(in []Type, out []Type, variadic bool) Type"},
10148 {"Indirect", Func, 0, "func(v Value) Value"},
10149 {"Int", Const, 0, ""},
10150 {"Int16", Const, 0, ""},
10151 {"Int32", Const, 0, ""},
10152 {"Int64", Const, 0, ""},
10153 {"Int8", Const, 0, ""},
10154 {"Interface", Const, 0, ""},
10155 {"Invalid", Const, 0, ""},
10156 {"Kind", Type, 0, ""},
10157 {"MakeChan", Func, 0, "func(typ Type, buffer int) Value"},
10158 {"MakeFunc", Func, 1, "func(typ Type, fn func(args []Value) (results []Value)) Value"},
10159 {"MakeMap", Func, 0, "func(typ Type) Value"},
10160 {"MakeMapWithSize", Func, 9, "func(typ Type, n int) Value"},
10161 {"MakeSlice", Func, 0, "func(typ Type, len int, cap int) Value"},
10162 {"Map", Const, 0, ""},
10163 {"MapIter", Type, 12, ""},
10164 {"MapOf", Func, 1, "func(key Type, elem Type) Type"},
10165 {"Method", Type, 0, ""},
10166 {"Method.Func", Field, 0, ""},
10167 {"Method.Index", Field, 0, ""},
10168 {"Method.Name", Field, 0, ""},
10169 {"Method.PkgPath", Field, 0, ""},
10170 {"Method.Type", Field, 0, ""},
10171 {"New", Func, 0, "func(typ Type) Value"},
10172 {"NewAt", Func, 0, "func(typ Type, p unsafe.Pointer) Value"},
10173 {"Pointer", Const, 18, ""},
10174 {"PointerTo", Func, 18, "func(t Type) Type"},
10175 {"Ptr", Const, 0, ""},
10176 {"PtrTo", Func, 0, "func(t Type) Type"},
10177 {"RecvDir", Const, 0, ""},
10178 {"Select", Func, 1, "func(cases []SelectCase) (chosen int, recv Value, recvOK bool)"},
10179 {"SelectCase", Type, 1, ""},
10180 {"SelectCase.Chan", Field, 1, ""},
10181 {"SelectCase.Dir", Field, 1, ""},
10182 {"SelectCase.Send", Field, 1, ""},
10183 {"SelectDefault", Const, 1, ""},
10184 {"SelectDir", Type, 1, ""},
10185 {"SelectRecv", Const, 1, ""},
10186 {"SelectSend", Const, 1, ""},
10187 {"SendDir", Const, 0, ""},
10188 {"Slice", Const, 0, ""},
10189 {"SliceAt", Func, 23, "func(typ Type, p unsafe.Pointer, n int) Value"},
10190 {"SliceHeader", Type, 0, ""},
10191 {"SliceHeader.Cap", Field, 0, ""},
10192 {"SliceHeader.Data", Field, 0, ""},
10193 {"SliceHeader.Len", Field, 0, ""},
10194 {"SliceOf", Func, 1, "func(t Type) Type"},
10195 {"String", Const, 0, ""},
10196 {"StringHeader", Type, 0, ""},
10197 {"StringHeader.Data", Field, 0, ""},
10198 {"StringHeader.Len", Field, 0, ""},
10199 {"Struct", Const, 0, ""},
10200 {"StructField", Type, 0, ""},
10201 {"StructField.Anonymous", Field, 0, ""},
10202 {"StructField.Index", Field, 0, ""},
10203 {"StructField.Name", Field, 0, ""},
10204 {"StructField.Offset", Field, 0, ""},
10205 {"StructField.PkgPath", Field, 0, ""},
10206 {"StructField.Tag", Field, 0, ""},
10207 {"StructField.Type", Field, 0, ""},
10208 {"StructOf", Func, 7, "func(fields []StructField) Type"},
10209 {"StructTag", Type, 0, ""},
10210 {"Swapper", Func, 8, "func(slice any) func(i int, j int)"},
10211 {"TypeAssert", Func, 25, "func[T any](v Value) (T, bool)"},
10212 {"TypeFor", Func, 22, "func[T any]() Type"},
10213 {"TypeOf", Func, 0, "func(i any) Type"},
10214 {"Uint", Const, 0, ""},
10215 {"Uint16", Const, 0, ""},
10216 {"Uint32", Const, 0, ""},
10217 {"Uint64", Const, 0, ""},
10218 {"Uint8", Const, 0, ""},
10219 {"Uintptr", Const, 0, ""},
10220 {"UnsafePointer", Const, 0, ""},
10221 {"Value", Type, 0, ""},
10222 {"ValueError", Type, 0, ""},
10223 {"ValueError.Kind", Field, 0, ""},
10224 {"ValueError.Method", Field, 0, ""},
10225 {"ValueOf", Func, 0, "func(i any) Value"},
10226 {"VisibleFields", Func, 17, "func(t Type) []StructField"},
10227 {"Zero", Func, 0, "func(typ Type) Value"},
10228 },
10229 "regexp": {
10230 {"(*Regexp).AppendText", Method, 24, ""},
10231 {"(*Regexp).Copy", Method, 6, ""},
10232 {"(*Regexp).Expand", Method, 0, ""},
10233 {"(*Regexp).ExpandString", Method, 0, ""},
10234 {"(*Regexp).Find", Method, 0, ""},
10235 {"(*Regexp).FindAll", Method, 0, ""},
10236 {"(*Regexp).FindAllIndex", Method, 0, ""},
10237 {"(*Regexp).FindAllString", Method, 0, ""},
10238 {"(*Regexp).FindAllStringIndex", Method, 0, ""},
10239 {"(*Regexp).FindAllStringSubmatch", Method, 0, ""},
10240 {"(*Regexp).FindAllStringSubmatchIndex", Method, 0, ""},
10241 {"(*Regexp).FindAllSubmatch", Method, 0, ""},
10242 {"(*Regexp).FindAllSubmatchIndex", Method, 0, ""},
10243 {"(*Regexp).FindIndex", Method, 0, ""},
10244 {"(*Regexp).FindReaderIndex", Method, 0, ""},
10245 {"(*Regexp).FindReaderSubmatchIndex", Method, 0, ""},
10246 {"(*Regexp).FindString", Method, 0, ""},
10247 {"(*Regexp).FindStringIndex", Method, 0, ""},
10248 {"(*Regexp).FindStringSubmatch", Method, 0, ""},
10249 {"(*Regexp).FindStringSubmatchIndex", Method, 0, ""},
10250 {"(*Regexp).FindSubmatch", Method, 0, ""},
10251 {"(*Regexp).FindSubmatchIndex", Method, 0, ""},
10252 {"(*Regexp).LiteralPrefix", Method, 0, ""},
10253 {"(*Regexp).Longest", Method, 1, ""},
10254 {"(*Regexp).MarshalText", Method, 21, ""},
10255 {"(*Regexp).Match", Method, 0, ""},
10256 {"(*Regexp).MatchReader", Method, 0, ""},
10257 {"(*Regexp).MatchString", Method, 0, ""},
10258 {"(*Regexp).NumSubexp", Method, 0, ""},
10259 {"(*Regexp).ReplaceAll", Method, 0, ""},
10260 {"(*Regexp).ReplaceAllFunc", Method, 0, ""},
10261 {"(*Regexp).ReplaceAllLiteral", Method, 0, ""},
10262 {"(*Regexp).ReplaceAllLiteralString", Method, 0, ""},
10263 {"(*Regexp).ReplaceAllString", Method, 0, ""},
10264 {"(*Regexp).ReplaceAllStringFunc", Method, 0, ""},
10265 {"(*Regexp).Split", Method, 1, ""},
10266 {"(*Regexp).String", Method, 0, ""},
10267 {"(*Regexp).SubexpIndex", Method, 15, ""},
10268 {"(*Regexp).SubexpNames", Method, 0, ""},
10269 {"(*Regexp).UnmarshalText", Method, 21, ""},
10270 {"Compile", Func, 0, "func(expr string) (*Regexp, error)"},
10271 {"CompilePOSIX", Func, 0, "func(expr string) (*Regexp, error)"},
10272 {"Match", Func, 0, "func(pattern string, b []byte) (matched bool, err error)"},
10273 {"MatchReader", Func, 0, "func(pattern string, r io.RuneReader) (matched bool, err error)"},
10274 {"MatchString", Func, 0, "func(pattern string, s string) (matched bool, err error)"},
10275 {"MustCompile", Func, 0, "func(str string) *Regexp"},
10276 {"MustCompilePOSIX", Func, 0, "func(str string) *Regexp"},
10277 {"QuoteMeta", Func, 0, "func(s string) string"},
10278 {"Regexp", Type, 0, ""},
10279 },
10280 "regexp/syntax": {
10281 {"(*Error).Error", Method, 0, ""},
10282 {"(*Inst).MatchEmptyWidth", Method, 0, ""},
10283 {"(*Inst).MatchRune", Method, 0, ""},
10284 {"(*Inst).MatchRunePos", Method, 3, ""},
10285 {"(*Inst).String", Method, 0, ""},
10286 {"(*Prog).Prefix", Method, 0, ""},
10287 {"(*Prog).StartCond", Method, 0, ""},
10288 {"(*Prog).String", Method, 0, ""},
10289 {"(*Regexp).CapNames", Method, 0, ""},
10290 {"(*Regexp).Equal", Method, 0, ""},
10291 {"(*Regexp).MaxCap", Method, 0, ""},
10292 {"(*Regexp).Simplify", Method, 0, ""},
10293 {"(*Regexp).String", Method, 0, ""},
10294 {"(ErrorCode).String", Method, 0, ""},
10295 {"(InstOp).String", Method, 3, ""},
10296 {"(Op).String", Method, 11, ""},
10297 {"ClassNL", Const, 0, ""},
10298 {"Compile", Func, 0, "func(re *Regexp) (*Prog, error)"},
10299 {"DotNL", Const, 0, ""},
10300 {"EmptyBeginLine", Const, 0, ""},
10301 {"EmptyBeginText", Const, 0, ""},
10302 {"EmptyEndLine", Const, 0, ""},
10303 {"EmptyEndText", Const, 0, ""},
10304 {"EmptyNoWordBoundary", Const, 0, ""},
10305 {"EmptyOp", Type, 0, ""},
10306 {"EmptyOpContext", Func, 0, "func(r1 rune, r2 rune) EmptyOp"},
10307 {"EmptyWordBoundary", Const, 0, ""},
10308 {"ErrInternalError", Const, 0, ""},
10309 {"ErrInvalidCharClass", Const, 0, ""},
10310 {"ErrInvalidCharRange", Const, 0, ""},
10311 {"ErrInvalidEscape", Const, 0, ""},
10312 {"ErrInvalidNamedCapture", Const, 0, ""},
10313 {"ErrInvalidPerlOp", Const, 0, ""},
10314 {"ErrInvalidRepeatOp", Const, 0, ""},
10315 {"ErrInvalidRepeatSize", Const, 0, ""},
10316 {"ErrInvalidUTF8", Const, 0, ""},
10317 {"ErrLarge", Const, 20, ""},
10318 {"ErrMissingBracket", Const, 0, ""},
10319 {"ErrMissingParen", Const, 0, ""},
10320 {"ErrMissingRepeatArgument", Const, 0, ""},
10321 {"ErrNestingDepth", Const, 19, ""},
10322 {"ErrTrailingBackslash", Const, 0, ""},
10323 {"ErrUnexpectedParen", Const, 1, ""},
10324 {"Error", Type, 0, ""},
10325 {"Error.Code", Field, 0, ""},
10326 {"Error.Expr", Field, 0, ""},
10327 {"ErrorCode", Type, 0, ""},
10328 {"Flags", Type, 0, ""},
10329 {"FoldCase", Const, 0, ""},
10330 {"Inst", Type, 0, ""},
10331 {"Inst.Arg", Field, 0, ""},
10332 {"Inst.Op", Field, 0, ""},
10333 {"Inst.Out", Field, 0, ""},
10334 {"Inst.Rune", Field, 0, ""},
10335 {"InstAlt", Const, 0, ""},
10336 {"InstAltMatch", Const, 0, ""},
10337 {"InstCapture", Const, 0, ""},
10338 {"InstEmptyWidth", Const, 0, ""},
10339 {"InstFail", Const, 0, ""},
10340 {"InstMatch", Const, 0, ""},
10341 {"InstNop", Const, 0, ""},
10342 {"InstOp", Type, 0, ""},
10343 {"InstRune", Const, 0, ""},
10344 {"InstRune1", Const, 0, ""},
10345 {"InstRuneAny", Const, 0, ""},
10346 {"InstRuneAnyNotNL", Const, 0, ""},
10347 {"IsWordChar", Func, 0, "func(r rune) bool"},
10348 {"Literal", Const, 0, ""},
10349 {"MatchNL", Const, 0, ""},
10350 {"NonGreedy", Const, 0, ""},
10351 {"OneLine", Const, 0, ""},
10352 {"Op", Type, 0, ""},
10353 {"OpAlternate", Const, 0, ""},
10354 {"OpAnyChar", Const, 0, ""},
10355 {"OpAnyCharNotNL", Const, 0, ""},
10356 {"OpBeginLine", Const, 0, ""},
10357 {"OpBeginText", Const, 0, ""},
10358 {"OpCapture", Const, 0, ""},
10359 {"OpCharClass", Const, 0, ""},
10360 {"OpConcat", Const, 0, ""},
10361 {"OpEmptyMatch", Const, 0, ""},
10362 {"OpEndLine", Const, 0, ""},
10363 {"OpEndText", Const, 0, ""},
10364 {"OpLiteral", Const, 0, ""},
10365 {"OpNoMatch", Const, 0, ""},
10366 {"OpNoWordBoundary", Const, 0, ""},
10367 {"OpPlus", Const, 0, ""},
10368 {"OpQuest", Const, 0, ""},
10369 {"OpRepeat", Const, 0, ""},
10370 {"OpStar", Const, 0, ""},
10371 {"OpWordBoundary", Const, 0, ""},
10372 {"POSIX", Const, 0, ""},
10373 {"Parse", Func, 0, "func(s string, flags Flags) (*Regexp, error)"},
10374 {"Perl", Const, 0, ""},
10375 {"PerlX", Const, 0, ""},
10376 {"Prog", Type, 0, ""},
10377 {"Prog.Inst", Field, 0, ""},
10378 {"Prog.NumCap", Field, 0, ""},
10379 {"Prog.Start", Field, 0, ""},
10380 {"Regexp", Type, 0, ""},
10381 {"Regexp.Cap", Field, 0, ""},
10382 {"Regexp.Flags", Field, 0, ""},
10383 {"Regexp.Max", Field, 0, ""},
10384 {"Regexp.Min", Field, 0, ""},
10385 {"Regexp.Name", Field, 0, ""},
10386 {"Regexp.Op", Field, 0, ""},
10387 {"Regexp.Rune", Field, 0, ""},
10388 {"Regexp.Rune0", Field, 0, ""},
10389 {"Regexp.Sub", Field, 0, ""},
10390 {"Regexp.Sub0", Field, 0, ""},
10391 {"Simple", Const, 0, ""},
10392 {"UnicodeGroups", Const, 0, ""},
10393 {"WasDollar", Const, 0, ""},
10394 },
10395 "runtime": {
10396 {"(*BlockProfileRecord).Stack", Method, 1, ""},
10397 {"(*Frames).Next", Method, 7, ""},
10398 {"(*Func).Entry", Method, 0, ""},
10399 {"(*Func).FileLine", Method, 0, ""},
10400 {"(*Func).Name", Method, 0, ""},
10401 {"(*MemProfileRecord).InUseBytes", Method, 0, ""},
10402 {"(*MemProfileRecord).InUseObjects", Method, 0, ""},
10403 {"(*MemProfileRecord).Stack", Method, 0, ""},
10404 {"(*PanicNilError).Error", Method, 21, ""},
10405 {"(*PanicNilError).RuntimeError", Method, 21, ""},
10406 {"(*Pinner).Pin", Method, 21, ""},
10407 {"(*Pinner).Unpin", Method, 21, ""},
10408 {"(*StackRecord).Stack", Method, 0, ""},
10409 {"(*TypeAssertionError).Error", Method, 0, ""},
10410 {"(*TypeAssertionError).RuntimeError", Method, 0, ""},
10411 {"(Cleanup).Stop", Method, 24, ""},
10412 {"(Error).Error", Method, 0, ""},
10413 {"(Error).RuntimeError", Method, 0, ""},
10414 {"AddCleanup", Func, 24, "func[T, S any](ptr *T, cleanup func(S), arg S) Cleanup"},
10415 {"BlockProfile", Func, 1, "func(p []BlockProfileRecord) (n int, ok bool)"},
10416 {"BlockProfileRecord", Type, 1, ""},
10417 {"BlockProfileRecord.Count", Field, 1, ""},
10418 {"BlockProfileRecord.Cycles", Field, 1, ""},
10419 {"BlockProfileRecord.StackRecord", Field, 1, ""},
10420 {"Breakpoint", Func, 0, "func()"},
10421 {"CPUProfile", Func, 0, "func() []byte"},
10422 {"Caller", Func, 0, "func(skip int) (pc uintptr, file string, line int, ok bool)"},
10423 {"Callers", Func, 0, "func(skip int, pc []uintptr) int"},
10424 {"CallersFrames", Func, 7, "func(callers []uintptr) *Frames"},
10425 {"Cleanup", Type, 24, ""},
10426 {"Compiler", Const, 0, ""},
10427 {"Error", Type, 0, ""},
10428 {"Frame", Type, 7, ""},
10429 {"Frame.Entry", Field, 7, ""},
10430 {"Frame.File", Field, 7, ""},
10431 {"Frame.Func", Field, 7, ""},
10432 {"Frame.Function", Field, 7, ""},
10433 {"Frame.Line", Field, 7, ""},
10434 {"Frame.PC", Field, 7, ""},
10435 {"Frames", Type, 7, ""},
10436 {"Func", Type, 0, ""},
10437 {"FuncForPC", Func, 0, "func(pc uintptr) *Func"},
10438 {"GC", Func, 0, "func()"},
10439 {"GOARCH", Const, 0, ""},
10440 {"GOMAXPROCS", Func, 0, "func(n int) int"},
10441 {"GOOS", Const, 0, ""},
10442 {"GOROOT", Func, 0, "func() string"},
10443 {"Goexit", Func, 0, "func()"},
10444 {"GoroutineProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
10445 {"Gosched", Func, 0, "func()"},
10446 {"KeepAlive", Func, 7, "func(x any)"},
10447 {"LockOSThread", Func, 0, "func()"},
10448 {"MemProfile", Func, 0, "func(p []MemProfileRecord, inuseZero bool) (n int, ok bool)"},
10449 {"MemProfileRate", Var, 0, ""},
10450 {"MemProfileRecord", Type, 0, ""},
10451 {"MemProfileRecord.AllocBytes", Field, 0, ""},
10452 {"MemProfileRecord.AllocObjects", Field, 0, ""},
10453 {"MemProfileRecord.FreeBytes", Field, 0, ""},
10454 {"MemProfileRecord.FreeObjects", Field, 0, ""},
10455 {"MemProfileRecord.Stack0", Field, 0, ""},
10456 {"MemStats", Type, 0, ""},
10457 {"MemStats.Alloc", Field, 0, ""},
10458 {"MemStats.BuckHashSys", Field, 0, ""},
10459 {"MemStats.BySize", Field, 0, ""},
10460 {"MemStats.DebugGC", Field, 0, ""},
10461 {"MemStats.EnableGC", Field, 0, ""},
10462 {"MemStats.Frees", Field, 0, ""},
10463 {"MemStats.GCCPUFraction", Field, 5, ""},
10464 {"MemStats.GCSys", Field, 2, ""},
10465 {"MemStats.HeapAlloc", Field, 0, ""},
10466 {"MemStats.HeapIdle", Field, 0, ""},
10467 {"MemStats.HeapInuse", Field, 0, ""},
10468 {"MemStats.HeapObjects", Field, 0, ""},
10469 {"MemStats.HeapReleased", Field, 0, ""},
10470 {"MemStats.HeapSys", Field, 0, ""},
10471 {"MemStats.LastGC", Field, 0, ""},
10472 {"MemStats.Lookups", Field, 0, ""},
10473 {"MemStats.MCacheInuse", Field, 0, ""},
10474 {"MemStats.MCacheSys", Field, 0, ""},
10475 {"MemStats.MSpanInuse", Field, 0, ""},
10476 {"MemStats.MSpanSys", Field, 0, ""},
10477 {"MemStats.Mallocs", Field, 0, ""},
10478 {"MemStats.NextGC", Field, 0, ""},
10479 {"MemStats.NumForcedGC", Field, 8, ""},
10480 {"MemStats.NumGC", Field, 0, ""},
10481 {"MemStats.OtherSys", Field, 2, ""},
10482 {"MemStats.PauseEnd", Field, 4, ""},
10483 {"MemStats.PauseNs", Field, 0, ""},
10484 {"MemStats.PauseTotalNs", Field, 0, ""},
10485 {"MemStats.StackInuse", Field, 0, ""},
10486 {"MemStats.StackSys", Field, 0, ""},
10487 {"MemStats.Sys", Field, 0, ""},
10488 {"MemStats.TotalAlloc", Field, 0, ""},
10489 {"MutexProfile", Func, 8, "func(p []BlockProfileRecord) (n int, ok bool)"},
10490 {"NumCPU", Func, 0, "func() int"},
10491 {"NumCgoCall", Func, 0, "func() int64"},
10492 {"NumGoroutine", Func, 0, "func() int"},
10493 {"PanicNilError", Type, 21, ""},
10494 {"Pinner", Type, 21, ""},
10495 {"ReadMemStats", Func, 0, "func(m *MemStats)"},
10496 {"ReadTrace", Func, 5, "func() (buf []byte)"},
10497 {"SetBlockProfileRate", Func, 1, "func(rate int)"},
10498 {"SetCPUProfileRate", Func, 0, "func(hz int)"},
10499 {"SetCgoTraceback", Func, 7, "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"},
10500 {"SetDefaultGOMAXPROCS", Func, 25, "func()"},
10501 {"SetFinalizer", Func, 0, "func(obj any, finalizer any)"},
10502 {"SetMutexProfileFraction", Func, 8, "func(rate int) int"},
10503 {"Stack", Func, 0, "func(buf []byte, all bool) int"},
10504 {"StackRecord", Type, 0, ""},
10505 {"StackRecord.Stack0", Field, 0, ""},
10506 {"StartTrace", Func, 5, "func() error"},
10507 {"StopTrace", Func, 5, "func()"},
10508 {"ThreadCreateProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
10509 {"TypeAssertionError", Type, 0, ""},
10510 {"UnlockOSThread", Func, 0, "func()"},
10511 {"Version", Func, 0, "func() string"},
10512 },
10513 "runtime/cgo": {
10514 {"(Handle).Delete", Method, 17, ""},
10515 {"(Handle).Value", Method, 17, ""},
10516 {"Handle", Type, 17, ""},
10517 {"Incomplete", Type, 20, ""},
10518 {"NewHandle", Func, 17, ""},
10519 },
10520 "runtime/coverage": {
10521 {"ClearCounters", Func, 20, "func() error"},
10522 {"WriteCounters", Func, 20, "func(w io.Writer) error"},
10523 {"WriteCountersDir", Func, 20, "func(dir string) error"},
10524 {"WriteMeta", Func, 20, "func(w io.Writer) error"},
10525 {"WriteMetaDir", Func, 20, "func(dir string) error"},
10526 },
10527 "runtime/debug": {
10528 {"(*BuildInfo).String", Method, 18, ""},
10529 {"BuildInfo", Type, 12, ""},
10530 {"BuildInfo.Deps", Field, 12, ""},
10531 {"BuildInfo.GoVersion", Field, 18, ""},
10532 {"BuildInfo.Main", Field, 12, ""},
10533 {"BuildInfo.Path", Field, 12, ""},
10534 {"BuildInfo.Settings", Field, 18, ""},
10535 {"BuildSetting", Type, 18, ""},
10536 {"BuildSetting.Key", Field, 18, ""},
10537 {"BuildSetting.Value", Field, 18, ""},
10538 {"CrashOptions", Type, 23, ""},
10539 {"FreeOSMemory", Func, 1, "func()"},
10540 {"GCStats", Type, 1, ""},
10541 {"GCStats.LastGC", Field, 1, ""},
10542 {"GCStats.NumGC", Field, 1, ""},
10543 {"GCStats.Pause", Field, 1, ""},
10544 {"GCStats.PauseEnd", Field, 4, ""},
10545 {"GCStats.PauseQuantiles", Field, 1, ""},
10546 {"GCStats.PauseTotal", Field, 1, ""},
10547 {"Module", Type, 12, ""},
10548 {"Module.Path", Field, 12, ""},
10549 {"Module.Replace", Field, 12, ""},
10550 {"Module.Sum", Field, 12, ""},
10551 {"Module.Version", Field, 12, ""},
10552 {"ParseBuildInfo", Func, 18, "func(data string) (bi *BuildInfo, err error)"},
10553 {"PrintStack", Func, 0, "func()"},
10554 {"ReadBuildInfo", Func, 12, "func() (info *BuildInfo, ok bool)"},
10555 {"ReadGCStats", Func, 1, "func(stats *GCStats)"},
10556 {"SetCrashOutput", Func, 23, "func(f *os.File, opts CrashOptions) error"},
10557 {"SetGCPercent", Func, 1, "func(percent int) int"},
10558 {"SetMaxStack", Func, 2, "func(bytes int) int"},
10559 {"SetMaxThreads", Func, 2, "func(threads int) int"},
10560 {"SetMemoryLimit", Func, 19, "func(limit int64) int64"},
10561 {"SetPanicOnFault", Func, 3, "func(enabled bool) bool"},
10562 {"SetTraceback", Func, 6, "func(level string)"},
10563 {"Stack", Func, 0, "func() []byte"},
10564 {"WriteHeapDump", Func, 3, "func(fd uintptr)"},
10565 },
10566 "runtime/metrics": {
10567 {"(Value).Float64", Method, 16, ""},
10568 {"(Value).Float64Histogram", Method, 16, ""},
10569 {"(Value).Kind", Method, 16, ""},
10570 {"(Value).Uint64", Method, 16, ""},
10571 {"All", Func, 16, "func() []Description"},
10572 {"Description", Type, 16, ""},
10573 {"Description.Cumulative", Field, 16, ""},
10574 {"Description.Description", Field, 16, ""},
10575 {"Description.Kind", Field, 16, ""},
10576 {"Description.Name", Field, 16, ""},
10577 {"Float64Histogram", Type, 16, ""},
10578 {"Float64Histogram.Buckets", Field, 16, ""},
10579 {"Float64Histogram.Counts", Field, 16, ""},
10580 {"KindBad", Const, 16, ""},
10581 {"KindFloat64", Const, 16, ""},
10582 {"KindFloat64Histogram", Const, 16, ""},
10583 {"KindUint64", Const, 16, ""},
10584 {"Read", Func, 16, "func(m []Sample)"},
10585 {"Sample", Type, 16, ""},
10586 {"Sample.Name", Field, 16, ""},
10587 {"Sample.Value", Field, 16, ""},
10588 {"Value", Type, 16, ""},
10589 {"ValueKind", Type, 16, ""},
10590 },
10591 "runtime/pprof": {
10592 {"(*Profile).Add", Method, 0, ""},
10593 {"(*Profile).Count", Method, 0, ""},
10594 {"(*Profile).Name", Method, 0, ""},
10595 {"(*Profile).Remove", Method, 0, ""},
10596 {"(*Profile).WriteTo", Method, 0, ""},
10597 {"Do", Func, 9, "func(ctx context.Context, labels LabelSet, f func(context.Context))"},
10598 {"ForLabels", Func, 9, "func(ctx context.Context, f func(key string, value string) bool)"},
10599 {"Label", Func, 9, "func(ctx context.Context, key string) (string, bool)"},
10600 {"LabelSet", Type, 9, ""},
10601 {"Labels", Func, 9, "func(args ...string) LabelSet"},
10602 {"Lookup", Func, 0, "func(name string) *Profile"},
10603 {"NewProfile", Func, 0, "func(name string) *Profile"},
10604 {"Profile", Type, 0, ""},
10605 {"Profiles", Func, 0, "func() []*Profile"},
10606 {"SetGoroutineLabels", Func, 9, "func(ctx context.Context)"},
10607 {"StartCPUProfile", Func, 0, "func(w io.Writer) error"},
10608 {"StopCPUProfile", Func, 0, "func()"},
10609 {"WithLabels", Func, 9, "func(ctx context.Context, labels LabelSet) context.Context"},
10610 {"WriteHeapProfile", Func, 0, "func(w io.Writer) error"},
10611 },
10612 "runtime/trace": {
10613 {"(*FlightRecorder).Enabled", Method, 25, ""},
10614 {"(*FlightRecorder).Start", Method, 25, ""},
10615 {"(*FlightRecorder).Stop", Method, 25, ""},
10616 {"(*FlightRecorder).WriteTo", Method, 25, ""},
10617 {"(*Region).End", Method, 11, ""},
10618 {"(*Task).End", Method, 11, ""},
10619 {"FlightRecorder", Type, 25, ""},
10620 {"FlightRecorderConfig", Type, 25, ""},
10621 {"FlightRecorderConfig.MaxBytes", Field, 25, ""},
10622 {"FlightRecorderConfig.MinAge", Field, 25, ""},
10623 {"IsEnabled", Func, 11, "func() bool"},
10624 {"Log", Func, 11, "func(ctx context.Context, category string, message string)"},
10625 {"Logf", Func, 11, "func(ctx context.Context, category string, format string, args ...any)"},
10626 {"NewFlightRecorder", Func, 25, "func(cfg FlightRecorderConfig) *FlightRecorder"},
10627 {"NewTask", Func, 11, "func(pctx context.Context, taskType string) (ctx context.Context, task *Task)"},
10628 {"Region", Type, 11, ""},
10629 {"Start", Func, 5, "func(w io.Writer) error"},
10630 {"StartRegion", Func, 11, "func(ctx context.Context, regionType string) *Region"},
10631 {"Stop", Func, 5, "func()"},
10632 {"Task", Type, 11, ""},
10633 {"WithRegion", Func, 11, "func(ctx context.Context, regionType string, fn func())"},
10634 },
10635 "slices": {
10636 {"All", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
10637 {"AppendSeq", Func, 23, "func[Slice ~[]E, E any](s Slice, seq iter.Seq[E]) Slice"},
10638 {"Backward", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
10639 {"BinarySearch", Func, 21, "func[S ~[]E, E cmp.Ordered](x S, target E) (int, bool)"},
10640 {"BinarySearchFunc", Func, 21, "func[S ~[]E, E, T any](x S, target T, cmp func(E, T) int) (int, bool)"},
10641 {"Chunk", Func, 23, "func[Slice ~[]E, E any](s Slice, n int) iter.Seq[Slice]"},
10642 {"Clip", Func, 21, "func[S ~[]E, E any](s S) S"},
10643 {"Clone", Func, 21, "func[S ~[]E, E any](s S) S"},
10644 {"Collect", Func, 23, "func[E any](seq iter.Seq[E]) []E"},
10645 {"Compact", Func, 21, "func[S ~[]E, E comparable](s S) S"},
10646 {"CompactFunc", Func, 21, "func[S ~[]E, E any](s S, eq func(E, E) bool) S"},
10647 {"Compare", Func, 21, "func[S ~[]E, E cmp.Ordered](s1 S, s2 S) int"},
10648 {"CompareFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(E1, E2) int) int"},
10649 {"Concat", Func, 22, "func[S ~[]E, E any](slices ...S) S"},
10650 {"Contains", Func, 21, "func[S ~[]E, E comparable](s S, v E) bool"},
10651 {"ContainsFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) bool"},
10652 {"Delete", Func, 21, "func[S ~[]E, E any](s S, i int, j int) S"},
10653 {"DeleteFunc", Func, 21, "func[S ~[]E, E any](s S, del func(E) bool) S"},
10654 {"Equal", Func, 21, "func[S ~[]E, E comparable](s1 S, s2 S) bool"},
10655 {"EqualFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool"},
10656 {"Grow", Func, 21, "func[S ~[]E, E any](s S, n int) S"},
10657 {"Index", Func, 21, "func[S ~[]E, E comparable](s S, v E) int"},
10658 {"IndexFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) int"},
10659 {"Insert", Func, 21, "func[S ~[]E, E any](s S, i int, v ...E) S"},
10660 {"IsSorted", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) bool"},
10661 {"IsSortedFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) bool"},
10662 {"Max", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
10663 {"MaxFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
10664 {"Min", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
10665 {"MinFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
10666 {"Repeat", Func, 23, "func[S ~[]E, E any](x S, count int) S"},
10667 {"Replace", Func, 21, "func[S ~[]E, E any](s S, i int, j int, v ...E) S"},
10668 {"Reverse", Func, 21, "func[S ~[]E, E any](s S)"},
10669 {"Sort", Func, 21, "func[S ~[]E, E cmp.Ordered](x S)"},
10670 {"SortFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
10671 {"SortStableFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
10672 {"Sorted", Func, 23, "func[E cmp.Ordered](seq iter.Seq[E]) []E"},
10673 {"SortedFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
10674 {"SortedStableFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
10675 {"Values", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq[E]"},
10676 },
10677 "sort": {
10678 {"(Float64Slice).Len", Method, 0, ""},
10679 {"(Float64Slice).Less", Method, 0, ""},
10680 {"(Float64Slice).Search", Method, 0, ""},
10681 {"(Float64Slice).Sort", Method, 0, ""},
10682 {"(Float64Slice).Swap", Method, 0, ""},
10683 {"(IntSlice).Len", Method, 0, ""},
10684 {"(IntSlice).Less", Method, 0, ""},
10685 {"(IntSlice).Search", Method, 0, ""},
10686 {"(IntSlice).Sort", Method, 0, ""},
10687 {"(IntSlice).Swap", Method, 0, ""},
10688 {"(Interface).Len", Method, 0, ""},
10689 {"(Interface).Less", Method, 0, ""},
10690 {"(Interface).Swap", Method, 0, ""},
10691 {"(StringSlice).Len", Method, 0, ""},
10692 {"(StringSlice).Less", Method, 0, ""},
10693 {"(StringSlice).Search", Method, 0, ""},
10694 {"(StringSlice).Sort", Method, 0, ""},
10695 {"(StringSlice).Swap", Method, 0, ""},
10696 {"Find", Func, 19, "func(n int, cmp func(int) int) (i int, found bool)"},
10697 {"Float64Slice", Type, 0, ""},
10698 {"Float64s", Func, 0, "func(x []float64)"},
10699 {"Float64sAreSorted", Func, 0, "func(x []float64) bool"},
10700 {"IntSlice", Type, 0, ""},
10701 {"Interface", Type, 0, ""},
10702 {"Ints", Func, 0, "func(x []int)"},
10703 {"IntsAreSorted", Func, 0, "func(x []int) bool"},
10704 {"IsSorted", Func, 0, "func(data Interface) bool"},
10705 {"Reverse", Func, 1, "func(data Interface) Interface"},
10706 {"Search", Func, 0, "func(n int, f func(int) bool) int"},
10707 {"SearchFloat64s", Func, 0, "func(a []float64, x float64) int"},
10708 {"SearchInts", Func, 0, "func(a []int, x int) int"},
10709 {"SearchStrings", Func, 0, "func(a []string, x string) int"},
10710 {"Slice", Func, 8, "func(x any, less func(i int, j int) bool)"},
10711 {"SliceIsSorted", Func, 8, "func(x any, less func(i int, j int) bool) bool"},
10712 {"SliceStable", Func, 8, "func(x any, less func(i int, j int) bool)"},
10713 {"Sort", Func, 0, "func(data Interface)"},
10714 {"Stable", Func, 2, "func(data Interface)"},
10715 {"StringSlice", Type, 0, ""},
10716 {"Strings", Func, 0, "func(x []string)"},
10717 {"StringsAreSorted", Func, 0, "func(x []string) bool"},
10718 },
10719 "strconv": {
10720 {"(*NumError).Error", Method, 0, ""},
10721 {"(*NumError).Unwrap", Method, 14, ""},
10722 {"AppendBool", Func, 0, "func(dst []byte, b bool) []byte"},
10723 {"AppendFloat", Func, 0, "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"},
10724 {"AppendInt", Func, 0, "func(dst []byte, i int64, base int) []byte"},
10725 {"AppendQuote", Func, 0, "func(dst []byte, s string) []byte"},
10726 {"AppendQuoteRune", Func, 0, "func(dst []byte, r rune) []byte"},
10727 {"AppendQuoteRuneToASCII", Func, 0, "func(dst []byte, r rune) []byte"},
10728 {"AppendQuoteRuneToGraphic", Func, 6, "func(dst []byte, r rune) []byte"},
10729 {"AppendQuoteToASCII", Func, 0, "func(dst []byte, s string) []byte"},
10730 {"AppendQuoteToGraphic", Func, 6, "func(dst []byte, s string) []byte"},
10731 {"AppendUint", Func, 0, "func(dst []byte, i uint64, base int) []byte"},
10732 {"Atoi", Func, 0, "func(s string) (int, error)"},
10733 {"CanBackquote", Func, 0, "func(s string) bool"},
10734 {"ErrRange", Var, 0, ""},
10735 {"ErrSyntax", Var, 0, ""},
10736 {"FormatBool", Func, 0, "func(b bool) string"},
10737 {"FormatComplex", Func, 15, "func(c complex128, fmt byte, prec int, bitSize int) string"},
10738 {"FormatFloat", Func, 0, "func(f float64, fmt byte, prec int, bitSize int) string"},
10739 {"FormatInt", Func, 0, "func(i int64, base int) string"},
10740 {"FormatUint", Func, 0, "func(i uint64, base int) string"},
10741 {"IntSize", Const, 0, ""},
10742 {"IsGraphic", Func, 6, "func(r rune) bool"},
10743 {"IsPrint", Func, 0, "func(r rune) bool"},
10744 {"Itoa", Func, 0, "func(i int) string"},
10745 {"NumError", Type, 0, ""},
10746 {"NumError.Err", Field, 0, ""},
10747 {"NumError.Func", Field, 0, ""},
10748 {"NumError.Num", Field, 0, ""},
10749 {"ParseBool", Func, 0, "func(str string) (bool, error)"},
10750 {"ParseComplex", Func, 15, "func(s string, bitSize int) (complex128, error)"},
10751 {"ParseFloat", Func, 0, "func(s string, bitSize int) (float64, error)"},
10752 {"ParseInt", Func, 0, "func(s string, base int, bitSize int) (i int64, err error)"},
10753 {"ParseUint", Func, 0, "func(s string, base int, bitSize int) (uint64, error)"},
10754 {"Quote", Func, 0, "func(s string) string"},
10755 {"QuoteRune", Func, 0, "func(r rune) string"},
10756 {"QuoteRuneToASCII", Func, 0, "func(r rune) string"},
10757 {"QuoteRuneToGraphic", Func, 6, "func(r rune) string"},
10758 {"QuoteToASCII", Func, 0, "func(s string) string"},
10759 {"QuoteToGraphic", Func, 6, "func(s string) string"},
10760 {"QuotedPrefix", Func, 17, "func(s string) (string, error)"},
10761 {"Unquote", Func, 0, "func(s string) (string, error)"},
10762 {"UnquoteChar", Func, 0, "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"},
10763 },
10764 "strings": {
10765 {"(*Builder).Cap", Method, 12, ""},
10766 {"(*Builder).Grow", Method, 10, ""},
10767 {"(*Builder).Len", Method, 10, ""},
10768 {"(*Builder).Reset", Method, 10, ""},
10769 {"(*Builder).String", Method, 10, ""},
10770 {"(*Builder).Write", Method, 10, ""},
10771 {"(*Builder).WriteByte", Method, 10, ""},
10772 {"(*Builder).WriteRune", Method, 10, ""},
10773 {"(*Builder).WriteString", Method, 10, ""},
10774 {"(*Reader).Len", Method, 0, ""},
10775 {"(*Reader).Read", Method, 0, ""},
10776 {"(*Reader).ReadAt", Method, 0, ""},
10777 {"(*Reader).ReadByte", Method, 0, ""},
10778 {"(*Reader).ReadRune", Method, 0, ""},
10779 {"(*Reader).Reset", Method, 7, ""},
10780 {"(*Reader).Seek", Method, 0, ""},
10781 {"(*Reader).Size", Method, 5, ""},
10782 {"(*Reader).UnreadByte", Method, 0, ""},
10783 {"(*Reader).UnreadRune", Method, 0, ""},
10784 {"(*Reader).WriteTo", Method, 1, ""},
10785 {"(*Replacer).Replace", Method, 0, ""},
10786 {"(*Replacer).WriteString", Method, 0, ""},
10787 {"Builder", Type, 10, ""},
10788 {"Clone", Func, 18, "func(s string) string"},
10789 {"Compare", Func, 5, "func(a string, b string) int"},
10790 {"Contains", Func, 0, "func(s string, substr string) bool"},
10791 {"ContainsAny", Func, 0, "func(s string, chars string) bool"},
10792 {"ContainsFunc", Func, 21, "func(s string, f func(rune) bool) bool"},
10793 {"ContainsRune", Func, 0, "func(s string, r rune) bool"},
10794 {"Count", Func, 0, "func(s string, substr string) int"},
10795 {"Cut", Func, 18, "func(s string, sep string) (before string, after string, found bool)"},
10796 {"CutPrefix", Func, 20, "func(s string, prefix string) (after string, found bool)"},
10797 {"CutSuffix", Func, 20, "func(s string, suffix string) (before string, found bool)"},
10798 {"EqualFold", Func, 0, "func(s string, t string) bool"},
10799 {"Fields", Func, 0, "func(s string) []string"},
10800 {"FieldsFunc", Func, 0, "func(s string, f func(rune) bool) []string"},
10801 {"FieldsFuncSeq", Func, 24, "func(s string, f func(rune) bool) iter.Seq[string]"},
10802 {"FieldsSeq", Func, 24, "func(s string) iter.Seq[string]"},
10803 {"HasPrefix", Func, 0, "func(s string, prefix string) bool"},
10804 {"HasSuffix", Func, 0, "func(s string, suffix string) bool"},
10805 {"Index", Func, 0, "func(s string, substr string) int"},
10806 {"IndexAny", Func, 0, "func(s string, chars string) int"},
10807 {"IndexByte", Func, 2, "func(s string, c byte) int"},
10808 {"IndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
10809 {"IndexRune", Func, 0, "func(s string, r rune) int"},
10810 {"Join", Func, 0, "func(elems []string, sep string) string"},
10811 {"LastIndex", Func, 0, "func(s string, substr string) int"},
10812 {"LastIndexAny", Func, 0, "func(s string, chars string) int"},
10813 {"LastIndexByte", Func, 5, "func(s string, c byte) int"},
10814 {"LastIndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
10815 {"Lines", Func, 24, "func(s string) iter.Seq[string]"},
10816 {"Map", Func, 0, "func(mapping func(rune) rune, s string) string"},
10817 {"NewReader", Func, 0, "func(s string) *Reader"},
10818 {"NewReplacer", Func, 0, "func(oldnew ...string) *Replacer"},
10819 {"Reader", Type, 0, ""},
10820 {"Repeat", Func, 0, "func(s string, count int) string"},
10821 {"Replace", Func, 0, "func(s string, old string, new string, n int) string"},
10822 {"ReplaceAll", Func, 12, "func(s string, old string, new string) string"},
10823 {"Replacer", Type, 0, ""},
10824 {"Split", Func, 0, "func(s string, sep string) []string"},
10825 {"SplitAfter", Func, 0, "func(s string, sep string) []string"},
10826 {"SplitAfterN", Func, 0, "func(s string, sep string, n int) []string"},
10827 {"SplitAfterSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
10828 {"SplitN", Func, 0, "func(s string, sep string, n int) []string"},
10829 {"SplitSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
10830 {"Title", Func, 0, "func(s string) string"},
10831 {"ToLower", Func, 0, "func(s string) string"},
10832 {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
10833 {"ToTitle", Func, 0, "func(s string) string"},
10834 {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
10835 {"ToUpper", Func, 0, "func(s string) string"},
10836 {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
10837 {"ToValidUTF8", Func, 13, "func(s string, replacement string) string"},
10838 {"Trim", Func, 0, "func(s string, cutset string) string"},
10839 {"TrimFunc", Func, 0, "func(s string, f func(rune) bool) string"},
10840 {"TrimLeft", Func, 0, "func(s string, cutset string) string"},
10841 {"TrimLeftFunc", Func, 0, "func(s string, f func(rune) bool) string"},
10842 {"TrimPrefix", Func, 1, "func(s string, prefix string) string"},
10843 {"TrimRight", Func, 0, "func(s string, cutset string) string"},
10844 {"TrimRightFunc", Func, 0, "func(s string, f func(rune) bool) string"},
10845 {"TrimSpace", Func, 0, "func(s string) string"},
10846 {"TrimSuffix", Func, 1, "func(s string, suffix string) string"},
10847 },
10848 "structs": {
10849 {"HostLayout", Type, 23, ""},
10850 },
10851 "sync": {
10852 {"(*Cond).Broadcast", Method, 0, ""},
10853 {"(*Cond).Signal", Method, 0, ""},
10854 {"(*Cond).Wait", Method, 0, ""},
10855 {"(*Map).Clear", Method, 23, ""},
10856 {"(*Map).CompareAndDelete", Method, 20, ""},
10857 {"(*Map).CompareAndSwap", Method, 20, ""},
10858 {"(*Map).Delete", Method, 9, ""},
10859 {"(*Map).Load", Method, 9, ""},
10860 {"(*Map).LoadAndDelete", Method, 15, ""},
10861 {"(*Map).LoadOrStore", Method, 9, ""},
10862 {"(*Map).Range", Method, 9, ""},
10863 {"(*Map).Store", Method, 9, ""},
10864 {"(*Map).Swap", Method, 20, ""},
10865 {"(*Mutex).Lock", Method, 0, ""},
10866 {"(*Mutex).TryLock", Method, 18, ""},
10867 {"(*Mutex).Unlock", Method, 0, ""},
10868 {"(*Once).Do", Method, 0, ""},
10869 {"(*Pool).Get", Method, 3, ""},
10870 {"(*Pool).Put", Method, 3, ""},
10871 {"(*RWMutex).Lock", Method, 0, ""},
10872 {"(*RWMutex).RLock", Method, 0, ""},
10873 {"(*RWMutex).RLocker", Method, 0, ""},
10874 {"(*RWMutex).RUnlock", Method, 0, ""},
10875 {"(*RWMutex).TryLock", Method, 18, ""},
10876 {"(*RWMutex).TryRLock", Method, 18, ""},
10877 {"(*RWMutex).Unlock", Method, 0, ""},
10878 {"(*WaitGroup).Add", Method, 0, ""},
10879 {"(*WaitGroup).Done", Method, 0, ""},
10880 {"(*WaitGroup).Go", Method, 25, ""},
10881 {"(*WaitGroup).Wait", Method, 0, ""},
10882 {"(Locker).Lock", Method, 0, ""},
10883 {"(Locker).Unlock", Method, 0, ""},
10884 {"Cond", Type, 0, ""},
10885 {"Cond.L", Field, 0, ""},
10886 {"Locker", Type, 0, ""},
10887 {"Map", Type, 9, ""},
10888 {"Mutex", Type, 0, ""},
10889 {"NewCond", Func, 0, "func(l Locker) *Cond"},
10890 {"Once", Type, 0, ""},
10891 {"OnceFunc", Func, 21, "func(f func()) func()"},
10892 {"OnceValue", Func, 21, "func[T any](f func() T) func() T"},
10893 {"OnceValues", Func, 21, "func[T1, T2 any](f func() (T1, T2)) func() (T1, T2)"},
10894 {"Pool", Type, 3, ""},
10895 {"Pool.New", Field, 3, ""},
10896 {"RWMutex", Type, 0, ""},
10897 {"WaitGroup", Type, 0, ""},
10898 },
10899 "sync/atomic": {
10900 {"(*Bool).CompareAndSwap", Method, 19, ""},
10901 {"(*Bool).Load", Method, 19, ""},
10902 {"(*Bool).Store", Method, 19, ""},
10903 {"(*Bool).Swap", Method, 19, ""},
10904 {"(*Int32).Add", Method, 19, ""},
10905 {"(*Int32).And", Method, 23, ""},
10906 {"(*Int32).CompareAndSwap", Method, 19, ""},
10907 {"(*Int32).Load", Method, 19, ""},
10908 {"(*Int32).Or", Method, 23, ""},
10909 {"(*Int32).Store", Method, 19, ""},
10910 {"(*Int32).Swap", Method, 19, ""},
10911 {"(*Int64).Add", Method, 19, ""},
10912 {"(*Int64).And", Method, 23, ""},
10913 {"(*Int64).CompareAndSwap", Method, 19, ""},
10914 {"(*Int64).Load", Method, 19, ""},
10915 {"(*Int64).Or", Method, 23, ""},
10916 {"(*Int64).Store", Method, 19, ""},
10917 {"(*Int64).Swap", Method, 19, ""},
10918 {"(*Pointer).CompareAndSwap", Method, 19, ""},
10919 {"(*Pointer).Load", Method, 19, ""},
10920 {"(*Pointer).Store", Method, 19, ""},
10921 {"(*Pointer).Swap", Method, 19, ""},
10922 {"(*Uint32).Add", Method, 19, ""},
10923 {"(*Uint32).And", Method, 23, ""},
10924 {"(*Uint32).CompareAndSwap", Method, 19, ""},
10925 {"(*Uint32).Load", Method, 19, ""},
10926 {"(*Uint32).Or", Method, 23, ""},
10927 {"(*Uint32).Store", Method, 19, ""},
10928 {"(*Uint32).Swap", Method, 19, ""},
10929 {"(*Uint64).Add", Method, 19, ""},
10930 {"(*Uint64).And", Method, 23, ""},
10931 {"(*Uint64).CompareAndSwap", Method, 19, ""},
10932 {"(*Uint64).Load", Method, 19, ""},
10933 {"(*Uint64).Or", Method, 23, ""},
10934 {"(*Uint64).Store", Method, 19, ""},
10935 {"(*Uint64).Swap", Method, 19, ""},
10936 {"(*Uintptr).Add", Method, 19, ""},
10937 {"(*Uintptr).And", Method, 23, ""},
10938 {"(*Uintptr).CompareAndSwap", Method, 19, ""},
10939 {"(*Uintptr).Load", Method, 19, ""},
10940 {"(*Uintptr).Or", Method, 23, ""},
10941 {"(*Uintptr).Store", Method, 19, ""},
10942 {"(*Uintptr).Swap", Method, 19, ""},
10943 {"(*Value).CompareAndSwap", Method, 17, ""},
10944 {"(*Value).Load", Method, 4, ""},
10945 {"(*Value).Store", Method, 4, ""},
10946 {"(*Value).Swap", Method, 17, ""},
10947 {"AddInt32", Func, 0, "func(addr *int32, delta int32) (new int32)"},
10948 {"AddInt64", Func, 0, "func(addr *int64, delta int64) (new int64)"},
10949 {"AddUint32", Func, 0, "func(addr *uint32, delta uint32) (new uint32)"},
10950 {"AddUint64", Func, 0, "func(addr *uint64, delta uint64) (new uint64)"},
10951 {"AddUintptr", Func, 0, "func(addr *uintptr, delta uintptr) (new uintptr)"},
10952 {"AndInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
10953 {"AndInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
10954 {"AndUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
10955 {"AndUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
10956 {"AndUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
10957 {"Bool", Type, 19, ""},
10958 {"CompareAndSwapInt32", Func, 0, "func(addr *int32, old int32, new int32) (swapped bool)"},
10959 {"CompareAndSwapInt64", Func, 0, "func(addr *int64, old int64, new int64) (swapped bool)"},
10960 {"CompareAndSwapPointer", Func, 0, "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"},
10961 {"CompareAndSwapUint32", Func, 0, "func(addr *uint32, old uint32, new uint32) (swapped bool)"},
10962 {"CompareAndSwapUint64", Func, 0, "func(addr *uint64, old uint64, new uint64) (swapped bool)"},
10963 {"CompareAndSwapUintptr", Func, 0, "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"},
10964 {"Int32", Type, 19, ""},
10965 {"Int64", Type, 19, ""},
10966 {"LoadInt32", Func, 0, "func(addr *int32) (val int32)"},
10967 {"LoadInt64", Func, 0, "func(addr *int64) (val int64)"},
10968 {"LoadPointer", Func, 0, "func(addr *unsafe.Pointer) (val unsafe.Pointer)"},
10969 {"LoadUint32", Func, 0, "func(addr *uint32) (val uint32)"},
10970 {"LoadUint64", Func, 0, "func(addr *uint64) (val uint64)"},
10971 {"LoadUintptr", Func, 0, "func(addr *uintptr) (val uintptr)"},
10972 {"OrInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
10973 {"OrInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
10974 {"OrUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
10975 {"OrUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
10976 {"OrUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
10977 {"Pointer", Type, 19, ""},
10978 {"StoreInt32", Func, 0, "func(addr *int32, val int32)"},
10979 {"StoreInt64", Func, 0, "func(addr *int64, val int64)"},
10980 {"StorePointer", Func, 0, "func(addr *unsafe.Pointer, val unsafe.Pointer)"},
10981 {"StoreUint32", Func, 0, "func(addr *uint32, val uint32)"},
10982 {"StoreUint64", Func, 0, "func(addr *uint64, val uint64)"},
10983 {"StoreUintptr", Func, 0, "func(addr *uintptr, val uintptr)"},
10984 {"SwapInt32", Func, 2, "func(addr *int32, new int32) (old int32)"},
10985 {"SwapInt64", Func, 2, "func(addr *int64, new int64) (old int64)"},
10986 {"SwapPointer", Func, 2, "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"},
10987 {"SwapUint32", Func, 2, "func(addr *uint32, new uint32) (old uint32)"},
10988 {"SwapUint64", Func, 2, "func(addr *uint64, new uint64) (old uint64)"},
10989 {"SwapUintptr", Func, 2, "func(addr *uintptr, new uintptr) (old uintptr)"},
10990 {"Uint32", Type, 19, ""},
10991 {"Uint64", Type, 19, ""},
10992 {"Uintptr", Type, 19, ""},
10993 {"Value", Type, 4, ""},
10994 },
10995 "syscall": {
10996 {"(*Cmsghdr).SetLen", Method, 0, ""},
10997 {"(*DLL).FindProc", Method, 0, ""},
10998 {"(*DLL).MustFindProc", Method, 0, ""},
10999 {"(*DLL).Release", Method, 0, ""},
11000 {"(*DLLError).Error", Method, 0, ""},
11001 {"(*DLLError).Unwrap", Method, 16, ""},
11002 {"(*Filetime).Nanoseconds", Method, 0, ""},
11003 {"(*Iovec).SetLen", Method, 0, ""},
11004 {"(*LazyDLL).Handle", Method, 0, ""},
11005 {"(*LazyDLL).Load", Method, 0, ""},
11006 {"(*LazyDLL).NewProc", Method, 0, ""},
11007 {"(*LazyProc).Addr", Method, 0, ""},
11008 {"(*LazyProc).Call", Method, 0, ""},
11009 {"(*LazyProc).Find", Method, 0, ""},
11010 {"(*Msghdr).SetControllen", Method, 0, ""},
11011 {"(*Proc).Addr", Method, 0, ""},
11012 {"(*Proc).Call", Method, 0, ""},
11013 {"(*PtraceRegs).PC", Method, 0, ""},
11014 {"(*PtraceRegs).SetPC", Method, 0, ""},
11015 {"(*RawSockaddrAny).Sockaddr", Method, 0, ""},
11016 {"(*SID).Copy", Method, 0, ""},
11017 {"(*SID).Len", Method, 0, ""},
11018 {"(*SID).LookupAccount", Method, 0, ""},
11019 {"(*SID).String", Method, 0, ""},
11020 {"(*Timespec).Nano", Method, 0, ""},
11021 {"(*Timespec).Unix", Method, 0, ""},
11022 {"(*Timeval).Nano", Method, 0, ""},
11023 {"(*Timeval).Nanoseconds", Method, 0, ""},
11024 {"(*Timeval).Unix", Method, 0, ""},
11025 {"(Conn).SyscallConn", Method, 9, ""},
11026 {"(Errno).Error", Method, 0, ""},
11027 {"(Errno).Is", Method, 13, ""},
11028 {"(Errno).Temporary", Method, 0, ""},
11029 {"(Errno).Timeout", Method, 0, ""},
11030 {"(RawConn).Control", Method, 9, ""},
11031 {"(RawConn).Read", Method, 9, ""},
11032 {"(RawConn).Write", Method, 9, ""},
11033 {"(Signal).Signal", Method, 0, ""},
11034 {"(Signal).String", Method, 0, ""},
11035 {"(Token).Close", Method, 0, ""},
11036 {"(Token).GetTokenPrimaryGroup", Method, 0, ""},
11037 {"(Token).GetTokenUser", Method, 0, ""},
11038 {"(Token).GetUserProfileDirectory", Method, 0, ""},
11039 {"(WaitStatus).Continued", Method, 0, ""},
11040 {"(WaitStatus).CoreDump", Method, 0, ""},
11041 {"(WaitStatus).ExitStatus", Method, 0, ""},
11042 {"(WaitStatus).Exited", Method, 0, ""},
11043 {"(WaitStatus).Signal", Method, 0, ""},
11044 {"(WaitStatus).Signaled", Method, 0, ""},
11045 {"(WaitStatus).StopSignal", Method, 0, ""},
11046 {"(WaitStatus).Stopped", Method, 0, ""},
11047 {"(WaitStatus).TrapCause", Method, 0, ""},
11048 {"AF_ALG", Const, 0, ""},
11049 {"AF_APPLETALK", Const, 0, ""},
11050 {"AF_ARP", Const, 0, ""},
11051 {"AF_ASH", Const, 0, ""},
11052 {"AF_ATM", Const, 0, ""},
11053 {"AF_ATMPVC", Const, 0, ""},
11054 {"AF_ATMSVC", Const, 0, ""},
11055 {"AF_AX25", Const, 0, ""},
11056 {"AF_BLUETOOTH", Const, 0, ""},
11057 {"AF_BRIDGE", Const, 0, ""},
11058 {"AF_CAIF", Const, 0, ""},
11059 {"AF_CAN", Const, 0, ""},
11060 {"AF_CCITT", Const, 0, ""},
11061 {"AF_CHAOS", Const, 0, ""},
11062 {"AF_CNT", Const, 0, ""},
11063 {"AF_COIP", Const, 0, ""},
11064 {"AF_DATAKIT", Const, 0, ""},
11065 {"AF_DECnet", Const, 0, ""},
11066 {"AF_DLI", Const, 0, ""},
11067 {"AF_E164", Const, 0, ""},
11068 {"AF_ECMA", Const, 0, ""},
11069 {"AF_ECONET", Const, 0, ""},
11070 {"AF_ENCAP", Const, 1, ""},
11071 {"AF_FILE", Const, 0, ""},
11072 {"AF_HYLINK", Const, 0, ""},
11073 {"AF_IEEE80211", Const, 0, ""},
11074 {"AF_IEEE802154", Const, 0, ""},
11075 {"AF_IMPLINK", Const, 0, ""},
11076 {"AF_INET", Const, 0, ""},
11077 {"AF_INET6", Const, 0, ""},
11078 {"AF_INET6_SDP", Const, 3, ""},
11079 {"AF_INET_SDP", Const, 3, ""},
11080 {"AF_IPX", Const, 0, ""},
11081 {"AF_IRDA", Const, 0, ""},
11082 {"AF_ISDN", Const, 0, ""},
11083 {"AF_ISO", Const, 0, ""},
11084 {"AF_IUCV", Const, 0, ""},
11085 {"AF_KEY", Const, 0, ""},
11086 {"AF_LAT", Const, 0, ""},
11087 {"AF_LINK", Const, 0, ""},
11088 {"AF_LLC", Const, 0, ""},
11089 {"AF_LOCAL", Const, 0, ""},
11090 {"AF_MAX", Const, 0, ""},
11091 {"AF_MPLS", Const, 1, ""},
11092 {"AF_NATM", Const, 0, ""},
11093 {"AF_NDRV", Const, 0, ""},
11094 {"AF_NETBEUI", Const, 0, ""},
11095 {"AF_NETBIOS", Const, 0, ""},
11096 {"AF_NETGRAPH", Const, 0, ""},
11097 {"AF_NETLINK", Const, 0, ""},
11098 {"AF_NETROM", Const, 0, ""},
11099 {"AF_NS", Const, 0, ""},
11100 {"AF_OROUTE", Const, 1, ""},
11101 {"AF_OSI", Const, 0, ""},
11102 {"AF_PACKET", Const, 0, ""},
11103 {"AF_PHONET", Const, 0, ""},
11104 {"AF_PPP", Const, 0, ""},
11105 {"AF_PPPOX", Const, 0, ""},
11106 {"AF_PUP", Const, 0, ""},
11107 {"AF_RDS", Const, 0, ""},
11108 {"AF_RESERVED_36", Const, 0, ""},
11109 {"AF_ROSE", Const, 0, ""},
11110 {"AF_ROUTE", Const, 0, ""},
11111 {"AF_RXRPC", Const, 0, ""},
11112 {"AF_SCLUSTER", Const, 0, ""},
11113 {"AF_SECURITY", Const, 0, ""},
11114 {"AF_SIP", Const, 0, ""},
11115 {"AF_SLOW", Const, 0, ""},
11116 {"AF_SNA", Const, 0, ""},
11117 {"AF_SYSTEM", Const, 0, ""},
11118 {"AF_TIPC", Const, 0, ""},
11119 {"AF_UNIX", Const, 0, ""},
11120 {"AF_UNSPEC", Const, 0, ""},
11121 {"AF_UTUN", Const, 16, ""},
11122 {"AF_VENDOR00", Const, 0, ""},
11123 {"AF_VENDOR01", Const, 0, ""},
11124 {"AF_VENDOR02", Const, 0, ""},
11125 {"AF_VENDOR03", Const, 0, ""},
11126 {"AF_VENDOR04", Const, 0, ""},
11127 {"AF_VENDOR05", Const, 0, ""},
11128 {"AF_VENDOR06", Const, 0, ""},
11129 {"AF_VENDOR07", Const, 0, ""},
11130 {"AF_VENDOR08", Const, 0, ""},
11131 {"AF_VENDOR09", Const, 0, ""},
11132 {"AF_VENDOR10", Const, 0, ""},
11133 {"AF_VENDOR11", Const, 0, ""},
11134 {"AF_VENDOR12", Const, 0, ""},
11135 {"AF_VENDOR13", Const, 0, ""},
11136 {"AF_VENDOR14", Const, 0, ""},
11137 {"AF_VENDOR15", Const, 0, ""},
11138 {"AF_VENDOR16", Const, 0, ""},
11139 {"AF_VENDOR17", Const, 0, ""},
11140 {"AF_VENDOR18", Const, 0, ""},
11141 {"AF_VENDOR19", Const, 0, ""},
11142 {"AF_VENDOR20", Const, 0, ""},
11143 {"AF_VENDOR21", Const, 0, ""},
11144 {"AF_VENDOR22", Const, 0, ""},
11145 {"AF_VENDOR23", Const, 0, ""},
11146 {"AF_VENDOR24", Const, 0, ""},
11147 {"AF_VENDOR25", Const, 0, ""},
11148 {"AF_VENDOR26", Const, 0, ""},
11149 {"AF_VENDOR27", Const, 0, ""},
11150 {"AF_VENDOR28", Const, 0, ""},
11151 {"AF_VENDOR29", Const, 0, ""},
11152 {"AF_VENDOR30", Const, 0, ""},
11153 {"AF_VENDOR31", Const, 0, ""},
11154 {"AF_VENDOR32", Const, 0, ""},
11155 {"AF_VENDOR33", Const, 0, ""},
11156 {"AF_VENDOR34", Const, 0, ""},
11157 {"AF_VENDOR35", Const, 0, ""},
11158 {"AF_VENDOR36", Const, 0, ""},
11159 {"AF_VENDOR37", Const, 0, ""},
11160 {"AF_VENDOR38", Const, 0, ""},
11161 {"AF_VENDOR39", Const, 0, ""},
11162 {"AF_VENDOR40", Const, 0, ""},
11163 {"AF_VENDOR41", Const, 0, ""},
11164 {"AF_VENDOR42", Const, 0, ""},
11165 {"AF_VENDOR43", Const, 0, ""},
11166 {"AF_VENDOR44", Const, 0, ""},
11167 {"AF_VENDOR45", Const, 0, ""},
11168 {"AF_VENDOR46", Const, 0, ""},
11169 {"AF_VENDOR47", Const, 0, ""},
11170 {"AF_WANPIPE", Const, 0, ""},
11171 {"AF_X25", Const, 0, ""},
11172 {"AI_CANONNAME", Const, 1, ""},
11173 {"AI_NUMERICHOST", Const, 1, ""},
11174 {"AI_PASSIVE", Const, 1, ""},
11175 {"APPLICATION_ERROR", Const, 0, ""},
11176 {"ARPHRD_ADAPT", Const, 0, ""},
11177 {"ARPHRD_APPLETLK", Const, 0, ""},
11178 {"ARPHRD_ARCNET", Const, 0, ""},
11179 {"ARPHRD_ASH", Const, 0, ""},
11180 {"ARPHRD_ATM", Const, 0, ""},
11181 {"ARPHRD_AX25", Const, 0, ""},
11182 {"ARPHRD_BIF", Const, 0, ""},
11183 {"ARPHRD_CHAOS", Const, 0, ""},
11184 {"ARPHRD_CISCO", Const, 0, ""},
11185 {"ARPHRD_CSLIP", Const, 0, ""},
11186 {"ARPHRD_CSLIP6", Const, 0, ""},
11187 {"ARPHRD_DDCMP", Const, 0, ""},
11188 {"ARPHRD_DLCI", Const, 0, ""},
11189 {"ARPHRD_ECONET", Const, 0, ""},
11190 {"ARPHRD_EETHER", Const, 0, ""},
11191 {"ARPHRD_ETHER", Const, 0, ""},
11192 {"ARPHRD_EUI64", Const, 0, ""},
11193 {"ARPHRD_FCAL", Const, 0, ""},
11194 {"ARPHRD_FCFABRIC", Const, 0, ""},
11195 {"ARPHRD_FCPL", Const, 0, ""},
11196 {"ARPHRD_FCPP", Const, 0, ""},
11197 {"ARPHRD_FDDI", Const, 0, ""},
11198 {"ARPHRD_FRAD", Const, 0, ""},
11199 {"ARPHRD_FRELAY", Const, 1, ""},
11200 {"ARPHRD_HDLC", Const, 0, ""},
11201 {"ARPHRD_HIPPI", Const, 0, ""},
11202 {"ARPHRD_HWX25", Const, 0, ""},
11203 {"ARPHRD_IEEE1394", Const, 0, ""},
11204 {"ARPHRD_IEEE802", Const, 0, ""},
11205 {"ARPHRD_IEEE80211", Const, 0, ""},
11206 {"ARPHRD_IEEE80211_PRISM", Const, 0, ""},
11207 {"ARPHRD_IEEE80211_RADIOTAP", Const, 0, ""},
11208 {"ARPHRD_IEEE802154", Const, 0, ""},
11209 {"ARPHRD_IEEE802154_PHY", Const, 0, ""},
11210 {"ARPHRD_IEEE802_TR", Const, 0, ""},
11211 {"ARPHRD_INFINIBAND", Const, 0, ""},
11212 {"ARPHRD_IPDDP", Const, 0, ""},
11213 {"ARPHRD_IPGRE", Const, 0, ""},
11214 {"ARPHRD_IRDA", Const, 0, ""},
11215 {"ARPHRD_LAPB", Const, 0, ""},
11216 {"ARPHRD_LOCALTLK", Const, 0, ""},
11217 {"ARPHRD_LOOPBACK", Const, 0, ""},
11218 {"ARPHRD_METRICOM", Const, 0, ""},
11219 {"ARPHRD_NETROM", Const, 0, ""},
11220 {"ARPHRD_NONE", Const, 0, ""},
11221 {"ARPHRD_PIMREG", Const, 0, ""},
11222 {"ARPHRD_PPP", Const, 0, ""},
11223 {"ARPHRD_PRONET", Const, 0, ""},
11224 {"ARPHRD_RAWHDLC", Const, 0, ""},
11225 {"ARPHRD_ROSE", Const, 0, ""},
11226 {"ARPHRD_RSRVD", Const, 0, ""},
11227 {"ARPHRD_SIT", Const, 0, ""},
11228 {"ARPHRD_SKIP", Const, 0, ""},
11229 {"ARPHRD_SLIP", Const, 0, ""},
11230 {"ARPHRD_SLIP6", Const, 0, ""},
11231 {"ARPHRD_STRIP", Const, 1, ""},
11232 {"ARPHRD_TUNNEL", Const, 0, ""},
11233 {"ARPHRD_TUNNEL6", Const, 0, ""},
11234 {"ARPHRD_VOID", Const, 0, ""},
11235 {"ARPHRD_X25", Const, 0, ""},
11236 {"AUTHTYPE_CLIENT", Const, 0, ""},
11237 {"AUTHTYPE_SERVER", Const, 0, ""},
11238 {"Accept", Func, 0, "func(fd int) (nfd int, sa Sockaddr, err error)"},
11239 {"Accept4", Func, 1, "func(fd int, flags int) (nfd int, sa Sockaddr, err error)"},
11240 {"AcceptEx", Func, 0, ""},
11241 {"Access", Func, 0, "func(path string, mode uint32) (err error)"},
11242 {"Acct", Func, 0, "func(path string) (err error)"},
11243 {"AddrinfoW", Type, 1, ""},
11244 {"AddrinfoW.Addr", Field, 1, ""},
11245 {"AddrinfoW.Addrlen", Field, 1, ""},
11246 {"AddrinfoW.Canonname", Field, 1, ""},
11247 {"AddrinfoW.Family", Field, 1, ""},
11248 {"AddrinfoW.Flags", Field, 1, ""},
11249 {"AddrinfoW.Next", Field, 1, ""},
11250 {"AddrinfoW.Protocol", Field, 1, ""},
11251 {"AddrinfoW.Socktype", Field, 1, ""},
11252 {"Adjtime", Func, 0, ""},
11253 {"Adjtimex", Func, 0, "func(buf *Timex) (state int, err error)"},
11254 {"AllThreadsSyscall", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
11255 {"AllThreadsSyscall6", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
11256 {"AttachLsf", Func, 0, "func(fd int, i []SockFilter) error"},
11257 {"B0", Const, 0, ""},
11258 {"B1000000", Const, 0, ""},
11259 {"B110", Const, 0, ""},
11260 {"B115200", Const, 0, ""},
11261 {"B1152000", Const, 0, ""},
11262 {"B1200", Const, 0, ""},
11263 {"B134", Const, 0, ""},
11264 {"B14400", Const, 1, ""},
11265 {"B150", Const, 0, ""},
11266 {"B1500000", Const, 0, ""},
11267 {"B1800", Const, 0, ""},
11268 {"B19200", Const, 0, ""},
11269 {"B200", Const, 0, ""},
11270 {"B2000000", Const, 0, ""},
11271 {"B230400", Const, 0, ""},
11272 {"B2400", Const, 0, ""},
11273 {"B2500000", Const, 0, ""},
11274 {"B28800", Const, 1, ""},
11275 {"B300", Const, 0, ""},
11276 {"B3000000", Const, 0, ""},
11277 {"B3500000", Const, 0, ""},
11278 {"B38400", Const, 0, ""},
11279 {"B4000000", Const, 0, ""},
11280 {"B460800", Const, 0, ""},
11281 {"B4800", Const, 0, ""},
11282 {"B50", Const, 0, ""},
11283 {"B500000", Const, 0, ""},
11284 {"B57600", Const, 0, ""},
11285 {"B576000", Const, 0, ""},
11286 {"B600", Const, 0, ""},
11287 {"B7200", Const, 1, ""},
11288 {"B75", Const, 0, ""},
11289 {"B76800", Const, 1, ""},
11290 {"B921600", Const, 0, ""},
11291 {"B9600", Const, 0, ""},
11292 {"BASE_PROTOCOL", Const, 2, ""},
11293 {"BIOCFEEDBACK", Const, 0, ""},
11294 {"BIOCFLUSH", Const, 0, ""},
11295 {"BIOCGBLEN", Const, 0, ""},
11296 {"BIOCGDIRECTION", Const, 0, ""},
11297 {"BIOCGDIRFILT", Const, 1, ""},
11298 {"BIOCGDLT", Const, 0, ""},
11299 {"BIOCGDLTLIST", Const, 0, ""},
11300 {"BIOCGETBUFMODE", Const, 0, ""},
11301 {"BIOCGETIF", Const, 0, ""},
11302 {"BIOCGETZMAX", Const, 0, ""},
11303 {"BIOCGFEEDBACK", Const, 1, ""},
11304 {"BIOCGFILDROP", Const, 1, ""},
11305 {"BIOCGHDRCMPLT", Const, 0, ""},
11306 {"BIOCGRSIG", Const, 0, ""},
11307 {"BIOCGRTIMEOUT", Const, 0, ""},
11308 {"BIOCGSEESENT", Const, 0, ""},
11309 {"BIOCGSTATS", Const, 0, ""},
11310 {"BIOCGSTATSOLD", Const, 1, ""},
11311 {"BIOCGTSTAMP", Const, 1, ""},
11312 {"BIOCIMMEDIATE", Const, 0, ""},
11313 {"BIOCLOCK", Const, 0, ""},
11314 {"BIOCPROMISC", Const, 0, ""},
11315 {"BIOCROTZBUF", Const, 0, ""},
11316 {"BIOCSBLEN", Const, 0, ""},
11317 {"BIOCSDIRECTION", Const, 0, ""},
11318 {"BIOCSDIRFILT", Const, 1, ""},
11319 {"BIOCSDLT", Const, 0, ""},
11320 {"BIOCSETBUFMODE", Const, 0, ""},
11321 {"BIOCSETF", Const, 0, ""},
11322 {"BIOCSETFNR", Const, 0, ""},
11323 {"BIOCSETIF", Const, 0, ""},
11324 {"BIOCSETWF", Const, 0, ""},
11325 {"BIOCSETZBUF", Const, 0, ""},
11326 {"BIOCSFEEDBACK", Const, 1, ""},
11327 {"BIOCSFILDROP", Const, 1, ""},
11328 {"BIOCSHDRCMPLT", Const, 0, ""},
11329 {"BIOCSRSIG", Const, 0, ""},
11330 {"BIOCSRTIMEOUT", Const, 0, ""},
11331 {"BIOCSSEESENT", Const, 0, ""},
11332 {"BIOCSTCPF", Const, 1, ""},
11333 {"BIOCSTSTAMP", Const, 1, ""},
11334 {"BIOCSUDPF", Const, 1, ""},
11335 {"BIOCVERSION", Const, 0, ""},
11336 {"BPF_A", Const, 0, ""},
11337 {"BPF_ABS", Const, 0, ""},
11338 {"BPF_ADD", Const, 0, ""},
11339 {"BPF_ALIGNMENT", Const, 0, ""},
11340 {"BPF_ALIGNMENT32", Const, 1, ""},
11341 {"BPF_ALU", Const, 0, ""},
11342 {"BPF_AND", Const, 0, ""},
11343 {"BPF_B", Const, 0, ""},
11344 {"BPF_BUFMODE_BUFFER", Const, 0, ""},
11345 {"BPF_BUFMODE_ZBUF", Const, 0, ""},
11346 {"BPF_DFLTBUFSIZE", Const, 1, ""},
11347 {"BPF_DIRECTION_IN", Const, 1, ""},
11348 {"BPF_DIRECTION_OUT", Const, 1, ""},
11349 {"BPF_DIV", Const, 0, ""},
11350 {"BPF_H", Const, 0, ""},
11351 {"BPF_IMM", Const, 0, ""},
11352 {"BPF_IND", Const, 0, ""},
11353 {"BPF_JA", Const, 0, ""},
11354 {"BPF_JEQ", Const, 0, ""},
11355 {"BPF_JGE", Const, 0, ""},
11356 {"BPF_JGT", Const, 0, ""},
11357 {"BPF_JMP", Const, 0, ""},
11358 {"BPF_JSET", Const, 0, ""},
11359 {"BPF_K", Const, 0, ""},
11360 {"BPF_LD", Const, 0, ""},
11361 {"BPF_LDX", Const, 0, ""},
11362 {"BPF_LEN", Const, 0, ""},
11363 {"BPF_LSH", Const, 0, ""},
11364 {"BPF_MAJOR_VERSION", Const, 0, ""},
11365 {"BPF_MAXBUFSIZE", Const, 0, ""},
11366 {"BPF_MAXINSNS", Const, 0, ""},
11367 {"BPF_MEM", Const, 0, ""},
11368 {"BPF_MEMWORDS", Const, 0, ""},
11369 {"BPF_MINBUFSIZE", Const, 0, ""},
11370 {"BPF_MINOR_VERSION", Const, 0, ""},
11371 {"BPF_MISC", Const, 0, ""},
11372 {"BPF_MSH", Const, 0, ""},
11373 {"BPF_MUL", Const, 0, ""},
11374 {"BPF_NEG", Const, 0, ""},
11375 {"BPF_OR", Const, 0, ""},
11376 {"BPF_RELEASE", Const, 0, ""},
11377 {"BPF_RET", Const, 0, ""},
11378 {"BPF_RSH", Const, 0, ""},
11379 {"BPF_ST", Const, 0, ""},
11380 {"BPF_STX", Const, 0, ""},
11381 {"BPF_SUB", Const, 0, ""},
11382 {"BPF_TAX", Const, 0, ""},
11383 {"BPF_TXA", Const, 0, ""},
11384 {"BPF_T_BINTIME", Const, 1, ""},
11385 {"BPF_T_BINTIME_FAST", Const, 1, ""},
11386 {"BPF_T_BINTIME_MONOTONIC", Const, 1, ""},
11387 {"BPF_T_BINTIME_MONOTONIC_FAST", Const, 1, ""},
11388 {"BPF_T_FAST", Const, 1, ""},
11389 {"BPF_T_FLAG_MASK", Const, 1, ""},
11390 {"BPF_T_FORMAT_MASK", Const, 1, ""},
11391 {"BPF_T_MICROTIME", Const, 1, ""},
11392 {"BPF_T_MICROTIME_FAST", Const, 1, ""},
11393 {"BPF_T_MICROTIME_MONOTONIC", Const, 1, ""},
11394 {"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1, ""},
11395 {"BPF_T_MONOTONIC", Const, 1, ""},
11396 {"BPF_T_MONOTONIC_FAST", Const, 1, ""},
11397 {"BPF_T_NANOTIME", Const, 1, ""},
11398 {"BPF_T_NANOTIME_FAST", Const, 1, ""},
11399 {"BPF_T_NANOTIME_MONOTONIC", Const, 1, ""},
11400 {"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1, ""},
11401 {"BPF_T_NONE", Const, 1, ""},
11402 {"BPF_T_NORMAL", Const, 1, ""},
11403 {"BPF_W", Const, 0, ""},
11404 {"BPF_X", Const, 0, ""},
11405 {"BRKINT", Const, 0, ""},
11406 {"Bind", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
11407 {"BindToDevice", Func, 0, "func(fd int, device string) (err error)"},
11408 {"BpfBuflen", Func, 0, ""},
11409 {"BpfDatalink", Func, 0, ""},
11410 {"BpfHdr", Type, 0, ""},
11411 {"BpfHdr.Caplen", Field, 0, ""},
11412 {"BpfHdr.Datalen", Field, 0, ""},
11413 {"BpfHdr.Hdrlen", Field, 0, ""},
11414 {"BpfHdr.Pad_cgo_0", Field, 0, ""},
11415 {"BpfHdr.Tstamp", Field, 0, ""},
11416 {"BpfHeadercmpl", Func, 0, ""},
11417 {"BpfInsn", Type, 0, ""},
11418 {"BpfInsn.Code", Field, 0, ""},
11419 {"BpfInsn.Jf", Field, 0, ""},
11420 {"BpfInsn.Jt", Field, 0, ""},
11421 {"BpfInsn.K", Field, 0, ""},
11422 {"BpfInterface", Func, 0, ""},
11423 {"BpfJump", Func, 0, ""},
11424 {"BpfProgram", Type, 0, ""},
11425 {"BpfProgram.Insns", Field, 0, ""},
11426 {"BpfProgram.Len", Field, 0, ""},
11427 {"BpfProgram.Pad_cgo_0", Field, 0, ""},
11428 {"BpfStat", Type, 0, ""},
11429 {"BpfStat.Capt", Field, 2, ""},
11430 {"BpfStat.Drop", Field, 0, ""},
11431 {"BpfStat.Padding", Field, 2, ""},
11432 {"BpfStat.Recv", Field, 0, ""},
11433 {"BpfStats", Func, 0, ""},
11434 {"BpfStmt", Func, 0, ""},
11435 {"BpfTimeout", Func, 0, ""},
11436 {"BpfTimeval", Type, 2, ""},
11437 {"BpfTimeval.Sec", Field, 2, ""},
11438 {"BpfTimeval.Usec", Field, 2, ""},
11439 {"BpfVersion", Type, 0, ""},
11440 {"BpfVersion.Major", Field, 0, ""},
11441 {"BpfVersion.Minor", Field, 0, ""},
11442 {"BpfZbuf", Type, 0, ""},
11443 {"BpfZbuf.Bufa", Field, 0, ""},
11444 {"BpfZbuf.Bufb", Field, 0, ""},
11445 {"BpfZbuf.Buflen", Field, 0, ""},
11446 {"BpfZbufHeader", Type, 0, ""},
11447 {"BpfZbufHeader.Kernel_gen", Field, 0, ""},
11448 {"BpfZbufHeader.Kernel_len", Field, 0, ""},
11449 {"BpfZbufHeader.User_gen", Field, 0, ""},
11450 {"BpfZbufHeader.X_bzh_pad", Field, 0, ""},
11451 {"ByHandleFileInformation", Type, 0, ""},
11452 {"ByHandleFileInformation.CreationTime", Field, 0, ""},
11453 {"ByHandleFileInformation.FileAttributes", Field, 0, ""},
11454 {"ByHandleFileInformation.FileIndexHigh", Field, 0, ""},
11455 {"ByHandleFileInformation.FileIndexLow", Field, 0, ""},
11456 {"ByHandleFileInformation.FileSizeHigh", Field, 0, ""},
11457 {"ByHandleFileInformation.FileSizeLow", Field, 0, ""},
11458 {"ByHandleFileInformation.LastAccessTime", Field, 0, ""},
11459 {"ByHandleFileInformation.LastWriteTime", Field, 0, ""},
11460 {"ByHandleFileInformation.NumberOfLinks", Field, 0, ""},
11461 {"ByHandleFileInformation.VolumeSerialNumber", Field, 0, ""},
11462 {"BytePtrFromString", Func, 1, "func(s string) (*byte, error)"},
11463 {"ByteSliceFromString", Func, 1, "func(s string) ([]byte, error)"},
11464 {"CCR0_FLUSH", Const, 1, ""},
11465 {"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0, ""},
11466 {"CERT_CHAIN_POLICY_AUTHENTICODE_TS", Const, 0, ""},
11467 {"CERT_CHAIN_POLICY_BASE", Const, 0, ""},
11468 {"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS", Const, 0, ""},
11469 {"CERT_CHAIN_POLICY_EV", Const, 0, ""},
11470 {"CERT_CHAIN_POLICY_MICROSOFT_ROOT", Const, 0, ""},
11471 {"CERT_CHAIN_POLICY_NT_AUTH", Const, 0, ""},
11472 {"CERT_CHAIN_POLICY_SSL", Const, 0, ""},
11473 {"CERT_E_CN_NO_MATCH", Const, 0, ""},
11474 {"CERT_E_EXPIRED", Const, 0, ""},
11475 {"CERT_E_PURPOSE", Const, 0, ""},
11476 {"CERT_E_ROLE", Const, 0, ""},
11477 {"CERT_E_UNTRUSTEDROOT", Const, 0, ""},
11478 {"CERT_STORE_ADD_ALWAYS", Const, 0, ""},
11479 {"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG", Const, 0, ""},
11480 {"CERT_STORE_PROV_MEMORY", Const, 0, ""},
11481 {"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT", Const, 0, ""},
11482 {"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT", Const, 0, ""},
11483 {"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT", Const, 0, ""},
11484 {"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT", Const, 0, ""},
11485 {"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT", Const, 0, ""},
11486 {"CERT_TRUST_INVALID_BASIC_CONSTRAINTS", Const, 0, ""},
11487 {"CERT_TRUST_INVALID_EXTENSION", Const, 0, ""},
11488 {"CERT_TRUST_INVALID_NAME_CONSTRAINTS", Const, 0, ""},
11489 {"CERT_TRUST_INVALID_POLICY_CONSTRAINTS", Const, 0, ""},
11490 {"CERT_TRUST_IS_CYCLIC", Const, 0, ""},
11491 {"CERT_TRUST_IS_EXPLICIT_DISTRUST", Const, 0, ""},
11492 {"CERT_TRUST_IS_NOT_SIGNATURE_VALID", Const, 0, ""},
11493 {"CERT_TRUST_IS_NOT_TIME_VALID", Const, 0, ""},
11494 {"CERT_TRUST_IS_NOT_VALID_FOR_USAGE", Const, 0, ""},
11495 {"CERT_TRUST_IS_OFFLINE_REVOCATION", Const, 0, ""},
11496 {"CERT_TRUST_IS_REVOKED", Const, 0, ""},
11497 {"CERT_TRUST_IS_UNTRUSTED_ROOT", Const, 0, ""},
11498 {"CERT_TRUST_NO_ERROR", Const, 0, ""},
11499 {"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY", Const, 0, ""},
11500 {"CERT_TRUST_REVOCATION_STATUS_UNKNOWN", Const, 0, ""},
11501 {"CFLUSH", Const, 1, ""},
11502 {"CLOCAL", Const, 0, ""},
11503 {"CLONE_CHILD_CLEARTID", Const, 2, ""},
11504 {"CLONE_CHILD_SETTID", Const, 2, ""},
11505 {"CLONE_CLEAR_SIGHAND", Const, 20, ""},
11506 {"CLONE_CSIGNAL", Const, 3, ""},
11507 {"CLONE_DETACHED", Const, 2, ""},
11508 {"CLONE_FILES", Const, 2, ""},
11509 {"CLONE_FS", Const, 2, ""},
11510 {"CLONE_INTO_CGROUP", Const, 20, ""},
11511 {"CLONE_IO", Const, 2, ""},
11512 {"CLONE_NEWCGROUP", Const, 20, ""},
11513 {"CLONE_NEWIPC", Const, 2, ""},
11514 {"CLONE_NEWNET", Const, 2, ""},
11515 {"CLONE_NEWNS", Const, 2, ""},
11516 {"CLONE_NEWPID", Const, 2, ""},
11517 {"CLONE_NEWTIME", Const, 20, ""},
11518 {"CLONE_NEWUSER", Const, 2, ""},
11519 {"CLONE_NEWUTS", Const, 2, ""},
11520 {"CLONE_PARENT", Const, 2, ""},
11521 {"CLONE_PARENT_SETTID", Const, 2, ""},
11522 {"CLONE_PID", Const, 3, ""},
11523 {"CLONE_PIDFD", Const, 20, ""},
11524 {"CLONE_PTRACE", Const, 2, ""},
11525 {"CLONE_SETTLS", Const, 2, ""},
11526 {"CLONE_SIGHAND", Const, 2, ""},
11527 {"CLONE_SYSVSEM", Const, 2, ""},
11528 {"CLONE_THREAD", Const, 2, ""},
11529 {"CLONE_UNTRACED", Const, 2, ""},
11530 {"CLONE_VFORK", Const, 2, ""},
11531 {"CLONE_VM", Const, 2, ""},
11532 {"CPUID_CFLUSH", Const, 1, ""},
11533 {"CREAD", Const, 0, ""},
11534 {"CREATE_ALWAYS", Const, 0, ""},
11535 {"CREATE_NEW", Const, 0, ""},
11536 {"CREATE_NEW_PROCESS_GROUP", Const, 1, ""},
11537 {"CREATE_UNICODE_ENVIRONMENT", Const, 0, ""},
11538 {"CRYPT_DEFAULT_CONTAINER_OPTIONAL", Const, 0, ""},
11539 {"CRYPT_DELETEKEYSET", Const, 0, ""},
11540 {"CRYPT_MACHINE_KEYSET", Const, 0, ""},
11541 {"CRYPT_NEWKEYSET", Const, 0, ""},
11542 {"CRYPT_SILENT", Const, 0, ""},
11543 {"CRYPT_VERIFYCONTEXT", Const, 0, ""},
11544 {"CS5", Const, 0, ""},
11545 {"CS6", Const, 0, ""},
11546 {"CS7", Const, 0, ""},
11547 {"CS8", Const, 0, ""},
11548 {"CSIZE", Const, 0, ""},
11549 {"CSTART", Const, 1, ""},
11550 {"CSTATUS", Const, 1, ""},
11551 {"CSTOP", Const, 1, ""},
11552 {"CSTOPB", Const, 0, ""},
11553 {"CSUSP", Const, 1, ""},
11554 {"CTL_MAXNAME", Const, 0, ""},
11555 {"CTL_NET", Const, 0, ""},
11556 {"CTL_QUERY", Const, 1, ""},
11557 {"CTRL_BREAK_EVENT", Const, 1, ""},
11558 {"CTRL_CLOSE_EVENT", Const, 14, ""},
11559 {"CTRL_C_EVENT", Const, 1, ""},
11560 {"CTRL_LOGOFF_EVENT", Const, 14, ""},
11561 {"CTRL_SHUTDOWN_EVENT", Const, 14, ""},
11562 {"CancelIo", Func, 0, ""},
11563 {"CancelIoEx", Func, 1, ""},
11564 {"CertAddCertificateContextToStore", Func, 0, ""},
11565 {"CertChainContext", Type, 0, ""},
11566 {"CertChainContext.ChainCount", Field, 0, ""},
11567 {"CertChainContext.Chains", Field, 0, ""},
11568 {"CertChainContext.HasRevocationFreshnessTime", Field, 0, ""},
11569 {"CertChainContext.LowerQualityChainCount", Field, 0, ""},
11570 {"CertChainContext.LowerQualityChains", Field, 0, ""},
11571 {"CertChainContext.RevocationFreshnessTime", Field, 0, ""},
11572 {"CertChainContext.Size", Field, 0, ""},
11573 {"CertChainContext.TrustStatus", Field, 0, ""},
11574 {"CertChainElement", Type, 0, ""},
11575 {"CertChainElement.ApplicationUsage", Field, 0, ""},
11576 {"CertChainElement.CertContext", Field, 0, ""},
11577 {"CertChainElement.ExtendedErrorInfo", Field, 0, ""},
11578 {"CertChainElement.IssuanceUsage", Field, 0, ""},
11579 {"CertChainElement.RevocationInfo", Field, 0, ""},
11580 {"CertChainElement.Size", Field, 0, ""},
11581 {"CertChainElement.TrustStatus", Field, 0, ""},
11582 {"CertChainPara", Type, 0, ""},
11583 {"CertChainPara.CacheResync", Field, 0, ""},
11584 {"CertChainPara.CheckRevocationFreshnessTime", Field, 0, ""},
11585 {"CertChainPara.RequestedUsage", Field, 0, ""},
11586 {"CertChainPara.RequstedIssuancePolicy", Field, 0, ""},
11587 {"CertChainPara.RevocationFreshnessTime", Field, 0, ""},
11588 {"CertChainPara.Size", Field, 0, ""},
11589 {"CertChainPara.URLRetrievalTimeout", Field, 0, ""},
11590 {"CertChainPolicyPara", Type, 0, ""},
11591 {"CertChainPolicyPara.ExtraPolicyPara", Field, 0, ""},
11592 {"CertChainPolicyPara.Flags", Field, 0, ""},
11593 {"CertChainPolicyPara.Size", Field, 0, ""},
11594 {"CertChainPolicyStatus", Type, 0, ""},
11595 {"CertChainPolicyStatus.ChainIndex", Field, 0, ""},
11596 {"CertChainPolicyStatus.ElementIndex", Field, 0, ""},
11597 {"CertChainPolicyStatus.Error", Field, 0, ""},
11598 {"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0, ""},
11599 {"CertChainPolicyStatus.Size", Field, 0, ""},
11600 {"CertCloseStore", Func, 0, ""},
11601 {"CertContext", Type, 0, ""},
11602 {"CertContext.CertInfo", Field, 0, ""},
11603 {"CertContext.EncodedCert", Field, 0, ""},
11604 {"CertContext.EncodingType", Field, 0, ""},
11605 {"CertContext.Length", Field, 0, ""},
11606 {"CertContext.Store", Field, 0, ""},
11607 {"CertCreateCertificateContext", Func, 0, ""},
11608 {"CertEnhKeyUsage", Type, 0, ""},
11609 {"CertEnhKeyUsage.Length", Field, 0, ""},
11610 {"CertEnhKeyUsage.UsageIdentifiers", Field, 0, ""},
11611 {"CertEnumCertificatesInStore", Func, 0, ""},
11612 {"CertFreeCertificateChain", Func, 0, ""},
11613 {"CertFreeCertificateContext", Func, 0, ""},
11614 {"CertGetCertificateChain", Func, 0, ""},
11615 {"CertInfo", Type, 11, ""},
11616 {"CertOpenStore", Func, 0, ""},
11617 {"CertOpenSystemStore", Func, 0, ""},
11618 {"CertRevocationCrlInfo", Type, 11, ""},
11619 {"CertRevocationInfo", Type, 0, ""},
11620 {"CertRevocationInfo.CrlInfo", Field, 0, ""},
11621 {"CertRevocationInfo.FreshnessTime", Field, 0, ""},
11622 {"CertRevocationInfo.HasFreshnessTime", Field, 0, ""},
11623 {"CertRevocationInfo.OidSpecificInfo", Field, 0, ""},
11624 {"CertRevocationInfo.RevocationOid", Field, 0, ""},
11625 {"CertRevocationInfo.RevocationResult", Field, 0, ""},
11626 {"CertRevocationInfo.Size", Field, 0, ""},
11627 {"CertSimpleChain", Type, 0, ""},
11628 {"CertSimpleChain.Elements", Field, 0, ""},
11629 {"CertSimpleChain.HasRevocationFreshnessTime", Field, 0, ""},
11630 {"CertSimpleChain.NumElements", Field, 0, ""},
11631 {"CertSimpleChain.RevocationFreshnessTime", Field, 0, ""},
11632 {"CertSimpleChain.Size", Field, 0, ""},
11633 {"CertSimpleChain.TrustListInfo", Field, 0, ""},
11634 {"CertSimpleChain.TrustStatus", Field, 0, ""},
11635 {"CertTrustListInfo", Type, 11, ""},
11636 {"CertTrustStatus", Type, 0, ""},
11637 {"CertTrustStatus.ErrorStatus", Field, 0, ""},
11638 {"CertTrustStatus.InfoStatus", Field, 0, ""},
11639 {"CertUsageMatch", Type, 0, ""},
11640 {"CertUsageMatch.Type", Field, 0, ""},
11641 {"CertUsageMatch.Usage", Field, 0, ""},
11642 {"CertVerifyCertificateChainPolicy", Func, 0, ""},
11643 {"Chdir", Func, 0, "func(path string) (err error)"},
11644 {"CheckBpfVersion", Func, 0, ""},
11645 {"Chflags", Func, 0, ""},
11646 {"Chmod", Func, 0, "func(path string, mode uint32) (err error)"},
11647 {"Chown", Func, 0, "func(path string, uid int, gid int) (err error)"},
11648 {"Chroot", Func, 0, "func(path string) (err error)"},
11649 {"Clearenv", Func, 0, "func()"},
11650 {"Close", Func, 0, "func(fd int) (err error)"},
11651 {"CloseHandle", Func, 0, ""},
11652 {"CloseOnExec", Func, 0, "func(fd int)"},
11653 {"Closesocket", Func, 0, ""},
11654 {"CmsgLen", Func, 0, "func(datalen int) int"},
11655 {"CmsgSpace", Func, 0, "func(datalen int) int"},
11656 {"Cmsghdr", Type, 0, ""},
11657 {"Cmsghdr.Len", Field, 0, ""},
11658 {"Cmsghdr.Level", Field, 0, ""},
11659 {"Cmsghdr.Type", Field, 0, ""},
11660 {"Cmsghdr.X__cmsg_data", Field, 0, ""},
11661 {"CommandLineToArgv", Func, 0, ""},
11662 {"ComputerName", Func, 0, ""},
11663 {"Conn", Type, 9, ""},
11664 {"Connect", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
11665 {"ConnectEx", Func, 1, ""},
11666 {"ConvertSidToStringSid", Func, 0, ""},
11667 {"ConvertStringSidToSid", Func, 0, ""},
11668 {"CopySid", Func, 0, ""},
11669 {"Creat", Func, 0, "func(path string, mode uint32) (fd int, err error)"},
11670 {"CreateDirectory", Func, 0, ""},
11671 {"CreateFile", Func, 0, ""},
11672 {"CreateFileMapping", Func, 0, ""},
11673 {"CreateHardLink", Func, 4, ""},
11674 {"CreateIoCompletionPort", Func, 0, ""},
11675 {"CreatePipe", Func, 0, ""},
11676 {"CreateProcess", Func, 0, ""},
11677 {"CreateProcessAsUser", Func, 10, ""},
11678 {"CreateSymbolicLink", Func, 4, ""},
11679 {"CreateToolhelp32Snapshot", Func, 4, ""},
11680 {"Credential", Type, 0, ""},
11681 {"Credential.Gid", Field, 0, ""},
11682 {"Credential.Groups", Field, 0, ""},
11683 {"Credential.NoSetGroups", Field, 9, ""},
11684 {"Credential.Uid", Field, 0, ""},
11685 {"CryptAcquireContext", Func, 0, ""},
11686 {"CryptGenRandom", Func, 0, ""},
11687 {"CryptReleaseContext", Func, 0, ""},
11688 {"DIOCBSFLUSH", Const, 1, ""},
11689 {"DIOCOSFPFLUSH", Const, 1, ""},
11690 {"DLL", Type, 0, ""},
11691 {"DLL.Handle", Field, 0, ""},
11692 {"DLL.Name", Field, 0, ""},
11693 {"DLLError", Type, 0, ""},
11694 {"DLLError.Err", Field, 0, ""},
11695 {"DLLError.Msg", Field, 0, ""},
11696 {"DLLError.ObjName", Field, 0, ""},
11697 {"DLT_A429", Const, 0, ""},
11698 {"DLT_A653_ICM", Const, 0, ""},
11699 {"DLT_AIRONET_HEADER", Const, 0, ""},
11700 {"DLT_AOS", Const, 1, ""},
11701 {"DLT_APPLE_IP_OVER_IEEE1394", Const, 0, ""},
11702 {"DLT_ARCNET", Const, 0, ""},
11703 {"DLT_ARCNET_LINUX", Const, 0, ""},
11704 {"DLT_ATM_CLIP", Const, 0, ""},
11705 {"DLT_ATM_RFC1483", Const, 0, ""},
11706 {"DLT_AURORA", Const, 0, ""},
11707 {"DLT_AX25", Const, 0, ""},
11708 {"DLT_AX25_KISS", Const, 0, ""},
11709 {"DLT_BACNET_MS_TP", Const, 0, ""},
11710 {"DLT_BLUETOOTH_HCI_H4", Const, 0, ""},
11711 {"DLT_BLUETOOTH_HCI_H4_WITH_PHDR", Const, 0, ""},
11712 {"DLT_CAN20B", Const, 0, ""},
11713 {"DLT_CAN_SOCKETCAN", Const, 1, ""},
11714 {"DLT_CHAOS", Const, 0, ""},
11715 {"DLT_CHDLC", Const, 0, ""},
11716 {"DLT_CISCO_IOS", Const, 0, ""},
11717 {"DLT_C_HDLC", Const, 0, ""},
11718 {"DLT_C_HDLC_WITH_DIR", Const, 0, ""},
11719 {"DLT_DBUS", Const, 1, ""},
11720 {"DLT_DECT", Const, 1, ""},
11721 {"DLT_DOCSIS", Const, 0, ""},
11722 {"DLT_DVB_CI", Const, 1, ""},
11723 {"DLT_ECONET", Const, 0, ""},
11724 {"DLT_EN10MB", Const, 0, ""},
11725 {"DLT_EN3MB", Const, 0, ""},
11726 {"DLT_ENC", Const, 0, ""},
11727 {"DLT_ERF", Const, 0, ""},
11728 {"DLT_ERF_ETH", Const, 0, ""},
11729 {"DLT_ERF_POS", Const, 0, ""},
11730 {"DLT_FC_2", Const, 1, ""},
11731 {"DLT_FC_2_WITH_FRAME_DELIMS", Const, 1, ""},
11732 {"DLT_FDDI", Const, 0, ""},
11733 {"DLT_FLEXRAY", Const, 0, ""},
11734 {"DLT_FRELAY", Const, 0, ""},
11735 {"DLT_FRELAY_WITH_DIR", Const, 0, ""},
11736 {"DLT_GCOM_SERIAL", Const, 0, ""},
11737 {"DLT_GCOM_T1E1", Const, 0, ""},
11738 {"DLT_GPF_F", Const, 0, ""},
11739 {"DLT_GPF_T", Const, 0, ""},
11740 {"DLT_GPRS_LLC", Const, 0, ""},
11741 {"DLT_GSMTAP_ABIS", Const, 1, ""},
11742 {"DLT_GSMTAP_UM", Const, 1, ""},
11743 {"DLT_HDLC", Const, 1, ""},
11744 {"DLT_HHDLC", Const, 0, ""},
11745 {"DLT_HIPPI", Const, 1, ""},
11746 {"DLT_IBM_SN", Const, 0, ""},
11747 {"DLT_IBM_SP", Const, 0, ""},
11748 {"DLT_IEEE802", Const, 0, ""},
11749 {"DLT_IEEE802_11", Const, 0, ""},
11750 {"DLT_IEEE802_11_RADIO", Const, 0, ""},
11751 {"DLT_IEEE802_11_RADIO_AVS", Const, 0, ""},
11752 {"DLT_IEEE802_15_4", Const, 0, ""},
11753 {"DLT_IEEE802_15_4_LINUX", Const, 0, ""},
11754 {"DLT_IEEE802_15_4_NOFCS", Const, 1, ""},
11755 {"DLT_IEEE802_15_4_NONASK_PHY", Const, 0, ""},
11756 {"DLT_IEEE802_16_MAC_CPS", Const, 0, ""},
11757 {"DLT_IEEE802_16_MAC_CPS_RADIO", Const, 0, ""},
11758 {"DLT_IPFILTER", Const, 0, ""},
11759 {"DLT_IPMB", Const, 0, ""},
11760 {"DLT_IPMB_LINUX", Const, 0, ""},
11761 {"DLT_IPNET", Const, 1, ""},
11762 {"DLT_IPOIB", Const, 1, ""},
11763 {"DLT_IPV4", Const, 1, ""},
11764 {"DLT_IPV6", Const, 1, ""},
11765 {"DLT_IP_OVER_FC", Const, 0, ""},
11766 {"DLT_JUNIPER_ATM1", Const, 0, ""},
11767 {"DLT_JUNIPER_ATM2", Const, 0, ""},
11768 {"DLT_JUNIPER_ATM_CEMIC", Const, 1, ""},
11769 {"DLT_JUNIPER_CHDLC", Const, 0, ""},
11770 {"DLT_JUNIPER_ES", Const, 0, ""},
11771 {"DLT_JUNIPER_ETHER", Const, 0, ""},
11772 {"DLT_JUNIPER_FIBRECHANNEL", Const, 1, ""},
11773 {"DLT_JUNIPER_FRELAY", Const, 0, ""},
11774 {"DLT_JUNIPER_GGSN", Const, 0, ""},
11775 {"DLT_JUNIPER_ISM", Const, 0, ""},
11776 {"DLT_JUNIPER_MFR", Const, 0, ""},
11777 {"DLT_JUNIPER_MLFR", Const, 0, ""},
11778 {"DLT_JUNIPER_MLPPP", Const, 0, ""},
11779 {"DLT_JUNIPER_MONITOR", Const, 0, ""},
11780 {"DLT_JUNIPER_PIC_PEER", Const, 0, ""},
11781 {"DLT_JUNIPER_PPP", Const, 0, ""},
11782 {"DLT_JUNIPER_PPPOE", Const, 0, ""},
11783 {"DLT_JUNIPER_PPPOE_ATM", Const, 0, ""},
11784 {"DLT_JUNIPER_SERVICES", Const, 0, ""},
11785 {"DLT_JUNIPER_SRX_E2E", Const, 1, ""},
11786 {"DLT_JUNIPER_ST", Const, 0, ""},
11787 {"DLT_JUNIPER_VP", Const, 0, ""},
11788 {"DLT_JUNIPER_VS", Const, 1, ""},
11789 {"DLT_LAPB_WITH_DIR", Const, 0, ""},
11790 {"DLT_LAPD", Const, 0, ""},
11791 {"DLT_LIN", Const, 0, ""},
11792 {"DLT_LINUX_EVDEV", Const, 1, ""},
11793 {"DLT_LINUX_IRDA", Const, 0, ""},
11794 {"DLT_LINUX_LAPD", Const, 0, ""},
11795 {"DLT_LINUX_PPP_WITHDIRECTION", Const, 0, ""},
11796 {"DLT_LINUX_SLL", Const, 0, ""},
11797 {"DLT_LOOP", Const, 0, ""},
11798 {"DLT_LTALK", Const, 0, ""},
11799 {"DLT_MATCHING_MAX", Const, 1, ""},
11800 {"DLT_MATCHING_MIN", Const, 1, ""},
11801 {"DLT_MFR", Const, 0, ""},
11802 {"DLT_MOST", Const, 0, ""},
11803 {"DLT_MPEG_2_TS", Const, 1, ""},
11804 {"DLT_MPLS", Const, 1, ""},
11805 {"DLT_MTP2", Const, 0, ""},
11806 {"DLT_MTP2_WITH_PHDR", Const, 0, ""},
11807 {"DLT_MTP3", Const, 0, ""},
11808 {"DLT_MUX27010", Const, 1, ""},
11809 {"DLT_NETANALYZER", Const, 1, ""},
11810 {"DLT_NETANALYZER_TRANSPARENT", Const, 1, ""},
11811 {"DLT_NFC_LLCP", Const, 1, ""},
11812 {"DLT_NFLOG", Const, 1, ""},
11813 {"DLT_NG40", Const, 1, ""},
11814 {"DLT_NULL", Const, 0, ""},
11815 {"DLT_PCI_EXP", Const, 0, ""},
11816 {"DLT_PFLOG", Const, 0, ""},
11817 {"DLT_PFSYNC", Const, 0, ""},
11818 {"DLT_PPI", Const, 0, ""},
11819 {"DLT_PPP", Const, 0, ""},
11820 {"DLT_PPP_BSDOS", Const, 0, ""},
11821 {"DLT_PPP_ETHER", Const, 0, ""},
11822 {"DLT_PPP_PPPD", Const, 0, ""},
11823 {"DLT_PPP_SERIAL", Const, 0, ""},
11824 {"DLT_PPP_WITH_DIR", Const, 0, ""},
11825 {"DLT_PPP_WITH_DIRECTION", Const, 0, ""},
11826 {"DLT_PRISM_HEADER", Const, 0, ""},
11827 {"DLT_PRONET", Const, 0, ""},
11828 {"DLT_RAIF1", Const, 0, ""},
11829 {"DLT_RAW", Const, 0, ""},
11830 {"DLT_RAWAF_MASK", Const, 1, ""},
11831 {"DLT_RIO", Const, 0, ""},
11832 {"DLT_SCCP", Const, 0, ""},
11833 {"DLT_SITA", Const, 0, ""},
11834 {"DLT_SLIP", Const, 0, ""},
11835 {"DLT_SLIP_BSDOS", Const, 0, ""},
11836 {"DLT_STANAG_5066_D_PDU", Const, 1, ""},
11837 {"DLT_SUNATM", Const, 0, ""},
11838 {"DLT_SYMANTEC_FIREWALL", Const, 0, ""},
11839 {"DLT_TZSP", Const, 0, ""},
11840 {"DLT_USB", Const, 0, ""},
11841 {"DLT_USB_LINUX", Const, 0, ""},
11842 {"DLT_USB_LINUX_MMAPPED", Const, 1, ""},
11843 {"DLT_USER0", Const, 0, ""},
11844 {"DLT_USER1", Const, 0, ""},
11845 {"DLT_USER10", Const, 0, ""},
11846 {"DLT_USER11", Const, 0, ""},
11847 {"DLT_USER12", Const, 0, ""},
11848 {"DLT_USER13", Const, 0, ""},
11849 {"DLT_USER14", Const, 0, ""},
11850 {"DLT_USER15", Const, 0, ""},
11851 {"DLT_USER2", Const, 0, ""},
11852 {"DLT_USER3", Const, 0, ""},
11853 {"DLT_USER4", Const, 0, ""},
11854 {"DLT_USER5", Const, 0, ""},
11855 {"DLT_USER6", Const, 0, ""},
11856 {"DLT_USER7", Const, 0, ""},
11857 {"DLT_USER8", Const, 0, ""},
11858 {"DLT_USER9", Const, 0, ""},
11859 {"DLT_WIHART", Const, 1, ""},
11860 {"DLT_X2E_SERIAL", Const, 0, ""},
11861 {"DLT_X2E_XORAYA", Const, 0, ""},
11862 {"DNSMXData", Type, 0, ""},
11863 {"DNSMXData.NameExchange", Field, 0, ""},
11864 {"DNSMXData.Pad", Field, 0, ""},
11865 {"DNSMXData.Preference", Field, 0, ""},
11866 {"DNSPTRData", Type, 0, ""},
11867 {"DNSPTRData.Host", Field, 0, ""},
11868 {"DNSRecord", Type, 0, ""},
11869 {"DNSRecord.Data", Field, 0, ""},
11870 {"DNSRecord.Dw", Field, 0, ""},
11871 {"DNSRecord.Length", Field, 0, ""},
11872 {"DNSRecord.Name", Field, 0, ""},
11873 {"DNSRecord.Next", Field, 0, ""},
11874 {"DNSRecord.Reserved", Field, 0, ""},
11875 {"DNSRecord.Ttl", Field, 0, ""},
11876 {"DNSRecord.Type", Field, 0, ""},
11877 {"DNSSRVData", Type, 0, ""},
11878 {"DNSSRVData.Pad", Field, 0, ""},
11879 {"DNSSRVData.Port", Field, 0, ""},
11880 {"DNSSRVData.Priority", Field, 0, ""},
11881 {"DNSSRVData.Target", Field, 0, ""},
11882 {"DNSSRVData.Weight", Field, 0, ""},
11883 {"DNSTXTData", Type, 0, ""},
11884 {"DNSTXTData.StringArray", Field, 0, ""},
11885 {"DNSTXTData.StringCount", Field, 0, ""},
11886 {"DNS_INFO_NO_RECORDS", Const, 4, ""},
11887 {"DNS_TYPE_A", Const, 0, ""},
11888 {"DNS_TYPE_A6", Const, 0, ""},
11889 {"DNS_TYPE_AAAA", Const, 0, ""},
11890 {"DNS_TYPE_ADDRS", Const, 0, ""},
11891 {"DNS_TYPE_AFSDB", Const, 0, ""},
11892 {"DNS_TYPE_ALL", Const, 0, ""},
11893 {"DNS_TYPE_ANY", Const, 0, ""},
11894 {"DNS_TYPE_ATMA", Const, 0, ""},
11895 {"DNS_TYPE_AXFR", Const, 0, ""},
11896 {"DNS_TYPE_CERT", Const, 0, ""},
11897 {"DNS_TYPE_CNAME", Const, 0, ""},
11898 {"DNS_TYPE_DHCID", Const, 0, ""},
11899 {"DNS_TYPE_DNAME", Const, 0, ""},
11900 {"DNS_TYPE_DNSKEY", Const, 0, ""},
11901 {"DNS_TYPE_DS", Const, 0, ""},
11902 {"DNS_TYPE_EID", Const, 0, ""},
11903 {"DNS_TYPE_GID", Const, 0, ""},
11904 {"DNS_TYPE_GPOS", Const, 0, ""},
11905 {"DNS_TYPE_HINFO", Const, 0, ""},
11906 {"DNS_TYPE_ISDN", Const, 0, ""},
11907 {"DNS_TYPE_IXFR", Const, 0, ""},
11908 {"DNS_TYPE_KEY", Const, 0, ""},
11909 {"DNS_TYPE_KX", Const, 0, ""},
11910 {"DNS_TYPE_LOC", Const, 0, ""},
11911 {"DNS_TYPE_MAILA", Const, 0, ""},
11912 {"DNS_TYPE_MAILB", Const, 0, ""},
11913 {"DNS_TYPE_MB", Const, 0, ""},
11914 {"DNS_TYPE_MD", Const, 0, ""},
11915 {"DNS_TYPE_MF", Const, 0, ""},
11916 {"DNS_TYPE_MG", Const, 0, ""},
11917 {"DNS_TYPE_MINFO", Const, 0, ""},
11918 {"DNS_TYPE_MR", Const, 0, ""},
11919 {"DNS_TYPE_MX", Const, 0, ""},
11920 {"DNS_TYPE_NAPTR", Const, 0, ""},
11921 {"DNS_TYPE_NBSTAT", Const, 0, ""},
11922 {"DNS_TYPE_NIMLOC", Const, 0, ""},
11923 {"DNS_TYPE_NS", Const, 0, ""},
11924 {"DNS_TYPE_NSAP", Const, 0, ""},
11925 {"DNS_TYPE_NSAPPTR", Const, 0, ""},
11926 {"DNS_TYPE_NSEC", Const, 0, ""},
11927 {"DNS_TYPE_NULL", Const, 0, ""},
11928 {"DNS_TYPE_NXT", Const, 0, ""},
11929 {"DNS_TYPE_OPT", Const, 0, ""},
11930 {"DNS_TYPE_PTR", Const, 0, ""},
11931 {"DNS_TYPE_PX", Const, 0, ""},
11932 {"DNS_TYPE_RP", Const, 0, ""},
11933 {"DNS_TYPE_RRSIG", Const, 0, ""},
11934 {"DNS_TYPE_RT", Const, 0, ""},
11935 {"DNS_TYPE_SIG", Const, 0, ""},
11936 {"DNS_TYPE_SINK", Const, 0, ""},
11937 {"DNS_TYPE_SOA", Const, 0, ""},
11938 {"DNS_TYPE_SRV", Const, 0, ""},
11939 {"DNS_TYPE_TEXT", Const, 0, ""},
11940 {"DNS_TYPE_TKEY", Const, 0, ""},
11941 {"DNS_TYPE_TSIG", Const, 0, ""},
11942 {"DNS_TYPE_UID", Const, 0, ""},
11943 {"DNS_TYPE_UINFO", Const, 0, ""},
11944 {"DNS_TYPE_UNSPEC", Const, 0, ""},
11945 {"DNS_TYPE_WINS", Const, 0, ""},
11946 {"DNS_TYPE_WINSR", Const, 0, ""},
11947 {"DNS_TYPE_WKS", Const, 0, ""},
11948 {"DNS_TYPE_X25", Const, 0, ""},
11949 {"DT_BLK", Const, 0, ""},
11950 {"DT_CHR", Const, 0, ""},
11951 {"DT_DIR", Const, 0, ""},
11952 {"DT_FIFO", Const, 0, ""},
11953 {"DT_LNK", Const, 0, ""},
11954 {"DT_REG", Const, 0, ""},
11955 {"DT_SOCK", Const, 0, ""},
11956 {"DT_UNKNOWN", Const, 0, ""},
11957 {"DT_WHT", Const, 0, ""},
11958 {"DUPLICATE_CLOSE_SOURCE", Const, 0, ""},
11959 {"DUPLICATE_SAME_ACCESS", Const, 0, ""},
11960 {"DeleteFile", Func, 0, ""},
11961 {"DetachLsf", Func, 0, "func(fd int) error"},
11962 {"DeviceIoControl", Func, 4, ""},
11963 {"Dirent", Type, 0, ""},
11964 {"Dirent.Fileno", Field, 0, ""},
11965 {"Dirent.Ino", Field, 0, ""},
11966 {"Dirent.Name", Field, 0, ""},
11967 {"Dirent.Namlen", Field, 0, ""},
11968 {"Dirent.Off", Field, 0, ""},
11969 {"Dirent.Pad0", Field, 12, ""},
11970 {"Dirent.Pad1", Field, 12, ""},
11971 {"Dirent.Pad_cgo_0", Field, 0, ""},
11972 {"Dirent.Reclen", Field, 0, ""},
11973 {"Dirent.Seekoff", Field, 0, ""},
11974 {"Dirent.Type", Field, 0, ""},
11975 {"Dirent.X__d_padding", Field, 3, ""},
11976 {"DnsNameCompare", Func, 4, ""},
11977 {"DnsQuery", Func, 0, ""},
11978 {"DnsRecordListFree", Func, 0, ""},
11979 {"DnsSectionAdditional", Const, 4, ""},
11980 {"DnsSectionAnswer", Const, 4, ""},
11981 {"DnsSectionAuthority", Const, 4, ""},
11982 {"DnsSectionQuestion", Const, 4, ""},
11983 {"Dup", Func, 0, "func(oldfd int) (fd int, err error)"},
11984 {"Dup2", Func, 0, "func(oldfd int, newfd int) (err error)"},
11985 {"Dup3", Func, 2, "func(oldfd int, newfd int, flags int) (err error)"},
11986 {"DuplicateHandle", Func, 0, ""},
11987 {"E2BIG", Const, 0, ""},
11988 {"EACCES", Const, 0, ""},
11989 {"EADDRINUSE", Const, 0, ""},
11990 {"EADDRNOTAVAIL", Const, 0, ""},
11991 {"EADV", Const, 0, ""},
11992 {"EAFNOSUPPORT", Const, 0, ""},
11993 {"EAGAIN", Const, 0, ""},
11994 {"EALREADY", Const, 0, ""},
11995 {"EAUTH", Const, 0, ""},
11996 {"EBADARCH", Const, 0, ""},
11997 {"EBADE", Const, 0, ""},
11998 {"EBADEXEC", Const, 0, ""},
11999 {"EBADF", Const, 0, ""},
12000 {"EBADFD", Const, 0, ""},
12001 {"EBADMACHO", Const, 0, ""},
12002 {"EBADMSG", Const, 0, ""},
12003 {"EBADR", Const, 0, ""},
12004 {"EBADRPC", Const, 0, ""},
12005 {"EBADRQC", Const, 0, ""},
12006 {"EBADSLT", Const, 0, ""},
12007 {"EBFONT", Const, 0, ""},
12008 {"EBUSY", Const, 0, ""},
12009 {"ECANCELED", Const, 0, ""},
12010 {"ECAPMODE", Const, 1, ""},
12011 {"ECHILD", Const, 0, ""},
12012 {"ECHO", Const, 0, ""},
12013 {"ECHOCTL", Const, 0, ""},
12014 {"ECHOE", Const, 0, ""},
12015 {"ECHOK", Const, 0, ""},
12016 {"ECHOKE", Const, 0, ""},
12017 {"ECHONL", Const, 0, ""},
12018 {"ECHOPRT", Const, 0, ""},
12019 {"ECHRNG", Const, 0, ""},
12020 {"ECOMM", Const, 0, ""},
12021 {"ECONNABORTED", Const, 0, ""},
12022 {"ECONNREFUSED", Const, 0, ""},
12023 {"ECONNRESET", Const, 0, ""},
12024 {"EDEADLK", Const, 0, ""},
12025 {"EDEADLOCK", Const, 0, ""},
12026 {"EDESTADDRREQ", Const, 0, ""},
12027 {"EDEVERR", Const, 0, ""},
12028 {"EDOM", Const, 0, ""},
12029 {"EDOOFUS", Const, 0, ""},
12030 {"EDOTDOT", Const, 0, ""},
12031 {"EDQUOT", Const, 0, ""},
12032 {"EEXIST", Const, 0, ""},
12033 {"EFAULT", Const, 0, ""},
12034 {"EFBIG", Const, 0, ""},
12035 {"EFER_LMA", Const, 1, ""},
12036 {"EFER_LME", Const, 1, ""},
12037 {"EFER_NXE", Const, 1, ""},
12038 {"EFER_SCE", Const, 1, ""},
12039 {"EFTYPE", Const, 0, ""},
12040 {"EHOSTDOWN", Const, 0, ""},
12041 {"EHOSTUNREACH", Const, 0, ""},
12042 {"EHWPOISON", Const, 0, ""},
12043 {"EIDRM", Const, 0, ""},
12044 {"EILSEQ", Const, 0, ""},
12045 {"EINPROGRESS", Const, 0, ""},
12046 {"EINTR", Const, 0, ""},
12047 {"EINVAL", Const, 0, ""},
12048 {"EIO", Const, 0, ""},
12049 {"EIPSEC", Const, 1, ""},
12050 {"EISCONN", Const, 0, ""},
12051 {"EISDIR", Const, 0, ""},
12052 {"EISNAM", Const, 0, ""},
12053 {"EKEYEXPIRED", Const, 0, ""},
12054 {"EKEYREJECTED", Const, 0, ""},
12055 {"EKEYREVOKED", Const, 0, ""},
12056 {"EL2HLT", Const, 0, ""},
12057 {"EL2NSYNC", Const, 0, ""},
12058 {"EL3HLT", Const, 0, ""},
12059 {"EL3RST", Const, 0, ""},
12060 {"ELAST", Const, 0, ""},
12061 {"ELF_NGREG", Const, 0, ""},
12062 {"ELF_PRARGSZ", Const, 0, ""},
12063 {"ELIBACC", Const, 0, ""},
12064 {"ELIBBAD", Const, 0, ""},
12065 {"ELIBEXEC", Const, 0, ""},
12066 {"ELIBMAX", Const, 0, ""},
12067 {"ELIBSCN", Const, 0, ""},
12068 {"ELNRNG", Const, 0, ""},
12069 {"ELOOP", Const, 0, ""},
12070 {"EMEDIUMTYPE", Const, 0, ""},
12071 {"EMFILE", Const, 0, ""},
12072 {"EMLINK", Const, 0, ""},
12073 {"EMSGSIZE", Const, 0, ""},
12074 {"EMT_TAGOVF", Const, 1, ""},
12075 {"EMULTIHOP", Const, 0, ""},
12076 {"EMUL_ENABLED", Const, 1, ""},
12077 {"EMUL_LINUX", Const, 1, ""},
12078 {"EMUL_LINUX32", Const, 1, ""},
12079 {"EMUL_MAXID", Const, 1, ""},
12080 {"EMUL_NATIVE", Const, 1, ""},
12081 {"ENAMETOOLONG", Const, 0, ""},
12082 {"ENAVAIL", Const, 0, ""},
12083 {"ENDRUNDISC", Const, 1, ""},
12084 {"ENEEDAUTH", Const, 0, ""},
12085 {"ENETDOWN", Const, 0, ""},
12086 {"ENETRESET", Const, 0, ""},
12087 {"ENETUNREACH", Const, 0, ""},
12088 {"ENFILE", Const, 0, ""},
12089 {"ENOANO", Const, 0, ""},
12090 {"ENOATTR", Const, 0, ""},
12091 {"ENOBUFS", Const, 0, ""},
12092 {"ENOCSI", Const, 0, ""},
12093 {"ENODATA", Const, 0, ""},
12094 {"ENODEV", Const, 0, ""},
12095 {"ENOENT", Const, 0, ""},
12096 {"ENOEXEC", Const, 0, ""},
12097 {"ENOKEY", Const, 0, ""},
12098 {"ENOLCK", Const, 0, ""},
12099 {"ENOLINK", Const, 0, ""},
12100 {"ENOMEDIUM", Const, 0, ""},
12101 {"ENOMEM", Const, 0, ""},
12102 {"ENOMSG", Const, 0, ""},
12103 {"ENONET", Const, 0, ""},
12104 {"ENOPKG", Const, 0, ""},
12105 {"ENOPOLICY", Const, 0, ""},
12106 {"ENOPROTOOPT", Const, 0, ""},
12107 {"ENOSPC", Const, 0, ""},
12108 {"ENOSR", Const, 0, ""},
12109 {"ENOSTR", Const, 0, ""},
12110 {"ENOSYS", Const, 0, ""},
12111 {"ENOTBLK", Const, 0, ""},
12112 {"ENOTCAPABLE", Const, 0, ""},
12113 {"ENOTCONN", Const, 0, ""},
12114 {"ENOTDIR", Const, 0, ""},
12115 {"ENOTEMPTY", Const, 0, ""},
12116 {"ENOTNAM", Const, 0, ""},
12117 {"ENOTRECOVERABLE", Const, 0, ""},
12118 {"ENOTSOCK", Const, 0, ""},
12119 {"ENOTSUP", Const, 0, ""},
12120 {"ENOTTY", Const, 0, ""},
12121 {"ENOTUNIQ", Const, 0, ""},
12122 {"ENXIO", Const, 0, ""},
12123 {"EN_SW_CTL_INF", Const, 1, ""},
12124 {"EN_SW_CTL_PREC", Const, 1, ""},
12125 {"EN_SW_CTL_ROUND", Const, 1, ""},
12126 {"EN_SW_DATACHAIN", Const, 1, ""},
12127 {"EN_SW_DENORM", Const, 1, ""},
12128 {"EN_SW_INVOP", Const, 1, ""},
12129 {"EN_SW_OVERFLOW", Const, 1, ""},
12130 {"EN_SW_PRECLOSS", Const, 1, ""},
12131 {"EN_SW_UNDERFLOW", Const, 1, ""},
12132 {"EN_SW_ZERODIV", Const, 1, ""},
12133 {"EOPNOTSUPP", Const, 0, ""},
12134 {"EOVERFLOW", Const, 0, ""},
12135 {"EOWNERDEAD", Const, 0, ""},
12136 {"EPERM", Const, 0, ""},
12137 {"EPFNOSUPPORT", Const, 0, ""},
12138 {"EPIPE", Const, 0, ""},
12139 {"EPOLLERR", Const, 0, ""},
12140 {"EPOLLET", Const, 0, ""},
12141 {"EPOLLHUP", Const, 0, ""},
12142 {"EPOLLIN", Const, 0, ""},
12143 {"EPOLLMSG", Const, 0, ""},
12144 {"EPOLLONESHOT", Const, 0, ""},
12145 {"EPOLLOUT", Const, 0, ""},
12146 {"EPOLLPRI", Const, 0, ""},
12147 {"EPOLLRDBAND", Const, 0, ""},
12148 {"EPOLLRDHUP", Const, 0, ""},
12149 {"EPOLLRDNORM", Const, 0, ""},
12150 {"EPOLLWRBAND", Const, 0, ""},
12151 {"EPOLLWRNORM", Const, 0, ""},
12152 {"EPOLL_CLOEXEC", Const, 0, ""},
12153 {"EPOLL_CTL_ADD", Const, 0, ""},
12154 {"EPOLL_CTL_DEL", Const, 0, ""},
12155 {"EPOLL_CTL_MOD", Const, 0, ""},
12156 {"EPOLL_NONBLOCK", Const, 0, ""},
12157 {"EPROCLIM", Const, 0, ""},
12158 {"EPROCUNAVAIL", Const, 0, ""},
12159 {"EPROGMISMATCH", Const, 0, ""},
12160 {"EPROGUNAVAIL", Const, 0, ""},
12161 {"EPROTO", Const, 0, ""},
12162 {"EPROTONOSUPPORT", Const, 0, ""},
12163 {"EPROTOTYPE", Const, 0, ""},
12164 {"EPWROFF", Const, 0, ""},
12165 {"EQFULL", Const, 16, ""},
12166 {"ERANGE", Const, 0, ""},
12167 {"EREMCHG", Const, 0, ""},
12168 {"EREMOTE", Const, 0, ""},
12169 {"EREMOTEIO", Const, 0, ""},
12170 {"ERESTART", Const, 0, ""},
12171 {"ERFKILL", Const, 0, ""},
12172 {"EROFS", Const, 0, ""},
12173 {"ERPCMISMATCH", Const, 0, ""},
12174 {"ERROR_ACCESS_DENIED", Const, 0, ""},
12175 {"ERROR_ALREADY_EXISTS", Const, 0, ""},
12176 {"ERROR_BROKEN_PIPE", Const, 0, ""},
12177 {"ERROR_BUFFER_OVERFLOW", Const, 0, ""},
12178 {"ERROR_DIR_NOT_EMPTY", Const, 8, ""},
12179 {"ERROR_ENVVAR_NOT_FOUND", Const, 0, ""},
12180 {"ERROR_FILE_EXISTS", Const, 0, ""},
12181 {"ERROR_FILE_NOT_FOUND", Const, 0, ""},
12182 {"ERROR_HANDLE_EOF", Const, 2, ""},
12183 {"ERROR_INSUFFICIENT_BUFFER", Const, 0, ""},
12184 {"ERROR_IO_PENDING", Const, 0, ""},
12185 {"ERROR_MOD_NOT_FOUND", Const, 0, ""},
12186 {"ERROR_MORE_DATA", Const, 3, ""},
12187 {"ERROR_NETNAME_DELETED", Const, 3, ""},
12188 {"ERROR_NOT_FOUND", Const, 1, ""},
12189 {"ERROR_NO_MORE_FILES", Const, 0, ""},
12190 {"ERROR_OPERATION_ABORTED", Const, 0, ""},
12191 {"ERROR_PATH_NOT_FOUND", Const, 0, ""},
12192 {"ERROR_PRIVILEGE_NOT_HELD", Const, 4, ""},
12193 {"ERROR_PROC_NOT_FOUND", Const, 0, ""},
12194 {"ESHLIBVERS", Const, 0, ""},
12195 {"ESHUTDOWN", Const, 0, ""},
12196 {"ESOCKTNOSUPPORT", Const, 0, ""},
12197 {"ESPIPE", Const, 0, ""},
12198 {"ESRCH", Const, 0, ""},
12199 {"ESRMNT", Const, 0, ""},
12200 {"ESTALE", Const, 0, ""},
12201 {"ESTRPIPE", Const, 0, ""},
12202 {"ETHERCAP_JUMBO_MTU", Const, 1, ""},
12203 {"ETHERCAP_VLAN_HWTAGGING", Const, 1, ""},
12204 {"ETHERCAP_VLAN_MTU", Const, 1, ""},
12205 {"ETHERMIN", Const, 1, ""},
12206 {"ETHERMTU", Const, 1, ""},
12207 {"ETHERMTU_JUMBO", Const, 1, ""},
12208 {"ETHERTYPE_8023", Const, 1, ""},
12209 {"ETHERTYPE_AARP", Const, 1, ""},
12210 {"ETHERTYPE_ACCTON", Const, 1, ""},
12211 {"ETHERTYPE_AEONIC", Const, 1, ""},
12212 {"ETHERTYPE_ALPHA", Const, 1, ""},
12213 {"ETHERTYPE_AMBER", Const, 1, ""},
12214 {"ETHERTYPE_AMOEBA", Const, 1, ""},
12215 {"ETHERTYPE_AOE", Const, 1, ""},
12216 {"ETHERTYPE_APOLLO", Const, 1, ""},
12217 {"ETHERTYPE_APOLLODOMAIN", Const, 1, ""},
12218 {"ETHERTYPE_APPLETALK", Const, 1, ""},
12219 {"ETHERTYPE_APPLITEK", Const, 1, ""},
12220 {"ETHERTYPE_ARGONAUT", Const, 1, ""},
12221 {"ETHERTYPE_ARP", Const, 1, ""},
12222 {"ETHERTYPE_AT", Const, 1, ""},
12223 {"ETHERTYPE_ATALK", Const, 1, ""},
12224 {"ETHERTYPE_ATOMIC", Const, 1, ""},
12225 {"ETHERTYPE_ATT", Const, 1, ""},
12226 {"ETHERTYPE_ATTSTANFORD", Const, 1, ""},
12227 {"ETHERTYPE_AUTOPHON", Const, 1, ""},
12228 {"ETHERTYPE_AXIS", Const, 1, ""},
12229 {"ETHERTYPE_BCLOOP", Const, 1, ""},
12230 {"ETHERTYPE_BOFL", Const, 1, ""},
12231 {"ETHERTYPE_CABLETRON", Const, 1, ""},
12232 {"ETHERTYPE_CHAOS", Const, 1, ""},
12233 {"ETHERTYPE_COMDESIGN", Const, 1, ""},
12234 {"ETHERTYPE_COMPUGRAPHIC", Const, 1, ""},
12235 {"ETHERTYPE_COUNTERPOINT", Const, 1, ""},
12236 {"ETHERTYPE_CRONUS", Const, 1, ""},
12237 {"ETHERTYPE_CRONUSVLN", Const, 1, ""},
12238 {"ETHERTYPE_DCA", Const, 1, ""},
12239 {"ETHERTYPE_DDE", Const, 1, ""},
12240 {"ETHERTYPE_DEBNI", Const, 1, ""},
12241 {"ETHERTYPE_DECAM", Const, 1, ""},
12242 {"ETHERTYPE_DECCUST", Const, 1, ""},
12243 {"ETHERTYPE_DECDIAG", Const, 1, ""},
12244 {"ETHERTYPE_DECDNS", Const, 1, ""},
12245 {"ETHERTYPE_DECDTS", Const, 1, ""},
12246 {"ETHERTYPE_DECEXPER", Const, 1, ""},
12247 {"ETHERTYPE_DECLAST", Const, 1, ""},
12248 {"ETHERTYPE_DECLTM", Const, 1, ""},
12249 {"ETHERTYPE_DECMUMPS", Const, 1, ""},
12250 {"ETHERTYPE_DECNETBIOS", Const, 1, ""},
12251 {"ETHERTYPE_DELTACON", Const, 1, ""},
12252 {"ETHERTYPE_DIDDLE", Const, 1, ""},
12253 {"ETHERTYPE_DLOG1", Const, 1, ""},
12254 {"ETHERTYPE_DLOG2", Const, 1, ""},
12255 {"ETHERTYPE_DN", Const, 1, ""},
12256 {"ETHERTYPE_DOGFIGHT", Const, 1, ""},
12257 {"ETHERTYPE_DSMD", Const, 1, ""},
12258 {"ETHERTYPE_ECMA", Const, 1, ""},
12259 {"ETHERTYPE_ENCRYPT", Const, 1, ""},
12260 {"ETHERTYPE_ES", Const, 1, ""},
12261 {"ETHERTYPE_EXCELAN", Const, 1, ""},
12262 {"ETHERTYPE_EXPERDATA", Const, 1, ""},
12263 {"ETHERTYPE_FLIP", Const, 1, ""},
12264 {"ETHERTYPE_FLOWCONTROL", Const, 1, ""},
12265 {"ETHERTYPE_FRARP", Const, 1, ""},
12266 {"ETHERTYPE_GENDYN", Const, 1, ""},
12267 {"ETHERTYPE_HAYES", Const, 1, ""},
12268 {"ETHERTYPE_HIPPI_FP", Const, 1, ""},
12269 {"ETHERTYPE_HITACHI", Const, 1, ""},
12270 {"ETHERTYPE_HP", Const, 1, ""},
12271 {"ETHERTYPE_IEEEPUP", Const, 1, ""},
12272 {"ETHERTYPE_IEEEPUPAT", Const, 1, ""},
12273 {"ETHERTYPE_IMLBL", Const, 1, ""},
12274 {"ETHERTYPE_IMLBLDIAG", Const, 1, ""},
12275 {"ETHERTYPE_IP", Const, 1, ""},
12276 {"ETHERTYPE_IPAS", Const, 1, ""},
12277 {"ETHERTYPE_IPV6", Const, 1, ""},
12278 {"ETHERTYPE_IPX", Const, 1, ""},
12279 {"ETHERTYPE_IPXNEW", Const, 1, ""},
12280 {"ETHERTYPE_KALPANA", Const, 1, ""},
12281 {"ETHERTYPE_LANBRIDGE", Const, 1, ""},
12282 {"ETHERTYPE_LANPROBE", Const, 1, ""},
12283 {"ETHERTYPE_LAT", Const, 1, ""},
12284 {"ETHERTYPE_LBACK", Const, 1, ""},
12285 {"ETHERTYPE_LITTLE", Const, 1, ""},
12286 {"ETHERTYPE_LLDP", Const, 1, ""},
12287 {"ETHERTYPE_LOGICRAFT", Const, 1, ""},
12288 {"ETHERTYPE_LOOPBACK", Const, 1, ""},
12289 {"ETHERTYPE_MATRA", Const, 1, ""},
12290 {"ETHERTYPE_MAX", Const, 1, ""},
12291 {"ETHERTYPE_MERIT", Const, 1, ""},
12292 {"ETHERTYPE_MICP", Const, 1, ""},
12293 {"ETHERTYPE_MOPDL", Const, 1, ""},
12294 {"ETHERTYPE_MOPRC", Const, 1, ""},
12295 {"ETHERTYPE_MOTOROLA", Const, 1, ""},
12296 {"ETHERTYPE_MPLS", Const, 1, ""},
12297 {"ETHERTYPE_MPLS_MCAST", Const, 1, ""},
12298 {"ETHERTYPE_MUMPS", Const, 1, ""},
12299 {"ETHERTYPE_NBPCC", Const, 1, ""},
12300 {"ETHERTYPE_NBPCLAIM", Const, 1, ""},
12301 {"ETHERTYPE_NBPCLREQ", Const, 1, ""},
12302 {"ETHERTYPE_NBPCLRSP", Const, 1, ""},
12303 {"ETHERTYPE_NBPCREQ", Const, 1, ""},
12304 {"ETHERTYPE_NBPCRSP", Const, 1, ""},
12305 {"ETHERTYPE_NBPDG", Const, 1, ""},
12306 {"ETHERTYPE_NBPDGB", Const, 1, ""},
12307 {"ETHERTYPE_NBPDLTE", Const, 1, ""},
12308 {"ETHERTYPE_NBPRAR", Const, 1, ""},
12309 {"ETHERTYPE_NBPRAS", Const, 1, ""},
12310 {"ETHERTYPE_NBPRST", Const, 1, ""},
12311 {"ETHERTYPE_NBPSCD", Const, 1, ""},
12312 {"ETHERTYPE_NBPVCD", Const, 1, ""},
12313 {"ETHERTYPE_NBS", Const, 1, ""},
12314 {"ETHERTYPE_NCD", Const, 1, ""},
12315 {"ETHERTYPE_NESTAR", Const, 1, ""},
12316 {"ETHERTYPE_NETBEUI", Const, 1, ""},
12317 {"ETHERTYPE_NOVELL", Const, 1, ""},
12318 {"ETHERTYPE_NS", Const, 1, ""},
12319 {"ETHERTYPE_NSAT", Const, 1, ""},
12320 {"ETHERTYPE_NSCOMPAT", Const, 1, ""},
12321 {"ETHERTYPE_NTRAILER", Const, 1, ""},
12322 {"ETHERTYPE_OS9", Const, 1, ""},
12323 {"ETHERTYPE_OS9NET", Const, 1, ""},
12324 {"ETHERTYPE_PACER", Const, 1, ""},
12325 {"ETHERTYPE_PAE", Const, 1, ""},
12326 {"ETHERTYPE_PCS", Const, 1, ""},
12327 {"ETHERTYPE_PLANNING", Const, 1, ""},
12328 {"ETHERTYPE_PPP", Const, 1, ""},
12329 {"ETHERTYPE_PPPOE", Const, 1, ""},
12330 {"ETHERTYPE_PPPOEDISC", Const, 1, ""},
12331 {"ETHERTYPE_PRIMENTS", Const, 1, ""},
12332 {"ETHERTYPE_PUP", Const, 1, ""},
12333 {"ETHERTYPE_PUPAT", Const, 1, ""},
12334 {"ETHERTYPE_QINQ", Const, 1, ""},
12335 {"ETHERTYPE_RACAL", Const, 1, ""},
12336 {"ETHERTYPE_RATIONAL", Const, 1, ""},
12337 {"ETHERTYPE_RAWFR", Const, 1, ""},
12338 {"ETHERTYPE_RCL", Const, 1, ""},
12339 {"ETHERTYPE_RDP", Const, 1, ""},
12340 {"ETHERTYPE_RETIX", Const, 1, ""},
12341 {"ETHERTYPE_REVARP", Const, 1, ""},
12342 {"ETHERTYPE_SCA", Const, 1, ""},
12343 {"ETHERTYPE_SECTRA", Const, 1, ""},
12344 {"ETHERTYPE_SECUREDATA", Const, 1, ""},
12345 {"ETHERTYPE_SGITW", Const, 1, ""},
12346 {"ETHERTYPE_SG_BOUNCE", Const, 1, ""},
12347 {"ETHERTYPE_SG_DIAG", Const, 1, ""},
12348 {"ETHERTYPE_SG_NETGAMES", Const, 1, ""},
12349 {"ETHERTYPE_SG_RESV", Const, 1, ""},
12350 {"ETHERTYPE_SIMNET", Const, 1, ""},
12351 {"ETHERTYPE_SLOW", Const, 1, ""},
12352 {"ETHERTYPE_SLOWPROTOCOLS", Const, 1, ""},
12353 {"ETHERTYPE_SNA", Const, 1, ""},
12354 {"ETHERTYPE_SNMP", Const, 1, ""},
12355 {"ETHERTYPE_SONIX", Const, 1, ""},
12356 {"ETHERTYPE_SPIDER", Const, 1, ""},
12357 {"ETHERTYPE_SPRITE", Const, 1, ""},
12358 {"ETHERTYPE_STP", Const, 1, ""},
12359 {"ETHERTYPE_TALARIS", Const, 1, ""},
12360 {"ETHERTYPE_TALARISMC", Const, 1, ""},
12361 {"ETHERTYPE_TCPCOMP", Const, 1, ""},
12362 {"ETHERTYPE_TCPSM", Const, 1, ""},
12363 {"ETHERTYPE_TEC", Const, 1, ""},
12364 {"ETHERTYPE_TIGAN", Const, 1, ""},
12365 {"ETHERTYPE_TRAIL", Const, 1, ""},
12366 {"ETHERTYPE_TRANSETHER", Const, 1, ""},
12367 {"ETHERTYPE_TYMSHARE", Const, 1, ""},
12368 {"ETHERTYPE_UBBST", Const, 1, ""},
12369 {"ETHERTYPE_UBDEBUG", Const, 1, ""},
12370 {"ETHERTYPE_UBDIAGLOOP", Const, 1, ""},
12371 {"ETHERTYPE_UBDL", Const, 1, ""},
12372 {"ETHERTYPE_UBNIU", Const, 1, ""},
12373 {"ETHERTYPE_UBNMC", Const, 1, ""},
12374 {"ETHERTYPE_VALID", Const, 1, ""},
12375 {"ETHERTYPE_VARIAN", Const, 1, ""},
12376 {"ETHERTYPE_VAXELN", Const, 1, ""},
12377 {"ETHERTYPE_VEECO", Const, 1, ""},
12378 {"ETHERTYPE_VEXP", Const, 1, ""},
12379 {"ETHERTYPE_VGLAB", Const, 1, ""},
12380 {"ETHERTYPE_VINES", Const, 1, ""},
12381 {"ETHERTYPE_VINESECHO", Const, 1, ""},
12382 {"ETHERTYPE_VINESLOOP", Const, 1, ""},
12383 {"ETHERTYPE_VITAL", Const, 1, ""},
12384 {"ETHERTYPE_VLAN", Const, 1, ""},
12385 {"ETHERTYPE_VLTLMAN", Const, 1, ""},
12386 {"ETHERTYPE_VPROD", Const, 1, ""},
12387 {"ETHERTYPE_VURESERVED", Const, 1, ""},
12388 {"ETHERTYPE_WATERLOO", Const, 1, ""},
12389 {"ETHERTYPE_WELLFLEET", Const, 1, ""},
12390 {"ETHERTYPE_X25", Const, 1, ""},
12391 {"ETHERTYPE_X75", Const, 1, ""},
12392 {"ETHERTYPE_XNSSM", Const, 1, ""},
12393 {"ETHERTYPE_XTP", Const, 1, ""},
12394 {"ETHER_ADDR_LEN", Const, 1, ""},
12395 {"ETHER_ALIGN", Const, 1, ""},
12396 {"ETHER_CRC_LEN", Const, 1, ""},
12397 {"ETHER_CRC_POLY_BE", Const, 1, ""},
12398 {"ETHER_CRC_POLY_LE", Const, 1, ""},
12399 {"ETHER_HDR_LEN", Const, 1, ""},
12400 {"ETHER_MAX_DIX_LEN", Const, 1, ""},
12401 {"ETHER_MAX_LEN", Const, 1, ""},
12402 {"ETHER_MAX_LEN_JUMBO", Const, 1, ""},
12403 {"ETHER_MIN_LEN", Const, 1, ""},
12404 {"ETHER_PPPOE_ENCAP_LEN", Const, 1, ""},
12405 {"ETHER_TYPE_LEN", Const, 1, ""},
12406 {"ETHER_VLAN_ENCAP_LEN", Const, 1, ""},
12407 {"ETH_P_1588", Const, 0, ""},
12408 {"ETH_P_8021Q", Const, 0, ""},
12409 {"ETH_P_802_2", Const, 0, ""},
12410 {"ETH_P_802_3", Const, 0, ""},
12411 {"ETH_P_AARP", Const, 0, ""},
12412 {"ETH_P_ALL", Const, 0, ""},
12413 {"ETH_P_AOE", Const, 0, ""},
12414 {"ETH_P_ARCNET", Const, 0, ""},
12415 {"ETH_P_ARP", Const, 0, ""},
12416 {"ETH_P_ATALK", Const, 0, ""},
12417 {"ETH_P_ATMFATE", Const, 0, ""},
12418 {"ETH_P_ATMMPOA", Const, 0, ""},
12419 {"ETH_P_AX25", Const, 0, ""},
12420 {"ETH_P_BPQ", Const, 0, ""},
12421 {"ETH_P_CAIF", Const, 0, ""},
12422 {"ETH_P_CAN", Const, 0, ""},
12423 {"ETH_P_CONTROL", Const, 0, ""},
12424 {"ETH_P_CUST", Const, 0, ""},
12425 {"ETH_P_DDCMP", Const, 0, ""},
12426 {"ETH_P_DEC", Const, 0, ""},
12427 {"ETH_P_DIAG", Const, 0, ""},
12428 {"ETH_P_DNA_DL", Const, 0, ""},
12429 {"ETH_P_DNA_RC", Const, 0, ""},
12430 {"ETH_P_DNA_RT", Const, 0, ""},
12431 {"ETH_P_DSA", Const, 0, ""},
12432 {"ETH_P_ECONET", Const, 0, ""},
12433 {"ETH_P_EDSA", Const, 0, ""},
12434 {"ETH_P_FCOE", Const, 0, ""},
12435 {"ETH_P_FIP", Const, 0, ""},
12436 {"ETH_P_HDLC", Const, 0, ""},
12437 {"ETH_P_IEEE802154", Const, 0, ""},
12438 {"ETH_P_IEEEPUP", Const, 0, ""},
12439 {"ETH_P_IEEEPUPAT", Const, 0, ""},
12440 {"ETH_P_IP", Const, 0, ""},
12441 {"ETH_P_IPV6", Const, 0, ""},
12442 {"ETH_P_IPX", Const, 0, ""},
12443 {"ETH_P_IRDA", Const, 0, ""},
12444 {"ETH_P_LAT", Const, 0, ""},
12445 {"ETH_P_LINK_CTL", Const, 0, ""},
12446 {"ETH_P_LOCALTALK", Const, 0, ""},
12447 {"ETH_P_LOOP", Const, 0, ""},
12448 {"ETH_P_MOBITEX", Const, 0, ""},
12449 {"ETH_P_MPLS_MC", Const, 0, ""},
12450 {"ETH_P_MPLS_UC", Const, 0, ""},
12451 {"ETH_P_PAE", Const, 0, ""},
12452 {"ETH_P_PAUSE", Const, 0, ""},
12453 {"ETH_P_PHONET", Const, 0, ""},
12454 {"ETH_P_PPPTALK", Const, 0, ""},
12455 {"ETH_P_PPP_DISC", Const, 0, ""},
12456 {"ETH_P_PPP_MP", Const, 0, ""},
12457 {"ETH_P_PPP_SES", Const, 0, ""},
12458 {"ETH_P_PUP", Const, 0, ""},
12459 {"ETH_P_PUPAT", Const, 0, ""},
12460 {"ETH_P_RARP", Const, 0, ""},
12461 {"ETH_P_SCA", Const, 0, ""},
12462 {"ETH_P_SLOW", Const, 0, ""},
12463 {"ETH_P_SNAP", Const, 0, ""},
12464 {"ETH_P_TEB", Const, 0, ""},
12465 {"ETH_P_TIPC", Const, 0, ""},
12466 {"ETH_P_TRAILER", Const, 0, ""},
12467 {"ETH_P_TR_802_2", Const, 0, ""},
12468 {"ETH_P_WAN_PPP", Const, 0, ""},
12469 {"ETH_P_WCCP", Const, 0, ""},
12470 {"ETH_P_X25", Const, 0, ""},
12471 {"ETIME", Const, 0, ""},
12472 {"ETIMEDOUT", Const, 0, ""},
12473 {"ETOOMANYREFS", Const, 0, ""},
12474 {"ETXTBSY", Const, 0, ""},
12475 {"EUCLEAN", Const, 0, ""},
12476 {"EUNATCH", Const, 0, ""},
12477 {"EUSERS", Const, 0, ""},
12478 {"EVFILT_AIO", Const, 0, ""},
12479 {"EVFILT_FS", Const, 0, ""},
12480 {"EVFILT_LIO", Const, 0, ""},
12481 {"EVFILT_MACHPORT", Const, 0, ""},
12482 {"EVFILT_PROC", Const, 0, ""},
12483 {"EVFILT_READ", Const, 0, ""},
12484 {"EVFILT_SIGNAL", Const, 0, ""},
12485 {"EVFILT_SYSCOUNT", Const, 0, ""},
12486 {"EVFILT_THREADMARKER", Const, 0, ""},
12487 {"EVFILT_TIMER", Const, 0, ""},
12488 {"EVFILT_USER", Const, 0, ""},
12489 {"EVFILT_VM", Const, 0, ""},
12490 {"EVFILT_VNODE", Const, 0, ""},
12491 {"EVFILT_WRITE", Const, 0, ""},
12492 {"EV_ADD", Const, 0, ""},
12493 {"EV_CLEAR", Const, 0, ""},
12494 {"EV_DELETE", Const, 0, ""},
12495 {"EV_DISABLE", Const, 0, ""},
12496 {"EV_DISPATCH", Const, 0, ""},
12497 {"EV_DROP", Const, 3, ""},
12498 {"EV_ENABLE", Const, 0, ""},
12499 {"EV_EOF", Const, 0, ""},
12500 {"EV_ERROR", Const, 0, ""},
12501 {"EV_FLAG0", Const, 0, ""},
12502 {"EV_FLAG1", Const, 0, ""},
12503 {"EV_ONESHOT", Const, 0, ""},
12504 {"EV_OOBAND", Const, 0, ""},
12505 {"EV_POLL", Const, 0, ""},
12506 {"EV_RECEIPT", Const, 0, ""},
12507 {"EV_SYSFLAGS", Const, 0, ""},
12508 {"EWINDOWS", Const, 0, ""},
12509 {"EWOULDBLOCK", Const, 0, ""},
12510 {"EXDEV", Const, 0, ""},
12511 {"EXFULL", Const, 0, ""},
12512 {"EXTA", Const, 0, ""},
12513 {"EXTB", Const, 0, ""},
12514 {"EXTPROC", Const, 0, ""},
12515 {"Environ", Func, 0, "func() []string"},
12516 {"EpollCreate", Func, 0, "func(size int) (fd int, err error)"},
12517 {"EpollCreate1", Func, 0, "func(flag int) (fd int, err error)"},
12518 {"EpollCtl", Func, 0, "func(epfd int, op int, fd int, event *EpollEvent) (err error)"},
12519 {"EpollEvent", Type, 0, ""},
12520 {"EpollEvent.Events", Field, 0, ""},
12521 {"EpollEvent.Fd", Field, 0, ""},
12522 {"EpollEvent.Pad", Field, 0, ""},
12523 {"EpollEvent.PadFd", Field, 0, ""},
12524 {"EpollWait", Func, 0, "func(epfd int, events []EpollEvent, msec int) (n int, err error)"},
12525 {"Errno", Type, 0, ""},
12526 {"EscapeArg", Func, 0, ""},
12527 {"Exchangedata", Func, 0, ""},
12528 {"Exec", Func, 0, "func(argv0 string, argv []string, envv []string) (err error)"},
12529 {"Exit", Func, 0, "func(code int)"},
12530 {"ExitProcess", Func, 0, ""},
12531 {"FD_CLOEXEC", Const, 0, ""},
12532 {"FD_SETSIZE", Const, 0, ""},
12533 {"FILE_ACTION_ADDED", Const, 0, ""},
12534 {"FILE_ACTION_MODIFIED", Const, 0, ""},
12535 {"FILE_ACTION_REMOVED", Const, 0, ""},
12536 {"FILE_ACTION_RENAMED_NEW_NAME", Const, 0, ""},
12537 {"FILE_ACTION_RENAMED_OLD_NAME", Const, 0, ""},
12538 {"FILE_APPEND_DATA", Const, 0, ""},
12539 {"FILE_ATTRIBUTE_ARCHIVE", Const, 0, ""},
12540 {"FILE_ATTRIBUTE_DIRECTORY", Const, 0, ""},
12541 {"FILE_ATTRIBUTE_HIDDEN", Const, 0, ""},
12542 {"FILE_ATTRIBUTE_NORMAL", Const, 0, ""},
12543 {"FILE_ATTRIBUTE_READONLY", Const, 0, ""},
12544 {"FILE_ATTRIBUTE_REPARSE_POINT", Const, 4, ""},
12545 {"FILE_ATTRIBUTE_SYSTEM", Const, 0, ""},
12546 {"FILE_BEGIN", Const, 0, ""},
12547 {"FILE_CURRENT", Const, 0, ""},
12548 {"FILE_END", Const, 0, ""},
12549 {"FILE_FLAG_BACKUP_SEMANTICS", Const, 0, ""},
12550 {"FILE_FLAG_OPEN_REPARSE_POINT", Const, 4, ""},
12551 {"FILE_FLAG_OVERLAPPED", Const, 0, ""},
12552 {"FILE_LIST_DIRECTORY", Const, 0, ""},
12553 {"FILE_MAP_COPY", Const, 0, ""},
12554 {"FILE_MAP_EXECUTE", Const, 0, ""},
12555 {"FILE_MAP_READ", Const, 0, ""},
12556 {"FILE_MAP_WRITE", Const, 0, ""},
12557 {"FILE_NOTIFY_CHANGE_ATTRIBUTES", Const, 0, ""},
12558 {"FILE_NOTIFY_CHANGE_CREATION", Const, 0, ""},
12559 {"FILE_NOTIFY_CHANGE_DIR_NAME", Const, 0, ""},
12560 {"FILE_NOTIFY_CHANGE_FILE_NAME", Const, 0, ""},
12561 {"FILE_NOTIFY_CHANGE_LAST_ACCESS", Const, 0, ""},
12562 {"FILE_NOTIFY_CHANGE_LAST_WRITE", Const, 0, ""},
12563 {"FILE_NOTIFY_CHANGE_SIZE", Const, 0, ""},
12564 {"FILE_SHARE_DELETE", Const, 0, ""},
12565 {"FILE_SHARE_READ", Const, 0, ""},
12566 {"FILE_SHARE_WRITE", Const, 0, ""},
12567 {"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS", Const, 2, ""},
12568 {"FILE_SKIP_SET_EVENT_ON_HANDLE", Const, 2, ""},
12569 {"FILE_TYPE_CHAR", Const, 0, ""},
12570 {"FILE_TYPE_DISK", Const, 0, ""},
12571 {"FILE_TYPE_PIPE", Const, 0, ""},
12572 {"FILE_TYPE_REMOTE", Const, 0, ""},
12573 {"FILE_TYPE_UNKNOWN", Const, 0, ""},
12574 {"FILE_WRITE_ATTRIBUTES", Const, 0, ""},
12575 {"FLUSHO", Const, 0, ""},
12576 {"FORMAT_MESSAGE_ALLOCATE_BUFFER", Const, 0, ""},
12577 {"FORMAT_MESSAGE_ARGUMENT_ARRAY", Const, 0, ""},
12578 {"FORMAT_MESSAGE_FROM_HMODULE", Const, 0, ""},
12579 {"FORMAT_MESSAGE_FROM_STRING", Const, 0, ""},
12580 {"FORMAT_MESSAGE_FROM_SYSTEM", Const, 0, ""},
12581 {"FORMAT_MESSAGE_IGNORE_INSERTS", Const, 0, ""},
12582 {"FORMAT_MESSAGE_MAX_WIDTH_MASK", Const, 0, ""},
12583 {"FSCTL_GET_REPARSE_POINT", Const, 4, ""},
12584 {"F_ADDFILESIGS", Const, 0, ""},
12585 {"F_ADDSIGS", Const, 0, ""},
12586 {"F_ALLOCATEALL", Const, 0, ""},
12587 {"F_ALLOCATECONTIG", Const, 0, ""},
12588 {"F_CANCEL", Const, 0, ""},
12589 {"F_CHKCLEAN", Const, 0, ""},
12590 {"F_CLOSEM", Const, 1, ""},
12591 {"F_DUP2FD", Const, 0, ""},
12592 {"F_DUP2FD_CLOEXEC", Const, 1, ""},
12593 {"F_DUPFD", Const, 0, ""},
12594 {"F_DUPFD_CLOEXEC", Const, 0, ""},
12595 {"F_EXLCK", Const, 0, ""},
12596 {"F_FINDSIGS", Const, 16, ""},
12597 {"F_FLUSH_DATA", Const, 0, ""},
12598 {"F_FREEZE_FS", Const, 0, ""},
12599 {"F_FSCTL", Const, 1, ""},
12600 {"F_FSDIRMASK", Const, 1, ""},
12601 {"F_FSIN", Const, 1, ""},
12602 {"F_FSINOUT", Const, 1, ""},
12603 {"F_FSOUT", Const, 1, ""},
12604 {"F_FSPRIV", Const, 1, ""},
12605 {"F_FSVOID", Const, 1, ""},
12606 {"F_FULLFSYNC", Const, 0, ""},
12607 {"F_GETCODEDIR", Const, 16, ""},
12608 {"F_GETFD", Const, 0, ""},
12609 {"F_GETFL", Const, 0, ""},
12610 {"F_GETLEASE", Const, 0, ""},
12611 {"F_GETLK", Const, 0, ""},
12612 {"F_GETLK64", Const, 0, ""},
12613 {"F_GETLKPID", Const, 0, ""},
12614 {"F_GETNOSIGPIPE", Const, 0, ""},
12615 {"F_GETOWN", Const, 0, ""},
12616 {"F_GETOWN_EX", Const, 0, ""},
12617 {"F_GETPATH", Const, 0, ""},
12618 {"F_GETPATH_MTMINFO", Const, 0, ""},
12619 {"F_GETPIPE_SZ", Const, 0, ""},
12620 {"F_GETPROTECTIONCLASS", Const, 0, ""},
12621 {"F_GETPROTECTIONLEVEL", Const, 16, ""},
12622 {"F_GETSIG", Const, 0, ""},
12623 {"F_GLOBAL_NOCACHE", Const, 0, ""},
12624 {"F_LOCK", Const, 0, ""},
12625 {"F_LOG2PHYS", Const, 0, ""},
12626 {"F_LOG2PHYS_EXT", Const, 0, ""},
12627 {"F_MARKDEPENDENCY", Const, 0, ""},
12628 {"F_MAXFD", Const, 1, ""},
12629 {"F_NOCACHE", Const, 0, ""},
12630 {"F_NODIRECT", Const, 0, ""},
12631 {"F_NOTIFY", Const, 0, ""},
12632 {"F_OGETLK", Const, 0, ""},
12633 {"F_OK", Const, 0, ""},
12634 {"F_OSETLK", Const, 0, ""},
12635 {"F_OSETLKW", Const, 0, ""},
12636 {"F_PARAM_MASK", Const, 1, ""},
12637 {"F_PARAM_MAX", Const, 1, ""},
12638 {"F_PATHPKG_CHECK", Const, 0, ""},
12639 {"F_PEOFPOSMODE", Const, 0, ""},
12640 {"F_PREALLOCATE", Const, 0, ""},
12641 {"F_RDADVISE", Const, 0, ""},
12642 {"F_RDAHEAD", Const, 0, ""},
12643 {"F_RDLCK", Const, 0, ""},
12644 {"F_READAHEAD", Const, 0, ""},
12645 {"F_READBOOTSTRAP", Const, 0, ""},
12646 {"F_SETBACKINGSTORE", Const, 0, ""},
12647 {"F_SETFD", Const, 0, ""},
12648 {"F_SETFL", Const, 0, ""},
12649 {"F_SETLEASE", Const, 0, ""},
12650 {"F_SETLK", Const, 0, ""},
12651 {"F_SETLK64", Const, 0, ""},
12652 {"F_SETLKW", Const, 0, ""},
12653 {"F_SETLKW64", Const, 0, ""},
12654 {"F_SETLKWTIMEOUT", Const, 16, ""},
12655 {"F_SETLK_REMOTE", Const, 0, ""},
12656 {"F_SETNOSIGPIPE", Const, 0, ""},
12657 {"F_SETOWN", Const, 0, ""},
12658 {"F_SETOWN_EX", Const, 0, ""},
12659 {"F_SETPIPE_SZ", Const, 0, ""},
12660 {"F_SETPROTECTIONCLASS", Const, 0, ""},
12661 {"F_SETSIG", Const, 0, ""},
12662 {"F_SETSIZE", Const, 0, ""},
12663 {"F_SHLCK", Const, 0, ""},
12664 {"F_SINGLE_WRITER", Const, 16, ""},
12665 {"F_TEST", Const, 0, ""},
12666 {"F_THAW_FS", Const, 0, ""},
12667 {"F_TLOCK", Const, 0, ""},
12668 {"F_TRANSCODEKEY", Const, 16, ""},
12669 {"F_ULOCK", Const, 0, ""},
12670 {"F_UNLCK", Const, 0, ""},
12671 {"F_UNLCKSYS", Const, 0, ""},
12672 {"F_VOLPOSMODE", Const, 0, ""},
12673 {"F_WRITEBOOTSTRAP", Const, 0, ""},
12674 {"F_WRLCK", Const, 0, ""},
12675 {"Faccessat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) (err error)"},
12676 {"Fallocate", Func, 0, "func(fd int, mode uint32, off int64, len int64) (err error)"},
12677 {"Fbootstraptransfer_t", Type, 0, ""},
12678 {"Fbootstraptransfer_t.Buffer", Field, 0, ""},
12679 {"Fbootstraptransfer_t.Length", Field, 0, ""},
12680 {"Fbootstraptransfer_t.Offset", Field, 0, ""},
12681 {"Fchdir", Func, 0, "func(fd int) (err error)"},
12682 {"Fchflags", Func, 0, ""},
12683 {"Fchmod", Func, 0, "func(fd int, mode uint32) (err error)"},
12684 {"Fchmodat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) error"},
12685 {"Fchown", Func, 0, "func(fd int, uid int, gid int) (err error)"},
12686 {"Fchownat", Func, 0, "func(dirfd int, path string, uid int, gid int, flags int) (err error)"},
12687 {"FcntlFlock", Func, 3, "func(fd uintptr, cmd int, lk *Flock_t) error"},
12688 {"FdSet", Type, 0, ""},
12689 {"FdSet.Bits", Field, 0, ""},
12690 {"FdSet.X__fds_bits", Field, 0, ""},
12691 {"Fdatasync", Func, 0, "func(fd int) (err error)"},
12692 {"FileNotifyInformation", Type, 0, ""},
12693 {"FileNotifyInformation.Action", Field, 0, ""},
12694 {"FileNotifyInformation.FileName", Field, 0, ""},
12695 {"FileNotifyInformation.FileNameLength", Field, 0, ""},
12696 {"FileNotifyInformation.NextEntryOffset", Field, 0, ""},
12697 {"Filetime", Type, 0, ""},
12698 {"Filetime.HighDateTime", Field, 0, ""},
12699 {"Filetime.LowDateTime", Field, 0, ""},
12700 {"FindClose", Func, 0, ""},
12701 {"FindFirstFile", Func, 0, ""},
12702 {"FindNextFile", Func, 0, ""},
12703 {"Flock", Func, 0, "func(fd int, how int) (err error)"},
12704 {"Flock_t", Type, 0, ""},
12705 {"Flock_t.Len", Field, 0, ""},
12706 {"Flock_t.Pad_cgo_0", Field, 0, ""},
12707 {"Flock_t.Pad_cgo_1", Field, 3, ""},
12708 {"Flock_t.Pid", Field, 0, ""},
12709 {"Flock_t.Start", Field, 0, ""},
12710 {"Flock_t.Sysid", Field, 0, ""},
12711 {"Flock_t.Type", Field, 0, ""},
12712 {"Flock_t.Whence", Field, 0, ""},
12713 {"FlushBpf", Func, 0, ""},
12714 {"FlushFileBuffers", Func, 0, ""},
12715 {"FlushViewOfFile", Func, 0, ""},
12716 {"ForkExec", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)"},
12717 {"ForkLock", Var, 0, ""},
12718 {"FormatMessage", Func, 0, ""},
12719 {"Fpathconf", Func, 0, ""},
12720 {"FreeAddrInfoW", Func, 1, ""},
12721 {"FreeEnvironmentStrings", Func, 0, ""},
12722 {"FreeLibrary", Func, 0, ""},
12723 {"Fsid", Type, 0, ""},
12724 {"Fsid.Val", Field, 0, ""},
12725 {"Fsid.X__fsid_val", Field, 2, ""},
12726 {"Fsid.X__val", Field, 0, ""},
12727 {"Fstat", Func, 0, "func(fd int, stat *Stat_t) (err error)"},
12728 {"Fstatat", Func, 12, ""},
12729 {"Fstatfs", Func, 0, "func(fd int, buf *Statfs_t) (err error)"},
12730 {"Fstore_t", Type, 0, ""},
12731 {"Fstore_t.Bytesalloc", Field, 0, ""},
12732 {"Fstore_t.Flags", Field, 0, ""},
12733 {"Fstore_t.Length", Field, 0, ""},
12734 {"Fstore_t.Offset", Field, 0, ""},
12735 {"Fstore_t.Posmode", Field, 0, ""},
12736 {"Fsync", Func, 0, "func(fd int) (err error)"},
12737 {"Ftruncate", Func, 0, "func(fd int, length int64) (err error)"},
12738 {"FullPath", Func, 4, ""},
12739 {"Futimes", Func, 0, "func(fd int, tv []Timeval) (err error)"},
12740 {"Futimesat", Func, 0, "func(dirfd int, path string, tv []Timeval) (err error)"},
12741 {"GENERIC_ALL", Const, 0, ""},
12742 {"GENERIC_EXECUTE", Const, 0, ""},
12743 {"GENERIC_READ", Const, 0, ""},
12744 {"GENERIC_WRITE", Const, 0, ""},
12745 {"GUID", Type, 1, ""},
12746 {"GUID.Data1", Field, 1, ""},
12747 {"GUID.Data2", Field, 1, ""},
12748 {"GUID.Data3", Field, 1, ""},
12749 {"GUID.Data4", Field, 1, ""},
12750 {"GetAcceptExSockaddrs", Func, 0, ""},
12751 {"GetAdaptersInfo", Func, 0, ""},
12752 {"GetAddrInfoW", Func, 1, ""},
12753 {"GetCommandLine", Func, 0, ""},
12754 {"GetComputerName", Func, 0, ""},
12755 {"GetConsoleMode", Func, 1, ""},
12756 {"GetCurrentDirectory", Func, 0, ""},
12757 {"GetCurrentProcess", Func, 0, ""},
12758 {"GetEnvironmentStrings", Func, 0, ""},
12759 {"GetEnvironmentVariable", Func, 0, ""},
12760 {"GetExitCodeProcess", Func, 0, ""},
12761 {"GetFileAttributes", Func, 0, ""},
12762 {"GetFileAttributesEx", Func, 0, ""},
12763 {"GetFileExInfoStandard", Const, 0, ""},
12764 {"GetFileExMaxInfoLevel", Const, 0, ""},
12765 {"GetFileInformationByHandle", Func, 0, ""},
12766 {"GetFileType", Func, 0, ""},
12767 {"GetFullPathName", Func, 0, ""},
12768 {"GetHostByName", Func, 0, ""},
12769 {"GetIfEntry", Func, 0, ""},
12770 {"GetLastError", Func, 0, ""},
12771 {"GetLengthSid", Func, 0, ""},
12772 {"GetLongPathName", Func, 0, ""},
12773 {"GetProcAddress", Func, 0, ""},
12774 {"GetProcessTimes", Func, 0, ""},
12775 {"GetProtoByName", Func, 0, ""},
12776 {"GetQueuedCompletionStatus", Func, 0, ""},
12777 {"GetServByName", Func, 0, ""},
12778 {"GetShortPathName", Func, 0, ""},
12779 {"GetStartupInfo", Func, 0, ""},
12780 {"GetStdHandle", Func, 0, ""},
12781 {"GetSystemTimeAsFileTime", Func, 0, ""},
12782 {"GetTempPath", Func, 0, ""},
12783 {"GetTimeZoneInformation", Func, 0, ""},
12784 {"GetTokenInformation", Func, 0, ""},
12785 {"GetUserNameEx", Func, 0, ""},
12786 {"GetUserProfileDirectory", Func, 0, ""},
12787 {"GetVersion", Func, 0, ""},
12788 {"Getcwd", Func, 0, "func(buf []byte) (n int, err error)"},
12789 {"Getdents", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
12790 {"Getdirentries", Func, 0, ""},
12791 {"Getdtablesize", Func, 0, ""},
12792 {"Getegid", Func, 0, "func() (egid int)"},
12793 {"Getenv", Func, 0, "func(key string) (value string, found bool)"},
12794 {"Geteuid", Func, 0, "func() (euid int)"},
12795 {"Getfsstat", Func, 0, ""},
12796 {"Getgid", Func, 0, "func() (gid int)"},
12797 {"Getgroups", Func, 0, "func() (gids []int, err error)"},
12798 {"Getpagesize", Func, 0, "func() int"},
12799 {"Getpeername", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
12800 {"Getpgid", Func, 0, "func(pid int) (pgid int, err error)"},
12801 {"Getpgrp", Func, 0, "func() (pid int)"},
12802 {"Getpid", Func, 0, "func() (pid int)"},
12803 {"Getppid", Func, 0, "func() (ppid int)"},
12804 {"Getpriority", Func, 0, "func(which int, who int) (prio int, err error)"},
12805 {"Getrlimit", Func, 0, "func(resource int, rlim *Rlimit) (err error)"},
12806 {"Getrusage", Func, 0, "func(who int, rusage *Rusage) (err error)"},
12807 {"Getsid", Func, 0, ""},
12808 {"Getsockname", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
12809 {"Getsockopt", Func, 1, ""},
12810 {"GetsockoptByte", Func, 0, ""},
12811 {"GetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int) (*ICMPv6Filter, error)"},
12812 {"GetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int) (*IPMreq, error)"},
12813 {"GetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int) (*IPMreqn, error)"},
12814 {"GetsockoptIPv6MTUInfo", Func, 2, "func(fd int, level int, opt int) (*IPv6MTUInfo, error)"},
12815 {"GetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int) (*IPv6Mreq, error)"},
12816 {"GetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int) (value [4]byte, err error)"},
12817 {"GetsockoptInt", Func, 0, "func(fd int, level int, opt int) (value int, err error)"},
12818 {"GetsockoptUcred", Func, 1, "func(fd int, level int, opt int) (*Ucred, error)"},
12819 {"Gettid", Func, 0, "func() (tid int)"},
12820 {"Gettimeofday", Func, 0, "func(tv *Timeval) (err error)"},
12821 {"Getuid", Func, 0, "func() (uid int)"},
12822 {"Getwd", Func, 0, "func() (wd string, err error)"},
12823 {"Getxattr", Func, 1, "func(path string, attr string, dest []byte) (sz int, err error)"},
12824 {"HANDLE_FLAG_INHERIT", Const, 0, ""},
12825 {"HKEY_CLASSES_ROOT", Const, 0, ""},
12826 {"HKEY_CURRENT_CONFIG", Const, 0, ""},
12827 {"HKEY_CURRENT_USER", Const, 0, ""},
12828 {"HKEY_DYN_DATA", Const, 0, ""},
12829 {"HKEY_LOCAL_MACHINE", Const, 0, ""},
12830 {"HKEY_PERFORMANCE_DATA", Const, 0, ""},
12831 {"HKEY_USERS", Const, 0, ""},
12832 {"HUPCL", Const, 0, ""},
12833 {"Handle", Type, 0, ""},
12834 {"Hostent", Type, 0, ""},
12835 {"Hostent.AddrList", Field, 0, ""},
12836 {"Hostent.AddrType", Field, 0, ""},
12837 {"Hostent.Aliases", Field, 0, ""},
12838 {"Hostent.Length", Field, 0, ""},
12839 {"Hostent.Name", Field, 0, ""},
12840 {"ICANON", Const, 0, ""},
12841 {"ICMP6_FILTER", Const, 2, ""},
12842 {"ICMPV6_FILTER", Const, 2, ""},
12843 {"ICMPv6Filter", Type, 2, ""},
12844 {"ICMPv6Filter.Data", Field, 2, ""},
12845 {"ICMPv6Filter.Filt", Field, 2, ""},
12846 {"ICRNL", Const, 0, ""},
12847 {"IEXTEN", Const, 0, ""},
12848 {"IFAN_ARRIVAL", Const, 1, ""},
12849 {"IFAN_DEPARTURE", Const, 1, ""},
12850 {"IFA_ADDRESS", Const, 0, ""},
12851 {"IFA_ANYCAST", Const, 0, ""},
12852 {"IFA_BROADCAST", Const, 0, ""},
12853 {"IFA_CACHEINFO", Const, 0, ""},
12854 {"IFA_F_DADFAILED", Const, 0, ""},
12855 {"IFA_F_DEPRECATED", Const, 0, ""},
12856 {"IFA_F_HOMEADDRESS", Const, 0, ""},
12857 {"IFA_F_NODAD", Const, 0, ""},
12858 {"IFA_F_OPTIMISTIC", Const, 0, ""},
12859 {"IFA_F_PERMANENT", Const, 0, ""},
12860 {"IFA_F_SECONDARY", Const, 0, ""},
12861 {"IFA_F_TEMPORARY", Const, 0, ""},
12862 {"IFA_F_TENTATIVE", Const, 0, ""},
12863 {"IFA_LABEL", Const, 0, ""},
12864 {"IFA_LOCAL", Const, 0, ""},
12865 {"IFA_MAX", Const, 0, ""},
12866 {"IFA_MULTICAST", Const, 0, ""},
12867 {"IFA_ROUTE", Const, 1, ""},
12868 {"IFA_UNSPEC", Const, 0, ""},
12869 {"IFF_ALLMULTI", Const, 0, ""},
12870 {"IFF_ALTPHYS", Const, 0, ""},
12871 {"IFF_AUTOMEDIA", Const, 0, ""},
12872 {"IFF_BROADCAST", Const, 0, ""},
12873 {"IFF_CANTCHANGE", Const, 0, ""},
12874 {"IFF_CANTCONFIG", Const, 1, ""},
12875 {"IFF_DEBUG", Const, 0, ""},
12876 {"IFF_DRV_OACTIVE", Const, 0, ""},
12877 {"IFF_DRV_RUNNING", Const, 0, ""},
12878 {"IFF_DYING", Const, 0, ""},
12879 {"IFF_DYNAMIC", Const, 0, ""},
12880 {"IFF_LINK0", Const, 0, ""},
12881 {"IFF_LINK1", Const, 0, ""},
12882 {"IFF_LINK2", Const, 0, ""},
12883 {"IFF_LOOPBACK", Const, 0, ""},
12884 {"IFF_MASTER", Const, 0, ""},
12885 {"IFF_MONITOR", Const, 0, ""},
12886 {"IFF_MULTICAST", Const, 0, ""},
12887 {"IFF_NOARP", Const, 0, ""},
12888 {"IFF_NOTRAILERS", Const, 0, ""},
12889 {"IFF_NO_PI", Const, 0, ""},
12890 {"IFF_OACTIVE", Const, 0, ""},
12891 {"IFF_ONE_QUEUE", Const, 0, ""},
12892 {"IFF_POINTOPOINT", Const, 0, ""},
12893 {"IFF_POINTTOPOINT", Const, 0, ""},
12894 {"IFF_PORTSEL", Const, 0, ""},
12895 {"IFF_PPROMISC", Const, 0, ""},
12896 {"IFF_PROMISC", Const, 0, ""},
12897 {"IFF_RENAMING", Const, 0, ""},
12898 {"IFF_RUNNING", Const, 0, ""},
12899 {"IFF_SIMPLEX", Const, 0, ""},
12900 {"IFF_SLAVE", Const, 0, ""},
12901 {"IFF_SMART", Const, 0, ""},
12902 {"IFF_STATICARP", Const, 0, ""},
12903 {"IFF_TAP", Const, 0, ""},
12904 {"IFF_TUN", Const, 0, ""},
12905 {"IFF_TUN_EXCL", Const, 0, ""},
12906 {"IFF_UP", Const, 0, ""},
12907 {"IFF_VNET_HDR", Const, 0, ""},
12908 {"IFLA_ADDRESS", Const, 0, ""},
12909 {"IFLA_BROADCAST", Const, 0, ""},
12910 {"IFLA_COST", Const, 0, ""},
12911 {"IFLA_IFALIAS", Const, 0, ""},
12912 {"IFLA_IFNAME", Const, 0, ""},
12913 {"IFLA_LINK", Const, 0, ""},
12914 {"IFLA_LINKINFO", Const, 0, ""},
12915 {"IFLA_LINKMODE", Const, 0, ""},
12916 {"IFLA_MAP", Const, 0, ""},
12917 {"IFLA_MASTER", Const, 0, ""},
12918 {"IFLA_MAX", Const, 0, ""},
12919 {"IFLA_MTU", Const, 0, ""},
12920 {"IFLA_NET_NS_PID", Const, 0, ""},
12921 {"IFLA_OPERSTATE", Const, 0, ""},
12922 {"IFLA_PRIORITY", Const, 0, ""},
12923 {"IFLA_PROTINFO", Const, 0, ""},
12924 {"IFLA_QDISC", Const, 0, ""},
12925 {"IFLA_STATS", Const, 0, ""},
12926 {"IFLA_TXQLEN", Const, 0, ""},
12927 {"IFLA_UNSPEC", Const, 0, ""},
12928 {"IFLA_WEIGHT", Const, 0, ""},
12929 {"IFLA_WIRELESS", Const, 0, ""},
12930 {"IFNAMSIZ", Const, 0, ""},
12931 {"IFT_1822", Const, 0, ""},
12932 {"IFT_A12MPPSWITCH", Const, 0, ""},
12933 {"IFT_AAL2", Const, 0, ""},
12934 {"IFT_AAL5", Const, 0, ""},
12935 {"IFT_ADSL", Const, 0, ""},
12936 {"IFT_AFLANE8023", Const, 0, ""},
12937 {"IFT_AFLANE8025", Const, 0, ""},
12938 {"IFT_ARAP", Const, 0, ""},
12939 {"IFT_ARCNET", Const, 0, ""},
12940 {"IFT_ARCNETPLUS", Const, 0, ""},
12941 {"IFT_ASYNC", Const, 0, ""},
12942 {"IFT_ATM", Const, 0, ""},
12943 {"IFT_ATMDXI", Const, 0, ""},
12944 {"IFT_ATMFUNI", Const, 0, ""},
12945 {"IFT_ATMIMA", Const, 0, ""},
12946 {"IFT_ATMLOGICAL", Const, 0, ""},
12947 {"IFT_ATMRADIO", Const, 0, ""},
12948 {"IFT_ATMSUBINTERFACE", Const, 0, ""},
12949 {"IFT_ATMVCIENDPT", Const, 0, ""},
12950 {"IFT_ATMVIRTUAL", Const, 0, ""},
12951 {"IFT_BGPPOLICYACCOUNTING", Const, 0, ""},
12952 {"IFT_BLUETOOTH", Const, 1, ""},
12953 {"IFT_BRIDGE", Const, 0, ""},
12954 {"IFT_BSC", Const, 0, ""},
12955 {"IFT_CARP", Const, 0, ""},
12956 {"IFT_CCTEMUL", Const, 0, ""},
12957 {"IFT_CELLULAR", Const, 0, ""},
12958 {"IFT_CEPT", Const, 0, ""},
12959 {"IFT_CES", Const, 0, ""},
12960 {"IFT_CHANNEL", Const, 0, ""},
12961 {"IFT_CNR", Const, 0, ""},
12962 {"IFT_COFFEE", Const, 0, ""},
12963 {"IFT_COMPOSITELINK", Const, 0, ""},
12964 {"IFT_DCN", Const, 0, ""},
12965 {"IFT_DIGITALPOWERLINE", Const, 0, ""},
12966 {"IFT_DIGITALWRAPPEROVERHEADCHANNEL", Const, 0, ""},
12967 {"IFT_DLSW", Const, 0, ""},
12968 {"IFT_DOCSCABLEDOWNSTREAM", Const, 0, ""},
12969 {"IFT_DOCSCABLEMACLAYER", Const, 0, ""},
12970 {"IFT_DOCSCABLEUPSTREAM", Const, 0, ""},
12971 {"IFT_DOCSCABLEUPSTREAMCHANNEL", Const, 1, ""},
12972 {"IFT_DS0", Const, 0, ""},
12973 {"IFT_DS0BUNDLE", Const, 0, ""},
12974 {"IFT_DS1FDL", Const, 0, ""},
12975 {"IFT_DS3", Const, 0, ""},
12976 {"IFT_DTM", Const, 0, ""},
12977 {"IFT_DUMMY", Const, 1, ""},
12978 {"IFT_DVBASILN", Const, 0, ""},
12979 {"IFT_DVBASIOUT", Const, 0, ""},
12980 {"IFT_DVBRCCDOWNSTREAM", Const, 0, ""},
12981 {"IFT_DVBRCCMACLAYER", Const, 0, ""},
12982 {"IFT_DVBRCCUPSTREAM", Const, 0, ""},
12983 {"IFT_ECONET", Const, 1, ""},
12984 {"IFT_ENC", Const, 0, ""},
12985 {"IFT_EON", Const, 0, ""},
12986 {"IFT_EPLRS", Const, 0, ""},
12987 {"IFT_ESCON", Const, 0, ""},
12988 {"IFT_ETHER", Const, 0, ""},
12989 {"IFT_FAITH", Const, 0, ""},
12990 {"IFT_FAST", Const, 0, ""},
12991 {"IFT_FASTETHER", Const, 0, ""},
12992 {"IFT_FASTETHERFX", Const, 0, ""},
12993 {"IFT_FDDI", Const, 0, ""},
12994 {"IFT_FIBRECHANNEL", Const, 0, ""},
12995 {"IFT_FRAMERELAYINTERCONNECT", Const, 0, ""},
12996 {"IFT_FRAMERELAYMPI", Const, 0, ""},
12997 {"IFT_FRDLCIENDPT", Const, 0, ""},
12998 {"IFT_FRELAY", Const, 0, ""},
12999 {"IFT_FRELAYDCE", Const, 0, ""},
13000 {"IFT_FRF16MFRBUNDLE", Const, 0, ""},
13001 {"IFT_FRFORWARD", Const, 0, ""},
13002 {"IFT_G703AT2MB", Const, 0, ""},
13003 {"IFT_G703AT64K", Const, 0, ""},
13004 {"IFT_GIF", Const, 0, ""},
13005 {"IFT_GIGABITETHERNET", Const, 0, ""},
13006 {"IFT_GR303IDT", Const, 0, ""},
13007 {"IFT_GR303RDT", Const, 0, ""},
13008 {"IFT_H323GATEKEEPER", Const, 0, ""},
13009 {"IFT_H323PROXY", Const, 0, ""},
13010 {"IFT_HDH1822", Const, 0, ""},
13011 {"IFT_HDLC", Const, 0, ""},
13012 {"IFT_HDSL2", Const, 0, ""},
13013 {"IFT_HIPERLAN2", Const, 0, ""},
13014 {"IFT_HIPPI", Const, 0, ""},
13015 {"IFT_HIPPIINTERFACE", Const, 0, ""},
13016 {"IFT_HOSTPAD", Const, 0, ""},
13017 {"IFT_HSSI", Const, 0, ""},
13018 {"IFT_HY", Const, 0, ""},
13019 {"IFT_IBM370PARCHAN", Const, 0, ""},
13020 {"IFT_IDSL", Const, 0, ""},
13021 {"IFT_IEEE1394", Const, 0, ""},
13022 {"IFT_IEEE80211", Const, 0, ""},
13023 {"IFT_IEEE80212", Const, 0, ""},
13024 {"IFT_IEEE8023ADLAG", Const, 0, ""},
13025 {"IFT_IFGSN", Const, 0, ""},
13026 {"IFT_IMT", Const, 0, ""},
13027 {"IFT_INFINIBAND", Const, 1, ""},
13028 {"IFT_INTERLEAVE", Const, 0, ""},
13029 {"IFT_IP", Const, 0, ""},
13030 {"IFT_IPFORWARD", Const, 0, ""},
13031 {"IFT_IPOVERATM", Const, 0, ""},
13032 {"IFT_IPOVERCDLC", Const, 0, ""},
13033 {"IFT_IPOVERCLAW", Const, 0, ""},
13034 {"IFT_IPSWITCH", Const, 0, ""},
13035 {"IFT_IPXIP", Const, 0, ""},
13036 {"IFT_ISDN", Const, 0, ""},
13037 {"IFT_ISDNBASIC", Const, 0, ""},
13038 {"IFT_ISDNPRIMARY", Const, 0, ""},
13039 {"IFT_ISDNS", Const, 0, ""},
13040 {"IFT_ISDNU", Const, 0, ""},
13041 {"IFT_ISO88022LLC", Const, 0, ""},
13042 {"IFT_ISO88023", Const, 0, ""},
13043 {"IFT_ISO88024", Const, 0, ""},
13044 {"IFT_ISO88025", Const, 0, ""},
13045 {"IFT_ISO88025CRFPINT", Const, 0, ""},
13046 {"IFT_ISO88025DTR", Const, 0, ""},
13047 {"IFT_ISO88025FIBER", Const, 0, ""},
13048 {"IFT_ISO88026", Const, 0, ""},
13049 {"IFT_ISUP", Const, 0, ""},
13050 {"IFT_L2VLAN", Const, 0, ""},
13051 {"IFT_L3IPVLAN", Const, 0, ""},
13052 {"IFT_L3IPXVLAN", Const, 0, ""},
13053 {"IFT_LAPB", Const, 0, ""},
13054 {"IFT_LAPD", Const, 0, ""},
13055 {"IFT_LAPF", Const, 0, ""},
13056 {"IFT_LINEGROUP", Const, 1, ""},
13057 {"IFT_LOCALTALK", Const, 0, ""},
13058 {"IFT_LOOP", Const, 0, ""},
13059 {"IFT_MEDIAMAILOVERIP", Const, 0, ""},
13060 {"IFT_MFSIGLINK", Const, 0, ""},
13061 {"IFT_MIOX25", Const, 0, ""},
13062 {"IFT_MODEM", Const, 0, ""},
13063 {"IFT_MPC", Const, 0, ""},
13064 {"IFT_MPLS", Const, 0, ""},
13065 {"IFT_MPLSTUNNEL", Const, 0, ""},
13066 {"IFT_MSDSL", Const, 0, ""},
13067 {"IFT_MVL", Const, 0, ""},
13068 {"IFT_MYRINET", Const, 0, ""},
13069 {"IFT_NFAS", Const, 0, ""},
13070 {"IFT_NSIP", Const, 0, ""},
13071 {"IFT_OPTICALCHANNEL", Const, 0, ""},
13072 {"IFT_OPTICALTRANSPORT", Const, 0, ""},
13073 {"IFT_OTHER", Const, 0, ""},
13074 {"IFT_P10", Const, 0, ""},
13075 {"IFT_P80", Const, 0, ""},
13076 {"IFT_PARA", Const, 0, ""},
13077 {"IFT_PDP", Const, 0, ""},
13078 {"IFT_PFLOG", Const, 0, ""},
13079 {"IFT_PFLOW", Const, 1, ""},
13080 {"IFT_PFSYNC", Const, 0, ""},
13081 {"IFT_PLC", Const, 0, ""},
13082 {"IFT_PON155", Const, 1, ""},
13083 {"IFT_PON622", Const, 1, ""},
13084 {"IFT_POS", Const, 0, ""},
13085 {"IFT_PPP", Const, 0, ""},
13086 {"IFT_PPPMULTILINKBUNDLE", Const, 0, ""},
13087 {"IFT_PROPATM", Const, 1, ""},
13088 {"IFT_PROPBWAP2MP", Const, 0, ""},
13089 {"IFT_PROPCNLS", Const, 0, ""},
13090 {"IFT_PROPDOCSWIRELESSDOWNSTREAM", Const, 0, ""},
13091 {"IFT_PROPDOCSWIRELESSMACLAYER", Const, 0, ""},
13092 {"IFT_PROPDOCSWIRELESSUPSTREAM", Const, 0, ""},
13093 {"IFT_PROPMUX", Const, 0, ""},
13094 {"IFT_PROPVIRTUAL", Const, 0, ""},
13095 {"IFT_PROPWIRELESSP2P", Const, 0, ""},
13096 {"IFT_PTPSERIAL", Const, 0, ""},
13097 {"IFT_PVC", Const, 0, ""},
13098 {"IFT_Q2931", Const, 1, ""},
13099 {"IFT_QLLC", Const, 0, ""},
13100 {"IFT_RADIOMAC", Const, 0, ""},
13101 {"IFT_RADSL", Const, 0, ""},
13102 {"IFT_REACHDSL", Const, 0, ""},
13103 {"IFT_RFC1483", Const, 0, ""},
13104 {"IFT_RS232", Const, 0, ""},
13105 {"IFT_RSRB", Const, 0, ""},
13106 {"IFT_SDLC", Const, 0, ""},
13107 {"IFT_SDSL", Const, 0, ""},
13108 {"IFT_SHDSL", Const, 0, ""},
13109 {"IFT_SIP", Const, 0, ""},
13110 {"IFT_SIPSIG", Const, 1, ""},
13111 {"IFT_SIPTG", Const, 1, ""},
13112 {"IFT_SLIP", Const, 0, ""},
13113 {"IFT_SMDSDXI", Const, 0, ""},
13114 {"IFT_SMDSICIP", Const, 0, ""},
13115 {"IFT_SONET", Const, 0, ""},
13116 {"IFT_SONETOVERHEADCHANNEL", Const, 0, ""},
13117 {"IFT_SONETPATH", Const, 0, ""},
13118 {"IFT_SONETVT", Const, 0, ""},
13119 {"IFT_SRP", Const, 0, ""},
13120 {"IFT_SS7SIGLINK", Const, 0, ""},
13121 {"IFT_STACKTOSTACK", Const, 0, ""},
13122 {"IFT_STARLAN", Const, 0, ""},
13123 {"IFT_STF", Const, 0, ""},
13124 {"IFT_T1", Const, 0, ""},
13125 {"IFT_TDLC", Const, 0, ""},
13126 {"IFT_TELINK", Const, 1, ""},
13127 {"IFT_TERMPAD", Const, 0, ""},
13128 {"IFT_TR008", Const, 0, ""},
13129 {"IFT_TRANSPHDLC", Const, 0, ""},
13130 {"IFT_TUNNEL", Const, 0, ""},
13131 {"IFT_ULTRA", Const, 0, ""},
13132 {"IFT_USB", Const, 0, ""},
13133 {"IFT_V11", Const, 0, ""},
13134 {"IFT_V35", Const, 0, ""},
13135 {"IFT_V36", Const, 0, ""},
13136 {"IFT_V37", Const, 0, ""},
13137 {"IFT_VDSL", Const, 0, ""},
13138 {"IFT_VIRTUALIPADDRESS", Const, 0, ""},
13139 {"IFT_VIRTUALTG", Const, 1, ""},
13140 {"IFT_VOICEDID", Const, 1, ""},
13141 {"IFT_VOICEEM", Const, 0, ""},
13142 {"IFT_VOICEEMFGD", Const, 1, ""},
13143 {"IFT_VOICEENCAP", Const, 0, ""},
13144 {"IFT_VOICEFGDEANA", Const, 1, ""},
13145 {"IFT_VOICEFXO", Const, 0, ""},
13146 {"IFT_VOICEFXS", Const, 0, ""},
13147 {"IFT_VOICEOVERATM", Const, 0, ""},
13148 {"IFT_VOICEOVERCABLE", Const, 1, ""},
13149 {"IFT_VOICEOVERFRAMERELAY", Const, 0, ""},
13150 {"IFT_VOICEOVERIP", Const, 0, ""},
13151 {"IFT_X213", Const, 0, ""},
13152 {"IFT_X25", Const, 0, ""},
13153 {"IFT_X25DDN", Const, 0, ""},
13154 {"IFT_X25HUNTGROUP", Const, 0, ""},
13155 {"IFT_X25MLP", Const, 0, ""},
13156 {"IFT_X25PLE", Const, 0, ""},
13157 {"IFT_XETHER", Const, 0, ""},
13158 {"IGNBRK", Const, 0, ""},
13159 {"IGNCR", Const, 0, ""},
13160 {"IGNORE", Const, 0, ""},
13161 {"IGNPAR", Const, 0, ""},
13162 {"IMAXBEL", Const, 0, ""},
13163 {"INFINITE", Const, 0, ""},
13164 {"INLCR", Const, 0, ""},
13165 {"INPCK", Const, 0, ""},
13166 {"INVALID_FILE_ATTRIBUTES", Const, 0, ""},
13167 {"IN_ACCESS", Const, 0, ""},
13168 {"IN_ALL_EVENTS", Const, 0, ""},
13169 {"IN_ATTRIB", Const, 0, ""},
13170 {"IN_CLASSA_HOST", Const, 0, ""},
13171 {"IN_CLASSA_MAX", Const, 0, ""},
13172 {"IN_CLASSA_NET", Const, 0, ""},
13173 {"IN_CLASSA_NSHIFT", Const, 0, ""},
13174 {"IN_CLASSB_HOST", Const, 0, ""},
13175 {"IN_CLASSB_MAX", Const, 0, ""},
13176 {"IN_CLASSB_NET", Const, 0, ""},
13177 {"IN_CLASSB_NSHIFT", Const, 0, ""},
13178 {"IN_CLASSC_HOST", Const, 0, ""},
13179 {"IN_CLASSC_NET", Const, 0, ""},
13180 {"IN_CLASSC_NSHIFT", Const, 0, ""},
13181 {"IN_CLASSD_HOST", Const, 0, ""},
13182 {"IN_CLASSD_NET", Const, 0, ""},
13183 {"IN_CLASSD_NSHIFT", Const, 0, ""},
13184 {"IN_CLOEXEC", Const, 0, ""},
13185 {"IN_CLOSE", Const, 0, ""},
13186 {"IN_CLOSE_NOWRITE", Const, 0, ""},
13187 {"IN_CLOSE_WRITE", Const, 0, ""},
13188 {"IN_CREATE", Const, 0, ""},
13189 {"IN_DELETE", Const, 0, ""},
13190 {"IN_DELETE_SELF", Const, 0, ""},
13191 {"IN_DONT_FOLLOW", Const, 0, ""},
13192 {"IN_EXCL_UNLINK", Const, 0, ""},
13193 {"IN_IGNORED", Const, 0, ""},
13194 {"IN_ISDIR", Const, 0, ""},
13195 {"IN_LINKLOCALNETNUM", Const, 0, ""},
13196 {"IN_LOOPBACKNET", Const, 0, ""},
13197 {"IN_MASK_ADD", Const, 0, ""},
13198 {"IN_MODIFY", Const, 0, ""},
13199 {"IN_MOVE", Const, 0, ""},
13200 {"IN_MOVED_FROM", Const, 0, ""},
13201 {"IN_MOVED_TO", Const, 0, ""},
13202 {"IN_MOVE_SELF", Const, 0, ""},
13203 {"IN_NONBLOCK", Const, 0, ""},
13204 {"IN_ONESHOT", Const, 0, ""},
13205 {"IN_ONLYDIR", Const, 0, ""},
13206 {"IN_OPEN", Const, 0, ""},
13207 {"IN_Q_OVERFLOW", Const, 0, ""},
13208 {"IN_RFC3021_HOST", Const, 1, ""},
13209 {"IN_RFC3021_MASK", Const, 1, ""},
13210 {"IN_RFC3021_NET", Const, 1, ""},
13211 {"IN_RFC3021_NSHIFT", Const, 1, ""},
13212 {"IN_UNMOUNT", Const, 0, ""},
13213 {"IOC_IN", Const, 1, ""},
13214 {"IOC_INOUT", Const, 1, ""},
13215 {"IOC_OUT", Const, 1, ""},
13216 {"IOC_VENDOR", Const, 3, ""},
13217 {"IOC_WS2", Const, 1, ""},
13218 {"IO_REPARSE_TAG_SYMLINK", Const, 4, ""},
13219 {"IPMreq", Type, 0, ""},
13220 {"IPMreq.Interface", Field, 0, ""},
13221 {"IPMreq.Multiaddr", Field, 0, ""},
13222 {"IPMreqn", Type, 0, ""},
13223 {"IPMreqn.Address", Field, 0, ""},
13224 {"IPMreqn.Ifindex", Field, 0, ""},
13225 {"IPMreqn.Multiaddr", Field, 0, ""},
13226 {"IPPROTO_3PC", Const, 0, ""},
13227 {"IPPROTO_ADFS", Const, 0, ""},
13228 {"IPPROTO_AH", Const, 0, ""},
13229 {"IPPROTO_AHIP", Const, 0, ""},
13230 {"IPPROTO_APES", Const, 0, ""},
13231 {"IPPROTO_ARGUS", Const, 0, ""},
13232 {"IPPROTO_AX25", Const, 0, ""},
13233 {"IPPROTO_BHA", Const, 0, ""},
13234 {"IPPROTO_BLT", Const, 0, ""},
13235 {"IPPROTO_BRSATMON", Const, 0, ""},
13236 {"IPPROTO_CARP", Const, 0, ""},
13237 {"IPPROTO_CFTP", Const, 0, ""},
13238 {"IPPROTO_CHAOS", Const, 0, ""},
13239 {"IPPROTO_CMTP", Const, 0, ""},
13240 {"IPPROTO_COMP", Const, 0, ""},
13241 {"IPPROTO_CPHB", Const, 0, ""},
13242 {"IPPROTO_CPNX", Const, 0, ""},
13243 {"IPPROTO_DCCP", Const, 0, ""},
13244 {"IPPROTO_DDP", Const, 0, ""},
13245 {"IPPROTO_DGP", Const, 0, ""},
13246 {"IPPROTO_DIVERT", Const, 0, ""},
13247 {"IPPROTO_DIVERT_INIT", Const, 3, ""},
13248 {"IPPROTO_DIVERT_RESP", Const, 3, ""},
13249 {"IPPROTO_DONE", Const, 0, ""},
13250 {"IPPROTO_DSTOPTS", Const, 0, ""},
13251 {"IPPROTO_EGP", Const, 0, ""},
13252 {"IPPROTO_EMCON", Const, 0, ""},
13253 {"IPPROTO_ENCAP", Const, 0, ""},
13254 {"IPPROTO_EON", Const, 0, ""},
13255 {"IPPROTO_ESP", Const, 0, ""},
13256 {"IPPROTO_ETHERIP", Const, 0, ""},
13257 {"IPPROTO_FRAGMENT", Const, 0, ""},
13258 {"IPPROTO_GGP", Const, 0, ""},
13259 {"IPPROTO_GMTP", Const, 0, ""},
13260 {"IPPROTO_GRE", Const, 0, ""},
13261 {"IPPROTO_HELLO", Const, 0, ""},
13262 {"IPPROTO_HMP", Const, 0, ""},
13263 {"IPPROTO_HOPOPTS", Const, 0, ""},
13264 {"IPPROTO_ICMP", Const, 0, ""},
13265 {"IPPROTO_ICMPV6", Const, 0, ""},
13266 {"IPPROTO_IDP", Const, 0, ""},
13267 {"IPPROTO_IDPR", Const, 0, ""},
13268 {"IPPROTO_IDRP", Const, 0, ""},
13269 {"IPPROTO_IGMP", Const, 0, ""},
13270 {"IPPROTO_IGP", Const, 0, ""},
13271 {"IPPROTO_IGRP", Const, 0, ""},
13272 {"IPPROTO_IL", Const, 0, ""},
13273 {"IPPROTO_INLSP", Const, 0, ""},
13274 {"IPPROTO_INP", Const, 0, ""},
13275 {"IPPROTO_IP", Const, 0, ""},
13276 {"IPPROTO_IPCOMP", Const, 0, ""},
13277 {"IPPROTO_IPCV", Const, 0, ""},
13278 {"IPPROTO_IPEIP", Const, 0, ""},
13279 {"IPPROTO_IPIP", Const, 0, ""},
13280 {"IPPROTO_IPPC", Const, 0, ""},
13281 {"IPPROTO_IPV4", Const, 0, ""},
13282 {"IPPROTO_IPV6", Const, 0, ""},
13283 {"IPPROTO_IPV6_ICMP", Const, 1, ""},
13284 {"IPPROTO_IRTP", Const, 0, ""},
13285 {"IPPROTO_KRYPTOLAN", Const, 0, ""},
13286 {"IPPROTO_LARP", Const, 0, ""},
13287 {"IPPROTO_LEAF1", Const, 0, ""},
13288 {"IPPROTO_LEAF2", Const, 0, ""},
13289 {"IPPROTO_MAX", Const, 0, ""},
13290 {"IPPROTO_MAXID", Const, 0, ""},
13291 {"IPPROTO_MEAS", Const, 0, ""},
13292 {"IPPROTO_MH", Const, 1, ""},
13293 {"IPPROTO_MHRP", Const, 0, ""},
13294 {"IPPROTO_MICP", Const, 0, ""},
13295 {"IPPROTO_MOBILE", Const, 0, ""},
13296 {"IPPROTO_MPLS", Const, 1, ""},
13297 {"IPPROTO_MTP", Const, 0, ""},
13298 {"IPPROTO_MUX", Const, 0, ""},
13299 {"IPPROTO_ND", Const, 0, ""},
13300 {"IPPROTO_NHRP", Const, 0, ""},
13301 {"IPPROTO_NONE", Const, 0, ""},
13302 {"IPPROTO_NSP", Const, 0, ""},
13303 {"IPPROTO_NVPII", Const, 0, ""},
13304 {"IPPROTO_OLD_DIVERT", Const, 0, ""},
13305 {"IPPROTO_OSPFIGP", Const, 0, ""},
13306 {"IPPROTO_PFSYNC", Const, 0, ""},
13307 {"IPPROTO_PGM", Const, 0, ""},
13308 {"IPPROTO_PIGP", Const, 0, ""},
13309 {"IPPROTO_PIM", Const, 0, ""},
13310 {"IPPROTO_PRM", Const, 0, ""},
13311 {"IPPROTO_PUP", Const, 0, ""},
13312 {"IPPROTO_PVP", Const, 0, ""},
13313 {"IPPROTO_RAW", Const, 0, ""},
13314 {"IPPROTO_RCCMON", Const, 0, ""},
13315 {"IPPROTO_RDP", Const, 0, ""},
13316 {"IPPROTO_ROUTING", Const, 0, ""},
13317 {"IPPROTO_RSVP", Const, 0, ""},
13318 {"IPPROTO_RVD", Const, 0, ""},
13319 {"IPPROTO_SATEXPAK", Const, 0, ""},
13320 {"IPPROTO_SATMON", Const, 0, ""},
13321 {"IPPROTO_SCCSP", Const, 0, ""},
13322 {"IPPROTO_SCTP", Const, 0, ""},
13323 {"IPPROTO_SDRP", Const, 0, ""},
13324 {"IPPROTO_SEND", Const, 1, ""},
13325 {"IPPROTO_SEP", Const, 0, ""},
13326 {"IPPROTO_SKIP", Const, 0, ""},
13327 {"IPPROTO_SPACER", Const, 0, ""},
13328 {"IPPROTO_SRPC", Const, 0, ""},
13329 {"IPPROTO_ST", Const, 0, ""},
13330 {"IPPROTO_SVMTP", Const, 0, ""},
13331 {"IPPROTO_SWIPE", Const, 0, ""},
13332 {"IPPROTO_TCF", Const, 0, ""},
13333 {"IPPROTO_TCP", Const, 0, ""},
13334 {"IPPROTO_TLSP", Const, 0, ""},
13335 {"IPPROTO_TP", Const, 0, ""},
13336 {"IPPROTO_TPXX", Const, 0, ""},
13337 {"IPPROTO_TRUNK1", Const, 0, ""},
13338 {"IPPROTO_TRUNK2", Const, 0, ""},
13339 {"IPPROTO_TTP", Const, 0, ""},
13340 {"IPPROTO_UDP", Const, 0, ""},
13341 {"IPPROTO_UDPLITE", Const, 0, ""},
13342 {"IPPROTO_VINES", Const, 0, ""},
13343 {"IPPROTO_VISA", Const, 0, ""},
13344 {"IPPROTO_VMTP", Const, 0, ""},
13345 {"IPPROTO_VRRP", Const, 1, ""},
13346 {"IPPROTO_WBEXPAK", Const, 0, ""},
13347 {"IPPROTO_WBMON", Const, 0, ""},
13348 {"IPPROTO_WSN", Const, 0, ""},
13349 {"IPPROTO_XNET", Const, 0, ""},
13350 {"IPPROTO_XTP", Const, 0, ""},
13351 {"IPV6_2292DSTOPTS", Const, 0, ""},
13352 {"IPV6_2292HOPLIMIT", Const, 0, ""},
13353 {"IPV6_2292HOPOPTS", Const, 0, ""},
13354 {"IPV6_2292NEXTHOP", Const, 0, ""},
13355 {"IPV6_2292PKTINFO", Const, 0, ""},
13356 {"IPV6_2292PKTOPTIONS", Const, 0, ""},
13357 {"IPV6_2292RTHDR", Const, 0, ""},
13358 {"IPV6_ADDRFORM", Const, 0, ""},
13359 {"IPV6_ADD_MEMBERSHIP", Const, 0, ""},
13360 {"IPV6_AUTHHDR", Const, 0, ""},
13361 {"IPV6_AUTH_LEVEL", Const, 1, ""},
13362 {"IPV6_AUTOFLOWLABEL", Const, 0, ""},
13363 {"IPV6_BINDANY", Const, 0, ""},
13364 {"IPV6_BINDV6ONLY", Const, 0, ""},
13365 {"IPV6_BOUND_IF", Const, 0, ""},
13366 {"IPV6_CHECKSUM", Const, 0, ""},
13367 {"IPV6_DEFAULT_MULTICAST_HOPS", Const, 0, ""},
13368 {"IPV6_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
13369 {"IPV6_DEFHLIM", Const, 0, ""},
13370 {"IPV6_DONTFRAG", Const, 0, ""},
13371 {"IPV6_DROP_MEMBERSHIP", Const, 0, ""},
13372 {"IPV6_DSTOPTS", Const, 0, ""},
13373 {"IPV6_ESP_NETWORK_LEVEL", Const, 1, ""},
13374 {"IPV6_ESP_TRANS_LEVEL", Const, 1, ""},
13375 {"IPV6_FAITH", Const, 0, ""},
13376 {"IPV6_FLOWINFO_MASK", Const, 0, ""},
13377 {"IPV6_FLOWLABEL_MASK", Const, 0, ""},
13378 {"IPV6_FRAGTTL", Const, 0, ""},
13379 {"IPV6_FW_ADD", Const, 0, ""},
13380 {"IPV6_FW_DEL", Const, 0, ""},
13381 {"IPV6_FW_FLUSH", Const, 0, ""},
13382 {"IPV6_FW_GET", Const, 0, ""},
13383 {"IPV6_FW_ZERO", Const, 0, ""},
13384 {"IPV6_HLIMDEC", Const, 0, ""},
13385 {"IPV6_HOPLIMIT", Const, 0, ""},
13386 {"IPV6_HOPOPTS", Const, 0, ""},
13387 {"IPV6_IPCOMP_LEVEL", Const, 1, ""},
13388 {"IPV6_IPSEC_POLICY", Const, 0, ""},
13389 {"IPV6_JOIN_ANYCAST", Const, 0, ""},
13390 {"IPV6_JOIN_GROUP", Const, 0, ""},
13391 {"IPV6_LEAVE_ANYCAST", Const, 0, ""},
13392 {"IPV6_LEAVE_GROUP", Const, 0, ""},
13393 {"IPV6_MAXHLIM", Const, 0, ""},
13394 {"IPV6_MAXOPTHDR", Const, 0, ""},
13395 {"IPV6_MAXPACKET", Const, 0, ""},
13396 {"IPV6_MAX_GROUP_SRC_FILTER", Const, 0, ""},
13397 {"IPV6_MAX_MEMBERSHIPS", Const, 0, ""},
13398 {"IPV6_MAX_SOCK_SRC_FILTER", Const, 0, ""},
13399 {"IPV6_MIN_MEMBERSHIPS", Const, 0, ""},
13400 {"IPV6_MMTU", Const, 0, ""},
13401 {"IPV6_MSFILTER", Const, 0, ""},
13402 {"IPV6_MTU", Const, 0, ""},
13403 {"IPV6_MTU_DISCOVER", Const, 0, ""},
13404 {"IPV6_MULTICAST_HOPS", Const, 0, ""},
13405 {"IPV6_MULTICAST_IF", Const, 0, ""},
13406 {"IPV6_MULTICAST_LOOP", Const, 0, ""},
13407 {"IPV6_NEXTHOP", Const, 0, ""},
13408 {"IPV6_OPTIONS", Const, 1, ""},
13409 {"IPV6_PATHMTU", Const, 0, ""},
13410 {"IPV6_PIPEX", Const, 1, ""},
13411 {"IPV6_PKTINFO", Const, 0, ""},
13412 {"IPV6_PMTUDISC_DO", Const, 0, ""},
13413 {"IPV6_PMTUDISC_DONT", Const, 0, ""},
13414 {"IPV6_PMTUDISC_PROBE", Const, 0, ""},
13415 {"IPV6_PMTUDISC_WANT", Const, 0, ""},
13416 {"IPV6_PORTRANGE", Const, 0, ""},
13417 {"IPV6_PORTRANGE_DEFAULT", Const, 0, ""},
13418 {"IPV6_PORTRANGE_HIGH", Const, 0, ""},
13419 {"IPV6_PORTRANGE_LOW", Const, 0, ""},
13420 {"IPV6_PREFER_TEMPADDR", Const, 0, ""},
13421 {"IPV6_RECVDSTOPTS", Const, 0, ""},
13422 {"IPV6_RECVDSTPORT", Const, 3, ""},
13423 {"IPV6_RECVERR", Const, 0, ""},
13424 {"IPV6_RECVHOPLIMIT", Const, 0, ""},
13425 {"IPV6_RECVHOPOPTS", Const, 0, ""},
13426 {"IPV6_RECVPATHMTU", Const, 0, ""},
13427 {"IPV6_RECVPKTINFO", Const, 0, ""},
13428 {"IPV6_RECVRTHDR", Const, 0, ""},
13429 {"IPV6_RECVTCLASS", Const, 0, ""},
13430 {"IPV6_ROUTER_ALERT", Const, 0, ""},
13431 {"IPV6_RTABLE", Const, 1, ""},
13432 {"IPV6_RTHDR", Const, 0, ""},
13433 {"IPV6_RTHDRDSTOPTS", Const, 0, ""},
13434 {"IPV6_RTHDR_LOOSE", Const, 0, ""},
13435 {"IPV6_RTHDR_STRICT", Const, 0, ""},
13436 {"IPV6_RTHDR_TYPE_0", Const, 0, ""},
13437 {"IPV6_RXDSTOPTS", Const, 0, ""},
13438 {"IPV6_RXHOPOPTS", Const, 0, ""},
13439 {"IPV6_SOCKOPT_RESERVED1", Const, 0, ""},
13440 {"IPV6_TCLASS", Const, 0, ""},
13441 {"IPV6_UNICAST_HOPS", Const, 0, ""},
13442 {"IPV6_USE_MIN_MTU", Const, 0, ""},
13443 {"IPV6_V6ONLY", Const, 0, ""},
13444 {"IPV6_VERSION", Const, 0, ""},
13445 {"IPV6_VERSION_MASK", Const, 0, ""},
13446 {"IPV6_XFRM_POLICY", Const, 0, ""},
13447 {"IP_ADD_MEMBERSHIP", Const, 0, ""},
13448 {"IP_ADD_SOURCE_MEMBERSHIP", Const, 0, ""},
13449 {"IP_AUTH_LEVEL", Const, 1, ""},
13450 {"IP_BINDANY", Const, 0, ""},
13451 {"IP_BLOCK_SOURCE", Const, 0, ""},
13452 {"IP_BOUND_IF", Const, 0, ""},
13453 {"IP_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
13454 {"IP_DEFAULT_MULTICAST_TTL", Const, 0, ""},
13455 {"IP_DF", Const, 0, ""},
13456 {"IP_DIVERTFL", Const, 3, ""},
13457 {"IP_DONTFRAG", Const, 0, ""},
13458 {"IP_DROP_MEMBERSHIP", Const, 0, ""},
13459 {"IP_DROP_SOURCE_MEMBERSHIP", Const, 0, ""},
13460 {"IP_DUMMYNET3", Const, 0, ""},
13461 {"IP_DUMMYNET_CONFIGURE", Const, 0, ""},
13462 {"IP_DUMMYNET_DEL", Const, 0, ""},
13463 {"IP_DUMMYNET_FLUSH", Const, 0, ""},
13464 {"IP_DUMMYNET_GET", Const, 0, ""},
13465 {"IP_EF", Const, 1, ""},
13466 {"IP_ERRORMTU", Const, 1, ""},
13467 {"IP_ESP_NETWORK_LEVEL", Const, 1, ""},
13468 {"IP_ESP_TRANS_LEVEL", Const, 1, ""},
13469 {"IP_FAITH", Const, 0, ""},
13470 {"IP_FREEBIND", Const, 0, ""},
13471 {"IP_FW3", Const, 0, ""},
13472 {"IP_FW_ADD", Const, 0, ""},
13473 {"IP_FW_DEL", Const, 0, ""},
13474 {"IP_FW_FLUSH", Const, 0, ""},
13475 {"IP_FW_GET", Const, 0, ""},
13476 {"IP_FW_NAT_CFG", Const, 0, ""},
13477 {"IP_FW_NAT_DEL", Const, 0, ""},
13478 {"IP_FW_NAT_GET_CONFIG", Const, 0, ""},
13479 {"IP_FW_NAT_GET_LOG", Const, 0, ""},
13480 {"IP_FW_RESETLOG", Const, 0, ""},
13481 {"IP_FW_TABLE_ADD", Const, 0, ""},
13482 {"IP_FW_TABLE_DEL", Const, 0, ""},
13483 {"IP_FW_TABLE_FLUSH", Const, 0, ""},
13484 {"IP_FW_TABLE_GETSIZE", Const, 0, ""},
13485 {"IP_FW_TABLE_LIST", Const, 0, ""},
13486 {"IP_FW_ZERO", Const, 0, ""},
13487 {"IP_HDRINCL", Const, 0, ""},
13488 {"IP_IPCOMP_LEVEL", Const, 1, ""},
13489 {"IP_IPSECFLOWINFO", Const, 1, ""},
13490 {"IP_IPSEC_LOCAL_AUTH", Const, 1, ""},
13491 {"IP_IPSEC_LOCAL_CRED", Const, 1, ""},
13492 {"IP_IPSEC_LOCAL_ID", Const, 1, ""},
13493 {"IP_IPSEC_POLICY", Const, 0, ""},
13494 {"IP_IPSEC_REMOTE_AUTH", Const, 1, ""},
13495 {"IP_IPSEC_REMOTE_CRED", Const, 1, ""},
13496 {"IP_IPSEC_REMOTE_ID", Const, 1, ""},
13497 {"IP_MAXPACKET", Const, 0, ""},
13498 {"IP_MAX_GROUP_SRC_FILTER", Const, 0, ""},
13499 {"IP_MAX_MEMBERSHIPS", Const, 0, ""},
13500 {"IP_MAX_SOCK_MUTE_FILTER", Const, 0, ""},
13501 {"IP_MAX_SOCK_SRC_FILTER", Const, 0, ""},
13502 {"IP_MAX_SOURCE_FILTER", Const, 0, ""},
13503 {"IP_MF", Const, 0, ""},
13504 {"IP_MINFRAGSIZE", Const, 1, ""},
13505 {"IP_MINTTL", Const, 0, ""},
13506 {"IP_MIN_MEMBERSHIPS", Const, 0, ""},
13507 {"IP_MSFILTER", Const, 0, ""},
13508 {"IP_MSS", Const, 0, ""},
13509 {"IP_MTU", Const, 0, ""},
13510 {"IP_MTU_DISCOVER", Const, 0, ""},
13511 {"IP_MULTICAST_IF", Const, 0, ""},
13512 {"IP_MULTICAST_IFINDEX", Const, 0, ""},
13513 {"IP_MULTICAST_LOOP", Const, 0, ""},
13514 {"IP_MULTICAST_TTL", Const, 0, ""},
13515 {"IP_MULTICAST_VIF", Const, 0, ""},
13516 {"IP_NAT__XXX", Const, 0, ""},
13517 {"IP_OFFMASK", Const, 0, ""},
13518 {"IP_OLD_FW_ADD", Const, 0, ""},
13519 {"IP_OLD_FW_DEL", Const, 0, ""},
13520 {"IP_OLD_FW_FLUSH", Const, 0, ""},
13521 {"IP_OLD_FW_GET", Const, 0, ""},
13522 {"IP_OLD_FW_RESETLOG", Const, 0, ""},
13523 {"IP_OLD_FW_ZERO", Const, 0, ""},
13524 {"IP_ONESBCAST", Const, 0, ""},
13525 {"IP_OPTIONS", Const, 0, ""},
13526 {"IP_ORIGDSTADDR", Const, 0, ""},
13527 {"IP_PASSSEC", Const, 0, ""},
13528 {"IP_PIPEX", Const, 1, ""},
13529 {"IP_PKTINFO", Const, 0, ""},
13530 {"IP_PKTOPTIONS", Const, 0, ""},
13531 {"IP_PMTUDISC", Const, 0, ""},
13532 {"IP_PMTUDISC_DO", Const, 0, ""},
13533 {"IP_PMTUDISC_DONT", Const, 0, ""},
13534 {"IP_PMTUDISC_PROBE", Const, 0, ""},
13535 {"IP_PMTUDISC_WANT", Const, 0, ""},
13536 {"IP_PORTRANGE", Const, 0, ""},
13537 {"IP_PORTRANGE_DEFAULT", Const, 0, ""},
13538 {"IP_PORTRANGE_HIGH", Const, 0, ""},
13539 {"IP_PORTRANGE_LOW", Const, 0, ""},
13540 {"IP_RECVDSTADDR", Const, 0, ""},
13541 {"IP_RECVDSTPORT", Const, 1, ""},
13542 {"IP_RECVERR", Const, 0, ""},
13543 {"IP_RECVIF", Const, 0, ""},
13544 {"IP_RECVOPTS", Const, 0, ""},
13545 {"IP_RECVORIGDSTADDR", Const, 0, ""},
13546 {"IP_RECVPKTINFO", Const, 0, ""},
13547 {"IP_RECVRETOPTS", Const, 0, ""},
13548 {"IP_RECVRTABLE", Const, 1, ""},
13549 {"IP_RECVTOS", Const, 0, ""},
13550 {"IP_RECVTTL", Const, 0, ""},
13551 {"IP_RETOPTS", Const, 0, ""},
13552 {"IP_RF", Const, 0, ""},
13553 {"IP_ROUTER_ALERT", Const, 0, ""},
13554 {"IP_RSVP_OFF", Const, 0, ""},
13555 {"IP_RSVP_ON", Const, 0, ""},
13556 {"IP_RSVP_VIF_OFF", Const, 0, ""},
13557 {"IP_RSVP_VIF_ON", Const, 0, ""},
13558 {"IP_RTABLE", Const, 1, ""},
13559 {"IP_SENDSRCADDR", Const, 0, ""},
13560 {"IP_STRIPHDR", Const, 0, ""},
13561 {"IP_TOS", Const, 0, ""},
13562 {"IP_TRAFFIC_MGT_BACKGROUND", Const, 0, ""},
13563 {"IP_TRANSPARENT", Const, 0, ""},
13564 {"IP_TTL", Const, 0, ""},
13565 {"IP_UNBLOCK_SOURCE", Const, 0, ""},
13566 {"IP_XFRM_POLICY", Const, 0, ""},
13567 {"IPv6MTUInfo", Type, 2, ""},
13568 {"IPv6MTUInfo.Addr", Field, 2, ""},
13569 {"IPv6MTUInfo.Mtu", Field, 2, ""},
13570 {"IPv6Mreq", Type, 0, ""},
13571 {"IPv6Mreq.Interface", Field, 0, ""},
13572 {"IPv6Mreq.Multiaddr", Field, 0, ""},
13573 {"ISIG", Const, 0, ""},
13574 {"ISTRIP", Const, 0, ""},
13575 {"IUCLC", Const, 0, ""},
13576 {"IUTF8", Const, 0, ""},
13577 {"IXANY", Const, 0, ""},
13578 {"IXOFF", Const, 0, ""},
13579 {"IXON", Const, 0, ""},
13580 {"IfAddrmsg", Type, 0, ""},
13581 {"IfAddrmsg.Family", Field, 0, ""},
13582 {"IfAddrmsg.Flags", Field, 0, ""},
13583 {"IfAddrmsg.Index", Field, 0, ""},
13584 {"IfAddrmsg.Prefixlen", Field, 0, ""},
13585 {"IfAddrmsg.Scope", Field, 0, ""},
13586 {"IfAnnounceMsghdr", Type, 1, ""},
13587 {"IfAnnounceMsghdr.Hdrlen", Field, 2, ""},
13588 {"IfAnnounceMsghdr.Index", Field, 1, ""},
13589 {"IfAnnounceMsghdr.Msglen", Field, 1, ""},
13590 {"IfAnnounceMsghdr.Name", Field, 1, ""},
13591 {"IfAnnounceMsghdr.Type", Field, 1, ""},
13592 {"IfAnnounceMsghdr.Version", Field, 1, ""},
13593 {"IfAnnounceMsghdr.What", Field, 1, ""},
13594 {"IfData", Type, 0, ""},
13595 {"IfData.Addrlen", Field, 0, ""},
13596 {"IfData.Baudrate", Field, 0, ""},
13597 {"IfData.Capabilities", Field, 2, ""},
13598 {"IfData.Collisions", Field, 0, ""},
13599 {"IfData.Datalen", Field, 0, ""},
13600 {"IfData.Epoch", Field, 0, ""},
13601 {"IfData.Hdrlen", Field, 0, ""},
13602 {"IfData.Hwassist", Field, 0, ""},
13603 {"IfData.Ibytes", Field, 0, ""},
13604 {"IfData.Ierrors", Field, 0, ""},
13605 {"IfData.Imcasts", Field, 0, ""},
13606 {"IfData.Ipackets", Field, 0, ""},
13607 {"IfData.Iqdrops", Field, 0, ""},
13608 {"IfData.Lastchange", Field, 0, ""},
13609 {"IfData.Link_state", Field, 0, ""},
13610 {"IfData.Mclpool", Field, 2, ""},
13611 {"IfData.Metric", Field, 0, ""},
13612 {"IfData.Mtu", Field, 0, ""},
13613 {"IfData.Noproto", Field, 0, ""},
13614 {"IfData.Obytes", Field, 0, ""},
13615 {"IfData.Oerrors", Field, 0, ""},
13616 {"IfData.Omcasts", Field, 0, ""},
13617 {"IfData.Opackets", Field, 0, ""},
13618 {"IfData.Pad", Field, 2, ""},
13619 {"IfData.Pad_cgo_0", Field, 2, ""},
13620 {"IfData.Pad_cgo_1", Field, 2, ""},
13621 {"IfData.Physical", Field, 0, ""},
13622 {"IfData.Recvquota", Field, 0, ""},
13623 {"IfData.Recvtiming", Field, 0, ""},
13624 {"IfData.Reserved1", Field, 0, ""},
13625 {"IfData.Reserved2", Field, 0, ""},
13626 {"IfData.Spare_char1", Field, 0, ""},
13627 {"IfData.Spare_char2", Field, 0, ""},
13628 {"IfData.Type", Field, 0, ""},
13629 {"IfData.Typelen", Field, 0, ""},
13630 {"IfData.Unused1", Field, 0, ""},
13631 {"IfData.Unused2", Field, 0, ""},
13632 {"IfData.Xmitquota", Field, 0, ""},
13633 {"IfData.Xmittiming", Field, 0, ""},
13634 {"IfInfomsg", Type, 0, ""},
13635 {"IfInfomsg.Change", Field, 0, ""},
13636 {"IfInfomsg.Family", Field, 0, ""},
13637 {"IfInfomsg.Flags", Field, 0, ""},
13638 {"IfInfomsg.Index", Field, 0, ""},
13639 {"IfInfomsg.Type", Field, 0, ""},
13640 {"IfInfomsg.X__ifi_pad", Field, 0, ""},
13641 {"IfMsghdr", Type, 0, ""},
13642 {"IfMsghdr.Addrs", Field, 0, ""},
13643 {"IfMsghdr.Data", Field, 0, ""},
13644 {"IfMsghdr.Flags", Field, 0, ""},
13645 {"IfMsghdr.Hdrlen", Field, 2, ""},
13646 {"IfMsghdr.Index", Field, 0, ""},
13647 {"IfMsghdr.Msglen", Field, 0, ""},
13648 {"IfMsghdr.Pad1", Field, 2, ""},
13649 {"IfMsghdr.Pad2", Field, 2, ""},
13650 {"IfMsghdr.Pad_cgo_0", Field, 0, ""},
13651 {"IfMsghdr.Pad_cgo_1", Field, 2, ""},
13652 {"IfMsghdr.Tableid", Field, 2, ""},
13653 {"IfMsghdr.Type", Field, 0, ""},
13654 {"IfMsghdr.Version", Field, 0, ""},
13655 {"IfMsghdr.Xflags", Field, 2, ""},
13656 {"IfaMsghdr", Type, 0, ""},
13657 {"IfaMsghdr.Addrs", Field, 0, ""},
13658 {"IfaMsghdr.Flags", Field, 0, ""},
13659 {"IfaMsghdr.Hdrlen", Field, 2, ""},
13660 {"IfaMsghdr.Index", Field, 0, ""},
13661 {"IfaMsghdr.Metric", Field, 0, ""},
13662 {"IfaMsghdr.Msglen", Field, 0, ""},
13663 {"IfaMsghdr.Pad1", Field, 2, ""},
13664 {"IfaMsghdr.Pad2", Field, 2, ""},
13665 {"IfaMsghdr.Pad_cgo_0", Field, 0, ""},
13666 {"IfaMsghdr.Tableid", Field, 2, ""},
13667 {"IfaMsghdr.Type", Field, 0, ""},
13668 {"IfaMsghdr.Version", Field, 0, ""},
13669 {"IfmaMsghdr", Type, 0, ""},
13670 {"IfmaMsghdr.Addrs", Field, 0, ""},
13671 {"IfmaMsghdr.Flags", Field, 0, ""},
13672 {"IfmaMsghdr.Index", Field, 0, ""},
13673 {"IfmaMsghdr.Msglen", Field, 0, ""},
13674 {"IfmaMsghdr.Pad_cgo_0", Field, 0, ""},
13675 {"IfmaMsghdr.Type", Field, 0, ""},
13676 {"IfmaMsghdr.Version", Field, 0, ""},
13677 {"IfmaMsghdr2", Type, 0, ""},
13678 {"IfmaMsghdr2.Addrs", Field, 0, ""},
13679 {"IfmaMsghdr2.Flags", Field, 0, ""},
13680 {"IfmaMsghdr2.Index", Field, 0, ""},
13681 {"IfmaMsghdr2.Msglen", Field, 0, ""},
13682 {"IfmaMsghdr2.Pad_cgo_0", Field, 0, ""},
13683 {"IfmaMsghdr2.Refcount", Field, 0, ""},
13684 {"IfmaMsghdr2.Type", Field, 0, ""},
13685 {"IfmaMsghdr2.Version", Field, 0, ""},
13686 {"ImplementsGetwd", Const, 0, ""},
13687 {"Inet4Pktinfo", Type, 0, ""},
13688 {"Inet4Pktinfo.Addr", Field, 0, ""},
13689 {"Inet4Pktinfo.Ifindex", Field, 0, ""},
13690 {"Inet4Pktinfo.Spec_dst", Field, 0, ""},
13691 {"Inet6Pktinfo", Type, 0, ""},
13692 {"Inet6Pktinfo.Addr", Field, 0, ""},
13693 {"Inet6Pktinfo.Ifindex", Field, 0, ""},
13694 {"InotifyAddWatch", Func, 0, "func(fd int, pathname string, mask uint32) (watchdesc int, err error)"},
13695 {"InotifyEvent", Type, 0, ""},
13696 {"InotifyEvent.Cookie", Field, 0, ""},
13697 {"InotifyEvent.Len", Field, 0, ""},
13698 {"InotifyEvent.Mask", Field, 0, ""},
13699 {"InotifyEvent.Name", Field, 0, ""},
13700 {"InotifyEvent.Wd", Field, 0, ""},
13701 {"InotifyInit", Func, 0, "func() (fd int, err error)"},
13702 {"InotifyInit1", Func, 0, "func(flags int) (fd int, err error)"},
13703 {"InotifyRmWatch", Func, 0, "func(fd int, watchdesc uint32) (success int, err error)"},
13704 {"InterfaceAddrMessage", Type, 0, ""},
13705 {"InterfaceAddrMessage.Data", Field, 0, ""},
13706 {"InterfaceAddrMessage.Header", Field, 0, ""},
13707 {"InterfaceAnnounceMessage", Type, 1, ""},
13708 {"InterfaceAnnounceMessage.Header", Field, 1, ""},
13709 {"InterfaceInfo", Type, 0, ""},
13710 {"InterfaceInfo.Address", Field, 0, ""},
13711 {"InterfaceInfo.BroadcastAddress", Field, 0, ""},
13712 {"InterfaceInfo.Flags", Field, 0, ""},
13713 {"InterfaceInfo.Netmask", Field, 0, ""},
13714 {"InterfaceMessage", Type, 0, ""},
13715 {"InterfaceMessage.Data", Field, 0, ""},
13716 {"InterfaceMessage.Header", Field, 0, ""},
13717 {"InterfaceMulticastAddrMessage", Type, 0, ""},
13718 {"InterfaceMulticastAddrMessage.Data", Field, 0, ""},
13719 {"InterfaceMulticastAddrMessage.Header", Field, 0, ""},
13720 {"InvalidHandle", Const, 0, ""},
13721 {"Ioperm", Func, 0, "func(from int, num int, on int) (err error)"},
13722 {"Iopl", Func, 0, "func(level int) (err error)"},
13723 {"Iovec", Type, 0, ""},
13724 {"Iovec.Base", Field, 0, ""},
13725 {"Iovec.Len", Field, 0, ""},
13726 {"IpAdapterInfo", Type, 0, ""},
13727 {"IpAdapterInfo.AdapterName", Field, 0, ""},
13728 {"IpAdapterInfo.Address", Field, 0, ""},
13729 {"IpAdapterInfo.AddressLength", Field, 0, ""},
13730 {"IpAdapterInfo.ComboIndex", Field, 0, ""},
13731 {"IpAdapterInfo.CurrentIpAddress", Field, 0, ""},
13732 {"IpAdapterInfo.Description", Field, 0, ""},
13733 {"IpAdapterInfo.DhcpEnabled", Field, 0, ""},
13734 {"IpAdapterInfo.DhcpServer", Field, 0, ""},
13735 {"IpAdapterInfo.GatewayList", Field, 0, ""},
13736 {"IpAdapterInfo.HaveWins", Field, 0, ""},
13737 {"IpAdapterInfo.Index", Field, 0, ""},
13738 {"IpAdapterInfo.IpAddressList", Field, 0, ""},
13739 {"IpAdapterInfo.LeaseExpires", Field, 0, ""},
13740 {"IpAdapterInfo.LeaseObtained", Field, 0, ""},
13741 {"IpAdapterInfo.Next", Field, 0, ""},
13742 {"IpAdapterInfo.PrimaryWinsServer", Field, 0, ""},
13743 {"IpAdapterInfo.SecondaryWinsServer", Field, 0, ""},
13744 {"IpAdapterInfo.Type", Field, 0, ""},
13745 {"IpAddrString", Type, 0, ""},
13746 {"IpAddrString.Context", Field, 0, ""},
13747 {"IpAddrString.IpAddress", Field, 0, ""},
13748 {"IpAddrString.IpMask", Field, 0, ""},
13749 {"IpAddrString.Next", Field, 0, ""},
13750 {"IpAddressString", Type, 0, ""},
13751 {"IpAddressString.String", Field, 0, ""},
13752 {"IpMaskString", Type, 0, ""},
13753 {"IpMaskString.String", Field, 2, ""},
13754 {"Issetugid", Func, 0, ""},
13755 {"KEY_ALL_ACCESS", Const, 0, ""},
13756 {"KEY_CREATE_LINK", Const, 0, ""},
13757 {"KEY_CREATE_SUB_KEY", Const, 0, ""},
13758 {"KEY_ENUMERATE_SUB_KEYS", Const, 0, ""},
13759 {"KEY_EXECUTE", Const, 0, ""},
13760 {"KEY_NOTIFY", Const, 0, ""},
13761 {"KEY_QUERY_VALUE", Const, 0, ""},
13762 {"KEY_READ", Const, 0, ""},
13763 {"KEY_SET_VALUE", Const, 0, ""},
13764 {"KEY_WOW64_32KEY", Const, 0, ""},
13765 {"KEY_WOW64_64KEY", Const, 0, ""},
13766 {"KEY_WRITE", Const, 0, ""},
13767 {"Kevent", Func, 0, ""},
13768 {"Kevent_t", Type, 0, ""},
13769 {"Kevent_t.Data", Field, 0, ""},
13770 {"Kevent_t.Fflags", Field, 0, ""},
13771 {"Kevent_t.Filter", Field, 0, ""},
13772 {"Kevent_t.Flags", Field, 0, ""},
13773 {"Kevent_t.Ident", Field, 0, ""},
13774 {"Kevent_t.Pad_cgo_0", Field, 2, ""},
13775 {"Kevent_t.Udata", Field, 0, ""},
13776 {"Kill", Func, 0, "func(pid int, sig Signal) (err error)"},
13777 {"Klogctl", Func, 0, "func(typ int, buf []byte) (n int, err error)"},
13778 {"Kqueue", Func, 0, ""},
13779 {"LANG_ENGLISH", Const, 0, ""},
13780 {"LAYERED_PROTOCOL", Const, 2, ""},
13781 {"LCNT_OVERLOAD_FLUSH", Const, 1, ""},
13782 {"LINUX_REBOOT_CMD_CAD_OFF", Const, 0, ""},
13783 {"LINUX_REBOOT_CMD_CAD_ON", Const, 0, ""},
13784 {"LINUX_REBOOT_CMD_HALT", Const, 0, ""},
13785 {"LINUX_REBOOT_CMD_KEXEC", Const, 0, ""},
13786 {"LINUX_REBOOT_CMD_POWER_OFF", Const, 0, ""},
13787 {"LINUX_REBOOT_CMD_RESTART", Const, 0, ""},
13788 {"LINUX_REBOOT_CMD_RESTART2", Const, 0, ""},
13789 {"LINUX_REBOOT_CMD_SW_SUSPEND", Const, 0, ""},
13790 {"LINUX_REBOOT_MAGIC1", Const, 0, ""},
13791 {"LINUX_REBOOT_MAGIC2", Const, 0, ""},
13792 {"LOCK_EX", Const, 0, ""},
13793 {"LOCK_NB", Const, 0, ""},
13794 {"LOCK_SH", Const, 0, ""},
13795 {"LOCK_UN", Const, 0, ""},
13796 {"LazyDLL", Type, 0, ""},
13797 {"LazyDLL.Name", Field, 0, ""},
13798 {"LazyProc", Type, 0, ""},
13799 {"LazyProc.Name", Field, 0, ""},
13800 {"Lchown", Func, 0, "func(path string, uid int, gid int) (err error)"},
13801 {"Linger", Type, 0, ""},
13802 {"Linger.Linger", Field, 0, ""},
13803 {"Linger.Onoff", Field, 0, ""},
13804 {"Link", Func, 0, "func(oldpath string, newpath string) (err error)"},
13805 {"Listen", Func, 0, "func(s int, n int) (err error)"},
13806 {"Listxattr", Func, 1, "func(path string, dest []byte) (sz int, err error)"},
13807 {"LoadCancelIoEx", Func, 1, ""},
13808 {"LoadConnectEx", Func, 1, ""},
13809 {"LoadCreateSymbolicLink", Func, 4, ""},
13810 {"LoadDLL", Func, 0, ""},
13811 {"LoadGetAddrInfo", Func, 1, ""},
13812 {"LoadLibrary", Func, 0, ""},
13813 {"LoadSetFileCompletionNotificationModes", Func, 2, ""},
13814 {"LocalFree", Func, 0, ""},
13815 {"Log2phys_t", Type, 0, ""},
13816 {"Log2phys_t.Contigbytes", Field, 0, ""},
13817 {"Log2phys_t.Devoffset", Field, 0, ""},
13818 {"Log2phys_t.Flags", Field, 0, ""},
13819 {"LookupAccountName", Func, 0, ""},
13820 {"LookupAccountSid", Func, 0, ""},
13821 {"LookupSID", Func, 0, ""},
13822 {"LsfJump", Func, 0, "func(code int, k int, jt int, jf int) *SockFilter"},
13823 {"LsfSocket", Func, 0, "func(ifindex int, proto int) (int, error)"},
13824 {"LsfStmt", Func, 0, "func(code int, k int) *SockFilter"},
13825 {"Lstat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
13826 {"MADV_AUTOSYNC", Const, 1, ""},
13827 {"MADV_CAN_REUSE", Const, 0, ""},
13828 {"MADV_CORE", Const, 1, ""},
13829 {"MADV_DOFORK", Const, 0, ""},
13830 {"MADV_DONTFORK", Const, 0, ""},
13831 {"MADV_DONTNEED", Const, 0, ""},
13832 {"MADV_FREE", Const, 0, ""},
13833 {"MADV_FREE_REUSABLE", Const, 0, ""},
13834 {"MADV_FREE_REUSE", Const, 0, ""},
13835 {"MADV_HUGEPAGE", Const, 0, ""},
13836 {"MADV_HWPOISON", Const, 0, ""},
13837 {"MADV_MERGEABLE", Const, 0, ""},
13838 {"MADV_NOCORE", Const, 1, ""},
13839 {"MADV_NOHUGEPAGE", Const, 0, ""},
13840 {"MADV_NORMAL", Const, 0, ""},
13841 {"MADV_NOSYNC", Const, 1, ""},
13842 {"MADV_PROTECT", Const, 1, ""},
13843 {"MADV_RANDOM", Const, 0, ""},
13844 {"MADV_REMOVE", Const, 0, ""},
13845 {"MADV_SEQUENTIAL", Const, 0, ""},
13846 {"MADV_SPACEAVAIL", Const, 3, ""},
13847 {"MADV_UNMERGEABLE", Const, 0, ""},
13848 {"MADV_WILLNEED", Const, 0, ""},
13849 {"MADV_ZERO_WIRED_PAGES", Const, 0, ""},
13850 {"MAP_32BIT", Const, 0, ""},
13851 {"MAP_ALIGNED_SUPER", Const, 3, ""},
13852 {"MAP_ALIGNMENT_16MB", Const, 3, ""},
13853 {"MAP_ALIGNMENT_1TB", Const, 3, ""},
13854 {"MAP_ALIGNMENT_256TB", Const, 3, ""},
13855 {"MAP_ALIGNMENT_4GB", Const, 3, ""},
13856 {"MAP_ALIGNMENT_64KB", Const, 3, ""},
13857 {"MAP_ALIGNMENT_64PB", Const, 3, ""},
13858 {"MAP_ALIGNMENT_MASK", Const, 3, ""},
13859 {"MAP_ALIGNMENT_SHIFT", Const, 3, ""},
13860 {"MAP_ANON", Const, 0, ""},
13861 {"MAP_ANONYMOUS", Const, 0, ""},
13862 {"MAP_COPY", Const, 0, ""},
13863 {"MAP_DENYWRITE", Const, 0, ""},
13864 {"MAP_EXECUTABLE", Const, 0, ""},
13865 {"MAP_FILE", Const, 0, ""},
13866 {"MAP_FIXED", Const, 0, ""},
13867 {"MAP_FLAGMASK", Const, 3, ""},
13868 {"MAP_GROWSDOWN", Const, 0, ""},
13869 {"MAP_HASSEMAPHORE", Const, 0, ""},
13870 {"MAP_HUGETLB", Const, 0, ""},
13871 {"MAP_INHERIT", Const, 3, ""},
13872 {"MAP_INHERIT_COPY", Const, 3, ""},
13873 {"MAP_INHERIT_DEFAULT", Const, 3, ""},
13874 {"MAP_INHERIT_DONATE_COPY", Const, 3, ""},
13875 {"MAP_INHERIT_NONE", Const, 3, ""},
13876 {"MAP_INHERIT_SHARE", Const, 3, ""},
13877 {"MAP_JIT", Const, 0, ""},
13878 {"MAP_LOCKED", Const, 0, ""},
13879 {"MAP_NOCACHE", Const, 0, ""},
13880 {"MAP_NOCORE", Const, 1, ""},
13881 {"MAP_NOEXTEND", Const, 0, ""},
13882 {"MAP_NONBLOCK", Const, 0, ""},
13883 {"MAP_NORESERVE", Const, 0, ""},
13884 {"MAP_NOSYNC", Const, 1, ""},
13885 {"MAP_POPULATE", Const, 0, ""},
13886 {"MAP_PREFAULT_READ", Const, 1, ""},
13887 {"MAP_PRIVATE", Const, 0, ""},
13888 {"MAP_RENAME", Const, 0, ""},
13889 {"MAP_RESERVED0080", Const, 0, ""},
13890 {"MAP_RESERVED0100", Const, 1, ""},
13891 {"MAP_SHARED", Const, 0, ""},
13892 {"MAP_STACK", Const, 0, ""},
13893 {"MAP_TRYFIXED", Const, 3, ""},
13894 {"MAP_TYPE", Const, 0, ""},
13895 {"MAP_WIRED", Const, 3, ""},
13896 {"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4, ""},
13897 {"MAXLEN_IFDESCR", Const, 0, ""},
13898 {"MAXLEN_PHYSADDR", Const, 0, ""},
13899 {"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0, ""},
13900 {"MAX_ADAPTER_DESCRIPTION_LENGTH", Const, 0, ""},
13901 {"MAX_ADAPTER_NAME_LENGTH", Const, 0, ""},
13902 {"MAX_COMPUTERNAME_LENGTH", Const, 0, ""},
13903 {"MAX_INTERFACE_NAME_LEN", Const, 0, ""},
13904 {"MAX_LONG_PATH", Const, 0, ""},
13905 {"MAX_PATH", Const, 0, ""},
13906 {"MAX_PROTOCOL_CHAIN", Const, 2, ""},
13907 {"MCL_CURRENT", Const, 0, ""},
13908 {"MCL_FUTURE", Const, 0, ""},
13909 {"MNT_DETACH", Const, 0, ""},
13910 {"MNT_EXPIRE", Const, 0, ""},
13911 {"MNT_FORCE", Const, 0, ""},
13912 {"MSG_BCAST", Const, 1, ""},
13913 {"MSG_CMSG_CLOEXEC", Const, 0, ""},
13914 {"MSG_COMPAT", Const, 0, ""},
13915 {"MSG_CONFIRM", Const, 0, ""},
13916 {"MSG_CONTROLMBUF", Const, 1, ""},
13917 {"MSG_CTRUNC", Const, 0, ""},
13918 {"MSG_DONTROUTE", Const, 0, ""},
13919 {"MSG_DONTWAIT", Const, 0, ""},
13920 {"MSG_EOF", Const, 0, ""},
13921 {"MSG_EOR", Const, 0, ""},
13922 {"MSG_ERRQUEUE", Const, 0, ""},
13923 {"MSG_FASTOPEN", Const, 1, ""},
13924 {"MSG_FIN", Const, 0, ""},
13925 {"MSG_FLUSH", Const, 0, ""},
13926 {"MSG_HAVEMORE", Const, 0, ""},
13927 {"MSG_HOLD", Const, 0, ""},
13928 {"MSG_IOVUSRSPACE", Const, 1, ""},
13929 {"MSG_LENUSRSPACE", Const, 1, ""},
13930 {"MSG_MCAST", Const, 1, ""},
13931 {"MSG_MORE", Const, 0, ""},
13932 {"MSG_NAMEMBUF", Const, 1, ""},
13933 {"MSG_NBIO", Const, 0, ""},
13934 {"MSG_NEEDSA", Const, 0, ""},
13935 {"MSG_NOSIGNAL", Const, 0, ""},
13936 {"MSG_NOTIFICATION", Const, 0, ""},
13937 {"MSG_OOB", Const, 0, ""},
13938 {"MSG_PEEK", Const, 0, ""},
13939 {"MSG_PROXY", Const, 0, ""},
13940 {"MSG_RCVMORE", Const, 0, ""},
13941 {"MSG_RST", Const, 0, ""},
13942 {"MSG_SEND", Const, 0, ""},
13943 {"MSG_SYN", Const, 0, ""},
13944 {"MSG_TRUNC", Const, 0, ""},
13945 {"MSG_TRYHARD", Const, 0, ""},
13946 {"MSG_USERFLAGS", Const, 1, ""},
13947 {"MSG_WAITALL", Const, 0, ""},
13948 {"MSG_WAITFORONE", Const, 0, ""},
13949 {"MSG_WAITSTREAM", Const, 0, ""},
13950 {"MS_ACTIVE", Const, 0, ""},
13951 {"MS_ASYNC", Const, 0, ""},
13952 {"MS_BIND", Const, 0, ""},
13953 {"MS_DEACTIVATE", Const, 0, ""},
13954 {"MS_DIRSYNC", Const, 0, ""},
13955 {"MS_INVALIDATE", Const, 0, ""},
13956 {"MS_I_VERSION", Const, 0, ""},
13957 {"MS_KERNMOUNT", Const, 0, ""},
13958 {"MS_KILLPAGES", Const, 0, ""},
13959 {"MS_MANDLOCK", Const, 0, ""},
13960 {"MS_MGC_MSK", Const, 0, ""},
13961 {"MS_MGC_VAL", Const, 0, ""},
13962 {"MS_MOVE", Const, 0, ""},
13963 {"MS_NOATIME", Const, 0, ""},
13964 {"MS_NODEV", Const, 0, ""},
13965 {"MS_NODIRATIME", Const, 0, ""},
13966 {"MS_NOEXEC", Const, 0, ""},
13967 {"MS_NOSUID", Const, 0, ""},
13968 {"MS_NOUSER", Const, 0, ""},
13969 {"MS_POSIXACL", Const, 0, ""},
13970 {"MS_PRIVATE", Const, 0, ""},
13971 {"MS_RDONLY", Const, 0, ""},
13972 {"MS_REC", Const, 0, ""},
13973 {"MS_RELATIME", Const, 0, ""},
13974 {"MS_REMOUNT", Const, 0, ""},
13975 {"MS_RMT_MASK", Const, 0, ""},
13976 {"MS_SHARED", Const, 0, ""},
13977 {"MS_SILENT", Const, 0, ""},
13978 {"MS_SLAVE", Const, 0, ""},
13979 {"MS_STRICTATIME", Const, 0, ""},
13980 {"MS_SYNC", Const, 0, ""},
13981 {"MS_SYNCHRONOUS", Const, 0, ""},
13982 {"MS_UNBINDABLE", Const, 0, ""},
13983 {"Madvise", Func, 0, "func(b []byte, advice int) (err error)"},
13984 {"MapViewOfFile", Func, 0, ""},
13985 {"MaxTokenInfoClass", Const, 0, ""},
13986 {"Mclpool", Type, 2, ""},
13987 {"Mclpool.Alive", Field, 2, ""},
13988 {"Mclpool.Cwm", Field, 2, ""},
13989 {"Mclpool.Grown", Field, 2, ""},
13990 {"Mclpool.Hwm", Field, 2, ""},
13991 {"Mclpool.Lwm", Field, 2, ""},
13992 {"MibIfRow", Type, 0, ""},
13993 {"MibIfRow.AdminStatus", Field, 0, ""},
13994 {"MibIfRow.Descr", Field, 0, ""},
13995 {"MibIfRow.DescrLen", Field, 0, ""},
13996 {"MibIfRow.InDiscards", Field, 0, ""},
13997 {"MibIfRow.InErrors", Field, 0, ""},
13998 {"MibIfRow.InNUcastPkts", Field, 0, ""},
13999 {"MibIfRow.InOctets", Field, 0, ""},
14000 {"MibIfRow.InUcastPkts", Field, 0, ""},
14001 {"MibIfRow.InUnknownProtos", Field, 0, ""},
14002 {"MibIfRow.Index", Field, 0, ""},
14003 {"MibIfRow.LastChange", Field, 0, ""},
14004 {"MibIfRow.Mtu", Field, 0, ""},
14005 {"MibIfRow.Name", Field, 0, ""},
14006 {"MibIfRow.OperStatus", Field, 0, ""},
14007 {"MibIfRow.OutDiscards", Field, 0, ""},
14008 {"MibIfRow.OutErrors", Field, 0, ""},
14009 {"MibIfRow.OutNUcastPkts", Field, 0, ""},
14010 {"MibIfRow.OutOctets", Field, 0, ""},
14011 {"MibIfRow.OutQLen", Field, 0, ""},
14012 {"MibIfRow.OutUcastPkts", Field, 0, ""},
14013 {"MibIfRow.PhysAddr", Field, 0, ""},
14014 {"MibIfRow.PhysAddrLen", Field, 0, ""},
14015 {"MibIfRow.Speed", Field, 0, ""},
14016 {"MibIfRow.Type", Field, 0, ""},
14017 {"Mkdir", Func, 0, "func(path string, mode uint32) (err error)"},
14018 {"Mkdirat", Func, 0, "func(dirfd int, path string, mode uint32) (err error)"},
14019 {"Mkfifo", Func, 0, "func(path string, mode uint32) (err error)"},
14020 {"Mknod", Func, 0, "func(path string, mode uint32, dev int) (err error)"},
14021 {"Mknodat", Func, 0, "func(dirfd int, path string, mode uint32, dev int) (err error)"},
14022 {"Mlock", Func, 0, "func(b []byte) (err error)"},
14023 {"Mlockall", Func, 0, "func(flags int) (err error)"},
14024 {"Mmap", Func, 0, "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"},
14025 {"Mount", Func, 0, "func(source string, target string, fstype string, flags uintptr, data string) (err error)"},
14026 {"MoveFile", Func, 0, ""},
14027 {"Mprotect", Func, 0, "func(b []byte, prot int) (err error)"},
14028 {"Msghdr", Type, 0, ""},
14029 {"Msghdr.Control", Field, 0, ""},
14030 {"Msghdr.Controllen", Field, 0, ""},
14031 {"Msghdr.Flags", Field, 0, ""},
14032 {"Msghdr.Iov", Field, 0, ""},
14033 {"Msghdr.Iovlen", Field, 0, ""},
14034 {"Msghdr.Name", Field, 0, ""},
14035 {"Msghdr.Namelen", Field, 0, ""},
14036 {"Msghdr.Pad_cgo_0", Field, 0, ""},
14037 {"Msghdr.Pad_cgo_1", Field, 0, ""},
14038 {"Munlock", Func, 0, "func(b []byte) (err error)"},
14039 {"Munlockall", Func, 0, "func() (err error)"},
14040 {"Munmap", Func, 0, "func(b []byte) (err error)"},
14041 {"MustLoadDLL", Func, 0, ""},
14042 {"NAME_MAX", Const, 0, ""},
14043 {"NETLINK_ADD_MEMBERSHIP", Const, 0, ""},
14044 {"NETLINK_AUDIT", Const, 0, ""},
14045 {"NETLINK_BROADCAST_ERROR", Const, 0, ""},
14046 {"NETLINK_CONNECTOR", Const, 0, ""},
14047 {"NETLINK_DNRTMSG", Const, 0, ""},
14048 {"NETLINK_DROP_MEMBERSHIP", Const, 0, ""},
14049 {"NETLINK_ECRYPTFS", Const, 0, ""},
14050 {"NETLINK_FIB_LOOKUP", Const, 0, ""},
14051 {"NETLINK_FIREWALL", Const, 0, ""},
14052 {"NETLINK_GENERIC", Const, 0, ""},
14053 {"NETLINK_INET_DIAG", Const, 0, ""},
14054 {"NETLINK_IP6_FW", Const, 0, ""},
14055 {"NETLINK_ISCSI", Const, 0, ""},
14056 {"NETLINK_KOBJECT_UEVENT", Const, 0, ""},
14057 {"NETLINK_NETFILTER", Const, 0, ""},
14058 {"NETLINK_NFLOG", Const, 0, ""},
14059 {"NETLINK_NO_ENOBUFS", Const, 0, ""},
14060 {"NETLINK_PKTINFO", Const, 0, ""},
14061 {"NETLINK_RDMA", Const, 0, ""},
14062 {"NETLINK_ROUTE", Const, 0, ""},
14063 {"NETLINK_SCSITRANSPORT", Const, 0, ""},
14064 {"NETLINK_SELINUX", Const, 0, ""},
14065 {"NETLINK_UNUSED", Const, 0, ""},
14066 {"NETLINK_USERSOCK", Const, 0, ""},
14067 {"NETLINK_XFRM", Const, 0, ""},
14068 {"NET_RT_DUMP", Const, 0, ""},
14069 {"NET_RT_DUMP2", Const, 0, ""},
14070 {"NET_RT_FLAGS", Const, 0, ""},
14071 {"NET_RT_IFLIST", Const, 0, ""},
14072 {"NET_RT_IFLIST2", Const, 0, ""},
14073 {"NET_RT_IFLISTL", Const, 1, ""},
14074 {"NET_RT_IFMALIST", Const, 0, ""},
14075 {"NET_RT_MAXID", Const, 0, ""},
14076 {"NET_RT_OIFLIST", Const, 1, ""},
14077 {"NET_RT_OOIFLIST", Const, 1, ""},
14078 {"NET_RT_STAT", Const, 0, ""},
14079 {"NET_RT_STATS", Const, 1, ""},
14080 {"NET_RT_TABLE", Const, 1, ""},
14081 {"NET_RT_TRASH", Const, 0, ""},
14082 {"NLA_ALIGNTO", Const, 0, ""},
14083 {"NLA_F_NESTED", Const, 0, ""},
14084 {"NLA_F_NET_BYTEORDER", Const, 0, ""},
14085 {"NLA_HDRLEN", Const, 0, ""},
14086 {"NLMSG_ALIGNTO", Const, 0, ""},
14087 {"NLMSG_DONE", Const, 0, ""},
14088 {"NLMSG_ERROR", Const, 0, ""},
14089 {"NLMSG_HDRLEN", Const, 0, ""},
14090 {"NLMSG_MIN_TYPE", Const, 0, ""},
14091 {"NLMSG_NOOP", Const, 0, ""},
14092 {"NLMSG_OVERRUN", Const, 0, ""},
14093 {"NLM_F_ACK", Const, 0, ""},
14094 {"NLM_F_APPEND", Const, 0, ""},
14095 {"NLM_F_ATOMIC", Const, 0, ""},
14096 {"NLM_F_CREATE", Const, 0, ""},
14097 {"NLM_F_DUMP", Const, 0, ""},
14098 {"NLM_F_ECHO", Const, 0, ""},
14099 {"NLM_F_EXCL", Const, 0, ""},
14100 {"NLM_F_MATCH", Const, 0, ""},
14101 {"NLM_F_MULTI", Const, 0, ""},
14102 {"NLM_F_REPLACE", Const, 0, ""},
14103 {"NLM_F_REQUEST", Const, 0, ""},
14104 {"NLM_F_ROOT", Const, 0, ""},
14105 {"NOFLSH", Const, 0, ""},
14106 {"NOTE_ABSOLUTE", Const, 0, ""},
14107 {"NOTE_ATTRIB", Const, 0, ""},
14108 {"NOTE_BACKGROUND", Const, 16, ""},
14109 {"NOTE_CHILD", Const, 0, ""},
14110 {"NOTE_CRITICAL", Const, 16, ""},
14111 {"NOTE_DELETE", Const, 0, ""},
14112 {"NOTE_EOF", Const, 1, ""},
14113 {"NOTE_EXEC", Const, 0, ""},
14114 {"NOTE_EXIT", Const, 0, ""},
14115 {"NOTE_EXITSTATUS", Const, 0, ""},
14116 {"NOTE_EXIT_CSERROR", Const, 16, ""},
14117 {"NOTE_EXIT_DECRYPTFAIL", Const, 16, ""},
14118 {"NOTE_EXIT_DETAIL", Const, 16, ""},
14119 {"NOTE_EXIT_DETAIL_MASK", Const, 16, ""},
14120 {"NOTE_EXIT_MEMORY", Const, 16, ""},
14121 {"NOTE_EXIT_REPARENTED", Const, 16, ""},
14122 {"NOTE_EXTEND", Const, 0, ""},
14123 {"NOTE_FFAND", Const, 0, ""},
14124 {"NOTE_FFCOPY", Const, 0, ""},
14125 {"NOTE_FFCTRLMASK", Const, 0, ""},
14126 {"NOTE_FFLAGSMASK", Const, 0, ""},
14127 {"NOTE_FFNOP", Const, 0, ""},
14128 {"NOTE_FFOR", Const, 0, ""},
14129 {"NOTE_FORK", Const, 0, ""},
14130 {"NOTE_LEEWAY", Const, 16, ""},
14131 {"NOTE_LINK", Const, 0, ""},
14132 {"NOTE_LOWAT", Const, 0, ""},
14133 {"NOTE_NONE", Const, 0, ""},
14134 {"NOTE_NSECONDS", Const, 0, ""},
14135 {"NOTE_PCTRLMASK", Const, 0, ""},
14136 {"NOTE_PDATAMASK", Const, 0, ""},
14137 {"NOTE_REAP", Const, 0, ""},
14138 {"NOTE_RENAME", Const, 0, ""},
14139 {"NOTE_RESOURCEEND", Const, 0, ""},
14140 {"NOTE_REVOKE", Const, 0, ""},
14141 {"NOTE_SECONDS", Const, 0, ""},
14142 {"NOTE_SIGNAL", Const, 0, ""},
14143 {"NOTE_TRACK", Const, 0, ""},
14144 {"NOTE_TRACKERR", Const, 0, ""},
14145 {"NOTE_TRIGGER", Const, 0, ""},
14146 {"NOTE_TRUNCATE", Const, 1, ""},
14147 {"NOTE_USECONDS", Const, 0, ""},
14148 {"NOTE_VM_ERROR", Const, 0, ""},
14149 {"NOTE_VM_PRESSURE", Const, 0, ""},
14150 {"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0, ""},
14151 {"NOTE_VM_PRESSURE_TERMINATE", Const, 0, ""},
14152 {"NOTE_WRITE", Const, 0, ""},
14153 {"NameCanonical", Const, 0, ""},
14154 {"NameCanonicalEx", Const, 0, ""},
14155 {"NameDisplay", Const, 0, ""},
14156 {"NameDnsDomain", Const, 0, ""},
14157 {"NameFullyQualifiedDN", Const, 0, ""},
14158 {"NameSamCompatible", Const, 0, ""},
14159 {"NameServicePrincipal", Const, 0, ""},
14160 {"NameUniqueId", Const, 0, ""},
14161 {"NameUnknown", Const, 0, ""},
14162 {"NameUserPrincipal", Const, 0, ""},
14163 {"Nanosleep", Func, 0, "func(time *Timespec, leftover *Timespec) (err error)"},
14164 {"NetApiBufferFree", Func, 0, ""},
14165 {"NetGetJoinInformation", Func, 2, ""},
14166 {"NetSetupDomainName", Const, 2, ""},
14167 {"NetSetupUnjoined", Const, 2, ""},
14168 {"NetSetupUnknownStatus", Const, 2, ""},
14169 {"NetSetupWorkgroupName", Const, 2, ""},
14170 {"NetUserGetInfo", Func, 0, ""},
14171 {"NetlinkMessage", Type, 0, ""},
14172 {"NetlinkMessage.Data", Field, 0, ""},
14173 {"NetlinkMessage.Header", Field, 0, ""},
14174 {"NetlinkRIB", Func, 0, "func(proto int, family int) ([]byte, error)"},
14175 {"NetlinkRouteAttr", Type, 0, ""},
14176 {"NetlinkRouteAttr.Attr", Field, 0, ""},
14177 {"NetlinkRouteAttr.Value", Field, 0, ""},
14178 {"NetlinkRouteRequest", Type, 0, ""},
14179 {"NetlinkRouteRequest.Data", Field, 0, ""},
14180 {"NetlinkRouteRequest.Header", Field, 0, ""},
14181 {"NewCallback", Func, 0, ""},
14182 {"NewCallbackCDecl", Func, 3, ""},
14183 {"NewLazyDLL", Func, 0, ""},
14184 {"NlAttr", Type, 0, ""},
14185 {"NlAttr.Len", Field, 0, ""},
14186 {"NlAttr.Type", Field, 0, ""},
14187 {"NlMsgerr", Type, 0, ""},
14188 {"NlMsgerr.Error", Field, 0, ""},
14189 {"NlMsgerr.Msg", Field, 0, ""},
14190 {"NlMsghdr", Type, 0, ""},
14191 {"NlMsghdr.Flags", Field, 0, ""},
14192 {"NlMsghdr.Len", Field, 0, ""},
14193 {"NlMsghdr.Pid", Field, 0, ""},
14194 {"NlMsghdr.Seq", Field, 0, ""},
14195 {"NlMsghdr.Type", Field, 0, ""},
14196 {"NsecToFiletime", Func, 0, ""},
14197 {"NsecToTimespec", Func, 0, "func(nsec int64) Timespec"},
14198 {"NsecToTimeval", Func, 0, "func(nsec int64) Timeval"},
14199 {"Ntohs", Func, 0, ""},
14200 {"OCRNL", Const, 0, ""},
14201 {"OFDEL", Const, 0, ""},
14202 {"OFILL", Const, 0, ""},
14203 {"OFIOGETBMAP", Const, 1, ""},
14204 {"OID_PKIX_KP_SERVER_AUTH", Var, 0, ""},
14205 {"OID_SERVER_GATED_CRYPTO", Var, 0, ""},
14206 {"OID_SGC_NETSCAPE", Var, 0, ""},
14207 {"OLCUC", Const, 0, ""},
14208 {"ONLCR", Const, 0, ""},
14209 {"ONLRET", Const, 0, ""},
14210 {"ONOCR", Const, 0, ""},
14211 {"ONOEOT", Const, 1, ""},
14212 {"OPEN_ALWAYS", Const, 0, ""},
14213 {"OPEN_EXISTING", Const, 0, ""},
14214 {"OPOST", Const, 0, ""},
14215 {"O_ACCMODE", Const, 0, ""},
14216 {"O_ALERT", Const, 0, ""},
14217 {"O_ALT_IO", Const, 1, ""},
14218 {"O_APPEND", Const, 0, ""},
14219 {"O_ASYNC", Const, 0, ""},
14220 {"O_CLOEXEC", Const, 0, ""},
14221 {"O_CREAT", Const, 0, ""},
14222 {"O_DIRECT", Const, 0, ""},
14223 {"O_DIRECTORY", Const, 0, ""},
14224 {"O_DP_GETRAWENCRYPTED", Const, 16, ""},
14225 {"O_DSYNC", Const, 0, ""},
14226 {"O_EVTONLY", Const, 0, ""},
14227 {"O_EXCL", Const, 0, ""},
14228 {"O_EXEC", Const, 0, ""},
14229 {"O_EXLOCK", Const, 0, ""},
14230 {"O_FSYNC", Const, 0, ""},
14231 {"O_LARGEFILE", Const, 0, ""},
14232 {"O_NDELAY", Const, 0, ""},
14233 {"O_NOATIME", Const, 0, ""},
14234 {"O_NOCTTY", Const, 0, ""},
14235 {"O_NOFOLLOW", Const, 0, ""},
14236 {"O_NONBLOCK", Const, 0, ""},
14237 {"O_NOSIGPIPE", Const, 1, ""},
14238 {"O_POPUP", Const, 0, ""},
14239 {"O_RDONLY", Const, 0, ""},
14240 {"O_RDWR", Const, 0, ""},
14241 {"O_RSYNC", Const, 0, ""},
14242 {"O_SHLOCK", Const, 0, ""},
14243 {"O_SYMLINK", Const, 0, ""},
14244 {"O_SYNC", Const, 0, ""},
14245 {"O_TRUNC", Const, 0, ""},
14246 {"O_TTY_INIT", Const, 0, ""},
14247 {"O_WRONLY", Const, 0, ""},
14248 {"Open", Func, 0, "func(path string, mode int, perm uint32) (fd int, err error)"},
14249 {"OpenCurrentProcessToken", Func, 0, ""},
14250 {"OpenProcess", Func, 0, ""},
14251 {"OpenProcessToken", Func, 0, ""},
14252 {"Openat", Func, 0, "func(dirfd int, path string, flags int, mode uint32) (fd int, err error)"},
14253 {"Overlapped", Type, 0, ""},
14254 {"Overlapped.HEvent", Field, 0, ""},
14255 {"Overlapped.Internal", Field, 0, ""},
14256 {"Overlapped.InternalHigh", Field, 0, ""},
14257 {"Overlapped.Offset", Field, 0, ""},
14258 {"Overlapped.OffsetHigh", Field, 0, ""},
14259 {"PACKET_ADD_MEMBERSHIP", Const, 0, ""},
14260 {"PACKET_BROADCAST", Const, 0, ""},
14261 {"PACKET_DROP_MEMBERSHIP", Const, 0, ""},
14262 {"PACKET_FASTROUTE", Const, 0, ""},
14263 {"PACKET_HOST", Const, 0, ""},
14264 {"PACKET_LOOPBACK", Const, 0, ""},
14265 {"PACKET_MR_ALLMULTI", Const, 0, ""},
14266 {"PACKET_MR_MULTICAST", Const, 0, ""},
14267 {"PACKET_MR_PROMISC", Const, 0, ""},
14268 {"PACKET_MULTICAST", Const, 0, ""},
14269 {"PACKET_OTHERHOST", Const, 0, ""},
14270 {"PACKET_OUTGOING", Const, 0, ""},
14271 {"PACKET_RECV_OUTPUT", Const, 0, ""},
14272 {"PACKET_RX_RING", Const, 0, ""},
14273 {"PACKET_STATISTICS", Const, 0, ""},
14274 {"PAGE_EXECUTE_READ", Const, 0, ""},
14275 {"PAGE_EXECUTE_READWRITE", Const, 0, ""},
14276 {"PAGE_EXECUTE_WRITECOPY", Const, 0, ""},
14277 {"PAGE_READONLY", Const, 0, ""},
14278 {"PAGE_READWRITE", Const, 0, ""},
14279 {"PAGE_WRITECOPY", Const, 0, ""},
14280 {"PARENB", Const, 0, ""},
14281 {"PARMRK", Const, 0, ""},
14282 {"PARODD", Const, 0, ""},
14283 {"PENDIN", Const, 0, ""},
14284 {"PFL_HIDDEN", Const, 2, ""},
14285 {"PFL_MATCHES_PROTOCOL_ZERO", Const, 2, ""},
14286 {"PFL_MULTIPLE_PROTO_ENTRIES", Const, 2, ""},
14287 {"PFL_NETWORKDIRECT_PROVIDER", Const, 2, ""},
14288 {"PFL_RECOMMENDED_PROTO_ENTRY", Const, 2, ""},
14289 {"PF_FLUSH", Const, 1, ""},
14290 {"PKCS_7_ASN_ENCODING", Const, 0, ""},
14291 {"PMC5_PIPELINE_FLUSH", Const, 1, ""},
14292 {"PRIO_PGRP", Const, 2, ""},
14293 {"PRIO_PROCESS", Const, 2, ""},
14294 {"PRIO_USER", Const, 2, ""},
14295 {"PRI_IOFLUSH", Const, 1, ""},
14296 {"PROCESS_QUERY_INFORMATION", Const, 0, ""},
14297 {"PROCESS_TERMINATE", Const, 2, ""},
14298 {"PROT_EXEC", Const, 0, ""},
14299 {"PROT_GROWSDOWN", Const, 0, ""},
14300 {"PROT_GROWSUP", Const, 0, ""},
14301 {"PROT_NONE", Const, 0, ""},
14302 {"PROT_READ", Const, 0, ""},
14303 {"PROT_WRITE", Const, 0, ""},
14304 {"PROV_DH_SCHANNEL", Const, 0, ""},
14305 {"PROV_DSS", Const, 0, ""},
14306 {"PROV_DSS_DH", Const, 0, ""},
14307 {"PROV_EC_ECDSA_FULL", Const, 0, ""},
14308 {"PROV_EC_ECDSA_SIG", Const, 0, ""},
14309 {"PROV_EC_ECNRA_FULL", Const, 0, ""},
14310 {"PROV_EC_ECNRA_SIG", Const, 0, ""},
14311 {"PROV_FORTEZZA", Const, 0, ""},
14312 {"PROV_INTEL_SEC", Const, 0, ""},
14313 {"PROV_MS_EXCHANGE", Const, 0, ""},
14314 {"PROV_REPLACE_OWF", Const, 0, ""},
14315 {"PROV_RNG", Const, 0, ""},
14316 {"PROV_RSA_AES", Const, 0, ""},
14317 {"PROV_RSA_FULL", Const, 0, ""},
14318 {"PROV_RSA_SCHANNEL", Const, 0, ""},
14319 {"PROV_RSA_SIG", Const, 0, ""},
14320 {"PROV_SPYRUS_LYNKS", Const, 0, ""},
14321 {"PROV_SSL", Const, 0, ""},
14322 {"PR_CAPBSET_DROP", Const, 0, ""},
14323 {"PR_CAPBSET_READ", Const, 0, ""},
14324 {"PR_CLEAR_SECCOMP_FILTER", Const, 0, ""},
14325 {"PR_ENDIAN_BIG", Const, 0, ""},
14326 {"PR_ENDIAN_LITTLE", Const, 0, ""},
14327 {"PR_ENDIAN_PPC_LITTLE", Const, 0, ""},
14328 {"PR_FPEMU_NOPRINT", Const, 0, ""},
14329 {"PR_FPEMU_SIGFPE", Const, 0, ""},
14330 {"PR_FP_EXC_ASYNC", Const, 0, ""},
14331 {"PR_FP_EXC_DISABLED", Const, 0, ""},
14332 {"PR_FP_EXC_DIV", Const, 0, ""},
14333 {"PR_FP_EXC_INV", Const, 0, ""},
14334 {"PR_FP_EXC_NONRECOV", Const, 0, ""},
14335 {"PR_FP_EXC_OVF", Const, 0, ""},
14336 {"PR_FP_EXC_PRECISE", Const, 0, ""},
14337 {"PR_FP_EXC_RES", Const, 0, ""},
14338 {"PR_FP_EXC_SW_ENABLE", Const, 0, ""},
14339 {"PR_FP_EXC_UND", Const, 0, ""},
14340 {"PR_GET_DUMPABLE", Const, 0, ""},
14341 {"PR_GET_ENDIAN", Const, 0, ""},
14342 {"PR_GET_FPEMU", Const, 0, ""},
14343 {"PR_GET_FPEXC", Const, 0, ""},
14344 {"PR_GET_KEEPCAPS", Const, 0, ""},
14345 {"PR_GET_NAME", Const, 0, ""},
14346 {"PR_GET_PDEATHSIG", Const, 0, ""},
14347 {"PR_GET_SECCOMP", Const, 0, ""},
14348 {"PR_GET_SECCOMP_FILTER", Const, 0, ""},
14349 {"PR_GET_SECUREBITS", Const, 0, ""},
14350 {"PR_GET_TIMERSLACK", Const, 0, ""},
14351 {"PR_GET_TIMING", Const, 0, ""},
14352 {"PR_GET_TSC", Const, 0, ""},
14353 {"PR_GET_UNALIGN", Const, 0, ""},
14354 {"PR_MCE_KILL", Const, 0, ""},
14355 {"PR_MCE_KILL_CLEAR", Const, 0, ""},
14356 {"PR_MCE_KILL_DEFAULT", Const, 0, ""},
14357 {"PR_MCE_KILL_EARLY", Const, 0, ""},
14358 {"PR_MCE_KILL_GET", Const, 0, ""},
14359 {"PR_MCE_KILL_LATE", Const, 0, ""},
14360 {"PR_MCE_KILL_SET", Const, 0, ""},
14361 {"PR_SECCOMP_FILTER_EVENT", Const, 0, ""},
14362 {"PR_SECCOMP_FILTER_SYSCALL", Const, 0, ""},
14363 {"PR_SET_DUMPABLE", Const, 0, ""},
14364 {"PR_SET_ENDIAN", Const, 0, ""},
14365 {"PR_SET_FPEMU", Const, 0, ""},
14366 {"PR_SET_FPEXC", Const, 0, ""},
14367 {"PR_SET_KEEPCAPS", Const, 0, ""},
14368 {"PR_SET_NAME", Const, 0, ""},
14369 {"PR_SET_PDEATHSIG", Const, 0, ""},
14370 {"PR_SET_PTRACER", Const, 0, ""},
14371 {"PR_SET_SECCOMP", Const, 0, ""},
14372 {"PR_SET_SECCOMP_FILTER", Const, 0, ""},
14373 {"PR_SET_SECUREBITS", Const, 0, ""},
14374 {"PR_SET_TIMERSLACK", Const, 0, ""},
14375 {"PR_SET_TIMING", Const, 0, ""},
14376 {"PR_SET_TSC", Const, 0, ""},
14377 {"PR_SET_UNALIGN", Const, 0, ""},
14378 {"PR_TASK_PERF_EVENTS_DISABLE", Const, 0, ""},
14379 {"PR_TASK_PERF_EVENTS_ENABLE", Const, 0, ""},
14380 {"PR_TIMING_STATISTICAL", Const, 0, ""},
14381 {"PR_TIMING_TIMESTAMP", Const, 0, ""},
14382 {"PR_TSC_ENABLE", Const, 0, ""},
14383 {"PR_TSC_SIGSEGV", Const, 0, ""},
14384 {"PR_UNALIGN_NOPRINT", Const, 0, ""},
14385 {"PR_UNALIGN_SIGBUS", Const, 0, ""},
14386 {"PTRACE_ARCH_PRCTL", Const, 0, ""},
14387 {"PTRACE_ATTACH", Const, 0, ""},
14388 {"PTRACE_CONT", Const, 0, ""},
14389 {"PTRACE_DETACH", Const, 0, ""},
14390 {"PTRACE_EVENT_CLONE", Const, 0, ""},
14391 {"PTRACE_EVENT_EXEC", Const, 0, ""},
14392 {"PTRACE_EVENT_EXIT", Const, 0, ""},
14393 {"PTRACE_EVENT_FORK", Const, 0, ""},
14394 {"PTRACE_EVENT_VFORK", Const, 0, ""},
14395 {"PTRACE_EVENT_VFORK_DONE", Const, 0, ""},
14396 {"PTRACE_GETCRUNCHREGS", Const, 0, ""},
14397 {"PTRACE_GETEVENTMSG", Const, 0, ""},
14398 {"PTRACE_GETFPREGS", Const, 0, ""},
14399 {"PTRACE_GETFPXREGS", Const, 0, ""},
14400 {"PTRACE_GETHBPREGS", Const, 0, ""},
14401 {"PTRACE_GETREGS", Const, 0, ""},
14402 {"PTRACE_GETREGSET", Const, 0, ""},
14403 {"PTRACE_GETSIGINFO", Const, 0, ""},
14404 {"PTRACE_GETVFPREGS", Const, 0, ""},
14405 {"PTRACE_GETWMMXREGS", Const, 0, ""},
14406 {"PTRACE_GET_THREAD_AREA", Const, 0, ""},
14407 {"PTRACE_KILL", Const, 0, ""},
14408 {"PTRACE_OLDSETOPTIONS", Const, 0, ""},
14409 {"PTRACE_O_MASK", Const, 0, ""},
14410 {"PTRACE_O_TRACECLONE", Const, 0, ""},
14411 {"PTRACE_O_TRACEEXEC", Const, 0, ""},
14412 {"PTRACE_O_TRACEEXIT", Const, 0, ""},
14413 {"PTRACE_O_TRACEFORK", Const, 0, ""},
14414 {"PTRACE_O_TRACESYSGOOD", Const, 0, ""},
14415 {"PTRACE_O_TRACEVFORK", Const, 0, ""},
14416 {"PTRACE_O_TRACEVFORKDONE", Const, 0, ""},
14417 {"PTRACE_PEEKDATA", Const, 0, ""},
14418 {"PTRACE_PEEKTEXT", Const, 0, ""},
14419 {"PTRACE_PEEKUSR", Const, 0, ""},
14420 {"PTRACE_POKEDATA", Const, 0, ""},
14421 {"PTRACE_POKETEXT", Const, 0, ""},
14422 {"PTRACE_POKEUSR", Const, 0, ""},
14423 {"PTRACE_SETCRUNCHREGS", Const, 0, ""},
14424 {"PTRACE_SETFPREGS", Const, 0, ""},
14425 {"PTRACE_SETFPXREGS", Const, 0, ""},
14426 {"PTRACE_SETHBPREGS", Const, 0, ""},
14427 {"PTRACE_SETOPTIONS", Const, 0, ""},
14428 {"PTRACE_SETREGS", Const, 0, ""},
14429 {"PTRACE_SETREGSET", Const, 0, ""},
14430 {"PTRACE_SETSIGINFO", Const, 0, ""},
14431 {"PTRACE_SETVFPREGS", Const, 0, ""},
14432 {"PTRACE_SETWMMXREGS", Const, 0, ""},
14433 {"PTRACE_SET_SYSCALL", Const, 0, ""},
14434 {"PTRACE_SET_THREAD_AREA", Const, 0, ""},
14435 {"PTRACE_SINGLEBLOCK", Const, 0, ""},
14436 {"PTRACE_SINGLESTEP", Const, 0, ""},
14437 {"PTRACE_SYSCALL", Const, 0, ""},
14438 {"PTRACE_SYSEMU", Const, 0, ""},
14439 {"PTRACE_SYSEMU_SINGLESTEP", Const, 0, ""},
14440 {"PTRACE_TRACEME", Const, 0, ""},
14441 {"PT_ATTACH", Const, 0, ""},
14442 {"PT_ATTACHEXC", Const, 0, ""},
14443 {"PT_CONTINUE", Const, 0, ""},
14444 {"PT_DATA_ADDR", Const, 0, ""},
14445 {"PT_DENY_ATTACH", Const, 0, ""},
14446 {"PT_DETACH", Const, 0, ""},
14447 {"PT_FIRSTMACH", Const, 0, ""},
14448 {"PT_FORCEQUOTA", Const, 0, ""},
14449 {"PT_KILL", Const, 0, ""},
14450 {"PT_MASK", Const, 1, ""},
14451 {"PT_READ_D", Const, 0, ""},
14452 {"PT_READ_I", Const, 0, ""},
14453 {"PT_READ_U", Const, 0, ""},
14454 {"PT_SIGEXC", Const, 0, ""},
14455 {"PT_STEP", Const, 0, ""},
14456 {"PT_TEXT_ADDR", Const, 0, ""},
14457 {"PT_TEXT_END_ADDR", Const, 0, ""},
14458 {"PT_THUPDATE", Const, 0, ""},
14459 {"PT_TRACE_ME", Const, 0, ""},
14460 {"PT_WRITE_D", Const, 0, ""},
14461 {"PT_WRITE_I", Const, 0, ""},
14462 {"PT_WRITE_U", Const, 0, ""},
14463 {"ParseDirent", Func, 0, "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"},
14464 {"ParseNetlinkMessage", Func, 0, "func(b []byte) ([]NetlinkMessage, error)"},
14465 {"ParseNetlinkRouteAttr", Func, 0, "func(m *NetlinkMessage) ([]NetlinkRouteAttr, error)"},
14466 {"ParseRoutingMessage", Func, 0, ""},
14467 {"ParseRoutingSockaddr", Func, 0, ""},
14468 {"ParseSocketControlMessage", Func, 0, "func(b []byte) ([]SocketControlMessage, error)"},
14469 {"ParseUnixCredentials", Func, 0, "func(m *SocketControlMessage) (*Ucred, error)"},
14470 {"ParseUnixRights", Func, 0, "func(m *SocketControlMessage) ([]int, error)"},
14471 {"PathMax", Const, 0, ""},
14472 {"Pathconf", Func, 0, ""},
14473 {"Pause", Func, 0, "func() (err error)"},
14474 {"Pipe", Func, 0, "func(p []int) error"},
14475 {"Pipe2", Func, 1, "func(p []int, flags int) error"},
14476 {"PivotRoot", Func, 0, "func(newroot string, putold string) (err error)"},
14477 {"Pointer", Type, 11, ""},
14478 {"PostQueuedCompletionStatus", Func, 0, ""},
14479 {"Pread", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
14480 {"Proc", Type, 0, ""},
14481 {"Proc.Dll", Field, 0, ""},
14482 {"Proc.Name", Field, 0, ""},
14483 {"ProcAttr", Type, 0, ""},
14484 {"ProcAttr.Dir", Field, 0, ""},
14485 {"ProcAttr.Env", Field, 0, ""},
14486 {"ProcAttr.Files", Field, 0, ""},
14487 {"ProcAttr.Sys", Field, 0, ""},
14488 {"Process32First", Func, 4, ""},
14489 {"Process32Next", Func, 4, ""},
14490 {"ProcessEntry32", Type, 4, ""},
14491 {"ProcessEntry32.DefaultHeapID", Field, 4, ""},
14492 {"ProcessEntry32.ExeFile", Field, 4, ""},
14493 {"ProcessEntry32.Flags", Field, 4, ""},
14494 {"ProcessEntry32.ModuleID", Field, 4, ""},
14495 {"ProcessEntry32.ParentProcessID", Field, 4, ""},
14496 {"ProcessEntry32.PriClassBase", Field, 4, ""},
14497 {"ProcessEntry32.ProcessID", Field, 4, ""},
14498 {"ProcessEntry32.Size", Field, 4, ""},
14499 {"ProcessEntry32.Threads", Field, 4, ""},
14500 {"ProcessEntry32.Usage", Field, 4, ""},
14501 {"ProcessInformation", Type, 0, ""},
14502 {"ProcessInformation.Process", Field, 0, ""},
14503 {"ProcessInformation.ProcessId", Field, 0, ""},
14504 {"ProcessInformation.Thread", Field, 0, ""},
14505 {"ProcessInformation.ThreadId", Field, 0, ""},
14506 {"Protoent", Type, 0, ""},
14507 {"Protoent.Aliases", Field, 0, ""},
14508 {"Protoent.Name", Field, 0, ""},
14509 {"Protoent.Proto", Field, 0, ""},
14510 {"PtraceAttach", Func, 0, "func(pid int) (err error)"},
14511 {"PtraceCont", Func, 0, "func(pid int, signal int) (err error)"},
14512 {"PtraceDetach", Func, 0, "func(pid int) (err error)"},
14513 {"PtraceGetEventMsg", Func, 0, "func(pid int) (msg uint, err error)"},
14514 {"PtraceGetRegs", Func, 0, "func(pid int, regsout *PtraceRegs) (err error)"},
14515 {"PtracePeekData", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
14516 {"PtracePeekText", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
14517 {"PtracePokeData", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
14518 {"PtracePokeText", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
14519 {"PtraceRegs", Type, 0, ""},
14520 {"PtraceRegs.Cs", Field, 0, ""},
14521 {"PtraceRegs.Ds", Field, 0, ""},
14522 {"PtraceRegs.Eax", Field, 0, ""},
14523 {"PtraceRegs.Ebp", Field, 0, ""},
14524 {"PtraceRegs.Ebx", Field, 0, ""},
14525 {"PtraceRegs.Ecx", Field, 0, ""},
14526 {"PtraceRegs.Edi", Field, 0, ""},
14527 {"PtraceRegs.Edx", Field, 0, ""},
14528 {"PtraceRegs.Eflags", Field, 0, ""},
14529 {"PtraceRegs.Eip", Field, 0, ""},
14530 {"PtraceRegs.Es", Field, 0, ""},
14531 {"PtraceRegs.Esi", Field, 0, ""},
14532 {"PtraceRegs.Esp", Field, 0, ""},
14533 {"PtraceRegs.Fs", Field, 0, ""},
14534 {"PtraceRegs.Fs_base", Field, 0, ""},
14535 {"PtraceRegs.Gs", Field, 0, ""},
14536 {"PtraceRegs.Gs_base", Field, 0, ""},
14537 {"PtraceRegs.Orig_eax", Field, 0, ""},
14538 {"PtraceRegs.Orig_rax", Field, 0, ""},
14539 {"PtraceRegs.R10", Field, 0, ""},
14540 {"PtraceRegs.R11", Field, 0, ""},
14541 {"PtraceRegs.R12", Field, 0, ""},
14542 {"PtraceRegs.R13", Field, 0, ""},
14543 {"PtraceRegs.R14", Field, 0, ""},
14544 {"PtraceRegs.R15", Field, 0, ""},
14545 {"PtraceRegs.R8", Field, 0, ""},
14546 {"PtraceRegs.R9", Field, 0, ""},
14547 {"PtraceRegs.Rax", Field, 0, ""},
14548 {"PtraceRegs.Rbp", Field, 0, ""},
14549 {"PtraceRegs.Rbx", Field, 0, ""},
14550 {"PtraceRegs.Rcx", Field, 0, ""},
14551 {"PtraceRegs.Rdi", Field, 0, ""},
14552 {"PtraceRegs.Rdx", Field, 0, ""},
14553 {"PtraceRegs.Rip", Field, 0, ""},
14554 {"PtraceRegs.Rsi", Field, 0, ""},
14555 {"PtraceRegs.Rsp", Field, 0, ""},
14556 {"PtraceRegs.Ss", Field, 0, ""},
14557 {"PtraceRegs.Uregs", Field, 0, ""},
14558 {"PtraceRegs.Xcs", Field, 0, ""},
14559 {"PtraceRegs.Xds", Field, 0, ""},
14560 {"PtraceRegs.Xes", Field, 0, ""},
14561 {"PtraceRegs.Xfs", Field, 0, ""},
14562 {"PtraceRegs.Xgs", Field, 0, ""},
14563 {"PtraceRegs.Xss", Field, 0, ""},
14564 {"PtraceSetOptions", Func, 0, "func(pid int, options int) (err error)"},
14565 {"PtraceSetRegs", Func, 0, "func(pid int, regs *PtraceRegs) (err error)"},
14566 {"PtraceSingleStep", Func, 0, "func(pid int) (err error)"},
14567 {"PtraceSyscall", Func, 1, "func(pid int, signal int) (err error)"},
14568 {"Pwrite", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
14569 {"REG_BINARY", Const, 0, ""},
14570 {"REG_DWORD", Const, 0, ""},
14571 {"REG_DWORD_BIG_ENDIAN", Const, 0, ""},
14572 {"REG_DWORD_LITTLE_ENDIAN", Const, 0, ""},
14573 {"REG_EXPAND_SZ", Const, 0, ""},
14574 {"REG_FULL_RESOURCE_DESCRIPTOR", Const, 0, ""},
14575 {"REG_LINK", Const, 0, ""},
14576 {"REG_MULTI_SZ", Const, 0, ""},
14577 {"REG_NONE", Const, 0, ""},
14578 {"REG_QWORD", Const, 0, ""},
14579 {"REG_QWORD_LITTLE_ENDIAN", Const, 0, ""},
14580 {"REG_RESOURCE_LIST", Const, 0, ""},
14581 {"REG_RESOURCE_REQUIREMENTS_LIST", Const, 0, ""},
14582 {"REG_SZ", Const, 0, ""},
14583 {"RLIMIT_AS", Const, 0, ""},
14584 {"RLIMIT_CORE", Const, 0, ""},
14585 {"RLIMIT_CPU", Const, 0, ""},
14586 {"RLIMIT_CPU_USAGE_MONITOR", Const, 16, ""},
14587 {"RLIMIT_DATA", Const, 0, ""},
14588 {"RLIMIT_FSIZE", Const, 0, ""},
14589 {"RLIMIT_NOFILE", Const, 0, ""},
14590 {"RLIMIT_STACK", Const, 0, ""},
14591 {"RLIM_INFINITY", Const, 0, ""},
14592 {"RTAX_ADVMSS", Const, 0, ""},
14593 {"RTAX_AUTHOR", Const, 0, ""},
14594 {"RTAX_BRD", Const, 0, ""},
14595 {"RTAX_CWND", Const, 0, ""},
14596 {"RTAX_DST", Const, 0, ""},
14597 {"RTAX_FEATURES", Const, 0, ""},
14598 {"RTAX_FEATURE_ALLFRAG", Const, 0, ""},
14599 {"RTAX_FEATURE_ECN", Const, 0, ""},
14600 {"RTAX_FEATURE_SACK", Const, 0, ""},
14601 {"RTAX_FEATURE_TIMESTAMP", Const, 0, ""},
14602 {"RTAX_GATEWAY", Const, 0, ""},
14603 {"RTAX_GENMASK", Const, 0, ""},
14604 {"RTAX_HOPLIMIT", Const, 0, ""},
14605 {"RTAX_IFA", Const, 0, ""},
14606 {"RTAX_IFP", Const, 0, ""},
14607 {"RTAX_INITCWND", Const, 0, ""},
14608 {"RTAX_INITRWND", Const, 0, ""},
14609 {"RTAX_LABEL", Const, 1, ""},
14610 {"RTAX_LOCK", Const, 0, ""},
14611 {"RTAX_MAX", Const, 0, ""},
14612 {"RTAX_MTU", Const, 0, ""},
14613 {"RTAX_NETMASK", Const, 0, ""},
14614 {"RTAX_REORDERING", Const, 0, ""},
14615 {"RTAX_RTO_MIN", Const, 0, ""},
14616 {"RTAX_RTT", Const, 0, ""},
14617 {"RTAX_RTTVAR", Const, 0, ""},
14618 {"RTAX_SRC", Const, 1, ""},
14619 {"RTAX_SRCMASK", Const, 1, ""},
14620 {"RTAX_SSTHRESH", Const, 0, ""},
14621 {"RTAX_TAG", Const, 1, ""},
14622 {"RTAX_UNSPEC", Const, 0, ""},
14623 {"RTAX_WINDOW", Const, 0, ""},
14624 {"RTA_ALIGNTO", Const, 0, ""},
14625 {"RTA_AUTHOR", Const, 0, ""},
14626 {"RTA_BRD", Const, 0, ""},
14627 {"RTA_CACHEINFO", Const, 0, ""},
14628 {"RTA_DST", Const, 0, ""},
14629 {"RTA_FLOW", Const, 0, ""},
14630 {"RTA_GATEWAY", Const, 0, ""},
14631 {"RTA_GENMASK", Const, 0, ""},
14632 {"RTA_IFA", Const, 0, ""},
14633 {"RTA_IFP", Const, 0, ""},
14634 {"RTA_IIF", Const, 0, ""},
14635 {"RTA_LABEL", Const, 1, ""},
14636 {"RTA_MAX", Const, 0, ""},
14637 {"RTA_METRICS", Const, 0, ""},
14638 {"RTA_MULTIPATH", Const, 0, ""},
14639 {"RTA_NETMASK", Const, 0, ""},
14640 {"RTA_OIF", Const, 0, ""},
14641 {"RTA_PREFSRC", Const, 0, ""},
14642 {"RTA_PRIORITY", Const, 0, ""},
14643 {"RTA_SRC", Const, 0, ""},
14644 {"RTA_SRCMASK", Const, 1, ""},
14645 {"RTA_TABLE", Const, 0, ""},
14646 {"RTA_TAG", Const, 1, ""},
14647 {"RTA_UNSPEC", Const, 0, ""},
14648 {"RTCF_DIRECTSRC", Const, 0, ""},
14649 {"RTCF_DOREDIRECT", Const, 0, ""},
14650 {"RTCF_LOG", Const, 0, ""},
14651 {"RTCF_MASQ", Const, 0, ""},
14652 {"RTCF_NAT", Const, 0, ""},
14653 {"RTCF_VALVE", Const, 0, ""},
14654 {"RTF_ADDRCLASSMASK", Const, 0, ""},
14655 {"RTF_ADDRCONF", Const, 0, ""},
14656 {"RTF_ALLONLINK", Const, 0, ""},
14657 {"RTF_ANNOUNCE", Const, 1, ""},
14658 {"RTF_BLACKHOLE", Const, 0, ""},
14659 {"RTF_BROADCAST", Const, 0, ""},
14660 {"RTF_CACHE", Const, 0, ""},
14661 {"RTF_CLONED", Const, 1, ""},
14662 {"RTF_CLONING", Const, 0, ""},
14663 {"RTF_CONDEMNED", Const, 0, ""},
14664 {"RTF_DEFAULT", Const, 0, ""},
14665 {"RTF_DELCLONE", Const, 0, ""},
14666 {"RTF_DONE", Const, 0, ""},
14667 {"RTF_DYNAMIC", Const, 0, ""},
14668 {"RTF_FLOW", Const, 0, ""},
14669 {"RTF_FMASK", Const, 0, ""},
14670 {"RTF_GATEWAY", Const, 0, ""},
14671 {"RTF_GWFLAG_COMPAT", Const, 3, ""},
14672 {"RTF_HOST", Const, 0, ""},
14673 {"RTF_IFREF", Const, 0, ""},
14674 {"RTF_IFSCOPE", Const, 0, ""},
14675 {"RTF_INTERFACE", Const, 0, ""},
14676 {"RTF_IRTT", Const, 0, ""},
14677 {"RTF_LINKRT", Const, 0, ""},
14678 {"RTF_LLDATA", Const, 0, ""},
14679 {"RTF_LLINFO", Const, 0, ""},
14680 {"RTF_LOCAL", Const, 0, ""},
14681 {"RTF_MASK", Const, 1, ""},
14682 {"RTF_MODIFIED", Const, 0, ""},
14683 {"RTF_MPATH", Const, 1, ""},
14684 {"RTF_MPLS", Const, 1, ""},
14685 {"RTF_MSS", Const, 0, ""},
14686 {"RTF_MTU", Const, 0, ""},
14687 {"RTF_MULTICAST", Const, 0, ""},
14688 {"RTF_NAT", Const, 0, ""},
14689 {"RTF_NOFORWARD", Const, 0, ""},
14690 {"RTF_NONEXTHOP", Const, 0, ""},
14691 {"RTF_NOPMTUDISC", Const, 0, ""},
14692 {"RTF_PERMANENT_ARP", Const, 1, ""},
14693 {"RTF_PINNED", Const, 0, ""},
14694 {"RTF_POLICY", Const, 0, ""},
14695 {"RTF_PRCLONING", Const, 0, ""},
14696 {"RTF_PROTO1", Const, 0, ""},
14697 {"RTF_PROTO2", Const, 0, ""},
14698 {"RTF_PROTO3", Const, 0, ""},
14699 {"RTF_PROXY", Const, 16, ""},
14700 {"RTF_REINSTATE", Const, 0, ""},
14701 {"RTF_REJECT", Const, 0, ""},
14702 {"RTF_RNH_LOCKED", Const, 0, ""},
14703 {"RTF_ROUTER", Const, 16, ""},
14704 {"RTF_SOURCE", Const, 1, ""},
14705 {"RTF_SRC", Const, 1, ""},
14706 {"RTF_STATIC", Const, 0, ""},
14707 {"RTF_STICKY", Const, 0, ""},
14708 {"RTF_THROW", Const, 0, ""},
14709 {"RTF_TUNNEL", Const, 1, ""},
14710 {"RTF_UP", Const, 0, ""},
14711 {"RTF_USETRAILERS", Const, 1, ""},
14712 {"RTF_WASCLONED", Const, 0, ""},
14713 {"RTF_WINDOW", Const, 0, ""},
14714 {"RTF_XRESOLVE", Const, 0, ""},
14715 {"RTM_ADD", Const, 0, ""},
14716 {"RTM_BASE", Const, 0, ""},
14717 {"RTM_CHANGE", Const, 0, ""},
14718 {"RTM_CHGADDR", Const, 1, ""},
14719 {"RTM_DELACTION", Const, 0, ""},
14720 {"RTM_DELADDR", Const, 0, ""},
14721 {"RTM_DELADDRLABEL", Const, 0, ""},
14722 {"RTM_DELETE", Const, 0, ""},
14723 {"RTM_DELLINK", Const, 0, ""},
14724 {"RTM_DELMADDR", Const, 0, ""},
14725 {"RTM_DELNEIGH", Const, 0, ""},
14726 {"RTM_DELQDISC", Const, 0, ""},
14727 {"RTM_DELROUTE", Const, 0, ""},
14728 {"RTM_DELRULE", Const, 0, ""},
14729 {"RTM_DELTCLASS", Const, 0, ""},
14730 {"RTM_DELTFILTER", Const, 0, ""},
14731 {"RTM_DESYNC", Const, 1, ""},
14732 {"RTM_F_CLONED", Const, 0, ""},
14733 {"RTM_F_EQUALIZE", Const, 0, ""},
14734 {"RTM_F_NOTIFY", Const, 0, ""},
14735 {"RTM_F_PREFIX", Const, 0, ""},
14736 {"RTM_GET", Const, 0, ""},
14737 {"RTM_GET2", Const, 0, ""},
14738 {"RTM_GETACTION", Const, 0, ""},
14739 {"RTM_GETADDR", Const, 0, ""},
14740 {"RTM_GETADDRLABEL", Const, 0, ""},
14741 {"RTM_GETANYCAST", Const, 0, ""},
14742 {"RTM_GETDCB", Const, 0, ""},
14743 {"RTM_GETLINK", Const, 0, ""},
14744 {"RTM_GETMULTICAST", Const, 0, ""},
14745 {"RTM_GETNEIGH", Const, 0, ""},
14746 {"RTM_GETNEIGHTBL", Const, 0, ""},
14747 {"RTM_GETQDISC", Const, 0, ""},
14748 {"RTM_GETROUTE", Const, 0, ""},
14749 {"RTM_GETRULE", Const, 0, ""},
14750 {"RTM_GETTCLASS", Const, 0, ""},
14751 {"RTM_GETTFILTER", Const, 0, ""},
14752 {"RTM_IEEE80211", Const, 0, ""},
14753 {"RTM_IFANNOUNCE", Const, 0, ""},
14754 {"RTM_IFINFO", Const, 0, ""},
14755 {"RTM_IFINFO2", Const, 0, ""},
14756 {"RTM_LLINFO_UPD", Const, 1, ""},
14757 {"RTM_LOCK", Const, 0, ""},
14758 {"RTM_LOSING", Const, 0, ""},
14759 {"RTM_MAX", Const, 0, ""},
14760 {"RTM_MAXSIZE", Const, 1, ""},
14761 {"RTM_MISS", Const, 0, ""},
14762 {"RTM_NEWACTION", Const, 0, ""},
14763 {"RTM_NEWADDR", Const, 0, ""},
14764 {"RTM_NEWADDRLABEL", Const, 0, ""},
14765 {"RTM_NEWLINK", Const, 0, ""},
14766 {"RTM_NEWMADDR", Const, 0, ""},
14767 {"RTM_NEWMADDR2", Const, 0, ""},
14768 {"RTM_NEWNDUSEROPT", Const, 0, ""},
14769 {"RTM_NEWNEIGH", Const, 0, ""},
14770 {"RTM_NEWNEIGHTBL", Const, 0, ""},
14771 {"RTM_NEWPREFIX", Const, 0, ""},
14772 {"RTM_NEWQDISC", Const, 0, ""},
14773 {"RTM_NEWROUTE", Const, 0, ""},
14774 {"RTM_NEWRULE", Const, 0, ""},
14775 {"RTM_NEWTCLASS", Const, 0, ""},
14776 {"RTM_NEWTFILTER", Const, 0, ""},
14777 {"RTM_NR_FAMILIES", Const, 0, ""},
14778 {"RTM_NR_MSGTYPES", Const, 0, ""},
14779 {"RTM_OIFINFO", Const, 1, ""},
14780 {"RTM_OLDADD", Const, 0, ""},
14781 {"RTM_OLDDEL", Const, 0, ""},
14782 {"RTM_OOIFINFO", Const, 1, ""},
14783 {"RTM_REDIRECT", Const, 0, ""},
14784 {"RTM_RESOLVE", Const, 0, ""},
14785 {"RTM_RTTUNIT", Const, 0, ""},
14786 {"RTM_SETDCB", Const, 0, ""},
14787 {"RTM_SETGATE", Const, 1, ""},
14788 {"RTM_SETLINK", Const, 0, ""},
14789 {"RTM_SETNEIGHTBL", Const, 0, ""},
14790 {"RTM_VERSION", Const, 0, ""},
14791 {"RTNH_ALIGNTO", Const, 0, ""},
14792 {"RTNH_F_DEAD", Const, 0, ""},
14793 {"RTNH_F_ONLINK", Const, 0, ""},
14794 {"RTNH_F_PERVASIVE", Const, 0, ""},
14795 {"RTNLGRP_IPV4_IFADDR", Const, 1, ""},
14796 {"RTNLGRP_IPV4_MROUTE", Const, 1, ""},
14797 {"RTNLGRP_IPV4_ROUTE", Const, 1, ""},
14798 {"RTNLGRP_IPV4_RULE", Const, 1, ""},
14799 {"RTNLGRP_IPV6_IFADDR", Const, 1, ""},
14800 {"RTNLGRP_IPV6_IFINFO", Const, 1, ""},
14801 {"RTNLGRP_IPV6_MROUTE", Const, 1, ""},
14802 {"RTNLGRP_IPV6_PREFIX", Const, 1, ""},
14803 {"RTNLGRP_IPV6_ROUTE", Const, 1, ""},
14804 {"RTNLGRP_IPV6_RULE", Const, 1, ""},
14805 {"RTNLGRP_LINK", Const, 1, ""},
14806 {"RTNLGRP_ND_USEROPT", Const, 1, ""},
14807 {"RTNLGRP_NEIGH", Const, 1, ""},
14808 {"RTNLGRP_NONE", Const, 1, ""},
14809 {"RTNLGRP_NOTIFY", Const, 1, ""},
14810 {"RTNLGRP_TC", Const, 1, ""},
14811 {"RTN_ANYCAST", Const, 0, ""},
14812 {"RTN_BLACKHOLE", Const, 0, ""},
14813 {"RTN_BROADCAST", Const, 0, ""},
14814 {"RTN_LOCAL", Const, 0, ""},
14815 {"RTN_MAX", Const, 0, ""},
14816 {"RTN_MULTICAST", Const, 0, ""},
14817 {"RTN_NAT", Const, 0, ""},
14818 {"RTN_PROHIBIT", Const, 0, ""},
14819 {"RTN_THROW", Const, 0, ""},
14820 {"RTN_UNICAST", Const, 0, ""},
14821 {"RTN_UNREACHABLE", Const, 0, ""},
14822 {"RTN_UNSPEC", Const, 0, ""},
14823 {"RTN_XRESOLVE", Const, 0, ""},
14824 {"RTPROT_BIRD", Const, 0, ""},
14825 {"RTPROT_BOOT", Const, 0, ""},
14826 {"RTPROT_DHCP", Const, 0, ""},
14827 {"RTPROT_DNROUTED", Const, 0, ""},
14828 {"RTPROT_GATED", Const, 0, ""},
14829 {"RTPROT_KERNEL", Const, 0, ""},
14830 {"RTPROT_MRT", Const, 0, ""},
14831 {"RTPROT_NTK", Const, 0, ""},
14832 {"RTPROT_RA", Const, 0, ""},
14833 {"RTPROT_REDIRECT", Const, 0, ""},
14834 {"RTPROT_STATIC", Const, 0, ""},
14835 {"RTPROT_UNSPEC", Const, 0, ""},
14836 {"RTPROT_XORP", Const, 0, ""},
14837 {"RTPROT_ZEBRA", Const, 0, ""},
14838 {"RTV_EXPIRE", Const, 0, ""},
14839 {"RTV_HOPCOUNT", Const, 0, ""},
14840 {"RTV_MTU", Const, 0, ""},
14841 {"RTV_RPIPE", Const, 0, ""},
14842 {"RTV_RTT", Const, 0, ""},
14843 {"RTV_RTTVAR", Const, 0, ""},
14844 {"RTV_SPIPE", Const, 0, ""},
14845 {"RTV_SSTHRESH", Const, 0, ""},
14846 {"RTV_WEIGHT", Const, 0, ""},
14847 {"RT_CACHING_CONTEXT", Const, 1, ""},
14848 {"RT_CLASS_DEFAULT", Const, 0, ""},
14849 {"RT_CLASS_LOCAL", Const, 0, ""},
14850 {"RT_CLASS_MAIN", Const, 0, ""},
14851 {"RT_CLASS_MAX", Const, 0, ""},
14852 {"RT_CLASS_UNSPEC", Const, 0, ""},
14853 {"RT_DEFAULT_FIB", Const, 1, ""},
14854 {"RT_NORTREF", Const, 1, ""},
14855 {"RT_SCOPE_HOST", Const, 0, ""},
14856 {"RT_SCOPE_LINK", Const, 0, ""},
14857 {"RT_SCOPE_NOWHERE", Const, 0, ""},
14858 {"RT_SCOPE_SITE", Const, 0, ""},
14859 {"RT_SCOPE_UNIVERSE", Const, 0, ""},
14860 {"RT_TABLEID_MAX", Const, 1, ""},
14861 {"RT_TABLE_COMPAT", Const, 0, ""},
14862 {"RT_TABLE_DEFAULT", Const, 0, ""},
14863 {"RT_TABLE_LOCAL", Const, 0, ""},
14864 {"RT_TABLE_MAIN", Const, 0, ""},
14865 {"RT_TABLE_MAX", Const, 0, ""},
14866 {"RT_TABLE_UNSPEC", Const, 0, ""},
14867 {"RUSAGE_CHILDREN", Const, 0, ""},
14868 {"RUSAGE_SELF", Const, 0, ""},
14869 {"RUSAGE_THREAD", Const, 0, ""},
14870 {"Radvisory_t", Type, 0, ""},
14871 {"Radvisory_t.Count", Field, 0, ""},
14872 {"Radvisory_t.Offset", Field, 0, ""},
14873 {"Radvisory_t.Pad_cgo_0", Field, 0, ""},
14874 {"RawConn", Type, 9, ""},
14875 {"RawSockaddr", Type, 0, ""},
14876 {"RawSockaddr.Data", Field, 0, ""},
14877 {"RawSockaddr.Family", Field, 0, ""},
14878 {"RawSockaddr.Len", Field, 0, ""},
14879 {"RawSockaddrAny", Type, 0, ""},
14880 {"RawSockaddrAny.Addr", Field, 0, ""},
14881 {"RawSockaddrAny.Pad", Field, 0, ""},
14882 {"RawSockaddrDatalink", Type, 0, ""},
14883 {"RawSockaddrDatalink.Alen", Field, 0, ""},
14884 {"RawSockaddrDatalink.Data", Field, 0, ""},
14885 {"RawSockaddrDatalink.Family", Field, 0, ""},
14886 {"RawSockaddrDatalink.Index", Field, 0, ""},
14887 {"RawSockaddrDatalink.Len", Field, 0, ""},
14888 {"RawSockaddrDatalink.Nlen", Field, 0, ""},
14889 {"RawSockaddrDatalink.Pad_cgo_0", Field, 2, ""},
14890 {"RawSockaddrDatalink.Slen", Field, 0, ""},
14891 {"RawSockaddrDatalink.Type", Field, 0, ""},
14892 {"RawSockaddrInet4", Type, 0, ""},
14893 {"RawSockaddrInet4.Addr", Field, 0, ""},
14894 {"RawSockaddrInet4.Family", Field, 0, ""},
14895 {"RawSockaddrInet4.Len", Field, 0, ""},
14896 {"RawSockaddrInet4.Port", Field, 0, ""},
14897 {"RawSockaddrInet4.Zero", Field, 0, ""},
14898 {"RawSockaddrInet6", Type, 0, ""},
14899 {"RawSockaddrInet6.Addr", Field, 0, ""},
14900 {"RawSockaddrInet6.Family", Field, 0, ""},
14901 {"RawSockaddrInet6.Flowinfo", Field, 0, ""},
14902 {"RawSockaddrInet6.Len", Field, 0, ""},
14903 {"RawSockaddrInet6.Port", Field, 0, ""},
14904 {"RawSockaddrInet6.Scope_id", Field, 0, ""},
14905 {"RawSockaddrLinklayer", Type, 0, ""},
14906 {"RawSockaddrLinklayer.Addr", Field, 0, ""},
14907 {"RawSockaddrLinklayer.Family", Field, 0, ""},
14908 {"RawSockaddrLinklayer.Halen", Field, 0, ""},
14909 {"RawSockaddrLinklayer.Hatype", Field, 0, ""},
14910 {"RawSockaddrLinklayer.Ifindex", Field, 0, ""},
14911 {"RawSockaddrLinklayer.Pkttype", Field, 0, ""},
14912 {"RawSockaddrLinklayer.Protocol", Field, 0, ""},
14913 {"RawSockaddrNetlink", Type, 0, ""},
14914 {"RawSockaddrNetlink.Family", Field, 0, ""},
14915 {"RawSockaddrNetlink.Groups", Field, 0, ""},
14916 {"RawSockaddrNetlink.Pad", Field, 0, ""},
14917 {"RawSockaddrNetlink.Pid", Field, 0, ""},
14918 {"RawSockaddrUnix", Type, 0, ""},
14919 {"RawSockaddrUnix.Family", Field, 0, ""},
14920 {"RawSockaddrUnix.Len", Field, 0, ""},
14921 {"RawSockaddrUnix.Pad_cgo_0", Field, 2, ""},
14922 {"RawSockaddrUnix.Path", Field, 0, ""},
14923 {"RawSyscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
14924 {"RawSyscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
14925 {"Read", Func, 0, "func(fd int, p []byte) (n int, err error)"},
14926 {"ReadConsole", Func, 1, ""},
14927 {"ReadDirectoryChanges", Func, 0, ""},
14928 {"ReadDirent", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
14929 {"ReadFile", Func, 0, ""},
14930 {"Readlink", Func, 0, "func(path string, buf []byte) (n int, err error)"},
14931 {"Reboot", Func, 0, "func(cmd int) (err error)"},
14932 {"Recvfrom", Func, 0, "func(fd int, p []byte, flags int) (n int, from Sockaddr, err error)"},
14933 {"Recvmsg", Func, 0, "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from Sockaddr, err error)"},
14934 {"RegCloseKey", Func, 0, ""},
14935 {"RegEnumKeyEx", Func, 0, ""},
14936 {"RegOpenKeyEx", Func, 0, ""},
14937 {"RegQueryInfoKey", Func, 0, ""},
14938 {"RegQueryValueEx", Func, 0, ""},
14939 {"RemoveDirectory", Func, 0, ""},
14940 {"Removexattr", Func, 1, "func(path string, attr string) (err error)"},
14941 {"Rename", Func, 0, "func(oldpath string, newpath string) (err error)"},
14942 {"Renameat", Func, 0, "func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)"},
14943 {"Revoke", Func, 0, ""},
14944 {"Rlimit", Type, 0, ""},
14945 {"Rlimit.Cur", Field, 0, ""},
14946 {"Rlimit.Max", Field, 0, ""},
14947 {"Rmdir", Func, 0, "func(path string) error"},
14948 {"RouteMessage", Type, 0, ""},
14949 {"RouteMessage.Data", Field, 0, ""},
14950 {"RouteMessage.Header", Field, 0, ""},
14951 {"RouteRIB", Func, 0, ""},
14952 {"RoutingMessage", Type, 14, ""},
14953 {"RtAttr", Type, 0, ""},
14954 {"RtAttr.Len", Field, 0, ""},
14955 {"RtAttr.Type", Field, 0, ""},
14956 {"RtGenmsg", Type, 0, ""},
14957 {"RtGenmsg.Family", Field, 0, ""},
14958 {"RtMetrics", Type, 0, ""},
14959 {"RtMetrics.Expire", Field, 0, ""},
14960 {"RtMetrics.Filler", Field, 0, ""},
14961 {"RtMetrics.Hopcount", Field, 0, ""},
14962 {"RtMetrics.Locks", Field, 0, ""},
14963 {"RtMetrics.Mtu", Field, 0, ""},
14964 {"RtMetrics.Pad", Field, 3, ""},
14965 {"RtMetrics.Pksent", Field, 0, ""},
14966 {"RtMetrics.Recvpipe", Field, 0, ""},
14967 {"RtMetrics.Refcnt", Field, 2, ""},
14968 {"RtMetrics.Rtt", Field, 0, ""},
14969 {"RtMetrics.Rttvar", Field, 0, ""},
14970 {"RtMetrics.Sendpipe", Field, 0, ""},
14971 {"RtMetrics.Ssthresh", Field, 0, ""},
14972 {"RtMetrics.Weight", Field, 0, ""},
14973 {"RtMsg", Type, 0, ""},
14974 {"RtMsg.Dst_len", Field, 0, ""},
14975 {"RtMsg.Family", Field, 0, ""},
14976 {"RtMsg.Flags", Field, 0, ""},
14977 {"RtMsg.Protocol", Field, 0, ""},
14978 {"RtMsg.Scope", Field, 0, ""},
14979 {"RtMsg.Src_len", Field, 0, ""},
14980 {"RtMsg.Table", Field, 0, ""},
14981 {"RtMsg.Tos", Field, 0, ""},
14982 {"RtMsg.Type", Field, 0, ""},
14983 {"RtMsghdr", Type, 0, ""},
14984 {"RtMsghdr.Addrs", Field, 0, ""},
14985 {"RtMsghdr.Errno", Field, 0, ""},
14986 {"RtMsghdr.Flags", Field, 0, ""},
14987 {"RtMsghdr.Fmask", Field, 0, ""},
14988 {"RtMsghdr.Hdrlen", Field, 2, ""},
14989 {"RtMsghdr.Index", Field, 0, ""},
14990 {"RtMsghdr.Inits", Field, 0, ""},
14991 {"RtMsghdr.Mpls", Field, 2, ""},
14992 {"RtMsghdr.Msglen", Field, 0, ""},
14993 {"RtMsghdr.Pad_cgo_0", Field, 0, ""},
14994 {"RtMsghdr.Pad_cgo_1", Field, 2, ""},
14995 {"RtMsghdr.Pid", Field, 0, ""},
14996 {"RtMsghdr.Priority", Field, 2, ""},
14997 {"RtMsghdr.Rmx", Field, 0, ""},
14998 {"RtMsghdr.Seq", Field, 0, ""},
14999 {"RtMsghdr.Tableid", Field, 2, ""},
15000 {"RtMsghdr.Type", Field, 0, ""},
15001 {"RtMsghdr.Use", Field, 0, ""},
15002 {"RtMsghdr.Version", Field, 0, ""},
15003 {"RtNexthop", Type, 0, ""},
15004 {"RtNexthop.Flags", Field, 0, ""},
15005 {"RtNexthop.Hops", Field, 0, ""},
15006 {"RtNexthop.Ifindex", Field, 0, ""},
15007 {"RtNexthop.Len", Field, 0, ""},
15008 {"Rusage", Type, 0, ""},
15009 {"Rusage.CreationTime", Field, 0, ""},
15010 {"Rusage.ExitTime", Field, 0, ""},
15011 {"Rusage.Idrss", Field, 0, ""},
15012 {"Rusage.Inblock", Field, 0, ""},
15013 {"Rusage.Isrss", Field, 0, ""},
15014 {"Rusage.Ixrss", Field, 0, ""},
15015 {"Rusage.KernelTime", Field, 0, ""},
15016 {"Rusage.Majflt", Field, 0, ""},
15017 {"Rusage.Maxrss", Field, 0, ""},
15018 {"Rusage.Minflt", Field, 0, ""},
15019 {"Rusage.Msgrcv", Field, 0, ""},
15020 {"Rusage.Msgsnd", Field, 0, ""},
15021 {"Rusage.Nivcsw", Field, 0, ""},
15022 {"Rusage.Nsignals", Field, 0, ""},
15023 {"Rusage.Nswap", Field, 0, ""},
15024 {"Rusage.Nvcsw", Field, 0, ""},
15025 {"Rusage.Oublock", Field, 0, ""},
15026 {"Rusage.Stime", Field, 0, ""},
15027 {"Rusage.UserTime", Field, 0, ""},
15028 {"Rusage.Utime", Field, 0, ""},
15029 {"SCM_BINTIME", Const, 0, ""},
15030 {"SCM_CREDENTIALS", Const, 0, ""},
15031 {"SCM_CREDS", Const, 0, ""},
15032 {"SCM_RIGHTS", Const, 0, ""},
15033 {"SCM_TIMESTAMP", Const, 0, ""},
15034 {"SCM_TIMESTAMPING", Const, 0, ""},
15035 {"SCM_TIMESTAMPNS", Const, 0, ""},
15036 {"SCM_TIMESTAMP_MONOTONIC", Const, 0, ""},
15037 {"SHUT_RD", Const, 0, ""},
15038 {"SHUT_RDWR", Const, 0, ""},
15039 {"SHUT_WR", Const, 0, ""},
15040 {"SID", Type, 0, ""},
15041 {"SIDAndAttributes", Type, 0, ""},
15042 {"SIDAndAttributes.Attributes", Field, 0, ""},
15043 {"SIDAndAttributes.Sid", Field, 0, ""},
15044 {"SIGABRT", Const, 0, ""},
15045 {"SIGALRM", Const, 0, ""},
15046 {"SIGBUS", Const, 0, ""},
15047 {"SIGCHLD", Const, 0, ""},
15048 {"SIGCLD", Const, 0, ""},
15049 {"SIGCONT", Const, 0, ""},
15050 {"SIGEMT", Const, 0, ""},
15051 {"SIGFPE", Const, 0, ""},
15052 {"SIGHUP", Const, 0, ""},
15053 {"SIGILL", Const, 0, ""},
15054 {"SIGINFO", Const, 0, ""},
15055 {"SIGINT", Const, 0, ""},
15056 {"SIGIO", Const, 0, ""},
15057 {"SIGIOT", Const, 0, ""},
15058 {"SIGKILL", Const, 0, ""},
15059 {"SIGLIBRT", Const, 1, ""},
15060 {"SIGLWP", Const, 0, ""},
15061 {"SIGPIPE", Const, 0, ""},
15062 {"SIGPOLL", Const, 0, ""},
15063 {"SIGPROF", Const, 0, ""},
15064 {"SIGPWR", Const, 0, ""},
15065 {"SIGQUIT", Const, 0, ""},
15066 {"SIGSEGV", Const, 0, ""},
15067 {"SIGSTKFLT", Const, 0, ""},
15068 {"SIGSTOP", Const, 0, ""},
15069 {"SIGSYS", Const, 0, ""},
15070 {"SIGTERM", Const, 0, ""},
15071 {"SIGTHR", Const, 0, ""},
15072 {"SIGTRAP", Const, 0, ""},
15073 {"SIGTSTP", Const, 0, ""},
15074 {"SIGTTIN", Const, 0, ""},
15075 {"SIGTTOU", Const, 0, ""},
15076 {"SIGUNUSED", Const, 0, ""},
15077 {"SIGURG", Const, 0, ""},
15078 {"SIGUSR1", Const, 0, ""},
15079 {"SIGUSR2", Const, 0, ""},
15080 {"SIGVTALRM", Const, 0, ""},
15081 {"SIGWINCH", Const, 0, ""},
15082 {"SIGXCPU", Const, 0, ""},
15083 {"SIGXFSZ", Const, 0, ""},
15084 {"SIOCADDDLCI", Const, 0, ""},
15085 {"SIOCADDMULTI", Const, 0, ""},
15086 {"SIOCADDRT", Const, 0, ""},
15087 {"SIOCAIFADDR", Const, 0, ""},
15088 {"SIOCAIFGROUP", Const, 0, ""},
15089 {"SIOCALIFADDR", Const, 0, ""},
15090 {"SIOCARPIPLL", Const, 0, ""},
15091 {"SIOCATMARK", Const, 0, ""},
15092 {"SIOCAUTOADDR", Const, 0, ""},
15093 {"SIOCAUTONETMASK", Const, 0, ""},
15094 {"SIOCBRDGADD", Const, 1, ""},
15095 {"SIOCBRDGADDS", Const, 1, ""},
15096 {"SIOCBRDGARL", Const, 1, ""},
15097 {"SIOCBRDGDADDR", Const, 1, ""},
15098 {"SIOCBRDGDEL", Const, 1, ""},
15099 {"SIOCBRDGDELS", Const, 1, ""},
15100 {"SIOCBRDGFLUSH", Const, 1, ""},
15101 {"SIOCBRDGFRL", Const, 1, ""},
15102 {"SIOCBRDGGCACHE", Const, 1, ""},
15103 {"SIOCBRDGGFD", Const, 1, ""},
15104 {"SIOCBRDGGHT", Const, 1, ""},
15105 {"SIOCBRDGGIFFLGS", Const, 1, ""},
15106 {"SIOCBRDGGMA", Const, 1, ""},
15107 {"SIOCBRDGGPARAM", Const, 1, ""},
15108 {"SIOCBRDGGPRI", Const, 1, ""},
15109 {"SIOCBRDGGRL", Const, 1, ""},
15110 {"SIOCBRDGGSIFS", Const, 1, ""},
15111 {"SIOCBRDGGTO", Const, 1, ""},
15112 {"SIOCBRDGIFS", Const, 1, ""},
15113 {"SIOCBRDGRTS", Const, 1, ""},
15114 {"SIOCBRDGSADDR", Const, 1, ""},
15115 {"SIOCBRDGSCACHE", Const, 1, ""},
15116 {"SIOCBRDGSFD", Const, 1, ""},
15117 {"SIOCBRDGSHT", Const, 1, ""},
15118 {"SIOCBRDGSIFCOST", Const, 1, ""},
15119 {"SIOCBRDGSIFFLGS", Const, 1, ""},
15120 {"SIOCBRDGSIFPRIO", Const, 1, ""},
15121 {"SIOCBRDGSMA", Const, 1, ""},
15122 {"SIOCBRDGSPRI", Const, 1, ""},
15123 {"SIOCBRDGSPROTO", Const, 1, ""},
15124 {"SIOCBRDGSTO", Const, 1, ""},
15125 {"SIOCBRDGSTXHC", Const, 1, ""},
15126 {"SIOCDARP", Const, 0, ""},
15127 {"SIOCDELDLCI", Const, 0, ""},
15128 {"SIOCDELMULTI", Const, 0, ""},
15129 {"SIOCDELRT", Const, 0, ""},
15130 {"SIOCDEVPRIVATE", Const, 0, ""},
15131 {"SIOCDIFADDR", Const, 0, ""},
15132 {"SIOCDIFGROUP", Const, 0, ""},
15133 {"SIOCDIFPHYADDR", Const, 0, ""},
15134 {"SIOCDLIFADDR", Const, 0, ""},
15135 {"SIOCDRARP", Const, 0, ""},
15136 {"SIOCGARP", Const, 0, ""},
15137 {"SIOCGDRVSPEC", Const, 0, ""},
15138 {"SIOCGETKALIVE", Const, 1, ""},
15139 {"SIOCGETLABEL", Const, 1, ""},
15140 {"SIOCGETPFLOW", Const, 1, ""},
15141 {"SIOCGETPFSYNC", Const, 1, ""},
15142 {"SIOCGETSGCNT", Const, 0, ""},
15143 {"SIOCGETVIFCNT", Const, 0, ""},
15144 {"SIOCGETVLAN", Const, 0, ""},
15145 {"SIOCGHIWAT", Const, 0, ""},
15146 {"SIOCGIFADDR", Const, 0, ""},
15147 {"SIOCGIFADDRPREF", Const, 1, ""},
15148 {"SIOCGIFALIAS", Const, 1, ""},
15149 {"SIOCGIFALTMTU", Const, 0, ""},
15150 {"SIOCGIFASYNCMAP", Const, 0, ""},
15151 {"SIOCGIFBOND", Const, 0, ""},
15152 {"SIOCGIFBR", Const, 0, ""},
15153 {"SIOCGIFBRDADDR", Const, 0, ""},
15154 {"SIOCGIFCAP", Const, 0, ""},
15155 {"SIOCGIFCONF", Const, 0, ""},
15156 {"SIOCGIFCOUNT", Const, 0, ""},
15157 {"SIOCGIFDATA", Const, 1, ""},
15158 {"SIOCGIFDESCR", Const, 0, ""},
15159 {"SIOCGIFDEVMTU", Const, 0, ""},
15160 {"SIOCGIFDLT", Const, 1, ""},
15161 {"SIOCGIFDSTADDR", Const, 0, ""},
15162 {"SIOCGIFENCAP", Const, 0, ""},
15163 {"SIOCGIFFIB", Const, 1, ""},
15164 {"SIOCGIFFLAGS", Const, 0, ""},
15165 {"SIOCGIFGATTR", Const, 1, ""},
15166 {"SIOCGIFGENERIC", Const, 0, ""},
15167 {"SIOCGIFGMEMB", Const, 0, ""},
15168 {"SIOCGIFGROUP", Const, 0, ""},
15169 {"SIOCGIFHARDMTU", Const, 3, ""},
15170 {"SIOCGIFHWADDR", Const, 0, ""},
15171 {"SIOCGIFINDEX", Const, 0, ""},
15172 {"SIOCGIFKPI", Const, 0, ""},
15173 {"SIOCGIFMAC", Const, 0, ""},
15174 {"SIOCGIFMAP", Const, 0, ""},
15175 {"SIOCGIFMEDIA", Const, 0, ""},
15176 {"SIOCGIFMEM", Const, 0, ""},
15177 {"SIOCGIFMETRIC", Const, 0, ""},
15178 {"SIOCGIFMTU", Const, 0, ""},
15179 {"SIOCGIFNAME", Const, 0, ""},
15180 {"SIOCGIFNETMASK", Const, 0, ""},
15181 {"SIOCGIFPDSTADDR", Const, 0, ""},
15182 {"SIOCGIFPFLAGS", Const, 0, ""},
15183 {"SIOCGIFPHYS", Const, 0, ""},
15184 {"SIOCGIFPRIORITY", Const, 1, ""},
15185 {"SIOCGIFPSRCADDR", Const, 0, ""},
15186 {"SIOCGIFRDOMAIN", Const, 1, ""},
15187 {"SIOCGIFRTLABEL", Const, 1, ""},
15188 {"SIOCGIFSLAVE", Const, 0, ""},
15189 {"SIOCGIFSTATUS", Const, 0, ""},
15190 {"SIOCGIFTIMESLOT", Const, 1, ""},
15191 {"SIOCGIFTXQLEN", Const, 0, ""},
15192 {"SIOCGIFVLAN", Const, 0, ""},
15193 {"SIOCGIFWAKEFLAGS", Const, 0, ""},
15194 {"SIOCGIFXFLAGS", Const, 1, ""},
15195 {"SIOCGLIFADDR", Const, 0, ""},
15196 {"SIOCGLIFPHYADDR", Const, 0, ""},
15197 {"SIOCGLIFPHYRTABLE", Const, 1, ""},
15198 {"SIOCGLIFPHYTTL", Const, 3, ""},
15199 {"SIOCGLINKSTR", Const, 1, ""},
15200 {"SIOCGLOWAT", Const, 0, ""},
15201 {"SIOCGPGRP", Const, 0, ""},
15202 {"SIOCGPRIVATE_0", Const, 0, ""},
15203 {"SIOCGPRIVATE_1", Const, 0, ""},
15204 {"SIOCGRARP", Const, 0, ""},
15205 {"SIOCGSPPPPARAMS", Const, 3, ""},
15206 {"SIOCGSTAMP", Const, 0, ""},
15207 {"SIOCGSTAMPNS", Const, 0, ""},
15208 {"SIOCGVH", Const, 1, ""},
15209 {"SIOCGVNETID", Const, 3, ""},
15210 {"SIOCIFCREATE", Const, 0, ""},
15211 {"SIOCIFCREATE2", Const, 0, ""},
15212 {"SIOCIFDESTROY", Const, 0, ""},
15213 {"SIOCIFGCLONERS", Const, 0, ""},
15214 {"SIOCINITIFADDR", Const, 1, ""},
15215 {"SIOCPROTOPRIVATE", Const, 0, ""},
15216 {"SIOCRSLVMULTI", Const, 0, ""},
15217 {"SIOCRTMSG", Const, 0, ""},
15218 {"SIOCSARP", Const, 0, ""},
15219 {"SIOCSDRVSPEC", Const, 0, ""},
15220 {"SIOCSETKALIVE", Const, 1, ""},
15221 {"SIOCSETLABEL", Const, 1, ""},
15222 {"SIOCSETPFLOW", Const, 1, ""},
15223 {"SIOCSETPFSYNC", Const, 1, ""},
15224 {"SIOCSETVLAN", Const, 0, ""},
15225 {"SIOCSHIWAT", Const, 0, ""},
15226 {"SIOCSIFADDR", Const, 0, ""},
15227 {"SIOCSIFADDRPREF", Const, 1, ""},
15228 {"SIOCSIFALTMTU", Const, 0, ""},
15229 {"SIOCSIFASYNCMAP", Const, 0, ""},
15230 {"SIOCSIFBOND", Const, 0, ""},
15231 {"SIOCSIFBR", Const, 0, ""},
15232 {"SIOCSIFBRDADDR", Const, 0, ""},
15233 {"SIOCSIFCAP", Const, 0, ""},
15234 {"SIOCSIFDESCR", Const, 0, ""},
15235 {"SIOCSIFDSTADDR", Const, 0, ""},
15236 {"SIOCSIFENCAP", Const, 0, ""},
15237 {"SIOCSIFFIB", Const, 1, ""},
15238 {"SIOCSIFFLAGS", Const, 0, ""},
15239 {"SIOCSIFGATTR", Const, 1, ""},
15240 {"SIOCSIFGENERIC", Const, 0, ""},
15241 {"SIOCSIFHWADDR", Const, 0, ""},
15242 {"SIOCSIFHWBROADCAST", Const, 0, ""},
15243 {"SIOCSIFKPI", Const, 0, ""},
15244 {"SIOCSIFLINK", Const, 0, ""},
15245 {"SIOCSIFLLADDR", Const, 0, ""},
15246 {"SIOCSIFMAC", Const, 0, ""},
15247 {"SIOCSIFMAP", Const, 0, ""},
15248 {"SIOCSIFMEDIA", Const, 0, ""},
15249 {"SIOCSIFMEM", Const, 0, ""},
15250 {"SIOCSIFMETRIC", Const, 0, ""},
15251 {"SIOCSIFMTU", Const, 0, ""},
15252 {"SIOCSIFNAME", Const, 0, ""},
15253 {"SIOCSIFNETMASK", Const, 0, ""},
15254 {"SIOCSIFPFLAGS", Const, 0, ""},
15255 {"SIOCSIFPHYADDR", Const, 0, ""},
15256 {"SIOCSIFPHYS", Const, 0, ""},
15257 {"SIOCSIFPRIORITY", Const, 1, ""},
15258 {"SIOCSIFRDOMAIN", Const, 1, ""},
15259 {"SIOCSIFRTLABEL", Const, 1, ""},
15260 {"SIOCSIFRVNET", Const, 0, ""},
15261 {"SIOCSIFSLAVE", Const, 0, ""},
15262 {"SIOCSIFTIMESLOT", Const, 1, ""},
15263 {"SIOCSIFTXQLEN", Const, 0, ""},
15264 {"SIOCSIFVLAN", Const, 0, ""},
15265 {"SIOCSIFVNET", Const, 0, ""},
15266 {"SIOCSIFXFLAGS", Const, 1, ""},
15267 {"SIOCSLIFPHYADDR", Const, 0, ""},
15268 {"SIOCSLIFPHYRTABLE", Const, 1, ""},
15269 {"SIOCSLIFPHYTTL", Const, 3, ""},
15270 {"SIOCSLINKSTR", Const, 1, ""},
15271 {"SIOCSLOWAT", Const, 0, ""},
15272 {"SIOCSPGRP", Const, 0, ""},
15273 {"SIOCSRARP", Const, 0, ""},
15274 {"SIOCSSPPPPARAMS", Const, 3, ""},
15275 {"SIOCSVH", Const, 1, ""},
15276 {"SIOCSVNETID", Const, 3, ""},
15277 {"SIOCZIFDATA", Const, 1, ""},
15278 {"SIO_GET_EXTENSION_FUNCTION_POINTER", Const, 1, ""},
15279 {"SIO_GET_INTERFACE_LIST", Const, 0, ""},
15280 {"SIO_KEEPALIVE_VALS", Const, 3, ""},
15281 {"SIO_UDP_CONNRESET", Const, 4, ""},
15282 {"SOCK_CLOEXEC", Const, 0, ""},
15283 {"SOCK_DCCP", Const, 0, ""},
15284 {"SOCK_DGRAM", Const, 0, ""},
15285 {"SOCK_FLAGS_MASK", Const, 1, ""},
15286 {"SOCK_MAXADDRLEN", Const, 0, ""},
15287 {"SOCK_NONBLOCK", Const, 0, ""},
15288 {"SOCK_NOSIGPIPE", Const, 1, ""},
15289 {"SOCK_PACKET", Const, 0, ""},
15290 {"SOCK_RAW", Const, 0, ""},
15291 {"SOCK_RDM", Const, 0, ""},
15292 {"SOCK_SEQPACKET", Const, 0, ""},
15293 {"SOCK_STREAM", Const, 0, ""},
15294 {"SOL_AAL", Const, 0, ""},
15295 {"SOL_ATM", Const, 0, ""},
15296 {"SOL_DECNET", Const, 0, ""},
15297 {"SOL_ICMPV6", Const, 0, ""},
15298 {"SOL_IP", Const, 0, ""},
15299 {"SOL_IPV6", Const, 0, ""},
15300 {"SOL_IRDA", Const, 0, ""},
15301 {"SOL_PACKET", Const, 0, ""},
15302 {"SOL_RAW", Const, 0, ""},
15303 {"SOL_SOCKET", Const, 0, ""},
15304 {"SOL_TCP", Const, 0, ""},
15305 {"SOL_X25", Const, 0, ""},
15306 {"SOMAXCONN", Const, 0, ""},
15307 {"SO_ACCEPTCONN", Const, 0, ""},
15308 {"SO_ACCEPTFILTER", Const, 0, ""},
15309 {"SO_ATTACH_FILTER", Const, 0, ""},
15310 {"SO_BINDANY", Const, 1, ""},
15311 {"SO_BINDTODEVICE", Const, 0, ""},
15312 {"SO_BINTIME", Const, 0, ""},
15313 {"SO_BROADCAST", Const, 0, ""},
15314 {"SO_BSDCOMPAT", Const, 0, ""},
15315 {"SO_DEBUG", Const, 0, ""},
15316 {"SO_DETACH_FILTER", Const, 0, ""},
15317 {"SO_DOMAIN", Const, 0, ""},
15318 {"SO_DONTROUTE", Const, 0, ""},
15319 {"SO_DONTTRUNC", Const, 0, ""},
15320 {"SO_ERROR", Const, 0, ""},
15321 {"SO_KEEPALIVE", Const, 0, ""},
15322 {"SO_LABEL", Const, 0, ""},
15323 {"SO_LINGER", Const, 0, ""},
15324 {"SO_LINGER_SEC", Const, 0, ""},
15325 {"SO_LISTENINCQLEN", Const, 0, ""},
15326 {"SO_LISTENQLEN", Const, 0, ""},
15327 {"SO_LISTENQLIMIT", Const, 0, ""},
15328 {"SO_MARK", Const, 0, ""},
15329 {"SO_NETPROC", Const, 1, ""},
15330 {"SO_NKE", Const, 0, ""},
15331 {"SO_NOADDRERR", Const, 0, ""},
15332 {"SO_NOHEADER", Const, 1, ""},
15333 {"SO_NOSIGPIPE", Const, 0, ""},
15334 {"SO_NOTIFYCONFLICT", Const, 0, ""},
15335 {"SO_NO_CHECK", Const, 0, ""},
15336 {"SO_NO_DDP", Const, 0, ""},
15337 {"SO_NO_OFFLOAD", Const, 0, ""},
15338 {"SO_NP_EXTENSIONS", Const, 0, ""},
15339 {"SO_NREAD", Const, 0, ""},
15340 {"SO_NUMRCVPKT", Const, 16, ""},
15341 {"SO_NWRITE", Const, 0, ""},
15342 {"SO_OOBINLINE", Const, 0, ""},
15343 {"SO_OVERFLOWED", Const, 1, ""},
15344 {"SO_PASSCRED", Const, 0, ""},
15345 {"SO_PASSSEC", Const, 0, ""},
15346 {"SO_PEERCRED", Const, 0, ""},
15347 {"SO_PEERLABEL", Const, 0, ""},
15348 {"SO_PEERNAME", Const, 0, ""},
15349 {"SO_PEERSEC", Const, 0, ""},
15350 {"SO_PRIORITY", Const, 0, ""},
15351 {"SO_PROTOCOL", Const, 0, ""},
15352 {"SO_PROTOTYPE", Const, 1, ""},
15353 {"SO_RANDOMPORT", Const, 0, ""},
15354 {"SO_RCVBUF", Const, 0, ""},
15355 {"SO_RCVBUFFORCE", Const, 0, ""},
15356 {"SO_RCVLOWAT", Const, 0, ""},
15357 {"SO_RCVTIMEO", Const, 0, ""},
15358 {"SO_RESTRICTIONS", Const, 0, ""},
15359 {"SO_RESTRICT_DENYIN", Const, 0, ""},
15360 {"SO_RESTRICT_DENYOUT", Const, 0, ""},
15361 {"SO_RESTRICT_DENYSET", Const, 0, ""},
15362 {"SO_REUSEADDR", Const, 0, ""},
15363 {"SO_REUSEPORT", Const, 0, ""},
15364 {"SO_REUSESHAREUID", Const, 0, ""},
15365 {"SO_RTABLE", Const, 1, ""},
15366 {"SO_RXQ_OVFL", Const, 0, ""},
15367 {"SO_SECURITY_AUTHENTICATION", Const, 0, ""},
15368 {"SO_SECURITY_ENCRYPTION_NETWORK", Const, 0, ""},
15369 {"SO_SECURITY_ENCRYPTION_TRANSPORT", Const, 0, ""},
15370 {"SO_SETFIB", Const, 0, ""},
15371 {"SO_SNDBUF", Const, 0, ""},
15372 {"SO_SNDBUFFORCE", Const, 0, ""},
15373 {"SO_SNDLOWAT", Const, 0, ""},
15374 {"SO_SNDTIMEO", Const, 0, ""},
15375 {"SO_SPLICE", Const, 1, ""},
15376 {"SO_TIMESTAMP", Const, 0, ""},
15377 {"SO_TIMESTAMPING", Const, 0, ""},
15378 {"SO_TIMESTAMPNS", Const, 0, ""},
15379 {"SO_TIMESTAMP_MONOTONIC", Const, 0, ""},
15380 {"SO_TYPE", Const, 0, ""},
15381 {"SO_UPCALLCLOSEWAIT", Const, 0, ""},
15382 {"SO_UPDATE_ACCEPT_CONTEXT", Const, 0, ""},
15383 {"SO_UPDATE_CONNECT_CONTEXT", Const, 1, ""},
15384 {"SO_USELOOPBACK", Const, 0, ""},
15385 {"SO_USER_COOKIE", Const, 1, ""},
15386 {"SO_VENDOR", Const, 3, ""},
15387 {"SO_WANTMORE", Const, 0, ""},
15388 {"SO_WANTOOBFLAG", Const, 0, ""},
15389 {"SSLExtraCertChainPolicyPara", Type, 0, ""},
15390 {"SSLExtraCertChainPolicyPara.AuthType", Field, 0, ""},
15391 {"SSLExtraCertChainPolicyPara.Checks", Field, 0, ""},
15392 {"SSLExtraCertChainPolicyPara.ServerName", Field, 0, ""},
15393 {"SSLExtraCertChainPolicyPara.Size", Field, 0, ""},
15394 {"STANDARD_RIGHTS_ALL", Const, 0, ""},
15395 {"STANDARD_RIGHTS_EXECUTE", Const, 0, ""},
15396 {"STANDARD_RIGHTS_READ", Const, 0, ""},
15397 {"STANDARD_RIGHTS_REQUIRED", Const, 0, ""},
15398 {"STANDARD_RIGHTS_WRITE", Const, 0, ""},
15399 {"STARTF_USESHOWWINDOW", Const, 0, ""},
15400 {"STARTF_USESTDHANDLES", Const, 0, ""},
15401 {"STD_ERROR_HANDLE", Const, 0, ""},
15402 {"STD_INPUT_HANDLE", Const, 0, ""},
15403 {"STD_OUTPUT_HANDLE", Const, 0, ""},
15404 {"SUBLANG_ENGLISH_US", Const, 0, ""},
15405 {"SW_FORCEMINIMIZE", Const, 0, ""},
15406 {"SW_HIDE", Const, 0, ""},
15407 {"SW_MAXIMIZE", Const, 0, ""},
15408 {"SW_MINIMIZE", Const, 0, ""},
15409 {"SW_NORMAL", Const, 0, ""},
15410 {"SW_RESTORE", Const, 0, ""},
15411 {"SW_SHOW", Const, 0, ""},
15412 {"SW_SHOWDEFAULT", Const, 0, ""},
15413 {"SW_SHOWMAXIMIZED", Const, 0, ""},
15414 {"SW_SHOWMINIMIZED", Const, 0, ""},
15415 {"SW_SHOWMINNOACTIVE", Const, 0, ""},
15416 {"SW_SHOWNA", Const, 0, ""},
15417 {"SW_SHOWNOACTIVATE", Const, 0, ""},
15418 {"SW_SHOWNORMAL", Const, 0, ""},
15419 {"SYMBOLIC_LINK_FLAG_DIRECTORY", Const, 4, ""},
15420 {"SYNCHRONIZE", Const, 0, ""},
15421 {"SYSCTL_VERSION", Const, 1, ""},
15422 {"SYSCTL_VERS_0", Const, 1, ""},
15423 {"SYSCTL_VERS_1", Const, 1, ""},
15424 {"SYSCTL_VERS_MASK", Const, 1, ""},
15425 {"SYS_ABORT2", Const, 0, ""},
15426 {"SYS_ACCEPT", Const, 0, ""},
15427 {"SYS_ACCEPT4", Const, 0, ""},
15428 {"SYS_ACCEPT_NOCANCEL", Const, 0, ""},
15429 {"SYS_ACCESS", Const, 0, ""},
15430 {"SYS_ACCESS_EXTENDED", Const, 0, ""},
15431 {"SYS_ACCT", Const, 0, ""},
15432 {"SYS_ADD_KEY", Const, 0, ""},
15433 {"SYS_ADD_PROFIL", Const, 0, ""},
15434 {"SYS_ADJFREQ", Const, 1, ""},
15435 {"SYS_ADJTIME", Const, 0, ""},
15436 {"SYS_ADJTIMEX", Const, 0, ""},
15437 {"SYS_AFS_SYSCALL", Const, 0, ""},
15438 {"SYS_AIO_CANCEL", Const, 0, ""},
15439 {"SYS_AIO_ERROR", Const, 0, ""},
15440 {"SYS_AIO_FSYNC", Const, 0, ""},
15441 {"SYS_AIO_MLOCK", Const, 14, ""},
15442 {"SYS_AIO_READ", Const, 0, ""},
15443 {"SYS_AIO_RETURN", Const, 0, ""},
15444 {"SYS_AIO_SUSPEND", Const, 0, ""},
15445 {"SYS_AIO_SUSPEND_NOCANCEL", Const, 0, ""},
15446 {"SYS_AIO_WAITCOMPLETE", Const, 14, ""},
15447 {"SYS_AIO_WRITE", Const, 0, ""},
15448 {"SYS_ALARM", Const, 0, ""},
15449 {"SYS_ARCH_PRCTL", Const, 0, ""},
15450 {"SYS_ARM_FADVISE64_64", Const, 0, ""},
15451 {"SYS_ARM_SYNC_FILE_RANGE", Const, 0, ""},
15452 {"SYS_ATGETMSG", Const, 0, ""},
15453 {"SYS_ATPGETREQ", Const, 0, ""},
15454 {"SYS_ATPGETRSP", Const, 0, ""},
15455 {"SYS_ATPSNDREQ", Const, 0, ""},
15456 {"SYS_ATPSNDRSP", Const, 0, ""},
15457 {"SYS_ATPUTMSG", Const, 0, ""},
15458 {"SYS_ATSOCKET", Const, 0, ""},
15459 {"SYS_AUDIT", Const, 0, ""},
15460 {"SYS_AUDITCTL", Const, 0, ""},
15461 {"SYS_AUDITON", Const, 0, ""},
15462 {"SYS_AUDIT_SESSION_JOIN", Const, 0, ""},
15463 {"SYS_AUDIT_SESSION_PORT", Const, 0, ""},
15464 {"SYS_AUDIT_SESSION_SELF", Const, 0, ""},
15465 {"SYS_BDFLUSH", Const, 0, ""},
15466 {"SYS_BIND", Const, 0, ""},
15467 {"SYS_BINDAT", Const, 3, ""},
15468 {"SYS_BREAK", Const, 0, ""},
15469 {"SYS_BRK", Const, 0, ""},
15470 {"SYS_BSDTHREAD_CREATE", Const, 0, ""},
15471 {"SYS_BSDTHREAD_REGISTER", Const, 0, ""},
15472 {"SYS_BSDTHREAD_TERMINATE", Const, 0, ""},
15473 {"SYS_CAPGET", Const, 0, ""},
15474 {"SYS_CAPSET", Const, 0, ""},
15475 {"SYS_CAP_ENTER", Const, 0, ""},
15476 {"SYS_CAP_FCNTLS_GET", Const, 1, ""},
15477 {"SYS_CAP_FCNTLS_LIMIT", Const, 1, ""},
15478 {"SYS_CAP_GETMODE", Const, 0, ""},
15479 {"SYS_CAP_GETRIGHTS", Const, 0, ""},
15480 {"SYS_CAP_IOCTLS_GET", Const, 1, ""},
15481 {"SYS_CAP_IOCTLS_LIMIT", Const, 1, ""},
15482 {"SYS_CAP_NEW", Const, 0, ""},
15483 {"SYS_CAP_RIGHTS_GET", Const, 1, ""},
15484 {"SYS_CAP_RIGHTS_LIMIT", Const, 1, ""},
15485 {"SYS_CHDIR", Const, 0, ""},
15486 {"SYS_CHFLAGS", Const, 0, ""},
15487 {"SYS_CHFLAGSAT", Const, 3, ""},
15488 {"SYS_CHMOD", Const, 0, ""},
15489 {"SYS_CHMOD_EXTENDED", Const, 0, ""},
15490 {"SYS_CHOWN", Const, 0, ""},
15491 {"SYS_CHOWN32", Const, 0, ""},
15492 {"SYS_CHROOT", Const, 0, ""},
15493 {"SYS_CHUD", Const, 0, ""},
15494 {"SYS_CLOCK_ADJTIME", Const, 0, ""},
15495 {"SYS_CLOCK_GETCPUCLOCKID2", Const, 1, ""},
15496 {"SYS_CLOCK_GETRES", Const, 0, ""},
15497 {"SYS_CLOCK_GETTIME", Const, 0, ""},
15498 {"SYS_CLOCK_NANOSLEEP", Const, 0, ""},
15499 {"SYS_CLOCK_SETTIME", Const, 0, ""},
15500 {"SYS_CLONE", Const, 0, ""},
15501 {"SYS_CLOSE", Const, 0, ""},
15502 {"SYS_CLOSEFROM", Const, 0, ""},
15503 {"SYS_CLOSE_NOCANCEL", Const, 0, ""},
15504 {"SYS_CONNECT", Const, 0, ""},
15505 {"SYS_CONNECTAT", Const, 3, ""},
15506 {"SYS_CONNECT_NOCANCEL", Const, 0, ""},
15507 {"SYS_COPYFILE", Const, 0, ""},
15508 {"SYS_CPUSET", Const, 0, ""},
15509 {"SYS_CPUSET_GETAFFINITY", Const, 0, ""},
15510 {"SYS_CPUSET_GETID", Const, 0, ""},
15511 {"SYS_CPUSET_SETAFFINITY", Const, 0, ""},
15512 {"SYS_CPUSET_SETID", Const, 0, ""},
15513 {"SYS_CREAT", Const, 0, ""},
15514 {"SYS_CREATE_MODULE", Const, 0, ""},
15515 {"SYS_CSOPS", Const, 0, ""},
15516 {"SYS_CSOPS_AUDITTOKEN", Const, 16, ""},
15517 {"SYS_DELETE", Const, 0, ""},
15518 {"SYS_DELETE_MODULE", Const, 0, ""},
15519 {"SYS_DUP", Const, 0, ""},
15520 {"SYS_DUP2", Const, 0, ""},
15521 {"SYS_DUP3", Const, 0, ""},
15522 {"SYS_EACCESS", Const, 0, ""},
15523 {"SYS_EPOLL_CREATE", Const, 0, ""},
15524 {"SYS_EPOLL_CREATE1", Const, 0, ""},
15525 {"SYS_EPOLL_CTL", Const, 0, ""},
15526 {"SYS_EPOLL_CTL_OLD", Const, 0, ""},
15527 {"SYS_EPOLL_PWAIT", Const, 0, ""},
15528 {"SYS_EPOLL_WAIT", Const, 0, ""},
15529 {"SYS_EPOLL_WAIT_OLD", Const, 0, ""},
15530 {"SYS_EVENTFD", Const, 0, ""},
15531 {"SYS_EVENTFD2", Const, 0, ""},
15532 {"SYS_EXCHANGEDATA", Const, 0, ""},
15533 {"SYS_EXECVE", Const, 0, ""},
15534 {"SYS_EXIT", Const, 0, ""},
15535 {"SYS_EXIT_GROUP", Const, 0, ""},
15536 {"SYS_EXTATTRCTL", Const, 0, ""},
15537 {"SYS_EXTATTR_DELETE_FD", Const, 0, ""},
15538 {"SYS_EXTATTR_DELETE_FILE", Const, 0, ""},
15539 {"SYS_EXTATTR_DELETE_LINK", Const, 0, ""},
15540 {"SYS_EXTATTR_GET_FD", Const, 0, ""},
15541 {"SYS_EXTATTR_GET_FILE", Const, 0, ""},
15542 {"SYS_EXTATTR_GET_LINK", Const, 0, ""},
15543 {"SYS_EXTATTR_LIST_FD", Const, 0, ""},
15544 {"SYS_EXTATTR_LIST_FILE", Const, 0, ""},
15545 {"SYS_EXTATTR_LIST_LINK", Const, 0, ""},
15546 {"SYS_EXTATTR_SET_FD", Const, 0, ""},
15547 {"SYS_EXTATTR_SET_FILE", Const, 0, ""},
15548 {"SYS_EXTATTR_SET_LINK", Const, 0, ""},
15549 {"SYS_FACCESSAT", Const, 0, ""},
15550 {"SYS_FADVISE64", Const, 0, ""},
15551 {"SYS_FADVISE64_64", Const, 0, ""},
15552 {"SYS_FALLOCATE", Const, 0, ""},
15553 {"SYS_FANOTIFY_INIT", Const, 0, ""},
15554 {"SYS_FANOTIFY_MARK", Const, 0, ""},
15555 {"SYS_FCHDIR", Const, 0, ""},
15556 {"SYS_FCHFLAGS", Const, 0, ""},
15557 {"SYS_FCHMOD", Const, 0, ""},
15558 {"SYS_FCHMODAT", Const, 0, ""},
15559 {"SYS_FCHMOD_EXTENDED", Const, 0, ""},
15560 {"SYS_FCHOWN", Const, 0, ""},
15561 {"SYS_FCHOWN32", Const, 0, ""},
15562 {"SYS_FCHOWNAT", Const, 0, ""},
15563 {"SYS_FCHROOT", Const, 1, ""},
15564 {"SYS_FCNTL", Const, 0, ""},
15565 {"SYS_FCNTL64", Const, 0, ""},
15566 {"SYS_FCNTL_NOCANCEL", Const, 0, ""},
15567 {"SYS_FDATASYNC", Const, 0, ""},
15568 {"SYS_FEXECVE", Const, 0, ""},
15569 {"SYS_FFCLOCK_GETCOUNTER", Const, 0, ""},
15570 {"SYS_FFCLOCK_GETESTIMATE", Const, 0, ""},
15571 {"SYS_FFCLOCK_SETESTIMATE", Const, 0, ""},
15572 {"SYS_FFSCTL", Const, 0, ""},
15573 {"SYS_FGETATTRLIST", Const, 0, ""},
15574 {"SYS_FGETXATTR", Const, 0, ""},
15575 {"SYS_FHOPEN", Const, 0, ""},
15576 {"SYS_FHSTAT", Const, 0, ""},
15577 {"SYS_FHSTATFS", Const, 0, ""},
15578 {"SYS_FILEPORT_MAKEFD", Const, 0, ""},
15579 {"SYS_FILEPORT_MAKEPORT", Const, 0, ""},
15580 {"SYS_FKTRACE", Const, 1, ""},
15581 {"SYS_FLISTXATTR", Const, 0, ""},
15582 {"SYS_FLOCK", Const, 0, ""},
15583 {"SYS_FORK", Const, 0, ""},
15584 {"SYS_FPATHCONF", Const, 0, ""},
15585 {"SYS_FREEBSD6_FTRUNCATE", Const, 0, ""},
15586 {"SYS_FREEBSD6_LSEEK", Const, 0, ""},
15587 {"SYS_FREEBSD6_MMAP", Const, 0, ""},
15588 {"SYS_FREEBSD6_PREAD", Const, 0, ""},
15589 {"SYS_FREEBSD6_PWRITE", Const, 0, ""},
15590 {"SYS_FREEBSD6_TRUNCATE", Const, 0, ""},
15591 {"SYS_FREMOVEXATTR", Const, 0, ""},
15592 {"SYS_FSCTL", Const, 0, ""},
15593 {"SYS_FSETATTRLIST", Const, 0, ""},
15594 {"SYS_FSETXATTR", Const, 0, ""},
15595 {"SYS_FSGETPATH", Const, 0, ""},
15596 {"SYS_FSTAT", Const, 0, ""},
15597 {"SYS_FSTAT64", Const, 0, ""},
15598 {"SYS_FSTAT64_EXTENDED", Const, 0, ""},
15599 {"SYS_FSTATAT", Const, 0, ""},
15600 {"SYS_FSTATAT64", Const, 0, ""},
15601 {"SYS_FSTATFS", Const, 0, ""},
15602 {"SYS_FSTATFS64", Const, 0, ""},
15603 {"SYS_FSTATV", Const, 0, ""},
15604 {"SYS_FSTATVFS1", Const, 1, ""},
15605 {"SYS_FSTAT_EXTENDED", Const, 0, ""},
15606 {"SYS_FSYNC", Const, 0, ""},
15607 {"SYS_FSYNC_NOCANCEL", Const, 0, ""},
15608 {"SYS_FSYNC_RANGE", Const, 1, ""},
15609 {"SYS_FTIME", Const, 0, ""},
15610 {"SYS_FTRUNCATE", Const, 0, ""},
15611 {"SYS_FTRUNCATE64", Const, 0, ""},
15612 {"SYS_FUTEX", Const, 0, ""},
15613 {"SYS_FUTIMENS", Const, 1, ""},
15614 {"SYS_FUTIMES", Const, 0, ""},
15615 {"SYS_FUTIMESAT", Const, 0, ""},
15616 {"SYS_GETATTRLIST", Const, 0, ""},
15617 {"SYS_GETAUDIT", Const, 0, ""},
15618 {"SYS_GETAUDIT_ADDR", Const, 0, ""},
15619 {"SYS_GETAUID", Const, 0, ""},
15620 {"SYS_GETCONTEXT", Const, 0, ""},
15621 {"SYS_GETCPU", Const, 0, ""},
15622 {"SYS_GETCWD", Const, 0, ""},
15623 {"SYS_GETDENTS", Const, 0, ""},
15624 {"SYS_GETDENTS64", Const, 0, ""},
15625 {"SYS_GETDIRENTRIES", Const, 0, ""},
15626 {"SYS_GETDIRENTRIES64", Const, 0, ""},
15627 {"SYS_GETDIRENTRIESATTR", Const, 0, ""},
15628 {"SYS_GETDTABLECOUNT", Const, 1, ""},
15629 {"SYS_GETDTABLESIZE", Const, 0, ""},
15630 {"SYS_GETEGID", Const, 0, ""},
15631 {"SYS_GETEGID32", Const, 0, ""},
15632 {"SYS_GETEUID", Const, 0, ""},
15633 {"SYS_GETEUID32", Const, 0, ""},
15634 {"SYS_GETFH", Const, 0, ""},
15635 {"SYS_GETFSSTAT", Const, 0, ""},
15636 {"SYS_GETFSSTAT64", Const, 0, ""},
15637 {"SYS_GETGID", Const, 0, ""},
15638 {"SYS_GETGID32", Const, 0, ""},
15639 {"SYS_GETGROUPS", Const, 0, ""},
15640 {"SYS_GETGROUPS32", Const, 0, ""},
15641 {"SYS_GETHOSTUUID", Const, 0, ""},
15642 {"SYS_GETITIMER", Const, 0, ""},
15643 {"SYS_GETLCID", Const, 0, ""},
15644 {"SYS_GETLOGIN", Const, 0, ""},
15645 {"SYS_GETLOGINCLASS", Const, 0, ""},
15646 {"SYS_GETPEERNAME", Const, 0, ""},
15647 {"SYS_GETPGID", Const, 0, ""},
15648 {"SYS_GETPGRP", Const, 0, ""},
15649 {"SYS_GETPID", Const, 0, ""},
15650 {"SYS_GETPMSG", Const, 0, ""},
15651 {"SYS_GETPPID", Const, 0, ""},
15652 {"SYS_GETPRIORITY", Const, 0, ""},
15653 {"SYS_GETRESGID", Const, 0, ""},
15654 {"SYS_GETRESGID32", Const, 0, ""},
15655 {"SYS_GETRESUID", Const, 0, ""},
15656 {"SYS_GETRESUID32", Const, 0, ""},
15657 {"SYS_GETRLIMIT", Const, 0, ""},
15658 {"SYS_GETRTABLE", Const, 1, ""},
15659 {"SYS_GETRUSAGE", Const, 0, ""},
15660 {"SYS_GETSGROUPS", Const, 0, ""},
15661 {"SYS_GETSID", Const, 0, ""},
15662 {"SYS_GETSOCKNAME", Const, 0, ""},
15663 {"SYS_GETSOCKOPT", Const, 0, ""},
15664 {"SYS_GETTHRID", Const, 1, ""},
15665 {"SYS_GETTID", Const, 0, ""},
15666 {"SYS_GETTIMEOFDAY", Const, 0, ""},
15667 {"SYS_GETUID", Const, 0, ""},
15668 {"SYS_GETUID32", Const, 0, ""},
15669 {"SYS_GETVFSSTAT", Const, 1, ""},
15670 {"SYS_GETWGROUPS", Const, 0, ""},
15671 {"SYS_GETXATTR", Const, 0, ""},
15672 {"SYS_GET_KERNEL_SYMS", Const, 0, ""},
15673 {"SYS_GET_MEMPOLICY", Const, 0, ""},
15674 {"SYS_GET_ROBUST_LIST", Const, 0, ""},
15675 {"SYS_GET_THREAD_AREA", Const, 0, ""},
15676 {"SYS_GSSD_SYSCALL", Const, 14, ""},
15677 {"SYS_GTTY", Const, 0, ""},
15678 {"SYS_IDENTITYSVC", Const, 0, ""},
15679 {"SYS_IDLE", Const, 0, ""},
15680 {"SYS_INITGROUPS", Const, 0, ""},
15681 {"SYS_INIT_MODULE", Const, 0, ""},
15682 {"SYS_INOTIFY_ADD_WATCH", Const, 0, ""},
15683 {"SYS_INOTIFY_INIT", Const, 0, ""},
15684 {"SYS_INOTIFY_INIT1", Const, 0, ""},
15685 {"SYS_INOTIFY_RM_WATCH", Const, 0, ""},
15686 {"SYS_IOCTL", Const, 0, ""},
15687 {"SYS_IOPERM", Const, 0, ""},
15688 {"SYS_IOPL", Const, 0, ""},
15689 {"SYS_IOPOLICYSYS", Const, 0, ""},
15690 {"SYS_IOPRIO_GET", Const, 0, ""},
15691 {"SYS_IOPRIO_SET", Const, 0, ""},
15692 {"SYS_IO_CANCEL", Const, 0, ""},
15693 {"SYS_IO_DESTROY", Const, 0, ""},
15694 {"SYS_IO_GETEVENTS", Const, 0, ""},
15695 {"SYS_IO_SETUP", Const, 0, ""},
15696 {"SYS_IO_SUBMIT", Const, 0, ""},
15697 {"SYS_IPC", Const, 0, ""},
15698 {"SYS_ISSETUGID", Const, 0, ""},
15699 {"SYS_JAIL", Const, 0, ""},
15700 {"SYS_JAIL_ATTACH", Const, 0, ""},
15701 {"SYS_JAIL_GET", Const, 0, ""},
15702 {"SYS_JAIL_REMOVE", Const, 0, ""},
15703 {"SYS_JAIL_SET", Const, 0, ""},
15704 {"SYS_KAS_INFO", Const, 16, ""},
15705 {"SYS_KDEBUG_TRACE", Const, 0, ""},
15706 {"SYS_KENV", Const, 0, ""},
15707 {"SYS_KEVENT", Const, 0, ""},
15708 {"SYS_KEVENT64", Const, 0, ""},
15709 {"SYS_KEXEC_LOAD", Const, 0, ""},
15710 {"SYS_KEYCTL", Const, 0, ""},
15711 {"SYS_KILL", Const, 0, ""},
15712 {"SYS_KLDFIND", Const, 0, ""},
15713 {"SYS_KLDFIRSTMOD", Const, 0, ""},
15714 {"SYS_KLDLOAD", Const, 0, ""},
15715 {"SYS_KLDNEXT", Const, 0, ""},
15716 {"SYS_KLDSTAT", Const, 0, ""},
15717 {"SYS_KLDSYM", Const, 0, ""},
15718 {"SYS_KLDUNLOAD", Const, 0, ""},
15719 {"SYS_KLDUNLOADF", Const, 0, ""},
15720 {"SYS_KMQ_NOTIFY", Const, 14, ""},
15721 {"SYS_KMQ_OPEN", Const, 14, ""},
15722 {"SYS_KMQ_SETATTR", Const, 14, ""},
15723 {"SYS_KMQ_TIMEDRECEIVE", Const, 14, ""},
15724 {"SYS_KMQ_TIMEDSEND", Const, 14, ""},
15725 {"SYS_KMQ_UNLINK", Const, 14, ""},
15726 {"SYS_KQUEUE", Const, 0, ""},
15727 {"SYS_KQUEUE1", Const, 1, ""},
15728 {"SYS_KSEM_CLOSE", Const, 14, ""},
15729 {"SYS_KSEM_DESTROY", Const, 14, ""},
15730 {"SYS_KSEM_GETVALUE", Const, 14, ""},
15731 {"SYS_KSEM_INIT", Const, 14, ""},
15732 {"SYS_KSEM_OPEN", Const, 14, ""},
15733 {"SYS_KSEM_POST", Const, 14, ""},
15734 {"SYS_KSEM_TIMEDWAIT", Const, 14, ""},
15735 {"SYS_KSEM_TRYWAIT", Const, 14, ""},
15736 {"SYS_KSEM_UNLINK", Const, 14, ""},
15737 {"SYS_KSEM_WAIT", Const, 14, ""},
15738 {"SYS_KTIMER_CREATE", Const, 0, ""},
15739 {"SYS_KTIMER_DELETE", Const, 0, ""},
15740 {"SYS_KTIMER_GETOVERRUN", Const, 0, ""},
15741 {"SYS_KTIMER_GETTIME", Const, 0, ""},
15742 {"SYS_KTIMER_SETTIME", Const, 0, ""},
15743 {"SYS_KTRACE", Const, 0, ""},
15744 {"SYS_LCHFLAGS", Const, 0, ""},
15745 {"SYS_LCHMOD", Const, 0, ""},
15746 {"SYS_LCHOWN", Const, 0, ""},
15747 {"SYS_LCHOWN32", Const, 0, ""},
15748 {"SYS_LEDGER", Const, 16, ""},
15749 {"SYS_LGETFH", Const, 0, ""},
15750 {"SYS_LGETXATTR", Const, 0, ""},
15751 {"SYS_LINK", Const, 0, ""},
15752 {"SYS_LINKAT", Const, 0, ""},
15753 {"SYS_LIO_LISTIO", Const, 0, ""},
15754 {"SYS_LISTEN", Const, 0, ""},
15755 {"SYS_LISTXATTR", Const, 0, ""},
15756 {"SYS_LLISTXATTR", Const, 0, ""},
15757 {"SYS_LOCK", Const, 0, ""},
15758 {"SYS_LOOKUP_DCOOKIE", Const, 0, ""},
15759 {"SYS_LPATHCONF", Const, 0, ""},
15760 {"SYS_LREMOVEXATTR", Const, 0, ""},
15761 {"SYS_LSEEK", Const, 0, ""},
15762 {"SYS_LSETXATTR", Const, 0, ""},
15763 {"SYS_LSTAT", Const, 0, ""},
15764 {"SYS_LSTAT64", Const, 0, ""},
15765 {"SYS_LSTAT64_EXTENDED", Const, 0, ""},
15766 {"SYS_LSTATV", Const, 0, ""},
15767 {"SYS_LSTAT_EXTENDED", Const, 0, ""},
15768 {"SYS_LUTIMES", Const, 0, ""},
15769 {"SYS_MAC_SYSCALL", Const, 0, ""},
15770 {"SYS_MADVISE", Const, 0, ""},
15771 {"SYS_MADVISE1", Const, 0, ""},
15772 {"SYS_MAXSYSCALL", Const, 0, ""},
15773 {"SYS_MBIND", Const, 0, ""},
15774 {"SYS_MIGRATE_PAGES", Const, 0, ""},
15775 {"SYS_MINCORE", Const, 0, ""},
15776 {"SYS_MINHERIT", Const, 0, ""},
15777 {"SYS_MKCOMPLEX", Const, 0, ""},
15778 {"SYS_MKDIR", Const, 0, ""},
15779 {"SYS_MKDIRAT", Const, 0, ""},
15780 {"SYS_MKDIR_EXTENDED", Const, 0, ""},
15781 {"SYS_MKFIFO", Const, 0, ""},
15782 {"SYS_MKFIFOAT", Const, 0, ""},
15783 {"SYS_MKFIFO_EXTENDED", Const, 0, ""},
15784 {"SYS_MKNOD", Const, 0, ""},
15785 {"SYS_MKNODAT", Const, 0, ""},
15786 {"SYS_MLOCK", Const, 0, ""},
15787 {"SYS_MLOCKALL", Const, 0, ""},
15788 {"SYS_MMAP", Const, 0, ""},
15789 {"SYS_MMAP2", Const, 0, ""},
15790 {"SYS_MODCTL", Const, 1, ""},
15791 {"SYS_MODFIND", Const, 0, ""},
15792 {"SYS_MODFNEXT", Const, 0, ""},
15793 {"SYS_MODIFY_LDT", Const, 0, ""},
15794 {"SYS_MODNEXT", Const, 0, ""},
15795 {"SYS_MODSTAT", Const, 0, ""},
15796 {"SYS_MODWATCH", Const, 0, ""},
15797 {"SYS_MOUNT", Const, 0, ""},
15798 {"SYS_MOVE_PAGES", Const, 0, ""},
15799 {"SYS_MPROTECT", Const, 0, ""},
15800 {"SYS_MPX", Const, 0, ""},
15801 {"SYS_MQUERY", Const, 1, ""},
15802 {"SYS_MQ_GETSETATTR", Const, 0, ""},
15803 {"SYS_MQ_NOTIFY", Const, 0, ""},
15804 {"SYS_MQ_OPEN", Const, 0, ""},
15805 {"SYS_MQ_TIMEDRECEIVE", Const, 0, ""},
15806 {"SYS_MQ_TIMEDSEND", Const, 0, ""},
15807 {"SYS_MQ_UNLINK", Const, 0, ""},
15808 {"SYS_MREMAP", Const, 0, ""},
15809 {"SYS_MSGCTL", Const, 0, ""},
15810 {"SYS_MSGGET", Const, 0, ""},
15811 {"SYS_MSGRCV", Const, 0, ""},
15812 {"SYS_MSGRCV_NOCANCEL", Const, 0, ""},
15813 {"SYS_MSGSND", Const, 0, ""},
15814 {"SYS_MSGSND_NOCANCEL", Const, 0, ""},
15815 {"SYS_MSGSYS", Const, 0, ""},
15816 {"SYS_MSYNC", Const, 0, ""},
15817 {"SYS_MSYNC_NOCANCEL", Const, 0, ""},
15818 {"SYS_MUNLOCK", Const, 0, ""},
15819 {"SYS_MUNLOCKALL", Const, 0, ""},
15820 {"SYS_MUNMAP", Const, 0, ""},
15821 {"SYS_NAME_TO_HANDLE_AT", Const, 0, ""},
15822 {"SYS_NANOSLEEP", Const, 0, ""},
15823 {"SYS_NEWFSTATAT", Const, 0, ""},
15824 {"SYS_NFSCLNT", Const, 0, ""},
15825 {"SYS_NFSSERVCTL", Const, 0, ""},
15826 {"SYS_NFSSVC", Const, 0, ""},
15827 {"SYS_NFSTAT", Const, 0, ""},
15828 {"SYS_NICE", Const, 0, ""},
15829 {"SYS_NLM_SYSCALL", Const, 14, ""},
15830 {"SYS_NLSTAT", Const, 0, ""},
15831 {"SYS_NMOUNT", Const, 0, ""},
15832 {"SYS_NSTAT", Const, 0, ""},
15833 {"SYS_NTP_ADJTIME", Const, 0, ""},
15834 {"SYS_NTP_GETTIME", Const, 0, ""},
15835 {"SYS_NUMA_GETAFFINITY", Const, 14, ""},
15836 {"SYS_NUMA_SETAFFINITY", Const, 14, ""},
15837 {"SYS_OABI_SYSCALL_BASE", Const, 0, ""},
15838 {"SYS_OBREAK", Const, 0, ""},
15839 {"SYS_OLDFSTAT", Const, 0, ""},
15840 {"SYS_OLDLSTAT", Const, 0, ""},
15841 {"SYS_OLDOLDUNAME", Const, 0, ""},
15842 {"SYS_OLDSTAT", Const, 0, ""},
15843 {"SYS_OLDUNAME", Const, 0, ""},
15844 {"SYS_OPEN", Const, 0, ""},
15845 {"SYS_OPENAT", Const, 0, ""},
15846 {"SYS_OPENBSD_POLL", Const, 0, ""},
15847 {"SYS_OPEN_BY_HANDLE_AT", Const, 0, ""},
15848 {"SYS_OPEN_DPROTECTED_NP", Const, 16, ""},
15849 {"SYS_OPEN_EXTENDED", Const, 0, ""},
15850 {"SYS_OPEN_NOCANCEL", Const, 0, ""},
15851 {"SYS_OVADVISE", Const, 0, ""},
15852 {"SYS_PACCEPT", Const, 1, ""},
15853 {"SYS_PATHCONF", Const, 0, ""},
15854 {"SYS_PAUSE", Const, 0, ""},
15855 {"SYS_PCICONFIG_IOBASE", Const, 0, ""},
15856 {"SYS_PCICONFIG_READ", Const, 0, ""},
15857 {"SYS_PCICONFIG_WRITE", Const, 0, ""},
15858 {"SYS_PDFORK", Const, 0, ""},
15859 {"SYS_PDGETPID", Const, 0, ""},
15860 {"SYS_PDKILL", Const, 0, ""},
15861 {"SYS_PERF_EVENT_OPEN", Const, 0, ""},
15862 {"SYS_PERSONALITY", Const, 0, ""},
15863 {"SYS_PID_HIBERNATE", Const, 0, ""},
15864 {"SYS_PID_RESUME", Const, 0, ""},
15865 {"SYS_PID_SHUTDOWN_SOCKETS", Const, 0, ""},
15866 {"SYS_PID_SUSPEND", Const, 0, ""},
15867 {"SYS_PIPE", Const, 0, ""},
15868 {"SYS_PIPE2", Const, 0, ""},
15869 {"SYS_PIVOT_ROOT", Const, 0, ""},
15870 {"SYS_PMC_CONTROL", Const, 1, ""},
15871 {"SYS_PMC_GET_INFO", Const, 1, ""},
15872 {"SYS_POLL", Const, 0, ""},
15873 {"SYS_POLLTS", Const, 1, ""},
15874 {"SYS_POLL_NOCANCEL", Const, 0, ""},
15875 {"SYS_POSIX_FADVISE", Const, 0, ""},
15876 {"SYS_POSIX_FALLOCATE", Const, 0, ""},
15877 {"SYS_POSIX_OPENPT", Const, 0, ""},
15878 {"SYS_POSIX_SPAWN", Const, 0, ""},
15879 {"SYS_PPOLL", Const, 0, ""},
15880 {"SYS_PRCTL", Const, 0, ""},
15881 {"SYS_PREAD", Const, 0, ""},
15882 {"SYS_PREAD64", Const, 0, ""},
15883 {"SYS_PREADV", Const, 0, ""},
15884 {"SYS_PREAD_NOCANCEL", Const, 0, ""},
15885 {"SYS_PRLIMIT64", Const, 0, ""},
15886 {"SYS_PROCCTL", Const, 3, ""},
15887 {"SYS_PROCESS_POLICY", Const, 0, ""},
15888 {"SYS_PROCESS_VM_READV", Const, 0, ""},
15889 {"SYS_PROCESS_VM_WRITEV", Const, 0, ""},
15890 {"SYS_PROC_INFO", Const, 0, ""},
15891 {"SYS_PROF", Const, 0, ""},
15892 {"SYS_PROFIL", Const, 0, ""},
15893 {"SYS_PSELECT", Const, 0, ""},
15894 {"SYS_PSELECT6", Const, 0, ""},
15895 {"SYS_PSET_ASSIGN", Const, 1, ""},
15896 {"SYS_PSET_CREATE", Const, 1, ""},
15897 {"SYS_PSET_DESTROY", Const, 1, ""},
15898 {"SYS_PSYNCH_CVBROAD", Const, 0, ""},
15899 {"SYS_PSYNCH_CVCLRPREPOST", Const, 0, ""},
15900 {"SYS_PSYNCH_CVSIGNAL", Const, 0, ""},
15901 {"SYS_PSYNCH_CVWAIT", Const, 0, ""},
15902 {"SYS_PSYNCH_MUTEXDROP", Const, 0, ""},
15903 {"SYS_PSYNCH_MUTEXWAIT", Const, 0, ""},
15904 {"SYS_PSYNCH_RW_DOWNGRADE", Const, 0, ""},
15905 {"SYS_PSYNCH_RW_LONGRDLOCK", Const, 0, ""},
15906 {"SYS_PSYNCH_RW_RDLOCK", Const, 0, ""},
15907 {"SYS_PSYNCH_RW_UNLOCK", Const, 0, ""},
15908 {"SYS_PSYNCH_RW_UNLOCK2", Const, 0, ""},
15909 {"SYS_PSYNCH_RW_UPGRADE", Const, 0, ""},
15910 {"SYS_PSYNCH_RW_WRLOCK", Const, 0, ""},
15911 {"SYS_PSYNCH_RW_YIELDWRLOCK", Const, 0, ""},
15912 {"SYS_PTRACE", Const, 0, ""},
15913 {"SYS_PUTPMSG", Const, 0, ""},
15914 {"SYS_PWRITE", Const, 0, ""},
15915 {"SYS_PWRITE64", Const, 0, ""},
15916 {"SYS_PWRITEV", Const, 0, ""},
15917 {"SYS_PWRITE_NOCANCEL", Const, 0, ""},
15918 {"SYS_QUERY_MODULE", Const, 0, ""},
15919 {"SYS_QUOTACTL", Const, 0, ""},
15920 {"SYS_RASCTL", Const, 1, ""},
15921 {"SYS_RCTL_ADD_RULE", Const, 0, ""},
15922 {"SYS_RCTL_GET_LIMITS", Const, 0, ""},
15923 {"SYS_RCTL_GET_RACCT", Const, 0, ""},
15924 {"SYS_RCTL_GET_RULES", Const, 0, ""},
15925 {"SYS_RCTL_REMOVE_RULE", Const, 0, ""},
15926 {"SYS_READ", Const, 0, ""},
15927 {"SYS_READAHEAD", Const, 0, ""},
15928 {"SYS_READDIR", Const, 0, ""},
15929 {"SYS_READLINK", Const, 0, ""},
15930 {"SYS_READLINKAT", Const, 0, ""},
15931 {"SYS_READV", Const, 0, ""},
15932 {"SYS_READV_NOCANCEL", Const, 0, ""},
15933 {"SYS_READ_NOCANCEL", Const, 0, ""},
15934 {"SYS_REBOOT", Const, 0, ""},
15935 {"SYS_RECV", Const, 0, ""},
15936 {"SYS_RECVFROM", Const, 0, ""},
15937 {"SYS_RECVFROM_NOCANCEL", Const, 0, ""},
15938 {"SYS_RECVMMSG", Const, 0, ""},
15939 {"SYS_RECVMSG", Const, 0, ""},
15940 {"SYS_RECVMSG_NOCANCEL", Const, 0, ""},
15941 {"SYS_REMAP_FILE_PAGES", Const, 0, ""},
15942 {"SYS_REMOVEXATTR", Const, 0, ""},
15943 {"SYS_RENAME", Const, 0, ""},
15944 {"SYS_RENAMEAT", Const, 0, ""},
15945 {"SYS_REQUEST_KEY", Const, 0, ""},
15946 {"SYS_RESTART_SYSCALL", Const, 0, ""},
15947 {"SYS_REVOKE", Const, 0, ""},
15948 {"SYS_RFORK", Const, 0, ""},
15949 {"SYS_RMDIR", Const, 0, ""},
15950 {"SYS_RTPRIO", Const, 0, ""},
15951 {"SYS_RTPRIO_THREAD", Const, 0, ""},
15952 {"SYS_RT_SIGACTION", Const, 0, ""},
15953 {"SYS_RT_SIGPENDING", Const, 0, ""},
15954 {"SYS_RT_SIGPROCMASK", Const, 0, ""},
15955 {"SYS_RT_SIGQUEUEINFO", Const, 0, ""},
15956 {"SYS_RT_SIGRETURN", Const, 0, ""},
15957 {"SYS_RT_SIGSUSPEND", Const, 0, ""},
15958 {"SYS_RT_SIGTIMEDWAIT", Const, 0, ""},
15959 {"SYS_RT_TGSIGQUEUEINFO", Const, 0, ""},
15960 {"SYS_SBRK", Const, 0, ""},
15961 {"SYS_SCHED_GETAFFINITY", Const, 0, ""},
15962 {"SYS_SCHED_GETPARAM", Const, 0, ""},
15963 {"SYS_SCHED_GETSCHEDULER", Const, 0, ""},
15964 {"SYS_SCHED_GET_PRIORITY_MAX", Const, 0, ""},
15965 {"SYS_SCHED_GET_PRIORITY_MIN", Const, 0, ""},
15966 {"SYS_SCHED_RR_GET_INTERVAL", Const, 0, ""},
15967 {"SYS_SCHED_SETAFFINITY", Const, 0, ""},
15968 {"SYS_SCHED_SETPARAM", Const, 0, ""},
15969 {"SYS_SCHED_SETSCHEDULER", Const, 0, ""},
15970 {"SYS_SCHED_YIELD", Const, 0, ""},
15971 {"SYS_SCTP_GENERIC_RECVMSG", Const, 0, ""},
15972 {"SYS_SCTP_GENERIC_SENDMSG", Const, 0, ""},
15973 {"SYS_SCTP_GENERIC_SENDMSG_IOV", Const, 0, ""},
15974 {"SYS_SCTP_PEELOFF", Const, 0, ""},
15975 {"SYS_SEARCHFS", Const, 0, ""},
15976 {"SYS_SECURITY", Const, 0, ""},
15977 {"SYS_SELECT", Const, 0, ""},
15978 {"SYS_SELECT_NOCANCEL", Const, 0, ""},
15979 {"SYS_SEMCONFIG", Const, 1, ""},
15980 {"SYS_SEMCTL", Const, 0, ""},
15981 {"SYS_SEMGET", Const, 0, ""},
15982 {"SYS_SEMOP", Const, 0, ""},
15983 {"SYS_SEMSYS", Const, 0, ""},
15984 {"SYS_SEMTIMEDOP", Const, 0, ""},
15985 {"SYS_SEM_CLOSE", Const, 0, ""},
15986 {"SYS_SEM_DESTROY", Const, 0, ""},
15987 {"SYS_SEM_GETVALUE", Const, 0, ""},
15988 {"SYS_SEM_INIT", Const, 0, ""},
15989 {"SYS_SEM_OPEN", Const, 0, ""},
15990 {"SYS_SEM_POST", Const, 0, ""},
15991 {"SYS_SEM_TRYWAIT", Const, 0, ""},
15992 {"SYS_SEM_UNLINK", Const, 0, ""},
15993 {"SYS_SEM_WAIT", Const, 0, ""},
15994 {"SYS_SEM_WAIT_NOCANCEL", Const, 0, ""},
15995 {"SYS_SEND", Const, 0, ""},
15996 {"SYS_SENDFILE", Const, 0, ""},
15997 {"SYS_SENDFILE64", Const, 0, ""},
15998 {"SYS_SENDMMSG", Const, 0, ""},
15999 {"SYS_SENDMSG", Const, 0, ""},
16000 {"SYS_SENDMSG_NOCANCEL", Const, 0, ""},
16001 {"SYS_SENDTO", Const, 0, ""},
16002 {"SYS_SENDTO_NOCANCEL", Const, 0, ""},
16003 {"SYS_SETATTRLIST", Const, 0, ""},
16004 {"SYS_SETAUDIT", Const, 0, ""},
16005 {"SYS_SETAUDIT_ADDR", Const, 0, ""},
16006 {"SYS_SETAUID", Const, 0, ""},
16007 {"SYS_SETCONTEXT", Const, 0, ""},
16008 {"SYS_SETDOMAINNAME", Const, 0, ""},
16009 {"SYS_SETEGID", Const, 0, ""},
16010 {"SYS_SETEUID", Const, 0, ""},
16011 {"SYS_SETFIB", Const, 0, ""},
16012 {"SYS_SETFSGID", Const, 0, ""},
16013 {"SYS_SETFSGID32", Const, 0, ""},
16014 {"SYS_SETFSUID", Const, 0, ""},
16015 {"SYS_SETFSUID32", Const, 0, ""},
16016 {"SYS_SETGID", Const, 0, ""},
16017 {"SYS_SETGID32", Const, 0, ""},
16018 {"SYS_SETGROUPS", Const, 0, ""},
16019 {"SYS_SETGROUPS32", Const, 0, ""},
16020 {"SYS_SETHOSTNAME", Const, 0, ""},
16021 {"SYS_SETITIMER", Const, 0, ""},
16022 {"SYS_SETLCID", Const, 0, ""},
16023 {"SYS_SETLOGIN", Const, 0, ""},
16024 {"SYS_SETLOGINCLASS", Const, 0, ""},
16025 {"SYS_SETNS", Const, 0, ""},
16026 {"SYS_SETPGID", Const, 0, ""},
16027 {"SYS_SETPRIORITY", Const, 0, ""},
16028 {"SYS_SETPRIVEXEC", Const, 0, ""},
16029 {"SYS_SETREGID", Const, 0, ""},
16030 {"SYS_SETREGID32", Const, 0, ""},
16031 {"SYS_SETRESGID", Const, 0, ""},
16032 {"SYS_SETRESGID32", Const, 0, ""},
16033 {"SYS_SETRESUID", Const, 0, ""},
16034 {"SYS_SETRESUID32", Const, 0, ""},
16035 {"SYS_SETREUID", Const, 0, ""},
16036 {"SYS_SETREUID32", Const, 0, ""},
16037 {"SYS_SETRLIMIT", Const, 0, ""},
16038 {"SYS_SETRTABLE", Const, 1, ""},
16039 {"SYS_SETSGROUPS", Const, 0, ""},
16040 {"SYS_SETSID", Const, 0, ""},
16041 {"SYS_SETSOCKOPT", Const, 0, ""},
16042 {"SYS_SETTID", Const, 0, ""},
16043 {"SYS_SETTID_WITH_PID", Const, 0, ""},
16044 {"SYS_SETTIMEOFDAY", Const, 0, ""},
16045 {"SYS_SETUID", Const, 0, ""},
16046 {"SYS_SETUID32", Const, 0, ""},
16047 {"SYS_SETWGROUPS", Const, 0, ""},
16048 {"SYS_SETXATTR", Const, 0, ""},
16049 {"SYS_SET_MEMPOLICY", Const, 0, ""},
16050 {"SYS_SET_ROBUST_LIST", Const, 0, ""},
16051 {"SYS_SET_THREAD_AREA", Const, 0, ""},
16052 {"SYS_SET_TID_ADDRESS", Const, 0, ""},
16053 {"SYS_SGETMASK", Const, 0, ""},
16054 {"SYS_SHARED_REGION_CHECK_NP", Const, 0, ""},
16055 {"SYS_SHARED_REGION_MAP_AND_SLIDE_NP", Const, 0, ""},
16056 {"SYS_SHMAT", Const, 0, ""},
16057 {"SYS_SHMCTL", Const, 0, ""},
16058 {"SYS_SHMDT", Const, 0, ""},
16059 {"SYS_SHMGET", Const, 0, ""},
16060 {"SYS_SHMSYS", Const, 0, ""},
16061 {"SYS_SHM_OPEN", Const, 0, ""},
16062 {"SYS_SHM_UNLINK", Const, 0, ""},
16063 {"SYS_SHUTDOWN", Const, 0, ""},
16064 {"SYS_SIGACTION", Const, 0, ""},
16065 {"SYS_SIGALTSTACK", Const, 0, ""},
16066 {"SYS_SIGNAL", Const, 0, ""},
16067 {"SYS_SIGNALFD", Const, 0, ""},
16068 {"SYS_SIGNALFD4", Const, 0, ""},
16069 {"SYS_SIGPENDING", Const, 0, ""},
16070 {"SYS_SIGPROCMASK", Const, 0, ""},
16071 {"SYS_SIGQUEUE", Const, 0, ""},
16072 {"SYS_SIGQUEUEINFO", Const, 1, ""},
16073 {"SYS_SIGRETURN", Const, 0, ""},
16074 {"SYS_SIGSUSPEND", Const, 0, ""},
16075 {"SYS_SIGSUSPEND_NOCANCEL", Const, 0, ""},
16076 {"SYS_SIGTIMEDWAIT", Const, 0, ""},
16077 {"SYS_SIGWAIT", Const, 0, ""},
16078 {"SYS_SIGWAITINFO", Const, 0, ""},
16079 {"SYS_SOCKET", Const, 0, ""},
16080 {"SYS_SOCKETCALL", Const, 0, ""},
16081 {"SYS_SOCKETPAIR", Const, 0, ""},
16082 {"SYS_SPLICE", Const, 0, ""},
16083 {"SYS_SSETMASK", Const, 0, ""},
16084 {"SYS_SSTK", Const, 0, ""},
16085 {"SYS_STACK_SNAPSHOT", Const, 0, ""},
16086 {"SYS_STAT", Const, 0, ""},
16087 {"SYS_STAT64", Const, 0, ""},
16088 {"SYS_STAT64_EXTENDED", Const, 0, ""},
16089 {"SYS_STATFS", Const, 0, ""},
16090 {"SYS_STATFS64", Const, 0, ""},
16091 {"SYS_STATV", Const, 0, ""},
16092 {"SYS_STATVFS1", Const, 1, ""},
16093 {"SYS_STAT_EXTENDED", Const, 0, ""},
16094 {"SYS_STIME", Const, 0, ""},
16095 {"SYS_STTY", Const, 0, ""},
16096 {"SYS_SWAPCONTEXT", Const, 0, ""},
16097 {"SYS_SWAPCTL", Const, 1, ""},
16098 {"SYS_SWAPOFF", Const, 0, ""},
16099 {"SYS_SWAPON", Const, 0, ""},
16100 {"SYS_SYMLINK", Const, 0, ""},
16101 {"SYS_SYMLINKAT", Const, 0, ""},
16102 {"SYS_SYNC", Const, 0, ""},
16103 {"SYS_SYNCFS", Const, 0, ""},
16104 {"SYS_SYNC_FILE_RANGE", Const, 0, ""},
16105 {"SYS_SYSARCH", Const, 0, ""},
16106 {"SYS_SYSCALL", Const, 0, ""},
16107 {"SYS_SYSCALL_BASE", Const, 0, ""},
16108 {"SYS_SYSFS", Const, 0, ""},
16109 {"SYS_SYSINFO", Const, 0, ""},
16110 {"SYS_SYSLOG", Const, 0, ""},
16111 {"SYS_TEE", Const, 0, ""},
16112 {"SYS_TGKILL", Const, 0, ""},
16113 {"SYS_THREAD_SELFID", Const, 0, ""},
16114 {"SYS_THR_CREATE", Const, 0, ""},
16115 {"SYS_THR_EXIT", Const, 0, ""},
16116 {"SYS_THR_KILL", Const, 0, ""},
16117 {"SYS_THR_KILL2", Const, 0, ""},
16118 {"SYS_THR_NEW", Const, 0, ""},
16119 {"SYS_THR_SELF", Const, 0, ""},
16120 {"SYS_THR_SET_NAME", Const, 0, ""},
16121 {"SYS_THR_SUSPEND", Const, 0, ""},
16122 {"SYS_THR_WAKE", Const, 0, ""},
16123 {"SYS_TIME", Const, 0, ""},
16124 {"SYS_TIMERFD_CREATE", Const, 0, ""},
16125 {"SYS_TIMERFD_GETTIME", Const, 0, ""},
16126 {"SYS_TIMERFD_SETTIME", Const, 0, ""},
16127 {"SYS_TIMER_CREATE", Const, 0, ""},
16128 {"SYS_TIMER_DELETE", Const, 0, ""},
16129 {"SYS_TIMER_GETOVERRUN", Const, 0, ""},
16130 {"SYS_TIMER_GETTIME", Const, 0, ""},
16131 {"SYS_TIMER_SETTIME", Const, 0, ""},
16132 {"SYS_TIMES", Const, 0, ""},
16133 {"SYS_TKILL", Const, 0, ""},
16134 {"SYS_TRUNCATE", Const, 0, ""},
16135 {"SYS_TRUNCATE64", Const, 0, ""},
16136 {"SYS_TUXCALL", Const, 0, ""},
16137 {"SYS_UGETRLIMIT", Const, 0, ""},
16138 {"SYS_ULIMIT", Const, 0, ""},
16139 {"SYS_UMASK", Const, 0, ""},
16140 {"SYS_UMASK_EXTENDED", Const, 0, ""},
16141 {"SYS_UMOUNT", Const, 0, ""},
16142 {"SYS_UMOUNT2", Const, 0, ""},
16143 {"SYS_UNAME", Const, 0, ""},
16144 {"SYS_UNDELETE", Const, 0, ""},
16145 {"SYS_UNLINK", Const, 0, ""},
16146 {"SYS_UNLINKAT", Const, 0, ""},
16147 {"SYS_UNMOUNT", Const, 0, ""},
16148 {"SYS_UNSHARE", Const, 0, ""},
16149 {"SYS_USELIB", Const, 0, ""},
16150 {"SYS_USTAT", Const, 0, ""},
16151 {"SYS_UTIME", Const, 0, ""},
16152 {"SYS_UTIMENSAT", Const, 0, ""},
16153 {"SYS_UTIMES", Const, 0, ""},
16154 {"SYS_UTRACE", Const, 0, ""},
16155 {"SYS_UUIDGEN", Const, 0, ""},
16156 {"SYS_VADVISE", Const, 1, ""},
16157 {"SYS_VFORK", Const, 0, ""},
16158 {"SYS_VHANGUP", Const, 0, ""},
16159 {"SYS_VM86", Const, 0, ""},
16160 {"SYS_VM86OLD", Const, 0, ""},
16161 {"SYS_VMSPLICE", Const, 0, ""},
16162 {"SYS_VM_PRESSURE_MONITOR", Const, 0, ""},
16163 {"SYS_VSERVER", Const, 0, ""},
16164 {"SYS_WAIT4", Const, 0, ""},
16165 {"SYS_WAIT4_NOCANCEL", Const, 0, ""},
16166 {"SYS_WAIT6", Const, 1, ""},
16167 {"SYS_WAITEVENT", Const, 0, ""},
16168 {"SYS_WAITID", Const, 0, ""},
16169 {"SYS_WAITID_NOCANCEL", Const, 0, ""},
16170 {"SYS_WAITPID", Const, 0, ""},
16171 {"SYS_WATCHEVENT", Const, 0, ""},
16172 {"SYS_WORKQ_KERNRETURN", Const, 0, ""},
16173 {"SYS_WORKQ_OPEN", Const, 0, ""},
16174 {"SYS_WRITE", Const, 0, ""},
16175 {"SYS_WRITEV", Const, 0, ""},
16176 {"SYS_WRITEV_NOCANCEL", Const, 0, ""},
16177 {"SYS_WRITE_NOCANCEL", Const, 0, ""},
16178 {"SYS_YIELD", Const, 0, ""},
16179 {"SYS__LLSEEK", Const, 0, ""},
16180 {"SYS__LWP_CONTINUE", Const, 1, ""},
16181 {"SYS__LWP_CREATE", Const, 1, ""},
16182 {"SYS__LWP_CTL", Const, 1, ""},
16183 {"SYS__LWP_DETACH", Const, 1, ""},
16184 {"SYS__LWP_EXIT", Const, 1, ""},
16185 {"SYS__LWP_GETNAME", Const, 1, ""},
16186 {"SYS__LWP_GETPRIVATE", Const, 1, ""},
16187 {"SYS__LWP_KILL", Const, 1, ""},
16188 {"SYS__LWP_PARK", Const, 1, ""},
16189 {"SYS__LWP_SELF", Const, 1, ""},
16190 {"SYS__LWP_SETNAME", Const, 1, ""},
16191 {"SYS__LWP_SETPRIVATE", Const, 1, ""},
16192 {"SYS__LWP_SUSPEND", Const, 1, ""},
16193 {"SYS__LWP_UNPARK", Const, 1, ""},
16194 {"SYS__LWP_UNPARK_ALL", Const, 1, ""},
16195 {"SYS__LWP_WAIT", Const, 1, ""},
16196 {"SYS__LWP_WAKEUP", Const, 1, ""},
16197 {"SYS__NEWSELECT", Const, 0, ""},
16198 {"SYS__PSET_BIND", Const, 1, ""},
16199 {"SYS__SCHED_GETAFFINITY", Const, 1, ""},
16200 {"SYS__SCHED_GETPARAM", Const, 1, ""},
16201 {"SYS__SCHED_SETAFFINITY", Const, 1, ""},
16202 {"SYS__SCHED_SETPARAM", Const, 1, ""},
16203 {"SYS__SYSCTL", Const, 0, ""},
16204 {"SYS__UMTX_LOCK", Const, 0, ""},
16205 {"SYS__UMTX_OP", Const, 0, ""},
16206 {"SYS__UMTX_UNLOCK", Const, 0, ""},
16207 {"SYS___ACL_ACLCHECK_FD", Const, 0, ""},
16208 {"SYS___ACL_ACLCHECK_FILE", Const, 0, ""},
16209 {"SYS___ACL_ACLCHECK_LINK", Const, 0, ""},
16210 {"SYS___ACL_DELETE_FD", Const, 0, ""},
16211 {"SYS___ACL_DELETE_FILE", Const, 0, ""},
16212 {"SYS___ACL_DELETE_LINK", Const, 0, ""},
16213 {"SYS___ACL_GET_FD", Const, 0, ""},
16214 {"SYS___ACL_GET_FILE", Const, 0, ""},
16215 {"SYS___ACL_GET_LINK", Const, 0, ""},
16216 {"SYS___ACL_SET_FD", Const, 0, ""},
16217 {"SYS___ACL_SET_FILE", Const, 0, ""},
16218 {"SYS___ACL_SET_LINK", Const, 0, ""},
16219 {"SYS___CAP_RIGHTS_GET", Const, 14, ""},
16220 {"SYS___CLONE", Const, 1, ""},
16221 {"SYS___DISABLE_THREADSIGNAL", Const, 0, ""},
16222 {"SYS___GETCWD", Const, 0, ""},
16223 {"SYS___GETLOGIN", Const, 1, ""},
16224 {"SYS___GET_TCB", Const, 1, ""},
16225 {"SYS___MAC_EXECVE", Const, 0, ""},
16226 {"SYS___MAC_GETFSSTAT", Const, 0, ""},
16227 {"SYS___MAC_GET_FD", Const, 0, ""},
16228 {"SYS___MAC_GET_FILE", Const, 0, ""},
16229 {"SYS___MAC_GET_LCID", Const, 0, ""},
16230 {"SYS___MAC_GET_LCTX", Const, 0, ""},
16231 {"SYS___MAC_GET_LINK", Const, 0, ""},
16232 {"SYS___MAC_GET_MOUNT", Const, 0, ""},
16233 {"SYS___MAC_GET_PID", Const, 0, ""},
16234 {"SYS___MAC_GET_PROC", Const, 0, ""},
16235 {"SYS___MAC_MOUNT", Const, 0, ""},
16236 {"SYS___MAC_SET_FD", Const, 0, ""},
16237 {"SYS___MAC_SET_FILE", Const, 0, ""},
16238 {"SYS___MAC_SET_LCTX", Const, 0, ""},
16239 {"SYS___MAC_SET_LINK", Const, 0, ""},
16240 {"SYS___MAC_SET_PROC", Const, 0, ""},
16241 {"SYS___MAC_SYSCALL", Const, 0, ""},
16242 {"SYS___OLD_SEMWAIT_SIGNAL", Const, 0, ""},
16243 {"SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
16244 {"SYS___POSIX_CHOWN", Const, 1, ""},
16245 {"SYS___POSIX_FCHOWN", Const, 1, ""},
16246 {"SYS___POSIX_LCHOWN", Const, 1, ""},
16247 {"SYS___POSIX_RENAME", Const, 1, ""},
16248 {"SYS___PTHREAD_CANCELED", Const, 0, ""},
16249 {"SYS___PTHREAD_CHDIR", Const, 0, ""},
16250 {"SYS___PTHREAD_FCHDIR", Const, 0, ""},
16251 {"SYS___PTHREAD_KILL", Const, 0, ""},
16252 {"SYS___PTHREAD_MARKCANCEL", Const, 0, ""},
16253 {"SYS___PTHREAD_SIGMASK", Const, 0, ""},
16254 {"SYS___QUOTACTL", Const, 1, ""},
16255 {"SYS___SEMCTL", Const, 1, ""},
16256 {"SYS___SEMWAIT_SIGNAL", Const, 0, ""},
16257 {"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
16258 {"SYS___SETLOGIN", Const, 1, ""},
16259 {"SYS___SETUGID", Const, 0, ""},
16260 {"SYS___SET_TCB", Const, 1, ""},
16261 {"SYS___SIGACTION_SIGTRAMP", Const, 1, ""},
16262 {"SYS___SIGTIMEDWAIT", Const, 1, ""},
16263 {"SYS___SIGWAIT", Const, 0, ""},
16264 {"SYS___SIGWAIT_NOCANCEL", Const, 0, ""},
16265 {"SYS___SYSCTL", Const, 0, ""},
16266 {"SYS___TFORK", Const, 1, ""},
16267 {"SYS___THREXIT", Const, 1, ""},
16268 {"SYS___THRSIGDIVERT", Const, 1, ""},
16269 {"SYS___THRSLEEP", Const, 1, ""},
16270 {"SYS___THRWAKEUP", Const, 1, ""},
16271 {"S_ARCH1", Const, 1, ""},
16272 {"S_ARCH2", Const, 1, ""},
16273 {"S_BLKSIZE", Const, 0, ""},
16274 {"S_IEXEC", Const, 0, ""},
16275 {"S_IFBLK", Const, 0, ""},
16276 {"S_IFCHR", Const, 0, ""},
16277 {"S_IFDIR", Const, 0, ""},
16278 {"S_IFIFO", Const, 0, ""},
16279 {"S_IFLNK", Const, 0, ""},
16280 {"S_IFMT", Const, 0, ""},
16281 {"S_IFREG", Const, 0, ""},
16282 {"S_IFSOCK", Const, 0, ""},
16283 {"S_IFWHT", Const, 0, ""},
16284 {"S_IREAD", Const, 0, ""},
16285 {"S_IRGRP", Const, 0, ""},
16286 {"S_IROTH", Const, 0, ""},
16287 {"S_IRUSR", Const, 0, ""},
16288 {"S_IRWXG", Const, 0, ""},
16289 {"S_IRWXO", Const, 0, ""},
16290 {"S_IRWXU", Const, 0, ""},
16291 {"S_ISGID", Const, 0, ""},
16292 {"S_ISTXT", Const, 0, ""},
16293 {"S_ISUID", Const, 0, ""},
16294 {"S_ISVTX", Const, 0, ""},
16295 {"S_IWGRP", Const, 0, ""},
16296 {"S_IWOTH", Const, 0, ""},
16297 {"S_IWRITE", Const, 0, ""},
16298 {"S_IWUSR", Const, 0, ""},
16299 {"S_IXGRP", Const, 0, ""},
16300 {"S_IXOTH", Const, 0, ""},
16301 {"S_IXUSR", Const, 0, ""},
16302 {"S_LOGIN_SET", Const, 1, ""},
16303 {"SecurityAttributes", Type, 0, ""},
16304 {"SecurityAttributes.InheritHandle", Field, 0, ""},
16305 {"SecurityAttributes.Length", Field, 0, ""},
16306 {"SecurityAttributes.SecurityDescriptor", Field, 0, ""},
16307 {"Seek", Func, 0, "func(fd int, offset int64, whence int) (off int64, err error)"},
16308 {"Select", Func, 0, "func(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)"},
16309 {"Sendfile", Func, 0, "func(outfd int, infd int, offset *int64, count int) (written int, err error)"},
16310 {"Sendmsg", Func, 0, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (err error)"},
16311 {"SendmsgN", Func, 3, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (n int, err error)"},
16312 {"Sendto", Func, 0, "func(fd int, p []byte, flags int, to Sockaddr) (err error)"},
16313 {"Servent", Type, 0, ""},
16314 {"Servent.Aliases", Field, 0, ""},
16315 {"Servent.Name", Field, 0, ""},
16316 {"Servent.Port", Field, 0, ""},
16317 {"Servent.Proto", Field, 0, ""},
16318 {"SetBpf", Func, 0, ""},
16319 {"SetBpfBuflen", Func, 0, ""},
16320 {"SetBpfDatalink", Func, 0, ""},
16321 {"SetBpfHeadercmpl", Func, 0, ""},
16322 {"SetBpfImmediate", Func, 0, ""},
16323 {"SetBpfInterface", Func, 0, ""},
16324 {"SetBpfPromisc", Func, 0, ""},
16325 {"SetBpfTimeout", Func, 0, ""},
16326 {"SetCurrentDirectory", Func, 0, ""},
16327 {"SetEndOfFile", Func, 0, ""},
16328 {"SetEnvironmentVariable", Func, 0, ""},
16329 {"SetFileAttributes", Func, 0, ""},
16330 {"SetFileCompletionNotificationModes", Func, 2, ""},
16331 {"SetFilePointer", Func, 0, ""},
16332 {"SetFileTime", Func, 0, ""},
16333 {"SetHandleInformation", Func, 0, ""},
16334 {"SetKevent", Func, 0, ""},
16335 {"SetLsfPromisc", Func, 0, "func(name string, m bool) error"},
16336 {"SetNonblock", Func, 0, "func(fd int, nonblocking bool) (err error)"},
16337 {"Setdomainname", Func, 0, "func(p []byte) (err error)"},
16338 {"Setegid", Func, 0, "func(egid int) (err error)"},
16339 {"Setenv", Func, 0, "func(key string, value string) error"},
16340 {"Seteuid", Func, 0, "func(euid int) (err error)"},
16341 {"Setfsgid", Func, 0, "func(gid int) (err error)"},
16342 {"Setfsuid", Func, 0, "func(uid int) (err error)"},
16343 {"Setgid", Func, 0, "func(gid int) (err error)"},
16344 {"Setgroups", Func, 0, "func(gids []int) (err error)"},
16345 {"Sethostname", Func, 0, "func(p []byte) (err error)"},
16346 {"Setlogin", Func, 0, ""},
16347 {"Setpgid", Func, 0, "func(pid int, pgid int) (err error)"},
16348 {"Setpriority", Func, 0, "func(which int, who int, prio int) (err error)"},
16349 {"Setprivexec", Func, 0, ""},
16350 {"Setregid", Func, 0, "func(rgid int, egid int) (err error)"},
16351 {"Setresgid", Func, 0, "func(rgid int, egid int, sgid int) (err error)"},
16352 {"Setresuid", Func, 0, "func(ruid int, euid int, suid int) (err error)"},
16353 {"Setreuid", Func, 0, "func(ruid int, euid int) (err error)"},
16354 {"Setrlimit", Func, 0, "func(resource int, rlim *Rlimit) error"},
16355 {"Setsid", Func, 0, "func() (pid int, err error)"},
16356 {"Setsockopt", Func, 0, ""},
16357 {"SetsockoptByte", Func, 0, "func(fd int, level int, opt int, value byte) (err error)"},
16358 {"SetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int, filter *ICMPv6Filter) error"},
16359 {"SetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int, mreq *IPMreq) (err error)"},
16360 {"SetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int, mreq *IPMreqn) (err error)"},
16361 {"SetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int, mreq *IPv6Mreq) (err error)"},
16362 {"SetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int, value [4]byte) (err error)"},
16363 {"SetsockoptInt", Func, 0, "func(fd int, level int, opt int, value int) (err error)"},
16364 {"SetsockoptLinger", Func, 0, "func(fd int, level int, opt int, l *Linger) (err error)"},
16365 {"SetsockoptString", Func, 0, "func(fd int, level int, opt int, s string) (err error)"},
16366 {"SetsockoptTimeval", Func, 0, "func(fd int, level int, opt int, tv *Timeval) (err error)"},
16367 {"Settimeofday", Func, 0, "func(tv *Timeval) (err error)"},
16368 {"Setuid", Func, 0, "func(uid int) (err error)"},
16369 {"Setxattr", Func, 1, "func(path string, attr string, data []byte, flags int) (err error)"},
16370 {"Shutdown", Func, 0, "func(fd int, how int) (err error)"},
16371 {"SidTypeAlias", Const, 0, ""},
16372 {"SidTypeComputer", Const, 0, ""},
16373 {"SidTypeDeletedAccount", Const, 0, ""},
16374 {"SidTypeDomain", Const, 0, ""},
16375 {"SidTypeGroup", Const, 0, ""},
16376 {"SidTypeInvalid", Const, 0, ""},
16377 {"SidTypeLabel", Const, 0, ""},
16378 {"SidTypeUnknown", Const, 0, ""},
16379 {"SidTypeUser", Const, 0, ""},
16380 {"SidTypeWellKnownGroup", Const, 0, ""},
16381 {"Signal", Type, 0, ""},
16382 {"SizeofBpfHdr", Const, 0, ""},
16383 {"SizeofBpfInsn", Const, 0, ""},
16384 {"SizeofBpfProgram", Const, 0, ""},
16385 {"SizeofBpfStat", Const, 0, ""},
16386 {"SizeofBpfVersion", Const, 0, ""},
16387 {"SizeofBpfZbuf", Const, 0, ""},
16388 {"SizeofBpfZbufHeader", Const, 0, ""},
16389 {"SizeofCmsghdr", Const, 0, ""},
16390 {"SizeofICMPv6Filter", Const, 2, ""},
16391 {"SizeofIPMreq", Const, 0, ""},
16392 {"SizeofIPMreqn", Const, 0, ""},
16393 {"SizeofIPv6MTUInfo", Const, 2, ""},
16394 {"SizeofIPv6Mreq", Const, 0, ""},
16395 {"SizeofIfAddrmsg", Const, 0, ""},
16396 {"SizeofIfAnnounceMsghdr", Const, 1, ""},
16397 {"SizeofIfData", Const, 0, ""},
16398 {"SizeofIfInfomsg", Const, 0, ""},
16399 {"SizeofIfMsghdr", Const, 0, ""},
16400 {"SizeofIfaMsghdr", Const, 0, ""},
16401 {"SizeofIfmaMsghdr", Const, 0, ""},
16402 {"SizeofIfmaMsghdr2", Const, 0, ""},
16403 {"SizeofInet4Pktinfo", Const, 0, ""},
16404 {"SizeofInet6Pktinfo", Const, 0, ""},
16405 {"SizeofInotifyEvent", Const, 0, ""},
16406 {"SizeofLinger", Const, 0, ""},
16407 {"SizeofMsghdr", Const, 0, ""},
16408 {"SizeofNlAttr", Const, 0, ""},
16409 {"SizeofNlMsgerr", Const, 0, ""},
16410 {"SizeofNlMsghdr", Const, 0, ""},
16411 {"SizeofRtAttr", Const, 0, ""},
16412 {"SizeofRtGenmsg", Const, 0, ""},
16413 {"SizeofRtMetrics", Const, 0, ""},
16414 {"SizeofRtMsg", Const, 0, ""},
16415 {"SizeofRtMsghdr", Const, 0, ""},
16416 {"SizeofRtNexthop", Const, 0, ""},
16417 {"SizeofSockFilter", Const, 0, ""},
16418 {"SizeofSockFprog", Const, 0, ""},
16419 {"SizeofSockaddrAny", Const, 0, ""},
16420 {"SizeofSockaddrDatalink", Const, 0, ""},
16421 {"SizeofSockaddrInet4", Const, 0, ""},
16422 {"SizeofSockaddrInet6", Const, 0, ""},
16423 {"SizeofSockaddrLinklayer", Const, 0, ""},
16424 {"SizeofSockaddrNetlink", Const, 0, ""},
16425 {"SizeofSockaddrUnix", Const, 0, ""},
16426 {"SizeofTCPInfo", Const, 1, ""},
16427 {"SizeofUcred", Const, 0, ""},
16428 {"SlicePtrFromStrings", Func, 1, "func(ss []string) ([]*byte, error)"},
16429 {"SockFilter", Type, 0, ""},
16430 {"SockFilter.Code", Field, 0, ""},
16431 {"SockFilter.Jf", Field, 0, ""},
16432 {"SockFilter.Jt", Field, 0, ""},
16433 {"SockFilter.K", Field, 0, ""},
16434 {"SockFprog", Type, 0, ""},
16435 {"SockFprog.Filter", Field, 0, ""},
16436 {"SockFprog.Len", Field, 0, ""},
16437 {"SockFprog.Pad_cgo_0", Field, 0, ""},
16438 {"SockaddrDatalink", Type, 0, ""},
16439 {"SockaddrDatalink.Alen", Field, 0, ""},
16440 {"SockaddrDatalink.Data", Field, 0, ""},
16441 {"SockaddrDatalink.Family", Field, 0, ""},
16442 {"SockaddrDatalink.Index", Field, 0, ""},
16443 {"SockaddrDatalink.Len", Field, 0, ""},
16444 {"SockaddrDatalink.Nlen", Field, 0, ""},
16445 {"SockaddrDatalink.Slen", Field, 0, ""},
16446 {"SockaddrDatalink.Type", Field, 0, ""},
16447 {"SockaddrGen", Type, 0, ""},
16448 {"SockaddrInet4", Type, 0, ""},
16449 {"SockaddrInet4.Addr", Field, 0, ""},
16450 {"SockaddrInet4.Port", Field, 0, ""},
16451 {"SockaddrInet6", Type, 0, ""},
16452 {"SockaddrInet6.Addr", Field, 0, ""},
16453 {"SockaddrInet6.Port", Field, 0, ""},
16454 {"SockaddrInet6.ZoneId", Field, 0, ""},
16455 {"SockaddrLinklayer", Type, 0, ""},
16456 {"SockaddrLinklayer.Addr", Field, 0, ""},
16457 {"SockaddrLinklayer.Halen", Field, 0, ""},
16458 {"SockaddrLinklayer.Hatype", Field, 0, ""},
16459 {"SockaddrLinklayer.Ifindex", Field, 0, ""},
16460 {"SockaddrLinklayer.Pkttype", Field, 0, ""},
16461 {"SockaddrLinklayer.Protocol", Field, 0, ""},
16462 {"SockaddrNetlink", Type, 0, ""},
16463 {"SockaddrNetlink.Family", Field, 0, ""},
16464 {"SockaddrNetlink.Groups", Field, 0, ""},
16465 {"SockaddrNetlink.Pad", Field, 0, ""},
16466 {"SockaddrNetlink.Pid", Field, 0, ""},
16467 {"SockaddrUnix", Type, 0, ""},
16468 {"SockaddrUnix.Name", Field, 0, ""},
16469 {"Socket", Func, 0, "func(domain int, typ int, proto int) (fd int, err error)"},
16470 {"SocketControlMessage", Type, 0, ""},
16471 {"SocketControlMessage.Data", Field, 0, ""},
16472 {"SocketControlMessage.Header", Field, 0, ""},
16473 {"SocketDisableIPv6", Var, 0, ""},
16474 {"Socketpair", Func, 0, "func(domain int, typ int, proto int) (fd [2]int, err error)"},
16475 {"Splice", Func, 0, "func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)"},
16476 {"StartProcess", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)"},
16477 {"StartupInfo", Type, 0, ""},
16478 {"StartupInfo.Cb", Field, 0, ""},
16479 {"StartupInfo.Desktop", Field, 0, ""},
16480 {"StartupInfo.FillAttribute", Field, 0, ""},
16481 {"StartupInfo.Flags", Field, 0, ""},
16482 {"StartupInfo.ShowWindow", Field, 0, ""},
16483 {"StartupInfo.StdErr", Field, 0, ""},
16484 {"StartupInfo.StdInput", Field, 0, ""},
16485 {"StartupInfo.StdOutput", Field, 0, ""},
16486 {"StartupInfo.Title", Field, 0, ""},
16487 {"StartupInfo.X", Field, 0, ""},
16488 {"StartupInfo.XCountChars", Field, 0, ""},
16489 {"StartupInfo.XSize", Field, 0, ""},
16490 {"StartupInfo.Y", Field, 0, ""},
16491 {"StartupInfo.YCountChars", Field, 0, ""},
16492 {"StartupInfo.YSize", Field, 0, ""},
16493 {"Stat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
16494 {"Stat_t", Type, 0, ""},
16495 {"Stat_t.Atim", Field, 0, ""},
16496 {"Stat_t.Atim_ext", Field, 12, ""},
16497 {"Stat_t.Atimespec", Field, 0, ""},
16498 {"Stat_t.Birthtimespec", Field, 0, ""},
16499 {"Stat_t.Blksize", Field, 0, ""},
16500 {"Stat_t.Blocks", Field, 0, ""},
16501 {"Stat_t.Btim_ext", Field, 12, ""},
16502 {"Stat_t.Ctim", Field, 0, ""},
16503 {"Stat_t.Ctim_ext", Field, 12, ""},
16504 {"Stat_t.Ctimespec", Field, 0, ""},
16505 {"Stat_t.Dev", Field, 0, ""},
16506 {"Stat_t.Flags", Field, 0, ""},
16507 {"Stat_t.Gen", Field, 0, ""},
16508 {"Stat_t.Gid", Field, 0, ""},
16509 {"Stat_t.Ino", Field, 0, ""},
16510 {"Stat_t.Lspare", Field, 0, ""},
16511 {"Stat_t.Lspare0", Field, 2, ""},
16512 {"Stat_t.Lspare1", Field, 2, ""},
16513 {"Stat_t.Mode", Field, 0, ""},
16514 {"Stat_t.Mtim", Field, 0, ""},
16515 {"Stat_t.Mtim_ext", Field, 12, ""},
16516 {"Stat_t.Mtimespec", Field, 0, ""},
16517 {"Stat_t.Nlink", Field, 0, ""},
16518 {"Stat_t.Pad_cgo_0", Field, 0, ""},
16519 {"Stat_t.Pad_cgo_1", Field, 0, ""},
16520 {"Stat_t.Pad_cgo_2", Field, 0, ""},
16521 {"Stat_t.Padding0", Field, 12, ""},
16522 {"Stat_t.Padding1", Field, 12, ""},
16523 {"Stat_t.Qspare", Field, 0, ""},
16524 {"Stat_t.Rdev", Field, 0, ""},
16525 {"Stat_t.Size", Field, 0, ""},
16526 {"Stat_t.Spare", Field, 2, ""},
16527 {"Stat_t.Uid", Field, 0, ""},
16528 {"Stat_t.X__pad0", Field, 0, ""},
16529 {"Stat_t.X__pad1", Field, 0, ""},
16530 {"Stat_t.X__pad2", Field, 0, ""},
16531 {"Stat_t.X__st_birthtim", Field, 2, ""},
16532 {"Stat_t.X__st_ino", Field, 0, ""},
16533 {"Stat_t.X__unused", Field, 0, ""},
16534 {"Statfs", Func, 0, "func(path string, buf *Statfs_t) (err error)"},
16535 {"Statfs_t", Type, 0, ""},
16536 {"Statfs_t.Asyncreads", Field, 0, ""},
16537 {"Statfs_t.Asyncwrites", Field, 0, ""},
16538 {"Statfs_t.Bavail", Field, 0, ""},
16539 {"Statfs_t.Bfree", Field, 0, ""},
16540 {"Statfs_t.Blocks", Field, 0, ""},
16541 {"Statfs_t.Bsize", Field, 0, ""},
16542 {"Statfs_t.Charspare", Field, 0, ""},
16543 {"Statfs_t.F_asyncreads", Field, 2, ""},
16544 {"Statfs_t.F_asyncwrites", Field, 2, ""},
16545 {"Statfs_t.F_bavail", Field, 2, ""},
16546 {"Statfs_t.F_bfree", Field, 2, ""},
16547 {"Statfs_t.F_blocks", Field, 2, ""},
16548 {"Statfs_t.F_bsize", Field, 2, ""},
16549 {"Statfs_t.F_ctime", Field, 2, ""},
16550 {"Statfs_t.F_favail", Field, 2, ""},
16551 {"Statfs_t.F_ffree", Field, 2, ""},
16552 {"Statfs_t.F_files", Field, 2, ""},
16553 {"Statfs_t.F_flags", Field, 2, ""},
16554 {"Statfs_t.F_fsid", Field, 2, ""},
16555 {"Statfs_t.F_fstypename", Field, 2, ""},
16556 {"Statfs_t.F_iosize", Field, 2, ""},
16557 {"Statfs_t.F_mntfromname", Field, 2, ""},
16558 {"Statfs_t.F_mntfromspec", Field, 3, ""},
16559 {"Statfs_t.F_mntonname", Field, 2, ""},
16560 {"Statfs_t.F_namemax", Field, 2, ""},
16561 {"Statfs_t.F_owner", Field, 2, ""},
16562 {"Statfs_t.F_spare", Field, 2, ""},
16563 {"Statfs_t.F_syncreads", Field, 2, ""},
16564 {"Statfs_t.F_syncwrites", Field, 2, ""},
16565 {"Statfs_t.Ffree", Field, 0, ""},
16566 {"Statfs_t.Files", Field, 0, ""},
16567 {"Statfs_t.Flags", Field, 0, ""},
16568 {"Statfs_t.Frsize", Field, 0, ""},
16569 {"Statfs_t.Fsid", Field, 0, ""},
16570 {"Statfs_t.Fssubtype", Field, 0, ""},
16571 {"Statfs_t.Fstypename", Field, 0, ""},
16572 {"Statfs_t.Iosize", Field, 0, ""},
16573 {"Statfs_t.Mntfromname", Field, 0, ""},
16574 {"Statfs_t.Mntonname", Field, 0, ""},
16575 {"Statfs_t.Mount_info", Field, 2, ""},
16576 {"Statfs_t.Namelen", Field, 0, ""},
16577 {"Statfs_t.Namemax", Field, 0, ""},
16578 {"Statfs_t.Owner", Field, 0, ""},
16579 {"Statfs_t.Pad_cgo_0", Field, 0, ""},
16580 {"Statfs_t.Pad_cgo_1", Field, 2, ""},
16581 {"Statfs_t.Reserved", Field, 0, ""},
16582 {"Statfs_t.Spare", Field, 0, ""},
16583 {"Statfs_t.Syncreads", Field, 0, ""},
16584 {"Statfs_t.Syncwrites", Field, 0, ""},
16585 {"Statfs_t.Type", Field, 0, ""},
16586 {"Statfs_t.Version", Field, 0, ""},
16587 {"Stderr", Var, 0, ""},
16588 {"Stdin", Var, 0, ""},
16589 {"Stdout", Var, 0, ""},
16590 {"StringBytePtr", Func, 0, "func(s string) *byte"},
16591 {"StringByteSlice", Func, 0, "func(s string) []byte"},
16592 {"StringSlicePtr", Func, 0, "func(ss []string) []*byte"},
16593 {"StringToSid", Func, 0, ""},
16594 {"StringToUTF16", Func, 0, ""},
16595 {"StringToUTF16Ptr", Func, 0, ""},
16596 {"Symlink", Func, 0, "func(oldpath string, newpath string) (err error)"},
16597 {"Sync", Func, 0, "func()"},
16598 {"SyncFileRange", Func, 0, "func(fd int, off int64, n int64, flags int) (err error)"},
16599 {"SysProcAttr", Type, 0, ""},
16600 {"SysProcAttr.AdditionalInheritedHandles", Field, 17, ""},
16601 {"SysProcAttr.AmbientCaps", Field, 9, ""},
16602 {"SysProcAttr.CgroupFD", Field, 20, ""},
16603 {"SysProcAttr.Chroot", Field, 0, ""},
16604 {"SysProcAttr.Cloneflags", Field, 2, ""},
16605 {"SysProcAttr.CmdLine", Field, 0, ""},
16606 {"SysProcAttr.CreationFlags", Field, 1, ""},
16607 {"SysProcAttr.Credential", Field, 0, ""},
16608 {"SysProcAttr.Ctty", Field, 1, ""},
16609 {"SysProcAttr.Foreground", Field, 5, ""},
16610 {"SysProcAttr.GidMappings", Field, 4, ""},
16611 {"SysProcAttr.GidMappingsEnableSetgroups", Field, 5, ""},
16612 {"SysProcAttr.HideWindow", Field, 0, ""},
16613 {"SysProcAttr.Jail", Field, 21, ""},
16614 {"SysProcAttr.NoInheritHandles", Field, 16, ""},
16615 {"SysProcAttr.Noctty", Field, 0, ""},
16616 {"SysProcAttr.ParentProcess", Field, 17, ""},
16617 {"SysProcAttr.Pdeathsig", Field, 0, ""},
16618 {"SysProcAttr.Pgid", Field, 5, ""},
16619 {"SysProcAttr.PidFD", Field, 22, ""},
16620 {"SysProcAttr.ProcessAttributes", Field, 13, ""},
16621 {"SysProcAttr.Ptrace", Field, 0, ""},
16622 {"SysProcAttr.Setctty", Field, 0, ""},
16623 {"SysProcAttr.Setpgid", Field, 0, ""},
16624 {"SysProcAttr.Setsid", Field, 0, ""},
16625 {"SysProcAttr.ThreadAttributes", Field, 13, ""},
16626 {"SysProcAttr.Token", Field, 10, ""},
16627 {"SysProcAttr.UidMappings", Field, 4, ""},
16628 {"SysProcAttr.Unshareflags", Field, 7, ""},
16629 {"SysProcAttr.UseCgroupFD", Field, 20, ""},
16630 {"SysProcIDMap", Type, 4, ""},
16631 {"SysProcIDMap.ContainerID", Field, 4, ""},
16632 {"SysProcIDMap.HostID", Field, 4, ""},
16633 {"SysProcIDMap.Size", Field, 4, ""},
16634 {"Syscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
16635 {"Syscall12", Func, 0, ""},
16636 {"Syscall15", Func, 0, ""},
16637 {"Syscall18", Func, 12, ""},
16638 {"Syscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
16639 {"Syscall9", Func, 0, ""},
16640 {"SyscallN", Func, 18, ""},
16641 {"Sysctl", Func, 0, ""},
16642 {"SysctlUint32", Func, 0, ""},
16643 {"Sysctlnode", Type, 2, ""},
16644 {"Sysctlnode.Flags", Field, 2, ""},
16645 {"Sysctlnode.Name", Field, 2, ""},
16646 {"Sysctlnode.Num", Field, 2, ""},
16647 {"Sysctlnode.Un", Field, 2, ""},
16648 {"Sysctlnode.Ver", Field, 2, ""},
16649 {"Sysctlnode.X__rsvd", Field, 2, ""},
16650 {"Sysctlnode.X_sysctl_desc", Field, 2, ""},
16651 {"Sysctlnode.X_sysctl_func", Field, 2, ""},
16652 {"Sysctlnode.X_sysctl_parent", Field, 2, ""},
16653 {"Sysctlnode.X_sysctl_size", Field, 2, ""},
16654 {"Sysinfo", Func, 0, "func(info *Sysinfo_t) (err error)"},
16655 {"Sysinfo_t", Type, 0, ""},
16656 {"Sysinfo_t.Bufferram", Field, 0, ""},
16657 {"Sysinfo_t.Freehigh", Field, 0, ""},
16658 {"Sysinfo_t.Freeram", Field, 0, ""},
16659 {"Sysinfo_t.Freeswap", Field, 0, ""},
16660 {"Sysinfo_t.Loads", Field, 0, ""},
16661 {"Sysinfo_t.Pad", Field, 0, ""},
16662 {"Sysinfo_t.Pad_cgo_0", Field, 0, ""},
16663 {"Sysinfo_t.Pad_cgo_1", Field, 0, ""},
16664 {"Sysinfo_t.Procs", Field, 0, ""},
16665 {"Sysinfo_t.Sharedram", Field, 0, ""},
16666 {"Sysinfo_t.Totalhigh", Field, 0, ""},
16667 {"Sysinfo_t.Totalram", Field, 0, ""},
16668 {"Sysinfo_t.Totalswap", Field, 0, ""},
16669 {"Sysinfo_t.Unit", Field, 0, ""},
16670 {"Sysinfo_t.Uptime", Field, 0, ""},
16671 {"Sysinfo_t.X_f", Field, 0, ""},
16672 {"Systemtime", Type, 0, ""},
16673 {"Systemtime.Day", Field, 0, ""},
16674 {"Systemtime.DayOfWeek", Field, 0, ""},
16675 {"Systemtime.Hour", Field, 0, ""},
16676 {"Systemtime.Milliseconds", Field, 0, ""},
16677 {"Systemtime.Minute", Field, 0, ""},
16678 {"Systemtime.Month", Field, 0, ""},
16679 {"Systemtime.Second", Field, 0, ""},
16680 {"Systemtime.Year", Field, 0, ""},
16681 {"TCGETS", Const, 0, ""},
16682 {"TCIFLUSH", Const, 1, ""},
16683 {"TCIOFLUSH", Const, 1, ""},
16684 {"TCOFLUSH", Const, 1, ""},
16685 {"TCPInfo", Type, 1, ""},
16686 {"TCPInfo.Advmss", Field, 1, ""},
16687 {"TCPInfo.Ato", Field, 1, ""},
16688 {"TCPInfo.Backoff", Field, 1, ""},
16689 {"TCPInfo.Ca_state", Field, 1, ""},
16690 {"TCPInfo.Fackets", Field, 1, ""},
16691 {"TCPInfo.Last_ack_recv", Field, 1, ""},
16692 {"TCPInfo.Last_ack_sent", Field, 1, ""},
16693 {"TCPInfo.Last_data_recv", Field, 1, ""},
16694 {"TCPInfo.Last_data_sent", Field, 1, ""},
16695 {"TCPInfo.Lost", Field, 1, ""},
16696 {"TCPInfo.Options", Field, 1, ""},
16697 {"TCPInfo.Pad_cgo_0", Field, 1, ""},
16698 {"TCPInfo.Pmtu", Field, 1, ""},
16699 {"TCPInfo.Probes", Field, 1, ""},
16700 {"TCPInfo.Rcv_mss", Field, 1, ""},
16701 {"TCPInfo.Rcv_rtt", Field, 1, ""},
16702 {"TCPInfo.Rcv_space", Field, 1, ""},
16703 {"TCPInfo.Rcv_ssthresh", Field, 1, ""},
16704 {"TCPInfo.Reordering", Field, 1, ""},
16705 {"TCPInfo.Retrans", Field, 1, ""},
16706 {"TCPInfo.Retransmits", Field, 1, ""},
16707 {"TCPInfo.Rto", Field, 1, ""},
16708 {"TCPInfo.Rtt", Field, 1, ""},
16709 {"TCPInfo.Rttvar", Field, 1, ""},
16710 {"TCPInfo.Sacked", Field, 1, ""},
16711 {"TCPInfo.Snd_cwnd", Field, 1, ""},
16712 {"TCPInfo.Snd_mss", Field, 1, ""},
16713 {"TCPInfo.Snd_ssthresh", Field, 1, ""},
16714 {"TCPInfo.State", Field, 1, ""},
16715 {"TCPInfo.Total_retrans", Field, 1, ""},
16716 {"TCPInfo.Unacked", Field, 1, ""},
16717 {"TCPKeepalive", Type, 3, ""},
16718 {"TCPKeepalive.Interval", Field, 3, ""},
16719 {"TCPKeepalive.OnOff", Field, 3, ""},
16720 {"TCPKeepalive.Time", Field, 3, ""},
16721 {"TCP_CA_NAME_MAX", Const, 0, ""},
16722 {"TCP_CONGCTL", Const, 1, ""},
16723 {"TCP_CONGESTION", Const, 0, ""},
16724 {"TCP_CONNECTIONTIMEOUT", Const, 0, ""},
16725 {"TCP_CORK", Const, 0, ""},
16726 {"TCP_DEFER_ACCEPT", Const, 0, ""},
16727 {"TCP_ENABLE_ECN", Const, 16, ""},
16728 {"TCP_INFO", Const, 0, ""},
16729 {"TCP_KEEPALIVE", Const, 0, ""},
16730 {"TCP_KEEPCNT", Const, 0, ""},
16731 {"TCP_KEEPIDLE", Const, 0, ""},
16732 {"TCP_KEEPINIT", Const, 1, ""},
16733 {"TCP_KEEPINTVL", Const, 0, ""},
16734 {"TCP_LINGER2", Const, 0, ""},
16735 {"TCP_MAXBURST", Const, 0, ""},
16736 {"TCP_MAXHLEN", Const, 0, ""},
16737 {"TCP_MAXOLEN", Const, 0, ""},
16738 {"TCP_MAXSEG", Const, 0, ""},
16739 {"TCP_MAXWIN", Const, 0, ""},
16740 {"TCP_MAX_SACK", Const, 0, ""},
16741 {"TCP_MAX_WINSHIFT", Const, 0, ""},
16742 {"TCP_MD5SIG", Const, 0, ""},
16743 {"TCP_MD5SIG_MAXKEYLEN", Const, 0, ""},
16744 {"TCP_MINMSS", Const, 0, ""},
16745 {"TCP_MINMSSOVERLOAD", Const, 0, ""},
16746 {"TCP_MSS", Const, 0, ""},
16747 {"TCP_NODELAY", Const, 0, ""},
16748 {"TCP_NOOPT", Const, 0, ""},
16749 {"TCP_NOPUSH", Const, 0, ""},
16750 {"TCP_NOTSENT_LOWAT", Const, 16, ""},
16751 {"TCP_NSTATES", Const, 1, ""},
16752 {"TCP_QUICKACK", Const, 0, ""},
16753 {"TCP_RXT_CONNDROPTIME", Const, 0, ""},
16754 {"TCP_RXT_FINDROP", Const, 0, ""},
16755 {"TCP_SACK_ENABLE", Const, 1, ""},
16756 {"TCP_SENDMOREACKS", Const, 16, ""},
16757 {"TCP_SYNCNT", Const, 0, ""},
16758 {"TCP_VENDOR", Const, 3, ""},
16759 {"TCP_WINDOW_CLAMP", Const, 0, ""},
16760 {"TCSAFLUSH", Const, 1, ""},
16761 {"TCSETS", Const, 0, ""},
16762 {"TF_DISCONNECT", Const, 0, ""},
16763 {"TF_REUSE_SOCKET", Const, 0, ""},
16764 {"TF_USE_DEFAULT_WORKER", Const, 0, ""},
16765 {"TF_USE_KERNEL_APC", Const, 0, ""},
16766 {"TF_USE_SYSTEM_THREAD", Const, 0, ""},
16767 {"TF_WRITE_BEHIND", Const, 0, ""},
16768 {"TH32CS_INHERIT", Const, 4, ""},
16769 {"TH32CS_SNAPALL", Const, 4, ""},
16770 {"TH32CS_SNAPHEAPLIST", Const, 4, ""},
16771 {"TH32CS_SNAPMODULE", Const, 4, ""},
16772 {"TH32CS_SNAPMODULE32", Const, 4, ""},
16773 {"TH32CS_SNAPPROCESS", Const, 4, ""},
16774 {"TH32CS_SNAPTHREAD", Const, 4, ""},
16775 {"TIME_ZONE_ID_DAYLIGHT", Const, 0, ""},
16776 {"TIME_ZONE_ID_STANDARD", Const, 0, ""},
16777 {"TIME_ZONE_ID_UNKNOWN", Const, 0, ""},
16778 {"TIOCCBRK", Const, 0, ""},
16779 {"TIOCCDTR", Const, 0, ""},
16780 {"TIOCCONS", Const, 0, ""},
16781 {"TIOCDCDTIMESTAMP", Const, 0, ""},
16782 {"TIOCDRAIN", Const, 0, ""},
16783 {"TIOCDSIMICROCODE", Const, 0, ""},
16784 {"TIOCEXCL", Const, 0, ""},
16785 {"TIOCEXT", Const, 0, ""},
16786 {"TIOCFLAG_CDTRCTS", Const, 1, ""},
16787 {"TIOCFLAG_CLOCAL", Const, 1, ""},
16788 {"TIOCFLAG_CRTSCTS", Const, 1, ""},
16789 {"TIOCFLAG_MDMBUF", Const, 1, ""},
16790 {"TIOCFLAG_PPS", Const, 1, ""},
16791 {"TIOCFLAG_SOFTCAR", Const, 1, ""},
16792 {"TIOCFLUSH", Const, 0, ""},
16793 {"TIOCGDEV", Const, 0, ""},
16794 {"TIOCGDRAINWAIT", Const, 0, ""},
16795 {"TIOCGETA", Const, 0, ""},
16796 {"TIOCGETD", Const, 0, ""},
16797 {"TIOCGFLAGS", Const, 1, ""},
16798 {"TIOCGICOUNT", Const, 0, ""},
16799 {"TIOCGLCKTRMIOS", Const, 0, ""},
16800 {"TIOCGLINED", Const, 1, ""},
16801 {"TIOCGPGRP", Const, 0, ""},
16802 {"TIOCGPTN", Const, 0, ""},
16803 {"TIOCGQSIZE", Const, 1, ""},
16804 {"TIOCGRANTPT", Const, 1, ""},
16805 {"TIOCGRS485", Const, 0, ""},
16806 {"TIOCGSERIAL", Const, 0, ""},
16807 {"TIOCGSID", Const, 0, ""},
16808 {"TIOCGSIZE", Const, 1, ""},
16809 {"TIOCGSOFTCAR", Const, 0, ""},
16810 {"TIOCGTSTAMP", Const, 1, ""},
16811 {"TIOCGWINSZ", Const, 0, ""},
16812 {"TIOCINQ", Const, 0, ""},
16813 {"TIOCIXOFF", Const, 0, ""},
16814 {"TIOCIXON", Const, 0, ""},
16815 {"TIOCLINUX", Const, 0, ""},
16816 {"TIOCMBIC", Const, 0, ""},
16817 {"TIOCMBIS", Const, 0, ""},
16818 {"TIOCMGDTRWAIT", Const, 0, ""},
16819 {"TIOCMGET", Const, 0, ""},
16820 {"TIOCMIWAIT", Const, 0, ""},
16821 {"TIOCMODG", Const, 0, ""},
16822 {"TIOCMODS", Const, 0, ""},
16823 {"TIOCMSDTRWAIT", Const, 0, ""},
16824 {"TIOCMSET", Const, 0, ""},
16825 {"TIOCM_CAR", Const, 0, ""},
16826 {"TIOCM_CD", Const, 0, ""},
16827 {"TIOCM_CTS", Const, 0, ""},
16828 {"TIOCM_DCD", Const, 0, ""},
16829 {"TIOCM_DSR", Const, 0, ""},
16830 {"TIOCM_DTR", Const, 0, ""},
16831 {"TIOCM_LE", Const, 0, ""},
16832 {"TIOCM_RI", Const, 0, ""},
16833 {"TIOCM_RNG", Const, 0, ""},
16834 {"TIOCM_RTS", Const, 0, ""},
16835 {"TIOCM_SR", Const, 0, ""},
16836 {"TIOCM_ST", Const, 0, ""},
16837 {"TIOCNOTTY", Const, 0, ""},
16838 {"TIOCNXCL", Const, 0, ""},
16839 {"TIOCOUTQ", Const, 0, ""},
16840 {"TIOCPKT", Const, 0, ""},
16841 {"TIOCPKT_DATA", Const, 0, ""},
16842 {"TIOCPKT_DOSTOP", Const, 0, ""},
16843 {"TIOCPKT_FLUSHREAD", Const, 0, ""},
16844 {"TIOCPKT_FLUSHWRITE", Const, 0, ""},
16845 {"TIOCPKT_IOCTL", Const, 0, ""},
16846 {"TIOCPKT_NOSTOP", Const, 0, ""},
16847 {"TIOCPKT_START", Const, 0, ""},
16848 {"TIOCPKT_STOP", Const, 0, ""},
16849 {"TIOCPTMASTER", Const, 0, ""},
16850 {"TIOCPTMGET", Const, 1, ""},
16851 {"TIOCPTSNAME", Const, 1, ""},
16852 {"TIOCPTYGNAME", Const, 0, ""},
16853 {"TIOCPTYGRANT", Const, 0, ""},
16854 {"TIOCPTYUNLK", Const, 0, ""},
16855 {"TIOCRCVFRAME", Const, 1, ""},
16856 {"TIOCREMOTE", Const, 0, ""},
16857 {"TIOCSBRK", Const, 0, ""},
16858 {"TIOCSCONS", Const, 0, ""},
16859 {"TIOCSCTTY", Const, 0, ""},
16860 {"TIOCSDRAINWAIT", Const, 0, ""},
16861 {"TIOCSDTR", Const, 0, ""},
16862 {"TIOCSERCONFIG", Const, 0, ""},
16863 {"TIOCSERGETLSR", Const, 0, ""},
16864 {"TIOCSERGETMULTI", Const, 0, ""},
16865 {"TIOCSERGSTRUCT", Const, 0, ""},
16866 {"TIOCSERGWILD", Const, 0, ""},
16867 {"TIOCSERSETMULTI", Const, 0, ""},
16868 {"TIOCSERSWILD", Const, 0, ""},
16869 {"TIOCSER_TEMT", Const, 0, ""},
16870 {"TIOCSETA", Const, 0, ""},
16871 {"TIOCSETAF", Const, 0, ""},
16872 {"TIOCSETAW", Const, 0, ""},
16873 {"TIOCSETD", Const, 0, ""},
16874 {"TIOCSFLAGS", Const, 1, ""},
16875 {"TIOCSIG", Const, 0, ""},
16876 {"TIOCSLCKTRMIOS", Const, 0, ""},
16877 {"TIOCSLINED", Const, 1, ""},
16878 {"TIOCSPGRP", Const, 0, ""},
16879 {"TIOCSPTLCK", Const, 0, ""},
16880 {"TIOCSQSIZE", Const, 1, ""},
16881 {"TIOCSRS485", Const, 0, ""},
16882 {"TIOCSSERIAL", Const, 0, ""},
16883 {"TIOCSSIZE", Const, 1, ""},
16884 {"TIOCSSOFTCAR", Const, 0, ""},
16885 {"TIOCSTART", Const, 0, ""},
16886 {"TIOCSTAT", Const, 0, ""},
16887 {"TIOCSTI", Const, 0, ""},
16888 {"TIOCSTOP", Const, 0, ""},
16889 {"TIOCSTSTAMP", Const, 1, ""},
16890 {"TIOCSWINSZ", Const, 0, ""},
16891 {"TIOCTIMESTAMP", Const, 0, ""},
16892 {"TIOCUCNTL", Const, 0, ""},
16893 {"TIOCVHANGUP", Const, 0, ""},
16894 {"TIOCXMTFRAME", Const, 1, ""},
16895 {"TOKEN_ADJUST_DEFAULT", Const, 0, ""},
16896 {"TOKEN_ADJUST_GROUPS", Const, 0, ""},
16897 {"TOKEN_ADJUST_PRIVILEGES", Const, 0, ""},
16898 {"TOKEN_ADJUST_SESSIONID", Const, 11, ""},
16899 {"TOKEN_ALL_ACCESS", Const, 0, ""},
16900 {"TOKEN_ASSIGN_PRIMARY", Const, 0, ""},
16901 {"TOKEN_DUPLICATE", Const, 0, ""},
16902 {"TOKEN_EXECUTE", Const, 0, ""},
16903 {"TOKEN_IMPERSONATE", Const, 0, ""},
16904 {"TOKEN_QUERY", Const, 0, ""},
16905 {"TOKEN_QUERY_SOURCE", Const, 0, ""},
16906 {"TOKEN_READ", Const, 0, ""},
16907 {"TOKEN_WRITE", Const, 0, ""},
16908 {"TOSTOP", Const, 0, ""},
16909 {"TRUNCATE_EXISTING", Const, 0, ""},
16910 {"TUNATTACHFILTER", Const, 0, ""},
16911 {"TUNDETACHFILTER", Const, 0, ""},
16912 {"TUNGETFEATURES", Const, 0, ""},
16913 {"TUNGETIFF", Const, 0, ""},
16914 {"TUNGETSNDBUF", Const, 0, ""},
16915 {"TUNGETVNETHDRSZ", Const, 0, ""},
16916 {"TUNSETDEBUG", Const, 0, ""},
16917 {"TUNSETGROUP", Const, 0, ""},
16918 {"TUNSETIFF", Const, 0, ""},
16919 {"TUNSETLINK", Const, 0, ""},
16920 {"TUNSETNOCSUM", Const, 0, ""},
16921 {"TUNSETOFFLOAD", Const, 0, ""},
16922 {"TUNSETOWNER", Const, 0, ""},
16923 {"TUNSETPERSIST", Const, 0, ""},
16924 {"TUNSETSNDBUF", Const, 0, ""},
16925 {"TUNSETTXFILTER", Const, 0, ""},
16926 {"TUNSETVNETHDRSZ", Const, 0, ""},
16927 {"Tee", Func, 0, "func(rfd int, wfd int, len int, flags int) (n int64, err error)"},
16928 {"TerminateProcess", Func, 0, ""},
16929 {"Termios", Type, 0, ""},
16930 {"Termios.Cc", Field, 0, ""},
16931 {"Termios.Cflag", Field, 0, ""},
16932 {"Termios.Iflag", Field, 0, ""},
16933 {"Termios.Ispeed", Field, 0, ""},
16934 {"Termios.Lflag", Field, 0, ""},
16935 {"Termios.Line", Field, 0, ""},
16936 {"Termios.Oflag", Field, 0, ""},
16937 {"Termios.Ospeed", Field, 0, ""},
16938 {"Termios.Pad_cgo_0", Field, 0, ""},
16939 {"Tgkill", Func, 0, "func(tgid int, tid int, sig Signal) (err error)"},
16940 {"Time", Func, 0, "func(t *Time_t) (tt Time_t, err error)"},
16941 {"Time_t", Type, 0, ""},
16942 {"Times", Func, 0, "func(tms *Tms) (ticks uintptr, err error)"},
16943 {"Timespec", Type, 0, ""},
16944 {"Timespec.Nsec", Field, 0, ""},
16945 {"Timespec.Pad_cgo_0", Field, 2, ""},
16946 {"Timespec.Sec", Field, 0, ""},
16947 {"TimespecToNsec", Func, 0, "func(ts Timespec) int64"},
16948 {"Timeval", Type, 0, ""},
16949 {"Timeval.Pad_cgo_0", Field, 0, ""},
16950 {"Timeval.Sec", Field, 0, ""},
16951 {"Timeval.Usec", Field, 0, ""},
16952 {"Timeval32", Type, 0, ""},
16953 {"Timeval32.Sec", Field, 0, ""},
16954 {"Timeval32.Usec", Field, 0, ""},
16955 {"TimevalToNsec", Func, 0, "func(tv Timeval) int64"},
16956 {"Timex", Type, 0, ""},
16957 {"Timex.Calcnt", Field, 0, ""},
16958 {"Timex.Constant", Field, 0, ""},
16959 {"Timex.Errcnt", Field, 0, ""},
16960 {"Timex.Esterror", Field, 0, ""},
16961 {"Timex.Freq", Field, 0, ""},
16962 {"Timex.Jitcnt", Field, 0, ""},
16963 {"Timex.Jitter", Field, 0, ""},
16964 {"Timex.Maxerror", Field, 0, ""},
16965 {"Timex.Modes", Field, 0, ""},
16966 {"Timex.Offset", Field, 0, ""},
16967 {"Timex.Pad_cgo_0", Field, 0, ""},
16968 {"Timex.Pad_cgo_1", Field, 0, ""},
16969 {"Timex.Pad_cgo_2", Field, 0, ""},
16970 {"Timex.Pad_cgo_3", Field, 0, ""},
16971 {"Timex.Ppsfreq", Field, 0, ""},
16972 {"Timex.Precision", Field, 0, ""},
16973 {"Timex.Shift", Field, 0, ""},
16974 {"Timex.Stabil", Field, 0, ""},
16975 {"Timex.Status", Field, 0, ""},
16976 {"Timex.Stbcnt", Field, 0, ""},
16977 {"Timex.Tai", Field, 0, ""},
16978 {"Timex.Tick", Field, 0, ""},
16979 {"Timex.Time", Field, 0, ""},
16980 {"Timex.Tolerance", Field, 0, ""},
16981 {"Timezoneinformation", Type, 0, ""},
16982 {"Timezoneinformation.Bias", Field, 0, ""},
16983 {"Timezoneinformation.DaylightBias", Field, 0, ""},
16984 {"Timezoneinformation.DaylightDate", Field, 0, ""},
16985 {"Timezoneinformation.DaylightName", Field, 0, ""},
16986 {"Timezoneinformation.StandardBias", Field, 0, ""},
16987 {"Timezoneinformation.StandardDate", Field, 0, ""},
16988 {"Timezoneinformation.StandardName", Field, 0, ""},
16989 {"Tms", Type, 0, ""},
16990 {"Tms.Cstime", Field, 0, ""},
16991 {"Tms.Cutime", Field, 0, ""},
16992 {"Tms.Stime", Field, 0, ""},
16993 {"Tms.Utime", Field, 0, ""},
16994 {"Token", Type, 0, ""},
16995 {"TokenAccessInformation", Const, 0, ""},
16996 {"TokenAuditPolicy", Const, 0, ""},
16997 {"TokenDefaultDacl", Const, 0, ""},
16998 {"TokenElevation", Const, 0, ""},
16999 {"TokenElevationType", Const, 0, ""},
17000 {"TokenGroups", Const, 0, ""},
17001 {"TokenGroupsAndPrivileges", Const, 0, ""},
17002 {"TokenHasRestrictions", Const, 0, ""},
17003 {"TokenImpersonationLevel", Const, 0, ""},
17004 {"TokenIntegrityLevel", Const, 0, ""},
17005 {"TokenLinkedToken", Const, 0, ""},
17006 {"TokenLogonSid", Const, 0, ""},
17007 {"TokenMandatoryPolicy", Const, 0, ""},
17008 {"TokenOrigin", Const, 0, ""},
17009 {"TokenOwner", Const, 0, ""},
17010 {"TokenPrimaryGroup", Const, 0, ""},
17011 {"TokenPrivileges", Const, 0, ""},
17012 {"TokenRestrictedSids", Const, 0, ""},
17013 {"TokenSandBoxInert", Const, 0, ""},
17014 {"TokenSessionId", Const, 0, ""},
17015 {"TokenSessionReference", Const, 0, ""},
17016 {"TokenSource", Const, 0, ""},
17017 {"TokenStatistics", Const, 0, ""},
17018 {"TokenType", Const, 0, ""},
17019 {"TokenUIAccess", Const, 0, ""},
17020 {"TokenUser", Const, 0, ""},
17021 {"TokenVirtualizationAllowed", Const, 0, ""},
17022 {"TokenVirtualizationEnabled", Const, 0, ""},
17023 {"Tokenprimarygroup", Type, 0, ""},
17024 {"Tokenprimarygroup.PrimaryGroup", Field, 0, ""},
17025 {"Tokenuser", Type, 0, ""},
17026 {"Tokenuser.User", Field, 0, ""},
17027 {"TranslateAccountName", Func, 0, ""},
17028 {"TranslateName", Func, 0, ""},
17029 {"TransmitFile", Func, 0, ""},
17030 {"TransmitFileBuffers", Type, 0, ""},
17031 {"TransmitFileBuffers.Head", Field, 0, ""},
17032 {"TransmitFileBuffers.HeadLength", Field, 0, ""},
17033 {"TransmitFileBuffers.Tail", Field, 0, ""},
17034 {"TransmitFileBuffers.TailLength", Field, 0, ""},
17035 {"Truncate", Func, 0, "func(path string, length int64) (err error)"},
17036 {"UNIX_PATH_MAX", Const, 12, ""},
17037 {"USAGE_MATCH_TYPE_AND", Const, 0, ""},
17038 {"USAGE_MATCH_TYPE_OR", Const, 0, ""},
17039 {"UTF16FromString", Func, 1, ""},
17040 {"UTF16PtrFromString", Func, 1, ""},
17041 {"UTF16ToString", Func, 0, ""},
17042 {"Ucred", Type, 0, ""},
17043 {"Ucred.Gid", Field, 0, ""},
17044 {"Ucred.Pid", Field, 0, ""},
17045 {"Ucred.Uid", Field, 0, ""},
17046 {"Umask", Func, 0, "func(mask int) (oldmask int)"},
17047 {"Uname", Func, 0, "func(buf *Utsname) (err error)"},
17048 {"Undelete", Func, 0, ""},
17049 {"UnixCredentials", Func, 0, "func(ucred *Ucred) []byte"},
17050 {"UnixRights", Func, 0, "func(fds ...int) []byte"},
17051 {"Unlink", Func, 0, "func(path string) error"},
17052 {"Unlinkat", Func, 0, "func(dirfd int, path string) error"},
17053 {"UnmapViewOfFile", Func, 0, ""},
17054 {"Unmount", Func, 0, "func(target string, flags int) (err error)"},
17055 {"Unsetenv", Func, 4, "func(key string) error"},
17056 {"Unshare", Func, 0, "func(flags int) (err error)"},
17057 {"UserInfo10", Type, 0, ""},
17058 {"UserInfo10.Comment", Field, 0, ""},
17059 {"UserInfo10.FullName", Field, 0, ""},
17060 {"UserInfo10.Name", Field, 0, ""},
17061 {"UserInfo10.UsrComment", Field, 0, ""},
17062 {"Ustat", Func, 0, "func(dev int, ubuf *Ustat_t) (err error)"},
17063 {"Ustat_t", Type, 0, ""},
17064 {"Ustat_t.Fname", Field, 0, ""},
17065 {"Ustat_t.Fpack", Field, 0, ""},
17066 {"Ustat_t.Pad_cgo_0", Field, 0, ""},
17067 {"Ustat_t.Pad_cgo_1", Field, 0, ""},
17068 {"Ustat_t.Tfree", Field, 0, ""},
17069 {"Ustat_t.Tinode", Field, 0, ""},
17070 {"Utimbuf", Type, 0, ""},
17071 {"Utimbuf.Actime", Field, 0, ""},
17072 {"Utimbuf.Modtime", Field, 0, ""},
17073 {"Utime", Func, 0, "func(path string, buf *Utimbuf) (err error)"},
17074 {"Utimes", Func, 0, "func(path string, tv []Timeval) (err error)"},
17075 {"UtimesNano", Func, 1, "func(path string, ts []Timespec) (err error)"},
17076 {"Utsname", Type, 0, ""},
17077 {"Utsname.Domainname", Field, 0, ""},
17078 {"Utsname.Machine", Field, 0, ""},
17079 {"Utsname.Nodename", Field, 0, ""},
17080 {"Utsname.Release", Field, 0, ""},
17081 {"Utsname.Sysname", Field, 0, ""},
17082 {"Utsname.Version", Field, 0, ""},
17083 {"VDISCARD", Const, 0, ""},
17084 {"VDSUSP", Const, 1, ""},
17085 {"VEOF", Const, 0, ""},
17086 {"VEOL", Const, 0, ""},
17087 {"VEOL2", Const, 0, ""},
17088 {"VERASE", Const, 0, ""},
17089 {"VERASE2", Const, 1, ""},
17090 {"VINTR", Const, 0, ""},
17091 {"VKILL", Const, 0, ""},
17092 {"VLNEXT", Const, 0, ""},
17093 {"VMIN", Const, 0, ""},
17094 {"VQUIT", Const, 0, ""},
17095 {"VREPRINT", Const, 0, ""},
17096 {"VSTART", Const, 0, ""},
17097 {"VSTATUS", Const, 1, ""},
17098 {"VSTOP", Const, 0, ""},
17099 {"VSUSP", Const, 0, ""},
17100 {"VSWTC", Const, 0, ""},
17101 {"VT0", Const, 1, ""},
17102 {"VT1", Const, 1, ""},
17103 {"VTDLY", Const, 1, ""},
17104 {"VTIME", Const, 0, ""},
17105 {"VWERASE", Const, 0, ""},
17106 {"VirtualLock", Func, 0, ""},
17107 {"VirtualUnlock", Func, 0, ""},
17108 {"WAIT_ABANDONED", Const, 0, ""},
17109 {"WAIT_FAILED", Const, 0, ""},
17110 {"WAIT_OBJECT_0", Const, 0, ""},
17111 {"WAIT_TIMEOUT", Const, 0, ""},
17112 {"WALL", Const, 0, ""},
17113 {"WALLSIG", Const, 1, ""},
17114 {"WALTSIG", Const, 1, ""},
17115 {"WCLONE", Const, 0, ""},
17116 {"WCONTINUED", Const, 0, ""},
17117 {"WCOREFLAG", Const, 0, ""},
17118 {"WEXITED", Const, 0, ""},
17119 {"WLINUXCLONE", Const, 0, ""},
17120 {"WNOHANG", Const, 0, ""},
17121 {"WNOTHREAD", Const, 0, ""},
17122 {"WNOWAIT", Const, 0, ""},
17123 {"WNOZOMBIE", Const, 1, ""},
17124 {"WOPTSCHECKED", Const, 1, ""},
17125 {"WORDSIZE", Const, 0, ""},
17126 {"WSABuf", Type, 0, ""},
17127 {"WSABuf.Buf", Field, 0, ""},
17128 {"WSABuf.Len", Field, 0, ""},
17129 {"WSACleanup", Func, 0, ""},
17130 {"WSADESCRIPTION_LEN", Const, 0, ""},
17131 {"WSAData", Type, 0, ""},
17132 {"WSAData.Description", Field, 0, ""},
17133 {"WSAData.HighVersion", Field, 0, ""},
17134 {"WSAData.MaxSockets", Field, 0, ""},
17135 {"WSAData.MaxUdpDg", Field, 0, ""},
17136 {"WSAData.SystemStatus", Field, 0, ""},
17137 {"WSAData.VendorInfo", Field, 0, ""},
17138 {"WSAData.Version", Field, 0, ""},
17139 {"WSAEACCES", Const, 2, ""},
17140 {"WSAECONNABORTED", Const, 9, ""},
17141 {"WSAECONNRESET", Const, 3, ""},
17142 {"WSAENOPROTOOPT", Const, 23, ""},
17143 {"WSAEnumProtocols", Func, 2, ""},
17144 {"WSAID_CONNECTEX", Var, 1, ""},
17145 {"WSAIoctl", Func, 0, ""},
17146 {"WSAPROTOCOL_LEN", Const, 2, ""},
17147 {"WSAProtocolChain", Type, 2, ""},
17148 {"WSAProtocolChain.ChainEntries", Field, 2, ""},
17149 {"WSAProtocolChain.ChainLen", Field, 2, ""},
17150 {"WSAProtocolInfo", Type, 2, ""},
17151 {"WSAProtocolInfo.AddressFamily", Field, 2, ""},
17152 {"WSAProtocolInfo.CatalogEntryId", Field, 2, ""},
17153 {"WSAProtocolInfo.MaxSockAddr", Field, 2, ""},
17154 {"WSAProtocolInfo.MessageSize", Field, 2, ""},
17155 {"WSAProtocolInfo.MinSockAddr", Field, 2, ""},
17156 {"WSAProtocolInfo.NetworkByteOrder", Field, 2, ""},
17157 {"WSAProtocolInfo.Protocol", Field, 2, ""},
17158 {"WSAProtocolInfo.ProtocolChain", Field, 2, ""},
17159 {"WSAProtocolInfo.ProtocolMaxOffset", Field, 2, ""},
17160 {"WSAProtocolInfo.ProtocolName", Field, 2, ""},
17161 {"WSAProtocolInfo.ProviderFlags", Field, 2, ""},
17162 {"WSAProtocolInfo.ProviderId", Field, 2, ""},
17163 {"WSAProtocolInfo.ProviderReserved", Field, 2, ""},
17164 {"WSAProtocolInfo.SecurityScheme", Field, 2, ""},
17165 {"WSAProtocolInfo.ServiceFlags1", Field, 2, ""},
17166 {"WSAProtocolInfo.ServiceFlags2", Field, 2, ""},
17167 {"WSAProtocolInfo.ServiceFlags3", Field, 2, ""},
17168 {"WSAProtocolInfo.ServiceFlags4", Field, 2, ""},
17169 {"WSAProtocolInfo.SocketType", Field, 2, ""},
17170 {"WSAProtocolInfo.Version", Field, 2, ""},
17171 {"WSARecv", Func, 0, ""},
17172 {"WSARecvFrom", Func, 0, ""},
17173 {"WSASYS_STATUS_LEN", Const, 0, ""},
17174 {"WSASend", Func, 0, ""},
17175 {"WSASendTo", Func, 0, ""},
17176 {"WSASendto", Func, 0, ""},
17177 {"WSAStartup", Func, 0, ""},
17178 {"WSTOPPED", Const, 0, ""},
17179 {"WTRAPPED", Const, 1, ""},
17180 {"WUNTRACED", Const, 0, ""},
17181 {"Wait4", Func, 0, "func(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)"},
17182 {"WaitForSingleObject", Func, 0, ""},
17183 {"WaitStatus", Type, 0, ""},
17184 {"WaitStatus.ExitCode", Field, 0, ""},
17185 {"Win32FileAttributeData", Type, 0, ""},
17186 {"Win32FileAttributeData.CreationTime", Field, 0, ""},
17187 {"Win32FileAttributeData.FileAttributes", Field, 0, ""},
17188 {"Win32FileAttributeData.FileSizeHigh", Field, 0, ""},
17189 {"Win32FileAttributeData.FileSizeLow", Field, 0, ""},
17190 {"Win32FileAttributeData.LastAccessTime", Field, 0, ""},
17191 {"Win32FileAttributeData.LastWriteTime", Field, 0, ""},
17192 {"Win32finddata", Type, 0, ""},
17193 {"Win32finddata.AlternateFileName", Field, 0, ""},
17194 {"Win32finddata.CreationTime", Field, 0, ""},
17195 {"Win32finddata.FileAttributes", Field, 0, ""},
17196 {"Win32finddata.FileName", Field, 0, ""},
17197 {"Win32finddata.FileSizeHigh", Field, 0, ""},
17198 {"Win32finddata.FileSizeLow", Field, 0, ""},
17199 {"Win32finddata.LastAccessTime", Field, 0, ""},
17200 {"Win32finddata.LastWriteTime", Field, 0, ""},
17201 {"Win32finddata.Reserved0", Field, 0, ""},
17202 {"Win32finddata.Reserved1", Field, 0, ""},
17203 {"Write", Func, 0, "func(fd int, p []byte) (n int, err error)"},
17204 {"WriteConsole", Func, 1, ""},
17205 {"WriteFile", Func, 0, ""},
17206 {"X509_ASN_ENCODING", Const, 0, ""},
17207 {"XCASE", Const, 0, ""},
17208 {"XP1_CONNECTIONLESS", Const, 2, ""},
17209 {"XP1_CONNECT_DATA", Const, 2, ""},
17210 {"XP1_DISCONNECT_DATA", Const, 2, ""},
17211 {"XP1_EXPEDITED_DATA", Const, 2, ""},
17212 {"XP1_GRACEFUL_CLOSE", Const, 2, ""},
17213 {"XP1_GUARANTEED_DELIVERY", Const, 2, ""},
17214 {"XP1_GUARANTEED_ORDER", Const, 2, ""},
17215 {"XP1_IFS_HANDLES", Const, 2, ""},
17216 {"XP1_MESSAGE_ORIENTED", Const, 2, ""},
17217 {"XP1_MULTIPOINT_CONTROL_PLANE", Const, 2, ""},
17218 {"XP1_MULTIPOINT_DATA_PLANE", Const, 2, ""},
17219 {"XP1_PARTIAL_MESSAGE", Const, 2, ""},
17220 {"XP1_PSEUDO_STREAM", Const, 2, ""},
17221 {"XP1_QOS_SUPPORTED", Const, 2, ""},
17222 {"XP1_SAN_SUPPORT_SDP", Const, 2, ""},
17223 {"XP1_SUPPORT_BROADCAST", Const, 2, ""},
17224 {"XP1_SUPPORT_MULTIPOINT", Const, 2, ""},
17225 {"XP1_UNI_RECV", Const, 2, ""},
17226 {"XP1_UNI_SEND", Const, 2, ""},
17227 },
17228 "syscall/js": {
17229 {"CopyBytesToGo", Func, 0, ""},
17230 {"CopyBytesToJS", Func, 0, ""},
17231 {"Error", Type, 0, ""},
17232 {"Func", Type, 0, ""},
17233 {"FuncOf", Func, 0, ""},
17234 {"Global", Func, 0, ""},
17235 {"Null", Func, 0, ""},
17236 {"Type", Type, 0, ""},
17237 {"TypeBoolean", Const, 0, ""},
17238 {"TypeFunction", Const, 0, ""},
17239 {"TypeNull", Const, 0, ""},
17240 {"TypeNumber", Const, 0, ""},
17241 {"TypeObject", Const, 0, ""},
17242 {"TypeString", Const, 0, ""},
17243 {"TypeSymbol", Const, 0, ""},
17244 {"TypeUndefined", Const, 0, ""},
17245 {"Undefined", Func, 0, ""},
17246 {"Value", Type, 0, ""},
17247 {"ValueError", Type, 0, ""},
17248 {"ValueOf", Func, 0, ""},
17249 },
17250 "testing": {
17251 {"(*B).ArtifactDir", Method, 26, ""},
17252 {"(*B).Attr", Method, 25, ""},
17253 {"(*B).Chdir", Method, 24, ""},
17254 {"(*B).Cleanup", Method, 14, ""},
17255 {"(*B).Context", Method, 24, ""},
17256 {"(*B).Elapsed", Method, 20, ""},
17257 {"(*B).Error", Method, 0, ""},
17258 {"(*B).Errorf", Method, 0, ""},
17259 {"(*B).Fail", Method, 0, ""},
17260 {"(*B).FailNow", Method, 0, ""},
17261 {"(*B).Failed", Method, 0, ""},
17262 {"(*B).Fatal", Method, 0, ""},
17263 {"(*B).Fatalf", Method, 0, ""},
17264 {"(*B).Helper", Method, 9, ""},
17265 {"(*B).Log", Method, 0, ""},
17266 {"(*B).Logf", Method, 0, ""},
17267 {"(*B).Loop", Method, 24, ""},
17268 {"(*B).Name", Method, 8, ""},
17269 {"(*B).Output", Method, 25, ""},
17270 {"(*B).ReportAllocs", Method, 1, ""},
17271 {"(*B).ReportMetric", Method, 13, ""},
17272 {"(*B).ResetTimer", Method, 0, ""},
17273 {"(*B).Run", Method, 7, ""},
17274 {"(*B).RunParallel", Method, 3, ""},
17275 {"(*B).SetBytes", Method, 0, ""},
17276 {"(*B).SetParallelism", Method, 3, ""},
17277 {"(*B).Setenv", Method, 17, ""},
17278 {"(*B).Skip", Method, 1, ""},
17279 {"(*B).SkipNow", Method, 1, ""},
17280 {"(*B).Skipf", Method, 1, ""},
17281 {"(*B).Skipped", Method, 1, ""},
17282 {"(*B).StartTimer", Method, 0, ""},
17283 {"(*B).StopTimer", Method, 0, ""},
17284 {"(*B).TempDir", Method, 15, ""},
17285 {"(*F).Add", Method, 18, ""},
17286 {"(*F).ArtifactDir", Method, 26, ""},
17287 {"(*F).Attr", Method, 25, ""},
17288 {"(*F).Chdir", Method, 24, ""},
17289 {"(*F).Cleanup", Method, 18, ""},
17290 {"(*F).Context", Method, 24, ""},
17291 {"(*F).Error", Method, 18, ""},
17292 {"(*F).Errorf", Method, 18, ""},
17293 {"(*F).Fail", Method, 18, ""},
17294 {"(*F).FailNow", Method, 18, ""},
17295 {"(*F).Failed", Method, 18, ""},
17296 {"(*F).Fatal", Method, 18, ""},
17297 {"(*F).Fatalf", Method, 18, ""},
17298 {"(*F).Fuzz", Method, 18, ""},
17299 {"(*F).Helper", Method, 18, ""},
17300 {"(*F).Log", Method, 18, ""},
17301 {"(*F).Logf", Method, 18, ""},
17302 {"(*F).Name", Method, 18, ""},
17303 {"(*F).Output", Method, 25, ""},
17304 {"(*F).Setenv", Method, 18, ""},
17305 {"(*F).Skip", Method, 18, ""},
17306 {"(*F).SkipNow", Method, 18, ""},
17307 {"(*F).Skipf", Method, 18, ""},
17308 {"(*F).Skipped", Method, 18, ""},
17309 {"(*F).TempDir", Method, 18, ""},
17310 {"(*M).Run", Method, 4, ""},
17311 {"(*PB).Next", Method, 3, ""},
17312 {"(*T).ArtifactDir", Method, 26, ""},
17313 {"(*T).Attr", Method, 25, ""},
17314 {"(*T).Chdir", Method, 24, ""},
17315 {"(*T).Cleanup", Method, 14, ""},
17316 {"(*T).Context", Method, 24, ""},
17317 {"(*T).Deadline", Method, 15, ""},
17318 {"(*T).Error", Method, 0, ""},
17319 {"(*T).Errorf", Method, 0, ""},
17320 {"(*T).Fail", Method, 0, ""},
17321 {"(*T).FailNow", Method, 0, ""},
17322 {"(*T).Failed", Method, 0, ""},
17323 {"(*T).Fatal", Method, 0, ""},
17324 {"(*T).Fatalf", Method, 0, ""},
17325 {"(*T).Helper", Method, 9, ""},
17326 {"(*T).Log", Method, 0, ""},
17327 {"(*T).Logf", Method, 0, ""},
17328 {"(*T).Name", Method, 8, ""},
17329 {"(*T).Output", Method, 25, ""},
17330 {"(*T).Parallel", Method, 0, ""},
17331 {"(*T).Run", Method, 7, ""},
17332 {"(*T).Setenv", Method, 17, ""},
17333 {"(*T).Skip", Method, 1, ""},
17334 {"(*T).SkipNow", Method, 1, ""},
17335 {"(*T).Skipf", Method, 1, ""},
17336 {"(*T).Skipped", Method, 1, ""},
17337 {"(*T).TempDir", Method, 15, ""},
17338 {"(BenchmarkResult).AllocedBytesPerOp", Method, 1, ""},
17339 {"(BenchmarkResult).AllocsPerOp", Method, 1, ""},
17340 {"(BenchmarkResult).MemString", Method, 1, ""},
17341 {"(BenchmarkResult).NsPerOp", Method, 0, ""},
17342 {"(BenchmarkResult).String", Method, 0, ""},
17343 {"(TB).ArtifactDir", Method, 26, ""},
17344 {"(TB).Attr", Method, 25, ""},
17345 {"(TB).Chdir", Method, 24, ""},
17346 {"(TB).Cleanup", Method, 14, ""},
17347 {"(TB).Context", Method, 24, ""},
17348 {"(TB).Error", Method, 2, ""},
17349 {"(TB).Errorf", Method, 2, ""},
17350 {"(TB).Fail", Method, 2, ""},
17351 {"(TB).FailNow", Method, 2, ""},
17352 {"(TB).Failed", Method, 2, ""},
17353 {"(TB).Fatal", Method, 2, ""},
17354 {"(TB).Fatalf", Method, 2, ""},
17355 {"(TB).Helper", Method, 9, ""},
17356 {"(TB).Log", Method, 2, ""},
17357 {"(TB).Logf", Method, 2, ""},
17358 {"(TB).Name", Method, 8, ""},
17359 {"(TB).Output", Method, 25, ""},
17360 {"(TB).Setenv", Method, 17, ""},
17361 {"(TB).Skip", Method, 2, ""},
17362 {"(TB).SkipNow", Method, 2, ""},
17363 {"(TB).Skipf", Method, 2, ""},
17364 {"(TB).Skipped", Method, 2, ""},
17365 {"(TB).TempDir", Method, 15, ""},
17366 {"AllocsPerRun", Func, 1, "func(runs int, f func()) (avg float64)"},
17367 {"B", Type, 0, ""},
17368 {"B.N", Field, 0, ""},
17369 {"Benchmark", Func, 0, "func(f func(b *B)) BenchmarkResult"},
17370 {"BenchmarkResult", Type, 0, ""},
17371 {"BenchmarkResult.Bytes", Field, 0, ""},
17372 {"BenchmarkResult.Extra", Field, 13, ""},
17373 {"BenchmarkResult.MemAllocs", Field, 1, ""},
17374 {"BenchmarkResult.MemBytes", Field, 1, ""},
17375 {"BenchmarkResult.N", Field, 0, ""},
17376 {"BenchmarkResult.T", Field, 0, ""},
17377 {"Cover", Type, 2, ""},
17378 {"Cover.Blocks", Field, 2, ""},
17379 {"Cover.Counters", Field, 2, ""},
17380 {"Cover.CoveredPackages", Field, 2, ""},
17381 {"Cover.Mode", Field, 2, ""},
17382 {"CoverBlock", Type, 2, ""},
17383 {"CoverBlock.Col0", Field, 2, ""},
17384 {"CoverBlock.Col1", Field, 2, ""},
17385 {"CoverBlock.Line0", Field, 2, ""},
17386 {"CoverBlock.Line1", Field, 2, ""},
17387 {"CoverBlock.Stmts", Field, 2, ""},
17388 {"CoverMode", Func, 8, "func() string"},
17389 {"Coverage", Func, 4, "func() float64"},
17390 {"F", Type, 18, ""},
17391 {"Init", Func, 13, "func()"},
17392 {"InternalBenchmark", Type, 0, ""},
17393 {"InternalBenchmark.F", Field, 0, ""},
17394 {"InternalBenchmark.Name", Field, 0, ""},
17395 {"InternalExample", Type, 0, ""},
17396 {"InternalExample.F", Field, 0, ""},
17397 {"InternalExample.Name", Field, 0, ""},
17398 {"InternalExample.Output", Field, 0, ""},
17399 {"InternalExample.Unordered", Field, 7, ""},
17400 {"InternalFuzzTarget", Type, 18, ""},
17401 {"InternalFuzzTarget.Fn", Field, 18, ""},
17402 {"InternalFuzzTarget.Name", Field, 18, ""},
17403 {"InternalTest", Type, 0, ""},
17404 {"InternalTest.F", Field, 0, ""},
17405 {"InternalTest.Name", Field, 0, ""},
17406 {"M", Type, 4, ""},
17407 {"Main", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)"},
17408 {"MainStart", Func, 4, "func(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M"},
17409 {"PB", Type, 3, ""},
17410 {"RegisterCover", Func, 2, "func(c Cover)"},
17411 {"RunBenchmarks", Func, 0, "func(matchString func(pat string, str string) (bool, error), benchmarks []InternalBenchmark)"},
17412 {"RunExamples", Func, 0, "func(matchString func(pat string, str string) (bool, error), examples []InternalExample) (ok bool)"},
17413 {"RunTests", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest) (ok bool)"},
17414 {"Short", Func, 0, "func() bool"},
17415 {"T", Type, 0, ""},
17416 {"Testing", Func, 21, "func() bool"},
17417 {"Verbose", Func, 1, "func() bool"},
17418 },
17419 "testing/cryptotest": {
17420 {"SetGlobalRandom", Func, 26, "func(t *testing.T, seed uint64)"},
17421 },
17422 "testing/fstest": {
17423 {"(MapFS).Glob", Method, 16, ""},
17424 {"(MapFS).Lstat", Method, 25, ""},
17425 {"(MapFS).Open", Method, 16, ""},
17426 {"(MapFS).ReadDir", Method, 16, ""},
17427 {"(MapFS).ReadFile", Method, 16, ""},
17428 {"(MapFS).ReadLink", Method, 25, ""},
17429 {"(MapFS).Stat", Method, 16, ""},
17430 {"(MapFS).Sub", Method, 16, ""},
17431 {"MapFS", Type, 16, ""},
17432 {"MapFile", Type, 16, ""},
17433 {"MapFile.Data", Field, 16, ""},
17434 {"MapFile.ModTime", Field, 16, ""},
17435 {"MapFile.Mode", Field, 16, ""},
17436 {"MapFile.Sys", Field, 16, ""},
17437 {"TestFS", Func, 16, "func(fsys fs.FS, expected ...string) error"},
17438 },
17439 "testing/iotest": {
17440 {"DataErrReader", Func, 0, "func(r io.Reader) io.Reader"},
17441 {"ErrReader", Func, 16, "func(err error) io.Reader"},
17442 {"ErrTimeout", Var, 0, ""},
17443 {"HalfReader", Func, 0, "func(r io.Reader) io.Reader"},
17444 {"NewReadLogger", Func, 0, "func(prefix string, r io.Reader) io.Reader"},
17445 {"NewWriteLogger", Func, 0, "func(prefix string, w io.Writer) io.Writer"},
17446 {"OneByteReader", Func, 0, "func(r io.Reader) io.Reader"},
17447 {"TestReader", Func, 16, "func(r io.Reader, content []byte) error"},
17448 {"TimeoutReader", Func, 0, "func(r io.Reader) io.Reader"},
17449 {"TruncateWriter", Func, 0, "func(w io.Writer, n int64) io.Writer"},
17450 },
17451 "testing/quick": {
17452 {"(*CheckEqualError).Error", Method, 0, ""},
17453 {"(*CheckError).Error", Method, 0, ""},
17454 {"(Generator).Generate", Method, 0, ""},
17455 {"(SetupError).Error", Method, 0, ""},
17456 {"Check", Func, 0, "func(f any, config *Config) error"},
17457 {"CheckEqual", Func, 0, "func(f any, g any, config *Config) error"},
17458 {"CheckEqualError", Type, 0, ""},
17459 {"CheckEqualError.CheckError", Field, 0, ""},
17460 {"CheckEqualError.Out1", Field, 0, ""},
17461 {"CheckEqualError.Out2", Field, 0, ""},
17462 {"CheckError", Type, 0, ""},
17463 {"CheckError.Count", Field, 0, ""},
17464 {"CheckError.In", Field, 0, ""},
17465 {"Config", Type, 0, ""},
17466 {"Config.MaxCount", Field, 0, ""},
17467 {"Config.MaxCountScale", Field, 0, ""},
17468 {"Config.Rand", Field, 0, ""},
17469 {"Config.Values", Field, 0, ""},
17470 {"Generator", Type, 0, ""},
17471 {"SetupError", Type, 0, ""},
17472 {"Value", Func, 0, "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"},
17473 },
17474 "testing/slogtest": {
17475 {"Run", Func, 22, "func(t *testing.T, newHandler func(*testing.T) slog.Handler, result func(*testing.T) map[string]any)"},
17476 {"TestHandler", Func, 21, "func(h slog.Handler, results func() []map[string]any) error"},
17477 },
17478 "testing/synctest": {
17479 {"Test", Func, 25, "func(t *testing.T, f func(*testing.T))"},
17480 {"Wait", Func, 25, "func()"},
17481 },
17482 "text/scanner": {
17483 {"(*Position).IsValid", Method, 0, ""},
17484 {"(*Scanner).Init", Method, 0, ""},
17485 {"(*Scanner).IsValid", Method, 0, ""},
17486 {"(*Scanner).Next", Method, 0, ""},
17487 {"(*Scanner).Peek", Method, 0, ""},
17488 {"(*Scanner).Pos", Method, 0, ""},
17489 {"(*Scanner).Scan", Method, 0, ""},
17490 {"(*Scanner).TokenText", Method, 0, ""},
17491 {"(Position).String", Method, 0, ""},
17492 {"(Scanner).String", Method, 0, ""},
17493 {"Char", Const, 0, ""},
17494 {"Comment", Const, 0, ""},
17495 {"EOF", Const, 0, ""},
17496 {"Float", Const, 0, ""},
17497 {"GoTokens", Const, 0, ""},
17498 {"GoWhitespace", Const, 0, ""},
17499 {"Ident", Const, 0, ""},
17500 {"Int", Const, 0, ""},
17501 {"Position", Type, 0, ""},
17502 {"Position.Column", Field, 0, ""},
17503 {"Position.Filename", Field, 0, ""},
17504 {"Position.Line", Field, 0, ""},
17505 {"Position.Offset", Field, 0, ""},
17506 {"RawString", Const, 0, ""},
17507 {"ScanChars", Const, 0, ""},
17508 {"ScanComments", Const, 0, ""},
17509 {"ScanFloats", Const, 0, ""},
17510 {"ScanIdents", Const, 0, ""},
17511 {"ScanInts", Const, 0, ""},
17512 {"ScanRawStrings", Const, 0, ""},
17513 {"ScanStrings", Const, 0, ""},
17514 {"Scanner", Type, 0, ""},
17515 {"Scanner.Error", Field, 0, ""},
17516 {"Scanner.ErrorCount", Field, 0, ""},
17517 {"Scanner.IsIdentRune", Field, 4, ""},
17518 {"Scanner.Mode", Field, 0, ""},
17519 {"Scanner.Position", Field, 0, ""},
17520 {"Scanner.Whitespace", Field, 0, ""},
17521 {"SkipComments", Const, 0, ""},
17522 {"String", Const, 0, ""},
17523 {"TokenString", Func, 0, "func(tok rune) string"},
17524 },
17525 "text/tabwriter": {
17526 {"(*Writer).Flush", Method, 0, ""},
17527 {"(*Writer).Init", Method, 0, ""},
17528 {"(*Writer).Write", Method, 0, ""},
17529 {"AlignRight", Const, 0, ""},
17530 {"Debug", Const, 0, ""},
17531 {"DiscardEmptyColumns", Const, 0, ""},
17532 {"Escape", Const, 0, ""},
17533 {"FilterHTML", Const, 0, ""},
17534 {"NewWriter", Func, 0, "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *Writer"},
17535 {"StripEscape", Const, 0, ""},
17536 {"TabIndent", Const, 0, ""},
17537 {"Writer", Type, 0, ""},
17538 },
17539 "text/template": {
17540 {"(*Template).AddParseTree", Method, 0, ""},
17541 {"(*Template).Clone", Method, 0, ""},
17542 {"(*Template).DefinedTemplates", Method, 5, ""},
17543 {"(*Template).Delims", Method, 0, ""},
17544 {"(*Template).Execute", Method, 0, ""},
17545 {"(*Template).ExecuteTemplate", Method, 0, ""},
17546 {"(*Template).Funcs", Method, 0, ""},
17547 {"(*Template).Lookup", Method, 0, ""},
17548 {"(*Template).Name", Method, 0, ""},
17549 {"(*Template).New", Method, 0, ""},
17550 {"(*Template).Option", Method, 5, ""},
17551 {"(*Template).Parse", Method, 0, ""},
17552 {"(*Template).ParseFS", Method, 16, ""},
17553 {"(*Template).ParseFiles", Method, 0, ""},
17554 {"(*Template).ParseGlob", Method, 0, ""},
17555 {"(*Template).Templates", Method, 0, ""},
17556 {"(ExecError).Error", Method, 6, ""},
17557 {"(ExecError).Unwrap", Method, 13, ""},
17558 {"(Template).Copy", Method, 2, ""},
17559 {"(Template).ErrorContext", Method, 1, ""},
17560 {"ExecError", Type, 6, ""},
17561 {"ExecError.Err", Field, 6, ""},
17562 {"ExecError.Name", Field, 6, ""},
17563 {"FuncMap", Type, 0, ""},
17564 {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
17565 {"HTMLEscapeString", Func, 0, "func(s string) string"},
17566 {"HTMLEscaper", Func, 0, "func(args ...any) string"},
17567 {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
17568 {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
17569 {"JSEscapeString", Func, 0, "func(s string) string"},
17570 {"JSEscaper", Func, 0, "func(args ...any) string"},
17571 {"Must", Func, 0, "func(t *Template, err error) *Template"},
17572 {"New", Func, 0, "func(name string) *Template"},
17573 {"ParseFS", Func, 16, "func(fsys fs.FS, patterns ...string) (*Template, error)"},
17574 {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
17575 {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
17576 {"Template", Type, 0, ""},
17577 {"Template.Tree", Field, 0, ""},
17578 {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
17579 },
17580 "text/template/parse": {
17581 {"(*ActionNode).Copy", Method, 0, ""},
17582 {"(*ActionNode).String", Method, 0, ""},
17583 {"(*BoolNode).Copy", Method, 0, ""},
17584 {"(*BoolNode).String", Method, 0, ""},
17585 {"(*BranchNode).Copy", Method, 4, ""},
17586 {"(*BranchNode).String", Method, 0, ""},
17587 {"(*BreakNode).Copy", Method, 18, ""},
17588 {"(*BreakNode).String", Method, 18, ""},
17589 {"(*ChainNode).Add", Method, 1, ""},
17590 {"(*ChainNode).Copy", Method, 1, ""},
17591 {"(*ChainNode).String", Method, 1, ""},
17592 {"(*CommandNode).Copy", Method, 0, ""},
17593 {"(*CommandNode).String", Method, 0, ""},
17594 {"(*CommentNode).Copy", Method, 16, ""},
17595 {"(*CommentNode).String", Method, 16, ""},
17596 {"(*ContinueNode).Copy", Method, 18, ""},
17597 {"(*ContinueNode).String", Method, 18, ""},
17598 {"(*DotNode).Copy", Method, 0, ""},
17599 {"(*DotNode).String", Method, 0, ""},
17600 {"(*DotNode).Type", Method, 0, ""},
17601 {"(*FieldNode).Copy", Method, 0, ""},
17602 {"(*FieldNode).String", Method, 0, ""},
17603 {"(*IdentifierNode).Copy", Method, 0, ""},
17604 {"(*IdentifierNode).SetPos", Method, 1, ""},
17605 {"(*IdentifierNode).SetTree", Method, 4, ""},
17606 {"(*IdentifierNode).String", Method, 0, ""},
17607 {"(*IfNode).Copy", Method, 0, ""},
17608 {"(*IfNode).String", Method, 0, ""},
17609 {"(*ListNode).Copy", Method, 0, ""},
17610 {"(*ListNode).CopyList", Method, 0, ""},
17611 {"(*ListNode).String", Method, 0, ""},
17612 {"(*NilNode).Copy", Method, 1, ""},
17613 {"(*NilNode).String", Method, 1, ""},
17614 {"(*NilNode).Type", Method, 1, ""},
17615 {"(*NumberNode).Copy", Method, 0, ""},
17616 {"(*NumberNode).String", Method, 0, ""},
17617 {"(*PipeNode).Copy", Method, 0, ""},
17618 {"(*PipeNode).CopyPipe", Method, 0, ""},
17619 {"(*PipeNode).String", Method, 0, ""},
17620 {"(*RangeNode).Copy", Method, 0, ""},
17621 {"(*RangeNode).String", Method, 0, ""},
17622 {"(*StringNode).Copy", Method, 0, ""},
17623 {"(*StringNode).String", Method, 0, ""},
17624 {"(*TemplateNode).Copy", Method, 0, ""},
17625 {"(*TemplateNode).String", Method, 0, ""},
17626 {"(*TextNode).Copy", Method, 0, ""},
17627 {"(*TextNode).String", Method, 0, ""},
17628 {"(*Tree).Copy", Method, 2, ""},
17629 {"(*Tree).ErrorContext", Method, 1, ""},
17630 {"(*Tree).Parse", Method, 0, ""},
17631 {"(*VariableNode).Copy", Method, 0, ""},
17632 {"(*VariableNode).String", Method, 0, ""},
17633 {"(*WithNode).Copy", Method, 0, ""},
17634 {"(*WithNode).String", Method, 0, ""},
17635 {"(ActionNode).Position", Method, 1, ""},
17636 {"(ActionNode).Type", Method, 0, ""},
17637 {"(BoolNode).Position", Method, 1, ""},
17638 {"(BoolNode).Type", Method, 0, ""},
17639 {"(BranchNode).Position", Method, 1, ""},
17640 {"(BranchNode).Type", Method, 0, ""},
17641 {"(BreakNode).Position", Method, 18, ""},
17642 {"(BreakNode).Type", Method, 18, ""},
17643 {"(ChainNode).Position", Method, 1, ""},
17644 {"(ChainNode).Type", Method, 1, ""},
17645 {"(CommandNode).Position", Method, 1, ""},
17646 {"(CommandNode).Type", Method, 0, ""},
17647 {"(CommentNode).Position", Method, 16, ""},
17648 {"(CommentNode).Type", Method, 16, ""},
17649 {"(ContinueNode).Position", Method, 18, ""},
17650 {"(ContinueNode).Type", Method, 18, ""},
17651 {"(DotNode).Position", Method, 1, ""},
17652 {"(FieldNode).Position", Method, 1, ""},
17653 {"(FieldNode).Type", Method, 0, ""},
17654 {"(IdentifierNode).Position", Method, 1, ""},
17655 {"(IdentifierNode).Type", Method, 0, ""},
17656 {"(IfNode).Position", Method, 1, ""},
17657 {"(IfNode).Type", Method, 0, ""},
17658 {"(ListNode).Position", Method, 1, ""},
17659 {"(ListNode).Type", Method, 0, ""},
17660 {"(NilNode).Position", Method, 1, ""},
17661 {"(Node).Copy", Method, 0, ""},
17662 {"(Node).Position", Method, 1, ""},
17663 {"(Node).String", Method, 0, ""},
17664 {"(Node).Type", Method, 0, ""},
17665 {"(NodeType).Type", Method, 0, ""},
17666 {"(NumberNode).Position", Method, 1, ""},
17667 {"(NumberNode).Type", Method, 0, ""},
17668 {"(PipeNode).Position", Method, 1, ""},
17669 {"(PipeNode).Type", Method, 0, ""},
17670 {"(Pos).Position", Method, 1, ""},
17671 {"(RangeNode).Position", Method, 1, ""},
17672 {"(RangeNode).Type", Method, 0, ""},
17673 {"(StringNode).Position", Method, 1, ""},
17674 {"(StringNode).Type", Method, 0, ""},
17675 {"(TemplateNode).Position", Method, 1, ""},
17676 {"(TemplateNode).Type", Method, 0, ""},
17677 {"(TextNode).Position", Method, 1, ""},
17678 {"(TextNode).Type", Method, 0, ""},
17679 {"(VariableNode).Position", Method, 1, ""},
17680 {"(VariableNode).Type", Method, 0, ""},
17681 {"(WithNode).Position", Method, 1, ""},
17682 {"(WithNode).Type", Method, 0, ""},
17683 {"ActionNode", Type, 0, ""},
17684 {"ActionNode.Line", Field, 0, ""},
17685 {"ActionNode.NodeType", Field, 0, ""},
17686 {"ActionNode.Pipe", Field, 0, ""},
17687 {"ActionNode.Pos", Field, 1, ""},
17688 {"BoolNode", Type, 0, ""},
17689 {"BoolNode.NodeType", Field, 0, ""},
17690 {"BoolNode.Pos", Field, 1, ""},
17691 {"BoolNode.True", Field, 0, ""},
17692 {"BranchNode", Type, 0, ""},
17693 {"BranchNode.ElseList", Field, 0, ""},
17694 {"BranchNode.Line", Field, 0, ""},
17695 {"BranchNode.List", Field, 0, ""},
17696 {"BranchNode.NodeType", Field, 0, ""},
17697 {"BranchNode.Pipe", Field, 0, ""},
17698 {"BranchNode.Pos", Field, 1, ""},
17699 {"BreakNode", Type, 18, ""},
17700 {"BreakNode.Line", Field, 18, ""},
17701 {"BreakNode.NodeType", Field, 18, ""},
17702 {"BreakNode.Pos", Field, 18, ""},
17703 {"ChainNode", Type, 1, ""},
17704 {"ChainNode.Field", Field, 1, ""},
17705 {"ChainNode.Node", Field, 1, ""},
17706 {"ChainNode.NodeType", Field, 1, ""},
17707 {"ChainNode.Pos", Field, 1, ""},
17708 {"CommandNode", Type, 0, ""},
17709 {"CommandNode.Args", Field, 0, ""},
17710 {"CommandNode.NodeType", Field, 0, ""},
17711 {"CommandNode.Pos", Field, 1, ""},
17712 {"CommentNode", Type, 16, ""},
17713 {"CommentNode.NodeType", Field, 16, ""},
17714 {"CommentNode.Pos", Field, 16, ""},
17715 {"CommentNode.Text", Field, 16, ""},
17716 {"ContinueNode", Type, 18, ""},
17717 {"ContinueNode.Line", Field, 18, ""},
17718 {"ContinueNode.NodeType", Field, 18, ""},
17719 {"ContinueNode.Pos", Field, 18, ""},
17720 {"DotNode", Type, 0, ""},
17721 {"DotNode.NodeType", Field, 4, ""},
17722 {"DotNode.Pos", Field, 1, ""},
17723 {"FieldNode", Type, 0, ""},
17724 {"FieldNode.Ident", Field, 0, ""},
17725 {"FieldNode.NodeType", Field, 0, ""},
17726 {"FieldNode.Pos", Field, 1, ""},
17727 {"IdentifierNode", Type, 0, ""},
17728 {"IdentifierNode.Ident", Field, 0, ""},
17729 {"IdentifierNode.NodeType", Field, 0, ""},
17730 {"IdentifierNode.Pos", Field, 1, ""},
17731 {"IfNode", Type, 0, ""},
17732 {"IfNode.BranchNode", Field, 0, ""},
17733 {"IsEmptyTree", Func, 0, "func(n Node) bool"},
17734 {"ListNode", Type, 0, ""},
17735 {"ListNode.NodeType", Field, 0, ""},
17736 {"ListNode.Nodes", Field, 0, ""},
17737 {"ListNode.Pos", Field, 1, ""},
17738 {"Mode", Type, 16, ""},
17739 {"New", Func, 0, "func(name string, funcs ...map[string]any) *Tree"},
17740 {"NewIdentifier", Func, 0, "func(ident string) *IdentifierNode"},
17741 {"NilNode", Type, 1, ""},
17742 {"NilNode.NodeType", Field, 4, ""},
17743 {"NilNode.Pos", Field, 1, ""},
17744 {"Node", Type, 0, ""},
17745 {"NodeAction", Const, 0, ""},
17746 {"NodeBool", Const, 0, ""},
17747 {"NodeBreak", Const, 18, ""},
17748 {"NodeChain", Const, 1, ""},
17749 {"NodeCommand", Const, 0, ""},
17750 {"NodeComment", Const, 16, ""},
17751 {"NodeContinue", Const, 18, ""},
17752 {"NodeDot", Const, 0, ""},
17753 {"NodeField", Const, 0, ""},
17754 {"NodeIdentifier", Const, 0, ""},
17755 {"NodeIf", Const, 0, ""},
17756 {"NodeList", Const, 0, ""},
17757 {"NodeNil", Const, 1, ""},
17758 {"NodeNumber", Const, 0, ""},
17759 {"NodePipe", Const, 0, ""},
17760 {"NodeRange", Const, 0, ""},
17761 {"NodeString", Const, 0, ""},
17762 {"NodeTemplate", Const, 0, ""},
17763 {"NodeText", Const, 0, ""},
17764 {"NodeType", Type, 0, ""},
17765 {"NodeVariable", Const, 0, ""},
17766 {"NodeWith", Const, 0, ""},
17767 {"NumberNode", Type, 0, ""},
17768 {"NumberNode.Complex128", Field, 0, ""},
17769 {"NumberNode.Float64", Field, 0, ""},
17770 {"NumberNode.Int64", Field, 0, ""},
17771 {"NumberNode.IsComplex", Field, 0, ""},
17772 {"NumberNode.IsFloat", Field, 0, ""},
17773 {"NumberNode.IsInt", Field, 0, ""},
17774 {"NumberNode.IsUint", Field, 0, ""},
17775 {"NumberNode.NodeType", Field, 0, ""},
17776 {"NumberNode.Pos", Field, 1, ""},
17777 {"NumberNode.Text", Field, 0, ""},
17778 {"NumberNode.Uint64", Field, 0, ""},
17779 {"Parse", Func, 0, "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]any) (map[string]*Tree, error)"},
17780 {"ParseComments", Const, 16, ""},
17781 {"PipeNode", Type, 0, ""},
17782 {"PipeNode.Cmds", Field, 0, ""},
17783 {"PipeNode.Decl", Field, 0, ""},
17784 {"PipeNode.IsAssign", Field, 11, ""},
17785 {"PipeNode.Line", Field, 0, ""},
17786 {"PipeNode.NodeType", Field, 0, ""},
17787 {"PipeNode.Pos", Field, 1, ""},
17788 {"Pos", Type, 1, ""},
17789 {"RangeNode", Type, 0, ""},
17790 {"RangeNode.BranchNode", Field, 0, ""},
17791 {"SkipFuncCheck", Const, 17, ""},
17792 {"StringNode", Type, 0, ""},
17793 {"StringNode.NodeType", Field, 0, ""},
17794 {"StringNode.Pos", Field, 1, ""},
17795 {"StringNode.Quoted", Field, 0, ""},
17796 {"StringNode.Text", Field, 0, ""},
17797 {"TemplateNode", Type, 0, ""},
17798 {"TemplateNode.Line", Field, 0, ""},
17799 {"TemplateNode.Name", Field, 0, ""},
17800 {"TemplateNode.NodeType", Field, 0, ""},
17801 {"TemplateNode.Pipe", Field, 0, ""},
17802 {"TemplateNode.Pos", Field, 1, ""},
17803 {"TextNode", Type, 0, ""},
17804 {"TextNode.NodeType", Field, 0, ""},
17805 {"TextNode.Pos", Field, 1, ""},
17806 {"TextNode.Text", Field, 0, ""},
17807 {"Tree", Type, 0, ""},
17808 {"Tree.Mode", Field, 16, ""},
17809 {"Tree.Name", Field, 0, ""},
17810 {"Tree.ParseName", Field, 1, ""},
17811 {"Tree.Root", Field, 0, ""},
17812 {"VariableNode", Type, 0, ""},
17813 {"VariableNode.Ident", Field, 0, ""},
17814 {"VariableNode.NodeType", Field, 0, ""},
17815 {"VariableNode.Pos", Field, 1, ""},
17816 {"WithNode", Type, 0, ""},
17817 {"WithNode.BranchNode", Field, 0, ""},
17818 },
17819 "time": {
17820 {"(*Location).String", Method, 0, ""},
17821 {"(*ParseError).Error", Method, 0, ""},
17822 {"(*Ticker).Reset", Method, 15, ""},
17823 {"(*Ticker).Stop", Method, 0, ""},
17824 {"(*Time).GobDecode", Method, 0, ""},
17825 {"(*Time).UnmarshalBinary", Method, 2, ""},
17826 {"(*Time).UnmarshalJSON", Method, 0, ""},
17827 {"(*Time).UnmarshalText", Method, 2, ""},
17828 {"(*Timer).Reset", Method, 1, ""},
17829 {"(*Timer).Stop", Method, 0, ""},
17830 {"(Duration).Abs", Method, 19, ""},
17831 {"(Duration).Hours", Method, 0, ""},
17832 {"(Duration).Microseconds", Method, 13, ""},
17833 {"(Duration).Milliseconds", Method, 13, ""},
17834 {"(Duration).Minutes", Method, 0, ""},
17835 {"(Duration).Nanoseconds", Method, 0, ""},
17836 {"(Duration).Round", Method, 9, ""},
17837 {"(Duration).Seconds", Method, 0, ""},
17838 {"(Duration).String", Method, 0, ""},
17839 {"(Duration).Truncate", Method, 9, ""},
17840 {"(Month).String", Method, 0, ""},
17841 {"(Time).Add", Method, 0, ""},
17842 {"(Time).AddDate", Method, 0, ""},
17843 {"(Time).After", Method, 0, ""},
17844 {"(Time).AppendBinary", Method, 24, ""},
17845 {"(Time).AppendFormat", Method, 5, ""},
17846 {"(Time).AppendText", Method, 24, ""},
17847 {"(Time).Before", Method, 0, ""},
17848 {"(Time).Clock", Method, 0, ""},
17849 {"(Time).Compare", Method, 20, ""},
17850 {"(Time).Date", Method, 0, ""},
17851 {"(Time).Day", Method, 0, ""},
17852 {"(Time).Equal", Method, 0, ""},
17853 {"(Time).Format", Method, 0, ""},
17854 {"(Time).GoString", Method, 17, ""},
17855 {"(Time).GobEncode", Method, 0, ""},
17856 {"(Time).Hour", Method, 0, ""},
17857 {"(Time).ISOWeek", Method, 0, ""},
17858 {"(Time).In", Method, 0, ""},
17859 {"(Time).IsDST", Method, 17, ""},
17860 {"(Time).IsZero", Method, 0, ""},
17861 {"(Time).Local", Method, 0, ""},
17862 {"(Time).Location", Method, 0, ""},
17863 {"(Time).MarshalBinary", Method, 2, ""},
17864 {"(Time).MarshalJSON", Method, 0, ""},
17865 {"(Time).MarshalText", Method, 2, ""},
17866 {"(Time).Minute", Method, 0, ""},
17867 {"(Time).Month", Method, 0, ""},
17868 {"(Time).Nanosecond", Method, 0, ""},
17869 {"(Time).Round", Method, 1, ""},
17870 {"(Time).Second", Method, 0, ""},
17871 {"(Time).String", Method, 0, ""},
17872 {"(Time).Sub", Method, 0, ""},
17873 {"(Time).Truncate", Method, 1, ""},
17874 {"(Time).UTC", Method, 0, ""},
17875 {"(Time).Unix", Method, 0, ""},
17876 {"(Time).UnixMicro", Method, 17, ""},
17877 {"(Time).UnixMilli", Method, 17, ""},
17878 {"(Time).UnixNano", Method, 0, ""},
17879 {"(Time).Weekday", Method, 0, ""},
17880 {"(Time).Year", Method, 0, ""},
17881 {"(Time).YearDay", Method, 1, ""},
17882 {"(Time).Zone", Method, 0, ""},
17883 {"(Time).ZoneBounds", Method, 19, ""},
17884 {"(Weekday).String", Method, 0, ""},
17885 {"ANSIC", Const, 0, ""},
17886 {"After", Func, 0, "func(d Duration) <-chan Time"},
17887 {"AfterFunc", Func, 0, "func(d Duration, f func()) *Timer"},
17888 {"April", Const, 0, ""},
17889 {"August", Const, 0, ""},
17890 {"Date", Func, 0, "func(year int, month Month, day int, hour int, min int, sec int, nsec int, loc *Location) Time"},
17891 {"DateOnly", Const, 20, ""},
17892 {"DateTime", Const, 20, ""},
17893 {"December", Const, 0, ""},
17894 {"Duration", Type, 0, ""},
17895 {"February", Const, 0, ""},
17896 {"FixedZone", Func, 0, "func(name string, offset int) *Location"},
17897 {"Friday", Const, 0, ""},
17898 {"Hour", Const, 0, ""},
17899 {"January", Const, 0, ""},
17900 {"July", Const, 0, ""},
17901 {"June", Const, 0, ""},
17902 {"Kitchen", Const, 0, ""},
17903 {"Layout", Const, 17, ""},
17904 {"LoadLocation", Func, 0, "func(name string) (*Location, error)"},
17905 {"LoadLocationFromTZData", Func, 10, "func(name string, data []byte) (*Location, error)"},
17906 {"Local", Var, 0, ""},
17907 {"Location", Type, 0, ""},
17908 {"March", Const, 0, ""},
17909 {"May", Const, 0, ""},
17910 {"Microsecond", Const, 0, ""},
17911 {"Millisecond", Const, 0, ""},
17912 {"Minute", Const, 0, ""},
17913 {"Monday", Const, 0, ""},
17914 {"Month", Type, 0, ""},
17915 {"Nanosecond", Const, 0, ""},
17916 {"NewTicker", Func, 0, "func(d Duration) *Ticker"},
17917 {"NewTimer", Func, 0, "func(d Duration) *Timer"},
17918 {"November", Const, 0, ""},
17919 {"Now", Func, 0, "func() Time"},
17920 {"October", Const, 0, ""},
17921 {"Parse", Func, 0, "func(layout string, value string) (Time, error)"},
17922 {"ParseDuration", Func, 0, "func(s string) (Duration, error)"},
17923 {"ParseError", Type, 0, ""},
17924 {"ParseError.Layout", Field, 0, ""},
17925 {"ParseError.LayoutElem", Field, 0, ""},
17926 {"ParseError.Message", Field, 0, ""},
17927 {"ParseError.Value", Field, 0, ""},
17928 {"ParseError.ValueElem", Field, 0, ""},
17929 {"ParseInLocation", Func, 1, "func(layout string, value string, loc *Location) (Time, error)"},
17930 {"RFC1123", Const, 0, ""},
17931 {"RFC1123Z", Const, 0, ""},
17932 {"RFC3339", Const, 0, ""},
17933 {"RFC3339Nano", Const, 0, ""},
17934 {"RFC822", Const, 0, ""},
17935 {"RFC822Z", Const, 0, ""},
17936 {"RFC850", Const, 0, ""},
17937 {"RubyDate", Const, 0, ""},
17938 {"Saturday", Const, 0, ""},
17939 {"Second", Const, 0, ""},
17940 {"September", Const, 0, ""},
17941 {"Since", Func, 0, "func(t Time) Duration"},
17942 {"Sleep", Func, 0, "func(d Duration)"},
17943 {"Stamp", Const, 0, ""},
17944 {"StampMicro", Const, 0, ""},
17945 {"StampMilli", Const, 0, ""},
17946 {"StampNano", Const, 0, ""},
17947 {"Sunday", Const, 0, ""},
17948 {"Thursday", Const, 0, ""},
17949 {"Tick", Func, 0, "func(d Duration) <-chan Time"},
17950 {"Ticker", Type, 0, ""},
17951 {"Ticker.C", Field, 0, ""},
17952 {"Time", Type, 0, ""},
17953 {"TimeOnly", Const, 20, ""},
17954 {"Timer", Type, 0, ""},
17955 {"Timer.C", Field, 0, ""},
17956 {"Tuesday", Const, 0, ""},
17957 {"UTC", Var, 0, ""},
17958 {"Unix", Func, 0, "func(sec int64, nsec int64) Time"},
17959 {"UnixDate", Const, 0, ""},
17960 {"UnixMicro", Func, 17, "func(usec int64) Time"},
17961 {"UnixMilli", Func, 17, "func(msec int64) Time"},
17962 {"Until", Func, 8, "func(t Time) Duration"},
17963 {"Wednesday", Const, 0, ""},
17964 {"Weekday", Type, 0, ""},
17965 },
17966 "unicode": {
17967 {"(SpecialCase).ToLower", Method, 0, ""},
17968 {"(SpecialCase).ToTitle", Method, 0, ""},
17969 {"(SpecialCase).ToUpper", Method, 0, ""},
17970 {"ASCII_Hex_Digit", Var, 0, ""},
17971 {"Adlam", Var, 7, ""},
17972 {"Ahom", Var, 5, ""},
17973 {"Anatolian_Hieroglyphs", Var, 5, ""},
17974 {"Arabic", Var, 0, ""},
17975 {"Armenian", Var, 0, ""},
17976 {"Avestan", Var, 0, ""},
17977 {"AzeriCase", Var, 0, ""},
17978 {"Balinese", Var, 0, ""},
17979 {"Bamum", Var, 0, ""},
17980 {"Bassa_Vah", Var, 4, ""},
17981 {"Batak", Var, 0, ""},
17982 {"Bengali", Var, 0, ""},
17983 {"Bhaiksuki", Var, 7, ""},
17984 {"Bidi_Control", Var, 0, ""},
17985 {"Bopomofo", Var, 0, ""},
17986 {"Brahmi", Var, 0, ""},
17987 {"Braille", Var, 0, ""},
17988 {"Buginese", Var, 0, ""},
17989 {"Buhid", Var, 0, ""},
17990 {"C", Var, 0, ""},
17991 {"Canadian_Aboriginal", Var, 0, ""},
17992 {"Carian", Var, 0, ""},
17993 {"CaseRange", Type, 0, ""},
17994 {"CaseRange.Delta", Field, 0, ""},
17995 {"CaseRange.Hi", Field, 0, ""},
17996 {"CaseRange.Lo", Field, 0, ""},
17997 {"CaseRanges", Var, 0, ""},
17998 {"Categories", Var, 0, ""},
17999 {"CategoryAliases", Var, 25, ""},
18000 {"Caucasian_Albanian", Var, 4, ""},
18001 {"Cc", Var, 0, ""},
18002 {"Cf", Var, 0, ""},
18003 {"Chakma", Var, 1, ""},
18004 {"Cham", Var, 0, ""},
18005 {"Cherokee", Var, 0, ""},
18006 {"Chorasmian", Var, 16, ""},
18007 {"Cn", Var, 25, ""},
18008 {"Co", Var, 0, ""},
18009 {"Common", Var, 0, ""},
18010 {"Coptic", Var, 0, ""},
18011 {"Cs", Var, 0, ""},
18012 {"Cuneiform", Var, 0, ""},
18013 {"Cypriot", Var, 0, ""},
18014 {"Cypro_Minoan", Var, 21, ""},
18015 {"Cyrillic", Var, 0, ""},
18016 {"Dash", Var, 0, ""},
18017 {"Deprecated", Var, 0, ""},
18018 {"Deseret", Var, 0, ""},
18019 {"Devanagari", Var, 0, ""},
18020 {"Diacritic", Var, 0, ""},
18021 {"Digit", Var, 0, ""},
18022 {"Dives_Akuru", Var, 16, ""},
18023 {"Dogra", Var, 13, ""},
18024 {"Duployan", Var, 4, ""},
18025 {"Egyptian_Hieroglyphs", Var, 0, ""},
18026 {"Elbasan", Var, 4, ""},
18027 {"Elymaic", Var, 14, ""},
18028 {"Ethiopic", Var, 0, ""},
18029 {"Extender", Var, 0, ""},
18030 {"FoldCategory", Var, 0, ""},
18031 {"FoldScript", Var, 0, ""},
18032 {"Georgian", Var, 0, ""},
18033 {"Glagolitic", Var, 0, ""},
18034 {"Gothic", Var, 0, ""},
18035 {"Grantha", Var, 4, ""},
18036 {"GraphicRanges", Var, 0, ""},
18037 {"Greek", Var, 0, ""},
18038 {"Gujarati", Var, 0, ""},
18039 {"Gunjala_Gondi", Var, 13, ""},
18040 {"Gurmukhi", Var, 0, ""},
18041 {"Han", Var, 0, ""},
18042 {"Hangul", Var, 0, ""},
18043 {"Hanifi_Rohingya", Var, 13, ""},
18044 {"Hanunoo", Var, 0, ""},
18045 {"Hatran", Var, 5, ""},
18046 {"Hebrew", Var, 0, ""},
18047 {"Hex_Digit", Var, 0, ""},
18048 {"Hiragana", Var, 0, ""},
18049 {"Hyphen", Var, 0, ""},
18050 {"IDS_Binary_Operator", Var, 0, ""},
18051 {"IDS_Trinary_Operator", Var, 0, ""},
18052 {"Ideographic", Var, 0, ""},
18053 {"Imperial_Aramaic", Var, 0, ""},
18054 {"In", Func, 2, "func(r rune, ranges ...*RangeTable) bool"},
18055 {"Inherited", Var, 0, ""},
18056 {"Inscriptional_Pahlavi", Var, 0, ""},
18057 {"Inscriptional_Parthian", Var, 0, ""},
18058 {"Is", Func, 0, "func(rangeTab *RangeTable, r rune) bool"},
18059 {"IsControl", Func, 0, "func(r rune) bool"},
18060 {"IsDigit", Func, 0, "func(r rune) bool"},
18061 {"IsGraphic", Func, 0, "func(r rune) bool"},
18062 {"IsLetter", Func, 0, "func(r rune) bool"},
18063 {"IsLower", Func, 0, "func(r rune) bool"},
18064 {"IsMark", Func, 0, "func(r rune) bool"},
18065 {"IsNumber", Func, 0, "func(r rune) bool"},
18066 {"IsOneOf", Func, 0, "func(ranges []*RangeTable, r rune) bool"},
18067 {"IsPrint", Func, 0, "func(r rune) bool"},
18068 {"IsPunct", Func, 0, "func(r rune) bool"},
18069 {"IsSpace", Func, 0, "func(r rune) bool"},
18070 {"IsSymbol", Func, 0, "func(r rune) bool"},
18071 {"IsTitle", Func, 0, "func(r rune) bool"},
18072 {"IsUpper", Func, 0, "func(r rune) bool"},
18073 {"Javanese", Var, 0, ""},
18074 {"Join_Control", Var, 0, ""},
18075 {"Kaithi", Var, 0, ""},
18076 {"Kannada", Var, 0, ""},
18077 {"Katakana", Var, 0, ""},
18078 {"Kawi", Var, 21, ""},
18079 {"Kayah_Li", Var, 0, ""},
18080 {"Kharoshthi", Var, 0, ""},
18081 {"Khitan_Small_Script", Var, 16, ""},
18082 {"Khmer", Var, 0, ""},
18083 {"Khojki", Var, 4, ""},
18084 {"Khudawadi", Var, 4, ""},
18085 {"L", Var, 0, ""},
18086 {"LC", Var, 25, ""},
18087 {"Lao", Var, 0, ""},
18088 {"Latin", Var, 0, ""},
18089 {"Lepcha", Var, 0, ""},
18090 {"Letter", Var, 0, ""},
18091 {"Limbu", Var, 0, ""},
18092 {"Linear_A", Var, 4, ""},
18093 {"Linear_B", Var, 0, ""},
18094 {"Lisu", Var, 0, ""},
18095 {"Ll", Var, 0, ""},
18096 {"Lm", Var, 0, ""},
18097 {"Lo", Var, 0, ""},
18098 {"Logical_Order_Exception", Var, 0, ""},
18099 {"Lower", Var, 0, ""},
18100 {"LowerCase", Const, 0, ""},
18101 {"Lt", Var, 0, ""},
18102 {"Lu", Var, 0, ""},
18103 {"Lycian", Var, 0, ""},
18104 {"Lydian", Var, 0, ""},
18105 {"M", Var, 0, ""},
18106 {"Mahajani", Var, 4, ""},
18107 {"Makasar", Var, 13, ""},
18108 {"Malayalam", Var, 0, ""},
18109 {"Mandaic", Var, 0, ""},
18110 {"Manichaean", Var, 4, ""},
18111 {"Marchen", Var, 7, ""},
18112 {"Mark", Var, 0, ""},
18113 {"Masaram_Gondi", Var, 10, ""},
18114 {"MaxASCII", Const, 0, ""},
18115 {"MaxCase", Const, 0, ""},
18116 {"MaxLatin1", Const, 0, ""},
18117 {"MaxRune", Const, 0, ""},
18118 {"Mc", Var, 0, ""},
18119 {"Me", Var, 0, ""},
18120 {"Medefaidrin", Var, 13, ""},
18121 {"Meetei_Mayek", Var, 0, ""},
18122 {"Mende_Kikakui", Var, 4, ""},
18123 {"Meroitic_Cursive", Var, 1, ""},
18124 {"Meroitic_Hieroglyphs", Var, 1, ""},
18125 {"Miao", Var, 1, ""},
18126 {"Mn", Var, 0, ""},
18127 {"Modi", Var, 4, ""},
18128 {"Mongolian", Var, 0, ""},
18129 {"Mro", Var, 4, ""},
18130 {"Multani", Var, 5, ""},
18131 {"Myanmar", Var, 0, ""},
18132 {"N", Var, 0, ""},
18133 {"Nabataean", Var, 4, ""},
18134 {"Nag_Mundari", Var, 21, ""},
18135 {"Nandinagari", Var, 14, ""},
18136 {"Nd", Var, 0, ""},
18137 {"New_Tai_Lue", Var, 0, ""},
18138 {"Newa", Var, 7, ""},
18139 {"Nko", Var, 0, ""},
18140 {"Nl", Var, 0, ""},
18141 {"No", Var, 0, ""},
18142 {"Noncharacter_Code_Point", Var, 0, ""},
18143 {"Number", Var, 0, ""},
18144 {"Nushu", Var, 10, ""},
18145 {"Nyiakeng_Puachue_Hmong", Var, 14, ""},
18146 {"Ogham", Var, 0, ""},
18147 {"Ol_Chiki", Var, 0, ""},
18148 {"Old_Hungarian", Var, 5, ""},
18149 {"Old_Italic", Var, 0, ""},
18150 {"Old_North_Arabian", Var, 4, ""},
18151 {"Old_Permic", Var, 4, ""},
18152 {"Old_Persian", Var, 0, ""},
18153 {"Old_Sogdian", Var, 13, ""},
18154 {"Old_South_Arabian", Var, 0, ""},
18155 {"Old_Turkic", Var, 0, ""},
18156 {"Old_Uyghur", Var, 21, ""},
18157 {"Oriya", Var, 0, ""},
18158 {"Osage", Var, 7, ""},
18159 {"Osmanya", Var, 0, ""},
18160 {"Other", Var, 0, ""},
18161 {"Other_Alphabetic", Var, 0, ""},
18162 {"Other_Default_Ignorable_Code_Point", Var, 0, ""},
18163 {"Other_Grapheme_Extend", Var, 0, ""},
18164 {"Other_ID_Continue", Var, 0, ""},
18165 {"Other_ID_Start", Var, 0, ""},
18166 {"Other_Lowercase", Var, 0, ""},
18167 {"Other_Math", Var, 0, ""},
18168 {"Other_Uppercase", Var, 0, ""},
18169 {"P", Var, 0, ""},
18170 {"Pahawh_Hmong", Var, 4, ""},
18171 {"Palmyrene", Var, 4, ""},
18172 {"Pattern_Syntax", Var, 0, ""},
18173 {"Pattern_White_Space", Var, 0, ""},
18174 {"Pau_Cin_Hau", Var, 4, ""},
18175 {"Pc", Var, 0, ""},
18176 {"Pd", Var, 0, ""},
18177 {"Pe", Var, 0, ""},
18178 {"Pf", Var, 0, ""},
18179 {"Phags_Pa", Var, 0, ""},
18180 {"Phoenician", Var, 0, ""},
18181 {"Pi", Var, 0, ""},
18182 {"Po", Var, 0, ""},
18183 {"Prepended_Concatenation_Mark", Var, 7, ""},
18184 {"PrintRanges", Var, 0, ""},
18185 {"Properties", Var, 0, ""},
18186 {"Ps", Var, 0, ""},
18187 {"Psalter_Pahlavi", Var, 4, ""},
18188 {"Punct", Var, 0, ""},
18189 {"Quotation_Mark", Var, 0, ""},
18190 {"Radical", Var, 0, ""},
18191 {"Range16", Type, 0, ""},
18192 {"Range16.Hi", Field, 0, ""},
18193 {"Range16.Lo", Field, 0, ""},
18194 {"Range16.Stride", Field, 0, ""},
18195 {"Range32", Type, 0, ""},
18196 {"Range32.Hi", Field, 0, ""},
18197 {"Range32.Lo", Field, 0, ""},
18198 {"Range32.Stride", Field, 0, ""},
18199 {"RangeTable", Type, 0, ""},
18200 {"RangeTable.LatinOffset", Field, 1, ""},
18201 {"RangeTable.R16", Field, 0, ""},
18202 {"RangeTable.R32", Field, 0, ""},
18203 {"Regional_Indicator", Var, 10, ""},
18204 {"Rejang", Var, 0, ""},
18205 {"ReplacementChar", Const, 0, ""},
18206 {"Runic", Var, 0, ""},
18207 {"S", Var, 0, ""},
18208 {"STerm", Var, 0, ""},
18209 {"Samaritan", Var, 0, ""},
18210 {"Saurashtra", Var, 0, ""},
18211 {"Sc", Var, 0, ""},
18212 {"Scripts", Var, 0, ""},
18213 {"Sentence_Terminal", Var, 7, ""},
18214 {"Sharada", Var, 1, ""},
18215 {"Shavian", Var, 0, ""},
18216 {"Siddham", Var, 4, ""},
18217 {"SignWriting", Var, 5, ""},
18218 {"SimpleFold", Func, 0, "func(r rune) rune"},
18219 {"Sinhala", Var, 0, ""},
18220 {"Sk", Var, 0, ""},
18221 {"Sm", Var, 0, ""},
18222 {"So", Var, 0, ""},
18223 {"Soft_Dotted", Var, 0, ""},
18224 {"Sogdian", Var, 13, ""},
18225 {"Sora_Sompeng", Var, 1, ""},
18226 {"Soyombo", Var, 10, ""},
18227 {"Space", Var, 0, ""},
18228 {"SpecialCase", Type, 0, ""},
18229 {"Sundanese", Var, 0, ""},
18230 {"Syloti_Nagri", Var, 0, ""},
18231 {"Symbol", Var, 0, ""},
18232 {"Syriac", Var, 0, ""},
18233 {"Tagalog", Var, 0, ""},
18234 {"Tagbanwa", Var, 0, ""},
18235 {"Tai_Le", Var, 0, ""},
18236 {"Tai_Tham", Var, 0, ""},
18237 {"Tai_Viet", Var, 0, ""},
18238 {"Takri", Var, 1, ""},
18239 {"Tamil", Var, 0, ""},
18240 {"Tangsa", Var, 21, ""},
18241 {"Tangut", Var, 7, ""},
18242 {"Telugu", Var, 0, ""},
18243 {"Terminal_Punctuation", Var, 0, ""},
18244 {"Thaana", Var, 0, ""},
18245 {"Thai", Var, 0, ""},
18246 {"Tibetan", Var, 0, ""},
18247 {"Tifinagh", Var, 0, ""},
18248 {"Tirhuta", Var, 4, ""},
18249 {"Title", Var, 0, ""},
18250 {"TitleCase", Const, 0, ""},
18251 {"To", Func, 0, "func(_case int, r rune) rune"},
18252 {"ToLower", Func, 0, "func(r rune) rune"},
18253 {"ToTitle", Func, 0, "func(r rune) rune"},
18254 {"ToUpper", Func, 0, "func(r rune) rune"},
18255 {"Toto", Var, 21, ""},
18256 {"TurkishCase", Var, 0, ""},
18257 {"Ugaritic", Var, 0, ""},
18258 {"Unified_Ideograph", Var, 0, ""},
18259 {"Upper", Var, 0, ""},
18260 {"UpperCase", Const, 0, ""},
18261 {"UpperLower", Const, 0, ""},
18262 {"Vai", Var, 0, ""},
18263 {"Variation_Selector", Var, 0, ""},
18264 {"Version", Const, 0, ""},
18265 {"Vithkuqi", Var, 21, ""},
18266 {"Wancho", Var, 14, ""},
18267 {"Warang_Citi", Var, 4, ""},
18268 {"White_Space", Var, 0, ""},
18269 {"Yezidi", Var, 16, ""},
18270 {"Yi", Var, 0, ""},
18271 {"Z", Var, 0, ""},
18272 {"Zanabazar_Square", Var, 10, ""},
18273 {"Zl", Var, 0, ""},
18274 {"Zp", Var, 0, ""},
18275 {"Zs", Var, 0, ""},
18276 },
18277 "unicode/utf16": {
18278 {"AppendRune", Func, 20, "func(a []uint16, r rune) []uint16"},
18279 {"Decode", Func, 0, "func(s []uint16) []rune"},
18280 {"DecodeRune", Func, 0, "func(r1 rune, r2 rune) rune"},
18281 {"Encode", Func, 0, "func(s []rune) []uint16"},
18282 {"EncodeRune", Func, 0, "func(r rune) (r1 rune, r2 rune)"},
18283 {"IsSurrogate", Func, 0, "func(r rune) bool"},
18284 {"RuneLen", Func, 23, "func(r rune) int"},
18285 },
18286 "unicode/utf8": {
18287 {"AppendRune", Func, 18, "func(p []byte, r rune) []byte"},
18288 {"DecodeLastRune", Func, 0, "func(p []byte) (r rune, size int)"},
18289 {"DecodeLastRuneInString", Func, 0, "func(s string) (r rune, size int)"},
18290 {"DecodeRune", Func, 0, "func(p []byte) (r rune, size int)"},
18291 {"DecodeRuneInString", Func, 0, "func(s string) (r rune, size int)"},
18292 {"EncodeRune", Func, 0, "func(p []byte, r rune) int"},
18293 {"FullRune", Func, 0, "func(p []byte) bool"},
18294 {"FullRuneInString", Func, 0, "func(s string) bool"},
18295 {"MaxRune", Const, 0, ""},
18296 {"RuneCount", Func, 0, "func(p []byte) int"},
18297 {"RuneCountInString", Func, 0, "func(s string) (n int)"},
18298 {"RuneError", Const, 0, ""},
18299 {"RuneLen", Func, 0, "func(r rune) int"},
18300 {"RuneSelf", Const, 0, ""},
18301 {"RuneStart", Func, 0, "func(b byte) bool"},
18302 {"UTFMax", Const, 0, ""},
18303 {"Valid", Func, 0, "func(p []byte) bool"},
18304 {"ValidRune", Func, 1, "func(r rune) bool"},
18305 {"ValidString", Func, 0, "func(s string) bool"},
18306 },
18307 "unique": {
18308 {"(Handle).Value", Method, 23, ""},
18309 {"Handle", Type, 23, ""},
18310 {"Make", Func, 23, "func[T comparable](value T) Handle[T]"},
18311 },
18312 "unsafe": {
18313 {"Add", Func, 0, ""},
18314 {"Alignof", Func, 0, ""},
18315 {"Offsetof", Func, 0, ""},
18316 {"Pointer", Type, 0, ""},
18317 {"Sizeof", Func, 0, ""},
18318 {"Slice", Func, 0, ""},
18319 {"SliceData", Func, 0, ""},
18320 {"String", Func, 0, ""},
18321 {"StringData", Func, 0, ""},
18322 },
18323 "weak": {
18324 {"(Pointer).Value", Method, 24, ""},
18325 {"Make", Func, 24, "func[T any](ptr *T) Pointer[T]"},
18326 {"Pointer", Type, 24, ""},
18327 },
18328 }
18329
View as plain text