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 {"(Format).String", Method, 10},
20 {"ErrFieldTooLong", Var, 0},
21 {"ErrHeader", Var, 0},
22 {"ErrInsecurePath", Var, 20},
23 {"ErrWriteAfterClose", Var, 0},
24 {"ErrWriteTooLong", Var, 0},
25 {"FileInfoHeader", Func, 1},
26 {"FileInfoNames", Type, 23},
27 {"Format", Type, 10},
28 {"FormatGNU", Const, 10},
29 {"FormatPAX", Const, 10},
30 {"FormatUSTAR", Const, 10},
31 {"FormatUnknown", Const, 10},
32 {"Header", Type, 0},
33 {"Header.AccessTime", Field, 0},
34 {"Header.ChangeTime", Field, 0},
35 {"Header.Devmajor", Field, 0},
36 {"Header.Devminor", Field, 0},
37 {"Header.Format", Field, 10},
38 {"Header.Gid", Field, 0},
39 {"Header.Gname", Field, 0},
40 {"Header.Linkname", Field, 0},
41 {"Header.ModTime", Field, 0},
42 {"Header.Mode", Field, 0},
43 {"Header.Name", Field, 0},
44 {"Header.PAXRecords", Field, 10},
45 {"Header.Size", Field, 0},
46 {"Header.Typeflag", Field, 0},
47 {"Header.Uid", Field, 0},
48 {"Header.Uname", Field, 0},
49 {"Header.Xattrs", Field, 3},
50 {"NewReader", Func, 0},
51 {"NewWriter", Func, 0},
52 {"Reader", Type, 0},
53 {"TypeBlock", Const, 0},
54 {"TypeChar", Const, 0},
55 {"TypeCont", Const, 0},
56 {"TypeDir", Const, 0},
57 {"TypeFifo", Const, 0},
58 {"TypeGNULongLink", Const, 1},
59 {"TypeGNULongName", Const, 1},
60 {"TypeGNUSparse", Const, 3},
61 {"TypeLink", Const, 0},
62 {"TypeReg", Const, 0},
63 {"TypeRegA", Const, 0},
64 {"TypeSymlink", Const, 0},
65 {"TypeXGlobalHeader", Const, 0},
66 {"TypeXHeader", Const, 0},
67 {"Writer", Type, 0},
68 },
69 "archive/zip": {
70 {"(*File).DataOffset", Method, 2},
71 {"(*File).FileInfo", Method, 0},
72 {"(*File).ModTime", Method, 0},
73 {"(*File).Mode", Method, 0},
74 {"(*File).Open", Method, 0},
75 {"(*File).OpenRaw", Method, 17},
76 {"(*File).SetModTime", Method, 0},
77 {"(*File).SetMode", Method, 0},
78 {"(*FileHeader).FileInfo", Method, 0},
79 {"(*FileHeader).ModTime", Method, 0},
80 {"(*FileHeader).Mode", Method, 0},
81 {"(*FileHeader).SetModTime", Method, 0},
82 {"(*FileHeader).SetMode", Method, 0},
83 {"(*ReadCloser).Close", Method, 0},
84 {"(*ReadCloser).Open", Method, 16},
85 {"(*ReadCloser).RegisterDecompressor", Method, 6},
86 {"(*Reader).Open", Method, 16},
87 {"(*Reader).RegisterDecompressor", Method, 6},
88 {"(*Writer).AddFS", Method, 22},
89 {"(*Writer).Close", Method, 0},
90 {"(*Writer).Copy", Method, 17},
91 {"(*Writer).Create", Method, 0},
92 {"(*Writer).CreateHeader", Method, 0},
93 {"(*Writer).CreateRaw", Method, 17},
94 {"(*Writer).Flush", Method, 4},
95 {"(*Writer).RegisterCompressor", Method, 6},
96 {"(*Writer).SetComment", Method, 10},
97 {"(*Writer).SetOffset", Method, 5},
98 {"Compressor", Type, 2},
99 {"Decompressor", Type, 2},
100 {"Deflate", Const, 0},
101 {"ErrAlgorithm", Var, 0},
102 {"ErrChecksum", Var, 0},
103 {"ErrFormat", Var, 0},
104 {"ErrInsecurePath", Var, 20},
105 {"File", Type, 0},
106 {"File.FileHeader", Field, 0},
107 {"FileHeader", Type, 0},
108 {"FileHeader.CRC32", Field, 0},
109 {"FileHeader.Comment", Field, 0},
110 {"FileHeader.CompressedSize", Field, 0},
111 {"FileHeader.CompressedSize64", Field, 1},
112 {"FileHeader.CreatorVersion", Field, 0},
113 {"FileHeader.ExternalAttrs", Field, 0},
114 {"FileHeader.Extra", Field, 0},
115 {"FileHeader.Flags", Field, 0},
116 {"FileHeader.Method", Field, 0},
117 {"FileHeader.Modified", Field, 10},
118 {"FileHeader.ModifiedDate", Field, 0},
119 {"FileHeader.ModifiedTime", Field, 0},
120 {"FileHeader.Name", Field, 0},
121 {"FileHeader.NonUTF8", Field, 10},
122 {"FileHeader.ReaderVersion", Field, 0},
123 {"FileHeader.UncompressedSize", Field, 0},
124 {"FileHeader.UncompressedSize64", Field, 1},
125 {"FileInfoHeader", Func, 0},
126 {"NewReader", Func, 0},
127 {"NewWriter", Func, 0},
128 {"OpenReader", Func, 0},
129 {"ReadCloser", Type, 0},
130 {"ReadCloser.Reader", Field, 0},
131 {"Reader", Type, 0},
132 {"Reader.Comment", Field, 0},
133 {"Reader.File", Field, 0},
134 {"RegisterCompressor", Func, 2},
135 {"RegisterDecompressor", Func, 2},
136 {"Store", Const, 0},
137 {"Writer", Type, 0},
138 },
139 "bufio": {
140 {"(*Reader).Buffered", Method, 0},
141 {"(*Reader).Discard", Method, 5},
142 {"(*Reader).Peek", Method, 0},
143 {"(*Reader).Read", Method, 0},
144 {"(*Reader).ReadByte", Method, 0},
145 {"(*Reader).ReadBytes", Method, 0},
146 {"(*Reader).ReadLine", Method, 0},
147 {"(*Reader).ReadRune", Method, 0},
148 {"(*Reader).ReadSlice", Method, 0},
149 {"(*Reader).ReadString", Method, 0},
150 {"(*Reader).Reset", Method, 2},
151 {"(*Reader).Size", Method, 10},
152 {"(*Reader).UnreadByte", Method, 0},
153 {"(*Reader).UnreadRune", Method, 0},
154 {"(*Reader).WriteTo", Method, 1},
155 {"(*Scanner).Buffer", Method, 6},
156 {"(*Scanner).Bytes", Method, 1},
157 {"(*Scanner).Err", Method, 1},
158 {"(*Scanner).Scan", Method, 1},
159 {"(*Scanner).Split", Method, 1},
160 {"(*Scanner).Text", Method, 1},
161 {"(*Writer).Available", Method, 0},
162 {"(*Writer).AvailableBuffer", Method, 18},
163 {"(*Writer).Buffered", Method, 0},
164 {"(*Writer).Flush", Method, 0},
165 {"(*Writer).ReadFrom", Method, 1},
166 {"(*Writer).Reset", Method, 2},
167 {"(*Writer).Size", Method, 10},
168 {"(*Writer).Write", Method, 0},
169 {"(*Writer).WriteByte", Method, 0},
170 {"(*Writer).WriteRune", Method, 0},
171 {"(*Writer).WriteString", Method, 0},
172 {"(ReadWriter).Available", Method, 0},
173 {"(ReadWriter).AvailableBuffer", Method, 18},
174 {"(ReadWriter).Discard", Method, 5},
175 {"(ReadWriter).Flush", Method, 0},
176 {"(ReadWriter).Peek", Method, 0},
177 {"(ReadWriter).Read", Method, 0},
178 {"(ReadWriter).ReadByte", Method, 0},
179 {"(ReadWriter).ReadBytes", Method, 0},
180 {"(ReadWriter).ReadFrom", Method, 1},
181 {"(ReadWriter).ReadLine", Method, 0},
182 {"(ReadWriter).ReadRune", Method, 0},
183 {"(ReadWriter).ReadSlice", Method, 0},
184 {"(ReadWriter).ReadString", Method, 0},
185 {"(ReadWriter).UnreadByte", Method, 0},
186 {"(ReadWriter).UnreadRune", Method, 0},
187 {"(ReadWriter).Write", Method, 0},
188 {"(ReadWriter).WriteByte", Method, 0},
189 {"(ReadWriter).WriteRune", Method, 0},
190 {"(ReadWriter).WriteString", Method, 0},
191 {"(ReadWriter).WriteTo", Method, 1},
192 {"ErrAdvanceTooFar", Var, 1},
193 {"ErrBadReadCount", Var, 15},
194 {"ErrBufferFull", Var, 0},
195 {"ErrFinalToken", Var, 6},
196 {"ErrInvalidUnreadByte", Var, 0},
197 {"ErrInvalidUnreadRune", Var, 0},
198 {"ErrNegativeAdvance", Var, 1},
199 {"ErrNegativeCount", Var, 0},
200 {"ErrTooLong", Var, 1},
201 {"MaxScanTokenSize", Const, 1},
202 {"NewReadWriter", Func, 0},
203 {"NewReader", Func, 0},
204 {"NewReaderSize", Func, 0},
205 {"NewScanner", Func, 1},
206 {"NewWriter", Func, 0},
207 {"NewWriterSize", Func, 0},
208 {"ReadWriter", Type, 0},
209 {"ReadWriter.Reader", Field, 0},
210 {"ReadWriter.Writer", Field, 0},
211 {"Reader", Type, 0},
212 {"ScanBytes", Func, 1},
213 {"ScanLines", Func, 1},
214 {"ScanRunes", Func, 1},
215 {"ScanWords", Func, 1},
216 {"Scanner", Type, 1},
217 {"SplitFunc", Type, 1},
218 {"Writer", Type, 0},
219 },
220 "bytes": {
221 {"(*Buffer).Available", Method, 21},
222 {"(*Buffer).AvailableBuffer", Method, 21},
223 {"(*Buffer).Bytes", Method, 0},
224 {"(*Buffer).Cap", Method, 5},
225 {"(*Buffer).Grow", Method, 1},
226 {"(*Buffer).Len", Method, 0},
227 {"(*Buffer).Next", Method, 0},
228 {"(*Buffer).Read", Method, 0},
229 {"(*Buffer).ReadByte", Method, 0},
230 {"(*Buffer).ReadBytes", Method, 0},
231 {"(*Buffer).ReadFrom", Method, 0},
232 {"(*Buffer).ReadRune", Method, 0},
233 {"(*Buffer).ReadString", Method, 0},
234 {"(*Buffer).Reset", Method, 0},
235 {"(*Buffer).String", Method, 0},
236 {"(*Buffer).Truncate", Method, 0},
237 {"(*Buffer).UnreadByte", Method, 0},
238 {"(*Buffer).UnreadRune", Method, 0},
239 {"(*Buffer).Write", Method, 0},
240 {"(*Buffer).WriteByte", Method, 0},
241 {"(*Buffer).WriteRune", Method, 0},
242 {"(*Buffer).WriteString", Method, 0},
243 {"(*Buffer).WriteTo", Method, 0},
244 {"(*Reader).Len", Method, 0},
245 {"(*Reader).Read", Method, 0},
246 {"(*Reader).ReadAt", Method, 0},
247 {"(*Reader).ReadByte", Method, 0},
248 {"(*Reader).ReadRune", Method, 0},
249 {"(*Reader).Reset", Method, 7},
250 {"(*Reader).Seek", Method, 0},
251 {"(*Reader).Size", Method, 5},
252 {"(*Reader).UnreadByte", Method, 0},
253 {"(*Reader).UnreadRune", Method, 0},
254 {"(*Reader).WriteTo", Method, 1},
255 {"Buffer", Type, 0},
256 {"Clone", Func, 20},
257 {"Compare", Func, 0},
258 {"Contains", Func, 0},
259 {"ContainsAny", Func, 7},
260 {"ContainsFunc", Func, 21},
261 {"ContainsRune", Func, 7},
262 {"Count", Func, 0},
263 {"Cut", Func, 18},
264 {"CutPrefix", Func, 20},
265 {"CutSuffix", Func, 20},
266 {"Equal", Func, 0},
267 {"EqualFold", Func, 0},
268 {"ErrTooLarge", Var, 0},
269 {"Fields", Func, 0},
270 {"FieldsFunc", Func, 0},
271 {"HasPrefix", Func, 0},
272 {"HasSuffix", Func, 0},
273 {"Index", Func, 0},
274 {"IndexAny", Func, 0},
275 {"IndexByte", Func, 0},
276 {"IndexFunc", Func, 0},
277 {"IndexRune", Func, 0},
278 {"Join", Func, 0},
279 {"LastIndex", Func, 0},
280 {"LastIndexAny", Func, 0},
281 {"LastIndexByte", Func, 5},
282 {"LastIndexFunc", Func, 0},
283 {"Map", Func, 0},
284 {"MinRead", Const, 0},
285 {"NewBuffer", Func, 0},
286 {"NewBufferString", Func, 0},
287 {"NewReader", Func, 0},
288 {"Reader", Type, 0},
289 {"Repeat", Func, 0},
290 {"Replace", Func, 0},
291 {"ReplaceAll", Func, 12},
292 {"Runes", Func, 0},
293 {"Split", Func, 0},
294 {"SplitAfter", Func, 0},
295 {"SplitAfterN", Func, 0},
296 {"SplitN", Func, 0},
297 {"Title", Func, 0},
298 {"ToLower", Func, 0},
299 {"ToLowerSpecial", Func, 0},
300 {"ToTitle", Func, 0},
301 {"ToTitleSpecial", Func, 0},
302 {"ToUpper", Func, 0},
303 {"ToUpperSpecial", Func, 0},
304 {"ToValidUTF8", Func, 13},
305 {"Trim", Func, 0},
306 {"TrimFunc", Func, 0},
307 {"TrimLeft", Func, 0},
308 {"TrimLeftFunc", Func, 0},
309 {"TrimPrefix", Func, 1},
310 {"TrimRight", Func, 0},
311 {"TrimRightFunc", Func, 0},
312 {"TrimSpace", Func, 0},
313 {"TrimSuffix", Func, 1},
314 },
315 "cmp": {
316 {"Compare", Func, 21},
317 {"Less", Func, 21},
318 {"Or", Func, 22},
319 {"Ordered", Type, 21},
320 },
321 "compress/bzip2": {
322 {"(StructuralError).Error", Method, 0},
323 {"NewReader", Func, 0},
324 {"StructuralError", Type, 0},
325 },
326 "compress/flate": {
327 {"(*ReadError).Error", Method, 0},
328 {"(*WriteError).Error", Method, 0},
329 {"(*Writer).Close", Method, 0},
330 {"(*Writer).Flush", Method, 0},
331 {"(*Writer).Reset", Method, 2},
332 {"(*Writer).Write", Method, 0},
333 {"(CorruptInputError).Error", Method, 0},
334 {"(InternalError).Error", Method, 0},
335 {"BestCompression", Const, 0},
336 {"BestSpeed", Const, 0},
337 {"CorruptInputError", Type, 0},
338 {"DefaultCompression", Const, 0},
339 {"HuffmanOnly", Const, 7},
340 {"InternalError", Type, 0},
341 {"NewReader", Func, 0},
342 {"NewReaderDict", Func, 0},
343 {"NewWriter", Func, 0},
344 {"NewWriterDict", Func, 0},
345 {"NoCompression", Const, 0},
346 {"ReadError", Type, 0},
347 {"ReadError.Err", Field, 0},
348 {"ReadError.Offset", Field, 0},
349 {"Reader", Type, 0},
350 {"Resetter", Type, 4},
351 {"WriteError", Type, 0},
352 {"WriteError.Err", Field, 0},
353 {"WriteError.Offset", Field, 0},
354 {"Writer", Type, 0},
355 },
356 "compress/gzip": {
357 {"(*Reader).Close", Method, 0},
358 {"(*Reader).Multistream", Method, 4},
359 {"(*Reader).Read", Method, 0},
360 {"(*Reader).Reset", Method, 3},
361 {"(*Writer).Close", Method, 0},
362 {"(*Writer).Flush", Method, 1},
363 {"(*Writer).Reset", Method, 2},
364 {"(*Writer).Write", Method, 0},
365 {"BestCompression", Const, 0},
366 {"BestSpeed", Const, 0},
367 {"DefaultCompression", Const, 0},
368 {"ErrChecksum", Var, 0},
369 {"ErrHeader", Var, 0},
370 {"Header", Type, 0},
371 {"Header.Comment", Field, 0},
372 {"Header.Extra", Field, 0},
373 {"Header.ModTime", Field, 0},
374 {"Header.Name", Field, 0},
375 {"Header.OS", Field, 0},
376 {"HuffmanOnly", Const, 8},
377 {"NewReader", Func, 0},
378 {"NewWriter", Func, 0},
379 {"NewWriterLevel", Func, 0},
380 {"NoCompression", Const, 0},
381 {"Reader", Type, 0},
382 {"Reader.Header", Field, 0},
383 {"Writer", Type, 0},
384 {"Writer.Header", Field, 0},
385 },
386 "compress/lzw": {
387 {"(*Reader).Close", Method, 17},
388 {"(*Reader).Read", Method, 17},
389 {"(*Reader).Reset", Method, 17},
390 {"(*Writer).Close", Method, 17},
391 {"(*Writer).Reset", Method, 17},
392 {"(*Writer).Write", Method, 17},
393 {"LSB", Const, 0},
394 {"MSB", Const, 0},
395 {"NewReader", Func, 0},
396 {"NewWriter", Func, 0},
397 {"Order", Type, 0},
398 {"Reader", Type, 17},
399 {"Writer", Type, 17},
400 },
401 "compress/zlib": {
402 {"(*Writer).Close", Method, 0},
403 {"(*Writer).Flush", Method, 0},
404 {"(*Writer).Reset", Method, 2},
405 {"(*Writer).Write", Method, 0},
406 {"BestCompression", Const, 0},
407 {"BestSpeed", Const, 0},
408 {"DefaultCompression", Const, 0},
409 {"ErrChecksum", Var, 0},
410 {"ErrDictionary", Var, 0},
411 {"ErrHeader", Var, 0},
412 {"HuffmanOnly", Const, 8},
413 {"NewReader", Func, 0},
414 {"NewReaderDict", Func, 0},
415 {"NewWriter", Func, 0},
416 {"NewWriterLevel", Func, 0},
417 {"NewWriterLevelDict", Func, 0},
418 {"NoCompression", Const, 0},
419 {"Resetter", Type, 4},
420 {"Writer", Type, 0},
421 },
422 "container/heap": {
423 {"Fix", Func, 2},
424 {"Init", Func, 0},
425 {"Interface", Type, 0},
426 {"Pop", Func, 0},
427 {"Push", Func, 0},
428 {"Remove", Func, 0},
429 },
430 "container/list": {
431 {"(*Element).Next", Method, 0},
432 {"(*Element).Prev", Method, 0},
433 {"(*List).Back", Method, 0},
434 {"(*List).Front", Method, 0},
435 {"(*List).Init", Method, 0},
436 {"(*List).InsertAfter", Method, 0},
437 {"(*List).InsertBefore", Method, 0},
438 {"(*List).Len", Method, 0},
439 {"(*List).MoveAfter", Method, 2},
440 {"(*List).MoveBefore", Method, 2},
441 {"(*List).MoveToBack", Method, 0},
442 {"(*List).MoveToFront", Method, 0},
443 {"(*List).PushBack", Method, 0},
444 {"(*List).PushBackList", Method, 0},
445 {"(*List).PushFront", Method, 0},
446 {"(*List).PushFrontList", Method, 0},
447 {"(*List).Remove", Method, 0},
448 {"Element", Type, 0},
449 {"Element.Value", Field, 0},
450 {"List", Type, 0},
451 {"New", Func, 0},
452 },
453 "container/ring": {
454 {"(*Ring).Do", Method, 0},
455 {"(*Ring).Len", Method, 0},
456 {"(*Ring).Link", Method, 0},
457 {"(*Ring).Move", Method, 0},
458 {"(*Ring).Next", Method, 0},
459 {"(*Ring).Prev", Method, 0},
460 {"(*Ring).Unlink", Method, 0},
461 {"New", Func, 0},
462 {"Ring", Type, 0},
463 {"Ring.Value", Field, 0},
464 },
465 "context": {
466 {"AfterFunc", Func, 21},
467 {"Background", Func, 7},
468 {"CancelCauseFunc", Type, 20},
469 {"CancelFunc", Type, 7},
470 {"Canceled", Var, 7},
471 {"Cause", Func, 20},
472 {"Context", Type, 7},
473 {"DeadlineExceeded", Var, 7},
474 {"TODO", Func, 7},
475 {"WithCancel", Func, 7},
476 {"WithCancelCause", Func, 20},
477 {"WithDeadline", Func, 7},
478 {"WithDeadlineCause", Func, 21},
479 {"WithTimeout", Func, 7},
480 {"WithTimeoutCause", Func, 21},
481 {"WithValue", Func, 7},
482 {"WithoutCancel", Func, 21},
483 },
484 "crypto": {
485 {"(Hash).Available", Method, 0},
486 {"(Hash).HashFunc", Method, 4},
487 {"(Hash).New", Method, 0},
488 {"(Hash).Size", Method, 0},
489 {"(Hash).String", Method, 15},
490 {"BLAKE2b_256", Const, 9},
491 {"BLAKE2b_384", Const, 9},
492 {"BLAKE2b_512", Const, 9},
493 {"BLAKE2s_256", Const, 9},
494 {"Decrypter", Type, 5},
495 {"DecrypterOpts", Type, 5},
496 {"Hash", Type, 0},
497 {"MD4", Const, 0},
498 {"MD5", Const, 0},
499 {"MD5SHA1", Const, 0},
500 {"PrivateKey", Type, 0},
501 {"PublicKey", Type, 2},
502 {"RIPEMD160", Const, 0},
503 {"RegisterHash", Func, 0},
504 {"SHA1", Const, 0},
505 {"SHA224", Const, 0},
506 {"SHA256", Const, 0},
507 {"SHA384", Const, 0},
508 {"SHA3_224", Const, 4},
509 {"SHA3_256", Const, 4},
510 {"SHA3_384", Const, 4},
511 {"SHA3_512", Const, 4},
512 {"SHA512", Const, 0},
513 {"SHA512_224", Const, 5},
514 {"SHA512_256", Const, 5},
515 {"Signer", Type, 4},
516 {"SignerOpts", Type, 4},
517 },
518 "crypto/aes": {
519 {"(KeySizeError).Error", Method, 0},
520 {"BlockSize", Const, 0},
521 {"KeySizeError", Type, 0},
522 {"NewCipher", Func, 0},
523 },
524 "crypto/cipher": {
525 {"(StreamReader).Read", Method, 0},
526 {"(StreamWriter).Close", Method, 0},
527 {"(StreamWriter).Write", Method, 0},
528 {"AEAD", Type, 2},
529 {"Block", Type, 0},
530 {"BlockMode", Type, 0},
531 {"NewCBCDecrypter", Func, 0},
532 {"NewCBCEncrypter", Func, 0},
533 {"NewCFBDecrypter", Func, 0},
534 {"NewCFBEncrypter", Func, 0},
535 {"NewCTR", Func, 0},
536 {"NewGCM", Func, 2},
537 {"NewGCMWithNonceSize", Func, 5},
538 {"NewGCMWithTagSize", Func, 11},
539 {"NewOFB", Func, 0},
540 {"Stream", Type, 0},
541 {"StreamReader", Type, 0},
542 {"StreamReader.R", Field, 0},
543 {"StreamReader.S", Field, 0},
544 {"StreamWriter", Type, 0},
545 {"StreamWriter.Err", Field, 0},
546 {"StreamWriter.S", Field, 0},
547 {"StreamWriter.W", Field, 0},
548 },
549 "crypto/des": {
550 {"(KeySizeError).Error", Method, 0},
551 {"BlockSize", Const, 0},
552 {"KeySizeError", Type, 0},
553 {"NewCipher", Func, 0},
554 {"NewTripleDESCipher", Func, 0},
555 },
556 "crypto/dsa": {
557 {"ErrInvalidPublicKey", Var, 0},
558 {"GenerateKey", Func, 0},
559 {"GenerateParameters", Func, 0},
560 {"L1024N160", Const, 0},
561 {"L2048N224", Const, 0},
562 {"L2048N256", Const, 0},
563 {"L3072N256", Const, 0},
564 {"ParameterSizes", Type, 0},
565 {"Parameters", Type, 0},
566 {"Parameters.G", Field, 0},
567 {"Parameters.P", Field, 0},
568 {"Parameters.Q", Field, 0},
569 {"PrivateKey", Type, 0},
570 {"PrivateKey.PublicKey", Field, 0},
571 {"PrivateKey.X", Field, 0},
572 {"PublicKey", Type, 0},
573 {"PublicKey.Parameters", Field, 0},
574 {"PublicKey.Y", Field, 0},
575 {"Sign", Func, 0},
576 {"Verify", Func, 0},
577 },
578 "crypto/ecdh": {
579 {"(*PrivateKey).Bytes", Method, 20},
580 {"(*PrivateKey).Curve", Method, 20},
581 {"(*PrivateKey).ECDH", Method, 20},
582 {"(*PrivateKey).Equal", Method, 20},
583 {"(*PrivateKey).Public", Method, 20},
584 {"(*PrivateKey).PublicKey", Method, 20},
585 {"(*PublicKey).Bytes", Method, 20},
586 {"(*PublicKey).Curve", Method, 20},
587 {"(*PublicKey).Equal", Method, 20},
588 {"Curve", Type, 20},
589 {"P256", Func, 20},
590 {"P384", Func, 20},
591 {"P521", Func, 20},
592 {"PrivateKey", Type, 20},
593 {"PublicKey", Type, 20},
594 {"X25519", Func, 20},
595 },
596 "crypto/ecdsa": {
597 {"(*PrivateKey).ECDH", Method, 20},
598 {"(*PrivateKey).Equal", Method, 15},
599 {"(*PrivateKey).Public", Method, 4},
600 {"(*PrivateKey).Sign", Method, 4},
601 {"(*PublicKey).ECDH", Method, 20},
602 {"(*PublicKey).Equal", Method, 15},
603 {"(PrivateKey).Add", Method, 0},
604 {"(PrivateKey).Double", Method, 0},
605 {"(PrivateKey).IsOnCurve", Method, 0},
606 {"(PrivateKey).Params", Method, 0},
607 {"(PrivateKey).ScalarBaseMult", Method, 0},
608 {"(PrivateKey).ScalarMult", Method, 0},
609 {"(PublicKey).Add", Method, 0},
610 {"(PublicKey).Double", Method, 0},
611 {"(PublicKey).IsOnCurve", Method, 0},
612 {"(PublicKey).Params", Method, 0},
613 {"(PublicKey).ScalarBaseMult", Method, 0},
614 {"(PublicKey).ScalarMult", Method, 0},
615 {"GenerateKey", Func, 0},
616 {"PrivateKey", Type, 0},
617 {"PrivateKey.D", Field, 0},
618 {"PrivateKey.PublicKey", Field, 0},
619 {"PublicKey", Type, 0},
620 {"PublicKey.Curve", Field, 0},
621 {"PublicKey.X", Field, 0},
622 {"PublicKey.Y", Field, 0},
623 {"Sign", Func, 0},
624 {"SignASN1", Func, 15},
625 {"Verify", Func, 0},
626 {"VerifyASN1", Func, 15},
627 },
628 "crypto/ed25519": {
629 {"(*Options).HashFunc", Method, 20},
630 {"(PrivateKey).Equal", Method, 15},
631 {"(PrivateKey).Public", Method, 13},
632 {"(PrivateKey).Seed", Method, 13},
633 {"(PrivateKey).Sign", Method, 13},
634 {"(PublicKey).Equal", Method, 15},
635 {"GenerateKey", Func, 13},
636 {"NewKeyFromSeed", Func, 13},
637 {"Options", Type, 20},
638 {"Options.Context", Field, 20},
639 {"Options.Hash", Field, 20},
640 {"PrivateKey", Type, 13},
641 {"PrivateKeySize", Const, 13},
642 {"PublicKey", Type, 13},
643 {"PublicKeySize", Const, 13},
644 {"SeedSize", Const, 13},
645 {"Sign", Func, 13},
646 {"SignatureSize", Const, 13},
647 {"Verify", Func, 13},
648 {"VerifyWithOptions", Func, 20},
649 },
650 "crypto/elliptic": {
651 {"(*CurveParams).Add", Method, 0},
652 {"(*CurveParams).Double", Method, 0},
653 {"(*CurveParams).IsOnCurve", Method, 0},
654 {"(*CurveParams).Params", Method, 0},
655 {"(*CurveParams).ScalarBaseMult", Method, 0},
656 {"(*CurveParams).ScalarMult", Method, 0},
657 {"Curve", Type, 0},
658 {"CurveParams", Type, 0},
659 {"CurveParams.B", Field, 0},
660 {"CurveParams.BitSize", Field, 0},
661 {"CurveParams.Gx", Field, 0},
662 {"CurveParams.Gy", Field, 0},
663 {"CurveParams.N", Field, 0},
664 {"CurveParams.Name", Field, 5},
665 {"CurveParams.P", Field, 0},
666 {"GenerateKey", Func, 0},
667 {"Marshal", Func, 0},
668 {"MarshalCompressed", Func, 15},
669 {"P224", Func, 0},
670 {"P256", Func, 0},
671 {"P384", Func, 0},
672 {"P521", Func, 0},
673 {"Unmarshal", Func, 0},
674 {"UnmarshalCompressed", Func, 15},
675 },
676 "crypto/hmac": {
677 {"Equal", Func, 1},
678 {"New", Func, 0},
679 },
680 "crypto/md5": {
681 {"BlockSize", Const, 0},
682 {"New", Func, 0},
683 {"Size", Const, 0},
684 {"Sum", Func, 2},
685 },
686 "crypto/rand": {
687 {"Int", Func, 0},
688 {"Prime", Func, 0},
689 {"Read", Func, 0},
690 {"Reader", Var, 0},
691 },
692 "crypto/rc4": {
693 {"(*Cipher).Reset", Method, 0},
694 {"(*Cipher).XORKeyStream", Method, 0},
695 {"(KeySizeError).Error", Method, 0},
696 {"Cipher", Type, 0},
697 {"KeySizeError", Type, 0},
698 {"NewCipher", Func, 0},
699 },
700 "crypto/rsa": {
701 {"(*PSSOptions).HashFunc", Method, 4},
702 {"(*PrivateKey).Decrypt", Method, 5},
703 {"(*PrivateKey).Equal", Method, 15},
704 {"(*PrivateKey).Precompute", Method, 0},
705 {"(*PrivateKey).Public", Method, 4},
706 {"(*PrivateKey).Sign", Method, 4},
707 {"(*PrivateKey).Size", Method, 11},
708 {"(*PrivateKey).Validate", Method, 0},
709 {"(*PublicKey).Equal", Method, 15},
710 {"(*PublicKey).Size", Method, 11},
711 {"CRTValue", Type, 0},
712 {"CRTValue.Coeff", Field, 0},
713 {"CRTValue.Exp", Field, 0},
714 {"CRTValue.R", Field, 0},
715 {"DecryptOAEP", Func, 0},
716 {"DecryptPKCS1v15", Func, 0},
717 {"DecryptPKCS1v15SessionKey", Func, 0},
718 {"EncryptOAEP", Func, 0},
719 {"EncryptPKCS1v15", Func, 0},
720 {"ErrDecryption", Var, 0},
721 {"ErrMessageTooLong", Var, 0},
722 {"ErrVerification", Var, 0},
723 {"GenerateKey", Func, 0},
724 {"GenerateMultiPrimeKey", Func, 0},
725 {"OAEPOptions", Type, 5},
726 {"OAEPOptions.Hash", Field, 5},
727 {"OAEPOptions.Label", Field, 5},
728 {"OAEPOptions.MGFHash", Field, 20},
729 {"PKCS1v15DecryptOptions", Type, 5},
730 {"PKCS1v15DecryptOptions.SessionKeyLen", Field, 5},
731 {"PSSOptions", Type, 2},
732 {"PSSOptions.Hash", Field, 4},
733 {"PSSOptions.SaltLength", Field, 2},
734 {"PSSSaltLengthAuto", Const, 2},
735 {"PSSSaltLengthEqualsHash", Const, 2},
736 {"PrecomputedValues", Type, 0},
737 {"PrecomputedValues.CRTValues", Field, 0},
738 {"PrecomputedValues.Dp", Field, 0},
739 {"PrecomputedValues.Dq", Field, 0},
740 {"PrecomputedValues.Qinv", Field, 0},
741 {"PrivateKey", Type, 0},
742 {"PrivateKey.D", Field, 0},
743 {"PrivateKey.Precomputed", Field, 0},
744 {"PrivateKey.Primes", Field, 0},
745 {"PrivateKey.PublicKey", Field, 0},
746 {"PublicKey", Type, 0},
747 {"PublicKey.E", Field, 0},
748 {"PublicKey.N", Field, 0},
749 {"SignPKCS1v15", Func, 0},
750 {"SignPSS", Func, 2},
751 {"VerifyPKCS1v15", Func, 0},
752 {"VerifyPSS", Func, 2},
753 },
754 "crypto/sha1": {
755 {"BlockSize", Const, 0},
756 {"New", Func, 0},
757 {"Size", Const, 0},
758 {"Sum", Func, 2},
759 },
760 "crypto/sha256": {
761 {"BlockSize", Const, 0},
762 {"New", Func, 0},
763 {"New224", Func, 0},
764 {"Size", Const, 0},
765 {"Size224", Const, 0},
766 {"Sum224", Func, 2},
767 {"Sum256", Func, 2},
768 },
769 "crypto/sha512": {
770 {"BlockSize", Const, 0},
771 {"New", Func, 0},
772 {"New384", Func, 0},
773 {"New512_224", Func, 5},
774 {"New512_256", Func, 5},
775 {"Size", Const, 0},
776 {"Size224", Const, 5},
777 {"Size256", Const, 5},
778 {"Size384", Const, 0},
779 {"Sum384", Func, 2},
780 {"Sum512", Func, 2},
781 {"Sum512_224", Func, 5},
782 {"Sum512_256", Func, 5},
783 },
784 "crypto/subtle": {
785 {"ConstantTimeByteEq", Func, 0},
786 {"ConstantTimeCompare", Func, 0},
787 {"ConstantTimeCopy", Func, 0},
788 {"ConstantTimeEq", Func, 0},
789 {"ConstantTimeLessOrEq", Func, 2},
790 {"ConstantTimeSelect", Func, 0},
791 {"XORBytes", Func, 20},
792 },
793 "crypto/tls": {
794 {"(*CertificateRequestInfo).Context", Method, 17},
795 {"(*CertificateRequestInfo).SupportsCertificate", Method, 14},
796 {"(*CertificateVerificationError).Error", Method, 20},
797 {"(*CertificateVerificationError).Unwrap", Method, 20},
798 {"(*ClientHelloInfo).Context", Method, 17},
799 {"(*ClientHelloInfo).SupportsCertificate", Method, 14},
800 {"(*ClientSessionState).ResumptionState", Method, 21},
801 {"(*Config).BuildNameToCertificate", Method, 0},
802 {"(*Config).Clone", Method, 8},
803 {"(*Config).DecryptTicket", Method, 21},
804 {"(*Config).EncryptTicket", Method, 21},
805 {"(*Config).SetSessionTicketKeys", Method, 5},
806 {"(*Conn).Close", Method, 0},
807 {"(*Conn).CloseWrite", Method, 8},
808 {"(*Conn).ConnectionState", Method, 0},
809 {"(*Conn).Handshake", Method, 0},
810 {"(*Conn).HandshakeContext", Method, 17},
811 {"(*Conn).LocalAddr", Method, 0},
812 {"(*Conn).NetConn", Method, 18},
813 {"(*Conn).OCSPResponse", Method, 0},
814 {"(*Conn).Read", Method, 0},
815 {"(*Conn).RemoteAddr", Method, 0},
816 {"(*Conn).SetDeadline", Method, 0},
817 {"(*Conn).SetReadDeadline", Method, 0},
818 {"(*Conn).SetWriteDeadline", Method, 0},
819 {"(*Conn).VerifyHostname", Method, 0},
820 {"(*Conn).Write", Method, 0},
821 {"(*ConnectionState).ExportKeyingMaterial", Method, 11},
822 {"(*Dialer).Dial", Method, 15},
823 {"(*Dialer).DialContext", Method, 15},
824 {"(*ECHRejectionError).Error", Method, 23},
825 {"(*QUICConn).Close", Method, 21},
826 {"(*QUICConn).ConnectionState", Method, 21},
827 {"(*QUICConn).HandleData", Method, 21},
828 {"(*QUICConn).NextEvent", Method, 21},
829 {"(*QUICConn).SendSessionTicket", Method, 21},
830 {"(*QUICConn).SetTransportParameters", Method, 21},
831 {"(*QUICConn).Start", Method, 21},
832 {"(*QUICConn).StoreSession", Method, 23},
833 {"(*SessionState).Bytes", Method, 21},
834 {"(AlertError).Error", Method, 21},
835 {"(ClientAuthType).String", Method, 15},
836 {"(CurveID).String", Method, 15},
837 {"(QUICEncryptionLevel).String", Method, 21},
838 {"(RecordHeaderError).Error", Method, 6},
839 {"(SignatureScheme).String", Method, 15},
840 {"AlertError", Type, 21},
841 {"Certificate", Type, 0},
842 {"Certificate.Certificate", Field, 0},
843 {"Certificate.Leaf", Field, 0},
844 {"Certificate.OCSPStaple", Field, 0},
845 {"Certificate.PrivateKey", Field, 0},
846 {"Certificate.SignedCertificateTimestamps", Field, 5},
847 {"Certificate.SupportedSignatureAlgorithms", Field, 14},
848 {"CertificateRequestInfo", Type, 8},
849 {"CertificateRequestInfo.AcceptableCAs", Field, 8},
850 {"CertificateRequestInfo.SignatureSchemes", Field, 8},
851 {"CertificateRequestInfo.Version", Field, 14},
852 {"CertificateVerificationError", Type, 20},
853 {"CertificateVerificationError.Err", Field, 20},
854 {"CertificateVerificationError.UnverifiedCertificates", Field, 20},
855 {"CipherSuite", Type, 14},
856 {"CipherSuite.ID", Field, 14},
857 {"CipherSuite.Insecure", Field, 14},
858 {"CipherSuite.Name", Field, 14},
859 {"CipherSuite.SupportedVersions", Field, 14},
860 {"CipherSuiteName", Func, 14},
861 {"CipherSuites", Func, 14},
862 {"Client", Func, 0},
863 {"ClientAuthType", Type, 0},
864 {"ClientHelloInfo", Type, 4},
865 {"ClientHelloInfo.CipherSuites", Field, 4},
866 {"ClientHelloInfo.Conn", Field, 8},
867 {"ClientHelloInfo.ServerName", Field, 4},
868 {"ClientHelloInfo.SignatureSchemes", Field, 8},
869 {"ClientHelloInfo.SupportedCurves", Field, 4},
870 {"ClientHelloInfo.SupportedPoints", Field, 4},
871 {"ClientHelloInfo.SupportedProtos", Field, 8},
872 {"ClientHelloInfo.SupportedVersions", Field, 8},
873 {"ClientSessionCache", Type, 3},
874 {"ClientSessionState", Type, 3},
875 {"Config", Type, 0},
876 {"Config.Certificates", Field, 0},
877 {"Config.CipherSuites", Field, 0},
878 {"Config.ClientAuth", Field, 0},
879 {"Config.ClientCAs", Field, 0},
880 {"Config.ClientSessionCache", Field, 3},
881 {"Config.CurvePreferences", Field, 3},
882 {"Config.DynamicRecordSizingDisabled", Field, 7},
883 {"Config.EncryptedClientHelloConfigList", Field, 23},
884 {"Config.EncryptedClientHelloRejectionVerify", Field, 23},
885 {"Config.GetCertificate", Field, 4},
886 {"Config.GetClientCertificate", Field, 8},
887 {"Config.GetConfigForClient", Field, 8},
888 {"Config.InsecureSkipVerify", Field, 0},
889 {"Config.KeyLogWriter", Field, 8},
890 {"Config.MaxVersion", Field, 2},
891 {"Config.MinVersion", Field, 2},
892 {"Config.NameToCertificate", Field, 0},
893 {"Config.NextProtos", Field, 0},
894 {"Config.PreferServerCipherSuites", Field, 1},
895 {"Config.Rand", Field, 0},
896 {"Config.Renegotiation", Field, 7},
897 {"Config.RootCAs", Field, 0},
898 {"Config.ServerName", Field, 0},
899 {"Config.SessionTicketKey", Field, 1},
900 {"Config.SessionTicketsDisabled", Field, 1},
901 {"Config.Time", Field, 0},
902 {"Config.UnwrapSession", Field, 21},
903 {"Config.VerifyConnection", Field, 15},
904 {"Config.VerifyPeerCertificate", Field, 8},
905 {"Config.WrapSession", Field, 21},
906 {"Conn", Type, 0},
907 {"ConnectionState", Type, 0},
908 {"ConnectionState.CipherSuite", Field, 0},
909 {"ConnectionState.DidResume", Field, 1},
910 {"ConnectionState.ECHAccepted", Field, 23},
911 {"ConnectionState.HandshakeComplete", Field, 0},
912 {"ConnectionState.NegotiatedProtocol", Field, 0},
913 {"ConnectionState.NegotiatedProtocolIsMutual", Field, 0},
914 {"ConnectionState.OCSPResponse", Field, 5},
915 {"ConnectionState.PeerCertificates", Field, 0},
916 {"ConnectionState.ServerName", Field, 0},
917 {"ConnectionState.SignedCertificateTimestamps", Field, 5},
918 {"ConnectionState.TLSUnique", Field, 4},
919 {"ConnectionState.VerifiedChains", Field, 0},
920 {"ConnectionState.Version", Field, 3},
921 {"CurveID", Type, 3},
922 {"CurveP256", Const, 3},
923 {"CurveP384", Const, 3},
924 {"CurveP521", Const, 3},
925 {"Dial", Func, 0},
926 {"DialWithDialer", Func, 3},
927 {"Dialer", Type, 15},
928 {"Dialer.Config", Field, 15},
929 {"Dialer.NetDialer", Field, 15},
930 {"ECDSAWithP256AndSHA256", Const, 8},
931 {"ECDSAWithP384AndSHA384", Const, 8},
932 {"ECDSAWithP521AndSHA512", Const, 8},
933 {"ECDSAWithSHA1", Const, 10},
934 {"ECHRejectionError", Type, 23},
935 {"ECHRejectionError.RetryConfigList", Field, 23},
936 {"Ed25519", Const, 13},
937 {"InsecureCipherSuites", Func, 14},
938 {"Listen", Func, 0},
939 {"LoadX509KeyPair", Func, 0},
940 {"NewLRUClientSessionCache", Func, 3},
941 {"NewListener", Func, 0},
942 {"NewResumptionState", Func, 21},
943 {"NoClientCert", Const, 0},
944 {"PKCS1WithSHA1", Const, 8},
945 {"PKCS1WithSHA256", Const, 8},
946 {"PKCS1WithSHA384", Const, 8},
947 {"PKCS1WithSHA512", Const, 8},
948 {"PSSWithSHA256", Const, 8},
949 {"PSSWithSHA384", Const, 8},
950 {"PSSWithSHA512", Const, 8},
951 {"ParseSessionState", Func, 21},
952 {"QUICClient", Func, 21},
953 {"QUICConfig", Type, 21},
954 {"QUICConfig.EnableStoreSessionEvent", Field, 23},
955 {"QUICConfig.TLSConfig", Field, 21},
956 {"QUICConn", Type, 21},
957 {"QUICEncryptionLevel", Type, 21},
958 {"QUICEncryptionLevelApplication", Const, 21},
959 {"QUICEncryptionLevelEarly", Const, 21},
960 {"QUICEncryptionLevelHandshake", Const, 21},
961 {"QUICEncryptionLevelInitial", Const, 21},
962 {"QUICEvent", Type, 21},
963 {"QUICEvent.Data", Field, 21},
964 {"QUICEvent.Kind", Field, 21},
965 {"QUICEvent.Level", Field, 21},
966 {"QUICEvent.SessionState", Field, 23},
967 {"QUICEvent.Suite", Field, 21},
968 {"QUICEventKind", Type, 21},
969 {"QUICHandshakeDone", Const, 21},
970 {"QUICNoEvent", Const, 21},
971 {"QUICRejectedEarlyData", Const, 21},
972 {"QUICResumeSession", Const, 23},
973 {"QUICServer", Func, 21},
974 {"QUICSessionTicketOptions", Type, 21},
975 {"QUICSessionTicketOptions.EarlyData", Field, 21},
976 {"QUICSessionTicketOptions.Extra", Field, 23},
977 {"QUICSetReadSecret", Const, 21},
978 {"QUICSetWriteSecret", Const, 21},
979 {"QUICStoreSession", Const, 23},
980 {"QUICTransportParameters", Const, 21},
981 {"QUICTransportParametersRequired", Const, 21},
982 {"QUICWriteData", Const, 21},
983 {"RecordHeaderError", Type, 6},
984 {"RecordHeaderError.Conn", Field, 12},
985 {"RecordHeaderError.Msg", Field, 6},
986 {"RecordHeaderError.RecordHeader", Field, 6},
987 {"RenegotiateFreelyAsClient", Const, 7},
988 {"RenegotiateNever", Const, 7},
989 {"RenegotiateOnceAsClient", Const, 7},
990 {"RenegotiationSupport", Type, 7},
991 {"RequestClientCert", Const, 0},
992 {"RequireAndVerifyClientCert", Const, 0},
993 {"RequireAnyClientCert", Const, 0},
994 {"Server", Func, 0},
995 {"SessionState", Type, 21},
996 {"SessionState.EarlyData", Field, 21},
997 {"SessionState.Extra", Field, 21},
998 {"SignatureScheme", Type, 8},
999 {"TLS_AES_128_GCM_SHA256", Const, 12},
1000 {"TLS_AES_256_GCM_SHA384", Const, 12},
1001 {"TLS_CHACHA20_POLY1305_SHA256", Const, 12},
1002 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", Const, 2},
1003 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", Const, 8},
1004 {"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", Const, 2},
1005 {"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", Const, 2},
1006 {"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", Const, 5},
1007 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", Const, 8},
1008 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14},
1009 {"TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", Const, 2},
1010 {"TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0},
1011 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", Const, 0},
1012 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", Const, 8},
1013 {"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", Const, 2},
1014 {"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", Const, 1},
1015 {"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", Const, 5},
1016 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", Const, 8},
1017 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14},
1018 {"TLS_ECDHE_RSA_WITH_RC4_128_SHA", Const, 0},
1019 {"TLS_FALLBACK_SCSV", Const, 4},
1020 {"TLS_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0},
1021 {"TLS_RSA_WITH_AES_128_CBC_SHA", Const, 0},
1022 {"TLS_RSA_WITH_AES_128_CBC_SHA256", Const, 8},
1023 {"TLS_RSA_WITH_AES_128_GCM_SHA256", Const, 6},
1024 {"TLS_RSA_WITH_AES_256_CBC_SHA", Const, 1},
1025 {"TLS_RSA_WITH_AES_256_GCM_SHA384", Const, 6},
1026 {"TLS_RSA_WITH_RC4_128_SHA", Const, 0},
1027 {"VerifyClientCertIfGiven", Const, 0},
1028 {"VersionName", Func, 21},
1029 {"VersionSSL30", Const, 2},
1030 {"VersionTLS10", Const, 2},
1031 {"VersionTLS11", Const, 2},
1032 {"VersionTLS12", Const, 2},
1033 {"VersionTLS13", Const, 12},
1034 {"X25519", Const, 8},
1035 {"X509KeyPair", Func, 0},
1036 },
1037 "crypto/x509": {
1038 {"(*CertPool).AddCert", Method, 0},
1039 {"(*CertPool).AddCertWithConstraint", Method, 22},
1040 {"(*CertPool).AppendCertsFromPEM", Method, 0},
1041 {"(*CertPool).Clone", Method, 19},
1042 {"(*CertPool).Equal", Method, 19},
1043 {"(*CertPool).Subjects", Method, 0},
1044 {"(*Certificate).CheckCRLSignature", Method, 0},
1045 {"(*Certificate).CheckSignature", Method, 0},
1046 {"(*Certificate).CheckSignatureFrom", Method, 0},
1047 {"(*Certificate).CreateCRL", Method, 0},
1048 {"(*Certificate).Equal", Method, 0},
1049 {"(*Certificate).Verify", Method, 0},
1050 {"(*Certificate).VerifyHostname", Method, 0},
1051 {"(*CertificateRequest).CheckSignature", Method, 5},
1052 {"(*OID).UnmarshalBinary", Method, 23},
1053 {"(*OID).UnmarshalText", Method, 23},
1054 {"(*RevocationList).CheckSignatureFrom", Method, 19},
1055 {"(CertificateInvalidError).Error", Method, 0},
1056 {"(ConstraintViolationError).Error", Method, 0},
1057 {"(HostnameError).Error", Method, 0},
1058 {"(InsecureAlgorithmError).Error", Method, 6},
1059 {"(OID).Equal", Method, 22},
1060 {"(OID).EqualASN1OID", Method, 22},
1061 {"(OID).MarshalBinary", Method, 23},
1062 {"(OID).MarshalText", Method, 23},
1063 {"(OID).String", Method, 22},
1064 {"(PublicKeyAlgorithm).String", Method, 10},
1065 {"(SignatureAlgorithm).String", Method, 6},
1066 {"(SystemRootsError).Error", Method, 1},
1067 {"(SystemRootsError).Unwrap", Method, 16},
1068 {"(UnhandledCriticalExtension).Error", Method, 0},
1069 {"(UnknownAuthorityError).Error", Method, 0},
1070 {"CANotAuthorizedForExtKeyUsage", Const, 10},
1071 {"CANotAuthorizedForThisName", Const, 0},
1072 {"CertPool", Type, 0},
1073 {"Certificate", Type, 0},
1074 {"Certificate.AuthorityKeyId", Field, 0},
1075 {"Certificate.BasicConstraintsValid", Field, 0},
1076 {"Certificate.CRLDistributionPoints", Field, 2},
1077 {"Certificate.DNSNames", Field, 0},
1078 {"Certificate.EmailAddresses", Field, 0},
1079 {"Certificate.ExcludedDNSDomains", Field, 9},
1080 {"Certificate.ExcludedEmailAddresses", Field, 10},
1081 {"Certificate.ExcludedIPRanges", Field, 10},
1082 {"Certificate.ExcludedURIDomains", Field, 10},
1083 {"Certificate.ExtKeyUsage", Field, 0},
1084 {"Certificate.Extensions", Field, 2},
1085 {"Certificate.ExtraExtensions", Field, 2},
1086 {"Certificate.IPAddresses", Field, 1},
1087 {"Certificate.IsCA", Field, 0},
1088 {"Certificate.Issuer", Field, 0},
1089 {"Certificate.IssuingCertificateURL", Field, 2},
1090 {"Certificate.KeyUsage", Field, 0},
1091 {"Certificate.MaxPathLen", Field, 0},
1092 {"Certificate.MaxPathLenZero", Field, 4},
1093 {"Certificate.NotAfter", Field, 0},
1094 {"Certificate.NotBefore", Field, 0},
1095 {"Certificate.OCSPServer", Field, 2},
1096 {"Certificate.PermittedDNSDomains", Field, 0},
1097 {"Certificate.PermittedDNSDomainsCritical", Field, 0},
1098 {"Certificate.PermittedEmailAddresses", Field, 10},
1099 {"Certificate.PermittedIPRanges", Field, 10},
1100 {"Certificate.PermittedURIDomains", Field, 10},
1101 {"Certificate.Policies", Field, 22},
1102 {"Certificate.PolicyIdentifiers", Field, 0},
1103 {"Certificate.PublicKey", Field, 0},
1104 {"Certificate.PublicKeyAlgorithm", Field, 0},
1105 {"Certificate.Raw", Field, 0},
1106 {"Certificate.RawIssuer", Field, 0},
1107 {"Certificate.RawSubject", Field, 0},
1108 {"Certificate.RawSubjectPublicKeyInfo", Field, 0},
1109 {"Certificate.RawTBSCertificate", Field, 0},
1110 {"Certificate.SerialNumber", Field, 0},
1111 {"Certificate.Signature", Field, 0},
1112 {"Certificate.SignatureAlgorithm", Field, 0},
1113 {"Certificate.Subject", Field, 0},
1114 {"Certificate.SubjectKeyId", Field, 0},
1115 {"Certificate.URIs", Field, 10},
1116 {"Certificate.UnhandledCriticalExtensions", Field, 5},
1117 {"Certificate.UnknownExtKeyUsage", Field, 0},
1118 {"Certificate.Version", Field, 0},
1119 {"CertificateInvalidError", Type, 0},
1120 {"CertificateInvalidError.Cert", Field, 0},
1121 {"CertificateInvalidError.Detail", Field, 10},
1122 {"CertificateInvalidError.Reason", Field, 0},
1123 {"CertificateRequest", Type, 3},
1124 {"CertificateRequest.Attributes", Field, 3},
1125 {"CertificateRequest.DNSNames", Field, 3},
1126 {"CertificateRequest.EmailAddresses", Field, 3},
1127 {"CertificateRequest.Extensions", Field, 3},
1128 {"CertificateRequest.ExtraExtensions", Field, 3},
1129 {"CertificateRequest.IPAddresses", Field, 3},
1130 {"CertificateRequest.PublicKey", Field, 3},
1131 {"CertificateRequest.PublicKeyAlgorithm", Field, 3},
1132 {"CertificateRequest.Raw", Field, 3},
1133 {"CertificateRequest.RawSubject", Field, 3},
1134 {"CertificateRequest.RawSubjectPublicKeyInfo", Field, 3},
1135 {"CertificateRequest.RawTBSCertificateRequest", Field, 3},
1136 {"CertificateRequest.Signature", Field, 3},
1137 {"CertificateRequest.SignatureAlgorithm", Field, 3},
1138 {"CertificateRequest.Subject", Field, 3},
1139 {"CertificateRequest.URIs", Field, 10},
1140 {"CertificateRequest.Version", Field, 3},
1141 {"ConstraintViolationError", Type, 0},
1142 {"CreateCertificate", Func, 0},
1143 {"CreateCertificateRequest", Func, 3},
1144 {"CreateRevocationList", Func, 15},
1145 {"DSA", Const, 0},
1146 {"DSAWithSHA1", Const, 0},
1147 {"DSAWithSHA256", Const, 0},
1148 {"DecryptPEMBlock", Func, 1},
1149 {"ECDSA", Const, 1},
1150 {"ECDSAWithSHA1", Const, 1},
1151 {"ECDSAWithSHA256", Const, 1},
1152 {"ECDSAWithSHA384", Const, 1},
1153 {"ECDSAWithSHA512", Const, 1},
1154 {"Ed25519", Const, 13},
1155 {"EncryptPEMBlock", Func, 1},
1156 {"ErrUnsupportedAlgorithm", Var, 0},
1157 {"Expired", Const, 0},
1158 {"ExtKeyUsage", Type, 0},
1159 {"ExtKeyUsageAny", Const, 0},
1160 {"ExtKeyUsageClientAuth", Const, 0},
1161 {"ExtKeyUsageCodeSigning", Const, 0},
1162 {"ExtKeyUsageEmailProtection", Const, 0},
1163 {"ExtKeyUsageIPSECEndSystem", Const, 1},
1164 {"ExtKeyUsageIPSECTunnel", Const, 1},
1165 {"ExtKeyUsageIPSECUser", Const, 1},
1166 {"ExtKeyUsageMicrosoftCommercialCodeSigning", Const, 10},
1167 {"ExtKeyUsageMicrosoftKernelCodeSigning", Const, 10},
1168 {"ExtKeyUsageMicrosoftServerGatedCrypto", Const, 1},
1169 {"ExtKeyUsageNetscapeServerGatedCrypto", Const, 1},
1170 {"ExtKeyUsageOCSPSigning", Const, 0},
1171 {"ExtKeyUsageServerAuth", Const, 0},
1172 {"ExtKeyUsageTimeStamping", Const, 0},
1173 {"HostnameError", Type, 0},
1174 {"HostnameError.Certificate", Field, 0},
1175 {"HostnameError.Host", Field, 0},
1176 {"IncompatibleUsage", Const, 1},
1177 {"IncorrectPasswordError", Var, 1},
1178 {"InsecureAlgorithmError", Type, 6},
1179 {"InvalidReason", Type, 0},
1180 {"IsEncryptedPEMBlock", Func, 1},
1181 {"KeyUsage", Type, 0},
1182 {"KeyUsageCRLSign", Const, 0},
1183 {"KeyUsageCertSign", Const, 0},
1184 {"KeyUsageContentCommitment", Const, 0},
1185 {"KeyUsageDataEncipherment", Const, 0},
1186 {"KeyUsageDecipherOnly", Const, 0},
1187 {"KeyUsageDigitalSignature", Const, 0},
1188 {"KeyUsageEncipherOnly", Const, 0},
1189 {"KeyUsageKeyAgreement", Const, 0},
1190 {"KeyUsageKeyEncipherment", Const, 0},
1191 {"MD2WithRSA", Const, 0},
1192 {"MD5WithRSA", Const, 0},
1193 {"MarshalECPrivateKey", Func, 2},
1194 {"MarshalPKCS1PrivateKey", Func, 0},
1195 {"MarshalPKCS1PublicKey", Func, 10},
1196 {"MarshalPKCS8PrivateKey", Func, 10},
1197 {"MarshalPKIXPublicKey", Func, 0},
1198 {"NameConstraintsWithoutSANs", Const, 10},
1199 {"NameMismatch", Const, 8},
1200 {"NewCertPool", Func, 0},
1201 {"NotAuthorizedToSign", Const, 0},
1202 {"OID", Type, 22},
1203 {"OIDFromInts", Func, 22},
1204 {"PEMCipher", Type, 1},
1205 {"PEMCipher3DES", Const, 1},
1206 {"PEMCipherAES128", Const, 1},
1207 {"PEMCipherAES192", Const, 1},
1208 {"PEMCipherAES256", Const, 1},
1209 {"PEMCipherDES", Const, 1},
1210 {"ParseCRL", Func, 0},
1211 {"ParseCertificate", Func, 0},
1212 {"ParseCertificateRequest", Func, 3},
1213 {"ParseCertificates", Func, 0},
1214 {"ParseDERCRL", Func, 0},
1215 {"ParseECPrivateKey", Func, 1},
1216 {"ParseOID", Func, 23},
1217 {"ParsePKCS1PrivateKey", Func, 0},
1218 {"ParsePKCS1PublicKey", Func, 10},
1219 {"ParsePKCS8PrivateKey", Func, 0},
1220 {"ParsePKIXPublicKey", Func, 0},
1221 {"ParseRevocationList", Func, 19},
1222 {"PublicKeyAlgorithm", Type, 0},
1223 {"PureEd25519", Const, 13},
1224 {"RSA", Const, 0},
1225 {"RevocationList", Type, 15},
1226 {"RevocationList.AuthorityKeyId", Field, 19},
1227 {"RevocationList.Extensions", Field, 19},
1228 {"RevocationList.ExtraExtensions", Field, 15},
1229 {"RevocationList.Issuer", Field, 19},
1230 {"RevocationList.NextUpdate", Field, 15},
1231 {"RevocationList.Number", Field, 15},
1232 {"RevocationList.Raw", Field, 19},
1233 {"RevocationList.RawIssuer", Field, 19},
1234 {"RevocationList.RawTBSRevocationList", Field, 19},
1235 {"RevocationList.RevokedCertificateEntries", Field, 21},
1236 {"RevocationList.RevokedCertificates", Field, 15},
1237 {"RevocationList.Signature", Field, 19},
1238 {"RevocationList.SignatureAlgorithm", Field, 15},
1239 {"RevocationList.ThisUpdate", Field, 15},
1240 {"RevocationListEntry", Type, 21},
1241 {"RevocationListEntry.Extensions", Field, 21},
1242 {"RevocationListEntry.ExtraExtensions", Field, 21},
1243 {"RevocationListEntry.Raw", Field, 21},
1244 {"RevocationListEntry.ReasonCode", Field, 21},
1245 {"RevocationListEntry.RevocationTime", Field, 21},
1246 {"RevocationListEntry.SerialNumber", Field, 21},
1247 {"SHA1WithRSA", Const, 0},
1248 {"SHA256WithRSA", Const, 0},
1249 {"SHA256WithRSAPSS", Const, 8},
1250 {"SHA384WithRSA", Const, 0},
1251 {"SHA384WithRSAPSS", Const, 8},
1252 {"SHA512WithRSA", Const, 0},
1253 {"SHA512WithRSAPSS", Const, 8},
1254 {"SetFallbackRoots", Func, 20},
1255 {"SignatureAlgorithm", Type, 0},
1256 {"SystemCertPool", Func, 7},
1257 {"SystemRootsError", Type, 1},
1258 {"SystemRootsError.Err", Field, 7},
1259 {"TooManyConstraints", Const, 10},
1260 {"TooManyIntermediates", Const, 0},
1261 {"UnconstrainedName", Const, 10},
1262 {"UnhandledCriticalExtension", Type, 0},
1263 {"UnknownAuthorityError", Type, 0},
1264 {"UnknownAuthorityError.Cert", Field, 8},
1265 {"UnknownPublicKeyAlgorithm", Const, 0},
1266 {"UnknownSignatureAlgorithm", Const, 0},
1267 {"VerifyOptions", Type, 0},
1268 {"VerifyOptions.CurrentTime", Field, 0},
1269 {"VerifyOptions.DNSName", Field, 0},
1270 {"VerifyOptions.Intermediates", Field, 0},
1271 {"VerifyOptions.KeyUsages", Field, 1},
1272 {"VerifyOptions.MaxConstraintComparisions", Field, 10},
1273 {"VerifyOptions.Roots", Field, 0},
1274 },
1275 "crypto/x509/pkix": {
1276 {"(*CertificateList).HasExpired", Method, 0},
1277 {"(*Name).FillFromRDNSequence", Method, 0},
1278 {"(Name).String", Method, 10},
1279 {"(Name).ToRDNSequence", Method, 0},
1280 {"(RDNSequence).String", Method, 10},
1281 {"AlgorithmIdentifier", Type, 0},
1282 {"AlgorithmIdentifier.Algorithm", Field, 0},
1283 {"AlgorithmIdentifier.Parameters", Field, 0},
1284 {"AttributeTypeAndValue", Type, 0},
1285 {"AttributeTypeAndValue.Type", Field, 0},
1286 {"AttributeTypeAndValue.Value", Field, 0},
1287 {"AttributeTypeAndValueSET", Type, 3},
1288 {"AttributeTypeAndValueSET.Type", Field, 3},
1289 {"AttributeTypeAndValueSET.Value", Field, 3},
1290 {"CertificateList", Type, 0},
1291 {"CertificateList.SignatureAlgorithm", Field, 0},
1292 {"CertificateList.SignatureValue", Field, 0},
1293 {"CertificateList.TBSCertList", Field, 0},
1294 {"Extension", Type, 0},
1295 {"Extension.Critical", Field, 0},
1296 {"Extension.Id", Field, 0},
1297 {"Extension.Value", Field, 0},
1298 {"Name", Type, 0},
1299 {"Name.CommonName", Field, 0},
1300 {"Name.Country", Field, 0},
1301 {"Name.ExtraNames", Field, 5},
1302 {"Name.Locality", Field, 0},
1303 {"Name.Names", Field, 0},
1304 {"Name.Organization", Field, 0},
1305 {"Name.OrganizationalUnit", Field, 0},
1306 {"Name.PostalCode", Field, 0},
1307 {"Name.Province", Field, 0},
1308 {"Name.SerialNumber", Field, 0},
1309 {"Name.StreetAddress", Field, 0},
1310 {"RDNSequence", Type, 0},
1311 {"RelativeDistinguishedNameSET", Type, 0},
1312 {"RevokedCertificate", Type, 0},
1313 {"RevokedCertificate.Extensions", Field, 0},
1314 {"RevokedCertificate.RevocationTime", Field, 0},
1315 {"RevokedCertificate.SerialNumber", Field, 0},
1316 {"TBSCertificateList", Type, 0},
1317 {"TBSCertificateList.Extensions", Field, 0},
1318 {"TBSCertificateList.Issuer", Field, 0},
1319 {"TBSCertificateList.NextUpdate", Field, 0},
1320 {"TBSCertificateList.Raw", Field, 0},
1321 {"TBSCertificateList.RevokedCertificates", Field, 0},
1322 {"TBSCertificateList.Signature", Field, 0},
1323 {"TBSCertificateList.ThisUpdate", Field, 0},
1324 {"TBSCertificateList.Version", Field, 0},
1325 },
1326 "database/sql": {
1327 {"(*ColumnType).DatabaseTypeName", Method, 8},
1328 {"(*ColumnType).DecimalSize", Method, 8},
1329 {"(*ColumnType).Length", Method, 8},
1330 {"(*ColumnType).Name", Method, 8},
1331 {"(*ColumnType).Nullable", Method, 8},
1332 {"(*ColumnType).ScanType", Method, 8},
1333 {"(*Conn).BeginTx", Method, 9},
1334 {"(*Conn).Close", Method, 9},
1335 {"(*Conn).ExecContext", Method, 9},
1336 {"(*Conn).PingContext", Method, 9},
1337 {"(*Conn).PrepareContext", Method, 9},
1338 {"(*Conn).QueryContext", Method, 9},
1339 {"(*Conn).QueryRowContext", Method, 9},
1340 {"(*Conn).Raw", Method, 13},
1341 {"(*DB).Begin", Method, 0},
1342 {"(*DB).BeginTx", Method, 8},
1343 {"(*DB).Close", Method, 0},
1344 {"(*DB).Conn", Method, 9},
1345 {"(*DB).Driver", Method, 0},
1346 {"(*DB).Exec", Method, 0},
1347 {"(*DB).ExecContext", Method, 8},
1348 {"(*DB).Ping", Method, 1},
1349 {"(*DB).PingContext", Method, 8},
1350 {"(*DB).Prepare", Method, 0},
1351 {"(*DB).PrepareContext", Method, 8},
1352 {"(*DB).Query", Method, 0},
1353 {"(*DB).QueryContext", Method, 8},
1354 {"(*DB).QueryRow", Method, 0},
1355 {"(*DB).QueryRowContext", Method, 8},
1356 {"(*DB).SetConnMaxIdleTime", Method, 15},
1357 {"(*DB).SetConnMaxLifetime", Method, 6},
1358 {"(*DB).SetMaxIdleConns", Method, 1},
1359 {"(*DB).SetMaxOpenConns", Method, 2},
1360 {"(*DB).Stats", Method, 5},
1361 {"(*Null).Scan", Method, 22},
1362 {"(*NullBool).Scan", Method, 0},
1363 {"(*NullByte).Scan", Method, 17},
1364 {"(*NullFloat64).Scan", Method, 0},
1365 {"(*NullInt16).Scan", Method, 17},
1366 {"(*NullInt32).Scan", Method, 13},
1367 {"(*NullInt64).Scan", Method, 0},
1368 {"(*NullString).Scan", Method, 0},
1369 {"(*NullTime).Scan", Method, 13},
1370 {"(*Row).Err", Method, 15},
1371 {"(*Row).Scan", Method, 0},
1372 {"(*Rows).Close", Method, 0},
1373 {"(*Rows).ColumnTypes", Method, 8},
1374 {"(*Rows).Columns", Method, 0},
1375 {"(*Rows).Err", Method, 0},
1376 {"(*Rows).Next", Method, 0},
1377 {"(*Rows).NextResultSet", Method, 8},
1378 {"(*Rows).Scan", Method, 0},
1379 {"(*Stmt).Close", Method, 0},
1380 {"(*Stmt).Exec", Method, 0},
1381 {"(*Stmt).ExecContext", Method, 8},
1382 {"(*Stmt).Query", Method, 0},
1383 {"(*Stmt).QueryContext", Method, 8},
1384 {"(*Stmt).QueryRow", Method, 0},
1385 {"(*Stmt).QueryRowContext", Method, 8},
1386 {"(*Tx).Commit", Method, 0},
1387 {"(*Tx).Exec", Method, 0},
1388 {"(*Tx).ExecContext", Method, 8},
1389 {"(*Tx).Prepare", Method, 0},
1390 {"(*Tx).PrepareContext", Method, 8},
1391 {"(*Tx).Query", Method, 0},
1392 {"(*Tx).QueryContext", Method, 8},
1393 {"(*Tx).QueryRow", Method, 0},
1394 {"(*Tx).QueryRowContext", Method, 8},
1395 {"(*Tx).Rollback", Method, 0},
1396 {"(*Tx).Stmt", Method, 0},
1397 {"(*Tx).StmtContext", Method, 8},
1398 {"(IsolationLevel).String", Method, 11},
1399 {"(Null).Value", Method, 22},
1400 {"(NullBool).Value", Method, 0},
1401 {"(NullByte).Value", Method, 17},
1402 {"(NullFloat64).Value", Method, 0},
1403 {"(NullInt16).Value", Method, 17},
1404 {"(NullInt32).Value", Method, 13},
1405 {"(NullInt64).Value", Method, 0},
1406 {"(NullString).Value", Method, 0},
1407 {"(NullTime).Value", Method, 13},
1408 {"ColumnType", Type, 8},
1409 {"Conn", Type, 9},
1410 {"DB", Type, 0},
1411 {"DBStats", Type, 5},
1412 {"DBStats.Idle", Field, 11},
1413 {"DBStats.InUse", Field, 11},
1414 {"DBStats.MaxIdleClosed", Field, 11},
1415 {"DBStats.MaxIdleTimeClosed", Field, 15},
1416 {"DBStats.MaxLifetimeClosed", Field, 11},
1417 {"DBStats.MaxOpenConnections", Field, 11},
1418 {"DBStats.OpenConnections", Field, 5},
1419 {"DBStats.WaitCount", Field, 11},
1420 {"DBStats.WaitDuration", Field, 11},
1421 {"Drivers", Func, 4},
1422 {"ErrConnDone", Var, 9},
1423 {"ErrNoRows", Var, 0},
1424 {"ErrTxDone", Var, 0},
1425 {"IsolationLevel", Type, 8},
1426 {"LevelDefault", Const, 8},
1427 {"LevelLinearizable", Const, 8},
1428 {"LevelReadCommitted", Const, 8},
1429 {"LevelReadUncommitted", Const, 8},
1430 {"LevelRepeatableRead", Const, 8},
1431 {"LevelSerializable", Const, 8},
1432 {"LevelSnapshot", Const, 8},
1433 {"LevelWriteCommitted", Const, 8},
1434 {"Named", Func, 8},
1435 {"NamedArg", Type, 8},
1436 {"NamedArg.Name", Field, 8},
1437 {"NamedArg.Value", Field, 8},
1438 {"Null", Type, 22},
1439 {"Null.V", Field, 22},
1440 {"Null.Valid", Field, 22},
1441 {"NullBool", Type, 0},
1442 {"NullBool.Bool", Field, 0},
1443 {"NullBool.Valid", Field, 0},
1444 {"NullByte", Type, 17},
1445 {"NullByte.Byte", Field, 17},
1446 {"NullByte.Valid", Field, 17},
1447 {"NullFloat64", Type, 0},
1448 {"NullFloat64.Float64", Field, 0},
1449 {"NullFloat64.Valid", Field, 0},
1450 {"NullInt16", Type, 17},
1451 {"NullInt16.Int16", Field, 17},
1452 {"NullInt16.Valid", Field, 17},
1453 {"NullInt32", Type, 13},
1454 {"NullInt32.Int32", Field, 13},
1455 {"NullInt32.Valid", Field, 13},
1456 {"NullInt64", Type, 0},
1457 {"NullInt64.Int64", Field, 0},
1458 {"NullInt64.Valid", Field, 0},
1459 {"NullString", Type, 0},
1460 {"NullString.String", Field, 0},
1461 {"NullString.Valid", Field, 0},
1462 {"NullTime", Type, 13},
1463 {"NullTime.Time", Field, 13},
1464 {"NullTime.Valid", Field, 13},
1465 {"Open", Func, 0},
1466 {"OpenDB", Func, 10},
1467 {"Out", Type, 9},
1468 {"Out.Dest", Field, 9},
1469 {"Out.In", Field, 9},
1470 {"RawBytes", Type, 0},
1471 {"Register", Func, 0},
1472 {"Result", Type, 0},
1473 {"Row", Type, 0},
1474 {"Rows", Type, 0},
1475 {"Scanner", Type, 0},
1476 {"Stmt", Type, 0},
1477 {"Tx", Type, 0},
1478 {"TxOptions", Type, 8},
1479 {"TxOptions.Isolation", Field, 8},
1480 {"TxOptions.ReadOnly", Field, 8},
1481 },
1482 "database/sql/driver": {
1483 {"(NotNull).ConvertValue", Method, 0},
1484 {"(Null).ConvertValue", Method, 0},
1485 {"(RowsAffected).LastInsertId", Method, 0},
1486 {"(RowsAffected).RowsAffected", Method, 0},
1487 {"Bool", Var, 0},
1488 {"ColumnConverter", Type, 0},
1489 {"Conn", Type, 0},
1490 {"ConnBeginTx", Type, 8},
1491 {"ConnPrepareContext", Type, 8},
1492 {"Connector", Type, 10},
1493 {"DefaultParameterConverter", Var, 0},
1494 {"Driver", Type, 0},
1495 {"DriverContext", Type, 10},
1496 {"ErrBadConn", Var, 0},
1497 {"ErrRemoveArgument", Var, 9},
1498 {"ErrSkip", Var, 0},
1499 {"Execer", Type, 0},
1500 {"ExecerContext", Type, 8},
1501 {"Int32", Var, 0},
1502 {"IsScanValue", Func, 0},
1503 {"IsValue", Func, 0},
1504 {"IsolationLevel", Type, 8},
1505 {"NamedValue", Type, 8},
1506 {"NamedValue.Name", Field, 8},
1507 {"NamedValue.Ordinal", Field, 8},
1508 {"NamedValue.Value", Field, 8},
1509 {"NamedValueChecker", Type, 9},
1510 {"NotNull", Type, 0},
1511 {"NotNull.Converter", Field, 0},
1512 {"Null", Type, 0},
1513 {"Null.Converter", Field, 0},
1514 {"Pinger", Type, 8},
1515 {"Queryer", Type, 1},
1516 {"QueryerContext", Type, 8},
1517 {"Result", Type, 0},
1518 {"ResultNoRows", Var, 0},
1519 {"Rows", Type, 0},
1520 {"RowsAffected", Type, 0},
1521 {"RowsColumnTypeDatabaseTypeName", Type, 8},
1522 {"RowsColumnTypeLength", Type, 8},
1523 {"RowsColumnTypeNullable", Type, 8},
1524 {"RowsColumnTypePrecisionScale", Type, 8},
1525 {"RowsColumnTypeScanType", Type, 8},
1526 {"RowsNextResultSet", Type, 8},
1527 {"SessionResetter", Type, 10},
1528 {"Stmt", Type, 0},
1529 {"StmtExecContext", Type, 8},
1530 {"StmtQueryContext", Type, 8},
1531 {"String", Var, 0},
1532 {"Tx", Type, 0},
1533 {"TxOptions", Type, 8},
1534 {"TxOptions.Isolation", Field, 8},
1535 {"TxOptions.ReadOnly", Field, 8},
1536 {"Validator", Type, 15},
1537 {"Value", Type, 0},
1538 {"ValueConverter", Type, 0},
1539 {"Valuer", Type, 0},
1540 },
1541 "debug/buildinfo": {
1542 {"BuildInfo", Type, 18},
1543 {"Read", Func, 18},
1544 {"ReadFile", Func, 18},
1545 },
1546 "debug/dwarf": {
1547 {"(*AddrType).Basic", Method, 0},
1548 {"(*AddrType).Common", Method, 0},
1549 {"(*AddrType).Size", Method, 0},
1550 {"(*AddrType).String", Method, 0},
1551 {"(*ArrayType).Common", Method, 0},
1552 {"(*ArrayType).Size", Method, 0},
1553 {"(*ArrayType).String", Method, 0},
1554 {"(*BasicType).Basic", Method, 0},
1555 {"(*BasicType).Common", Method, 0},
1556 {"(*BasicType).Size", Method, 0},
1557 {"(*BasicType).String", Method, 0},
1558 {"(*BoolType).Basic", Method, 0},
1559 {"(*BoolType).Common", Method, 0},
1560 {"(*BoolType).Size", Method, 0},
1561 {"(*BoolType).String", Method, 0},
1562 {"(*CharType).Basic", Method, 0},
1563 {"(*CharType).Common", Method, 0},
1564 {"(*CharType).Size", Method, 0},
1565 {"(*CharType).String", Method, 0},
1566 {"(*CommonType).Common", Method, 0},
1567 {"(*CommonType).Size", Method, 0},
1568 {"(*ComplexType).Basic", Method, 0},
1569 {"(*ComplexType).Common", Method, 0},
1570 {"(*ComplexType).Size", Method, 0},
1571 {"(*ComplexType).String", Method, 0},
1572 {"(*Data).AddSection", Method, 14},
1573 {"(*Data).AddTypes", Method, 3},
1574 {"(*Data).LineReader", Method, 5},
1575 {"(*Data).Ranges", Method, 7},
1576 {"(*Data).Reader", Method, 0},
1577 {"(*Data).Type", Method, 0},
1578 {"(*DotDotDotType).Common", Method, 0},
1579 {"(*DotDotDotType).Size", Method, 0},
1580 {"(*DotDotDotType).String", Method, 0},
1581 {"(*Entry).AttrField", Method, 5},
1582 {"(*Entry).Val", Method, 0},
1583 {"(*EnumType).Common", Method, 0},
1584 {"(*EnumType).Size", Method, 0},
1585 {"(*EnumType).String", Method, 0},
1586 {"(*FloatType).Basic", Method, 0},
1587 {"(*FloatType).Common", Method, 0},
1588 {"(*FloatType).Size", Method, 0},
1589 {"(*FloatType).String", Method, 0},
1590 {"(*FuncType).Common", Method, 0},
1591 {"(*FuncType).Size", Method, 0},
1592 {"(*FuncType).String", Method, 0},
1593 {"(*IntType).Basic", Method, 0},
1594 {"(*IntType).Common", Method, 0},
1595 {"(*IntType).Size", Method, 0},
1596 {"(*IntType).String", Method, 0},
1597 {"(*LineReader).Files", Method, 14},
1598 {"(*LineReader).Next", Method, 5},
1599 {"(*LineReader).Reset", Method, 5},
1600 {"(*LineReader).Seek", Method, 5},
1601 {"(*LineReader).SeekPC", Method, 5},
1602 {"(*LineReader).Tell", Method, 5},
1603 {"(*PtrType).Common", Method, 0},
1604 {"(*PtrType).Size", Method, 0},
1605 {"(*PtrType).String", Method, 0},
1606 {"(*QualType).Common", Method, 0},
1607 {"(*QualType).Size", Method, 0},
1608 {"(*QualType).String", Method, 0},
1609 {"(*Reader).AddressSize", Method, 5},
1610 {"(*Reader).ByteOrder", Method, 14},
1611 {"(*Reader).Next", Method, 0},
1612 {"(*Reader).Seek", Method, 0},
1613 {"(*Reader).SeekPC", Method, 7},
1614 {"(*Reader).SkipChildren", Method, 0},
1615 {"(*StructType).Common", Method, 0},
1616 {"(*StructType).Defn", Method, 0},
1617 {"(*StructType).Size", Method, 0},
1618 {"(*StructType).String", Method, 0},
1619 {"(*TypedefType).Common", Method, 0},
1620 {"(*TypedefType).Size", Method, 0},
1621 {"(*TypedefType).String", Method, 0},
1622 {"(*UcharType).Basic", Method, 0},
1623 {"(*UcharType).Common", Method, 0},
1624 {"(*UcharType).Size", Method, 0},
1625 {"(*UcharType).String", Method, 0},
1626 {"(*UintType).Basic", Method, 0},
1627 {"(*UintType).Common", Method, 0},
1628 {"(*UintType).Size", Method, 0},
1629 {"(*UintType).String", Method, 0},
1630 {"(*UnspecifiedType).Basic", Method, 4},
1631 {"(*UnspecifiedType).Common", Method, 4},
1632 {"(*UnspecifiedType).Size", Method, 4},
1633 {"(*UnspecifiedType).String", Method, 4},
1634 {"(*UnsupportedType).Common", Method, 13},
1635 {"(*UnsupportedType).Size", Method, 13},
1636 {"(*UnsupportedType).String", Method, 13},
1637 {"(*VoidType).Common", Method, 0},
1638 {"(*VoidType).Size", Method, 0},
1639 {"(*VoidType).String", Method, 0},
1640 {"(Attr).GoString", Method, 0},
1641 {"(Attr).String", Method, 0},
1642 {"(Class).GoString", Method, 5},
1643 {"(Class).String", Method, 5},
1644 {"(DecodeError).Error", Method, 0},
1645 {"(Tag).GoString", Method, 0},
1646 {"(Tag).String", Method, 0},
1647 {"AddrType", Type, 0},
1648 {"AddrType.BasicType", Field, 0},
1649 {"ArrayType", Type, 0},
1650 {"ArrayType.CommonType", Field, 0},
1651 {"ArrayType.Count", Field, 0},
1652 {"ArrayType.StrideBitSize", Field, 0},
1653 {"ArrayType.Type", Field, 0},
1654 {"Attr", Type, 0},
1655 {"AttrAbstractOrigin", Const, 0},
1656 {"AttrAccessibility", Const, 0},
1657 {"AttrAddrBase", Const, 14},
1658 {"AttrAddrClass", Const, 0},
1659 {"AttrAlignment", Const, 14},
1660 {"AttrAllocated", Const, 0},
1661 {"AttrArtificial", Const, 0},
1662 {"AttrAssociated", Const, 0},
1663 {"AttrBaseTypes", Const, 0},
1664 {"AttrBinaryScale", Const, 14},
1665 {"AttrBitOffset", Const, 0},
1666 {"AttrBitSize", Const, 0},
1667 {"AttrByteSize", Const, 0},
1668 {"AttrCallAllCalls", Const, 14},
1669 {"AttrCallAllSourceCalls", Const, 14},
1670 {"AttrCallAllTailCalls", Const, 14},
1671 {"AttrCallColumn", Const, 0},
1672 {"AttrCallDataLocation", Const, 14},
1673 {"AttrCallDataValue", Const, 14},
1674 {"AttrCallFile", Const, 0},
1675 {"AttrCallLine", Const, 0},
1676 {"AttrCallOrigin", Const, 14},
1677 {"AttrCallPC", Const, 14},
1678 {"AttrCallParameter", Const, 14},
1679 {"AttrCallReturnPC", Const, 14},
1680 {"AttrCallTailCall", Const, 14},
1681 {"AttrCallTarget", Const, 14},
1682 {"AttrCallTargetClobbered", Const, 14},
1683 {"AttrCallValue", Const, 14},
1684 {"AttrCalling", Const, 0},
1685 {"AttrCommonRef", Const, 0},
1686 {"AttrCompDir", Const, 0},
1687 {"AttrConstExpr", Const, 14},
1688 {"AttrConstValue", Const, 0},
1689 {"AttrContainingType", Const, 0},
1690 {"AttrCount", Const, 0},
1691 {"AttrDataBitOffset", Const, 14},
1692 {"AttrDataLocation", Const, 0},
1693 {"AttrDataMemberLoc", Const, 0},
1694 {"AttrDecimalScale", Const, 14},
1695 {"AttrDecimalSign", Const, 14},
1696 {"AttrDeclColumn", Const, 0},
1697 {"AttrDeclFile", Const, 0},
1698 {"AttrDeclLine", Const, 0},
1699 {"AttrDeclaration", Const, 0},
1700 {"AttrDefaultValue", Const, 0},
1701 {"AttrDefaulted", Const, 14},
1702 {"AttrDeleted", Const, 14},
1703 {"AttrDescription", Const, 0},
1704 {"AttrDigitCount", Const, 14},
1705 {"AttrDiscr", Const, 0},
1706 {"AttrDiscrList", Const, 0},
1707 {"AttrDiscrValue", Const, 0},
1708 {"AttrDwoName", Const, 14},
1709 {"AttrElemental", Const, 14},
1710 {"AttrEncoding", Const, 0},
1711 {"AttrEndianity", Const, 14},
1712 {"AttrEntrypc", Const, 0},
1713 {"AttrEnumClass", Const, 14},
1714 {"AttrExplicit", Const, 14},
1715 {"AttrExportSymbols", Const, 14},
1716 {"AttrExtension", Const, 0},
1717 {"AttrExternal", Const, 0},
1718 {"AttrFrameBase", Const, 0},
1719 {"AttrFriend", Const, 0},
1720 {"AttrHighpc", Const, 0},
1721 {"AttrIdentifierCase", Const, 0},
1722 {"AttrImport", Const, 0},
1723 {"AttrInline", Const, 0},
1724 {"AttrIsOptional", Const, 0},
1725 {"AttrLanguage", Const, 0},
1726 {"AttrLinkageName", Const, 14},
1727 {"AttrLocation", Const, 0},
1728 {"AttrLoclistsBase", Const, 14},
1729 {"AttrLowerBound", Const, 0},
1730 {"AttrLowpc", Const, 0},
1731 {"AttrMacroInfo", Const, 0},
1732 {"AttrMacros", Const, 14},
1733 {"AttrMainSubprogram", Const, 14},
1734 {"AttrMutable", Const, 14},
1735 {"AttrName", Const, 0},
1736 {"AttrNamelistItem", Const, 0},
1737 {"AttrNoreturn", Const, 14},
1738 {"AttrObjectPointer", Const, 14},
1739 {"AttrOrdering", Const, 0},
1740 {"AttrPictureString", Const, 14},
1741 {"AttrPriority", Const, 0},
1742 {"AttrProducer", Const, 0},
1743 {"AttrPrototyped", Const, 0},
1744 {"AttrPure", Const, 14},
1745 {"AttrRanges", Const, 0},
1746 {"AttrRank", Const, 14},
1747 {"AttrRecursive", Const, 14},
1748 {"AttrReference", Const, 14},
1749 {"AttrReturnAddr", Const, 0},
1750 {"AttrRnglistsBase", Const, 14},
1751 {"AttrRvalueReference", Const, 14},
1752 {"AttrSegment", Const, 0},
1753 {"AttrSibling", Const, 0},
1754 {"AttrSignature", Const, 14},
1755 {"AttrSmall", Const, 14},
1756 {"AttrSpecification", Const, 0},
1757 {"AttrStartScope", Const, 0},
1758 {"AttrStaticLink", Const, 0},
1759 {"AttrStmtList", Const, 0},
1760 {"AttrStrOffsetsBase", Const, 14},
1761 {"AttrStride", Const, 0},
1762 {"AttrStrideSize", Const, 0},
1763 {"AttrStringLength", Const, 0},
1764 {"AttrStringLengthBitSize", Const, 14},
1765 {"AttrStringLengthByteSize", Const, 14},
1766 {"AttrThreadsScaled", Const, 14},
1767 {"AttrTrampoline", Const, 0},
1768 {"AttrType", Const, 0},
1769 {"AttrUpperBound", Const, 0},
1770 {"AttrUseLocation", Const, 0},
1771 {"AttrUseUTF8", Const, 0},
1772 {"AttrVarParam", Const, 0},
1773 {"AttrVirtuality", Const, 0},
1774 {"AttrVisibility", Const, 0},
1775 {"AttrVtableElemLoc", Const, 0},
1776 {"BasicType", Type, 0},
1777 {"BasicType.BitOffset", Field, 0},
1778 {"BasicType.BitSize", Field, 0},
1779 {"BasicType.CommonType", Field, 0},
1780 {"BasicType.DataBitOffset", Field, 18},
1781 {"BoolType", Type, 0},
1782 {"BoolType.BasicType", Field, 0},
1783 {"CharType", Type, 0},
1784 {"CharType.BasicType", Field, 0},
1785 {"Class", Type, 5},
1786 {"ClassAddrPtr", Const, 14},
1787 {"ClassAddress", Const, 5},
1788 {"ClassBlock", Const, 5},
1789 {"ClassConstant", Const, 5},
1790 {"ClassExprLoc", Const, 5},
1791 {"ClassFlag", Const, 5},
1792 {"ClassLinePtr", Const, 5},
1793 {"ClassLocList", Const, 14},
1794 {"ClassLocListPtr", Const, 5},
1795 {"ClassMacPtr", Const, 5},
1796 {"ClassRangeListPtr", Const, 5},
1797 {"ClassReference", Const, 5},
1798 {"ClassReferenceAlt", Const, 5},
1799 {"ClassReferenceSig", Const, 5},
1800 {"ClassRngList", Const, 14},
1801 {"ClassRngListsPtr", Const, 14},
1802 {"ClassStrOffsetsPtr", Const, 14},
1803 {"ClassString", Const, 5},
1804 {"ClassStringAlt", Const, 5},
1805 {"ClassUnknown", Const, 6},
1806 {"CommonType", Type, 0},
1807 {"CommonType.ByteSize", Field, 0},
1808 {"CommonType.Name", Field, 0},
1809 {"ComplexType", Type, 0},
1810 {"ComplexType.BasicType", Field, 0},
1811 {"Data", Type, 0},
1812 {"DecodeError", Type, 0},
1813 {"DecodeError.Err", Field, 0},
1814 {"DecodeError.Name", Field, 0},
1815 {"DecodeError.Offset", Field, 0},
1816 {"DotDotDotType", Type, 0},
1817 {"DotDotDotType.CommonType", Field, 0},
1818 {"Entry", Type, 0},
1819 {"Entry.Children", Field, 0},
1820 {"Entry.Field", Field, 0},
1821 {"Entry.Offset", Field, 0},
1822 {"Entry.Tag", Field, 0},
1823 {"EnumType", Type, 0},
1824 {"EnumType.CommonType", Field, 0},
1825 {"EnumType.EnumName", Field, 0},
1826 {"EnumType.Val", Field, 0},
1827 {"EnumValue", Type, 0},
1828 {"EnumValue.Name", Field, 0},
1829 {"EnumValue.Val", Field, 0},
1830 {"ErrUnknownPC", Var, 5},
1831 {"Field", Type, 0},
1832 {"Field.Attr", Field, 0},
1833 {"Field.Class", Field, 5},
1834 {"Field.Val", Field, 0},
1835 {"FloatType", Type, 0},
1836 {"FloatType.BasicType", Field, 0},
1837 {"FuncType", Type, 0},
1838 {"FuncType.CommonType", Field, 0},
1839 {"FuncType.ParamType", Field, 0},
1840 {"FuncType.ReturnType", Field, 0},
1841 {"IntType", Type, 0},
1842 {"IntType.BasicType", Field, 0},
1843 {"LineEntry", Type, 5},
1844 {"LineEntry.Address", Field, 5},
1845 {"LineEntry.BasicBlock", Field, 5},
1846 {"LineEntry.Column", Field, 5},
1847 {"LineEntry.Discriminator", Field, 5},
1848 {"LineEntry.EndSequence", Field, 5},
1849 {"LineEntry.EpilogueBegin", Field, 5},
1850 {"LineEntry.File", Field, 5},
1851 {"LineEntry.ISA", Field, 5},
1852 {"LineEntry.IsStmt", Field, 5},
1853 {"LineEntry.Line", Field, 5},
1854 {"LineEntry.OpIndex", Field, 5},
1855 {"LineEntry.PrologueEnd", Field, 5},
1856 {"LineFile", Type, 5},
1857 {"LineFile.Length", Field, 5},
1858 {"LineFile.Mtime", Field, 5},
1859 {"LineFile.Name", Field, 5},
1860 {"LineReader", Type, 5},
1861 {"LineReaderPos", Type, 5},
1862 {"New", Func, 0},
1863 {"Offset", Type, 0},
1864 {"PtrType", Type, 0},
1865 {"PtrType.CommonType", Field, 0},
1866 {"PtrType.Type", Field, 0},
1867 {"QualType", Type, 0},
1868 {"QualType.CommonType", Field, 0},
1869 {"QualType.Qual", Field, 0},
1870 {"QualType.Type", Field, 0},
1871 {"Reader", Type, 0},
1872 {"StructField", Type, 0},
1873 {"StructField.BitOffset", Field, 0},
1874 {"StructField.BitSize", Field, 0},
1875 {"StructField.ByteOffset", Field, 0},
1876 {"StructField.ByteSize", Field, 0},
1877 {"StructField.DataBitOffset", Field, 18},
1878 {"StructField.Name", Field, 0},
1879 {"StructField.Type", Field, 0},
1880 {"StructType", Type, 0},
1881 {"StructType.CommonType", Field, 0},
1882 {"StructType.Field", Field, 0},
1883 {"StructType.Incomplete", Field, 0},
1884 {"StructType.Kind", Field, 0},
1885 {"StructType.StructName", Field, 0},
1886 {"Tag", Type, 0},
1887 {"TagAccessDeclaration", Const, 0},
1888 {"TagArrayType", Const, 0},
1889 {"TagAtomicType", Const, 14},
1890 {"TagBaseType", Const, 0},
1891 {"TagCallSite", Const, 14},
1892 {"TagCallSiteParameter", Const, 14},
1893 {"TagCatchDwarfBlock", Const, 0},
1894 {"TagClassType", Const, 0},
1895 {"TagCoarrayType", Const, 14},
1896 {"TagCommonDwarfBlock", Const, 0},
1897 {"TagCommonInclusion", Const, 0},
1898 {"TagCompileUnit", Const, 0},
1899 {"TagCondition", Const, 3},
1900 {"TagConstType", Const, 0},
1901 {"TagConstant", Const, 0},
1902 {"TagDwarfProcedure", Const, 0},
1903 {"TagDynamicType", Const, 14},
1904 {"TagEntryPoint", Const, 0},
1905 {"TagEnumerationType", Const, 0},
1906 {"TagEnumerator", Const, 0},
1907 {"TagFileType", Const, 0},
1908 {"TagFormalParameter", Const, 0},
1909 {"TagFriend", Const, 0},
1910 {"TagGenericSubrange", Const, 14},
1911 {"TagImmutableType", Const, 14},
1912 {"TagImportedDeclaration", Const, 0},
1913 {"TagImportedModule", Const, 0},
1914 {"TagImportedUnit", Const, 0},
1915 {"TagInheritance", Const, 0},
1916 {"TagInlinedSubroutine", Const, 0},
1917 {"TagInterfaceType", Const, 0},
1918 {"TagLabel", Const, 0},
1919 {"TagLexDwarfBlock", Const, 0},
1920 {"TagMember", Const, 0},
1921 {"TagModule", Const, 0},
1922 {"TagMutableType", Const, 0},
1923 {"TagNamelist", Const, 0},
1924 {"TagNamelistItem", Const, 0},
1925 {"TagNamespace", Const, 0},
1926 {"TagPackedType", Const, 0},
1927 {"TagPartialUnit", Const, 0},
1928 {"TagPointerType", Const, 0},
1929 {"TagPtrToMemberType", Const, 0},
1930 {"TagReferenceType", Const, 0},
1931 {"TagRestrictType", Const, 0},
1932 {"TagRvalueReferenceType", Const, 3},
1933 {"TagSetType", Const, 0},
1934 {"TagSharedType", Const, 3},
1935 {"TagSkeletonUnit", Const, 14},
1936 {"TagStringType", Const, 0},
1937 {"TagStructType", Const, 0},
1938 {"TagSubprogram", Const, 0},
1939 {"TagSubrangeType", Const, 0},
1940 {"TagSubroutineType", Const, 0},
1941 {"TagTemplateAlias", Const, 3},
1942 {"TagTemplateTypeParameter", Const, 0},
1943 {"TagTemplateValueParameter", Const, 0},
1944 {"TagThrownType", Const, 0},
1945 {"TagTryDwarfBlock", Const, 0},
1946 {"TagTypeUnit", Const, 3},
1947 {"TagTypedef", Const, 0},
1948 {"TagUnionType", Const, 0},
1949 {"TagUnspecifiedParameters", Const, 0},
1950 {"TagUnspecifiedType", Const, 0},
1951 {"TagVariable", Const, 0},
1952 {"TagVariant", Const, 0},
1953 {"TagVariantPart", Const, 0},
1954 {"TagVolatileType", Const, 0},
1955 {"TagWithStmt", Const, 0},
1956 {"Type", Type, 0},
1957 {"TypedefType", Type, 0},
1958 {"TypedefType.CommonType", Field, 0},
1959 {"TypedefType.Type", Field, 0},
1960 {"UcharType", Type, 0},
1961 {"UcharType.BasicType", Field, 0},
1962 {"UintType", Type, 0},
1963 {"UintType.BasicType", Field, 0},
1964 {"UnspecifiedType", Type, 4},
1965 {"UnspecifiedType.BasicType", Field, 4},
1966 {"UnsupportedType", Type, 13},
1967 {"UnsupportedType.CommonType", Field, 13},
1968 {"UnsupportedType.Tag", Field, 13},
1969 {"VoidType", Type, 0},
1970 {"VoidType.CommonType", Field, 0},
1971 },
1972 "debug/elf": {
1973 {"(*File).Close", Method, 0},
1974 {"(*File).DWARF", Method, 0},
1975 {"(*File).DynString", Method, 1},
1976 {"(*File).DynValue", Method, 21},
1977 {"(*File).DynamicSymbols", Method, 4},
1978 {"(*File).ImportedLibraries", Method, 0},
1979 {"(*File).ImportedSymbols", Method, 0},
1980 {"(*File).Section", Method, 0},
1981 {"(*File).SectionByType", Method, 0},
1982 {"(*File).Symbols", Method, 0},
1983 {"(*FormatError).Error", Method, 0},
1984 {"(*Prog).Open", Method, 0},
1985 {"(*Section).Data", Method, 0},
1986 {"(*Section).Open", Method, 0},
1987 {"(Class).GoString", Method, 0},
1988 {"(Class).String", Method, 0},
1989 {"(CompressionType).GoString", Method, 6},
1990 {"(CompressionType).String", Method, 6},
1991 {"(Data).GoString", Method, 0},
1992 {"(Data).String", Method, 0},
1993 {"(DynFlag).GoString", Method, 0},
1994 {"(DynFlag).String", Method, 0},
1995 {"(DynFlag1).GoString", Method, 21},
1996 {"(DynFlag1).String", Method, 21},
1997 {"(DynTag).GoString", Method, 0},
1998 {"(DynTag).String", Method, 0},
1999 {"(Machine).GoString", Method, 0},
2000 {"(Machine).String", Method, 0},
2001 {"(NType).GoString", Method, 0},
2002 {"(NType).String", Method, 0},
2003 {"(OSABI).GoString", Method, 0},
2004 {"(OSABI).String", Method, 0},
2005 {"(Prog).ReadAt", Method, 0},
2006 {"(ProgFlag).GoString", Method, 0},
2007 {"(ProgFlag).String", Method, 0},
2008 {"(ProgType).GoString", Method, 0},
2009 {"(ProgType).String", Method, 0},
2010 {"(R_386).GoString", Method, 0},
2011 {"(R_386).String", Method, 0},
2012 {"(R_390).GoString", Method, 7},
2013 {"(R_390).String", Method, 7},
2014 {"(R_AARCH64).GoString", Method, 4},
2015 {"(R_AARCH64).String", Method, 4},
2016 {"(R_ALPHA).GoString", Method, 0},
2017 {"(R_ALPHA).String", Method, 0},
2018 {"(R_ARM).GoString", Method, 0},
2019 {"(R_ARM).String", Method, 0},
2020 {"(R_LARCH).GoString", Method, 19},
2021 {"(R_LARCH).String", Method, 19},
2022 {"(R_MIPS).GoString", Method, 6},
2023 {"(R_MIPS).String", Method, 6},
2024 {"(R_PPC).GoString", Method, 0},
2025 {"(R_PPC).String", Method, 0},
2026 {"(R_PPC64).GoString", Method, 5},
2027 {"(R_PPC64).String", Method, 5},
2028 {"(R_RISCV).GoString", Method, 11},
2029 {"(R_RISCV).String", Method, 11},
2030 {"(R_SPARC).GoString", Method, 0},
2031 {"(R_SPARC).String", Method, 0},
2032 {"(R_X86_64).GoString", Method, 0},
2033 {"(R_X86_64).String", Method, 0},
2034 {"(Section).ReadAt", Method, 0},
2035 {"(SectionFlag).GoString", Method, 0},
2036 {"(SectionFlag).String", Method, 0},
2037 {"(SectionIndex).GoString", Method, 0},
2038 {"(SectionIndex).String", Method, 0},
2039 {"(SectionType).GoString", Method, 0},
2040 {"(SectionType).String", Method, 0},
2041 {"(SymBind).GoString", Method, 0},
2042 {"(SymBind).String", Method, 0},
2043 {"(SymType).GoString", Method, 0},
2044 {"(SymType).String", Method, 0},
2045 {"(SymVis).GoString", Method, 0},
2046 {"(SymVis).String", Method, 0},
2047 {"(Type).GoString", Method, 0},
2048 {"(Type).String", Method, 0},
2049 {"(Version).GoString", Method, 0},
2050 {"(Version).String", Method, 0},
2051 {"ARM_MAGIC_TRAMP_NUMBER", Const, 0},
2052 {"COMPRESS_HIOS", Const, 6},
2053 {"COMPRESS_HIPROC", Const, 6},
2054 {"COMPRESS_LOOS", Const, 6},
2055 {"COMPRESS_LOPROC", Const, 6},
2056 {"COMPRESS_ZLIB", Const, 6},
2057 {"COMPRESS_ZSTD", Const, 21},
2058 {"Chdr32", Type, 6},
2059 {"Chdr32.Addralign", Field, 6},
2060 {"Chdr32.Size", Field, 6},
2061 {"Chdr32.Type", Field, 6},
2062 {"Chdr64", Type, 6},
2063 {"Chdr64.Addralign", Field, 6},
2064 {"Chdr64.Size", Field, 6},
2065 {"Chdr64.Type", Field, 6},
2066 {"Class", Type, 0},
2067 {"CompressionType", Type, 6},
2068 {"DF_1_CONFALT", Const, 21},
2069 {"DF_1_DIRECT", Const, 21},
2070 {"DF_1_DISPRELDNE", Const, 21},
2071 {"DF_1_DISPRELPND", Const, 21},
2072 {"DF_1_EDITED", Const, 21},
2073 {"DF_1_ENDFILTEE", Const, 21},
2074 {"DF_1_GLOBAL", Const, 21},
2075 {"DF_1_GLOBAUDIT", Const, 21},
2076 {"DF_1_GROUP", Const, 21},
2077 {"DF_1_IGNMULDEF", Const, 21},
2078 {"DF_1_INITFIRST", Const, 21},
2079 {"DF_1_INTERPOSE", Const, 21},
2080 {"DF_1_KMOD", Const, 21},
2081 {"DF_1_LOADFLTR", Const, 21},
2082 {"DF_1_NOCOMMON", Const, 21},
2083 {"DF_1_NODEFLIB", Const, 21},
2084 {"DF_1_NODELETE", Const, 21},
2085 {"DF_1_NODIRECT", Const, 21},
2086 {"DF_1_NODUMP", Const, 21},
2087 {"DF_1_NOHDR", Const, 21},
2088 {"DF_1_NOKSYMS", Const, 21},
2089 {"DF_1_NOOPEN", Const, 21},
2090 {"DF_1_NORELOC", Const, 21},
2091 {"DF_1_NOW", Const, 21},
2092 {"DF_1_ORIGIN", Const, 21},
2093 {"DF_1_PIE", Const, 21},
2094 {"DF_1_SINGLETON", Const, 21},
2095 {"DF_1_STUB", Const, 21},
2096 {"DF_1_SYMINTPOSE", Const, 21},
2097 {"DF_1_TRANS", Const, 21},
2098 {"DF_1_WEAKFILTER", Const, 21},
2099 {"DF_BIND_NOW", Const, 0},
2100 {"DF_ORIGIN", Const, 0},
2101 {"DF_STATIC_TLS", Const, 0},
2102 {"DF_SYMBOLIC", Const, 0},
2103 {"DF_TEXTREL", Const, 0},
2104 {"DT_ADDRRNGHI", Const, 16},
2105 {"DT_ADDRRNGLO", Const, 16},
2106 {"DT_AUDIT", Const, 16},
2107 {"DT_AUXILIARY", Const, 16},
2108 {"DT_BIND_NOW", Const, 0},
2109 {"DT_CHECKSUM", Const, 16},
2110 {"DT_CONFIG", Const, 16},
2111 {"DT_DEBUG", Const, 0},
2112 {"DT_DEPAUDIT", Const, 16},
2113 {"DT_ENCODING", Const, 0},
2114 {"DT_FEATURE", Const, 16},
2115 {"DT_FILTER", Const, 16},
2116 {"DT_FINI", Const, 0},
2117 {"DT_FINI_ARRAY", Const, 0},
2118 {"DT_FINI_ARRAYSZ", Const, 0},
2119 {"DT_FLAGS", Const, 0},
2120 {"DT_FLAGS_1", Const, 16},
2121 {"DT_GNU_CONFLICT", Const, 16},
2122 {"DT_GNU_CONFLICTSZ", Const, 16},
2123 {"DT_GNU_HASH", Const, 16},
2124 {"DT_GNU_LIBLIST", Const, 16},
2125 {"DT_GNU_LIBLISTSZ", Const, 16},
2126 {"DT_GNU_PRELINKED", Const, 16},
2127 {"DT_HASH", Const, 0},
2128 {"DT_HIOS", Const, 0},
2129 {"DT_HIPROC", Const, 0},
2130 {"DT_INIT", Const, 0},
2131 {"DT_INIT_ARRAY", Const, 0},
2132 {"DT_INIT_ARRAYSZ", Const, 0},
2133 {"DT_JMPREL", Const, 0},
2134 {"DT_LOOS", Const, 0},
2135 {"DT_LOPROC", Const, 0},
2136 {"DT_MIPS_AUX_DYNAMIC", Const, 16},
2137 {"DT_MIPS_BASE_ADDRESS", Const, 16},
2138 {"DT_MIPS_COMPACT_SIZE", Const, 16},
2139 {"DT_MIPS_CONFLICT", Const, 16},
2140 {"DT_MIPS_CONFLICTNO", Const, 16},
2141 {"DT_MIPS_CXX_FLAGS", Const, 16},
2142 {"DT_MIPS_DELTA_CLASS", Const, 16},
2143 {"DT_MIPS_DELTA_CLASSSYM", Const, 16},
2144 {"DT_MIPS_DELTA_CLASSSYM_NO", Const, 16},
2145 {"DT_MIPS_DELTA_CLASS_NO", Const, 16},
2146 {"DT_MIPS_DELTA_INSTANCE", Const, 16},
2147 {"DT_MIPS_DELTA_INSTANCE_NO", Const, 16},
2148 {"DT_MIPS_DELTA_RELOC", Const, 16},
2149 {"DT_MIPS_DELTA_RELOC_NO", Const, 16},
2150 {"DT_MIPS_DELTA_SYM", Const, 16},
2151 {"DT_MIPS_DELTA_SYM_NO", Const, 16},
2152 {"DT_MIPS_DYNSTR_ALIGN", Const, 16},
2153 {"DT_MIPS_FLAGS", Const, 16},
2154 {"DT_MIPS_GOTSYM", Const, 16},
2155 {"DT_MIPS_GP_VALUE", Const, 16},
2156 {"DT_MIPS_HIDDEN_GOTIDX", Const, 16},
2157 {"DT_MIPS_HIPAGENO", Const, 16},
2158 {"DT_MIPS_ICHECKSUM", Const, 16},
2159 {"DT_MIPS_INTERFACE", Const, 16},
2160 {"DT_MIPS_INTERFACE_SIZE", Const, 16},
2161 {"DT_MIPS_IVERSION", Const, 16},
2162 {"DT_MIPS_LIBLIST", Const, 16},
2163 {"DT_MIPS_LIBLISTNO", Const, 16},
2164 {"DT_MIPS_LOCALPAGE_GOTIDX", Const, 16},
2165 {"DT_MIPS_LOCAL_GOTIDX", Const, 16},
2166 {"DT_MIPS_LOCAL_GOTNO", Const, 16},
2167 {"DT_MIPS_MSYM", Const, 16},
2168 {"DT_MIPS_OPTIONS", Const, 16},
2169 {"DT_MIPS_PERF_SUFFIX", Const, 16},
2170 {"DT_MIPS_PIXIE_INIT", Const, 16},
2171 {"DT_MIPS_PLTGOT", Const, 16},
2172 {"DT_MIPS_PROTECTED_GOTIDX", Const, 16},
2173 {"DT_MIPS_RLD_MAP", Const, 16},
2174 {"DT_MIPS_RLD_MAP_REL", Const, 16},
2175 {"DT_MIPS_RLD_TEXT_RESOLVE_ADDR", Const, 16},
2176 {"DT_MIPS_RLD_VERSION", Const, 16},
2177 {"DT_MIPS_RWPLT", Const, 16},
2178 {"DT_MIPS_SYMBOL_LIB", Const, 16},
2179 {"DT_MIPS_SYMTABNO", Const, 16},
2180 {"DT_MIPS_TIME_STAMP", Const, 16},
2181 {"DT_MIPS_UNREFEXTNO", Const, 16},
2182 {"DT_MOVEENT", Const, 16},
2183 {"DT_MOVESZ", Const, 16},
2184 {"DT_MOVETAB", Const, 16},
2185 {"DT_NEEDED", Const, 0},
2186 {"DT_NULL", Const, 0},
2187 {"DT_PLTGOT", Const, 0},
2188 {"DT_PLTPAD", Const, 16},
2189 {"DT_PLTPADSZ", Const, 16},
2190 {"DT_PLTREL", Const, 0},
2191 {"DT_PLTRELSZ", Const, 0},
2192 {"DT_POSFLAG_1", Const, 16},
2193 {"DT_PPC64_GLINK", Const, 16},
2194 {"DT_PPC64_OPD", Const, 16},
2195 {"DT_PPC64_OPDSZ", Const, 16},
2196 {"DT_PPC64_OPT", Const, 16},
2197 {"DT_PPC_GOT", Const, 16},
2198 {"DT_PPC_OPT", Const, 16},
2199 {"DT_PREINIT_ARRAY", Const, 0},
2200 {"DT_PREINIT_ARRAYSZ", Const, 0},
2201 {"DT_REL", Const, 0},
2202 {"DT_RELA", Const, 0},
2203 {"DT_RELACOUNT", Const, 16},
2204 {"DT_RELAENT", Const, 0},
2205 {"DT_RELASZ", Const, 0},
2206 {"DT_RELCOUNT", Const, 16},
2207 {"DT_RELENT", Const, 0},
2208 {"DT_RELSZ", Const, 0},
2209 {"DT_RPATH", Const, 0},
2210 {"DT_RUNPATH", Const, 0},
2211 {"DT_SONAME", Const, 0},
2212 {"DT_SPARC_REGISTER", Const, 16},
2213 {"DT_STRSZ", Const, 0},
2214 {"DT_STRTAB", Const, 0},
2215 {"DT_SYMBOLIC", Const, 0},
2216 {"DT_SYMENT", Const, 0},
2217 {"DT_SYMINENT", Const, 16},
2218 {"DT_SYMINFO", Const, 16},
2219 {"DT_SYMINSZ", Const, 16},
2220 {"DT_SYMTAB", Const, 0},
2221 {"DT_SYMTAB_SHNDX", Const, 16},
2222 {"DT_TEXTREL", Const, 0},
2223 {"DT_TLSDESC_GOT", Const, 16},
2224 {"DT_TLSDESC_PLT", Const, 16},
2225 {"DT_USED", Const, 16},
2226 {"DT_VALRNGHI", Const, 16},
2227 {"DT_VALRNGLO", Const, 16},
2228 {"DT_VERDEF", Const, 16},
2229 {"DT_VERDEFNUM", Const, 16},
2230 {"DT_VERNEED", Const, 0},
2231 {"DT_VERNEEDNUM", Const, 0},
2232 {"DT_VERSYM", Const, 0},
2233 {"Data", Type, 0},
2234 {"Dyn32", Type, 0},
2235 {"Dyn32.Tag", Field, 0},
2236 {"Dyn32.Val", Field, 0},
2237 {"Dyn64", Type, 0},
2238 {"Dyn64.Tag", Field, 0},
2239 {"Dyn64.Val", Field, 0},
2240 {"DynFlag", Type, 0},
2241 {"DynFlag1", Type, 21},
2242 {"DynTag", Type, 0},
2243 {"EI_ABIVERSION", Const, 0},
2244 {"EI_CLASS", Const, 0},
2245 {"EI_DATA", Const, 0},
2246 {"EI_NIDENT", Const, 0},
2247 {"EI_OSABI", Const, 0},
2248 {"EI_PAD", Const, 0},
2249 {"EI_VERSION", Const, 0},
2250 {"ELFCLASS32", Const, 0},
2251 {"ELFCLASS64", Const, 0},
2252 {"ELFCLASSNONE", Const, 0},
2253 {"ELFDATA2LSB", Const, 0},
2254 {"ELFDATA2MSB", Const, 0},
2255 {"ELFDATANONE", Const, 0},
2256 {"ELFMAG", Const, 0},
2257 {"ELFOSABI_86OPEN", Const, 0},
2258 {"ELFOSABI_AIX", Const, 0},
2259 {"ELFOSABI_ARM", Const, 0},
2260 {"ELFOSABI_AROS", Const, 11},
2261 {"ELFOSABI_CLOUDABI", Const, 11},
2262 {"ELFOSABI_FENIXOS", Const, 11},
2263 {"ELFOSABI_FREEBSD", Const, 0},
2264 {"ELFOSABI_HPUX", Const, 0},
2265 {"ELFOSABI_HURD", Const, 0},
2266 {"ELFOSABI_IRIX", Const, 0},
2267 {"ELFOSABI_LINUX", Const, 0},
2268 {"ELFOSABI_MODESTO", Const, 0},
2269 {"ELFOSABI_NETBSD", Const, 0},
2270 {"ELFOSABI_NONE", Const, 0},
2271 {"ELFOSABI_NSK", Const, 0},
2272 {"ELFOSABI_OPENBSD", Const, 0},
2273 {"ELFOSABI_OPENVMS", Const, 0},
2274 {"ELFOSABI_SOLARIS", Const, 0},
2275 {"ELFOSABI_STANDALONE", Const, 0},
2276 {"ELFOSABI_TRU64", Const, 0},
2277 {"EM_386", Const, 0},
2278 {"EM_486", Const, 0},
2279 {"EM_56800EX", Const, 11},
2280 {"EM_68HC05", Const, 11},
2281 {"EM_68HC08", Const, 11},
2282 {"EM_68HC11", Const, 11},
2283 {"EM_68HC12", Const, 0},
2284 {"EM_68HC16", Const, 11},
2285 {"EM_68K", Const, 0},
2286 {"EM_78KOR", Const, 11},
2287 {"EM_8051", Const, 11},
2288 {"EM_860", Const, 0},
2289 {"EM_88K", Const, 0},
2290 {"EM_960", Const, 0},
2291 {"EM_AARCH64", Const, 4},
2292 {"EM_ALPHA", Const, 0},
2293 {"EM_ALPHA_STD", Const, 0},
2294 {"EM_ALTERA_NIOS2", Const, 11},
2295 {"EM_AMDGPU", Const, 11},
2296 {"EM_ARC", Const, 0},
2297 {"EM_ARCA", Const, 11},
2298 {"EM_ARC_COMPACT", Const, 11},
2299 {"EM_ARC_COMPACT2", Const, 11},
2300 {"EM_ARM", Const, 0},
2301 {"EM_AVR", Const, 11},
2302 {"EM_AVR32", Const, 11},
2303 {"EM_BA1", Const, 11},
2304 {"EM_BA2", Const, 11},
2305 {"EM_BLACKFIN", Const, 11},
2306 {"EM_BPF", Const, 11},
2307 {"EM_C166", Const, 11},
2308 {"EM_CDP", Const, 11},
2309 {"EM_CE", Const, 11},
2310 {"EM_CLOUDSHIELD", Const, 11},
2311 {"EM_COGE", Const, 11},
2312 {"EM_COLDFIRE", Const, 0},
2313 {"EM_COOL", Const, 11},
2314 {"EM_COREA_1ST", Const, 11},
2315 {"EM_COREA_2ND", Const, 11},
2316 {"EM_CR", Const, 11},
2317 {"EM_CR16", Const, 11},
2318 {"EM_CRAYNV2", Const, 11},
2319 {"EM_CRIS", Const, 11},
2320 {"EM_CRX", Const, 11},
2321 {"EM_CSR_KALIMBA", Const, 11},
2322 {"EM_CUDA", Const, 11},
2323 {"EM_CYPRESS_M8C", Const, 11},
2324 {"EM_D10V", Const, 11},
2325 {"EM_D30V", Const, 11},
2326 {"EM_DSP24", Const, 11},
2327 {"EM_DSPIC30F", Const, 11},
2328 {"EM_DXP", Const, 11},
2329 {"EM_ECOG1", Const, 11},
2330 {"EM_ECOG16", Const, 11},
2331 {"EM_ECOG1X", Const, 11},
2332 {"EM_ECOG2", Const, 11},
2333 {"EM_ETPU", Const, 11},
2334 {"EM_EXCESS", Const, 11},
2335 {"EM_F2MC16", Const, 11},
2336 {"EM_FIREPATH", Const, 11},
2337 {"EM_FR20", Const, 0},
2338 {"EM_FR30", Const, 11},
2339 {"EM_FT32", Const, 11},
2340 {"EM_FX66", Const, 11},
2341 {"EM_H8S", Const, 0},
2342 {"EM_H8_300", Const, 0},
2343 {"EM_H8_300H", Const, 0},
2344 {"EM_H8_500", Const, 0},
2345 {"EM_HUANY", Const, 11},
2346 {"EM_IA_64", Const, 0},
2347 {"EM_INTEL205", Const, 11},
2348 {"EM_INTEL206", Const, 11},
2349 {"EM_INTEL207", Const, 11},
2350 {"EM_INTEL208", Const, 11},
2351 {"EM_INTEL209", Const, 11},
2352 {"EM_IP2K", Const, 11},
2353 {"EM_JAVELIN", Const, 11},
2354 {"EM_K10M", Const, 11},
2355 {"EM_KM32", Const, 11},
2356 {"EM_KMX16", Const, 11},
2357 {"EM_KMX32", Const, 11},
2358 {"EM_KMX8", Const, 11},
2359 {"EM_KVARC", Const, 11},
2360 {"EM_L10M", Const, 11},
2361 {"EM_LANAI", Const, 11},
2362 {"EM_LATTICEMICO32", Const, 11},
2363 {"EM_LOONGARCH", Const, 19},
2364 {"EM_M16C", Const, 11},
2365 {"EM_M32", Const, 0},
2366 {"EM_M32C", Const, 11},
2367 {"EM_M32R", Const, 11},
2368 {"EM_MANIK", Const, 11},
2369 {"EM_MAX", Const, 11},
2370 {"EM_MAXQ30", Const, 11},
2371 {"EM_MCHP_PIC", Const, 11},
2372 {"EM_MCST_ELBRUS", Const, 11},
2373 {"EM_ME16", Const, 0},
2374 {"EM_METAG", Const, 11},
2375 {"EM_MICROBLAZE", Const, 11},
2376 {"EM_MIPS", Const, 0},
2377 {"EM_MIPS_RS3_LE", Const, 0},
2378 {"EM_MIPS_RS4_BE", Const, 0},
2379 {"EM_MIPS_X", Const, 0},
2380 {"EM_MMA", Const, 0},
2381 {"EM_MMDSP_PLUS", Const, 11},
2382 {"EM_MMIX", Const, 11},
2383 {"EM_MN10200", Const, 11},
2384 {"EM_MN10300", Const, 11},
2385 {"EM_MOXIE", Const, 11},
2386 {"EM_MSP430", Const, 11},
2387 {"EM_NCPU", Const, 0},
2388 {"EM_NDR1", Const, 0},
2389 {"EM_NDS32", Const, 11},
2390 {"EM_NONE", Const, 0},
2391 {"EM_NORC", Const, 11},
2392 {"EM_NS32K", Const, 11},
2393 {"EM_OPEN8", Const, 11},
2394 {"EM_OPENRISC", Const, 11},
2395 {"EM_PARISC", Const, 0},
2396 {"EM_PCP", Const, 0},
2397 {"EM_PDP10", Const, 11},
2398 {"EM_PDP11", Const, 11},
2399 {"EM_PDSP", Const, 11},
2400 {"EM_PJ", Const, 11},
2401 {"EM_PPC", Const, 0},
2402 {"EM_PPC64", Const, 0},
2403 {"EM_PRISM", Const, 11},
2404 {"EM_QDSP6", Const, 11},
2405 {"EM_R32C", Const, 11},
2406 {"EM_RCE", Const, 0},
2407 {"EM_RH32", Const, 0},
2408 {"EM_RISCV", Const, 11},
2409 {"EM_RL78", Const, 11},
2410 {"EM_RS08", Const, 11},
2411 {"EM_RX", Const, 11},
2412 {"EM_S370", Const, 0},
2413 {"EM_S390", Const, 0},
2414 {"EM_SCORE7", Const, 11},
2415 {"EM_SEP", Const, 11},
2416 {"EM_SE_C17", Const, 11},
2417 {"EM_SE_C33", Const, 11},
2418 {"EM_SH", Const, 0},
2419 {"EM_SHARC", Const, 11},
2420 {"EM_SLE9X", Const, 11},
2421 {"EM_SNP1K", Const, 11},
2422 {"EM_SPARC", Const, 0},
2423 {"EM_SPARC32PLUS", Const, 0},
2424 {"EM_SPARCV9", Const, 0},
2425 {"EM_ST100", Const, 0},
2426 {"EM_ST19", Const, 11},
2427 {"EM_ST200", Const, 11},
2428 {"EM_ST7", Const, 11},
2429 {"EM_ST9PLUS", Const, 11},
2430 {"EM_STARCORE", Const, 0},
2431 {"EM_STM8", Const, 11},
2432 {"EM_STXP7X", Const, 11},
2433 {"EM_SVX", Const, 11},
2434 {"EM_TILE64", Const, 11},
2435 {"EM_TILEGX", Const, 11},
2436 {"EM_TILEPRO", Const, 11},
2437 {"EM_TINYJ", Const, 0},
2438 {"EM_TI_ARP32", Const, 11},
2439 {"EM_TI_C2000", Const, 11},
2440 {"EM_TI_C5500", Const, 11},
2441 {"EM_TI_C6000", Const, 11},
2442 {"EM_TI_PRU", Const, 11},
2443 {"EM_TMM_GPP", Const, 11},
2444 {"EM_TPC", Const, 11},
2445 {"EM_TRICORE", Const, 0},
2446 {"EM_TRIMEDIA", Const, 11},
2447 {"EM_TSK3000", Const, 11},
2448 {"EM_UNICORE", Const, 11},
2449 {"EM_V800", Const, 0},
2450 {"EM_V850", Const, 11},
2451 {"EM_VAX", Const, 11},
2452 {"EM_VIDEOCORE", Const, 11},
2453 {"EM_VIDEOCORE3", Const, 11},
2454 {"EM_VIDEOCORE5", Const, 11},
2455 {"EM_VISIUM", Const, 11},
2456 {"EM_VPP500", Const, 0},
2457 {"EM_X86_64", Const, 0},
2458 {"EM_XCORE", Const, 11},
2459 {"EM_XGATE", Const, 11},
2460 {"EM_XIMO16", Const, 11},
2461 {"EM_XTENSA", Const, 11},
2462 {"EM_Z80", Const, 11},
2463 {"EM_ZSP", Const, 11},
2464 {"ET_CORE", Const, 0},
2465 {"ET_DYN", Const, 0},
2466 {"ET_EXEC", Const, 0},
2467 {"ET_HIOS", Const, 0},
2468 {"ET_HIPROC", Const, 0},
2469 {"ET_LOOS", Const, 0},
2470 {"ET_LOPROC", Const, 0},
2471 {"ET_NONE", Const, 0},
2472 {"ET_REL", Const, 0},
2473 {"EV_CURRENT", Const, 0},
2474 {"EV_NONE", Const, 0},
2475 {"ErrNoSymbols", Var, 4},
2476 {"File", Type, 0},
2477 {"File.FileHeader", Field, 0},
2478 {"File.Progs", Field, 0},
2479 {"File.Sections", Field, 0},
2480 {"FileHeader", Type, 0},
2481 {"FileHeader.ABIVersion", Field, 0},
2482 {"FileHeader.ByteOrder", Field, 0},
2483 {"FileHeader.Class", Field, 0},
2484 {"FileHeader.Data", Field, 0},
2485 {"FileHeader.Entry", Field, 1},
2486 {"FileHeader.Machine", Field, 0},
2487 {"FileHeader.OSABI", Field, 0},
2488 {"FileHeader.Type", Field, 0},
2489 {"FileHeader.Version", Field, 0},
2490 {"FormatError", Type, 0},
2491 {"Header32", Type, 0},
2492 {"Header32.Ehsize", Field, 0},
2493 {"Header32.Entry", Field, 0},
2494 {"Header32.Flags", Field, 0},
2495 {"Header32.Ident", Field, 0},
2496 {"Header32.Machine", Field, 0},
2497 {"Header32.Phentsize", Field, 0},
2498 {"Header32.Phnum", Field, 0},
2499 {"Header32.Phoff", Field, 0},
2500 {"Header32.Shentsize", Field, 0},
2501 {"Header32.Shnum", Field, 0},
2502 {"Header32.Shoff", Field, 0},
2503 {"Header32.Shstrndx", Field, 0},
2504 {"Header32.Type", Field, 0},
2505 {"Header32.Version", Field, 0},
2506 {"Header64", Type, 0},
2507 {"Header64.Ehsize", Field, 0},
2508 {"Header64.Entry", Field, 0},
2509 {"Header64.Flags", Field, 0},
2510 {"Header64.Ident", Field, 0},
2511 {"Header64.Machine", Field, 0},
2512 {"Header64.Phentsize", Field, 0},
2513 {"Header64.Phnum", Field, 0},
2514 {"Header64.Phoff", Field, 0},
2515 {"Header64.Shentsize", Field, 0},
2516 {"Header64.Shnum", Field, 0},
2517 {"Header64.Shoff", Field, 0},
2518 {"Header64.Shstrndx", Field, 0},
2519 {"Header64.Type", Field, 0},
2520 {"Header64.Version", Field, 0},
2521 {"ImportedSymbol", Type, 0},
2522 {"ImportedSymbol.Library", Field, 0},
2523 {"ImportedSymbol.Name", Field, 0},
2524 {"ImportedSymbol.Version", Field, 0},
2525 {"Machine", Type, 0},
2526 {"NT_FPREGSET", Const, 0},
2527 {"NT_PRPSINFO", Const, 0},
2528 {"NT_PRSTATUS", Const, 0},
2529 {"NType", Type, 0},
2530 {"NewFile", Func, 0},
2531 {"OSABI", Type, 0},
2532 {"Open", Func, 0},
2533 {"PF_MASKOS", Const, 0},
2534 {"PF_MASKPROC", Const, 0},
2535 {"PF_R", Const, 0},
2536 {"PF_W", Const, 0},
2537 {"PF_X", Const, 0},
2538 {"PT_AARCH64_ARCHEXT", Const, 16},
2539 {"PT_AARCH64_UNWIND", Const, 16},
2540 {"PT_ARM_ARCHEXT", Const, 16},
2541 {"PT_ARM_EXIDX", Const, 16},
2542 {"PT_DYNAMIC", Const, 0},
2543 {"PT_GNU_EH_FRAME", Const, 16},
2544 {"PT_GNU_MBIND_HI", Const, 16},
2545 {"PT_GNU_MBIND_LO", Const, 16},
2546 {"PT_GNU_PROPERTY", Const, 16},
2547 {"PT_GNU_RELRO", Const, 16},
2548 {"PT_GNU_STACK", Const, 16},
2549 {"PT_HIOS", Const, 0},
2550 {"PT_HIPROC", Const, 0},
2551 {"PT_INTERP", Const, 0},
2552 {"PT_LOAD", Const, 0},
2553 {"PT_LOOS", Const, 0},
2554 {"PT_LOPROC", Const, 0},
2555 {"PT_MIPS_ABIFLAGS", Const, 16},
2556 {"PT_MIPS_OPTIONS", Const, 16},
2557 {"PT_MIPS_REGINFO", Const, 16},
2558 {"PT_MIPS_RTPROC", Const, 16},
2559 {"PT_NOTE", Const, 0},
2560 {"PT_NULL", Const, 0},
2561 {"PT_OPENBSD_BOOTDATA", Const, 16},
2562 {"PT_OPENBSD_NOBTCFI", Const, 23},
2563 {"PT_OPENBSD_RANDOMIZE", Const, 16},
2564 {"PT_OPENBSD_WXNEEDED", Const, 16},
2565 {"PT_PAX_FLAGS", Const, 16},
2566 {"PT_PHDR", Const, 0},
2567 {"PT_S390_PGSTE", Const, 16},
2568 {"PT_SHLIB", Const, 0},
2569 {"PT_SUNWSTACK", Const, 16},
2570 {"PT_SUNW_EH_FRAME", Const, 16},
2571 {"PT_TLS", Const, 0},
2572 {"Prog", Type, 0},
2573 {"Prog.ProgHeader", Field, 0},
2574 {"Prog.ReaderAt", Field, 0},
2575 {"Prog32", Type, 0},
2576 {"Prog32.Align", Field, 0},
2577 {"Prog32.Filesz", Field, 0},
2578 {"Prog32.Flags", Field, 0},
2579 {"Prog32.Memsz", Field, 0},
2580 {"Prog32.Off", Field, 0},
2581 {"Prog32.Paddr", Field, 0},
2582 {"Prog32.Type", Field, 0},
2583 {"Prog32.Vaddr", Field, 0},
2584 {"Prog64", Type, 0},
2585 {"Prog64.Align", Field, 0},
2586 {"Prog64.Filesz", Field, 0},
2587 {"Prog64.Flags", Field, 0},
2588 {"Prog64.Memsz", Field, 0},
2589 {"Prog64.Off", Field, 0},
2590 {"Prog64.Paddr", Field, 0},
2591 {"Prog64.Type", Field, 0},
2592 {"Prog64.Vaddr", Field, 0},
2593 {"ProgFlag", Type, 0},
2594 {"ProgHeader", Type, 0},
2595 {"ProgHeader.Align", Field, 0},
2596 {"ProgHeader.Filesz", Field, 0},
2597 {"ProgHeader.Flags", Field, 0},
2598 {"ProgHeader.Memsz", Field, 0},
2599 {"ProgHeader.Off", Field, 0},
2600 {"ProgHeader.Paddr", Field, 0},
2601 {"ProgHeader.Type", Field, 0},
2602 {"ProgHeader.Vaddr", Field, 0},
2603 {"ProgType", Type, 0},
2604 {"R_386", Type, 0},
2605 {"R_386_16", Const, 10},
2606 {"R_386_32", Const, 0},
2607 {"R_386_32PLT", Const, 10},
2608 {"R_386_8", Const, 10},
2609 {"R_386_COPY", Const, 0},
2610 {"R_386_GLOB_DAT", Const, 0},
2611 {"R_386_GOT32", Const, 0},
2612 {"R_386_GOT32X", Const, 10},
2613 {"R_386_GOTOFF", Const, 0},
2614 {"R_386_GOTPC", Const, 0},
2615 {"R_386_IRELATIVE", Const, 10},
2616 {"R_386_JMP_SLOT", Const, 0},
2617 {"R_386_NONE", Const, 0},
2618 {"R_386_PC16", Const, 10},
2619 {"R_386_PC32", Const, 0},
2620 {"R_386_PC8", Const, 10},
2621 {"R_386_PLT32", Const, 0},
2622 {"R_386_RELATIVE", Const, 0},
2623 {"R_386_SIZE32", Const, 10},
2624 {"R_386_TLS_DESC", Const, 10},
2625 {"R_386_TLS_DESC_CALL", Const, 10},
2626 {"R_386_TLS_DTPMOD32", Const, 0},
2627 {"R_386_TLS_DTPOFF32", Const, 0},
2628 {"R_386_TLS_GD", Const, 0},
2629 {"R_386_TLS_GD_32", Const, 0},
2630 {"R_386_TLS_GD_CALL", Const, 0},
2631 {"R_386_TLS_GD_POP", Const, 0},
2632 {"R_386_TLS_GD_PUSH", Const, 0},
2633 {"R_386_TLS_GOTDESC", Const, 10},
2634 {"R_386_TLS_GOTIE", Const, 0},
2635 {"R_386_TLS_IE", Const, 0},
2636 {"R_386_TLS_IE_32", Const, 0},
2637 {"R_386_TLS_LDM", Const, 0},
2638 {"R_386_TLS_LDM_32", Const, 0},
2639 {"R_386_TLS_LDM_CALL", Const, 0},
2640 {"R_386_TLS_LDM_POP", Const, 0},
2641 {"R_386_TLS_LDM_PUSH", Const, 0},
2642 {"R_386_TLS_LDO_32", Const, 0},
2643 {"R_386_TLS_LE", Const, 0},
2644 {"R_386_TLS_LE_32", Const, 0},
2645 {"R_386_TLS_TPOFF", Const, 0},
2646 {"R_386_TLS_TPOFF32", Const, 0},
2647 {"R_390", Type, 7},
2648 {"R_390_12", Const, 7},
2649 {"R_390_16", Const, 7},
2650 {"R_390_20", Const, 7},
2651 {"R_390_32", Const, 7},
2652 {"R_390_64", Const, 7},
2653 {"R_390_8", Const, 7},
2654 {"R_390_COPY", Const, 7},
2655 {"R_390_GLOB_DAT", Const, 7},
2656 {"R_390_GOT12", Const, 7},
2657 {"R_390_GOT16", Const, 7},
2658 {"R_390_GOT20", Const, 7},
2659 {"R_390_GOT32", Const, 7},
2660 {"R_390_GOT64", Const, 7},
2661 {"R_390_GOTENT", Const, 7},
2662 {"R_390_GOTOFF", Const, 7},
2663 {"R_390_GOTOFF16", Const, 7},
2664 {"R_390_GOTOFF64", Const, 7},
2665 {"R_390_GOTPC", Const, 7},
2666 {"R_390_GOTPCDBL", Const, 7},
2667 {"R_390_GOTPLT12", Const, 7},
2668 {"R_390_GOTPLT16", Const, 7},
2669 {"R_390_GOTPLT20", Const, 7},
2670 {"R_390_GOTPLT32", Const, 7},
2671 {"R_390_GOTPLT64", Const, 7},
2672 {"R_390_GOTPLTENT", Const, 7},
2673 {"R_390_GOTPLTOFF16", Const, 7},
2674 {"R_390_GOTPLTOFF32", Const, 7},
2675 {"R_390_GOTPLTOFF64", Const, 7},
2676 {"R_390_JMP_SLOT", Const, 7},
2677 {"R_390_NONE", Const, 7},
2678 {"R_390_PC16", Const, 7},
2679 {"R_390_PC16DBL", Const, 7},
2680 {"R_390_PC32", Const, 7},
2681 {"R_390_PC32DBL", Const, 7},
2682 {"R_390_PC64", Const, 7},
2683 {"R_390_PLT16DBL", Const, 7},
2684 {"R_390_PLT32", Const, 7},
2685 {"R_390_PLT32DBL", Const, 7},
2686 {"R_390_PLT64", Const, 7},
2687 {"R_390_RELATIVE", Const, 7},
2688 {"R_390_TLS_DTPMOD", Const, 7},
2689 {"R_390_TLS_DTPOFF", Const, 7},
2690 {"R_390_TLS_GD32", Const, 7},
2691 {"R_390_TLS_GD64", Const, 7},
2692 {"R_390_TLS_GDCALL", Const, 7},
2693 {"R_390_TLS_GOTIE12", Const, 7},
2694 {"R_390_TLS_GOTIE20", Const, 7},
2695 {"R_390_TLS_GOTIE32", Const, 7},
2696 {"R_390_TLS_GOTIE64", Const, 7},
2697 {"R_390_TLS_IE32", Const, 7},
2698 {"R_390_TLS_IE64", Const, 7},
2699 {"R_390_TLS_IEENT", Const, 7},
2700 {"R_390_TLS_LDCALL", Const, 7},
2701 {"R_390_TLS_LDM32", Const, 7},
2702 {"R_390_TLS_LDM64", Const, 7},
2703 {"R_390_TLS_LDO32", Const, 7},
2704 {"R_390_TLS_LDO64", Const, 7},
2705 {"R_390_TLS_LE32", Const, 7},
2706 {"R_390_TLS_LE64", Const, 7},
2707 {"R_390_TLS_LOAD", Const, 7},
2708 {"R_390_TLS_TPOFF", Const, 7},
2709 {"R_AARCH64", Type, 4},
2710 {"R_AARCH64_ABS16", Const, 4},
2711 {"R_AARCH64_ABS32", Const, 4},
2712 {"R_AARCH64_ABS64", Const, 4},
2713 {"R_AARCH64_ADD_ABS_LO12_NC", Const, 4},
2714 {"R_AARCH64_ADR_GOT_PAGE", Const, 4},
2715 {"R_AARCH64_ADR_PREL_LO21", Const, 4},
2716 {"R_AARCH64_ADR_PREL_PG_HI21", Const, 4},
2717 {"R_AARCH64_ADR_PREL_PG_HI21_NC", Const, 4},
2718 {"R_AARCH64_CALL26", Const, 4},
2719 {"R_AARCH64_CONDBR19", Const, 4},
2720 {"R_AARCH64_COPY", Const, 4},
2721 {"R_AARCH64_GLOB_DAT", Const, 4},
2722 {"R_AARCH64_GOT_LD_PREL19", Const, 4},
2723 {"R_AARCH64_IRELATIVE", Const, 4},
2724 {"R_AARCH64_JUMP26", Const, 4},
2725 {"R_AARCH64_JUMP_SLOT", Const, 4},
2726 {"R_AARCH64_LD64_GOTOFF_LO15", Const, 10},
2727 {"R_AARCH64_LD64_GOTPAGE_LO15", Const, 10},
2728 {"R_AARCH64_LD64_GOT_LO12_NC", Const, 4},
2729 {"R_AARCH64_LDST128_ABS_LO12_NC", Const, 4},
2730 {"R_AARCH64_LDST16_ABS_LO12_NC", Const, 4},
2731 {"R_AARCH64_LDST32_ABS_LO12_NC", Const, 4},
2732 {"R_AARCH64_LDST64_ABS_LO12_NC", Const, 4},
2733 {"R_AARCH64_LDST8_ABS_LO12_NC", Const, 4},
2734 {"R_AARCH64_LD_PREL_LO19", Const, 4},
2735 {"R_AARCH64_MOVW_SABS_G0", Const, 4},
2736 {"R_AARCH64_MOVW_SABS_G1", Const, 4},
2737 {"R_AARCH64_MOVW_SABS_G2", Const, 4},
2738 {"R_AARCH64_MOVW_UABS_G0", Const, 4},
2739 {"R_AARCH64_MOVW_UABS_G0_NC", Const, 4},
2740 {"R_AARCH64_MOVW_UABS_G1", Const, 4},
2741 {"R_AARCH64_MOVW_UABS_G1_NC", Const, 4},
2742 {"R_AARCH64_MOVW_UABS_G2", Const, 4},
2743 {"R_AARCH64_MOVW_UABS_G2_NC", Const, 4},
2744 {"R_AARCH64_MOVW_UABS_G3", Const, 4},
2745 {"R_AARCH64_NONE", Const, 4},
2746 {"R_AARCH64_NULL", Const, 4},
2747 {"R_AARCH64_P32_ABS16", Const, 4},
2748 {"R_AARCH64_P32_ABS32", Const, 4},
2749 {"R_AARCH64_P32_ADD_ABS_LO12_NC", Const, 4},
2750 {"R_AARCH64_P32_ADR_GOT_PAGE", Const, 4},
2751 {"R_AARCH64_P32_ADR_PREL_LO21", Const, 4},
2752 {"R_AARCH64_P32_ADR_PREL_PG_HI21", Const, 4},
2753 {"R_AARCH64_P32_CALL26", Const, 4},
2754 {"R_AARCH64_P32_CONDBR19", Const, 4},
2755 {"R_AARCH64_P32_COPY", Const, 4},
2756 {"R_AARCH64_P32_GLOB_DAT", Const, 4},
2757 {"R_AARCH64_P32_GOT_LD_PREL19", Const, 4},
2758 {"R_AARCH64_P32_IRELATIVE", Const, 4},
2759 {"R_AARCH64_P32_JUMP26", Const, 4},
2760 {"R_AARCH64_P32_JUMP_SLOT", Const, 4},
2761 {"R_AARCH64_P32_LD32_GOT_LO12_NC", Const, 4},
2762 {"R_AARCH64_P32_LDST128_ABS_LO12_NC", Const, 4},
2763 {"R_AARCH64_P32_LDST16_ABS_LO12_NC", Const, 4},
2764 {"R_AARCH64_P32_LDST32_ABS_LO12_NC", Const, 4},
2765 {"R_AARCH64_P32_LDST64_ABS_LO12_NC", Const, 4},
2766 {"R_AARCH64_P32_LDST8_ABS_LO12_NC", Const, 4},
2767 {"R_AARCH64_P32_LD_PREL_LO19", Const, 4},
2768 {"R_AARCH64_P32_MOVW_SABS_G0", Const, 4},
2769 {"R_AARCH64_P32_MOVW_UABS_G0", Const, 4},
2770 {"R_AARCH64_P32_MOVW_UABS_G0_NC", Const, 4},
2771 {"R_AARCH64_P32_MOVW_UABS_G1", Const, 4},
2772 {"R_AARCH64_P32_PREL16", Const, 4},
2773 {"R_AARCH64_P32_PREL32", Const, 4},
2774 {"R_AARCH64_P32_RELATIVE", Const, 4},
2775 {"R_AARCH64_P32_TLSDESC", Const, 4},
2776 {"R_AARCH64_P32_TLSDESC_ADD_LO12_NC", Const, 4},
2777 {"R_AARCH64_P32_TLSDESC_ADR_PAGE21", Const, 4},
2778 {"R_AARCH64_P32_TLSDESC_ADR_PREL21", Const, 4},
2779 {"R_AARCH64_P32_TLSDESC_CALL", Const, 4},
2780 {"R_AARCH64_P32_TLSDESC_LD32_LO12_NC", Const, 4},
2781 {"R_AARCH64_P32_TLSDESC_LD_PREL19", Const, 4},
2782 {"R_AARCH64_P32_TLSGD_ADD_LO12_NC", Const, 4},
2783 {"R_AARCH64_P32_TLSGD_ADR_PAGE21", Const, 4},
2784 {"R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4},
2785 {"R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", Const, 4},
2786 {"R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", Const, 4},
2787 {"R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", Const, 4},
2788 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", Const, 4},
2789 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", Const, 4},
2790 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", Const, 4},
2791 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", Const, 4},
2792 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", Const, 4},
2793 {"R_AARCH64_P32_TLS_DTPMOD", Const, 4},
2794 {"R_AARCH64_P32_TLS_DTPREL", Const, 4},
2795 {"R_AARCH64_P32_TLS_TPREL", Const, 4},
2796 {"R_AARCH64_P32_TSTBR14", Const, 4},
2797 {"R_AARCH64_PREL16", Const, 4},
2798 {"R_AARCH64_PREL32", Const, 4},
2799 {"R_AARCH64_PREL64", Const, 4},
2800 {"R_AARCH64_RELATIVE", Const, 4},
2801 {"R_AARCH64_TLSDESC", Const, 4},
2802 {"R_AARCH64_TLSDESC_ADD", Const, 4},
2803 {"R_AARCH64_TLSDESC_ADD_LO12_NC", Const, 4},
2804 {"R_AARCH64_TLSDESC_ADR_PAGE21", Const, 4},
2805 {"R_AARCH64_TLSDESC_ADR_PREL21", Const, 4},
2806 {"R_AARCH64_TLSDESC_CALL", Const, 4},
2807 {"R_AARCH64_TLSDESC_LD64_LO12_NC", Const, 4},
2808 {"R_AARCH64_TLSDESC_LDR", Const, 4},
2809 {"R_AARCH64_TLSDESC_LD_PREL19", Const, 4},
2810 {"R_AARCH64_TLSDESC_OFF_G0_NC", Const, 4},
2811 {"R_AARCH64_TLSDESC_OFF_G1", Const, 4},
2812 {"R_AARCH64_TLSGD_ADD_LO12_NC", Const, 4},
2813 {"R_AARCH64_TLSGD_ADR_PAGE21", Const, 4},
2814 {"R_AARCH64_TLSGD_ADR_PREL21", Const, 10},
2815 {"R_AARCH64_TLSGD_MOVW_G0_NC", Const, 10},
2816 {"R_AARCH64_TLSGD_MOVW_G1", Const, 10},
2817 {"R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4},
2818 {"R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", Const, 4},
2819 {"R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", Const, 4},
2820 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", Const, 4},
2821 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", Const, 4},
2822 {"R_AARCH64_TLSLD_ADR_PAGE21", Const, 10},
2823 {"R_AARCH64_TLSLD_ADR_PREL21", Const, 10},
2824 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12", Const, 10},
2825 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC", Const, 10},
2826 {"R_AARCH64_TLSLE_ADD_TPREL_HI12", Const, 4},
2827 {"R_AARCH64_TLSLE_ADD_TPREL_LO12", Const, 4},
2828 {"R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", Const, 4},
2829 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12", Const, 10},
2830 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC", Const, 10},
2831 {"R_AARCH64_TLSLE_MOVW_TPREL_G0", Const, 4},
2832 {"R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", Const, 4},
2833 {"R_AARCH64_TLSLE_MOVW_TPREL_G1", Const, 4},
2834 {"R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", Const, 4},
2835 {"R_AARCH64_TLSLE_MOVW_TPREL_G2", Const, 4},
2836 {"R_AARCH64_TLS_DTPMOD64", Const, 4},
2837 {"R_AARCH64_TLS_DTPREL64", Const, 4},
2838 {"R_AARCH64_TLS_TPREL64", Const, 4},
2839 {"R_AARCH64_TSTBR14", Const, 4},
2840 {"R_ALPHA", Type, 0},
2841 {"R_ALPHA_BRADDR", Const, 0},
2842 {"R_ALPHA_COPY", Const, 0},
2843 {"R_ALPHA_GLOB_DAT", Const, 0},
2844 {"R_ALPHA_GPDISP", Const, 0},
2845 {"R_ALPHA_GPREL32", Const, 0},
2846 {"R_ALPHA_GPRELHIGH", Const, 0},
2847 {"R_ALPHA_GPRELLOW", Const, 0},
2848 {"R_ALPHA_GPVALUE", Const, 0},
2849 {"R_ALPHA_HINT", Const, 0},
2850 {"R_ALPHA_IMMED_BR_HI32", Const, 0},
2851 {"R_ALPHA_IMMED_GP_16", Const, 0},
2852 {"R_ALPHA_IMMED_GP_HI32", Const, 0},
2853 {"R_ALPHA_IMMED_LO32", Const, 0},
2854 {"R_ALPHA_IMMED_SCN_HI32", Const, 0},
2855 {"R_ALPHA_JMP_SLOT", Const, 0},
2856 {"R_ALPHA_LITERAL", Const, 0},
2857 {"R_ALPHA_LITUSE", Const, 0},
2858 {"R_ALPHA_NONE", Const, 0},
2859 {"R_ALPHA_OP_PRSHIFT", Const, 0},
2860 {"R_ALPHA_OP_PSUB", Const, 0},
2861 {"R_ALPHA_OP_PUSH", Const, 0},
2862 {"R_ALPHA_OP_STORE", Const, 0},
2863 {"R_ALPHA_REFLONG", Const, 0},
2864 {"R_ALPHA_REFQUAD", Const, 0},
2865 {"R_ALPHA_RELATIVE", Const, 0},
2866 {"R_ALPHA_SREL16", Const, 0},
2867 {"R_ALPHA_SREL32", Const, 0},
2868 {"R_ALPHA_SREL64", Const, 0},
2869 {"R_ARM", Type, 0},
2870 {"R_ARM_ABS12", Const, 0},
2871 {"R_ARM_ABS16", Const, 0},
2872 {"R_ARM_ABS32", Const, 0},
2873 {"R_ARM_ABS32_NOI", Const, 10},
2874 {"R_ARM_ABS8", Const, 0},
2875 {"R_ARM_ALU_PCREL_15_8", Const, 10},
2876 {"R_ARM_ALU_PCREL_23_15", Const, 10},
2877 {"R_ARM_ALU_PCREL_7_0", Const, 10},
2878 {"R_ARM_ALU_PC_G0", Const, 10},
2879 {"R_ARM_ALU_PC_G0_NC", Const, 10},
2880 {"R_ARM_ALU_PC_G1", Const, 10},
2881 {"R_ARM_ALU_PC_G1_NC", Const, 10},
2882 {"R_ARM_ALU_PC_G2", Const, 10},
2883 {"R_ARM_ALU_SBREL_19_12_NC", Const, 10},
2884 {"R_ARM_ALU_SBREL_27_20_CK", Const, 10},
2885 {"R_ARM_ALU_SB_G0", Const, 10},
2886 {"R_ARM_ALU_SB_G0_NC", Const, 10},
2887 {"R_ARM_ALU_SB_G1", Const, 10},
2888 {"R_ARM_ALU_SB_G1_NC", Const, 10},
2889 {"R_ARM_ALU_SB_G2", Const, 10},
2890 {"R_ARM_AMP_VCALL9", Const, 0},
2891 {"R_ARM_BASE_ABS", Const, 10},
2892 {"R_ARM_CALL", Const, 10},
2893 {"R_ARM_COPY", Const, 0},
2894 {"R_ARM_GLOB_DAT", Const, 0},
2895 {"R_ARM_GNU_VTENTRY", Const, 0},
2896 {"R_ARM_GNU_VTINHERIT", Const, 0},
2897 {"R_ARM_GOT32", Const, 0},
2898 {"R_ARM_GOTOFF", Const, 0},
2899 {"R_ARM_GOTOFF12", Const, 10},
2900 {"R_ARM_GOTPC", Const, 0},
2901 {"R_ARM_GOTRELAX", Const, 10},
2902 {"R_ARM_GOT_ABS", Const, 10},
2903 {"R_ARM_GOT_BREL12", Const, 10},
2904 {"R_ARM_GOT_PREL", Const, 10},
2905 {"R_ARM_IRELATIVE", Const, 10},
2906 {"R_ARM_JUMP24", Const, 10},
2907 {"R_ARM_JUMP_SLOT", Const, 0},
2908 {"R_ARM_LDC_PC_G0", Const, 10},
2909 {"R_ARM_LDC_PC_G1", Const, 10},
2910 {"R_ARM_LDC_PC_G2", Const, 10},
2911 {"R_ARM_LDC_SB_G0", Const, 10},
2912 {"R_ARM_LDC_SB_G1", Const, 10},
2913 {"R_ARM_LDC_SB_G2", Const, 10},
2914 {"R_ARM_LDRS_PC_G0", Const, 10},
2915 {"R_ARM_LDRS_PC_G1", Const, 10},
2916 {"R_ARM_LDRS_PC_G2", Const, 10},
2917 {"R_ARM_LDRS_SB_G0", Const, 10},
2918 {"R_ARM_LDRS_SB_G1", Const, 10},
2919 {"R_ARM_LDRS_SB_G2", Const, 10},
2920 {"R_ARM_LDR_PC_G1", Const, 10},
2921 {"R_ARM_LDR_PC_G2", Const, 10},
2922 {"R_ARM_LDR_SBREL_11_10_NC", Const, 10},
2923 {"R_ARM_LDR_SB_G0", Const, 10},
2924 {"R_ARM_LDR_SB_G1", Const, 10},
2925 {"R_ARM_LDR_SB_G2", Const, 10},
2926 {"R_ARM_ME_TOO", Const, 10},
2927 {"R_ARM_MOVT_ABS", Const, 10},
2928 {"R_ARM_MOVT_BREL", Const, 10},
2929 {"R_ARM_MOVT_PREL", Const, 10},
2930 {"R_ARM_MOVW_ABS_NC", Const, 10},
2931 {"R_ARM_MOVW_BREL", Const, 10},
2932 {"R_ARM_MOVW_BREL_NC", Const, 10},
2933 {"R_ARM_MOVW_PREL_NC", Const, 10},
2934 {"R_ARM_NONE", Const, 0},
2935 {"R_ARM_PC13", Const, 0},
2936 {"R_ARM_PC24", Const, 0},
2937 {"R_ARM_PLT32", Const, 0},
2938 {"R_ARM_PLT32_ABS", Const, 10},
2939 {"R_ARM_PREL31", Const, 10},
2940 {"R_ARM_PRIVATE_0", Const, 10},
2941 {"R_ARM_PRIVATE_1", Const, 10},
2942 {"R_ARM_PRIVATE_10", Const, 10},
2943 {"R_ARM_PRIVATE_11", Const, 10},
2944 {"R_ARM_PRIVATE_12", Const, 10},
2945 {"R_ARM_PRIVATE_13", Const, 10},
2946 {"R_ARM_PRIVATE_14", Const, 10},
2947 {"R_ARM_PRIVATE_15", Const, 10},
2948 {"R_ARM_PRIVATE_2", Const, 10},
2949 {"R_ARM_PRIVATE_3", Const, 10},
2950 {"R_ARM_PRIVATE_4", Const, 10},
2951 {"R_ARM_PRIVATE_5", Const, 10},
2952 {"R_ARM_PRIVATE_6", Const, 10},
2953 {"R_ARM_PRIVATE_7", Const, 10},
2954 {"R_ARM_PRIVATE_8", Const, 10},
2955 {"R_ARM_PRIVATE_9", Const, 10},
2956 {"R_ARM_RABS32", Const, 0},
2957 {"R_ARM_RBASE", Const, 0},
2958 {"R_ARM_REL32", Const, 0},
2959 {"R_ARM_REL32_NOI", Const, 10},
2960 {"R_ARM_RELATIVE", Const, 0},
2961 {"R_ARM_RPC24", Const, 0},
2962 {"R_ARM_RREL32", Const, 0},
2963 {"R_ARM_RSBREL32", Const, 0},
2964 {"R_ARM_RXPC25", Const, 10},
2965 {"R_ARM_SBREL31", Const, 10},
2966 {"R_ARM_SBREL32", Const, 0},
2967 {"R_ARM_SWI24", Const, 0},
2968 {"R_ARM_TARGET1", Const, 10},
2969 {"R_ARM_TARGET2", Const, 10},
2970 {"R_ARM_THM_ABS5", Const, 0},
2971 {"R_ARM_THM_ALU_ABS_G0_NC", Const, 10},
2972 {"R_ARM_THM_ALU_ABS_G1_NC", Const, 10},
2973 {"R_ARM_THM_ALU_ABS_G2_NC", Const, 10},
2974 {"R_ARM_THM_ALU_ABS_G3", Const, 10},
2975 {"R_ARM_THM_ALU_PREL_11_0", Const, 10},
2976 {"R_ARM_THM_GOT_BREL12", Const, 10},
2977 {"R_ARM_THM_JUMP11", Const, 10},
2978 {"R_ARM_THM_JUMP19", Const, 10},
2979 {"R_ARM_THM_JUMP24", Const, 10},
2980 {"R_ARM_THM_JUMP6", Const, 10},
2981 {"R_ARM_THM_JUMP8", Const, 10},
2982 {"R_ARM_THM_MOVT_ABS", Const, 10},
2983 {"R_ARM_THM_MOVT_BREL", Const, 10},
2984 {"R_ARM_THM_MOVT_PREL", Const, 10},
2985 {"R_ARM_THM_MOVW_ABS_NC", Const, 10},
2986 {"R_ARM_THM_MOVW_BREL", Const, 10},
2987 {"R_ARM_THM_MOVW_BREL_NC", Const, 10},
2988 {"R_ARM_THM_MOVW_PREL_NC", Const, 10},
2989 {"R_ARM_THM_PC12", Const, 10},
2990 {"R_ARM_THM_PC22", Const, 0},
2991 {"R_ARM_THM_PC8", Const, 0},
2992 {"R_ARM_THM_RPC22", Const, 0},
2993 {"R_ARM_THM_SWI8", Const, 0},
2994 {"R_ARM_THM_TLS_CALL", Const, 10},
2995 {"R_ARM_THM_TLS_DESCSEQ16", Const, 10},
2996 {"R_ARM_THM_TLS_DESCSEQ32", Const, 10},
2997 {"R_ARM_THM_XPC22", Const, 0},
2998 {"R_ARM_TLS_CALL", Const, 10},
2999 {"R_ARM_TLS_DESCSEQ", Const, 10},
3000 {"R_ARM_TLS_DTPMOD32", Const, 10},
3001 {"R_ARM_TLS_DTPOFF32", Const, 10},
3002 {"R_ARM_TLS_GD32", Const, 10},
3003 {"R_ARM_TLS_GOTDESC", Const, 10},
3004 {"R_ARM_TLS_IE12GP", Const, 10},
3005 {"R_ARM_TLS_IE32", Const, 10},
3006 {"R_ARM_TLS_LDM32", Const, 10},
3007 {"R_ARM_TLS_LDO12", Const, 10},
3008 {"R_ARM_TLS_LDO32", Const, 10},
3009 {"R_ARM_TLS_LE12", Const, 10},
3010 {"R_ARM_TLS_LE32", Const, 10},
3011 {"R_ARM_TLS_TPOFF32", Const, 10},
3012 {"R_ARM_V4BX", Const, 10},
3013 {"R_ARM_XPC25", Const, 0},
3014 {"R_INFO", Func, 0},
3015 {"R_INFO32", Func, 0},
3016 {"R_LARCH", Type, 19},
3017 {"R_LARCH_32", Const, 19},
3018 {"R_LARCH_32_PCREL", Const, 20},
3019 {"R_LARCH_64", Const, 19},
3020 {"R_LARCH_64_PCREL", Const, 22},
3021 {"R_LARCH_ABS64_HI12", Const, 20},
3022 {"R_LARCH_ABS64_LO20", Const, 20},
3023 {"R_LARCH_ABS_HI20", Const, 20},
3024 {"R_LARCH_ABS_LO12", Const, 20},
3025 {"R_LARCH_ADD16", Const, 19},
3026 {"R_LARCH_ADD24", Const, 19},
3027 {"R_LARCH_ADD32", Const, 19},
3028 {"R_LARCH_ADD6", Const, 22},
3029 {"R_LARCH_ADD64", Const, 19},
3030 {"R_LARCH_ADD8", Const, 19},
3031 {"R_LARCH_ADD_ULEB128", Const, 22},
3032 {"R_LARCH_ALIGN", Const, 22},
3033 {"R_LARCH_B16", Const, 20},
3034 {"R_LARCH_B21", Const, 20},
3035 {"R_LARCH_B26", Const, 20},
3036 {"R_LARCH_CFA", Const, 22},
3037 {"R_LARCH_COPY", Const, 19},
3038 {"R_LARCH_DELETE", Const, 22},
3039 {"R_LARCH_GNU_VTENTRY", Const, 20},
3040 {"R_LARCH_GNU_VTINHERIT", Const, 20},
3041 {"R_LARCH_GOT64_HI12", Const, 20},
3042 {"R_LARCH_GOT64_LO20", Const, 20},
3043 {"R_LARCH_GOT64_PC_HI12", Const, 20},
3044 {"R_LARCH_GOT64_PC_LO20", Const, 20},
3045 {"R_LARCH_GOT_HI20", Const, 20},
3046 {"R_LARCH_GOT_LO12", Const, 20},
3047 {"R_LARCH_GOT_PC_HI20", Const, 20},
3048 {"R_LARCH_GOT_PC_LO12", Const, 20},
3049 {"R_LARCH_IRELATIVE", Const, 19},
3050 {"R_LARCH_JUMP_SLOT", Const, 19},
3051 {"R_LARCH_MARK_LA", Const, 19},
3052 {"R_LARCH_MARK_PCREL", Const, 19},
3053 {"R_LARCH_NONE", Const, 19},
3054 {"R_LARCH_PCALA64_HI12", Const, 20},
3055 {"R_LARCH_PCALA64_LO20", Const, 20},
3056 {"R_LARCH_PCALA_HI20", Const, 20},
3057 {"R_LARCH_PCALA_LO12", Const, 20},
3058 {"R_LARCH_PCREL20_S2", Const, 22},
3059 {"R_LARCH_RELATIVE", Const, 19},
3060 {"R_LARCH_RELAX", Const, 20},
3061 {"R_LARCH_SOP_ADD", Const, 19},
3062 {"R_LARCH_SOP_AND", Const, 19},
3063 {"R_LARCH_SOP_ASSERT", Const, 19},
3064 {"R_LARCH_SOP_IF_ELSE", Const, 19},
3065 {"R_LARCH_SOP_NOT", Const, 19},
3066 {"R_LARCH_SOP_POP_32_S_0_10_10_16_S2", Const, 19},
3067 {"R_LARCH_SOP_POP_32_S_0_5_10_16_S2", Const, 19},
3068 {"R_LARCH_SOP_POP_32_S_10_12", Const, 19},
3069 {"R_LARCH_SOP_POP_32_S_10_16", Const, 19},
3070 {"R_LARCH_SOP_POP_32_S_10_16_S2", Const, 19},
3071 {"R_LARCH_SOP_POP_32_S_10_5", Const, 19},
3072 {"R_LARCH_SOP_POP_32_S_5_20", Const, 19},
3073 {"R_LARCH_SOP_POP_32_U", Const, 19},
3074 {"R_LARCH_SOP_POP_32_U_10_12", Const, 19},
3075 {"R_LARCH_SOP_PUSH_ABSOLUTE", Const, 19},
3076 {"R_LARCH_SOP_PUSH_DUP", Const, 19},
3077 {"R_LARCH_SOP_PUSH_GPREL", Const, 19},
3078 {"R_LARCH_SOP_PUSH_PCREL", Const, 19},
3079 {"R_LARCH_SOP_PUSH_PLT_PCREL", Const, 19},
3080 {"R_LARCH_SOP_PUSH_TLS_GD", Const, 19},
3081 {"R_LARCH_SOP_PUSH_TLS_GOT", Const, 19},
3082 {"R_LARCH_SOP_PUSH_TLS_TPREL", Const, 19},
3083 {"R_LARCH_SOP_SL", Const, 19},
3084 {"R_LARCH_SOP_SR", Const, 19},
3085 {"R_LARCH_SOP_SUB", Const, 19},
3086 {"R_LARCH_SUB16", Const, 19},
3087 {"R_LARCH_SUB24", Const, 19},
3088 {"R_LARCH_SUB32", Const, 19},
3089 {"R_LARCH_SUB6", Const, 22},
3090 {"R_LARCH_SUB64", Const, 19},
3091 {"R_LARCH_SUB8", Const, 19},
3092 {"R_LARCH_SUB_ULEB128", Const, 22},
3093 {"R_LARCH_TLS_DTPMOD32", Const, 19},
3094 {"R_LARCH_TLS_DTPMOD64", Const, 19},
3095 {"R_LARCH_TLS_DTPREL32", Const, 19},
3096 {"R_LARCH_TLS_DTPREL64", Const, 19},
3097 {"R_LARCH_TLS_GD_HI20", Const, 20},
3098 {"R_LARCH_TLS_GD_PC_HI20", Const, 20},
3099 {"R_LARCH_TLS_IE64_HI12", Const, 20},
3100 {"R_LARCH_TLS_IE64_LO20", Const, 20},
3101 {"R_LARCH_TLS_IE64_PC_HI12", Const, 20},
3102 {"R_LARCH_TLS_IE64_PC_LO20", Const, 20},
3103 {"R_LARCH_TLS_IE_HI20", Const, 20},
3104 {"R_LARCH_TLS_IE_LO12", Const, 20},
3105 {"R_LARCH_TLS_IE_PC_HI20", Const, 20},
3106 {"R_LARCH_TLS_IE_PC_LO12", Const, 20},
3107 {"R_LARCH_TLS_LD_HI20", Const, 20},
3108 {"R_LARCH_TLS_LD_PC_HI20", Const, 20},
3109 {"R_LARCH_TLS_LE64_HI12", Const, 20},
3110 {"R_LARCH_TLS_LE64_LO20", Const, 20},
3111 {"R_LARCH_TLS_LE_HI20", Const, 20},
3112 {"R_LARCH_TLS_LE_LO12", Const, 20},
3113 {"R_LARCH_TLS_TPREL32", Const, 19},
3114 {"R_LARCH_TLS_TPREL64", Const, 19},
3115 {"R_MIPS", Type, 6},
3116 {"R_MIPS_16", Const, 6},
3117 {"R_MIPS_26", Const, 6},
3118 {"R_MIPS_32", Const, 6},
3119 {"R_MIPS_64", Const, 6},
3120 {"R_MIPS_ADD_IMMEDIATE", Const, 6},
3121 {"R_MIPS_CALL16", Const, 6},
3122 {"R_MIPS_CALL_HI16", Const, 6},
3123 {"R_MIPS_CALL_LO16", Const, 6},
3124 {"R_MIPS_DELETE", Const, 6},
3125 {"R_MIPS_GOT16", Const, 6},
3126 {"R_MIPS_GOT_DISP", Const, 6},
3127 {"R_MIPS_GOT_HI16", Const, 6},
3128 {"R_MIPS_GOT_LO16", Const, 6},
3129 {"R_MIPS_GOT_OFST", Const, 6},
3130 {"R_MIPS_GOT_PAGE", Const, 6},
3131 {"R_MIPS_GPREL16", Const, 6},
3132 {"R_MIPS_GPREL32", Const, 6},
3133 {"R_MIPS_HI16", Const, 6},
3134 {"R_MIPS_HIGHER", Const, 6},
3135 {"R_MIPS_HIGHEST", Const, 6},
3136 {"R_MIPS_INSERT_A", Const, 6},
3137 {"R_MIPS_INSERT_B", Const, 6},
3138 {"R_MIPS_JALR", Const, 6},
3139 {"R_MIPS_LITERAL", Const, 6},
3140 {"R_MIPS_LO16", Const, 6},
3141 {"R_MIPS_NONE", Const, 6},
3142 {"R_MIPS_PC16", Const, 6},
3143 {"R_MIPS_PC32", Const, 22},
3144 {"R_MIPS_PJUMP", Const, 6},
3145 {"R_MIPS_REL16", Const, 6},
3146 {"R_MIPS_REL32", Const, 6},
3147 {"R_MIPS_RELGOT", Const, 6},
3148 {"R_MIPS_SCN_DISP", Const, 6},
3149 {"R_MIPS_SHIFT5", Const, 6},
3150 {"R_MIPS_SHIFT6", Const, 6},
3151 {"R_MIPS_SUB", Const, 6},
3152 {"R_MIPS_TLS_DTPMOD32", Const, 6},
3153 {"R_MIPS_TLS_DTPMOD64", Const, 6},
3154 {"R_MIPS_TLS_DTPREL32", Const, 6},
3155 {"R_MIPS_TLS_DTPREL64", Const, 6},
3156 {"R_MIPS_TLS_DTPREL_HI16", Const, 6},
3157 {"R_MIPS_TLS_DTPREL_LO16", Const, 6},
3158 {"R_MIPS_TLS_GD", Const, 6},
3159 {"R_MIPS_TLS_GOTTPREL", Const, 6},
3160 {"R_MIPS_TLS_LDM", Const, 6},
3161 {"R_MIPS_TLS_TPREL32", Const, 6},
3162 {"R_MIPS_TLS_TPREL64", Const, 6},
3163 {"R_MIPS_TLS_TPREL_HI16", Const, 6},
3164 {"R_MIPS_TLS_TPREL_LO16", Const, 6},
3165 {"R_PPC", Type, 0},
3166 {"R_PPC64", Type, 5},
3167 {"R_PPC64_ADDR14", Const, 5},
3168 {"R_PPC64_ADDR14_BRNTAKEN", Const, 5},
3169 {"R_PPC64_ADDR14_BRTAKEN", Const, 5},
3170 {"R_PPC64_ADDR16", Const, 5},
3171 {"R_PPC64_ADDR16_DS", Const, 5},
3172 {"R_PPC64_ADDR16_HA", Const, 5},
3173 {"R_PPC64_ADDR16_HI", Const, 5},
3174 {"R_PPC64_ADDR16_HIGH", Const, 10},
3175 {"R_PPC64_ADDR16_HIGHA", Const, 10},
3176 {"R_PPC64_ADDR16_HIGHER", Const, 5},
3177 {"R_PPC64_ADDR16_HIGHER34", Const, 20},
3178 {"R_PPC64_ADDR16_HIGHERA", Const, 5},
3179 {"R_PPC64_ADDR16_HIGHERA34", Const, 20},
3180 {"R_PPC64_ADDR16_HIGHEST", Const, 5},
3181 {"R_PPC64_ADDR16_HIGHEST34", Const, 20},
3182 {"R_PPC64_ADDR16_HIGHESTA", Const, 5},
3183 {"R_PPC64_ADDR16_HIGHESTA34", Const, 20},
3184 {"R_PPC64_ADDR16_LO", Const, 5},
3185 {"R_PPC64_ADDR16_LO_DS", Const, 5},
3186 {"R_PPC64_ADDR24", Const, 5},
3187 {"R_PPC64_ADDR32", Const, 5},
3188 {"R_PPC64_ADDR64", Const, 5},
3189 {"R_PPC64_ADDR64_LOCAL", Const, 10},
3190 {"R_PPC64_COPY", Const, 20},
3191 {"R_PPC64_D28", Const, 20},
3192 {"R_PPC64_D34", Const, 20},
3193 {"R_PPC64_D34_HA30", Const, 20},
3194 {"R_PPC64_D34_HI30", Const, 20},
3195 {"R_PPC64_D34_LO", Const, 20},
3196 {"R_PPC64_DTPMOD64", Const, 5},
3197 {"R_PPC64_DTPREL16", Const, 5},
3198 {"R_PPC64_DTPREL16_DS", Const, 5},
3199 {"R_PPC64_DTPREL16_HA", Const, 5},
3200 {"R_PPC64_DTPREL16_HI", Const, 5},
3201 {"R_PPC64_DTPREL16_HIGH", Const, 10},
3202 {"R_PPC64_DTPREL16_HIGHA", Const, 10},
3203 {"R_PPC64_DTPREL16_HIGHER", Const, 5},
3204 {"R_PPC64_DTPREL16_HIGHERA", Const, 5},
3205 {"R_PPC64_DTPREL16_HIGHEST", Const, 5},
3206 {"R_PPC64_DTPREL16_HIGHESTA", Const, 5},
3207 {"R_PPC64_DTPREL16_LO", Const, 5},
3208 {"R_PPC64_DTPREL16_LO_DS", Const, 5},
3209 {"R_PPC64_DTPREL34", Const, 20},
3210 {"R_PPC64_DTPREL64", Const, 5},
3211 {"R_PPC64_ENTRY", Const, 10},
3212 {"R_PPC64_GLOB_DAT", Const, 20},
3213 {"R_PPC64_GNU_VTENTRY", Const, 20},
3214 {"R_PPC64_GNU_VTINHERIT", Const, 20},
3215 {"R_PPC64_GOT16", Const, 5},
3216 {"R_PPC64_GOT16_DS", Const, 5},
3217 {"R_PPC64_GOT16_HA", Const, 5},
3218 {"R_PPC64_GOT16_HI", Const, 5},
3219 {"R_PPC64_GOT16_LO", Const, 5},
3220 {"R_PPC64_GOT16_LO_DS", Const, 5},
3221 {"R_PPC64_GOT_DTPREL16_DS", Const, 5},
3222 {"R_PPC64_GOT_DTPREL16_HA", Const, 5},
3223 {"R_PPC64_GOT_DTPREL16_HI", Const, 5},
3224 {"R_PPC64_GOT_DTPREL16_LO_DS", Const, 5},
3225 {"R_PPC64_GOT_DTPREL_PCREL34", Const, 20},
3226 {"R_PPC64_GOT_PCREL34", Const, 20},
3227 {"R_PPC64_GOT_TLSGD16", Const, 5},
3228 {"R_PPC64_GOT_TLSGD16_HA", Const, 5},
3229 {"R_PPC64_GOT_TLSGD16_HI", Const, 5},
3230 {"R_PPC64_GOT_TLSGD16_LO", Const, 5},
3231 {"R_PPC64_GOT_TLSGD_PCREL34", Const, 20},
3232 {"R_PPC64_GOT_TLSLD16", Const, 5},
3233 {"R_PPC64_GOT_TLSLD16_HA", Const, 5},
3234 {"R_PPC64_GOT_TLSLD16_HI", Const, 5},
3235 {"R_PPC64_GOT_TLSLD16_LO", Const, 5},
3236 {"R_PPC64_GOT_TLSLD_PCREL34", Const, 20},
3237 {"R_PPC64_GOT_TPREL16_DS", Const, 5},
3238 {"R_PPC64_GOT_TPREL16_HA", Const, 5},
3239 {"R_PPC64_GOT_TPREL16_HI", Const, 5},
3240 {"R_PPC64_GOT_TPREL16_LO_DS", Const, 5},
3241 {"R_PPC64_GOT_TPREL_PCREL34", Const, 20},
3242 {"R_PPC64_IRELATIVE", Const, 10},
3243 {"R_PPC64_JMP_IREL", Const, 10},
3244 {"R_PPC64_JMP_SLOT", Const, 5},
3245 {"R_PPC64_NONE", Const, 5},
3246 {"R_PPC64_PCREL28", Const, 20},
3247 {"R_PPC64_PCREL34", Const, 20},
3248 {"R_PPC64_PCREL_OPT", Const, 20},
3249 {"R_PPC64_PLT16_HA", Const, 20},
3250 {"R_PPC64_PLT16_HI", Const, 20},
3251 {"R_PPC64_PLT16_LO", Const, 20},
3252 {"R_PPC64_PLT16_LO_DS", Const, 10},
3253 {"R_PPC64_PLT32", Const, 20},
3254 {"R_PPC64_PLT64", Const, 20},
3255 {"R_PPC64_PLTCALL", Const, 20},
3256 {"R_PPC64_PLTCALL_NOTOC", Const, 20},
3257 {"R_PPC64_PLTGOT16", Const, 10},
3258 {"R_PPC64_PLTGOT16_DS", Const, 10},
3259 {"R_PPC64_PLTGOT16_HA", Const, 10},
3260 {"R_PPC64_PLTGOT16_HI", Const, 10},
3261 {"R_PPC64_PLTGOT16_LO", Const, 10},
3262 {"R_PPC64_PLTGOT_LO_DS", Const, 10},
3263 {"R_PPC64_PLTREL32", Const, 20},
3264 {"R_PPC64_PLTREL64", Const, 20},
3265 {"R_PPC64_PLTSEQ", Const, 20},
3266 {"R_PPC64_PLTSEQ_NOTOC", Const, 20},
3267 {"R_PPC64_PLT_PCREL34", Const, 20},
3268 {"R_PPC64_PLT_PCREL34_NOTOC", Const, 20},
3269 {"R_PPC64_REL14", Const, 5},
3270 {"R_PPC64_REL14_BRNTAKEN", Const, 5},
3271 {"R_PPC64_REL14_BRTAKEN", Const, 5},
3272 {"R_PPC64_REL16", Const, 5},
3273 {"R_PPC64_REL16DX_HA", Const, 10},
3274 {"R_PPC64_REL16_HA", Const, 5},
3275 {"R_PPC64_REL16_HI", Const, 5},
3276 {"R_PPC64_REL16_HIGH", Const, 20},
3277 {"R_PPC64_REL16_HIGHA", Const, 20},
3278 {"R_PPC64_REL16_HIGHER", Const, 20},
3279 {"R_PPC64_REL16_HIGHER34", Const, 20},
3280 {"R_PPC64_REL16_HIGHERA", Const, 20},
3281 {"R_PPC64_REL16_HIGHERA34", Const, 20},
3282 {"R_PPC64_REL16_HIGHEST", Const, 20},
3283 {"R_PPC64_REL16_HIGHEST34", Const, 20},
3284 {"R_PPC64_REL16_HIGHESTA", Const, 20},
3285 {"R_PPC64_REL16_HIGHESTA34", Const, 20},
3286 {"R_PPC64_REL16_LO", Const, 5},
3287 {"R_PPC64_REL24", Const, 5},
3288 {"R_PPC64_REL24_NOTOC", Const, 10},
3289 {"R_PPC64_REL24_P9NOTOC", Const, 21},
3290 {"R_PPC64_REL30", Const, 20},
3291 {"R_PPC64_REL32", Const, 5},
3292 {"R_PPC64_REL64", Const, 5},
3293 {"R_PPC64_RELATIVE", Const, 18},
3294 {"R_PPC64_SECTOFF", Const, 20},
3295 {"R_PPC64_SECTOFF_DS", Const, 10},
3296 {"R_PPC64_SECTOFF_HA", Const, 20},
3297 {"R_PPC64_SECTOFF_HI", Const, 20},
3298 {"R_PPC64_SECTOFF_LO", Const, 20},
3299 {"R_PPC64_SECTOFF_LO_DS", Const, 10},
3300 {"R_PPC64_TLS", Const, 5},
3301 {"R_PPC64_TLSGD", Const, 5},
3302 {"R_PPC64_TLSLD", Const, 5},
3303 {"R_PPC64_TOC", Const, 5},
3304 {"R_PPC64_TOC16", Const, 5},
3305 {"R_PPC64_TOC16_DS", Const, 5},
3306 {"R_PPC64_TOC16_HA", Const, 5},
3307 {"R_PPC64_TOC16_HI", Const, 5},
3308 {"R_PPC64_TOC16_LO", Const, 5},
3309 {"R_PPC64_TOC16_LO_DS", Const, 5},
3310 {"R_PPC64_TOCSAVE", Const, 10},
3311 {"R_PPC64_TPREL16", Const, 5},
3312 {"R_PPC64_TPREL16_DS", Const, 5},
3313 {"R_PPC64_TPREL16_HA", Const, 5},
3314 {"R_PPC64_TPREL16_HI", Const, 5},
3315 {"R_PPC64_TPREL16_HIGH", Const, 10},
3316 {"R_PPC64_TPREL16_HIGHA", Const, 10},
3317 {"R_PPC64_TPREL16_HIGHER", Const, 5},
3318 {"R_PPC64_TPREL16_HIGHERA", Const, 5},
3319 {"R_PPC64_TPREL16_HIGHEST", Const, 5},
3320 {"R_PPC64_TPREL16_HIGHESTA", Const, 5},
3321 {"R_PPC64_TPREL16_LO", Const, 5},
3322 {"R_PPC64_TPREL16_LO_DS", Const, 5},
3323 {"R_PPC64_TPREL34", Const, 20},
3324 {"R_PPC64_TPREL64", Const, 5},
3325 {"R_PPC64_UADDR16", Const, 20},
3326 {"R_PPC64_UADDR32", Const, 20},
3327 {"R_PPC64_UADDR64", Const, 20},
3328 {"R_PPC_ADDR14", Const, 0},
3329 {"R_PPC_ADDR14_BRNTAKEN", Const, 0},
3330 {"R_PPC_ADDR14_BRTAKEN", Const, 0},
3331 {"R_PPC_ADDR16", Const, 0},
3332 {"R_PPC_ADDR16_HA", Const, 0},
3333 {"R_PPC_ADDR16_HI", Const, 0},
3334 {"R_PPC_ADDR16_LO", Const, 0},
3335 {"R_PPC_ADDR24", Const, 0},
3336 {"R_PPC_ADDR32", Const, 0},
3337 {"R_PPC_COPY", Const, 0},
3338 {"R_PPC_DTPMOD32", Const, 0},
3339 {"R_PPC_DTPREL16", Const, 0},
3340 {"R_PPC_DTPREL16_HA", Const, 0},
3341 {"R_PPC_DTPREL16_HI", Const, 0},
3342 {"R_PPC_DTPREL16_LO", Const, 0},
3343 {"R_PPC_DTPREL32", Const, 0},
3344 {"R_PPC_EMB_BIT_FLD", Const, 0},
3345 {"R_PPC_EMB_MRKREF", Const, 0},
3346 {"R_PPC_EMB_NADDR16", Const, 0},
3347 {"R_PPC_EMB_NADDR16_HA", Const, 0},
3348 {"R_PPC_EMB_NADDR16_HI", Const, 0},
3349 {"R_PPC_EMB_NADDR16_LO", Const, 0},
3350 {"R_PPC_EMB_NADDR32", Const, 0},
3351 {"R_PPC_EMB_RELSDA", Const, 0},
3352 {"R_PPC_EMB_RELSEC16", Const, 0},
3353 {"R_PPC_EMB_RELST_HA", Const, 0},
3354 {"R_PPC_EMB_RELST_HI", Const, 0},
3355 {"R_PPC_EMB_RELST_LO", Const, 0},
3356 {"R_PPC_EMB_SDA21", Const, 0},
3357 {"R_PPC_EMB_SDA2I16", Const, 0},
3358 {"R_PPC_EMB_SDA2REL", Const, 0},
3359 {"R_PPC_EMB_SDAI16", Const, 0},
3360 {"R_PPC_GLOB_DAT", Const, 0},
3361 {"R_PPC_GOT16", Const, 0},
3362 {"R_PPC_GOT16_HA", Const, 0},
3363 {"R_PPC_GOT16_HI", Const, 0},
3364 {"R_PPC_GOT16_LO", Const, 0},
3365 {"R_PPC_GOT_TLSGD16", Const, 0},
3366 {"R_PPC_GOT_TLSGD16_HA", Const, 0},
3367 {"R_PPC_GOT_TLSGD16_HI", Const, 0},
3368 {"R_PPC_GOT_TLSGD16_LO", Const, 0},
3369 {"R_PPC_GOT_TLSLD16", Const, 0},
3370 {"R_PPC_GOT_TLSLD16_HA", Const, 0},
3371 {"R_PPC_GOT_TLSLD16_HI", Const, 0},
3372 {"R_PPC_GOT_TLSLD16_LO", Const, 0},
3373 {"R_PPC_GOT_TPREL16", Const, 0},
3374 {"R_PPC_GOT_TPREL16_HA", Const, 0},
3375 {"R_PPC_GOT_TPREL16_HI", Const, 0},
3376 {"R_PPC_GOT_TPREL16_LO", Const, 0},
3377 {"R_PPC_JMP_SLOT", Const, 0},
3378 {"R_PPC_LOCAL24PC", Const, 0},
3379 {"R_PPC_NONE", Const, 0},
3380 {"R_PPC_PLT16_HA", Const, 0},
3381 {"R_PPC_PLT16_HI", Const, 0},
3382 {"R_PPC_PLT16_LO", Const, 0},
3383 {"R_PPC_PLT32", Const, 0},
3384 {"R_PPC_PLTREL24", Const, 0},
3385 {"R_PPC_PLTREL32", Const, 0},
3386 {"R_PPC_REL14", Const, 0},
3387 {"R_PPC_REL14_BRNTAKEN", Const, 0},
3388 {"R_PPC_REL14_BRTAKEN", Const, 0},
3389 {"R_PPC_REL24", Const, 0},
3390 {"R_PPC_REL32", Const, 0},
3391 {"R_PPC_RELATIVE", Const, 0},
3392 {"R_PPC_SDAREL16", Const, 0},
3393 {"R_PPC_SECTOFF", Const, 0},
3394 {"R_PPC_SECTOFF_HA", Const, 0},
3395 {"R_PPC_SECTOFF_HI", Const, 0},
3396 {"R_PPC_SECTOFF_LO", Const, 0},
3397 {"R_PPC_TLS", Const, 0},
3398 {"R_PPC_TPREL16", Const, 0},
3399 {"R_PPC_TPREL16_HA", Const, 0},
3400 {"R_PPC_TPREL16_HI", Const, 0},
3401 {"R_PPC_TPREL16_LO", Const, 0},
3402 {"R_PPC_TPREL32", Const, 0},
3403 {"R_PPC_UADDR16", Const, 0},
3404 {"R_PPC_UADDR32", Const, 0},
3405 {"R_RISCV", Type, 11},
3406 {"R_RISCV_32", Const, 11},
3407 {"R_RISCV_32_PCREL", Const, 12},
3408 {"R_RISCV_64", Const, 11},
3409 {"R_RISCV_ADD16", Const, 11},
3410 {"R_RISCV_ADD32", Const, 11},
3411 {"R_RISCV_ADD64", Const, 11},
3412 {"R_RISCV_ADD8", Const, 11},
3413 {"R_RISCV_ALIGN", Const, 11},
3414 {"R_RISCV_BRANCH", Const, 11},
3415 {"R_RISCV_CALL", Const, 11},
3416 {"R_RISCV_CALL_PLT", Const, 11},
3417 {"R_RISCV_COPY", Const, 11},
3418 {"R_RISCV_GNU_VTENTRY", Const, 11},
3419 {"R_RISCV_GNU_VTINHERIT", Const, 11},
3420 {"R_RISCV_GOT_HI20", Const, 11},
3421 {"R_RISCV_GPREL_I", Const, 11},
3422 {"R_RISCV_GPREL_S", Const, 11},
3423 {"R_RISCV_HI20", Const, 11},
3424 {"R_RISCV_JAL", Const, 11},
3425 {"R_RISCV_JUMP_SLOT", Const, 11},
3426 {"R_RISCV_LO12_I", Const, 11},
3427 {"R_RISCV_LO12_S", Const, 11},
3428 {"R_RISCV_NONE", Const, 11},
3429 {"R_RISCV_PCREL_HI20", Const, 11},
3430 {"R_RISCV_PCREL_LO12_I", Const, 11},
3431 {"R_RISCV_PCREL_LO12_S", Const, 11},
3432 {"R_RISCV_RELATIVE", Const, 11},
3433 {"R_RISCV_RELAX", Const, 11},
3434 {"R_RISCV_RVC_BRANCH", Const, 11},
3435 {"R_RISCV_RVC_JUMP", Const, 11},
3436 {"R_RISCV_RVC_LUI", Const, 11},
3437 {"R_RISCV_SET16", Const, 11},
3438 {"R_RISCV_SET32", Const, 11},
3439 {"R_RISCV_SET6", Const, 11},
3440 {"R_RISCV_SET8", Const, 11},
3441 {"R_RISCV_SUB16", Const, 11},
3442 {"R_RISCV_SUB32", Const, 11},
3443 {"R_RISCV_SUB6", Const, 11},
3444 {"R_RISCV_SUB64", Const, 11},
3445 {"R_RISCV_SUB8", Const, 11},
3446 {"R_RISCV_TLS_DTPMOD32", Const, 11},
3447 {"R_RISCV_TLS_DTPMOD64", Const, 11},
3448 {"R_RISCV_TLS_DTPREL32", Const, 11},
3449 {"R_RISCV_TLS_DTPREL64", Const, 11},
3450 {"R_RISCV_TLS_GD_HI20", Const, 11},
3451 {"R_RISCV_TLS_GOT_HI20", Const, 11},
3452 {"R_RISCV_TLS_TPREL32", Const, 11},
3453 {"R_RISCV_TLS_TPREL64", Const, 11},
3454 {"R_RISCV_TPREL_ADD", Const, 11},
3455 {"R_RISCV_TPREL_HI20", Const, 11},
3456 {"R_RISCV_TPREL_I", Const, 11},
3457 {"R_RISCV_TPREL_LO12_I", Const, 11},
3458 {"R_RISCV_TPREL_LO12_S", Const, 11},
3459 {"R_RISCV_TPREL_S", Const, 11},
3460 {"R_SPARC", Type, 0},
3461 {"R_SPARC_10", Const, 0},
3462 {"R_SPARC_11", Const, 0},
3463 {"R_SPARC_13", Const, 0},
3464 {"R_SPARC_16", Const, 0},
3465 {"R_SPARC_22", Const, 0},
3466 {"R_SPARC_32", Const, 0},
3467 {"R_SPARC_5", Const, 0},
3468 {"R_SPARC_6", Const, 0},
3469 {"R_SPARC_64", Const, 0},
3470 {"R_SPARC_7", Const, 0},
3471 {"R_SPARC_8", Const, 0},
3472 {"R_SPARC_COPY", Const, 0},
3473 {"R_SPARC_DISP16", Const, 0},
3474 {"R_SPARC_DISP32", Const, 0},
3475 {"R_SPARC_DISP64", Const, 0},
3476 {"R_SPARC_DISP8", Const, 0},
3477 {"R_SPARC_GLOB_DAT", Const, 0},
3478 {"R_SPARC_GLOB_JMP", Const, 0},
3479 {"R_SPARC_GOT10", Const, 0},
3480 {"R_SPARC_GOT13", Const, 0},
3481 {"R_SPARC_GOT22", Const, 0},
3482 {"R_SPARC_H44", Const, 0},
3483 {"R_SPARC_HH22", Const, 0},
3484 {"R_SPARC_HI22", Const, 0},
3485 {"R_SPARC_HIPLT22", Const, 0},
3486 {"R_SPARC_HIX22", Const, 0},
3487 {"R_SPARC_HM10", Const, 0},
3488 {"R_SPARC_JMP_SLOT", Const, 0},
3489 {"R_SPARC_L44", Const, 0},
3490 {"R_SPARC_LM22", Const, 0},
3491 {"R_SPARC_LO10", Const, 0},
3492 {"R_SPARC_LOPLT10", Const, 0},
3493 {"R_SPARC_LOX10", Const, 0},
3494 {"R_SPARC_M44", Const, 0},
3495 {"R_SPARC_NONE", Const, 0},
3496 {"R_SPARC_OLO10", Const, 0},
3497 {"R_SPARC_PC10", Const, 0},
3498 {"R_SPARC_PC22", Const, 0},
3499 {"R_SPARC_PCPLT10", Const, 0},
3500 {"R_SPARC_PCPLT22", Const, 0},
3501 {"R_SPARC_PCPLT32", Const, 0},
3502 {"R_SPARC_PC_HH22", Const, 0},
3503 {"R_SPARC_PC_HM10", Const, 0},
3504 {"R_SPARC_PC_LM22", Const, 0},
3505 {"R_SPARC_PLT32", Const, 0},
3506 {"R_SPARC_PLT64", Const, 0},
3507 {"R_SPARC_REGISTER", Const, 0},
3508 {"R_SPARC_RELATIVE", Const, 0},
3509 {"R_SPARC_UA16", Const, 0},
3510 {"R_SPARC_UA32", Const, 0},
3511 {"R_SPARC_UA64", Const, 0},
3512 {"R_SPARC_WDISP16", Const, 0},
3513 {"R_SPARC_WDISP19", Const, 0},
3514 {"R_SPARC_WDISP22", Const, 0},
3515 {"R_SPARC_WDISP30", Const, 0},
3516 {"R_SPARC_WPLT30", Const, 0},
3517 {"R_SYM32", Func, 0},
3518 {"R_SYM64", Func, 0},
3519 {"R_TYPE32", Func, 0},
3520 {"R_TYPE64", Func, 0},
3521 {"R_X86_64", Type, 0},
3522 {"R_X86_64_16", Const, 0},
3523 {"R_X86_64_32", Const, 0},
3524 {"R_X86_64_32S", Const, 0},
3525 {"R_X86_64_64", Const, 0},
3526 {"R_X86_64_8", Const, 0},
3527 {"R_X86_64_COPY", Const, 0},
3528 {"R_X86_64_DTPMOD64", Const, 0},
3529 {"R_X86_64_DTPOFF32", Const, 0},
3530 {"R_X86_64_DTPOFF64", Const, 0},
3531 {"R_X86_64_GLOB_DAT", Const, 0},
3532 {"R_X86_64_GOT32", Const, 0},
3533 {"R_X86_64_GOT64", Const, 10},
3534 {"R_X86_64_GOTOFF64", Const, 10},
3535 {"R_X86_64_GOTPC32", Const, 10},
3536 {"R_X86_64_GOTPC32_TLSDESC", Const, 10},
3537 {"R_X86_64_GOTPC64", Const, 10},
3538 {"R_X86_64_GOTPCREL", Const, 0},
3539 {"R_X86_64_GOTPCREL64", Const, 10},
3540 {"R_X86_64_GOTPCRELX", Const, 10},
3541 {"R_X86_64_GOTPLT64", Const, 10},
3542 {"R_X86_64_GOTTPOFF", Const, 0},
3543 {"R_X86_64_IRELATIVE", Const, 10},
3544 {"R_X86_64_JMP_SLOT", Const, 0},
3545 {"R_X86_64_NONE", Const, 0},
3546 {"R_X86_64_PC16", Const, 0},
3547 {"R_X86_64_PC32", Const, 0},
3548 {"R_X86_64_PC32_BND", Const, 10},
3549 {"R_X86_64_PC64", Const, 10},
3550 {"R_X86_64_PC8", Const, 0},
3551 {"R_X86_64_PLT32", Const, 0},
3552 {"R_X86_64_PLT32_BND", Const, 10},
3553 {"R_X86_64_PLTOFF64", Const, 10},
3554 {"R_X86_64_RELATIVE", Const, 0},
3555 {"R_X86_64_RELATIVE64", Const, 10},
3556 {"R_X86_64_REX_GOTPCRELX", Const, 10},
3557 {"R_X86_64_SIZE32", Const, 10},
3558 {"R_X86_64_SIZE64", Const, 10},
3559 {"R_X86_64_TLSDESC", Const, 10},
3560 {"R_X86_64_TLSDESC_CALL", Const, 10},
3561 {"R_X86_64_TLSGD", Const, 0},
3562 {"R_X86_64_TLSLD", Const, 0},
3563 {"R_X86_64_TPOFF32", Const, 0},
3564 {"R_X86_64_TPOFF64", Const, 0},
3565 {"Rel32", Type, 0},
3566 {"Rel32.Info", Field, 0},
3567 {"Rel32.Off", Field, 0},
3568 {"Rel64", Type, 0},
3569 {"Rel64.Info", Field, 0},
3570 {"Rel64.Off", Field, 0},
3571 {"Rela32", Type, 0},
3572 {"Rela32.Addend", Field, 0},
3573 {"Rela32.Info", Field, 0},
3574 {"Rela32.Off", Field, 0},
3575 {"Rela64", Type, 0},
3576 {"Rela64.Addend", Field, 0},
3577 {"Rela64.Info", Field, 0},
3578 {"Rela64.Off", Field, 0},
3579 {"SHF_ALLOC", Const, 0},
3580 {"SHF_COMPRESSED", Const, 6},
3581 {"SHF_EXECINSTR", Const, 0},
3582 {"SHF_GROUP", Const, 0},
3583 {"SHF_INFO_LINK", Const, 0},
3584 {"SHF_LINK_ORDER", Const, 0},
3585 {"SHF_MASKOS", Const, 0},
3586 {"SHF_MASKPROC", Const, 0},
3587 {"SHF_MERGE", Const, 0},
3588 {"SHF_OS_NONCONFORMING", Const, 0},
3589 {"SHF_STRINGS", Const, 0},
3590 {"SHF_TLS", Const, 0},
3591 {"SHF_WRITE", Const, 0},
3592 {"SHN_ABS", Const, 0},
3593 {"SHN_COMMON", Const, 0},
3594 {"SHN_HIOS", Const, 0},
3595 {"SHN_HIPROC", Const, 0},
3596 {"SHN_HIRESERVE", Const, 0},
3597 {"SHN_LOOS", Const, 0},
3598 {"SHN_LOPROC", Const, 0},
3599 {"SHN_LORESERVE", Const, 0},
3600 {"SHN_UNDEF", Const, 0},
3601 {"SHN_XINDEX", Const, 0},
3602 {"SHT_DYNAMIC", Const, 0},
3603 {"SHT_DYNSYM", Const, 0},
3604 {"SHT_FINI_ARRAY", Const, 0},
3605 {"SHT_GNU_ATTRIBUTES", Const, 0},
3606 {"SHT_GNU_HASH", Const, 0},
3607 {"SHT_GNU_LIBLIST", Const, 0},
3608 {"SHT_GNU_VERDEF", Const, 0},
3609 {"SHT_GNU_VERNEED", Const, 0},
3610 {"SHT_GNU_VERSYM", Const, 0},
3611 {"SHT_GROUP", Const, 0},
3612 {"SHT_HASH", Const, 0},
3613 {"SHT_HIOS", Const, 0},
3614 {"SHT_HIPROC", Const, 0},
3615 {"SHT_HIUSER", Const, 0},
3616 {"SHT_INIT_ARRAY", Const, 0},
3617 {"SHT_LOOS", Const, 0},
3618 {"SHT_LOPROC", Const, 0},
3619 {"SHT_LOUSER", Const, 0},
3620 {"SHT_MIPS_ABIFLAGS", Const, 17},
3621 {"SHT_NOBITS", Const, 0},
3622 {"SHT_NOTE", Const, 0},
3623 {"SHT_NULL", Const, 0},
3624 {"SHT_PREINIT_ARRAY", Const, 0},
3625 {"SHT_PROGBITS", Const, 0},
3626 {"SHT_REL", Const, 0},
3627 {"SHT_RELA", Const, 0},
3628 {"SHT_SHLIB", Const, 0},
3629 {"SHT_STRTAB", Const, 0},
3630 {"SHT_SYMTAB", Const, 0},
3631 {"SHT_SYMTAB_SHNDX", Const, 0},
3632 {"STB_GLOBAL", Const, 0},
3633 {"STB_HIOS", Const, 0},
3634 {"STB_HIPROC", Const, 0},
3635 {"STB_LOCAL", Const, 0},
3636 {"STB_LOOS", Const, 0},
3637 {"STB_LOPROC", Const, 0},
3638 {"STB_WEAK", Const, 0},
3639 {"STT_COMMON", Const, 0},
3640 {"STT_FILE", Const, 0},
3641 {"STT_FUNC", Const, 0},
3642 {"STT_GNU_IFUNC", Const, 23},
3643 {"STT_HIOS", Const, 0},
3644 {"STT_HIPROC", Const, 0},
3645 {"STT_LOOS", Const, 0},
3646 {"STT_LOPROC", Const, 0},
3647 {"STT_NOTYPE", Const, 0},
3648 {"STT_OBJECT", Const, 0},
3649 {"STT_RELC", Const, 23},
3650 {"STT_SECTION", Const, 0},
3651 {"STT_SRELC", Const, 23},
3652 {"STT_TLS", Const, 0},
3653 {"STV_DEFAULT", Const, 0},
3654 {"STV_HIDDEN", Const, 0},
3655 {"STV_INTERNAL", Const, 0},
3656 {"STV_PROTECTED", Const, 0},
3657 {"ST_BIND", Func, 0},
3658 {"ST_INFO", Func, 0},
3659 {"ST_TYPE", Func, 0},
3660 {"ST_VISIBILITY", Func, 0},
3661 {"Section", Type, 0},
3662 {"Section.ReaderAt", Field, 0},
3663 {"Section.SectionHeader", Field, 0},
3664 {"Section32", Type, 0},
3665 {"Section32.Addr", Field, 0},
3666 {"Section32.Addralign", Field, 0},
3667 {"Section32.Entsize", Field, 0},
3668 {"Section32.Flags", Field, 0},
3669 {"Section32.Info", Field, 0},
3670 {"Section32.Link", Field, 0},
3671 {"Section32.Name", Field, 0},
3672 {"Section32.Off", Field, 0},
3673 {"Section32.Size", Field, 0},
3674 {"Section32.Type", Field, 0},
3675 {"Section64", Type, 0},
3676 {"Section64.Addr", Field, 0},
3677 {"Section64.Addralign", Field, 0},
3678 {"Section64.Entsize", Field, 0},
3679 {"Section64.Flags", Field, 0},
3680 {"Section64.Info", Field, 0},
3681 {"Section64.Link", Field, 0},
3682 {"Section64.Name", Field, 0},
3683 {"Section64.Off", Field, 0},
3684 {"Section64.Size", Field, 0},
3685 {"Section64.Type", Field, 0},
3686 {"SectionFlag", Type, 0},
3687 {"SectionHeader", Type, 0},
3688 {"SectionHeader.Addr", Field, 0},
3689 {"SectionHeader.Addralign", Field, 0},
3690 {"SectionHeader.Entsize", Field, 0},
3691 {"SectionHeader.FileSize", Field, 6},
3692 {"SectionHeader.Flags", Field, 0},
3693 {"SectionHeader.Info", Field, 0},
3694 {"SectionHeader.Link", Field, 0},
3695 {"SectionHeader.Name", Field, 0},
3696 {"SectionHeader.Offset", Field, 0},
3697 {"SectionHeader.Size", Field, 0},
3698 {"SectionHeader.Type", Field, 0},
3699 {"SectionIndex", Type, 0},
3700 {"SectionType", Type, 0},
3701 {"Sym32", Type, 0},
3702 {"Sym32.Info", Field, 0},
3703 {"Sym32.Name", Field, 0},
3704 {"Sym32.Other", Field, 0},
3705 {"Sym32.Shndx", Field, 0},
3706 {"Sym32.Size", Field, 0},
3707 {"Sym32.Value", Field, 0},
3708 {"Sym32Size", Const, 0},
3709 {"Sym64", Type, 0},
3710 {"Sym64.Info", Field, 0},
3711 {"Sym64.Name", Field, 0},
3712 {"Sym64.Other", Field, 0},
3713 {"Sym64.Shndx", Field, 0},
3714 {"Sym64.Size", Field, 0},
3715 {"Sym64.Value", Field, 0},
3716 {"Sym64Size", Const, 0},
3717 {"SymBind", Type, 0},
3718 {"SymType", Type, 0},
3719 {"SymVis", Type, 0},
3720 {"Symbol", Type, 0},
3721 {"Symbol.Info", Field, 0},
3722 {"Symbol.Library", Field, 13},
3723 {"Symbol.Name", Field, 0},
3724 {"Symbol.Other", Field, 0},
3725 {"Symbol.Section", Field, 0},
3726 {"Symbol.Size", Field, 0},
3727 {"Symbol.Value", Field, 0},
3728 {"Symbol.Version", Field, 13},
3729 {"Type", Type, 0},
3730 {"Version", Type, 0},
3731 },
3732 "debug/gosym": {
3733 {"(*DecodingError).Error", Method, 0},
3734 {"(*LineTable).LineToPC", Method, 0},
3735 {"(*LineTable).PCToLine", Method, 0},
3736 {"(*Sym).BaseName", Method, 0},
3737 {"(*Sym).PackageName", Method, 0},
3738 {"(*Sym).ReceiverName", Method, 0},
3739 {"(*Sym).Static", Method, 0},
3740 {"(*Table).LineToPC", Method, 0},
3741 {"(*Table).LookupFunc", Method, 0},
3742 {"(*Table).LookupSym", Method, 0},
3743 {"(*Table).PCToFunc", Method, 0},
3744 {"(*Table).PCToLine", Method, 0},
3745 {"(*Table).SymByAddr", Method, 0},
3746 {"(*UnknownLineError).Error", Method, 0},
3747 {"(Func).BaseName", Method, 0},
3748 {"(Func).PackageName", Method, 0},
3749 {"(Func).ReceiverName", Method, 0},
3750 {"(Func).Static", Method, 0},
3751 {"(UnknownFileError).Error", Method, 0},
3752 {"DecodingError", Type, 0},
3753 {"Func", Type, 0},
3754 {"Func.End", Field, 0},
3755 {"Func.Entry", Field, 0},
3756 {"Func.FrameSize", Field, 0},
3757 {"Func.LineTable", Field, 0},
3758 {"Func.Locals", Field, 0},
3759 {"Func.Obj", Field, 0},
3760 {"Func.Params", Field, 0},
3761 {"Func.Sym", Field, 0},
3762 {"LineTable", Type, 0},
3763 {"LineTable.Data", Field, 0},
3764 {"LineTable.Line", Field, 0},
3765 {"LineTable.PC", Field, 0},
3766 {"NewLineTable", Func, 0},
3767 {"NewTable", Func, 0},
3768 {"Obj", Type, 0},
3769 {"Obj.Funcs", Field, 0},
3770 {"Obj.Paths", Field, 0},
3771 {"Sym", Type, 0},
3772 {"Sym.Func", Field, 0},
3773 {"Sym.GoType", Field, 0},
3774 {"Sym.Name", Field, 0},
3775 {"Sym.Type", Field, 0},
3776 {"Sym.Value", Field, 0},
3777 {"Table", Type, 0},
3778 {"Table.Files", Field, 0},
3779 {"Table.Funcs", Field, 0},
3780 {"Table.Objs", Field, 0},
3781 {"Table.Syms", Field, 0},
3782 {"UnknownFileError", Type, 0},
3783 {"UnknownLineError", Type, 0},
3784 {"UnknownLineError.File", Field, 0},
3785 {"UnknownLineError.Line", Field, 0},
3786 },
3787 "debug/macho": {
3788 {"(*FatFile).Close", Method, 3},
3789 {"(*File).Close", Method, 0},
3790 {"(*File).DWARF", Method, 0},
3791 {"(*File).ImportedLibraries", Method, 0},
3792 {"(*File).ImportedSymbols", Method, 0},
3793 {"(*File).Section", Method, 0},
3794 {"(*File).Segment", Method, 0},
3795 {"(*FormatError).Error", Method, 0},
3796 {"(*Section).Data", Method, 0},
3797 {"(*Section).Open", Method, 0},
3798 {"(*Segment).Data", Method, 0},
3799 {"(*Segment).Open", Method, 0},
3800 {"(Cpu).GoString", Method, 0},
3801 {"(Cpu).String", Method, 0},
3802 {"(Dylib).Raw", Method, 0},
3803 {"(Dysymtab).Raw", Method, 0},
3804 {"(FatArch).Close", Method, 3},
3805 {"(FatArch).DWARF", Method, 3},
3806 {"(FatArch).ImportedLibraries", Method, 3},
3807 {"(FatArch).ImportedSymbols", Method, 3},
3808 {"(FatArch).Section", Method, 3},
3809 {"(FatArch).Segment", Method, 3},
3810 {"(LoadBytes).Raw", Method, 0},
3811 {"(LoadCmd).GoString", Method, 0},
3812 {"(LoadCmd).String", Method, 0},
3813 {"(RelocTypeARM).GoString", Method, 10},
3814 {"(RelocTypeARM).String", Method, 10},
3815 {"(RelocTypeARM64).GoString", Method, 10},
3816 {"(RelocTypeARM64).String", Method, 10},
3817 {"(RelocTypeGeneric).GoString", Method, 10},
3818 {"(RelocTypeGeneric).String", Method, 10},
3819 {"(RelocTypeX86_64).GoString", Method, 10},
3820 {"(RelocTypeX86_64).String", Method, 10},
3821 {"(Rpath).Raw", Method, 10},
3822 {"(Section).ReadAt", Method, 0},
3823 {"(Segment).Raw", Method, 0},
3824 {"(Segment).ReadAt", Method, 0},
3825 {"(Symtab).Raw", Method, 0},
3826 {"(Type).GoString", Method, 10},
3827 {"(Type).String", Method, 10},
3828 {"ARM64_RELOC_ADDEND", Const, 10},
3829 {"ARM64_RELOC_BRANCH26", Const, 10},
3830 {"ARM64_RELOC_GOT_LOAD_PAGE21", Const, 10},
3831 {"ARM64_RELOC_GOT_LOAD_PAGEOFF12", Const, 10},
3832 {"ARM64_RELOC_PAGE21", Const, 10},
3833 {"ARM64_RELOC_PAGEOFF12", Const, 10},
3834 {"ARM64_RELOC_POINTER_TO_GOT", Const, 10},
3835 {"ARM64_RELOC_SUBTRACTOR", Const, 10},
3836 {"ARM64_RELOC_TLVP_LOAD_PAGE21", Const, 10},
3837 {"ARM64_RELOC_TLVP_LOAD_PAGEOFF12", Const, 10},
3838 {"ARM64_RELOC_UNSIGNED", Const, 10},
3839 {"ARM_RELOC_BR24", Const, 10},
3840 {"ARM_RELOC_HALF", Const, 10},
3841 {"ARM_RELOC_HALF_SECTDIFF", Const, 10},
3842 {"ARM_RELOC_LOCAL_SECTDIFF", Const, 10},
3843 {"ARM_RELOC_PAIR", Const, 10},
3844 {"ARM_RELOC_PB_LA_PTR", Const, 10},
3845 {"ARM_RELOC_SECTDIFF", Const, 10},
3846 {"ARM_RELOC_VANILLA", Const, 10},
3847 {"ARM_THUMB_32BIT_BRANCH", Const, 10},
3848 {"ARM_THUMB_RELOC_BR22", Const, 10},
3849 {"Cpu", Type, 0},
3850 {"Cpu386", Const, 0},
3851 {"CpuAmd64", Const, 0},
3852 {"CpuArm", Const, 3},
3853 {"CpuArm64", Const, 11},
3854 {"CpuPpc", Const, 3},
3855 {"CpuPpc64", Const, 3},
3856 {"Dylib", Type, 0},
3857 {"Dylib.CompatVersion", Field, 0},
3858 {"Dylib.CurrentVersion", Field, 0},
3859 {"Dylib.LoadBytes", Field, 0},
3860 {"Dylib.Name", Field, 0},
3861 {"Dylib.Time", Field, 0},
3862 {"DylibCmd", Type, 0},
3863 {"DylibCmd.Cmd", Field, 0},
3864 {"DylibCmd.CompatVersion", Field, 0},
3865 {"DylibCmd.CurrentVersion", Field, 0},
3866 {"DylibCmd.Len", Field, 0},
3867 {"DylibCmd.Name", Field, 0},
3868 {"DylibCmd.Time", Field, 0},
3869 {"Dysymtab", Type, 0},
3870 {"Dysymtab.DysymtabCmd", Field, 0},
3871 {"Dysymtab.IndirectSyms", Field, 0},
3872 {"Dysymtab.LoadBytes", Field, 0},
3873 {"DysymtabCmd", Type, 0},
3874 {"DysymtabCmd.Cmd", Field, 0},
3875 {"DysymtabCmd.Extrefsymoff", Field, 0},
3876 {"DysymtabCmd.Extreloff", Field, 0},
3877 {"DysymtabCmd.Iextdefsym", Field, 0},
3878 {"DysymtabCmd.Ilocalsym", Field, 0},
3879 {"DysymtabCmd.Indirectsymoff", Field, 0},
3880 {"DysymtabCmd.Iundefsym", Field, 0},
3881 {"DysymtabCmd.Len", Field, 0},
3882 {"DysymtabCmd.Locreloff", Field, 0},
3883 {"DysymtabCmd.Modtaboff", Field, 0},
3884 {"DysymtabCmd.Nextdefsym", Field, 0},
3885 {"DysymtabCmd.Nextrefsyms", Field, 0},
3886 {"DysymtabCmd.Nextrel", Field, 0},
3887 {"DysymtabCmd.Nindirectsyms", Field, 0},
3888 {"DysymtabCmd.Nlocalsym", Field, 0},
3889 {"DysymtabCmd.Nlocrel", Field, 0},
3890 {"DysymtabCmd.Nmodtab", Field, 0},
3891 {"DysymtabCmd.Ntoc", Field, 0},
3892 {"DysymtabCmd.Nundefsym", Field, 0},
3893 {"DysymtabCmd.Tocoffset", Field, 0},
3894 {"ErrNotFat", Var, 3},
3895 {"FatArch", Type, 3},
3896 {"FatArch.FatArchHeader", Field, 3},
3897 {"FatArch.File", Field, 3},
3898 {"FatArchHeader", Type, 3},
3899 {"FatArchHeader.Align", Field, 3},
3900 {"FatArchHeader.Cpu", Field, 3},
3901 {"FatArchHeader.Offset", Field, 3},
3902 {"FatArchHeader.Size", Field, 3},
3903 {"FatArchHeader.SubCpu", Field, 3},
3904 {"FatFile", Type, 3},
3905 {"FatFile.Arches", Field, 3},
3906 {"FatFile.Magic", Field, 3},
3907 {"File", Type, 0},
3908 {"File.ByteOrder", Field, 0},
3909 {"File.Dysymtab", Field, 0},
3910 {"File.FileHeader", Field, 0},
3911 {"File.Loads", Field, 0},
3912 {"File.Sections", Field, 0},
3913 {"File.Symtab", Field, 0},
3914 {"FileHeader", Type, 0},
3915 {"FileHeader.Cmdsz", Field, 0},
3916 {"FileHeader.Cpu", Field, 0},
3917 {"FileHeader.Flags", Field, 0},
3918 {"FileHeader.Magic", Field, 0},
3919 {"FileHeader.Ncmd", Field, 0},
3920 {"FileHeader.SubCpu", Field, 0},
3921 {"FileHeader.Type", Field, 0},
3922 {"FlagAllModsBound", Const, 10},
3923 {"FlagAllowStackExecution", Const, 10},
3924 {"FlagAppExtensionSafe", Const, 10},
3925 {"FlagBindAtLoad", Const, 10},
3926 {"FlagBindsToWeak", Const, 10},
3927 {"FlagCanonical", Const, 10},
3928 {"FlagDeadStrippableDylib", Const, 10},
3929 {"FlagDyldLink", Const, 10},
3930 {"FlagForceFlat", Const, 10},
3931 {"FlagHasTLVDescriptors", Const, 10},
3932 {"FlagIncrLink", Const, 10},
3933 {"FlagLazyInit", Const, 10},
3934 {"FlagNoFixPrebinding", Const, 10},
3935 {"FlagNoHeapExecution", Const, 10},
3936 {"FlagNoMultiDefs", Const, 10},
3937 {"FlagNoReexportedDylibs", Const, 10},
3938 {"FlagNoUndefs", Const, 10},
3939 {"FlagPIE", Const, 10},
3940 {"FlagPrebindable", Const, 10},
3941 {"FlagPrebound", Const, 10},
3942 {"FlagRootSafe", Const, 10},
3943 {"FlagSetuidSafe", Const, 10},
3944 {"FlagSplitSegs", Const, 10},
3945 {"FlagSubsectionsViaSymbols", Const, 10},
3946 {"FlagTwoLevel", Const, 10},
3947 {"FlagWeakDefines", Const, 10},
3948 {"FormatError", Type, 0},
3949 {"GENERIC_RELOC_LOCAL_SECTDIFF", Const, 10},
3950 {"GENERIC_RELOC_PAIR", Const, 10},
3951 {"GENERIC_RELOC_PB_LA_PTR", Const, 10},
3952 {"GENERIC_RELOC_SECTDIFF", Const, 10},
3953 {"GENERIC_RELOC_TLV", Const, 10},
3954 {"GENERIC_RELOC_VANILLA", Const, 10},
3955 {"Load", Type, 0},
3956 {"LoadBytes", Type, 0},
3957 {"LoadCmd", Type, 0},
3958 {"LoadCmdDylib", Const, 0},
3959 {"LoadCmdDylinker", Const, 0},
3960 {"LoadCmdDysymtab", Const, 0},
3961 {"LoadCmdRpath", Const, 10},
3962 {"LoadCmdSegment", Const, 0},
3963 {"LoadCmdSegment64", Const, 0},
3964 {"LoadCmdSymtab", Const, 0},
3965 {"LoadCmdThread", Const, 0},
3966 {"LoadCmdUnixThread", Const, 0},
3967 {"Magic32", Const, 0},
3968 {"Magic64", Const, 0},
3969 {"MagicFat", Const, 3},
3970 {"NewFatFile", Func, 3},
3971 {"NewFile", Func, 0},
3972 {"Nlist32", Type, 0},
3973 {"Nlist32.Desc", Field, 0},
3974 {"Nlist32.Name", Field, 0},
3975 {"Nlist32.Sect", Field, 0},
3976 {"Nlist32.Type", Field, 0},
3977 {"Nlist32.Value", Field, 0},
3978 {"Nlist64", Type, 0},
3979 {"Nlist64.Desc", Field, 0},
3980 {"Nlist64.Name", Field, 0},
3981 {"Nlist64.Sect", Field, 0},
3982 {"Nlist64.Type", Field, 0},
3983 {"Nlist64.Value", Field, 0},
3984 {"Open", Func, 0},
3985 {"OpenFat", Func, 3},
3986 {"Regs386", Type, 0},
3987 {"Regs386.AX", Field, 0},
3988 {"Regs386.BP", Field, 0},
3989 {"Regs386.BX", Field, 0},
3990 {"Regs386.CS", Field, 0},
3991 {"Regs386.CX", Field, 0},
3992 {"Regs386.DI", Field, 0},
3993 {"Regs386.DS", Field, 0},
3994 {"Regs386.DX", Field, 0},
3995 {"Regs386.ES", Field, 0},
3996 {"Regs386.FLAGS", Field, 0},
3997 {"Regs386.FS", Field, 0},
3998 {"Regs386.GS", Field, 0},
3999 {"Regs386.IP", Field, 0},
4000 {"Regs386.SI", Field, 0},
4001 {"Regs386.SP", Field, 0},
4002 {"Regs386.SS", Field, 0},
4003 {"RegsAMD64", Type, 0},
4004 {"RegsAMD64.AX", Field, 0},
4005 {"RegsAMD64.BP", Field, 0},
4006 {"RegsAMD64.BX", Field, 0},
4007 {"RegsAMD64.CS", Field, 0},
4008 {"RegsAMD64.CX", Field, 0},
4009 {"RegsAMD64.DI", Field, 0},
4010 {"RegsAMD64.DX", Field, 0},
4011 {"RegsAMD64.FLAGS", Field, 0},
4012 {"RegsAMD64.FS", Field, 0},
4013 {"RegsAMD64.GS", Field, 0},
4014 {"RegsAMD64.IP", Field, 0},
4015 {"RegsAMD64.R10", Field, 0},
4016 {"RegsAMD64.R11", Field, 0},
4017 {"RegsAMD64.R12", Field, 0},
4018 {"RegsAMD64.R13", Field, 0},
4019 {"RegsAMD64.R14", Field, 0},
4020 {"RegsAMD64.R15", Field, 0},
4021 {"RegsAMD64.R8", Field, 0},
4022 {"RegsAMD64.R9", Field, 0},
4023 {"RegsAMD64.SI", Field, 0},
4024 {"RegsAMD64.SP", Field, 0},
4025 {"Reloc", Type, 10},
4026 {"Reloc.Addr", Field, 10},
4027 {"Reloc.Extern", Field, 10},
4028 {"Reloc.Len", Field, 10},
4029 {"Reloc.Pcrel", Field, 10},
4030 {"Reloc.Scattered", Field, 10},
4031 {"Reloc.Type", Field, 10},
4032 {"Reloc.Value", Field, 10},
4033 {"RelocTypeARM", Type, 10},
4034 {"RelocTypeARM64", Type, 10},
4035 {"RelocTypeGeneric", Type, 10},
4036 {"RelocTypeX86_64", Type, 10},
4037 {"Rpath", Type, 10},
4038 {"Rpath.LoadBytes", Field, 10},
4039 {"Rpath.Path", Field, 10},
4040 {"RpathCmd", Type, 10},
4041 {"RpathCmd.Cmd", Field, 10},
4042 {"RpathCmd.Len", Field, 10},
4043 {"RpathCmd.Path", Field, 10},
4044 {"Section", Type, 0},
4045 {"Section.ReaderAt", Field, 0},
4046 {"Section.Relocs", Field, 10},
4047 {"Section.SectionHeader", Field, 0},
4048 {"Section32", Type, 0},
4049 {"Section32.Addr", Field, 0},
4050 {"Section32.Align", Field, 0},
4051 {"Section32.Flags", Field, 0},
4052 {"Section32.Name", Field, 0},
4053 {"Section32.Nreloc", Field, 0},
4054 {"Section32.Offset", Field, 0},
4055 {"Section32.Reloff", Field, 0},
4056 {"Section32.Reserve1", Field, 0},
4057 {"Section32.Reserve2", Field, 0},
4058 {"Section32.Seg", Field, 0},
4059 {"Section32.Size", Field, 0},
4060 {"Section64", Type, 0},
4061 {"Section64.Addr", Field, 0},
4062 {"Section64.Align", Field, 0},
4063 {"Section64.Flags", Field, 0},
4064 {"Section64.Name", Field, 0},
4065 {"Section64.Nreloc", Field, 0},
4066 {"Section64.Offset", Field, 0},
4067 {"Section64.Reloff", Field, 0},
4068 {"Section64.Reserve1", Field, 0},
4069 {"Section64.Reserve2", Field, 0},
4070 {"Section64.Reserve3", Field, 0},
4071 {"Section64.Seg", Field, 0},
4072 {"Section64.Size", Field, 0},
4073 {"SectionHeader", Type, 0},
4074 {"SectionHeader.Addr", Field, 0},
4075 {"SectionHeader.Align", Field, 0},
4076 {"SectionHeader.Flags", Field, 0},
4077 {"SectionHeader.Name", Field, 0},
4078 {"SectionHeader.Nreloc", Field, 0},
4079 {"SectionHeader.Offset", Field, 0},
4080 {"SectionHeader.Reloff", Field, 0},
4081 {"SectionHeader.Seg", Field, 0},
4082 {"SectionHeader.Size", Field, 0},
4083 {"Segment", Type, 0},
4084 {"Segment.LoadBytes", Field, 0},
4085 {"Segment.ReaderAt", Field, 0},
4086 {"Segment.SegmentHeader", Field, 0},
4087 {"Segment32", Type, 0},
4088 {"Segment32.Addr", Field, 0},
4089 {"Segment32.Cmd", Field, 0},
4090 {"Segment32.Filesz", Field, 0},
4091 {"Segment32.Flag", Field, 0},
4092 {"Segment32.Len", Field, 0},
4093 {"Segment32.Maxprot", Field, 0},
4094 {"Segment32.Memsz", Field, 0},
4095 {"Segment32.Name", Field, 0},
4096 {"Segment32.Nsect", Field, 0},
4097 {"Segment32.Offset", Field, 0},
4098 {"Segment32.Prot", Field, 0},
4099 {"Segment64", Type, 0},
4100 {"Segment64.Addr", Field, 0},
4101 {"Segment64.Cmd", Field, 0},
4102 {"Segment64.Filesz", Field, 0},
4103 {"Segment64.Flag", Field, 0},
4104 {"Segment64.Len", Field, 0},
4105 {"Segment64.Maxprot", Field, 0},
4106 {"Segment64.Memsz", Field, 0},
4107 {"Segment64.Name", Field, 0},
4108 {"Segment64.Nsect", Field, 0},
4109 {"Segment64.Offset", Field, 0},
4110 {"Segment64.Prot", Field, 0},
4111 {"SegmentHeader", Type, 0},
4112 {"SegmentHeader.Addr", Field, 0},
4113 {"SegmentHeader.Cmd", Field, 0},
4114 {"SegmentHeader.Filesz", Field, 0},
4115 {"SegmentHeader.Flag", Field, 0},
4116 {"SegmentHeader.Len", Field, 0},
4117 {"SegmentHeader.Maxprot", Field, 0},
4118 {"SegmentHeader.Memsz", Field, 0},
4119 {"SegmentHeader.Name", Field, 0},
4120 {"SegmentHeader.Nsect", Field, 0},
4121 {"SegmentHeader.Offset", Field, 0},
4122 {"SegmentHeader.Prot", Field, 0},
4123 {"Symbol", Type, 0},
4124 {"Symbol.Desc", Field, 0},
4125 {"Symbol.Name", Field, 0},
4126 {"Symbol.Sect", Field, 0},
4127 {"Symbol.Type", Field, 0},
4128 {"Symbol.Value", Field, 0},
4129 {"Symtab", Type, 0},
4130 {"Symtab.LoadBytes", Field, 0},
4131 {"Symtab.Syms", Field, 0},
4132 {"Symtab.SymtabCmd", Field, 0},
4133 {"SymtabCmd", Type, 0},
4134 {"SymtabCmd.Cmd", Field, 0},
4135 {"SymtabCmd.Len", Field, 0},
4136 {"SymtabCmd.Nsyms", Field, 0},
4137 {"SymtabCmd.Stroff", Field, 0},
4138 {"SymtabCmd.Strsize", Field, 0},
4139 {"SymtabCmd.Symoff", Field, 0},
4140 {"Thread", Type, 0},
4141 {"Thread.Cmd", Field, 0},
4142 {"Thread.Data", Field, 0},
4143 {"Thread.Len", Field, 0},
4144 {"Thread.Type", Field, 0},
4145 {"Type", Type, 0},
4146 {"TypeBundle", Const, 3},
4147 {"TypeDylib", Const, 3},
4148 {"TypeExec", Const, 0},
4149 {"TypeObj", Const, 0},
4150 {"X86_64_RELOC_BRANCH", Const, 10},
4151 {"X86_64_RELOC_GOT", Const, 10},
4152 {"X86_64_RELOC_GOT_LOAD", Const, 10},
4153 {"X86_64_RELOC_SIGNED", Const, 10},
4154 {"X86_64_RELOC_SIGNED_1", Const, 10},
4155 {"X86_64_RELOC_SIGNED_2", Const, 10},
4156 {"X86_64_RELOC_SIGNED_4", Const, 10},
4157 {"X86_64_RELOC_SUBTRACTOR", Const, 10},
4158 {"X86_64_RELOC_TLV", Const, 10},
4159 {"X86_64_RELOC_UNSIGNED", Const, 10},
4160 },
4161 "debug/pe": {
4162 {"(*COFFSymbol).FullName", Method, 8},
4163 {"(*File).COFFSymbolReadSectionDefAux", Method, 19},
4164 {"(*File).Close", Method, 0},
4165 {"(*File).DWARF", Method, 0},
4166 {"(*File).ImportedLibraries", Method, 0},
4167 {"(*File).ImportedSymbols", Method, 0},
4168 {"(*File).Section", Method, 0},
4169 {"(*FormatError).Error", Method, 0},
4170 {"(*Section).Data", Method, 0},
4171 {"(*Section).Open", Method, 0},
4172 {"(Section).ReadAt", Method, 0},
4173 {"(StringTable).String", Method, 8},
4174 {"COFFSymbol", Type, 1},
4175 {"COFFSymbol.Name", Field, 1},
4176 {"COFFSymbol.NumberOfAuxSymbols", Field, 1},
4177 {"COFFSymbol.SectionNumber", Field, 1},
4178 {"COFFSymbol.StorageClass", Field, 1},
4179 {"COFFSymbol.Type", Field, 1},
4180 {"COFFSymbol.Value", Field, 1},
4181 {"COFFSymbolAuxFormat5", Type, 19},
4182 {"COFFSymbolAuxFormat5.Checksum", Field, 19},
4183 {"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19},
4184 {"COFFSymbolAuxFormat5.NumRelocs", Field, 19},
4185 {"COFFSymbolAuxFormat5.SecNum", Field, 19},
4186 {"COFFSymbolAuxFormat5.Selection", Field, 19},
4187 {"COFFSymbolAuxFormat5.Size", Field, 19},
4188 {"COFFSymbolSize", Const, 1},
4189 {"DataDirectory", Type, 3},
4190 {"DataDirectory.Size", Field, 3},
4191 {"DataDirectory.VirtualAddress", Field, 3},
4192 {"File", Type, 0},
4193 {"File.COFFSymbols", Field, 8},
4194 {"File.FileHeader", Field, 0},
4195 {"File.OptionalHeader", Field, 3},
4196 {"File.Sections", Field, 0},
4197 {"File.StringTable", Field, 8},
4198 {"File.Symbols", Field, 1},
4199 {"FileHeader", Type, 0},
4200 {"FileHeader.Characteristics", Field, 0},
4201 {"FileHeader.Machine", Field, 0},
4202 {"FileHeader.NumberOfSections", Field, 0},
4203 {"FileHeader.NumberOfSymbols", Field, 0},
4204 {"FileHeader.PointerToSymbolTable", Field, 0},
4205 {"FileHeader.SizeOfOptionalHeader", Field, 0},
4206 {"FileHeader.TimeDateStamp", Field, 0},
4207 {"FormatError", Type, 0},
4208 {"IMAGE_COMDAT_SELECT_ANY", Const, 19},
4209 {"IMAGE_COMDAT_SELECT_ASSOCIATIVE", Const, 19},
4210 {"IMAGE_COMDAT_SELECT_EXACT_MATCH", Const, 19},
4211 {"IMAGE_COMDAT_SELECT_LARGEST", Const, 19},
4212 {"IMAGE_COMDAT_SELECT_NODUPLICATES", Const, 19},
4213 {"IMAGE_COMDAT_SELECT_SAME_SIZE", Const, 19},
4214 {"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE", Const, 11},
4215 {"IMAGE_DIRECTORY_ENTRY_BASERELOC", Const, 11},
4216 {"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT", Const, 11},
4217 {"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR", Const, 11},
4218 {"IMAGE_DIRECTORY_ENTRY_DEBUG", Const, 11},
4219 {"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT", Const, 11},
4220 {"IMAGE_DIRECTORY_ENTRY_EXCEPTION", Const, 11},
4221 {"IMAGE_DIRECTORY_ENTRY_EXPORT", Const, 11},
4222 {"IMAGE_DIRECTORY_ENTRY_GLOBALPTR", Const, 11},
4223 {"IMAGE_DIRECTORY_ENTRY_IAT", Const, 11},
4224 {"IMAGE_DIRECTORY_ENTRY_IMPORT", Const, 11},
4225 {"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG", Const, 11},
4226 {"IMAGE_DIRECTORY_ENTRY_RESOURCE", Const, 11},
4227 {"IMAGE_DIRECTORY_ENTRY_SECURITY", Const, 11},
4228 {"IMAGE_DIRECTORY_ENTRY_TLS", Const, 11},
4229 {"IMAGE_DLLCHARACTERISTICS_APPCONTAINER", Const, 15},
4230 {"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE", Const, 15},
4231 {"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY", Const, 15},
4232 {"IMAGE_DLLCHARACTERISTICS_GUARD_CF", Const, 15},
4233 {"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA", Const, 15},
4234 {"IMAGE_DLLCHARACTERISTICS_NO_BIND", Const, 15},
4235 {"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION", Const, 15},
4236 {"IMAGE_DLLCHARACTERISTICS_NO_SEH", Const, 15},
4237 {"IMAGE_DLLCHARACTERISTICS_NX_COMPAT", Const, 15},
4238 {"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE", Const, 15},
4239 {"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER", Const, 15},
4240 {"IMAGE_FILE_32BIT_MACHINE", Const, 15},
4241 {"IMAGE_FILE_AGGRESIVE_WS_TRIM", Const, 15},
4242 {"IMAGE_FILE_BYTES_REVERSED_HI", Const, 15},
4243 {"IMAGE_FILE_BYTES_REVERSED_LO", Const, 15},
4244 {"IMAGE_FILE_DEBUG_STRIPPED", Const, 15},
4245 {"IMAGE_FILE_DLL", Const, 15},
4246 {"IMAGE_FILE_EXECUTABLE_IMAGE", Const, 15},
4247 {"IMAGE_FILE_LARGE_ADDRESS_AWARE", Const, 15},
4248 {"IMAGE_FILE_LINE_NUMS_STRIPPED", Const, 15},
4249 {"IMAGE_FILE_LOCAL_SYMS_STRIPPED", Const, 15},
4250 {"IMAGE_FILE_MACHINE_AM33", Const, 0},
4251 {"IMAGE_FILE_MACHINE_AMD64", Const, 0},
4252 {"IMAGE_FILE_MACHINE_ARM", Const, 0},
4253 {"IMAGE_FILE_MACHINE_ARM64", Const, 11},
4254 {"IMAGE_FILE_MACHINE_ARMNT", Const, 12},
4255 {"IMAGE_FILE_MACHINE_EBC", Const, 0},
4256 {"IMAGE_FILE_MACHINE_I386", Const, 0},
4257 {"IMAGE_FILE_MACHINE_IA64", Const, 0},
4258 {"IMAGE_FILE_MACHINE_LOONGARCH32", Const, 19},
4259 {"IMAGE_FILE_MACHINE_LOONGARCH64", Const, 19},
4260 {"IMAGE_FILE_MACHINE_M32R", Const, 0},
4261 {"IMAGE_FILE_MACHINE_MIPS16", Const, 0},
4262 {"IMAGE_FILE_MACHINE_MIPSFPU", Const, 0},
4263 {"IMAGE_FILE_MACHINE_MIPSFPU16", Const, 0},
4264 {"IMAGE_FILE_MACHINE_POWERPC", Const, 0},
4265 {"IMAGE_FILE_MACHINE_POWERPCFP", Const, 0},
4266 {"IMAGE_FILE_MACHINE_R4000", Const, 0},
4267 {"IMAGE_FILE_MACHINE_RISCV128", Const, 20},
4268 {"IMAGE_FILE_MACHINE_RISCV32", Const, 20},
4269 {"IMAGE_FILE_MACHINE_RISCV64", Const, 20},
4270 {"IMAGE_FILE_MACHINE_SH3", Const, 0},
4271 {"IMAGE_FILE_MACHINE_SH3DSP", Const, 0},
4272 {"IMAGE_FILE_MACHINE_SH4", Const, 0},
4273 {"IMAGE_FILE_MACHINE_SH5", Const, 0},
4274 {"IMAGE_FILE_MACHINE_THUMB", Const, 0},
4275 {"IMAGE_FILE_MACHINE_UNKNOWN", Const, 0},
4276 {"IMAGE_FILE_MACHINE_WCEMIPSV2", Const, 0},
4277 {"IMAGE_FILE_NET_RUN_FROM_SWAP", Const, 15},
4278 {"IMAGE_FILE_RELOCS_STRIPPED", Const, 15},
4279 {"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP", Const, 15},
4280 {"IMAGE_FILE_SYSTEM", Const, 15},
4281 {"IMAGE_FILE_UP_SYSTEM_ONLY", Const, 15},
4282 {"IMAGE_SCN_CNT_CODE", Const, 19},
4283 {"IMAGE_SCN_CNT_INITIALIZED_DATA", Const, 19},
4284 {"IMAGE_SCN_CNT_UNINITIALIZED_DATA", Const, 19},
4285 {"IMAGE_SCN_LNK_COMDAT", Const, 19},
4286 {"IMAGE_SCN_MEM_DISCARDABLE", Const, 19},
4287 {"IMAGE_SCN_MEM_EXECUTE", Const, 19},
4288 {"IMAGE_SCN_MEM_READ", Const, 19},
4289 {"IMAGE_SCN_MEM_WRITE", Const, 19},
4290 {"IMAGE_SUBSYSTEM_EFI_APPLICATION", Const, 15},
4291 {"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER", Const, 15},
4292 {"IMAGE_SUBSYSTEM_EFI_ROM", Const, 15},
4293 {"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER", Const, 15},
4294 {"IMAGE_SUBSYSTEM_NATIVE", Const, 15},
4295 {"IMAGE_SUBSYSTEM_NATIVE_WINDOWS", Const, 15},
4296 {"IMAGE_SUBSYSTEM_OS2_CUI", Const, 15},
4297 {"IMAGE_SUBSYSTEM_POSIX_CUI", Const, 15},
4298 {"IMAGE_SUBSYSTEM_UNKNOWN", Const, 15},
4299 {"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", Const, 15},
4300 {"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI", Const, 15},
4301 {"IMAGE_SUBSYSTEM_WINDOWS_CUI", Const, 15},
4302 {"IMAGE_SUBSYSTEM_WINDOWS_GUI", Const, 15},
4303 {"IMAGE_SUBSYSTEM_XBOX", Const, 15},
4304 {"ImportDirectory", Type, 0},
4305 {"ImportDirectory.FirstThunk", Field, 0},
4306 {"ImportDirectory.ForwarderChain", Field, 0},
4307 {"ImportDirectory.Name", Field, 0},
4308 {"ImportDirectory.OriginalFirstThunk", Field, 0},
4309 {"ImportDirectory.TimeDateStamp", Field, 0},
4310 {"NewFile", Func, 0},
4311 {"Open", Func, 0},
4312 {"OptionalHeader32", Type, 3},
4313 {"OptionalHeader32.AddressOfEntryPoint", Field, 3},
4314 {"OptionalHeader32.BaseOfCode", Field, 3},
4315 {"OptionalHeader32.BaseOfData", Field, 3},
4316 {"OptionalHeader32.CheckSum", Field, 3},
4317 {"OptionalHeader32.DataDirectory", Field, 3},
4318 {"OptionalHeader32.DllCharacteristics", Field, 3},
4319 {"OptionalHeader32.FileAlignment", Field, 3},
4320 {"OptionalHeader32.ImageBase", Field, 3},
4321 {"OptionalHeader32.LoaderFlags", Field, 3},
4322 {"OptionalHeader32.Magic", Field, 3},
4323 {"OptionalHeader32.MajorImageVersion", Field, 3},
4324 {"OptionalHeader32.MajorLinkerVersion", Field, 3},
4325 {"OptionalHeader32.MajorOperatingSystemVersion", Field, 3},
4326 {"OptionalHeader32.MajorSubsystemVersion", Field, 3},
4327 {"OptionalHeader32.MinorImageVersion", Field, 3},
4328 {"OptionalHeader32.MinorLinkerVersion", Field, 3},
4329 {"OptionalHeader32.MinorOperatingSystemVersion", Field, 3},
4330 {"OptionalHeader32.MinorSubsystemVersion", Field, 3},
4331 {"OptionalHeader32.NumberOfRvaAndSizes", Field, 3},
4332 {"OptionalHeader32.SectionAlignment", Field, 3},
4333 {"OptionalHeader32.SizeOfCode", Field, 3},
4334 {"OptionalHeader32.SizeOfHeaders", Field, 3},
4335 {"OptionalHeader32.SizeOfHeapCommit", Field, 3},
4336 {"OptionalHeader32.SizeOfHeapReserve", Field, 3},
4337 {"OptionalHeader32.SizeOfImage", Field, 3},
4338 {"OptionalHeader32.SizeOfInitializedData", Field, 3},
4339 {"OptionalHeader32.SizeOfStackCommit", Field, 3},
4340 {"OptionalHeader32.SizeOfStackReserve", Field, 3},
4341 {"OptionalHeader32.SizeOfUninitializedData", Field, 3},
4342 {"OptionalHeader32.Subsystem", Field, 3},
4343 {"OptionalHeader32.Win32VersionValue", Field, 3},
4344 {"OptionalHeader64", Type, 3},
4345 {"OptionalHeader64.AddressOfEntryPoint", Field, 3},
4346 {"OptionalHeader64.BaseOfCode", Field, 3},
4347 {"OptionalHeader64.CheckSum", Field, 3},
4348 {"OptionalHeader64.DataDirectory", Field, 3},
4349 {"OptionalHeader64.DllCharacteristics", Field, 3},
4350 {"OptionalHeader64.FileAlignment", Field, 3},
4351 {"OptionalHeader64.ImageBase", Field, 3},
4352 {"OptionalHeader64.LoaderFlags", Field, 3},
4353 {"OptionalHeader64.Magic", Field, 3},
4354 {"OptionalHeader64.MajorImageVersion", Field, 3},
4355 {"OptionalHeader64.MajorLinkerVersion", Field, 3},
4356 {"OptionalHeader64.MajorOperatingSystemVersion", Field, 3},
4357 {"OptionalHeader64.MajorSubsystemVersion", Field, 3},
4358 {"OptionalHeader64.MinorImageVersion", Field, 3},
4359 {"OptionalHeader64.MinorLinkerVersion", Field, 3},
4360 {"OptionalHeader64.MinorOperatingSystemVersion", Field, 3},
4361 {"OptionalHeader64.MinorSubsystemVersion", Field, 3},
4362 {"OptionalHeader64.NumberOfRvaAndSizes", Field, 3},
4363 {"OptionalHeader64.SectionAlignment", Field, 3},
4364 {"OptionalHeader64.SizeOfCode", Field, 3},
4365 {"OptionalHeader64.SizeOfHeaders", Field, 3},
4366 {"OptionalHeader64.SizeOfHeapCommit", Field, 3},
4367 {"OptionalHeader64.SizeOfHeapReserve", Field, 3},
4368 {"OptionalHeader64.SizeOfImage", Field, 3},
4369 {"OptionalHeader64.SizeOfInitializedData", Field, 3},
4370 {"OptionalHeader64.SizeOfStackCommit", Field, 3},
4371 {"OptionalHeader64.SizeOfStackReserve", Field, 3},
4372 {"OptionalHeader64.SizeOfUninitializedData", Field, 3},
4373 {"OptionalHeader64.Subsystem", Field, 3},
4374 {"OptionalHeader64.Win32VersionValue", Field, 3},
4375 {"Reloc", Type, 8},
4376 {"Reloc.SymbolTableIndex", Field, 8},
4377 {"Reloc.Type", Field, 8},
4378 {"Reloc.VirtualAddress", Field, 8},
4379 {"Section", Type, 0},
4380 {"Section.ReaderAt", Field, 0},
4381 {"Section.Relocs", Field, 8},
4382 {"Section.SectionHeader", Field, 0},
4383 {"SectionHeader", Type, 0},
4384 {"SectionHeader.Characteristics", Field, 0},
4385 {"SectionHeader.Name", Field, 0},
4386 {"SectionHeader.NumberOfLineNumbers", Field, 0},
4387 {"SectionHeader.NumberOfRelocations", Field, 0},
4388 {"SectionHeader.Offset", Field, 0},
4389 {"SectionHeader.PointerToLineNumbers", Field, 0},
4390 {"SectionHeader.PointerToRelocations", Field, 0},
4391 {"SectionHeader.Size", Field, 0},
4392 {"SectionHeader.VirtualAddress", Field, 0},
4393 {"SectionHeader.VirtualSize", Field, 0},
4394 {"SectionHeader32", Type, 0},
4395 {"SectionHeader32.Characteristics", Field, 0},
4396 {"SectionHeader32.Name", Field, 0},
4397 {"SectionHeader32.NumberOfLineNumbers", Field, 0},
4398 {"SectionHeader32.NumberOfRelocations", Field, 0},
4399 {"SectionHeader32.PointerToLineNumbers", Field, 0},
4400 {"SectionHeader32.PointerToRawData", Field, 0},
4401 {"SectionHeader32.PointerToRelocations", Field, 0},
4402 {"SectionHeader32.SizeOfRawData", Field, 0},
4403 {"SectionHeader32.VirtualAddress", Field, 0},
4404 {"SectionHeader32.VirtualSize", Field, 0},
4405 {"StringTable", Type, 8},
4406 {"Symbol", Type, 1},
4407 {"Symbol.Name", Field, 1},
4408 {"Symbol.SectionNumber", Field, 1},
4409 {"Symbol.StorageClass", Field, 1},
4410 {"Symbol.Type", Field, 1},
4411 {"Symbol.Value", Field, 1},
4412 },
4413 "debug/plan9obj": {
4414 {"(*File).Close", Method, 3},
4415 {"(*File).Section", Method, 3},
4416 {"(*File).Symbols", Method, 3},
4417 {"(*Section).Data", Method, 3},
4418 {"(*Section).Open", Method, 3},
4419 {"(Section).ReadAt", Method, 3},
4420 {"ErrNoSymbols", Var, 18},
4421 {"File", Type, 3},
4422 {"File.FileHeader", Field, 3},
4423 {"File.Sections", Field, 3},
4424 {"FileHeader", Type, 3},
4425 {"FileHeader.Bss", Field, 3},
4426 {"FileHeader.Entry", Field, 3},
4427 {"FileHeader.HdrSize", Field, 4},
4428 {"FileHeader.LoadAddress", Field, 4},
4429 {"FileHeader.Magic", Field, 3},
4430 {"FileHeader.PtrSize", Field, 3},
4431 {"Magic386", Const, 3},
4432 {"Magic64", Const, 3},
4433 {"MagicAMD64", Const, 3},
4434 {"MagicARM", Const, 3},
4435 {"NewFile", Func, 3},
4436 {"Open", Func, 3},
4437 {"Section", Type, 3},
4438 {"Section.ReaderAt", Field, 3},
4439 {"Section.SectionHeader", Field, 3},
4440 {"SectionHeader", Type, 3},
4441 {"SectionHeader.Name", Field, 3},
4442 {"SectionHeader.Offset", Field, 3},
4443 {"SectionHeader.Size", Field, 3},
4444 {"Sym", Type, 3},
4445 {"Sym.Name", Field, 3},
4446 {"Sym.Type", Field, 3},
4447 {"Sym.Value", Field, 3},
4448 },
4449 "embed": {
4450 {"(FS).Open", Method, 16},
4451 {"(FS).ReadDir", Method, 16},
4452 {"(FS).ReadFile", Method, 16},
4453 {"FS", Type, 16},
4454 },
4455 "encoding": {
4456 {"BinaryMarshaler", Type, 2},
4457 {"BinaryUnmarshaler", Type, 2},
4458 {"TextMarshaler", Type, 2},
4459 {"TextUnmarshaler", Type, 2},
4460 },
4461 "encoding/ascii85": {
4462 {"(CorruptInputError).Error", Method, 0},
4463 {"CorruptInputError", Type, 0},
4464 {"Decode", Func, 0},
4465 {"Encode", Func, 0},
4466 {"MaxEncodedLen", Func, 0},
4467 {"NewDecoder", Func, 0},
4468 {"NewEncoder", Func, 0},
4469 },
4470 "encoding/asn1": {
4471 {"(BitString).At", Method, 0},
4472 {"(BitString).RightAlign", Method, 0},
4473 {"(ObjectIdentifier).Equal", Method, 0},
4474 {"(ObjectIdentifier).String", Method, 3},
4475 {"(StructuralError).Error", Method, 0},
4476 {"(SyntaxError).Error", Method, 0},
4477 {"BitString", Type, 0},
4478 {"BitString.BitLength", Field, 0},
4479 {"BitString.Bytes", Field, 0},
4480 {"ClassApplication", Const, 6},
4481 {"ClassContextSpecific", Const, 6},
4482 {"ClassPrivate", Const, 6},
4483 {"ClassUniversal", Const, 6},
4484 {"Enumerated", Type, 0},
4485 {"Flag", Type, 0},
4486 {"Marshal", Func, 0},
4487 {"MarshalWithParams", Func, 10},
4488 {"NullBytes", Var, 9},
4489 {"NullRawValue", Var, 9},
4490 {"ObjectIdentifier", Type, 0},
4491 {"RawContent", Type, 0},
4492 {"RawValue", Type, 0},
4493 {"RawValue.Bytes", Field, 0},
4494 {"RawValue.Class", Field, 0},
4495 {"RawValue.FullBytes", Field, 0},
4496 {"RawValue.IsCompound", Field, 0},
4497 {"RawValue.Tag", Field, 0},
4498 {"StructuralError", Type, 0},
4499 {"StructuralError.Msg", Field, 0},
4500 {"SyntaxError", Type, 0},
4501 {"SyntaxError.Msg", Field, 0},
4502 {"TagBMPString", Const, 14},
4503 {"TagBitString", Const, 6},
4504 {"TagBoolean", Const, 6},
4505 {"TagEnum", Const, 6},
4506 {"TagGeneralString", Const, 6},
4507 {"TagGeneralizedTime", Const, 6},
4508 {"TagIA5String", Const, 6},
4509 {"TagInteger", Const, 6},
4510 {"TagNull", Const, 9},
4511 {"TagNumericString", Const, 10},
4512 {"TagOID", Const, 6},
4513 {"TagOctetString", Const, 6},
4514 {"TagPrintableString", Const, 6},
4515 {"TagSequence", Const, 6},
4516 {"TagSet", Const, 6},
4517 {"TagT61String", Const, 6},
4518 {"TagUTCTime", Const, 6},
4519 {"TagUTF8String", Const, 6},
4520 {"Unmarshal", Func, 0},
4521 {"UnmarshalWithParams", Func, 0},
4522 },
4523 "encoding/base32": {
4524 {"(*Encoding).AppendDecode", Method, 22},
4525 {"(*Encoding).AppendEncode", Method, 22},
4526 {"(*Encoding).Decode", Method, 0},
4527 {"(*Encoding).DecodeString", Method, 0},
4528 {"(*Encoding).DecodedLen", Method, 0},
4529 {"(*Encoding).Encode", Method, 0},
4530 {"(*Encoding).EncodeToString", Method, 0},
4531 {"(*Encoding).EncodedLen", Method, 0},
4532 {"(CorruptInputError).Error", Method, 0},
4533 {"(Encoding).WithPadding", Method, 9},
4534 {"CorruptInputError", Type, 0},
4535 {"Encoding", Type, 0},
4536 {"HexEncoding", Var, 0},
4537 {"NewDecoder", Func, 0},
4538 {"NewEncoder", Func, 0},
4539 {"NewEncoding", Func, 0},
4540 {"NoPadding", Const, 9},
4541 {"StdEncoding", Var, 0},
4542 {"StdPadding", Const, 9},
4543 },
4544 "encoding/base64": {
4545 {"(*Encoding).AppendDecode", Method, 22},
4546 {"(*Encoding).AppendEncode", Method, 22},
4547 {"(*Encoding).Decode", Method, 0},
4548 {"(*Encoding).DecodeString", Method, 0},
4549 {"(*Encoding).DecodedLen", Method, 0},
4550 {"(*Encoding).Encode", Method, 0},
4551 {"(*Encoding).EncodeToString", Method, 0},
4552 {"(*Encoding).EncodedLen", Method, 0},
4553 {"(CorruptInputError).Error", Method, 0},
4554 {"(Encoding).Strict", Method, 8},
4555 {"(Encoding).WithPadding", Method, 5},
4556 {"CorruptInputError", Type, 0},
4557 {"Encoding", Type, 0},
4558 {"NewDecoder", Func, 0},
4559 {"NewEncoder", Func, 0},
4560 {"NewEncoding", Func, 0},
4561 {"NoPadding", Const, 5},
4562 {"RawStdEncoding", Var, 5},
4563 {"RawURLEncoding", Var, 5},
4564 {"StdEncoding", Var, 0},
4565 {"StdPadding", Const, 5},
4566 {"URLEncoding", Var, 0},
4567 },
4568 "encoding/binary": {
4569 {"Append", Func, 23},
4570 {"AppendByteOrder", Type, 19},
4571 {"AppendUvarint", Func, 19},
4572 {"AppendVarint", Func, 19},
4573 {"BigEndian", Var, 0},
4574 {"ByteOrder", Type, 0},
4575 {"Decode", Func, 23},
4576 {"Encode", Func, 23},
4577 {"LittleEndian", Var, 0},
4578 {"MaxVarintLen16", Const, 0},
4579 {"MaxVarintLen32", Const, 0},
4580 {"MaxVarintLen64", Const, 0},
4581 {"NativeEndian", Var, 21},
4582 {"PutUvarint", Func, 0},
4583 {"PutVarint", Func, 0},
4584 {"Read", Func, 0},
4585 {"ReadUvarint", Func, 0},
4586 {"ReadVarint", Func, 0},
4587 {"Size", Func, 0},
4588 {"Uvarint", Func, 0},
4589 {"Varint", Func, 0},
4590 {"Write", Func, 0},
4591 },
4592 "encoding/csv": {
4593 {"(*ParseError).Error", Method, 0},
4594 {"(*ParseError).Unwrap", Method, 13},
4595 {"(*Reader).FieldPos", Method, 17},
4596 {"(*Reader).InputOffset", Method, 19},
4597 {"(*Reader).Read", Method, 0},
4598 {"(*Reader).ReadAll", Method, 0},
4599 {"(*Writer).Error", Method, 1},
4600 {"(*Writer).Flush", Method, 0},
4601 {"(*Writer).Write", Method, 0},
4602 {"(*Writer).WriteAll", Method, 0},
4603 {"ErrBareQuote", Var, 0},
4604 {"ErrFieldCount", Var, 0},
4605 {"ErrQuote", Var, 0},
4606 {"ErrTrailingComma", Var, 0},
4607 {"NewReader", Func, 0},
4608 {"NewWriter", Func, 0},
4609 {"ParseError", Type, 0},
4610 {"ParseError.Column", Field, 0},
4611 {"ParseError.Err", Field, 0},
4612 {"ParseError.Line", Field, 0},
4613 {"ParseError.StartLine", Field, 10},
4614 {"Reader", Type, 0},
4615 {"Reader.Comma", Field, 0},
4616 {"Reader.Comment", Field, 0},
4617 {"Reader.FieldsPerRecord", Field, 0},
4618 {"Reader.LazyQuotes", Field, 0},
4619 {"Reader.ReuseRecord", Field, 9},
4620 {"Reader.TrailingComma", Field, 0},
4621 {"Reader.TrimLeadingSpace", Field, 0},
4622 {"Writer", Type, 0},
4623 {"Writer.Comma", Field, 0},
4624 {"Writer.UseCRLF", Field, 0},
4625 },
4626 "encoding/gob": {
4627 {"(*Decoder).Decode", Method, 0},
4628 {"(*Decoder).DecodeValue", Method, 0},
4629 {"(*Encoder).Encode", Method, 0},
4630 {"(*Encoder).EncodeValue", Method, 0},
4631 {"CommonType", Type, 0},
4632 {"CommonType.Id", Field, 0},
4633 {"CommonType.Name", Field, 0},
4634 {"Decoder", Type, 0},
4635 {"Encoder", Type, 0},
4636 {"GobDecoder", Type, 0},
4637 {"GobEncoder", Type, 0},
4638 {"NewDecoder", Func, 0},
4639 {"NewEncoder", Func, 0},
4640 {"Register", Func, 0},
4641 {"RegisterName", Func, 0},
4642 },
4643 "encoding/hex": {
4644 {"(InvalidByteError).Error", Method, 0},
4645 {"AppendDecode", Func, 22},
4646 {"AppendEncode", Func, 22},
4647 {"Decode", Func, 0},
4648 {"DecodeString", Func, 0},
4649 {"DecodedLen", Func, 0},
4650 {"Dump", Func, 0},
4651 {"Dumper", Func, 0},
4652 {"Encode", Func, 0},
4653 {"EncodeToString", Func, 0},
4654 {"EncodedLen", Func, 0},
4655 {"ErrLength", Var, 0},
4656 {"InvalidByteError", Type, 0},
4657 {"NewDecoder", Func, 10},
4658 {"NewEncoder", Func, 10},
4659 },
4660 "encoding/json": {
4661 {"(*Decoder).Buffered", Method, 1},
4662 {"(*Decoder).Decode", Method, 0},
4663 {"(*Decoder).DisallowUnknownFields", Method, 10},
4664 {"(*Decoder).InputOffset", Method, 14},
4665 {"(*Decoder).More", Method, 5},
4666 {"(*Decoder).Token", Method, 5},
4667 {"(*Decoder).UseNumber", Method, 1},
4668 {"(*Encoder).Encode", Method, 0},
4669 {"(*Encoder).SetEscapeHTML", Method, 7},
4670 {"(*Encoder).SetIndent", Method, 7},
4671 {"(*InvalidUTF8Error).Error", Method, 0},
4672 {"(*InvalidUnmarshalError).Error", Method, 0},
4673 {"(*MarshalerError).Error", Method, 0},
4674 {"(*MarshalerError).Unwrap", Method, 13},
4675 {"(*RawMessage).MarshalJSON", Method, 0},
4676 {"(*RawMessage).UnmarshalJSON", Method, 0},
4677 {"(*SyntaxError).Error", Method, 0},
4678 {"(*UnmarshalFieldError).Error", Method, 0},
4679 {"(*UnmarshalTypeError).Error", Method, 0},
4680 {"(*UnsupportedTypeError).Error", Method, 0},
4681 {"(*UnsupportedValueError).Error", Method, 0},
4682 {"(Delim).String", Method, 5},
4683 {"(Number).Float64", Method, 1},
4684 {"(Number).Int64", Method, 1},
4685 {"(Number).String", Method, 1},
4686 {"(RawMessage).MarshalJSON", Method, 8},
4687 {"Compact", Func, 0},
4688 {"Decoder", Type, 0},
4689 {"Delim", Type, 5},
4690 {"Encoder", Type, 0},
4691 {"HTMLEscape", Func, 0},
4692 {"Indent", Func, 0},
4693 {"InvalidUTF8Error", Type, 0},
4694 {"InvalidUTF8Error.S", Field, 0},
4695 {"InvalidUnmarshalError", Type, 0},
4696 {"InvalidUnmarshalError.Type", Field, 0},
4697 {"Marshal", Func, 0},
4698 {"MarshalIndent", Func, 0},
4699 {"Marshaler", Type, 0},
4700 {"MarshalerError", Type, 0},
4701 {"MarshalerError.Err", Field, 0},
4702 {"MarshalerError.Type", Field, 0},
4703 {"NewDecoder", Func, 0},
4704 {"NewEncoder", Func, 0},
4705 {"Number", Type, 1},
4706 {"RawMessage", Type, 0},
4707 {"SyntaxError", Type, 0},
4708 {"SyntaxError.Offset", Field, 0},
4709 {"Token", Type, 5},
4710 {"Unmarshal", Func, 0},
4711 {"UnmarshalFieldError", Type, 0},
4712 {"UnmarshalFieldError.Field", Field, 0},
4713 {"UnmarshalFieldError.Key", Field, 0},
4714 {"UnmarshalFieldError.Type", Field, 0},
4715 {"UnmarshalTypeError", Type, 0},
4716 {"UnmarshalTypeError.Field", Field, 8},
4717 {"UnmarshalTypeError.Offset", Field, 5},
4718 {"UnmarshalTypeError.Struct", Field, 8},
4719 {"UnmarshalTypeError.Type", Field, 0},
4720 {"UnmarshalTypeError.Value", Field, 0},
4721 {"Unmarshaler", Type, 0},
4722 {"UnsupportedTypeError", Type, 0},
4723 {"UnsupportedTypeError.Type", Field, 0},
4724 {"UnsupportedValueError", Type, 0},
4725 {"UnsupportedValueError.Str", Field, 0},
4726 {"UnsupportedValueError.Value", Field, 0},
4727 {"Valid", Func, 9},
4728 },
4729 "encoding/pem": {
4730 {"Block", Type, 0},
4731 {"Block.Bytes", Field, 0},
4732 {"Block.Headers", Field, 0},
4733 {"Block.Type", Field, 0},
4734 {"Decode", Func, 0},
4735 {"Encode", Func, 0},
4736 {"EncodeToMemory", Func, 0},
4737 },
4738 "encoding/xml": {
4739 {"(*Decoder).Decode", Method, 0},
4740 {"(*Decoder).DecodeElement", Method, 0},
4741 {"(*Decoder).InputOffset", Method, 4},
4742 {"(*Decoder).InputPos", Method, 19},
4743 {"(*Decoder).RawToken", Method, 0},
4744 {"(*Decoder).Skip", Method, 0},
4745 {"(*Decoder).Token", Method, 0},
4746 {"(*Encoder).Close", Method, 20},
4747 {"(*Encoder).Encode", Method, 0},
4748 {"(*Encoder).EncodeElement", Method, 2},
4749 {"(*Encoder).EncodeToken", Method, 2},
4750 {"(*Encoder).Flush", Method, 2},
4751 {"(*Encoder).Indent", Method, 1},
4752 {"(*SyntaxError).Error", Method, 0},
4753 {"(*TagPathError).Error", Method, 0},
4754 {"(*UnsupportedTypeError).Error", Method, 0},
4755 {"(CharData).Copy", Method, 0},
4756 {"(Comment).Copy", Method, 0},
4757 {"(Directive).Copy", Method, 0},
4758 {"(ProcInst).Copy", Method, 0},
4759 {"(StartElement).Copy", Method, 0},
4760 {"(StartElement).End", Method, 2},
4761 {"(UnmarshalError).Error", Method, 0},
4762 {"Attr", Type, 0},
4763 {"Attr.Name", Field, 0},
4764 {"Attr.Value", Field, 0},
4765 {"CharData", Type, 0},
4766 {"Comment", Type, 0},
4767 {"CopyToken", Func, 0},
4768 {"Decoder", Type, 0},
4769 {"Decoder.AutoClose", Field, 0},
4770 {"Decoder.CharsetReader", Field, 0},
4771 {"Decoder.DefaultSpace", Field, 1},
4772 {"Decoder.Entity", Field, 0},
4773 {"Decoder.Strict", Field, 0},
4774 {"Directive", Type, 0},
4775 {"Encoder", Type, 0},
4776 {"EndElement", Type, 0},
4777 {"EndElement.Name", Field, 0},
4778 {"Escape", Func, 0},
4779 {"EscapeText", Func, 1},
4780 {"HTMLAutoClose", Var, 0},
4781 {"HTMLEntity", Var, 0},
4782 {"Header", Const, 0},
4783 {"Marshal", Func, 0},
4784 {"MarshalIndent", Func, 0},
4785 {"Marshaler", Type, 2},
4786 {"MarshalerAttr", Type, 2},
4787 {"Name", Type, 0},
4788 {"Name.Local", Field, 0},
4789 {"Name.Space", Field, 0},
4790 {"NewDecoder", Func, 0},
4791 {"NewEncoder", Func, 0},
4792 {"NewTokenDecoder", Func, 10},
4793 {"ProcInst", Type, 0},
4794 {"ProcInst.Inst", Field, 0},
4795 {"ProcInst.Target", Field, 0},
4796 {"StartElement", Type, 0},
4797 {"StartElement.Attr", Field, 0},
4798 {"StartElement.Name", Field, 0},
4799 {"SyntaxError", Type, 0},
4800 {"SyntaxError.Line", Field, 0},
4801 {"SyntaxError.Msg", Field, 0},
4802 {"TagPathError", Type, 0},
4803 {"TagPathError.Field1", Field, 0},
4804 {"TagPathError.Field2", Field, 0},
4805 {"TagPathError.Struct", Field, 0},
4806 {"TagPathError.Tag1", Field, 0},
4807 {"TagPathError.Tag2", Field, 0},
4808 {"Token", Type, 0},
4809 {"TokenReader", Type, 10},
4810 {"Unmarshal", Func, 0},
4811 {"UnmarshalError", Type, 0},
4812 {"Unmarshaler", Type, 2},
4813 {"UnmarshalerAttr", Type, 2},
4814 {"UnsupportedTypeError", Type, 0},
4815 {"UnsupportedTypeError.Type", Field, 0},
4816 },
4817 "errors": {
4818 {"As", Func, 13},
4819 {"ErrUnsupported", Var, 21},
4820 {"Is", Func, 13},
4821 {"Join", Func, 20},
4822 {"New", Func, 0},
4823 {"Unwrap", Func, 13},
4824 },
4825 "expvar": {
4826 {"(*Float).Add", Method, 0},
4827 {"(*Float).Set", Method, 0},
4828 {"(*Float).String", Method, 0},
4829 {"(*Float).Value", Method, 8},
4830 {"(*Int).Add", Method, 0},
4831 {"(*Int).Set", Method, 0},
4832 {"(*Int).String", Method, 0},
4833 {"(*Int).Value", Method, 8},
4834 {"(*Map).Add", Method, 0},
4835 {"(*Map).AddFloat", Method, 0},
4836 {"(*Map).Delete", Method, 12},
4837 {"(*Map).Do", Method, 0},
4838 {"(*Map).Get", Method, 0},
4839 {"(*Map).Init", Method, 0},
4840 {"(*Map).Set", Method, 0},
4841 {"(*Map).String", Method, 0},
4842 {"(*String).Set", Method, 0},
4843 {"(*String).String", Method, 0},
4844 {"(*String).Value", Method, 8},
4845 {"(Func).String", Method, 0},
4846 {"(Func).Value", Method, 8},
4847 {"Do", Func, 0},
4848 {"Float", Type, 0},
4849 {"Func", Type, 0},
4850 {"Get", Func, 0},
4851 {"Handler", Func, 8},
4852 {"Int", Type, 0},
4853 {"KeyValue", Type, 0},
4854 {"KeyValue.Key", Field, 0},
4855 {"KeyValue.Value", Field, 0},
4856 {"Map", Type, 0},
4857 {"NewFloat", Func, 0},
4858 {"NewInt", Func, 0},
4859 {"NewMap", Func, 0},
4860 {"NewString", Func, 0},
4861 {"Publish", Func, 0},
4862 {"String", Type, 0},
4863 {"Var", Type, 0},
4864 },
4865 "flag": {
4866 {"(*FlagSet).Arg", Method, 0},
4867 {"(*FlagSet).Args", Method, 0},
4868 {"(*FlagSet).Bool", Method, 0},
4869 {"(*FlagSet).BoolFunc", Method, 21},
4870 {"(*FlagSet).BoolVar", Method, 0},
4871 {"(*FlagSet).Duration", Method, 0},
4872 {"(*FlagSet).DurationVar", Method, 0},
4873 {"(*FlagSet).ErrorHandling", Method, 10},
4874 {"(*FlagSet).Float64", Method, 0},
4875 {"(*FlagSet).Float64Var", Method, 0},
4876 {"(*FlagSet).Func", Method, 16},
4877 {"(*FlagSet).Init", Method, 0},
4878 {"(*FlagSet).Int", Method, 0},
4879 {"(*FlagSet).Int64", Method, 0},
4880 {"(*FlagSet).Int64Var", Method, 0},
4881 {"(*FlagSet).IntVar", Method, 0},
4882 {"(*FlagSet).Lookup", Method, 0},
4883 {"(*FlagSet).NArg", Method, 0},
4884 {"(*FlagSet).NFlag", Method, 0},
4885 {"(*FlagSet).Name", Method, 10},
4886 {"(*FlagSet).Output", Method, 10},
4887 {"(*FlagSet).Parse", Method, 0},
4888 {"(*FlagSet).Parsed", Method, 0},
4889 {"(*FlagSet).PrintDefaults", Method, 0},
4890 {"(*FlagSet).Set", Method, 0},
4891 {"(*FlagSet).SetOutput", Method, 0},
4892 {"(*FlagSet).String", Method, 0},
4893 {"(*FlagSet).StringVar", Method, 0},
4894 {"(*FlagSet).TextVar", Method, 19},
4895 {"(*FlagSet).Uint", Method, 0},
4896 {"(*FlagSet).Uint64", Method, 0},
4897 {"(*FlagSet).Uint64Var", Method, 0},
4898 {"(*FlagSet).UintVar", Method, 0},
4899 {"(*FlagSet).Var", Method, 0},
4900 {"(*FlagSet).Visit", Method, 0},
4901 {"(*FlagSet).VisitAll", Method, 0},
4902 {"Arg", Func, 0},
4903 {"Args", Func, 0},
4904 {"Bool", Func, 0},
4905 {"BoolFunc", Func, 21},
4906 {"BoolVar", Func, 0},
4907 {"CommandLine", Var, 2},
4908 {"ContinueOnError", Const, 0},
4909 {"Duration", Func, 0},
4910 {"DurationVar", Func, 0},
4911 {"ErrHelp", Var, 0},
4912 {"ErrorHandling", Type, 0},
4913 {"ExitOnError", Const, 0},
4914 {"Flag", Type, 0},
4915 {"Flag.DefValue", Field, 0},
4916 {"Flag.Name", Field, 0},
4917 {"Flag.Usage", Field, 0},
4918 {"Flag.Value", Field, 0},
4919 {"FlagSet", Type, 0},
4920 {"FlagSet.Usage", Field, 0},
4921 {"Float64", Func, 0},
4922 {"Float64Var", Func, 0},
4923 {"Func", Func, 16},
4924 {"Getter", Type, 2},
4925 {"Int", Func, 0},
4926 {"Int64", Func, 0},
4927 {"Int64Var", Func, 0},
4928 {"IntVar", Func, 0},
4929 {"Lookup", Func, 0},
4930 {"NArg", Func, 0},
4931 {"NFlag", Func, 0},
4932 {"NewFlagSet", Func, 0},
4933 {"PanicOnError", Const, 0},
4934 {"Parse", Func, 0},
4935 {"Parsed", Func, 0},
4936 {"PrintDefaults", Func, 0},
4937 {"Set", Func, 0},
4938 {"String", Func, 0},
4939 {"StringVar", Func, 0},
4940 {"TextVar", Func, 19},
4941 {"Uint", Func, 0},
4942 {"Uint64", Func, 0},
4943 {"Uint64Var", Func, 0},
4944 {"UintVar", Func, 0},
4945 {"UnquoteUsage", Func, 5},
4946 {"Usage", Var, 0},
4947 {"Value", Type, 0},
4948 {"Var", Func, 0},
4949 {"Visit", Func, 0},
4950 {"VisitAll", Func, 0},
4951 },
4952 "fmt": {
4953 {"Append", Func, 19},
4954 {"Appendf", Func, 19},
4955 {"Appendln", Func, 19},
4956 {"Errorf", Func, 0},
4957 {"FormatString", Func, 20},
4958 {"Formatter", Type, 0},
4959 {"Fprint", Func, 0},
4960 {"Fprintf", Func, 0},
4961 {"Fprintln", Func, 0},
4962 {"Fscan", Func, 0},
4963 {"Fscanf", Func, 0},
4964 {"Fscanln", Func, 0},
4965 {"GoStringer", Type, 0},
4966 {"Print", Func, 0},
4967 {"Printf", Func, 0},
4968 {"Println", Func, 0},
4969 {"Scan", Func, 0},
4970 {"ScanState", Type, 0},
4971 {"Scanf", Func, 0},
4972 {"Scanln", Func, 0},
4973 {"Scanner", Type, 0},
4974 {"Sprint", Func, 0},
4975 {"Sprintf", Func, 0},
4976 {"Sprintln", Func, 0},
4977 {"Sscan", Func, 0},
4978 {"Sscanf", Func, 0},
4979 {"Sscanln", Func, 0},
4980 {"State", Type, 0},
4981 {"Stringer", Type, 0},
4982 },
4983 "go/ast": {
4984 {"(*ArrayType).End", Method, 0},
4985 {"(*ArrayType).Pos", Method, 0},
4986 {"(*AssignStmt).End", Method, 0},
4987 {"(*AssignStmt).Pos", Method, 0},
4988 {"(*BadDecl).End", Method, 0},
4989 {"(*BadDecl).Pos", Method, 0},
4990 {"(*BadExpr).End", Method, 0},
4991 {"(*BadExpr).Pos", Method, 0},
4992 {"(*BadStmt).End", Method, 0},
4993 {"(*BadStmt).Pos", Method, 0},
4994 {"(*BasicLit).End", Method, 0},
4995 {"(*BasicLit).Pos", Method, 0},
4996 {"(*BinaryExpr).End", Method, 0},
4997 {"(*BinaryExpr).Pos", Method, 0},
4998 {"(*BlockStmt).End", Method, 0},
4999 {"(*BlockStmt).Pos", Method, 0},
5000 {"(*BranchStmt).End", Method, 0},
5001 {"(*BranchStmt).Pos", Method, 0},
5002 {"(*CallExpr).End", Method, 0},
5003 {"(*CallExpr).Pos", Method, 0},
5004 {"(*CaseClause).End", Method, 0},
5005 {"(*CaseClause).Pos", Method, 0},
5006 {"(*ChanType).End", Method, 0},
5007 {"(*ChanType).Pos", Method, 0},
5008 {"(*CommClause).End", Method, 0},
5009 {"(*CommClause).Pos", Method, 0},
5010 {"(*Comment).End", Method, 0},
5011 {"(*Comment).Pos", Method, 0},
5012 {"(*CommentGroup).End", Method, 0},
5013 {"(*CommentGroup).Pos", Method, 0},
5014 {"(*CommentGroup).Text", Method, 0},
5015 {"(*CompositeLit).End", Method, 0},
5016 {"(*CompositeLit).Pos", Method, 0},
5017 {"(*DeclStmt).End", Method, 0},
5018 {"(*DeclStmt).Pos", Method, 0},
5019 {"(*DeferStmt).End", Method, 0},
5020 {"(*DeferStmt).Pos", Method, 0},
5021 {"(*Ellipsis).End", Method, 0},
5022 {"(*Ellipsis).Pos", Method, 0},
5023 {"(*EmptyStmt).End", Method, 0},
5024 {"(*EmptyStmt).Pos", Method, 0},
5025 {"(*ExprStmt).End", Method, 0},
5026 {"(*ExprStmt).Pos", Method, 0},
5027 {"(*Field).End", Method, 0},
5028 {"(*Field).Pos", Method, 0},
5029 {"(*FieldList).End", Method, 0},
5030 {"(*FieldList).NumFields", Method, 0},
5031 {"(*FieldList).Pos", Method, 0},
5032 {"(*File).End", Method, 0},
5033 {"(*File).Pos", Method, 0},
5034 {"(*ForStmt).End", Method, 0},
5035 {"(*ForStmt).Pos", Method, 0},
5036 {"(*FuncDecl).End", Method, 0},
5037 {"(*FuncDecl).Pos", Method, 0},
5038 {"(*FuncLit).End", Method, 0},
5039 {"(*FuncLit).Pos", Method, 0},
5040 {"(*FuncType).End", Method, 0},
5041 {"(*FuncType).Pos", Method, 0},
5042 {"(*GenDecl).End", Method, 0},
5043 {"(*GenDecl).Pos", Method, 0},
5044 {"(*GoStmt).End", Method, 0},
5045 {"(*GoStmt).Pos", Method, 0},
5046 {"(*Ident).End", Method, 0},
5047 {"(*Ident).IsExported", Method, 0},
5048 {"(*Ident).Pos", Method, 0},
5049 {"(*Ident).String", Method, 0},
5050 {"(*IfStmt).End", Method, 0},
5051 {"(*IfStmt).Pos", Method, 0},
5052 {"(*ImportSpec).End", Method, 0},
5053 {"(*ImportSpec).Pos", Method, 0},
5054 {"(*IncDecStmt).End", Method, 0},
5055 {"(*IncDecStmt).Pos", Method, 0},
5056 {"(*IndexExpr).End", Method, 0},
5057 {"(*IndexExpr).Pos", Method, 0},
5058 {"(*IndexListExpr).End", Method, 18},
5059 {"(*IndexListExpr).Pos", Method, 18},
5060 {"(*InterfaceType).End", Method, 0},
5061 {"(*InterfaceType).Pos", Method, 0},
5062 {"(*KeyValueExpr).End", Method, 0},
5063 {"(*KeyValueExpr).Pos", Method, 0},
5064 {"(*LabeledStmt).End", Method, 0},
5065 {"(*LabeledStmt).Pos", Method, 0},
5066 {"(*MapType).End", Method, 0},
5067 {"(*MapType).Pos", Method, 0},
5068 {"(*Object).Pos", Method, 0},
5069 {"(*Package).End", Method, 0},
5070 {"(*Package).Pos", Method, 0},
5071 {"(*ParenExpr).End", Method, 0},
5072 {"(*ParenExpr).Pos", Method, 0},
5073 {"(*RangeStmt).End", Method, 0},
5074 {"(*RangeStmt).Pos", Method, 0},
5075 {"(*ReturnStmt).End", Method, 0},
5076 {"(*ReturnStmt).Pos", Method, 0},
5077 {"(*Scope).Insert", Method, 0},
5078 {"(*Scope).Lookup", Method, 0},
5079 {"(*Scope).String", Method, 0},
5080 {"(*SelectStmt).End", Method, 0},
5081 {"(*SelectStmt).Pos", Method, 0},
5082 {"(*SelectorExpr).End", Method, 0},
5083 {"(*SelectorExpr).Pos", Method, 0},
5084 {"(*SendStmt).End", Method, 0},
5085 {"(*SendStmt).Pos", Method, 0},
5086 {"(*SliceExpr).End", Method, 0},
5087 {"(*SliceExpr).Pos", Method, 0},
5088 {"(*StarExpr).End", Method, 0},
5089 {"(*StarExpr).Pos", Method, 0},
5090 {"(*StructType).End", Method, 0},
5091 {"(*StructType).Pos", Method, 0},
5092 {"(*SwitchStmt).End", Method, 0},
5093 {"(*SwitchStmt).Pos", Method, 0},
5094 {"(*TypeAssertExpr).End", Method, 0},
5095 {"(*TypeAssertExpr).Pos", Method, 0},
5096 {"(*TypeSpec).End", Method, 0},
5097 {"(*TypeSpec).Pos", Method, 0},
5098 {"(*TypeSwitchStmt).End", Method, 0},
5099 {"(*TypeSwitchStmt).Pos", Method, 0},
5100 {"(*UnaryExpr).End", Method, 0},
5101 {"(*UnaryExpr).Pos", Method, 0},
5102 {"(*ValueSpec).End", Method, 0},
5103 {"(*ValueSpec).Pos", Method, 0},
5104 {"(CommentMap).Comments", Method, 1},
5105 {"(CommentMap).Filter", Method, 1},
5106 {"(CommentMap).String", Method, 1},
5107 {"(CommentMap).Update", Method, 1},
5108 {"(ObjKind).String", Method, 0},
5109 {"ArrayType", Type, 0},
5110 {"ArrayType.Elt", Field, 0},
5111 {"ArrayType.Lbrack", Field, 0},
5112 {"ArrayType.Len", Field, 0},
5113 {"AssignStmt", Type, 0},
5114 {"AssignStmt.Lhs", Field, 0},
5115 {"AssignStmt.Rhs", Field, 0},
5116 {"AssignStmt.Tok", Field, 0},
5117 {"AssignStmt.TokPos", Field, 0},
5118 {"Bad", Const, 0},
5119 {"BadDecl", Type, 0},
5120 {"BadDecl.From", Field, 0},
5121 {"BadDecl.To", Field, 0},
5122 {"BadExpr", Type, 0},
5123 {"BadExpr.From", Field, 0},
5124 {"BadExpr.To", Field, 0},
5125 {"BadStmt", Type, 0},
5126 {"BadStmt.From", Field, 0},
5127 {"BadStmt.To", Field, 0},
5128 {"BasicLit", Type, 0},
5129 {"BasicLit.Kind", Field, 0},
5130 {"BasicLit.Value", Field, 0},
5131 {"BasicLit.ValuePos", Field, 0},
5132 {"BinaryExpr", Type, 0},
5133 {"BinaryExpr.Op", Field, 0},
5134 {"BinaryExpr.OpPos", Field, 0},
5135 {"BinaryExpr.X", Field, 0},
5136 {"BinaryExpr.Y", Field, 0},
5137 {"BlockStmt", Type, 0},
5138 {"BlockStmt.Lbrace", Field, 0},
5139 {"BlockStmt.List", Field, 0},
5140 {"BlockStmt.Rbrace", Field, 0},
5141 {"BranchStmt", Type, 0},
5142 {"BranchStmt.Label", Field, 0},
5143 {"BranchStmt.Tok", Field, 0},
5144 {"BranchStmt.TokPos", Field, 0},
5145 {"CallExpr", Type, 0},
5146 {"CallExpr.Args", Field, 0},
5147 {"CallExpr.Ellipsis", Field, 0},
5148 {"CallExpr.Fun", Field, 0},
5149 {"CallExpr.Lparen", Field, 0},
5150 {"CallExpr.Rparen", Field, 0},
5151 {"CaseClause", Type, 0},
5152 {"CaseClause.Body", Field, 0},
5153 {"CaseClause.Case", Field, 0},
5154 {"CaseClause.Colon", Field, 0},
5155 {"CaseClause.List", Field, 0},
5156 {"ChanDir", Type, 0},
5157 {"ChanType", Type, 0},
5158 {"ChanType.Arrow", Field, 1},
5159 {"ChanType.Begin", Field, 0},
5160 {"ChanType.Dir", Field, 0},
5161 {"ChanType.Value", Field, 0},
5162 {"CommClause", Type, 0},
5163 {"CommClause.Body", Field, 0},
5164 {"CommClause.Case", Field, 0},
5165 {"CommClause.Colon", Field, 0},
5166 {"CommClause.Comm", Field, 0},
5167 {"Comment", Type, 0},
5168 {"Comment.Slash", Field, 0},
5169 {"Comment.Text", Field, 0},
5170 {"CommentGroup", Type, 0},
5171 {"CommentGroup.List", Field, 0},
5172 {"CommentMap", Type, 1},
5173 {"CompositeLit", Type, 0},
5174 {"CompositeLit.Elts", Field, 0},
5175 {"CompositeLit.Incomplete", Field, 11},
5176 {"CompositeLit.Lbrace", Field, 0},
5177 {"CompositeLit.Rbrace", Field, 0},
5178 {"CompositeLit.Type", Field, 0},
5179 {"Con", Const, 0},
5180 {"Decl", Type, 0},
5181 {"DeclStmt", Type, 0},
5182 {"DeclStmt.Decl", Field, 0},
5183 {"DeferStmt", Type, 0},
5184 {"DeferStmt.Call", Field, 0},
5185 {"DeferStmt.Defer", Field, 0},
5186 {"Ellipsis", Type, 0},
5187 {"Ellipsis.Ellipsis", Field, 0},
5188 {"Ellipsis.Elt", Field, 0},
5189 {"EmptyStmt", Type, 0},
5190 {"EmptyStmt.Implicit", Field, 5},
5191 {"EmptyStmt.Semicolon", Field, 0},
5192 {"Expr", Type, 0},
5193 {"ExprStmt", Type, 0},
5194 {"ExprStmt.X", Field, 0},
5195 {"Field", Type, 0},
5196 {"Field.Comment", Field, 0},
5197 {"Field.Doc", Field, 0},
5198 {"Field.Names", Field, 0},
5199 {"Field.Tag", Field, 0},
5200 {"Field.Type", Field, 0},
5201 {"FieldFilter", Type, 0},
5202 {"FieldList", Type, 0},
5203 {"FieldList.Closing", Field, 0},
5204 {"FieldList.List", Field, 0},
5205 {"FieldList.Opening", Field, 0},
5206 {"File", Type, 0},
5207 {"File.Comments", Field, 0},
5208 {"File.Decls", Field, 0},
5209 {"File.Doc", Field, 0},
5210 {"File.FileEnd", Field, 20},
5211 {"File.FileStart", Field, 20},
5212 {"File.GoVersion", Field, 21},
5213 {"File.Imports", Field, 0},
5214 {"File.Name", Field, 0},
5215 {"File.Package", Field, 0},
5216 {"File.Scope", Field, 0},
5217 {"File.Unresolved", Field, 0},
5218 {"FileExports", Func, 0},
5219 {"Filter", Type, 0},
5220 {"FilterDecl", Func, 0},
5221 {"FilterFile", Func, 0},
5222 {"FilterFuncDuplicates", Const, 0},
5223 {"FilterImportDuplicates", Const, 0},
5224 {"FilterPackage", Func, 0},
5225 {"FilterUnassociatedComments", Const, 0},
5226 {"ForStmt", Type, 0},
5227 {"ForStmt.Body", Field, 0},
5228 {"ForStmt.Cond", Field, 0},
5229 {"ForStmt.For", Field, 0},
5230 {"ForStmt.Init", Field, 0},
5231 {"ForStmt.Post", Field, 0},
5232 {"Fprint", Func, 0},
5233 {"Fun", Const, 0},
5234 {"FuncDecl", Type, 0},
5235 {"FuncDecl.Body", Field, 0},
5236 {"FuncDecl.Doc", Field, 0},
5237 {"FuncDecl.Name", Field, 0},
5238 {"FuncDecl.Recv", Field, 0},
5239 {"FuncDecl.Type", Field, 0},
5240 {"FuncLit", Type, 0},
5241 {"FuncLit.Body", Field, 0},
5242 {"FuncLit.Type", Field, 0},
5243 {"FuncType", Type, 0},
5244 {"FuncType.Func", Field, 0},
5245 {"FuncType.Params", Field, 0},
5246 {"FuncType.Results", Field, 0},
5247 {"FuncType.TypeParams", Field, 18},
5248 {"GenDecl", Type, 0},
5249 {"GenDecl.Doc", Field, 0},
5250 {"GenDecl.Lparen", Field, 0},
5251 {"GenDecl.Rparen", Field, 0},
5252 {"GenDecl.Specs", Field, 0},
5253 {"GenDecl.Tok", Field, 0},
5254 {"GenDecl.TokPos", Field, 0},
5255 {"GoStmt", Type, 0},
5256 {"GoStmt.Call", Field, 0},
5257 {"GoStmt.Go", Field, 0},
5258 {"Ident", Type, 0},
5259 {"Ident.Name", Field, 0},
5260 {"Ident.NamePos", Field, 0},
5261 {"Ident.Obj", Field, 0},
5262 {"IfStmt", Type, 0},
5263 {"IfStmt.Body", Field, 0},
5264 {"IfStmt.Cond", Field, 0},
5265 {"IfStmt.Else", Field, 0},
5266 {"IfStmt.If", Field, 0},
5267 {"IfStmt.Init", Field, 0},
5268 {"ImportSpec", Type, 0},
5269 {"ImportSpec.Comment", Field, 0},
5270 {"ImportSpec.Doc", Field, 0},
5271 {"ImportSpec.EndPos", Field, 0},
5272 {"ImportSpec.Name", Field, 0},
5273 {"ImportSpec.Path", Field, 0},
5274 {"Importer", Type, 0},
5275 {"IncDecStmt", Type, 0},
5276 {"IncDecStmt.Tok", Field, 0},
5277 {"IncDecStmt.TokPos", Field, 0},
5278 {"IncDecStmt.X", Field, 0},
5279 {"IndexExpr", Type, 0},
5280 {"IndexExpr.Index", Field, 0},
5281 {"IndexExpr.Lbrack", Field, 0},
5282 {"IndexExpr.Rbrack", Field, 0},
5283 {"IndexExpr.X", Field, 0},
5284 {"IndexListExpr", Type, 18},
5285 {"IndexListExpr.Indices", Field, 18},
5286 {"IndexListExpr.Lbrack", Field, 18},
5287 {"IndexListExpr.Rbrack", Field, 18},
5288 {"IndexListExpr.X", Field, 18},
5289 {"Inspect", Func, 0},
5290 {"InterfaceType", Type, 0},
5291 {"InterfaceType.Incomplete", Field, 0},
5292 {"InterfaceType.Interface", Field, 0},
5293 {"InterfaceType.Methods", Field, 0},
5294 {"IsExported", Func, 0},
5295 {"IsGenerated", Func, 21},
5296 {"KeyValueExpr", Type, 0},
5297 {"KeyValueExpr.Colon", Field, 0},
5298 {"KeyValueExpr.Key", Field, 0},
5299 {"KeyValueExpr.Value", Field, 0},
5300 {"LabeledStmt", Type, 0},
5301 {"LabeledStmt.Colon", Field, 0},
5302 {"LabeledStmt.Label", Field, 0},
5303 {"LabeledStmt.Stmt", Field, 0},
5304 {"Lbl", Const, 0},
5305 {"MapType", Type, 0},
5306 {"MapType.Key", Field, 0},
5307 {"MapType.Map", Field, 0},
5308 {"MapType.Value", Field, 0},
5309 {"MergeMode", Type, 0},
5310 {"MergePackageFiles", Func, 0},
5311 {"NewCommentMap", Func, 1},
5312 {"NewIdent", Func, 0},
5313 {"NewObj", Func, 0},
5314 {"NewPackage", Func, 0},
5315 {"NewScope", Func, 0},
5316 {"Node", Type, 0},
5317 {"NotNilFilter", Func, 0},
5318 {"ObjKind", Type, 0},
5319 {"Object", Type, 0},
5320 {"Object.Data", Field, 0},
5321 {"Object.Decl", Field, 0},
5322 {"Object.Kind", Field, 0},
5323 {"Object.Name", Field, 0},
5324 {"Object.Type", Field, 0},
5325 {"Package", Type, 0},
5326 {"Package.Files", Field, 0},
5327 {"Package.Imports", Field, 0},
5328 {"Package.Name", Field, 0},
5329 {"Package.Scope", Field, 0},
5330 {"PackageExports", Func, 0},
5331 {"ParenExpr", Type, 0},
5332 {"ParenExpr.Lparen", Field, 0},
5333 {"ParenExpr.Rparen", Field, 0},
5334 {"ParenExpr.X", Field, 0},
5335 {"Pkg", Const, 0},
5336 {"Preorder", Func, 23},
5337 {"Print", Func, 0},
5338 {"RECV", Const, 0},
5339 {"RangeStmt", Type, 0},
5340 {"RangeStmt.Body", Field, 0},
5341 {"RangeStmt.For", Field, 0},
5342 {"RangeStmt.Key", Field, 0},
5343 {"RangeStmt.Range", Field, 20},
5344 {"RangeStmt.Tok", Field, 0},
5345 {"RangeStmt.TokPos", Field, 0},
5346 {"RangeStmt.Value", Field, 0},
5347 {"RangeStmt.X", Field, 0},
5348 {"ReturnStmt", Type, 0},
5349 {"ReturnStmt.Results", Field, 0},
5350 {"ReturnStmt.Return", Field, 0},
5351 {"SEND", Const, 0},
5352 {"Scope", Type, 0},
5353 {"Scope.Objects", Field, 0},
5354 {"Scope.Outer", Field, 0},
5355 {"SelectStmt", Type, 0},
5356 {"SelectStmt.Body", Field, 0},
5357 {"SelectStmt.Select", Field, 0},
5358 {"SelectorExpr", Type, 0},
5359 {"SelectorExpr.Sel", Field, 0},
5360 {"SelectorExpr.X", Field, 0},
5361 {"SendStmt", Type, 0},
5362 {"SendStmt.Arrow", Field, 0},
5363 {"SendStmt.Chan", Field, 0},
5364 {"SendStmt.Value", Field, 0},
5365 {"SliceExpr", Type, 0},
5366 {"SliceExpr.High", Field, 0},
5367 {"SliceExpr.Lbrack", Field, 0},
5368 {"SliceExpr.Low", Field, 0},
5369 {"SliceExpr.Max", Field, 2},
5370 {"SliceExpr.Rbrack", Field, 0},
5371 {"SliceExpr.Slice3", Field, 2},
5372 {"SliceExpr.X", Field, 0},
5373 {"SortImports", Func, 0},
5374 {"Spec", Type, 0},
5375 {"StarExpr", Type, 0},
5376 {"StarExpr.Star", Field, 0},
5377 {"StarExpr.X", Field, 0},
5378 {"Stmt", Type, 0},
5379 {"StructType", Type, 0},
5380 {"StructType.Fields", Field, 0},
5381 {"StructType.Incomplete", Field, 0},
5382 {"StructType.Struct", Field, 0},
5383 {"SwitchStmt", Type, 0},
5384 {"SwitchStmt.Body", Field, 0},
5385 {"SwitchStmt.Init", Field, 0},
5386 {"SwitchStmt.Switch", Field, 0},
5387 {"SwitchStmt.Tag", Field, 0},
5388 {"Typ", Const, 0},
5389 {"TypeAssertExpr", Type, 0},
5390 {"TypeAssertExpr.Lparen", Field, 2},
5391 {"TypeAssertExpr.Rparen", Field, 2},
5392 {"TypeAssertExpr.Type", Field, 0},
5393 {"TypeAssertExpr.X", Field, 0},
5394 {"TypeSpec", Type, 0},
5395 {"TypeSpec.Assign", Field, 9},
5396 {"TypeSpec.Comment", Field, 0},
5397 {"TypeSpec.Doc", Field, 0},
5398 {"TypeSpec.Name", Field, 0},
5399 {"TypeSpec.Type", Field, 0},
5400 {"TypeSpec.TypeParams", Field, 18},
5401 {"TypeSwitchStmt", Type, 0},
5402 {"TypeSwitchStmt.Assign", Field, 0},
5403 {"TypeSwitchStmt.Body", Field, 0},
5404 {"TypeSwitchStmt.Init", Field, 0},
5405 {"TypeSwitchStmt.Switch", Field, 0},
5406 {"UnaryExpr", Type, 0},
5407 {"UnaryExpr.Op", Field, 0},
5408 {"UnaryExpr.OpPos", Field, 0},
5409 {"UnaryExpr.X", Field, 0},
5410 {"Unparen", Func, 22},
5411 {"ValueSpec", Type, 0},
5412 {"ValueSpec.Comment", Field, 0},
5413 {"ValueSpec.Doc", Field, 0},
5414 {"ValueSpec.Names", Field, 0},
5415 {"ValueSpec.Type", Field, 0},
5416 {"ValueSpec.Values", Field, 0},
5417 {"Var", Const, 0},
5418 {"Visitor", Type, 0},
5419 {"Walk", Func, 0},
5420 },
5421 "go/build": {
5422 {"(*Context).Import", Method, 0},
5423 {"(*Context).ImportDir", Method, 0},
5424 {"(*Context).MatchFile", Method, 2},
5425 {"(*Context).SrcDirs", Method, 0},
5426 {"(*MultiplePackageError).Error", Method, 4},
5427 {"(*NoGoError).Error", Method, 0},
5428 {"(*Package).IsCommand", Method, 0},
5429 {"AllowBinary", Const, 0},
5430 {"ArchChar", Func, 0},
5431 {"Context", Type, 0},
5432 {"Context.BuildTags", Field, 0},
5433 {"Context.CgoEnabled", Field, 0},
5434 {"Context.Compiler", Field, 0},
5435 {"Context.Dir", Field, 14},
5436 {"Context.GOARCH", Field, 0},
5437 {"Context.GOOS", Field, 0},
5438 {"Context.GOPATH", Field, 0},
5439 {"Context.GOROOT", Field, 0},
5440 {"Context.HasSubdir", Field, 0},
5441 {"Context.InstallSuffix", Field, 1},
5442 {"Context.IsAbsPath", Field, 0},
5443 {"Context.IsDir", Field, 0},
5444 {"Context.JoinPath", Field, 0},
5445 {"Context.OpenFile", Field, 0},
5446 {"Context.ReadDir", Field, 0},
5447 {"Context.ReleaseTags", Field, 1},
5448 {"Context.SplitPathList", Field, 0},
5449 {"Context.ToolTags", Field, 17},
5450 {"Context.UseAllFiles", Field, 0},
5451 {"Default", Var, 0},
5452 {"Directive", Type, 21},
5453 {"Directive.Pos", Field, 21},
5454 {"Directive.Text", Field, 21},
5455 {"FindOnly", Const, 0},
5456 {"IgnoreVendor", Const, 6},
5457 {"Import", Func, 0},
5458 {"ImportComment", Const, 4},
5459 {"ImportDir", Func, 0},
5460 {"ImportMode", Type, 0},
5461 {"IsLocalImport", Func, 0},
5462 {"MultiplePackageError", Type, 4},
5463 {"MultiplePackageError.Dir", Field, 4},
5464 {"MultiplePackageError.Files", Field, 4},
5465 {"MultiplePackageError.Packages", Field, 4},
5466 {"NoGoError", Type, 0},
5467 {"NoGoError.Dir", Field, 0},
5468 {"Package", Type, 0},
5469 {"Package.AllTags", Field, 2},
5470 {"Package.BinDir", Field, 0},
5471 {"Package.BinaryOnly", Field, 7},
5472 {"Package.CFiles", Field, 0},
5473 {"Package.CXXFiles", Field, 2},
5474 {"Package.CgoCFLAGS", Field, 0},
5475 {"Package.CgoCPPFLAGS", Field, 2},
5476 {"Package.CgoCXXFLAGS", Field, 2},
5477 {"Package.CgoFFLAGS", Field, 7},
5478 {"Package.CgoFiles", Field, 0},
5479 {"Package.CgoLDFLAGS", Field, 0},
5480 {"Package.CgoPkgConfig", Field, 0},
5481 {"Package.ConflictDir", Field, 2},
5482 {"Package.Dir", Field, 0},
5483 {"Package.Directives", Field, 21},
5484 {"Package.Doc", Field, 0},
5485 {"Package.EmbedPatternPos", Field, 16},
5486 {"Package.EmbedPatterns", Field, 16},
5487 {"Package.FFiles", Field, 7},
5488 {"Package.GoFiles", Field, 0},
5489 {"Package.Goroot", Field, 0},
5490 {"Package.HFiles", Field, 0},
5491 {"Package.IgnoredGoFiles", Field, 1},
5492 {"Package.IgnoredOtherFiles", Field, 16},
5493 {"Package.ImportComment", Field, 4},
5494 {"Package.ImportPath", Field, 0},
5495 {"Package.ImportPos", Field, 0},
5496 {"Package.Imports", Field, 0},
5497 {"Package.InvalidGoFiles", Field, 6},
5498 {"Package.MFiles", Field, 3},
5499 {"Package.Name", Field, 0},
5500 {"Package.PkgObj", Field, 0},
5501 {"Package.PkgRoot", Field, 0},
5502 {"Package.PkgTargetRoot", Field, 5},
5503 {"Package.Root", Field, 0},
5504 {"Package.SFiles", Field, 0},
5505 {"Package.SrcRoot", Field, 0},
5506 {"Package.SwigCXXFiles", Field, 1},
5507 {"Package.SwigFiles", Field, 1},
5508 {"Package.SysoFiles", Field, 0},
5509 {"Package.TestDirectives", Field, 21},
5510 {"Package.TestEmbedPatternPos", Field, 16},
5511 {"Package.TestEmbedPatterns", Field, 16},
5512 {"Package.TestGoFiles", Field, 0},
5513 {"Package.TestImportPos", Field, 0},
5514 {"Package.TestImports", Field, 0},
5515 {"Package.XTestDirectives", Field, 21},
5516 {"Package.XTestEmbedPatternPos", Field, 16},
5517 {"Package.XTestEmbedPatterns", Field, 16},
5518 {"Package.XTestGoFiles", Field, 0},
5519 {"Package.XTestImportPos", Field, 0},
5520 {"Package.XTestImports", Field, 0},
5521 {"ToolDir", Var, 0},
5522 },
5523 "go/build/constraint": {
5524 {"(*AndExpr).Eval", Method, 16},
5525 {"(*AndExpr).String", Method, 16},
5526 {"(*NotExpr).Eval", Method, 16},
5527 {"(*NotExpr).String", Method, 16},
5528 {"(*OrExpr).Eval", Method, 16},
5529 {"(*OrExpr).String", Method, 16},
5530 {"(*SyntaxError).Error", Method, 16},
5531 {"(*TagExpr).Eval", Method, 16},
5532 {"(*TagExpr).String", Method, 16},
5533 {"AndExpr", Type, 16},
5534 {"AndExpr.X", Field, 16},
5535 {"AndExpr.Y", Field, 16},
5536 {"Expr", Type, 16},
5537 {"GoVersion", Func, 21},
5538 {"IsGoBuild", Func, 16},
5539 {"IsPlusBuild", Func, 16},
5540 {"NotExpr", Type, 16},
5541 {"NotExpr.X", Field, 16},
5542 {"OrExpr", Type, 16},
5543 {"OrExpr.X", Field, 16},
5544 {"OrExpr.Y", Field, 16},
5545 {"Parse", Func, 16},
5546 {"PlusBuildLines", Func, 16},
5547 {"SyntaxError", Type, 16},
5548 {"SyntaxError.Err", Field, 16},
5549 {"SyntaxError.Offset", Field, 16},
5550 {"TagExpr", Type, 16},
5551 {"TagExpr.Tag", Field, 16},
5552 },
5553 "go/constant": {
5554 {"(Kind).String", Method, 18},
5555 {"BinaryOp", Func, 5},
5556 {"BitLen", Func, 5},
5557 {"Bool", Const, 5},
5558 {"BoolVal", Func, 5},
5559 {"Bytes", Func, 5},
5560 {"Compare", Func, 5},
5561 {"Complex", Const, 5},
5562 {"Denom", Func, 5},
5563 {"Float", Const, 5},
5564 {"Float32Val", Func, 5},
5565 {"Float64Val", Func, 5},
5566 {"Imag", Func, 5},
5567 {"Int", Const, 5},
5568 {"Int64Val", Func, 5},
5569 {"Kind", Type, 5},
5570 {"Make", Func, 13},
5571 {"MakeBool", Func, 5},
5572 {"MakeFloat64", Func, 5},
5573 {"MakeFromBytes", Func, 5},
5574 {"MakeFromLiteral", Func, 5},
5575 {"MakeImag", Func, 5},
5576 {"MakeInt64", Func, 5},
5577 {"MakeString", Func, 5},
5578 {"MakeUint64", Func, 5},
5579 {"MakeUnknown", Func, 5},
5580 {"Num", Func, 5},
5581 {"Real", Func, 5},
5582 {"Shift", Func, 5},
5583 {"Sign", Func, 5},
5584 {"String", Const, 5},
5585 {"StringVal", Func, 5},
5586 {"ToComplex", Func, 6},
5587 {"ToFloat", Func, 6},
5588 {"ToInt", Func, 6},
5589 {"Uint64Val", Func, 5},
5590 {"UnaryOp", Func, 5},
5591 {"Unknown", Const, 5},
5592 {"Val", Func, 13},
5593 {"Value", Type, 5},
5594 },
5595 "go/doc": {
5596 {"(*Package).Filter", Method, 0},
5597 {"(*Package).HTML", Method, 19},
5598 {"(*Package).Markdown", Method, 19},
5599 {"(*Package).Parser", Method, 19},
5600 {"(*Package).Printer", Method, 19},
5601 {"(*Package).Synopsis", Method, 19},
5602 {"(*Package).Text", Method, 19},
5603 {"AllDecls", Const, 0},
5604 {"AllMethods", Const, 0},
5605 {"Example", Type, 0},
5606 {"Example.Code", Field, 0},
5607 {"Example.Comments", Field, 0},
5608 {"Example.Doc", Field, 0},
5609 {"Example.EmptyOutput", Field, 1},
5610 {"Example.Name", Field, 0},
5611 {"Example.Order", Field, 1},
5612 {"Example.Output", Field, 0},
5613 {"Example.Play", Field, 1},
5614 {"Example.Suffix", Field, 14},
5615 {"Example.Unordered", Field, 7},
5616 {"Examples", Func, 0},
5617 {"Filter", Type, 0},
5618 {"Func", Type, 0},
5619 {"Func.Decl", Field, 0},
5620 {"Func.Doc", Field, 0},
5621 {"Func.Examples", Field, 14},
5622 {"Func.Level", Field, 0},
5623 {"Func.Name", Field, 0},
5624 {"Func.Orig", Field, 0},
5625 {"Func.Recv", Field, 0},
5626 {"IllegalPrefixes", Var, 1},
5627 {"IsPredeclared", Func, 8},
5628 {"Mode", Type, 0},
5629 {"New", Func, 0},
5630 {"NewFromFiles", Func, 14},
5631 {"Note", Type, 1},
5632 {"Note.Body", Field, 1},
5633 {"Note.End", Field, 1},
5634 {"Note.Pos", Field, 1},
5635 {"Note.UID", Field, 1},
5636 {"Package", Type, 0},
5637 {"Package.Bugs", Field, 0},
5638 {"Package.Consts", Field, 0},
5639 {"Package.Doc", Field, 0},
5640 {"Package.Examples", Field, 14},
5641 {"Package.Filenames", Field, 0},
5642 {"Package.Funcs", Field, 0},
5643 {"Package.ImportPath", Field, 0},
5644 {"Package.Imports", Field, 0},
5645 {"Package.Name", Field, 0},
5646 {"Package.Notes", Field, 1},
5647 {"Package.Types", Field, 0},
5648 {"Package.Vars", Field, 0},
5649 {"PreserveAST", Const, 12},
5650 {"Synopsis", Func, 0},
5651 {"ToHTML", Func, 0},
5652 {"ToText", Func, 0},
5653 {"Type", Type, 0},
5654 {"Type.Consts", Field, 0},
5655 {"Type.Decl", Field, 0},
5656 {"Type.Doc", Field, 0},
5657 {"Type.Examples", Field, 14},
5658 {"Type.Funcs", Field, 0},
5659 {"Type.Methods", Field, 0},
5660 {"Type.Name", Field, 0},
5661 {"Type.Vars", Field, 0},
5662 {"Value", Type, 0},
5663 {"Value.Decl", Field, 0},
5664 {"Value.Doc", Field, 0},
5665 {"Value.Names", Field, 0},
5666 },
5667 "go/doc/comment": {
5668 {"(*DocLink).DefaultURL", Method, 19},
5669 {"(*Heading).DefaultID", Method, 19},
5670 {"(*List).BlankBefore", Method, 19},
5671 {"(*List).BlankBetween", Method, 19},
5672 {"(*Parser).Parse", Method, 19},
5673 {"(*Printer).Comment", Method, 19},
5674 {"(*Printer).HTML", Method, 19},
5675 {"(*Printer).Markdown", Method, 19},
5676 {"(*Printer).Text", Method, 19},
5677 {"Block", Type, 19},
5678 {"Code", Type, 19},
5679 {"Code.Text", Field, 19},
5680 {"DefaultLookupPackage", Func, 19},
5681 {"Doc", Type, 19},
5682 {"Doc.Content", Field, 19},
5683 {"Doc.Links", Field, 19},
5684 {"DocLink", Type, 19},
5685 {"DocLink.ImportPath", Field, 19},
5686 {"DocLink.Name", Field, 19},
5687 {"DocLink.Recv", Field, 19},
5688 {"DocLink.Text", Field, 19},
5689 {"Heading", Type, 19},
5690 {"Heading.Text", Field, 19},
5691 {"Italic", Type, 19},
5692 {"Link", Type, 19},
5693 {"Link.Auto", Field, 19},
5694 {"Link.Text", Field, 19},
5695 {"Link.URL", Field, 19},
5696 {"LinkDef", Type, 19},
5697 {"LinkDef.Text", Field, 19},
5698 {"LinkDef.URL", Field, 19},
5699 {"LinkDef.Used", Field, 19},
5700 {"List", Type, 19},
5701 {"List.ForceBlankBefore", Field, 19},
5702 {"List.ForceBlankBetween", Field, 19},
5703 {"List.Items", Field, 19},
5704 {"ListItem", Type, 19},
5705 {"ListItem.Content", Field, 19},
5706 {"ListItem.Number", Field, 19},
5707 {"Paragraph", Type, 19},
5708 {"Paragraph.Text", Field, 19},
5709 {"Parser", Type, 19},
5710 {"Parser.LookupPackage", Field, 19},
5711 {"Parser.LookupSym", Field, 19},
5712 {"Parser.Words", Field, 19},
5713 {"Plain", Type, 19},
5714 {"Printer", Type, 19},
5715 {"Printer.DocLinkBaseURL", Field, 19},
5716 {"Printer.DocLinkURL", Field, 19},
5717 {"Printer.HeadingID", Field, 19},
5718 {"Printer.HeadingLevel", Field, 19},
5719 {"Printer.TextCodePrefix", Field, 19},
5720 {"Printer.TextPrefix", Field, 19},
5721 {"Printer.TextWidth", Field, 19},
5722 {"Text", Type, 19},
5723 },
5724 "go/format": {
5725 {"Node", Func, 1},
5726 {"Source", Func, 1},
5727 },
5728 "go/importer": {
5729 {"Default", Func, 5},
5730 {"For", Func, 5},
5731 {"ForCompiler", Func, 12},
5732 {"Lookup", Type, 5},
5733 },
5734 "go/parser": {
5735 {"AllErrors", Const, 1},
5736 {"DeclarationErrors", Const, 0},
5737 {"ImportsOnly", Const, 0},
5738 {"Mode", Type, 0},
5739 {"PackageClauseOnly", Const, 0},
5740 {"ParseComments", Const, 0},
5741 {"ParseDir", Func, 0},
5742 {"ParseExpr", Func, 0},
5743 {"ParseExprFrom", Func, 5},
5744 {"ParseFile", Func, 0},
5745 {"SkipObjectResolution", Const, 17},
5746 {"SpuriousErrors", Const, 0},
5747 {"Trace", Const, 0},
5748 },
5749 "go/printer": {
5750 {"(*Config).Fprint", Method, 0},
5751 {"CommentedNode", Type, 0},
5752 {"CommentedNode.Comments", Field, 0},
5753 {"CommentedNode.Node", Field, 0},
5754 {"Config", Type, 0},
5755 {"Config.Indent", Field, 1},
5756 {"Config.Mode", Field, 0},
5757 {"Config.Tabwidth", Field, 0},
5758 {"Fprint", Func, 0},
5759 {"Mode", Type, 0},
5760 {"RawFormat", Const, 0},
5761 {"SourcePos", Const, 0},
5762 {"TabIndent", Const, 0},
5763 {"UseSpaces", Const, 0},
5764 },
5765 "go/scanner": {
5766 {"(*ErrorList).Add", Method, 0},
5767 {"(*ErrorList).RemoveMultiples", Method, 0},
5768 {"(*ErrorList).Reset", Method, 0},
5769 {"(*Scanner).Init", Method, 0},
5770 {"(*Scanner).Scan", Method, 0},
5771 {"(Error).Error", Method, 0},
5772 {"(ErrorList).Err", Method, 0},
5773 {"(ErrorList).Error", Method, 0},
5774 {"(ErrorList).Len", Method, 0},
5775 {"(ErrorList).Less", Method, 0},
5776 {"(ErrorList).Sort", Method, 0},
5777 {"(ErrorList).Swap", Method, 0},
5778 {"Error", Type, 0},
5779 {"Error.Msg", Field, 0},
5780 {"Error.Pos", Field, 0},
5781 {"ErrorHandler", Type, 0},
5782 {"ErrorList", Type, 0},
5783 {"Mode", Type, 0},
5784 {"PrintError", Func, 0},
5785 {"ScanComments", Const, 0},
5786 {"Scanner", Type, 0},
5787 {"Scanner.ErrorCount", Field, 0},
5788 },
5789 "go/token": {
5790 {"(*File).AddLine", Method, 0},
5791 {"(*File).AddLineColumnInfo", Method, 11},
5792 {"(*File).AddLineInfo", Method, 0},
5793 {"(*File).Base", Method, 0},
5794 {"(*File).Line", Method, 0},
5795 {"(*File).LineCount", Method, 0},
5796 {"(*File).LineStart", Method, 12},
5797 {"(*File).Lines", Method, 21},
5798 {"(*File).MergeLine", Method, 2},
5799 {"(*File).Name", Method, 0},
5800 {"(*File).Offset", Method, 0},
5801 {"(*File).Pos", Method, 0},
5802 {"(*File).Position", Method, 0},
5803 {"(*File).PositionFor", Method, 4},
5804 {"(*File).SetLines", Method, 0},
5805 {"(*File).SetLinesForContent", Method, 0},
5806 {"(*File).Size", Method, 0},
5807 {"(*FileSet).AddFile", Method, 0},
5808 {"(*FileSet).Base", Method, 0},
5809 {"(*FileSet).File", Method, 0},
5810 {"(*FileSet).Iterate", Method, 0},
5811 {"(*FileSet).Position", Method, 0},
5812 {"(*FileSet).PositionFor", Method, 4},
5813 {"(*FileSet).Read", Method, 0},
5814 {"(*FileSet).RemoveFile", Method, 20},
5815 {"(*FileSet).Write", Method, 0},
5816 {"(*Position).IsValid", Method, 0},
5817 {"(Pos).IsValid", Method, 0},
5818 {"(Position).String", Method, 0},
5819 {"(Token).IsKeyword", Method, 0},
5820 {"(Token).IsLiteral", Method, 0},
5821 {"(Token).IsOperator", Method, 0},
5822 {"(Token).Precedence", Method, 0},
5823 {"(Token).String", Method, 0},
5824 {"ADD", Const, 0},
5825 {"ADD_ASSIGN", Const, 0},
5826 {"AND", Const, 0},
5827 {"AND_ASSIGN", Const, 0},
5828 {"AND_NOT", Const, 0},
5829 {"AND_NOT_ASSIGN", Const, 0},
5830 {"ARROW", Const, 0},
5831 {"ASSIGN", Const, 0},
5832 {"BREAK", Const, 0},
5833 {"CASE", Const, 0},
5834 {"CHAN", Const, 0},
5835 {"CHAR", Const, 0},
5836 {"COLON", Const, 0},
5837 {"COMMA", Const, 0},
5838 {"COMMENT", Const, 0},
5839 {"CONST", Const, 0},
5840 {"CONTINUE", Const, 0},
5841 {"DEC", Const, 0},
5842 {"DEFAULT", Const, 0},
5843 {"DEFER", Const, 0},
5844 {"DEFINE", Const, 0},
5845 {"ELLIPSIS", Const, 0},
5846 {"ELSE", Const, 0},
5847 {"EOF", Const, 0},
5848 {"EQL", Const, 0},
5849 {"FALLTHROUGH", Const, 0},
5850 {"FLOAT", Const, 0},
5851 {"FOR", Const, 0},
5852 {"FUNC", Const, 0},
5853 {"File", Type, 0},
5854 {"FileSet", Type, 0},
5855 {"GEQ", Const, 0},
5856 {"GO", Const, 0},
5857 {"GOTO", Const, 0},
5858 {"GTR", Const, 0},
5859 {"HighestPrec", Const, 0},
5860 {"IDENT", Const, 0},
5861 {"IF", Const, 0},
5862 {"ILLEGAL", Const, 0},
5863 {"IMAG", Const, 0},
5864 {"IMPORT", Const, 0},
5865 {"INC", Const, 0},
5866 {"INT", Const, 0},
5867 {"INTERFACE", Const, 0},
5868 {"IsExported", Func, 13},
5869 {"IsIdentifier", Func, 13},
5870 {"IsKeyword", Func, 13},
5871 {"LAND", Const, 0},
5872 {"LBRACE", Const, 0},
5873 {"LBRACK", Const, 0},
5874 {"LEQ", Const, 0},
5875 {"LOR", Const, 0},
5876 {"LPAREN", Const, 0},
5877 {"LSS", Const, 0},
5878 {"Lookup", Func, 0},
5879 {"LowestPrec", Const, 0},
5880 {"MAP", Const, 0},
5881 {"MUL", Const, 0},
5882 {"MUL_ASSIGN", Const, 0},
5883 {"NEQ", Const, 0},
5884 {"NOT", Const, 0},
5885 {"NewFileSet", Func, 0},
5886 {"NoPos", Const, 0},
5887 {"OR", Const, 0},
5888 {"OR_ASSIGN", Const, 0},
5889 {"PACKAGE", Const, 0},
5890 {"PERIOD", Const, 0},
5891 {"Pos", Type, 0},
5892 {"Position", Type, 0},
5893 {"Position.Column", Field, 0},
5894 {"Position.Filename", Field, 0},
5895 {"Position.Line", Field, 0},
5896 {"Position.Offset", Field, 0},
5897 {"QUO", Const, 0},
5898 {"QUO_ASSIGN", Const, 0},
5899 {"RANGE", Const, 0},
5900 {"RBRACE", Const, 0},
5901 {"RBRACK", Const, 0},
5902 {"REM", Const, 0},
5903 {"REM_ASSIGN", Const, 0},
5904 {"RETURN", Const, 0},
5905 {"RPAREN", Const, 0},
5906 {"SELECT", Const, 0},
5907 {"SEMICOLON", Const, 0},
5908 {"SHL", Const, 0},
5909 {"SHL_ASSIGN", Const, 0},
5910 {"SHR", Const, 0},
5911 {"SHR_ASSIGN", Const, 0},
5912 {"STRING", Const, 0},
5913 {"STRUCT", Const, 0},
5914 {"SUB", Const, 0},
5915 {"SUB_ASSIGN", Const, 0},
5916 {"SWITCH", Const, 0},
5917 {"TILDE", Const, 18},
5918 {"TYPE", Const, 0},
5919 {"Token", Type, 0},
5920 {"UnaryPrec", Const, 0},
5921 {"VAR", Const, 0},
5922 {"XOR", Const, 0},
5923 {"XOR_ASSIGN", Const, 0},
5924 },
5925 "go/types": {
5926 {"(*Alias).Obj", Method, 22},
5927 {"(*Alias).Origin", Method, 23},
5928 {"(*Alias).Rhs", Method, 23},
5929 {"(*Alias).SetTypeParams", Method, 23},
5930 {"(*Alias).String", Method, 22},
5931 {"(*Alias).TypeArgs", Method, 23},
5932 {"(*Alias).TypeParams", Method, 23},
5933 {"(*Alias).Underlying", Method, 22},
5934 {"(*ArgumentError).Error", Method, 18},
5935 {"(*ArgumentError).Unwrap", Method, 18},
5936 {"(*Array).Elem", Method, 5},
5937 {"(*Array).Len", Method, 5},
5938 {"(*Array).String", Method, 5},
5939 {"(*Array).Underlying", Method, 5},
5940 {"(*Basic).Info", Method, 5},
5941 {"(*Basic).Kind", Method, 5},
5942 {"(*Basic).Name", Method, 5},
5943 {"(*Basic).String", Method, 5},
5944 {"(*Basic).Underlying", Method, 5},
5945 {"(*Builtin).Exported", Method, 5},
5946 {"(*Builtin).Id", Method, 5},
5947 {"(*Builtin).Name", Method, 5},
5948 {"(*Builtin).Parent", Method, 5},
5949 {"(*Builtin).Pkg", Method, 5},
5950 {"(*Builtin).Pos", Method, 5},
5951 {"(*Builtin).String", Method, 5},
5952 {"(*Builtin).Type", Method, 5},
5953 {"(*Chan).Dir", Method, 5},
5954 {"(*Chan).Elem", Method, 5},
5955 {"(*Chan).String", Method, 5},
5956 {"(*Chan).Underlying", Method, 5},
5957 {"(*Checker).Files", Method, 5},
5958 {"(*Config).Check", Method, 5},
5959 {"(*Const).Exported", Method, 5},
5960 {"(*Const).Id", Method, 5},
5961 {"(*Const).Name", Method, 5},
5962 {"(*Const).Parent", Method, 5},
5963 {"(*Const).Pkg", Method, 5},
5964 {"(*Const).Pos", Method, 5},
5965 {"(*Const).String", Method, 5},
5966 {"(*Const).Type", Method, 5},
5967 {"(*Const).Val", Method, 5},
5968 {"(*Func).Exported", Method, 5},
5969 {"(*Func).FullName", Method, 5},
5970 {"(*Func).Id", Method, 5},
5971 {"(*Func).Name", Method, 5},
5972 {"(*Func).Origin", Method, 19},
5973 {"(*Func).Parent", Method, 5},
5974 {"(*Func).Pkg", Method, 5},
5975 {"(*Func).Pos", Method, 5},
5976 {"(*Func).Scope", Method, 5},
5977 {"(*Func).Signature", Method, 23},
5978 {"(*Func).String", Method, 5},
5979 {"(*Func).Type", Method, 5},
5980 {"(*Info).ObjectOf", Method, 5},
5981 {"(*Info).PkgNameOf", Method, 22},
5982 {"(*Info).TypeOf", Method, 5},
5983 {"(*Initializer).String", Method, 5},
5984 {"(*Interface).Complete", Method, 5},
5985 {"(*Interface).Embedded", Method, 5},
5986 {"(*Interface).EmbeddedType", Method, 11},
5987 {"(*Interface).Empty", Method, 5},
5988 {"(*Interface).ExplicitMethod", Method, 5},
5989 {"(*Interface).IsComparable", Method, 18},
5990 {"(*Interface).IsImplicit", Method, 18},
5991 {"(*Interface).IsMethodSet", Method, 18},
5992 {"(*Interface).MarkImplicit", Method, 18},
5993 {"(*Interface).Method", Method, 5},
5994 {"(*Interface).NumEmbeddeds", Method, 5},
5995 {"(*Interface).NumExplicitMethods", Method, 5},
5996 {"(*Interface).NumMethods", Method, 5},
5997 {"(*Interface).String", Method, 5},
5998 {"(*Interface).Underlying", Method, 5},
5999 {"(*Label).Exported", Method, 5},
6000 {"(*Label).Id", Method, 5},
6001 {"(*Label).Name", Method, 5},
6002 {"(*Label).Parent", Method, 5},
6003 {"(*Label).Pkg", Method, 5},
6004 {"(*Label).Pos", Method, 5},
6005 {"(*Label).String", Method, 5},
6006 {"(*Label).Type", Method, 5},
6007 {"(*Map).Elem", Method, 5},
6008 {"(*Map).Key", Method, 5},
6009 {"(*Map).String", Method, 5},
6010 {"(*Map).Underlying", Method, 5},
6011 {"(*MethodSet).At", Method, 5},
6012 {"(*MethodSet).Len", Method, 5},
6013 {"(*MethodSet).Lookup", Method, 5},
6014 {"(*MethodSet).String", Method, 5},
6015 {"(*Named).AddMethod", Method, 5},
6016 {"(*Named).Method", Method, 5},
6017 {"(*Named).NumMethods", Method, 5},
6018 {"(*Named).Obj", Method, 5},
6019 {"(*Named).Origin", Method, 18},
6020 {"(*Named).SetTypeParams", Method, 18},
6021 {"(*Named).SetUnderlying", Method, 5},
6022 {"(*Named).String", Method, 5},
6023 {"(*Named).TypeArgs", Method, 18},
6024 {"(*Named).TypeParams", Method, 18},
6025 {"(*Named).Underlying", Method, 5},
6026 {"(*Nil).Exported", Method, 5},
6027 {"(*Nil).Id", Method, 5},
6028 {"(*Nil).Name", Method, 5},
6029 {"(*Nil).Parent", Method, 5},
6030 {"(*Nil).Pkg", Method, 5},
6031 {"(*Nil).Pos", Method, 5},
6032 {"(*Nil).String", Method, 5},
6033 {"(*Nil).Type", Method, 5},
6034 {"(*Package).Complete", Method, 5},
6035 {"(*Package).GoVersion", Method, 21},
6036 {"(*Package).Imports", Method, 5},
6037 {"(*Package).MarkComplete", Method, 5},
6038 {"(*Package).Name", Method, 5},
6039 {"(*Package).Path", Method, 5},
6040 {"(*Package).Scope", Method, 5},
6041 {"(*Package).SetImports", Method, 5},
6042 {"(*Package).SetName", Method, 6},
6043 {"(*Package).String", Method, 5},
6044 {"(*PkgName).Exported", Method, 5},
6045 {"(*PkgName).Id", Method, 5},
6046 {"(*PkgName).Imported", Method, 5},
6047 {"(*PkgName).Name", Method, 5},
6048 {"(*PkgName).Parent", Method, 5},
6049 {"(*PkgName).Pkg", Method, 5},
6050 {"(*PkgName).Pos", Method, 5},
6051 {"(*PkgName).String", Method, 5},
6052 {"(*PkgName).Type", Method, 5},
6053 {"(*Pointer).Elem", Method, 5},
6054 {"(*Pointer).String", Method, 5},
6055 {"(*Pointer).Underlying", Method, 5},
6056 {"(*Scope).Child", Method, 5},
6057 {"(*Scope).Contains", Method, 5},
6058 {"(*Scope).End", Method, 5},
6059 {"(*Scope).Innermost", Method, 5},
6060 {"(*Scope).Insert", Method, 5},
6061 {"(*Scope).Len", Method, 5},
6062 {"(*Scope).Lookup", Method, 5},
6063 {"(*Scope).LookupParent", Method, 5},
6064 {"(*Scope).Names", Method, 5},
6065 {"(*Scope).NumChildren", Method, 5},
6066 {"(*Scope).Parent", Method, 5},
6067 {"(*Scope).Pos", Method, 5},
6068 {"(*Scope).String", Method, 5},
6069 {"(*Scope).WriteTo", Method, 5},
6070 {"(*Selection).Index", Method, 5},
6071 {"(*Selection).Indirect", Method, 5},
6072 {"(*Selection).Kind", Method, 5},
6073 {"(*Selection).Obj", Method, 5},
6074 {"(*Selection).Recv", Method, 5},
6075 {"(*Selection).String", Method, 5},
6076 {"(*Selection).Type", Method, 5},
6077 {"(*Signature).Params", Method, 5},
6078 {"(*Signature).Recv", Method, 5},
6079 {"(*Signature).RecvTypeParams", Method, 18},
6080 {"(*Signature).Results", Method, 5},
6081 {"(*Signature).String", Method, 5},
6082 {"(*Signature).TypeParams", Method, 18},
6083 {"(*Signature).Underlying", Method, 5},
6084 {"(*Signature).Variadic", Method, 5},
6085 {"(*Slice).Elem", Method, 5},
6086 {"(*Slice).String", Method, 5},
6087 {"(*Slice).Underlying", Method, 5},
6088 {"(*StdSizes).Alignof", Method, 5},
6089 {"(*StdSizes).Offsetsof", Method, 5},
6090 {"(*StdSizes).Sizeof", Method, 5},
6091 {"(*Struct).Field", Method, 5},
6092 {"(*Struct).NumFields", Method, 5},
6093 {"(*Struct).String", Method, 5},
6094 {"(*Struct).Tag", Method, 5},
6095 {"(*Struct).Underlying", Method, 5},
6096 {"(*Term).String", Method, 18},
6097 {"(*Term).Tilde", Method, 18},
6098 {"(*Term).Type", Method, 18},
6099 {"(*Tuple).At", Method, 5},
6100 {"(*Tuple).Len", Method, 5},
6101 {"(*Tuple).String", Method, 5},
6102 {"(*Tuple).Underlying", Method, 5},
6103 {"(*TypeList).At", Method, 18},
6104 {"(*TypeList).Len", Method, 18},
6105 {"(*TypeName).Exported", Method, 5},
6106 {"(*TypeName).Id", Method, 5},
6107 {"(*TypeName).IsAlias", Method, 9},
6108 {"(*TypeName).Name", Method, 5},
6109 {"(*TypeName).Parent", Method, 5},
6110 {"(*TypeName).Pkg", Method, 5},
6111 {"(*TypeName).Pos", Method, 5},
6112 {"(*TypeName).String", Method, 5},
6113 {"(*TypeName).Type", Method, 5},
6114 {"(*TypeParam).Constraint", Method, 18},
6115 {"(*TypeParam).Index", Method, 18},
6116 {"(*TypeParam).Obj", Method, 18},
6117 {"(*TypeParam).SetConstraint", Method, 18},
6118 {"(*TypeParam).String", Method, 18},
6119 {"(*TypeParam).Underlying", Method, 18},
6120 {"(*TypeParamList).At", Method, 18},
6121 {"(*TypeParamList).Len", Method, 18},
6122 {"(*Union).Len", Method, 18},
6123 {"(*Union).String", Method, 18},
6124 {"(*Union).Term", Method, 18},
6125 {"(*Union).Underlying", Method, 18},
6126 {"(*Var).Anonymous", Method, 5},
6127 {"(*Var).Embedded", Method, 11},
6128 {"(*Var).Exported", Method, 5},
6129 {"(*Var).Id", Method, 5},
6130 {"(*Var).IsField", Method, 5},
6131 {"(*Var).Name", Method, 5},
6132 {"(*Var).Origin", Method, 19},
6133 {"(*Var).Parent", Method, 5},
6134 {"(*Var).Pkg", Method, 5},
6135 {"(*Var).Pos", Method, 5},
6136 {"(*Var).String", Method, 5},
6137 {"(*Var).Type", Method, 5},
6138 {"(Checker).ObjectOf", Method, 5},
6139 {"(Checker).PkgNameOf", Method, 22},
6140 {"(Checker).TypeOf", Method, 5},
6141 {"(Error).Error", Method, 5},
6142 {"(TypeAndValue).Addressable", Method, 5},
6143 {"(TypeAndValue).Assignable", Method, 5},
6144 {"(TypeAndValue).HasOk", Method, 5},
6145 {"(TypeAndValue).IsBuiltin", Method, 5},
6146 {"(TypeAndValue).IsNil", Method, 5},
6147 {"(TypeAndValue).IsType", Method, 5},
6148 {"(TypeAndValue).IsValue", Method, 5},
6149 {"(TypeAndValue).IsVoid", Method, 5},
6150 {"Alias", Type, 22},
6151 {"ArgumentError", Type, 18},
6152 {"ArgumentError.Err", Field, 18},
6153 {"ArgumentError.Index", Field, 18},
6154 {"Array", Type, 5},
6155 {"AssertableTo", Func, 5},
6156 {"AssignableTo", Func, 5},
6157 {"Basic", Type, 5},
6158 {"BasicInfo", Type, 5},
6159 {"BasicKind", Type, 5},
6160 {"Bool", Const, 5},
6161 {"Builtin", Type, 5},
6162 {"Byte", Const, 5},
6163 {"Chan", Type, 5},
6164 {"ChanDir", Type, 5},
6165 {"CheckExpr", Func, 13},
6166 {"Checker", Type, 5},
6167 {"Checker.Info", Field, 5},
6168 {"Comparable", Func, 5},
6169 {"Complex128", Const, 5},
6170 {"Complex64", Const, 5},
6171 {"Config", Type, 5},
6172 {"Config.Context", Field, 18},
6173 {"Config.DisableUnusedImportCheck", Field, 5},
6174 {"Config.Error", Field, 5},
6175 {"Config.FakeImportC", Field, 5},
6176 {"Config.GoVersion", Field, 18},
6177 {"Config.IgnoreFuncBodies", Field, 5},
6178 {"Config.Importer", Field, 5},
6179 {"Config.Sizes", Field, 5},
6180 {"Const", Type, 5},
6181 {"Context", Type, 18},
6182 {"ConvertibleTo", Func, 5},
6183 {"DefPredeclaredTestFuncs", Func, 5},
6184 {"Default", Func, 8},
6185 {"Error", Type, 5},
6186 {"Error.Fset", Field, 5},
6187 {"Error.Msg", Field, 5},
6188 {"Error.Pos", Field, 5},
6189 {"Error.Soft", Field, 5},
6190 {"Eval", Func, 5},
6191 {"ExprString", Func, 5},
6192 {"FieldVal", Const, 5},
6193 {"Float32", Const, 5},
6194 {"Float64", Const, 5},
6195 {"Func", Type, 5},
6196 {"Id", Func, 5},
6197 {"Identical", Func, 5},
6198 {"IdenticalIgnoreTags", Func, 8},
6199 {"Implements", Func, 5},
6200 {"ImportMode", Type, 6},
6201 {"Importer", Type, 5},
6202 {"ImporterFrom", Type, 6},
6203 {"Info", Type, 5},
6204 {"Info.Defs", Field, 5},
6205 {"Info.FileVersions", Field, 22},
6206 {"Info.Implicits", Field, 5},
6207 {"Info.InitOrder", Field, 5},
6208 {"Info.Instances", Field, 18},
6209 {"Info.Scopes", Field, 5},
6210 {"Info.Selections", Field, 5},
6211 {"Info.Types", Field, 5},
6212 {"Info.Uses", Field, 5},
6213 {"Initializer", Type, 5},
6214 {"Initializer.Lhs", Field, 5},
6215 {"Initializer.Rhs", Field, 5},
6216 {"Instance", Type, 18},
6217 {"Instance.Type", Field, 18},
6218 {"Instance.TypeArgs", Field, 18},
6219 {"Instantiate", Func, 18},
6220 {"Int", Const, 5},
6221 {"Int16", Const, 5},
6222 {"Int32", Const, 5},
6223 {"Int64", Const, 5},
6224 {"Int8", Const, 5},
6225 {"Interface", Type, 5},
6226 {"Invalid", Const, 5},
6227 {"IsBoolean", Const, 5},
6228 {"IsComplex", Const, 5},
6229 {"IsConstType", Const, 5},
6230 {"IsFloat", Const, 5},
6231 {"IsInteger", Const, 5},
6232 {"IsInterface", Func, 5},
6233 {"IsNumeric", Const, 5},
6234 {"IsOrdered", Const, 5},
6235 {"IsString", Const, 5},
6236 {"IsUnsigned", Const, 5},
6237 {"IsUntyped", Const, 5},
6238 {"Label", Type, 5},
6239 {"LookupFieldOrMethod", Func, 5},
6240 {"Map", Type, 5},
6241 {"MethodExpr", Const, 5},
6242 {"MethodSet", Type, 5},
6243 {"MethodVal", Const, 5},
6244 {"MissingMethod", Func, 5},
6245 {"Named", Type, 5},
6246 {"NewAlias", Func, 22},
6247 {"NewArray", Func, 5},
6248 {"NewChan", Func, 5},
6249 {"NewChecker", Func, 5},
6250 {"NewConst", Func, 5},
6251 {"NewContext", Func, 18},
6252 {"NewField", Func, 5},
6253 {"NewFunc", Func, 5},
6254 {"NewInterface", Func, 5},
6255 {"NewInterfaceType", Func, 11},
6256 {"NewLabel", Func, 5},
6257 {"NewMap", Func, 5},
6258 {"NewMethodSet", Func, 5},
6259 {"NewNamed", Func, 5},
6260 {"NewPackage", Func, 5},
6261 {"NewParam", Func, 5},
6262 {"NewPkgName", Func, 5},
6263 {"NewPointer", Func, 5},
6264 {"NewScope", Func, 5},
6265 {"NewSignature", Func, 5},
6266 {"NewSignatureType", Func, 18},
6267 {"NewSlice", Func, 5},
6268 {"NewStruct", Func, 5},
6269 {"NewTerm", Func, 18},
6270 {"NewTuple", Func, 5},
6271 {"NewTypeName", Func, 5},
6272 {"NewTypeParam", Func, 18},
6273 {"NewUnion", Func, 18},
6274 {"NewVar", Func, 5},
6275 {"Nil", Type, 5},
6276 {"Object", Type, 5},
6277 {"ObjectString", Func, 5},
6278 {"Package", Type, 5},
6279 {"PkgName", Type, 5},
6280 {"Pointer", Type, 5},
6281 {"Qualifier", Type, 5},
6282 {"RecvOnly", Const, 5},
6283 {"RelativeTo", Func, 5},
6284 {"Rune", Const, 5},
6285 {"Satisfies", Func, 20},
6286 {"Scope", Type, 5},
6287 {"Selection", Type, 5},
6288 {"SelectionKind", Type, 5},
6289 {"SelectionString", Func, 5},
6290 {"SendOnly", Const, 5},
6291 {"SendRecv", Const, 5},
6292 {"Signature", Type, 5},
6293 {"Sizes", Type, 5},
6294 {"SizesFor", Func, 9},
6295 {"Slice", Type, 5},
6296 {"StdSizes", Type, 5},
6297 {"StdSizes.MaxAlign", Field, 5},
6298 {"StdSizes.WordSize", Field, 5},
6299 {"String", Const, 5},
6300 {"Struct", Type, 5},
6301 {"Term", Type, 18},
6302 {"Tuple", Type, 5},
6303 {"Typ", Var, 5},
6304 {"Type", Type, 5},
6305 {"TypeAndValue", Type, 5},
6306 {"TypeAndValue.Type", Field, 5},
6307 {"TypeAndValue.Value", Field, 5},
6308 {"TypeList", Type, 18},
6309 {"TypeName", Type, 5},
6310 {"TypeParam", Type, 18},
6311 {"TypeParamList", Type, 18},
6312 {"TypeString", Func, 5},
6313 {"Uint", Const, 5},
6314 {"Uint16", Const, 5},
6315 {"Uint32", Const, 5},
6316 {"Uint64", Const, 5},
6317 {"Uint8", Const, 5},
6318 {"Uintptr", Const, 5},
6319 {"Unalias", Func, 22},
6320 {"Union", Type, 18},
6321 {"Universe", Var, 5},
6322 {"Unsafe", Var, 5},
6323 {"UnsafePointer", Const, 5},
6324 {"UntypedBool", Const, 5},
6325 {"UntypedComplex", Const, 5},
6326 {"UntypedFloat", Const, 5},
6327 {"UntypedInt", Const, 5},
6328 {"UntypedNil", Const, 5},
6329 {"UntypedRune", Const, 5},
6330 {"UntypedString", Const, 5},
6331 {"Var", Type, 5},
6332 {"WriteExpr", Func, 5},
6333 {"WriteSignature", Func, 5},
6334 {"WriteType", Func, 5},
6335 },
6336 "go/version": {
6337 {"Compare", Func, 22},
6338 {"IsValid", Func, 22},
6339 {"Lang", Func, 22},
6340 },
6341 "hash": {
6342 {"Hash", Type, 0},
6343 {"Hash32", Type, 0},
6344 {"Hash64", Type, 0},
6345 },
6346 "hash/adler32": {
6347 {"Checksum", Func, 0},
6348 {"New", Func, 0},
6349 {"Size", Const, 0},
6350 },
6351 "hash/crc32": {
6352 {"Castagnoli", Const, 0},
6353 {"Checksum", Func, 0},
6354 {"ChecksumIEEE", Func, 0},
6355 {"IEEE", Const, 0},
6356 {"IEEETable", Var, 0},
6357 {"Koopman", Const, 0},
6358 {"MakeTable", Func, 0},
6359 {"New", Func, 0},
6360 {"NewIEEE", Func, 0},
6361 {"Size", Const, 0},
6362 {"Table", Type, 0},
6363 {"Update", Func, 0},
6364 },
6365 "hash/crc64": {
6366 {"Checksum", Func, 0},
6367 {"ECMA", Const, 0},
6368 {"ISO", Const, 0},
6369 {"MakeTable", Func, 0},
6370 {"New", Func, 0},
6371 {"Size", Const, 0},
6372 {"Table", Type, 0},
6373 {"Update", Func, 0},
6374 },
6375 "hash/fnv": {
6376 {"New128", Func, 9},
6377 {"New128a", Func, 9},
6378 {"New32", Func, 0},
6379 {"New32a", Func, 0},
6380 {"New64", Func, 0},
6381 {"New64a", Func, 0},
6382 },
6383 "hash/maphash": {
6384 {"(*Hash).BlockSize", Method, 14},
6385 {"(*Hash).Reset", Method, 14},
6386 {"(*Hash).Seed", Method, 14},
6387 {"(*Hash).SetSeed", Method, 14},
6388 {"(*Hash).Size", Method, 14},
6389 {"(*Hash).Sum", Method, 14},
6390 {"(*Hash).Sum64", Method, 14},
6391 {"(*Hash).Write", Method, 14},
6392 {"(*Hash).WriteByte", Method, 14},
6393 {"(*Hash).WriteString", Method, 14},
6394 {"Bytes", Func, 19},
6395 {"Hash", Type, 14},
6396 {"MakeSeed", Func, 14},
6397 {"Seed", Type, 14},
6398 {"String", Func, 19},
6399 },
6400 "html": {
6401 {"EscapeString", Func, 0},
6402 {"UnescapeString", Func, 0},
6403 },
6404 "html/template": {
6405 {"(*Error).Error", Method, 0},
6406 {"(*Template).AddParseTree", Method, 0},
6407 {"(*Template).Clone", Method, 0},
6408 {"(*Template).DefinedTemplates", Method, 6},
6409 {"(*Template).Delims", Method, 0},
6410 {"(*Template).Execute", Method, 0},
6411 {"(*Template).ExecuteTemplate", Method, 0},
6412 {"(*Template).Funcs", Method, 0},
6413 {"(*Template).Lookup", Method, 0},
6414 {"(*Template).Name", Method, 0},
6415 {"(*Template).New", Method, 0},
6416 {"(*Template).Option", Method, 5},
6417 {"(*Template).Parse", Method, 0},
6418 {"(*Template).ParseFS", Method, 16},
6419 {"(*Template).ParseFiles", Method, 0},
6420 {"(*Template).ParseGlob", Method, 0},
6421 {"(*Template).Templates", Method, 0},
6422 {"CSS", Type, 0},
6423 {"ErrAmbigContext", Const, 0},
6424 {"ErrBadHTML", Const, 0},
6425 {"ErrBranchEnd", Const, 0},
6426 {"ErrEndContext", Const, 0},
6427 {"ErrJSTemplate", Const, 21},
6428 {"ErrNoSuchTemplate", Const, 0},
6429 {"ErrOutputContext", Const, 0},
6430 {"ErrPartialCharset", Const, 0},
6431 {"ErrPartialEscape", Const, 0},
6432 {"ErrPredefinedEscaper", Const, 9},
6433 {"ErrRangeLoopReentry", Const, 0},
6434 {"ErrSlashAmbig", Const, 0},
6435 {"Error", Type, 0},
6436 {"Error.Description", Field, 0},
6437 {"Error.ErrorCode", Field, 0},
6438 {"Error.Line", Field, 0},
6439 {"Error.Name", Field, 0},
6440 {"Error.Node", Field, 4},
6441 {"ErrorCode", Type, 0},
6442 {"FuncMap", Type, 0},
6443 {"HTML", Type, 0},
6444 {"HTMLAttr", Type, 0},
6445 {"HTMLEscape", Func, 0},
6446 {"HTMLEscapeString", Func, 0},
6447 {"HTMLEscaper", Func, 0},
6448 {"IsTrue", Func, 6},
6449 {"JS", Type, 0},
6450 {"JSEscape", Func, 0},
6451 {"JSEscapeString", Func, 0},
6452 {"JSEscaper", Func, 0},
6453 {"JSStr", Type, 0},
6454 {"Must", Func, 0},
6455 {"New", Func, 0},
6456 {"OK", Const, 0},
6457 {"ParseFS", Func, 16},
6458 {"ParseFiles", Func, 0},
6459 {"ParseGlob", Func, 0},
6460 {"Srcset", Type, 10},
6461 {"Template", Type, 0},
6462 {"Template.Tree", Field, 2},
6463 {"URL", Type, 0},
6464 {"URLQueryEscaper", Func, 0},
6465 },
6466 "image": {
6467 {"(*Alpha).AlphaAt", Method, 4},
6468 {"(*Alpha).At", Method, 0},
6469 {"(*Alpha).Bounds", Method, 0},
6470 {"(*Alpha).ColorModel", Method, 0},
6471 {"(*Alpha).Opaque", Method, 0},
6472 {"(*Alpha).PixOffset", Method, 0},
6473 {"(*Alpha).RGBA64At", Method, 17},
6474 {"(*Alpha).Set", Method, 0},
6475 {"(*Alpha).SetAlpha", Method, 0},
6476 {"(*Alpha).SetRGBA64", Method, 17},
6477 {"(*Alpha).SubImage", Method, 0},
6478 {"(*Alpha16).Alpha16At", Method, 4},
6479 {"(*Alpha16).At", Method, 0},
6480 {"(*Alpha16).Bounds", Method, 0},
6481 {"(*Alpha16).ColorModel", Method, 0},
6482 {"(*Alpha16).Opaque", Method, 0},
6483 {"(*Alpha16).PixOffset", Method, 0},
6484 {"(*Alpha16).RGBA64At", Method, 17},
6485 {"(*Alpha16).Set", Method, 0},
6486 {"(*Alpha16).SetAlpha16", Method, 0},
6487 {"(*Alpha16).SetRGBA64", Method, 17},
6488 {"(*Alpha16).SubImage", Method, 0},
6489 {"(*CMYK).At", Method, 5},
6490 {"(*CMYK).Bounds", Method, 5},
6491 {"(*CMYK).CMYKAt", Method, 5},
6492 {"(*CMYK).ColorModel", Method, 5},
6493 {"(*CMYK).Opaque", Method, 5},
6494 {"(*CMYK).PixOffset", Method, 5},
6495 {"(*CMYK).RGBA64At", Method, 17},
6496 {"(*CMYK).Set", Method, 5},
6497 {"(*CMYK).SetCMYK", Method, 5},
6498 {"(*CMYK).SetRGBA64", Method, 17},
6499 {"(*CMYK).SubImage", Method, 5},
6500 {"(*Gray).At", Method, 0},
6501 {"(*Gray).Bounds", Method, 0},
6502 {"(*Gray).ColorModel", Method, 0},
6503 {"(*Gray).GrayAt", Method, 4},
6504 {"(*Gray).Opaque", Method, 0},
6505 {"(*Gray).PixOffset", Method, 0},
6506 {"(*Gray).RGBA64At", Method, 17},
6507 {"(*Gray).Set", Method, 0},
6508 {"(*Gray).SetGray", Method, 0},
6509 {"(*Gray).SetRGBA64", Method, 17},
6510 {"(*Gray).SubImage", Method, 0},
6511 {"(*Gray16).At", Method, 0},
6512 {"(*Gray16).Bounds", Method, 0},
6513 {"(*Gray16).ColorModel", Method, 0},
6514 {"(*Gray16).Gray16At", Method, 4},
6515 {"(*Gray16).Opaque", Method, 0},
6516 {"(*Gray16).PixOffset", Method, 0},
6517 {"(*Gray16).RGBA64At", Method, 17},
6518 {"(*Gray16).Set", Method, 0},
6519 {"(*Gray16).SetGray16", Method, 0},
6520 {"(*Gray16).SetRGBA64", Method, 17},
6521 {"(*Gray16).SubImage", Method, 0},
6522 {"(*NRGBA).At", Method, 0},
6523 {"(*NRGBA).Bounds", Method, 0},
6524 {"(*NRGBA).ColorModel", Method, 0},
6525 {"(*NRGBA).NRGBAAt", Method, 4},
6526 {"(*NRGBA).Opaque", Method, 0},
6527 {"(*NRGBA).PixOffset", Method, 0},
6528 {"(*NRGBA).RGBA64At", Method, 17},
6529 {"(*NRGBA).Set", Method, 0},
6530 {"(*NRGBA).SetNRGBA", Method, 0},
6531 {"(*NRGBA).SetRGBA64", Method, 17},
6532 {"(*NRGBA).SubImage", Method, 0},
6533 {"(*NRGBA64).At", Method, 0},
6534 {"(*NRGBA64).Bounds", Method, 0},
6535 {"(*NRGBA64).ColorModel", Method, 0},
6536 {"(*NRGBA64).NRGBA64At", Method, 4},
6537 {"(*NRGBA64).Opaque", Method, 0},
6538 {"(*NRGBA64).PixOffset", Method, 0},
6539 {"(*NRGBA64).RGBA64At", Method, 17},
6540 {"(*NRGBA64).Set", Method, 0},
6541 {"(*NRGBA64).SetNRGBA64", Method, 0},
6542 {"(*NRGBA64).SetRGBA64", Method, 17},
6543 {"(*NRGBA64).SubImage", Method, 0},
6544 {"(*NYCbCrA).AOffset", Method, 6},
6545 {"(*NYCbCrA).At", Method, 6},
6546 {"(*NYCbCrA).Bounds", Method, 6},
6547 {"(*NYCbCrA).COffset", Method, 6},
6548 {"(*NYCbCrA).ColorModel", Method, 6},
6549 {"(*NYCbCrA).NYCbCrAAt", Method, 6},
6550 {"(*NYCbCrA).Opaque", Method, 6},
6551 {"(*NYCbCrA).RGBA64At", Method, 17},
6552 {"(*NYCbCrA).SubImage", Method, 6},
6553 {"(*NYCbCrA).YCbCrAt", Method, 6},
6554 {"(*NYCbCrA).YOffset", Method, 6},
6555 {"(*Paletted).At", Method, 0},
6556 {"(*Paletted).Bounds", Method, 0},
6557 {"(*Paletted).ColorIndexAt", Method, 0},
6558 {"(*Paletted).ColorModel", Method, 0},
6559 {"(*Paletted).Opaque", Method, 0},
6560 {"(*Paletted).PixOffset", Method, 0},
6561 {"(*Paletted).RGBA64At", Method, 17},
6562 {"(*Paletted).Set", Method, 0},
6563 {"(*Paletted).SetColorIndex", Method, 0},
6564 {"(*Paletted).SetRGBA64", Method, 17},
6565 {"(*Paletted).SubImage", Method, 0},
6566 {"(*RGBA).At", Method, 0},
6567 {"(*RGBA).Bounds", Method, 0},
6568 {"(*RGBA).ColorModel", Method, 0},
6569 {"(*RGBA).Opaque", Method, 0},
6570 {"(*RGBA).PixOffset", Method, 0},
6571 {"(*RGBA).RGBA64At", Method, 17},
6572 {"(*RGBA).RGBAAt", Method, 4},
6573 {"(*RGBA).Set", Method, 0},
6574 {"(*RGBA).SetRGBA", Method, 0},
6575 {"(*RGBA).SetRGBA64", Method, 17},
6576 {"(*RGBA).SubImage", Method, 0},
6577 {"(*RGBA64).At", Method, 0},
6578 {"(*RGBA64).Bounds", Method, 0},
6579 {"(*RGBA64).ColorModel", Method, 0},
6580 {"(*RGBA64).Opaque", Method, 0},
6581 {"(*RGBA64).PixOffset", Method, 0},
6582 {"(*RGBA64).RGBA64At", Method, 4},
6583 {"(*RGBA64).Set", Method, 0},
6584 {"(*RGBA64).SetRGBA64", Method, 0},
6585 {"(*RGBA64).SubImage", Method, 0},
6586 {"(*Uniform).At", Method, 0},
6587 {"(*Uniform).Bounds", Method, 0},
6588 {"(*Uniform).ColorModel", Method, 0},
6589 {"(*Uniform).Convert", Method, 0},
6590 {"(*Uniform).Opaque", Method, 0},
6591 {"(*Uniform).RGBA", Method, 0},
6592 {"(*Uniform).RGBA64At", Method, 17},
6593 {"(*YCbCr).At", Method, 0},
6594 {"(*YCbCr).Bounds", Method, 0},
6595 {"(*YCbCr).COffset", Method, 0},
6596 {"(*YCbCr).ColorModel", Method, 0},
6597 {"(*YCbCr).Opaque", Method, 0},
6598 {"(*YCbCr).RGBA64At", Method, 17},
6599 {"(*YCbCr).SubImage", Method, 0},
6600 {"(*YCbCr).YCbCrAt", Method, 4},
6601 {"(*YCbCr).YOffset", Method, 0},
6602 {"(Point).Add", Method, 0},
6603 {"(Point).Div", Method, 0},
6604 {"(Point).Eq", Method, 0},
6605 {"(Point).In", Method, 0},
6606 {"(Point).Mod", Method, 0},
6607 {"(Point).Mul", Method, 0},
6608 {"(Point).String", Method, 0},
6609 {"(Point).Sub", Method, 0},
6610 {"(Rectangle).Add", Method, 0},
6611 {"(Rectangle).At", Method, 5},
6612 {"(Rectangle).Bounds", Method, 5},
6613 {"(Rectangle).Canon", Method, 0},
6614 {"(Rectangle).ColorModel", Method, 5},
6615 {"(Rectangle).Dx", Method, 0},
6616 {"(Rectangle).Dy", Method, 0},
6617 {"(Rectangle).Empty", Method, 0},
6618 {"(Rectangle).Eq", Method, 0},
6619 {"(Rectangle).In", Method, 0},
6620 {"(Rectangle).Inset", Method, 0},
6621 {"(Rectangle).Intersect", Method, 0},
6622 {"(Rectangle).Overlaps", Method, 0},
6623 {"(Rectangle).RGBA64At", Method, 17},
6624 {"(Rectangle).Size", Method, 0},
6625 {"(Rectangle).String", Method, 0},
6626 {"(Rectangle).Sub", Method, 0},
6627 {"(Rectangle).Union", Method, 0},
6628 {"(YCbCrSubsampleRatio).String", Method, 0},
6629 {"Alpha", Type, 0},
6630 {"Alpha.Pix", Field, 0},
6631 {"Alpha.Rect", Field, 0},
6632 {"Alpha.Stride", Field, 0},
6633 {"Alpha16", Type, 0},
6634 {"Alpha16.Pix", Field, 0},
6635 {"Alpha16.Rect", Field, 0},
6636 {"Alpha16.Stride", Field, 0},
6637 {"Black", Var, 0},
6638 {"CMYK", Type, 5},
6639 {"CMYK.Pix", Field, 5},
6640 {"CMYK.Rect", Field, 5},
6641 {"CMYK.Stride", Field, 5},
6642 {"Config", Type, 0},
6643 {"Config.ColorModel", Field, 0},
6644 {"Config.Height", Field, 0},
6645 {"Config.Width", Field, 0},
6646 {"Decode", Func, 0},
6647 {"DecodeConfig", Func, 0},
6648 {"ErrFormat", Var, 0},
6649 {"Gray", Type, 0},
6650 {"Gray.Pix", Field, 0},
6651 {"Gray.Rect", Field, 0},
6652 {"Gray.Stride", Field, 0},
6653 {"Gray16", Type, 0},
6654 {"Gray16.Pix", Field, 0},
6655 {"Gray16.Rect", Field, 0},
6656 {"Gray16.Stride", Field, 0},
6657 {"Image", Type, 0},
6658 {"NRGBA", Type, 0},
6659 {"NRGBA.Pix", Field, 0},
6660 {"NRGBA.Rect", Field, 0},
6661 {"NRGBA.Stride", Field, 0},
6662 {"NRGBA64", Type, 0},
6663 {"NRGBA64.Pix", Field, 0},
6664 {"NRGBA64.Rect", Field, 0},
6665 {"NRGBA64.Stride", Field, 0},
6666 {"NYCbCrA", Type, 6},
6667 {"NYCbCrA.A", Field, 6},
6668 {"NYCbCrA.AStride", Field, 6},
6669 {"NYCbCrA.YCbCr", Field, 6},
6670 {"NewAlpha", Func, 0},
6671 {"NewAlpha16", Func, 0},
6672 {"NewCMYK", Func, 5},
6673 {"NewGray", Func, 0},
6674 {"NewGray16", Func, 0},
6675 {"NewNRGBA", Func, 0},
6676 {"NewNRGBA64", Func, 0},
6677 {"NewNYCbCrA", Func, 6},
6678 {"NewPaletted", Func, 0},
6679 {"NewRGBA", Func, 0},
6680 {"NewRGBA64", Func, 0},
6681 {"NewUniform", Func, 0},
6682 {"NewYCbCr", Func, 0},
6683 {"Opaque", Var, 0},
6684 {"Paletted", Type, 0},
6685 {"Paletted.Palette", Field, 0},
6686 {"Paletted.Pix", Field, 0},
6687 {"Paletted.Rect", Field, 0},
6688 {"Paletted.Stride", Field, 0},
6689 {"PalettedImage", Type, 0},
6690 {"Point", Type, 0},
6691 {"Point.X", Field, 0},
6692 {"Point.Y", Field, 0},
6693 {"Pt", Func, 0},
6694 {"RGBA", Type, 0},
6695 {"RGBA.Pix", Field, 0},
6696 {"RGBA.Rect", Field, 0},
6697 {"RGBA.Stride", Field, 0},
6698 {"RGBA64", Type, 0},
6699 {"RGBA64.Pix", Field, 0},
6700 {"RGBA64.Rect", Field, 0},
6701 {"RGBA64.Stride", Field, 0},
6702 {"RGBA64Image", Type, 17},
6703 {"Rect", Func, 0},
6704 {"Rectangle", Type, 0},
6705 {"Rectangle.Max", Field, 0},
6706 {"Rectangle.Min", Field, 0},
6707 {"RegisterFormat", Func, 0},
6708 {"Transparent", Var, 0},
6709 {"Uniform", Type, 0},
6710 {"Uniform.C", Field, 0},
6711 {"White", Var, 0},
6712 {"YCbCr", Type, 0},
6713 {"YCbCr.CStride", Field, 0},
6714 {"YCbCr.Cb", Field, 0},
6715 {"YCbCr.Cr", Field, 0},
6716 {"YCbCr.Rect", Field, 0},
6717 {"YCbCr.SubsampleRatio", Field, 0},
6718 {"YCbCr.Y", Field, 0},
6719 {"YCbCr.YStride", Field, 0},
6720 {"YCbCrSubsampleRatio", Type, 0},
6721 {"YCbCrSubsampleRatio410", Const, 5},
6722 {"YCbCrSubsampleRatio411", Const, 5},
6723 {"YCbCrSubsampleRatio420", Const, 0},
6724 {"YCbCrSubsampleRatio422", Const, 0},
6725 {"YCbCrSubsampleRatio440", Const, 1},
6726 {"YCbCrSubsampleRatio444", Const, 0},
6727 {"ZP", Var, 0},
6728 {"ZR", Var, 0},
6729 },
6730 "image/color": {
6731 {"(Alpha).RGBA", Method, 0},
6732 {"(Alpha16).RGBA", Method, 0},
6733 {"(CMYK).RGBA", Method, 5},
6734 {"(Gray).RGBA", Method, 0},
6735 {"(Gray16).RGBA", Method, 0},
6736 {"(NRGBA).RGBA", Method, 0},
6737 {"(NRGBA64).RGBA", Method, 0},
6738 {"(NYCbCrA).RGBA", Method, 6},
6739 {"(Palette).Convert", Method, 0},
6740 {"(Palette).Index", Method, 0},
6741 {"(RGBA).RGBA", Method, 0},
6742 {"(RGBA64).RGBA", Method, 0},
6743 {"(YCbCr).RGBA", Method, 0},
6744 {"Alpha", Type, 0},
6745 {"Alpha.A", Field, 0},
6746 {"Alpha16", Type, 0},
6747 {"Alpha16.A", Field, 0},
6748 {"Alpha16Model", Var, 0},
6749 {"AlphaModel", Var, 0},
6750 {"Black", Var, 0},
6751 {"CMYK", Type, 5},
6752 {"CMYK.C", Field, 5},
6753 {"CMYK.K", Field, 5},
6754 {"CMYK.M", Field, 5},
6755 {"CMYK.Y", Field, 5},
6756 {"CMYKModel", Var, 5},
6757 {"CMYKToRGB", Func, 5},
6758 {"Color", Type, 0},
6759 {"Gray", Type, 0},
6760 {"Gray.Y", Field, 0},
6761 {"Gray16", Type, 0},
6762 {"Gray16.Y", Field, 0},
6763 {"Gray16Model", Var, 0},
6764 {"GrayModel", Var, 0},
6765 {"Model", Type, 0},
6766 {"ModelFunc", Func, 0},
6767 {"NRGBA", Type, 0},
6768 {"NRGBA.A", Field, 0},
6769 {"NRGBA.B", Field, 0},
6770 {"NRGBA.G", Field, 0},
6771 {"NRGBA.R", Field, 0},
6772 {"NRGBA64", Type, 0},
6773 {"NRGBA64.A", Field, 0},
6774 {"NRGBA64.B", Field, 0},
6775 {"NRGBA64.G", Field, 0},
6776 {"NRGBA64.R", Field, 0},
6777 {"NRGBA64Model", Var, 0},
6778 {"NRGBAModel", Var, 0},
6779 {"NYCbCrA", Type, 6},
6780 {"NYCbCrA.A", Field, 6},
6781 {"NYCbCrA.YCbCr", Field, 6},
6782 {"NYCbCrAModel", Var, 6},
6783 {"Opaque", Var, 0},
6784 {"Palette", Type, 0},
6785 {"RGBA", Type, 0},
6786 {"RGBA.A", Field, 0},
6787 {"RGBA.B", Field, 0},
6788 {"RGBA.G", Field, 0},
6789 {"RGBA.R", Field, 0},
6790 {"RGBA64", Type, 0},
6791 {"RGBA64.A", Field, 0},
6792 {"RGBA64.B", Field, 0},
6793 {"RGBA64.G", Field, 0},
6794 {"RGBA64.R", Field, 0},
6795 {"RGBA64Model", Var, 0},
6796 {"RGBAModel", Var, 0},
6797 {"RGBToCMYK", Func, 5},
6798 {"RGBToYCbCr", Func, 0},
6799 {"Transparent", Var, 0},
6800 {"White", Var, 0},
6801 {"YCbCr", Type, 0},
6802 {"YCbCr.Cb", Field, 0},
6803 {"YCbCr.Cr", Field, 0},
6804 {"YCbCr.Y", Field, 0},
6805 {"YCbCrModel", Var, 0},
6806 {"YCbCrToRGB", Func, 0},
6807 },
6808 "image/color/palette": {
6809 {"Plan9", Var, 2},
6810 {"WebSafe", Var, 2},
6811 },
6812 "image/draw": {
6813 {"(Op).Draw", Method, 2},
6814 {"Draw", Func, 0},
6815 {"DrawMask", Func, 0},
6816 {"Drawer", Type, 2},
6817 {"FloydSteinberg", Var, 2},
6818 {"Image", Type, 0},
6819 {"Op", Type, 0},
6820 {"Over", Const, 0},
6821 {"Quantizer", Type, 2},
6822 {"RGBA64Image", Type, 17},
6823 {"Src", Const, 0},
6824 },
6825 "image/gif": {
6826 {"Decode", Func, 0},
6827 {"DecodeAll", Func, 0},
6828 {"DecodeConfig", Func, 0},
6829 {"DisposalBackground", Const, 5},
6830 {"DisposalNone", Const, 5},
6831 {"DisposalPrevious", Const, 5},
6832 {"Encode", Func, 2},
6833 {"EncodeAll", Func, 2},
6834 {"GIF", Type, 0},
6835 {"GIF.BackgroundIndex", Field, 5},
6836 {"GIF.Config", Field, 5},
6837 {"GIF.Delay", Field, 0},
6838 {"GIF.Disposal", Field, 5},
6839 {"GIF.Image", Field, 0},
6840 {"GIF.LoopCount", Field, 0},
6841 {"Options", Type, 2},
6842 {"Options.Drawer", Field, 2},
6843 {"Options.NumColors", Field, 2},
6844 {"Options.Quantizer", Field, 2},
6845 },
6846 "image/jpeg": {
6847 {"(FormatError).Error", Method, 0},
6848 {"(UnsupportedError).Error", Method, 0},
6849 {"Decode", Func, 0},
6850 {"DecodeConfig", Func, 0},
6851 {"DefaultQuality", Const, 0},
6852 {"Encode", Func, 0},
6853 {"FormatError", Type, 0},
6854 {"Options", Type, 0},
6855 {"Options.Quality", Field, 0},
6856 {"Reader", Type, 0},
6857 {"UnsupportedError", Type, 0},
6858 },
6859 "image/png": {
6860 {"(*Encoder).Encode", Method, 4},
6861 {"(FormatError).Error", Method, 0},
6862 {"(UnsupportedError).Error", Method, 0},
6863 {"BestCompression", Const, 4},
6864 {"BestSpeed", Const, 4},
6865 {"CompressionLevel", Type, 4},
6866 {"Decode", Func, 0},
6867 {"DecodeConfig", Func, 0},
6868 {"DefaultCompression", Const, 4},
6869 {"Encode", Func, 0},
6870 {"Encoder", Type, 4},
6871 {"Encoder.BufferPool", Field, 9},
6872 {"Encoder.CompressionLevel", Field, 4},
6873 {"EncoderBuffer", Type, 9},
6874 {"EncoderBufferPool", Type, 9},
6875 {"FormatError", Type, 0},
6876 {"NoCompression", Const, 4},
6877 {"UnsupportedError", Type, 0},
6878 },
6879 "index/suffixarray": {
6880 {"(*Index).Bytes", Method, 0},
6881 {"(*Index).FindAllIndex", Method, 0},
6882 {"(*Index).Lookup", Method, 0},
6883 {"(*Index).Read", Method, 0},
6884 {"(*Index).Write", Method, 0},
6885 {"Index", Type, 0},
6886 {"New", Func, 0},
6887 },
6888 "io": {
6889 {"(*LimitedReader).Read", Method, 0},
6890 {"(*OffsetWriter).Seek", Method, 20},
6891 {"(*OffsetWriter).Write", Method, 20},
6892 {"(*OffsetWriter).WriteAt", Method, 20},
6893 {"(*PipeReader).Close", Method, 0},
6894 {"(*PipeReader).CloseWithError", Method, 0},
6895 {"(*PipeReader).Read", Method, 0},
6896 {"(*PipeWriter).Close", Method, 0},
6897 {"(*PipeWriter).CloseWithError", Method, 0},
6898 {"(*PipeWriter).Write", Method, 0},
6899 {"(*SectionReader).Outer", Method, 22},
6900 {"(*SectionReader).Read", Method, 0},
6901 {"(*SectionReader).ReadAt", Method, 0},
6902 {"(*SectionReader).Seek", Method, 0},
6903 {"(*SectionReader).Size", Method, 0},
6904 {"ByteReader", Type, 0},
6905 {"ByteScanner", Type, 0},
6906 {"ByteWriter", Type, 1},
6907 {"Closer", Type, 0},
6908 {"Copy", Func, 0},
6909 {"CopyBuffer", Func, 5},
6910 {"CopyN", Func, 0},
6911 {"Discard", Var, 16},
6912 {"EOF", Var, 0},
6913 {"ErrClosedPipe", Var, 0},
6914 {"ErrNoProgress", Var, 1},
6915 {"ErrShortBuffer", Var, 0},
6916 {"ErrShortWrite", Var, 0},
6917 {"ErrUnexpectedEOF", Var, 0},
6918 {"LimitReader", Func, 0},
6919 {"LimitedReader", Type, 0},
6920 {"LimitedReader.N", Field, 0},
6921 {"LimitedReader.R", Field, 0},
6922 {"MultiReader", Func, 0},
6923 {"MultiWriter", Func, 0},
6924 {"NewOffsetWriter", Func, 20},
6925 {"NewSectionReader", Func, 0},
6926 {"NopCloser", Func, 16},
6927 {"OffsetWriter", Type, 20},
6928 {"Pipe", Func, 0},
6929 {"PipeReader", Type, 0},
6930 {"PipeWriter", Type, 0},
6931 {"ReadAll", Func, 16},
6932 {"ReadAtLeast", Func, 0},
6933 {"ReadCloser", Type, 0},
6934 {"ReadFull", Func, 0},
6935 {"ReadSeekCloser", Type, 16},
6936 {"ReadSeeker", Type, 0},
6937 {"ReadWriteCloser", Type, 0},
6938 {"ReadWriteSeeker", Type, 0},
6939 {"ReadWriter", Type, 0},
6940 {"Reader", Type, 0},
6941 {"ReaderAt", Type, 0},
6942 {"ReaderFrom", Type, 0},
6943 {"RuneReader", Type, 0},
6944 {"RuneScanner", Type, 0},
6945 {"SectionReader", Type, 0},
6946 {"SeekCurrent", Const, 7},
6947 {"SeekEnd", Const, 7},
6948 {"SeekStart", Const, 7},
6949 {"Seeker", Type, 0},
6950 {"StringWriter", Type, 12},
6951 {"TeeReader", Func, 0},
6952 {"WriteCloser", Type, 0},
6953 {"WriteSeeker", Type, 0},
6954 {"WriteString", Func, 0},
6955 {"Writer", Type, 0},
6956 {"WriterAt", Type, 0},
6957 {"WriterTo", Type, 0},
6958 },
6959 "io/fs": {
6960 {"(*PathError).Error", Method, 16},
6961 {"(*PathError).Timeout", Method, 16},
6962 {"(*PathError).Unwrap", Method, 16},
6963 {"(FileMode).IsDir", Method, 16},
6964 {"(FileMode).IsRegular", Method, 16},
6965 {"(FileMode).Perm", Method, 16},
6966 {"(FileMode).String", Method, 16},
6967 {"(FileMode).Type", Method, 16},
6968 {"DirEntry", Type, 16},
6969 {"ErrClosed", Var, 16},
6970 {"ErrExist", Var, 16},
6971 {"ErrInvalid", Var, 16},
6972 {"ErrNotExist", Var, 16},
6973 {"ErrPermission", Var, 16},
6974 {"FS", Type, 16},
6975 {"File", Type, 16},
6976 {"FileInfo", Type, 16},
6977 {"FileInfoToDirEntry", Func, 17},
6978 {"FileMode", Type, 16},
6979 {"FormatDirEntry", Func, 21},
6980 {"FormatFileInfo", Func, 21},
6981 {"Glob", Func, 16},
6982 {"GlobFS", Type, 16},
6983 {"ModeAppend", Const, 16},
6984 {"ModeCharDevice", Const, 16},
6985 {"ModeDevice", Const, 16},
6986 {"ModeDir", Const, 16},
6987 {"ModeExclusive", Const, 16},
6988 {"ModeIrregular", Const, 16},
6989 {"ModeNamedPipe", Const, 16},
6990 {"ModePerm", Const, 16},
6991 {"ModeSetgid", Const, 16},
6992 {"ModeSetuid", Const, 16},
6993 {"ModeSocket", Const, 16},
6994 {"ModeSticky", Const, 16},
6995 {"ModeSymlink", Const, 16},
6996 {"ModeTemporary", Const, 16},
6997 {"ModeType", Const, 16},
6998 {"PathError", Type, 16},
6999 {"PathError.Err", Field, 16},
7000 {"PathError.Op", Field, 16},
7001 {"PathError.Path", Field, 16},
7002 {"ReadDir", Func, 16},
7003 {"ReadDirFS", Type, 16},
7004 {"ReadDirFile", Type, 16},
7005 {"ReadFile", Func, 16},
7006 {"ReadFileFS", Type, 16},
7007 {"SkipAll", Var, 20},
7008 {"SkipDir", Var, 16},
7009 {"Stat", Func, 16},
7010 {"StatFS", Type, 16},
7011 {"Sub", Func, 16},
7012 {"SubFS", Type, 16},
7013 {"ValidPath", Func, 16},
7014 {"WalkDir", Func, 16},
7015 {"WalkDirFunc", Type, 16},
7016 },
7017 "io/ioutil": {
7018 {"Discard", Var, 0},
7019 {"NopCloser", Func, 0},
7020 {"ReadAll", Func, 0},
7021 {"ReadDir", Func, 0},
7022 {"ReadFile", Func, 0},
7023 {"TempDir", Func, 0},
7024 {"TempFile", Func, 0},
7025 {"WriteFile", Func, 0},
7026 },
7027 "iter": {
7028 {"Pull", Func, 23},
7029 {"Pull2", Func, 23},
7030 {"Seq", Type, 23},
7031 {"Seq2", Type, 23},
7032 },
7033 "log": {
7034 {"(*Logger).Fatal", Method, 0},
7035 {"(*Logger).Fatalf", Method, 0},
7036 {"(*Logger).Fatalln", Method, 0},
7037 {"(*Logger).Flags", Method, 0},
7038 {"(*Logger).Output", Method, 0},
7039 {"(*Logger).Panic", Method, 0},
7040 {"(*Logger).Panicf", Method, 0},
7041 {"(*Logger).Panicln", Method, 0},
7042 {"(*Logger).Prefix", Method, 0},
7043 {"(*Logger).Print", Method, 0},
7044 {"(*Logger).Printf", Method, 0},
7045 {"(*Logger).Println", Method, 0},
7046 {"(*Logger).SetFlags", Method, 0},
7047 {"(*Logger).SetOutput", Method, 5},
7048 {"(*Logger).SetPrefix", Method, 0},
7049 {"(*Logger).Writer", Method, 12},
7050 {"Default", Func, 16},
7051 {"Fatal", Func, 0},
7052 {"Fatalf", Func, 0},
7053 {"Fatalln", Func, 0},
7054 {"Flags", Func, 0},
7055 {"LUTC", Const, 5},
7056 {"Ldate", Const, 0},
7057 {"Llongfile", Const, 0},
7058 {"Lmicroseconds", Const, 0},
7059 {"Lmsgprefix", Const, 14},
7060 {"Logger", Type, 0},
7061 {"Lshortfile", Const, 0},
7062 {"LstdFlags", Const, 0},
7063 {"Ltime", Const, 0},
7064 {"New", Func, 0},
7065 {"Output", Func, 5},
7066 {"Panic", Func, 0},
7067 {"Panicf", Func, 0},
7068 {"Panicln", Func, 0},
7069 {"Prefix", Func, 0},
7070 {"Print", Func, 0},
7071 {"Printf", Func, 0},
7072 {"Println", Func, 0},
7073 {"SetFlags", Func, 0},
7074 {"SetOutput", Func, 0},
7075 {"SetPrefix", Func, 0},
7076 {"Writer", Func, 13},
7077 },
7078 "log/slog": {
7079 {"(*JSONHandler).Enabled", Method, 21},
7080 {"(*JSONHandler).Handle", Method, 21},
7081 {"(*JSONHandler).WithAttrs", Method, 21},
7082 {"(*JSONHandler).WithGroup", Method, 21},
7083 {"(*Level).UnmarshalJSON", Method, 21},
7084 {"(*Level).UnmarshalText", Method, 21},
7085 {"(*LevelVar).Level", Method, 21},
7086 {"(*LevelVar).MarshalText", Method, 21},
7087 {"(*LevelVar).Set", Method, 21},
7088 {"(*LevelVar).String", Method, 21},
7089 {"(*LevelVar).UnmarshalText", Method, 21},
7090 {"(*Logger).Debug", Method, 21},
7091 {"(*Logger).DebugContext", Method, 21},
7092 {"(*Logger).Enabled", Method, 21},
7093 {"(*Logger).Error", Method, 21},
7094 {"(*Logger).ErrorContext", Method, 21},
7095 {"(*Logger).Handler", Method, 21},
7096 {"(*Logger).Info", Method, 21},
7097 {"(*Logger).InfoContext", Method, 21},
7098 {"(*Logger).Log", Method, 21},
7099 {"(*Logger).LogAttrs", Method, 21},
7100 {"(*Logger).Warn", Method, 21},
7101 {"(*Logger).WarnContext", Method, 21},
7102 {"(*Logger).With", Method, 21},
7103 {"(*Logger).WithGroup", Method, 21},
7104 {"(*Record).Add", Method, 21},
7105 {"(*Record).AddAttrs", Method, 21},
7106 {"(*TextHandler).Enabled", Method, 21},
7107 {"(*TextHandler).Handle", Method, 21},
7108 {"(*TextHandler).WithAttrs", Method, 21},
7109 {"(*TextHandler).WithGroup", Method, 21},
7110 {"(Attr).Equal", Method, 21},
7111 {"(Attr).String", Method, 21},
7112 {"(Kind).String", Method, 21},
7113 {"(Level).Level", Method, 21},
7114 {"(Level).MarshalJSON", Method, 21},
7115 {"(Level).MarshalText", Method, 21},
7116 {"(Level).String", Method, 21},
7117 {"(Record).Attrs", Method, 21},
7118 {"(Record).Clone", Method, 21},
7119 {"(Record).NumAttrs", Method, 21},
7120 {"(Value).Any", Method, 21},
7121 {"(Value).Bool", Method, 21},
7122 {"(Value).Duration", Method, 21},
7123 {"(Value).Equal", Method, 21},
7124 {"(Value).Float64", Method, 21},
7125 {"(Value).Group", Method, 21},
7126 {"(Value).Int64", Method, 21},
7127 {"(Value).Kind", Method, 21},
7128 {"(Value).LogValuer", Method, 21},
7129 {"(Value).Resolve", Method, 21},
7130 {"(Value).String", Method, 21},
7131 {"(Value).Time", Method, 21},
7132 {"(Value).Uint64", Method, 21},
7133 {"Any", Func, 21},
7134 {"AnyValue", Func, 21},
7135 {"Attr", Type, 21},
7136 {"Attr.Key", Field, 21},
7137 {"Attr.Value", Field, 21},
7138 {"Bool", Func, 21},
7139 {"BoolValue", Func, 21},
7140 {"Debug", Func, 21},
7141 {"DebugContext", Func, 21},
7142 {"Default", Func, 21},
7143 {"Duration", Func, 21},
7144 {"DurationValue", Func, 21},
7145 {"Error", Func, 21},
7146 {"ErrorContext", Func, 21},
7147 {"Float64", Func, 21},
7148 {"Float64Value", Func, 21},
7149 {"Group", Func, 21},
7150 {"GroupValue", Func, 21},
7151 {"Handler", Type, 21},
7152 {"HandlerOptions", Type, 21},
7153 {"HandlerOptions.AddSource", Field, 21},
7154 {"HandlerOptions.Level", Field, 21},
7155 {"HandlerOptions.ReplaceAttr", Field, 21},
7156 {"Info", Func, 21},
7157 {"InfoContext", Func, 21},
7158 {"Int", Func, 21},
7159 {"Int64", Func, 21},
7160 {"Int64Value", Func, 21},
7161 {"IntValue", Func, 21},
7162 {"JSONHandler", Type, 21},
7163 {"Kind", Type, 21},
7164 {"KindAny", Const, 21},
7165 {"KindBool", Const, 21},
7166 {"KindDuration", Const, 21},
7167 {"KindFloat64", Const, 21},
7168 {"KindGroup", Const, 21},
7169 {"KindInt64", Const, 21},
7170 {"KindLogValuer", Const, 21},
7171 {"KindString", Const, 21},
7172 {"KindTime", Const, 21},
7173 {"KindUint64", Const, 21},
7174 {"Level", Type, 21},
7175 {"LevelDebug", Const, 21},
7176 {"LevelError", Const, 21},
7177 {"LevelInfo", Const, 21},
7178 {"LevelKey", Const, 21},
7179 {"LevelVar", Type, 21},
7180 {"LevelWarn", Const, 21},
7181 {"Leveler", Type, 21},
7182 {"Log", Func, 21},
7183 {"LogAttrs", Func, 21},
7184 {"LogValuer", Type, 21},
7185 {"Logger", Type, 21},
7186 {"MessageKey", Const, 21},
7187 {"New", Func, 21},
7188 {"NewJSONHandler", Func, 21},
7189 {"NewLogLogger", Func, 21},
7190 {"NewRecord", Func, 21},
7191 {"NewTextHandler", Func, 21},
7192 {"Record", Type, 21},
7193 {"Record.Level", Field, 21},
7194 {"Record.Message", Field, 21},
7195 {"Record.PC", Field, 21},
7196 {"Record.Time", Field, 21},
7197 {"SetDefault", Func, 21},
7198 {"SetLogLoggerLevel", Func, 22},
7199 {"Source", Type, 21},
7200 {"Source.File", Field, 21},
7201 {"Source.Function", Field, 21},
7202 {"Source.Line", Field, 21},
7203 {"SourceKey", Const, 21},
7204 {"String", Func, 21},
7205 {"StringValue", Func, 21},
7206 {"TextHandler", Type, 21},
7207 {"Time", Func, 21},
7208 {"TimeKey", Const, 21},
7209 {"TimeValue", Func, 21},
7210 {"Uint64", Func, 21},
7211 {"Uint64Value", Func, 21},
7212 {"Value", Type, 21},
7213 {"Warn", Func, 21},
7214 {"WarnContext", Func, 21},
7215 {"With", Func, 21},
7216 },
7217 "log/syslog": {
7218 {"(*Writer).Alert", Method, 0},
7219 {"(*Writer).Close", Method, 0},
7220 {"(*Writer).Crit", Method, 0},
7221 {"(*Writer).Debug", Method, 0},
7222 {"(*Writer).Emerg", Method, 0},
7223 {"(*Writer).Err", Method, 0},
7224 {"(*Writer).Info", Method, 0},
7225 {"(*Writer).Notice", Method, 0},
7226 {"(*Writer).Warning", Method, 0},
7227 {"(*Writer).Write", Method, 0},
7228 {"Dial", Func, 0},
7229 {"LOG_ALERT", Const, 0},
7230 {"LOG_AUTH", Const, 1},
7231 {"LOG_AUTHPRIV", Const, 1},
7232 {"LOG_CRIT", Const, 0},
7233 {"LOG_CRON", Const, 1},
7234 {"LOG_DAEMON", Const, 1},
7235 {"LOG_DEBUG", Const, 0},
7236 {"LOG_EMERG", Const, 0},
7237 {"LOG_ERR", Const, 0},
7238 {"LOG_FTP", Const, 1},
7239 {"LOG_INFO", Const, 0},
7240 {"LOG_KERN", Const, 1},
7241 {"LOG_LOCAL0", Const, 1},
7242 {"LOG_LOCAL1", Const, 1},
7243 {"LOG_LOCAL2", Const, 1},
7244 {"LOG_LOCAL3", Const, 1},
7245 {"LOG_LOCAL4", Const, 1},
7246 {"LOG_LOCAL5", Const, 1},
7247 {"LOG_LOCAL6", Const, 1},
7248 {"LOG_LOCAL7", Const, 1},
7249 {"LOG_LPR", Const, 1},
7250 {"LOG_MAIL", Const, 1},
7251 {"LOG_NEWS", Const, 1},
7252 {"LOG_NOTICE", Const, 0},
7253 {"LOG_SYSLOG", Const, 1},
7254 {"LOG_USER", Const, 1},
7255 {"LOG_UUCP", Const, 1},
7256 {"LOG_WARNING", Const, 0},
7257 {"New", Func, 0},
7258 {"NewLogger", Func, 0},
7259 {"Priority", Type, 0},
7260 {"Writer", Type, 0},
7261 },
7262 "maps": {
7263 {"All", Func, 23},
7264 {"Clone", Func, 21},
7265 {"Collect", Func, 23},
7266 {"Copy", Func, 21},
7267 {"DeleteFunc", Func, 21},
7268 {"Equal", Func, 21},
7269 {"EqualFunc", Func, 21},
7270 {"Insert", Func, 23},
7271 {"Keys", Func, 23},
7272 {"Values", Func, 23},
7273 },
7274 "math": {
7275 {"Abs", Func, 0},
7276 {"Acos", Func, 0},
7277 {"Acosh", Func, 0},
7278 {"Asin", Func, 0},
7279 {"Asinh", Func, 0},
7280 {"Atan", Func, 0},
7281 {"Atan2", Func, 0},
7282 {"Atanh", Func, 0},
7283 {"Cbrt", Func, 0},
7284 {"Ceil", Func, 0},
7285 {"Copysign", Func, 0},
7286 {"Cos", Func, 0},
7287 {"Cosh", Func, 0},
7288 {"Dim", Func, 0},
7289 {"E", Const, 0},
7290 {"Erf", Func, 0},
7291 {"Erfc", Func, 0},
7292 {"Erfcinv", Func, 10},
7293 {"Erfinv", Func, 10},
7294 {"Exp", Func, 0},
7295 {"Exp2", Func, 0},
7296 {"Expm1", Func, 0},
7297 {"FMA", Func, 14},
7298 {"Float32bits", Func, 0},
7299 {"Float32frombits", Func, 0},
7300 {"Float64bits", Func, 0},
7301 {"Float64frombits", Func, 0},
7302 {"Floor", Func, 0},
7303 {"Frexp", Func, 0},
7304 {"Gamma", Func, 0},
7305 {"Hypot", Func, 0},
7306 {"Ilogb", Func, 0},
7307 {"Inf", Func, 0},
7308 {"IsInf", Func, 0},
7309 {"IsNaN", Func, 0},
7310 {"J0", Func, 0},
7311 {"J1", Func, 0},
7312 {"Jn", Func, 0},
7313 {"Ldexp", Func, 0},
7314 {"Lgamma", Func, 0},
7315 {"Ln10", Const, 0},
7316 {"Ln2", Const, 0},
7317 {"Log", Func, 0},
7318 {"Log10", Func, 0},
7319 {"Log10E", Const, 0},
7320 {"Log1p", Func, 0},
7321 {"Log2", Func, 0},
7322 {"Log2E", Const, 0},
7323 {"Logb", Func, 0},
7324 {"Max", Func, 0},
7325 {"MaxFloat32", Const, 0},
7326 {"MaxFloat64", Const, 0},
7327 {"MaxInt", Const, 17},
7328 {"MaxInt16", Const, 0},
7329 {"MaxInt32", Const, 0},
7330 {"MaxInt64", Const, 0},
7331 {"MaxInt8", Const, 0},
7332 {"MaxUint", Const, 17},
7333 {"MaxUint16", Const, 0},
7334 {"MaxUint32", Const, 0},
7335 {"MaxUint64", Const, 0},
7336 {"MaxUint8", Const, 0},
7337 {"Min", Func, 0},
7338 {"MinInt", Const, 17},
7339 {"MinInt16", Const, 0},
7340 {"MinInt32", Const, 0},
7341 {"MinInt64", Const, 0},
7342 {"MinInt8", Const, 0},
7343 {"Mod", Func, 0},
7344 {"Modf", Func, 0},
7345 {"NaN", Func, 0},
7346 {"Nextafter", Func, 0},
7347 {"Nextafter32", Func, 4},
7348 {"Phi", Const, 0},
7349 {"Pi", Const, 0},
7350 {"Pow", Func, 0},
7351 {"Pow10", Func, 0},
7352 {"Remainder", Func, 0},
7353 {"Round", Func, 10},
7354 {"RoundToEven", Func, 10},
7355 {"Signbit", Func, 0},
7356 {"Sin", Func, 0},
7357 {"Sincos", Func, 0},
7358 {"Sinh", Func, 0},
7359 {"SmallestNonzeroFloat32", Const, 0},
7360 {"SmallestNonzeroFloat64", Const, 0},
7361 {"Sqrt", Func, 0},
7362 {"Sqrt2", Const, 0},
7363 {"SqrtE", Const, 0},
7364 {"SqrtPhi", Const, 0},
7365 {"SqrtPi", Const, 0},
7366 {"Tan", Func, 0},
7367 {"Tanh", Func, 0},
7368 {"Trunc", Func, 0},
7369 {"Y0", Func, 0},
7370 {"Y1", Func, 0},
7371 {"Yn", Func, 0},
7372 },
7373 "math/big": {
7374 {"(*Float).Abs", Method, 5},
7375 {"(*Float).Acc", Method, 5},
7376 {"(*Float).Add", Method, 5},
7377 {"(*Float).Append", Method, 5},
7378 {"(*Float).Cmp", Method, 5},
7379 {"(*Float).Copy", Method, 5},
7380 {"(*Float).Float32", Method, 5},
7381 {"(*Float).Float64", Method, 5},
7382 {"(*Float).Format", Method, 5},
7383 {"(*Float).GobDecode", Method, 7},
7384 {"(*Float).GobEncode", Method, 7},
7385 {"(*Float).Int", Method, 5},
7386 {"(*Float).Int64", Method, 5},
7387 {"(*Float).IsInf", Method, 5},
7388 {"(*Float).IsInt", Method, 5},
7389 {"(*Float).MantExp", Method, 5},
7390 {"(*Float).MarshalText", Method, 6},
7391 {"(*Float).MinPrec", Method, 5},
7392 {"(*Float).Mode", Method, 5},
7393 {"(*Float).Mul", Method, 5},
7394 {"(*Float).Neg", Method, 5},
7395 {"(*Float).Parse", Method, 5},
7396 {"(*Float).Prec", Method, 5},
7397 {"(*Float).Quo", Method, 5},
7398 {"(*Float).Rat", Method, 5},
7399 {"(*Float).Scan", Method, 8},
7400 {"(*Float).Set", Method, 5},
7401 {"(*Float).SetFloat64", Method, 5},
7402 {"(*Float).SetInf", Method, 5},
7403 {"(*Float).SetInt", Method, 5},
7404 {"(*Float).SetInt64", Method, 5},
7405 {"(*Float).SetMantExp", Method, 5},
7406 {"(*Float).SetMode", Method, 5},
7407 {"(*Float).SetPrec", Method, 5},
7408 {"(*Float).SetRat", Method, 5},
7409 {"(*Float).SetString", Method, 5},
7410 {"(*Float).SetUint64", Method, 5},
7411 {"(*Float).Sign", Method, 5},
7412 {"(*Float).Signbit", Method, 5},
7413 {"(*Float).Sqrt", Method, 10},
7414 {"(*Float).String", Method, 5},
7415 {"(*Float).Sub", Method, 5},
7416 {"(*Float).Text", Method, 5},
7417 {"(*Float).Uint64", Method, 5},
7418 {"(*Float).UnmarshalText", Method, 6},
7419 {"(*Int).Abs", Method, 0},
7420 {"(*Int).Add", Method, 0},
7421 {"(*Int).And", Method, 0},
7422 {"(*Int).AndNot", Method, 0},
7423 {"(*Int).Append", Method, 6},
7424 {"(*Int).Binomial", Method, 0},
7425 {"(*Int).Bit", Method, 0},
7426 {"(*Int).BitLen", Method, 0},
7427 {"(*Int).Bits", Method, 0},
7428 {"(*Int).Bytes", Method, 0},
7429 {"(*Int).Cmp", Method, 0},
7430 {"(*Int).CmpAbs", Method, 10},
7431 {"(*Int).Div", Method, 0},
7432 {"(*Int).DivMod", Method, 0},
7433 {"(*Int).Exp", Method, 0},
7434 {"(*Int).FillBytes", Method, 15},
7435 {"(*Int).Float64", Method, 21},
7436 {"(*Int).Format", Method, 0},
7437 {"(*Int).GCD", Method, 0},
7438 {"(*Int).GobDecode", Method, 0},
7439 {"(*Int).GobEncode", Method, 0},
7440 {"(*Int).Int64", Method, 0},
7441 {"(*Int).IsInt64", Method, 9},
7442 {"(*Int).IsUint64", Method, 9},
7443 {"(*Int).Lsh", Method, 0},
7444 {"(*Int).MarshalJSON", Method, 1},
7445 {"(*Int).MarshalText", Method, 3},
7446 {"(*Int).Mod", Method, 0},
7447 {"(*Int).ModInverse", Method, 0},
7448 {"(*Int).ModSqrt", Method, 5},
7449 {"(*Int).Mul", Method, 0},
7450 {"(*Int).MulRange", Method, 0},
7451 {"(*Int).Neg", Method, 0},
7452 {"(*Int).Not", Method, 0},
7453 {"(*Int).Or", Method, 0},
7454 {"(*Int).ProbablyPrime", Method, 0},
7455 {"(*Int).Quo", Method, 0},
7456 {"(*Int).QuoRem", Method, 0},
7457 {"(*Int).Rand", Method, 0},
7458 {"(*Int).Rem", Method, 0},
7459 {"(*Int).Rsh", Method, 0},
7460 {"(*Int).Scan", Method, 0},
7461 {"(*Int).Set", Method, 0},
7462 {"(*Int).SetBit", Method, 0},
7463 {"(*Int).SetBits", Method, 0},
7464 {"(*Int).SetBytes", Method, 0},
7465 {"(*Int).SetInt64", Method, 0},
7466 {"(*Int).SetString", Method, 0},
7467 {"(*Int).SetUint64", Method, 1},
7468 {"(*Int).Sign", Method, 0},
7469 {"(*Int).Sqrt", Method, 8},
7470 {"(*Int).String", Method, 0},
7471 {"(*Int).Sub", Method, 0},
7472 {"(*Int).Text", Method, 6},
7473 {"(*Int).TrailingZeroBits", Method, 13},
7474 {"(*Int).Uint64", Method, 1},
7475 {"(*Int).UnmarshalJSON", Method, 1},
7476 {"(*Int).UnmarshalText", Method, 3},
7477 {"(*Int).Xor", Method, 0},
7478 {"(*Rat).Abs", Method, 0},
7479 {"(*Rat).Add", Method, 0},
7480 {"(*Rat).Cmp", Method, 0},
7481 {"(*Rat).Denom", Method, 0},
7482 {"(*Rat).Float32", Method, 4},
7483 {"(*Rat).Float64", Method, 1},
7484 {"(*Rat).FloatPrec", Method, 22},
7485 {"(*Rat).FloatString", Method, 0},
7486 {"(*Rat).GobDecode", Method, 0},
7487 {"(*Rat).GobEncode", Method, 0},
7488 {"(*Rat).Inv", Method, 0},
7489 {"(*Rat).IsInt", Method, 0},
7490 {"(*Rat).MarshalText", Method, 3},
7491 {"(*Rat).Mul", Method, 0},
7492 {"(*Rat).Neg", Method, 0},
7493 {"(*Rat).Num", Method, 0},
7494 {"(*Rat).Quo", Method, 0},
7495 {"(*Rat).RatString", Method, 0},
7496 {"(*Rat).Scan", Method, 0},
7497 {"(*Rat).Set", Method, 0},
7498 {"(*Rat).SetFloat64", Method, 1},
7499 {"(*Rat).SetFrac", Method, 0},
7500 {"(*Rat).SetFrac64", Method, 0},
7501 {"(*Rat).SetInt", Method, 0},
7502 {"(*Rat).SetInt64", Method, 0},
7503 {"(*Rat).SetString", Method, 0},
7504 {"(*Rat).SetUint64", Method, 13},
7505 {"(*Rat).Sign", Method, 0},
7506 {"(*Rat).String", Method, 0},
7507 {"(*Rat).Sub", Method, 0},
7508 {"(*Rat).UnmarshalText", Method, 3},
7509 {"(Accuracy).String", Method, 5},
7510 {"(ErrNaN).Error", Method, 5},
7511 {"(RoundingMode).String", Method, 5},
7512 {"Above", Const, 5},
7513 {"Accuracy", Type, 5},
7514 {"AwayFromZero", Const, 5},
7515 {"Below", Const, 5},
7516 {"ErrNaN", Type, 5},
7517 {"Exact", Const, 5},
7518 {"Float", Type, 5},
7519 {"Int", Type, 0},
7520 {"Jacobi", Func, 5},
7521 {"MaxBase", Const, 0},
7522 {"MaxExp", Const, 5},
7523 {"MaxPrec", Const, 5},
7524 {"MinExp", Const, 5},
7525 {"NewFloat", Func, 5},
7526 {"NewInt", Func, 0},
7527 {"NewRat", Func, 0},
7528 {"ParseFloat", Func, 5},
7529 {"Rat", Type, 0},
7530 {"RoundingMode", Type, 5},
7531 {"ToNearestAway", Const, 5},
7532 {"ToNearestEven", Const, 5},
7533 {"ToNegativeInf", Const, 5},
7534 {"ToPositiveInf", Const, 5},
7535 {"ToZero", Const, 5},
7536 {"Word", Type, 0},
7537 },
7538 "math/bits": {
7539 {"Add", Func, 12},
7540 {"Add32", Func, 12},
7541 {"Add64", Func, 12},
7542 {"Div", Func, 12},
7543 {"Div32", Func, 12},
7544 {"Div64", Func, 12},
7545 {"LeadingZeros", Func, 9},
7546 {"LeadingZeros16", Func, 9},
7547 {"LeadingZeros32", Func, 9},
7548 {"LeadingZeros64", Func, 9},
7549 {"LeadingZeros8", Func, 9},
7550 {"Len", Func, 9},
7551 {"Len16", Func, 9},
7552 {"Len32", Func, 9},
7553 {"Len64", Func, 9},
7554 {"Len8", Func, 9},
7555 {"Mul", Func, 12},
7556 {"Mul32", Func, 12},
7557 {"Mul64", Func, 12},
7558 {"OnesCount", Func, 9},
7559 {"OnesCount16", Func, 9},
7560 {"OnesCount32", Func, 9},
7561 {"OnesCount64", Func, 9},
7562 {"OnesCount8", Func, 9},
7563 {"Rem", Func, 14},
7564 {"Rem32", Func, 14},
7565 {"Rem64", Func, 14},
7566 {"Reverse", Func, 9},
7567 {"Reverse16", Func, 9},
7568 {"Reverse32", Func, 9},
7569 {"Reverse64", Func, 9},
7570 {"Reverse8", Func, 9},
7571 {"ReverseBytes", Func, 9},
7572 {"ReverseBytes16", Func, 9},
7573 {"ReverseBytes32", Func, 9},
7574 {"ReverseBytes64", Func, 9},
7575 {"RotateLeft", Func, 9},
7576 {"RotateLeft16", Func, 9},
7577 {"RotateLeft32", Func, 9},
7578 {"RotateLeft64", Func, 9},
7579 {"RotateLeft8", Func, 9},
7580 {"Sub", Func, 12},
7581 {"Sub32", Func, 12},
7582 {"Sub64", Func, 12},
7583 {"TrailingZeros", Func, 9},
7584 {"TrailingZeros16", Func, 9},
7585 {"TrailingZeros32", Func, 9},
7586 {"TrailingZeros64", Func, 9},
7587 {"TrailingZeros8", Func, 9},
7588 {"UintSize", Const, 9},
7589 },
7590 "math/cmplx": {
7591 {"Abs", Func, 0},
7592 {"Acos", Func, 0},
7593 {"Acosh", Func, 0},
7594 {"Asin", Func, 0},
7595 {"Asinh", Func, 0},
7596 {"Atan", Func, 0},
7597 {"Atanh", Func, 0},
7598 {"Conj", Func, 0},
7599 {"Cos", Func, 0},
7600 {"Cosh", Func, 0},
7601 {"Cot", Func, 0},
7602 {"Exp", Func, 0},
7603 {"Inf", Func, 0},
7604 {"IsInf", Func, 0},
7605 {"IsNaN", Func, 0},
7606 {"Log", Func, 0},
7607 {"Log10", Func, 0},
7608 {"NaN", Func, 0},
7609 {"Phase", Func, 0},
7610 {"Polar", Func, 0},
7611 {"Pow", Func, 0},
7612 {"Rect", Func, 0},
7613 {"Sin", Func, 0},
7614 {"Sinh", Func, 0},
7615 {"Sqrt", Func, 0},
7616 {"Tan", Func, 0},
7617 {"Tanh", Func, 0},
7618 },
7619 "math/rand": {
7620 {"(*Rand).ExpFloat64", Method, 0},
7621 {"(*Rand).Float32", Method, 0},
7622 {"(*Rand).Float64", Method, 0},
7623 {"(*Rand).Int", Method, 0},
7624 {"(*Rand).Int31", Method, 0},
7625 {"(*Rand).Int31n", Method, 0},
7626 {"(*Rand).Int63", Method, 0},
7627 {"(*Rand).Int63n", Method, 0},
7628 {"(*Rand).Intn", Method, 0},
7629 {"(*Rand).NormFloat64", Method, 0},
7630 {"(*Rand).Perm", Method, 0},
7631 {"(*Rand).Read", Method, 6},
7632 {"(*Rand).Seed", Method, 0},
7633 {"(*Rand).Shuffle", Method, 10},
7634 {"(*Rand).Uint32", Method, 0},
7635 {"(*Rand).Uint64", Method, 8},
7636 {"(*Zipf).Uint64", Method, 0},
7637 {"ExpFloat64", Func, 0},
7638 {"Float32", Func, 0},
7639 {"Float64", Func, 0},
7640 {"Int", Func, 0},
7641 {"Int31", Func, 0},
7642 {"Int31n", Func, 0},
7643 {"Int63", Func, 0},
7644 {"Int63n", Func, 0},
7645 {"Intn", Func, 0},
7646 {"New", Func, 0},
7647 {"NewSource", Func, 0},
7648 {"NewZipf", Func, 0},
7649 {"NormFloat64", Func, 0},
7650 {"Perm", Func, 0},
7651 {"Rand", Type, 0},
7652 {"Read", Func, 6},
7653 {"Seed", Func, 0},
7654 {"Shuffle", Func, 10},
7655 {"Source", Type, 0},
7656 {"Source64", Type, 8},
7657 {"Uint32", Func, 0},
7658 {"Uint64", Func, 8},
7659 {"Zipf", Type, 0},
7660 },
7661 "math/rand/v2": {
7662 {"(*ChaCha8).MarshalBinary", Method, 22},
7663 {"(*ChaCha8).Read", Method, 23},
7664 {"(*ChaCha8).Seed", Method, 22},
7665 {"(*ChaCha8).Uint64", Method, 22},
7666 {"(*ChaCha8).UnmarshalBinary", Method, 22},
7667 {"(*PCG).MarshalBinary", Method, 22},
7668 {"(*PCG).Seed", Method, 22},
7669 {"(*PCG).Uint64", Method, 22},
7670 {"(*PCG).UnmarshalBinary", Method, 22},
7671 {"(*Rand).ExpFloat64", Method, 22},
7672 {"(*Rand).Float32", Method, 22},
7673 {"(*Rand).Float64", Method, 22},
7674 {"(*Rand).Int", Method, 22},
7675 {"(*Rand).Int32", Method, 22},
7676 {"(*Rand).Int32N", Method, 22},
7677 {"(*Rand).Int64", Method, 22},
7678 {"(*Rand).Int64N", Method, 22},
7679 {"(*Rand).IntN", Method, 22},
7680 {"(*Rand).NormFloat64", Method, 22},
7681 {"(*Rand).Perm", Method, 22},
7682 {"(*Rand).Shuffle", Method, 22},
7683 {"(*Rand).Uint", Method, 23},
7684 {"(*Rand).Uint32", Method, 22},
7685 {"(*Rand).Uint32N", Method, 22},
7686 {"(*Rand).Uint64", Method, 22},
7687 {"(*Rand).Uint64N", Method, 22},
7688 {"(*Rand).UintN", Method, 22},
7689 {"(*Zipf).Uint64", Method, 22},
7690 {"ChaCha8", Type, 22},
7691 {"ExpFloat64", Func, 22},
7692 {"Float32", Func, 22},
7693 {"Float64", Func, 22},
7694 {"Int", Func, 22},
7695 {"Int32", Func, 22},
7696 {"Int32N", Func, 22},
7697 {"Int64", Func, 22},
7698 {"Int64N", Func, 22},
7699 {"IntN", Func, 22},
7700 {"N", Func, 22},
7701 {"New", Func, 22},
7702 {"NewChaCha8", Func, 22},
7703 {"NewPCG", Func, 22},
7704 {"NewZipf", Func, 22},
7705 {"NormFloat64", Func, 22},
7706 {"PCG", Type, 22},
7707 {"Perm", Func, 22},
7708 {"Rand", Type, 22},
7709 {"Shuffle", Func, 22},
7710 {"Source", Type, 22},
7711 {"Uint", Func, 23},
7712 {"Uint32", Func, 22},
7713 {"Uint32N", Func, 22},
7714 {"Uint64", Func, 22},
7715 {"Uint64N", Func, 22},
7716 {"UintN", Func, 22},
7717 {"Zipf", Type, 22},
7718 },
7719 "mime": {
7720 {"(*WordDecoder).Decode", Method, 5},
7721 {"(*WordDecoder).DecodeHeader", Method, 5},
7722 {"(WordEncoder).Encode", Method, 5},
7723 {"AddExtensionType", Func, 0},
7724 {"BEncoding", Const, 5},
7725 {"ErrInvalidMediaParameter", Var, 9},
7726 {"ExtensionsByType", Func, 5},
7727 {"FormatMediaType", Func, 0},
7728 {"ParseMediaType", Func, 0},
7729 {"QEncoding", Const, 5},
7730 {"TypeByExtension", Func, 0},
7731 {"WordDecoder", Type, 5},
7732 {"WordDecoder.CharsetReader", Field, 5},
7733 {"WordEncoder", Type, 5},
7734 },
7735 "mime/multipart": {
7736 {"(*FileHeader).Open", Method, 0},
7737 {"(*Form).RemoveAll", Method, 0},
7738 {"(*Part).Close", Method, 0},
7739 {"(*Part).FileName", Method, 0},
7740 {"(*Part).FormName", Method, 0},
7741 {"(*Part).Read", Method, 0},
7742 {"(*Reader).NextPart", Method, 0},
7743 {"(*Reader).NextRawPart", Method, 14},
7744 {"(*Reader).ReadForm", Method, 0},
7745 {"(*Writer).Boundary", Method, 0},
7746 {"(*Writer).Close", Method, 0},
7747 {"(*Writer).CreateFormField", Method, 0},
7748 {"(*Writer).CreateFormFile", Method, 0},
7749 {"(*Writer).CreatePart", Method, 0},
7750 {"(*Writer).FormDataContentType", Method, 0},
7751 {"(*Writer).SetBoundary", Method, 1},
7752 {"(*Writer).WriteField", Method, 0},
7753 {"ErrMessageTooLarge", Var, 9},
7754 {"File", Type, 0},
7755 {"FileHeader", Type, 0},
7756 {"FileHeader.Filename", Field, 0},
7757 {"FileHeader.Header", Field, 0},
7758 {"FileHeader.Size", Field, 9},
7759 {"Form", Type, 0},
7760 {"Form.File", Field, 0},
7761 {"Form.Value", Field, 0},
7762 {"NewReader", Func, 0},
7763 {"NewWriter", Func, 0},
7764 {"Part", Type, 0},
7765 {"Part.Header", Field, 0},
7766 {"Reader", Type, 0},
7767 {"Writer", Type, 0},
7768 },
7769 "mime/quotedprintable": {
7770 {"(*Reader).Read", Method, 5},
7771 {"(*Writer).Close", Method, 5},
7772 {"(*Writer).Write", Method, 5},
7773 {"NewReader", Func, 5},
7774 {"NewWriter", Func, 5},
7775 {"Reader", Type, 5},
7776 {"Writer", Type, 5},
7777 {"Writer.Binary", Field, 5},
7778 },
7779 "net": {
7780 {"(*AddrError).Error", Method, 0},
7781 {"(*AddrError).Temporary", Method, 0},
7782 {"(*AddrError).Timeout", Method, 0},
7783 {"(*Buffers).Read", Method, 8},
7784 {"(*Buffers).WriteTo", Method, 8},
7785 {"(*DNSConfigError).Error", Method, 0},
7786 {"(*DNSConfigError).Temporary", Method, 0},
7787 {"(*DNSConfigError).Timeout", Method, 0},
7788 {"(*DNSConfigError).Unwrap", Method, 13},
7789 {"(*DNSError).Error", Method, 0},
7790 {"(*DNSError).Temporary", Method, 0},
7791 {"(*DNSError).Timeout", Method, 0},
7792 {"(*DNSError).Unwrap", Method, 23},
7793 {"(*Dialer).Dial", Method, 1},
7794 {"(*Dialer).DialContext", Method, 7},
7795 {"(*Dialer).MultipathTCP", Method, 21},
7796 {"(*Dialer).SetMultipathTCP", Method, 21},
7797 {"(*IP).UnmarshalText", Method, 2},
7798 {"(*IPAddr).Network", Method, 0},
7799 {"(*IPAddr).String", Method, 0},
7800 {"(*IPConn).Close", Method, 0},
7801 {"(*IPConn).File", Method, 0},
7802 {"(*IPConn).LocalAddr", Method, 0},
7803 {"(*IPConn).Read", Method, 0},
7804 {"(*IPConn).ReadFrom", Method, 0},
7805 {"(*IPConn).ReadFromIP", Method, 0},
7806 {"(*IPConn).ReadMsgIP", Method, 1},
7807 {"(*IPConn).RemoteAddr", Method, 0},
7808 {"(*IPConn).SetDeadline", Method, 0},
7809 {"(*IPConn).SetReadBuffer", Method, 0},
7810 {"(*IPConn).SetReadDeadline", Method, 0},
7811 {"(*IPConn).SetWriteBuffer", Method, 0},
7812 {"(*IPConn).SetWriteDeadline", Method, 0},
7813 {"(*IPConn).SyscallConn", Method, 9},
7814 {"(*IPConn).Write", Method, 0},
7815 {"(*IPConn).WriteMsgIP", Method, 1},
7816 {"(*IPConn).WriteTo", Method, 0},
7817 {"(*IPConn).WriteToIP", Method, 0},
7818 {"(*IPNet).Contains", Method, 0},
7819 {"(*IPNet).Network", Method, 0},
7820 {"(*IPNet).String", Method, 0},
7821 {"(*Interface).Addrs", Method, 0},
7822 {"(*Interface).MulticastAddrs", Method, 0},
7823 {"(*ListenConfig).Listen", Method, 11},
7824 {"(*ListenConfig).ListenPacket", Method, 11},
7825 {"(*ListenConfig).MultipathTCP", Method, 21},
7826 {"(*ListenConfig).SetMultipathTCP", Method, 21},
7827 {"(*OpError).Error", Method, 0},
7828 {"(*OpError).Temporary", Method, 0},
7829 {"(*OpError).Timeout", Method, 0},
7830 {"(*OpError).Unwrap", Method, 13},
7831 {"(*ParseError).Error", Method, 0},
7832 {"(*ParseError).Temporary", Method, 17},
7833 {"(*ParseError).Timeout", Method, 17},
7834 {"(*Resolver).LookupAddr", Method, 8},
7835 {"(*Resolver).LookupCNAME", Method, 8},
7836 {"(*Resolver).LookupHost", Method, 8},
7837 {"(*Resolver).LookupIP", Method, 15},
7838 {"(*Resolver).LookupIPAddr", Method, 8},
7839 {"(*Resolver).LookupMX", Method, 8},
7840 {"(*Resolver).LookupNS", Method, 8},
7841 {"(*Resolver).LookupNetIP", Method, 18},
7842 {"(*Resolver).LookupPort", Method, 8},
7843 {"(*Resolver).LookupSRV", Method, 8},
7844 {"(*Resolver).LookupTXT", Method, 8},
7845 {"(*TCPAddr).AddrPort", Method, 18},
7846 {"(*TCPAddr).Network", Method, 0},
7847 {"(*TCPAddr).String", Method, 0},
7848 {"(*TCPConn).Close", Method, 0},
7849 {"(*TCPConn).CloseRead", Method, 0},
7850 {"(*TCPConn).CloseWrite", Method, 0},
7851 {"(*TCPConn).File", Method, 0},
7852 {"(*TCPConn).LocalAddr", Method, 0},
7853 {"(*TCPConn).MultipathTCP", Method, 21},
7854 {"(*TCPConn).Read", Method, 0},
7855 {"(*TCPConn).ReadFrom", Method, 0},
7856 {"(*TCPConn).RemoteAddr", Method, 0},
7857 {"(*TCPConn).SetDeadline", Method, 0},
7858 {"(*TCPConn).SetKeepAlive", Method, 0},
7859 {"(*TCPConn).SetKeepAliveConfig", Method, 23},
7860 {"(*TCPConn).SetKeepAlivePeriod", Method, 2},
7861 {"(*TCPConn).SetLinger", Method, 0},
7862 {"(*TCPConn).SetNoDelay", Method, 0},
7863 {"(*TCPConn).SetReadBuffer", Method, 0},
7864 {"(*TCPConn).SetReadDeadline", Method, 0},
7865 {"(*TCPConn).SetWriteBuffer", Method, 0},
7866 {"(*TCPConn).SetWriteDeadline", Method, 0},
7867 {"(*TCPConn).SyscallConn", Method, 9},
7868 {"(*TCPConn).Write", Method, 0},
7869 {"(*TCPConn).WriteTo", Method, 22},
7870 {"(*TCPListener).Accept", Method, 0},
7871 {"(*TCPListener).AcceptTCP", Method, 0},
7872 {"(*TCPListener).Addr", Method, 0},
7873 {"(*TCPListener).Close", Method, 0},
7874 {"(*TCPListener).File", Method, 0},
7875 {"(*TCPListener).SetDeadline", Method, 0},
7876 {"(*TCPListener).SyscallConn", Method, 10},
7877 {"(*UDPAddr).AddrPort", Method, 18},
7878 {"(*UDPAddr).Network", Method, 0},
7879 {"(*UDPAddr).String", Method, 0},
7880 {"(*UDPConn).Close", Method, 0},
7881 {"(*UDPConn).File", Method, 0},
7882 {"(*UDPConn).LocalAddr", Method, 0},
7883 {"(*UDPConn).Read", Method, 0},
7884 {"(*UDPConn).ReadFrom", Method, 0},
7885 {"(*UDPConn).ReadFromUDP", Method, 0},
7886 {"(*UDPConn).ReadFromUDPAddrPort", Method, 18},
7887 {"(*UDPConn).ReadMsgUDP", Method, 1},
7888 {"(*UDPConn).ReadMsgUDPAddrPort", Method, 18},
7889 {"(*UDPConn).RemoteAddr", Method, 0},
7890 {"(*UDPConn).SetDeadline", Method, 0},
7891 {"(*UDPConn).SetReadBuffer", Method, 0},
7892 {"(*UDPConn).SetReadDeadline", Method, 0},
7893 {"(*UDPConn).SetWriteBuffer", Method, 0},
7894 {"(*UDPConn).SetWriteDeadline", Method, 0},
7895 {"(*UDPConn).SyscallConn", Method, 9},
7896 {"(*UDPConn).Write", Method, 0},
7897 {"(*UDPConn).WriteMsgUDP", Method, 1},
7898 {"(*UDPConn).WriteMsgUDPAddrPort", Method, 18},
7899 {"(*UDPConn).WriteTo", Method, 0},
7900 {"(*UDPConn).WriteToUDP", Method, 0},
7901 {"(*UDPConn).WriteToUDPAddrPort", Method, 18},
7902 {"(*UnixAddr).Network", Method, 0},
7903 {"(*UnixAddr).String", Method, 0},
7904 {"(*UnixConn).Close", Method, 0},
7905 {"(*UnixConn).CloseRead", Method, 1},
7906 {"(*UnixConn).CloseWrite", Method, 1},
7907 {"(*UnixConn).File", Method, 0},
7908 {"(*UnixConn).LocalAddr", Method, 0},
7909 {"(*UnixConn).Read", Method, 0},
7910 {"(*UnixConn).ReadFrom", Method, 0},
7911 {"(*UnixConn).ReadFromUnix", Method, 0},
7912 {"(*UnixConn).ReadMsgUnix", Method, 0},
7913 {"(*UnixConn).RemoteAddr", Method, 0},
7914 {"(*UnixConn).SetDeadline", Method, 0},
7915 {"(*UnixConn).SetReadBuffer", Method, 0},
7916 {"(*UnixConn).SetReadDeadline", Method, 0},
7917 {"(*UnixConn).SetWriteBuffer", Method, 0},
7918 {"(*UnixConn).SetWriteDeadline", Method, 0},
7919 {"(*UnixConn).SyscallConn", Method, 9},
7920 {"(*UnixConn).Write", Method, 0},
7921 {"(*UnixConn).WriteMsgUnix", Method, 0},
7922 {"(*UnixConn).WriteTo", Method, 0},
7923 {"(*UnixConn).WriteToUnix", Method, 0},
7924 {"(*UnixListener).Accept", Method, 0},
7925 {"(*UnixListener).AcceptUnix", Method, 0},
7926 {"(*UnixListener).Addr", Method, 0},
7927 {"(*UnixListener).Close", Method, 0},
7928 {"(*UnixListener).File", Method, 0},
7929 {"(*UnixListener).SetDeadline", Method, 0},
7930 {"(*UnixListener).SetUnlinkOnClose", Method, 8},
7931 {"(*UnixListener).SyscallConn", Method, 10},
7932 {"(Flags).String", Method, 0},
7933 {"(HardwareAddr).String", Method, 0},
7934 {"(IP).DefaultMask", Method, 0},
7935 {"(IP).Equal", Method, 0},
7936 {"(IP).IsGlobalUnicast", Method, 0},
7937 {"(IP).IsInterfaceLocalMulticast", Method, 0},
7938 {"(IP).IsLinkLocalMulticast", Method, 0},
7939 {"(IP).IsLinkLocalUnicast", Method, 0},
7940 {"(IP).IsLoopback", Method, 0},
7941 {"(IP).IsMulticast", Method, 0},
7942 {"(IP).IsPrivate", Method, 17},
7943 {"(IP).IsUnspecified", Method, 0},
7944 {"(IP).MarshalText", Method, 2},
7945 {"(IP).Mask", Method, 0},
7946 {"(IP).String", Method, 0},
7947 {"(IP).To16", Method, 0},
7948 {"(IP).To4", Method, 0},
7949 {"(IPMask).Size", Method, 0},
7950 {"(IPMask).String", Method, 0},
7951 {"(InvalidAddrError).Error", Method, 0},
7952 {"(InvalidAddrError).Temporary", Method, 0},
7953 {"(InvalidAddrError).Timeout", Method, 0},
7954 {"(UnknownNetworkError).Error", Method, 0},
7955 {"(UnknownNetworkError).Temporary", Method, 0},
7956 {"(UnknownNetworkError).Timeout", Method, 0},
7957 {"Addr", Type, 0},
7958 {"AddrError", Type, 0},
7959 {"AddrError.Addr", Field, 0},
7960 {"AddrError.Err", Field, 0},
7961 {"Buffers", Type, 8},
7962 {"CIDRMask", Func, 0},
7963 {"Conn", Type, 0},
7964 {"DNSConfigError", Type, 0},
7965 {"DNSConfigError.Err", Field, 0},
7966 {"DNSError", Type, 0},
7967 {"DNSError.Err", Field, 0},
7968 {"DNSError.IsNotFound", Field, 13},
7969 {"DNSError.IsTemporary", Field, 6},
7970 {"DNSError.IsTimeout", Field, 0},
7971 {"DNSError.Name", Field, 0},
7972 {"DNSError.Server", Field, 0},
7973 {"DNSError.UnwrapErr", Field, 23},
7974 {"DefaultResolver", Var, 8},
7975 {"Dial", Func, 0},
7976 {"DialIP", Func, 0},
7977 {"DialTCP", Func, 0},
7978 {"DialTimeout", Func, 0},
7979 {"DialUDP", Func, 0},
7980 {"DialUnix", Func, 0},
7981 {"Dialer", Type, 1},
7982 {"Dialer.Cancel", Field, 6},
7983 {"Dialer.Control", Field, 11},
7984 {"Dialer.ControlContext", Field, 20},
7985 {"Dialer.Deadline", Field, 1},
7986 {"Dialer.DualStack", Field, 2},
7987 {"Dialer.FallbackDelay", Field, 5},
7988 {"Dialer.KeepAlive", Field, 3},
7989 {"Dialer.KeepAliveConfig", Field, 23},
7990 {"Dialer.LocalAddr", Field, 1},
7991 {"Dialer.Resolver", Field, 8},
7992 {"Dialer.Timeout", Field, 1},
7993 {"ErrClosed", Var, 16},
7994 {"ErrWriteToConnected", Var, 0},
7995 {"Error", Type, 0},
7996 {"FileConn", Func, 0},
7997 {"FileListener", Func, 0},
7998 {"FilePacketConn", Func, 0},
7999 {"FlagBroadcast", Const, 0},
8000 {"FlagLoopback", Const, 0},
8001 {"FlagMulticast", Const, 0},
8002 {"FlagPointToPoint", Const, 0},
8003 {"FlagRunning", Const, 20},
8004 {"FlagUp", Const, 0},
8005 {"Flags", Type, 0},
8006 {"HardwareAddr", Type, 0},
8007 {"IP", Type, 0},
8008 {"IPAddr", Type, 0},
8009 {"IPAddr.IP", Field, 0},
8010 {"IPAddr.Zone", Field, 1},
8011 {"IPConn", Type, 0},
8012 {"IPMask", Type, 0},
8013 {"IPNet", Type, 0},
8014 {"IPNet.IP", Field, 0},
8015 {"IPNet.Mask", Field, 0},
8016 {"IPv4", Func, 0},
8017 {"IPv4Mask", Func, 0},
8018 {"IPv4allrouter", Var, 0},
8019 {"IPv4allsys", Var, 0},
8020 {"IPv4bcast", Var, 0},
8021 {"IPv4len", Const, 0},
8022 {"IPv4zero", Var, 0},
8023 {"IPv6interfacelocalallnodes", Var, 0},
8024 {"IPv6len", Const, 0},
8025 {"IPv6linklocalallnodes", Var, 0},
8026 {"IPv6linklocalallrouters", Var, 0},
8027 {"IPv6loopback", Var, 0},
8028 {"IPv6unspecified", Var, 0},
8029 {"IPv6zero", Var, 0},
8030 {"Interface", Type, 0},
8031 {"Interface.Flags", Field, 0},
8032 {"Interface.HardwareAddr", Field, 0},
8033 {"Interface.Index", Field, 0},
8034 {"Interface.MTU", Field, 0},
8035 {"Interface.Name", Field, 0},
8036 {"InterfaceAddrs", Func, 0},
8037 {"InterfaceByIndex", Func, 0},
8038 {"InterfaceByName", Func, 0},
8039 {"Interfaces", Func, 0},
8040 {"InvalidAddrError", Type, 0},
8041 {"JoinHostPort", Func, 0},
8042 {"KeepAliveConfig", Type, 23},
8043 {"KeepAliveConfig.Count", Field, 23},
8044 {"KeepAliveConfig.Enable", Field, 23},
8045 {"KeepAliveConfig.Idle", Field, 23},
8046 {"KeepAliveConfig.Interval", Field, 23},
8047 {"Listen", Func, 0},
8048 {"ListenConfig", Type, 11},
8049 {"ListenConfig.Control", Field, 11},
8050 {"ListenConfig.KeepAlive", Field, 13},
8051 {"ListenConfig.KeepAliveConfig", Field, 23},
8052 {"ListenIP", Func, 0},
8053 {"ListenMulticastUDP", Func, 0},
8054 {"ListenPacket", Func, 0},
8055 {"ListenTCP", Func, 0},
8056 {"ListenUDP", Func, 0},
8057 {"ListenUnix", Func, 0},
8058 {"ListenUnixgram", Func, 0},
8059 {"Listener", Type, 0},
8060 {"LookupAddr", Func, 0},
8061 {"LookupCNAME", Func, 0},
8062 {"LookupHost", Func, 0},
8063 {"LookupIP", Func, 0},
8064 {"LookupMX", Func, 0},
8065 {"LookupNS", Func, 1},
8066 {"LookupPort", Func, 0},
8067 {"LookupSRV", Func, 0},
8068 {"LookupTXT", Func, 0},
8069 {"MX", Type, 0},
8070 {"MX.Host", Field, 0},
8071 {"MX.Pref", Field, 0},
8072 {"NS", Type, 1},
8073 {"NS.Host", Field, 1},
8074 {"OpError", Type, 0},
8075 {"OpError.Addr", Field, 0},
8076 {"OpError.Err", Field, 0},
8077 {"OpError.Net", Field, 0},
8078 {"OpError.Op", Field, 0},
8079 {"OpError.Source", Field, 5},
8080 {"PacketConn", Type, 0},
8081 {"ParseCIDR", Func, 0},
8082 {"ParseError", Type, 0},
8083 {"ParseError.Text", Field, 0},
8084 {"ParseError.Type", Field, 0},
8085 {"ParseIP", Func, 0},
8086 {"ParseMAC", Func, 0},
8087 {"Pipe", Func, 0},
8088 {"ResolveIPAddr", Func, 0},
8089 {"ResolveTCPAddr", Func, 0},
8090 {"ResolveUDPAddr", Func, 0},
8091 {"ResolveUnixAddr", Func, 0},
8092 {"Resolver", Type, 8},
8093 {"Resolver.Dial", Field, 9},
8094 {"Resolver.PreferGo", Field, 8},
8095 {"Resolver.StrictErrors", Field, 9},
8096 {"SRV", Type, 0},
8097 {"SRV.Port", Field, 0},
8098 {"SRV.Priority", Field, 0},
8099 {"SRV.Target", Field, 0},
8100 {"SRV.Weight", Field, 0},
8101 {"SplitHostPort", Func, 0},
8102 {"TCPAddr", Type, 0},
8103 {"TCPAddr.IP", Field, 0},
8104 {"TCPAddr.Port", Field, 0},
8105 {"TCPAddr.Zone", Field, 1},
8106 {"TCPAddrFromAddrPort", Func, 18},
8107 {"TCPConn", Type, 0},
8108 {"TCPListener", Type, 0},
8109 {"UDPAddr", Type, 0},
8110 {"UDPAddr.IP", Field, 0},
8111 {"UDPAddr.Port", Field, 0},
8112 {"UDPAddr.Zone", Field, 1},
8113 {"UDPAddrFromAddrPort", Func, 18},
8114 {"UDPConn", Type, 0},
8115 {"UnixAddr", Type, 0},
8116 {"UnixAddr.Name", Field, 0},
8117 {"UnixAddr.Net", Field, 0},
8118 {"UnixConn", Type, 0},
8119 {"UnixListener", Type, 0},
8120 {"UnknownNetworkError", Type, 0},
8121 },
8122 "net/http": {
8123 {"(*Client).CloseIdleConnections", Method, 12},
8124 {"(*Client).Do", Method, 0},
8125 {"(*Client).Get", Method, 0},
8126 {"(*Client).Head", Method, 0},
8127 {"(*Client).Post", Method, 0},
8128 {"(*Client).PostForm", Method, 0},
8129 {"(*Cookie).String", Method, 0},
8130 {"(*Cookie).Valid", Method, 18},
8131 {"(*MaxBytesError).Error", Method, 19},
8132 {"(*ProtocolError).Error", Method, 0},
8133 {"(*ProtocolError).Is", Method, 21},
8134 {"(*Request).AddCookie", Method, 0},
8135 {"(*Request).BasicAuth", Method, 4},
8136 {"(*Request).Clone", Method, 13},
8137 {"(*Request).Context", Method, 7},
8138 {"(*Request).Cookie", Method, 0},
8139 {"(*Request).Cookies", Method, 0},
8140 {"(*Request).CookiesNamed", Method, 23},
8141 {"(*Request).FormFile", Method, 0},
8142 {"(*Request).FormValue", Method, 0},
8143 {"(*Request).MultipartReader", Method, 0},
8144 {"(*Request).ParseForm", Method, 0},
8145 {"(*Request).ParseMultipartForm", Method, 0},
8146 {"(*Request).PathValue", Method, 22},
8147 {"(*Request).PostFormValue", Method, 1},
8148 {"(*Request).ProtoAtLeast", Method, 0},
8149 {"(*Request).Referer", Method, 0},
8150 {"(*Request).SetBasicAuth", Method, 0},
8151 {"(*Request).SetPathValue", Method, 22},
8152 {"(*Request).UserAgent", Method, 0},
8153 {"(*Request).WithContext", Method, 7},
8154 {"(*Request).Write", Method, 0},
8155 {"(*Request).WriteProxy", Method, 0},
8156 {"(*Response).Cookies", Method, 0},
8157 {"(*Response).Location", Method, 0},
8158 {"(*Response).ProtoAtLeast", Method, 0},
8159 {"(*Response).Write", Method, 0},
8160 {"(*ResponseController).EnableFullDuplex", Method, 21},
8161 {"(*ResponseController).Flush", Method, 20},
8162 {"(*ResponseController).Hijack", Method, 20},
8163 {"(*ResponseController).SetReadDeadline", Method, 20},
8164 {"(*ResponseController).SetWriteDeadline", Method, 20},
8165 {"(*ServeMux).Handle", Method, 0},
8166 {"(*ServeMux).HandleFunc", Method, 0},
8167 {"(*ServeMux).Handler", Method, 1},
8168 {"(*ServeMux).ServeHTTP", Method, 0},
8169 {"(*Server).Close", Method, 8},
8170 {"(*Server).ListenAndServe", Method, 0},
8171 {"(*Server).ListenAndServeTLS", Method, 0},
8172 {"(*Server).RegisterOnShutdown", Method, 9},
8173 {"(*Server).Serve", Method, 0},
8174 {"(*Server).ServeTLS", Method, 9},
8175 {"(*Server).SetKeepAlivesEnabled", Method, 3},
8176 {"(*Server).Shutdown", Method, 8},
8177 {"(*Transport).CancelRequest", Method, 1},
8178 {"(*Transport).Clone", Method, 13},
8179 {"(*Transport).CloseIdleConnections", Method, 0},
8180 {"(*Transport).RegisterProtocol", Method, 0},
8181 {"(*Transport).RoundTrip", Method, 0},
8182 {"(ConnState).String", Method, 3},
8183 {"(Dir).Open", Method, 0},
8184 {"(HandlerFunc).ServeHTTP", Method, 0},
8185 {"(Header).Add", Method, 0},
8186 {"(Header).Clone", Method, 13},
8187 {"(Header).Del", Method, 0},
8188 {"(Header).Get", Method, 0},
8189 {"(Header).Set", Method, 0},
8190 {"(Header).Values", Method, 14},
8191 {"(Header).Write", Method, 0},
8192 {"(Header).WriteSubset", Method, 0},
8193 {"AllowQuerySemicolons", Func, 17},
8194 {"CanonicalHeaderKey", Func, 0},
8195 {"Client", Type, 0},
8196 {"Client.CheckRedirect", Field, 0},
8197 {"Client.Jar", Field, 0},
8198 {"Client.Timeout", Field, 3},
8199 {"Client.Transport", Field, 0},
8200 {"CloseNotifier", Type, 1},
8201 {"ConnState", Type, 3},
8202 {"Cookie", Type, 0},
8203 {"Cookie.Domain", Field, 0},
8204 {"Cookie.Expires", Field, 0},
8205 {"Cookie.HttpOnly", Field, 0},
8206 {"Cookie.MaxAge", Field, 0},
8207 {"Cookie.Name", Field, 0},
8208 {"Cookie.Partitioned", Field, 23},
8209 {"Cookie.Path", Field, 0},
8210 {"Cookie.Quoted", Field, 23},
8211 {"Cookie.Raw", Field, 0},
8212 {"Cookie.RawExpires", Field, 0},
8213 {"Cookie.SameSite", Field, 11},
8214 {"Cookie.Secure", Field, 0},
8215 {"Cookie.Unparsed", Field, 0},
8216 {"Cookie.Value", Field, 0},
8217 {"CookieJar", Type, 0},
8218 {"DefaultClient", Var, 0},
8219 {"DefaultMaxHeaderBytes", Const, 0},
8220 {"DefaultMaxIdleConnsPerHost", Const, 0},
8221 {"DefaultServeMux", Var, 0},
8222 {"DefaultTransport", Var, 0},
8223 {"DetectContentType", Func, 0},
8224 {"Dir", Type, 0},
8225 {"ErrAbortHandler", Var, 8},
8226 {"ErrBodyNotAllowed", Var, 0},
8227 {"ErrBodyReadAfterClose", Var, 0},
8228 {"ErrContentLength", Var, 0},
8229 {"ErrHandlerTimeout", Var, 0},
8230 {"ErrHeaderTooLong", Var, 0},
8231 {"ErrHijacked", Var, 0},
8232 {"ErrLineTooLong", Var, 0},
8233 {"ErrMissingBoundary", Var, 0},
8234 {"ErrMissingContentLength", Var, 0},
8235 {"ErrMissingFile", Var, 0},
8236 {"ErrNoCookie", Var, 0},
8237 {"ErrNoLocation", Var, 0},
8238 {"ErrNotMultipart", Var, 0},
8239 {"ErrNotSupported", Var, 0},
8240 {"ErrSchemeMismatch", Var, 21},
8241 {"ErrServerClosed", Var, 8},
8242 {"ErrShortBody", Var, 0},
8243 {"ErrSkipAltProtocol", Var, 6},
8244 {"ErrUnexpectedTrailer", Var, 0},
8245 {"ErrUseLastResponse", Var, 7},
8246 {"ErrWriteAfterFlush", Var, 0},
8247 {"Error", Func, 0},
8248 {"FS", Func, 16},
8249 {"File", Type, 0},
8250 {"FileServer", Func, 0},
8251 {"FileServerFS", Func, 22},
8252 {"FileSystem", Type, 0},
8253 {"Flusher", Type, 0},
8254 {"Get", Func, 0},
8255 {"Handle", Func, 0},
8256 {"HandleFunc", Func, 0},
8257 {"Handler", Type, 0},
8258 {"HandlerFunc", Type, 0},
8259 {"Head", Func, 0},
8260 {"Header", Type, 0},
8261 {"Hijacker", Type, 0},
8262 {"ListenAndServe", Func, 0},
8263 {"ListenAndServeTLS", Func, 0},
8264 {"LocalAddrContextKey", Var, 7},
8265 {"MaxBytesError", Type, 19},
8266 {"MaxBytesError.Limit", Field, 19},
8267 {"MaxBytesHandler", Func, 18},
8268 {"MaxBytesReader", Func, 0},
8269 {"MethodConnect", Const, 6},
8270 {"MethodDelete", Const, 6},
8271 {"MethodGet", Const, 6},
8272 {"MethodHead", Const, 6},
8273 {"MethodOptions", Const, 6},
8274 {"MethodPatch", Const, 6},
8275 {"MethodPost", Const, 6},
8276 {"MethodPut", Const, 6},
8277 {"MethodTrace", Const, 6},
8278 {"NewFileTransport", Func, 0},
8279 {"NewFileTransportFS", Func, 22},
8280 {"NewRequest", Func, 0},
8281 {"NewRequestWithContext", Func, 13},
8282 {"NewResponseController", Func, 20},
8283 {"NewServeMux", Func, 0},
8284 {"NoBody", Var, 8},
8285 {"NotFound", Func, 0},
8286 {"NotFoundHandler", Func, 0},
8287 {"ParseCookie", Func, 23},
8288 {"ParseHTTPVersion", Func, 0},
8289 {"ParseSetCookie", Func, 23},
8290 {"ParseTime", Func, 1},
8291 {"Post", Func, 0},
8292 {"PostForm", Func, 0},
8293 {"ProtocolError", Type, 0},
8294 {"ProtocolError.ErrorString", Field, 0},
8295 {"ProxyFromEnvironment", Func, 0},
8296 {"ProxyURL", Func, 0},
8297 {"PushOptions", Type, 8},
8298 {"PushOptions.Header", Field, 8},
8299 {"PushOptions.Method", Field, 8},
8300 {"Pusher", Type, 8},
8301 {"ReadRequest", Func, 0},
8302 {"ReadResponse", Func, 0},
8303 {"Redirect", Func, 0},
8304 {"RedirectHandler", Func, 0},
8305 {"Request", Type, 0},
8306 {"Request.Body", Field, 0},
8307 {"Request.Cancel", Field, 5},
8308 {"Request.Close", Field, 0},
8309 {"Request.ContentLength", Field, 0},
8310 {"Request.Form", Field, 0},
8311 {"Request.GetBody", Field, 8},
8312 {"Request.Header", Field, 0},
8313 {"Request.Host", Field, 0},
8314 {"Request.Method", Field, 0},
8315 {"Request.MultipartForm", Field, 0},
8316 {"Request.Pattern", Field, 23},
8317 {"Request.PostForm", Field, 1},
8318 {"Request.Proto", Field, 0},
8319 {"Request.ProtoMajor", Field, 0},
8320 {"Request.ProtoMinor", Field, 0},
8321 {"Request.RemoteAddr", Field, 0},
8322 {"Request.RequestURI", Field, 0},
8323 {"Request.Response", Field, 7},
8324 {"Request.TLS", Field, 0},
8325 {"Request.Trailer", Field, 0},
8326 {"Request.TransferEncoding", Field, 0},
8327 {"Request.URL", Field, 0},
8328 {"Response", Type, 0},
8329 {"Response.Body", Field, 0},
8330 {"Response.Close", Field, 0},
8331 {"Response.ContentLength", Field, 0},
8332 {"Response.Header", Field, 0},
8333 {"Response.Proto", Field, 0},
8334 {"Response.ProtoMajor", Field, 0},
8335 {"Response.ProtoMinor", Field, 0},
8336 {"Response.Request", Field, 0},
8337 {"Response.Status", Field, 0},
8338 {"Response.StatusCode", Field, 0},
8339 {"Response.TLS", Field, 3},
8340 {"Response.Trailer", Field, 0},
8341 {"Response.TransferEncoding", Field, 0},
8342 {"Response.Uncompressed", Field, 7},
8343 {"ResponseController", Type, 20},
8344 {"ResponseWriter", Type, 0},
8345 {"RoundTripper", Type, 0},
8346 {"SameSite", Type, 11},
8347 {"SameSiteDefaultMode", Const, 11},
8348 {"SameSiteLaxMode", Const, 11},
8349 {"SameSiteNoneMode", Const, 13},
8350 {"SameSiteStrictMode", Const, 11},
8351 {"Serve", Func, 0},
8352 {"ServeContent", Func, 0},
8353 {"ServeFile", Func, 0},
8354 {"ServeFileFS", Func, 22},
8355 {"ServeMux", Type, 0},
8356 {"ServeTLS", Func, 9},
8357 {"Server", Type, 0},
8358 {"Server.Addr", Field, 0},
8359 {"Server.BaseContext", Field, 13},
8360 {"Server.ConnContext", Field, 13},
8361 {"Server.ConnState", Field, 3},
8362 {"Server.DisableGeneralOptionsHandler", Field, 20},
8363 {"Server.ErrorLog", Field, 3},
8364 {"Server.Handler", Field, 0},
8365 {"Server.IdleTimeout", Field, 8},
8366 {"Server.MaxHeaderBytes", Field, 0},
8367 {"Server.ReadHeaderTimeout", Field, 8},
8368 {"Server.ReadTimeout", Field, 0},
8369 {"Server.TLSConfig", Field, 0},
8370 {"Server.TLSNextProto", Field, 1},
8371 {"Server.WriteTimeout", Field, 0},
8372 {"ServerContextKey", Var, 7},
8373 {"SetCookie", Func, 0},
8374 {"StateActive", Const, 3},
8375 {"StateClosed", Const, 3},
8376 {"StateHijacked", Const, 3},
8377 {"StateIdle", Const, 3},
8378 {"StateNew", Const, 3},
8379 {"StatusAccepted", Const, 0},
8380 {"StatusAlreadyReported", Const, 7},
8381 {"StatusBadGateway", Const, 0},
8382 {"StatusBadRequest", Const, 0},
8383 {"StatusConflict", Const, 0},
8384 {"StatusContinue", Const, 0},
8385 {"StatusCreated", Const, 0},
8386 {"StatusEarlyHints", Const, 13},
8387 {"StatusExpectationFailed", Const, 0},
8388 {"StatusFailedDependency", Const, 7},
8389 {"StatusForbidden", Const, 0},
8390 {"StatusFound", Const, 0},
8391 {"StatusGatewayTimeout", Const, 0},
8392 {"StatusGone", Const, 0},
8393 {"StatusHTTPVersionNotSupported", Const, 0},
8394 {"StatusIMUsed", Const, 7},
8395 {"StatusInsufficientStorage", Const, 7},
8396 {"StatusInternalServerError", Const, 0},
8397 {"StatusLengthRequired", Const, 0},
8398 {"StatusLocked", Const, 7},
8399 {"StatusLoopDetected", Const, 7},
8400 {"StatusMethodNotAllowed", Const, 0},
8401 {"StatusMisdirectedRequest", Const, 11},
8402 {"StatusMovedPermanently", Const, 0},
8403 {"StatusMultiStatus", Const, 7},
8404 {"StatusMultipleChoices", Const, 0},
8405 {"StatusNetworkAuthenticationRequired", Const, 6},
8406 {"StatusNoContent", Const, 0},
8407 {"StatusNonAuthoritativeInfo", Const, 0},
8408 {"StatusNotAcceptable", Const, 0},
8409 {"StatusNotExtended", Const, 7},
8410 {"StatusNotFound", Const, 0},
8411 {"StatusNotImplemented", Const, 0},
8412 {"StatusNotModified", Const, 0},
8413 {"StatusOK", Const, 0},
8414 {"StatusPartialContent", Const, 0},
8415 {"StatusPaymentRequired", Const, 0},
8416 {"StatusPermanentRedirect", Const, 7},
8417 {"StatusPreconditionFailed", Const, 0},
8418 {"StatusPreconditionRequired", Const, 6},
8419 {"StatusProcessing", Const, 7},
8420 {"StatusProxyAuthRequired", Const, 0},
8421 {"StatusRequestEntityTooLarge", Const, 0},
8422 {"StatusRequestHeaderFieldsTooLarge", Const, 6},
8423 {"StatusRequestTimeout", Const, 0},
8424 {"StatusRequestURITooLong", Const, 0},
8425 {"StatusRequestedRangeNotSatisfiable", Const, 0},
8426 {"StatusResetContent", Const, 0},
8427 {"StatusSeeOther", Const, 0},
8428 {"StatusServiceUnavailable", Const, 0},
8429 {"StatusSwitchingProtocols", Const, 0},
8430 {"StatusTeapot", Const, 0},
8431 {"StatusTemporaryRedirect", Const, 0},
8432 {"StatusText", Func, 0},
8433 {"StatusTooEarly", Const, 12},
8434 {"StatusTooManyRequests", Const, 6},
8435 {"StatusUnauthorized", Const, 0},
8436 {"StatusUnavailableForLegalReasons", Const, 6},
8437 {"StatusUnprocessableEntity", Const, 7},
8438 {"StatusUnsupportedMediaType", Const, 0},
8439 {"StatusUpgradeRequired", Const, 7},
8440 {"StatusUseProxy", Const, 0},
8441 {"StatusVariantAlsoNegotiates", Const, 7},
8442 {"StripPrefix", Func, 0},
8443 {"TimeFormat", Const, 0},
8444 {"TimeoutHandler", Func, 0},
8445 {"TrailerPrefix", Const, 8},
8446 {"Transport", Type, 0},
8447 {"Transport.Dial", Field, 0},
8448 {"Transport.DialContext", Field, 7},
8449 {"Transport.DialTLS", Field, 4},
8450 {"Transport.DialTLSContext", Field, 14},
8451 {"Transport.DisableCompression", Field, 0},
8452 {"Transport.DisableKeepAlives", Field, 0},
8453 {"Transport.ExpectContinueTimeout", Field, 6},
8454 {"Transport.ForceAttemptHTTP2", Field, 13},
8455 {"Transport.GetProxyConnectHeader", Field, 16},
8456 {"Transport.IdleConnTimeout", Field, 7},
8457 {"Transport.MaxConnsPerHost", Field, 11},
8458 {"Transport.MaxIdleConns", Field, 7},
8459 {"Transport.MaxIdleConnsPerHost", Field, 0},
8460 {"Transport.MaxResponseHeaderBytes", Field, 7},
8461 {"Transport.OnProxyConnectResponse", Field, 20},
8462 {"Transport.Proxy", Field, 0},
8463 {"Transport.ProxyConnectHeader", Field, 8},
8464 {"Transport.ReadBufferSize", Field, 13},
8465 {"Transport.ResponseHeaderTimeout", Field, 1},
8466 {"Transport.TLSClientConfig", Field, 0},
8467 {"Transport.TLSHandshakeTimeout", Field, 3},
8468 {"Transport.TLSNextProto", Field, 6},
8469 {"Transport.WriteBufferSize", Field, 13},
8470 },
8471 "net/http/cgi": {
8472 {"(*Handler).ServeHTTP", Method, 0},
8473 {"Handler", Type, 0},
8474 {"Handler.Args", Field, 0},
8475 {"Handler.Dir", Field, 0},
8476 {"Handler.Env", Field, 0},
8477 {"Handler.InheritEnv", Field, 0},
8478 {"Handler.Logger", Field, 0},
8479 {"Handler.Path", Field, 0},
8480 {"Handler.PathLocationHandler", Field, 0},
8481 {"Handler.Root", Field, 0},
8482 {"Handler.Stderr", Field, 7},
8483 {"Request", Func, 0},
8484 {"RequestFromMap", Func, 0},
8485 {"Serve", Func, 0},
8486 },
8487 "net/http/cookiejar": {
8488 {"(*Jar).Cookies", Method, 1},
8489 {"(*Jar).SetCookies", Method, 1},
8490 {"Jar", Type, 1},
8491 {"New", Func, 1},
8492 {"Options", Type, 1},
8493 {"Options.PublicSuffixList", Field, 1},
8494 {"PublicSuffixList", Type, 1},
8495 },
8496 "net/http/fcgi": {
8497 {"ErrConnClosed", Var, 5},
8498 {"ErrRequestAborted", Var, 5},
8499 {"ProcessEnv", Func, 9},
8500 {"Serve", Func, 0},
8501 },
8502 "net/http/httptest": {
8503 {"(*ResponseRecorder).Flush", Method, 0},
8504 {"(*ResponseRecorder).Header", Method, 0},
8505 {"(*ResponseRecorder).Result", Method, 7},
8506 {"(*ResponseRecorder).Write", Method, 0},
8507 {"(*ResponseRecorder).WriteHeader", Method, 0},
8508 {"(*ResponseRecorder).WriteString", Method, 6},
8509 {"(*Server).Certificate", Method, 9},
8510 {"(*Server).Client", Method, 9},
8511 {"(*Server).Close", Method, 0},
8512 {"(*Server).CloseClientConnections", Method, 0},
8513 {"(*Server).Start", Method, 0},
8514 {"(*Server).StartTLS", Method, 0},
8515 {"DefaultRemoteAddr", Const, 0},
8516 {"NewRecorder", Func, 0},
8517 {"NewRequest", Func, 7},
8518 {"NewRequestWithContext", Func, 23},
8519 {"NewServer", Func, 0},
8520 {"NewTLSServer", Func, 0},
8521 {"NewUnstartedServer", Func, 0},
8522 {"ResponseRecorder", Type, 0},
8523 {"ResponseRecorder.Body", Field, 0},
8524 {"ResponseRecorder.Code", Field, 0},
8525 {"ResponseRecorder.Flushed", Field, 0},
8526 {"ResponseRecorder.HeaderMap", Field, 0},
8527 {"Server", Type, 0},
8528 {"Server.Config", Field, 0},
8529 {"Server.EnableHTTP2", Field, 14},
8530 {"Server.Listener", Field, 0},
8531 {"Server.TLS", Field, 0},
8532 {"Server.URL", Field, 0},
8533 },
8534 "net/http/httptrace": {
8535 {"ClientTrace", Type, 7},
8536 {"ClientTrace.ConnectDone", Field, 7},
8537 {"ClientTrace.ConnectStart", Field, 7},
8538 {"ClientTrace.DNSDone", Field, 7},
8539 {"ClientTrace.DNSStart", Field, 7},
8540 {"ClientTrace.GetConn", Field, 7},
8541 {"ClientTrace.Got100Continue", Field, 7},
8542 {"ClientTrace.Got1xxResponse", Field, 11},
8543 {"ClientTrace.GotConn", Field, 7},
8544 {"ClientTrace.GotFirstResponseByte", Field, 7},
8545 {"ClientTrace.PutIdleConn", Field, 7},
8546 {"ClientTrace.TLSHandshakeDone", Field, 8},
8547 {"ClientTrace.TLSHandshakeStart", Field, 8},
8548 {"ClientTrace.Wait100Continue", Field, 7},
8549 {"ClientTrace.WroteHeaderField", Field, 11},
8550 {"ClientTrace.WroteHeaders", Field, 7},
8551 {"ClientTrace.WroteRequest", Field, 7},
8552 {"ContextClientTrace", Func, 7},
8553 {"DNSDoneInfo", Type, 7},
8554 {"DNSDoneInfo.Addrs", Field, 7},
8555 {"DNSDoneInfo.Coalesced", Field, 7},
8556 {"DNSDoneInfo.Err", Field, 7},
8557 {"DNSStartInfo", Type, 7},
8558 {"DNSStartInfo.Host", Field, 7},
8559 {"GotConnInfo", Type, 7},
8560 {"GotConnInfo.Conn", Field, 7},
8561 {"GotConnInfo.IdleTime", Field, 7},
8562 {"GotConnInfo.Reused", Field, 7},
8563 {"GotConnInfo.WasIdle", Field, 7},
8564 {"WithClientTrace", Func, 7},
8565 {"WroteRequestInfo", Type, 7},
8566 {"WroteRequestInfo.Err", Field, 7},
8567 },
8568 "net/http/httputil": {
8569 {"(*ClientConn).Close", Method, 0},
8570 {"(*ClientConn).Do", Method, 0},
8571 {"(*ClientConn).Hijack", Method, 0},
8572 {"(*ClientConn).Pending", Method, 0},
8573 {"(*ClientConn).Read", Method, 0},
8574 {"(*ClientConn).Write", Method, 0},
8575 {"(*ProxyRequest).SetURL", Method, 20},
8576 {"(*ProxyRequest).SetXForwarded", Method, 20},
8577 {"(*ReverseProxy).ServeHTTP", Method, 0},
8578 {"(*ServerConn).Close", Method, 0},
8579 {"(*ServerConn).Hijack", Method, 0},
8580 {"(*ServerConn).Pending", Method, 0},
8581 {"(*ServerConn).Read", Method, 0},
8582 {"(*ServerConn).Write", Method, 0},
8583 {"BufferPool", Type, 6},
8584 {"ClientConn", Type, 0},
8585 {"DumpRequest", Func, 0},
8586 {"DumpRequestOut", Func, 0},
8587 {"DumpResponse", Func, 0},
8588 {"ErrClosed", Var, 0},
8589 {"ErrLineTooLong", Var, 0},
8590 {"ErrPersistEOF", Var, 0},
8591 {"ErrPipeline", Var, 0},
8592 {"NewChunkedReader", Func, 0},
8593 {"NewChunkedWriter", Func, 0},
8594 {"NewClientConn", Func, 0},
8595 {"NewProxyClientConn", Func, 0},
8596 {"NewServerConn", Func, 0},
8597 {"NewSingleHostReverseProxy", Func, 0},
8598 {"ProxyRequest", Type, 20},
8599 {"ProxyRequest.In", Field, 20},
8600 {"ProxyRequest.Out", Field, 20},
8601 {"ReverseProxy", Type, 0},
8602 {"ReverseProxy.BufferPool", Field, 6},
8603 {"ReverseProxy.Director", Field, 0},
8604 {"ReverseProxy.ErrorHandler", Field, 11},
8605 {"ReverseProxy.ErrorLog", Field, 4},
8606 {"ReverseProxy.FlushInterval", Field, 0},
8607 {"ReverseProxy.ModifyResponse", Field, 8},
8608 {"ReverseProxy.Rewrite", Field, 20},
8609 {"ReverseProxy.Transport", Field, 0},
8610 {"ServerConn", Type, 0},
8611 },
8612 "net/http/pprof": {
8613 {"Cmdline", Func, 0},
8614 {"Handler", Func, 0},
8615 {"Index", Func, 0},
8616 {"Profile", Func, 0},
8617 {"Symbol", Func, 0},
8618 {"Trace", Func, 5},
8619 },
8620 "net/mail": {
8621 {"(*Address).String", Method, 0},
8622 {"(*AddressParser).Parse", Method, 5},
8623 {"(*AddressParser).ParseList", Method, 5},
8624 {"(Header).AddressList", Method, 0},
8625 {"(Header).Date", Method, 0},
8626 {"(Header).Get", Method, 0},
8627 {"Address", Type, 0},
8628 {"Address.Address", Field, 0},
8629 {"Address.Name", Field, 0},
8630 {"AddressParser", Type, 5},
8631 {"AddressParser.WordDecoder", Field, 5},
8632 {"ErrHeaderNotPresent", Var, 0},
8633 {"Header", Type, 0},
8634 {"Message", Type, 0},
8635 {"Message.Body", Field, 0},
8636 {"Message.Header", Field, 0},
8637 {"ParseAddress", Func, 1},
8638 {"ParseAddressList", Func, 1},
8639 {"ParseDate", Func, 8},
8640 {"ReadMessage", Func, 0},
8641 },
8642 "net/netip": {
8643 {"(*Addr).UnmarshalBinary", Method, 18},
8644 {"(*Addr).UnmarshalText", Method, 18},
8645 {"(*AddrPort).UnmarshalBinary", Method, 18},
8646 {"(*AddrPort).UnmarshalText", Method, 18},
8647 {"(*Prefix).UnmarshalBinary", Method, 18},
8648 {"(*Prefix).UnmarshalText", Method, 18},
8649 {"(Addr).AppendTo", Method, 18},
8650 {"(Addr).As16", Method, 18},
8651 {"(Addr).As4", Method, 18},
8652 {"(Addr).AsSlice", Method, 18},
8653 {"(Addr).BitLen", Method, 18},
8654 {"(Addr).Compare", Method, 18},
8655 {"(Addr).Is4", Method, 18},
8656 {"(Addr).Is4In6", Method, 18},
8657 {"(Addr).Is6", Method, 18},
8658 {"(Addr).IsGlobalUnicast", Method, 18},
8659 {"(Addr).IsInterfaceLocalMulticast", Method, 18},
8660 {"(Addr).IsLinkLocalMulticast", Method, 18},
8661 {"(Addr).IsLinkLocalUnicast", Method, 18},
8662 {"(Addr).IsLoopback", Method, 18},
8663 {"(Addr).IsMulticast", Method, 18},
8664 {"(Addr).IsPrivate", Method, 18},
8665 {"(Addr).IsUnspecified", Method, 18},
8666 {"(Addr).IsValid", Method, 18},
8667 {"(Addr).Less", Method, 18},
8668 {"(Addr).MarshalBinary", Method, 18},
8669 {"(Addr).MarshalText", Method, 18},
8670 {"(Addr).Next", Method, 18},
8671 {"(Addr).Prefix", Method, 18},
8672 {"(Addr).Prev", Method, 18},
8673 {"(Addr).String", Method, 18},
8674 {"(Addr).StringExpanded", Method, 18},
8675 {"(Addr).Unmap", Method, 18},
8676 {"(Addr).WithZone", Method, 18},
8677 {"(Addr).Zone", Method, 18},
8678 {"(AddrPort).Addr", Method, 18},
8679 {"(AddrPort).AppendTo", Method, 18},
8680 {"(AddrPort).Compare", Method, 22},
8681 {"(AddrPort).IsValid", Method, 18},
8682 {"(AddrPort).MarshalBinary", Method, 18},
8683 {"(AddrPort).MarshalText", Method, 18},
8684 {"(AddrPort).Port", Method, 18},
8685 {"(AddrPort).String", Method, 18},
8686 {"(Prefix).Addr", Method, 18},
8687 {"(Prefix).AppendTo", Method, 18},
8688 {"(Prefix).Bits", Method, 18},
8689 {"(Prefix).Contains", Method, 18},
8690 {"(Prefix).IsSingleIP", Method, 18},
8691 {"(Prefix).IsValid", Method, 18},
8692 {"(Prefix).MarshalBinary", Method, 18},
8693 {"(Prefix).MarshalText", Method, 18},
8694 {"(Prefix).Masked", Method, 18},
8695 {"(Prefix).Overlaps", Method, 18},
8696 {"(Prefix).String", Method, 18},
8697 {"Addr", Type, 18},
8698 {"AddrFrom16", Func, 18},
8699 {"AddrFrom4", Func, 18},
8700 {"AddrFromSlice", Func, 18},
8701 {"AddrPort", Type, 18},
8702 {"AddrPortFrom", Func, 18},
8703 {"IPv4Unspecified", Func, 18},
8704 {"IPv6LinkLocalAllNodes", Func, 18},
8705 {"IPv6LinkLocalAllRouters", Func, 20},
8706 {"IPv6Loopback", Func, 20},
8707 {"IPv6Unspecified", Func, 18},
8708 {"MustParseAddr", Func, 18},
8709 {"MustParseAddrPort", Func, 18},
8710 {"MustParsePrefix", Func, 18},
8711 {"ParseAddr", Func, 18},
8712 {"ParseAddrPort", Func, 18},
8713 {"ParsePrefix", Func, 18},
8714 {"Prefix", Type, 18},
8715 {"PrefixFrom", Func, 18},
8716 },
8717 "net/rpc": {
8718 {"(*Client).Call", Method, 0},
8719 {"(*Client).Close", Method, 0},
8720 {"(*Client).Go", Method, 0},
8721 {"(*Server).Accept", Method, 0},
8722 {"(*Server).HandleHTTP", Method, 0},
8723 {"(*Server).Register", Method, 0},
8724 {"(*Server).RegisterName", Method, 0},
8725 {"(*Server).ServeCodec", Method, 0},
8726 {"(*Server).ServeConn", Method, 0},
8727 {"(*Server).ServeHTTP", Method, 0},
8728 {"(*Server).ServeRequest", Method, 0},
8729 {"(ServerError).Error", Method, 0},
8730 {"Accept", Func, 0},
8731 {"Call", Type, 0},
8732 {"Call.Args", Field, 0},
8733 {"Call.Done", Field, 0},
8734 {"Call.Error", Field, 0},
8735 {"Call.Reply", Field, 0},
8736 {"Call.ServiceMethod", Field, 0},
8737 {"Client", Type, 0},
8738 {"ClientCodec", Type, 0},
8739 {"DefaultDebugPath", Const, 0},
8740 {"DefaultRPCPath", Const, 0},
8741 {"DefaultServer", Var, 0},
8742 {"Dial", Func, 0},
8743 {"DialHTTP", Func, 0},
8744 {"DialHTTPPath", Func, 0},
8745 {"ErrShutdown", Var, 0},
8746 {"HandleHTTP", Func, 0},
8747 {"NewClient", Func, 0},
8748 {"NewClientWithCodec", Func, 0},
8749 {"NewServer", Func, 0},
8750 {"Register", Func, 0},
8751 {"RegisterName", Func, 0},
8752 {"Request", Type, 0},
8753 {"Request.Seq", Field, 0},
8754 {"Request.ServiceMethod", Field, 0},
8755 {"Response", Type, 0},
8756 {"Response.Error", Field, 0},
8757 {"Response.Seq", Field, 0},
8758 {"Response.ServiceMethod", Field, 0},
8759 {"ServeCodec", Func, 0},
8760 {"ServeConn", Func, 0},
8761 {"ServeRequest", Func, 0},
8762 {"Server", Type, 0},
8763 {"ServerCodec", Type, 0},
8764 {"ServerError", Type, 0},
8765 },
8766 "net/rpc/jsonrpc": {
8767 {"Dial", Func, 0},
8768 {"NewClient", Func, 0},
8769 {"NewClientCodec", Func, 0},
8770 {"NewServerCodec", Func, 0},
8771 {"ServeConn", Func, 0},
8772 },
8773 "net/smtp": {
8774 {"(*Client).Auth", Method, 0},
8775 {"(*Client).Close", Method, 2},
8776 {"(*Client).Data", Method, 0},
8777 {"(*Client).Extension", Method, 0},
8778 {"(*Client).Hello", Method, 1},
8779 {"(*Client).Mail", Method, 0},
8780 {"(*Client).Noop", Method, 10},
8781 {"(*Client).Quit", Method, 0},
8782 {"(*Client).Rcpt", Method, 0},
8783 {"(*Client).Reset", Method, 0},
8784 {"(*Client).StartTLS", Method, 0},
8785 {"(*Client).TLSConnectionState", Method, 5},
8786 {"(*Client).Verify", Method, 0},
8787 {"Auth", Type, 0},
8788 {"CRAMMD5Auth", Func, 0},
8789 {"Client", Type, 0},
8790 {"Client.Text", Field, 0},
8791 {"Dial", Func, 0},
8792 {"NewClient", Func, 0},
8793 {"PlainAuth", Func, 0},
8794 {"SendMail", Func, 0},
8795 {"ServerInfo", Type, 0},
8796 {"ServerInfo.Auth", Field, 0},
8797 {"ServerInfo.Name", Field, 0},
8798 {"ServerInfo.TLS", Field, 0},
8799 },
8800 "net/textproto": {
8801 {"(*Conn).Close", Method, 0},
8802 {"(*Conn).Cmd", Method, 0},
8803 {"(*Conn).DotReader", Method, 0},
8804 {"(*Conn).DotWriter", Method, 0},
8805 {"(*Conn).EndRequest", Method, 0},
8806 {"(*Conn).EndResponse", Method, 0},
8807 {"(*Conn).Next", Method, 0},
8808 {"(*Conn).PrintfLine", Method, 0},
8809 {"(*Conn).ReadCodeLine", Method, 0},
8810 {"(*Conn).ReadContinuedLine", Method, 0},
8811 {"(*Conn).ReadContinuedLineBytes", Method, 0},
8812 {"(*Conn).ReadDotBytes", Method, 0},
8813 {"(*Conn).ReadDotLines", Method, 0},
8814 {"(*Conn).ReadLine", Method, 0},
8815 {"(*Conn).ReadLineBytes", Method, 0},
8816 {"(*Conn).ReadMIMEHeader", Method, 0},
8817 {"(*Conn).ReadResponse", Method, 0},
8818 {"(*Conn).StartRequest", Method, 0},
8819 {"(*Conn).StartResponse", Method, 0},
8820 {"(*Error).Error", Method, 0},
8821 {"(*Pipeline).EndRequest", Method, 0},
8822 {"(*Pipeline).EndResponse", Method, 0},
8823 {"(*Pipeline).Next", Method, 0},
8824 {"(*Pipeline).StartRequest", Method, 0},
8825 {"(*Pipeline).StartResponse", Method, 0},
8826 {"(*Reader).DotReader", Method, 0},
8827 {"(*Reader).ReadCodeLine", Method, 0},
8828 {"(*Reader).ReadContinuedLine", Method, 0},
8829 {"(*Reader).ReadContinuedLineBytes", Method, 0},
8830 {"(*Reader).ReadDotBytes", Method, 0},
8831 {"(*Reader).ReadDotLines", Method, 0},
8832 {"(*Reader).ReadLine", Method, 0},
8833 {"(*Reader).ReadLineBytes", Method, 0},
8834 {"(*Reader).ReadMIMEHeader", Method, 0},
8835 {"(*Reader).ReadResponse", Method, 0},
8836 {"(*Writer).DotWriter", Method, 0},
8837 {"(*Writer).PrintfLine", Method, 0},
8838 {"(MIMEHeader).Add", Method, 0},
8839 {"(MIMEHeader).Del", Method, 0},
8840 {"(MIMEHeader).Get", Method, 0},
8841 {"(MIMEHeader).Set", Method, 0},
8842 {"(MIMEHeader).Values", Method, 14},
8843 {"(ProtocolError).Error", Method, 0},
8844 {"CanonicalMIMEHeaderKey", Func, 0},
8845 {"Conn", Type, 0},
8846 {"Conn.Pipeline", Field, 0},
8847 {"Conn.Reader", Field, 0},
8848 {"Conn.Writer", Field, 0},
8849 {"Dial", Func, 0},
8850 {"Error", Type, 0},
8851 {"Error.Code", Field, 0},
8852 {"Error.Msg", Field, 0},
8853 {"MIMEHeader", Type, 0},
8854 {"NewConn", Func, 0},
8855 {"NewReader", Func, 0},
8856 {"NewWriter", Func, 0},
8857 {"Pipeline", Type, 0},
8858 {"ProtocolError", Type, 0},
8859 {"Reader", Type, 0},
8860 {"Reader.R", Field, 0},
8861 {"TrimBytes", Func, 1},
8862 {"TrimString", Func, 1},
8863 {"Writer", Type, 0},
8864 {"Writer.W", Field, 0},
8865 },
8866 "net/url": {
8867 {"(*Error).Error", Method, 0},
8868 {"(*Error).Temporary", Method, 6},
8869 {"(*Error).Timeout", Method, 6},
8870 {"(*Error).Unwrap", Method, 13},
8871 {"(*URL).EscapedFragment", Method, 15},
8872 {"(*URL).EscapedPath", Method, 5},
8873 {"(*URL).Hostname", Method, 8},
8874 {"(*URL).IsAbs", Method, 0},
8875 {"(*URL).JoinPath", Method, 19},
8876 {"(*URL).MarshalBinary", Method, 8},
8877 {"(*URL).Parse", Method, 0},
8878 {"(*URL).Port", Method, 8},
8879 {"(*URL).Query", Method, 0},
8880 {"(*URL).Redacted", Method, 15},
8881 {"(*URL).RequestURI", Method, 0},
8882 {"(*URL).ResolveReference", Method, 0},
8883 {"(*URL).String", Method, 0},
8884 {"(*URL).UnmarshalBinary", Method, 8},
8885 {"(*Userinfo).Password", Method, 0},
8886 {"(*Userinfo).String", Method, 0},
8887 {"(*Userinfo).Username", Method, 0},
8888 {"(EscapeError).Error", Method, 0},
8889 {"(InvalidHostError).Error", Method, 6},
8890 {"(Values).Add", Method, 0},
8891 {"(Values).Del", Method, 0},
8892 {"(Values).Encode", Method, 0},
8893 {"(Values).Get", Method, 0},
8894 {"(Values).Has", Method, 17},
8895 {"(Values).Set", Method, 0},
8896 {"Error", Type, 0},
8897 {"Error.Err", Field, 0},
8898 {"Error.Op", Field, 0},
8899 {"Error.URL", Field, 0},
8900 {"EscapeError", Type, 0},
8901 {"InvalidHostError", Type, 6},
8902 {"JoinPath", Func, 19},
8903 {"Parse", Func, 0},
8904 {"ParseQuery", Func, 0},
8905 {"ParseRequestURI", Func, 0},
8906 {"PathEscape", Func, 8},
8907 {"PathUnescape", Func, 8},
8908 {"QueryEscape", Func, 0},
8909 {"QueryUnescape", Func, 0},
8910 {"URL", Type, 0},
8911 {"URL.ForceQuery", Field, 7},
8912 {"URL.Fragment", Field, 0},
8913 {"URL.Host", Field, 0},
8914 {"URL.OmitHost", Field, 19},
8915 {"URL.Opaque", Field, 0},
8916 {"URL.Path", Field, 0},
8917 {"URL.RawFragment", Field, 15},
8918 {"URL.RawPath", Field, 5},
8919 {"URL.RawQuery", Field, 0},
8920 {"URL.Scheme", Field, 0},
8921 {"URL.User", Field, 0},
8922 {"User", Func, 0},
8923 {"UserPassword", Func, 0},
8924 {"Userinfo", Type, 0},
8925 {"Values", Type, 0},
8926 },
8927 "os": {
8928 {"(*File).Chdir", Method, 0},
8929 {"(*File).Chmod", Method, 0},
8930 {"(*File).Chown", Method, 0},
8931 {"(*File).Close", Method, 0},
8932 {"(*File).Fd", Method, 0},
8933 {"(*File).Name", Method, 0},
8934 {"(*File).Read", Method, 0},
8935 {"(*File).ReadAt", Method, 0},
8936 {"(*File).ReadDir", Method, 16},
8937 {"(*File).ReadFrom", Method, 15},
8938 {"(*File).Readdir", Method, 0},
8939 {"(*File).Readdirnames", Method, 0},
8940 {"(*File).Seek", Method, 0},
8941 {"(*File).SetDeadline", Method, 10},
8942 {"(*File).SetReadDeadline", Method, 10},
8943 {"(*File).SetWriteDeadline", Method, 10},
8944 {"(*File).Stat", Method, 0},
8945 {"(*File).Sync", Method, 0},
8946 {"(*File).SyscallConn", Method, 12},
8947 {"(*File).Truncate", Method, 0},
8948 {"(*File).Write", Method, 0},
8949 {"(*File).WriteAt", Method, 0},
8950 {"(*File).WriteString", Method, 0},
8951 {"(*File).WriteTo", Method, 22},
8952 {"(*LinkError).Error", Method, 0},
8953 {"(*LinkError).Unwrap", Method, 13},
8954 {"(*PathError).Error", Method, 0},
8955 {"(*PathError).Timeout", Method, 10},
8956 {"(*PathError).Unwrap", Method, 13},
8957 {"(*Process).Kill", Method, 0},
8958 {"(*Process).Release", Method, 0},
8959 {"(*Process).Signal", Method, 0},
8960 {"(*Process).Wait", Method, 0},
8961 {"(*ProcessState).ExitCode", Method, 12},
8962 {"(*ProcessState).Exited", Method, 0},
8963 {"(*ProcessState).Pid", Method, 0},
8964 {"(*ProcessState).String", Method, 0},
8965 {"(*ProcessState).Success", Method, 0},
8966 {"(*ProcessState).Sys", Method, 0},
8967 {"(*ProcessState).SysUsage", Method, 0},
8968 {"(*ProcessState).SystemTime", Method, 0},
8969 {"(*ProcessState).UserTime", Method, 0},
8970 {"(*SyscallError).Error", Method, 0},
8971 {"(*SyscallError).Timeout", Method, 10},
8972 {"(*SyscallError).Unwrap", Method, 13},
8973 {"(FileMode).IsDir", Method, 0},
8974 {"(FileMode).IsRegular", Method, 1},
8975 {"(FileMode).Perm", Method, 0},
8976 {"(FileMode).String", Method, 0},
8977 {"Args", Var, 0},
8978 {"Chdir", Func, 0},
8979 {"Chmod", Func, 0},
8980 {"Chown", Func, 0},
8981 {"Chtimes", Func, 0},
8982 {"Clearenv", Func, 0},
8983 {"CopyFS", Func, 23},
8984 {"Create", Func, 0},
8985 {"CreateTemp", Func, 16},
8986 {"DevNull", Const, 0},
8987 {"DirEntry", Type, 16},
8988 {"DirFS", Func, 16},
8989 {"Environ", Func, 0},
8990 {"ErrClosed", Var, 8},
8991 {"ErrDeadlineExceeded", Var, 15},
8992 {"ErrExist", Var, 0},
8993 {"ErrInvalid", Var, 0},
8994 {"ErrNoDeadline", Var, 10},
8995 {"ErrNotExist", Var, 0},
8996 {"ErrPermission", Var, 0},
8997 {"ErrProcessDone", Var, 16},
8998 {"Executable", Func, 8},
8999 {"Exit", Func, 0},
9000 {"Expand", Func, 0},
9001 {"ExpandEnv", Func, 0},
9002 {"File", Type, 0},
9003 {"FileInfo", Type, 0},
9004 {"FileMode", Type, 0},
9005 {"FindProcess", Func, 0},
9006 {"Getegid", Func, 0},
9007 {"Getenv", Func, 0},
9008 {"Geteuid", Func, 0},
9009 {"Getgid", Func, 0},
9010 {"Getgroups", Func, 0},
9011 {"Getpagesize", Func, 0},
9012 {"Getpid", Func, 0},
9013 {"Getppid", Func, 0},
9014 {"Getuid", Func, 0},
9015 {"Getwd", Func, 0},
9016 {"Hostname", Func, 0},
9017 {"Interrupt", Var, 0},
9018 {"IsExist", Func, 0},
9019 {"IsNotExist", Func, 0},
9020 {"IsPathSeparator", Func, 0},
9021 {"IsPermission", Func, 0},
9022 {"IsTimeout", Func, 10},
9023 {"Kill", Var, 0},
9024 {"Lchown", Func, 0},
9025 {"Link", Func, 0},
9026 {"LinkError", Type, 0},
9027 {"LinkError.Err", Field, 0},
9028 {"LinkError.New", Field, 0},
9029 {"LinkError.Old", Field, 0},
9030 {"LinkError.Op", Field, 0},
9031 {"LookupEnv", Func, 5},
9032 {"Lstat", Func, 0},
9033 {"Mkdir", Func, 0},
9034 {"MkdirAll", Func, 0},
9035 {"MkdirTemp", Func, 16},
9036 {"ModeAppend", Const, 0},
9037 {"ModeCharDevice", Const, 0},
9038 {"ModeDevice", Const, 0},
9039 {"ModeDir", Const, 0},
9040 {"ModeExclusive", Const, 0},
9041 {"ModeIrregular", Const, 11},
9042 {"ModeNamedPipe", Const, 0},
9043 {"ModePerm", Const, 0},
9044 {"ModeSetgid", Const, 0},
9045 {"ModeSetuid", Const, 0},
9046 {"ModeSocket", Const, 0},
9047 {"ModeSticky", Const, 0},
9048 {"ModeSymlink", Const, 0},
9049 {"ModeTemporary", Const, 0},
9050 {"ModeType", Const, 0},
9051 {"NewFile", Func, 0},
9052 {"NewSyscallError", Func, 0},
9053 {"O_APPEND", Const, 0},
9054 {"O_CREATE", Const, 0},
9055 {"O_EXCL", Const, 0},
9056 {"O_RDONLY", Const, 0},
9057 {"O_RDWR", Const, 0},
9058 {"O_SYNC", Const, 0},
9059 {"O_TRUNC", Const, 0},
9060 {"O_WRONLY", Const, 0},
9061 {"Open", Func, 0},
9062 {"OpenFile", Func, 0},
9063 {"PathError", Type, 0},
9064 {"PathError.Err", Field, 0},
9065 {"PathError.Op", Field, 0},
9066 {"PathError.Path", Field, 0},
9067 {"PathListSeparator", Const, 0},
9068 {"PathSeparator", Const, 0},
9069 {"Pipe", Func, 0},
9070 {"ProcAttr", Type, 0},
9071 {"ProcAttr.Dir", Field, 0},
9072 {"ProcAttr.Env", Field, 0},
9073 {"ProcAttr.Files", Field, 0},
9074 {"ProcAttr.Sys", Field, 0},
9075 {"Process", Type, 0},
9076 {"Process.Pid", Field, 0},
9077 {"ProcessState", Type, 0},
9078 {"ReadDir", Func, 16},
9079 {"ReadFile", Func, 16},
9080 {"Readlink", Func, 0},
9081 {"Remove", Func, 0},
9082 {"RemoveAll", Func, 0},
9083 {"Rename", Func, 0},
9084 {"SEEK_CUR", Const, 0},
9085 {"SEEK_END", Const, 0},
9086 {"SEEK_SET", Const, 0},
9087 {"SameFile", Func, 0},
9088 {"Setenv", Func, 0},
9089 {"Signal", Type, 0},
9090 {"StartProcess", Func, 0},
9091 {"Stat", Func, 0},
9092 {"Stderr", Var, 0},
9093 {"Stdin", Var, 0},
9094 {"Stdout", Var, 0},
9095 {"Symlink", Func, 0},
9096 {"SyscallError", Type, 0},
9097 {"SyscallError.Err", Field, 0},
9098 {"SyscallError.Syscall", Field, 0},
9099 {"TempDir", Func, 0},
9100 {"Truncate", Func, 0},
9101 {"Unsetenv", Func, 4},
9102 {"UserCacheDir", Func, 11},
9103 {"UserConfigDir", Func, 13},
9104 {"UserHomeDir", Func, 12},
9105 {"WriteFile", Func, 16},
9106 },
9107 "os/exec": {
9108 {"(*Cmd).CombinedOutput", Method, 0},
9109 {"(*Cmd).Environ", Method, 19},
9110 {"(*Cmd).Output", Method, 0},
9111 {"(*Cmd).Run", Method, 0},
9112 {"(*Cmd).Start", Method, 0},
9113 {"(*Cmd).StderrPipe", Method, 0},
9114 {"(*Cmd).StdinPipe", Method, 0},
9115 {"(*Cmd).StdoutPipe", Method, 0},
9116 {"(*Cmd).String", Method, 13},
9117 {"(*Cmd).Wait", Method, 0},
9118 {"(*Error).Error", Method, 0},
9119 {"(*Error).Unwrap", Method, 13},
9120 {"(*ExitError).Error", Method, 0},
9121 {"(ExitError).ExitCode", Method, 12},
9122 {"(ExitError).Exited", Method, 0},
9123 {"(ExitError).Pid", Method, 0},
9124 {"(ExitError).String", Method, 0},
9125 {"(ExitError).Success", Method, 0},
9126 {"(ExitError).Sys", Method, 0},
9127 {"(ExitError).SysUsage", Method, 0},
9128 {"(ExitError).SystemTime", Method, 0},
9129 {"(ExitError).UserTime", Method, 0},
9130 {"Cmd", Type, 0},
9131 {"Cmd.Args", Field, 0},
9132 {"Cmd.Cancel", Field, 20},
9133 {"Cmd.Dir", Field, 0},
9134 {"Cmd.Env", Field, 0},
9135 {"Cmd.Err", Field, 19},
9136 {"Cmd.ExtraFiles", Field, 0},
9137 {"Cmd.Path", Field, 0},
9138 {"Cmd.Process", Field, 0},
9139 {"Cmd.ProcessState", Field, 0},
9140 {"Cmd.Stderr", Field, 0},
9141 {"Cmd.Stdin", Field, 0},
9142 {"Cmd.Stdout", Field, 0},
9143 {"Cmd.SysProcAttr", Field, 0},
9144 {"Cmd.WaitDelay", Field, 20},
9145 {"Command", Func, 0},
9146 {"CommandContext", Func, 7},
9147 {"ErrDot", Var, 19},
9148 {"ErrNotFound", Var, 0},
9149 {"ErrWaitDelay", Var, 20},
9150 {"Error", Type, 0},
9151 {"Error.Err", Field, 0},
9152 {"Error.Name", Field, 0},
9153 {"ExitError", Type, 0},
9154 {"ExitError.ProcessState", Field, 0},
9155 {"ExitError.Stderr", Field, 6},
9156 {"LookPath", Func, 0},
9157 },
9158 "os/signal": {
9159 {"Ignore", Func, 5},
9160 {"Ignored", Func, 11},
9161 {"Notify", Func, 0},
9162 {"NotifyContext", Func, 16},
9163 {"Reset", Func, 5},
9164 {"Stop", Func, 1},
9165 },
9166 "os/user": {
9167 {"(*User).GroupIds", Method, 7},
9168 {"(UnknownGroupError).Error", Method, 7},
9169 {"(UnknownGroupIdError).Error", Method, 7},
9170 {"(UnknownUserError).Error", Method, 0},
9171 {"(UnknownUserIdError).Error", Method, 0},
9172 {"Current", Func, 0},
9173 {"Group", Type, 7},
9174 {"Group.Gid", Field, 7},
9175 {"Group.Name", Field, 7},
9176 {"Lookup", Func, 0},
9177 {"LookupGroup", Func, 7},
9178 {"LookupGroupId", Func, 7},
9179 {"LookupId", Func, 0},
9180 {"UnknownGroupError", Type, 7},
9181 {"UnknownGroupIdError", Type, 7},
9182 {"UnknownUserError", Type, 0},
9183 {"UnknownUserIdError", Type, 0},
9184 {"User", Type, 0},
9185 {"User.Gid", Field, 0},
9186 {"User.HomeDir", Field, 0},
9187 {"User.Name", Field, 0},
9188 {"User.Uid", Field, 0},
9189 {"User.Username", Field, 0},
9190 },
9191 "path": {
9192 {"Base", Func, 0},
9193 {"Clean", Func, 0},
9194 {"Dir", Func, 0},
9195 {"ErrBadPattern", Var, 0},
9196 {"Ext", Func, 0},
9197 {"IsAbs", Func, 0},
9198 {"Join", Func, 0},
9199 {"Match", Func, 0},
9200 {"Split", Func, 0},
9201 },
9202 "path/filepath": {
9203 {"Abs", Func, 0},
9204 {"Base", Func, 0},
9205 {"Clean", Func, 0},
9206 {"Dir", Func, 0},
9207 {"ErrBadPattern", Var, 0},
9208 {"EvalSymlinks", Func, 0},
9209 {"Ext", Func, 0},
9210 {"FromSlash", Func, 0},
9211 {"Glob", Func, 0},
9212 {"HasPrefix", Func, 0},
9213 {"IsAbs", Func, 0},
9214 {"IsLocal", Func, 20},
9215 {"Join", Func, 0},
9216 {"ListSeparator", Const, 0},
9217 {"Localize", Func, 23},
9218 {"Match", Func, 0},
9219 {"Rel", Func, 0},
9220 {"Separator", Const, 0},
9221 {"SkipAll", Var, 20},
9222 {"SkipDir", Var, 0},
9223 {"Split", Func, 0},
9224 {"SplitList", Func, 0},
9225 {"ToSlash", Func, 0},
9226 {"VolumeName", Func, 0},
9227 {"Walk", Func, 0},
9228 {"WalkDir", Func, 16},
9229 {"WalkFunc", Type, 0},
9230 },
9231 "plugin": {
9232 {"(*Plugin).Lookup", Method, 8},
9233 {"Open", Func, 8},
9234 {"Plugin", Type, 8},
9235 {"Symbol", Type, 8},
9236 },
9237 "reflect": {
9238 {"(*MapIter).Key", Method, 12},
9239 {"(*MapIter).Next", Method, 12},
9240 {"(*MapIter).Reset", Method, 18},
9241 {"(*MapIter).Value", Method, 12},
9242 {"(*ValueError).Error", Method, 0},
9243 {"(ChanDir).String", Method, 0},
9244 {"(Kind).String", Method, 0},
9245 {"(Method).IsExported", Method, 17},
9246 {"(StructField).IsExported", Method, 17},
9247 {"(StructTag).Get", Method, 0},
9248 {"(StructTag).Lookup", Method, 7},
9249 {"(Value).Addr", Method, 0},
9250 {"(Value).Bool", Method, 0},
9251 {"(Value).Bytes", Method, 0},
9252 {"(Value).Call", Method, 0},
9253 {"(Value).CallSlice", Method, 0},
9254 {"(Value).CanAddr", Method, 0},
9255 {"(Value).CanComplex", Method, 18},
9256 {"(Value).CanConvert", Method, 17},
9257 {"(Value).CanFloat", Method, 18},
9258 {"(Value).CanInt", Method, 18},
9259 {"(Value).CanInterface", Method, 0},
9260 {"(Value).CanSet", Method, 0},
9261 {"(Value).CanUint", Method, 18},
9262 {"(Value).Cap", Method, 0},
9263 {"(Value).Clear", Method, 21},
9264 {"(Value).Close", Method, 0},
9265 {"(Value).Comparable", Method, 20},
9266 {"(Value).Complex", Method, 0},
9267 {"(Value).Convert", Method, 1},
9268 {"(Value).Elem", Method, 0},
9269 {"(Value).Equal", Method, 20},
9270 {"(Value).Field", Method, 0},
9271 {"(Value).FieldByIndex", Method, 0},
9272 {"(Value).FieldByIndexErr", Method, 18},
9273 {"(Value).FieldByName", Method, 0},
9274 {"(Value).FieldByNameFunc", Method, 0},
9275 {"(Value).Float", Method, 0},
9276 {"(Value).Grow", Method, 20},
9277 {"(Value).Index", Method, 0},
9278 {"(Value).Int", Method, 0},
9279 {"(Value).Interface", Method, 0},
9280 {"(Value).InterfaceData", Method, 0},
9281 {"(Value).IsNil", Method, 0},
9282 {"(Value).IsValid", Method, 0},
9283 {"(Value).IsZero", Method, 13},
9284 {"(Value).Kind", Method, 0},
9285 {"(Value).Len", Method, 0},
9286 {"(Value).MapIndex", Method, 0},
9287 {"(Value).MapKeys", Method, 0},
9288 {"(Value).MapRange", Method, 12},
9289 {"(Value).Method", Method, 0},
9290 {"(Value).MethodByName", Method, 0},
9291 {"(Value).NumField", Method, 0},
9292 {"(Value).NumMethod", Method, 0},
9293 {"(Value).OverflowComplex", Method, 0},
9294 {"(Value).OverflowFloat", Method, 0},
9295 {"(Value).OverflowInt", Method, 0},
9296 {"(Value).OverflowUint", Method, 0},
9297 {"(Value).Pointer", Method, 0},
9298 {"(Value).Recv", Method, 0},
9299 {"(Value).Send", Method, 0},
9300 {"(Value).Seq", Method, 23},
9301 {"(Value).Seq2", Method, 23},
9302 {"(Value).Set", Method, 0},
9303 {"(Value).SetBool", Method, 0},
9304 {"(Value).SetBytes", Method, 0},
9305 {"(Value).SetCap", Method, 2},
9306 {"(Value).SetComplex", Method, 0},
9307 {"(Value).SetFloat", Method, 0},
9308 {"(Value).SetInt", Method, 0},
9309 {"(Value).SetIterKey", Method, 18},
9310 {"(Value).SetIterValue", Method, 18},
9311 {"(Value).SetLen", Method, 0},
9312 {"(Value).SetMapIndex", Method, 0},
9313 {"(Value).SetPointer", Method, 0},
9314 {"(Value).SetString", Method, 0},
9315 {"(Value).SetUint", Method, 0},
9316 {"(Value).SetZero", Method, 20},
9317 {"(Value).Slice", Method, 0},
9318 {"(Value).Slice3", Method, 2},
9319 {"(Value).String", Method, 0},
9320 {"(Value).TryRecv", Method, 0},
9321 {"(Value).TrySend", Method, 0},
9322 {"(Value).Type", Method, 0},
9323 {"(Value).Uint", Method, 0},
9324 {"(Value).UnsafeAddr", Method, 0},
9325 {"(Value).UnsafePointer", Method, 18},
9326 {"Append", Func, 0},
9327 {"AppendSlice", Func, 0},
9328 {"Array", Const, 0},
9329 {"ArrayOf", Func, 5},
9330 {"Bool", Const, 0},
9331 {"BothDir", Const, 0},
9332 {"Chan", Const, 0},
9333 {"ChanDir", Type, 0},
9334 {"ChanOf", Func, 1},
9335 {"Complex128", Const, 0},
9336 {"Complex64", Const, 0},
9337 {"Copy", Func, 0},
9338 {"DeepEqual", Func, 0},
9339 {"Float32", Const, 0},
9340 {"Float64", Const, 0},
9341 {"Func", Const, 0},
9342 {"FuncOf", Func, 5},
9343 {"Indirect", Func, 0},
9344 {"Int", Const, 0},
9345 {"Int16", Const, 0},
9346 {"Int32", Const, 0},
9347 {"Int64", Const, 0},
9348 {"Int8", Const, 0},
9349 {"Interface", Const, 0},
9350 {"Invalid", Const, 0},
9351 {"Kind", Type, 0},
9352 {"MakeChan", Func, 0},
9353 {"MakeFunc", Func, 1},
9354 {"MakeMap", Func, 0},
9355 {"MakeMapWithSize", Func, 9},
9356 {"MakeSlice", Func, 0},
9357 {"Map", Const, 0},
9358 {"MapIter", Type, 12},
9359 {"MapOf", Func, 1},
9360 {"Method", Type, 0},
9361 {"Method.Func", Field, 0},
9362 {"Method.Index", Field, 0},
9363 {"Method.Name", Field, 0},
9364 {"Method.PkgPath", Field, 0},
9365 {"Method.Type", Field, 0},
9366 {"New", Func, 0},
9367 {"NewAt", Func, 0},
9368 {"Pointer", Const, 18},
9369 {"PointerTo", Func, 18},
9370 {"Ptr", Const, 0},
9371 {"PtrTo", Func, 0},
9372 {"RecvDir", Const, 0},
9373 {"Select", Func, 1},
9374 {"SelectCase", Type, 1},
9375 {"SelectCase.Chan", Field, 1},
9376 {"SelectCase.Dir", Field, 1},
9377 {"SelectCase.Send", Field, 1},
9378 {"SelectDefault", Const, 1},
9379 {"SelectDir", Type, 1},
9380 {"SelectRecv", Const, 1},
9381 {"SelectSend", Const, 1},
9382 {"SendDir", Const, 0},
9383 {"Slice", Const, 0},
9384 {"SliceAt", Func, 23},
9385 {"SliceHeader", Type, 0},
9386 {"SliceHeader.Cap", Field, 0},
9387 {"SliceHeader.Data", Field, 0},
9388 {"SliceHeader.Len", Field, 0},
9389 {"SliceOf", Func, 1},
9390 {"String", Const, 0},
9391 {"StringHeader", Type, 0},
9392 {"StringHeader.Data", Field, 0},
9393 {"StringHeader.Len", Field, 0},
9394 {"Struct", Const, 0},
9395 {"StructField", Type, 0},
9396 {"StructField.Anonymous", Field, 0},
9397 {"StructField.Index", Field, 0},
9398 {"StructField.Name", Field, 0},
9399 {"StructField.Offset", Field, 0},
9400 {"StructField.PkgPath", Field, 0},
9401 {"StructField.Tag", Field, 0},
9402 {"StructField.Type", Field, 0},
9403 {"StructOf", Func, 7},
9404 {"StructTag", Type, 0},
9405 {"Swapper", Func, 8},
9406 {"Type", Type, 0},
9407 {"TypeFor", Func, 22},
9408 {"TypeOf", Func, 0},
9409 {"Uint", Const, 0},
9410 {"Uint16", Const, 0},
9411 {"Uint32", Const, 0},
9412 {"Uint64", Const, 0},
9413 {"Uint8", Const, 0},
9414 {"Uintptr", Const, 0},
9415 {"UnsafePointer", Const, 0},
9416 {"Value", Type, 0},
9417 {"ValueError", Type, 0},
9418 {"ValueError.Kind", Field, 0},
9419 {"ValueError.Method", Field, 0},
9420 {"ValueOf", Func, 0},
9421 {"VisibleFields", Func, 17},
9422 {"Zero", Func, 0},
9423 },
9424 "regexp": {
9425 {"(*Regexp).Copy", Method, 6},
9426 {"(*Regexp).Expand", Method, 0},
9427 {"(*Regexp).ExpandString", Method, 0},
9428 {"(*Regexp).Find", Method, 0},
9429 {"(*Regexp).FindAll", Method, 0},
9430 {"(*Regexp).FindAllIndex", Method, 0},
9431 {"(*Regexp).FindAllString", Method, 0},
9432 {"(*Regexp).FindAllStringIndex", Method, 0},
9433 {"(*Regexp).FindAllStringSubmatch", Method, 0},
9434 {"(*Regexp).FindAllStringSubmatchIndex", Method, 0},
9435 {"(*Regexp).FindAllSubmatch", Method, 0},
9436 {"(*Regexp).FindAllSubmatchIndex", Method, 0},
9437 {"(*Regexp).FindIndex", Method, 0},
9438 {"(*Regexp).FindReaderIndex", Method, 0},
9439 {"(*Regexp).FindReaderSubmatchIndex", Method, 0},
9440 {"(*Regexp).FindString", Method, 0},
9441 {"(*Regexp).FindStringIndex", Method, 0},
9442 {"(*Regexp).FindStringSubmatch", Method, 0},
9443 {"(*Regexp).FindStringSubmatchIndex", Method, 0},
9444 {"(*Regexp).FindSubmatch", Method, 0},
9445 {"(*Regexp).FindSubmatchIndex", Method, 0},
9446 {"(*Regexp).LiteralPrefix", Method, 0},
9447 {"(*Regexp).Longest", Method, 1},
9448 {"(*Regexp).MarshalText", Method, 21},
9449 {"(*Regexp).Match", Method, 0},
9450 {"(*Regexp).MatchReader", Method, 0},
9451 {"(*Regexp).MatchString", Method, 0},
9452 {"(*Regexp).NumSubexp", Method, 0},
9453 {"(*Regexp).ReplaceAll", Method, 0},
9454 {"(*Regexp).ReplaceAllFunc", Method, 0},
9455 {"(*Regexp).ReplaceAllLiteral", Method, 0},
9456 {"(*Regexp).ReplaceAllLiteralString", Method, 0},
9457 {"(*Regexp).ReplaceAllString", Method, 0},
9458 {"(*Regexp).ReplaceAllStringFunc", Method, 0},
9459 {"(*Regexp).Split", Method, 1},
9460 {"(*Regexp).String", Method, 0},
9461 {"(*Regexp).SubexpIndex", Method, 15},
9462 {"(*Regexp).SubexpNames", Method, 0},
9463 {"(*Regexp).UnmarshalText", Method, 21},
9464 {"Compile", Func, 0},
9465 {"CompilePOSIX", Func, 0},
9466 {"Match", Func, 0},
9467 {"MatchReader", Func, 0},
9468 {"MatchString", Func, 0},
9469 {"MustCompile", Func, 0},
9470 {"MustCompilePOSIX", Func, 0},
9471 {"QuoteMeta", Func, 0},
9472 {"Regexp", Type, 0},
9473 },
9474 "regexp/syntax": {
9475 {"(*Error).Error", Method, 0},
9476 {"(*Inst).MatchEmptyWidth", Method, 0},
9477 {"(*Inst).MatchRune", Method, 0},
9478 {"(*Inst).MatchRunePos", Method, 3},
9479 {"(*Inst).String", Method, 0},
9480 {"(*Prog).Prefix", Method, 0},
9481 {"(*Prog).StartCond", Method, 0},
9482 {"(*Prog).String", Method, 0},
9483 {"(*Regexp).CapNames", Method, 0},
9484 {"(*Regexp).Equal", Method, 0},
9485 {"(*Regexp).MaxCap", Method, 0},
9486 {"(*Regexp).Simplify", Method, 0},
9487 {"(*Regexp).String", Method, 0},
9488 {"(ErrorCode).String", Method, 0},
9489 {"(InstOp).String", Method, 3},
9490 {"(Op).String", Method, 11},
9491 {"ClassNL", Const, 0},
9492 {"Compile", Func, 0},
9493 {"DotNL", Const, 0},
9494 {"EmptyBeginLine", Const, 0},
9495 {"EmptyBeginText", Const, 0},
9496 {"EmptyEndLine", Const, 0},
9497 {"EmptyEndText", Const, 0},
9498 {"EmptyNoWordBoundary", Const, 0},
9499 {"EmptyOp", Type, 0},
9500 {"EmptyOpContext", Func, 0},
9501 {"EmptyWordBoundary", Const, 0},
9502 {"ErrInternalError", Const, 0},
9503 {"ErrInvalidCharClass", Const, 0},
9504 {"ErrInvalidCharRange", Const, 0},
9505 {"ErrInvalidEscape", Const, 0},
9506 {"ErrInvalidNamedCapture", Const, 0},
9507 {"ErrInvalidPerlOp", Const, 0},
9508 {"ErrInvalidRepeatOp", Const, 0},
9509 {"ErrInvalidRepeatSize", Const, 0},
9510 {"ErrInvalidUTF8", Const, 0},
9511 {"ErrLarge", Const, 20},
9512 {"ErrMissingBracket", Const, 0},
9513 {"ErrMissingParen", Const, 0},
9514 {"ErrMissingRepeatArgument", Const, 0},
9515 {"ErrNestingDepth", Const, 19},
9516 {"ErrTrailingBackslash", Const, 0},
9517 {"ErrUnexpectedParen", Const, 1},
9518 {"Error", Type, 0},
9519 {"Error.Code", Field, 0},
9520 {"Error.Expr", Field, 0},
9521 {"ErrorCode", Type, 0},
9522 {"Flags", Type, 0},
9523 {"FoldCase", Const, 0},
9524 {"Inst", Type, 0},
9525 {"Inst.Arg", Field, 0},
9526 {"Inst.Op", Field, 0},
9527 {"Inst.Out", Field, 0},
9528 {"Inst.Rune", Field, 0},
9529 {"InstAlt", Const, 0},
9530 {"InstAltMatch", Const, 0},
9531 {"InstCapture", Const, 0},
9532 {"InstEmptyWidth", Const, 0},
9533 {"InstFail", Const, 0},
9534 {"InstMatch", Const, 0},
9535 {"InstNop", Const, 0},
9536 {"InstOp", Type, 0},
9537 {"InstRune", Const, 0},
9538 {"InstRune1", Const, 0},
9539 {"InstRuneAny", Const, 0},
9540 {"InstRuneAnyNotNL", Const, 0},
9541 {"IsWordChar", Func, 0},
9542 {"Literal", Const, 0},
9543 {"MatchNL", Const, 0},
9544 {"NonGreedy", Const, 0},
9545 {"OneLine", Const, 0},
9546 {"Op", Type, 0},
9547 {"OpAlternate", Const, 0},
9548 {"OpAnyChar", Const, 0},
9549 {"OpAnyCharNotNL", Const, 0},
9550 {"OpBeginLine", Const, 0},
9551 {"OpBeginText", Const, 0},
9552 {"OpCapture", Const, 0},
9553 {"OpCharClass", Const, 0},
9554 {"OpConcat", Const, 0},
9555 {"OpEmptyMatch", Const, 0},
9556 {"OpEndLine", Const, 0},
9557 {"OpEndText", Const, 0},
9558 {"OpLiteral", Const, 0},
9559 {"OpNoMatch", Const, 0},
9560 {"OpNoWordBoundary", Const, 0},
9561 {"OpPlus", Const, 0},
9562 {"OpQuest", Const, 0},
9563 {"OpRepeat", Const, 0},
9564 {"OpStar", Const, 0},
9565 {"OpWordBoundary", Const, 0},
9566 {"POSIX", Const, 0},
9567 {"Parse", Func, 0},
9568 {"Perl", Const, 0},
9569 {"PerlX", Const, 0},
9570 {"Prog", Type, 0},
9571 {"Prog.Inst", Field, 0},
9572 {"Prog.NumCap", Field, 0},
9573 {"Prog.Start", Field, 0},
9574 {"Regexp", Type, 0},
9575 {"Regexp.Cap", Field, 0},
9576 {"Regexp.Flags", Field, 0},
9577 {"Regexp.Max", Field, 0},
9578 {"Regexp.Min", Field, 0},
9579 {"Regexp.Name", Field, 0},
9580 {"Regexp.Op", Field, 0},
9581 {"Regexp.Rune", Field, 0},
9582 {"Regexp.Rune0", Field, 0},
9583 {"Regexp.Sub", Field, 0},
9584 {"Regexp.Sub0", Field, 0},
9585 {"Simple", Const, 0},
9586 {"UnicodeGroups", Const, 0},
9587 {"WasDollar", Const, 0},
9588 },
9589 "runtime": {
9590 {"(*BlockProfileRecord).Stack", Method, 1},
9591 {"(*Frames).Next", Method, 7},
9592 {"(*Func).Entry", Method, 0},
9593 {"(*Func).FileLine", Method, 0},
9594 {"(*Func).Name", Method, 0},
9595 {"(*MemProfileRecord).InUseBytes", Method, 0},
9596 {"(*MemProfileRecord).InUseObjects", Method, 0},
9597 {"(*MemProfileRecord).Stack", Method, 0},
9598 {"(*PanicNilError).Error", Method, 21},
9599 {"(*PanicNilError).RuntimeError", Method, 21},
9600 {"(*Pinner).Pin", Method, 21},
9601 {"(*Pinner).Unpin", Method, 21},
9602 {"(*StackRecord).Stack", Method, 0},
9603 {"(*TypeAssertionError).Error", Method, 0},
9604 {"(*TypeAssertionError).RuntimeError", Method, 0},
9605 {"BlockProfile", Func, 1},
9606 {"BlockProfileRecord", Type, 1},
9607 {"BlockProfileRecord.Count", Field, 1},
9608 {"BlockProfileRecord.Cycles", Field, 1},
9609 {"BlockProfileRecord.StackRecord", Field, 1},
9610 {"Breakpoint", Func, 0},
9611 {"CPUProfile", Func, 0},
9612 {"Caller", Func, 0},
9613 {"Callers", Func, 0},
9614 {"CallersFrames", Func, 7},
9615 {"Compiler", Const, 0},
9616 {"Error", Type, 0},
9617 {"Frame", Type, 7},
9618 {"Frame.Entry", Field, 7},
9619 {"Frame.File", Field, 7},
9620 {"Frame.Func", Field, 7},
9621 {"Frame.Function", Field, 7},
9622 {"Frame.Line", Field, 7},
9623 {"Frame.PC", Field, 7},
9624 {"Frames", Type, 7},
9625 {"Func", Type, 0},
9626 {"FuncForPC", Func, 0},
9627 {"GC", Func, 0},
9628 {"GOARCH", Const, 0},
9629 {"GOMAXPROCS", Func, 0},
9630 {"GOOS", Const, 0},
9631 {"GOROOT", Func, 0},
9632 {"Goexit", Func, 0},
9633 {"GoroutineProfile", Func, 0},
9634 {"Gosched", Func, 0},
9635 {"KeepAlive", Func, 7},
9636 {"LockOSThread", Func, 0},
9637 {"MemProfile", Func, 0},
9638 {"MemProfileRate", Var, 0},
9639 {"MemProfileRecord", Type, 0},
9640 {"MemProfileRecord.AllocBytes", Field, 0},
9641 {"MemProfileRecord.AllocObjects", Field, 0},
9642 {"MemProfileRecord.FreeBytes", Field, 0},
9643 {"MemProfileRecord.FreeObjects", Field, 0},
9644 {"MemProfileRecord.Stack0", Field, 0},
9645 {"MemStats", Type, 0},
9646 {"MemStats.Alloc", Field, 0},
9647 {"MemStats.BuckHashSys", Field, 0},
9648 {"MemStats.BySize", Field, 0},
9649 {"MemStats.DebugGC", Field, 0},
9650 {"MemStats.EnableGC", Field, 0},
9651 {"MemStats.Frees", Field, 0},
9652 {"MemStats.GCCPUFraction", Field, 5},
9653 {"MemStats.GCSys", Field, 2},
9654 {"MemStats.HeapAlloc", Field, 0},
9655 {"MemStats.HeapIdle", Field, 0},
9656 {"MemStats.HeapInuse", Field, 0},
9657 {"MemStats.HeapObjects", Field, 0},
9658 {"MemStats.HeapReleased", Field, 0},
9659 {"MemStats.HeapSys", Field, 0},
9660 {"MemStats.LastGC", Field, 0},
9661 {"MemStats.Lookups", Field, 0},
9662 {"MemStats.MCacheInuse", Field, 0},
9663 {"MemStats.MCacheSys", Field, 0},
9664 {"MemStats.MSpanInuse", Field, 0},
9665 {"MemStats.MSpanSys", Field, 0},
9666 {"MemStats.Mallocs", Field, 0},
9667 {"MemStats.NextGC", Field, 0},
9668 {"MemStats.NumForcedGC", Field, 8},
9669 {"MemStats.NumGC", Field, 0},
9670 {"MemStats.OtherSys", Field, 2},
9671 {"MemStats.PauseEnd", Field, 4},
9672 {"MemStats.PauseNs", Field, 0},
9673 {"MemStats.PauseTotalNs", Field, 0},
9674 {"MemStats.StackInuse", Field, 0},
9675 {"MemStats.StackSys", Field, 0},
9676 {"MemStats.Sys", Field, 0},
9677 {"MemStats.TotalAlloc", Field, 0},
9678 {"MutexProfile", Func, 8},
9679 {"NumCPU", Func, 0},
9680 {"NumCgoCall", Func, 0},
9681 {"NumGoroutine", Func, 0},
9682 {"PanicNilError", Type, 21},
9683 {"Pinner", Type, 21},
9684 {"ReadMemStats", Func, 0},
9685 {"ReadTrace", Func, 5},
9686 {"SetBlockProfileRate", Func, 1},
9687 {"SetCPUProfileRate", Func, 0},
9688 {"SetCgoTraceback", Func, 7},
9689 {"SetFinalizer", Func, 0},
9690 {"SetMutexProfileFraction", Func, 8},
9691 {"Stack", Func, 0},
9692 {"StackRecord", Type, 0},
9693 {"StackRecord.Stack0", Field, 0},
9694 {"StartTrace", Func, 5},
9695 {"StopTrace", Func, 5},
9696 {"ThreadCreateProfile", Func, 0},
9697 {"TypeAssertionError", Type, 0},
9698 {"UnlockOSThread", Func, 0},
9699 {"Version", Func, 0},
9700 },
9701 "runtime/cgo": {
9702 {"(Handle).Delete", Method, 17},
9703 {"(Handle).Value", Method, 17},
9704 {"Handle", Type, 17},
9705 {"Incomplete", Type, 20},
9706 {"NewHandle", Func, 17},
9707 },
9708 "runtime/coverage": {
9709 {"ClearCounters", Func, 20},
9710 {"WriteCounters", Func, 20},
9711 {"WriteCountersDir", Func, 20},
9712 {"WriteMeta", Func, 20},
9713 {"WriteMetaDir", Func, 20},
9714 },
9715 "runtime/debug": {
9716 {"(*BuildInfo).String", Method, 18},
9717 {"BuildInfo", Type, 12},
9718 {"BuildInfo.Deps", Field, 12},
9719 {"BuildInfo.GoVersion", Field, 18},
9720 {"BuildInfo.Main", Field, 12},
9721 {"BuildInfo.Path", Field, 12},
9722 {"BuildInfo.Settings", Field, 18},
9723 {"BuildSetting", Type, 18},
9724 {"BuildSetting.Key", Field, 18},
9725 {"BuildSetting.Value", Field, 18},
9726 {"CrashOptions", Type, 23},
9727 {"FreeOSMemory", Func, 1},
9728 {"GCStats", Type, 1},
9729 {"GCStats.LastGC", Field, 1},
9730 {"GCStats.NumGC", Field, 1},
9731 {"GCStats.Pause", Field, 1},
9732 {"GCStats.PauseEnd", Field, 4},
9733 {"GCStats.PauseQuantiles", Field, 1},
9734 {"GCStats.PauseTotal", Field, 1},
9735 {"Module", Type, 12},
9736 {"Module.Path", Field, 12},
9737 {"Module.Replace", Field, 12},
9738 {"Module.Sum", Field, 12},
9739 {"Module.Version", Field, 12},
9740 {"ParseBuildInfo", Func, 18},
9741 {"PrintStack", Func, 0},
9742 {"ReadBuildInfo", Func, 12},
9743 {"ReadGCStats", Func, 1},
9744 {"SetCrashOutput", Func, 23},
9745 {"SetGCPercent", Func, 1},
9746 {"SetMaxStack", Func, 2},
9747 {"SetMaxThreads", Func, 2},
9748 {"SetMemoryLimit", Func, 19},
9749 {"SetPanicOnFault", Func, 3},
9750 {"SetTraceback", Func, 6},
9751 {"Stack", Func, 0},
9752 {"WriteHeapDump", Func, 3},
9753 },
9754 "runtime/metrics": {
9755 {"(Value).Float64", Method, 16},
9756 {"(Value).Float64Histogram", Method, 16},
9757 {"(Value).Kind", Method, 16},
9758 {"(Value).Uint64", Method, 16},
9759 {"All", Func, 16},
9760 {"Description", Type, 16},
9761 {"Description.Cumulative", Field, 16},
9762 {"Description.Description", Field, 16},
9763 {"Description.Kind", Field, 16},
9764 {"Description.Name", Field, 16},
9765 {"Float64Histogram", Type, 16},
9766 {"Float64Histogram.Buckets", Field, 16},
9767 {"Float64Histogram.Counts", Field, 16},
9768 {"KindBad", Const, 16},
9769 {"KindFloat64", Const, 16},
9770 {"KindFloat64Histogram", Const, 16},
9771 {"KindUint64", Const, 16},
9772 {"Read", Func, 16},
9773 {"Sample", Type, 16},
9774 {"Sample.Name", Field, 16},
9775 {"Sample.Value", Field, 16},
9776 {"Value", Type, 16},
9777 {"ValueKind", Type, 16},
9778 },
9779 "runtime/pprof": {
9780 {"(*Profile).Add", Method, 0},
9781 {"(*Profile).Count", Method, 0},
9782 {"(*Profile).Name", Method, 0},
9783 {"(*Profile).Remove", Method, 0},
9784 {"(*Profile).WriteTo", Method, 0},
9785 {"Do", Func, 9},
9786 {"ForLabels", Func, 9},
9787 {"Label", Func, 9},
9788 {"LabelSet", Type, 9},
9789 {"Labels", Func, 9},
9790 {"Lookup", Func, 0},
9791 {"NewProfile", Func, 0},
9792 {"Profile", Type, 0},
9793 {"Profiles", Func, 0},
9794 {"SetGoroutineLabels", Func, 9},
9795 {"StartCPUProfile", Func, 0},
9796 {"StopCPUProfile", Func, 0},
9797 {"WithLabels", Func, 9},
9798 {"WriteHeapProfile", Func, 0},
9799 },
9800 "runtime/trace": {
9801 {"(*Region).End", Method, 11},
9802 {"(*Task).End", Method, 11},
9803 {"IsEnabled", Func, 11},
9804 {"Log", Func, 11},
9805 {"Logf", Func, 11},
9806 {"NewTask", Func, 11},
9807 {"Region", Type, 11},
9808 {"Start", Func, 5},
9809 {"StartRegion", Func, 11},
9810 {"Stop", Func, 5},
9811 {"Task", Type, 11},
9812 {"WithRegion", Func, 11},
9813 },
9814 "slices": {
9815 {"All", Func, 23},
9816 {"AppendSeq", Func, 23},
9817 {"Backward", Func, 23},
9818 {"BinarySearch", Func, 21},
9819 {"BinarySearchFunc", Func, 21},
9820 {"Chunk", Func, 23},
9821 {"Clip", Func, 21},
9822 {"Clone", Func, 21},
9823 {"Collect", Func, 23},
9824 {"Compact", Func, 21},
9825 {"CompactFunc", Func, 21},
9826 {"Compare", Func, 21},
9827 {"CompareFunc", Func, 21},
9828 {"Concat", Func, 22},
9829 {"Contains", Func, 21},
9830 {"ContainsFunc", Func, 21},
9831 {"Delete", Func, 21},
9832 {"DeleteFunc", Func, 21},
9833 {"Equal", Func, 21},
9834 {"EqualFunc", Func, 21},
9835 {"Grow", Func, 21},
9836 {"Index", Func, 21},
9837 {"IndexFunc", Func, 21},
9838 {"Insert", Func, 21},
9839 {"IsSorted", Func, 21},
9840 {"IsSortedFunc", Func, 21},
9841 {"Max", Func, 21},
9842 {"MaxFunc", Func, 21},
9843 {"Min", Func, 21},
9844 {"MinFunc", Func, 21},
9845 {"Repeat", Func, 23},
9846 {"Replace", Func, 21},
9847 {"Reverse", Func, 21},
9848 {"Sort", Func, 21},
9849 {"SortFunc", Func, 21},
9850 {"SortStableFunc", Func, 21},
9851 {"Sorted", Func, 23},
9852 {"SortedFunc", Func, 23},
9853 {"SortedStableFunc", Func, 23},
9854 {"Values", Func, 23},
9855 },
9856 "sort": {
9857 {"(Float64Slice).Len", Method, 0},
9858 {"(Float64Slice).Less", Method, 0},
9859 {"(Float64Slice).Search", Method, 0},
9860 {"(Float64Slice).Sort", Method, 0},
9861 {"(Float64Slice).Swap", Method, 0},
9862 {"(IntSlice).Len", Method, 0},
9863 {"(IntSlice).Less", Method, 0},
9864 {"(IntSlice).Search", Method, 0},
9865 {"(IntSlice).Sort", Method, 0},
9866 {"(IntSlice).Swap", Method, 0},
9867 {"(StringSlice).Len", Method, 0},
9868 {"(StringSlice).Less", Method, 0},
9869 {"(StringSlice).Search", Method, 0},
9870 {"(StringSlice).Sort", Method, 0},
9871 {"(StringSlice).Swap", Method, 0},
9872 {"Find", Func, 19},
9873 {"Float64Slice", Type, 0},
9874 {"Float64s", Func, 0},
9875 {"Float64sAreSorted", Func, 0},
9876 {"IntSlice", Type, 0},
9877 {"Interface", Type, 0},
9878 {"Ints", Func, 0},
9879 {"IntsAreSorted", Func, 0},
9880 {"IsSorted", Func, 0},
9881 {"Reverse", Func, 1},
9882 {"Search", Func, 0},
9883 {"SearchFloat64s", Func, 0},
9884 {"SearchInts", Func, 0},
9885 {"SearchStrings", Func, 0},
9886 {"Slice", Func, 8},
9887 {"SliceIsSorted", Func, 8},
9888 {"SliceStable", Func, 8},
9889 {"Sort", Func, 0},
9890 {"Stable", Func, 2},
9891 {"StringSlice", Type, 0},
9892 {"Strings", Func, 0},
9893 {"StringsAreSorted", Func, 0},
9894 },
9895 "strconv": {
9896 {"(*NumError).Error", Method, 0},
9897 {"(*NumError).Unwrap", Method, 14},
9898 {"AppendBool", Func, 0},
9899 {"AppendFloat", Func, 0},
9900 {"AppendInt", Func, 0},
9901 {"AppendQuote", Func, 0},
9902 {"AppendQuoteRune", Func, 0},
9903 {"AppendQuoteRuneToASCII", Func, 0},
9904 {"AppendQuoteRuneToGraphic", Func, 6},
9905 {"AppendQuoteToASCII", Func, 0},
9906 {"AppendQuoteToGraphic", Func, 6},
9907 {"AppendUint", Func, 0},
9908 {"Atoi", Func, 0},
9909 {"CanBackquote", Func, 0},
9910 {"ErrRange", Var, 0},
9911 {"ErrSyntax", Var, 0},
9912 {"FormatBool", Func, 0},
9913 {"FormatComplex", Func, 15},
9914 {"FormatFloat", Func, 0},
9915 {"FormatInt", Func, 0},
9916 {"FormatUint", Func, 0},
9917 {"IntSize", Const, 0},
9918 {"IsGraphic", Func, 6},
9919 {"IsPrint", Func, 0},
9920 {"Itoa", Func, 0},
9921 {"NumError", Type, 0},
9922 {"NumError.Err", Field, 0},
9923 {"NumError.Func", Field, 0},
9924 {"NumError.Num", Field, 0},
9925 {"ParseBool", Func, 0},
9926 {"ParseComplex", Func, 15},
9927 {"ParseFloat", Func, 0},
9928 {"ParseInt", Func, 0},
9929 {"ParseUint", Func, 0},
9930 {"Quote", Func, 0},
9931 {"QuoteRune", Func, 0},
9932 {"QuoteRuneToASCII", Func, 0},
9933 {"QuoteRuneToGraphic", Func, 6},
9934 {"QuoteToASCII", Func, 0},
9935 {"QuoteToGraphic", Func, 6},
9936 {"QuotedPrefix", Func, 17},
9937 {"Unquote", Func, 0},
9938 {"UnquoteChar", Func, 0},
9939 },
9940 "strings": {
9941 {"(*Builder).Cap", Method, 12},
9942 {"(*Builder).Grow", Method, 10},
9943 {"(*Builder).Len", Method, 10},
9944 {"(*Builder).Reset", Method, 10},
9945 {"(*Builder).String", Method, 10},
9946 {"(*Builder).Write", Method, 10},
9947 {"(*Builder).WriteByte", Method, 10},
9948 {"(*Builder).WriteRune", Method, 10},
9949 {"(*Builder).WriteString", Method, 10},
9950 {"(*Reader).Len", Method, 0},
9951 {"(*Reader).Read", Method, 0},
9952 {"(*Reader).ReadAt", Method, 0},
9953 {"(*Reader).ReadByte", Method, 0},
9954 {"(*Reader).ReadRune", Method, 0},
9955 {"(*Reader).Reset", Method, 7},
9956 {"(*Reader).Seek", Method, 0},
9957 {"(*Reader).Size", Method, 5},
9958 {"(*Reader).UnreadByte", Method, 0},
9959 {"(*Reader).UnreadRune", Method, 0},
9960 {"(*Reader).WriteTo", Method, 1},
9961 {"(*Replacer).Replace", Method, 0},
9962 {"(*Replacer).WriteString", Method, 0},
9963 {"Builder", Type, 10},
9964 {"Clone", Func, 18},
9965 {"Compare", Func, 5},
9966 {"Contains", Func, 0},
9967 {"ContainsAny", Func, 0},
9968 {"ContainsFunc", Func, 21},
9969 {"ContainsRune", Func, 0},
9970 {"Count", Func, 0},
9971 {"Cut", Func, 18},
9972 {"CutPrefix", Func, 20},
9973 {"CutSuffix", Func, 20},
9974 {"EqualFold", Func, 0},
9975 {"Fields", Func, 0},
9976 {"FieldsFunc", Func, 0},
9977 {"HasPrefix", Func, 0},
9978 {"HasSuffix", Func, 0},
9979 {"Index", Func, 0},
9980 {"IndexAny", Func, 0},
9981 {"IndexByte", Func, 2},
9982 {"IndexFunc", Func, 0},
9983 {"IndexRune", Func, 0},
9984 {"Join", Func, 0},
9985 {"LastIndex", Func, 0},
9986 {"LastIndexAny", Func, 0},
9987 {"LastIndexByte", Func, 5},
9988 {"LastIndexFunc", Func, 0},
9989 {"Map", Func, 0},
9990 {"NewReader", Func, 0},
9991 {"NewReplacer", Func, 0},
9992 {"Reader", Type, 0},
9993 {"Repeat", Func, 0},
9994 {"Replace", Func, 0},
9995 {"ReplaceAll", Func, 12},
9996 {"Replacer", Type, 0},
9997 {"Split", Func, 0},
9998 {"SplitAfter", Func, 0},
9999 {"SplitAfterN", Func, 0},
10000 {"SplitN", Func, 0},
10001 {"Title", Func, 0},
10002 {"ToLower", Func, 0},
10003 {"ToLowerSpecial", Func, 0},
10004 {"ToTitle", Func, 0},
10005 {"ToTitleSpecial", Func, 0},
10006 {"ToUpper", Func, 0},
10007 {"ToUpperSpecial", Func, 0},
10008 {"ToValidUTF8", Func, 13},
10009 {"Trim", Func, 0},
10010 {"TrimFunc", Func, 0},
10011 {"TrimLeft", Func, 0},
10012 {"TrimLeftFunc", Func, 0},
10013 {"TrimPrefix", Func, 1},
10014 {"TrimRight", Func, 0},
10015 {"TrimRightFunc", Func, 0},
10016 {"TrimSpace", Func, 0},
10017 {"TrimSuffix", Func, 1},
10018 },
10019 "structs": {
10020 {"HostLayout", Type, 23},
10021 },
10022 "sync": {
10023 {"(*Cond).Broadcast", Method, 0},
10024 {"(*Cond).Signal", Method, 0},
10025 {"(*Cond).Wait", Method, 0},
10026 {"(*Map).Clear", Method, 23},
10027 {"(*Map).CompareAndDelete", Method, 20},
10028 {"(*Map).CompareAndSwap", Method, 20},
10029 {"(*Map).Delete", Method, 9},
10030 {"(*Map).Load", Method, 9},
10031 {"(*Map).LoadAndDelete", Method, 15},
10032 {"(*Map).LoadOrStore", Method, 9},
10033 {"(*Map).Range", Method, 9},
10034 {"(*Map).Store", Method, 9},
10035 {"(*Map).Swap", Method, 20},
10036 {"(*Mutex).Lock", Method, 0},
10037 {"(*Mutex).TryLock", Method, 18},
10038 {"(*Mutex).Unlock", Method, 0},
10039 {"(*Once).Do", Method, 0},
10040 {"(*Pool).Get", Method, 3},
10041 {"(*Pool).Put", Method, 3},
10042 {"(*RWMutex).Lock", Method, 0},
10043 {"(*RWMutex).RLock", Method, 0},
10044 {"(*RWMutex).RLocker", Method, 0},
10045 {"(*RWMutex).RUnlock", Method, 0},
10046 {"(*RWMutex).TryLock", Method, 18},
10047 {"(*RWMutex).TryRLock", Method, 18},
10048 {"(*RWMutex).Unlock", Method, 0},
10049 {"(*WaitGroup).Add", Method, 0},
10050 {"(*WaitGroup).Done", Method, 0},
10051 {"(*WaitGroup).Wait", Method, 0},
10052 {"Cond", Type, 0},
10053 {"Cond.L", Field, 0},
10054 {"Locker", Type, 0},
10055 {"Map", Type, 9},
10056 {"Mutex", Type, 0},
10057 {"NewCond", Func, 0},
10058 {"Once", Type, 0},
10059 {"OnceFunc", Func, 21},
10060 {"OnceValue", Func, 21},
10061 {"OnceValues", Func, 21},
10062 {"Pool", Type, 3},
10063 {"Pool.New", Field, 3},
10064 {"RWMutex", Type, 0},
10065 {"WaitGroup", Type, 0},
10066 },
10067 "sync/atomic": {
10068 {"(*Bool).CompareAndSwap", Method, 19},
10069 {"(*Bool).Load", Method, 19},
10070 {"(*Bool).Store", Method, 19},
10071 {"(*Bool).Swap", Method, 19},
10072 {"(*Int32).Add", Method, 19},
10073 {"(*Int32).And", Method, 23},
10074 {"(*Int32).CompareAndSwap", Method, 19},
10075 {"(*Int32).Load", Method, 19},
10076 {"(*Int32).Or", Method, 23},
10077 {"(*Int32).Store", Method, 19},
10078 {"(*Int32).Swap", Method, 19},
10079 {"(*Int64).Add", Method, 19},
10080 {"(*Int64).And", Method, 23},
10081 {"(*Int64).CompareAndSwap", Method, 19},
10082 {"(*Int64).Load", Method, 19},
10083 {"(*Int64).Or", Method, 23},
10084 {"(*Int64).Store", Method, 19},
10085 {"(*Int64).Swap", Method, 19},
10086 {"(*Pointer).CompareAndSwap", Method, 19},
10087 {"(*Pointer).Load", Method, 19},
10088 {"(*Pointer).Store", Method, 19},
10089 {"(*Pointer).Swap", Method, 19},
10090 {"(*Uint32).Add", Method, 19},
10091 {"(*Uint32).And", Method, 23},
10092 {"(*Uint32).CompareAndSwap", Method, 19},
10093 {"(*Uint32).Load", Method, 19},
10094 {"(*Uint32).Or", Method, 23},
10095 {"(*Uint32).Store", Method, 19},
10096 {"(*Uint32).Swap", Method, 19},
10097 {"(*Uint64).Add", Method, 19},
10098 {"(*Uint64).And", Method, 23},
10099 {"(*Uint64).CompareAndSwap", Method, 19},
10100 {"(*Uint64).Load", Method, 19},
10101 {"(*Uint64).Or", Method, 23},
10102 {"(*Uint64).Store", Method, 19},
10103 {"(*Uint64).Swap", Method, 19},
10104 {"(*Uintptr).Add", Method, 19},
10105 {"(*Uintptr).And", Method, 23},
10106 {"(*Uintptr).CompareAndSwap", Method, 19},
10107 {"(*Uintptr).Load", Method, 19},
10108 {"(*Uintptr).Or", Method, 23},
10109 {"(*Uintptr).Store", Method, 19},
10110 {"(*Uintptr).Swap", Method, 19},
10111 {"(*Value).CompareAndSwap", Method, 17},
10112 {"(*Value).Load", Method, 4},
10113 {"(*Value).Store", Method, 4},
10114 {"(*Value).Swap", Method, 17},
10115 {"AddInt32", Func, 0},
10116 {"AddInt64", Func, 0},
10117 {"AddUint32", Func, 0},
10118 {"AddUint64", Func, 0},
10119 {"AddUintptr", Func, 0},
10120 {"AndInt32", Func, 23},
10121 {"AndInt64", Func, 23},
10122 {"AndUint32", Func, 23},
10123 {"AndUint64", Func, 23},
10124 {"AndUintptr", Func, 23},
10125 {"Bool", Type, 19},
10126 {"CompareAndSwapInt32", Func, 0},
10127 {"CompareAndSwapInt64", Func, 0},
10128 {"CompareAndSwapPointer", Func, 0},
10129 {"CompareAndSwapUint32", Func, 0},
10130 {"CompareAndSwapUint64", Func, 0},
10131 {"CompareAndSwapUintptr", Func, 0},
10132 {"Int32", Type, 19},
10133 {"Int64", Type, 19},
10134 {"LoadInt32", Func, 0},
10135 {"LoadInt64", Func, 0},
10136 {"LoadPointer", Func, 0},
10137 {"LoadUint32", Func, 0},
10138 {"LoadUint64", Func, 0},
10139 {"LoadUintptr", Func, 0},
10140 {"OrInt32", Func, 23},
10141 {"OrInt64", Func, 23},
10142 {"OrUint32", Func, 23},
10143 {"OrUint64", Func, 23},
10144 {"OrUintptr", Func, 23},
10145 {"Pointer", Type, 19},
10146 {"StoreInt32", Func, 0},
10147 {"StoreInt64", Func, 0},
10148 {"StorePointer", Func, 0},
10149 {"StoreUint32", Func, 0},
10150 {"StoreUint64", Func, 0},
10151 {"StoreUintptr", Func, 0},
10152 {"SwapInt32", Func, 2},
10153 {"SwapInt64", Func, 2},
10154 {"SwapPointer", Func, 2},
10155 {"SwapUint32", Func, 2},
10156 {"SwapUint64", Func, 2},
10157 {"SwapUintptr", Func, 2},
10158 {"Uint32", Type, 19},
10159 {"Uint64", Type, 19},
10160 {"Uintptr", Type, 19},
10161 {"Value", Type, 4},
10162 },
10163 "syscall": {
10164 {"(*Cmsghdr).SetLen", Method, 0},
10165 {"(*DLL).FindProc", Method, 0},
10166 {"(*DLL).MustFindProc", Method, 0},
10167 {"(*DLL).Release", Method, 0},
10168 {"(*DLLError).Error", Method, 0},
10169 {"(*DLLError).Unwrap", Method, 16},
10170 {"(*Filetime).Nanoseconds", Method, 0},
10171 {"(*Iovec).SetLen", Method, 0},
10172 {"(*LazyDLL).Handle", Method, 0},
10173 {"(*LazyDLL).Load", Method, 0},
10174 {"(*LazyDLL).NewProc", Method, 0},
10175 {"(*LazyProc).Addr", Method, 0},
10176 {"(*LazyProc).Call", Method, 0},
10177 {"(*LazyProc).Find", Method, 0},
10178 {"(*Msghdr).SetControllen", Method, 0},
10179 {"(*Proc).Addr", Method, 0},
10180 {"(*Proc).Call", Method, 0},
10181 {"(*PtraceRegs).PC", Method, 0},
10182 {"(*PtraceRegs).SetPC", Method, 0},
10183 {"(*RawSockaddrAny).Sockaddr", Method, 0},
10184 {"(*SID).Copy", Method, 0},
10185 {"(*SID).Len", Method, 0},
10186 {"(*SID).LookupAccount", Method, 0},
10187 {"(*SID).String", Method, 0},
10188 {"(*Timespec).Nano", Method, 0},
10189 {"(*Timespec).Unix", Method, 0},
10190 {"(*Timeval).Nano", Method, 0},
10191 {"(*Timeval).Nanoseconds", Method, 0},
10192 {"(*Timeval).Unix", Method, 0},
10193 {"(Errno).Error", Method, 0},
10194 {"(Errno).Is", Method, 13},
10195 {"(Errno).Temporary", Method, 0},
10196 {"(Errno).Timeout", Method, 0},
10197 {"(Signal).Signal", Method, 0},
10198 {"(Signal).String", Method, 0},
10199 {"(Token).Close", Method, 0},
10200 {"(Token).GetTokenPrimaryGroup", Method, 0},
10201 {"(Token).GetTokenUser", Method, 0},
10202 {"(Token).GetUserProfileDirectory", Method, 0},
10203 {"(WaitStatus).Continued", Method, 0},
10204 {"(WaitStatus).CoreDump", Method, 0},
10205 {"(WaitStatus).ExitStatus", Method, 0},
10206 {"(WaitStatus).Exited", Method, 0},
10207 {"(WaitStatus).Signal", Method, 0},
10208 {"(WaitStatus).Signaled", Method, 0},
10209 {"(WaitStatus).StopSignal", Method, 0},
10210 {"(WaitStatus).Stopped", Method, 0},
10211 {"(WaitStatus).TrapCause", Method, 0},
10212 {"AF_ALG", Const, 0},
10213 {"AF_APPLETALK", Const, 0},
10214 {"AF_ARP", Const, 0},
10215 {"AF_ASH", Const, 0},
10216 {"AF_ATM", Const, 0},
10217 {"AF_ATMPVC", Const, 0},
10218 {"AF_ATMSVC", Const, 0},
10219 {"AF_AX25", Const, 0},
10220 {"AF_BLUETOOTH", Const, 0},
10221 {"AF_BRIDGE", Const, 0},
10222 {"AF_CAIF", Const, 0},
10223 {"AF_CAN", Const, 0},
10224 {"AF_CCITT", Const, 0},
10225 {"AF_CHAOS", Const, 0},
10226 {"AF_CNT", Const, 0},
10227 {"AF_COIP", Const, 0},
10228 {"AF_DATAKIT", Const, 0},
10229 {"AF_DECnet", Const, 0},
10230 {"AF_DLI", Const, 0},
10231 {"AF_E164", Const, 0},
10232 {"AF_ECMA", Const, 0},
10233 {"AF_ECONET", Const, 0},
10234 {"AF_ENCAP", Const, 1},
10235 {"AF_FILE", Const, 0},
10236 {"AF_HYLINK", Const, 0},
10237 {"AF_IEEE80211", Const, 0},
10238 {"AF_IEEE802154", Const, 0},
10239 {"AF_IMPLINK", Const, 0},
10240 {"AF_INET", Const, 0},
10241 {"AF_INET6", Const, 0},
10242 {"AF_INET6_SDP", Const, 3},
10243 {"AF_INET_SDP", Const, 3},
10244 {"AF_IPX", Const, 0},
10245 {"AF_IRDA", Const, 0},
10246 {"AF_ISDN", Const, 0},
10247 {"AF_ISO", Const, 0},
10248 {"AF_IUCV", Const, 0},
10249 {"AF_KEY", Const, 0},
10250 {"AF_LAT", Const, 0},
10251 {"AF_LINK", Const, 0},
10252 {"AF_LLC", Const, 0},
10253 {"AF_LOCAL", Const, 0},
10254 {"AF_MAX", Const, 0},
10255 {"AF_MPLS", Const, 1},
10256 {"AF_NATM", Const, 0},
10257 {"AF_NDRV", Const, 0},
10258 {"AF_NETBEUI", Const, 0},
10259 {"AF_NETBIOS", Const, 0},
10260 {"AF_NETGRAPH", Const, 0},
10261 {"AF_NETLINK", Const, 0},
10262 {"AF_NETROM", Const, 0},
10263 {"AF_NS", Const, 0},
10264 {"AF_OROUTE", Const, 1},
10265 {"AF_OSI", Const, 0},
10266 {"AF_PACKET", Const, 0},
10267 {"AF_PHONET", Const, 0},
10268 {"AF_PPP", Const, 0},
10269 {"AF_PPPOX", Const, 0},
10270 {"AF_PUP", Const, 0},
10271 {"AF_RDS", Const, 0},
10272 {"AF_RESERVED_36", Const, 0},
10273 {"AF_ROSE", Const, 0},
10274 {"AF_ROUTE", Const, 0},
10275 {"AF_RXRPC", Const, 0},
10276 {"AF_SCLUSTER", Const, 0},
10277 {"AF_SECURITY", Const, 0},
10278 {"AF_SIP", Const, 0},
10279 {"AF_SLOW", Const, 0},
10280 {"AF_SNA", Const, 0},
10281 {"AF_SYSTEM", Const, 0},
10282 {"AF_TIPC", Const, 0},
10283 {"AF_UNIX", Const, 0},
10284 {"AF_UNSPEC", Const, 0},
10285 {"AF_UTUN", Const, 16},
10286 {"AF_VENDOR00", Const, 0},
10287 {"AF_VENDOR01", Const, 0},
10288 {"AF_VENDOR02", Const, 0},
10289 {"AF_VENDOR03", Const, 0},
10290 {"AF_VENDOR04", Const, 0},
10291 {"AF_VENDOR05", Const, 0},
10292 {"AF_VENDOR06", Const, 0},
10293 {"AF_VENDOR07", Const, 0},
10294 {"AF_VENDOR08", Const, 0},
10295 {"AF_VENDOR09", Const, 0},
10296 {"AF_VENDOR10", Const, 0},
10297 {"AF_VENDOR11", Const, 0},
10298 {"AF_VENDOR12", Const, 0},
10299 {"AF_VENDOR13", Const, 0},
10300 {"AF_VENDOR14", Const, 0},
10301 {"AF_VENDOR15", Const, 0},
10302 {"AF_VENDOR16", Const, 0},
10303 {"AF_VENDOR17", Const, 0},
10304 {"AF_VENDOR18", Const, 0},
10305 {"AF_VENDOR19", Const, 0},
10306 {"AF_VENDOR20", Const, 0},
10307 {"AF_VENDOR21", Const, 0},
10308 {"AF_VENDOR22", Const, 0},
10309 {"AF_VENDOR23", Const, 0},
10310 {"AF_VENDOR24", Const, 0},
10311 {"AF_VENDOR25", Const, 0},
10312 {"AF_VENDOR26", Const, 0},
10313 {"AF_VENDOR27", Const, 0},
10314 {"AF_VENDOR28", Const, 0},
10315 {"AF_VENDOR29", Const, 0},
10316 {"AF_VENDOR30", Const, 0},
10317 {"AF_VENDOR31", Const, 0},
10318 {"AF_VENDOR32", Const, 0},
10319 {"AF_VENDOR33", Const, 0},
10320 {"AF_VENDOR34", Const, 0},
10321 {"AF_VENDOR35", Const, 0},
10322 {"AF_VENDOR36", Const, 0},
10323 {"AF_VENDOR37", Const, 0},
10324 {"AF_VENDOR38", Const, 0},
10325 {"AF_VENDOR39", Const, 0},
10326 {"AF_VENDOR40", Const, 0},
10327 {"AF_VENDOR41", Const, 0},
10328 {"AF_VENDOR42", Const, 0},
10329 {"AF_VENDOR43", Const, 0},
10330 {"AF_VENDOR44", Const, 0},
10331 {"AF_VENDOR45", Const, 0},
10332 {"AF_VENDOR46", Const, 0},
10333 {"AF_VENDOR47", Const, 0},
10334 {"AF_WANPIPE", Const, 0},
10335 {"AF_X25", Const, 0},
10336 {"AI_CANONNAME", Const, 1},
10337 {"AI_NUMERICHOST", Const, 1},
10338 {"AI_PASSIVE", Const, 1},
10339 {"APPLICATION_ERROR", Const, 0},
10340 {"ARPHRD_ADAPT", Const, 0},
10341 {"ARPHRD_APPLETLK", Const, 0},
10342 {"ARPHRD_ARCNET", Const, 0},
10343 {"ARPHRD_ASH", Const, 0},
10344 {"ARPHRD_ATM", Const, 0},
10345 {"ARPHRD_AX25", Const, 0},
10346 {"ARPHRD_BIF", Const, 0},
10347 {"ARPHRD_CHAOS", Const, 0},
10348 {"ARPHRD_CISCO", Const, 0},
10349 {"ARPHRD_CSLIP", Const, 0},
10350 {"ARPHRD_CSLIP6", Const, 0},
10351 {"ARPHRD_DDCMP", Const, 0},
10352 {"ARPHRD_DLCI", Const, 0},
10353 {"ARPHRD_ECONET", Const, 0},
10354 {"ARPHRD_EETHER", Const, 0},
10355 {"ARPHRD_ETHER", Const, 0},
10356 {"ARPHRD_EUI64", Const, 0},
10357 {"ARPHRD_FCAL", Const, 0},
10358 {"ARPHRD_FCFABRIC", Const, 0},
10359 {"ARPHRD_FCPL", Const, 0},
10360 {"ARPHRD_FCPP", Const, 0},
10361 {"ARPHRD_FDDI", Const, 0},
10362 {"ARPHRD_FRAD", Const, 0},
10363 {"ARPHRD_FRELAY", Const, 1},
10364 {"ARPHRD_HDLC", Const, 0},
10365 {"ARPHRD_HIPPI", Const, 0},
10366 {"ARPHRD_HWX25", Const, 0},
10367 {"ARPHRD_IEEE1394", Const, 0},
10368 {"ARPHRD_IEEE802", Const, 0},
10369 {"ARPHRD_IEEE80211", Const, 0},
10370 {"ARPHRD_IEEE80211_PRISM", Const, 0},
10371 {"ARPHRD_IEEE80211_RADIOTAP", Const, 0},
10372 {"ARPHRD_IEEE802154", Const, 0},
10373 {"ARPHRD_IEEE802154_PHY", Const, 0},
10374 {"ARPHRD_IEEE802_TR", Const, 0},
10375 {"ARPHRD_INFINIBAND", Const, 0},
10376 {"ARPHRD_IPDDP", Const, 0},
10377 {"ARPHRD_IPGRE", Const, 0},
10378 {"ARPHRD_IRDA", Const, 0},
10379 {"ARPHRD_LAPB", Const, 0},
10380 {"ARPHRD_LOCALTLK", Const, 0},
10381 {"ARPHRD_LOOPBACK", Const, 0},
10382 {"ARPHRD_METRICOM", Const, 0},
10383 {"ARPHRD_NETROM", Const, 0},
10384 {"ARPHRD_NONE", Const, 0},
10385 {"ARPHRD_PIMREG", Const, 0},
10386 {"ARPHRD_PPP", Const, 0},
10387 {"ARPHRD_PRONET", Const, 0},
10388 {"ARPHRD_RAWHDLC", Const, 0},
10389 {"ARPHRD_ROSE", Const, 0},
10390 {"ARPHRD_RSRVD", Const, 0},
10391 {"ARPHRD_SIT", Const, 0},
10392 {"ARPHRD_SKIP", Const, 0},
10393 {"ARPHRD_SLIP", Const, 0},
10394 {"ARPHRD_SLIP6", Const, 0},
10395 {"ARPHRD_STRIP", Const, 1},
10396 {"ARPHRD_TUNNEL", Const, 0},
10397 {"ARPHRD_TUNNEL6", Const, 0},
10398 {"ARPHRD_VOID", Const, 0},
10399 {"ARPHRD_X25", Const, 0},
10400 {"AUTHTYPE_CLIENT", Const, 0},
10401 {"AUTHTYPE_SERVER", Const, 0},
10402 {"Accept", Func, 0},
10403 {"Accept4", Func, 1},
10404 {"AcceptEx", Func, 0},
10405 {"Access", Func, 0},
10406 {"Acct", Func, 0},
10407 {"AddrinfoW", Type, 1},
10408 {"AddrinfoW.Addr", Field, 1},
10409 {"AddrinfoW.Addrlen", Field, 1},
10410 {"AddrinfoW.Canonname", Field, 1},
10411 {"AddrinfoW.Family", Field, 1},
10412 {"AddrinfoW.Flags", Field, 1},
10413 {"AddrinfoW.Next", Field, 1},
10414 {"AddrinfoW.Protocol", Field, 1},
10415 {"AddrinfoW.Socktype", Field, 1},
10416 {"Adjtime", Func, 0},
10417 {"Adjtimex", Func, 0},
10418 {"AllThreadsSyscall", Func, 16},
10419 {"AllThreadsSyscall6", Func, 16},
10420 {"AttachLsf", Func, 0},
10421 {"B0", Const, 0},
10422 {"B1000000", Const, 0},
10423 {"B110", Const, 0},
10424 {"B115200", Const, 0},
10425 {"B1152000", Const, 0},
10426 {"B1200", Const, 0},
10427 {"B134", Const, 0},
10428 {"B14400", Const, 1},
10429 {"B150", Const, 0},
10430 {"B1500000", Const, 0},
10431 {"B1800", Const, 0},
10432 {"B19200", Const, 0},
10433 {"B200", Const, 0},
10434 {"B2000000", Const, 0},
10435 {"B230400", Const, 0},
10436 {"B2400", Const, 0},
10437 {"B2500000", Const, 0},
10438 {"B28800", Const, 1},
10439 {"B300", Const, 0},
10440 {"B3000000", Const, 0},
10441 {"B3500000", Const, 0},
10442 {"B38400", Const, 0},
10443 {"B4000000", Const, 0},
10444 {"B460800", Const, 0},
10445 {"B4800", Const, 0},
10446 {"B50", Const, 0},
10447 {"B500000", Const, 0},
10448 {"B57600", Const, 0},
10449 {"B576000", Const, 0},
10450 {"B600", Const, 0},
10451 {"B7200", Const, 1},
10452 {"B75", Const, 0},
10453 {"B76800", Const, 1},
10454 {"B921600", Const, 0},
10455 {"B9600", Const, 0},
10456 {"BASE_PROTOCOL", Const, 2},
10457 {"BIOCFEEDBACK", Const, 0},
10458 {"BIOCFLUSH", Const, 0},
10459 {"BIOCGBLEN", Const, 0},
10460 {"BIOCGDIRECTION", Const, 0},
10461 {"BIOCGDIRFILT", Const, 1},
10462 {"BIOCGDLT", Const, 0},
10463 {"BIOCGDLTLIST", Const, 0},
10464 {"BIOCGETBUFMODE", Const, 0},
10465 {"BIOCGETIF", Const, 0},
10466 {"BIOCGETZMAX", Const, 0},
10467 {"BIOCGFEEDBACK", Const, 1},
10468 {"BIOCGFILDROP", Const, 1},
10469 {"BIOCGHDRCMPLT", Const, 0},
10470 {"BIOCGRSIG", Const, 0},
10471 {"BIOCGRTIMEOUT", Const, 0},
10472 {"BIOCGSEESENT", Const, 0},
10473 {"BIOCGSTATS", Const, 0},
10474 {"BIOCGSTATSOLD", Const, 1},
10475 {"BIOCGTSTAMP", Const, 1},
10476 {"BIOCIMMEDIATE", Const, 0},
10477 {"BIOCLOCK", Const, 0},
10478 {"BIOCPROMISC", Const, 0},
10479 {"BIOCROTZBUF", Const, 0},
10480 {"BIOCSBLEN", Const, 0},
10481 {"BIOCSDIRECTION", Const, 0},
10482 {"BIOCSDIRFILT", Const, 1},
10483 {"BIOCSDLT", Const, 0},
10484 {"BIOCSETBUFMODE", Const, 0},
10485 {"BIOCSETF", Const, 0},
10486 {"BIOCSETFNR", Const, 0},
10487 {"BIOCSETIF", Const, 0},
10488 {"BIOCSETWF", Const, 0},
10489 {"BIOCSETZBUF", Const, 0},
10490 {"BIOCSFEEDBACK", Const, 1},
10491 {"BIOCSFILDROP", Const, 1},
10492 {"BIOCSHDRCMPLT", Const, 0},
10493 {"BIOCSRSIG", Const, 0},
10494 {"BIOCSRTIMEOUT", Const, 0},
10495 {"BIOCSSEESENT", Const, 0},
10496 {"BIOCSTCPF", Const, 1},
10497 {"BIOCSTSTAMP", Const, 1},
10498 {"BIOCSUDPF", Const, 1},
10499 {"BIOCVERSION", Const, 0},
10500 {"BPF_A", Const, 0},
10501 {"BPF_ABS", Const, 0},
10502 {"BPF_ADD", Const, 0},
10503 {"BPF_ALIGNMENT", Const, 0},
10504 {"BPF_ALIGNMENT32", Const, 1},
10505 {"BPF_ALU", Const, 0},
10506 {"BPF_AND", Const, 0},
10507 {"BPF_B", Const, 0},
10508 {"BPF_BUFMODE_BUFFER", Const, 0},
10509 {"BPF_BUFMODE_ZBUF", Const, 0},
10510 {"BPF_DFLTBUFSIZE", Const, 1},
10511 {"BPF_DIRECTION_IN", Const, 1},
10512 {"BPF_DIRECTION_OUT", Const, 1},
10513 {"BPF_DIV", Const, 0},
10514 {"BPF_H", Const, 0},
10515 {"BPF_IMM", Const, 0},
10516 {"BPF_IND", Const, 0},
10517 {"BPF_JA", Const, 0},
10518 {"BPF_JEQ", Const, 0},
10519 {"BPF_JGE", Const, 0},
10520 {"BPF_JGT", Const, 0},
10521 {"BPF_JMP", Const, 0},
10522 {"BPF_JSET", Const, 0},
10523 {"BPF_K", Const, 0},
10524 {"BPF_LD", Const, 0},
10525 {"BPF_LDX", Const, 0},
10526 {"BPF_LEN", Const, 0},
10527 {"BPF_LSH", Const, 0},
10528 {"BPF_MAJOR_VERSION", Const, 0},
10529 {"BPF_MAXBUFSIZE", Const, 0},
10530 {"BPF_MAXINSNS", Const, 0},
10531 {"BPF_MEM", Const, 0},
10532 {"BPF_MEMWORDS", Const, 0},
10533 {"BPF_MINBUFSIZE", Const, 0},
10534 {"BPF_MINOR_VERSION", Const, 0},
10535 {"BPF_MISC", Const, 0},
10536 {"BPF_MSH", Const, 0},
10537 {"BPF_MUL", Const, 0},
10538 {"BPF_NEG", Const, 0},
10539 {"BPF_OR", Const, 0},
10540 {"BPF_RELEASE", Const, 0},
10541 {"BPF_RET", Const, 0},
10542 {"BPF_RSH", Const, 0},
10543 {"BPF_ST", Const, 0},
10544 {"BPF_STX", Const, 0},
10545 {"BPF_SUB", Const, 0},
10546 {"BPF_TAX", Const, 0},
10547 {"BPF_TXA", Const, 0},
10548 {"BPF_T_BINTIME", Const, 1},
10549 {"BPF_T_BINTIME_FAST", Const, 1},
10550 {"BPF_T_BINTIME_MONOTONIC", Const, 1},
10551 {"BPF_T_BINTIME_MONOTONIC_FAST", Const, 1},
10552 {"BPF_T_FAST", Const, 1},
10553 {"BPF_T_FLAG_MASK", Const, 1},
10554 {"BPF_T_FORMAT_MASK", Const, 1},
10555 {"BPF_T_MICROTIME", Const, 1},
10556 {"BPF_T_MICROTIME_FAST", Const, 1},
10557 {"BPF_T_MICROTIME_MONOTONIC", Const, 1},
10558 {"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1},
10559 {"BPF_T_MONOTONIC", Const, 1},
10560 {"BPF_T_MONOTONIC_FAST", Const, 1},
10561 {"BPF_T_NANOTIME", Const, 1},
10562 {"BPF_T_NANOTIME_FAST", Const, 1},
10563 {"BPF_T_NANOTIME_MONOTONIC", Const, 1},
10564 {"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1},
10565 {"BPF_T_NONE", Const, 1},
10566 {"BPF_T_NORMAL", Const, 1},
10567 {"BPF_W", Const, 0},
10568 {"BPF_X", Const, 0},
10569 {"BRKINT", Const, 0},
10570 {"Bind", Func, 0},
10571 {"BindToDevice", Func, 0},
10572 {"BpfBuflen", Func, 0},
10573 {"BpfDatalink", Func, 0},
10574 {"BpfHdr", Type, 0},
10575 {"BpfHdr.Caplen", Field, 0},
10576 {"BpfHdr.Datalen", Field, 0},
10577 {"BpfHdr.Hdrlen", Field, 0},
10578 {"BpfHdr.Pad_cgo_0", Field, 0},
10579 {"BpfHdr.Tstamp", Field, 0},
10580 {"BpfHeadercmpl", Func, 0},
10581 {"BpfInsn", Type, 0},
10582 {"BpfInsn.Code", Field, 0},
10583 {"BpfInsn.Jf", Field, 0},
10584 {"BpfInsn.Jt", Field, 0},
10585 {"BpfInsn.K", Field, 0},
10586 {"BpfInterface", Func, 0},
10587 {"BpfJump", Func, 0},
10588 {"BpfProgram", Type, 0},
10589 {"BpfProgram.Insns", Field, 0},
10590 {"BpfProgram.Len", Field, 0},
10591 {"BpfProgram.Pad_cgo_0", Field, 0},
10592 {"BpfStat", Type, 0},
10593 {"BpfStat.Capt", Field, 2},
10594 {"BpfStat.Drop", Field, 0},
10595 {"BpfStat.Padding", Field, 2},
10596 {"BpfStat.Recv", Field, 0},
10597 {"BpfStats", Func, 0},
10598 {"BpfStmt", Func, 0},
10599 {"BpfTimeout", Func, 0},
10600 {"BpfTimeval", Type, 2},
10601 {"BpfTimeval.Sec", Field, 2},
10602 {"BpfTimeval.Usec", Field, 2},
10603 {"BpfVersion", Type, 0},
10604 {"BpfVersion.Major", Field, 0},
10605 {"BpfVersion.Minor", Field, 0},
10606 {"BpfZbuf", Type, 0},
10607 {"BpfZbuf.Bufa", Field, 0},
10608 {"BpfZbuf.Bufb", Field, 0},
10609 {"BpfZbuf.Buflen", Field, 0},
10610 {"BpfZbufHeader", Type, 0},
10611 {"BpfZbufHeader.Kernel_gen", Field, 0},
10612 {"BpfZbufHeader.Kernel_len", Field, 0},
10613 {"BpfZbufHeader.User_gen", Field, 0},
10614 {"BpfZbufHeader.X_bzh_pad", Field, 0},
10615 {"ByHandleFileInformation", Type, 0},
10616 {"ByHandleFileInformation.CreationTime", Field, 0},
10617 {"ByHandleFileInformation.FileAttributes", Field, 0},
10618 {"ByHandleFileInformation.FileIndexHigh", Field, 0},
10619 {"ByHandleFileInformation.FileIndexLow", Field, 0},
10620 {"ByHandleFileInformation.FileSizeHigh", Field, 0},
10621 {"ByHandleFileInformation.FileSizeLow", Field, 0},
10622 {"ByHandleFileInformation.LastAccessTime", Field, 0},
10623 {"ByHandleFileInformation.LastWriteTime", Field, 0},
10624 {"ByHandleFileInformation.NumberOfLinks", Field, 0},
10625 {"ByHandleFileInformation.VolumeSerialNumber", Field, 0},
10626 {"BytePtrFromString", Func, 1},
10627 {"ByteSliceFromString", Func, 1},
10628 {"CCR0_FLUSH", Const, 1},
10629 {"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0},
10630 {"CERT_CHAIN_POLICY_AUTHENTICODE_TS", Const, 0},
10631 {"CERT_CHAIN_POLICY_BASE", Const, 0},
10632 {"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS", Const, 0},
10633 {"CERT_CHAIN_POLICY_EV", Const, 0},
10634 {"CERT_CHAIN_POLICY_MICROSOFT_ROOT", Const, 0},
10635 {"CERT_CHAIN_POLICY_NT_AUTH", Const, 0},
10636 {"CERT_CHAIN_POLICY_SSL", Const, 0},
10637 {"CERT_E_CN_NO_MATCH", Const, 0},
10638 {"CERT_E_EXPIRED", Const, 0},
10639 {"CERT_E_PURPOSE", Const, 0},
10640 {"CERT_E_ROLE", Const, 0},
10641 {"CERT_E_UNTRUSTEDROOT", Const, 0},
10642 {"CERT_STORE_ADD_ALWAYS", Const, 0},
10643 {"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG", Const, 0},
10644 {"CERT_STORE_PROV_MEMORY", Const, 0},
10645 {"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT", Const, 0},
10646 {"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT", Const, 0},
10647 {"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT", Const, 0},
10648 {"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT", Const, 0},
10649 {"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT", Const, 0},
10650 {"CERT_TRUST_INVALID_BASIC_CONSTRAINTS", Const, 0},
10651 {"CERT_TRUST_INVALID_EXTENSION", Const, 0},
10652 {"CERT_TRUST_INVALID_NAME_CONSTRAINTS", Const, 0},
10653 {"CERT_TRUST_INVALID_POLICY_CONSTRAINTS", Const, 0},
10654 {"CERT_TRUST_IS_CYCLIC", Const, 0},
10655 {"CERT_TRUST_IS_EXPLICIT_DISTRUST", Const, 0},
10656 {"CERT_TRUST_IS_NOT_SIGNATURE_VALID", Const, 0},
10657 {"CERT_TRUST_IS_NOT_TIME_VALID", Const, 0},
10658 {"CERT_TRUST_IS_NOT_VALID_FOR_USAGE", Const, 0},
10659 {"CERT_TRUST_IS_OFFLINE_REVOCATION", Const, 0},
10660 {"CERT_TRUST_IS_REVOKED", Const, 0},
10661 {"CERT_TRUST_IS_UNTRUSTED_ROOT", Const, 0},
10662 {"CERT_TRUST_NO_ERROR", Const, 0},
10663 {"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY", Const, 0},
10664 {"CERT_TRUST_REVOCATION_STATUS_UNKNOWN", Const, 0},
10665 {"CFLUSH", Const, 1},
10666 {"CLOCAL", Const, 0},
10667 {"CLONE_CHILD_CLEARTID", Const, 2},
10668 {"CLONE_CHILD_SETTID", Const, 2},
10669 {"CLONE_CLEAR_SIGHAND", Const, 20},
10670 {"CLONE_CSIGNAL", Const, 3},
10671 {"CLONE_DETACHED", Const, 2},
10672 {"CLONE_FILES", Const, 2},
10673 {"CLONE_FS", Const, 2},
10674 {"CLONE_INTO_CGROUP", Const, 20},
10675 {"CLONE_IO", Const, 2},
10676 {"CLONE_NEWCGROUP", Const, 20},
10677 {"CLONE_NEWIPC", Const, 2},
10678 {"CLONE_NEWNET", Const, 2},
10679 {"CLONE_NEWNS", Const, 2},
10680 {"CLONE_NEWPID", Const, 2},
10681 {"CLONE_NEWTIME", Const, 20},
10682 {"CLONE_NEWUSER", Const, 2},
10683 {"CLONE_NEWUTS", Const, 2},
10684 {"CLONE_PARENT", Const, 2},
10685 {"CLONE_PARENT_SETTID", Const, 2},
10686 {"CLONE_PID", Const, 3},
10687 {"CLONE_PIDFD", Const, 20},
10688 {"CLONE_PTRACE", Const, 2},
10689 {"CLONE_SETTLS", Const, 2},
10690 {"CLONE_SIGHAND", Const, 2},
10691 {"CLONE_SYSVSEM", Const, 2},
10692 {"CLONE_THREAD", Const, 2},
10693 {"CLONE_UNTRACED", Const, 2},
10694 {"CLONE_VFORK", Const, 2},
10695 {"CLONE_VM", Const, 2},
10696 {"CPUID_CFLUSH", Const, 1},
10697 {"CREAD", Const, 0},
10698 {"CREATE_ALWAYS", Const, 0},
10699 {"CREATE_NEW", Const, 0},
10700 {"CREATE_NEW_PROCESS_GROUP", Const, 1},
10701 {"CREATE_UNICODE_ENVIRONMENT", Const, 0},
10702 {"CRYPT_DEFAULT_CONTAINER_OPTIONAL", Const, 0},
10703 {"CRYPT_DELETEKEYSET", Const, 0},
10704 {"CRYPT_MACHINE_KEYSET", Const, 0},
10705 {"CRYPT_NEWKEYSET", Const, 0},
10706 {"CRYPT_SILENT", Const, 0},
10707 {"CRYPT_VERIFYCONTEXT", Const, 0},
10708 {"CS5", Const, 0},
10709 {"CS6", Const, 0},
10710 {"CS7", Const, 0},
10711 {"CS8", Const, 0},
10712 {"CSIZE", Const, 0},
10713 {"CSTART", Const, 1},
10714 {"CSTATUS", Const, 1},
10715 {"CSTOP", Const, 1},
10716 {"CSTOPB", Const, 0},
10717 {"CSUSP", Const, 1},
10718 {"CTL_MAXNAME", Const, 0},
10719 {"CTL_NET", Const, 0},
10720 {"CTL_QUERY", Const, 1},
10721 {"CTRL_BREAK_EVENT", Const, 1},
10722 {"CTRL_CLOSE_EVENT", Const, 14},
10723 {"CTRL_C_EVENT", Const, 1},
10724 {"CTRL_LOGOFF_EVENT", Const, 14},
10725 {"CTRL_SHUTDOWN_EVENT", Const, 14},
10726 {"CancelIo", Func, 0},
10727 {"CancelIoEx", Func, 1},
10728 {"CertAddCertificateContextToStore", Func, 0},
10729 {"CertChainContext", Type, 0},
10730 {"CertChainContext.ChainCount", Field, 0},
10731 {"CertChainContext.Chains", Field, 0},
10732 {"CertChainContext.HasRevocationFreshnessTime", Field, 0},
10733 {"CertChainContext.LowerQualityChainCount", Field, 0},
10734 {"CertChainContext.LowerQualityChains", Field, 0},
10735 {"CertChainContext.RevocationFreshnessTime", Field, 0},
10736 {"CertChainContext.Size", Field, 0},
10737 {"CertChainContext.TrustStatus", Field, 0},
10738 {"CertChainElement", Type, 0},
10739 {"CertChainElement.ApplicationUsage", Field, 0},
10740 {"CertChainElement.CertContext", Field, 0},
10741 {"CertChainElement.ExtendedErrorInfo", Field, 0},
10742 {"CertChainElement.IssuanceUsage", Field, 0},
10743 {"CertChainElement.RevocationInfo", Field, 0},
10744 {"CertChainElement.Size", Field, 0},
10745 {"CertChainElement.TrustStatus", Field, 0},
10746 {"CertChainPara", Type, 0},
10747 {"CertChainPara.CacheResync", Field, 0},
10748 {"CertChainPara.CheckRevocationFreshnessTime", Field, 0},
10749 {"CertChainPara.RequestedUsage", Field, 0},
10750 {"CertChainPara.RequstedIssuancePolicy", Field, 0},
10751 {"CertChainPara.RevocationFreshnessTime", Field, 0},
10752 {"CertChainPara.Size", Field, 0},
10753 {"CertChainPara.URLRetrievalTimeout", Field, 0},
10754 {"CertChainPolicyPara", Type, 0},
10755 {"CertChainPolicyPara.ExtraPolicyPara", Field, 0},
10756 {"CertChainPolicyPara.Flags", Field, 0},
10757 {"CertChainPolicyPara.Size", Field, 0},
10758 {"CertChainPolicyStatus", Type, 0},
10759 {"CertChainPolicyStatus.ChainIndex", Field, 0},
10760 {"CertChainPolicyStatus.ElementIndex", Field, 0},
10761 {"CertChainPolicyStatus.Error", Field, 0},
10762 {"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0},
10763 {"CertChainPolicyStatus.Size", Field, 0},
10764 {"CertCloseStore", Func, 0},
10765 {"CertContext", Type, 0},
10766 {"CertContext.CertInfo", Field, 0},
10767 {"CertContext.EncodedCert", Field, 0},
10768 {"CertContext.EncodingType", Field, 0},
10769 {"CertContext.Length", Field, 0},
10770 {"CertContext.Store", Field, 0},
10771 {"CertCreateCertificateContext", Func, 0},
10772 {"CertEnhKeyUsage", Type, 0},
10773 {"CertEnhKeyUsage.Length", Field, 0},
10774 {"CertEnhKeyUsage.UsageIdentifiers", Field, 0},
10775 {"CertEnumCertificatesInStore", Func, 0},
10776 {"CertFreeCertificateChain", Func, 0},
10777 {"CertFreeCertificateContext", Func, 0},
10778 {"CertGetCertificateChain", Func, 0},
10779 {"CertInfo", Type, 11},
10780 {"CertOpenStore", Func, 0},
10781 {"CertOpenSystemStore", Func, 0},
10782 {"CertRevocationCrlInfo", Type, 11},
10783 {"CertRevocationInfo", Type, 0},
10784 {"CertRevocationInfo.CrlInfo", Field, 0},
10785 {"CertRevocationInfo.FreshnessTime", Field, 0},
10786 {"CertRevocationInfo.HasFreshnessTime", Field, 0},
10787 {"CertRevocationInfo.OidSpecificInfo", Field, 0},
10788 {"CertRevocationInfo.RevocationOid", Field, 0},
10789 {"CertRevocationInfo.RevocationResult", Field, 0},
10790 {"CertRevocationInfo.Size", Field, 0},
10791 {"CertSimpleChain", Type, 0},
10792 {"CertSimpleChain.Elements", Field, 0},
10793 {"CertSimpleChain.HasRevocationFreshnessTime", Field, 0},
10794 {"CertSimpleChain.NumElements", Field, 0},
10795 {"CertSimpleChain.RevocationFreshnessTime", Field, 0},
10796 {"CertSimpleChain.Size", Field, 0},
10797 {"CertSimpleChain.TrustListInfo", Field, 0},
10798 {"CertSimpleChain.TrustStatus", Field, 0},
10799 {"CertTrustListInfo", Type, 11},
10800 {"CertTrustStatus", Type, 0},
10801 {"CertTrustStatus.ErrorStatus", Field, 0},
10802 {"CertTrustStatus.InfoStatus", Field, 0},
10803 {"CertUsageMatch", Type, 0},
10804 {"CertUsageMatch.Type", Field, 0},
10805 {"CertUsageMatch.Usage", Field, 0},
10806 {"CertVerifyCertificateChainPolicy", Func, 0},
10807 {"Chdir", Func, 0},
10808 {"CheckBpfVersion", Func, 0},
10809 {"Chflags", Func, 0},
10810 {"Chmod", Func, 0},
10811 {"Chown", Func, 0},
10812 {"Chroot", Func, 0},
10813 {"Clearenv", Func, 0},
10814 {"Close", Func, 0},
10815 {"CloseHandle", Func, 0},
10816 {"CloseOnExec", Func, 0},
10817 {"Closesocket", Func, 0},
10818 {"CmsgLen", Func, 0},
10819 {"CmsgSpace", Func, 0},
10820 {"Cmsghdr", Type, 0},
10821 {"Cmsghdr.Len", Field, 0},
10822 {"Cmsghdr.Level", Field, 0},
10823 {"Cmsghdr.Type", Field, 0},
10824 {"Cmsghdr.X__cmsg_data", Field, 0},
10825 {"CommandLineToArgv", Func, 0},
10826 {"ComputerName", Func, 0},
10827 {"Conn", Type, 9},
10828 {"Connect", Func, 0},
10829 {"ConnectEx", Func, 1},
10830 {"ConvertSidToStringSid", Func, 0},
10831 {"ConvertStringSidToSid", Func, 0},
10832 {"CopySid", Func, 0},
10833 {"Creat", Func, 0},
10834 {"CreateDirectory", Func, 0},
10835 {"CreateFile", Func, 0},
10836 {"CreateFileMapping", Func, 0},
10837 {"CreateHardLink", Func, 4},
10838 {"CreateIoCompletionPort", Func, 0},
10839 {"CreatePipe", Func, 0},
10840 {"CreateProcess", Func, 0},
10841 {"CreateProcessAsUser", Func, 10},
10842 {"CreateSymbolicLink", Func, 4},
10843 {"CreateToolhelp32Snapshot", Func, 4},
10844 {"Credential", Type, 0},
10845 {"Credential.Gid", Field, 0},
10846 {"Credential.Groups", Field, 0},
10847 {"Credential.NoSetGroups", Field, 9},
10848 {"Credential.Uid", Field, 0},
10849 {"CryptAcquireContext", Func, 0},
10850 {"CryptGenRandom", Func, 0},
10851 {"CryptReleaseContext", Func, 0},
10852 {"DIOCBSFLUSH", Const, 1},
10853 {"DIOCOSFPFLUSH", Const, 1},
10854 {"DLL", Type, 0},
10855 {"DLL.Handle", Field, 0},
10856 {"DLL.Name", Field, 0},
10857 {"DLLError", Type, 0},
10858 {"DLLError.Err", Field, 0},
10859 {"DLLError.Msg", Field, 0},
10860 {"DLLError.ObjName", Field, 0},
10861 {"DLT_A429", Const, 0},
10862 {"DLT_A653_ICM", Const, 0},
10863 {"DLT_AIRONET_HEADER", Const, 0},
10864 {"DLT_AOS", Const, 1},
10865 {"DLT_APPLE_IP_OVER_IEEE1394", Const, 0},
10866 {"DLT_ARCNET", Const, 0},
10867 {"DLT_ARCNET_LINUX", Const, 0},
10868 {"DLT_ATM_CLIP", Const, 0},
10869 {"DLT_ATM_RFC1483", Const, 0},
10870 {"DLT_AURORA", Const, 0},
10871 {"DLT_AX25", Const, 0},
10872 {"DLT_AX25_KISS", Const, 0},
10873 {"DLT_BACNET_MS_TP", Const, 0},
10874 {"DLT_BLUETOOTH_HCI_H4", Const, 0},
10875 {"DLT_BLUETOOTH_HCI_H4_WITH_PHDR", Const, 0},
10876 {"DLT_CAN20B", Const, 0},
10877 {"DLT_CAN_SOCKETCAN", Const, 1},
10878 {"DLT_CHAOS", Const, 0},
10879 {"DLT_CHDLC", Const, 0},
10880 {"DLT_CISCO_IOS", Const, 0},
10881 {"DLT_C_HDLC", Const, 0},
10882 {"DLT_C_HDLC_WITH_DIR", Const, 0},
10883 {"DLT_DBUS", Const, 1},
10884 {"DLT_DECT", Const, 1},
10885 {"DLT_DOCSIS", Const, 0},
10886 {"DLT_DVB_CI", Const, 1},
10887 {"DLT_ECONET", Const, 0},
10888 {"DLT_EN10MB", Const, 0},
10889 {"DLT_EN3MB", Const, 0},
10890 {"DLT_ENC", Const, 0},
10891 {"DLT_ERF", Const, 0},
10892 {"DLT_ERF_ETH", Const, 0},
10893 {"DLT_ERF_POS", Const, 0},
10894 {"DLT_FC_2", Const, 1},
10895 {"DLT_FC_2_WITH_FRAME_DELIMS", Const, 1},
10896 {"DLT_FDDI", Const, 0},
10897 {"DLT_FLEXRAY", Const, 0},
10898 {"DLT_FRELAY", Const, 0},
10899 {"DLT_FRELAY_WITH_DIR", Const, 0},
10900 {"DLT_GCOM_SERIAL", Const, 0},
10901 {"DLT_GCOM_T1E1", Const, 0},
10902 {"DLT_GPF_F", Const, 0},
10903 {"DLT_GPF_T", Const, 0},
10904 {"DLT_GPRS_LLC", Const, 0},
10905 {"DLT_GSMTAP_ABIS", Const, 1},
10906 {"DLT_GSMTAP_UM", Const, 1},
10907 {"DLT_HDLC", Const, 1},
10908 {"DLT_HHDLC", Const, 0},
10909 {"DLT_HIPPI", Const, 1},
10910 {"DLT_IBM_SN", Const, 0},
10911 {"DLT_IBM_SP", Const, 0},
10912 {"DLT_IEEE802", Const, 0},
10913 {"DLT_IEEE802_11", Const, 0},
10914 {"DLT_IEEE802_11_RADIO", Const, 0},
10915 {"DLT_IEEE802_11_RADIO_AVS", Const, 0},
10916 {"DLT_IEEE802_15_4", Const, 0},
10917 {"DLT_IEEE802_15_4_LINUX", Const, 0},
10918 {"DLT_IEEE802_15_4_NOFCS", Const, 1},
10919 {"DLT_IEEE802_15_4_NONASK_PHY", Const, 0},
10920 {"DLT_IEEE802_16_MAC_CPS", Const, 0},
10921 {"DLT_IEEE802_16_MAC_CPS_RADIO", Const, 0},
10922 {"DLT_IPFILTER", Const, 0},
10923 {"DLT_IPMB", Const, 0},
10924 {"DLT_IPMB_LINUX", Const, 0},
10925 {"DLT_IPNET", Const, 1},
10926 {"DLT_IPOIB", Const, 1},
10927 {"DLT_IPV4", Const, 1},
10928 {"DLT_IPV6", Const, 1},
10929 {"DLT_IP_OVER_FC", Const, 0},
10930 {"DLT_JUNIPER_ATM1", Const, 0},
10931 {"DLT_JUNIPER_ATM2", Const, 0},
10932 {"DLT_JUNIPER_ATM_CEMIC", Const, 1},
10933 {"DLT_JUNIPER_CHDLC", Const, 0},
10934 {"DLT_JUNIPER_ES", Const, 0},
10935 {"DLT_JUNIPER_ETHER", Const, 0},
10936 {"DLT_JUNIPER_FIBRECHANNEL", Const, 1},
10937 {"DLT_JUNIPER_FRELAY", Const, 0},
10938 {"DLT_JUNIPER_GGSN", Const, 0},
10939 {"DLT_JUNIPER_ISM", Const, 0},
10940 {"DLT_JUNIPER_MFR", Const, 0},
10941 {"DLT_JUNIPER_MLFR", Const, 0},
10942 {"DLT_JUNIPER_MLPPP", Const, 0},
10943 {"DLT_JUNIPER_MONITOR", Const, 0},
10944 {"DLT_JUNIPER_PIC_PEER", Const, 0},
10945 {"DLT_JUNIPER_PPP", Const, 0},
10946 {"DLT_JUNIPER_PPPOE", Const, 0},
10947 {"DLT_JUNIPER_PPPOE_ATM", Const, 0},
10948 {"DLT_JUNIPER_SERVICES", Const, 0},
10949 {"DLT_JUNIPER_SRX_E2E", Const, 1},
10950 {"DLT_JUNIPER_ST", Const, 0},
10951 {"DLT_JUNIPER_VP", Const, 0},
10952 {"DLT_JUNIPER_VS", Const, 1},
10953 {"DLT_LAPB_WITH_DIR", Const, 0},
10954 {"DLT_LAPD", Const, 0},
10955 {"DLT_LIN", Const, 0},
10956 {"DLT_LINUX_EVDEV", Const, 1},
10957 {"DLT_LINUX_IRDA", Const, 0},
10958 {"DLT_LINUX_LAPD", Const, 0},
10959 {"DLT_LINUX_PPP_WITHDIRECTION", Const, 0},
10960 {"DLT_LINUX_SLL", Const, 0},
10961 {"DLT_LOOP", Const, 0},
10962 {"DLT_LTALK", Const, 0},
10963 {"DLT_MATCHING_MAX", Const, 1},
10964 {"DLT_MATCHING_MIN", Const, 1},
10965 {"DLT_MFR", Const, 0},
10966 {"DLT_MOST", Const, 0},
10967 {"DLT_MPEG_2_TS", Const, 1},
10968 {"DLT_MPLS", Const, 1},
10969 {"DLT_MTP2", Const, 0},
10970 {"DLT_MTP2_WITH_PHDR", Const, 0},
10971 {"DLT_MTP3", Const, 0},
10972 {"DLT_MUX27010", Const, 1},
10973 {"DLT_NETANALYZER", Const, 1},
10974 {"DLT_NETANALYZER_TRANSPARENT", Const, 1},
10975 {"DLT_NFC_LLCP", Const, 1},
10976 {"DLT_NFLOG", Const, 1},
10977 {"DLT_NG40", Const, 1},
10978 {"DLT_NULL", Const, 0},
10979 {"DLT_PCI_EXP", Const, 0},
10980 {"DLT_PFLOG", Const, 0},
10981 {"DLT_PFSYNC", Const, 0},
10982 {"DLT_PPI", Const, 0},
10983 {"DLT_PPP", Const, 0},
10984 {"DLT_PPP_BSDOS", Const, 0},
10985 {"DLT_PPP_ETHER", Const, 0},
10986 {"DLT_PPP_PPPD", Const, 0},
10987 {"DLT_PPP_SERIAL", Const, 0},
10988 {"DLT_PPP_WITH_DIR", Const, 0},
10989 {"DLT_PPP_WITH_DIRECTION", Const, 0},
10990 {"DLT_PRISM_HEADER", Const, 0},
10991 {"DLT_PRONET", Const, 0},
10992 {"DLT_RAIF1", Const, 0},
10993 {"DLT_RAW", Const, 0},
10994 {"DLT_RAWAF_MASK", Const, 1},
10995 {"DLT_RIO", Const, 0},
10996 {"DLT_SCCP", Const, 0},
10997 {"DLT_SITA", Const, 0},
10998 {"DLT_SLIP", Const, 0},
10999 {"DLT_SLIP_BSDOS", Const, 0},
11000 {"DLT_STANAG_5066_D_PDU", Const, 1},
11001 {"DLT_SUNATM", Const, 0},
11002 {"DLT_SYMANTEC_FIREWALL", Const, 0},
11003 {"DLT_TZSP", Const, 0},
11004 {"DLT_USB", Const, 0},
11005 {"DLT_USB_LINUX", Const, 0},
11006 {"DLT_USB_LINUX_MMAPPED", Const, 1},
11007 {"DLT_USER0", Const, 0},
11008 {"DLT_USER1", Const, 0},
11009 {"DLT_USER10", Const, 0},
11010 {"DLT_USER11", Const, 0},
11011 {"DLT_USER12", Const, 0},
11012 {"DLT_USER13", Const, 0},
11013 {"DLT_USER14", Const, 0},
11014 {"DLT_USER15", Const, 0},
11015 {"DLT_USER2", Const, 0},
11016 {"DLT_USER3", Const, 0},
11017 {"DLT_USER4", Const, 0},
11018 {"DLT_USER5", Const, 0},
11019 {"DLT_USER6", Const, 0},
11020 {"DLT_USER7", Const, 0},
11021 {"DLT_USER8", Const, 0},
11022 {"DLT_USER9", Const, 0},
11023 {"DLT_WIHART", Const, 1},
11024 {"DLT_X2E_SERIAL", Const, 0},
11025 {"DLT_X2E_XORAYA", Const, 0},
11026 {"DNSMXData", Type, 0},
11027 {"DNSMXData.NameExchange", Field, 0},
11028 {"DNSMXData.Pad", Field, 0},
11029 {"DNSMXData.Preference", Field, 0},
11030 {"DNSPTRData", Type, 0},
11031 {"DNSPTRData.Host", Field, 0},
11032 {"DNSRecord", Type, 0},
11033 {"DNSRecord.Data", Field, 0},
11034 {"DNSRecord.Dw", Field, 0},
11035 {"DNSRecord.Length", Field, 0},
11036 {"DNSRecord.Name", Field, 0},
11037 {"DNSRecord.Next", Field, 0},
11038 {"DNSRecord.Reserved", Field, 0},
11039 {"DNSRecord.Ttl", Field, 0},
11040 {"DNSRecord.Type", Field, 0},
11041 {"DNSSRVData", Type, 0},
11042 {"DNSSRVData.Pad", Field, 0},
11043 {"DNSSRVData.Port", Field, 0},
11044 {"DNSSRVData.Priority", Field, 0},
11045 {"DNSSRVData.Target", Field, 0},
11046 {"DNSSRVData.Weight", Field, 0},
11047 {"DNSTXTData", Type, 0},
11048 {"DNSTXTData.StringArray", Field, 0},
11049 {"DNSTXTData.StringCount", Field, 0},
11050 {"DNS_INFO_NO_RECORDS", Const, 4},
11051 {"DNS_TYPE_A", Const, 0},
11052 {"DNS_TYPE_A6", Const, 0},
11053 {"DNS_TYPE_AAAA", Const, 0},
11054 {"DNS_TYPE_ADDRS", Const, 0},
11055 {"DNS_TYPE_AFSDB", Const, 0},
11056 {"DNS_TYPE_ALL", Const, 0},
11057 {"DNS_TYPE_ANY", Const, 0},
11058 {"DNS_TYPE_ATMA", Const, 0},
11059 {"DNS_TYPE_AXFR", Const, 0},
11060 {"DNS_TYPE_CERT", Const, 0},
11061 {"DNS_TYPE_CNAME", Const, 0},
11062 {"DNS_TYPE_DHCID", Const, 0},
11063 {"DNS_TYPE_DNAME", Const, 0},
11064 {"DNS_TYPE_DNSKEY", Const, 0},
11065 {"DNS_TYPE_DS", Const, 0},
11066 {"DNS_TYPE_EID", Const, 0},
11067 {"DNS_TYPE_GID", Const, 0},
11068 {"DNS_TYPE_GPOS", Const, 0},
11069 {"DNS_TYPE_HINFO", Const, 0},
11070 {"DNS_TYPE_ISDN", Const, 0},
11071 {"DNS_TYPE_IXFR", Const, 0},
11072 {"DNS_TYPE_KEY", Const, 0},
11073 {"DNS_TYPE_KX", Const, 0},
11074 {"DNS_TYPE_LOC", Const, 0},
11075 {"DNS_TYPE_MAILA", Const, 0},
11076 {"DNS_TYPE_MAILB", Const, 0},
11077 {"DNS_TYPE_MB", Const, 0},
11078 {"DNS_TYPE_MD", Const, 0},
11079 {"DNS_TYPE_MF", Const, 0},
11080 {"DNS_TYPE_MG", Const, 0},
11081 {"DNS_TYPE_MINFO", Const, 0},
11082 {"DNS_TYPE_MR", Const, 0},
11083 {"DNS_TYPE_MX", Const, 0},
11084 {"DNS_TYPE_NAPTR", Const, 0},
11085 {"DNS_TYPE_NBSTAT", Const, 0},
11086 {"DNS_TYPE_NIMLOC", Const, 0},
11087 {"DNS_TYPE_NS", Const, 0},
11088 {"DNS_TYPE_NSAP", Const, 0},
11089 {"DNS_TYPE_NSAPPTR", Const, 0},
11090 {"DNS_TYPE_NSEC", Const, 0},
11091 {"DNS_TYPE_NULL", Const, 0},
11092 {"DNS_TYPE_NXT", Const, 0},
11093 {"DNS_TYPE_OPT", Const, 0},
11094 {"DNS_TYPE_PTR", Const, 0},
11095 {"DNS_TYPE_PX", Const, 0},
11096 {"DNS_TYPE_RP", Const, 0},
11097 {"DNS_TYPE_RRSIG", Const, 0},
11098 {"DNS_TYPE_RT", Const, 0},
11099 {"DNS_TYPE_SIG", Const, 0},
11100 {"DNS_TYPE_SINK", Const, 0},
11101 {"DNS_TYPE_SOA", Const, 0},
11102 {"DNS_TYPE_SRV", Const, 0},
11103 {"DNS_TYPE_TEXT", Const, 0},
11104 {"DNS_TYPE_TKEY", Const, 0},
11105 {"DNS_TYPE_TSIG", Const, 0},
11106 {"DNS_TYPE_UID", Const, 0},
11107 {"DNS_TYPE_UINFO", Const, 0},
11108 {"DNS_TYPE_UNSPEC", Const, 0},
11109 {"DNS_TYPE_WINS", Const, 0},
11110 {"DNS_TYPE_WINSR", Const, 0},
11111 {"DNS_TYPE_WKS", Const, 0},
11112 {"DNS_TYPE_X25", Const, 0},
11113 {"DT_BLK", Const, 0},
11114 {"DT_CHR", Const, 0},
11115 {"DT_DIR", Const, 0},
11116 {"DT_FIFO", Const, 0},
11117 {"DT_LNK", Const, 0},
11118 {"DT_REG", Const, 0},
11119 {"DT_SOCK", Const, 0},
11120 {"DT_UNKNOWN", Const, 0},
11121 {"DT_WHT", Const, 0},
11122 {"DUPLICATE_CLOSE_SOURCE", Const, 0},
11123 {"DUPLICATE_SAME_ACCESS", Const, 0},
11124 {"DeleteFile", Func, 0},
11125 {"DetachLsf", Func, 0},
11126 {"DeviceIoControl", Func, 4},
11127 {"Dirent", Type, 0},
11128 {"Dirent.Fileno", Field, 0},
11129 {"Dirent.Ino", Field, 0},
11130 {"Dirent.Name", Field, 0},
11131 {"Dirent.Namlen", Field, 0},
11132 {"Dirent.Off", Field, 0},
11133 {"Dirent.Pad0", Field, 12},
11134 {"Dirent.Pad1", Field, 12},
11135 {"Dirent.Pad_cgo_0", Field, 0},
11136 {"Dirent.Reclen", Field, 0},
11137 {"Dirent.Seekoff", Field, 0},
11138 {"Dirent.Type", Field, 0},
11139 {"Dirent.X__d_padding", Field, 3},
11140 {"DnsNameCompare", Func, 4},
11141 {"DnsQuery", Func, 0},
11142 {"DnsRecordListFree", Func, 0},
11143 {"DnsSectionAdditional", Const, 4},
11144 {"DnsSectionAnswer", Const, 4},
11145 {"DnsSectionAuthority", Const, 4},
11146 {"DnsSectionQuestion", Const, 4},
11147 {"Dup", Func, 0},
11148 {"Dup2", Func, 0},
11149 {"Dup3", Func, 2},
11150 {"DuplicateHandle", Func, 0},
11151 {"E2BIG", Const, 0},
11152 {"EACCES", Const, 0},
11153 {"EADDRINUSE", Const, 0},
11154 {"EADDRNOTAVAIL", Const, 0},
11155 {"EADV", Const, 0},
11156 {"EAFNOSUPPORT", Const, 0},
11157 {"EAGAIN", Const, 0},
11158 {"EALREADY", Const, 0},
11159 {"EAUTH", Const, 0},
11160 {"EBADARCH", Const, 0},
11161 {"EBADE", Const, 0},
11162 {"EBADEXEC", Const, 0},
11163 {"EBADF", Const, 0},
11164 {"EBADFD", Const, 0},
11165 {"EBADMACHO", Const, 0},
11166 {"EBADMSG", Const, 0},
11167 {"EBADR", Const, 0},
11168 {"EBADRPC", Const, 0},
11169 {"EBADRQC", Const, 0},
11170 {"EBADSLT", Const, 0},
11171 {"EBFONT", Const, 0},
11172 {"EBUSY", Const, 0},
11173 {"ECANCELED", Const, 0},
11174 {"ECAPMODE", Const, 1},
11175 {"ECHILD", Const, 0},
11176 {"ECHO", Const, 0},
11177 {"ECHOCTL", Const, 0},
11178 {"ECHOE", Const, 0},
11179 {"ECHOK", Const, 0},
11180 {"ECHOKE", Const, 0},
11181 {"ECHONL", Const, 0},
11182 {"ECHOPRT", Const, 0},
11183 {"ECHRNG", Const, 0},
11184 {"ECOMM", Const, 0},
11185 {"ECONNABORTED", Const, 0},
11186 {"ECONNREFUSED", Const, 0},
11187 {"ECONNRESET", Const, 0},
11188 {"EDEADLK", Const, 0},
11189 {"EDEADLOCK", Const, 0},
11190 {"EDESTADDRREQ", Const, 0},
11191 {"EDEVERR", Const, 0},
11192 {"EDOM", Const, 0},
11193 {"EDOOFUS", Const, 0},
11194 {"EDOTDOT", Const, 0},
11195 {"EDQUOT", Const, 0},
11196 {"EEXIST", Const, 0},
11197 {"EFAULT", Const, 0},
11198 {"EFBIG", Const, 0},
11199 {"EFER_LMA", Const, 1},
11200 {"EFER_LME", Const, 1},
11201 {"EFER_NXE", Const, 1},
11202 {"EFER_SCE", Const, 1},
11203 {"EFTYPE", Const, 0},
11204 {"EHOSTDOWN", Const, 0},
11205 {"EHOSTUNREACH", Const, 0},
11206 {"EHWPOISON", Const, 0},
11207 {"EIDRM", Const, 0},
11208 {"EILSEQ", Const, 0},
11209 {"EINPROGRESS", Const, 0},
11210 {"EINTR", Const, 0},
11211 {"EINVAL", Const, 0},
11212 {"EIO", Const, 0},
11213 {"EIPSEC", Const, 1},
11214 {"EISCONN", Const, 0},
11215 {"EISDIR", Const, 0},
11216 {"EISNAM", Const, 0},
11217 {"EKEYEXPIRED", Const, 0},
11218 {"EKEYREJECTED", Const, 0},
11219 {"EKEYREVOKED", Const, 0},
11220 {"EL2HLT", Const, 0},
11221 {"EL2NSYNC", Const, 0},
11222 {"EL3HLT", Const, 0},
11223 {"EL3RST", Const, 0},
11224 {"ELAST", Const, 0},
11225 {"ELF_NGREG", Const, 0},
11226 {"ELF_PRARGSZ", Const, 0},
11227 {"ELIBACC", Const, 0},
11228 {"ELIBBAD", Const, 0},
11229 {"ELIBEXEC", Const, 0},
11230 {"ELIBMAX", Const, 0},
11231 {"ELIBSCN", Const, 0},
11232 {"ELNRNG", Const, 0},
11233 {"ELOOP", Const, 0},
11234 {"EMEDIUMTYPE", Const, 0},
11235 {"EMFILE", Const, 0},
11236 {"EMLINK", Const, 0},
11237 {"EMSGSIZE", Const, 0},
11238 {"EMT_TAGOVF", Const, 1},
11239 {"EMULTIHOP", Const, 0},
11240 {"EMUL_ENABLED", Const, 1},
11241 {"EMUL_LINUX", Const, 1},
11242 {"EMUL_LINUX32", Const, 1},
11243 {"EMUL_MAXID", Const, 1},
11244 {"EMUL_NATIVE", Const, 1},
11245 {"ENAMETOOLONG", Const, 0},
11246 {"ENAVAIL", Const, 0},
11247 {"ENDRUNDISC", Const, 1},
11248 {"ENEEDAUTH", Const, 0},
11249 {"ENETDOWN", Const, 0},
11250 {"ENETRESET", Const, 0},
11251 {"ENETUNREACH", Const, 0},
11252 {"ENFILE", Const, 0},
11253 {"ENOANO", Const, 0},
11254 {"ENOATTR", Const, 0},
11255 {"ENOBUFS", Const, 0},
11256 {"ENOCSI", Const, 0},
11257 {"ENODATA", Const, 0},
11258 {"ENODEV", Const, 0},
11259 {"ENOENT", Const, 0},
11260 {"ENOEXEC", Const, 0},
11261 {"ENOKEY", Const, 0},
11262 {"ENOLCK", Const, 0},
11263 {"ENOLINK", Const, 0},
11264 {"ENOMEDIUM", Const, 0},
11265 {"ENOMEM", Const, 0},
11266 {"ENOMSG", Const, 0},
11267 {"ENONET", Const, 0},
11268 {"ENOPKG", Const, 0},
11269 {"ENOPOLICY", Const, 0},
11270 {"ENOPROTOOPT", Const, 0},
11271 {"ENOSPC", Const, 0},
11272 {"ENOSR", Const, 0},
11273 {"ENOSTR", Const, 0},
11274 {"ENOSYS", Const, 0},
11275 {"ENOTBLK", Const, 0},
11276 {"ENOTCAPABLE", Const, 0},
11277 {"ENOTCONN", Const, 0},
11278 {"ENOTDIR", Const, 0},
11279 {"ENOTEMPTY", Const, 0},
11280 {"ENOTNAM", Const, 0},
11281 {"ENOTRECOVERABLE", Const, 0},
11282 {"ENOTSOCK", Const, 0},
11283 {"ENOTSUP", Const, 0},
11284 {"ENOTTY", Const, 0},
11285 {"ENOTUNIQ", Const, 0},
11286 {"ENXIO", Const, 0},
11287 {"EN_SW_CTL_INF", Const, 1},
11288 {"EN_SW_CTL_PREC", Const, 1},
11289 {"EN_SW_CTL_ROUND", Const, 1},
11290 {"EN_SW_DATACHAIN", Const, 1},
11291 {"EN_SW_DENORM", Const, 1},
11292 {"EN_SW_INVOP", Const, 1},
11293 {"EN_SW_OVERFLOW", Const, 1},
11294 {"EN_SW_PRECLOSS", Const, 1},
11295 {"EN_SW_UNDERFLOW", Const, 1},
11296 {"EN_SW_ZERODIV", Const, 1},
11297 {"EOPNOTSUPP", Const, 0},
11298 {"EOVERFLOW", Const, 0},
11299 {"EOWNERDEAD", Const, 0},
11300 {"EPERM", Const, 0},
11301 {"EPFNOSUPPORT", Const, 0},
11302 {"EPIPE", Const, 0},
11303 {"EPOLLERR", Const, 0},
11304 {"EPOLLET", Const, 0},
11305 {"EPOLLHUP", Const, 0},
11306 {"EPOLLIN", Const, 0},
11307 {"EPOLLMSG", Const, 0},
11308 {"EPOLLONESHOT", Const, 0},
11309 {"EPOLLOUT", Const, 0},
11310 {"EPOLLPRI", Const, 0},
11311 {"EPOLLRDBAND", Const, 0},
11312 {"EPOLLRDHUP", Const, 0},
11313 {"EPOLLRDNORM", Const, 0},
11314 {"EPOLLWRBAND", Const, 0},
11315 {"EPOLLWRNORM", Const, 0},
11316 {"EPOLL_CLOEXEC", Const, 0},
11317 {"EPOLL_CTL_ADD", Const, 0},
11318 {"EPOLL_CTL_DEL", Const, 0},
11319 {"EPOLL_CTL_MOD", Const, 0},
11320 {"EPOLL_NONBLOCK", Const, 0},
11321 {"EPROCLIM", Const, 0},
11322 {"EPROCUNAVAIL", Const, 0},
11323 {"EPROGMISMATCH", Const, 0},
11324 {"EPROGUNAVAIL", Const, 0},
11325 {"EPROTO", Const, 0},
11326 {"EPROTONOSUPPORT", Const, 0},
11327 {"EPROTOTYPE", Const, 0},
11328 {"EPWROFF", Const, 0},
11329 {"EQFULL", Const, 16},
11330 {"ERANGE", Const, 0},
11331 {"EREMCHG", Const, 0},
11332 {"EREMOTE", Const, 0},
11333 {"EREMOTEIO", Const, 0},
11334 {"ERESTART", Const, 0},
11335 {"ERFKILL", Const, 0},
11336 {"EROFS", Const, 0},
11337 {"ERPCMISMATCH", Const, 0},
11338 {"ERROR_ACCESS_DENIED", Const, 0},
11339 {"ERROR_ALREADY_EXISTS", Const, 0},
11340 {"ERROR_BROKEN_PIPE", Const, 0},
11341 {"ERROR_BUFFER_OVERFLOW", Const, 0},
11342 {"ERROR_DIR_NOT_EMPTY", Const, 8},
11343 {"ERROR_ENVVAR_NOT_FOUND", Const, 0},
11344 {"ERROR_FILE_EXISTS", Const, 0},
11345 {"ERROR_FILE_NOT_FOUND", Const, 0},
11346 {"ERROR_HANDLE_EOF", Const, 2},
11347 {"ERROR_INSUFFICIENT_BUFFER", Const, 0},
11348 {"ERROR_IO_PENDING", Const, 0},
11349 {"ERROR_MOD_NOT_FOUND", Const, 0},
11350 {"ERROR_MORE_DATA", Const, 3},
11351 {"ERROR_NETNAME_DELETED", Const, 3},
11352 {"ERROR_NOT_FOUND", Const, 1},
11353 {"ERROR_NO_MORE_FILES", Const, 0},
11354 {"ERROR_OPERATION_ABORTED", Const, 0},
11355 {"ERROR_PATH_NOT_FOUND", Const, 0},
11356 {"ERROR_PRIVILEGE_NOT_HELD", Const, 4},
11357 {"ERROR_PROC_NOT_FOUND", Const, 0},
11358 {"ESHLIBVERS", Const, 0},
11359 {"ESHUTDOWN", Const, 0},
11360 {"ESOCKTNOSUPPORT", Const, 0},
11361 {"ESPIPE", Const, 0},
11362 {"ESRCH", Const, 0},
11363 {"ESRMNT", Const, 0},
11364 {"ESTALE", Const, 0},
11365 {"ESTRPIPE", Const, 0},
11366 {"ETHERCAP_JUMBO_MTU", Const, 1},
11367 {"ETHERCAP_VLAN_HWTAGGING", Const, 1},
11368 {"ETHERCAP_VLAN_MTU", Const, 1},
11369 {"ETHERMIN", Const, 1},
11370 {"ETHERMTU", Const, 1},
11371 {"ETHERMTU_JUMBO", Const, 1},
11372 {"ETHERTYPE_8023", Const, 1},
11373 {"ETHERTYPE_AARP", Const, 1},
11374 {"ETHERTYPE_ACCTON", Const, 1},
11375 {"ETHERTYPE_AEONIC", Const, 1},
11376 {"ETHERTYPE_ALPHA", Const, 1},
11377 {"ETHERTYPE_AMBER", Const, 1},
11378 {"ETHERTYPE_AMOEBA", Const, 1},
11379 {"ETHERTYPE_AOE", Const, 1},
11380 {"ETHERTYPE_APOLLO", Const, 1},
11381 {"ETHERTYPE_APOLLODOMAIN", Const, 1},
11382 {"ETHERTYPE_APPLETALK", Const, 1},
11383 {"ETHERTYPE_APPLITEK", Const, 1},
11384 {"ETHERTYPE_ARGONAUT", Const, 1},
11385 {"ETHERTYPE_ARP", Const, 1},
11386 {"ETHERTYPE_AT", Const, 1},
11387 {"ETHERTYPE_ATALK", Const, 1},
11388 {"ETHERTYPE_ATOMIC", Const, 1},
11389 {"ETHERTYPE_ATT", Const, 1},
11390 {"ETHERTYPE_ATTSTANFORD", Const, 1},
11391 {"ETHERTYPE_AUTOPHON", Const, 1},
11392 {"ETHERTYPE_AXIS", Const, 1},
11393 {"ETHERTYPE_BCLOOP", Const, 1},
11394 {"ETHERTYPE_BOFL", Const, 1},
11395 {"ETHERTYPE_CABLETRON", Const, 1},
11396 {"ETHERTYPE_CHAOS", Const, 1},
11397 {"ETHERTYPE_COMDESIGN", Const, 1},
11398 {"ETHERTYPE_COMPUGRAPHIC", Const, 1},
11399 {"ETHERTYPE_COUNTERPOINT", Const, 1},
11400 {"ETHERTYPE_CRONUS", Const, 1},
11401 {"ETHERTYPE_CRONUSVLN", Const, 1},
11402 {"ETHERTYPE_DCA", Const, 1},
11403 {"ETHERTYPE_DDE", Const, 1},
11404 {"ETHERTYPE_DEBNI", Const, 1},
11405 {"ETHERTYPE_DECAM", Const, 1},
11406 {"ETHERTYPE_DECCUST", Const, 1},
11407 {"ETHERTYPE_DECDIAG", Const, 1},
11408 {"ETHERTYPE_DECDNS", Const, 1},
11409 {"ETHERTYPE_DECDTS", Const, 1},
11410 {"ETHERTYPE_DECEXPER", Const, 1},
11411 {"ETHERTYPE_DECLAST", Const, 1},
11412 {"ETHERTYPE_DECLTM", Const, 1},
11413 {"ETHERTYPE_DECMUMPS", Const, 1},
11414 {"ETHERTYPE_DECNETBIOS", Const, 1},
11415 {"ETHERTYPE_DELTACON", Const, 1},
11416 {"ETHERTYPE_DIDDLE", Const, 1},
11417 {"ETHERTYPE_DLOG1", Const, 1},
11418 {"ETHERTYPE_DLOG2", Const, 1},
11419 {"ETHERTYPE_DN", Const, 1},
11420 {"ETHERTYPE_DOGFIGHT", Const, 1},
11421 {"ETHERTYPE_DSMD", Const, 1},
11422 {"ETHERTYPE_ECMA", Const, 1},
11423 {"ETHERTYPE_ENCRYPT", Const, 1},
11424 {"ETHERTYPE_ES", Const, 1},
11425 {"ETHERTYPE_EXCELAN", Const, 1},
11426 {"ETHERTYPE_EXPERDATA", Const, 1},
11427 {"ETHERTYPE_FLIP", Const, 1},
11428 {"ETHERTYPE_FLOWCONTROL", Const, 1},
11429 {"ETHERTYPE_FRARP", Const, 1},
11430 {"ETHERTYPE_GENDYN", Const, 1},
11431 {"ETHERTYPE_HAYES", Const, 1},
11432 {"ETHERTYPE_HIPPI_FP", Const, 1},
11433 {"ETHERTYPE_HITACHI", Const, 1},
11434 {"ETHERTYPE_HP", Const, 1},
11435 {"ETHERTYPE_IEEEPUP", Const, 1},
11436 {"ETHERTYPE_IEEEPUPAT", Const, 1},
11437 {"ETHERTYPE_IMLBL", Const, 1},
11438 {"ETHERTYPE_IMLBLDIAG", Const, 1},
11439 {"ETHERTYPE_IP", Const, 1},
11440 {"ETHERTYPE_IPAS", Const, 1},
11441 {"ETHERTYPE_IPV6", Const, 1},
11442 {"ETHERTYPE_IPX", Const, 1},
11443 {"ETHERTYPE_IPXNEW", Const, 1},
11444 {"ETHERTYPE_KALPANA", Const, 1},
11445 {"ETHERTYPE_LANBRIDGE", Const, 1},
11446 {"ETHERTYPE_LANPROBE", Const, 1},
11447 {"ETHERTYPE_LAT", Const, 1},
11448 {"ETHERTYPE_LBACK", Const, 1},
11449 {"ETHERTYPE_LITTLE", Const, 1},
11450 {"ETHERTYPE_LLDP", Const, 1},
11451 {"ETHERTYPE_LOGICRAFT", Const, 1},
11452 {"ETHERTYPE_LOOPBACK", Const, 1},
11453 {"ETHERTYPE_MATRA", Const, 1},
11454 {"ETHERTYPE_MAX", Const, 1},
11455 {"ETHERTYPE_MERIT", Const, 1},
11456 {"ETHERTYPE_MICP", Const, 1},
11457 {"ETHERTYPE_MOPDL", Const, 1},
11458 {"ETHERTYPE_MOPRC", Const, 1},
11459 {"ETHERTYPE_MOTOROLA", Const, 1},
11460 {"ETHERTYPE_MPLS", Const, 1},
11461 {"ETHERTYPE_MPLS_MCAST", Const, 1},
11462 {"ETHERTYPE_MUMPS", Const, 1},
11463 {"ETHERTYPE_NBPCC", Const, 1},
11464 {"ETHERTYPE_NBPCLAIM", Const, 1},
11465 {"ETHERTYPE_NBPCLREQ", Const, 1},
11466 {"ETHERTYPE_NBPCLRSP", Const, 1},
11467 {"ETHERTYPE_NBPCREQ", Const, 1},
11468 {"ETHERTYPE_NBPCRSP", Const, 1},
11469 {"ETHERTYPE_NBPDG", Const, 1},
11470 {"ETHERTYPE_NBPDGB", Const, 1},
11471 {"ETHERTYPE_NBPDLTE", Const, 1},
11472 {"ETHERTYPE_NBPRAR", Const, 1},
11473 {"ETHERTYPE_NBPRAS", Const, 1},
11474 {"ETHERTYPE_NBPRST", Const, 1},
11475 {"ETHERTYPE_NBPSCD", Const, 1},
11476 {"ETHERTYPE_NBPVCD", Const, 1},
11477 {"ETHERTYPE_NBS", Const, 1},
11478 {"ETHERTYPE_NCD", Const, 1},
11479 {"ETHERTYPE_NESTAR", Const, 1},
11480 {"ETHERTYPE_NETBEUI", Const, 1},
11481 {"ETHERTYPE_NOVELL", Const, 1},
11482 {"ETHERTYPE_NS", Const, 1},
11483 {"ETHERTYPE_NSAT", Const, 1},
11484 {"ETHERTYPE_NSCOMPAT", Const, 1},
11485 {"ETHERTYPE_NTRAILER", Const, 1},
11486 {"ETHERTYPE_OS9", Const, 1},
11487 {"ETHERTYPE_OS9NET", Const, 1},
11488 {"ETHERTYPE_PACER", Const, 1},
11489 {"ETHERTYPE_PAE", Const, 1},
11490 {"ETHERTYPE_PCS", Const, 1},
11491 {"ETHERTYPE_PLANNING", Const, 1},
11492 {"ETHERTYPE_PPP", Const, 1},
11493 {"ETHERTYPE_PPPOE", Const, 1},
11494 {"ETHERTYPE_PPPOEDISC", Const, 1},
11495 {"ETHERTYPE_PRIMENTS", Const, 1},
11496 {"ETHERTYPE_PUP", Const, 1},
11497 {"ETHERTYPE_PUPAT", Const, 1},
11498 {"ETHERTYPE_QINQ", Const, 1},
11499 {"ETHERTYPE_RACAL", Const, 1},
11500 {"ETHERTYPE_RATIONAL", Const, 1},
11501 {"ETHERTYPE_RAWFR", Const, 1},
11502 {"ETHERTYPE_RCL", Const, 1},
11503 {"ETHERTYPE_RDP", Const, 1},
11504 {"ETHERTYPE_RETIX", Const, 1},
11505 {"ETHERTYPE_REVARP", Const, 1},
11506 {"ETHERTYPE_SCA", Const, 1},
11507 {"ETHERTYPE_SECTRA", Const, 1},
11508 {"ETHERTYPE_SECUREDATA", Const, 1},
11509 {"ETHERTYPE_SGITW", Const, 1},
11510 {"ETHERTYPE_SG_BOUNCE", Const, 1},
11511 {"ETHERTYPE_SG_DIAG", Const, 1},
11512 {"ETHERTYPE_SG_NETGAMES", Const, 1},
11513 {"ETHERTYPE_SG_RESV", Const, 1},
11514 {"ETHERTYPE_SIMNET", Const, 1},
11515 {"ETHERTYPE_SLOW", Const, 1},
11516 {"ETHERTYPE_SLOWPROTOCOLS", Const, 1},
11517 {"ETHERTYPE_SNA", Const, 1},
11518 {"ETHERTYPE_SNMP", Const, 1},
11519 {"ETHERTYPE_SONIX", Const, 1},
11520 {"ETHERTYPE_SPIDER", Const, 1},
11521 {"ETHERTYPE_SPRITE", Const, 1},
11522 {"ETHERTYPE_STP", Const, 1},
11523 {"ETHERTYPE_TALARIS", Const, 1},
11524 {"ETHERTYPE_TALARISMC", Const, 1},
11525 {"ETHERTYPE_TCPCOMP", Const, 1},
11526 {"ETHERTYPE_TCPSM", Const, 1},
11527 {"ETHERTYPE_TEC", Const, 1},
11528 {"ETHERTYPE_TIGAN", Const, 1},
11529 {"ETHERTYPE_TRAIL", Const, 1},
11530 {"ETHERTYPE_TRANSETHER", Const, 1},
11531 {"ETHERTYPE_TYMSHARE", Const, 1},
11532 {"ETHERTYPE_UBBST", Const, 1},
11533 {"ETHERTYPE_UBDEBUG", Const, 1},
11534 {"ETHERTYPE_UBDIAGLOOP", Const, 1},
11535 {"ETHERTYPE_UBDL", Const, 1},
11536 {"ETHERTYPE_UBNIU", Const, 1},
11537 {"ETHERTYPE_UBNMC", Const, 1},
11538 {"ETHERTYPE_VALID", Const, 1},
11539 {"ETHERTYPE_VARIAN", Const, 1},
11540 {"ETHERTYPE_VAXELN", Const, 1},
11541 {"ETHERTYPE_VEECO", Const, 1},
11542 {"ETHERTYPE_VEXP", Const, 1},
11543 {"ETHERTYPE_VGLAB", Const, 1},
11544 {"ETHERTYPE_VINES", Const, 1},
11545 {"ETHERTYPE_VINESECHO", Const, 1},
11546 {"ETHERTYPE_VINESLOOP", Const, 1},
11547 {"ETHERTYPE_VITAL", Const, 1},
11548 {"ETHERTYPE_VLAN", Const, 1},
11549 {"ETHERTYPE_VLTLMAN", Const, 1},
11550 {"ETHERTYPE_VPROD", Const, 1},
11551 {"ETHERTYPE_VURESERVED", Const, 1},
11552 {"ETHERTYPE_WATERLOO", Const, 1},
11553 {"ETHERTYPE_WELLFLEET", Const, 1},
11554 {"ETHERTYPE_X25", Const, 1},
11555 {"ETHERTYPE_X75", Const, 1},
11556 {"ETHERTYPE_XNSSM", Const, 1},
11557 {"ETHERTYPE_XTP", Const, 1},
11558 {"ETHER_ADDR_LEN", Const, 1},
11559 {"ETHER_ALIGN", Const, 1},
11560 {"ETHER_CRC_LEN", Const, 1},
11561 {"ETHER_CRC_POLY_BE", Const, 1},
11562 {"ETHER_CRC_POLY_LE", Const, 1},
11563 {"ETHER_HDR_LEN", Const, 1},
11564 {"ETHER_MAX_DIX_LEN", Const, 1},
11565 {"ETHER_MAX_LEN", Const, 1},
11566 {"ETHER_MAX_LEN_JUMBO", Const, 1},
11567 {"ETHER_MIN_LEN", Const, 1},
11568 {"ETHER_PPPOE_ENCAP_LEN", Const, 1},
11569 {"ETHER_TYPE_LEN", Const, 1},
11570 {"ETHER_VLAN_ENCAP_LEN", Const, 1},
11571 {"ETH_P_1588", Const, 0},
11572 {"ETH_P_8021Q", Const, 0},
11573 {"ETH_P_802_2", Const, 0},
11574 {"ETH_P_802_3", Const, 0},
11575 {"ETH_P_AARP", Const, 0},
11576 {"ETH_P_ALL", Const, 0},
11577 {"ETH_P_AOE", Const, 0},
11578 {"ETH_P_ARCNET", Const, 0},
11579 {"ETH_P_ARP", Const, 0},
11580 {"ETH_P_ATALK", Const, 0},
11581 {"ETH_P_ATMFATE", Const, 0},
11582 {"ETH_P_ATMMPOA", Const, 0},
11583 {"ETH_P_AX25", Const, 0},
11584 {"ETH_P_BPQ", Const, 0},
11585 {"ETH_P_CAIF", Const, 0},
11586 {"ETH_P_CAN", Const, 0},
11587 {"ETH_P_CONTROL", Const, 0},
11588 {"ETH_P_CUST", Const, 0},
11589 {"ETH_P_DDCMP", Const, 0},
11590 {"ETH_P_DEC", Const, 0},
11591 {"ETH_P_DIAG", Const, 0},
11592 {"ETH_P_DNA_DL", Const, 0},
11593 {"ETH_P_DNA_RC", Const, 0},
11594 {"ETH_P_DNA_RT", Const, 0},
11595 {"ETH_P_DSA", Const, 0},
11596 {"ETH_P_ECONET", Const, 0},
11597 {"ETH_P_EDSA", Const, 0},
11598 {"ETH_P_FCOE", Const, 0},
11599 {"ETH_P_FIP", Const, 0},
11600 {"ETH_P_HDLC", Const, 0},
11601 {"ETH_P_IEEE802154", Const, 0},
11602 {"ETH_P_IEEEPUP", Const, 0},
11603 {"ETH_P_IEEEPUPAT", Const, 0},
11604 {"ETH_P_IP", Const, 0},
11605 {"ETH_P_IPV6", Const, 0},
11606 {"ETH_P_IPX", Const, 0},
11607 {"ETH_P_IRDA", Const, 0},
11608 {"ETH_P_LAT", Const, 0},
11609 {"ETH_P_LINK_CTL", Const, 0},
11610 {"ETH_P_LOCALTALK", Const, 0},
11611 {"ETH_P_LOOP", Const, 0},
11612 {"ETH_P_MOBITEX", Const, 0},
11613 {"ETH_P_MPLS_MC", Const, 0},
11614 {"ETH_P_MPLS_UC", Const, 0},
11615 {"ETH_P_PAE", Const, 0},
11616 {"ETH_P_PAUSE", Const, 0},
11617 {"ETH_P_PHONET", Const, 0},
11618 {"ETH_P_PPPTALK", Const, 0},
11619 {"ETH_P_PPP_DISC", Const, 0},
11620 {"ETH_P_PPP_MP", Const, 0},
11621 {"ETH_P_PPP_SES", Const, 0},
11622 {"ETH_P_PUP", Const, 0},
11623 {"ETH_P_PUPAT", Const, 0},
11624 {"ETH_P_RARP", Const, 0},
11625 {"ETH_P_SCA", Const, 0},
11626 {"ETH_P_SLOW", Const, 0},
11627 {"ETH_P_SNAP", Const, 0},
11628 {"ETH_P_TEB", Const, 0},
11629 {"ETH_P_TIPC", Const, 0},
11630 {"ETH_P_TRAILER", Const, 0},
11631 {"ETH_P_TR_802_2", Const, 0},
11632 {"ETH_P_WAN_PPP", Const, 0},
11633 {"ETH_P_WCCP", Const, 0},
11634 {"ETH_P_X25", Const, 0},
11635 {"ETIME", Const, 0},
11636 {"ETIMEDOUT", Const, 0},
11637 {"ETOOMANYREFS", Const, 0},
11638 {"ETXTBSY", Const, 0},
11639 {"EUCLEAN", Const, 0},
11640 {"EUNATCH", Const, 0},
11641 {"EUSERS", Const, 0},
11642 {"EVFILT_AIO", Const, 0},
11643 {"EVFILT_FS", Const, 0},
11644 {"EVFILT_LIO", Const, 0},
11645 {"EVFILT_MACHPORT", Const, 0},
11646 {"EVFILT_PROC", Const, 0},
11647 {"EVFILT_READ", Const, 0},
11648 {"EVFILT_SIGNAL", Const, 0},
11649 {"EVFILT_SYSCOUNT", Const, 0},
11650 {"EVFILT_THREADMARKER", Const, 0},
11651 {"EVFILT_TIMER", Const, 0},
11652 {"EVFILT_USER", Const, 0},
11653 {"EVFILT_VM", Const, 0},
11654 {"EVFILT_VNODE", Const, 0},
11655 {"EVFILT_WRITE", Const, 0},
11656 {"EV_ADD", Const, 0},
11657 {"EV_CLEAR", Const, 0},
11658 {"EV_DELETE", Const, 0},
11659 {"EV_DISABLE", Const, 0},
11660 {"EV_DISPATCH", Const, 0},
11661 {"EV_DROP", Const, 3},
11662 {"EV_ENABLE", Const, 0},
11663 {"EV_EOF", Const, 0},
11664 {"EV_ERROR", Const, 0},
11665 {"EV_FLAG0", Const, 0},
11666 {"EV_FLAG1", Const, 0},
11667 {"EV_ONESHOT", Const, 0},
11668 {"EV_OOBAND", Const, 0},
11669 {"EV_POLL", Const, 0},
11670 {"EV_RECEIPT", Const, 0},
11671 {"EV_SYSFLAGS", Const, 0},
11672 {"EWINDOWS", Const, 0},
11673 {"EWOULDBLOCK", Const, 0},
11674 {"EXDEV", Const, 0},
11675 {"EXFULL", Const, 0},
11676 {"EXTA", Const, 0},
11677 {"EXTB", Const, 0},
11678 {"EXTPROC", Const, 0},
11679 {"Environ", Func, 0},
11680 {"EpollCreate", Func, 0},
11681 {"EpollCreate1", Func, 0},
11682 {"EpollCtl", Func, 0},
11683 {"EpollEvent", Type, 0},
11684 {"EpollEvent.Events", Field, 0},
11685 {"EpollEvent.Fd", Field, 0},
11686 {"EpollEvent.Pad", Field, 0},
11687 {"EpollEvent.PadFd", Field, 0},
11688 {"EpollWait", Func, 0},
11689 {"Errno", Type, 0},
11690 {"EscapeArg", Func, 0},
11691 {"Exchangedata", Func, 0},
11692 {"Exec", Func, 0},
11693 {"Exit", Func, 0},
11694 {"ExitProcess", Func, 0},
11695 {"FD_CLOEXEC", Const, 0},
11696 {"FD_SETSIZE", Const, 0},
11697 {"FILE_ACTION_ADDED", Const, 0},
11698 {"FILE_ACTION_MODIFIED", Const, 0},
11699 {"FILE_ACTION_REMOVED", Const, 0},
11700 {"FILE_ACTION_RENAMED_NEW_NAME", Const, 0},
11701 {"FILE_ACTION_RENAMED_OLD_NAME", Const, 0},
11702 {"FILE_APPEND_DATA", Const, 0},
11703 {"FILE_ATTRIBUTE_ARCHIVE", Const, 0},
11704 {"FILE_ATTRIBUTE_DIRECTORY", Const, 0},
11705 {"FILE_ATTRIBUTE_HIDDEN", Const, 0},
11706 {"FILE_ATTRIBUTE_NORMAL", Const, 0},
11707 {"FILE_ATTRIBUTE_READONLY", Const, 0},
11708 {"FILE_ATTRIBUTE_REPARSE_POINT", Const, 4},
11709 {"FILE_ATTRIBUTE_SYSTEM", Const, 0},
11710 {"FILE_BEGIN", Const, 0},
11711 {"FILE_CURRENT", Const, 0},
11712 {"FILE_END", Const, 0},
11713 {"FILE_FLAG_BACKUP_SEMANTICS", Const, 0},
11714 {"FILE_FLAG_OPEN_REPARSE_POINT", Const, 4},
11715 {"FILE_FLAG_OVERLAPPED", Const, 0},
11716 {"FILE_LIST_DIRECTORY", Const, 0},
11717 {"FILE_MAP_COPY", Const, 0},
11718 {"FILE_MAP_EXECUTE", Const, 0},
11719 {"FILE_MAP_READ", Const, 0},
11720 {"FILE_MAP_WRITE", Const, 0},
11721 {"FILE_NOTIFY_CHANGE_ATTRIBUTES", Const, 0},
11722 {"FILE_NOTIFY_CHANGE_CREATION", Const, 0},
11723 {"FILE_NOTIFY_CHANGE_DIR_NAME", Const, 0},
11724 {"FILE_NOTIFY_CHANGE_FILE_NAME", Const, 0},
11725 {"FILE_NOTIFY_CHANGE_LAST_ACCESS", Const, 0},
11726 {"FILE_NOTIFY_CHANGE_LAST_WRITE", Const, 0},
11727 {"FILE_NOTIFY_CHANGE_SIZE", Const, 0},
11728 {"FILE_SHARE_DELETE", Const, 0},
11729 {"FILE_SHARE_READ", Const, 0},
11730 {"FILE_SHARE_WRITE", Const, 0},
11731 {"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS", Const, 2},
11732 {"FILE_SKIP_SET_EVENT_ON_HANDLE", Const, 2},
11733 {"FILE_TYPE_CHAR", Const, 0},
11734 {"FILE_TYPE_DISK", Const, 0},
11735 {"FILE_TYPE_PIPE", Const, 0},
11736 {"FILE_TYPE_REMOTE", Const, 0},
11737 {"FILE_TYPE_UNKNOWN", Const, 0},
11738 {"FILE_WRITE_ATTRIBUTES", Const, 0},
11739 {"FLUSHO", Const, 0},
11740 {"FORMAT_MESSAGE_ALLOCATE_BUFFER", Const, 0},
11741 {"FORMAT_MESSAGE_ARGUMENT_ARRAY", Const, 0},
11742 {"FORMAT_MESSAGE_FROM_HMODULE", Const, 0},
11743 {"FORMAT_MESSAGE_FROM_STRING", Const, 0},
11744 {"FORMAT_MESSAGE_FROM_SYSTEM", Const, 0},
11745 {"FORMAT_MESSAGE_IGNORE_INSERTS", Const, 0},
11746 {"FORMAT_MESSAGE_MAX_WIDTH_MASK", Const, 0},
11747 {"FSCTL_GET_REPARSE_POINT", Const, 4},
11748 {"F_ADDFILESIGS", Const, 0},
11749 {"F_ADDSIGS", Const, 0},
11750 {"F_ALLOCATEALL", Const, 0},
11751 {"F_ALLOCATECONTIG", Const, 0},
11752 {"F_CANCEL", Const, 0},
11753 {"F_CHKCLEAN", Const, 0},
11754 {"F_CLOSEM", Const, 1},
11755 {"F_DUP2FD", Const, 0},
11756 {"F_DUP2FD_CLOEXEC", Const, 1},
11757 {"F_DUPFD", Const, 0},
11758 {"F_DUPFD_CLOEXEC", Const, 0},
11759 {"F_EXLCK", Const, 0},
11760 {"F_FINDSIGS", Const, 16},
11761 {"F_FLUSH_DATA", Const, 0},
11762 {"F_FREEZE_FS", Const, 0},
11763 {"F_FSCTL", Const, 1},
11764 {"F_FSDIRMASK", Const, 1},
11765 {"F_FSIN", Const, 1},
11766 {"F_FSINOUT", Const, 1},
11767 {"F_FSOUT", Const, 1},
11768 {"F_FSPRIV", Const, 1},
11769 {"F_FSVOID", Const, 1},
11770 {"F_FULLFSYNC", Const, 0},
11771 {"F_GETCODEDIR", Const, 16},
11772 {"F_GETFD", Const, 0},
11773 {"F_GETFL", Const, 0},
11774 {"F_GETLEASE", Const, 0},
11775 {"F_GETLK", Const, 0},
11776 {"F_GETLK64", Const, 0},
11777 {"F_GETLKPID", Const, 0},
11778 {"F_GETNOSIGPIPE", Const, 0},
11779 {"F_GETOWN", Const, 0},
11780 {"F_GETOWN_EX", Const, 0},
11781 {"F_GETPATH", Const, 0},
11782 {"F_GETPATH_MTMINFO", Const, 0},
11783 {"F_GETPIPE_SZ", Const, 0},
11784 {"F_GETPROTECTIONCLASS", Const, 0},
11785 {"F_GETPROTECTIONLEVEL", Const, 16},
11786 {"F_GETSIG", Const, 0},
11787 {"F_GLOBAL_NOCACHE", Const, 0},
11788 {"F_LOCK", Const, 0},
11789 {"F_LOG2PHYS", Const, 0},
11790 {"F_LOG2PHYS_EXT", Const, 0},
11791 {"F_MARKDEPENDENCY", Const, 0},
11792 {"F_MAXFD", Const, 1},
11793 {"F_NOCACHE", Const, 0},
11794 {"F_NODIRECT", Const, 0},
11795 {"F_NOTIFY", Const, 0},
11796 {"F_OGETLK", Const, 0},
11797 {"F_OK", Const, 0},
11798 {"F_OSETLK", Const, 0},
11799 {"F_OSETLKW", Const, 0},
11800 {"F_PARAM_MASK", Const, 1},
11801 {"F_PARAM_MAX", Const, 1},
11802 {"F_PATHPKG_CHECK", Const, 0},
11803 {"F_PEOFPOSMODE", Const, 0},
11804 {"F_PREALLOCATE", Const, 0},
11805 {"F_RDADVISE", Const, 0},
11806 {"F_RDAHEAD", Const, 0},
11807 {"F_RDLCK", Const, 0},
11808 {"F_READAHEAD", Const, 0},
11809 {"F_READBOOTSTRAP", Const, 0},
11810 {"F_SETBACKINGSTORE", Const, 0},
11811 {"F_SETFD", Const, 0},
11812 {"F_SETFL", Const, 0},
11813 {"F_SETLEASE", Const, 0},
11814 {"F_SETLK", Const, 0},
11815 {"F_SETLK64", Const, 0},
11816 {"F_SETLKW", Const, 0},
11817 {"F_SETLKW64", Const, 0},
11818 {"F_SETLKWTIMEOUT", Const, 16},
11819 {"F_SETLK_REMOTE", Const, 0},
11820 {"F_SETNOSIGPIPE", Const, 0},
11821 {"F_SETOWN", Const, 0},
11822 {"F_SETOWN_EX", Const, 0},
11823 {"F_SETPIPE_SZ", Const, 0},
11824 {"F_SETPROTECTIONCLASS", Const, 0},
11825 {"F_SETSIG", Const, 0},
11826 {"F_SETSIZE", Const, 0},
11827 {"F_SHLCK", Const, 0},
11828 {"F_SINGLE_WRITER", Const, 16},
11829 {"F_TEST", Const, 0},
11830 {"F_THAW_FS", Const, 0},
11831 {"F_TLOCK", Const, 0},
11832 {"F_TRANSCODEKEY", Const, 16},
11833 {"F_ULOCK", Const, 0},
11834 {"F_UNLCK", Const, 0},
11835 {"F_UNLCKSYS", Const, 0},
11836 {"F_VOLPOSMODE", Const, 0},
11837 {"F_WRITEBOOTSTRAP", Const, 0},
11838 {"F_WRLCK", Const, 0},
11839 {"Faccessat", Func, 0},
11840 {"Fallocate", Func, 0},
11841 {"Fbootstraptransfer_t", Type, 0},
11842 {"Fbootstraptransfer_t.Buffer", Field, 0},
11843 {"Fbootstraptransfer_t.Length", Field, 0},
11844 {"Fbootstraptransfer_t.Offset", Field, 0},
11845 {"Fchdir", Func, 0},
11846 {"Fchflags", Func, 0},
11847 {"Fchmod", Func, 0},
11848 {"Fchmodat", Func, 0},
11849 {"Fchown", Func, 0},
11850 {"Fchownat", Func, 0},
11851 {"FcntlFlock", Func, 3},
11852 {"FdSet", Type, 0},
11853 {"FdSet.Bits", Field, 0},
11854 {"FdSet.X__fds_bits", Field, 0},
11855 {"Fdatasync", Func, 0},
11856 {"FileNotifyInformation", Type, 0},
11857 {"FileNotifyInformation.Action", Field, 0},
11858 {"FileNotifyInformation.FileName", Field, 0},
11859 {"FileNotifyInformation.FileNameLength", Field, 0},
11860 {"FileNotifyInformation.NextEntryOffset", Field, 0},
11861 {"Filetime", Type, 0},
11862 {"Filetime.HighDateTime", Field, 0},
11863 {"Filetime.LowDateTime", Field, 0},
11864 {"FindClose", Func, 0},
11865 {"FindFirstFile", Func, 0},
11866 {"FindNextFile", Func, 0},
11867 {"Flock", Func, 0},
11868 {"Flock_t", Type, 0},
11869 {"Flock_t.Len", Field, 0},
11870 {"Flock_t.Pad_cgo_0", Field, 0},
11871 {"Flock_t.Pad_cgo_1", Field, 3},
11872 {"Flock_t.Pid", Field, 0},
11873 {"Flock_t.Start", Field, 0},
11874 {"Flock_t.Sysid", Field, 0},
11875 {"Flock_t.Type", Field, 0},
11876 {"Flock_t.Whence", Field, 0},
11877 {"FlushBpf", Func, 0},
11878 {"FlushFileBuffers", Func, 0},
11879 {"FlushViewOfFile", Func, 0},
11880 {"ForkExec", Func, 0},
11881 {"ForkLock", Var, 0},
11882 {"FormatMessage", Func, 0},
11883 {"Fpathconf", Func, 0},
11884 {"FreeAddrInfoW", Func, 1},
11885 {"FreeEnvironmentStrings", Func, 0},
11886 {"FreeLibrary", Func, 0},
11887 {"Fsid", Type, 0},
11888 {"Fsid.Val", Field, 0},
11889 {"Fsid.X__fsid_val", Field, 2},
11890 {"Fsid.X__val", Field, 0},
11891 {"Fstat", Func, 0},
11892 {"Fstatat", Func, 12},
11893 {"Fstatfs", Func, 0},
11894 {"Fstore_t", Type, 0},
11895 {"Fstore_t.Bytesalloc", Field, 0},
11896 {"Fstore_t.Flags", Field, 0},
11897 {"Fstore_t.Length", Field, 0},
11898 {"Fstore_t.Offset", Field, 0},
11899 {"Fstore_t.Posmode", Field, 0},
11900 {"Fsync", Func, 0},
11901 {"Ftruncate", Func, 0},
11902 {"FullPath", Func, 4},
11903 {"Futimes", Func, 0},
11904 {"Futimesat", Func, 0},
11905 {"GENERIC_ALL", Const, 0},
11906 {"GENERIC_EXECUTE", Const, 0},
11907 {"GENERIC_READ", Const, 0},
11908 {"GENERIC_WRITE", Const, 0},
11909 {"GUID", Type, 1},
11910 {"GUID.Data1", Field, 1},
11911 {"GUID.Data2", Field, 1},
11912 {"GUID.Data3", Field, 1},
11913 {"GUID.Data4", Field, 1},
11914 {"GetAcceptExSockaddrs", Func, 0},
11915 {"GetAdaptersInfo", Func, 0},
11916 {"GetAddrInfoW", Func, 1},
11917 {"GetCommandLine", Func, 0},
11918 {"GetComputerName", Func, 0},
11919 {"GetConsoleMode", Func, 1},
11920 {"GetCurrentDirectory", Func, 0},
11921 {"GetCurrentProcess", Func, 0},
11922 {"GetEnvironmentStrings", Func, 0},
11923 {"GetEnvironmentVariable", Func, 0},
11924 {"GetExitCodeProcess", Func, 0},
11925 {"GetFileAttributes", Func, 0},
11926 {"GetFileAttributesEx", Func, 0},
11927 {"GetFileExInfoStandard", Const, 0},
11928 {"GetFileExMaxInfoLevel", Const, 0},
11929 {"GetFileInformationByHandle", Func, 0},
11930 {"GetFileType", Func, 0},
11931 {"GetFullPathName", Func, 0},
11932 {"GetHostByName", Func, 0},
11933 {"GetIfEntry", Func, 0},
11934 {"GetLastError", Func, 0},
11935 {"GetLengthSid", Func, 0},
11936 {"GetLongPathName", Func, 0},
11937 {"GetProcAddress", Func, 0},
11938 {"GetProcessTimes", Func, 0},
11939 {"GetProtoByName", Func, 0},
11940 {"GetQueuedCompletionStatus", Func, 0},
11941 {"GetServByName", Func, 0},
11942 {"GetShortPathName", Func, 0},
11943 {"GetStartupInfo", Func, 0},
11944 {"GetStdHandle", Func, 0},
11945 {"GetSystemTimeAsFileTime", Func, 0},
11946 {"GetTempPath", Func, 0},
11947 {"GetTimeZoneInformation", Func, 0},
11948 {"GetTokenInformation", Func, 0},
11949 {"GetUserNameEx", Func, 0},
11950 {"GetUserProfileDirectory", Func, 0},
11951 {"GetVersion", Func, 0},
11952 {"Getcwd", Func, 0},
11953 {"Getdents", Func, 0},
11954 {"Getdirentries", Func, 0},
11955 {"Getdtablesize", Func, 0},
11956 {"Getegid", Func, 0},
11957 {"Getenv", Func, 0},
11958 {"Geteuid", Func, 0},
11959 {"Getfsstat", Func, 0},
11960 {"Getgid", Func, 0},
11961 {"Getgroups", Func, 0},
11962 {"Getpagesize", Func, 0},
11963 {"Getpeername", Func, 0},
11964 {"Getpgid", Func, 0},
11965 {"Getpgrp", Func, 0},
11966 {"Getpid", Func, 0},
11967 {"Getppid", Func, 0},
11968 {"Getpriority", Func, 0},
11969 {"Getrlimit", Func, 0},
11970 {"Getrusage", Func, 0},
11971 {"Getsid", Func, 0},
11972 {"Getsockname", Func, 0},
11973 {"Getsockopt", Func, 1},
11974 {"GetsockoptByte", Func, 0},
11975 {"GetsockoptICMPv6Filter", Func, 2},
11976 {"GetsockoptIPMreq", Func, 0},
11977 {"GetsockoptIPMreqn", Func, 0},
11978 {"GetsockoptIPv6MTUInfo", Func, 2},
11979 {"GetsockoptIPv6Mreq", Func, 0},
11980 {"GetsockoptInet4Addr", Func, 0},
11981 {"GetsockoptInt", Func, 0},
11982 {"GetsockoptUcred", Func, 1},
11983 {"Gettid", Func, 0},
11984 {"Gettimeofday", Func, 0},
11985 {"Getuid", Func, 0},
11986 {"Getwd", Func, 0},
11987 {"Getxattr", Func, 1},
11988 {"HANDLE_FLAG_INHERIT", Const, 0},
11989 {"HKEY_CLASSES_ROOT", Const, 0},
11990 {"HKEY_CURRENT_CONFIG", Const, 0},
11991 {"HKEY_CURRENT_USER", Const, 0},
11992 {"HKEY_DYN_DATA", Const, 0},
11993 {"HKEY_LOCAL_MACHINE", Const, 0},
11994 {"HKEY_PERFORMANCE_DATA", Const, 0},
11995 {"HKEY_USERS", Const, 0},
11996 {"HUPCL", Const, 0},
11997 {"Handle", Type, 0},
11998 {"Hostent", Type, 0},
11999 {"Hostent.AddrList", Field, 0},
12000 {"Hostent.AddrType", Field, 0},
12001 {"Hostent.Aliases", Field, 0},
12002 {"Hostent.Length", Field, 0},
12003 {"Hostent.Name", Field, 0},
12004 {"ICANON", Const, 0},
12005 {"ICMP6_FILTER", Const, 2},
12006 {"ICMPV6_FILTER", Const, 2},
12007 {"ICMPv6Filter", Type, 2},
12008 {"ICMPv6Filter.Data", Field, 2},
12009 {"ICMPv6Filter.Filt", Field, 2},
12010 {"ICRNL", Const, 0},
12011 {"IEXTEN", Const, 0},
12012 {"IFAN_ARRIVAL", Const, 1},
12013 {"IFAN_DEPARTURE", Const, 1},
12014 {"IFA_ADDRESS", Const, 0},
12015 {"IFA_ANYCAST", Const, 0},
12016 {"IFA_BROADCAST", Const, 0},
12017 {"IFA_CACHEINFO", Const, 0},
12018 {"IFA_F_DADFAILED", Const, 0},
12019 {"IFA_F_DEPRECATED", Const, 0},
12020 {"IFA_F_HOMEADDRESS", Const, 0},
12021 {"IFA_F_NODAD", Const, 0},
12022 {"IFA_F_OPTIMISTIC", Const, 0},
12023 {"IFA_F_PERMANENT", Const, 0},
12024 {"IFA_F_SECONDARY", Const, 0},
12025 {"IFA_F_TEMPORARY", Const, 0},
12026 {"IFA_F_TENTATIVE", Const, 0},
12027 {"IFA_LABEL", Const, 0},
12028 {"IFA_LOCAL", Const, 0},
12029 {"IFA_MAX", Const, 0},
12030 {"IFA_MULTICAST", Const, 0},
12031 {"IFA_ROUTE", Const, 1},
12032 {"IFA_UNSPEC", Const, 0},
12033 {"IFF_ALLMULTI", Const, 0},
12034 {"IFF_ALTPHYS", Const, 0},
12035 {"IFF_AUTOMEDIA", Const, 0},
12036 {"IFF_BROADCAST", Const, 0},
12037 {"IFF_CANTCHANGE", Const, 0},
12038 {"IFF_CANTCONFIG", Const, 1},
12039 {"IFF_DEBUG", Const, 0},
12040 {"IFF_DRV_OACTIVE", Const, 0},
12041 {"IFF_DRV_RUNNING", Const, 0},
12042 {"IFF_DYING", Const, 0},
12043 {"IFF_DYNAMIC", Const, 0},
12044 {"IFF_LINK0", Const, 0},
12045 {"IFF_LINK1", Const, 0},
12046 {"IFF_LINK2", Const, 0},
12047 {"IFF_LOOPBACK", Const, 0},
12048 {"IFF_MASTER", Const, 0},
12049 {"IFF_MONITOR", Const, 0},
12050 {"IFF_MULTICAST", Const, 0},
12051 {"IFF_NOARP", Const, 0},
12052 {"IFF_NOTRAILERS", Const, 0},
12053 {"IFF_NO_PI", Const, 0},
12054 {"IFF_OACTIVE", Const, 0},
12055 {"IFF_ONE_QUEUE", Const, 0},
12056 {"IFF_POINTOPOINT", Const, 0},
12057 {"IFF_POINTTOPOINT", Const, 0},
12058 {"IFF_PORTSEL", Const, 0},
12059 {"IFF_PPROMISC", Const, 0},
12060 {"IFF_PROMISC", Const, 0},
12061 {"IFF_RENAMING", Const, 0},
12062 {"IFF_RUNNING", Const, 0},
12063 {"IFF_SIMPLEX", Const, 0},
12064 {"IFF_SLAVE", Const, 0},
12065 {"IFF_SMART", Const, 0},
12066 {"IFF_STATICARP", Const, 0},
12067 {"IFF_TAP", Const, 0},
12068 {"IFF_TUN", Const, 0},
12069 {"IFF_TUN_EXCL", Const, 0},
12070 {"IFF_UP", Const, 0},
12071 {"IFF_VNET_HDR", Const, 0},
12072 {"IFLA_ADDRESS", Const, 0},
12073 {"IFLA_BROADCAST", Const, 0},
12074 {"IFLA_COST", Const, 0},
12075 {"IFLA_IFALIAS", Const, 0},
12076 {"IFLA_IFNAME", Const, 0},
12077 {"IFLA_LINK", Const, 0},
12078 {"IFLA_LINKINFO", Const, 0},
12079 {"IFLA_LINKMODE", Const, 0},
12080 {"IFLA_MAP", Const, 0},
12081 {"IFLA_MASTER", Const, 0},
12082 {"IFLA_MAX", Const, 0},
12083 {"IFLA_MTU", Const, 0},
12084 {"IFLA_NET_NS_PID", Const, 0},
12085 {"IFLA_OPERSTATE", Const, 0},
12086 {"IFLA_PRIORITY", Const, 0},
12087 {"IFLA_PROTINFO", Const, 0},
12088 {"IFLA_QDISC", Const, 0},
12089 {"IFLA_STATS", Const, 0},
12090 {"IFLA_TXQLEN", Const, 0},
12091 {"IFLA_UNSPEC", Const, 0},
12092 {"IFLA_WEIGHT", Const, 0},
12093 {"IFLA_WIRELESS", Const, 0},
12094 {"IFNAMSIZ", Const, 0},
12095 {"IFT_1822", Const, 0},
12096 {"IFT_A12MPPSWITCH", Const, 0},
12097 {"IFT_AAL2", Const, 0},
12098 {"IFT_AAL5", Const, 0},
12099 {"IFT_ADSL", Const, 0},
12100 {"IFT_AFLANE8023", Const, 0},
12101 {"IFT_AFLANE8025", Const, 0},
12102 {"IFT_ARAP", Const, 0},
12103 {"IFT_ARCNET", Const, 0},
12104 {"IFT_ARCNETPLUS", Const, 0},
12105 {"IFT_ASYNC", Const, 0},
12106 {"IFT_ATM", Const, 0},
12107 {"IFT_ATMDXI", Const, 0},
12108 {"IFT_ATMFUNI", Const, 0},
12109 {"IFT_ATMIMA", Const, 0},
12110 {"IFT_ATMLOGICAL", Const, 0},
12111 {"IFT_ATMRADIO", Const, 0},
12112 {"IFT_ATMSUBINTERFACE", Const, 0},
12113 {"IFT_ATMVCIENDPT", Const, 0},
12114 {"IFT_ATMVIRTUAL", Const, 0},
12115 {"IFT_BGPPOLICYACCOUNTING", Const, 0},
12116 {"IFT_BLUETOOTH", Const, 1},
12117 {"IFT_BRIDGE", Const, 0},
12118 {"IFT_BSC", Const, 0},
12119 {"IFT_CARP", Const, 0},
12120 {"IFT_CCTEMUL", Const, 0},
12121 {"IFT_CELLULAR", Const, 0},
12122 {"IFT_CEPT", Const, 0},
12123 {"IFT_CES", Const, 0},
12124 {"IFT_CHANNEL", Const, 0},
12125 {"IFT_CNR", Const, 0},
12126 {"IFT_COFFEE", Const, 0},
12127 {"IFT_COMPOSITELINK", Const, 0},
12128 {"IFT_DCN", Const, 0},
12129 {"IFT_DIGITALPOWERLINE", Const, 0},
12130 {"IFT_DIGITALWRAPPEROVERHEADCHANNEL", Const, 0},
12131 {"IFT_DLSW", Const, 0},
12132 {"IFT_DOCSCABLEDOWNSTREAM", Const, 0},
12133 {"IFT_DOCSCABLEMACLAYER", Const, 0},
12134 {"IFT_DOCSCABLEUPSTREAM", Const, 0},
12135 {"IFT_DOCSCABLEUPSTREAMCHANNEL", Const, 1},
12136 {"IFT_DS0", Const, 0},
12137 {"IFT_DS0BUNDLE", Const, 0},
12138 {"IFT_DS1FDL", Const, 0},
12139 {"IFT_DS3", Const, 0},
12140 {"IFT_DTM", Const, 0},
12141 {"IFT_DUMMY", Const, 1},
12142 {"IFT_DVBASILN", Const, 0},
12143 {"IFT_DVBASIOUT", Const, 0},
12144 {"IFT_DVBRCCDOWNSTREAM", Const, 0},
12145 {"IFT_DVBRCCMACLAYER", Const, 0},
12146 {"IFT_DVBRCCUPSTREAM", Const, 0},
12147 {"IFT_ECONET", Const, 1},
12148 {"IFT_ENC", Const, 0},
12149 {"IFT_EON", Const, 0},
12150 {"IFT_EPLRS", Const, 0},
12151 {"IFT_ESCON", Const, 0},
12152 {"IFT_ETHER", Const, 0},
12153 {"IFT_FAITH", Const, 0},
12154 {"IFT_FAST", Const, 0},
12155 {"IFT_FASTETHER", Const, 0},
12156 {"IFT_FASTETHERFX", Const, 0},
12157 {"IFT_FDDI", Const, 0},
12158 {"IFT_FIBRECHANNEL", Const, 0},
12159 {"IFT_FRAMERELAYINTERCONNECT", Const, 0},
12160 {"IFT_FRAMERELAYMPI", Const, 0},
12161 {"IFT_FRDLCIENDPT", Const, 0},
12162 {"IFT_FRELAY", Const, 0},
12163 {"IFT_FRELAYDCE", Const, 0},
12164 {"IFT_FRF16MFRBUNDLE", Const, 0},
12165 {"IFT_FRFORWARD", Const, 0},
12166 {"IFT_G703AT2MB", Const, 0},
12167 {"IFT_G703AT64K", Const, 0},
12168 {"IFT_GIF", Const, 0},
12169 {"IFT_GIGABITETHERNET", Const, 0},
12170 {"IFT_GR303IDT", Const, 0},
12171 {"IFT_GR303RDT", Const, 0},
12172 {"IFT_H323GATEKEEPER", Const, 0},
12173 {"IFT_H323PROXY", Const, 0},
12174 {"IFT_HDH1822", Const, 0},
12175 {"IFT_HDLC", Const, 0},
12176 {"IFT_HDSL2", Const, 0},
12177 {"IFT_HIPERLAN2", Const, 0},
12178 {"IFT_HIPPI", Const, 0},
12179 {"IFT_HIPPIINTERFACE", Const, 0},
12180 {"IFT_HOSTPAD", Const, 0},
12181 {"IFT_HSSI", Const, 0},
12182 {"IFT_HY", Const, 0},
12183 {"IFT_IBM370PARCHAN", Const, 0},
12184 {"IFT_IDSL", Const, 0},
12185 {"IFT_IEEE1394", Const, 0},
12186 {"IFT_IEEE80211", Const, 0},
12187 {"IFT_IEEE80212", Const, 0},
12188 {"IFT_IEEE8023ADLAG", Const, 0},
12189 {"IFT_IFGSN", Const, 0},
12190 {"IFT_IMT", Const, 0},
12191 {"IFT_INFINIBAND", Const, 1},
12192 {"IFT_INTERLEAVE", Const, 0},
12193 {"IFT_IP", Const, 0},
12194 {"IFT_IPFORWARD", Const, 0},
12195 {"IFT_IPOVERATM", Const, 0},
12196 {"IFT_IPOVERCDLC", Const, 0},
12197 {"IFT_IPOVERCLAW", Const, 0},
12198 {"IFT_IPSWITCH", Const, 0},
12199 {"IFT_IPXIP", Const, 0},
12200 {"IFT_ISDN", Const, 0},
12201 {"IFT_ISDNBASIC", Const, 0},
12202 {"IFT_ISDNPRIMARY", Const, 0},
12203 {"IFT_ISDNS", Const, 0},
12204 {"IFT_ISDNU", Const, 0},
12205 {"IFT_ISO88022LLC", Const, 0},
12206 {"IFT_ISO88023", Const, 0},
12207 {"IFT_ISO88024", Const, 0},
12208 {"IFT_ISO88025", Const, 0},
12209 {"IFT_ISO88025CRFPINT", Const, 0},
12210 {"IFT_ISO88025DTR", Const, 0},
12211 {"IFT_ISO88025FIBER", Const, 0},
12212 {"IFT_ISO88026", Const, 0},
12213 {"IFT_ISUP", Const, 0},
12214 {"IFT_L2VLAN", Const, 0},
12215 {"IFT_L3IPVLAN", Const, 0},
12216 {"IFT_L3IPXVLAN", Const, 0},
12217 {"IFT_LAPB", Const, 0},
12218 {"IFT_LAPD", Const, 0},
12219 {"IFT_LAPF", Const, 0},
12220 {"IFT_LINEGROUP", Const, 1},
12221 {"IFT_LOCALTALK", Const, 0},
12222 {"IFT_LOOP", Const, 0},
12223 {"IFT_MEDIAMAILOVERIP", Const, 0},
12224 {"IFT_MFSIGLINK", Const, 0},
12225 {"IFT_MIOX25", Const, 0},
12226 {"IFT_MODEM", Const, 0},
12227 {"IFT_MPC", Const, 0},
12228 {"IFT_MPLS", Const, 0},
12229 {"IFT_MPLSTUNNEL", Const, 0},
12230 {"IFT_MSDSL", Const, 0},
12231 {"IFT_MVL", Const, 0},
12232 {"IFT_MYRINET", Const, 0},
12233 {"IFT_NFAS", Const, 0},
12234 {"IFT_NSIP", Const, 0},
12235 {"IFT_OPTICALCHANNEL", Const, 0},
12236 {"IFT_OPTICALTRANSPORT", Const, 0},
12237 {"IFT_OTHER", Const, 0},
12238 {"IFT_P10", Const, 0},
12239 {"IFT_P80", Const, 0},
12240 {"IFT_PARA", Const, 0},
12241 {"IFT_PDP", Const, 0},
12242 {"IFT_PFLOG", Const, 0},
12243 {"IFT_PFLOW", Const, 1},
12244 {"IFT_PFSYNC", Const, 0},
12245 {"IFT_PLC", Const, 0},
12246 {"IFT_PON155", Const, 1},
12247 {"IFT_PON622", Const, 1},
12248 {"IFT_POS", Const, 0},
12249 {"IFT_PPP", Const, 0},
12250 {"IFT_PPPMULTILINKBUNDLE", Const, 0},
12251 {"IFT_PROPATM", Const, 1},
12252 {"IFT_PROPBWAP2MP", Const, 0},
12253 {"IFT_PROPCNLS", Const, 0},
12254 {"IFT_PROPDOCSWIRELESSDOWNSTREAM", Const, 0},
12255 {"IFT_PROPDOCSWIRELESSMACLAYER", Const, 0},
12256 {"IFT_PROPDOCSWIRELESSUPSTREAM", Const, 0},
12257 {"IFT_PROPMUX", Const, 0},
12258 {"IFT_PROPVIRTUAL", Const, 0},
12259 {"IFT_PROPWIRELESSP2P", Const, 0},
12260 {"IFT_PTPSERIAL", Const, 0},
12261 {"IFT_PVC", Const, 0},
12262 {"IFT_Q2931", Const, 1},
12263 {"IFT_QLLC", Const, 0},
12264 {"IFT_RADIOMAC", Const, 0},
12265 {"IFT_RADSL", Const, 0},
12266 {"IFT_REACHDSL", Const, 0},
12267 {"IFT_RFC1483", Const, 0},
12268 {"IFT_RS232", Const, 0},
12269 {"IFT_RSRB", Const, 0},
12270 {"IFT_SDLC", Const, 0},
12271 {"IFT_SDSL", Const, 0},
12272 {"IFT_SHDSL", Const, 0},
12273 {"IFT_SIP", Const, 0},
12274 {"IFT_SIPSIG", Const, 1},
12275 {"IFT_SIPTG", Const, 1},
12276 {"IFT_SLIP", Const, 0},
12277 {"IFT_SMDSDXI", Const, 0},
12278 {"IFT_SMDSICIP", Const, 0},
12279 {"IFT_SONET", Const, 0},
12280 {"IFT_SONETOVERHEADCHANNEL", Const, 0},
12281 {"IFT_SONETPATH", Const, 0},
12282 {"IFT_SONETVT", Const, 0},
12283 {"IFT_SRP", Const, 0},
12284 {"IFT_SS7SIGLINK", Const, 0},
12285 {"IFT_STACKTOSTACK", Const, 0},
12286 {"IFT_STARLAN", Const, 0},
12287 {"IFT_STF", Const, 0},
12288 {"IFT_T1", Const, 0},
12289 {"IFT_TDLC", Const, 0},
12290 {"IFT_TELINK", Const, 1},
12291 {"IFT_TERMPAD", Const, 0},
12292 {"IFT_TR008", Const, 0},
12293 {"IFT_TRANSPHDLC", Const, 0},
12294 {"IFT_TUNNEL", Const, 0},
12295 {"IFT_ULTRA", Const, 0},
12296 {"IFT_USB", Const, 0},
12297 {"IFT_V11", Const, 0},
12298 {"IFT_V35", Const, 0},
12299 {"IFT_V36", Const, 0},
12300 {"IFT_V37", Const, 0},
12301 {"IFT_VDSL", Const, 0},
12302 {"IFT_VIRTUALIPADDRESS", Const, 0},
12303 {"IFT_VIRTUALTG", Const, 1},
12304 {"IFT_VOICEDID", Const, 1},
12305 {"IFT_VOICEEM", Const, 0},
12306 {"IFT_VOICEEMFGD", Const, 1},
12307 {"IFT_VOICEENCAP", Const, 0},
12308 {"IFT_VOICEFGDEANA", Const, 1},
12309 {"IFT_VOICEFXO", Const, 0},
12310 {"IFT_VOICEFXS", Const, 0},
12311 {"IFT_VOICEOVERATM", Const, 0},
12312 {"IFT_VOICEOVERCABLE", Const, 1},
12313 {"IFT_VOICEOVERFRAMERELAY", Const, 0},
12314 {"IFT_VOICEOVERIP", Const, 0},
12315 {"IFT_X213", Const, 0},
12316 {"IFT_X25", Const, 0},
12317 {"IFT_X25DDN", Const, 0},
12318 {"IFT_X25HUNTGROUP", Const, 0},
12319 {"IFT_X25MLP", Const, 0},
12320 {"IFT_X25PLE", Const, 0},
12321 {"IFT_XETHER", Const, 0},
12322 {"IGNBRK", Const, 0},
12323 {"IGNCR", Const, 0},
12324 {"IGNORE", Const, 0},
12325 {"IGNPAR", Const, 0},
12326 {"IMAXBEL", Const, 0},
12327 {"INFINITE", Const, 0},
12328 {"INLCR", Const, 0},
12329 {"INPCK", Const, 0},
12330 {"INVALID_FILE_ATTRIBUTES", Const, 0},
12331 {"IN_ACCESS", Const, 0},
12332 {"IN_ALL_EVENTS", Const, 0},
12333 {"IN_ATTRIB", Const, 0},
12334 {"IN_CLASSA_HOST", Const, 0},
12335 {"IN_CLASSA_MAX", Const, 0},
12336 {"IN_CLASSA_NET", Const, 0},
12337 {"IN_CLASSA_NSHIFT", Const, 0},
12338 {"IN_CLASSB_HOST", Const, 0},
12339 {"IN_CLASSB_MAX", Const, 0},
12340 {"IN_CLASSB_NET", Const, 0},
12341 {"IN_CLASSB_NSHIFT", Const, 0},
12342 {"IN_CLASSC_HOST", Const, 0},
12343 {"IN_CLASSC_NET", Const, 0},
12344 {"IN_CLASSC_NSHIFT", Const, 0},
12345 {"IN_CLASSD_HOST", Const, 0},
12346 {"IN_CLASSD_NET", Const, 0},
12347 {"IN_CLASSD_NSHIFT", Const, 0},
12348 {"IN_CLOEXEC", Const, 0},
12349 {"IN_CLOSE", Const, 0},
12350 {"IN_CLOSE_NOWRITE", Const, 0},
12351 {"IN_CLOSE_WRITE", Const, 0},
12352 {"IN_CREATE", Const, 0},
12353 {"IN_DELETE", Const, 0},
12354 {"IN_DELETE_SELF", Const, 0},
12355 {"IN_DONT_FOLLOW", Const, 0},
12356 {"IN_EXCL_UNLINK", Const, 0},
12357 {"IN_IGNORED", Const, 0},
12358 {"IN_ISDIR", Const, 0},
12359 {"IN_LINKLOCALNETNUM", Const, 0},
12360 {"IN_LOOPBACKNET", Const, 0},
12361 {"IN_MASK_ADD", Const, 0},
12362 {"IN_MODIFY", Const, 0},
12363 {"IN_MOVE", Const, 0},
12364 {"IN_MOVED_FROM", Const, 0},
12365 {"IN_MOVED_TO", Const, 0},
12366 {"IN_MOVE_SELF", Const, 0},
12367 {"IN_NONBLOCK", Const, 0},
12368 {"IN_ONESHOT", Const, 0},
12369 {"IN_ONLYDIR", Const, 0},
12370 {"IN_OPEN", Const, 0},
12371 {"IN_Q_OVERFLOW", Const, 0},
12372 {"IN_RFC3021_HOST", Const, 1},
12373 {"IN_RFC3021_MASK", Const, 1},
12374 {"IN_RFC3021_NET", Const, 1},
12375 {"IN_RFC3021_NSHIFT", Const, 1},
12376 {"IN_UNMOUNT", Const, 0},
12377 {"IOC_IN", Const, 1},
12378 {"IOC_INOUT", Const, 1},
12379 {"IOC_OUT", Const, 1},
12380 {"IOC_VENDOR", Const, 3},
12381 {"IOC_WS2", Const, 1},
12382 {"IO_REPARSE_TAG_SYMLINK", Const, 4},
12383 {"IPMreq", Type, 0},
12384 {"IPMreq.Interface", Field, 0},
12385 {"IPMreq.Multiaddr", Field, 0},
12386 {"IPMreqn", Type, 0},
12387 {"IPMreqn.Address", Field, 0},
12388 {"IPMreqn.Ifindex", Field, 0},
12389 {"IPMreqn.Multiaddr", Field, 0},
12390 {"IPPROTO_3PC", Const, 0},
12391 {"IPPROTO_ADFS", Const, 0},
12392 {"IPPROTO_AH", Const, 0},
12393 {"IPPROTO_AHIP", Const, 0},
12394 {"IPPROTO_APES", Const, 0},
12395 {"IPPROTO_ARGUS", Const, 0},
12396 {"IPPROTO_AX25", Const, 0},
12397 {"IPPROTO_BHA", Const, 0},
12398 {"IPPROTO_BLT", Const, 0},
12399 {"IPPROTO_BRSATMON", Const, 0},
12400 {"IPPROTO_CARP", Const, 0},
12401 {"IPPROTO_CFTP", Const, 0},
12402 {"IPPROTO_CHAOS", Const, 0},
12403 {"IPPROTO_CMTP", Const, 0},
12404 {"IPPROTO_COMP", Const, 0},
12405 {"IPPROTO_CPHB", Const, 0},
12406 {"IPPROTO_CPNX", Const, 0},
12407 {"IPPROTO_DCCP", Const, 0},
12408 {"IPPROTO_DDP", Const, 0},
12409 {"IPPROTO_DGP", Const, 0},
12410 {"IPPROTO_DIVERT", Const, 0},
12411 {"IPPROTO_DIVERT_INIT", Const, 3},
12412 {"IPPROTO_DIVERT_RESP", Const, 3},
12413 {"IPPROTO_DONE", Const, 0},
12414 {"IPPROTO_DSTOPTS", Const, 0},
12415 {"IPPROTO_EGP", Const, 0},
12416 {"IPPROTO_EMCON", Const, 0},
12417 {"IPPROTO_ENCAP", Const, 0},
12418 {"IPPROTO_EON", Const, 0},
12419 {"IPPROTO_ESP", Const, 0},
12420 {"IPPROTO_ETHERIP", Const, 0},
12421 {"IPPROTO_FRAGMENT", Const, 0},
12422 {"IPPROTO_GGP", Const, 0},
12423 {"IPPROTO_GMTP", Const, 0},
12424 {"IPPROTO_GRE", Const, 0},
12425 {"IPPROTO_HELLO", Const, 0},
12426 {"IPPROTO_HMP", Const, 0},
12427 {"IPPROTO_HOPOPTS", Const, 0},
12428 {"IPPROTO_ICMP", Const, 0},
12429 {"IPPROTO_ICMPV6", Const, 0},
12430 {"IPPROTO_IDP", Const, 0},
12431 {"IPPROTO_IDPR", Const, 0},
12432 {"IPPROTO_IDRP", Const, 0},
12433 {"IPPROTO_IGMP", Const, 0},
12434 {"IPPROTO_IGP", Const, 0},
12435 {"IPPROTO_IGRP", Const, 0},
12436 {"IPPROTO_IL", Const, 0},
12437 {"IPPROTO_INLSP", Const, 0},
12438 {"IPPROTO_INP", Const, 0},
12439 {"IPPROTO_IP", Const, 0},
12440 {"IPPROTO_IPCOMP", Const, 0},
12441 {"IPPROTO_IPCV", Const, 0},
12442 {"IPPROTO_IPEIP", Const, 0},
12443 {"IPPROTO_IPIP", Const, 0},
12444 {"IPPROTO_IPPC", Const, 0},
12445 {"IPPROTO_IPV4", Const, 0},
12446 {"IPPROTO_IPV6", Const, 0},
12447 {"IPPROTO_IPV6_ICMP", Const, 1},
12448 {"IPPROTO_IRTP", Const, 0},
12449 {"IPPROTO_KRYPTOLAN", Const, 0},
12450 {"IPPROTO_LARP", Const, 0},
12451 {"IPPROTO_LEAF1", Const, 0},
12452 {"IPPROTO_LEAF2", Const, 0},
12453 {"IPPROTO_MAX", Const, 0},
12454 {"IPPROTO_MAXID", Const, 0},
12455 {"IPPROTO_MEAS", Const, 0},
12456 {"IPPROTO_MH", Const, 1},
12457 {"IPPROTO_MHRP", Const, 0},
12458 {"IPPROTO_MICP", Const, 0},
12459 {"IPPROTO_MOBILE", Const, 0},
12460 {"IPPROTO_MPLS", Const, 1},
12461 {"IPPROTO_MTP", Const, 0},
12462 {"IPPROTO_MUX", Const, 0},
12463 {"IPPROTO_ND", Const, 0},
12464 {"IPPROTO_NHRP", Const, 0},
12465 {"IPPROTO_NONE", Const, 0},
12466 {"IPPROTO_NSP", Const, 0},
12467 {"IPPROTO_NVPII", Const, 0},
12468 {"IPPROTO_OLD_DIVERT", Const, 0},
12469 {"IPPROTO_OSPFIGP", Const, 0},
12470 {"IPPROTO_PFSYNC", Const, 0},
12471 {"IPPROTO_PGM", Const, 0},
12472 {"IPPROTO_PIGP", Const, 0},
12473 {"IPPROTO_PIM", Const, 0},
12474 {"IPPROTO_PRM", Const, 0},
12475 {"IPPROTO_PUP", Const, 0},
12476 {"IPPROTO_PVP", Const, 0},
12477 {"IPPROTO_RAW", Const, 0},
12478 {"IPPROTO_RCCMON", Const, 0},
12479 {"IPPROTO_RDP", Const, 0},
12480 {"IPPROTO_ROUTING", Const, 0},
12481 {"IPPROTO_RSVP", Const, 0},
12482 {"IPPROTO_RVD", Const, 0},
12483 {"IPPROTO_SATEXPAK", Const, 0},
12484 {"IPPROTO_SATMON", Const, 0},
12485 {"IPPROTO_SCCSP", Const, 0},
12486 {"IPPROTO_SCTP", Const, 0},
12487 {"IPPROTO_SDRP", Const, 0},
12488 {"IPPROTO_SEND", Const, 1},
12489 {"IPPROTO_SEP", Const, 0},
12490 {"IPPROTO_SKIP", Const, 0},
12491 {"IPPROTO_SPACER", Const, 0},
12492 {"IPPROTO_SRPC", Const, 0},
12493 {"IPPROTO_ST", Const, 0},
12494 {"IPPROTO_SVMTP", Const, 0},
12495 {"IPPROTO_SWIPE", Const, 0},
12496 {"IPPROTO_TCF", Const, 0},
12497 {"IPPROTO_TCP", Const, 0},
12498 {"IPPROTO_TLSP", Const, 0},
12499 {"IPPROTO_TP", Const, 0},
12500 {"IPPROTO_TPXX", Const, 0},
12501 {"IPPROTO_TRUNK1", Const, 0},
12502 {"IPPROTO_TRUNK2", Const, 0},
12503 {"IPPROTO_TTP", Const, 0},
12504 {"IPPROTO_UDP", Const, 0},
12505 {"IPPROTO_UDPLITE", Const, 0},
12506 {"IPPROTO_VINES", Const, 0},
12507 {"IPPROTO_VISA", Const, 0},
12508 {"IPPROTO_VMTP", Const, 0},
12509 {"IPPROTO_VRRP", Const, 1},
12510 {"IPPROTO_WBEXPAK", Const, 0},
12511 {"IPPROTO_WBMON", Const, 0},
12512 {"IPPROTO_WSN", Const, 0},
12513 {"IPPROTO_XNET", Const, 0},
12514 {"IPPROTO_XTP", Const, 0},
12515 {"IPV6_2292DSTOPTS", Const, 0},
12516 {"IPV6_2292HOPLIMIT", Const, 0},
12517 {"IPV6_2292HOPOPTS", Const, 0},
12518 {"IPV6_2292NEXTHOP", Const, 0},
12519 {"IPV6_2292PKTINFO", Const, 0},
12520 {"IPV6_2292PKTOPTIONS", Const, 0},
12521 {"IPV6_2292RTHDR", Const, 0},
12522 {"IPV6_ADDRFORM", Const, 0},
12523 {"IPV6_ADD_MEMBERSHIP", Const, 0},
12524 {"IPV6_AUTHHDR", Const, 0},
12525 {"IPV6_AUTH_LEVEL", Const, 1},
12526 {"IPV6_AUTOFLOWLABEL", Const, 0},
12527 {"IPV6_BINDANY", Const, 0},
12528 {"IPV6_BINDV6ONLY", Const, 0},
12529 {"IPV6_BOUND_IF", Const, 0},
12530 {"IPV6_CHECKSUM", Const, 0},
12531 {"IPV6_DEFAULT_MULTICAST_HOPS", Const, 0},
12532 {"IPV6_DEFAULT_MULTICAST_LOOP", Const, 0},
12533 {"IPV6_DEFHLIM", Const, 0},
12534 {"IPV6_DONTFRAG", Const, 0},
12535 {"IPV6_DROP_MEMBERSHIP", Const, 0},
12536 {"IPV6_DSTOPTS", Const, 0},
12537 {"IPV6_ESP_NETWORK_LEVEL", Const, 1},
12538 {"IPV6_ESP_TRANS_LEVEL", Const, 1},
12539 {"IPV6_FAITH", Const, 0},
12540 {"IPV6_FLOWINFO_MASK", Const, 0},
12541 {"IPV6_FLOWLABEL_MASK", Const, 0},
12542 {"IPV6_FRAGTTL", Const, 0},
12543 {"IPV6_FW_ADD", Const, 0},
12544 {"IPV6_FW_DEL", Const, 0},
12545 {"IPV6_FW_FLUSH", Const, 0},
12546 {"IPV6_FW_GET", Const, 0},
12547 {"IPV6_FW_ZERO", Const, 0},
12548 {"IPV6_HLIMDEC", Const, 0},
12549 {"IPV6_HOPLIMIT", Const, 0},
12550 {"IPV6_HOPOPTS", Const, 0},
12551 {"IPV6_IPCOMP_LEVEL", Const, 1},
12552 {"IPV6_IPSEC_POLICY", Const, 0},
12553 {"IPV6_JOIN_ANYCAST", Const, 0},
12554 {"IPV6_JOIN_GROUP", Const, 0},
12555 {"IPV6_LEAVE_ANYCAST", Const, 0},
12556 {"IPV6_LEAVE_GROUP", Const, 0},
12557 {"IPV6_MAXHLIM", Const, 0},
12558 {"IPV6_MAXOPTHDR", Const, 0},
12559 {"IPV6_MAXPACKET", Const, 0},
12560 {"IPV6_MAX_GROUP_SRC_FILTER", Const, 0},
12561 {"IPV6_MAX_MEMBERSHIPS", Const, 0},
12562 {"IPV6_MAX_SOCK_SRC_FILTER", Const, 0},
12563 {"IPV6_MIN_MEMBERSHIPS", Const, 0},
12564 {"IPV6_MMTU", Const, 0},
12565 {"IPV6_MSFILTER", Const, 0},
12566 {"IPV6_MTU", Const, 0},
12567 {"IPV6_MTU_DISCOVER", Const, 0},
12568 {"IPV6_MULTICAST_HOPS", Const, 0},
12569 {"IPV6_MULTICAST_IF", Const, 0},
12570 {"IPV6_MULTICAST_LOOP", Const, 0},
12571 {"IPV6_NEXTHOP", Const, 0},
12572 {"IPV6_OPTIONS", Const, 1},
12573 {"IPV6_PATHMTU", Const, 0},
12574 {"IPV6_PIPEX", Const, 1},
12575 {"IPV6_PKTINFO", Const, 0},
12576 {"IPV6_PMTUDISC_DO", Const, 0},
12577 {"IPV6_PMTUDISC_DONT", Const, 0},
12578 {"IPV6_PMTUDISC_PROBE", Const, 0},
12579 {"IPV6_PMTUDISC_WANT", Const, 0},
12580 {"IPV6_PORTRANGE", Const, 0},
12581 {"IPV6_PORTRANGE_DEFAULT", Const, 0},
12582 {"IPV6_PORTRANGE_HIGH", Const, 0},
12583 {"IPV6_PORTRANGE_LOW", Const, 0},
12584 {"IPV6_PREFER_TEMPADDR", Const, 0},
12585 {"IPV6_RECVDSTOPTS", Const, 0},
12586 {"IPV6_RECVDSTPORT", Const, 3},
12587 {"IPV6_RECVERR", Const, 0},
12588 {"IPV6_RECVHOPLIMIT", Const, 0},
12589 {"IPV6_RECVHOPOPTS", Const, 0},
12590 {"IPV6_RECVPATHMTU", Const, 0},
12591 {"IPV6_RECVPKTINFO", Const, 0},
12592 {"IPV6_RECVRTHDR", Const, 0},
12593 {"IPV6_RECVTCLASS", Const, 0},
12594 {"IPV6_ROUTER_ALERT", Const, 0},
12595 {"IPV6_RTABLE", Const, 1},
12596 {"IPV6_RTHDR", Const, 0},
12597 {"IPV6_RTHDRDSTOPTS", Const, 0},
12598 {"IPV6_RTHDR_LOOSE", Const, 0},
12599 {"IPV6_RTHDR_STRICT", Const, 0},
12600 {"IPV6_RTHDR_TYPE_0", Const, 0},
12601 {"IPV6_RXDSTOPTS", Const, 0},
12602 {"IPV6_RXHOPOPTS", Const, 0},
12603 {"IPV6_SOCKOPT_RESERVED1", Const, 0},
12604 {"IPV6_TCLASS", Const, 0},
12605 {"IPV6_UNICAST_HOPS", Const, 0},
12606 {"IPV6_USE_MIN_MTU", Const, 0},
12607 {"IPV6_V6ONLY", Const, 0},
12608 {"IPV6_VERSION", Const, 0},
12609 {"IPV6_VERSION_MASK", Const, 0},
12610 {"IPV6_XFRM_POLICY", Const, 0},
12611 {"IP_ADD_MEMBERSHIP", Const, 0},
12612 {"IP_ADD_SOURCE_MEMBERSHIP", Const, 0},
12613 {"IP_AUTH_LEVEL", Const, 1},
12614 {"IP_BINDANY", Const, 0},
12615 {"IP_BLOCK_SOURCE", Const, 0},
12616 {"IP_BOUND_IF", Const, 0},
12617 {"IP_DEFAULT_MULTICAST_LOOP", Const, 0},
12618 {"IP_DEFAULT_MULTICAST_TTL", Const, 0},
12619 {"IP_DF", Const, 0},
12620 {"IP_DIVERTFL", Const, 3},
12621 {"IP_DONTFRAG", Const, 0},
12622 {"IP_DROP_MEMBERSHIP", Const, 0},
12623 {"IP_DROP_SOURCE_MEMBERSHIP", Const, 0},
12624 {"IP_DUMMYNET3", Const, 0},
12625 {"IP_DUMMYNET_CONFIGURE", Const, 0},
12626 {"IP_DUMMYNET_DEL", Const, 0},
12627 {"IP_DUMMYNET_FLUSH", Const, 0},
12628 {"IP_DUMMYNET_GET", Const, 0},
12629 {"IP_EF", Const, 1},
12630 {"IP_ERRORMTU", Const, 1},
12631 {"IP_ESP_NETWORK_LEVEL", Const, 1},
12632 {"IP_ESP_TRANS_LEVEL", Const, 1},
12633 {"IP_FAITH", Const, 0},
12634 {"IP_FREEBIND", Const, 0},
12635 {"IP_FW3", Const, 0},
12636 {"IP_FW_ADD", Const, 0},
12637 {"IP_FW_DEL", Const, 0},
12638 {"IP_FW_FLUSH", Const, 0},
12639 {"IP_FW_GET", Const, 0},
12640 {"IP_FW_NAT_CFG", Const, 0},
12641 {"IP_FW_NAT_DEL", Const, 0},
12642 {"IP_FW_NAT_GET_CONFIG", Const, 0},
12643 {"IP_FW_NAT_GET_LOG", Const, 0},
12644 {"IP_FW_RESETLOG", Const, 0},
12645 {"IP_FW_TABLE_ADD", Const, 0},
12646 {"IP_FW_TABLE_DEL", Const, 0},
12647 {"IP_FW_TABLE_FLUSH", Const, 0},
12648 {"IP_FW_TABLE_GETSIZE", Const, 0},
12649 {"IP_FW_TABLE_LIST", Const, 0},
12650 {"IP_FW_ZERO", Const, 0},
12651 {"IP_HDRINCL", Const, 0},
12652 {"IP_IPCOMP_LEVEL", Const, 1},
12653 {"IP_IPSECFLOWINFO", Const, 1},
12654 {"IP_IPSEC_LOCAL_AUTH", Const, 1},
12655 {"IP_IPSEC_LOCAL_CRED", Const, 1},
12656 {"IP_IPSEC_LOCAL_ID", Const, 1},
12657 {"IP_IPSEC_POLICY", Const, 0},
12658 {"IP_IPSEC_REMOTE_AUTH", Const, 1},
12659 {"IP_IPSEC_REMOTE_CRED", Const, 1},
12660 {"IP_IPSEC_REMOTE_ID", Const, 1},
12661 {"IP_MAXPACKET", Const, 0},
12662 {"IP_MAX_GROUP_SRC_FILTER", Const, 0},
12663 {"IP_MAX_MEMBERSHIPS", Const, 0},
12664 {"IP_MAX_SOCK_MUTE_FILTER", Const, 0},
12665 {"IP_MAX_SOCK_SRC_FILTER", Const, 0},
12666 {"IP_MAX_SOURCE_FILTER", Const, 0},
12667 {"IP_MF", Const, 0},
12668 {"IP_MINFRAGSIZE", Const, 1},
12669 {"IP_MINTTL", Const, 0},
12670 {"IP_MIN_MEMBERSHIPS", Const, 0},
12671 {"IP_MSFILTER", Const, 0},
12672 {"IP_MSS", Const, 0},
12673 {"IP_MTU", Const, 0},
12674 {"IP_MTU_DISCOVER", Const, 0},
12675 {"IP_MULTICAST_IF", Const, 0},
12676 {"IP_MULTICAST_IFINDEX", Const, 0},
12677 {"IP_MULTICAST_LOOP", Const, 0},
12678 {"IP_MULTICAST_TTL", Const, 0},
12679 {"IP_MULTICAST_VIF", Const, 0},
12680 {"IP_NAT__XXX", Const, 0},
12681 {"IP_OFFMASK", Const, 0},
12682 {"IP_OLD_FW_ADD", Const, 0},
12683 {"IP_OLD_FW_DEL", Const, 0},
12684 {"IP_OLD_FW_FLUSH", Const, 0},
12685 {"IP_OLD_FW_GET", Const, 0},
12686 {"IP_OLD_FW_RESETLOG", Const, 0},
12687 {"IP_OLD_FW_ZERO", Const, 0},
12688 {"IP_ONESBCAST", Const, 0},
12689 {"IP_OPTIONS", Const, 0},
12690 {"IP_ORIGDSTADDR", Const, 0},
12691 {"IP_PASSSEC", Const, 0},
12692 {"IP_PIPEX", Const, 1},
12693 {"IP_PKTINFO", Const, 0},
12694 {"IP_PKTOPTIONS", Const, 0},
12695 {"IP_PMTUDISC", Const, 0},
12696 {"IP_PMTUDISC_DO", Const, 0},
12697 {"IP_PMTUDISC_DONT", Const, 0},
12698 {"IP_PMTUDISC_PROBE", Const, 0},
12699 {"IP_PMTUDISC_WANT", Const, 0},
12700 {"IP_PORTRANGE", Const, 0},
12701 {"IP_PORTRANGE_DEFAULT", Const, 0},
12702 {"IP_PORTRANGE_HIGH", Const, 0},
12703 {"IP_PORTRANGE_LOW", Const, 0},
12704 {"IP_RECVDSTADDR", Const, 0},
12705 {"IP_RECVDSTPORT", Const, 1},
12706 {"IP_RECVERR", Const, 0},
12707 {"IP_RECVIF", Const, 0},
12708 {"IP_RECVOPTS", Const, 0},
12709 {"IP_RECVORIGDSTADDR", Const, 0},
12710 {"IP_RECVPKTINFO", Const, 0},
12711 {"IP_RECVRETOPTS", Const, 0},
12712 {"IP_RECVRTABLE", Const, 1},
12713 {"IP_RECVTOS", Const, 0},
12714 {"IP_RECVTTL", Const, 0},
12715 {"IP_RETOPTS", Const, 0},
12716 {"IP_RF", Const, 0},
12717 {"IP_ROUTER_ALERT", Const, 0},
12718 {"IP_RSVP_OFF", Const, 0},
12719 {"IP_RSVP_ON", Const, 0},
12720 {"IP_RSVP_VIF_OFF", Const, 0},
12721 {"IP_RSVP_VIF_ON", Const, 0},
12722 {"IP_RTABLE", Const, 1},
12723 {"IP_SENDSRCADDR", Const, 0},
12724 {"IP_STRIPHDR", Const, 0},
12725 {"IP_TOS", Const, 0},
12726 {"IP_TRAFFIC_MGT_BACKGROUND", Const, 0},
12727 {"IP_TRANSPARENT", Const, 0},
12728 {"IP_TTL", Const, 0},
12729 {"IP_UNBLOCK_SOURCE", Const, 0},
12730 {"IP_XFRM_POLICY", Const, 0},
12731 {"IPv6MTUInfo", Type, 2},
12732 {"IPv6MTUInfo.Addr", Field, 2},
12733 {"IPv6MTUInfo.Mtu", Field, 2},
12734 {"IPv6Mreq", Type, 0},
12735 {"IPv6Mreq.Interface", Field, 0},
12736 {"IPv6Mreq.Multiaddr", Field, 0},
12737 {"ISIG", Const, 0},
12738 {"ISTRIP", Const, 0},
12739 {"IUCLC", Const, 0},
12740 {"IUTF8", Const, 0},
12741 {"IXANY", Const, 0},
12742 {"IXOFF", Const, 0},
12743 {"IXON", Const, 0},
12744 {"IfAddrmsg", Type, 0},
12745 {"IfAddrmsg.Family", Field, 0},
12746 {"IfAddrmsg.Flags", Field, 0},
12747 {"IfAddrmsg.Index", Field, 0},
12748 {"IfAddrmsg.Prefixlen", Field, 0},
12749 {"IfAddrmsg.Scope", Field, 0},
12750 {"IfAnnounceMsghdr", Type, 1},
12751 {"IfAnnounceMsghdr.Hdrlen", Field, 2},
12752 {"IfAnnounceMsghdr.Index", Field, 1},
12753 {"IfAnnounceMsghdr.Msglen", Field, 1},
12754 {"IfAnnounceMsghdr.Name", Field, 1},
12755 {"IfAnnounceMsghdr.Type", Field, 1},
12756 {"IfAnnounceMsghdr.Version", Field, 1},
12757 {"IfAnnounceMsghdr.What", Field, 1},
12758 {"IfData", Type, 0},
12759 {"IfData.Addrlen", Field, 0},
12760 {"IfData.Baudrate", Field, 0},
12761 {"IfData.Capabilities", Field, 2},
12762 {"IfData.Collisions", Field, 0},
12763 {"IfData.Datalen", Field, 0},
12764 {"IfData.Epoch", Field, 0},
12765 {"IfData.Hdrlen", Field, 0},
12766 {"IfData.Hwassist", Field, 0},
12767 {"IfData.Ibytes", Field, 0},
12768 {"IfData.Ierrors", Field, 0},
12769 {"IfData.Imcasts", Field, 0},
12770 {"IfData.Ipackets", Field, 0},
12771 {"IfData.Iqdrops", Field, 0},
12772 {"IfData.Lastchange", Field, 0},
12773 {"IfData.Link_state", Field, 0},
12774 {"IfData.Mclpool", Field, 2},
12775 {"IfData.Metric", Field, 0},
12776 {"IfData.Mtu", Field, 0},
12777 {"IfData.Noproto", Field, 0},
12778 {"IfData.Obytes", Field, 0},
12779 {"IfData.Oerrors", Field, 0},
12780 {"IfData.Omcasts", Field, 0},
12781 {"IfData.Opackets", Field, 0},
12782 {"IfData.Pad", Field, 2},
12783 {"IfData.Pad_cgo_0", Field, 2},
12784 {"IfData.Pad_cgo_1", Field, 2},
12785 {"IfData.Physical", Field, 0},
12786 {"IfData.Recvquota", Field, 0},
12787 {"IfData.Recvtiming", Field, 0},
12788 {"IfData.Reserved1", Field, 0},
12789 {"IfData.Reserved2", Field, 0},
12790 {"IfData.Spare_char1", Field, 0},
12791 {"IfData.Spare_char2", Field, 0},
12792 {"IfData.Type", Field, 0},
12793 {"IfData.Typelen", Field, 0},
12794 {"IfData.Unused1", Field, 0},
12795 {"IfData.Unused2", Field, 0},
12796 {"IfData.Xmitquota", Field, 0},
12797 {"IfData.Xmittiming", Field, 0},
12798 {"IfInfomsg", Type, 0},
12799 {"IfInfomsg.Change", Field, 0},
12800 {"IfInfomsg.Family", Field, 0},
12801 {"IfInfomsg.Flags", Field, 0},
12802 {"IfInfomsg.Index", Field, 0},
12803 {"IfInfomsg.Type", Field, 0},
12804 {"IfInfomsg.X__ifi_pad", Field, 0},
12805 {"IfMsghdr", Type, 0},
12806 {"IfMsghdr.Addrs", Field, 0},
12807 {"IfMsghdr.Data", Field, 0},
12808 {"IfMsghdr.Flags", Field, 0},
12809 {"IfMsghdr.Hdrlen", Field, 2},
12810 {"IfMsghdr.Index", Field, 0},
12811 {"IfMsghdr.Msglen", Field, 0},
12812 {"IfMsghdr.Pad1", Field, 2},
12813 {"IfMsghdr.Pad2", Field, 2},
12814 {"IfMsghdr.Pad_cgo_0", Field, 0},
12815 {"IfMsghdr.Pad_cgo_1", Field, 2},
12816 {"IfMsghdr.Tableid", Field, 2},
12817 {"IfMsghdr.Type", Field, 0},
12818 {"IfMsghdr.Version", Field, 0},
12819 {"IfMsghdr.Xflags", Field, 2},
12820 {"IfaMsghdr", Type, 0},
12821 {"IfaMsghdr.Addrs", Field, 0},
12822 {"IfaMsghdr.Flags", Field, 0},
12823 {"IfaMsghdr.Hdrlen", Field, 2},
12824 {"IfaMsghdr.Index", Field, 0},
12825 {"IfaMsghdr.Metric", Field, 0},
12826 {"IfaMsghdr.Msglen", Field, 0},
12827 {"IfaMsghdr.Pad1", Field, 2},
12828 {"IfaMsghdr.Pad2", Field, 2},
12829 {"IfaMsghdr.Pad_cgo_0", Field, 0},
12830 {"IfaMsghdr.Tableid", Field, 2},
12831 {"IfaMsghdr.Type", Field, 0},
12832 {"IfaMsghdr.Version", Field, 0},
12833 {"IfmaMsghdr", Type, 0},
12834 {"IfmaMsghdr.Addrs", Field, 0},
12835 {"IfmaMsghdr.Flags", Field, 0},
12836 {"IfmaMsghdr.Index", Field, 0},
12837 {"IfmaMsghdr.Msglen", Field, 0},
12838 {"IfmaMsghdr.Pad_cgo_0", Field, 0},
12839 {"IfmaMsghdr.Type", Field, 0},
12840 {"IfmaMsghdr.Version", Field, 0},
12841 {"IfmaMsghdr2", Type, 0},
12842 {"IfmaMsghdr2.Addrs", Field, 0},
12843 {"IfmaMsghdr2.Flags", Field, 0},
12844 {"IfmaMsghdr2.Index", Field, 0},
12845 {"IfmaMsghdr2.Msglen", Field, 0},
12846 {"IfmaMsghdr2.Pad_cgo_0", Field, 0},
12847 {"IfmaMsghdr2.Refcount", Field, 0},
12848 {"IfmaMsghdr2.Type", Field, 0},
12849 {"IfmaMsghdr2.Version", Field, 0},
12850 {"ImplementsGetwd", Const, 0},
12851 {"Inet4Pktinfo", Type, 0},
12852 {"Inet4Pktinfo.Addr", Field, 0},
12853 {"Inet4Pktinfo.Ifindex", Field, 0},
12854 {"Inet4Pktinfo.Spec_dst", Field, 0},
12855 {"Inet6Pktinfo", Type, 0},
12856 {"Inet6Pktinfo.Addr", Field, 0},
12857 {"Inet6Pktinfo.Ifindex", Field, 0},
12858 {"InotifyAddWatch", Func, 0},
12859 {"InotifyEvent", Type, 0},
12860 {"InotifyEvent.Cookie", Field, 0},
12861 {"InotifyEvent.Len", Field, 0},
12862 {"InotifyEvent.Mask", Field, 0},
12863 {"InotifyEvent.Name", Field, 0},
12864 {"InotifyEvent.Wd", Field, 0},
12865 {"InotifyInit", Func, 0},
12866 {"InotifyInit1", Func, 0},
12867 {"InotifyRmWatch", Func, 0},
12868 {"InterfaceAddrMessage", Type, 0},
12869 {"InterfaceAddrMessage.Data", Field, 0},
12870 {"InterfaceAddrMessage.Header", Field, 0},
12871 {"InterfaceAnnounceMessage", Type, 1},
12872 {"InterfaceAnnounceMessage.Header", Field, 1},
12873 {"InterfaceInfo", Type, 0},
12874 {"InterfaceInfo.Address", Field, 0},
12875 {"InterfaceInfo.BroadcastAddress", Field, 0},
12876 {"InterfaceInfo.Flags", Field, 0},
12877 {"InterfaceInfo.Netmask", Field, 0},
12878 {"InterfaceMessage", Type, 0},
12879 {"InterfaceMessage.Data", Field, 0},
12880 {"InterfaceMessage.Header", Field, 0},
12881 {"InterfaceMulticastAddrMessage", Type, 0},
12882 {"InterfaceMulticastAddrMessage.Data", Field, 0},
12883 {"InterfaceMulticastAddrMessage.Header", Field, 0},
12884 {"InvalidHandle", Const, 0},
12885 {"Ioperm", Func, 0},
12886 {"Iopl", Func, 0},
12887 {"Iovec", Type, 0},
12888 {"Iovec.Base", Field, 0},
12889 {"Iovec.Len", Field, 0},
12890 {"IpAdapterInfo", Type, 0},
12891 {"IpAdapterInfo.AdapterName", Field, 0},
12892 {"IpAdapterInfo.Address", Field, 0},
12893 {"IpAdapterInfo.AddressLength", Field, 0},
12894 {"IpAdapterInfo.ComboIndex", Field, 0},
12895 {"IpAdapterInfo.CurrentIpAddress", Field, 0},
12896 {"IpAdapterInfo.Description", Field, 0},
12897 {"IpAdapterInfo.DhcpEnabled", Field, 0},
12898 {"IpAdapterInfo.DhcpServer", Field, 0},
12899 {"IpAdapterInfo.GatewayList", Field, 0},
12900 {"IpAdapterInfo.HaveWins", Field, 0},
12901 {"IpAdapterInfo.Index", Field, 0},
12902 {"IpAdapterInfo.IpAddressList", Field, 0},
12903 {"IpAdapterInfo.LeaseExpires", Field, 0},
12904 {"IpAdapterInfo.LeaseObtained", Field, 0},
12905 {"IpAdapterInfo.Next", Field, 0},
12906 {"IpAdapterInfo.PrimaryWinsServer", Field, 0},
12907 {"IpAdapterInfo.SecondaryWinsServer", Field, 0},
12908 {"IpAdapterInfo.Type", Field, 0},
12909 {"IpAddrString", Type, 0},
12910 {"IpAddrString.Context", Field, 0},
12911 {"IpAddrString.IpAddress", Field, 0},
12912 {"IpAddrString.IpMask", Field, 0},
12913 {"IpAddrString.Next", Field, 0},
12914 {"IpAddressString", Type, 0},
12915 {"IpAddressString.String", Field, 0},
12916 {"IpMaskString", Type, 0},
12917 {"IpMaskString.String", Field, 2},
12918 {"Issetugid", Func, 0},
12919 {"KEY_ALL_ACCESS", Const, 0},
12920 {"KEY_CREATE_LINK", Const, 0},
12921 {"KEY_CREATE_SUB_KEY", Const, 0},
12922 {"KEY_ENUMERATE_SUB_KEYS", Const, 0},
12923 {"KEY_EXECUTE", Const, 0},
12924 {"KEY_NOTIFY", Const, 0},
12925 {"KEY_QUERY_VALUE", Const, 0},
12926 {"KEY_READ", Const, 0},
12927 {"KEY_SET_VALUE", Const, 0},
12928 {"KEY_WOW64_32KEY", Const, 0},
12929 {"KEY_WOW64_64KEY", Const, 0},
12930 {"KEY_WRITE", Const, 0},
12931 {"Kevent", Func, 0},
12932 {"Kevent_t", Type, 0},
12933 {"Kevent_t.Data", Field, 0},
12934 {"Kevent_t.Fflags", Field, 0},
12935 {"Kevent_t.Filter", Field, 0},
12936 {"Kevent_t.Flags", Field, 0},
12937 {"Kevent_t.Ident", Field, 0},
12938 {"Kevent_t.Pad_cgo_0", Field, 2},
12939 {"Kevent_t.Udata", Field, 0},
12940 {"Kill", Func, 0},
12941 {"Klogctl", Func, 0},
12942 {"Kqueue", Func, 0},
12943 {"LANG_ENGLISH", Const, 0},
12944 {"LAYERED_PROTOCOL", Const, 2},
12945 {"LCNT_OVERLOAD_FLUSH", Const, 1},
12946 {"LINUX_REBOOT_CMD_CAD_OFF", Const, 0},
12947 {"LINUX_REBOOT_CMD_CAD_ON", Const, 0},
12948 {"LINUX_REBOOT_CMD_HALT", Const, 0},
12949 {"LINUX_REBOOT_CMD_KEXEC", Const, 0},
12950 {"LINUX_REBOOT_CMD_POWER_OFF", Const, 0},
12951 {"LINUX_REBOOT_CMD_RESTART", Const, 0},
12952 {"LINUX_REBOOT_CMD_RESTART2", Const, 0},
12953 {"LINUX_REBOOT_CMD_SW_SUSPEND", Const, 0},
12954 {"LINUX_REBOOT_MAGIC1", Const, 0},
12955 {"LINUX_REBOOT_MAGIC2", Const, 0},
12956 {"LOCK_EX", Const, 0},
12957 {"LOCK_NB", Const, 0},
12958 {"LOCK_SH", Const, 0},
12959 {"LOCK_UN", Const, 0},
12960 {"LazyDLL", Type, 0},
12961 {"LazyDLL.Name", Field, 0},
12962 {"LazyProc", Type, 0},
12963 {"LazyProc.Name", Field, 0},
12964 {"Lchown", Func, 0},
12965 {"Linger", Type, 0},
12966 {"Linger.Linger", Field, 0},
12967 {"Linger.Onoff", Field, 0},
12968 {"Link", Func, 0},
12969 {"Listen", Func, 0},
12970 {"Listxattr", Func, 1},
12971 {"LoadCancelIoEx", Func, 1},
12972 {"LoadConnectEx", Func, 1},
12973 {"LoadCreateSymbolicLink", Func, 4},
12974 {"LoadDLL", Func, 0},
12975 {"LoadGetAddrInfo", Func, 1},
12976 {"LoadLibrary", Func, 0},
12977 {"LoadSetFileCompletionNotificationModes", Func, 2},
12978 {"LocalFree", Func, 0},
12979 {"Log2phys_t", Type, 0},
12980 {"Log2phys_t.Contigbytes", Field, 0},
12981 {"Log2phys_t.Devoffset", Field, 0},
12982 {"Log2phys_t.Flags", Field, 0},
12983 {"LookupAccountName", Func, 0},
12984 {"LookupAccountSid", Func, 0},
12985 {"LookupSID", Func, 0},
12986 {"LsfJump", Func, 0},
12987 {"LsfSocket", Func, 0},
12988 {"LsfStmt", Func, 0},
12989 {"Lstat", Func, 0},
12990 {"MADV_AUTOSYNC", Const, 1},
12991 {"MADV_CAN_REUSE", Const, 0},
12992 {"MADV_CORE", Const, 1},
12993 {"MADV_DOFORK", Const, 0},
12994 {"MADV_DONTFORK", Const, 0},
12995 {"MADV_DONTNEED", Const, 0},
12996 {"MADV_FREE", Const, 0},
12997 {"MADV_FREE_REUSABLE", Const, 0},
12998 {"MADV_FREE_REUSE", Const, 0},
12999 {"MADV_HUGEPAGE", Const, 0},
13000 {"MADV_HWPOISON", Const, 0},
13001 {"MADV_MERGEABLE", Const, 0},
13002 {"MADV_NOCORE", Const, 1},
13003 {"MADV_NOHUGEPAGE", Const, 0},
13004 {"MADV_NORMAL", Const, 0},
13005 {"MADV_NOSYNC", Const, 1},
13006 {"MADV_PROTECT", Const, 1},
13007 {"MADV_RANDOM", Const, 0},
13008 {"MADV_REMOVE", Const, 0},
13009 {"MADV_SEQUENTIAL", Const, 0},
13010 {"MADV_SPACEAVAIL", Const, 3},
13011 {"MADV_UNMERGEABLE", Const, 0},
13012 {"MADV_WILLNEED", Const, 0},
13013 {"MADV_ZERO_WIRED_PAGES", Const, 0},
13014 {"MAP_32BIT", Const, 0},
13015 {"MAP_ALIGNED_SUPER", Const, 3},
13016 {"MAP_ALIGNMENT_16MB", Const, 3},
13017 {"MAP_ALIGNMENT_1TB", Const, 3},
13018 {"MAP_ALIGNMENT_256TB", Const, 3},
13019 {"MAP_ALIGNMENT_4GB", Const, 3},
13020 {"MAP_ALIGNMENT_64KB", Const, 3},
13021 {"MAP_ALIGNMENT_64PB", Const, 3},
13022 {"MAP_ALIGNMENT_MASK", Const, 3},
13023 {"MAP_ALIGNMENT_SHIFT", Const, 3},
13024 {"MAP_ANON", Const, 0},
13025 {"MAP_ANONYMOUS", Const, 0},
13026 {"MAP_COPY", Const, 0},
13027 {"MAP_DENYWRITE", Const, 0},
13028 {"MAP_EXECUTABLE", Const, 0},
13029 {"MAP_FILE", Const, 0},
13030 {"MAP_FIXED", Const, 0},
13031 {"MAP_FLAGMASK", Const, 3},
13032 {"MAP_GROWSDOWN", Const, 0},
13033 {"MAP_HASSEMAPHORE", Const, 0},
13034 {"MAP_HUGETLB", Const, 0},
13035 {"MAP_INHERIT", Const, 3},
13036 {"MAP_INHERIT_COPY", Const, 3},
13037 {"MAP_INHERIT_DEFAULT", Const, 3},
13038 {"MAP_INHERIT_DONATE_COPY", Const, 3},
13039 {"MAP_INHERIT_NONE", Const, 3},
13040 {"MAP_INHERIT_SHARE", Const, 3},
13041 {"MAP_JIT", Const, 0},
13042 {"MAP_LOCKED", Const, 0},
13043 {"MAP_NOCACHE", Const, 0},
13044 {"MAP_NOCORE", Const, 1},
13045 {"MAP_NOEXTEND", Const, 0},
13046 {"MAP_NONBLOCK", Const, 0},
13047 {"MAP_NORESERVE", Const, 0},
13048 {"MAP_NOSYNC", Const, 1},
13049 {"MAP_POPULATE", Const, 0},
13050 {"MAP_PREFAULT_READ", Const, 1},
13051 {"MAP_PRIVATE", Const, 0},
13052 {"MAP_RENAME", Const, 0},
13053 {"MAP_RESERVED0080", Const, 0},
13054 {"MAP_RESERVED0100", Const, 1},
13055 {"MAP_SHARED", Const, 0},
13056 {"MAP_STACK", Const, 0},
13057 {"MAP_TRYFIXED", Const, 3},
13058 {"MAP_TYPE", Const, 0},
13059 {"MAP_WIRED", Const, 3},
13060 {"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4},
13061 {"MAXLEN_IFDESCR", Const, 0},
13062 {"MAXLEN_PHYSADDR", Const, 0},
13063 {"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0},
13064 {"MAX_ADAPTER_DESCRIPTION_LENGTH", Const, 0},
13065 {"MAX_ADAPTER_NAME_LENGTH", Const, 0},
13066 {"MAX_COMPUTERNAME_LENGTH", Const, 0},
13067 {"MAX_INTERFACE_NAME_LEN", Const, 0},
13068 {"MAX_LONG_PATH", Const, 0},
13069 {"MAX_PATH", Const, 0},
13070 {"MAX_PROTOCOL_CHAIN", Const, 2},
13071 {"MCL_CURRENT", Const, 0},
13072 {"MCL_FUTURE", Const, 0},
13073 {"MNT_DETACH", Const, 0},
13074 {"MNT_EXPIRE", Const, 0},
13075 {"MNT_FORCE", Const, 0},
13076 {"MSG_BCAST", Const, 1},
13077 {"MSG_CMSG_CLOEXEC", Const, 0},
13078 {"MSG_COMPAT", Const, 0},
13079 {"MSG_CONFIRM", Const, 0},
13080 {"MSG_CONTROLMBUF", Const, 1},
13081 {"MSG_CTRUNC", Const, 0},
13082 {"MSG_DONTROUTE", Const, 0},
13083 {"MSG_DONTWAIT", Const, 0},
13084 {"MSG_EOF", Const, 0},
13085 {"MSG_EOR", Const, 0},
13086 {"MSG_ERRQUEUE", Const, 0},
13087 {"MSG_FASTOPEN", Const, 1},
13088 {"MSG_FIN", Const, 0},
13089 {"MSG_FLUSH", Const, 0},
13090 {"MSG_HAVEMORE", Const, 0},
13091 {"MSG_HOLD", Const, 0},
13092 {"MSG_IOVUSRSPACE", Const, 1},
13093 {"MSG_LENUSRSPACE", Const, 1},
13094 {"MSG_MCAST", Const, 1},
13095 {"MSG_MORE", Const, 0},
13096 {"MSG_NAMEMBUF", Const, 1},
13097 {"MSG_NBIO", Const, 0},
13098 {"MSG_NEEDSA", Const, 0},
13099 {"MSG_NOSIGNAL", Const, 0},
13100 {"MSG_NOTIFICATION", Const, 0},
13101 {"MSG_OOB", Const, 0},
13102 {"MSG_PEEK", Const, 0},
13103 {"MSG_PROXY", Const, 0},
13104 {"MSG_RCVMORE", Const, 0},
13105 {"MSG_RST", Const, 0},
13106 {"MSG_SEND", Const, 0},
13107 {"MSG_SYN", Const, 0},
13108 {"MSG_TRUNC", Const, 0},
13109 {"MSG_TRYHARD", Const, 0},
13110 {"MSG_USERFLAGS", Const, 1},
13111 {"MSG_WAITALL", Const, 0},
13112 {"MSG_WAITFORONE", Const, 0},
13113 {"MSG_WAITSTREAM", Const, 0},
13114 {"MS_ACTIVE", Const, 0},
13115 {"MS_ASYNC", Const, 0},
13116 {"MS_BIND", Const, 0},
13117 {"MS_DEACTIVATE", Const, 0},
13118 {"MS_DIRSYNC", Const, 0},
13119 {"MS_INVALIDATE", Const, 0},
13120 {"MS_I_VERSION", Const, 0},
13121 {"MS_KERNMOUNT", Const, 0},
13122 {"MS_KILLPAGES", Const, 0},
13123 {"MS_MANDLOCK", Const, 0},
13124 {"MS_MGC_MSK", Const, 0},
13125 {"MS_MGC_VAL", Const, 0},
13126 {"MS_MOVE", Const, 0},
13127 {"MS_NOATIME", Const, 0},
13128 {"MS_NODEV", Const, 0},
13129 {"MS_NODIRATIME", Const, 0},
13130 {"MS_NOEXEC", Const, 0},
13131 {"MS_NOSUID", Const, 0},
13132 {"MS_NOUSER", Const, 0},
13133 {"MS_POSIXACL", Const, 0},
13134 {"MS_PRIVATE", Const, 0},
13135 {"MS_RDONLY", Const, 0},
13136 {"MS_REC", Const, 0},
13137 {"MS_RELATIME", Const, 0},
13138 {"MS_REMOUNT", Const, 0},
13139 {"MS_RMT_MASK", Const, 0},
13140 {"MS_SHARED", Const, 0},
13141 {"MS_SILENT", Const, 0},
13142 {"MS_SLAVE", Const, 0},
13143 {"MS_STRICTATIME", Const, 0},
13144 {"MS_SYNC", Const, 0},
13145 {"MS_SYNCHRONOUS", Const, 0},
13146 {"MS_UNBINDABLE", Const, 0},
13147 {"Madvise", Func, 0},
13148 {"MapViewOfFile", Func, 0},
13149 {"MaxTokenInfoClass", Const, 0},
13150 {"Mclpool", Type, 2},
13151 {"Mclpool.Alive", Field, 2},
13152 {"Mclpool.Cwm", Field, 2},
13153 {"Mclpool.Grown", Field, 2},
13154 {"Mclpool.Hwm", Field, 2},
13155 {"Mclpool.Lwm", Field, 2},
13156 {"MibIfRow", Type, 0},
13157 {"MibIfRow.AdminStatus", Field, 0},
13158 {"MibIfRow.Descr", Field, 0},
13159 {"MibIfRow.DescrLen", Field, 0},
13160 {"MibIfRow.InDiscards", Field, 0},
13161 {"MibIfRow.InErrors", Field, 0},
13162 {"MibIfRow.InNUcastPkts", Field, 0},
13163 {"MibIfRow.InOctets", Field, 0},
13164 {"MibIfRow.InUcastPkts", Field, 0},
13165 {"MibIfRow.InUnknownProtos", Field, 0},
13166 {"MibIfRow.Index", Field, 0},
13167 {"MibIfRow.LastChange", Field, 0},
13168 {"MibIfRow.Mtu", Field, 0},
13169 {"MibIfRow.Name", Field, 0},
13170 {"MibIfRow.OperStatus", Field, 0},
13171 {"MibIfRow.OutDiscards", Field, 0},
13172 {"MibIfRow.OutErrors", Field, 0},
13173 {"MibIfRow.OutNUcastPkts", Field, 0},
13174 {"MibIfRow.OutOctets", Field, 0},
13175 {"MibIfRow.OutQLen", Field, 0},
13176 {"MibIfRow.OutUcastPkts", Field, 0},
13177 {"MibIfRow.PhysAddr", Field, 0},
13178 {"MibIfRow.PhysAddrLen", Field, 0},
13179 {"MibIfRow.Speed", Field, 0},
13180 {"MibIfRow.Type", Field, 0},
13181 {"Mkdir", Func, 0},
13182 {"Mkdirat", Func, 0},
13183 {"Mkfifo", Func, 0},
13184 {"Mknod", Func, 0},
13185 {"Mknodat", Func, 0},
13186 {"Mlock", Func, 0},
13187 {"Mlockall", Func, 0},
13188 {"Mmap", Func, 0},
13189 {"Mount", Func, 0},
13190 {"MoveFile", Func, 0},
13191 {"Mprotect", Func, 0},
13192 {"Msghdr", Type, 0},
13193 {"Msghdr.Control", Field, 0},
13194 {"Msghdr.Controllen", Field, 0},
13195 {"Msghdr.Flags", Field, 0},
13196 {"Msghdr.Iov", Field, 0},
13197 {"Msghdr.Iovlen", Field, 0},
13198 {"Msghdr.Name", Field, 0},
13199 {"Msghdr.Namelen", Field, 0},
13200 {"Msghdr.Pad_cgo_0", Field, 0},
13201 {"Msghdr.Pad_cgo_1", Field, 0},
13202 {"Munlock", Func, 0},
13203 {"Munlockall", Func, 0},
13204 {"Munmap", Func, 0},
13205 {"MustLoadDLL", Func, 0},
13206 {"NAME_MAX", Const, 0},
13207 {"NETLINK_ADD_MEMBERSHIP", Const, 0},
13208 {"NETLINK_AUDIT", Const, 0},
13209 {"NETLINK_BROADCAST_ERROR", Const, 0},
13210 {"NETLINK_CONNECTOR", Const, 0},
13211 {"NETLINK_DNRTMSG", Const, 0},
13212 {"NETLINK_DROP_MEMBERSHIP", Const, 0},
13213 {"NETLINK_ECRYPTFS", Const, 0},
13214 {"NETLINK_FIB_LOOKUP", Const, 0},
13215 {"NETLINK_FIREWALL", Const, 0},
13216 {"NETLINK_GENERIC", Const, 0},
13217 {"NETLINK_INET_DIAG", Const, 0},
13218 {"NETLINK_IP6_FW", Const, 0},
13219 {"NETLINK_ISCSI", Const, 0},
13220 {"NETLINK_KOBJECT_UEVENT", Const, 0},
13221 {"NETLINK_NETFILTER", Const, 0},
13222 {"NETLINK_NFLOG", Const, 0},
13223 {"NETLINK_NO_ENOBUFS", Const, 0},
13224 {"NETLINK_PKTINFO", Const, 0},
13225 {"NETLINK_RDMA", Const, 0},
13226 {"NETLINK_ROUTE", Const, 0},
13227 {"NETLINK_SCSITRANSPORT", Const, 0},
13228 {"NETLINK_SELINUX", Const, 0},
13229 {"NETLINK_UNUSED", Const, 0},
13230 {"NETLINK_USERSOCK", Const, 0},
13231 {"NETLINK_XFRM", Const, 0},
13232 {"NET_RT_DUMP", Const, 0},
13233 {"NET_RT_DUMP2", Const, 0},
13234 {"NET_RT_FLAGS", Const, 0},
13235 {"NET_RT_IFLIST", Const, 0},
13236 {"NET_RT_IFLIST2", Const, 0},
13237 {"NET_RT_IFLISTL", Const, 1},
13238 {"NET_RT_IFMALIST", Const, 0},
13239 {"NET_RT_MAXID", Const, 0},
13240 {"NET_RT_OIFLIST", Const, 1},
13241 {"NET_RT_OOIFLIST", Const, 1},
13242 {"NET_RT_STAT", Const, 0},
13243 {"NET_RT_STATS", Const, 1},
13244 {"NET_RT_TABLE", Const, 1},
13245 {"NET_RT_TRASH", Const, 0},
13246 {"NLA_ALIGNTO", Const, 0},
13247 {"NLA_F_NESTED", Const, 0},
13248 {"NLA_F_NET_BYTEORDER", Const, 0},
13249 {"NLA_HDRLEN", Const, 0},
13250 {"NLMSG_ALIGNTO", Const, 0},
13251 {"NLMSG_DONE", Const, 0},
13252 {"NLMSG_ERROR", Const, 0},
13253 {"NLMSG_HDRLEN", Const, 0},
13254 {"NLMSG_MIN_TYPE", Const, 0},
13255 {"NLMSG_NOOP", Const, 0},
13256 {"NLMSG_OVERRUN", Const, 0},
13257 {"NLM_F_ACK", Const, 0},
13258 {"NLM_F_APPEND", Const, 0},
13259 {"NLM_F_ATOMIC", Const, 0},
13260 {"NLM_F_CREATE", Const, 0},
13261 {"NLM_F_DUMP", Const, 0},
13262 {"NLM_F_ECHO", Const, 0},
13263 {"NLM_F_EXCL", Const, 0},
13264 {"NLM_F_MATCH", Const, 0},
13265 {"NLM_F_MULTI", Const, 0},
13266 {"NLM_F_REPLACE", Const, 0},
13267 {"NLM_F_REQUEST", Const, 0},
13268 {"NLM_F_ROOT", Const, 0},
13269 {"NOFLSH", Const, 0},
13270 {"NOTE_ABSOLUTE", Const, 0},
13271 {"NOTE_ATTRIB", Const, 0},
13272 {"NOTE_BACKGROUND", Const, 16},
13273 {"NOTE_CHILD", Const, 0},
13274 {"NOTE_CRITICAL", Const, 16},
13275 {"NOTE_DELETE", Const, 0},
13276 {"NOTE_EOF", Const, 1},
13277 {"NOTE_EXEC", Const, 0},
13278 {"NOTE_EXIT", Const, 0},
13279 {"NOTE_EXITSTATUS", Const, 0},
13280 {"NOTE_EXIT_CSERROR", Const, 16},
13281 {"NOTE_EXIT_DECRYPTFAIL", Const, 16},
13282 {"NOTE_EXIT_DETAIL", Const, 16},
13283 {"NOTE_EXIT_DETAIL_MASK", Const, 16},
13284 {"NOTE_EXIT_MEMORY", Const, 16},
13285 {"NOTE_EXIT_REPARENTED", Const, 16},
13286 {"NOTE_EXTEND", Const, 0},
13287 {"NOTE_FFAND", Const, 0},
13288 {"NOTE_FFCOPY", Const, 0},
13289 {"NOTE_FFCTRLMASK", Const, 0},
13290 {"NOTE_FFLAGSMASK", Const, 0},
13291 {"NOTE_FFNOP", Const, 0},
13292 {"NOTE_FFOR", Const, 0},
13293 {"NOTE_FORK", Const, 0},
13294 {"NOTE_LEEWAY", Const, 16},
13295 {"NOTE_LINK", Const, 0},
13296 {"NOTE_LOWAT", Const, 0},
13297 {"NOTE_NONE", Const, 0},
13298 {"NOTE_NSECONDS", Const, 0},
13299 {"NOTE_PCTRLMASK", Const, 0},
13300 {"NOTE_PDATAMASK", Const, 0},
13301 {"NOTE_REAP", Const, 0},
13302 {"NOTE_RENAME", Const, 0},
13303 {"NOTE_RESOURCEEND", Const, 0},
13304 {"NOTE_REVOKE", Const, 0},
13305 {"NOTE_SECONDS", Const, 0},
13306 {"NOTE_SIGNAL", Const, 0},
13307 {"NOTE_TRACK", Const, 0},
13308 {"NOTE_TRACKERR", Const, 0},
13309 {"NOTE_TRIGGER", Const, 0},
13310 {"NOTE_TRUNCATE", Const, 1},
13311 {"NOTE_USECONDS", Const, 0},
13312 {"NOTE_VM_ERROR", Const, 0},
13313 {"NOTE_VM_PRESSURE", Const, 0},
13314 {"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0},
13315 {"NOTE_VM_PRESSURE_TERMINATE", Const, 0},
13316 {"NOTE_WRITE", Const, 0},
13317 {"NameCanonical", Const, 0},
13318 {"NameCanonicalEx", Const, 0},
13319 {"NameDisplay", Const, 0},
13320 {"NameDnsDomain", Const, 0},
13321 {"NameFullyQualifiedDN", Const, 0},
13322 {"NameSamCompatible", Const, 0},
13323 {"NameServicePrincipal", Const, 0},
13324 {"NameUniqueId", Const, 0},
13325 {"NameUnknown", Const, 0},
13326 {"NameUserPrincipal", Const, 0},
13327 {"Nanosleep", Func, 0},
13328 {"NetApiBufferFree", Func, 0},
13329 {"NetGetJoinInformation", Func, 2},
13330 {"NetSetupDomainName", Const, 2},
13331 {"NetSetupUnjoined", Const, 2},
13332 {"NetSetupUnknownStatus", Const, 2},
13333 {"NetSetupWorkgroupName", Const, 2},
13334 {"NetUserGetInfo", Func, 0},
13335 {"NetlinkMessage", Type, 0},
13336 {"NetlinkMessage.Data", Field, 0},
13337 {"NetlinkMessage.Header", Field, 0},
13338 {"NetlinkRIB", Func, 0},
13339 {"NetlinkRouteAttr", Type, 0},
13340 {"NetlinkRouteAttr.Attr", Field, 0},
13341 {"NetlinkRouteAttr.Value", Field, 0},
13342 {"NetlinkRouteRequest", Type, 0},
13343 {"NetlinkRouteRequest.Data", Field, 0},
13344 {"NetlinkRouteRequest.Header", Field, 0},
13345 {"NewCallback", Func, 0},
13346 {"NewCallbackCDecl", Func, 3},
13347 {"NewLazyDLL", Func, 0},
13348 {"NlAttr", Type, 0},
13349 {"NlAttr.Len", Field, 0},
13350 {"NlAttr.Type", Field, 0},
13351 {"NlMsgerr", Type, 0},
13352 {"NlMsgerr.Error", Field, 0},
13353 {"NlMsgerr.Msg", Field, 0},
13354 {"NlMsghdr", Type, 0},
13355 {"NlMsghdr.Flags", Field, 0},
13356 {"NlMsghdr.Len", Field, 0},
13357 {"NlMsghdr.Pid", Field, 0},
13358 {"NlMsghdr.Seq", Field, 0},
13359 {"NlMsghdr.Type", Field, 0},
13360 {"NsecToFiletime", Func, 0},
13361 {"NsecToTimespec", Func, 0},
13362 {"NsecToTimeval", Func, 0},
13363 {"Ntohs", Func, 0},
13364 {"OCRNL", Const, 0},
13365 {"OFDEL", Const, 0},
13366 {"OFILL", Const, 0},
13367 {"OFIOGETBMAP", Const, 1},
13368 {"OID_PKIX_KP_SERVER_AUTH", Var, 0},
13369 {"OID_SERVER_GATED_CRYPTO", Var, 0},
13370 {"OID_SGC_NETSCAPE", Var, 0},
13371 {"OLCUC", Const, 0},
13372 {"ONLCR", Const, 0},
13373 {"ONLRET", Const, 0},
13374 {"ONOCR", Const, 0},
13375 {"ONOEOT", Const, 1},
13376 {"OPEN_ALWAYS", Const, 0},
13377 {"OPEN_EXISTING", Const, 0},
13378 {"OPOST", Const, 0},
13379 {"O_ACCMODE", Const, 0},
13380 {"O_ALERT", Const, 0},
13381 {"O_ALT_IO", Const, 1},
13382 {"O_APPEND", Const, 0},
13383 {"O_ASYNC", Const, 0},
13384 {"O_CLOEXEC", Const, 0},
13385 {"O_CREAT", Const, 0},
13386 {"O_DIRECT", Const, 0},
13387 {"O_DIRECTORY", Const, 0},
13388 {"O_DP_GETRAWENCRYPTED", Const, 16},
13389 {"O_DSYNC", Const, 0},
13390 {"O_EVTONLY", Const, 0},
13391 {"O_EXCL", Const, 0},
13392 {"O_EXEC", Const, 0},
13393 {"O_EXLOCK", Const, 0},
13394 {"O_FSYNC", Const, 0},
13395 {"O_LARGEFILE", Const, 0},
13396 {"O_NDELAY", Const, 0},
13397 {"O_NOATIME", Const, 0},
13398 {"O_NOCTTY", Const, 0},
13399 {"O_NOFOLLOW", Const, 0},
13400 {"O_NONBLOCK", Const, 0},
13401 {"O_NOSIGPIPE", Const, 1},
13402 {"O_POPUP", Const, 0},
13403 {"O_RDONLY", Const, 0},
13404 {"O_RDWR", Const, 0},
13405 {"O_RSYNC", Const, 0},
13406 {"O_SHLOCK", Const, 0},
13407 {"O_SYMLINK", Const, 0},
13408 {"O_SYNC", Const, 0},
13409 {"O_TRUNC", Const, 0},
13410 {"O_TTY_INIT", Const, 0},
13411 {"O_WRONLY", Const, 0},
13412 {"Open", Func, 0},
13413 {"OpenCurrentProcessToken", Func, 0},
13414 {"OpenProcess", Func, 0},
13415 {"OpenProcessToken", Func, 0},
13416 {"Openat", Func, 0},
13417 {"Overlapped", Type, 0},
13418 {"Overlapped.HEvent", Field, 0},
13419 {"Overlapped.Internal", Field, 0},
13420 {"Overlapped.InternalHigh", Field, 0},
13421 {"Overlapped.Offset", Field, 0},
13422 {"Overlapped.OffsetHigh", Field, 0},
13423 {"PACKET_ADD_MEMBERSHIP", Const, 0},
13424 {"PACKET_BROADCAST", Const, 0},
13425 {"PACKET_DROP_MEMBERSHIP", Const, 0},
13426 {"PACKET_FASTROUTE", Const, 0},
13427 {"PACKET_HOST", Const, 0},
13428 {"PACKET_LOOPBACK", Const, 0},
13429 {"PACKET_MR_ALLMULTI", Const, 0},
13430 {"PACKET_MR_MULTICAST", Const, 0},
13431 {"PACKET_MR_PROMISC", Const, 0},
13432 {"PACKET_MULTICAST", Const, 0},
13433 {"PACKET_OTHERHOST", Const, 0},
13434 {"PACKET_OUTGOING", Const, 0},
13435 {"PACKET_RECV_OUTPUT", Const, 0},
13436 {"PACKET_RX_RING", Const, 0},
13437 {"PACKET_STATISTICS", Const, 0},
13438 {"PAGE_EXECUTE_READ", Const, 0},
13439 {"PAGE_EXECUTE_READWRITE", Const, 0},
13440 {"PAGE_EXECUTE_WRITECOPY", Const, 0},
13441 {"PAGE_READONLY", Const, 0},
13442 {"PAGE_READWRITE", Const, 0},
13443 {"PAGE_WRITECOPY", Const, 0},
13444 {"PARENB", Const, 0},
13445 {"PARMRK", Const, 0},
13446 {"PARODD", Const, 0},
13447 {"PENDIN", Const, 0},
13448 {"PFL_HIDDEN", Const, 2},
13449 {"PFL_MATCHES_PROTOCOL_ZERO", Const, 2},
13450 {"PFL_MULTIPLE_PROTO_ENTRIES", Const, 2},
13451 {"PFL_NETWORKDIRECT_PROVIDER", Const, 2},
13452 {"PFL_RECOMMENDED_PROTO_ENTRY", Const, 2},
13453 {"PF_FLUSH", Const, 1},
13454 {"PKCS_7_ASN_ENCODING", Const, 0},
13455 {"PMC5_PIPELINE_FLUSH", Const, 1},
13456 {"PRIO_PGRP", Const, 2},
13457 {"PRIO_PROCESS", Const, 2},
13458 {"PRIO_USER", Const, 2},
13459 {"PRI_IOFLUSH", Const, 1},
13460 {"PROCESS_QUERY_INFORMATION", Const, 0},
13461 {"PROCESS_TERMINATE", Const, 2},
13462 {"PROT_EXEC", Const, 0},
13463 {"PROT_GROWSDOWN", Const, 0},
13464 {"PROT_GROWSUP", Const, 0},
13465 {"PROT_NONE", Const, 0},
13466 {"PROT_READ", Const, 0},
13467 {"PROT_WRITE", Const, 0},
13468 {"PROV_DH_SCHANNEL", Const, 0},
13469 {"PROV_DSS", Const, 0},
13470 {"PROV_DSS_DH", Const, 0},
13471 {"PROV_EC_ECDSA_FULL", Const, 0},
13472 {"PROV_EC_ECDSA_SIG", Const, 0},
13473 {"PROV_EC_ECNRA_FULL", Const, 0},
13474 {"PROV_EC_ECNRA_SIG", Const, 0},
13475 {"PROV_FORTEZZA", Const, 0},
13476 {"PROV_INTEL_SEC", Const, 0},
13477 {"PROV_MS_EXCHANGE", Const, 0},
13478 {"PROV_REPLACE_OWF", Const, 0},
13479 {"PROV_RNG", Const, 0},
13480 {"PROV_RSA_AES", Const, 0},
13481 {"PROV_RSA_FULL", Const, 0},
13482 {"PROV_RSA_SCHANNEL", Const, 0},
13483 {"PROV_RSA_SIG", Const, 0},
13484 {"PROV_SPYRUS_LYNKS", Const, 0},
13485 {"PROV_SSL", Const, 0},
13486 {"PR_CAPBSET_DROP", Const, 0},
13487 {"PR_CAPBSET_READ", Const, 0},
13488 {"PR_CLEAR_SECCOMP_FILTER", Const, 0},
13489 {"PR_ENDIAN_BIG", Const, 0},
13490 {"PR_ENDIAN_LITTLE", Const, 0},
13491 {"PR_ENDIAN_PPC_LITTLE", Const, 0},
13492 {"PR_FPEMU_NOPRINT", Const, 0},
13493 {"PR_FPEMU_SIGFPE", Const, 0},
13494 {"PR_FP_EXC_ASYNC", Const, 0},
13495 {"PR_FP_EXC_DISABLED", Const, 0},
13496 {"PR_FP_EXC_DIV", Const, 0},
13497 {"PR_FP_EXC_INV", Const, 0},
13498 {"PR_FP_EXC_NONRECOV", Const, 0},
13499 {"PR_FP_EXC_OVF", Const, 0},
13500 {"PR_FP_EXC_PRECISE", Const, 0},
13501 {"PR_FP_EXC_RES", Const, 0},
13502 {"PR_FP_EXC_SW_ENABLE", Const, 0},
13503 {"PR_FP_EXC_UND", Const, 0},
13504 {"PR_GET_DUMPABLE", Const, 0},
13505 {"PR_GET_ENDIAN", Const, 0},
13506 {"PR_GET_FPEMU", Const, 0},
13507 {"PR_GET_FPEXC", Const, 0},
13508 {"PR_GET_KEEPCAPS", Const, 0},
13509 {"PR_GET_NAME", Const, 0},
13510 {"PR_GET_PDEATHSIG", Const, 0},
13511 {"PR_GET_SECCOMP", Const, 0},
13512 {"PR_GET_SECCOMP_FILTER", Const, 0},
13513 {"PR_GET_SECUREBITS", Const, 0},
13514 {"PR_GET_TIMERSLACK", Const, 0},
13515 {"PR_GET_TIMING", Const, 0},
13516 {"PR_GET_TSC", Const, 0},
13517 {"PR_GET_UNALIGN", Const, 0},
13518 {"PR_MCE_KILL", Const, 0},
13519 {"PR_MCE_KILL_CLEAR", Const, 0},
13520 {"PR_MCE_KILL_DEFAULT", Const, 0},
13521 {"PR_MCE_KILL_EARLY", Const, 0},
13522 {"PR_MCE_KILL_GET", Const, 0},
13523 {"PR_MCE_KILL_LATE", Const, 0},
13524 {"PR_MCE_KILL_SET", Const, 0},
13525 {"PR_SECCOMP_FILTER_EVENT", Const, 0},
13526 {"PR_SECCOMP_FILTER_SYSCALL", Const, 0},
13527 {"PR_SET_DUMPABLE", Const, 0},
13528 {"PR_SET_ENDIAN", Const, 0},
13529 {"PR_SET_FPEMU", Const, 0},
13530 {"PR_SET_FPEXC", Const, 0},
13531 {"PR_SET_KEEPCAPS", Const, 0},
13532 {"PR_SET_NAME", Const, 0},
13533 {"PR_SET_PDEATHSIG", Const, 0},
13534 {"PR_SET_PTRACER", Const, 0},
13535 {"PR_SET_SECCOMP", Const, 0},
13536 {"PR_SET_SECCOMP_FILTER", Const, 0},
13537 {"PR_SET_SECUREBITS", Const, 0},
13538 {"PR_SET_TIMERSLACK", Const, 0},
13539 {"PR_SET_TIMING", Const, 0},
13540 {"PR_SET_TSC", Const, 0},
13541 {"PR_SET_UNALIGN", Const, 0},
13542 {"PR_TASK_PERF_EVENTS_DISABLE", Const, 0},
13543 {"PR_TASK_PERF_EVENTS_ENABLE", Const, 0},
13544 {"PR_TIMING_STATISTICAL", Const, 0},
13545 {"PR_TIMING_TIMESTAMP", Const, 0},
13546 {"PR_TSC_ENABLE", Const, 0},
13547 {"PR_TSC_SIGSEGV", Const, 0},
13548 {"PR_UNALIGN_NOPRINT", Const, 0},
13549 {"PR_UNALIGN_SIGBUS", Const, 0},
13550 {"PTRACE_ARCH_PRCTL", Const, 0},
13551 {"PTRACE_ATTACH", Const, 0},
13552 {"PTRACE_CONT", Const, 0},
13553 {"PTRACE_DETACH", Const, 0},
13554 {"PTRACE_EVENT_CLONE", Const, 0},
13555 {"PTRACE_EVENT_EXEC", Const, 0},
13556 {"PTRACE_EVENT_EXIT", Const, 0},
13557 {"PTRACE_EVENT_FORK", Const, 0},
13558 {"PTRACE_EVENT_VFORK", Const, 0},
13559 {"PTRACE_EVENT_VFORK_DONE", Const, 0},
13560 {"PTRACE_GETCRUNCHREGS", Const, 0},
13561 {"PTRACE_GETEVENTMSG", Const, 0},
13562 {"PTRACE_GETFPREGS", Const, 0},
13563 {"PTRACE_GETFPXREGS", Const, 0},
13564 {"PTRACE_GETHBPREGS", Const, 0},
13565 {"PTRACE_GETREGS", Const, 0},
13566 {"PTRACE_GETREGSET", Const, 0},
13567 {"PTRACE_GETSIGINFO", Const, 0},
13568 {"PTRACE_GETVFPREGS", Const, 0},
13569 {"PTRACE_GETWMMXREGS", Const, 0},
13570 {"PTRACE_GET_THREAD_AREA", Const, 0},
13571 {"PTRACE_KILL", Const, 0},
13572 {"PTRACE_OLDSETOPTIONS", Const, 0},
13573 {"PTRACE_O_MASK", Const, 0},
13574 {"PTRACE_O_TRACECLONE", Const, 0},
13575 {"PTRACE_O_TRACEEXEC", Const, 0},
13576 {"PTRACE_O_TRACEEXIT", Const, 0},
13577 {"PTRACE_O_TRACEFORK", Const, 0},
13578 {"PTRACE_O_TRACESYSGOOD", Const, 0},
13579 {"PTRACE_O_TRACEVFORK", Const, 0},
13580 {"PTRACE_O_TRACEVFORKDONE", Const, 0},
13581 {"PTRACE_PEEKDATA", Const, 0},
13582 {"PTRACE_PEEKTEXT", Const, 0},
13583 {"PTRACE_PEEKUSR", Const, 0},
13584 {"PTRACE_POKEDATA", Const, 0},
13585 {"PTRACE_POKETEXT", Const, 0},
13586 {"PTRACE_POKEUSR", Const, 0},
13587 {"PTRACE_SETCRUNCHREGS", Const, 0},
13588 {"PTRACE_SETFPREGS", Const, 0},
13589 {"PTRACE_SETFPXREGS", Const, 0},
13590 {"PTRACE_SETHBPREGS", Const, 0},
13591 {"PTRACE_SETOPTIONS", Const, 0},
13592 {"PTRACE_SETREGS", Const, 0},
13593 {"PTRACE_SETREGSET", Const, 0},
13594 {"PTRACE_SETSIGINFO", Const, 0},
13595 {"PTRACE_SETVFPREGS", Const, 0},
13596 {"PTRACE_SETWMMXREGS", Const, 0},
13597 {"PTRACE_SET_SYSCALL", Const, 0},
13598 {"PTRACE_SET_THREAD_AREA", Const, 0},
13599 {"PTRACE_SINGLEBLOCK", Const, 0},
13600 {"PTRACE_SINGLESTEP", Const, 0},
13601 {"PTRACE_SYSCALL", Const, 0},
13602 {"PTRACE_SYSEMU", Const, 0},
13603 {"PTRACE_SYSEMU_SINGLESTEP", Const, 0},
13604 {"PTRACE_TRACEME", Const, 0},
13605 {"PT_ATTACH", Const, 0},
13606 {"PT_ATTACHEXC", Const, 0},
13607 {"PT_CONTINUE", Const, 0},
13608 {"PT_DATA_ADDR", Const, 0},
13609 {"PT_DENY_ATTACH", Const, 0},
13610 {"PT_DETACH", Const, 0},
13611 {"PT_FIRSTMACH", Const, 0},
13612 {"PT_FORCEQUOTA", Const, 0},
13613 {"PT_KILL", Const, 0},
13614 {"PT_MASK", Const, 1},
13615 {"PT_READ_D", Const, 0},
13616 {"PT_READ_I", Const, 0},
13617 {"PT_READ_U", Const, 0},
13618 {"PT_SIGEXC", Const, 0},
13619 {"PT_STEP", Const, 0},
13620 {"PT_TEXT_ADDR", Const, 0},
13621 {"PT_TEXT_END_ADDR", Const, 0},
13622 {"PT_THUPDATE", Const, 0},
13623 {"PT_TRACE_ME", Const, 0},
13624 {"PT_WRITE_D", Const, 0},
13625 {"PT_WRITE_I", Const, 0},
13626 {"PT_WRITE_U", Const, 0},
13627 {"ParseDirent", Func, 0},
13628 {"ParseNetlinkMessage", Func, 0},
13629 {"ParseNetlinkRouteAttr", Func, 0},
13630 {"ParseRoutingMessage", Func, 0},
13631 {"ParseRoutingSockaddr", Func, 0},
13632 {"ParseSocketControlMessage", Func, 0},
13633 {"ParseUnixCredentials", Func, 0},
13634 {"ParseUnixRights", Func, 0},
13635 {"PathMax", Const, 0},
13636 {"Pathconf", Func, 0},
13637 {"Pause", Func, 0},
13638 {"Pipe", Func, 0},
13639 {"Pipe2", Func, 1},
13640 {"PivotRoot", Func, 0},
13641 {"Pointer", Type, 11},
13642 {"PostQueuedCompletionStatus", Func, 0},
13643 {"Pread", Func, 0},
13644 {"Proc", Type, 0},
13645 {"Proc.Dll", Field, 0},
13646 {"Proc.Name", Field, 0},
13647 {"ProcAttr", Type, 0},
13648 {"ProcAttr.Dir", Field, 0},
13649 {"ProcAttr.Env", Field, 0},
13650 {"ProcAttr.Files", Field, 0},
13651 {"ProcAttr.Sys", Field, 0},
13652 {"Process32First", Func, 4},
13653 {"Process32Next", Func, 4},
13654 {"ProcessEntry32", Type, 4},
13655 {"ProcessEntry32.DefaultHeapID", Field, 4},
13656 {"ProcessEntry32.ExeFile", Field, 4},
13657 {"ProcessEntry32.Flags", Field, 4},
13658 {"ProcessEntry32.ModuleID", Field, 4},
13659 {"ProcessEntry32.ParentProcessID", Field, 4},
13660 {"ProcessEntry32.PriClassBase", Field, 4},
13661 {"ProcessEntry32.ProcessID", Field, 4},
13662 {"ProcessEntry32.Size", Field, 4},
13663 {"ProcessEntry32.Threads", Field, 4},
13664 {"ProcessEntry32.Usage", Field, 4},
13665 {"ProcessInformation", Type, 0},
13666 {"ProcessInformation.Process", Field, 0},
13667 {"ProcessInformation.ProcessId", Field, 0},
13668 {"ProcessInformation.Thread", Field, 0},
13669 {"ProcessInformation.ThreadId", Field, 0},
13670 {"Protoent", Type, 0},
13671 {"Protoent.Aliases", Field, 0},
13672 {"Protoent.Name", Field, 0},
13673 {"Protoent.Proto", Field, 0},
13674 {"PtraceAttach", Func, 0},
13675 {"PtraceCont", Func, 0},
13676 {"PtraceDetach", Func, 0},
13677 {"PtraceGetEventMsg", Func, 0},
13678 {"PtraceGetRegs", Func, 0},
13679 {"PtracePeekData", Func, 0},
13680 {"PtracePeekText", Func, 0},
13681 {"PtracePokeData", Func, 0},
13682 {"PtracePokeText", Func, 0},
13683 {"PtraceRegs", Type, 0},
13684 {"PtraceRegs.Cs", Field, 0},
13685 {"PtraceRegs.Ds", Field, 0},
13686 {"PtraceRegs.Eax", Field, 0},
13687 {"PtraceRegs.Ebp", Field, 0},
13688 {"PtraceRegs.Ebx", Field, 0},
13689 {"PtraceRegs.Ecx", Field, 0},
13690 {"PtraceRegs.Edi", Field, 0},
13691 {"PtraceRegs.Edx", Field, 0},
13692 {"PtraceRegs.Eflags", Field, 0},
13693 {"PtraceRegs.Eip", Field, 0},
13694 {"PtraceRegs.Es", Field, 0},
13695 {"PtraceRegs.Esi", Field, 0},
13696 {"PtraceRegs.Esp", Field, 0},
13697 {"PtraceRegs.Fs", Field, 0},
13698 {"PtraceRegs.Fs_base", Field, 0},
13699 {"PtraceRegs.Gs", Field, 0},
13700 {"PtraceRegs.Gs_base", Field, 0},
13701 {"PtraceRegs.Orig_eax", Field, 0},
13702 {"PtraceRegs.Orig_rax", Field, 0},
13703 {"PtraceRegs.R10", Field, 0},
13704 {"PtraceRegs.R11", Field, 0},
13705 {"PtraceRegs.R12", Field, 0},
13706 {"PtraceRegs.R13", Field, 0},
13707 {"PtraceRegs.R14", Field, 0},
13708 {"PtraceRegs.R15", Field, 0},
13709 {"PtraceRegs.R8", Field, 0},
13710 {"PtraceRegs.R9", Field, 0},
13711 {"PtraceRegs.Rax", Field, 0},
13712 {"PtraceRegs.Rbp", Field, 0},
13713 {"PtraceRegs.Rbx", Field, 0},
13714 {"PtraceRegs.Rcx", Field, 0},
13715 {"PtraceRegs.Rdi", Field, 0},
13716 {"PtraceRegs.Rdx", Field, 0},
13717 {"PtraceRegs.Rip", Field, 0},
13718 {"PtraceRegs.Rsi", Field, 0},
13719 {"PtraceRegs.Rsp", Field, 0},
13720 {"PtraceRegs.Ss", Field, 0},
13721 {"PtraceRegs.Uregs", Field, 0},
13722 {"PtraceRegs.Xcs", Field, 0},
13723 {"PtraceRegs.Xds", Field, 0},
13724 {"PtraceRegs.Xes", Field, 0},
13725 {"PtraceRegs.Xfs", Field, 0},
13726 {"PtraceRegs.Xgs", Field, 0},
13727 {"PtraceRegs.Xss", Field, 0},
13728 {"PtraceSetOptions", Func, 0},
13729 {"PtraceSetRegs", Func, 0},
13730 {"PtraceSingleStep", Func, 0},
13731 {"PtraceSyscall", Func, 1},
13732 {"Pwrite", Func, 0},
13733 {"REG_BINARY", Const, 0},
13734 {"REG_DWORD", Const, 0},
13735 {"REG_DWORD_BIG_ENDIAN", Const, 0},
13736 {"REG_DWORD_LITTLE_ENDIAN", Const, 0},
13737 {"REG_EXPAND_SZ", Const, 0},
13738 {"REG_FULL_RESOURCE_DESCRIPTOR", Const, 0},
13739 {"REG_LINK", Const, 0},
13740 {"REG_MULTI_SZ", Const, 0},
13741 {"REG_NONE", Const, 0},
13742 {"REG_QWORD", Const, 0},
13743 {"REG_QWORD_LITTLE_ENDIAN", Const, 0},
13744 {"REG_RESOURCE_LIST", Const, 0},
13745 {"REG_RESOURCE_REQUIREMENTS_LIST", Const, 0},
13746 {"REG_SZ", Const, 0},
13747 {"RLIMIT_AS", Const, 0},
13748 {"RLIMIT_CORE", Const, 0},
13749 {"RLIMIT_CPU", Const, 0},
13750 {"RLIMIT_CPU_USAGE_MONITOR", Const, 16},
13751 {"RLIMIT_DATA", Const, 0},
13752 {"RLIMIT_FSIZE", Const, 0},
13753 {"RLIMIT_NOFILE", Const, 0},
13754 {"RLIMIT_STACK", Const, 0},
13755 {"RLIM_INFINITY", Const, 0},
13756 {"RTAX_ADVMSS", Const, 0},
13757 {"RTAX_AUTHOR", Const, 0},
13758 {"RTAX_BRD", Const, 0},
13759 {"RTAX_CWND", Const, 0},
13760 {"RTAX_DST", Const, 0},
13761 {"RTAX_FEATURES", Const, 0},
13762 {"RTAX_FEATURE_ALLFRAG", Const, 0},
13763 {"RTAX_FEATURE_ECN", Const, 0},
13764 {"RTAX_FEATURE_SACK", Const, 0},
13765 {"RTAX_FEATURE_TIMESTAMP", Const, 0},
13766 {"RTAX_GATEWAY", Const, 0},
13767 {"RTAX_GENMASK", Const, 0},
13768 {"RTAX_HOPLIMIT", Const, 0},
13769 {"RTAX_IFA", Const, 0},
13770 {"RTAX_IFP", Const, 0},
13771 {"RTAX_INITCWND", Const, 0},
13772 {"RTAX_INITRWND", Const, 0},
13773 {"RTAX_LABEL", Const, 1},
13774 {"RTAX_LOCK", Const, 0},
13775 {"RTAX_MAX", Const, 0},
13776 {"RTAX_MTU", Const, 0},
13777 {"RTAX_NETMASK", Const, 0},
13778 {"RTAX_REORDERING", Const, 0},
13779 {"RTAX_RTO_MIN", Const, 0},
13780 {"RTAX_RTT", Const, 0},
13781 {"RTAX_RTTVAR", Const, 0},
13782 {"RTAX_SRC", Const, 1},
13783 {"RTAX_SRCMASK", Const, 1},
13784 {"RTAX_SSTHRESH", Const, 0},
13785 {"RTAX_TAG", Const, 1},
13786 {"RTAX_UNSPEC", Const, 0},
13787 {"RTAX_WINDOW", Const, 0},
13788 {"RTA_ALIGNTO", Const, 0},
13789 {"RTA_AUTHOR", Const, 0},
13790 {"RTA_BRD", Const, 0},
13791 {"RTA_CACHEINFO", Const, 0},
13792 {"RTA_DST", Const, 0},
13793 {"RTA_FLOW", Const, 0},
13794 {"RTA_GATEWAY", Const, 0},
13795 {"RTA_GENMASK", Const, 0},
13796 {"RTA_IFA", Const, 0},
13797 {"RTA_IFP", Const, 0},
13798 {"RTA_IIF", Const, 0},
13799 {"RTA_LABEL", Const, 1},
13800 {"RTA_MAX", Const, 0},
13801 {"RTA_METRICS", Const, 0},
13802 {"RTA_MULTIPATH", Const, 0},
13803 {"RTA_NETMASK", Const, 0},
13804 {"RTA_OIF", Const, 0},
13805 {"RTA_PREFSRC", Const, 0},
13806 {"RTA_PRIORITY", Const, 0},
13807 {"RTA_SRC", Const, 0},
13808 {"RTA_SRCMASK", Const, 1},
13809 {"RTA_TABLE", Const, 0},
13810 {"RTA_TAG", Const, 1},
13811 {"RTA_UNSPEC", Const, 0},
13812 {"RTCF_DIRECTSRC", Const, 0},
13813 {"RTCF_DOREDIRECT", Const, 0},
13814 {"RTCF_LOG", Const, 0},
13815 {"RTCF_MASQ", Const, 0},
13816 {"RTCF_NAT", Const, 0},
13817 {"RTCF_VALVE", Const, 0},
13818 {"RTF_ADDRCLASSMASK", Const, 0},
13819 {"RTF_ADDRCONF", Const, 0},
13820 {"RTF_ALLONLINK", Const, 0},
13821 {"RTF_ANNOUNCE", Const, 1},
13822 {"RTF_BLACKHOLE", Const, 0},
13823 {"RTF_BROADCAST", Const, 0},
13824 {"RTF_CACHE", Const, 0},
13825 {"RTF_CLONED", Const, 1},
13826 {"RTF_CLONING", Const, 0},
13827 {"RTF_CONDEMNED", Const, 0},
13828 {"RTF_DEFAULT", Const, 0},
13829 {"RTF_DELCLONE", Const, 0},
13830 {"RTF_DONE", Const, 0},
13831 {"RTF_DYNAMIC", Const, 0},
13832 {"RTF_FLOW", Const, 0},
13833 {"RTF_FMASK", Const, 0},
13834 {"RTF_GATEWAY", Const, 0},
13835 {"RTF_GWFLAG_COMPAT", Const, 3},
13836 {"RTF_HOST", Const, 0},
13837 {"RTF_IFREF", Const, 0},
13838 {"RTF_IFSCOPE", Const, 0},
13839 {"RTF_INTERFACE", Const, 0},
13840 {"RTF_IRTT", Const, 0},
13841 {"RTF_LINKRT", Const, 0},
13842 {"RTF_LLDATA", Const, 0},
13843 {"RTF_LLINFO", Const, 0},
13844 {"RTF_LOCAL", Const, 0},
13845 {"RTF_MASK", Const, 1},
13846 {"RTF_MODIFIED", Const, 0},
13847 {"RTF_MPATH", Const, 1},
13848 {"RTF_MPLS", Const, 1},
13849 {"RTF_MSS", Const, 0},
13850 {"RTF_MTU", Const, 0},
13851 {"RTF_MULTICAST", Const, 0},
13852 {"RTF_NAT", Const, 0},
13853 {"RTF_NOFORWARD", Const, 0},
13854 {"RTF_NONEXTHOP", Const, 0},
13855 {"RTF_NOPMTUDISC", Const, 0},
13856 {"RTF_PERMANENT_ARP", Const, 1},
13857 {"RTF_PINNED", Const, 0},
13858 {"RTF_POLICY", Const, 0},
13859 {"RTF_PRCLONING", Const, 0},
13860 {"RTF_PROTO1", Const, 0},
13861 {"RTF_PROTO2", Const, 0},
13862 {"RTF_PROTO3", Const, 0},
13863 {"RTF_PROXY", Const, 16},
13864 {"RTF_REINSTATE", Const, 0},
13865 {"RTF_REJECT", Const, 0},
13866 {"RTF_RNH_LOCKED", Const, 0},
13867 {"RTF_ROUTER", Const, 16},
13868 {"RTF_SOURCE", Const, 1},
13869 {"RTF_SRC", Const, 1},
13870 {"RTF_STATIC", Const, 0},
13871 {"RTF_STICKY", Const, 0},
13872 {"RTF_THROW", Const, 0},
13873 {"RTF_TUNNEL", Const, 1},
13874 {"RTF_UP", Const, 0},
13875 {"RTF_USETRAILERS", Const, 1},
13876 {"RTF_WASCLONED", Const, 0},
13877 {"RTF_WINDOW", Const, 0},
13878 {"RTF_XRESOLVE", Const, 0},
13879 {"RTM_ADD", Const, 0},
13880 {"RTM_BASE", Const, 0},
13881 {"RTM_CHANGE", Const, 0},
13882 {"RTM_CHGADDR", Const, 1},
13883 {"RTM_DELACTION", Const, 0},
13884 {"RTM_DELADDR", Const, 0},
13885 {"RTM_DELADDRLABEL", Const, 0},
13886 {"RTM_DELETE", Const, 0},
13887 {"RTM_DELLINK", Const, 0},
13888 {"RTM_DELMADDR", Const, 0},
13889 {"RTM_DELNEIGH", Const, 0},
13890 {"RTM_DELQDISC", Const, 0},
13891 {"RTM_DELROUTE", Const, 0},
13892 {"RTM_DELRULE", Const, 0},
13893 {"RTM_DELTCLASS", Const, 0},
13894 {"RTM_DELTFILTER", Const, 0},
13895 {"RTM_DESYNC", Const, 1},
13896 {"RTM_F_CLONED", Const, 0},
13897 {"RTM_F_EQUALIZE", Const, 0},
13898 {"RTM_F_NOTIFY", Const, 0},
13899 {"RTM_F_PREFIX", Const, 0},
13900 {"RTM_GET", Const, 0},
13901 {"RTM_GET2", Const, 0},
13902 {"RTM_GETACTION", Const, 0},
13903 {"RTM_GETADDR", Const, 0},
13904 {"RTM_GETADDRLABEL", Const, 0},
13905 {"RTM_GETANYCAST", Const, 0},
13906 {"RTM_GETDCB", Const, 0},
13907 {"RTM_GETLINK", Const, 0},
13908 {"RTM_GETMULTICAST", Const, 0},
13909 {"RTM_GETNEIGH", Const, 0},
13910 {"RTM_GETNEIGHTBL", Const, 0},
13911 {"RTM_GETQDISC", Const, 0},
13912 {"RTM_GETROUTE", Const, 0},
13913 {"RTM_GETRULE", Const, 0},
13914 {"RTM_GETTCLASS", Const, 0},
13915 {"RTM_GETTFILTER", Const, 0},
13916 {"RTM_IEEE80211", Const, 0},
13917 {"RTM_IFANNOUNCE", Const, 0},
13918 {"RTM_IFINFO", Const, 0},
13919 {"RTM_IFINFO2", Const, 0},
13920 {"RTM_LLINFO_UPD", Const, 1},
13921 {"RTM_LOCK", Const, 0},
13922 {"RTM_LOSING", Const, 0},
13923 {"RTM_MAX", Const, 0},
13924 {"RTM_MAXSIZE", Const, 1},
13925 {"RTM_MISS", Const, 0},
13926 {"RTM_NEWACTION", Const, 0},
13927 {"RTM_NEWADDR", Const, 0},
13928 {"RTM_NEWADDRLABEL", Const, 0},
13929 {"RTM_NEWLINK", Const, 0},
13930 {"RTM_NEWMADDR", Const, 0},
13931 {"RTM_NEWMADDR2", Const, 0},
13932 {"RTM_NEWNDUSEROPT", Const, 0},
13933 {"RTM_NEWNEIGH", Const, 0},
13934 {"RTM_NEWNEIGHTBL", Const, 0},
13935 {"RTM_NEWPREFIX", Const, 0},
13936 {"RTM_NEWQDISC", Const, 0},
13937 {"RTM_NEWROUTE", Const, 0},
13938 {"RTM_NEWRULE", Const, 0},
13939 {"RTM_NEWTCLASS", Const, 0},
13940 {"RTM_NEWTFILTER", Const, 0},
13941 {"RTM_NR_FAMILIES", Const, 0},
13942 {"RTM_NR_MSGTYPES", Const, 0},
13943 {"RTM_OIFINFO", Const, 1},
13944 {"RTM_OLDADD", Const, 0},
13945 {"RTM_OLDDEL", Const, 0},
13946 {"RTM_OOIFINFO", Const, 1},
13947 {"RTM_REDIRECT", Const, 0},
13948 {"RTM_RESOLVE", Const, 0},
13949 {"RTM_RTTUNIT", Const, 0},
13950 {"RTM_SETDCB", Const, 0},
13951 {"RTM_SETGATE", Const, 1},
13952 {"RTM_SETLINK", Const, 0},
13953 {"RTM_SETNEIGHTBL", Const, 0},
13954 {"RTM_VERSION", Const, 0},
13955 {"RTNH_ALIGNTO", Const, 0},
13956 {"RTNH_F_DEAD", Const, 0},
13957 {"RTNH_F_ONLINK", Const, 0},
13958 {"RTNH_F_PERVASIVE", Const, 0},
13959 {"RTNLGRP_IPV4_IFADDR", Const, 1},
13960 {"RTNLGRP_IPV4_MROUTE", Const, 1},
13961 {"RTNLGRP_IPV4_ROUTE", Const, 1},
13962 {"RTNLGRP_IPV4_RULE", Const, 1},
13963 {"RTNLGRP_IPV6_IFADDR", Const, 1},
13964 {"RTNLGRP_IPV6_IFINFO", Const, 1},
13965 {"RTNLGRP_IPV6_MROUTE", Const, 1},
13966 {"RTNLGRP_IPV6_PREFIX", Const, 1},
13967 {"RTNLGRP_IPV6_ROUTE", Const, 1},
13968 {"RTNLGRP_IPV6_RULE", Const, 1},
13969 {"RTNLGRP_LINK", Const, 1},
13970 {"RTNLGRP_ND_USEROPT", Const, 1},
13971 {"RTNLGRP_NEIGH", Const, 1},
13972 {"RTNLGRP_NONE", Const, 1},
13973 {"RTNLGRP_NOTIFY", Const, 1},
13974 {"RTNLGRP_TC", Const, 1},
13975 {"RTN_ANYCAST", Const, 0},
13976 {"RTN_BLACKHOLE", Const, 0},
13977 {"RTN_BROADCAST", Const, 0},
13978 {"RTN_LOCAL", Const, 0},
13979 {"RTN_MAX", Const, 0},
13980 {"RTN_MULTICAST", Const, 0},
13981 {"RTN_NAT", Const, 0},
13982 {"RTN_PROHIBIT", Const, 0},
13983 {"RTN_THROW", Const, 0},
13984 {"RTN_UNICAST", Const, 0},
13985 {"RTN_UNREACHABLE", Const, 0},
13986 {"RTN_UNSPEC", Const, 0},
13987 {"RTN_XRESOLVE", Const, 0},
13988 {"RTPROT_BIRD", Const, 0},
13989 {"RTPROT_BOOT", Const, 0},
13990 {"RTPROT_DHCP", Const, 0},
13991 {"RTPROT_DNROUTED", Const, 0},
13992 {"RTPROT_GATED", Const, 0},
13993 {"RTPROT_KERNEL", Const, 0},
13994 {"RTPROT_MRT", Const, 0},
13995 {"RTPROT_NTK", Const, 0},
13996 {"RTPROT_RA", Const, 0},
13997 {"RTPROT_REDIRECT", Const, 0},
13998 {"RTPROT_STATIC", Const, 0},
13999 {"RTPROT_UNSPEC", Const, 0},
14000 {"RTPROT_XORP", Const, 0},
14001 {"RTPROT_ZEBRA", Const, 0},
14002 {"RTV_EXPIRE", Const, 0},
14003 {"RTV_HOPCOUNT", Const, 0},
14004 {"RTV_MTU", Const, 0},
14005 {"RTV_RPIPE", Const, 0},
14006 {"RTV_RTT", Const, 0},
14007 {"RTV_RTTVAR", Const, 0},
14008 {"RTV_SPIPE", Const, 0},
14009 {"RTV_SSTHRESH", Const, 0},
14010 {"RTV_WEIGHT", Const, 0},
14011 {"RT_CACHING_CONTEXT", Const, 1},
14012 {"RT_CLASS_DEFAULT", Const, 0},
14013 {"RT_CLASS_LOCAL", Const, 0},
14014 {"RT_CLASS_MAIN", Const, 0},
14015 {"RT_CLASS_MAX", Const, 0},
14016 {"RT_CLASS_UNSPEC", Const, 0},
14017 {"RT_DEFAULT_FIB", Const, 1},
14018 {"RT_NORTREF", Const, 1},
14019 {"RT_SCOPE_HOST", Const, 0},
14020 {"RT_SCOPE_LINK", Const, 0},
14021 {"RT_SCOPE_NOWHERE", Const, 0},
14022 {"RT_SCOPE_SITE", Const, 0},
14023 {"RT_SCOPE_UNIVERSE", Const, 0},
14024 {"RT_TABLEID_MAX", Const, 1},
14025 {"RT_TABLE_COMPAT", Const, 0},
14026 {"RT_TABLE_DEFAULT", Const, 0},
14027 {"RT_TABLE_LOCAL", Const, 0},
14028 {"RT_TABLE_MAIN", Const, 0},
14029 {"RT_TABLE_MAX", Const, 0},
14030 {"RT_TABLE_UNSPEC", Const, 0},
14031 {"RUSAGE_CHILDREN", Const, 0},
14032 {"RUSAGE_SELF", Const, 0},
14033 {"RUSAGE_THREAD", Const, 0},
14034 {"Radvisory_t", Type, 0},
14035 {"Radvisory_t.Count", Field, 0},
14036 {"Radvisory_t.Offset", Field, 0},
14037 {"Radvisory_t.Pad_cgo_0", Field, 0},
14038 {"RawConn", Type, 9},
14039 {"RawSockaddr", Type, 0},
14040 {"RawSockaddr.Data", Field, 0},
14041 {"RawSockaddr.Family", Field, 0},
14042 {"RawSockaddr.Len", Field, 0},
14043 {"RawSockaddrAny", Type, 0},
14044 {"RawSockaddrAny.Addr", Field, 0},
14045 {"RawSockaddrAny.Pad", Field, 0},
14046 {"RawSockaddrDatalink", Type, 0},
14047 {"RawSockaddrDatalink.Alen", Field, 0},
14048 {"RawSockaddrDatalink.Data", Field, 0},
14049 {"RawSockaddrDatalink.Family", Field, 0},
14050 {"RawSockaddrDatalink.Index", Field, 0},
14051 {"RawSockaddrDatalink.Len", Field, 0},
14052 {"RawSockaddrDatalink.Nlen", Field, 0},
14053 {"RawSockaddrDatalink.Pad_cgo_0", Field, 2},
14054 {"RawSockaddrDatalink.Slen", Field, 0},
14055 {"RawSockaddrDatalink.Type", Field, 0},
14056 {"RawSockaddrInet4", Type, 0},
14057 {"RawSockaddrInet4.Addr", Field, 0},
14058 {"RawSockaddrInet4.Family", Field, 0},
14059 {"RawSockaddrInet4.Len", Field, 0},
14060 {"RawSockaddrInet4.Port", Field, 0},
14061 {"RawSockaddrInet4.Zero", Field, 0},
14062 {"RawSockaddrInet6", Type, 0},
14063 {"RawSockaddrInet6.Addr", Field, 0},
14064 {"RawSockaddrInet6.Family", Field, 0},
14065 {"RawSockaddrInet6.Flowinfo", Field, 0},
14066 {"RawSockaddrInet6.Len", Field, 0},
14067 {"RawSockaddrInet6.Port", Field, 0},
14068 {"RawSockaddrInet6.Scope_id", Field, 0},
14069 {"RawSockaddrLinklayer", Type, 0},
14070 {"RawSockaddrLinklayer.Addr", Field, 0},
14071 {"RawSockaddrLinklayer.Family", Field, 0},
14072 {"RawSockaddrLinklayer.Halen", Field, 0},
14073 {"RawSockaddrLinklayer.Hatype", Field, 0},
14074 {"RawSockaddrLinklayer.Ifindex", Field, 0},
14075 {"RawSockaddrLinklayer.Pkttype", Field, 0},
14076 {"RawSockaddrLinklayer.Protocol", Field, 0},
14077 {"RawSockaddrNetlink", Type, 0},
14078 {"RawSockaddrNetlink.Family", Field, 0},
14079 {"RawSockaddrNetlink.Groups", Field, 0},
14080 {"RawSockaddrNetlink.Pad", Field, 0},
14081 {"RawSockaddrNetlink.Pid", Field, 0},
14082 {"RawSockaddrUnix", Type, 0},
14083 {"RawSockaddrUnix.Family", Field, 0},
14084 {"RawSockaddrUnix.Len", Field, 0},
14085 {"RawSockaddrUnix.Pad_cgo_0", Field, 2},
14086 {"RawSockaddrUnix.Path", Field, 0},
14087 {"RawSyscall", Func, 0},
14088 {"RawSyscall6", Func, 0},
14089 {"Read", Func, 0},
14090 {"ReadConsole", Func, 1},
14091 {"ReadDirectoryChanges", Func, 0},
14092 {"ReadDirent", Func, 0},
14093 {"ReadFile", Func, 0},
14094 {"Readlink", Func, 0},
14095 {"Reboot", Func, 0},
14096 {"Recvfrom", Func, 0},
14097 {"Recvmsg", Func, 0},
14098 {"RegCloseKey", Func, 0},
14099 {"RegEnumKeyEx", Func, 0},
14100 {"RegOpenKeyEx", Func, 0},
14101 {"RegQueryInfoKey", Func, 0},
14102 {"RegQueryValueEx", Func, 0},
14103 {"RemoveDirectory", Func, 0},
14104 {"Removexattr", Func, 1},
14105 {"Rename", Func, 0},
14106 {"Renameat", Func, 0},
14107 {"Revoke", Func, 0},
14108 {"Rlimit", Type, 0},
14109 {"Rlimit.Cur", Field, 0},
14110 {"Rlimit.Max", Field, 0},
14111 {"Rmdir", Func, 0},
14112 {"RouteMessage", Type, 0},
14113 {"RouteMessage.Data", Field, 0},
14114 {"RouteMessage.Header", Field, 0},
14115 {"RouteRIB", Func, 0},
14116 {"RoutingMessage", Type, 0},
14117 {"RtAttr", Type, 0},
14118 {"RtAttr.Len", Field, 0},
14119 {"RtAttr.Type", Field, 0},
14120 {"RtGenmsg", Type, 0},
14121 {"RtGenmsg.Family", Field, 0},
14122 {"RtMetrics", Type, 0},
14123 {"RtMetrics.Expire", Field, 0},
14124 {"RtMetrics.Filler", Field, 0},
14125 {"RtMetrics.Hopcount", Field, 0},
14126 {"RtMetrics.Locks", Field, 0},
14127 {"RtMetrics.Mtu", Field, 0},
14128 {"RtMetrics.Pad", Field, 3},
14129 {"RtMetrics.Pksent", Field, 0},
14130 {"RtMetrics.Recvpipe", Field, 0},
14131 {"RtMetrics.Refcnt", Field, 2},
14132 {"RtMetrics.Rtt", Field, 0},
14133 {"RtMetrics.Rttvar", Field, 0},
14134 {"RtMetrics.Sendpipe", Field, 0},
14135 {"RtMetrics.Ssthresh", Field, 0},
14136 {"RtMetrics.Weight", Field, 0},
14137 {"RtMsg", Type, 0},
14138 {"RtMsg.Dst_len", Field, 0},
14139 {"RtMsg.Family", Field, 0},
14140 {"RtMsg.Flags", Field, 0},
14141 {"RtMsg.Protocol", Field, 0},
14142 {"RtMsg.Scope", Field, 0},
14143 {"RtMsg.Src_len", Field, 0},
14144 {"RtMsg.Table", Field, 0},
14145 {"RtMsg.Tos", Field, 0},
14146 {"RtMsg.Type", Field, 0},
14147 {"RtMsghdr", Type, 0},
14148 {"RtMsghdr.Addrs", Field, 0},
14149 {"RtMsghdr.Errno", Field, 0},
14150 {"RtMsghdr.Flags", Field, 0},
14151 {"RtMsghdr.Fmask", Field, 0},
14152 {"RtMsghdr.Hdrlen", Field, 2},
14153 {"RtMsghdr.Index", Field, 0},
14154 {"RtMsghdr.Inits", Field, 0},
14155 {"RtMsghdr.Mpls", Field, 2},
14156 {"RtMsghdr.Msglen", Field, 0},
14157 {"RtMsghdr.Pad_cgo_0", Field, 0},
14158 {"RtMsghdr.Pad_cgo_1", Field, 2},
14159 {"RtMsghdr.Pid", Field, 0},
14160 {"RtMsghdr.Priority", Field, 2},
14161 {"RtMsghdr.Rmx", Field, 0},
14162 {"RtMsghdr.Seq", Field, 0},
14163 {"RtMsghdr.Tableid", Field, 2},
14164 {"RtMsghdr.Type", Field, 0},
14165 {"RtMsghdr.Use", Field, 0},
14166 {"RtMsghdr.Version", Field, 0},
14167 {"RtNexthop", Type, 0},
14168 {"RtNexthop.Flags", Field, 0},
14169 {"RtNexthop.Hops", Field, 0},
14170 {"RtNexthop.Ifindex", Field, 0},
14171 {"RtNexthop.Len", Field, 0},
14172 {"Rusage", Type, 0},
14173 {"Rusage.CreationTime", Field, 0},
14174 {"Rusage.ExitTime", Field, 0},
14175 {"Rusage.Idrss", Field, 0},
14176 {"Rusage.Inblock", Field, 0},
14177 {"Rusage.Isrss", Field, 0},
14178 {"Rusage.Ixrss", Field, 0},
14179 {"Rusage.KernelTime", Field, 0},
14180 {"Rusage.Majflt", Field, 0},
14181 {"Rusage.Maxrss", Field, 0},
14182 {"Rusage.Minflt", Field, 0},
14183 {"Rusage.Msgrcv", Field, 0},
14184 {"Rusage.Msgsnd", Field, 0},
14185 {"Rusage.Nivcsw", Field, 0},
14186 {"Rusage.Nsignals", Field, 0},
14187 {"Rusage.Nswap", Field, 0},
14188 {"Rusage.Nvcsw", Field, 0},
14189 {"Rusage.Oublock", Field, 0},
14190 {"Rusage.Stime", Field, 0},
14191 {"Rusage.UserTime", Field, 0},
14192 {"Rusage.Utime", Field, 0},
14193 {"SCM_BINTIME", Const, 0},
14194 {"SCM_CREDENTIALS", Const, 0},
14195 {"SCM_CREDS", Const, 0},
14196 {"SCM_RIGHTS", Const, 0},
14197 {"SCM_TIMESTAMP", Const, 0},
14198 {"SCM_TIMESTAMPING", Const, 0},
14199 {"SCM_TIMESTAMPNS", Const, 0},
14200 {"SCM_TIMESTAMP_MONOTONIC", Const, 0},
14201 {"SHUT_RD", Const, 0},
14202 {"SHUT_RDWR", Const, 0},
14203 {"SHUT_WR", Const, 0},
14204 {"SID", Type, 0},
14205 {"SIDAndAttributes", Type, 0},
14206 {"SIDAndAttributes.Attributes", Field, 0},
14207 {"SIDAndAttributes.Sid", Field, 0},
14208 {"SIGABRT", Const, 0},
14209 {"SIGALRM", Const, 0},
14210 {"SIGBUS", Const, 0},
14211 {"SIGCHLD", Const, 0},
14212 {"SIGCLD", Const, 0},
14213 {"SIGCONT", Const, 0},
14214 {"SIGEMT", Const, 0},
14215 {"SIGFPE", Const, 0},
14216 {"SIGHUP", Const, 0},
14217 {"SIGILL", Const, 0},
14218 {"SIGINFO", Const, 0},
14219 {"SIGINT", Const, 0},
14220 {"SIGIO", Const, 0},
14221 {"SIGIOT", Const, 0},
14222 {"SIGKILL", Const, 0},
14223 {"SIGLIBRT", Const, 1},
14224 {"SIGLWP", Const, 0},
14225 {"SIGPIPE", Const, 0},
14226 {"SIGPOLL", Const, 0},
14227 {"SIGPROF", Const, 0},
14228 {"SIGPWR", Const, 0},
14229 {"SIGQUIT", Const, 0},
14230 {"SIGSEGV", Const, 0},
14231 {"SIGSTKFLT", Const, 0},
14232 {"SIGSTOP", Const, 0},
14233 {"SIGSYS", Const, 0},
14234 {"SIGTERM", Const, 0},
14235 {"SIGTHR", Const, 0},
14236 {"SIGTRAP", Const, 0},
14237 {"SIGTSTP", Const, 0},
14238 {"SIGTTIN", Const, 0},
14239 {"SIGTTOU", Const, 0},
14240 {"SIGUNUSED", Const, 0},
14241 {"SIGURG", Const, 0},
14242 {"SIGUSR1", Const, 0},
14243 {"SIGUSR2", Const, 0},
14244 {"SIGVTALRM", Const, 0},
14245 {"SIGWINCH", Const, 0},
14246 {"SIGXCPU", Const, 0},
14247 {"SIGXFSZ", Const, 0},
14248 {"SIOCADDDLCI", Const, 0},
14249 {"SIOCADDMULTI", Const, 0},
14250 {"SIOCADDRT", Const, 0},
14251 {"SIOCAIFADDR", Const, 0},
14252 {"SIOCAIFGROUP", Const, 0},
14253 {"SIOCALIFADDR", Const, 0},
14254 {"SIOCARPIPLL", Const, 0},
14255 {"SIOCATMARK", Const, 0},
14256 {"SIOCAUTOADDR", Const, 0},
14257 {"SIOCAUTONETMASK", Const, 0},
14258 {"SIOCBRDGADD", Const, 1},
14259 {"SIOCBRDGADDS", Const, 1},
14260 {"SIOCBRDGARL", Const, 1},
14261 {"SIOCBRDGDADDR", Const, 1},
14262 {"SIOCBRDGDEL", Const, 1},
14263 {"SIOCBRDGDELS", Const, 1},
14264 {"SIOCBRDGFLUSH", Const, 1},
14265 {"SIOCBRDGFRL", Const, 1},
14266 {"SIOCBRDGGCACHE", Const, 1},
14267 {"SIOCBRDGGFD", Const, 1},
14268 {"SIOCBRDGGHT", Const, 1},
14269 {"SIOCBRDGGIFFLGS", Const, 1},
14270 {"SIOCBRDGGMA", Const, 1},
14271 {"SIOCBRDGGPARAM", Const, 1},
14272 {"SIOCBRDGGPRI", Const, 1},
14273 {"SIOCBRDGGRL", Const, 1},
14274 {"SIOCBRDGGSIFS", Const, 1},
14275 {"SIOCBRDGGTO", Const, 1},
14276 {"SIOCBRDGIFS", Const, 1},
14277 {"SIOCBRDGRTS", Const, 1},
14278 {"SIOCBRDGSADDR", Const, 1},
14279 {"SIOCBRDGSCACHE", Const, 1},
14280 {"SIOCBRDGSFD", Const, 1},
14281 {"SIOCBRDGSHT", Const, 1},
14282 {"SIOCBRDGSIFCOST", Const, 1},
14283 {"SIOCBRDGSIFFLGS", Const, 1},
14284 {"SIOCBRDGSIFPRIO", Const, 1},
14285 {"SIOCBRDGSMA", Const, 1},
14286 {"SIOCBRDGSPRI", Const, 1},
14287 {"SIOCBRDGSPROTO", Const, 1},
14288 {"SIOCBRDGSTO", Const, 1},
14289 {"SIOCBRDGSTXHC", Const, 1},
14290 {"SIOCDARP", Const, 0},
14291 {"SIOCDELDLCI", Const, 0},
14292 {"SIOCDELMULTI", Const, 0},
14293 {"SIOCDELRT", Const, 0},
14294 {"SIOCDEVPRIVATE", Const, 0},
14295 {"SIOCDIFADDR", Const, 0},
14296 {"SIOCDIFGROUP", Const, 0},
14297 {"SIOCDIFPHYADDR", Const, 0},
14298 {"SIOCDLIFADDR", Const, 0},
14299 {"SIOCDRARP", Const, 0},
14300 {"SIOCGARP", Const, 0},
14301 {"SIOCGDRVSPEC", Const, 0},
14302 {"SIOCGETKALIVE", Const, 1},
14303 {"SIOCGETLABEL", Const, 1},
14304 {"SIOCGETPFLOW", Const, 1},
14305 {"SIOCGETPFSYNC", Const, 1},
14306 {"SIOCGETSGCNT", Const, 0},
14307 {"SIOCGETVIFCNT", Const, 0},
14308 {"SIOCGETVLAN", Const, 0},
14309 {"SIOCGHIWAT", Const, 0},
14310 {"SIOCGIFADDR", Const, 0},
14311 {"SIOCGIFADDRPREF", Const, 1},
14312 {"SIOCGIFALIAS", Const, 1},
14313 {"SIOCGIFALTMTU", Const, 0},
14314 {"SIOCGIFASYNCMAP", Const, 0},
14315 {"SIOCGIFBOND", Const, 0},
14316 {"SIOCGIFBR", Const, 0},
14317 {"SIOCGIFBRDADDR", Const, 0},
14318 {"SIOCGIFCAP", Const, 0},
14319 {"SIOCGIFCONF", Const, 0},
14320 {"SIOCGIFCOUNT", Const, 0},
14321 {"SIOCGIFDATA", Const, 1},
14322 {"SIOCGIFDESCR", Const, 0},
14323 {"SIOCGIFDEVMTU", Const, 0},
14324 {"SIOCGIFDLT", Const, 1},
14325 {"SIOCGIFDSTADDR", Const, 0},
14326 {"SIOCGIFENCAP", Const, 0},
14327 {"SIOCGIFFIB", Const, 1},
14328 {"SIOCGIFFLAGS", Const, 0},
14329 {"SIOCGIFGATTR", Const, 1},
14330 {"SIOCGIFGENERIC", Const, 0},
14331 {"SIOCGIFGMEMB", Const, 0},
14332 {"SIOCGIFGROUP", Const, 0},
14333 {"SIOCGIFHARDMTU", Const, 3},
14334 {"SIOCGIFHWADDR", Const, 0},
14335 {"SIOCGIFINDEX", Const, 0},
14336 {"SIOCGIFKPI", Const, 0},
14337 {"SIOCGIFMAC", Const, 0},
14338 {"SIOCGIFMAP", Const, 0},
14339 {"SIOCGIFMEDIA", Const, 0},
14340 {"SIOCGIFMEM", Const, 0},
14341 {"SIOCGIFMETRIC", Const, 0},
14342 {"SIOCGIFMTU", Const, 0},
14343 {"SIOCGIFNAME", Const, 0},
14344 {"SIOCGIFNETMASK", Const, 0},
14345 {"SIOCGIFPDSTADDR", Const, 0},
14346 {"SIOCGIFPFLAGS", Const, 0},
14347 {"SIOCGIFPHYS", Const, 0},
14348 {"SIOCGIFPRIORITY", Const, 1},
14349 {"SIOCGIFPSRCADDR", Const, 0},
14350 {"SIOCGIFRDOMAIN", Const, 1},
14351 {"SIOCGIFRTLABEL", Const, 1},
14352 {"SIOCGIFSLAVE", Const, 0},
14353 {"SIOCGIFSTATUS", Const, 0},
14354 {"SIOCGIFTIMESLOT", Const, 1},
14355 {"SIOCGIFTXQLEN", Const, 0},
14356 {"SIOCGIFVLAN", Const, 0},
14357 {"SIOCGIFWAKEFLAGS", Const, 0},
14358 {"SIOCGIFXFLAGS", Const, 1},
14359 {"SIOCGLIFADDR", Const, 0},
14360 {"SIOCGLIFPHYADDR", Const, 0},
14361 {"SIOCGLIFPHYRTABLE", Const, 1},
14362 {"SIOCGLIFPHYTTL", Const, 3},
14363 {"SIOCGLINKSTR", Const, 1},
14364 {"SIOCGLOWAT", Const, 0},
14365 {"SIOCGPGRP", Const, 0},
14366 {"SIOCGPRIVATE_0", Const, 0},
14367 {"SIOCGPRIVATE_1", Const, 0},
14368 {"SIOCGRARP", Const, 0},
14369 {"SIOCGSPPPPARAMS", Const, 3},
14370 {"SIOCGSTAMP", Const, 0},
14371 {"SIOCGSTAMPNS", Const, 0},
14372 {"SIOCGVH", Const, 1},
14373 {"SIOCGVNETID", Const, 3},
14374 {"SIOCIFCREATE", Const, 0},
14375 {"SIOCIFCREATE2", Const, 0},
14376 {"SIOCIFDESTROY", Const, 0},
14377 {"SIOCIFGCLONERS", Const, 0},
14378 {"SIOCINITIFADDR", Const, 1},
14379 {"SIOCPROTOPRIVATE", Const, 0},
14380 {"SIOCRSLVMULTI", Const, 0},
14381 {"SIOCRTMSG", Const, 0},
14382 {"SIOCSARP", Const, 0},
14383 {"SIOCSDRVSPEC", Const, 0},
14384 {"SIOCSETKALIVE", Const, 1},
14385 {"SIOCSETLABEL", Const, 1},
14386 {"SIOCSETPFLOW", Const, 1},
14387 {"SIOCSETPFSYNC", Const, 1},
14388 {"SIOCSETVLAN", Const, 0},
14389 {"SIOCSHIWAT", Const, 0},
14390 {"SIOCSIFADDR", Const, 0},
14391 {"SIOCSIFADDRPREF", Const, 1},
14392 {"SIOCSIFALTMTU", Const, 0},
14393 {"SIOCSIFASYNCMAP", Const, 0},
14394 {"SIOCSIFBOND", Const, 0},
14395 {"SIOCSIFBR", Const, 0},
14396 {"SIOCSIFBRDADDR", Const, 0},
14397 {"SIOCSIFCAP", Const, 0},
14398 {"SIOCSIFDESCR", Const, 0},
14399 {"SIOCSIFDSTADDR", Const, 0},
14400 {"SIOCSIFENCAP", Const, 0},
14401 {"SIOCSIFFIB", Const, 1},
14402 {"SIOCSIFFLAGS", Const, 0},
14403 {"SIOCSIFGATTR", Const, 1},
14404 {"SIOCSIFGENERIC", Const, 0},
14405 {"SIOCSIFHWADDR", Const, 0},
14406 {"SIOCSIFHWBROADCAST", Const, 0},
14407 {"SIOCSIFKPI", Const, 0},
14408 {"SIOCSIFLINK", Const, 0},
14409 {"SIOCSIFLLADDR", Const, 0},
14410 {"SIOCSIFMAC", Const, 0},
14411 {"SIOCSIFMAP", Const, 0},
14412 {"SIOCSIFMEDIA", Const, 0},
14413 {"SIOCSIFMEM", Const, 0},
14414 {"SIOCSIFMETRIC", Const, 0},
14415 {"SIOCSIFMTU", Const, 0},
14416 {"SIOCSIFNAME", Const, 0},
14417 {"SIOCSIFNETMASK", Const, 0},
14418 {"SIOCSIFPFLAGS", Const, 0},
14419 {"SIOCSIFPHYADDR", Const, 0},
14420 {"SIOCSIFPHYS", Const, 0},
14421 {"SIOCSIFPRIORITY", Const, 1},
14422 {"SIOCSIFRDOMAIN", Const, 1},
14423 {"SIOCSIFRTLABEL", Const, 1},
14424 {"SIOCSIFRVNET", Const, 0},
14425 {"SIOCSIFSLAVE", Const, 0},
14426 {"SIOCSIFTIMESLOT", Const, 1},
14427 {"SIOCSIFTXQLEN", Const, 0},
14428 {"SIOCSIFVLAN", Const, 0},
14429 {"SIOCSIFVNET", Const, 0},
14430 {"SIOCSIFXFLAGS", Const, 1},
14431 {"SIOCSLIFPHYADDR", Const, 0},
14432 {"SIOCSLIFPHYRTABLE", Const, 1},
14433 {"SIOCSLIFPHYTTL", Const, 3},
14434 {"SIOCSLINKSTR", Const, 1},
14435 {"SIOCSLOWAT", Const, 0},
14436 {"SIOCSPGRP", Const, 0},
14437 {"SIOCSRARP", Const, 0},
14438 {"SIOCSSPPPPARAMS", Const, 3},
14439 {"SIOCSVH", Const, 1},
14440 {"SIOCSVNETID", Const, 3},
14441 {"SIOCZIFDATA", Const, 1},
14442 {"SIO_GET_EXTENSION_FUNCTION_POINTER", Const, 1},
14443 {"SIO_GET_INTERFACE_LIST", Const, 0},
14444 {"SIO_KEEPALIVE_VALS", Const, 3},
14445 {"SIO_UDP_CONNRESET", Const, 4},
14446 {"SOCK_CLOEXEC", Const, 0},
14447 {"SOCK_DCCP", Const, 0},
14448 {"SOCK_DGRAM", Const, 0},
14449 {"SOCK_FLAGS_MASK", Const, 1},
14450 {"SOCK_MAXADDRLEN", Const, 0},
14451 {"SOCK_NONBLOCK", Const, 0},
14452 {"SOCK_NOSIGPIPE", Const, 1},
14453 {"SOCK_PACKET", Const, 0},
14454 {"SOCK_RAW", Const, 0},
14455 {"SOCK_RDM", Const, 0},
14456 {"SOCK_SEQPACKET", Const, 0},
14457 {"SOCK_STREAM", Const, 0},
14458 {"SOL_AAL", Const, 0},
14459 {"SOL_ATM", Const, 0},
14460 {"SOL_DECNET", Const, 0},
14461 {"SOL_ICMPV6", Const, 0},
14462 {"SOL_IP", Const, 0},
14463 {"SOL_IPV6", Const, 0},
14464 {"SOL_IRDA", Const, 0},
14465 {"SOL_PACKET", Const, 0},
14466 {"SOL_RAW", Const, 0},
14467 {"SOL_SOCKET", Const, 0},
14468 {"SOL_TCP", Const, 0},
14469 {"SOL_X25", Const, 0},
14470 {"SOMAXCONN", Const, 0},
14471 {"SO_ACCEPTCONN", Const, 0},
14472 {"SO_ACCEPTFILTER", Const, 0},
14473 {"SO_ATTACH_FILTER", Const, 0},
14474 {"SO_BINDANY", Const, 1},
14475 {"SO_BINDTODEVICE", Const, 0},
14476 {"SO_BINTIME", Const, 0},
14477 {"SO_BROADCAST", Const, 0},
14478 {"SO_BSDCOMPAT", Const, 0},
14479 {"SO_DEBUG", Const, 0},
14480 {"SO_DETACH_FILTER", Const, 0},
14481 {"SO_DOMAIN", Const, 0},
14482 {"SO_DONTROUTE", Const, 0},
14483 {"SO_DONTTRUNC", Const, 0},
14484 {"SO_ERROR", Const, 0},
14485 {"SO_KEEPALIVE", Const, 0},
14486 {"SO_LABEL", Const, 0},
14487 {"SO_LINGER", Const, 0},
14488 {"SO_LINGER_SEC", Const, 0},
14489 {"SO_LISTENINCQLEN", Const, 0},
14490 {"SO_LISTENQLEN", Const, 0},
14491 {"SO_LISTENQLIMIT", Const, 0},
14492 {"SO_MARK", Const, 0},
14493 {"SO_NETPROC", Const, 1},
14494 {"SO_NKE", Const, 0},
14495 {"SO_NOADDRERR", Const, 0},
14496 {"SO_NOHEADER", Const, 1},
14497 {"SO_NOSIGPIPE", Const, 0},
14498 {"SO_NOTIFYCONFLICT", Const, 0},
14499 {"SO_NO_CHECK", Const, 0},
14500 {"SO_NO_DDP", Const, 0},
14501 {"SO_NO_OFFLOAD", Const, 0},
14502 {"SO_NP_EXTENSIONS", Const, 0},
14503 {"SO_NREAD", Const, 0},
14504 {"SO_NUMRCVPKT", Const, 16},
14505 {"SO_NWRITE", Const, 0},
14506 {"SO_OOBINLINE", Const, 0},
14507 {"SO_OVERFLOWED", Const, 1},
14508 {"SO_PASSCRED", Const, 0},
14509 {"SO_PASSSEC", Const, 0},
14510 {"SO_PEERCRED", Const, 0},
14511 {"SO_PEERLABEL", Const, 0},
14512 {"SO_PEERNAME", Const, 0},
14513 {"SO_PEERSEC", Const, 0},
14514 {"SO_PRIORITY", Const, 0},
14515 {"SO_PROTOCOL", Const, 0},
14516 {"SO_PROTOTYPE", Const, 1},
14517 {"SO_RANDOMPORT", Const, 0},
14518 {"SO_RCVBUF", Const, 0},
14519 {"SO_RCVBUFFORCE", Const, 0},
14520 {"SO_RCVLOWAT", Const, 0},
14521 {"SO_RCVTIMEO", Const, 0},
14522 {"SO_RESTRICTIONS", Const, 0},
14523 {"SO_RESTRICT_DENYIN", Const, 0},
14524 {"SO_RESTRICT_DENYOUT", Const, 0},
14525 {"SO_RESTRICT_DENYSET", Const, 0},
14526 {"SO_REUSEADDR", Const, 0},
14527 {"SO_REUSEPORT", Const, 0},
14528 {"SO_REUSESHAREUID", Const, 0},
14529 {"SO_RTABLE", Const, 1},
14530 {"SO_RXQ_OVFL", Const, 0},
14531 {"SO_SECURITY_AUTHENTICATION", Const, 0},
14532 {"SO_SECURITY_ENCRYPTION_NETWORK", Const, 0},
14533 {"SO_SECURITY_ENCRYPTION_TRANSPORT", Const, 0},
14534 {"SO_SETFIB", Const, 0},
14535 {"SO_SNDBUF", Const, 0},
14536 {"SO_SNDBUFFORCE", Const, 0},
14537 {"SO_SNDLOWAT", Const, 0},
14538 {"SO_SNDTIMEO", Const, 0},
14539 {"SO_SPLICE", Const, 1},
14540 {"SO_TIMESTAMP", Const, 0},
14541 {"SO_TIMESTAMPING", Const, 0},
14542 {"SO_TIMESTAMPNS", Const, 0},
14543 {"SO_TIMESTAMP_MONOTONIC", Const, 0},
14544 {"SO_TYPE", Const, 0},
14545 {"SO_UPCALLCLOSEWAIT", Const, 0},
14546 {"SO_UPDATE_ACCEPT_CONTEXT", Const, 0},
14547 {"SO_UPDATE_CONNECT_CONTEXT", Const, 1},
14548 {"SO_USELOOPBACK", Const, 0},
14549 {"SO_USER_COOKIE", Const, 1},
14550 {"SO_VENDOR", Const, 3},
14551 {"SO_WANTMORE", Const, 0},
14552 {"SO_WANTOOBFLAG", Const, 0},
14553 {"SSLExtraCertChainPolicyPara", Type, 0},
14554 {"SSLExtraCertChainPolicyPara.AuthType", Field, 0},
14555 {"SSLExtraCertChainPolicyPara.Checks", Field, 0},
14556 {"SSLExtraCertChainPolicyPara.ServerName", Field, 0},
14557 {"SSLExtraCertChainPolicyPara.Size", Field, 0},
14558 {"STANDARD_RIGHTS_ALL", Const, 0},
14559 {"STANDARD_RIGHTS_EXECUTE", Const, 0},
14560 {"STANDARD_RIGHTS_READ", Const, 0},
14561 {"STANDARD_RIGHTS_REQUIRED", Const, 0},
14562 {"STANDARD_RIGHTS_WRITE", Const, 0},
14563 {"STARTF_USESHOWWINDOW", Const, 0},
14564 {"STARTF_USESTDHANDLES", Const, 0},
14565 {"STD_ERROR_HANDLE", Const, 0},
14566 {"STD_INPUT_HANDLE", Const, 0},
14567 {"STD_OUTPUT_HANDLE", Const, 0},
14568 {"SUBLANG_ENGLISH_US", Const, 0},
14569 {"SW_FORCEMINIMIZE", Const, 0},
14570 {"SW_HIDE", Const, 0},
14571 {"SW_MAXIMIZE", Const, 0},
14572 {"SW_MINIMIZE", Const, 0},
14573 {"SW_NORMAL", Const, 0},
14574 {"SW_RESTORE", Const, 0},
14575 {"SW_SHOW", Const, 0},
14576 {"SW_SHOWDEFAULT", Const, 0},
14577 {"SW_SHOWMAXIMIZED", Const, 0},
14578 {"SW_SHOWMINIMIZED", Const, 0},
14579 {"SW_SHOWMINNOACTIVE", Const, 0},
14580 {"SW_SHOWNA", Const, 0},
14581 {"SW_SHOWNOACTIVATE", Const, 0},
14582 {"SW_SHOWNORMAL", Const, 0},
14583 {"SYMBOLIC_LINK_FLAG_DIRECTORY", Const, 4},
14584 {"SYNCHRONIZE", Const, 0},
14585 {"SYSCTL_VERSION", Const, 1},
14586 {"SYSCTL_VERS_0", Const, 1},
14587 {"SYSCTL_VERS_1", Const, 1},
14588 {"SYSCTL_VERS_MASK", Const, 1},
14589 {"SYS_ABORT2", Const, 0},
14590 {"SYS_ACCEPT", Const, 0},
14591 {"SYS_ACCEPT4", Const, 0},
14592 {"SYS_ACCEPT_NOCANCEL", Const, 0},
14593 {"SYS_ACCESS", Const, 0},
14594 {"SYS_ACCESS_EXTENDED", Const, 0},
14595 {"SYS_ACCT", Const, 0},
14596 {"SYS_ADD_KEY", Const, 0},
14597 {"SYS_ADD_PROFIL", Const, 0},
14598 {"SYS_ADJFREQ", Const, 1},
14599 {"SYS_ADJTIME", Const, 0},
14600 {"SYS_ADJTIMEX", Const, 0},
14601 {"SYS_AFS_SYSCALL", Const, 0},
14602 {"SYS_AIO_CANCEL", Const, 0},
14603 {"SYS_AIO_ERROR", Const, 0},
14604 {"SYS_AIO_FSYNC", Const, 0},
14605 {"SYS_AIO_MLOCK", Const, 14},
14606 {"SYS_AIO_READ", Const, 0},
14607 {"SYS_AIO_RETURN", Const, 0},
14608 {"SYS_AIO_SUSPEND", Const, 0},
14609 {"SYS_AIO_SUSPEND_NOCANCEL", Const, 0},
14610 {"SYS_AIO_WAITCOMPLETE", Const, 14},
14611 {"SYS_AIO_WRITE", Const, 0},
14612 {"SYS_ALARM", Const, 0},
14613 {"SYS_ARCH_PRCTL", Const, 0},
14614 {"SYS_ARM_FADVISE64_64", Const, 0},
14615 {"SYS_ARM_SYNC_FILE_RANGE", Const, 0},
14616 {"SYS_ATGETMSG", Const, 0},
14617 {"SYS_ATPGETREQ", Const, 0},
14618 {"SYS_ATPGETRSP", Const, 0},
14619 {"SYS_ATPSNDREQ", Const, 0},
14620 {"SYS_ATPSNDRSP", Const, 0},
14621 {"SYS_ATPUTMSG", Const, 0},
14622 {"SYS_ATSOCKET", Const, 0},
14623 {"SYS_AUDIT", Const, 0},
14624 {"SYS_AUDITCTL", Const, 0},
14625 {"SYS_AUDITON", Const, 0},
14626 {"SYS_AUDIT_SESSION_JOIN", Const, 0},
14627 {"SYS_AUDIT_SESSION_PORT", Const, 0},
14628 {"SYS_AUDIT_SESSION_SELF", Const, 0},
14629 {"SYS_BDFLUSH", Const, 0},
14630 {"SYS_BIND", Const, 0},
14631 {"SYS_BINDAT", Const, 3},
14632 {"SYS_BREAK", Const, 0},
14633 {"SYS_BRK", Const, 0},
14634 {"SYS_BSDTHREAD_CREATE", Const, 0},
14635 {"SYS_BSDTHREAD_REGISTER", Const, 0},
14636 {"SYS_BSDTHREAD_TERMINATE", Const, 0},
14637 {"SYS_CAPGET", Const, 0},
14638 {"SYS_CAPSET", Const, 0},
14639 {"SYS_CAP_ENTER", Const, 0},
14640 {"SYS_CAP_FCNTLS_GET", Const, 1},
14641 {"SYS_CAP_FCNTLS_LIMIT", Const, 1},
14642 {"SYS_CAP_GETMODE", Const, 0},
14643 {"SYS_CAP_GETRIGHTS", Const, 0},
14644 {"SYS_CAP_IOCTLS_GET", Const, 1},
14645 {"SYS_CAP_IOCTLS_LIMIT", Const, 1},
14646 {"SYS_CAP_NEW", Const, 0},
14647 {"SYS_CAP_RIGHTS_GET", Const, 1},
14648 {"SYS_CAP_RIGHTS_LIMIT", Const, 1},
14649 {"SYS_CHDIR", Const, 0},
14650 {"SYS_CHFLAGS", Const, 0},
14651 {"SYS_CHFLAGSAT", Const, 3},
14652 {"SYS_CHMOD", Const, 0},
14653 {"SYS_CHMOD_EXTENDED", Const, 0},
14654 {"SYS_CHOWN", Const, 0},
14655 {"SYS_CHOWN32", Const, 0},
14656 {"SYS_CHROOT", Const, 0},
14657 {"SYS_CHUD", Const, 0},
14658 {"SYS_CLOCK_ADJTIME", Const, 0},
14659 {"SYS_CLOCK_GETCPUCLOCKID2", Const, 1},
14660 {"SYS_CLOCK_GETRES", Const, 0},
14661 {"SYS_CLOCK_GETTIME", Const, 0},
14662 {"SYS_CLOCK_NANOSLEEP", Const, 0},
14663 {"SYS_CLOCK_SETTIME", Const, 0},
14664 {"SYS_CLONE", Const, 0},
14665 {"SYS_CLOSE", Const, 0},
14666 {"SYS_CLOSEFROM", Const, 0},
14667 {"SYS_CLOSE_NOCANCEL", Const, 0},
14668 {"SYS_CONNECT", Const, 0},
14669 {"SYS_CONNECTAT", Const, 3},
14670 {"SYS_CONNECT_NOCANCEL", Const, 0},
14671 {"SYS_COPYFILE", Const, 0},
14672 {"SYS_CPUSET", Const, 0},
14673 {"SYS_CPUSET_GETAFFINITY", Const, 0},
14674 {"SYS_CPUSET_GETID", Const, 0},
14675 {"SYS_CPUSET_SETAFFINITY", Const, 0},
14676 {"SYS_CPUSET_SETID", Const, 0},
14677 {"SYS_CREAT", Const, 0},
14678 {"SYS_CREATE_MODULE", Const, 0},
14679 {"SYS_CSOPS", Const, 0},
14680 {"SYS_CSOPS_AUDITTOKEN", Const, 16},
14681 {"SYS_DELETE", Const, 0},
14682 {"SYS_DELETE_MODULE", Const, 0},
14683 {"SYS_DUP", Const, 0},
14684 {"SYS_DUP2", Const, 0},
14685 {"SYS_DUP3", Const, 0},
14686 {"SYS_EACCESS", Const, 0},
14687 {"SYS_EPOLL_CREATE", Const, 0},
14688 {"SYS_EPOLL_CREATE1", Const, 0},
14689 {"SYS_EPOLL_CTL", Const, 0},
14690 {"SYS_EPOLL_CTL_OLD", Const, 0},
14691 {"SYS_EPOLL_PWAIT", Const, 0},
14692 {"SYS_EPOLL_WAIT", Const, 0},
14693 {"SYS_EPOLL_WAIT_OLD", Const, 0},
14694 {"SYS_EVENTFD", Const, 0},
14695 {"SYS_EVENTFD2", Const, 0},
14696 {"SYS_EXCHANGEDATA", Const, 0},
14697 {"SYS_EXECVE", Const, 0},
14698 {"SYS_EXIT", Const, 0},
14699 {"SYS_EXIT_GROUP", Const, 0},
14700 {"SYS_EXTATTRCTL", Const, 0},
14701 {"SYS_EXTATTR_DELETE_FD", Const, 0},
14702 {"SYS_EXTATTR_DELETE_FILE", Const, 0},
14703 {"SYS_EXTATTR_DELETE_LINK", Const, 0},
14704 {"SYS_EXTATTR_GET_FD", Const, 0},
14705 {"SYS_EXTATTR_GET_FILE", Const, 0},
14706 {"SYS_EXTATTR_GET_LINK", Const, 0},
14707 {"SYS_EXTATTR_LIST_FD", Const, 0},
14708 {"SYS_EXTATTR_LIST_FILE", Const, 0},
14709 {"SYS_EXTATTR_LIST_LINK", Const, 0},
14710 {"SYS_EXTATTR_SET_FD", Const, 0},
14711 {"SYS_EXTATTR_SET_FILE", Const, 0},
14712 {"SYS_EXTATTR_SET_LINK", Const, 0},
14713 {"SYS_FACCESSAT", Const, 0},
14714 {"SYS_FADVISE64", Const, 0},
14715 {"SYS_FADVISE64_64", Const, 0},
14716 {"SYS_FALLOCATE", Const, 0},
14717 {"SYS_FANOTIFY_INIT", Const, 0},
14718 {"SYS_FANOTIFY_MARK", Const, 0},
14719 {"SYS_FCHDIR", Const, 0},
14720 {"SYS_FCHFLAGS", Const, 0},
14721 {"SYS_FCHMOD", Const, 0},
14722 {"SYS_FCHMODAT", Const, 0},
14723 {"SYS_FCHMOD_EXTENDED", Const, 0},
14724 {"SYS_FCHOWN", Const, 0},
14725 {"SYS_FCHOWN32", Const, 0},
14726 {"SYS_FCHOWNAT", Const, 0},
14727 {"SYS_FCHROOT", Const, 1},
14728 {"SYS_FCNTL", Const, 0},
14729 {"SYS_FCNTL64", Const, 0},
14730 {"SYS_FCNTL_NOCANCEL", Const, 0},
14731 {"SYS_FDATASYNC", Const, 0},
14732 {"SYS_FEXECVE", Const, 0},
14733 {"SYS_FFCLOCK_GETCOUNTER", Const, 0},
14734 {"SYS_FFCLOCK_GETESTIMATE", Const, 0},
14735 {"SYS_FFCLOCK_SETESTIMATE", Const, 0},
14736 {"SYS_FFSCTL", Const, 0},
14737 {"SYS_FGETATTRLIST", Const, 0},
14738 {"SYS_FGETXATTR", Const, 0},
14739 {"SYS_FHOPEN", Const, 0},
14740 {"SYS_FHSTAT", Const, 0},
14741 {"SYS_FHSTATFS", Const, 0},
14742 {"SYS_FILEPORT_MAKEFD", Const, 0},
14743 {"SYS_FILEPORT_MAKEPORT", Const, 0},
14744 {"SYS_FKTRACE", Const, 1},
14745 {"SYS_FLISTXATTR", Const, 0},
14746 {"SYS_FLOCK", Const, 0},
14747 {"SYS_FORK", Const, 0},
14748 {"SYS_FPATHCONF", Const, 0},
14749 {"SYS_FREEBSD6_FTRUNCATE", Const, 0},
14750 {"SYS_FREEBSD6_LSEEK", Const, 0},
14751 {"SYS_FREEBSD6_MMAP", Const, 0},
14752 {"SYS_FREEBSD6_PREAD", Const, 0},
14753 {"SYS_FREEBSD6_PWRITE", Const, 0},
14754 {"SYS_FREEBSD6_TRUNCATE", Const, 0},
14755 {"SYS_FREMOVEXATTR", Const, 0},
14756 {"SYS_FSCTL", Const, 0},
14757 {"SYS_FSETATTRLIST", Const, 0},
14758 {"SYS_FSETXATTR", Const, 0},
14759 {"SYS_FSGETPATH", Const, 0},
14760 {"SYS_FSTAT", Const, 0},
14761 {"SYS_FSTAT64", Const, 0},
14762 {"SYS_FSTAT64_EXTENDED", Const, 0},
14763 {"SYS_FSTATAT", Const, 0},
14764 {"SYS_FSTATAT64", Const, 0},
14765 {"SYS_FSTATFS", Const, 0},
14766 {"SYS_FSTATFS64", Const, 0},
14767 {"SYS_FSTATV", Const, 0},
14768 {"SYS_FSTATVFS1", Const, 1},
14769 {"SYS_FSTAT_EXTENDED", Const, 0},
14770 {"SYS_FSYNC", Const, 0},
14771 {"SYS_FSYNC_NOCANCEL", Const, 0},
14772 {"SYS_FSYNC_RANGE", Const, 1},
14773 {"SYS_FTIME", Const, 0},
14774 {"SYS_FTRUNCATE", Const, 0},
14775 {"SYS_FTRUNCATE64", Const, 0},
14776 {"SYS_FUTEX", Const, 0},
14777 {"SYS_FUTIMENS", Const, 1},
14778 {"SYS_FUTIMES", Const, 0},
14779 {"SYS_FUTIMESAT", Const, 0},
14780 {"SYS_GETATTRLIST", Const, 0},
14781 {"SYS_GETAUDIT", Const, 0},
14782 {"SYS_GETAUDIT_ADDR", Const, 0},
14783 {"SYS_GETAUID", Const, 0},
14784 {"SYS_GETCONTEXT", Const, 0},
14785 {"SYS_GETCPU", Const, 0},
14786 {"SYS_GETCWD", Const, 0},
14787 {"SYS_GETDENTS", Const, 0},
14788 {"SYS_GETDENTS64", Const, 0},
14789 {"SYS_GETDIRENTRIES", Const, 0},
14790 {"SYS_GETDIRENTRIES64", Const, 0},
14791 {"SYS_GETDIRENTRIESATTR", Const, 0},
14792 {"SYS_GETDTABLECOUNT", Const, 1},
14793 {"SYS_GETDTABLESIZE", Const, 0},
14794 {"SYS_GETEGID", Const, 0},
14795 {"SYS_GETEGID32", Const, 0},
14796 {"SYS_GETEUID", Const, 0},
14797 {"SYS_GETEUID32", Const, 0},
14798 {"SYS_GETFH", Const, 0},
14799 {"SYS_GETFSSTAT", Const, 0},
14800 {"SYS_GETFSSTAT64", Const, 0},
14801 {"SYS_GETGID", Const, 0},
14802 {"SYS_GETGID32", Const, 0},
14803 {"SYS_GETGROUPS", Const, 0},
14804 {"SYS_GETGROUPS32", Const, 0},
14805 {"SYS_GETHOSTUUID", Const, 0},
14806 {"SYS_GETITIMER", Const, 0},
14807 {"SYS_GETLCID", Const, 0},
14808 {"SYS_GETLOGIN", Const, 0},
14809 {"SYS_GETLOGINCLASS", Const, 0},
14810 {"SYS_GETPEERNAME", Const, 0},
14811 {"SYS_GETPGID", Const, 0},
14812 {"SYS_GETPGRP", Const, 0},
14813 {"SYS_GETPID", Const, 0},
14814 {"SYS_GETPMSG", Const, 0},
14815 {"SYS_GETPPID", Const, 0},
14816 {"SYS_GETPRIORITY", Const, 0},
14817 {"SYS_GETRESGID", Const, 0},
14818 {"SYS_GETRESGID32", Const, 0},
14819 {"SYS_GETRESUID", Const, 0},
14820 {"SYS_GETRESUID32", Const, 0},
14821 {"SYS_GETRLIMIT", Const, 0},
14822 {"SYS_GETRTABLE", Const, 1},
14823 {"SYS_GETRUSAGE", Const, 0},
14824 {"SYS_GETSGROUPS", Const, 0},
14825 {"SYS_GETSID", Const, 0},
14826 {"SYS_GETSOCKNAME", Const, 0},
14827 {"SYS_GETSOCKOPT", Const, 0},
14828 {"SYS_GETTHRID", Const, 1},
14829 {"SYS_GETTID", Const, 0},
14830 {"SYS_GETTIMEOFDAY", Const, 0},
14831 {"SYS_GETUID", Const, 0},
14832 {"SYS_GETUID32", Const, 0},
14833 {"SYS_GETVFSSTAT", Const, 1},
14834 {"SYS_GETWGROUPS", Const, 0},
14835 {"SYS_GETXATTR", Const, 0},
14836 {"SYS_GET_KERNEL_SYMS", Const, 0},
14837 {"SYS_GET_MEMPOLICY", Const, 0},
14838 {"SYS_GET_ROBUST_LIST", Const, 0},
14839 {"SYS_GET_THREAD_AREA", Const, 0},
14840 {"SYS_GSSD_SYSCALL", Const, 14},
14841 {"SYS_GTTY", Const, 0},
14842 {"SYS_IDENTITYSVC", Const, 0},
14843 {"SYS_IDLE", Const, 0},
14844 {"SYS_INITGROUPS", Const, 0},
14845 {"SYS_INIT_MODULE", Const, 0},
14846 {"SYS_INOTIFY_ADD_WATCH", Const, 0},
14847 {"SYS_INOTIFY_INIT", Const, 0},
14848 {"SYS_INOTIFY_INIT1", Const, 0},
14849 {"SYS_INOTIFY_RM_WATCH", Const, 0},
14850 {"SYS_IOCTL", Const, 0},
14851 {"SYS_IOPERM", Const, 0},
14852 {"SYS_IOPL", Const, 0},
14853 {"SYS_IOPOLICYSYS", Const, 0},
14854 {"SYS_IOPRIO_GET", Const, 0},
14855 {"SYS_IOPRIO_SET", Const, 0},
14856 {"SYS_IO_CANCEL", Const, 0},
14857 {"SYS_IO_DESTROY", Const, 0},
14858 {"SYS_IO_GETEVENTS", Const, 0},
14859 {"SYS_IO_SETUP", Const, 0},
14860 {"SYS_IO_SUBMIT", Const, 0},
14861 {"SYS_IPC", Const, 0},
14862 {"SYS_ISSETUGID", Const, 0},
14863 {"SYS_JAIL", Const, 0},
14864 {"SYS_JAIL_ATTACH", Const, 0},
14865 {"SYS_JAIL_GET", Const, 0},
14866 {"SYS_JAIL_REMOVE", Const, 0},
14867 {"SYS_JAIL_SET", Const, 0},
14868 {"SYS_KAS_INFO", Const, 16},
14869 {"SYS_KDEBUG_TRACE", Const, 0},
14870 {"SYS_KENV", Const, 0},
14871 {"SYS_KEVENT", Const, 0},
14872 {"SYS_KEVENT64", Const, 0},
14873 {"SYS_KEXEC_LOAD", Const, 0},
14874 {"SYS_KEYCTL", Const, 0},
14875 {"SYS_KILL", Const, 0},
14876 {"SYS_KLDFIND", Const, 0},
14877 {"SYS_KLDFIRSTMOD", Const, 0},
14878 {"SYS_KLDLOAD", Const, 0},
14879 {"SYS_KLDNEXT", Const, 0},
14880 {"SYS_KLDSTAT", Const, 0},
14881 {"SYS_KLDSYM", Const, 0},
14882 {"SYS_KLDUNLOAD", Const, 0},
14883 {"SYS_KLDUNLOADF", Const, 0},
14884 {"SYS_KMQ_NOTIFY", Const, 14},
14885 {"SYS_KMQ_OPEN", Const, 14},
14886 {"SYS_KMQ_SETATTR", Const, 14},
14887 {"SYS_KMQ_TIMEDRECEIVE", Const, 14},
14888 {"SYS_KMQ_TIMEDSEND", Const, 14},
14889 {"SYS_KMQ_UNLINK", Const, 14},
14890 {"SYS_KQUEUE", Const, 0},
14891 {"SYS_KQUEUE1", Const, 1},
14892 {"SYS_KSEM_CLOSE", Const, 14},
14893 {"SYS_KSEM_DESTROY", Const, 14},
14894 {"SYS_KSEM_GETVALUE", Const, 14},
14895 {"SYS_KSEM_INIT", Const, 14},
14896 {"SYS_KSEM_OPEN", Const, 14},
14897 {"SYS_KSEM_POST", Const, 14},
14898 {"SYS_KSEM_TIMEDWAIT", Const, 14},
14899 {"SYS_KSEM_TRYWAIT", Const, 14},
14900 {"SYS_KSEM_UNLINK", Const, 14},
14901 {"SYS_KSEM_WAIT", Const, 14},
14902 {"SYS_KTIMER_CREATE", Const, 0},
14903 {"SYS_KTIMER_DELETE", Const, 0},
14904 {"SYS_KTIMER_GETOVERRUN", Const, 0},
14905 {"SYS_KTIMER_GETTIME", Const, 0},
14906 {"SYS_KTIMER_SETTIME", Const, 0},
14907 {"SYS_KTRACE", Const, 0},
14908 {"SYS_LCHFLAGS", Const, 0},
14909 {"SYS_LCHMOD", Const, 0},
14910 {"SYS_LCHOWN", Const, 0},
14911 {"SYS_LCHOWN32", Const, 0},
14912 {"SYS_LEDGER", Const, 16},
14913 {"SYS_LGETFH", Const, 0},
14914 {"SYS_LGETXATTR", Const, 0},
14915 {"SYS_LINK", Const, 0},
14916 {"SYS_LINKAT", Const, 0},
14917 {"SYS_LIO_LISTIO", Const, 0},
14918 {"SYS_LISTEN", Const, 0},
14919 {"SYS_LISTXATTR", Const, 0},
14920 {"SYS_LLISTXATTR", Const, 0},
14921 {"SYS_LOCK", Const, 0},
14922 {"SYS_LOOKUP_DCOOKIE", Const, 0},
14923 {"SYS_LPATHCONF", Const, 0},
14924 {"SYS_LREMOVEXATTR", Const, 0},
14925 {"SYS_LSEEK", Const, 0},
14926 {"SYS_LSETXATTR", Const, 0},
14927 {"SYS_LSTAT", Const, 0},
14928 {"SYS_LSTAT64", Const, 0},
14929 {"SYS_LSTAT64_EXTENDED", Const, 0},
14930 {"SYS_LSTATV", Const, 0},
14931 {"SYS_LSTAT_EXTENDED", Const, 0},
14932 {"SYS_LUTIMES", Const, 0},
14933 {"SYS_MAC_SYSCALL", Const, 0},
14934 {"SYS_MADVISE", Const, 0},
14935 {"SYS_MADVISE1", Const, 0},
14936 {"SYS_MAXSYSCALL", Const, 0},
14937 {"SYS_MBIND", Const, 0},
14938 {"SYS_MIGRATE_PAGES", Const, 0},
14939 {"SYS_MINCORE", Const, 0},
14940 {"SYS_MINHERIT", Const, 0},
14941 {"SYS_MKCOMPLEX", Const, 0},
14942 {"SYS_MKDIR", Const, 0},
14943 {"SYS_MKDIRAT", Const, 0},
14944 {"SYS_MKDIR_EXTENDED", Const, 0},
14945 {"SYS_MKFIFO", Const, 0},
14946 {"SYS_MKFIFOAT", Const, 0},
14947 {"SYS_MKFIFO_EXTENDED", Const, 0},
14948 {"SYS_MKNOD", Const, 0},
14949 {"SYS_MKNODAT", Const, 0},
14950 {"SYS_MLOCK", Const, 0},
14951 {"SYS_MLOCKALL", Const, 0},
14952 {"SYS_MMAP", Const, 0},
14953 {"SYS_MMAP2", Const, 0},
14954 {"SYS_MODCTL", Const, 1},
14955 {"SYS_MODFIND", Const, 0},
14956 {"SYS_MODFNEXT", Const, 0},
14957 {"SYS_MODIFY_LDT", Const, 0},
14958 {"SYS_MODNEXT", Const, 0},
14959 {"SYS_MODSTAT", Const, 0},
14960 {"SYS_MODWATCH", Const, 0},
14961 {"SYS_MOUNT", Const, 0},
14962 {"SYS_MOVE_PAGES", Const, 0},
14963 {"SYS_MPROTECT", Const, 0},
14964 {"SYS_MPX", Const, 0},
14965 {"SYS_MQUERY", Const, 1},
14966 {"SYS_MQ_GETSETATTR", Const, 0},
14967 {"SYS_MQ_NOTIFY", Const, 0},
14968 {"SYS_MQ_OPEN", Const, 0},
14969 {"SYS_MQ_TIMEDRECEIVE", Const, 0},
14970 {"SYS_MQ_TIMEDSEND", Const, 0},
14971 {"SYS_MQ_UNLINK", Const, 0},
14972 {"SYS_MREMAP", Const, 0},
14973 {"SYS_MSGCTL", Const, 0},
14974 {"SYS_MSGGET", Const, 0},
14975 {"SYS_MSGRCV", Const, 0},
14976 {"SYS_MSGRCV_NOCANCEL", Const, 0},
14977 {"SYS_MSGSND", Const, 0},
14978 {"SYS_MSGSND_NOCANCEL", Const, 0},
14979 {"SYS_MSGSYS", Const, 0},
14980 {"SYS_MSYNC", Const, 0},
14981 {"SYS_MSYNC_NOCANCEL", Const, 0},
14982 {"SYS_MUNLOCK", Const, 0},
14983 {"SYS_MUNLOCKALL", Const, 0},
14984 {"SYS_MUNMAP", Const, 0},
14985 {"SYS_NAME_TO_HANDLE_AT", Const, 0},
14986 {"SYS_NANOSLEEP", Const, 0},
14987 {"SYS_NEWFSTATAT", Const, 0},
14988 {"SYS_NFSCLNT", Const, 0},
14989 {"SYS_NFSSERVCTL", Const, 0},
14990 {"SYS_NFSSVC", Const, 0},
14991 {"SYS_NFSTAT", Const, 0},
14992 {"SYS_NICE", Const, 0},
14993 {"SYS_NLM_SYSCALL", Const, 14},
14994 {"SYS_NLSTAT", Const, 0},
14995 {"SYS_NMOUNT", Const, 0},
14996 {"SYS_NSTAT", Const, 0},
14997 {"SYS_NTP_ADJTIME", Const, 0},
14998 {"SYS_NTP_GETTIME", Const, 0},
14999 {"SYS_NUMA_GETAFFINITY", Const, 14},
15000 {"SYS_NUMA_SETAFFINITY", Const, 14},
15001 {"SYS_OABI_SYSCALL_BASE", Const, 0},
15002 {"SYS_OBREAK", Const, 0},
15003 {"SYS_OLDFSTAT", Const, 0},
15004 {"SYS_OLDLSTAT", Const, 0},
15005 {"SYS_OLDOLDUNAME", Const, 0},
15006 {"SYS_OLDSTAT", Const, 0},
15007 {"SYS_OLDUNAME", Const, 0},
15008 {"SYS_OPEN", Const, 0},
15009 {"SYS_OPENAT", Const, 0},
15010 {"SYS_OPENBSD_POLL", Const, 0},
15011 {"SYS_OPEN_BY_HANDLE_AT", Const, 0},
15012 {"SYS_OPEN_DPROTECTED_NP", Const, 16},
15013 {"SYS_OPEN_EXTENDED", Const, 0},
15014 {"SYS_OPEN_NOCANCEL", Const, 0},
15015 {"SYS_OVADVISE", Const, 0},
15016 {"SYS_PACCEPT", Const, 1},
15017 {"SYS_PATHCONF", Const, 0},
15018 {"SYS_PAUSE", Const, 0},
15019 {"SYS_PCICONFIG_IOBASE", Const, 0},
15020 {"SYS_PCICONFIG_READ", Const, 0},
15021 {"SYS_PCICONFIG_WRITE", Const, 0},
15022 {"SYS_PDFORK", Const, 0},
15023 {"SYS_PDGETPID", Const, 0},
15024 {"SYS_PDKILL", Const, 0},
15025 {"SYS_PERF_EVENT_OPEN", Const, 0},
15026 {"SYS_PERSONALITY", Const, 0},
15027 {"SYS_PID_HIBERNATE", Const, 0},
15028 {"SYS_PID_RESUME", Const, 0},
15029 {"SYS_PID_SHUTDOWN_SOCKETS", Const, 0},
15030 {"SYS_PID_SUSPEND", Const, 0},
15031 {"SYS_PIPE", Const, 0},
15032 {"SYS_PIPE2", Const, 0},
15033 {"SYS_PIVOT_ROOT", Const, 0},
15034 {"SYS_PMC_CONTROL", Const, 1},
15035 {"SYS_PMC_GET_INFO", Const, 1},
15036 {"SYS_POLL", Const, 0},
15037 {"SYS_POLLTS", Const, 1},
15038 {"SYS_POLL_NOCANCEL", Const, 0},
15039 {"SYS_POSIX_FADVISE", Const, 0},
15040 {"SYS_POSIX_FALLOCATE", Const, 0},
15041 {"SYS_POSIX_OPENPT", Const, 0},
15042 {"SYS_POSIX_SPAWN", Const, 0},
15043 {"SYS_PPOLL", Const, 0},
15044 {"SYS_PRCTL", Const, 0},
15045 {"SYS_PREAD", Const, 0},
15046 {"SYS_PREAD64", Const, 0},
15047 {"SYS_PREADV", Const, 0},
15048 {"SYS_PREAD_NOCANCEL", Const, 0},
15049 {"SYS_PRLIMIT64", Const, 0},
15050 {"SYS_PROCCTL", Const, 3},
15051 {"SYS_PROCESS_POLICY", Const, 0},
15052 {"SYS_PROCESS_VM_READV", Const, 0},
15053 {"SYS_PROCESS_VM_WRITEV", Const, 0},
15054 {"SYS_PROC_INFO", Const, 0},
15055 {"SYS_PROF", Const, 0},
15056 {"SYS_PROFIL", Const, 0},
15057 {"SYS_PSELECT", Const, 0},
15058 {"SYS_PSELECT6", Const, 0},
15059 {"SYS_PSET_ASSIGN", Const, 1},
15060 {"SYS_PSET_CREATE", Const, 1},
15061 {"SYS_PSET_DESTROY", Const, 1},
15062 {"SYS_PSYNCH_CVBROAD", Const, 0},
15063 {"SYS_PSYNCH_CVCLRPREPOST", Const, 0},
15064 {"SYS_PSYNCH_CVSIGNAL", Const, 0},
15065 {"SYS_PSYNCH_CVWAIT", Const, 0},
15066 {"SYS_PSYNCH_MUTEXDROP", Const, 0},
15067 {"SYS_PSYNCH_MUTEXWAIT", Const, 0},
15068 {"SYS_PSYNCH_RW_DOWNGRADE", Const, 0},
15069 {"SYS_PSYNCH_RW_LONGRDLOCK", Const, 0},
15070 {"SYS_PSYNCH_RW_RDLOCK", Const, 0},
15071 {"SYS_PSYNCH_RW_UNLOCK", Const, 0},
15072 {"SYS_PSYNCH_RW_UNLOCK2", Const, 0},
15073 {"SYS_PSYNCH_RW_UPGRADE", Const, 0},
15074 {"SYS_PSYNCH_RW_WRLOCK", Const, 0},
15075 {"SYS_PSYNCH_RW_YIELDWRLOCK", Const, 0},
15076 {"SYS_PTRACE", Const, 0},
15077 {"SYS_PUTPMSG", Const, 0},
15078 {"SYS_PWRITE", Const, 0},
15079 {"SYS_PWRITE64", Const, 0},
15080 {"SYS_PWRITEV", Const, 0},
15081 {"SYS_PWRITE_NOCANCEL", Const, 0},
15082 {"SYS_QUERY_MODULE", Const, 0},
15083 {"SYS_QUOTACTL", Const, 0},
15084 {"SYS_RASCTL", Const, 1},
15085 {"SYS_RCTL_ADD_RULE", Const, 0},
15086 {"SYS_RCTL_GET_LIMITS", Const, 0},
15087 {"SYS_RCTL_GET_RACCT", Const, 0},
15088 {"SYS_RCTL_GET_RULES", Const, 0},
15089 {"SYS_RCTL_REMOVE_RULE", Const, 0},
15090 {"SYS_READ", Const, 0},
15091 {"SYS_READAHEAD", Const, 0},
15092 {"SYS_READDIR", Const, 0},
15093 {"SYS_READLINK", Const, 0},
15094 {"SYS_READLINKAT", Const, 0},
15095 {"SYS_READV", Const, 0},
15096 {"SYS_READV_NOCANCEL", Const, 0},
15097 {"SYS_READ_NOCANCEL", Const, 0},
15098 {"SYS_REBOOT", Const, 0},
15099 {"SYS_RECV", Const, 0},
15100 {"SYS_RECVFROM", Const, 0},
15101 {"SYS_RECVFROM_NOCANCEL", Const, 0},
15102 {"SYS_RECVMMSG", Const, 0},
15103 {"SYS_RECVMSG", Const, 0},
15104 {"SYS_RECVMSG_NOCANCEL", Const, 0},
15105 {"SYS_REMAP_FILE_PAGES", Const, 0},
15106 {"SYS_REMOVEXATTR", Const, 0},
15107 {"SYS_RENAME", Const, 0},
15108 {"SYS_RENAMEAT", Const, 0},
15109 {"SYS_REQUEST_KEY", Const, 0},
15110 {"SYS_RESTART_SYSCALL", Const, 0},
15111 {"SYS_REVOKE", Const, 0},
15112 {"SYS_RFORK", Const, 0},
15113 {"SYS_RMDIR", Const, 0},
15114 {"SYS_RTPRIO", Const, 0},
15115 {"SYS_RTPRIO_THREAD", Const, 0},
15116 {"SYS_RT_SIGACTION", Const, 0},
15117 {"SYS_RT_SIGPENDING", Const, 0},
15118 {"SYS_RT_SIGPROCMASK", Const, 0},
15119 {"SYS_RT_SIGQUEUEINFO", Const, 0},
15120 {"SYS_RT_SIGRETURN", Const, 0},
15121 {"SYS_RT_SIGSUSPEND", Const, 0},
15122 {"SYS_RT_SIGTIMEDWAIT", Const, 0},
15123 {"SYS_RT_TGSIGQUEUEINFO", Const, 0},
15124 {"SYS_SBRK", Const, 0},
15125 {"SYS_SCHED_GETAFFINITY", Const, 0},
15126 {"SYS_SCHED_GETPARAM", Const, 0},
15127 {"SYS_SCHED_GETSCHEDULER", Const, 0},
15128 {"SYS_SCHED_GET_PRIORITY_MAX", Const, 0},
15129 {"SYS_SCHED_GET_PRIORITY_MIN", Const, 0},
15130 {"SYS_SCHED_RR_GET_INTERVAL", Const, 0},
15131 {"SYS_SCHED_SETAFFINITY", Const, 0},
15132 {"SYS_SCHED_SETPARAM", Const, 0},
15133 {"SYS_SCHED_SETSCHEDULER", Const, 0},
15134 {"SYS_SCHED_YIELD", Const, 0},
15135 {"SYS_SCTP_GENERIC_RECVMSG", Const, 0},
15136 {"SYS_SCTP_GENERIC_SENDMSG", Const, 0},
15137 {"SYS_SCTP_GENERIC_SENDMSG_IOV", Const, 0},
15138 {"SYS_SCTP_PEELOFF", Const, 0},
15139 {"SYS_SEARCHFS", Const, 0},
15140 {"SYS_SECURITY", Const, 0},
15141 {"SYS_SELECT", Const, 0},
15142 {"SYS_SELECT_NOCANCEL", Const, 0},
15143 {"SYS_SEMCONFIG", Const, 1},
15144 {"SYS_SEMCTL", Const, 0},
15145 {"SYS_SEMGET", Const, 0},
15146 {"SYS_SEMOP", Const, 0},
15147 {"SYS_SEMSYS", Const, 0},
15148 {"SYS_SEMTIMEDOP", Const, 0},
15149 {"SYS_SEM_CLOSE", Const, 0},
15150 {"SYS_SEM_DESTROY", Const, 0},
15151 {"SYS_SEM_GETVALUE", Const, 0},
15152 {"SYS_SEM_INIT", Const, 0},
15153 {"SYS_SEM_OPEN", Const, 0},
15154 {"SYS_SEM_POST", Const, 0},
15155 {"SYS_SEM_TRYWAIT", Const, 0},
15156 {"SYS_SEM_UNLINK", Const, 0},
15157 {"SYS_SEM_WAIT", Const, 0},
15158 {"SYS_SEM_WAIT_NOCANCEL", Const, 0},
15159 {"SYS_SEND", Const, 0},
15160 {"SYS_SENDFILE", Const, 0},
15161 {"SYS_SENDFILE64", Const, 0},
15162 {"SYS_SENDMMSG", Const, 0},
15163 {"SYS_SENDMSG", Const, 0},
15164 {"SYS_SENDMSG_NOCANCEL", Const, 0},
15165 {"SYS_SENDTO", Const, 0},
15166 {"SYS_SENDTO_NOCANCEL", Const, 0},
15167 {"SYS_SETATTRLIST", Const, 0},
15168 {"SYS_SETAUDIT", Const, 0},
15169 {"SYS_SETAUDIT_ADDR", Const, 0},
15170 {"SYS_SETAUID", Const, 0},
15171 {"SYS_SETCONTEXT", Const, 0},
15172 {"SYS_SETDOMAINNAME", Const, 0},
15173 {"SYS_SETEGID", Const, 0},
15174 {"SYS_SETEUID", Const, 0},
15175 {"SYS_SETFIB", Const, 0},
15176 {"SYS_SETFSGID", Const, 0},
15177 {"SYS_SETFSGID32", Const, 0},
15178 {"SYS_SETFSUID", Const, 0},
15179 {"SYS_SETFSUID32", Const, 0},
15180 {"SYS_SETGID", Const, 0},
15181 {"SYS_SETGID32", Const, 0},
15182 {"SYS_SETGROUPS", Const, 0},
15183 {"SYS_SETGROUPS32", Const, 0},
15184 {"SYS_SETHOSTNAME", Const, 0},
15185 {"SYS_SETITIMER", Const, 0},
15186 {"SYS_SETLCID", Const, 0},
15187 {"SYS_SETLOGIN", Const, 0},
15188 {"SYS_SETLOGINCLASS", Const, 0},
15189 {"SYS_SETNS", Const, 0},
15190 {"SYS_SETPGID", Const, 0},
15191 {"SYS_SETPRIORITY", Const, 0},
15192 {"SYS_SETPRIVEXEC", Const, 0},
15193 {"SYS_SETREGID", Const, 0},
15194 {"SYS_SETREGID32", Const, 0},
15195 {"SYS_SETRESGID", Const, 0},
15196 {"SYS_SETRESGID32", Const, 0},
15197 {"SYS_SETRESUID", Const, 0},
15198 {"SYS_SETRESUID32", Const, 0},
15199 {"SYS_SETREUID", Const, 0},
15200 {"SYS_SETREUID32", Const, 0},
15201 {"SYS_SETRLIMIT", Const, 0},
15202 {"SYS_SETRTABLE", Const, 1},
15203 {"SYS_SETSGROUPS", Const, 0},
15204 {"SYS_SETSID", Const, 0},
15205 {"SYS_SETSOCKOPT", Const, 0},
15206 {"SYS_SETTID", Const, 0},
15207 {"SYS_SETTID_WITH_PID", Const, 0},
15208 {"SYS_SETTIMEOFDAY", Const, 0},
15209 {"SYS_SETUID", Const, 0},
15210 {"SYS_SETUID32", Const, 0},
15211 {"SYS_SETWGROUPS", Const, 0},
15212 {"SYS_SETXATTR", Const, 0},
15213 {"SYS_SET_MEMPOLICY", Const, 0},
15214 {"SYS_SET_ROBUST_LIST", Const, 0},
15215 {"SYS_SET_THREAD_AREA", Const, 0},
15216 {"SYS_SET_TID_ADDRESS", Const, 0},
15217 {"SYS_SGETMASK", Const, 0},
15218 {"SYS_SHARED_REGION_CHECK_NP", Const, 0},
15219 {"SYS_SHARED_REGION_MAP_AND_SLIDE_NP", Const, 0},
15220 {"SYS_SHMAT", Const, 0},
15221 {"SYS_SHMCTL", Const, 0},
15222 {"SYS_SHMDT", Const, 0},
15223 {"SYS_SHMGET", Const, 0},
15224 {"SYS_SHMSYS", Const, 0},
15225 {"SYS_SHM_OPEN", Const, 0},
15226 {"SYS_SHM_UNLINK", Const, 0},
15227 {"SYS_SHUTDOWN", Const, 0},
15228 {"SYS_SIGACTION", Const, 0},
15229 {"SYS_SIGALTSTACK", Const, 0},
15230 {"SYS_SIGNAL", Const, 0},
15231 {"SYS_SIGNALFD", Const, 0},
15232 {"SYS_SIGNALFD4", Const, 0},
15233 {"SYS_SIGPENDING", Const, 0},
15234 {"SYS_SIGPROCMASK", Const, 0},
15235 {"SYS_SIGQUEUE", Const, 0},
15236 {"SYS_SIGQUEUEINFO", Const, 1},
15237 {"SYS_SIGRETURN", Const, 0},
15238 {"SYS_SIGSUSPEND", Const, 0},
15239 {"SYS_SIGSUSPEND_NOCANCEL", Const, 0},
15240 {"SYS_SIGTIMEDWAIT", Const, 0},
15241 {"SYS_SIGWAIT", Const, 0},
15242 {"SYS_SIGWAITINFO", Const, 0},
15243 {"SYS_SOCKET", Const, 0},
15244 {"SYS_SOCKETCALL", Const, 0},
15245 {"SYS_SOCKETPAIR", Const, 0},
15246 {"SYS_SPLICE", Const, 0},
15247 {"SYS_SSETMASK", Const, 0},
15248 {"SYS_SSTK", Const, 0},
15249 {"SYS_STACK_SNAPSHOT", Const, 0},
15250 {"SYS_STAT", Const, 0},
15251 {"SYS_STAT64", Const, 0},
15252 {"SYS_STAT64_EXTENDED", Const, 0},
15253 {"SYS_STATFS", Const, 0},
15254 {"SYS_STATFS64", Const, 0},
15255 {"SYS_STATV", Const, 0},
15256 {"SYS_STATVFS1", Const, 1},
15257 {"SYS_STAT_EXTENDED", Const, 0},
15258 {"SYS_STIME", Const, 0},
15259 {"SYS_STTY", Const, 0},
15260 {"SYS_SWAPCONTEXT", Const, 0},
15261 {"SYS_SWAPCTL", Const, 1},
15262 {"SYS_SWAPOFF", Const, 0},
15263 {"SYS_SWAPON", Const, 0},
15264 {"SYS_SYMLINK", Const, 0},
15265 {"SYS_SYMLINKAT", Const, 0},
15266 {"SYS_SYNC", Const, 0},
15267 {"SYS_SYNCFS", Const, 0},
15268 {"SYS_SYNC_FILE_RANGE", Const, 0},
15269 {"SYS_SYSARCH", Const, 0},
15270 {"SYS_SYSCALL", Const, 0},
15271 {"SYS_SYSCALL_BASE", Const, 0},
15272 {"SYS_SYSFS", Const, 0},
15273 {"SYS_SYSINFO", Const, 0},
15274 {"SYS_SYSLOG", Const, 0},
15275 {"SYS_TEE", Const, 0},
15276 {"SYS_TGKILL", Const, 0},
15277 {"SYS_THREAD_SELFID", Const, 0},
15278 {"SYS_THR_CREATE", Const, 0},
15279 {"SYS_THR_EXIT", Const, 0},
15280 {"SYS_THR_KILL", Const, 0},
15281 {"SYS_THR_KILL2", Const, 0},
15282 {"SYS_THR_NEW", Const, 0},
15283 {"SYS_THR_SELF", Const, 0},
15284 {"SYS_THR_SET_NAME", Const, 0},
15285 {"SYS_THR_SUSPEND", Const, 0},
15286 {"SYS_THR_WAKE", Const, 0},
15287 {"SYS_TIME", Const, 0},
15288 {"SYS_TIMERFD_CREATE", Const, 0},
15289 {"SYS_TIMERFD_GETTIME", Const, 0},
15290 {"SYS_TIMERFD_SETTIME", Const, 0},
15291 {"SYS_TIMER_CREATE", Const, 0},
15292 {"SYS_TIMER_DELETE", Const, 0},
15293 {"SYS_TIMER_GETOVERRUN", Const, 0},
15294 {"SYS_TIMER_GETTIME", Const, 0},
15295 {"SYS_TIMER_SETTIME", Const, 0},
15296 {"SYS_TIMES", Const, 0},
15297 {"SYS_TKILL", Const, 0},
15298 {"SYS_TRUNCATE", Const, 0},
15299 {"SYS_TRUNCATE64", Const, 0},
15300 {"SYS_TUXCALL", Const, 0},
15301 {"SYS_UGETRLIMIT", Const, 0},
15302 {"SYS_ULIMIT", Const, 0},
15303 {"SYS_UMASK", Const, 0},
15304 {"SYS_UMASK_EXTENDED", Const, 0},
15305 {"SYS_UMOUNT", Const, 0},
15306 {"SYS_UMOUNT2", Const, 0},
15307 {"SYS_UNAME", Const, 0},
15308 {"SYS_UNDELETE", Const, 0},
15309 {"SYS_UNLINK", Const, 0},
15310 {"SYS_UNLINKAT", Const, 0},
15311 {"SYS_UNMOUNT", Const, 0},
15312 {"SYS_UNSHARE", Const, 0},
15313 {"SYS_USELIB", Const, 0},
15314 {"SYS_USTAT", Const, 0},
15315 {"SYS_UTIME", Const, 0},
15316 {"SYS_UTIMENSAT", Const, 0},
15317 {"SYS_UTIMES", Const, 0},
15318 {"SYS_UTRACE", Const, 0},
15319 {"SYS_UUIDGEN", Const, 0},
15320 {"SYS_VADVISE", Const, 1},
15321 {"SYS_VFORK", Const, 0},
15322 {"SYS_VHANGUP", Const, 0},
15323 {"SYS_VM86", Const, 0},
15324 {"SYS_VM86OLD", Const, 0},
15325 {"SYS_VMSPLICE", Const, 0},
15326 {"SYS_VM_PRESSURE_MONITOR", Const, 0},
15327 {"SYS_VSERVER", Const, 0},
15328 {"SYS_WAIT4", Const, 0},
15329 {"SYS_WAIT4_NOCANCEL", Const, 0},
15330 {"SYS_WAIT6", Const, 1},
15331 {"SYS_WAITEVENT", Const, 0},
15332 {"SYS_WAITID", Const, 0},
15333 {"SYS_WAITID_NOCANCEL", Const, 0},
15334 {"SYS_WAITPID", Const, 0},
15335 {"SYS_WATCHEVENT", Const, 0},
15336 {"SYS_WORKQ_KERNRETURN", Const, 0},
15337 {"SYS_WORKQ_OPEN", Const, 0},
15338 {"SYS_WRITE", Const, 0},
15339 {"SYS_WRITEV", Const, 0},
15340 {"SYS_WRITEV_NOCANCEL", Const, 0},
15341 {"SYS_WRITE_NOCANCEL", Const, 0},
15342 {"SYS_YIELD", Const, 0},
15343 {"SYS__LLSEEK", Const, 0},
15344 {"SYS__LWP_CONTINUE", Const, 1},
15345 {"SYS__LWP_CREATE", Const, 1},
15346 {"SYS__LWP_CTL", Const, 1},
15347 {"SYS__LWP_DETACH", Const, 1},
15348 {"SYS__LWP_EXIT", Const, 1},
15349 {"SYS__LWP_GETNAME", Const, 1},
15350 {"SYS__LWP_GETPRIVATE", Const, 1},
15351 {"SYS__LWP_KILL", Const, 1},
15352 {"SYS__LWP_PARK", Const, 1},
15353 {"SYS__LWP_SELF", Const, 1},
15354 {"SYS__LWP_SETNAME", Const, 1},
15355 {"SYS__LWP_SETPRIVATE", Const, 1},
15356 {"SYS__LWP_SUSPEND", Const, 1},
15357 {"SYS__LWP_UNPARK", Const, 1},
15358 {"SYS__LWP_UNPARK_ALL", Const, 1},
15359 {"SYS__LWP_WAIT", Const, 1},
15360 {"SYS__LWP_WAKEUP", Const, 1},
15361 {"SYS__NEWSELECT", Const, 0},
15362 {"SYS__PSET_BIND", Const, 1},
15363 {"SYS__SCHED_GETAFFINITY", Const, 1},
15364 {"SYS__SCHED_GETPARAM", Const, 1},
15365 {"SYS__SCHED_SETAFFINITY", Const, 1},
15366 {"SYS__SCHED_SETPARAM", Const, 1},
15367 {"SYS__SYSCTL", Const, 0},
15368 {"SYS__UMTX_LOCK", Const, 0},
15369 {"SYS__UMTX_OP", Const, 0},
15370 {"SYS__UMTX_UNLOCK", Const, 0},
15371 {"SYS___ACL_ACLCHECK_FD", Const, 0},
15372 {"SYS___ACL_ACLCHECK_FILE", Const, 0},
15373 {"SYS___ACL_ACLCHECK_LINK", Const, 0},
15374 {"SYS___ACL_DELETE_FD", Const, 0},
15375 {"SYS___ACL_DELETE_FILE", Const, 0},
15376 {"SYS___ACL_DELETE_LINK", Const, 0},
15377 {"SYS___ACL_GET_FD", Const, 0},
15378 {"SYS___ACL_GET_FILE", Const, 0},
15379 {"SYS___ACL_GET_LINK", Const, 0},
15380 {"SYS___ACL_SET_FD", Const, 0},
15381 {"SYS___ACL_SET_FILE", Const, 0},
15382 {"SYS___ACL_SET_LINK", Const, 0},
15383 {"SYS___CAP_RIGHTS_GET", Const, 14},
15384 {"SYS___CLONE", Const, 1},
15385 {"SYS___DISABLE_THREADSIGNAL", Const, 0},
15386 {"SYS___GETCWD", Const, 0},
15387 {"SYS___GETLOGIN", Const, 1},
15388 {"SYS___GET_TCB", Const, 1},
15389 {"SYS___MAC_EXECVE", Const, 0},
15390 {"SYS___MAC_GETFSSTAT", Const, 0},
15391 {"SYS___MAC_GET_FD", Const, 0},
15392 {"SYS___MAC_GET_FILE", Const, 0},
15393 {"SYS___MAC_GET_LCID", Const, 0},
15394 {"SYS___MAC_GET_LCTX", Const, 0},
15395 {"SYS___MAC_GET_LINK", Const, 0},
15396 {"SYS___MAC_GET_MOUNT", Const, 0},
15397 {"SYS___MAC_GET_PID", Const, 0},
15398 {"SYS___MAC_GET_PROC", Const, 0},
15399 {"SYS___MAC_MOUNT", Const, 0},
15400 {"SYS___MAC_SET_FD", Const, 0},
15401 {"SYS___MAC_SET_FILE", Const, 0},
15402 {"SYS___MAC_SET_LCTX", Const, 0},
15403 {"SYS___MAC_SET_LINK", Const, 0},
15404 {"SYS___MAC_SET_PROC", Const, 0},
15405 {"SYS___MAC_SYSCALL", Const, 0},
15406 {"SYS___OLD_SEMWAIT_SIGNAL", Const, 0},
15407 {"SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", Const, 0},
15408 {"SYS___POSIX_CHOWN", Const, 1},
15409 {"SYS___POSIX_FCHOWN", Const, 1},
15410 {"SYS___POSIX_LCHOWN", Const, 1},
15411 {"SYS___POSIX_RENAME", Const, 1},
15412 {"SYS___PTHREAD_CANCELED", Const, 0},
15413 {"SYS___PTHREAD_CHDIR", Const, 0},
15414 {"SYS___PTHREAD_FCHDIR", Const, 0},
15415 {"SYS___PTHREAD_KILL", Const, 0},
15416 {"SYS___PTHREAD_MARKCANCEL", Const, 0},
15417 {"SYS___PTHREAD_SIGMASK", Const, 0},
15418 {"SYS___QUOTACTL", Const, 1},
15419 {"SYS___SEMCTL", Const, 1},
15420 {"SYS___SEMWAIT_SIGNAL", Const, 0},
15421 {"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0},
15422 {"SYS___SETLOGIN", Const, 1},
15423 {"SYS___SETUGID", Const, 0},
15424 {"SYS___SET_TCB", Const, 1},
15425 {"SYS___SIGACTION_SIGTRAMP", Const, 1},
15426 {"SYS___SIGTIMEDWAIT", Const, 1},
15427 {"SYS___SIGWAIT", Const, 0},
15428 {"SYS___SIGWAIT_NOCANCEL", Const, 0},
15429 {"SYS___SYSCTL", Const, 0},
15430 {"SYS___TFORK", Const, 1},
15431 {"SYS___THREXIT", Const, 1},
15432 {"SYS___THRSIGDIVERT", Const, 1},
15433 {"SYS___THRSLEEP", Const, 1},
15434 {"SYS___THRWAKEUP", Const, 1},
15435 {"S_ARCH1", Const, 1},
15436 {"S_ARCH2", Const, 1},
15437 {"S_BLKSIZE", Const, 0},
15438 {"S_IEXEC", Const, 0},
15439 {"S_IFBLK", Const, 0},
15440 {"S_IFCHR", Const, 0},
15441 {"S_IFDIR", Const, 0},
15442 {"S_IFIFO", Const, 0},
15443 {"S_IFLNK", Const, 0},
15444 {"S_IFMT", Const, 0},
15445 {"S_IFREG", Const, 0},
15446 {"S_IFSOCK", Const, 0},
15447 {"S_IFWHT", Const, 0},
15448 {"S_IREAD", Const, 0},
15449 {"S_IRGRP", Const, 0},
15450 {"S_IROTH", Const, 0},
15451 {"S_IRUSR", Const, 0},
15452 {"S_IRWXG", Const, 0},
15453 {"S_IRWXO", Const, 0},
15454 {"S_IRWXU", Const, 0},
15455 {"S_ISGID", Const, 0},
15456 {"S_ISTXT", Const, 0},
15457 {"S_ISUID", Const, 0},
15458 {"S_ISVTX", Const, 0},
15459 {"S_IWGRP", Const, 0},
15460 {"S_IWOTH", Const, 0},
15461 {"S_IWRITE", Const, 0},
15462 {"S_IWUSR", Const, 0},
15463 {"S_IXGRP", Const, 0},
15464 {"S_IXOTH", Const, 0},
15465 {"S_IXUSR", Const, 0},
15466 {"S_LOGIN_SET", Const, 1},
15467 {"SecurityAttributes", Type, 0},
15468 {"SecurityAttributes.InheritHandle", Field, 0},
15469 {"SecurityAttributes.Length", Field, 0},
15470 {"SecurityAttributes.SecurityDescriptor", Field, 0},
15471 {"Seek", Func, 0},
15472 {"Select", Func, 0},
15473 {"Sendfile", Func, 0},
15474 {"Sendmsg", Func, 0},
15475 {"SendmsgN", Func, 3},
15476 {"Sendto", Func, 0},
15477 {"Servent", Type, 0},
15478 {"Servent.Aliases", Field, 0},
15479 {"Servent.Name", Field, 0},
15480 {"Servent.Port", Field, 0},
15481 {"Servent.Proto", Field, 0},
15482 {"SetBpf", Func, 0},
15483 {"SetBpfBuflen", Func, 0},
15484 {"SetBpfDatalink", Func, 0},
15485 {"SetBpfHeadercmpl", Func, 0},
15486 {"SetBpfImmediate", Func, 0},
15487 {"SetBpfInterface", Func, 0},
15488 {"SetBpfPromisc", Func, 0},
15489 {"SetBpfTimeout", Func, 0},
15490 {"SetCurrentDirectory", Func, 0},
15491 {"SetEndOfFile", Func, 0},
15492 {"SetEnvironmentVariable", Func, 0},
15493 {"SetFileAttributes", Func, 0},
15494 {"SetFileCompletionNotificationModes", Func, 2},
15495 {"SetFilePointer", Func, 0},
15496 {"SetFileTime", Func, 0},
15497 {"SetHandleInformation", Func, 0},
15498 {"SetKevent", Func, 0},
15499 {"SetLsfPromisc", Func, 0},
15500 {"SetNonblock", Func, 0},
15501 {"Setdomainname", Func, 0},
15502 {"Setegid", Func, 0},
15503 {"Setenv", Func, 0},
15504 {"Seteuid", Func, 0},
15505 {"Setfsgid", Func, 0},
15506 {"Setfsuid", Func, 0},
15507 {"Setgid", Func, 0},
15508 {"Setgroups", Func, 0},
15509 {"Sethostname", Func, 0},
15510 {"Setlogin", Func, 0},
15511 {"Setpgid", Func, 0},
15512 {"Setpriority", Func, 0},
15513 {"Setprivexec", Func, 0},
15514 {"Setregid", Func, 0},
15515 {"Setresgid", Func, 0},
15516 {"Setresuid", Func, 0},
15517 {"Setreuid", Func, 0},
15518 {"Setrlimit", Func, 0},
15519 {"Setsid", Func, 0},
15520 {"Setsockopt", Func, 0},
15521 {"SetsockoptByte", Func, 0},
15522 {"SetsockoptICMPv6Filter", Func, 2},
15523 {"SetsockoptIPMreq", Func, 0},
15524 {"SetsockoptIPMreqn", Func, 0},
15525 {"SetsockoptIPv6Mreq", Func, 0},
15526 {"SetsockoptInet4Addr", Func, 0},
15527 {"SetsockoptInt", Func, 0},
15528 {"SetsockoptLinger", Func, 0},
15529 {"SetsockoptString", Func, 0},
15530 {"SetsockoptTimeval", Func, 0},
15531 {"Settimeofday", Func, 0},
15532 {"Setuid", Func, 0},
15533 {"Setxattr", Func, 1},
15534 {"Shutdown", Func, 0},
15535 {"SidTypeAlias", Const, 0},
15536 {"SidTypeComputer", Const, 0},
15537 {"SidTypeDeletedAccount", Const, 0},
15538 {"SidTypeDomain", Const, 0},
15539 {"SidTypeGroup", Const, 0},
15540 {"SidTypeInvalid", Const, 0},
15541 {"SidTypeLabel", Const, 0},
15542 {"SidTypeUnknown", Const, 0},
15543 {"SidTypeUser", Const, 0},
15544 {"SidTypeWellKnownGroup", Const, 0},
15545 {"Signal", Type, 0},
15546 {"SizeofBpfHdr", Const, 0},
15547 {"SizeofBpfInsn", Const, 0},
15548 {"SizeofBpfProgram", Const, 0},
15549 {"SizeofBpfStat", Const, 0},
15550 {"SizeofBpfVersion", Const, 0},
15551 {"SizeofBpfZbuf", Const, 0},
15552 {"SizeofBpfZbufHeader", Const, 0},
15553 {"SizeofCmsghdr", Const, 0},
15554 {"SizeofICMPv6Filter", Const, 2},
15555 {"SizeofIPMreq", Const, 0},
15556 {"SizeofIPMreqn", Const, 0},
15557 {"SizeofIPv6MTUInfo", Const, 2},
15558 {"SizeofIPv6Mreq", Const, 0},
15559 {"SizeofIfAddrmsg", Const, 0},
15560 {"SizeofIfAnnounceMsghdr", Const, 1},
15561 {"SizeofIfData", Const, 0},
15562 {"SizeofIfInfomsg", Const, 0},
15563 {"SizeofIfMsghdr", Const, 0},
15564 {"SizeofIfaMsghdr", Const, 0},
15565 {"SizeofIfmaMsghdr", Const, 0},
15566 {"SizeofIfmaMsghdr2", Const, 0},
15567 {"SizeofInet4Pktinfo", Const, 0},
15568 {"SizeofInet6Pktinfo", Const, 0},
15569 {"SizeofInotifyEvent", Const, 0},
15570 {"SizeofLinger", Const, 0},
15571 {"SizeofMsghdr", Const, 0},
15572 {"SizeofNlAttr", Const, 0},
15573 {"SizeofNlMsgerr", Const, 0},
15574 {"SizeofNlMsghdr", Const, 0},
15575 {"SizeofRtAttr", Const, 0},
15576 {"SizeofRtGenmsg", Const, 0},
15577 {"SizeofRtMetrics", Const, 0},
15578 {"SizeofRtMsg", Const, 0},
15579 {"SizeofRtMsghdr", Const, 0},
15580 {"SizeofRtNexthop", Const, 0},
15581 {"SizeofSockFilter", Const, 0},
15582 {"SizeofSockFprog", Const, 0},
15583 {"SizeofSockaddrAny", Const, 0},
15584 {"SizeofSockaddrDatalink", Const, 0},
15585 {"SizeofSockaddrInet4", Const, 0},
15586 {"SizeofSockaddrInet6", Const, 0},
15587 {"SizeofSockaddrLinklayer", Const, 0},
15588 {"SizeofSockaddrNetlink", Const, 0},
15589 {"SizeofSockaddrUnix", Const, 0},
15590 {"SizeofTCPInfo", Const, 1},
15591 {"SizeofUcred", Const, 0},
15592 {"SlicePtrFromStrings", Func, 1},
15593 {"SockFilter", Type, 0},
15594 {"SockFilter.Code", Field, 0},
15595 {"SockFilter.Jf", Field, 0},
15596 {"SockFilter.Jt", Field, 0},
15597 {"SockFilter.K", Field, 0},
15598 {"SockFprog", Type, 0},
15599 {"SockFprog.Filter", Field, 0},
15600 {"SockFprog.Len", Field, 0},
15601 {"SockFprog.Pad_cgo_0", Field, 0},
15602 {"Sockaddr", Type, 0},
15603 {"SockaddrDatalink", Type, 0},
15604 {"SockaddrDatalink.Alen", Field, 0},
15605 {"SockaddrDatalink.Data", Field, 0},
15606 {"SockaddrDatalink.Family", Field, 0},
15607 {"SockaddrDatalink.Index", Field, 0},
15608 {"SockaddrDatalink.Len", Field, 0},
15609 {"SockaddrDatalink.Nlen", Field, 0},
15610 {"SockaddrDatalink.Slen", Field, 0},
15611 {"SockaddrDatalink.Type", Field, 0},
15612 {"SockaddrGen", Type, 0},
15613 {"SockaddrInet4", Type, 0},
15614 {"SockaddrInet4.Addr", Field, 0},
15615 {"SockaddrInet4.Port", Field, 0},
15616 {"SockaddrInet6", Type, 0},
15617 {"SockaddrInet6.Addr", Field, 0},
15618 {"SockaddrInet6.Port", Field, 0},
15619 {"SockaddrInet6.ZoneId", Field, 0},
15620 {"SockaddrLinklayer", Type, 0},
15621 {"SockaddrLinklayer.Addr", Field, 0},
15622 {"SockaddrLinklayer.Halen", Field, 0},
15623 {"SockaddrLinklayer.Hatype", Field, 0},
15624 {"SockaddrLinklayer.Ifindex", Field, 0},
15625 {"SockaddrLinklayer.Pkttype", Field, 0},
15626 {"SockaddrLinklayer.Protocol", Field, 0},
15627 {"SockaddrNetlink", Type, 0},
15628 {"SockaddrNetlink.Family", Field, 0},
15629 {"SockaddrNetlink.Groups", Field, 0},
15630 {"SockaddrNetlink.Pad", Field, 0},
15631 {"SockaddrNetlink.Pid", Field, 0},
15632 {"SockaddrUnix", Type, 0},
15633 {"SockaddrUnix.Name", Field, 0},
15634 {"Socket", Func, 0},
15635 {"SocketControlMessage", Type, 0},
15636 {"SocketControlMessage.Data", Field, 0},
15637 {"SocketControlMessage.Header", Field, 0},
15638 {"SocketDisableIPv6", Var, 0},
15639 {"Socketpair", Func, 0},
15640 {"Splice", Func, 0},
15641 {"StartProcess", Func, 0},
15642 {"StartupInfo", Type, 0},
15643 {"StartupInfo.Cb", Field, 0},
15644 {"StartupInfo.Desktop", Field, 0},
15645 {"StartupInfo.FillAttribute", Field, 0},
15646 {"StartupInfo.Flags", Field, 0},
15647 {"StartupInfo.ShowWindow", Field, 0},
15648 {"StartupInfo.StdErr", Field, 0},
15649 {"StartupInfo.StdInput", Field, 0},
15650 {"StartupInfo.StdOutput", Field, 0},
15651 {"StartupInfo.Title", Field, 0},
15652 {"StartupInfo.X", Field, 0},
15653 {"StartupInfo.XCountChars", Field, 0},
15654 {"StartupInfo.XSize", Field, 0},
15655 {"StartupInfo.Y", Field, 0},
15656 {"StartupInfo.YCountChars", Field, 0},
15657 {"StartupInfo.YSize", Field, 0},
15658 {"Stat", Func, 0},
15659 {"Stat_t", Type, 0},
15660 {"Stat_t.Atim", Field, 0},
15661 {"Stat_t.Atim_ext", Field, 12},
15662 {"Stat_t.Atimespec", Field, 0},
15663 {"Stat_t.Birthtimespec", Field, 0},
15664 {"Stat_t.Blksize", Field, 0},
15665 {"Stat_t.Blocks", Field, 0},
15666 {"Stat_t.Btim_ext", Field, 12},
15667 {"Stat_t.Ctim", Field, 0},
15668 {"Stat_t.Ctim_ext", Field, 12},
15669 {"Stat_t.Ctimespec", Field, 0},
15670 {"Stat_t.Dev", Field, 0},
15671 {"Stat_t.Flags", Field, 0},
15672 {"Stat_t.Gen", Field, 0},
15673 {"Stat_t.Gid", Field, 0},
15674 {"Stat_t.Ino", Field, 0},
15675 {"Stat_t.Lspare", Field, 0},
15676 {"Stat_t.Lspare0", Field, 2},
15677 {"Stat_t.Lspare1", Field, 2},
15678 {"Stat_t.Mode", Field, 0},
15679 {"Stat_t.Mtim", Field, 0},
15680 {"Stat_t.Mtim_ext", Field, 12},
15681 {"Stat_t.Mtimespec", Field, 0},
15682 {"Stat_t.Nlink", Field, 0},
15683 {"Stat_t.Pad_cgo_0", Field, 0},
15684 {"Stat_t.Pad_cgo_1", Field, 0},
15685 {"Stat_t.Pad_cgo_2", Field, 0},
15686 {"Stat_t.Padding0", Field, 12},
15687 {"Stat_t.Padding1", Field, 12},
15688 {"Stat_t.Qspare", Field, 0},
15689 {"Stat_t.Rdev", Field, 0},
15690 {"Stat_t.Size", Field, 0},
15691 {"Stat_t.Spare", Field, 2},
15692 {"Stat_t.Uid", Field, 0},
15693 {"Stat_t.X__pad0", Field, 0},
15694 {"Stat_t.X__pad1", Field, 0},
15695 {"Stat_t.X__pad2", Field, 0},
15696 {"Stat_t.X__st_birthtim", Field, 2},
15697 {"Stat_t.X__st_ino", Field, 0},
15698 {"Stat_t.X__unused", Field, 0},
15699 {"Statfs", Func, 0},
15700 {"Statfs_t", Type, 0},
15701 {"Statfs_t.Asyncreads", Field, 0},
15702 {"Statfs_t.Asyncwrites", Field, 0},
15703 {"Statfs_t.Bavail", Field, 0},
15704 {"Statfs_t.Bfree", Field, 0},
15705 {"Statfs_t.Blocks", Field, 0},
15706 {"Statfs_t.Bsize", Field, 0},
15707 {"Statfs_t.Charspare", Field, 0},
15708 {"Statfs_t.F_asyncreads", Field, 2},
15709 {"Statfs_t.F_asyncwrites", Field, 2},
15710 {"Statfs_t.F_bavail", Field, 2},
15711 {"Statfs_t.F_bfree", Field, 2},
15712 {"Statfs_t.F_blocks", Field, 2},
15713 {"Statfs_t.F_bsize", Field, 2},
15714 {"Statfs_t.F_ctime", Field, 2},
15715 {"Statfs_t.F_favail", Field, 2},
15716 {"Statfs_t.F_ffree", Field, 2},
15717 {"Statfs_t.F_files", Field, 2},
15718 {"Statfs_t.F_flags", Field, 2},
15719 {"Statfs_t.F_fsid", Field, 2},
15720 {"Statfs_t.F_fstypename", Field, 2},
15721 {"Statfs_t.F_iosize", Field, 2},
15722 {"Statfs_t.F_mntfromname", Field, 2},
15723 {"Statfs_t.F_mntfromspec", Field, 3},
15724 {"Statfs_t.F_mntonname", Field, 2},
15725 {"Statfs_t.F_namemax", Field, 2},
15726 {"Statfs_t.F_owner", Field, 2},
15727 {"Statfs_t.F_spare", Field, 2},
15728 {"Statfs_t.F_syncreads", Field, 2},
15729 {"Statfs_t.F_syncwrites", Field, 2},
15730 {"Statfs_t.Ffree", Field, 0},
15731 {"Statfs_t.Files", Field, 0},
15732 {"Statfs_t.Flags", Field, 0},
15733 {"Statfs_t.Frsize", Field, 0},
15734 {"Statfs_t.Fsid", Field, 0},
15735 {"Statfs_t.Fssubtype", Field, 0},
15736 {"Statfs_t.Fstypename", Field, 0},
15737 {"Statfs_t.Iosize", Field, 0},
15738 {"Statfs_t.Mntfromname", Field, 0},
15739 {"Statfs_t.Mntonname", Field, 0},
15740 {"Statfs_t.Mount_info", Field, 2},
15741 {"Statfs_t.Namelen", Field, 0},
15742 {"Statfs_t.Namemax", Field, 0},
15743 {"Statfs_t.Owner", Field, 0},
15744 {"Statfs_t.Pad_cgo_0", Field, 0},
15745 {"Statfs_t.Pad_cgo_1", Field, 2},
15746 {"Statfs_t.Reserved", Field, 0},
15747 {"Statfs_t.Spare", Field, 0},
15748 {"Statfs_t.Syncreads", Field, 0},
15749 {"Statfs_t.Syncwrites", Field, 0},
15750 {"Statfs_t.Type", Field, 0},
15751 {"Statfs_t.Version", Field, 0},
15752 {"Stderr", Var, 0},
15753 {"Stdin", Var, 0},
15754 {"Stdout", Var, 0},
15755 {"StringBytePtr", Func, 0},
15756 {"StringByteSlice", Func, 0},
15757 {"StringSlicePtr", Func, 0},
15758 {"StringToSid", Func, 0},
15759 {"StringToUTF16", Func, 0},
15760 {"StringToUTF16Ptr", Func, 0},
15761 {"Symlink", Func, 0},
15762 {"Sync", Func, 0},
15763 {"SyncFileRange", Func, 0},
15764 {"SysProcAttr", Type, 0},
15765 {"SysProcAttr.AdditionalInheritedHandles", Field, 17},
15766 {"SysProcAttr.AmbientCaps", Field, 9},
15767 {"SysProcAttr.CgroupFD", Field, 20},
15768 {"SysProcAttr.Chroot", Field, 0},
15769 {"SysProcAttr.Cloneflags", Field, 2},
15770 {"SysProcAttr.CmdLine", Field, 0},
15771 {"SysProcAttr.CreationFlags", Field, 1},
15772 {"SysProcAttr.Credential", Field, 0},
15773 {"SysProcAttr.Ctty", Field, 1},
15774 {"SysProcAttr.Foreground", Field, 5},
15775 {"SysProcAttr.GidMappings", Field, 4},
15776 {"SysProcAttr.GidMappingsEnableSetgroups", Field, 5},
15777 {"SysProcAttr.HideWindow", Field, 0},
15778 {"SysProcAttr.Jail", Field, 21},
15779 {"SysProcAttr.NoInheritHandles", Field, 16},
15780 {"SysProcAttr.Noctty", Field, 0},
15781 {"SysProcAttr.ParentProcess", Field, 17},
15782 {"SysProcAttr.Pdeathsig", Field, 0},
15783 {"SysProcAttr.Pgid", Field, 5},
15784 {"SysProcAttr.PidFD", Field, 22},
15785 {"SysProcAttr.ProcessAttributes", Field, 13},
15786 {"SysProcAttr.Ptrace", Field, 0},
15787 {"SysProcAttr.Setctty", Field, 0},
15788 {"SysProcAttr.Setpgid", Field, 0},
15789 {"SysProcAttr.Setsid", Field, 0},
15790 {"SysProcAttr.ThreadAttributes", Field, 13},
15791 {"SysProcAttr.Token", Field, 10},
15792 {"SysProcAttr.UidMappings", Field, 4},
15793 {"SysProcAttr.Unshareflags", Field, 7},
15794 {"SysProcAttr.UseCgroupFD", Field, 20},
15795 {"SysProcIDMap", Type, 4},
15796 {"SysProcIDMap.ContainerID", Field, 4},
15797 {"SysProcIDMap.HostID", Field, 4},
15798 {"SysProcIDMap.Size", Field, 4},
15799 {"Syscall", Func, 0},
15800 {"Syscall12", Func, 0},
15801 {"Syscall15", Func, 0},
15802 {"Syscall18", Func, 12},
15803 {"Syscall6", Func, 0},
15804 {"Syscall9", Func, 0},
15805 {"SyscallN", Func, 18},
15806 {"Sysctl", Func, 0},
15807 {"SysctlUint32", Func, 0},
15808 {"Sysctlnode", Type, 2},
15809 {"Sysctlnode.Flags", Field, 2},
15810 {"Sysctlnode.Name", Field, 2},
15811 {"Sysctlnode.Num", Field, 2},
15812 {"Sysctlnode.Un", Field, 2},
15813 {"Sysctlnode.Ver", Field, 2},
15814 {"Sysctlnode.X__rsvd", Field, 2},
15815 {"Sysctlnode.X_sysctl_desc", Field, 2},
15816 {"Sysctlnode.X_sysctl_func", Field, 2},
15817 {"Sysctlnode.X_sysctl_parent", Field, 2},
15818 {"Sysctlnode.X_sysctl_size", Field, 2},
15819 {"Sysinfo", Func, 0},
15820 {"Sysinfo_t", Type, 0},
15821 {"Sysinfo_t.Bufferram", Field, 0},
15822 {"Sysinfo_t.Freehigh", Field, 0},
15823 {"Sysinfo_t.Freeram", Field, 0},
15824 {"Sysinfo_t.Freeswap", Field, 0},
15825 {"Sysinfo_t.Loads", Field, 0},
15826 {"Sysinfo_t.Pad", Field, 0},
15827 {"Sysinfo_t.Pad_cgo_0", Field, 0},
15828 {"Sysinfo_t.Pad_cgo_1", Field, 0},
15829 {"Sysinfo_t.Procs", Field, 0},
15830 {"Sysinfo_t.Sharedram", Field, 0},
15831 {"Sysinfo_t.Totalhigh", Field, 0},
15832 {"Sysinfo_t.Totalram", Field, 0},
15833 {"Sysinfo_t.Totalswap", Field, 0},
15834 {"Sysinfo_t.Unit", Field, 0},
15835 {"Sysinfo_t.Uptime", Field, 0},
15836 {"Sysinfo_t.X_f", Field, 0},
15837 {"Systemtime", Type, 0},
15838 {"Systemtime.Day", Field, 0},
15839 {"Systemtime.DayOfWeek", Field, 0},
15840 {"Systemtime.Hour", Field, 0},
15841 {"Systemtime.Milliseconds", Field, 0},
15842 {"Systemtime.Minute", Field, 0},
15843 {"Systemtime.Month", Field, 0},
15844 {"Systemtime.Second", Field, 0},
15845 {"Systemtime.Year", Field, 0},
15846 {"TCGETS", Const, 0},
15847 {"TCIFLUSH", Const, 1},
15848 {"TCIOFLUSH", Const, 1},
15849 {"TCOFLUSH", Const, 1},
15850 {"TCPInfo", Type, 1},
15851 {"TCPInfo.Advmss", Field, 1},
15852 {"TCPInfo.Ato", Field, 1},
15853 {"TCPInfo.Backoff", Field, 1},
15854 {"TCPInfo.Ca_state", Field, 1},
15855 {"TCPInfo.Fackets", Field, 1},
15856 {"TCPInfo.Last_ack_recv", Field, 1},
15857 {"TCPInfo.Last_ack_sent", Field, 1},
15858 {"TCPInfo.Last_data_recv", Field, 1},
15859 {"TCPInfo.Last_data_sent", Field, 1},
15860 {"TCPInfo.Lost", Field, 1},
15861 {"TCPInfo.Options", Field, 1},
15862 {"TCPInfo.Pad_cgo_0", Field, 1},
15863 {"TCPInfo.Pmtu", Field, 1},
15864 {"TCPInfo.Probes", Field, 1},
15865 {"TCPInfo.Rcv_mss", Field, 1},
15866 {"TCPInfo.Rcv_rtt", Field, 1},
15867 {"TCPInfo.Rcv_space", Field, 1},
15868 {"TCPInfo.Rcv_ssthresh", Field, 1},
15869 {"TCPInfo.Reordering", Field, 1},
15870 {"TCPInfo.Retrans", Field, 1},
15871 {"TCPInfo.Retransmits", Field, 1},
15872 {"TCPInfo.Rto", Field, 1},
15873 {"TCPInfo.Rtt", Field, 1},
15874 {"TCPInfo.Rttvar", Field, 1},
15875 {"TCPInfo.Sacked", Field, 1},
15876 {"TCPInfo.Snd_cwnd", Field, 1},
15877 {"TCPInfo.Snd_mss", Field, 1},
15878 {"TCPInfo.Snd_ssthresh", Field, 1},
15879 {"TCPInfo.State", Field, 1},
15880 {"TCPInfo.Total_retrans", Field, 1},
15881 {"TCPInfo.Unacked", Field, 1},
15882 {"TCPKeepalive", Type, 3},
15883 {"TCPKeepalive.Interval", Field, 3},
15884 {"TCPKeepalive.OnOff", Field, 3},
15885 {"TCPKeepalive.Time", Field, 3},
15886 {"TCP_CA_NAME_MAX", Const, 0},
15887 {"TCP_CONGCTL", Const, 1},
15888 {"TCP_CONGESTION", Const, 0},
15889 {"TCP_CONNECTIONTIMEOUT", Const, 0},
15890 {"TCP_CORK", Const, 0},
15891 {"TCP_DEFER_ACCEPT", Const, 0},
15892 {"TCP_ENABLE_ECN", Const, 16},
15893 {"TCP_INFO", Const, 0},
15894 {"TCP_KEEPALIVE", Const, 0},
15895 {"TCP_KEEPCNT", Const, 0},
15896 {"TCP_KEEPIDLE", Const, 0},
15897 {"TCP_KEEPINIT", Const, 1},
15898 {"TCP_KEEPINTVL", Const, 0},
15899 {"TCP_LINGER2", Const, 0},
15900 {"TCP_MAXBURST", Const, 0},
15901 {"TCP_MAXHLEN", Const, 0},
15902 {"TCP_MAXOLEN", Const, 0},
15903 {"TCP_MAXSEG", Const, 0},
15904 {"TCP_MAXWIN", Const, 0},
15905 {"TCP_MAX_SACK", Const, 0},
15906 {"TCP_MAX_WINSHIFT", Const, 0},
15907 {"TCP_MD5SIG", Const, 0},
15908 {"TCP_MD5SIG_MAXKEYLEN", Const, 0},
15909 {"TCP_MINMSS", Const, 0},
15910 {"TCP_MINMSSOVERLOAD", Const, 0},
15911 {"TCP_MSS", Const, 0},
15912 {"TCP_NODELAY", Const, 0},
15913 {"TCP_NOOPT", Const, 0},
15914 {"TCP_NOPUSH", Const, 0},
15915 {"TCP_NOTSENT_LOWAT", Const, 16},
15916 {"TCP_NSTATES", Const, 1},
15917 {"TCP_QUICKACK", Const, 0},
15918 {"TCP_RXT_CONNDROPTIME", Const, 0},
15919 {"TCP_RXT_FINDROP", Const, 0},
15920 {"TCP_SACK_ENABLE", Const, 1},
15921 {"TCP_SENDMOREACKS", Const, 16},
15922 {"TCP_SYNCNT", Const, 0},
15923 {"TCP_VENDOR", Const, 3},
15924 {"TCP_WINDOW_CLAMP", Const, 0},
15925 {"TCSAFLUSH", Const, 1},
15926 {"TCSETS", Const, 0},
15927 {"TF_DISCONNECT", Const, 0},
15928 {"TF_REUSE_SOCKET", Const, 0},
15929 {"TF_USE_DEFAULT_WORKER", Const, 0},
15930 {"TF_USE_KERNEL_APC", Const, 0},
15931 {"TF_USE_SYSTEM_THREAD", Const, 0},
15932 {"TF_WRITE_BEHIND", Const, 0},
15933 {"TH32CS_INHERIT", Const, 4},
15934 {"TH32CS_SNAPALL", Const, 4},
15935 {"TH32CS_SNAPHEAPLIST", Const, 4},
15936 {"TH32CS_SNAPMODULE", Const, 4},
15937 {"TH32CS_SNAPMODULE32", Const, 4},
15938 {"TH32CS_SNAPPROCESS", Const, 4},
15939 {"TH32CS_SNAPTHREAD", Const, 4},
15940 {"TIME_ZONE_ID_DAYLIGHT", Const, 0},
15941 {"TIME_ZONE_ID_STANDARD", Const, 0},
15942 {"TIME_ZONE_ID_UNKNOWN", Const, 0},
15943 {"TIOCCBRK", Const, 0},
15944 {"TIOCCDTR", Const, 0},
15945 {"TIOCCONS", Const, 0},
15946 {"TIOCDCDTIMESTAMP", Const, 0},
15947 {"TIOCDRAIN", Const, 0},
15948 {"TIOCDSIMICROCODE", Const, 0},
15949 {"TIOCEXCL", Const, 0},
15950 {"TIOCEXT", Const, 0},
15951 {"TIOCFLAG_CDTRCTS", Const, 1},
15952 {"TIOCFLAG_CLOCAL", Const, 1},
15953 {"TIOCFLAG_CRTSCTS", Const, 1},
15954 {"TIOCFLAG_MDMBUF", Const, 1},
15955 {"TIOCFLAG_PPS", Const, 1},
15956 {"TIOCFLAG_SOFTCAR", Const, 1},
15957 {"TIOCFLUSH", Const, 0},
15958 {"TIOCGDEV", Const, 0},
15959 {"TIOCGDRAINWAIT", Const, 0},
15960 {"TIOCGETA", Const, 0},
15961 {"TIOCGETD", Const, 0},
15962 {"TIOCGFLAGS", Const, 1},
15963 {"TIOCGICOUNT", Const, 0},
15964 {"TIOCGLCKTRMIOS", Const, 0},
15965 {"TIOCGLINED", Const, 1},
15966 {"TIOCGPGRP", Const, 0},
15967 {"TIOCGPTN", Const, 0},
15968 {"TIOCGQSIZE", Const, 1},
15969 {"TIOCGRANTPT", Const, 1},
15970 {"TIOCGRS485", Const, 0},
15971 {"TIOCGSERIAL", Const, 0},
15972 {"TIOCGSID", Const, 0},
15973 {"TIOCGSIZE", Const, 1},
15974 {"TIOCGSOFTCAR", Const, 0},
15975 {"TIOCGTSTAMP", Const, 1},
15976 {"TIOCGWINSZ", Const, 0},
15977 {"TIOCINQ", Const, 0},
15978 {"TIOCIXOFF", Const, 0},
15979 {"TIOCIXON", Const, 0},
15980 {"TIOCLINUX", Const, 0},
15981 {"TIOCMBIC", Const, 0},
15982 {"TIOCMBIS", Const, 0},
15983 {"TIOCMGDTRWAIT", Const, 0},
15984 {"TIOCMGET", Const, 0},
15985 {"TIOCMIWAIT", Const, 0},
15986 {"TIOCMODG", Const, 0},
15987 {"TIOCMODS", Const, 0},
15988 {"TIOCMSDTRWAIT", Const, 0},
15989 {"TIOCMSET", Const, 0},
15990 {"TIOCM_CAR", Const, 0},
15991 {"TIOCM_CD", Const, 0},
15992 {"TIOCM_CTS", Const, 0},
15993 {"TIOCM_DCD", Const, 0},
15994 {"TIOCM_DSR", Const, 0},
15995 {"TIOCM_DTR", Const, 0},
15996 {"TIOCM_LE", Const, 0},
15997 {"TIOCM_RI", Const, 0},
15998 {"TIOCM_RNG", Const, 0},
15999 {"TIOCM_RTS", Const, 0},
16000 {"TIOCM_SR", Const, 0},
16001 {"TIOCM_ST", Const, 0},
16002 {"TIOCNOTTY", Const, 0},
16003 {"TIOCNXCL", Const, 0},
16004 {"TIOCOUTQ", Const, 0},
16005 {"TIOCPKT", Const, 0},
16006 {"TIOCPKT_DATA", Const, 0},
16007 {"TIOCPKT_DOSTOP", Const, 0},
16008 {"TIOCPKT_FLUSHREAD", Const, 0},
16009 {"TIOCPKT_FLUSHWRITE", Const, 0},
16010 {"TIOCPKT_IOCTL", Const, 0},
16011 {"TIOCPKT_NOSTOP", Const, 0},
16012 {"TIOCPKT_START", Const, 0},
16013 {"TIOCPKT_STOP", Const, 0},
16014 {"TIOCPTMASTER", Const, 0},
16015 {"TIOCPTMGET", Const, 1},
16016 {"TIOCPTSNAME", Const, 1},
16017 {"TIOCPTYGNAME", Const, 0},
16018 {"TIOCPTYGRANT", Const, 0},
16019 {"TIOCPTYUNLK", Const, 0},
16020 {"TIOCRCVFRAME", Const, 1},
16021 {"TIOCREMOTE", Const, 0},
16022 {"TIOCSBRK", Const, 0},
16023 {"TIOCSCONS", Const, 0},
16024 {"TIOCSCTTY", Const, 0},
16025 {"TIOCSDRAINWAIT", Const, 0},
16026 {"TIOCSDTR", Const, 0},
16027 {"TIOCSERCONFIG", Const, 0},
16028 {"TIOCSERGETLSR", Const, 0},
16029 {"TIOCSERGETMULTI", Const, 0},
16030 {"TIOCSERGSTRUCT", Const, 0},
16031 {"TIOCSERGWILD", Const, 0},
16032 {"TIOCSERSETMULTI", Const, 0},
16033 {"TIOCSERSWILD", Const, 0},
16034 {"TIOCSER_TEMT", Const, 0},
16035 {"TIOCSETA", Const, 0},
16036 {"TIOCSETAF", Const, 0},
16037 {"TIOCSETAW", Const, 0},
16038 {"TIOCSETD", Const, 0},
16039 {"TIOCSFLAGS", Const, 1},
16040 {"TIOCSIG", Const, 0},
16041 {"TIOCSLCKTRMIOS", Const, 0},
16042 {"TIOCSLINED", Const, 1},
16043 {"TIOCSPGRP", Const, 0},
16044 {"TIOCSPTLCK", Const, 0},
16045 {"TIOCSQSIZE", Const, 1},
16046 {"TIOCSRS485", Const, 0},
16047 {"TIOCSSERIAL", Const, 0},
16048 {"TIOCSSIZE", Const, 1},
16049 {"TIOCSSOFTCAR", Const, 0},
16050 {"TIOCSTART", Const, 0},
16051 {"TIOCSTAT", Const, 0},
16052 {"TIOCSTI", Const, 0},
16053 {"TIOCSTOP", Const, 0},
16054 {"TIOCSTSTAMP", Const, 1},
16055 {"TIOCSWINSZ", Const, 0},
16056 {"TIOCTIMESTAMP", Const, 0},
16057 {"TIOCUCNTL", Const, 0},
16058 {"TIOCVHANGUP", Const, 0},
16059 {"TIOCXMTFRAME", Const, 1},
16060 {"TOKEN_ADJUST_DEFAULT", Const, 0},
16061 {"TOKEN_ADJUST_GROUPS", Const, 0},
16062 {"TOKEN_ADJUST_PRIVILEGES", Const, 0},
16063 {"TOKEN_ADJUST_SESSIONID", Const, 11},
16064 {"TOKEN_ALL_ACCESS", Const, 0},
16065 {"TOKEN_ASSIGN_PRIMARY", Const, 0},
16066 {"TOKEN_DUPLICATE", Const, 0},
16067 {"TOKEN_EXECUTE", Const, 0},
16068 {"TOKEN_IMPERSONATE", Const, 0},
16069 {"TOKEN_QUERY", Const, 0},
16070 {"TOKEN_QUERY_SOURCE", Const, 0},
16071 {"TOKEN_READ", Const, 0},
16072 {"TOKEN_WRITE", Const, 0},
16073 {"TOSTOP", Const, 0},
16074 {"TRUNCATE_EXISTING", Const, 0},
16075 {"TUNATTACHFILTER", Const, 0},
16076 {"TUNDETACHFILTER", Const, 0},
16077 {"TUNGETFEATURES", Const, 0},
16078 {"TUNGETIFF", Const, 0},
16079 {"TUNGETSNDBUF", Const, 0},
16080 {"TUNGETVNETHDRSZ", Const, 0},
16081 {"TUNSETDEBUG", Const, 0},
16082 {"TUNSETGROUP", Const, 0},
16083 {"TUNSETIFF", Const, 0},
16084 {"TUNSETLINK", Const, 0},
16085 {"TUNSETNOCSUM", Const, 0},
16086 {"TUNSETOFFLOAD", Const, 0},
16087 {"TUNSETOWNER", Const, 0},
16088 {"TUNSETPERSIST", Const, 0},
16089 {"TUNSETSNDBUF", Const, 0},
16090 {"TUNSETTXFILTER", Const, 0},
16091 {"TUNSETVNETHDRSZ", Const, 0},
16092 {"Tee", Func, 0},
16093 {"TerminateProcess", Func, 0},
16094 {"Termios", Type, 0},
16095 {"Termios.Cc", Field, 0},
16096 {"Termios.Cflag", Field, 0},
16097 {"Termios.Iflag", Field, 0},
16098 {"Termios.Ispeed", Field, 0},
16099 {"Termios.Lflag", Field, 0},
16100 {"Termios.Line", Field, 0},
16101 {"Termios.Oflag", Field, 0},
16102 {"Termios.Ospeed", Field, 0},
16103 {"Termios.Pad_cgo_0", Field, 0},
16104 {"Tgkill", Func, 0},
16105 {"Time", Func, 0},
16106 {"Time_t", Type, 0},
16107 {"Times", Func, 0},
16108 {"Timespec", Type, 0},
16109 {"Timespec.Nsec", Field, 0},
16110 {"Timespec.Pad_cgo_0", Field, 2},
16111 {"Timespec.Sec", Field, 0},
16112 {"TimespecToNsec", Func, 0},
16113 {"Timeval", Type, 0},
16114 {"Timeval.Pad_cgo_0", Field, 0},
16115 {"Timeval.Sec", Field, 0},
16116 {"Timeval.Usec", Field, 0},
16117 {"Timeval32", Type, 0},
16118 {"Timeval32.Sec", Field, 0},
16119 {"Timeval32.Usec", Field, 0},
16120 {"TimevalToNsec", Func, 0},
16121 {"Timex", Type, 0},
16122 {"Timex.Calcnt", Field, 0},
16123 {"Timex.Constant", Field, 0},
16124 {"Timex.Errcnt", Field, 0},
16125 {"Timex.Esterror", Field, 0},
16126 {"Timex.Freq", Field, 0},
16127 {"Timex.Jitcnt", Field, 0},
16128 {"Timex.Jitter", Field, 0},
16129 {"Timex.Maxerror", Field, 0},
16130 {"Timex.Modes", Field, 0},
16131 {"Timex.Offset", Field, 0},
16132 {"Timex.Pad_cgo_0", Field, 0},
16133 {"Timex.Pad_cgo_1", Field, 0},
16134 {"Timex.Pad_cgo_2", Field, 0},
16135 {"Timex.Pad_cgo_3", Field, 0},
16136 {"Timex.Ppsfreq", Field, 0},
16137 {"Timex.Precision", Field, 0},
16138 {"Timex.Shift", Field, 0},
16139 {"Timex.Stabil", Field, 0},
16140 {"Timex.Status", Field, 0},
16141 {"Timex.Stbcnt", Field, 0},
16142 {"Timex.Tai", Field, 0},
16143 {"Timex.Tick", Field, 0},
16144 {"Timex.Time", Field, 0},
16145 {"Timex.Tolerance", Field, 0},
16146 {"Timezoneinformation", Type, 0},
16147 {"Timezoneinformation.Bias", Field, 0},
16148 {"Timezoneinformation.DaylightBias", Field, 0},
16149 {"Timezoneinformation.DaylightDate", Field, 0},
16150 {"Timezoneinformation.DaylightName", Field, 0},
16151 {"Timezoneinformation.StandardBias", Field, 0},
16152 {"Timezoneinformation.StandardDate", Field, 0},
16153 {"Timezoneinformation.StandardName", Field, 0},
16154 {"Tms", Type, 0},
16155 {"Tms.Cstime", Field, 0},
16156 {"Tms.Cutime", Field, 0},
16157 {"Tms.Stime", Field, 0},
16158 {"Tms.Utime", Field, 0},
16159 {"Token", Type, 0},
16160 {"TokenAccessInformation", Const, 0},
16161 {"TokenAuditPolicy", Const, 0},
16162 {"TokenDefaultDacl", Const, 0},
16163 {"TokenElevation", Const, 0},
16164 {"TokenElevationType", Const, 0},
16165 {"TokenGroups", Const, 0},
16166 {"TokenGroupsAndPrivileges", Const, 0},
16167 {"TokenHasRestrictions", Const, 0},
16168 {"TokenImpersonationLevel", Const, 0},
16169 {"TokenIntegrityLevel", Const, 0},
16170 {"TokenLinkedToken", Const, 0},
16171 {"TokenLogonSid", Const, 0},
16172 {"TokenMandatoryPolicy", Const, 0},
16173 {"TokenOrigin", Const, 0},
16174 {"TokenOwner", Const, 0},
16175 {"TokenPrimaryGroup", Const, 0},
16176 {"TokenPrivileges", Const, 0},
16177 {"TokenRestrictedSids", Const, 0},
16178 {"TokenSandBoxInert", Const, 0},
16179 {"TokenSessionId", Const, 0},
16180 {"TokenSessionReference", Const, 0},
16181 {"TokenSource", Const, 0},
16182 {"TokenStatistics", Const, 0},
16183 {"TokenType", Const, 0},
16184 {"TokenUIAccess", Const, 0},
16185 {"TokenUser", Const, 0},
16186 {"TokenVirtualizationAllowed", Const, 0},
16187 {"TokenVirtualizationEnabled", Const, 0},
16188 {"Tokenprimarygroup", Type, 0},
16189 {"Tokenprimarygroup.PrimaryGroup", Field, 0},
16190 {"Tokenuser", Type, 0},
16191 {"Tokenuser.User", Field, 0},
16192 {"TranslateAccountName", Func, 0},
16193 {"TranslateName", Func, 0},
16194 {"TransmitFile", Func, 0},
16195 {"TransmitFileBuffers", Type, 0},
16196 {"TransmitFileBuffers.Head", Field, 0},
16197 {"TransmitFileBuffers.HeadLength", Field, 0},
16198 {"TransmitFileBuffers.Tail", Field, 0},
16199 {"TransmitFileBuffers.TailLength", Field, 0},
16200 {"Truncate", Func, 0},
16201 {"UNIX_PATH_MAX", Const, 12},
16202 {"USAGE_MATCH_TYPE_AND", Const, 0},
16203 {"USAGE_MATCH_TYPE_OR", Const, 0},
16204 {"UTF16FromString", Func, 1},
16205 {"UTF16PtrFromString", Func, 1},
16206 {"UTF16ToString", Func, 0},
16207 {"Ucred", Type, 0},
16208 {"Ucred.Gid", Field, 0},
16209 {"Ucred.Pid", Field, 0},
16210 {"Ucred.Uid", Field, 0},
16211 {"Umask", Func, 0},
16212 {"Uname", Func, 0},
16213 {"Undelete", Func, 0},
16214 {"UnixCredentials", Func, 0},
16215 {"UnixRights", Func, 0},
16216 {"Unlink", Func, 0},
16217 {"Unlinkat", Func, 0},
16218 {"UnmapViewOfFile", Func, 0},
16219 {"Unmount", Func, 0},
16220 {"Unsetenv", Func, 4},
16221 {"Unshare", Func, 0},
16222 {"UserInfo10", Type, 0},
16223 {"UserInfo10.Comment", Field, 0},
16224 {"UserInfo10.FullName", Field, 0},
16225 {"UserInfo10.Name", Field, 0},
16226 {"UserInfo10.UsrComment", Field, 0},
16227 {"Ustat", Func, 0},
16228 {"Ustat_t", Type, 0},
16229 {"Ustat_t.Fname", Field, 0},
16230 {"Ustat_t.Fpack", Field, 0},
16231 {"Ustat_t.Pad_cgo_0", Field, 0},
16232 {"Ustat_t.Pad_cgo_1", Field, 0},
16233 {"Ustat_t.Tfree", Field, 0},
16234 {"Ustat_t.Tinode", Field, 0},
16235 {"Utimbuf", Type, 0},
16236 {"Utimbuf.Actime", Field, 0},
16237 {"Utimbuf.Modtime", Field, 0},
16238 {"Utime", Func, 0},
16239 {"Utimes", Func, 0},
16240 {"UtimesNano", Func, 1},
16241 {"Utsname", Type, 0},
16242 {"Utsname.Domainname", Field, 0},
16243 {"Utsname.Machine", Field, 0},
16244 {"Utsname.Nodename", Field, 0},
16245 {"Utsname.Release", Field, 0},
16246 {"Utsname.Sysname", Field, 0},
16247 {"Utsname.Version", Field, 0},
16248 {"VDISCARD", Const, 0},
16249 {"VDSUSP", Const, 1},
16250 {"VEOF", Const, 0},
16251 {"VEOL", Const, 0},
16252 {"VEOL2", Const, 0},
16253 {"VERASE", Const, 0},
16254 {"VERASE2", Const, 1},
16255 {"VINTR", Const, 0},
16256 {"VKILL", Const, 0},
16257 {"VLNEXT", Const, 0},
16258 {"VMIN", Const, 0},
16259 {"VQUIT", Const, 0},
16260 {"VREPRINT", Const, 0},
16261 {"VSTART", Const, 0},
16262 {"VSTATUS", Const, 1},
16263 {"VSTOP", Const, 0},
16264 {"VSUSP", Const, 0},
16265 {"VSWTC", Const, 0},
16266 {"VT0", Const, 1},
16267 {"VT1", Const, 1},
16268 {"VTDLY", Const, 1},
16269 {"VTIME", Const, 0},
16270 {"VWERASE", Const, 0},
16271 {"VirtualLock", Func, 0},
16272 {"VirtualUnlock", Func, 0},
16273 {"WAIT_ABANDONED", Const, 0},
16274 {"WAIT_FAILED", Const, 0},
16275 {"WAIT_OBJECT_0", Const, 0},
16276 {"WAIT_TIMEOUT", Const, 0},
16277 {"WALL", Const, 0},
16278 {"WALLSIG", Const, 1},
16279 {"WALTSIG", Const, 1},
16280 {"WCLONE", Const, 0},
16281 {"WCONTINUED", Const, 0},
16282 {"WCOREFLAG", Const, 0},
16283 {"WEXITED", Const, 0},
16284 {"WLINUXCLONE", Const, 0},
16285 {"WNOHANG", Const, 0},
16286 {"WNOTHREAD", Const, 0},
16287 {"WNOWAIT", Const, 0},
16288 {"WNOZOMBIE", Const, 1},
16289 {"WOPTSCHECKED", Const, 1},
16290 {"WORDSIZE", Const, 0},
16291 {"WSABuf", Type, 0},
16292 {"WSABuf.Buf", Field, 0},
16293 {"WSABuf.Len", Field, 0},
16294 {"WSACleanup", Func, 0},
16295 {"WSADESCRIPTION_LEN", Const, 0},
16296 {"WSAData", Type, 0},
16297 {"WSAData.Description", Field, 0},
16298 {"WSAData.HighVersion", Field, 0},
16299 {"WSAData.MaxSockets", Field, 0},
16300 {"WSAData.MaxUdpDg", Field, 0},
16301 {"WSAData.SystemStatus", Field, 0},
16302 {"WSAData.VendorInfo", Field, 0},
16303 {"WSAData.Version", Field, 0},
16304 {"WSAEACCES", Const, 2},
16305 {"WSAECONNABORTED", Const, 9},
16306 {"WSAECONNRESET", Const, 3},
16307 {"WSAENOPROTOOPT", Const, 23},
16308 {"WSAEnumProtocols", Func, 2},
16309 {"WSAID_CONNECTEX", Var, 1},
16310 {"WSAIoctl", Func, 0},
16311 {"WSAPROTOCOL_LEN", Const, 2},
16312 {"WSAProtocolChain", Type, 2},
16313 {"WSAProtocolChain.ChainEntries", Field, 2},
16314 {"WSAProtocolChain.ChainLen", Field, 2},
16315 {"WSAProtocolInfo", Type, 2},
16316 {"WSAProtocolInfo.AddressFamily", Field, 2},
16317 {"WSAProtocolInfo.CatalogEntryId", Field, 2},
16318 {"WSAProtocolInfo.MaxSockAddr", Field, 2},
16319 {"WSAProtocolInfo.MessageSize", Field, 2},
16320 {"WSAProtocolInfo.MinSockAddr", Field, 2},
16321 {"WSAProtocolInfo.NetworkByteOrder", Field, 2},
16322 {"WSAProtocolInfo.Protocol", Field, 2},
16323 {"WSAProtocolInfo.ProtocolChain", Field, 2},
16324 {"WSAProtocolInfo.ProtocolMaxOffset", Field, 2},
16325 {"WSAProtocolInfo.ProtocolName", Field, 2},
16326 {"WSAProtocolInfo.ProviderFlags", Field, 2},
16327 {"WSAProtocolInfo.ProviderId", Field, 2},
16328 {"WSAProtocolInfo.ProviderReserved", Field, 2},
16329 {"WSAProtocolInfo.SecurityScheme", Field, 2},
16330 {"WSAProtocolInfo.ServiceFlags1", Field, 2},
16331 {"WSAProtocolInfo.ServiceFlags2", Field, 2},
16332 {"WSAProtocolInfo.ServiceFlags3", Field, 2},
16333 {"WSAProtocolInfo.ServiceFlags4", Field, 2},
16334 {"WSAProtocolInfo.SocketType", Field, 2},
16335 {"WSAProtocolInfo.Version", Field, 2},
16336 {"WSARecv", Func, 0},
16337 {"WSARecvFrom", Func, 0},
16338 {"WSASYS_STATUS_LEN", Const, 0},
16339 {"WSASend", Func, 0},
16340 {"WSASendTo", Func, 0},
16341 {"WSASendto", Func, 0},
16342 {"WSAStartup", Func, 0},
16343 {"WSTOPPED", Const, 0},
16344 {"WTRAPPED", Const, 1},
16345 {"WUNTRACED", Const, 0},
16346 {"Wait4", Func, 0},
16347 {"WaitForSingleObject", Func, 0},
16348 {"WaitStatus", Type, 0},
16349 {"WaitStatus.ExitCode", Field, 0},
16350 {"Win32FileAttributeData", Type, 0},
16351 {"Win32FileAttributeData.CreationTime", Field, 0},
16352 {"Win32FileAttributeData.FileAttributes", Field, 0},
16353 {"Win32FileAttributeData.FileSizeHigh", Field, 0},
16354 {"Win32FileAttributeData.FileSizeLow", Field, 0},
16355 {"Win32FileAttributeData.LastAccessTime", Field, 0},
16356 {"Win32FileAttributeData.LastWriteTime", Field, 0},
16357 {"Win32finddata", Type, 0},
16358 {"Win32finddata.AlternateFileName", Field, 0},
16359 {"Win32finddata.CreationTime", Field, 0},
16360 {"Win32finddata.FileAttributes", Field, 0},
16361 {"Win32finddata.FileName", Field, 0},
16362 {"Win32finddata.FileSizeHigh", Field, 0},
16363 {"Win32finddata.FileSizeLow", Field, 0},
16364 {"Win32finddata.LastAccessTime", Field, 0},
16365 {"Win32finddata.LastWriteTime", Field, 0},
16366 {"Win32finddata.Reserved0", Field, 0},
16367 {"Win32finddata.Reserved1", Field, 0},
16368 {"Write", Func, 0},
16369 {"WriteConsole", Func, 1},
16370 {"WriteFile", Func, 0},
16371 {"X509_ASN_ENCODING", Const, 0},
16372 {"XCASE", Const, 0},
16373 {"XP1_CONNECTIONLESS", Const, 2},
16374 {"XP1_CONNECT_DATA", Const, 2},
16375 {"XP1_DISCONNECT_DATA", Const, 2},
16376 {"XP1_EXPEDITED_DATA", Const, 2},
16377 {"XP1_GRACEFUL_CLOSE", Const, 2},
16378 {"XP1_GUARANTEED_DELIVERY", Const, 2},
16379 {"XP1_GUARANTEED_ORDER", Const, 2},
16380 {"XP1_IFS_HANDLES", Const, 2},
16381 {"XP1_MESSAGE_ORIENTED", Const, 2},
16382 {"XP1_MULTIPOINT_CONTROL_PLANE", Const, 2},
16383 {"XP1_MULTIPOINT_DATA_PLANE", Const, 2},
16384 {"XP1_PARTIAL_MESSAGE", Const, 2},
16385 {"XP1_PSEUDO_STREAM", Const, 2},
16386 {"XP1_QOS_SUPPORTED", Const, 2},
16387 {"XP1_SAN_SUPPORT_SDP", Const, 2},
16388 {"XP1_SUPPORT_BROADCAST", Const, 2},
16389 {"XP1_SUPPORT_MULTIPOINT", Const, 2},
16390 {"XP1_UNI_RECV", Const, 2},
16391 {"XP1_UNI_SEND", Const, 2},
16392 },
16393 "syscall/js": {
16394 {"CopyBytesToGo", Func, 0},
16395 {"CopyBytesToJS", Func, 0},
16396 {"Error", Type, 0},
16397 {"Func", Type, 0},
16398 {"FuncOf", Func, 0},
16399 {"Global", Func, 0},
16400 {"Null", Func, 0},
16401 {"Type", Type, 0},
16402 {"TypeBoolean", Const, 0},
16403 {"TypeFunction", Const, 0},
16404 {"TypeNull", Const, 0},
16405 {"TypeNumber", Const, 0},
16406 {"TypeObject", Const, 0},
16407 {"TypeString", Const, 0},
16408 {"TypeSymbol", Const, 0},
16409 {"TypeUndefined", Const, 0},
16410 {"Undefined", Func, 0},
16411 {"Value", Type, 0},
16412 {"ValueError", Type, 0},
16413 {"ValueOf", Func, 0},
16414 },
16415 "testing": {
16416 {"(*B).Cleanup", Method, 14},
16417 {"(*B).Elapsed", Method, 20},
16418 {"(*B).Error", Method, 0},
16419 {"(*B).Errorf", Method, 0},
16420 {"(*B).Fail", Method, 0},
16421 {"(*B).FailNow", Method, 0},
16422 {"(*B).Failed", Method, 0},
16423 {"(*B).Fatal", Method, 0},
16424 {"(*B).Fatalf", Method, 0},
16425 {"(*B).Helper", Method, 9},
16426 {"(*B).Log", Method, 0},
16427 {"(*B).Logf", Method, 0},
16428 {"(*B).Name", Method, 8},
16429 {"(*B).ReportAllocs", Method, 1},
16430 {"(*B).ReportMetric", Method, 13},
16431 {"(*B).ResetTimer", Method, 0},
16432 {"(*B).Run", Method, 7},
16433 {"(*B).RunParallel", Method, 3},
16434 {"(*B).SetBytes", Method, 0},
16435 {"(*B).SetParallelism", Method, 3},
16436 {"(*B).Setenv", Method, 17},
16437 {"(*B).Skip", Method, 1},
16438 {"(*B).SkipNow", Method, 1},
16439 {"(*B).Skipf", Method, 1},
16440 {"(*B).Skipped", Method, 1},
16441 {"(*B).StartTimer", Method, 0},
16442 {"(*B).StopTimer", Method, 0},
16443 {"(*B).TempDir", Method, 15},
16444 {"(*F).Add", Method, 18},
16445 {"(*F).Cleanup", Method, 18},
16446 {"(*F).Error", Method, 18},
16447 {"(*F).Errorf", Method, 18},
16448 {"(*F).Fail", Method, 18},
16449 {"(*F).FailNow", Method, 18},
16450 {"(*F).Failed", Method, 18},
16451 {"(*F).Fatal", Method, 18},
16452 {"(*F).Fatalf", Method, 18},
16453 {"(*F).Fuzz", Method, 18},
16454 {"(*F).Helper", Method, 18},
16455 {"(*F).Log", Method, 18},
16456 {"(*F).Logf", Method, 18},
16457 {"(*F).Name", Method, 18},
16458 {"(*F).Setenv", Method, 18},
16459 {"(*F).Skip", Method, 18},
16460 {"(*F).SkipNow", Method, 18},
16461 {"(*F).Skipf", Method, 18},
16462 {"(*F).Skipped", Method, 18},
16463 {"(*F).TempDir", Method, 18},
16464 {"(*M).Run", Method, 4},
16465 {"(*PB).Next", Method, 3},
16466 {"(*T).Cleanup", Method, 14},
16467 {"(*T).Deadline", Method, 15},
16468 {"(*T).Error", Method, 0},
16469 {"(*T).Errorf", Method, 0},
16470 {"(*T).Fail", Method, 0},
16471 {"(*T).FailNow", Method, 0},
16472 {"(*T).Failed", Method, 0},
16473 {"(*T).Fatal", Method, 0},
16474 {"(*T).Fatalf", Method, 0},
16475 {"(*T).Helper", Method, 9},
16476 {"(*T).Log", Method, 0},
16477 {"(*T).Logf", Method, 0},
16478 {"(*T).Name", Method, 8},
16479 {"(*T).Parallel", Method, 0},
16480 {"(*T).Run", Method, 7},
16481 {"(*T).Setenv", Method, 17},
16482 {"(*T).Skip", Method, 1},
16483 {"(*T).SkipNow", Method, 1},
16484 {"(*T).Skipf", Method, 1},
16485 {"(*T).Skipped", Method, 1},
16486 {"(*T).TempDir", Method, 15},
16487 {"(BenchmarkResult).AllocedBytesPerOp", Method, 1},
16488 {"(BenchmarkResult).AllocsPerOp", Method, 1},
16489 {"(BenchmarkResult).MemString", Method, 1},
16490 {"(BenchmarkResult).NsPerOp", Method, 0},
16491 {"(BenchmarkResult).String", Method, 0},
16492 {"AllocsPerRun", Func, 1},
16493 {"B", Type, 0},
16494 {"B.N", Field, 0},
16495 {"Benchmark", Func, 0},
16496 {"BenchmarkResult", Type, 0},
16497 {"BenchmarkResult.Bytes", Field, 0},
16498 {"BenchmarkResult.Extra", Field, 13},
16499 {"BenchmarkResult.MemAllocs", Field, 1},
16500 {"BenchmarkResult.MemBytes", Field, 1},
16501 {"BenchmarkResult.N", Field, 0},
16502 {"BenchmarkResult.T", Field, 0},
16503 {"Cover", Type, 2},
16504 {"Cover.Blocks", Field, 2},
16505 {"Cover.Counters", Field, 2},
16506 {"Cover.CoveredPackages", Field, 2},
16507 {"Cover.Mode", Field, 2},
16508 {"CoverBlock", Type, 2},
16509 {"CoverBlock.Col0", Field, 2},
16510 {"CoverBlock.Col1", Field, 2},
16511 {"CoverBlock.Line0", Field, 2},
16512 {"CoverBlock.Line1", Field, 2},
16513 {"CoverBlock.Stmts", Field, 2},
16514 {"CoverMode", Func, 8},
16515 {"Coverage", Func, 4},
16516 {"F", Type, 18},
16517 {"Init", Func, 13},
16518 {"InternalBenchmark", Type, 0},
16519 {"InternalBenchmark.F", Field, 0},
16520 {"InternalBenchmark.Name", Field, 0},
16521 {"InternalExample", Type, 0},
16522 {"InternalExample.F", Field, 0},
16523 {"InternalExample.Name", Field, 0},
16524 {"InternalExample.Output", Field, 0},
16525 {"InternalExample.Unordered", Field, 7},
16526 {"InternalFuzzTarget", Type, 18},
16527 {"InternalFuzzTarget.Fn", Field, 18},
16528 {"InternalFuzzTarget.Name", Field, 18},
16529 {"InternalTest", Type, 0},
16530 {"InternalTest.F", Field, 0},
16531 {"InternalTest.Name", Field, 0},
16532 {"M", Type, 4},
16533 {"Main", Func, 0},
16534 {"MainStart", Func, 4},
16535 {"PB", Type, 3},
16536 {"RegisterCover", Func, 2},
16537 {"RunBenchmarks", Func, 0},
16538 {"RunExamples", Func, 0},
16539 {"RunTests", Func, 0},
16540 {"Short", Func, 0},
16541 {"T", Type, 0},
16542 {"TB", Type, 2},
16543 {"Testing", Func, 21},
16544 {"Verbose", Func, 1},
16545 },
16546 "testing/fstest": {
16547 {"(MapFS).Glob", Method, 16},
16548 {"(MapFS).Open", Method, 16},
16549 {"(MapFS).ReadDir", Method, 16},
16550 {"(MapFS).ReadFile", Method, 16},
16551 {"(MapFS).Stat", Method, 16},
16552 {"(MapFS).Sub", Method, 16},
16553 {"MapFS", Type, 16},
16554 {"MapFile", Type, 16},
16555 {"MapFile.Data", Field, 16},
16556 {"MapFile.ModTime", Field, 16},
16557 {"MapFile.Mode", Field, 16},
16558 {"MapFile.Sys", Field, 16},
16559 {"TestFS", Func, 16},
16560 },
16561 "testing/iotest": {
16562 {"DataErrReader", Func, 0},
16563 {"ErrReader", Func, 16},
16564 {"ErrTimeout", Var, 0},
16565 {"HalfReader", Func, 0},
16566 {"NewReadLogger", Func, 0},
16567 {"NewWriteLogger", Func, 0},
16568 {"OneByteReader", Func, 0},
16569 {"TestReader", Func, 16},
16570 {"TimeoutReader", Func, 0},
16571 {"TruncateWriter", Func, 0},
16572 },
16573 "testing/quick": {
16574 {"(*CheckEqualError).Error", Method, 0},
16575 {"(*CheckError).Error", Method, 0},
16576 {"(SetupError).Error", Method, 0},
16577 {"Check", Func, 0},
16578 {"CheckEqual", Func, 0},
16579 {"CheckEqualError", Type, 0},
16580 {"CheckEqualError.CheckError", Field, 0},
16581 {"CheckEqualError.Out1", Field, 0},
16582 {"CheckEqualError.Out2", Field, 0},
16583 {"CheckError", Type, 0},
16584 {"CheckError.Count", Field, 0},
16585 {"CheckError.In", Field, 0},
16586 {"Config", Type, 0},
16587 {"Config.MaxCount", Field, 0},
16588 {"Config.MaxCountScale", Field, 0},
16589 {"Config.Rand", Field, 0},
16590 {"Config.Values", Field, 0},
16591 {"Generator", Type, 0},
16592 {"SetupError", Type, 0},
16593 {"Value", Func, 0},
16594 },
16595 "testing/slogtest": {
16596 {"Run", Func, 22},
16597 {"TestHandler", Func, 21},
16598 },
16599 "text/scanner": {
16600 {"(*Position).IsValid", Method, 0},
16601 {"(*Scanner).Init", Method, 0},
16602 {"(*Scanner).IsValid", Method, 0},
16603 {"(*Scanner).Next", Method, 0},
16604 {"(*Scanner).Peek", Method, 0},
16605 {"(*Scanner).Pos", Method, 0},
16606 {"(*Scanner).Scan", Method, 0},
16607 {"(*Scanner).TokenText", Method, 0},
16608 {"(Position).String", Method, 0},
16609 {"(Scanner).String", Method, 0},
16610 {"Char", Const, 0},
16611 {"Comment", Const, 0},
16612 {"EOF", Const, 0},
16613 {"Float", Const, 0},
16614 {"GoTokens", Const, 0},
16615 {"GoWhitespace", Const, 0},
16616 {"Ident", Const, 0},
16617 {"Int", Const, 0},
16618 {"Position", Type, 0},
16619 {"Position.Column", Field, 0},
16620 {"Position.Filename", Field, 0},
16621 {"Position.Line", Field, 0},
16622 {"Position.Offset", Field, 0},
16623 {"RawString", Const, 0},
16624 {"ScanChars", Const, 0},
16625 {"ScanComments", Const, 0},
16626 {"ScanFloats", Const, 0},
16627 {"ScanIdents", Const, 0},
16628 {"ScanInts", Const, 0},
16629 {"ScanRawStrings", Const, 0},
16630 {"ScanStrings", Const, 0},
16631 {"Scanner", Type, 0},
16632 {"Scanner.Error", Field, 0},
16633 {"Scanner.ErrorCount", Field, 0},
16634 {"Scanner.IsIdentRune", Field, 4},
16635 {"Scanner.Mode", Field, 0},
16636 {"Scanner.Position", Field, 0},
16637 {"Scanner.Whitespace", Field, 0},
16638 {"SkipComments", Const, 0},
16639 {"String", Const, 0},
16640 {"TokenString", Func, 0},
16641 },
16642 "text/tabwriter": {
16643 {"(*Writer).Flush", Method, 0},
16644 {"(*Writer).Init", Method, 0},
16645 {"(*Writer).Write", Method, 0},
16646 {"AlignRight", Const, 0},
16647 {"Debug", Const, 0},
16648 {"DiscardEmptyColumns", Const, 0},
16649 {"Escape", Const, 0},
16650 {"FilterHTML", Const, 0},
16651 {"NewWriter", Func, 0},
16652 {"StripEscape", Const, 0},
16653 {"TabIndent", Const, 0},
16654 {"Writer", Type, 0},
16655 },
16656 "text/template": {
16657 {"(*Template).AddParseTree", Method, 0},
16658 {"(*Template).Clone", Method, 0},
16659 {"(*Template).DefinedTemplates", Method, 5},
16660 {"(*Template).Delims", Method, 0},
16661 {"(*Template).Execute", Method, 0},
16662 {"(*Template).ExecuteTemplate", Method, 0},
16663 {"(*Template).Funcs", Method, 0},
16664 {"(*Template).Lookup", Method, 0},
16665 {"(*Template).Name", Method, 0},
16666 {"(*Template).New", Method, 0},
16667 {"(*Template).Option", Method, 5},
16668 {"(*Template).Parse", Method, 0},
16669 {"(*Template).ParseFS", Method, 16},
16670 {"(*Template).ParseFiles", Method, 0},
16671 {"(*Template).ParseGlob", Method, 0},
16672 {"(*Template).Templates", Method, 0},
16673 {"(ExecError).Error", Method, 6},
16674 {"(ExecError).Unwrap", Method, 13},
16675 {"(Template).Copy", Method, 2},
16676 {"(Template).ErrorContext", Method, 1},
16677 {"ExecError", Type, 6},
16678 {"ExecError.Err", Field, 6},
16679 {"ExecError.Name", Field, 6},
16680 {"FuncMap", Type, 0},
16681 {"HTMLEscape", Func, 0},
16682 {"HTMLEscapeString", Func, 0},
16683 {"HTMLEscaper", Func, 0},
16684 {"IsTrue", Func, 6},
16685 {"JSEscape", Func, 0},
16686 {"JSEscapeString", Func, 0},
16687 {"JSEscaper", Func, 0},
16688 {"Must", Func, 0},
16689 {"New", Func, 0},
16690 {"ParseFS", Func, 16},
16691 {"ParseFiles", Func, 0},
16692 {"ParseGlob", Func, 0},
16693 {"Template", Type, 0},
16694 {"Template.Tree", Field, 0},
16695 {"URLQueryEscaper", Func, 0},
16696 },
16697 "text/template/parse": {
16698 {"(*ActionNode).Copy", Method, 0},
16699 {"(*ActionNode).String", Method, 0},
16700 {"(*BoolNode).Copy", Method, 0},
16701 {"(*BoolNode).String", Method, 0},
16702 {"(*BranchNode).Copy", Method, 4},
16703 {"(*BranchNode).String", Method, 0},
16704 {"(*BreakNode).Copy", Method, 18},
16705 {"(*BreakNode).String", Method, 18},
16706 {"(*ChainNode).Add", Method, 1},
16707 {"(*ChainNode).Copy", Method, 1},
16708 {"(*ChainNode).String", Method, 1},
16709 {"(*CommandNode).Copy", Method, 0},
16710 {"(*CommandNode).String", Method, 0},
16711 {"(*CommentNode).Copy", Method, 16},
16712 {"(*CommentNode).String", Method, 16},
16713 {"(*ContinueNode).Copy", Method, 18},
16714 {"(*ContinueNode).String", Method, 18},
16715 {"(*DotNode).Copy", Method, 0},
16716 {"(*DotNode).String", Method, 0},
16717 {"(*DotNode).Type", Method, 0},
16718 {"(*FieldNode).Copy", Method, 0},
16719 {"(*FieldNode).String", Method, 0},
16720 {"(*IdentifierNode).Copy", Method, 0},
16721 {"(*IdentifierNode).SetPos", Method, 1},
16722 {"(*IdentifierNode).SetTree", Method, 4},
16723 {"(*IdentifierNode).String", Method, 0},
16724 {"(*IfNode).Copy", Method, 0},
16725 {"(*IfNode).String", Method, 0},
16726 {"(*ListNode).Copy", Method, 0},
16727 {"(*ListNode).CopyList", Method, 0},
16728 {"(*ListNode).String", Method, 0},
16729 {"(*NilNode).Copy", Method, 1},
16730 {"(*NilNode).String", Method, 1},
16731 {"(*NilNode).Type", Method, 1},
16732 {"(*NumberNode).Copy", Method, 0},
16733 {"(*NumberNode).String", Method, 0},
16734 {"(*PipeNode).Copy", Method, 0},
16735 {"(*PipeNode).CopyPipe", Method, 0},
16736 {"(*PipeNode).String", Method, 0},
16737 {"(*RangeNode).Copy", Method, 0},
16738 {"(*RangeNode).String", Method, 0},
16739 {"(*StringNode).Copy", Method, 0},
16740 {"(*StringNode).String", Method, 0},
16741 {"(*TemplateNode).Copy", Method, 0},
16742 {"(*TemplateNode).String", Method, 0},
16743 {"(*TextNode).Copy", Method, 0},
16744 {"(*TextNode).String", Method, 0},
16745 {"(*Tree).Copy", Method, 2},
16746 {"(*Tree).ErrorContext", Method, 1},
16747 {"(*Tree).Parse", Method, 0},
16748 {"(*VariableNode).Copy", Method, 0},
16749 {"(*VariableNode).String", Method, 0},
16750 {"(*WithNode).Copy", Method, 0},
16751 {"(*WithNode).String", Method, 0},
16752 {"(ActionNode).Position", Method, 1},
16753 {"(ActionNode).Type", Method, 0},
16754 {"(BoolNode).Position", Method, 1},
16755 {"(BoolNode).Type", Method, 0},
16756 {"(BranchNode).Position", Method, 1},
16757 {"(BranchNode).Type", Method, 0},
16758 {"(BreakNode).Position", Method, 18},
16759 {"(BreakNode).Type", Method, 18},
16760 {"(ChainNode).Position", Method, 1},
16761 {"(ChainNode).Type", Method, 1},
16762 {"(CommandNode).Position", Method, 1},
16763 {"(CommandNode).Type", Method, 0},
16764 {"(CommentNode).Position", Method, 16},
16765 {"(CommentNode).Type", Method, 16},
16766 {"(ContinueNode).Position", Method, 18},
16767 {"(ContinueNode).Type", Method, 18},
16768 {"(DotNode).Position", Method, 1},
16769 {"(FieldNode).Position", Method, 1},
16770 {"(FieldNode).Type", Method, 0},
16771 {"(IdentifierNode).Position", Method, 1},
16772 {"(IdentifierNode).Type", Method, 0},
16773 {"(IfNode).Position", Method, 1},
16774 {"(IfNode).Type", Method, 0},
16775 {"(ListNode).Position", Method, 1},
16776 {"(ListNode).Type", Method, 0},
16777 {"(NilNode).Position", Method, 1},
16778 {"(NodeType).Type", Method, 0},
16779 {"(NumberNode).Position", Method, 1},
16780 {"(NumberNode).Type", Method, 0},
16781 {"(PipeNode).Position", Method, 1},
16782 {"(PipeNode).Type", Method, 0},
16783 {"(Pos).Position", Method, 1},
16784 {"(RangeNode).Position", Method, 1},
16785 {"(RangeNode).Type", Method, 0},
16786 {"(StringNode).Position", Method, 1},
16787 {"(StringNode).Type", Method, 0},
16788 {"(TemplateNode).Position", Method, 1},
16789 {"(TemplateNode).Type", Method, 0},
16790 {"(TextNode).Position", Method, 1},
16791 {"(TextNode).Type", Method, 0},
16792 {"(VariableNode).Position", Method, 1},
16793 {"(VariableNode).Type", Method, 0},
16794 {"(WithNode).Position", Method, 1},
16795 {"(WithNode).Type", Method, 0},
16796 {"ActionNode", Type, 0},
16797 {"ActionNode.Line", Field, 0},
16798 {"ActionNode.NodeType", Field, 0},
16799 {"ActionNode.Pipe", Field, 0},
16800 {"ActionNode.Pos", Field, 1},
16801 {"BoolNode", Type, 0},
16802 {"BoolNode.NodeType", Field, 0},
16803 {"BoolNode.Pos", Field, 1},
16804 {"BoolNode.True", Field, 0},
16805 {"BranchNode", Type, 0},
16806 {"BranchNode.ElseList", Field, 0},
16807 {"BranchNode.Line", Field, 0},
16808 {"BranchNode.List", Field, 0},
16809 {"BranchNode.NodeType", Field, 0},
16810 {"BranchNode.Pipe", Field, 0},
16811 {"BranchNode.Pos", Field, 1},
16812 {"BreakNode", Type, 18},
16813 {"BreakNode.Line", Field, 18},
16814 {"BreakNode.NodeType", Field, 18},
16815 {"BreakNode.Pos", Field, 18},
16816 {"ChainNode", Type, 1},
16817 {"ChainNode.Field", Field, 1},
16818 {"ChainNode.Node", Field, 1},
16819 {"ChainNode.NodeType", Field, 1},
16820 {"ChainNode.Pos", Field, 1},
16821 {"CommandNode", Type, 0},
16822 {"CommandNode.Args", Field, 0},
16823 {"CommandNode.NodeType", Field, 0},
16824 {"CommandNode.Pos", Field, 1},
16825 {"CommentNode", Type, 16},
16826 {"CommentNode.NodeType", Field, 16},
16827 {"CommentNode.Pos", Field, 16},
16828 {"CommentNode.Text", Field, 16},
16829 {"ContinueNode", Type, 18},
16830 {"ContinueNode.Line", Field, 18},
16831 {"ContinueNode.NodeType", Field, 18},
16832 {"ContinueNode.Pos", Field, 18},
16833 {"DotNode", Type, 0},
16834 {"DotNode.NodeType", Field, 4},
16835 {"DotNode.Pos", Field, 1},
16836 {"FieldNode", Type, 0},
16837 {"FieldNode.Ident", Field, 0},
16838 {"FieldNode.NodeType", Field, 0},
16839 {"FieldNode.Pos", Field, 1},
16840 {"IdentifierNode", Type, 0},
16841 {"IdentifierNode.Ident", Field, 0},
16842 {"IdentifierNode.NodeType", Field, 0},
16843 {"IdentifierNode.Pos", Field, 1},
16844 {"IfNode", Type, 0},
16845 {"IfNode.BranchNode", Field, 0},
16846 {"IsEmptyTree", Func, 0},
16847 {"ListNode", Type, 0},
16848 {"ListNode.NodeType", Field, 0},
16849 {"ListNode.Nodes", Field, 0},
16850 {"ListNode.Pos", Field, 1},
16851 {"Mode", Type, 16},
16852 {"New", Func, 0},
16853 {"NewIdentifier", Func, 0},
16854 {"NilNode", Type, 1},
16855 {"NilNode.NodeType", Field, 4},
16856 {"NilNode.Pos", Field, 1},
16857 {"Node", Type, 0},
16858 {"NodeAction", Const, 0},
16859 {"NodeBool", Const, 0},
16860 {"NodeBreak", Const, 18},
16861 {"NodeChain", Const, 1},
16862 {"NodeCommand", Const, 0},
16863 {"NodeComment", Const, 16},
16864 {"NodeContinue", Const, 18},
16865 {"NodeDot", Const, 0},
16866 {"NodeField", Const, 0},
16867 {"NodeIdentifier", Const, 0},
16868 {"NodeIf", Const, 0},
16869 {"NodeList", Const, 0},
16870 {"NodeNil", Const, 1},
16871 {"NodeNumber", Const, 0},
16872 {"NodePipe", Const, 0},
16873 {"NodeRange", Const, 0},
16874 {"NodeString", Const, 0},
16875 {"NodeTemplate", Const, 0},
16876 {"NodeText", Const, 0},
16877 {"NodeType", Type, 0},
16878 {"NodeVariable", Const, 0},
16879 {"NodeWith", Const, 0},
16880 {"NumberNode", Type, 0},
16881 {"NumberNode.Complex128", Field, 0},
16882 {"NumberNode.Float64", Field, 0},
16883 {"NumberNode.Int64", Field, 0},
16884 {"NumberNode.IsComplex", Field, 0},
16885 {"NumberNode.IsFloat", Field, 0},
16886 {"NumberNode.IsInt", Field, 0},
16887 {"NumberNode.IsUint", Field, 0},
16888 {"NumberNode.NodeType", Field, 0},
16889 {"NumberNode.Pos", Field, 1},
16890 {"NumberNode.Text", Field, 0},
16891 {"NumberNode.Uint64", Field, 0},
16892 {"Parse", Func, 0},
16893 {"ParseComments", Const, 16},
16894 {"PipeNode", Type, 0},
16895 {"PipeNode.Cmds", Field, 0},
16896 {"PipeNode.Decl", Field, 0},
16897 {"PipeNode.IsAssign", Field, 11},
16898 {"PipeNode.Line", Field, 0},
16899 {"PipeNode.NodeType", Field, 0},
16900 {"PipeNode.Pos", Field, 1},
16901 {"Pos", Type, 1},
16902 {"RangeNode", Type, 0},
16903 {"RangeNode.BranchNode", Field, 0},
16904 {"SkipFuncCheck", Const, 17},
16905 {"StringNode", Type, 0},
16906 {"StringNode.NodeType", Field, 0},
16907 {"StringNode.Pos", Field, 1},
16908 {"StringNode.Quoted", Field, 0},
16909 {"StringNode.Text", Field, 0},
16910 {"TemplateNode", Type, 0},
16911 {"TemplateNode.Line", Field, 0},
16912 {"TemplateNode.Name", Field, 0},
16913 {"TemplateNode.NodeType", Field, 0},
16914 {"TemplateNode.Pipe", Field, 0},
16915 {"TemplateNode.Pos", Field, 1},
16916 {"TextNode", Type, 0},
16917 {"TextNode.NodeType", Field, 0},
16918 {"TextNode.Pos", Field, 1},
16919 {"TextNode.Text", Field, 0},
16920 {"Tree", Type, 0},
16921 {"Tree.Mode", Field, 16},
16922 {"Tree.Name", Field, 0},
16923 {"Tree.ParseName", Field, 1},
16924 {"Tree.Root", Field, 0},
16925 {"VariableNode", Type, 0},
16926 {"VariableNode.Ident", Field, 0},
16927 {"VariableNode.NodeType", Field, 0},
16928 {"VariableNode.Pos", Field, 1},
16929 {"WithNode", Type, 0},
16930 {"WithNode.BranchNode", Field, 0},
16931 },
16932 "time": {
16933 {"(*Location).String", Method, 0},
16934 {"(*ParseError).Error", Method, 0},
16935 {"(*Ticker).Reset", Method, 15},
16936 {"(*Ticker).Stop", Method, 0},
16937 {"(*Time).GobDecode", Method, 0},
16938 {"(*Time).UnmarshalBinary", Method, 2},
16939 {"(*Time).UnmarshalJSON", Method, 0},
16940 {"(*Time).UnmarshalText", Method, 2},
16941 {"(*Timer).Reset", Method, 1},
16942 {"(*Timer).Stop", Method, 0},
16943 {"(Duration).Abs", Method, 19},
16944 {"(Duration).Hours", Method, 0},
16945 {"(Duration).Microseconds", Method, 13},
16946 {"(Duration).Milliseconds", Method, 13},
16947 {"(Duration).Minutes", Method, 0},
16948 {"(Duration).Nanoseconds", Method, 0},
16949 {"(Duration).Round", Method, 9},
16950 {"(Duration).Seconds", Method, 0},
16951 {"(Duration).String", Method, 0},
16952 {"(Duration).Truncate", Method, 9},
16953 {"(Month).String", Method, 0},
16954 {"(Time).Add", Method, 0},
16955 {"(Time).AddDate", Method, 0},
16956 {"(Time).After", Method, 0},
16957 {"(Time).AppendFormat", Method, 5},
16958 {"(Time).Before", Method, 0},
16959 {"(Time).Clock", Method, 0},
16960 {"(Time).Compare", Method, 20},
16961 {"(Time).Date", Method, 0},
16962 {"(Time).Day", Method, 0},
16963 {"(Time).Equal", Method, 0},
16964 {"(Time).Format", Method, 0},
16965 {"(Time).GoString", Method, 17},
16966 {"(Time).GobEncode", Method, 0},
16967 {"(Time).Hour", Method, 0},
16968 {"(Time).ISOWeek", Method, 0},
16969 {"(Time).In", Method, 0},
16970 {"(Time).IsDST", Method, 17},
16971 {"(Time).IsZero", Method, 0},
16972 {"(Time).Local", Method, 0},
16973 {"(Time).Location", Method, 0},
16974 {"(Time).MarshalBinary", Method, 2},
16975 {"(Time).MarshalJSON", Method, 0},
16976 {"(Time).MarshalText", Method, 2},
16977 {"(Time).Minute", Method, 0},
16978 {"(Time).Month", Method, 0},
16979 {"(Time).Nanosecond", Method, 0},
16980 {"(Time).Round", Method, 1},
16981 {"(Time).Second", Method, 0},
16982 {"(Time).String", Method, 0},
16983 {"(Time).Sub", Method, 0},
16984 {"(Time).Truncate", Method, 1},
16985 {"(Time).UTC", Method, 0},
16986 {"(Time).Unix", Method, 0},
16987 {"(Time).UnixMicro", Method, 17},
16988 {"(Time).UnixMilli", Method, 17},
16989 {"(Time).UnixNano", Method, 0},
16990 {"(Time).Weekday", Method, 0},
16991 {"(Time).Year", Method, 0},
16992 {"(Time).YearDay", Method, 1},
16993 {"(Time).Zone", Method, 0},
16994 {"(Time).ZoneBounds", Method, 19},
16995 {"(Weekday).String", Method, 0},
16996 {"ANSIC", Const, 0},
16997 {"After", Func, 0},
16998 {"AfterFunc", Func, 0},
16999 {"April", Const, 0},
17000 {"August", Const, 0},
17001 {"Date", Func, 0},
17002 {"DateOnly", Const, 20},
17003 {"DateTime", Const, 20},
17004 {"December", Const, 0},
17005 {"Duration", Type, 0},
17006 {"February", Const, 0},
17007 {"FixedZone", Func, 0},
17008 {"Friday", Const, 0},
17009 {"Hour", Const, 0},
17010 {"January", Const, 0},
17011 {"July", Const, 0},
17012 {"June", Const, 0},
17013 {"Kitchen", Const, 0},
17014 {"Layout", Const, 17},
17015 {"LoadLocation", Func, 0},
17016 {"LoadLocationFromTZData", Func, 10},
17017 {"Local", Var, 0},
17018 {"Location", Type, 0},
17019 {"March", Const, 0},
17020 {"May", Const, 0},
17021 {"Microsecond", Const, 0},
17022 {"Millisecond", Const, 0},
17023 {"Minute", Const, 0},
17024 {"Monday", Const, 0},
17025 {"Month", Type, 0},
17026 {"Nanosecond", Const, 0},
17027 {"NewTicker", Func, 0},
17028 {"NewTimer", Func, 0},
17029 {"November", Const, 0},
17030 {"Now", Func, 0},
17031 {"October", Const, 0},
17032 {"Parse", Func, 0},
17033 {"ParseDuration", Func, 0},
17034 {"ParseError", Type, 0},
17035 {"ParseError.Layout", Field, 0},
17036 {"ParseError.LayoutElem", Field, 0},
17037 {"ParseError.Message", Field, 0},
17038 {"ParseError.Value", Field, 0},
17039 {"ParseError.ValueElem", Field, 0},
17040 {"ParseInLocation", Func, 1},
17041 {"RFC1123", Const, 0},
17042 {"RFC1123Z", Const, 0},
17043 {"RFC3339", Const, 0},
17044 {"RFC3339Nano", Const, 0},
17045 {"RFC822", Const, 0},
17046 {"RFC822Z", Const, 0},
17047 {"RFC850", Const, 0},
17048 {"RubyDate", Const, 0},
17049 {"Saturday", Const, 0},
17050 {"Second", Const, 0},
17051 {"September", Const, 0},
17052 {"Since", Func, 0},
17053 {"Sleep", Func, 0},
17054 {"Stamp", Const, 0},
17055 {"StampMicro", Const, 0},
17056 {"StampMilli", Const, 0},
17057 {"StampNano", Const, 0},
17058 {"Sunday", Const, 0},
17059 {"Thursday", Const, 0},
17060 {"Tick", Func, 0},
17061 {"Ticker", Type, 0},
17062 {"Ticker.C", Field, 0},
17063 {"Time", Type, 0},
17064 {"TimeOnly", Const, 20},
17065 {"Timer", Type, 0},
17066 {"Timer.C", Field, 0},
17067 {"Tuesday", Const, 0},
17068 {"UTC", Var, 0},
17069 {"Unix", Func, 0},
17070 {"UnixDate", Const, 0},
17071 {"UnixMicro", Func, 17},
17072 {"UnixMilli", Func, 17},
17073 {"Until", Func, 8},
17074 {"Wednesday", Const, 0},
17075 {"Weekday", Type, 0},
17076 },
17077 "unicode": {
17078 {"(SpecialCase).ToLower", Method, 0},
17079 {"(SpecialCase).ToTitle", Method, 0},
17080 {"(SpecialCase).ToUpper", Method, 0},
17081 {"ASCII_Hex_Digit", Var, 0},
17082 {"Adlam", Var, 7},
17083 {"Ahom", Var, 5},
17084 {"Anatolian_Hieroglyphs", Var, 5},
17085 {"Arabic", Var, 0},
17086 {"Armenian", Var, 0},
17087 {"Avestan", Var, 0},
17088 {"AzeriCase", Var, 0},
17089 {"Balinese", Var, 0},
17090 {"Bamum", Var, 0},
17091 {"Bassa_Vah", Var, 4},
17092 {"Batak", Var, 0},
17093 {"Bengali", Var, 0},
17094 {"Bhaiksuki", Var, 7},
17095 {"Bidi_Control", Var, 0},
17096 {"Bopomofo", Var, 0},
17097 {"Brahmi", Var, 0},
17098 {"Braille", Var, 0},
17099 {"Buginese", Var, 0},
17100 {"Buhid", Var, 0},
17101 {"C", Var, 0},
17102 {"Canadian_Aboriginal", Var, 0},
17103 {"Carian", Var, 0},
17104 {"CaseRange", Type, 0},
17105 {"CaseRange.Delta", Field, 0},
17106 {"CaseRange.Hi", Field, 0},
17107 {"CaseRange.Lo", Field, 0},
17108 {"CaseRanges", Var, 0},
17109 {"Categories", Var, 0},
17110 {"Caucasian_Albanian", Var, 4},
17111 {"Cc", Var, 0},
17112 {"Cf", Var, 0},
17113 {"Chakma", Var, 1},
17114 {"Cham", Var, 0},
17115 {"Cherokee", Var, 0},
17116 {"Chorasmian", Var, 16},
17117 {"Co", Var, 0},
17118 {"Common", Var, 0},
17119 {"Coptic", Var, 0},
17120 {"Cs", Var, 0},
17121 {"Cuneiform", Var, 0},
17122 {"Cypriot", Var, 0},
17123 {"Cypro_Minoan", Var, 21},
17124 {"Cyrillic", Var, 0},
17125 {"Dash", Var, 0},
17126 {"Deprecated", Var, 0},
17127 {"Deseret", Var, 0},
17128 {"Devanagari", Var, 0},
17129 {"Diacritic", Var, 0},
17130 {"Digit", Var, 0},
17131 {"Dives_Akuru", Var, 16},
17132 {"Dogra", Var, 13},
17133 {"Duployan", Var, 4},
17134 {"Egyptian_Hieroglyphs", Var, 0},
17135 {"Elbasan", Var, 4},
17136 {"Elymaic", Var, 14},
17137 {"Ethiopic", Var, 0},
17138 {"Extender", Var, 0},
17139 {"FoldCategory", Var, 0},
17140 {"FoldScript", Var, 0},
17141 {"Georgian", Var, 0},
17142 {"Glagolitic", Var, 0},
17143 {"Gothic", Var, 0},
17144 {"Grantha", Var, 4},
17145 {"GraphicRanges", Var, 0},
17146 {"Greek", Var, 0},
17147 {"Gujarati", Var, 0},
17148 {"Gunjala_Gondi", Var, 13},
17149 {"Gurmukhi", Var, 0},
17150 {"Han", Var, 0},
17151 {"Hangul", Var, 0},
17152 {"Hanifi_Rohingya", Var, 13},
17153 {"Hanunoo", Var, 0},
17154 {"Hatran", Var, 5},
17155 {"Hebrew", Var, 0},
17156 {"Hex_Digit", Var, 0},
17157 {"Hiragana", Var, 0},
17158 {"Hyphen", Var, 0},
17159 {"IDS_Binary_Operator", Var, 0},
17160 {"IDS_Trinary_Operator", Var, 0},
17161 {"Ideographic", Var, 0},
17162 {"Imperial_Aramaic", Var, 0},
17163 {"In", Func, 2},
17164 {"Inherited", Var, 0},
17165 {"Inscriptional_Pahlavi", Var, 0},
17166 {"Inscriptional_Parthian", Var, 0},
17167 {"Is", Func, 0},
17168 {"IsControl", Func, 0},
17169 {"IsDigit", Func, 0},
17170 {"IsGraphic", Func, 0},
17171 {"IsLetter", Func, 0},
17172 {"IsLower", Func, 0},
17173 {"IsMark", Func, 0},
17174 {"IsNumber", Func, 0},
17175 {"IsOneOf", Func, 0},
17176 {"IsPrint", Func, 0},
17177 {"IsPunct", Func, 0},
17178 {"IsSpace", Func, 0},
17179 {"IsSymbol", Func, 0},
17180 {"IsTitle", Func, 0},
17181 {"IsUpper", Func, 0},
17182 {"Javanese", Var, 0},
17183 {"Join_Control", Var, 0},
17184 {"Kaithi", Var, 0},
17185 {"Kannada", Var, 0},
17186 {"Katakana", Var, 0},
17187 {"Kawi", Var, 21},
17188 {"Kayah_Li", Var, 0},
17189 {"Kharoshthi", Var, 0},
17190 {"Khitan_Small_Script", Var, 16},
17191 {"Khmer", Var, 0},
17192 {"Khojki", Var, 4},
17193 {"Khudawadi", Var, 4},
17194 {"L", Var, 0},
17195 {"Lao", Var, 0},
17196 {"Latin", Var, 0},
17197 {"Lepcha", Var, 0},
17198 {"Letter", Var, 0},
17199 {"Limbu", Var, 0},
17200 {"Linear_A", Var, 4},
17201 {"Linear_B", Var, 0},
17202 {"Lisu", Var, 0},
17203 {"Ll", Var, 0},
17204 {"Lm", Var, 0},
17205 {"Lo", Var, 0},
17206 {"Logical_Order_Exception", Var, 0},
17207 {"Lower", Var, 0},
17208 {"LowerCase", Const, 0},
17209 {"Lt", Var, 0},
17210 {"Lu", Var, 0},
17211 {"Lycian", Var, 0},
17212 {"Lydian", Var, 0},
17213 {"M", Var, 0},
17214 {"Mahajani", Var, 4},
17215 {"Makasar", Var, 13},
17216 {"Malayalam", Var, 0},
17217 {"Mandaic", Var, 0},
17218 {"Manichaean", Var, 4},
17219 {"Marchen", Var, 7},
17220 {"Mark", Var, 0},
17221 {"Masaram_Gondi", Var, 10},
17222 {"MaxASCII", Const, 0},
17223 {"MaxCase", Const, 0},
17224 {"MaxLatin1", Const, 0},
17225 {"MaxRune", Const, 0},
17226 {"Mc", Var, 0},
17227 {"Me", Var, 0},
17228 {"Medefaidrin", Var, 13},
17229 {"Meetei_Mayek", Var, 0},
17230 {"Mende_Kikakui", Var, 4},
17231 {"Meroitic_Cursive", Var, 1},
17232 {"Meroitic_Hieroglyphs", Var, 1},
17233 {"Miao", Var, 1},
17234 {"Mn", Var, 0},
17235 {"Modi", Var, 4},
17236 {"Mongolian", Var, 0},
17237 {"Mro", Var, 4},
17238 {"Multani", Var, 5},
17239 {"Myanmar", Var, 0},
17240 {"N", Var, 0},
17241 {"Nabataean", Var, 4},
17242 {"Nag_Mundari", Var, 21},
17243 {"Nandinagari", Var, 14},
17244 {"Nd", Var, 0},
17245 {"New_Tai_Lue", Var, 0},
17246 {"Newa", Var, 7},
17247 {"Nko", Var, 0},
17248 {"Nl", Var, 0},
17249 {"No", Var, 0},
17250 {"Noncharacter_Code_Point", Var, 0},
17251 {"Number", Var, 0},
17252 {"Nushu", Var, 10},
17253 {"Nyiakeng_Puachue_Hmong", Var, 14},
17254 {"Ogham", Var, 0},
17255 {"Ol_Chiki", Var, 0},
17256 {"Old_Hungarian", Var, 5},
17257 {"Old_Italic", Var, 0},
17258 {"Old_North_Arabian", Var, 4},
17259 {"Old_Permic", Var, 4},
17260 {"Old_Persian", Var, 0},
17261 {"Old_Sogdian", Var, 13},
17262 {"Old_South_Arabian", Var, 0},
17263 {"Old_Turkic", Var, 0},
17264 {"Old_Uyghur", Var, 21},
17265 {"Oriya", Var, 0},
17266 {"Osage", Var, 7},
17267 {"Osmanya", Var, 0},
17268 {"Other", Var, 0},
17269 {"Other_Alphabetic", Var, 0},
17270 {"Other_Default_Ignorable_Code_Point", Var, 0},
17271 {"Other_Grapheme_Extend", Var, 0},
17272 {"Other_ID_Continue", Var, 0},
17273 {"Other_ID_Start", Var, 0},
17274 {"Other_Lowercase", Var, 0},
17275 {"Other_Math", Var, 0},
17276 {"Other_Uppercase", Var, 0},
17277 {"P", Var, 0},
17278 {"Pahawh_Hmong", Var, 4},
17279 {"Palmyrene", Var, 4},
17280 {"Pattern_Syntax", Var, 0},
17281 {"Pattern_White_Space", Var, 0},
17282 {"Pau_Cin_Hau", Var, 4},
17283 {"Pc", Var, 0},
17284 {"Pd", Var, 0},
17285 {"Pe", Var, 0},
17286 {"Pf", Var, 0},
17287 {"Phags_Pa", Var, 0},
17288 {"Phoenician", Var, 0},
17289 {"Pi", Var, 0},
17290 {"Po", Var, 0},
17291 {"Prepended_Concatenation_Mark", Var, 7},
17292 {"PrintRanges", Var, 0},
17293 {"Properties", Var, 0},
17294 {"Ps", Var, 0},
17295 {"Psalter_Pahlavi", Var, 4},
17296 {"Punct", Var, 0},
17297 {"Quotation_Mark", Var, 0},
17298 {"Radical", Var, 0},
17299 {"Range16", Type, 0},
17300 {"Range16.Hi", Field, 0},
17301 {"Range16.Lo", Field, 0},
17302 {"Range16.Stride", Field, 0},
17303 {"Range32", Type, 0},
17304 {"Range32.Hi", Field, 0},
17305 {"Range32.Lo", Field, 0},
17306 {"Range32.Stride", Field, 0},
17307 {"RangeTable", Type, 0},
17308 {"RangeTable.LatinOffset", Field, 1},
17309 {"RangeTable.R16", Field, 0},
17310 {"RangeTable.R32", Field, 0},
17311 {"Regional_Indicator", Var, 10},
17312 {"Rejang", Var, 0},
17313 {"ReplacementChar", Const, 0},
17314 {"Runic", Var, 0},
17315 {"S", Var, 0},
17316 {"STerm", Var, 0},
17317 {"Samaritan", Var, 0},
17318 {"Saurashtra", Var, 0},
17319 {"Sc", Var, 0},
17320 {"Scripts", Var, 0},
17321 {"Sentence_Terminal", Var, 7},
17322 {"Sharada", Var, 1},
17323 {"Shavian", Var, 0},
17324 {"Siddham", Var, 4},
17325 {"SignWriting", Var, 5},
17326 {"SimpleFold", Func, 0},
17327 {"Sinhala", Var, 0},
17328 {"Sk", Var, 0},
17329 {"Sm", Var, 0},
17330 {"So", Var, 0},
17331 {"Soft_Dotted", Var, 0},
17332 {"Sogdian", Var, 13},
17333 {"Sora_Sompeng", Var, 1},
17334 {"Soyombo", Var, 10},
17335 {"Space", Var, 0},
17336 {"SpecialCase", Type, 0},
17337 {"Sundanese", Var, 0},
17338 {"Syloti_Nagri", Var, 0},
17339 {"Symbol", Var, 0},
17340 {"Syriac", Var, 0},
17341 {"Tagalog", Var, 0},
17342 {"Tagbanwa", Var, 0},
17343 {"Tai_Le", Var, 0},
17344 {"Tai_Tham", Var, 0},
17345 {"Tai_Viet", Var, 0},
17346 {"Takri", Var, 1},
17347 {"Tamil", Var, 0},
17348 {"Tangsa", Var, 21},
17349 {"Tangut", Var, 7},
17350 {"Telugu", Var, 0},
17351 {"Terminal_Punctuation", Var, 0},
17352 {"Thaana", Var, 0},
17353 {"Thai", Var, 0},
17354 {"Tibetan", Var, 0},
17355 {"Tifinagh", Var, 0},
17356 {"Tirhuta", Var, 4},
17357 {"Title", Var, 0},
17358 {"TitleCase", Const, 0},
17359 {"To", Func, 0},
17360 {"ToLower", Func, 0},
17361 {"ToTitle", Func, 0},
17362 {"ToUpper", Func, 0},
17363 {"Toto", Var, 21},
17364 {"TurkishCase", Var, 0},
17365 {"Ugaritic", Var, 0},
17366 {"Unified_Ideograph", Var, 0},
17367 {"Upper", Var, 0},
17368 {"UpperCase", Const, 0},
17369 {"UpperLower", Const, 0},
17370 {"Vai", Var, 0},
17371 {"Variation_Selector", Var, 0},
17372 {"Version", Const, 0},
17373 {"Vithkuqi", Var, 21},
17374 {"Wancho", Var, 14},
17375 {"Warang_Citi", Var, 4},
17376 {"White_Space", Var, 0},
17377 {"Yezidi", Var, 16},
17378 {"Yi", Var, 0},
17379 {"Z", Var, 0},
17380 {"Zanabazar_Square", Var, 10},
17381 {"Zl", Var, 0},
17382 {"Zp", Var, 0},
17383 {"Zs", Var, 0},
17384 },
17385 "unicode/utf16": {
17386 {"AppendRune", Func, 20},
17387 {"Decode", Func, 0},
17388 {"DecodeRune", Func, 0},
17389 {"Encode", Func, 0},
17390 {"EncodeRune", Func, 0},
17391 {"IsSurrogate", Func, 0},
17392 {"RuneLen", Func, 23},
17393 },
17394 "unicode/utf8": {
17395 {"AppendRune", Func, 18},
17396 {"DecodeLastRune", Func, 0},
17397 {"DecodeLastRuneInString", Func, 0},
17398 {"DecodeRune", Func, 0},
17399 {"DecodeRuneInString", Func, 0},
17400 {"EncodeRune", Func, 0},
17401 {"FullRune", Func, 0},
17402 {"FullRuneInString", Func, 0},
17403 {"MaxRune", Const, 0},
17404 {"RuneCount", Func, 0},
17405 {"RuneCountInString", Func, 0},
17406 {"RuneError", Const, 0},
17407 {"RuneLen", Func, 0},
17408 {"RuneSelf", Const, 0},
17409 {"RuneStart", Func, 0},
17410 {"UTFMax", Const, 0},
17411 {"Valid", Func, 0},
17412 {"ValidRune", Func, 1},
17413 {"ValidString", Func, 0},
17414 },
17415 "unique": {
17416 {"(Handle).Value", Method, 23},
17417 {"Handle", Type, 23},
17418 {"Make", Func, 23},
17419 },
17420 "unsafe": {
17421 {"Add", Func, 0},
17422 {"Alignof", Func, 0},
17423 {"Offsetof", Func, 0},
17424 {"Pointer", Type, 0},
17425 {"Sizeof", Func, 0},
17426 {"Slice", Func, 0},
17427 {"SliceData", Func, 0},
17428 {"String", Func, 0},
17429 {"StringData", Func, 0},
17430 },
17431 }
17432
View as plain text