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 {"FieldsFuncSeq", Func, 24},
272 {"FieldsSeq", Func, 24},
273 {"HasPrefix", Func, 0},
274 {"HasSuffix", Func, 0},
275 {"Index", Func, 0},
276 {"IndexAny", Func, 0},
277 {"IndexByte", Func, 0},
278 {"IndexFunc", Func, 0},
279 {"IndexRune", Func, 0},
280 {"Join", Func, 0},
281 {"LastIndex", Func, 0},
282 {"LastIndexAny", Func, 0},
283 {"LastIndexByte", Func, 5},
284 {"LastIndexFunc", Func, 0},
285 {"Lines", Func, 24},
286 {"Map", Func, 0},
287 {"MinRead", Const, 0},
288 {"NewBuffer", Func, 0},
289 {"NewBufferString", Func, 0},
290 {"NewReader", Func, 0},
291 {"Reader", Type, 0},
292 {"Repeat", Func, 0},
293 {"Replace", Func, 0},
294 {"ReplaceAll", Func, 12},
295 {"Runes", Func, 0},
296 {"Split", Func, 0},
297 {"SplitAfter", Func, 0},
298 {"SplitAfterN", Func, 0},
299 {"SplitAfterSeq", Func, 24},
300 {"SplitN", Func, 0},
301 {"SplitSeq", Func, 24},
302 {"Title", Func, 0},
303 {"ToLower", Func, 0},
304 {"ToLowerSpecial", Func, 0},
305 {"ToTitle", Func, 0},
306 {"ToTitleSpecial", Func, 0},
307 {"ToUpper", Func, 0},
308 {"ToUpperSpecial", Func, 0},
309 {"ToValidUTF8", Func, 13},
310 {"Trim", Func, 0},
311 {"TrimFunc", Func, 0},
312 {"TrimLeft", Func, 0},
313 {"TrimLeftFunc", Func, 0},
314 {"TrimPrefix", Func, 1},
315 {"TrimRight", Func, 0},
316 {"TrimRightFunc", Func, 0},
317 {"TrimSpace", Func, 0},
318 {"TrimSuffix", Func, 1},
319 },
320 "cmp": {
321 {"Compare", Func, 21},
322 {"Less", Func, 21},
323 {"Or", Func, 22},
324 {"Ordered", Type, 21},
325 },
326 "compress/bzip2": {
327 {"(StructuralError).Error", Method, 0},
328 {"NewReader", Func, 0},
329 {"StructuralError", Type, 0},
330 },
331 "compress/flate": {
332 {"(*ReadError).Error", Method, 0},
333 {"(*WriteError).Error", Method, 0},
334 {"(*Writer).Close", Method, 0},
335 {"(*Writer).Flush", Method, 0},
336 {"(*Writer).Reset", Method, 2},
337 {"(*Writer).Write", Method, 0},
338 {"(CorruptInputError).Error", Method, 0},
339 {"(InternalError).Error", Method, 0},
340 {"BestCompression", Const, 0},
341 {"BestSpeed", Const, 0},
342 {"CorruptInputError", Type, 0},
343 {"DefaultCompression", Const, 0},
344 {"HuffmanOnly", Const, 7},
345 {"InternalError", Type, 0},
346 {"NewReader", Func, 0},
347 {"NewReaderDict", Func, 0},
348 {"NewWriter", Func, 0},
349 {"NewWriterDict", Func, 0},
350 {"NoCompression", Const, 0},
351 {"ReadError", Type, 0},
352 {"ReadError.Err", Field, 0},
353 {"ReadError.Offset", Field, 0},
354 {"Reader", Type, 0},
355 {"Resetter", Type, 4},
356 {"WriteError", Type, 0},
357 {"WriteError.Err", Field, 0},
358 {"WriteError.Offset", Field, 0},
359 {"Writer", Type, 0},
360 },
361 "compress/gzip": {
362 {"(*Reader).Close", Method, 0},
363 {"(*Reader).Multistream", Method, 4},
364 {"(*Reader).Read", Method, 0},
365 {"(*Reader).Reset", Method, 3},
366 {"(*Writer).Close", Method, 0},
367 {"(*Writer).Flush", Method, 1},
368 {"(*Writer).Reset", Method, 2},
369 {"(*Writer).Write", Method, 0},
370 {"BestCompression", Const, 0},
371 {"BestSpeed", Const, 0},
372 {"DefaultCompression", Const, 0},
373 {"ErrChecksum", Var, 0},
374 {"ErrHeader", Var, 0},
375 {"Header", Type, 0},
376 {"Header.Comment", Field, 0},
377 {"Header.Extra", Field, 0},
378 {"Header.ModTime", Field, 0},
379 {"Header.Name", Field, 0},
380 {"Header.OS", Field, 0},
381 {"HuffmanOnly", Const, 8},
382 {"NewReader", Func, 0},
383 {"NewWriter", Func, 0},
384 {"NewWriterLevel", Func, 0},
385 {"NoCompression", Const, 0},
386 {"Reader", Type, 0},
387 {"Reader.Header", Field, 0},
388 {"Writer", Type, 0},
389 {"Writer.Header", Field, 0},
390 },
391 "compress/lzw": {
392 {"(*Reader).Close", Method, 17},
393 {"(*Reader).Read", Method, 17},
394 {"(*Reader).Reset", Method, 17},
395 {"(*Writer).Close", Method, 17},
396 {"(*Writer).Reset", Method, 17},
397 {"(*Writer).Write", Method, 17},
398 {"LSB", Const, 0},
399 {"MSB", Const, 0},
400 {"NewReader", Func, 0},
401 {"NewWriter", Func, 0},
402 {"Order", Type, 0},
403 {"Reader", Type, 17},
404 {"Writer", Type, 17},
405 },
406 "compress/zlib": {
407 {"(*Writer).Close", Method, 0},
408 {"(*Writer).Flush", Method, 0},
409 {"(*Writer).Reset", Method, 2},
410 {"(*Writer).Write", Method, 0},
411 {"BestCompression", Const, 0},
412 {"BestSpeed", Const, 0},
413 {"DefaultCompression", Const, 0},
414 {"ErrChecksum", Var, 0},
415 {"ErrDictionary", Var, 0},
416 {"ErrHeader", Var, 0},
417 {"HuffmanOnly", Const, 8},
418 {"NewReader", Func, 0},
419 {"NewReaderDict", Func, 0},
420 {"NewWriter", Func, 0},
421 {"NewWriterLevel", Func, 0},
422 {"NewWriterLevelDict", Func, 0},
423 {"NoCompression", Const, 0},
424 {"Resetter", Type, 4},
425 {"Writer", Type, 0},
426 },
427 "container/heap": {
428 {"Fix", Func, 2},
429 {"Init", Func, 0},
430 {"Interface", Type, 0},
431 {"Pop", Func, 0},
432 {"Push", Func, 0},
433 {"Remove", Func, 0},
434 },
435 "container/list": {
436 {"(*Element).Next", Method, 0},
437 {"(*Element).Prev", Method, 0},
438 {"(*List).Back", Method, 0},
439 {"(*List).Front", Method, 0},
440 {"(*List).Init", Method, 0},
441 {"(*List).InsertAfter", Method, 0},
442 {"(*List).InsertBefore", Method, 0},
443 {"(*List).Len", Method, 0},
444 {"(*List).MoveAfter", Method, 2},
445 {"(*List).MoveBefore", Method, 2},
446 {"(*List).MoveToBack", Method, 0},
447 {"(*List).MoveToFront", Method, 0},
448 {"(*List).PushBack", Method, 0},
449 {"(*List).PushBackList", Method, 0},
450 {"(*List).PushFront", Method, 0},
451 {"(*List).PushFrontList", Method, 0},
452 {"(*List).Remove", Method, 0},
453 {"Element", Type, 0},
454 {"Element.Value", Field, 0},
455 {"List", Type, 0},
456 {"New", Func, 0},
457 },
458 "container/ring": {
459 {"(*Ring).Do", Method, 0},
460 {"(*Ring).Len", Method, 0},
461 {"(*Ring).Link", Method, 0},
462 {"(*Ring).Move", Method, 0},
463 {"(*Ring).Next", Method, 0},
464 {"(*Ring).Prev", Method, 0},
465 {"(*Ring).Unlink", Method, 0},
466 {"New", Func, 0},
467 {"Ring", Type, 0},
468 {"Ring.Value", Field, 0},
469 },
470 "context": {
471 {"AfterFunc", Func, 21},
472 {"Background", Func, 7},
473 {"CancelCauseFunc", Type, 20},
474 {"CancelFunc", Type, 7},
475 {"Canceled", Var, 7},
476 {"Cause", Func, 20},
477 {"Context", Type, 7},
478 {"DeadlineExceeded", Var, 7},
479 {"TODO", Func, 7},
480 {"WithCancel", Func, 7},
481 {"WithCancelCause", Func, 20},
482 {"WithDeadline", Func, 7},
483 {"WithDeadlineCause", Func, 21},
484 {"WithTimeout", Func, 7},
485 {"WithTimeoutCause", Func, 21},
486 {"WithValue", Func, 7},
487 {"WithoutCancel", Func, 21},
488 },
489 "crypto": {
490 {"(Hash).Available", Method, 0},
491 {"(Hash).HashFunc", Method, 4},
492 {"(Hash).New", Method, 0},
493 {"(Hash).Size", Method, 0},
494 {"(Hash).String", Method, 15},
495 {"BLAKE2b_256", Const, 9},
496 {"BLAKE2b_384", Const, 9},
497 {"BLAKE2b_512", Const, 9},
498 {"BLAKE2s_256", Const, 9},
499 {"Decrypter", Type, 5},
500 {"DecrypterOpts", Type, 5},
501 {"Hash", Type, 0},
502 {"MD4", Const, 0},
503 {"MD5", Const, 0},
504 {"MD5SHA1", Const, 0},
505 {"PrivateKey", Type, 0},
506 {"PublicKey", Type, 2},
507 {"RIPEMD160", Const, 0},
508 {"RegisterHash", Func, 0},
509 {"SHA1", Const, 0},
510 {"SHA224", Const, 0},
511 {"SHA256", Const, 0},
512 {"SHA384", Const, 0},
513 {"SHA3_224", Const, 4},
514 {"SHA3_256", Const, 4},
515 {"SHA3_384", Const, 4},
516 {"SHA3_512", Const, 4},
517 {"SHA512", Const, 0},
518 {"SHA512_224", Const, 5},
519 {"SHA512_256", Const, 5},
520 {"Signer", Type, 4},
521 {"SignerOpts", Type, 4},
522 },
523 "crypto/aes": {
524 {"(KeySizeError).Error", Method, 0},
525 {"BlockSize", Const, 0},
526 {"KeySizeError", Type, 0},
527 {"NewCipher", Func, 0},
528 },
529 "crypto/cipher": {
530 {"(StreamReader).Read", Method, 0},
531 {"(StreamWriter).Close", Method, 0},
532 {"(StreamWriter).Write", Method, 0},
533 {"AEAD", Type, 2},
534 {"Block", Type, 0},
535 {"BlockMode", Type, 0},
536 {"NewCBCDecrypter", Func, 0},
537 {"NewCBCEncrypter", Func, 0},
538 {"NewCFBDecrypter", Func, 0},
539 {"NewCFBEncrypter", Func, 0},
540 {"NewCTR", Func, 0},
541 {"NewGCM", Func, 2},
542 {"NewGCMWithNonceSize", Func, 5},
543 {"NewGCMWithRandomNonce", Func, 24},
544 {"NewGCMWithTagSize", Func, 11},
545 {"NewOFB", Func, 0},
546 {"Stream", Type, 0},
547 {"StreamReader", Type, 0},
548 {"StreamReader.R", Field, 0},
549 {"StreamReader.S", Field, 0},
550 {"StreamWriter", Type, 0},
551 {"StreamWriter.Err", Field, 0},
552 {"StreamWriter.S", Field, 0},
553 {"StreamWriter.W", Field, 0},
554 },
555 "crypto/des": {
556 {"(KeySizeError).Error", Method, 0},
557 {"BlockSize", Const, 0},
558 {"KeySizeError", Type, 0},
559 {"NewCipher", Func, 0},
560 {"NewTripleDESCipher", Func, 0},
561 },
562 "crypto/dsa": {
563 {"ErrInvalidPublicKey", Var, 0},
564 {"GenerateKey", Func, 0},
565 {"GenerateParameters", Func, 0},
566 {"L1024N160", Const, 0},
567 {"L2048N224", Const, 0},
568 {"L2048N256", Const, 0},
569 {"L3072N256", Const, 0},
570 {"ParameterSizes", Type, 0},
571 {"Parameters", Type, 0},
572 {"Parameters.G", Field, 0},
573 {"Parameters.P", Field, 0},
574 {"Parameters.Q", Field, 0},
575 {"PrivateKey", Type, 0},
576 {"PrivateKey.PublicKey", Field, 0},
577 {"PrivateKey.X", Field, 0},
578 {"PublicKey", Type, 0},
579 {"PublicKey.Parameters", Field, 0},
580 {"PublicKey.Y", Field, 0},
581 {"Sign", Func, 0},
582 {"Verify", Func, 0},
583 },
584 "crypto/ecdh": {
585 {"(*PrivateKey).Bytes", Method, 20},
586 {"(*PrivateKey).Curve", Method, 20},
587 {"(*PrivateKey).ECDH", Method, 20},
588 {"(*PrivateKey).Equal", Method, 20},
589 {"(*PrivateKey).Public", Method, 20},
590 {"(*PrivateKey).PublicKey", Method, 20},
591 {"(*PublicKey).Bytes", Method, 20},
592 {"(*PublicKey).Curve", Method, 20},
593 {"(*PublicKey).Equal", Method, 20},
594 {"Curve", Type, 20},
595 {"P256", Func, 20},
596 {"P384", Func, 20},
597 {"P521", Func, 20},
598 {"PrivateKey", Type, 20},
599 {"PublicKey", Type, 20},
600 {"X25519", Func, 20},
601 },
602 "crypto/ecdsa": {
603 {"(*PrivateKey).ECDH", Method, 20},
604 {"(*PrivateKey).Equal", Method, 15},
605 {"(*PrivateKey).Public", Method, 4},
606 {"(*PrivateKey).Sign", Method, 4},
607 {"(*PublicKey).ECDH", Method, 20},
608 {"(*PublicKey).Equal", Method, 15},
609 {"(PrivateKey).Add", Method, 0},
610 {"(PrivateKey).Double", Method, 0},
611 {"(PrivateKey).IsOnCurve", Method, 0},
612 {"(PrivateKey).Params", Method, 0},
613 {"(PrivateKey).ScalarBaseMult", Method, 0},
614 {"(PrivateKey).ScalarMult", Method, 0},
615 {"(PublicKey).Add", Method, 0},
616 {"(PublicKey).Double", Method, 0},
617 {"(PublicKey).IsOnCurve", Method, 0},
618 {"(PublicKey).Params", Method, 0},
619 {"(PublicKey).ScalarBaseMult", Method, 0},
620 {"(PublicKey).ScalarMult", Method, 0},
621 {"GenerateKey", Func, 0},
622 {"PrivateKey", Type, 0},
623 {"PrivateKey.D", Field, 0},
624 {"PrivateKey.PublicKey", Field, 0},
625 {"PublicKey", Type, 0},
626 {"PublicKey.Curve", Field, 0},
627 {"PublicKey.X", Field, 0},
628 {"PublicKey.Y", Field, 0},
629 {"Sign", Func, 0},
630 {"SignASN1", Func, 15},
631 {"Verify", Func, 0},
632 {"VerifyASN1", Func, 15},
633 },
634 "crypto/ed25519": {
635 {"(*Options).HashFunc", Method, 20},
636 {"(PrivateKey).Equal", Method, 15},
637 {"(PrivateKey).Public", Method, 13},
638 {"(PrivateKey).Seed", Method, 13},
639 {"(PrivateKey).Sign", Method, 13},
640 {"(PublicKey).Equal", Method, 15},
641 {"GenerateKey", Func, 13},
642 {"NewKeyFromSeed", Func, 13},
643 {"Options", Type, 20},
644 {"Options.Context", Field, 20},
645 {"Options.Hash", Field, 20},
646 {"PrivateKey", Type, 13},
647 {"PrivateKeySize", Const, 13},
648 {"PublicKey", Type, 13},
649 {"PublicKeySize", Const, 13},
650 {"SeedSize", Const, 13},
651 {"Sign", Func, 13},
652 {"SignatureSize", Const, 13},
653 {"Verify", Func, 13},
654 {"VerifyWithOptions", Func, 20},
655 },
656 "crypto/elliptic": {
657 {"(*CurveParams).Add", Method, 0},
658 {"(*CurveParams).Double", Method, 0},
659 {"(*CurveParams).IsOnCurve", Method, 0},
660 {"(*CurveParams).Params", Method, 0},
661 {"(*CurveParams).ScalarBaseMult", Method, 0},
662 {"(*CurveParams).ScalarMult", Method, 0},
663 {"Curve", Type, 0},
664 {"CurveParams", Type, 0},
665 {"CurveParams.B", Field, 0},
666 {"CurveParams.BitSize", Field, 0},
667 {"CurveParams.Gx", Field, 0},
668 {"CurveParams.Gy", Field, 0},
669 {"CurveParams.N", Field, 0},
670 {"CurveParams.Name", Field, 5},
671 {"CurveParams.P", Field, 0},
672 {"GenerateKey", Func, 0},
673 {"Marshal", Func, 0},
674 {"MarshalCompressed", Func, 15},
675 {"P224", Func, 0},
676 {"P256", Func, 0},
677 {"P384", Func, 0},
678 {"P521", Func, 0},
679 {"Unmarshal", Func, 0},
680 {"UnmarshalCompressed", Func, 15},
681 },
682 "crypto/fips140": {
683 {"Enabled", Func, 24},
684 },
685 "crypto/hkdf": {
686 {"Expand", Func, 24},
687 {"Extract", Func, 24},
688 {"Key", Func, 24},
689 },
690 "crypto/hmac": {
691 {"Equal", Func, 1},
692 {"New", Func, 0},
693 },
694 "crypto/md5": {
695 {"BlockSize", Const, 0},
696 {"New", Func, 0},
697 {"Size", Const, 0},
698 {"Sum", Func, 2},
699 },
700 "crypto/mlkem": {
701 {"(*DecapsulationKey1024).Bytes", Method, 24},
702 {"(*DecapsulationKey1024).Decapsulate", Method, 24},
703 {"(*DecapsulationKey1024).EncapsulationKey", Method, 24},
704 {"(*DecapsulationKey768).Bytes", Method, 24},
705 {"(*DecapsulationKey768).Decapsulate", Method, 24},
706 {"(*DecapsulationKey768).EncapsulationKey", Method, 24},
707 {"(*EncapsulationKey1024).Bytes", Method, 24},
708 {"(*EncapsulationKey1024).Encapsulate", Method, 24},
709 {"(*EncapsulationKey768).Bytes", Method, 24},
710 {"(*EncapsulationKey768).Encapsulate", Method, 24},
711 {"CiphertextSize1024", Const, 24},
712 {"CiphertextSize768", Const, 24},
713 {"DecapsulationKey1024", Type, 24},
714 {"DecapsulationKey768", Type, 24},
715 {"EncapsulationKey1024", Type, 24},
716 {"EncapsulationKey768", Type, 24},
717 {"EncapsulationKeySize1024", Const, 24},
718 {"EncapsulationKeySize768", Const, 24},
719 {"GenerateKey1024", Func, 24},
720 {"GenerateKey768", Func, 24},
721 {"NewDecapsulationKey1024", Func, 24},
722 {"NewDecapsulationKey768", Func, 24},
723 {"NewEncapsulationKey1024", Func, 24},
724 {"NewEncapsulationKey768", Func, 24},
725 {"SeedSize", Const, 24},
726 {"SharedKeySize", Const, 24},
727 },
728 "crypto/pbkdf2": {
729 {"Key", Func, 24},
730 },
731 "crypto/rand": {
732 {"Int", Func, 0},
733 {"Prime", Func, 0},
734 {"Read", Func, 0},
735 {"Reader", Var, 0},
736 {"Text", Func, 24},
737 },
738 "crypto/rc4": {
739 {"(*Cipher).Reset", Method, 0},
740 {"(*Cipher).XORKeyStream", Method, 0},
741 {"(KeySizeError).Error", Method, 0},
742 {"Cipher", Type, 0},
743 {"KeySizeError", Type, 0},
744 {"NewCipher", Func, 0},
745 },
746 "crypto/rsa": {
747 {"(*PSSOptions).HashFunc", Method, 4},
748 {"(*PrivateKey).Decrypt", Method, 5},
749 {"(*PrivateKey).Equal", Method, 15},
750 {"(*PrivateKey).Precompute", Method, 0},
751 {"(*PrivateKey).Public", Method, 4},
752 {"(*PrivateKey).Sign", Method, 4},
753 {"(*PrivateKey).Size", Method, 11},
754 {"(*PrivateKey).Validate", Method, 0},
755 {"(*PublicKey).Equal", Method, 15},
756 {"(*PublicKey).Size", Method, 11},
757 {"CRTValue", Type, 0},
758 {"CRTValue.Coeff", Field, 0},
759 {"CRTValue.Exp", Field, 0},
760 {"CRTValue.R", Field, 0},
761 {"DecryptOAEP", Func, 0},
762 {"DecryptPKCS1v15", Func, 0},
763 {"DecryptPKCS1v15SessionKey", Func, 0},
764 {"EncryptOAEP", Func, 0},
765 {"EncryptPKCS1v15", Func, 0},
766 {"ErrDecryption", Var, 0},
767 {"ErrMessageTooLong", Var, 0},
768 {"ErrVerification", Var, 0},
769 {"GenerateKey", Func, 0},
770 {"GenerateMultiPrimeKey", Func, 0},
771 {"OAEPOptions", Type, 5},
772 {"OAEPOptions.Hash", Field, 5},
773 {"OAEPOptions.Label", Field, 5},
774 {"OAEPOptions.MGFHash", Field, 20},
775 {"PKCS1v15DecryptOptions", Type, 5},
776 {"PKCS1v15DecryptOptions.SessionKeyLen", Field, 5},
777 {"PSSOptions", Type, 2},
778 {"PSSOptions.Hash", Field, 4},
779 {"PSSOptions.SaltLength", Field, 2},
780 {"PSSSaltLengthAuto", Const, 2},
781 {"PSSSaltLengthEqualsHash", Const, 2},
782 {"PrecomputedValues", Type, 0},
783 {"PrecomputedValues.CRTValues", Field, 0},
784 {"PrecomputedValues.Dp", Field, 0},
785 {"PrecomputedValues.Dq", Field, 0},
786 {"PrecomputedValues.Qinv", Field, 0},
787 {"PrivateKey", Type, 0},
788 {"PrivateKey.D", Field, 0},
789 {"PrivateKey.Precomputed", Field, 0},
790 {"PrivateKey.Primes", Field, 0},
791 {"PrivateKey.PublicKey", Field, 0},
792 {"PublicKey", Type, 0},
793 {"PublicKey.E", Field, 0},
794 {"PublicKey.N", Field, 0},
795 {"SignPKCS1v15", Func, 0},
796 {"SignPSS", Func, 2},
797 {"VerifyPKCS1v15", Func, 0},
798 {"VerifyPSS", Func, 2},
799 },
800 "crypto/sha1": {
801 {"BlockSize", Const, 0},
802 {"New", Func, 0},
803 {"Size", Const, 0},
804 {"Sum", Func, 2},
805 },
806 "crypto/sha256": {
807 {"BlockSize", Const, 0},
808 {"New", Func, 0},
809 {"New224", Func, 0},
810 {"Size", Const, 0},
811 {"Size224", Const, 0},
812 {"Sum224", Func, 2},
813 {"Sum256", Func, 2},
814 },
815 "crypto/sha3": {
816 {"(*SHA3).AppendBinary", Method, 24},
817 {"(*SHA3).BlockSize", Method, 24},
818 {"(*SHA3).MarshalBinary", Method, 24},
819 {"(*SHA3).Reset", Method, 24},
820 {"(*SHA3).Size", Method, 24},
821 {"(*SHA3).Sum", Method, 24},
822 {"(*SHA3).UnmarshalBinary", Method, 24},
823 {"(*SHA3).Write", Method, 24},
824 {"(*SHAKE).AppendBinary", Method, 24},
825 {"(*SHAKE).BlockSize", Method, 24},
826 {"(*SHAKE).MarshalBinary", Method, 24},
827 {"(*SHAKE).Read", Method, 24},
828 {"(*SHAKE).Reset", Method, 24},
829 {"(*SHAKE).UnmarshalBinary", Method, 24},
830 {"(*SHAKE).Write", Method, 24},
831 {"New224", Func, 24},
832 {"New256", Func, 24},
833 {"New384", Func, 24},
834 {"New512", Func, 24},
835 {"NewCSHAKE128", Func, 24},
836 {"NewCSHAKE256", Func, 24},
837 {"NewSHAKE128", Func, 24},
838 {"NewSHAKE256", Func, 24},
839 {"SHA3", Type, 24},
840 {"SHAKE", Type, 24},
841 {"Sum224", Func, 24},
842 {"Sum256", Func, 24},
843 {"Sum384", Func, 24},
844 {"Sum512", Func, 24},
845 {"SumSHAKE128", Func, 24},
846 {"SumSHAKE256", Func, 24},
847 },
848 "crypto/sha512": {
849 {"BlockSize", Const, 0},
850 {"New", Func, 0},
851 {"New384", Func, 0},
852 {"New512_224", Func, 5},
853 {"New512_256", Func, 5},
854 {"Size", Const, 0},
855 {"Size224", Const, 5},
856 {"Size256", Const, 5},
857 {"Size384", Const, 0},
858 {"Sum384", Func, 2},
859 {"Sum512", Func, 2},
860 {"Sum512_224", Func, 5},
861 {"Sum512_256", Func, 5},
862 },
863 "crypto/subtle": {
864 {"ConstantTimeByteEq", Func, 0},
865 {"ConstantTimeCompare", Func, 0},
866 {"ConstantTimeCopy", Func, 0},
867 {"ConstantTimeEq", Func, 0},
868 {"ConstantTimeLessOrEq", Func, 2},
869 {"ConstantTimeSelect", Func, 0},
870 {"WithDataIndependentTiming", Func, 24},
871 {"XORBytes", Func, 20},
872 },
873 "crypto/tls": {
874 {"(*CertificateRequestInfo).Context", Method, 17},
875 {"(*CertificateRequestInfo).SupportsCertificate", Method, 14},
876 {"(*CertificateVerificationError).Error", Method, 20},
877 {"(*CertificateVerificationError).Unwrap", Method, 20},
878 {"(*ClientHelloInfo).Context", Method, 17},
879 {"(*ClientHelloInfo).SupportsCertificate", Method, 14},
880 {"(*ClientSessionState).ResumptionState", Method, 21},
881 {"(*Config).BuildNameToCertificate", Method, 0},
882 {"(*Config).Clone", Method, 8},
883 {"(*Config).DecryptTicket", Method, 21},
884 {"(*Config).EncryptTicket", Method, 21},
885 {"(*Config).SetSessionTicketKeys", Method, 5},
886 {"(*Conn).Close", Method, 0},
887 {"(*Conn).CloseWrite", Method, 8},
888 {"(*Conn).ConnectionState", Method, 0},
889 {"(*Conn).Handshake", Method, 0},
890 {"(*Conn).HandshakeContext", Method, 17},
891 {"(*Conn).LocalAddr", Method, 0},
892 {"(*Conn).NetConn", Method, 18},
893 {"(*Conn).OCSPResponse", Method, 0},
894 {"(*Conn).Read", Method, 0},
895 {"(*Conn).RemoteAddr", Method, 0},
896 {"(*Conn).SetDeadline", Method, 0},
897 {"(*Conn).SetReadDeadline", Method, 0},
898 {"(*Conn).SetWriteDeadline", Method, 0},
899 {"(*Conn).VerifyHostname", Method, 0},
900 {"(*Conn).Write", Method, 0},
901 {"(*ConnectionState).ExportKeyingMaterial", Method, 11},
902 {"(*Dialer).Dial", Method, 15},
903 {"(*Dialer).DialContext", Method, 15},
904 {"(*ECHRejectionError).Error", Method, 23},
905 {"(*QUICConn).Close", Method, 21},
906 {"(*QUICConn).ConnectionState", Method, 21},
907 {"(*QUICConn).HandleData", Method, 21},
908 {"(*QUICConn).NextEvent", Method, 21},
909 {"(*QUICConn).SendSessionTicket", Method, 21},
910 {"(*QUICConn).SetTransportParameters", Method, 21},
911 {"(*QUICConn).Start", Method, 21},
912 {"(*QUICConn).StoreSession", Method, 23},
913 {"(*SessionState).Bytes", Method, 21},
914 {"(AlertError).Error", Method, 21},
915 {"(ClientAuthType).String", Method, 15},
916 {"(CurveID).String", Method, 15},
917 {"(QUICEncryptionLevel).String", Method, 21},
918 {"(RecordHeaderError).Error", Method, 6},
919 {"(SignatureScheme).String", Method, 15},
920 {"AlertError", Type, 21},
921 {"Certificate", Type, 0},
922 {"Certificate.Certificate", Field, 0},
923 {"Certificate.Leaf", Field, 0},
924 {"Certificate.OCSPStaple", Field, 0},
925 {"Certificate.PrivateKey", Field, 0},
926 {"Certificate.SignedCertificateTimestamps", Field, 5},
927 {"Certificate.SupportedSignatureAlgorithms", Field, 14},
928 {"CertificateRequestInfo", Type, 8},
929 {"CertificateRequestInfo.AcceptableCAs", Field, 8},
930 {"CertificateRequestInfo.SignatureSchemes", Field, 8},
931 {"CertificateRequestInfo.Version", Field, 14},
932 {"CertificateVerificationError", Type, 20},
933 {"CertificateVerificationError.Err", Field, 20},
934 {"CertificateVerificationError.UnverifiedCertificates", Field, 20},
935 {"CipherSuite", Type, 14},
936 {"CipherSuite.ID", Field, 14},
937 {"CipherSuite.Insecure", Field, 14},
938 {"CipherSuite.Name", Field, 14},
939 {"CipherSuite.SupportedVersions", Field, 14},
940 {"CipherSuiteName", Func, 14},
941 {"CipherSuites", Func, 14},
942 {"Client", Func, 0},
943 {"ClientAuthType", Type, 0},
944 {"ClientHelloInfo", Type, 4},
945 {"ClientHelloInfo.CipherSuites", Field, 4},
946 {"ClientHelloInfo.Conn", Field, 8},
947 {"ClientHelloInfo.Extensions", Field, 24},
948 {"ClientHelloInfo.ServerName", Field, 4},
949 {"ClientHelloInfo.SignatureSchemes", Field, 8},
950 {"ClientHelloInfo.SupportedCurves", Field, 4},
951 {"ClientHelloInfo.SupportedPoints", Field, 4},
952 {"ClientHelloInfo.SupportedProtos", Field, 8},
953 {"ClientHelloInfo.SupportedVersions", Field, 8},
954 {"ClientSessionCache", Type, 3},
955 {"ClientSessionState", Type, 3},
956 {"Config", Type, 0},
957 {"Config.Certificates", Field, 0},
958 {"Config.CipherSuites", Field, 0},
959 {"Config.ClientAuth", Field, 0},
960 {"Config.ClientCAs", Field, 0},
961 {"Config.ClientSessionCache", Field, 3},
962 {"Config.CurvePreferences", Field, 3},
963 {"Config.DynamicRecordSizingDisabled", Field, 7},
964 {"Config.EncryptedClientHelloConfigList", Field, 23},
965 {"Config.EncryptedClientHelloKeys", Field, 24},
966 {"Config.EncryptedClientHelloRejectionVerify", Field, 23},
967 {"Config.GetCertificate", Field, 4},
968 {"Config.GetClientCertificate", Field, 8},
969 {"Config.GetConfigForClient", Field, 8},
970 {"Config.InsecureSkipVerify", Field, 0},
971 {"Config.KeyLogWriter", Field, 8},
972 {"Config.MaxVersion", Field, 2},
973 {"Config.MinVersion", Field, 2},
974 {"Config.NameToCertificate", Field, 0},
975 {"Config.NextProtos", Field, 0},
976 {"Config.PreferServerCipherSuites", Field, 1},
977 {"Config.Rand", Field, 0},
978 {"Config.Renegotiation", Field, 7},
979 {"Config.RootCAs", Field, 0},
980 {"Config.ServerName", Field, 0},
981 {"Config.SessionTicketKey", Field, 1},
982 {"Config.SessionTicketsDisabled", Field, 1},
983 {"Config.Time", Field, 0},
984 {"Config.UnwrapSession", Field, 21},
985 {"Config.VerifyConnection", Field, 15},
986 {"Config.VerifyPeerCertificate", Field, 8},
987 {"Config.WrapSession", Field, 21},
988 {"Conn", Type, 0},
989 {"ConnectionState", Type, 0},
990 {"ConnectionState.CipherSuite", Field, 0},
991 {"ConnectionState.DidResume", Field, 1},
992 {"ConnectionState.ECHAccepted", Field, 23},
993 {"ConnectionState.HandshakeComplete", Field, 0},
994 {"ConnectionState.NegotiatedProtocol", Field, 0},
995 {"ConnectionState.NegotiatedProtocolIsMutual", Field, 0},
996 {"ConnectionState.OCSPResponse", Field, 5},
997 {"ConnectionState.PeerCertificates", Field, 0},
998 {"ConnectionState.ServerName", Field, 0},
999 {"ConnectionState.SignedCertificateTimestamps", Field, 5},
1000 {"ConnectionState.TLSUnique", Field, 4},
1001 {"ConnectionState.VerifiedChains", Field, 0},
1002 {"ConnectionState.Version", Field, 3},
1003 {"CurveID", Type, 3},
1004 {"CurveP256", Const, 3},
1005 {"CurveP384", Const, 3},
1006 {"CurveP521", Const, 3},
1007 {"Dial", Func, 0},
1008 {"DialWithDialer", Func, 3},
1009 {"Dialer", Type, 15},
1010 {"Dialer.Config", Field, 15},
1011 {"Dialer.NetDialer", Field, 15},
1012 {"ECDSAWithP256AndSHA256", Const, 8},
1013 {"ECDSAWithP384AndSHA384", Const, 8},
1014 {"ECDSAWithP521AndSHA512", Const, 8},
1015 {"ECDSAWithSHA1", Const, 10},
1016 {"ECHRejectionError", Type, 23},
1017 {"ECHRejectionError.RetryConfigList", Field, 23},
1018 {"Ed25519", Const, 13},
1019 {"EncryptedClientHelloKey", Type, 24},
1020 {"EncryptedClientHelloKey.Config", Field, 24},
1021 {"EncryptedClientHelloKey.PrivateKey", Field, 24},
1022 {"EncryptedClientHelloKey.SendAsRetry", Field, 24},
1023 {"InsecureCipherSuites", Func, 14},
1024 {"Listen", Func, 0},
1025 {"LoadX509KeyPair", Func, 0},
1026 {"NewLRUClientSessionCache", Func, 3},
1027 {"NewListener", Func, 0},
1028 {"NewResumptionState", Func, 21},
1029 {"NoClientCert", Const, 0},
1030 {"PKCS1WithSHA1", Const, 8},
1031 {"PKCS1WithSHA256", Const, 8},
1032 {"PKCS1WithSHA384", Const, 8},
1033 {"PKCS1WithSHA512", Const, 8},
1034 {"PSSWithSHA256", Const, 8},
1035 {"PSSWithSHA384", Const, 8},
1036 {"PSSWithSHA512", Const, 8},
1037 {"ParseSessionState", Func, 21},
1038 {"QUICClient", Func, 21},
1039 {"QUICConfig", Type, 21},
1040 {"QUICConfig.EnableSessionEvents", Field, 23},
1041 {"QUICConfig.TLSConfig", Field, 21},
1042 {"QUICConn", Type, 21},
1043 {"QUICEncryptionLevel", Type, 21},
1044 {"QUICEncryptionLevelApplication", Const, 21},
1045 {"QUICEncryptionLevelEarly", Const, 21},
1046 {"QUICEncryptionLevelHandshake", Const, 21},
1047 {"QUICEncryptionLevelInitial", Const, 21},
1048 {"QUICEvent", Type, 21},
1049 {"QUICEvent.Data", Field, 21},
1050 {"QUICEvent.Kind", Field, 21},
1051 {"QUICEvent.Level", Field, 21},
1052 {"QUICEvent.SessionState", Field, 23},
1053 {"QUICEvent.Suite", Field, 21},
1054 {"QUICEventKind", Type, 21},
1055 {"QUICHandshakeDone", Const, 21},
1056 {"QUICNoEvent", Const, 21},
1057 {"QUICRejectedEarlyData", Const, 21},
1058 {"QUICResumeSession", Const, 23},
1059 {"QUICServer", Func, 21},
1060 {"QUICSessionTicketOptions", Type, 21},
1061 {"QUICSessionTicketOptions.EarlyData", Field, 21},
1062 {"QUICSessionTicketOptions.Extra", Field, 23},
1063 {"QUICSetReadSecret", Const, 21},
1064 {"QUICSetWriteSecret", Const, 21},
1065 {"QUICStoreSession", Const, 23},
1066 {"QUICTransportParameters", Const, 21},
1067 {"QUICTransportParametersRequired", Const, 21},
1068 {"QUICWriteData", Const, 21},
1069 {"RecordHeaderError", Type, 6},
1070 {"RecordHeaderError.Conn", Field, 12},
1071 {"RecordHeaderError.Msg", Field, 6},
1072 {"RecordHeaderError.RecordHeader", Field, 6},
1073 {"RenegotiateFreelyAsClient", Const, 7},
1074 {"RenegotiateNever", Const, 7},
1075 {"RenegotiateOnceAsClient", Const, 7},
1076 {"RenegotiationSupport", Type, 7},
1077 {"RequestClientCert", Const, 0},
1078 {"RequireAndVerifyClientCert", Const, 0},
1079 {"RequireAnyClientCert", Const, 0},
1080 {"Server", Func, 0},
1081 {"SessionState", Type, 21},
1082 {"SessionState.EarlyData", Field, 21},
1083 {"SessionState.Extra", Field, 21},
1084 {"SignatureScheme", Type, 8},
1085 {"TLS_AES_128_GCM_SHA256", Const, 12},
1086 {"TLS_AES_256_GCM_SHA384", Const, 12},
1087 {"TLS_CHACHA20_POLY1305_SHA256", Const, 12},
1088 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", Const, 2},
1089 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", Const, 8},
1090 {"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", Const, 2},
1091 {"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", Const, 2},
1092 {"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", Const, 5},
1093 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", Const, 8},
1094 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14},
1095 {"TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", Const, 2},
1096 {"TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0},
1097 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", Const, 0},
1098 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", Const, 8},
1099 {"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", Const, 2},
1100 {"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", Const, 1},
1101 {"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", Const, 5},
1102 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", Const, 8},
1103 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14},
1104 {"TLS_ECDHE_RSA_WITH_RC4_128_SHA", Const, 0},
1105 {"TLS_FALLBACK_SCSV", Const, 4},
1106 {"TLS_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0},
1107 {"TLS_RSA_WITH_AES_128_CBC_SHA", Const, 0},
1108 {"TLS_RSA_WITH_AES_128_CBC_SHA256", Const, 8},
1109 {"TLS_RSA_WITH_AES_128_GCM_SHA256", Const, 6},
1110 {"TLS_RSA_WITH_AES_256_CBC_SHA", Const, 1},
1111 {"TLS_RSA_WITH_AES_256_GCM_SHA384", Const, 6},
1112 {"TLS_RSA_WITH_RC4_128_SHA", Const, 0},
1113 {"VerifyClientCertIfGiven", Const, 0},
1114 {"VersionName", Func, 21},
1115 {"VersionSSL30", Const, 2},
1116 {"VersionTLS10", Const, 2},
1117 {"VersionTLS11", Const, 2},
1118 {"VersionTLS12", Const, 2},
1119 {"VersionTLS13", Const, 12},
1120 {"X25519", Const, 8},
1121 {"X25519MLKEM768", Const, 24},
1122 {"X509KeyPair", Func, 0},
1123 },
1124 "crypto/x509": {
1125 {"(*CertPool).AddCert", Method, 0},
1126 {"(*CertPool).AddCertWithConstraint", Method, 22},
1127 {"(*CertPool).AppendCertsFromPEM", Method, 0},
1128 {"(*CertPool).Clone", Method, 19},
1129 {"(*CertPool).Equal", Method, 19},
1130 {"(*CertPool).Subjects", Method, 0},
1131 {"(*Certificate).CheckCRLSignature", Method, 0},
1132 {"(*Certificate).CheckSignature", Method, 0},
1133 {"(*Certificate).CheckSignatureFrom", Method, 0},
1134 {"(*Certificate).CreateCRL", Method, 0},
1135 {"(*Certificate).Equal", Method, 0},
1136 {"(*Certificate).Verify", Method, 0},
1137 {"(*Certificate).VerifyHostname", Method, 0},
1138 {"(*CertificateRequest).CheckSignature", Method, 5},
1139 {"(*OID).UnmarshalBinary", Method, 23},
1140 {"(*OID).UnmarshalText", Method, 23},
1141 {"(*RevocationList).CheckSignatureFrom", Method, 19},
1142 {"(CertificateInvalidError).Error", Method, 0},
1143 {"(ConstraintViolationError).Error", Method, 0},
1144 {"(HostnameError).Error", Method, 0},
1145 {"(InsecureAlgorithmError).Error", Method, 6},
1146 {"(OID).AppendBinary", Method, 24},
1147 {"(OID).AppendText", Method, 24},
1148 {"(OID).Equal", Method, 22},
1149 {"(OID).EqualASN1OID", Method, 22},
1150 {"(OID).MarshalBinary", Method, 23},
1151 {"(OID).MarshalText", Method, 23},
1152 {"(OID).String", Method, 22},
1153 {"(PublicKeyAlgorithm).String", Method, 10},
1154 {"(SignatureAlgorithm).String", Method, 6},
1155 {"(SystemRootsError).Error", Method, 1},
1156 {"(SystemRootsError).Unwrap", Method, 16},
1157 {"(UnhandledCriticalExtension).Error", Method, 0},
1158 {"(UnknownAuthorityError).Error", Method, 0},
1159 {"CANotAuthorizedForExtKeyUsage", Const, 10},
1160 {"CANotAuthorizedForThisName", Const, 0},
1161 {"CertPool", Type, 0},
1162 {"Certificate", Type, 0},
1163 {"Certificate.AuthorityKeyId", Field, 0},
1164 {"Certificate.BasicConstraintsValid", Field, 0},
1165 {"Certificate.CRLDistributionPoints", Field, 2},
1166 {"Certificate.DNSNames", Field, 0},
1167 {"Certificate.EmailAddresses", Field, 0},
1168 {"Certificate.ExcludedDNSDomains", Field, 9},
1169 {"Certificate.ExcludedEmailAddresses", Field, 10},
1170 {"Certificate.ExcludedIPRanges", Field, 10},
1171 {"Certificate.ExcludedURIDomains", Field, 10},
1172 {"Certificate.ExtKeyUsage", Field, 0},
1173 {"Certificate.Extensions", Field, 2},
1174 {"Certificate.ExtraExtensions", Field, 2},
1175 {"Certificate.IPAddresses", Field, 1},
1176 {"Certificate.InhibitAnyPolicy", Field, 24},
1177 {"Certificate.InhibitAnyPolicyZero", Field, 24},
1178 {"Certificate.InhibitPolicyMapping", Field, 24},
1179 {"Certificate.InhibitPolicyMappingZero", Field, 24},
1180 {"Certificate.IsCA", Field, 0},
1181 {"Certificate.Issuer", Field, 0},
1182 {"Certificate.IssuingCertificateURL", Field, 2},
1183 {"Certificate.KeyUsage", Field, 0},
1184 {"Certificate.MaxPathLen", Field, 0},
1185 {"Certificate.MaxPathLenZero", Field, 4},
1186 {"Certificate.NotAfter", Field, 0},
1187 {"Certificate.NotBefore", Field, 0},
1188 {"Certificate.OCSPServer", Field, 2},
1189 {"Certificate.PermittedDNSDomains", Field, 0},
1190 {"Certificate.PermittedDNSDomainsCritical", Field, 0},
1191 {"Certificate.PermittedEmailAddresses", Field, 10},
1192 {"Certificate.PermittedIPRanges", Field, 10},
1193 {"Certificate.PermittedURIDomains", Field, 10},
1194 {"Certificate.Policies", Field, 22},
1195 {"Certificate.PolicyIdentifiers", Field, 0},
1196 {"Certificate.PolicyMappings", Field, 24},
1197 {"Certificate.PublicKey", Field, 0},
1198 {"Certificate.PublicKeyAlgorithm", Field, 0},
1199 {"Certificate.Raw", Field, 0},
1200 {"Certificate.RawIssuer", Field, 0},
1201 {"Certificate.RawSubject", Field, 0},
1202 {"Certificate.RawSubjectPublicKeyInfo", Field, 0},
1203 {"Certificate.RawTBSCertificate", Field, 0},
1204 {"Certificate.RequireExplicitPolicy", Field, 24},
1205 {"Certificate.RequireExplicitPolicyZero", Field, 24},
1206 {"Certificate.SerialNumber", Field, 0},
1207 {"Certificate.Signature", Field, 0},
1208 {"Certificate.SignatureAlgorithm", Field, 0},
1209 {"Certificate.Subject", Field, 0},
1210 {"Certificate.SubjectKeyId", Field, 0},
1211 {"Certificate.URIs", Field, 10},
1212 {"Certificate.UnhandledCriticalExtensions", Field, 5},
1213 {"Certificate.UnknownExtKeyUsage", Field, 0},
1214 {"Certificate.Version", Field, 0},
1215 {"CertificateInvalidError", Type, 0},
1216 {"CertificateInvalidError.Cert", Field, 0},
1217 {"CertificateInvalidError.Detail", Field, 10},
1218 {"CertificateInvalidError.Reason", Field, 0},
1219 {"CertificateRequest", Type, 3},
1220 {"CertificateRequest.Attributes", Field, 3},
1221 {"CertificateRequest.DNSNames", Field, 3},
1222 {"CertificateRequest.EmailAddresses", Field, 3},
1223 {"CertificateRequest.Extensions", Field, 3},
1224 {"CertificateRequest.ExtraExtensions", Field, 3},
1225 {"CertificateRequest.IPAddresses", Field, 3},
1226 {"CertificateRequest.PublicKey", Field, 3},
1227 {"CertificateRequest.PublicKeyAlgorithm", Field, 3},
1228 {"CertificateRequest.Raw", Field, 3},
1229 {"CertificateRequest.RawSubject", Field, 3},
1230 {"CertificateRequest.RawSubjectPublicKeyInfo", Field, 3},
1231 {"CertificateRequest.RawTBSCertificateRequest", Field, 3},
1232 {"CertificateRequest.Signature", Field, 3},
1233 {"CertificateRequest.SignatureAlgorithm", Field, 3},
1234 {"CertificateRequest.Subject", Field, 3},
1235 {"CertificateRequest.URIs", Field, 10},
1236 {"CertificateRequest.Version", Field, 3},
1237 {"ConstraintViolationError", Type, 0},
1238 {"CreateCertificate", Func, 0},
1239 {"CreateCertificateRequest", Func, 3},
1240 {"CreateRevocationList", Func, 15},
1241 {"DSA", Const, 0},
1242 {"DSAWithSHA1", Const, 0},
1243 {"DSAWithSHA256", Const, 0},
1244 {"DecryptPEMBlock", Func, 1},
1245 {"ECDSA", Const, 1},
1246 {"ECDSAWithSHA1", Const, 1},
1247 {"ECDSAWithSHA256", Const, 1},
1248 {"ECDSAWithSHA384", Const, 1},
1249 {"ECDSAWithSHA512", Const, 1},
1250 {"Ed25519", Const, 13},
1251 {"EncryptPEMBlock", Func, 1},
1252 {"ErrUnsupportedAlgorithm", Var, 0},
1253 {"Expired", Const, 0},
1254 {"ExtKeyUsage", Type, 0},
1255 {"ExtKeyUsageAny", Const, 0},
1256 {"ExtKeyUsageClientAuth", Const, 0},
1257 {"ExtKeyUsageCodeSigning", Const, 0},
1258 {"ExtKeyUsageEmailProtection", Const, 0},
1259 {"ExtKeyUsageIPSECEndSystem", Const, 1},
1260 {"ExtKeyUsageIPSECTunnel", Const, 1},
1261 {"ExtKeyUsageIPSECUser", Const, 1},
1262 {"ExtKeyUsageMicrosoftCommercialCodeSigning", Const, 10},
1263 {"ExtKeyUsageMicrosoftKernelCodeSigning", Const, 10},
1264 {"ExtKeyUsageMicrosoftServerGatedCrypto", Const, 1},
1265 {"ExtKeyUsageNetscapeServerGatedCrypto", Const, 1},
1266 {"ExtKeyUsageOCSPSigning", Const, 0},
1267 {"ExtKeyUsageServerAuth", Const, 0},
1268 {"ExtKeyUsageTimeStamping", Const, 0},
1269 {"HostnameError", Type, 0},
1270 {"HostnameError.Certificate", Field, 0},
1271 {"HostnameError.Host", Field, 0},
1272 {"IncompatibleUsage", Const, 1},
1273 {"IncorrectPasswordError", Var, 1},
1274 {"InsecureAlgorithmError", Type, 6},
1275 {"InvalidReason", Type, 0},
1276 {"IsEncryptedPEMBlock", Func, 1},
1277 {"KeyUsage", Type, 0},
1278 {"KeyUsageCRLSign", Const, 0},
1279 {"KeyUsageCertSign", Const, 0},
1280 {"KeyUsageContentCommitment", Const, 0},
1281 {"KeyUsageDataEncipherment", Const, 0},
1282 {"KeyUsageDecipherOnly", Const, 0},
1283 {"KeyUsageDigitalSignature", Const, 0},
1284 {"KeyUsageEncipherOnly", Const, 0},
1285 {"KeyUsageKeyAgreement", Const, 0},
1286 {"KeyUsageKeyEncipherment", Const, 0},
1287 {"MD2WithRSA", Const, 0},
1288 {"MD5WithRSA", Const, 0},
1289 {"MarshalECPrivateKey", Func, 2},
1290 {"MarshalPKCS1PrivateKey", Func, 0},
1291 {"MarshalPKCS1PublicKey", Func, 10},
1292 {"MarshalPKCS8PrivateKey", Func, 10},
1293 {"MarshalPKIXPublicKey", Func, 0},
1294 {"NameConstraintsWithoutSANs", Const, 10},
1295 {"NameMismatch", Const, 8},
1296 {"NewCertPool", Func, 0},
1297 {"NoValidChains", Const, 24},
1298 {"NotAuthorizedToSign", Const, 0},
1299 {"OID", Type, 22},
1300 {"OIDFromInts", Func, 22},
1301 {"PEMCipher", Type, 1},
1302 {"PEMCipher3DES", Const, 1},
1303 {"PEMCipherAES128", Const, 1},
1304 {"PEMCipherAES192", Const, 1},
1305 {"PEMCipherAES256", Const, 1},
1306 {"PEMCipherDES", Const, 1},
1307 {"ParseCRL", Func, 0},
1308 {"ParseCertificate", Func, 0},
1309 {"ParseCertificateRequest", Func, 3},
1310 {"ParseCertificates", Func, 0},
1311 {"ParseDERCRL", Func, 0},
1312 {"ParseECPrivateKey", Func, 1},
1313 {"ParseOID", Func, 23},
1314 {"ParsePKCS1PrivateKey", Func, 0},
1315 {"ParsePKCS1PublicKey", Func, 10},
1316 {"ParsePKCS8PrivateKey", Func, 0},
1317 {"ParsePKIXPublicKey", Func, 0},
1318 {"ParseRevocationList", Func, 19},
1319 {"PolicyMapping", Type, 24},
1320 {"PolicyMapping.IssuerDomainPolicy", Field, 24},
1321 {"PolicyMapping.SubjectDomainPolicy", Field, 24},
1322 {"PublicKeyAlgorithm", Type, 0},
1323 {"PureEd25519", Const, 13},
1324 {"RSA", Const, 0},
1325 {"RevocationList", Type, 15},
1326 {"RevocationList.AuthorityKeyId", Field, 19},
1327 {"RevocationList.Extensions", Field, 19},
1328 {"RevocationList.ExtraExtensions", Field, 15},
1329 {"RevocationList.Issuer", Field, 19},
1330 {"RevocationList.NextUpdate", Field, 15},
1331 {"RevocationList.Number", Field, 15},
1332 {"RevocationList.Raw", Field, 19},
1333 {"RevocationList.RawIssuer", Field, 19},
1334 {"RevocationList.RawTBSRevocationList", Field, 19},
1335 {"RevocationList.RevokedCertificateEntries", Field, 21},
1336 {"RevocationList.RevokedCertificates", Field, 15},
1337 {"RevocationList.Signature", Field, 19},
1338 {"RevocationList.SignatureAlgorithm", Field, 15},
1339 {"RevocationList.ThisUpdate", Field, 15},
1340 {"RevocationListEntry", Type, 21},
1341 {"RevocationListEntry.Extensions", Field, 21},
1342 {"RevocationListEntry.ExtraExtensions", Field, 21},
1343 {"RevocationListEntry.Raw", Field, 21},
1344 {"RevocationListEntry.ReasonCode", Field, 21},
1345 {"RevocationListEntry.RevocationTime", Field, 21},
1346 {"RevocationListEntry.SerialNumber", Field, 21},
1347 {"SHA1WithRSA", Const, 0},
1348 {"SHA256WithRSA", Const, 0},
1349 {"SHA256WithRSAPSS", Const, 8},
1350 {"SHA384WithRSA", Const, 0},
1351 {"SHA384WithRSAPSS", Const, 8},
1352 {"SHA512WithRSA", Const, 0},
1353 {"SHA512WithRSAPSS", Const, 8},
1354 {"SetFallbackRoots", Func, 20},
1355 {"SignatureAlgorithm", Type, 0},
1356 {"SystemCertPool", Func, 7},
1357 {"SystemRootsError", Type, 1},
1358 {"SystemRootsError.Err", Field, 7},
1359 {"TooManyConstraints", Const, 10},
1360 {"TooManyIntermediates", Const, 0},
1361 {"UnconstrainedName", Const, 10},
1362 {"UnhandledCriticalExtension", Type, 0},
1363 {"UnknownAuthorityError", Type, 0},
1364 {"UnknownAuthorityError.Cert", Field, 8},
1365 {"UnknownPublicKeyAlgorithm", Const, 0},
1366 {"UnknownSignatureAlgorithm", Const, 0},
1367 {"VerifyOptions", Type, 0},
1368 {"VerifyOptions.CertificatePolicies", Field, 24},
1369 {"VerifyOptions.CurrentTime", Field, 0},
1370 {"VerifyOptions.DNSName", Field, 0},
1371 {"VerifyOptions.Intermediates", Field, 0},
1372 {"VerifyOptions.KeyUsages", Field, 1},
1373 {"VerifyOptions.MaxConstraintComparisions", Field, 10},
1374 {"VerifyOptions.Roots", Field, 0},
1375 },
1376 "crypto/x509/pkix": {
1377 {"(*CertificateList).HasExpired", Method, 0},
1378 {"(*Name).FillFromRDNSequence", Method, 0},
1379 {"(Name).String", Method, 10},
1380 {"(Name).ToRDNSequence", Method, 0},
1381 {"(RDNSequence).String", Method, 10},
1382 {"AlgorithmIdentifier", Type, 0},
1383 {"AlgorithmIdentifier.Algorithm", Field, 0},
1384 {"AlgorithmIdentifier.Parameters", Field, 0},
1385 {"AttributeTypeAndValue", Type, 0},
1386 {"AttributeTypeAndValue.Type", Field, 0},
1387 {"AttributeTypeAndValue.Value", Field, 0},
1388 {"AttributeTypeAndValueSET", Type, 3},
1389 {"AttributeTypeAndValueSET.Type", Field, 3},
1390 {"AttributeTypeAndValueSET.Value", Field, 3},
1391 {"CertificateList", Type, 0},
1392 {"CertificateList.SignatureAlgorithm", Field, 0},
1393 {"CertificateList.SignatureValue", Field, 0},
1394 {"CertificateList.TBSCertList", Field, 0},
1395 {"Extension", Type, 0},
1396 {"Extension.Critical", Field, 0},
1397 {"Extension.Id", Field, 0},
1398 {"Extension.Value", Field, 0},
1399 {"Name", Type, 0},
1400 {"Name.CommonName", Field, 0},
1401 {"Name.Country", Field, 0},
1402 {"Name.ExtraNames", Field, 5},
1403 {"Name.Locality", Field, 0},
1404 {"Name.Names", Field, 0},
1405 {"Name.Organization", Field, 0},
1406 {"Name.OrganizationalUnit", Field, 0},
1407 {"Name.PostalCode", Field, 0},
1408 {"Name.Province", Field, 0},
1409 {"Name.SerialNumber", Field, 0},
1410 {"Name.StreetAddress", Field, 0},
1411 {"RDNSequence", Type, 0},
1412 {"RelativeDistinguishedNameSET", Type, 0},
1413 {"RevokedCertificate", Type, 0},
1414 {"RevokedCertificate.Extensions", Field, 0},
1415 {"RevokedCertificate.RevocationTime", Field, 0},
1416 {"RevokedCertificate.SerialNumber", Field, 0},
1417 {"TBSCertificateList", Type, 0},
1418 {"TBSCertificateList.Extensions", Field, 0},
1419 {"TBSCertificateList.Issuer", Field, 0},
1420 {"TBSCertificateList.NextUpdate", Field, 0},
1421 {"TBSCertificateList.Raw", Field, 0},
1422 {"TBSCertificateList.RevokedCertificates", Field, 0},
1423 {"TBSCertificateList.Signature", Field, 0},
1424 {"TBSCertificateList.ThisUpdate", Field, 0},
1425 {"TBSCertificateList.Version", Field, 0},
1426 },
1427 "database/sql": {
1428 {"(*ColumnType).DatabaseTypeName", Method, 8},
1429 {"(*ColumnType).DecimalSize", Method, 8},
1430 {"(*ColumnType).Length", Method, 8},
1431 {"(*ColumnType).Name", Method, 8},
1432 {"(*ColumnType).Nullable", Method, 8},
1433 {"(*ColumnType).ScanType", Method, 8},
1434 {"(*Conn).BeginTx", Method, 9},
1435 {"(*Conn).Close", Method, 9},
1436 {"(*Conn).ExecContext", Method, 9},
1437 {"(*Conn).PingContext", Method, 9},
1438 {"(*Conn).PrepareContext", Method, 9},
1439 {"(*Conn).QueryContext", Method, 9},
1440 {"(*Conn).QueryRowContext", Method, 9},
1441 {"(*Conn).Raw", Method, 13},
1442 {"(*DB).Begin", Method, 0},
1443 {"(*DB).BeginTx", Method, 8},
1444 {"(*DB).Close", Method, 0},
1445 {"(*DB).Conn", Method, 9},
1446 {"(*DB).Driver", Method, 0},
1447 {"(*DB).Exec", Method, 0},
1448 {"(*DB).ExecContext", Method, 8},
1449 {"(*DB).Ping", Method, 1},
1450 {"(*DB).PingContext", Method, 8},
1451 {"(*DB).Prepare", Method, 0},
1452 {"(*DB).PrepareContext", Method, 8},
1453 {"(*DB).Query", Method, 0},
1454 {"(*DB).QueryContext", Method, 8},
1455 {"(*DB).QueryRow", Method, 0},
1456 {"(*DB).QueryRowContext", Method, 8},
1457 {"(*DB).SetConnMaxIdleTime", Method, 15},
1458 {"(*DB).SetConnMaxLifetime", Method, 6},
1459 {"(*DB).SetMaxIdleConns", Method, 1},
1460 {"(*DB).SetMaxOpenConns", Method, 2},
1461 {"(*DB).Stats", Method, 5},
1462 {"(*Null).Scan", Method, 22},
1463 {"(*NullBool).Scan", Method, 0},
1464 {"(*NullByte).Scan", Method, 17},
1465 {"(*NullFloat64).Scan", Method, 0},
1466 {"(*NullInt16).Scan", Method, 17},
1467 {"(*NullInt32).Scan", Method, 13},
1468 {"(*NullInt64).Scan", Method, 0},
1469 {"(*NullString).Scan", Method, 0},
1470 {"(*NullTime).Scan", Method, 13},
1471 {"(*Row).Err", Method, 15},
1472 {"(*Row).Scan", Method, 0},
1473 {"(*Rows).Close", Method, 0},
1474 {"(*Rows).ColumnTypes", Method, 8},
1475 {"(*Rows).Columns", Method, 0},
1476 {"(*Rows).Err", Method, 0},
1477 {"(*Rows).Next", Method, 0},
1478 {"(*Rows).NextResultSet", Method, 8},
1479 {"(*Rows).Scan", Method, 0},
1480 {"(*Stmt).Close", Method, 0},
1481 {"(*Stmt).Exec", Method, 0},
1482 {"(*Stmt).ExecContext", Method, 8},
1483 {"(*Stmt).Query", Method, 0},
1484 {"(*Stmt).QueryContext", Method, 8},
1485 {"(*Stmt).QueryRow", Method, 0},
1486 {"(*Stmt).QueryRowContext", Method, 8},
1487 {"(*Tx).Commit", Method, 0},
1488 {"(*Tx).Exec", Method, 0},
1489 {"(*Tx).ExecContext", Method, 8},
1490 {"(*Tx).Prepare", Method, 0},
1491 {"(*Tx).PrepareContext", Method, 8},
1492 {"(*Tx).Query", Method, 0},
1493 {"(*Tx).QueryContext", Method, 8},
1494 {"(*Tx).QueryRow", Method, 0},
1495 {"(*Tx).QueryRowContext", Method, 8},
1496 {"(*Tx).Rollback", Method, 0},
1497 {"(*Tx).Stmt", Method, 0},
1498 {"(*Tx).StmtContext", Method, 8},
1499 {"(IsolationLevel).String", Method, 11},
1500 {"(Null).Value", Method, 22},
1501 {"(NullBool).Value", Method, 0},
1502 {"(NullByte).Value", Method, 17},
1503 {"(NullFloat64).Value", Method, 0},
1504 {"(NullInt16).Value", Method, 17},
1505 {"(NullInt32).Value", Method, 13},
1506 {"(NullInt64).Value", Method, 0},
1507 {"(NullString).Value", Method, 0},
1508 {"(NullTime).Value", Method, 13},
1509 {"ColumnType", Type, 8},
1510 {"Conn", Type, 9},
1511 {"DB", Type, 0},
1512 {"DBStats", Type, 5},
1513 {"DBStats.Idle", Field, 11},
1514 {"DBStats.InUse", Field, 11},
1515 {"DBStats.MaxIdleClosed", Field, 11},
1516 {"DBStats.MaxIdleTimeClosed", Field, 15},
1517 {"DBStats.MaxLifetimeClosed", Field, 11},
1518 {"DBStats.MaxOpenConnections", Field, 11},
1519 {"DBStats.OpenConnections", Field, 5},
1520 {"DBStats.WaitCount", Field, 11},
1521 {"DBStats.WaitDuration", Field, 11},
1522 {"Drivers", Func, 4},
1523 {"ErrConnDone", Var, 9},
1524 {"ErrNoRows", Var, 0},
1525 {"ErrTxDone", Var, 0},
1526 {"IsolationLevel", Type, 8},
1527 {"LevelDefault", Const, 8},
1528 {"LevelLinearizable", Const, 8},
1529 {"LevelReadCommitted", Const, 8},
1530 {"LevelReadUncommitted", Const, 8},
1531 {"LevelRepeatableRead", Const, 8},
1532 {"LevelSerializable", Const, 8},
1533 {"LevelSnapshot", Const, 8},
1534 {"LevelWriteCommitted", Const, 8},
1535 {"Named", Func, 8},
1536 {"NamedArg", Type, 8},
1537 {"NamedArg.Name", Field, 8},
1538 {"NamedArg.Value", Field, 8},
1539 {"Null", Type, 22},
1540 {"Null.V", Field, 22},
1541 {"Null.Valid", Field, 22},
1542 {"NullBool", Type, 0},
1543 {"NullBool.Bool", Field, 0},
1544 {"NullBool.Valid", Field, 0},
1545 {"NullByte", Type, 17},
1546 {"NullByte.Byte", Field, 17},
1547 {"NullByte.Valid", Field, 17},
1548 {"NullFloat64", Type, 0},
1549 {"NullFloat64.Float64", Field, 0},
1550 {"NullFloat64.Valid", Field, 0},
1551 {"NullInt16", Type, 17},
1552 {"NullInt16.Int16", Field, 17},
1553 {"NullInt16.Valid", Field, 17},
1554 {"NullInt32", Type, 13},
1555 {"NullInt32.Int32", Field, 13},
1556 {"NullInt32.Valid", Field, 13},
1557 {"NullInt64", Type, 0},
1558 {"NullInt64.Int64", Field, 0},
1559 {"NullInt64.Valid", Field, 0},
1560 {"NullString", Type, 0},
1561 {"NullString.String", Field, 0},
1562 {"NullString.Valid", Field, 0},
1563 {"NullTime", Type, 13},
1564 {"NullTime.Time", Field, 13},
1565 {"NullTime.Valid", Field, 13},
1566 {"Open", Func, 0},
1567 {"OpenDB", Func, 10},
1568 {"Out", Type, 9},
1569 {"Out.Dest", Field, 9},
1570 {"Out.In", Field, 9},
1571 {"RawBytes", Type, 0},
1572 {"Register", Func, 0},
1573 {"Result", Type, 0},
1574 {"Row", Type, 0},
1575 {"Rows", Type, 0},
1576 {"Scanner", Type, 0},
1577 {"Stmt", Type, 0},
1578 {"Tx", Type, 0},
1579 {"TxOptions", Type, 8},
1580 {"TxOptions.Isolation", Field, 8},
1581 {"TxOptions.ReadOnly", Field, 8},
1582 },
1583 "database/sql/driver": {
1584 {"(NotNull).ConvertValue", Method, 0},
1585 {"(Null).ConvertValue", Method, 0},
1586 {"(RowsAffected).LastInsertId", Method, 0},
1587 {"(RowsAffected).RowsAffected", Method, 0},
1588 {"Bool", Var, 0},
1589 {"ColumnConverter", Type, 0},
1590 {"Conn", Type, 0},
1591 {"ConnBeginTx", Type, 8},
1592 {"ConnPrepareContext", Type, 8},
1593 {"Connector", Type, 10},
1594 {"DefaultParameterConverter", Var, 0},
1595 {"Driver", Type, 0},
1596 {"DriverContext", Type, 10},
1597 {"ErrBadConn", Var, 0},
1598 {"ErrRemoveArgument", Var, 9},
1599 {"ErrSkip", Var, 0},
1600 {"Execer", Type, 0},
1601 {"ExecerContext", Type, 8},
1602 {"Int32", Var, 0},
1603 {"IsScanValue", Func, 0},
1604 {"IsValue", Func, 0},
1605 {"IsolationLevel", Type, 8},
1606 {"NamedValue", Type, 8},
1607 {"NamedValue.Name", Field, 8},
1608 {"NamedValue.Ordinal", Field, 8},
1609 {"NamedValue.Value", Field, 8},
1610 {"NamedValueChecker", Type, 9},
1611 {"NotNull", Type, 0},
1612 {"NotNull.Converter", Field, 0},
1613 {"Null", Type, 0},
1614 {"Null.Converter", Field, 0},
1615 {"Pinger", Type, 8},
1616 {"Queryer", Type, 1},
1617 {"QueryerContext", Type, 8},
1618 {"Result", Type, 0},
1619 {"ResultNoRows", Var, 0},
1620 {"Rows", Type, 0},
1621 {"RowsAffected", Type, 0},
1622 {"RowsColumnTypeDatabaseTypeName", Type, 8},
1623 {"RowsColumnTypeLength", Type, 8},
1624 {"RowsColumnTypeNullable", Type, 8},
1625 {"RowsColumnTypePrecisionScale", Type, 8},
1626 {"RowsColumnTypeScanType", Type, 8},
1627 {"RowsNextResultSet", Type, 8},
1628 {"SessionResetter", Type, 10},
1629 {"Stmt", Type, 0},
1630 {"StmtExecContext", Type, 8},
1631 {"StmtQueryContext", Type, 8},
1632 {"String", Var, 0},
1633 {"Tx", Type, 0},
1634 {"TxOptions", Type, 8},
1635 {"TxOptions.Isolation", Field, 8},
1636 {"TxOptions.ReadOnly", Field, 8},
1637 {"Validator", Type, 15},
1638 {"Value", Type, 0},
1639 {"ValueConverter", Type, 0},
1640 {"Valuer", Type, 0},
1641 },
1642 "debug/buildinfo": {
1643 {"BuildInfo", Type, 18},
1644 {"Read", Func, 18},
1645 {"ReadFile", Func, 18},
1646 },
1647 "debug/dwarf": {
1648 {"(*AddrType).Basic", Method, 0},
1649 {"(*AddrType).Common", Method, 0},
1650 {"(*AddrType).Size", Method, 0},
1651 {"(*AddrType).String", Method, 0},
1652 {"(*ArrayType).Common", Method, 0},
1653 {"(*ArrayType).Size", Method, 0},
1654 {"(*ArrayType).String", Method, 0},
1655 {"(*BasicType).Basic", Method, 0},
1656 {"(*BasicType).Common", Method, 0},
1657 {"(*BasicType).Size", Method, 0},
1658 {"(*BasicType).String", Method, 0},
1659 {"(*BoolType).Basic", Method, 0},
1660 {"(*BoolType).Common", Method, 0},
1661 {"(*BoolType).Size", Method, 0},
1662 {"(*BoolType).String", Method, 0},
1663 {"(*CharType).Basic", Method, 0},
1664 {"(*CharType).Common", Method, 0},
1665 {"(*CharType).Size", Method, 0},
1666 {"(*CharType).String", Method, 0},
1667 {"(*CommonType).Common", Method, 0},
1668 {"(*CommonType).Size", Method, 0},
1669 {"(*ComplexType).Basic", Method, 0},
1670 {"(*ComplexType).Common", Method, 0},
1671 {"(*ComplexType).Size", Method, 0},
1672 {"(*ComplexType).String", Method, 0},
1673 {"(*Data).AddSection", Method, 14},
1674 {"(*Data).AddTypes", Method, 3},
1675 {"(*Data).LineReader", Method, 5},
1676 {"(*Data).Ranges", Method, 7},
1677 {"(*Data).Reader", Method, 0},
1678 {"(*Data).Type", Method, 0},
1679 {"(*DotDotDotType).Common", Method, 0},
1680 {"(*DotDotDotType).Size", Method, 0},
1681 {"(*DotDotDotType).String", Method, 0},
1682 {"(*Entry).AttrField", Method, 5},
1683 {"(*Entry).Val", Method, 0},
1684 {"(*EnumType).Common", Method, 0},
1685 {"(*EnumType).Size", Method, 0},
1686 {"(*EnumType).String", Method, 0},
1687 {"(*FloatType).Basic", Method, 0},
1688 {"(*FloatType).Common", Method, 0},
1689 {"(*FloatType).Size", Method, 0},
1690 {"(*FloatType).String", Method, 0},
1691 {"(*FuncType).Common", Method, 0},
1692 {"(*FuncType).Size", Method, 0},
1693 {"(*FuncType).String", Method, 0},
1694 {"(*IntType).Basic", Method, 0},
1695 {"(*IntType).Common", Method, 0},
1696 {"(*IntType).Size", Method, 0},
1697 {"(*IntType).String", Method, 0},
1698 {"(*LineReader).Files", Method, 14},
1699 {"(*LineReader).Next", Method, 5},
1700 {"(*LineReader).Reset", Method, 5},
1701 {"(*LineReader).Seek", Method, 5},
1702 {"(*LineReader).SeekPC", Method, 5},
1703 {"(*LineReader).Tell", Method, 5},
1704 {"(*PtrType).Common", Method, 0},
1705 {"(*PtrType).Size", Method, 0},
1706 {"(*PtrType).String", Method, 0},
1707 {"(*QualType).Common", Method, 0},
1708 {"(*QualType).Size", Method, 0},
1709 {"(*QualType).String", Method, 0},
1710 {"(*Reader).AddressSize", Method, 5},
1711 {"(*Reader).ByteOrder", Method, 14},
1712 {"(*Reader).Next", Method, 0},
1713 {"(*Reader).Seek", Method, 0},
1714 {"(*Reader).SeekPC", Method, 7},
1715 {"(*Reader).SkipChildren", Method, 0},
1716 {"(*StructType).Common", Method, 0},
1717 {"(*StructType).Defn", Method, 0},
1718 {"(*StructType).Size", Method, 0},
1719 {"(*StructType).String", Method, 0},
1720 {"(*TypedefType).Common", Method, 0},
1721 {"(*TypedefType).Size", Method, 0},
1722 {"(*TypedefType).String", Method, 0},
1723 {"(*UcharType).Basic", Method, 0},
1724 {"(*UcharType).Common", Method, 0},
1725 {"(*UcharType).Size", Method, 0},
1726 {"(*UcharType).String", Method, 0},
1727 {"(*UintType).Basic", Method, 0},
1728 {"(*UintType).Common", Method, 0},
1729 {"(*UintType).Size", Method, 0},
1730 {"(*UintType).String", Method, 0},
1731 {"(*UnspecifiedType).Basic", Method, 4},
1732 {"(*UnspecifiedType).Common", Method, 4},
1733 {"(*UnspecifiedType).Size", Method, 4},
1734 {"(*UnspecifiedType).String", Method, 4},
1735 {"(*UnsupportedType).Common", Method, 13},
1736 {"(*UnsupportedType).Size", Method, 13},
1737 {"(*UnsupportedType).String", Method, 13},
1738 {"(*VoidType).Common", Method, 0},
1739 {"(*VoidType).Size", Method, 0},
1740 {"(*VoidType).String", Method, 0},
1741 {"(Attr).GoString", Method, 0},
1742 {"(Attr).String", Method, 0},
1743 {"(Class).GoString", Method, 5},
1744 {"(Class).String", Method, 5},
1745 {"(DecodeError).Error", Method, 0},
1746 {"(Tag).GoString", Method, 0},
1747 {"(Tag).String", Method, 0},
1748 {"AddrType", Type, 0},
1749 {"AddrType.BasicType", Field, 0},
1750 {"ArrayType", Type, 0},
1751 {"ArrayType.CommonType", Field, 0},
1752 {"ArrayType.Count", Field, 0},
1753 {"ArrayType.StrideBitSize", Field, 0},
1754 {"ArrayType.Type", Field, 0},
1755 {"Attr", Type, 0},
1756 {"AttrAbstractOrigin", Const, 0},
1757 {"AttrAccessibility", Const, 0},
1758 {"AttrAddrBase", Const, 14},
1759 {"AttrAddrClass", Const, 0},
1760 {"AttrAlignment", Const, 14},
1761 {"AttrAllocated", Const, 0},
1762 {"AttrArtificial", Const, 0},
1763 {"AttrAssociated", Const, 0},
1764 {"AttrBaseTypes", Const, 0},
1765 {"AttrBinaryScale", Const, 14},
1766 {"AttrBitOffset", Const, 0},
1767 {"AttrBitSize", Const, 0},
1768 {"AttrByteSize", Const, 0},
1769 {"AttrCallAllCalls", Const, 14},
1770 {"AttrCallAllSourceCalls", Const, 14},
1771 {"AttrCallAllTailCalls", Const, 14},
1772 {"AttrCallColumn", Const, 0},
1773 {"AttrCallDataLocation", Const, 14},
1774 {"AttrCallDataValue", Const, 14},
1775 {"AttrCallFile", Const, 0},
1776 {"AttrCallLine", Const, 0},
1777 {"AttrCallOrigin", Const, 14},
1778 {"AttrCallPC", Const, 14},
1779 {"AttrCallParameter", Const, 14},
1780 {"AttrCallReturnPC", Const, 14},
1781 {"AttrCallTailCall", Const, 14},
1782 {"AttrCallTarget", Const, 14},
1783 {"AttrCallTargetClobbered", Const, 14},
1784 {"AttrCallValue", Const, 14},
1785 {"AttrCalling", Const, 0},
1786 {"AttrCommonRef", Const, 0},
1787 {"AttrCompDir", Const, 0},
1788 {"AttrConstExpr", Const, 14},
1789 {"AttrConstValue", Const, 0},
1790 {"AttrContainingType", Const, 0},
1791 {"AttrCount", Const, 0},
1792 {"AttrDataBitOffset", Const, 14},
1793 {"AttrDataLocation", Const, 0},
1794 {"AttrDataMemberLoc", Const, 0},
1795 {"AttrDecimalScale", Const, 14},
1796 {"AttrDecimalSign", Const, 14},
1797 {"AttrDeclColumn", Const, 0},
1798 {"AttrDeclFile", Const, 0},
1799 {"AttrDeclLine", Const, 0},
1800 {"AttrDeclaration", Const, 0},
1801 {"AttrDefaultValue", Const, 0},
1802 {"AttrDefaulted", Const, 14},
1803 {"AttrDeleted", Const, 14},
1804 {"AttrDescription", Const, 0},
1805 {"AttrDigitCount", Const, 14},
1806 {"AttrDiscr", Const, 0},
1807 {"AttrDiscrList", Const, 0},
1808 {"AttrDiscrValue", Const, 0},
1809 {"AttrDwoName", Const, 14},
1810 {"AttrElemental", Const, 14},
1811 {"AttrEncoding", Const, 0},
1812 {"AttrEndianity", Const, 14},
1813 {"AttrEntrypc", Const, 0},
1814 {"AttrEnumClass", Const, 14},
1815 {"AttrExplicit", Const, 14},
1816 {"AttrExportSymbols", Const, 14},
1817 {"AttrExtension", Const, 0},
1818 {"AttrExternal", Const, 0},
1819 {"AttrFrameBase", Const, 0},
1820 {"AttrFriend", Const, 0},
1821 {"AttrHighpc", Const, 0},
1822 {"AttrIdentifierCase", Const, 0},
1823 {"AttrImport", Const, 0},
1824 {"AttrInline", Const, 0},
1825 {"AttrIsOptional", Const, 0},
1826 {"AttrLanguage", Const, 0},
1827 {"AttrLinkageName", Const, 14},
1828 {"AttrLocation", Const, 0},
1829 {"AttrLoclistsBase", Const, 14},
1830 {"AttrLowerBound", Const, 0},
1831 {"AttrLowpc", Const, 0},
1832 {"AttrMacroInfo", Const, 0},
1833 {"AttrMacros", Const, 14},
1834 {"AttrMainSubprogram", Const, 14},
1835 {"AttrMutable", Const, 14},
1836 {"AttrName", Const, 0},
1837 {"AttrNamelistItem", Const, 0},
1838 {"AttrNoreturn", Const, 14},
1839 {"AttrObjectPointer", Const, 14},
1840 {"AttrOrdering", Const, 0},
1841 {"AttrPictureString", Const, 14},
1842 {"AttrPriority", Const, 0},
1843 {"AttrProducer", Const, 0},
1844 {"AttrPrototyped", Const, 0},
1845 {"AttrPure", Const, 14},
1846 {"AttrRanges", Const, 0},
1847 {"AttrRank", Const, 14},
1848 {"AttrRecursive", Const, 14},
1849 {"AttrReference", Const, 14},
1850 {"AttrReturnAddr", Const, 0},
1851 {"AttrRnglistsBase", Const, 14},
1852 {"AttrRvalueReference", Const, 14},
1853 {"AttrSegment", Const, 0},
1854 {"AttrSibling", Const, 0},
1855 {"AttrSignature", Const, 14},
1856 {"AttrSmall", Const, 14},
1857 {"AttrSpecification", Const, 0},
1858 {"AttrStartScope", Const, 0},
1859 {"AttrStaticLink", Const, 0},
1860 {"AttrStmtList", Const, 0},
1861 {"AttrStrOffsetsBase", Const, 14},
1862 {"AttrStride", Const, 0},
1863 {"AttrStrideSize", Const, 0},
1864 {"AttrStringLength", Const, 0},
1865 {"AttrStringLengthBitSize", Const, 14},
1866 {"AttrStringLengthByteSize", Const, 14},
1867 {"AttrThreadsScaled", Const, 14},
1868 {"AttrTrampoline", Const, 0},
1869 {"AttrType", Const, 0},
1870 {"AttrUpperBound", Const, 0},
1871 {"AttrUseLocation", Const, 0},
1872 {"AttrUseUTF8", Const, 0},
1873 {"AttrVarParam", Const, 0},
1874 {"AttrVirtuality", Const, 0},
1875 {"AttrVisibility", Const, 0},
1876 {"AttrVtableElemLoc", Const, 0},
1877 {"BasicType", Type, 0},
1878 {"BasicType.BitOffset", Field, 0},
1879 {"BasicType.BitSize", Field, 0},
1880 {"BasicType.CommonType", Field, 0},
1881 {"BasicType.DataBitOffset", Field, 18},
1882 {"BoolType", Type, 0},
1883 {"BoolType.BasicType", Field, 0},
1884 {"CharType", Type, 0},
1885 {"CharType.BasicType", Field, 0},
1886 {"Class", Type, 5},
1887 {"ClassAddrPtr", Const, 14},
1888 {"ClassAddress", Const, 5},
1889 {"ClassBlock", Const, 5},
1890 {"ClassConstant", Const, 5},
1891 {"ClassExprLoc", Const, 5},
1892 {"ClassFlag", Const, 5},
1893 {"ClassLinePtr", Const, 5},
1894 {"ClassLocList", Const, 14},
1895 {"ClassLocListPtr", Const, 5},
1896 {"ClassMacPtr", Const, 5},
1897 {"ClassRangeListPtr", Const, 5},
1898 {"ClassReference", Const, 5},
1899 {"ClassReferenceAlt", Const, 5},
1900 {"ClassReferenceSig", Const, 5},
1901 {"ClassRngList", Const, 14},
1902 {"ClassRngListsPtr", Const, 14},
1903 {"ClassStrOffsetsPtr", Const, 14},
1904 {"ClassString", Const, 5},
1905 {"ClassStringAlt", Const, 5},
1906 {"ClassUnknown", Const, 6},
1907 {"CommonType", Type, 0},
1908 {"CommonType.ByteSize", Field, 0},
1909 {"CommonType.Name", Field, 0},
1910 {"ComplexType", Type, 0},
1911 {"ComplexType.BasicType", Field, 0},
1912 {"Data", Type, 0},
1913 {"DecodeError", Type, 0},
1914 {"DecodeError.Err", Field, 0},
1915 {"DecodeError.Name", Field, 0},
1916 {"DecodeError.Offset", Field, 0},
1917 {"DotDotDotType", Type, 0},
1918 {"DotDotDotType.CommonType", Field, 0},
1919 {"Entry", Type, 0},
1920 {"Entry.Children", Field, 0},
1921 {"Entry.Field", Field, 0},
1922 {"Entry.Offset", Field, 0},
1923 {"Entry.Tag", Field, 0},
1924 {"EnumType", Type, 0},
1925 {"EnumType.CommonType", Field, 0},
1926 {"EnumType.EnumName", Field, 0},
1927 {"EnumType.Val", Field, 0},
1928 {"EnumValue", Type, 0},
1929 {"EnumValue.Name", Field, 0},
1930 {"EnumValue.Val", Field, 0},
1931 {"ErrUnknownPC", Var, 5},
1932 {"Field", Type, 0},
1933 {"Field.Attr", Field, 0},
1934 {"Field.Class", Field, 5},
1935 {"Field.Val", Field, 0},
1936 {"FloatType", Type, 0},
1937 {"FloatType.BasicType", Field, 0},
1938 {"FuncType", Type, 0},
1939 {"FuncType.CommonType", Field, 0},
1940 {"FuncType.ParamType", Field, 0},
1941 {"FuncType.ReturnType", Field, 0},
1942 {"IntType", Type, 0},
1943 {"IntType.BasicType", Field, 0},
1944 {"LineEntry", Type, 5},
1945 {"LineEntry.Address", Field, 5},
1946 {"LineEntry.BasicBlock", Field, 5},
1947 {"LineEntry.Column", Field, 5},
1948 {"LineEntry.Discriminator", Field, 5},
1949 {"LineEntry.EndSequence", Field, 5},
1950 {"LineEntry.EpilogueBegin", Field, 5},
1951 {"LineEntry.File", Field, 5},
1952 {"LineEntry.ISA", Field, 5},
1953 {"LineEntry.IsStmt", Field, 5},
1954 {"LineEntry.Line", Field, 5},
1955 {"LineEntry.OpIndex", Field, 5},
1956 {"LineEntry.PrologueEnd", Field, 5},
1957 {"LineFile", Type, 5},
1958 {"LineFile.Length", Field, 5},
1959 {"LineFile.Mtime", Field, 5},
1960 {"LineFile.Name", Field, 5},
1961 {"LineReader", Type, 5},
1962 {"LineReaderPos", Type, 5},
1963 {"New", Func, 0},
1964 {"Offset", Type, 0},
1965 {"PtrType", Type, 0},
1966 {"PtrType.CommonType", Field, 0},
1967 {"PtrType.Type", Field, 0},
1968 {"QualType", Type, 0},
1969 {"QualType.CommonType", Field, 0},
1970 {"QualType.Qual", Field, 0},
1971 {"QualType.Type", Field, 0},
1972 {"Reader", Type, 0},
1973 {"StructField", Type, 0},
1974 {"StructField.BitOffset", Field, 0},
1975 {"StructField.BitSize", Field, 0},
1976 {"StructField.ByteOffset", Field, 0},
1977 {"StructField.ByteSize", Field, 0},
1978 {"StructField.DataBitOffset", Field, 18},
1979 {"StructField.Name", Field, 0},
1980 {"StructField.Type", Field, 0},
1981 {"StructType", Type, 0},
1982 {"StructType.CommonType", Field, 0},
1983 {"StructType.Field", Field, 0},
1984 {"StructType.Incomplete", Field, 0},
1985 {"StructType.Kind", Field, 0},
1986 {"StructType.StructName", Field, 0},
1987 {"Tag", Type, 0},
1988 {"TagAccessDeclaration", Const, 0},
1989 {"TagArrayType", Const, 0},
1990 {"TagAtomicType", Const, 14},
1991 {"TagBaseType", Const, 0},
1992 {"TagCallSite", Const, 14},
1993 {"TagCallSiteParameter", Const, 14},
1994 {"TagCatchDwarfBlock", Const, 0},
1995 {"TagClassType", Const, 0},
1996 {"TagCoarrayType", Const, 14},
1997 {"TagCommonDwarfBlock", Const, 0},
1998 {"TagCommonInclusion", Const, 0},
1999 {"TagCompileUnit", Const, 0},
2000 {"TagCondition", Const, 3},
2001 {"TagConstType", Const, 0},
2002 {"TagConstant", Const, 0},
2003 {"TagDwarfProcedure", Const, 0},
2004 {"TagDynamicType", Const, 14},
2005 {"TagEntryPoint", Const, 0},
2006 {"TagEnumerationType", Const, 0},
2007 {"TagEnumerator", Const, 0},
2008 {"TagFileType", Const, 0},
2009 {"TagFormalParameter", Const, 0},
2010 {"TagFriend", Const, 0},
2011 {"TagGenericSubrange", Const, 14},
2012 {"TagImmutableType", Const, 14},
2013 {"TagImportedDeclaration", Const, 0},
2014 {"TagImportedModule", Const, 0},
2015 {"TagImportedUnit", Const, 0},
2016 {"TagInheritance", Const, 0},
2017 {"TagInlinedSubroutine", Const, 0},
2018 {"TagInterfaceType", Const, 0},
2019 {"TagLabel", Const, 0},
2020 {"TagLexDwarfBlock", Const, 0},
2021 {"TagMember", Const, 0},
2022 {"TagModule", Const, 0},
2023 {"TagMutableType", Const, 0},
2024 {"TagNamelist", Const, 0},
2025 {"TagNamelistItem", Const, 0},
2026 {"TagNamespace", Const, 0},
2027 {"TagPackedType", Const, 0},
2028 {"TagPartialUnit", Const, 0},
2029 {"TagPointerType", Const, 0},
2030 {"TagPtrToMemberType", Const, 0},
2031 {"TagReferenceType", Const, 0},
2032 {"TagRestrictType", Const, 0},
2033 {"TagRvalueReferenceType", Const, 3},
2034 {"TagSetType", Const, 0},
2035 {"TagSharedType", Const, 3},
2036 {"TagSkeletonUnit", Const, 14},
2037 {"TagStringType", Const, 0},
2038 {"TagStructType", Const, 0},
2039 {"TagSubprogram", Const, 0},
2040 {"TagSubrangeType", Const, 0},
2041 {"TagSubroutineType", Const, 0},
2042 {"TagTemplateAlias", Const, 3},
2043 {"TagTemplateTypeParameter", Const, 0},
2044 {"TagTemplateValueParameter", Const, 0},
2045 {"TagThrownType", Const, 0},
2046 {"TagTryDwarfBlock", Const, 0},
2047 {"TagTypeUnit", Const, 3},
2048 {"TagTypedef", Const, 0},
2049 {"TagUnionType", Const, 0},
2050 {"TagUnspecifiedParameters", Const, 0},
2051 {"TagUnspecifiedType", Const, 0},
2052 {"TagVariable", Const, 0},
2053 {"TagVariant", Const, 0},
2054 {"TagVariantPart", Const, 0},
2055 {"TagVolatileType", Const, 0},
2056 {"TagWithStmt", Const, 0},
2057 {"Type", Type, 0},
2058 {"TypedefType", Type, 0},
2059 {"TypedefType.CommonType", Field, 0},
2060 {"TypedefType.Type", Field, 0},
2061 {"UcharType", Type, 0},
2062 {"UcharType.BasicType", Field, 0},
2063 {"UintType", Type, 0},
2064 {"UintType.BasicType", Field, 0},
2065 {"UnspecifiedType", Type, 4},
2066 {"UnspecifiedType.BasicType", Field, 4},
2067 {"UnsupportedType", Type, 13},
2068 {"UnsupportedType.CommonType", Field, 13},
2069 {"UnsupportedType.Tag", Field, 13},
2070 {"VoidType", Type, 0},
2071 {"VoidType.CommonType", Field, 0},
2072 },
2073 "debug/elf": {
2074 {"(*File).Close", Method, 0},
2075 {"(*File).DWARF", Method, 0},
2076 {"(*File).DynString", Method, 1},
2077 {"(*File).DynValue", Method, 21},
2078 {"(*File).DynamicSymbols", Method, 4},
2079 {"(*File).DynamicVersionNeeds", Method, 24},
2080 {"(*File).DynamicVersions", Method, 24},
2081 {"(*File).ImportedLibraries", Method, 0},
2082 {"(*File).ImportedSymbols", Method, 0},
2083 {"(*File).Section", Method, 0},
2084 {"(*File).SectionByType", Method, 0},
2085 {"(*File).Symbols", Method, 0},
2086 {"(*FormatError).Error", Method, 0},
2087 {"(*Prog).Open", Method, 0},
2088 {"(*Section).Data", Method, 0},
2089 {"(*Section).Open", Method, 0},
2090 {"(Class).GoString", Method, 0},
2091 {"(Class).String", Method, 0},
2092 {"(CompressionType).GoString", Method, 6},
2093 {"(CompressionType).String", Method, 6},
2094 {"(Data).GoString", Method, 0},
2095 {"(Data).String", Method, 0},
2096 {"(DynFlag).GoString", Method, 0},
2097 {"(DynFlag).String", Method, 0},
2098 {"(DynFlag1).GoString", Method, 21},
2099 {"(DynFlag1).String", Method, 21},
2100 {"(DynTag).GoString", Method, 0},
2101 {"(DynTag).String", Method, 0},
2102 {"(Machine).GoString", Method, 0},
2103 {"(Machine).String", Method, 0},
2104 {"(NType).GoString", Method, 0},
2105 {"(NType).String", Method, 0},
2106 {"(OSABI).GoString", Method, 0},
2107 {"(OSABI).String", Method, 0},
2108 {"(Prog).ReadAt", Method, 0},
2109 {"(ProgFlag).GoString", Method, 0},
2110 {"(ProgFlag).String", Method, 0},
2111 {"(ProgType).GoString", Method, 0},
2112 {"(ProgType).String", Method, 0},
2113 {"(R_386).GoString", Method, 0},
2114 {"(R_386).String", Method, 0},
2115 {"(R_390).GoString", Method, 7},
2116 {"(R_390).String", Method, 7},
2117 {"(R_AARCH64).GoString", Method, 4},
2118 {"(R_AARCH64).String", Method, 4},
2119 {"(R_ALPHA).GoString", Method, 0},
2120 {"(R_ALPHA).String", Method, 0},
2121 {"(R_ARM).GoString", Method, 0},
2122 {"(R_ARM).String", Method, 0},
2123 {"(R_LARCH).GoString", Method, 19},
2124 {"(R_LARCH).String", Method, 19},
2125 {"(R_MIPS).GoString", Method, 6},
2126 {"(R_MIPS).String", Method, 6},
2127 {"(R_PPC).GoString", Method, 0},
2128 {"(R_PPC).String", Method, 0},
2129 {"(R_PPC64).GoString", Method, 5},
2130 {"(R_PPC64).String", Method, 5},
2131 {"(R_RISCV).GoString", Method, 11},
2132 {"(R_RISCV).String", Method, 11},
2133 {"(R_SPARC).GoString", Method, 0},
2134 {"(R_SPARC).String", Method, 0},
2135 {"(R_X86_64).GoString", Method, 0},
2136 {"(R_X86_64).String", Method, 0},
2137 {"(Section).ReadAt", Method, 0},
2138 {"(SectionFlag).GoString", Method, 0},
2139 {"(SectionFlag).String", Method, 0},
2140 {"(SectionIndex).GoString", Method, 0},
2141 {"(SectionIndex).String", Method, 0},
2142 {"(SectionType).GoString", Method, 0},
2143 {"(SectionType).String", Method, 0},
2144 {"(SymBind).GoString", Method, 0},
2145 {"(SymBind).String", Method, 0},
2146 {"(SymType).GoString", Method, 0},
2147 {"(SymType).String", Method, 0},
2148 {"(SymVis).GoString", Method, 0},
2149 {"(SymVis).String", Method, 0},
2150 {"(Type).GoString", Method, 0},
2151 {"(Type).String", Method, 0},
2152 {"(Version).GoString", Method, 0},
2153 {"(Version).String", Method, 0},
2154 {"(VersionIndex).Index", Method, 24},
2155 {"(VersionIndex).IsHidden", Method, 24},
2156 {"ARM_MAGIC_TRAMP_NUMBER", Const, 0},
2157 {"COMPRESS_HIOS", Const, 6},
2158 {"COMPRESS_HIPROC", Const, 6},
2159 {"COMPRESS_LOOS", Const, 6},
2160 {"COMPRESS_LOPROC", Const, 6},
2161 {"COMPRESS_ZLIB", Const, 6},
2162 {"COMPRESS_ZSTD", Const, 21},
2163 {"Chdr32", Type, 6},
2164 {"Chdr32.Addralign", Field, 6},
2165 {"Chdr32.Size", Field, 6},
2166 {"Chdr32.Type", Field, 6},
2167 {"Chdr64", Type, 6},
2168 {"Chdr64.Addralign", Field, 6},
2169 {"Chdr64.Size", Field, 6},
2170 {"Chdr64.Type", Field, 6},
2171 {"Class", Type, 0},
2172 {"CompressionType", Type, 6},
2173 {"DF_1_CONFALT", Const, 21},
2174 {"DF_1_DIRECT", Const, 21},
2175 {"DF_1_DISPRELDNE", Const, 21},
2176 {"DF_1_DISPRELPND", Const, 21},
2177 {"DF_1_EDITED", Const, 21},
2178 {"DF_1_ENDFILTEE", Const, 21},
2179 {"DF_1_GLOBAL", Const, 21},
2180 {"DF_1_GLOBAUDIT", Const, 21},
2181 {"DF_1_GROUP", Const, 21},
2182 {"DF_1_IGNMULDEF", Const, 21},
2183 {"DF_1_INITFIRST", Const, 21},
2184 {"DF_1_INTERPOSE", Const, 21},
2185 {"DF_1_KMOD", Const, 21},
2186 {"DF_1_LOADFLTR", Const, 21},
2187 {"DF_1_NOCOMMON", Const, 21},
2188 {"DF_1_NODEFLIB", Const, 21},
2189 {"DF_1_NODELETE", Const, 21},
2190 {"DF_1_NODIRECT", Const, 21},
2191 {"DF_1_NODUMP", Const, 21},
2192 {"DF_1_NOHDR", Const, 21},
2193 {"DF_1_NOKSYMS", Const, 21},
2194 {"DF_1_NOOPEN", Const, 21},
2195 {"DF_1_NORELOC", Const, 21},
2196 {"DF_1_NOW", Const, 21},
2197 {"DF_1_ORIGIN", Const, 21},
2198 {"DF_1_PIE", Const, 21},
2199 {"DF_1_SINGLETON", Const, 21},
2200 {"DF_1_STUB", Const, 21},
2201 {"DF_1_SYMINTPOSE", Const, 21},
2202 {"DF_1_TRANS", Const, 21},
2203 {"DF_1_WEAKFILTER", Const, 21},
2204 {"DF_BIND_NOW", Const, 0},
2205 {"DF_ORIGIN", Const, 0},
2206 {"DF_STATIC_TLS", Const, 0},
2207 {"DF_SYMBOLIC", Const, 0},
2208 {"DF_TEXTREL", Const, 0},
2209 {"DT_ADDRRNGHI", Const, 16},
2210 {"DT_ADDRRNGLO", Const, 16},
2211 {"DT_AUDIT", Const, 16},
2212 {"DT_AUXILIARY", Const, 16},
2213 {"DT_BIND_NOW", Const, 0},
2214 {"DT_CHECKSUM", Const, 16},
2215 {"DT_CONFIG", Const, 16},
2216 {"DT_DEBUG", Const, 0},
2217 {"DT_DEPAUDIT", Const, 16},
2218 {"DT_ENCODING", Const, 0},
2219 {"DT_FEATURE", Const, 16},
2220 {"DT_FILTER", Const, 16},
2221 {"DT_FINI", Const, 0},
2222 {"DT_FINI_ARRAY", Const, 0},
2223 {"DT_FINI_ARRAYSZ", Const, 0},
2224 {"DT_FLAGS", Const, 0},
2225 {"DT_FLAGS_1", Const, 16},
2226 {"DT_GNU_CONFLICT", Const, 16},
2227 {"DT_GNU_CONFLICTSZ", Const, 16},
2228 {"DT_GNU_HASH", Const, 16},
2229 {"DT_GNU_LIBLIST", Const, 16},
2230 {"DT_GNU_LIBLISTSZ", Const, 16},
2231 {"DT_GNU_PRELINKED", Const, 16},
2232 {"DT_HASH", Const, 0},
2233 {"DT_HIOS", Const, 0},
2234 {"DT_HIPROC", Const, 0},
2235 {"DT_INIT", Const, 0},
2236 {"DT_INIT_ARRAY", Const, 0},
2237 {"DT_INIT_ARRAYSZ", Const, 0},
2238 {"DT_JMPREL", Const, 0},
2239 {"DT_LOOS", Const, 0},
2240 {"DT_LOPROC", Const, 0},
2241 {"DT_MIPS_AUX_DYNAMIC", Const, 16},
2242 {"DT_MIPS_BASE_ADDRESS", Const, 16},
2243 {"DT_MIPS_COMPACT_SIZE", Const, 16},
2244 {"DT_MIPS_CONFLICT", Const, 16},
2245 {"DT_MIPS_CONFLICTNO", Const, 16},
2246 {"DT_MIPS_CXX_FLAGS", Const, 16},
2247 {"DT_MIPS_DELTA_CLASS", Const, 16},
2248 {"DT_MIPS_DELTA_CLASSSYM", Const, 16},
2249 {"DT_MIPS_DELTA_CLASSSYM_NO", Const, 16},
2250 {"DT_MIPS_DELTA_CLASS_NO", Const, 16},
2251 {"DT_MIPS_DELTA_INSTANCE", Const, 16},
2252 {"DT_MIPS_DELTA_INSTANCE_NO", Const, 16},
2253 {"DT_MIPS_DELTA_RELOC", Const, 16},
2254 {"DT_MIPS_DELTA_RELOC_NO", Const, 16},
2255 {"DT_MIPS_DELTA_SYM", Const, 16},
2256 {"DT_MIPS_DELTA_SYM_NO", Const, 16},
2257 {"DT_MIPS_DYNSTR_ALIGN", Const, 16},
2258 {"DT_MIPS_FLAGS", Const, 16},
2259 {"DT_MIPS_GOTSYM", Const, 16},
2260 {"DT_MIPS_GP_VALUE", Const, 16},
2261 {"DT_MIPS_HIDDEN_GOTIDX", Const, 16},
2262 {"DT_MIPS_HIPAGENO", Const, 16},
2263 {"DT_MIPS_ICHECKSUM", Const, 16},
2264 {"DT_MIPS_INTERFACE", Const, 16},
2265 {"DT_MIPS_INTERFACE_SIZE", Const, 16},
2266 {"DT_MIPS_IVERSION", Const, 16},
2267 {"DT_MIPS_LIBLIST", Const, 16},
2268 {"DT_MIPS_LIBLISTNO", Const, 16},
2269 {"DT_MIPS_LOCALPAGE_GOTIDX", Const, 16},
2270 {"DT_MIPS_LOCAL_GOTIDX", Const, 16},
2271 {"DT_MIPS_LOCAL_GOTNO", Const, 16},
2272 {"DT_MIPS_MSYM", Const, 16},
2273 {"DT_MIPS_OPTIONS", Const, 16},
2274 {"DT_MIPS_PERF_SUFFIX", Const, 16},
2275 {"DT_MIPS_PIXIE_INIT", Const, 16},
2276 {"DT_MIPS_PLTGOT", Const, 16},
2277 {"DT_MIPS_PROTECTED_GOTIDX", Const, 16},
2278 {"DT_MIPS_RLD_MAP", Const, 16},
2279 {"DT_MIPS_RLD_MAP_REL", Const, 16},
2280 {"DT_MIPS_RLD_TEXT_RESOLVE_ADDR", Const, 16},
2281 {"DT_MIPS_RLD_VERSION", Const, 16},
2282 {"DT_MIPS_RWPLT", Const, 16},
2283 {"DT_MIPS_SYMBOL_LIB", Const, 16},
2284 {"DT_MIPS_SYMTABNO", Const, 16},
2285 {"DT_MIPS_TIME_STAMP", Const, 16},
2286 {"DT_MIPS_UNREFEXTNO", Const, 16},
2287 {"DT_MOVEENT", Const, 16},
2288 {"DT_MOVESZ", Const, 16},
2289 {"DT_MOVETAB", Const, 16},
2290 {"DT_NEEDED", Const, 0},
2291 {"DT_NULL", Const, 0},
2292 {"DT_PLTGOT", Const, 0},
2293 {"DT_PLTPAD", Const, 16},
2294 {"DT_PLTPADSZ", Const, 16},
2295 {"DT_PLTREL", Const, 0},
2296 {"DT_PLTRELSZ", Const, 0},
2297 {"DT_POSFLAG_1", Const, 16},
2298 {"DT_PPC64_GLINK", Const, 16},
2299 {"DT_PPC64_OPD", Const, 16},
2300 {"DT_PPC64_OPDSZ", Const, 16},
2301 {"DT_PPC64_OPT", Const, 16},
2302 {"DT_PPC_GOT", Const, 16},
2303 {"DT_PPC_OPT", Const, 16},
2304 {"DT_PREINIT_ARRAY", Const, 0},
2305 {"DT_PREINIT_ARRAYSZ", Const, 0},
2306 {"DT_REL", Const, 0},
2307 {"DT_RELA", Const, 0},
2308 {"DT_RELACOUNT", Const, 16},
2309 {"DT_RELAENT", Const, 0},
2310 {"DT_RELASZ", Const, 0},
2311 {"DT_RELCOUNT", Const, 16},
2312 {"DT_RELENT", Const, 0},
2313 {"DT_RELSZ", Const, 0},
2314 {"DT_RPATH", Const, 0},
2315 {"DT_RUNPATH", Const, 0},
2316 {"DT_SONAME", Const, 0},
2317 {"DT_SPARC_REGISTER", Const, 16},
2318 {"DT_STRSZ", Const, 0},
2319 {"DT_STRTAB", Const, 0},
2320 {"DT_SYMBOLIC", Const, 0},
2321 {"DT_SYMENT", Const, 0},
2322 {"DT_SYMINENT", Const, 16},
2323 {"DT_SYMINFO", Const, 16},
2324 {"DT_SYMINSZ", Const, 16},
2325 {"DT_SYMTAB", Const, 0},
2326 {"DT_SYMTAB_SHNDX", Const, 16},
2327 {"DT_TEXTREL", Const, 0},
2328 {"DT_TLSDESC_GOT", Const, 16},
2329 {"DT_TLSDESC_PLT", Const, 16},
2330 {"DT_USED", Const, 16},
2331 {"DT_VALRNGHI", Const, 16},
2332 {"DT_VALRNGLO", Const, 16},
2333 {"DT_VERDEF", Const, 16},
2334 {"DT_VERDEFNUM", Const, 16},
2335 {"DT_VERNEED", Const, 0},
2336 {"DT_VERNEEDNUM", Const, 0},
2337 {"DT_VERSYM", Const, 0},
2338 {"Data", Type, 0},
2339 {"Dyn32", Type, 0},
2340 {"Dyn32.Tag", Field, 0},
2341 {"Dyn32.Val", Field, 0},
2342 {"Dyn64", Type, 0},
2343 {"Dyn64.Tag", Field, 0},
2344 {"Dyn64.Val", Field, 0},
2345 {"DynFlag", Type, 0},
2346 {"DynFlag1", Type, 21},
2347 {"DynTag", Type, 0},
2348 {"DynamicVersion", Type, 24},
2349 {"DynamicVersion.Deps", Field, 24},
2350 {"DynamicVersion.Flags", Field, 24},
2351 {"DynamicVersion.Index", Field, 24},
2352 {"DynamicVersion.Name", Field, 24},
2353 {"DynamicVersionDep", Type, 24},
2354 {"DynamicVersionDep.Dep", Field, 24},
2355 {"DynamicVersionDep.Flags", Field, 24},
2356 {"DynamicVersionDep.Index", Field, 24},
2357 {"DynamicVersionFlag", Type, 24},
2358 {"DynamicVersionNeed", Type, 24},
2359 {"DynamicVersionNeed.Name", Field, 24},
2360 {"DynamicVersionNeed.Needs", Field, 24},
2361 {"EI_ABIVERSION", Const, 0},
2362 {"EI_CLASS", Const, 0},
2363 {"EI_DATA", Const, 0},
2364 {"EI_NIDENT", Const, 0},
2365 {"EI_OSABI", Const, 0},
2366 {"EI_PAD", Const, 0},
2367 {"EI_VERSION", Const, 0},
2368 {"ELFCLASS32", Const, 0},
2369 {"ELFCLASS64", Const, 0},
2370 {"ELFCLASSNONE", Const, 0},
2371 {"ELFDATA2LSB", Const, 0},
2372 {"ELFDATA2MSB", Const, 0},
2373 {"ELFDATANONE", Const, 0},
2374 {"ELFMAG", Const, 0},
2375 {"ELFOSABI_86OPEN", Const, 0},
2376 {"ELFOSABI_AIX", Const, 0},
2377 {"ELFOSABI_ARM", Const, 0},
2378 {"ELFOSABI_AROS", Const, 11},
2379 {"ELFOSABI_CLOUDABI", Const, 11},
2380 {"ELFOSABI_FENIXOS", Const, 11},
2381 {"ELFOSABI_FREEBSD", Const, 0},
2382 {"ELFOSABI_HPUX", Const, 0},
2383 {"ELFOSABI_HURD", Const, 0},
2384 {"ELFOSABI_IRIX", Const, 0},
2385 {"ELFOSABI_LINUX", Const, 0},
2386 {"ELFOSABI_MODESTO", Const, 0},
2387 {"ELFOSABI_NETBSD", Const, 0},
2388 {"ELFOSABI_NONE", Const, 0},
2389 {"ELFOSABI_NSK", Const, 0},
2390 {"ELFOSABI_OPENBSD", Const, 0},
2391 {"ELFOSABI_OPENVMS", Const, 0},
2392 {"ELFOSABI_SOLARIS", Const, 0},
2393 {"ELFOSABI_STANDALONE", Const, 0},
2394 {"ELFOSABI_TRU64", Const, 0},
2395 {"EM_386", Const, 0},
2396 {"EM_486", Const, 0},
2397 {"EM_56800EX", Const, 11},
2398 {"EM_68HC05", Const, 11},
2399 {"EM_68HC08", Const, 11},
2400 {"EM_68HC11", Const, 11},
2401 {"EM_68HC12", Const, 0},
2402 {"EM_68HC16", Const, 11},
2403 {"EM_68K", Const, 0},
2404 {"EM_78KOR", Const, 11},
2405 {"EM_8051", Const, 11},
2406 {"EM_860", Const, 0},
2407 {"EM_88K", Const, 0},
2408 {"EM_960", Const, 0},
2409 {"EM_AARCH64", Const, 4},
2410 {"EM_ALPHA", Const, 0},
2411 {"EM_ALPHA_STD", Const, 0},
2412 {"EM_ALTERA_NIOS2", Const, 11},
2413 {"EM_AMDGPU", Const, 11},
2414 {"EM_ARC", Const, 0},
2415 {"EM_ARCA", Const, 11},
2416 {"EM_ARC_COMPACT", Const, 11},
2417 {"EM_ARC_COMPACT2", Const, 11},
2418 {"EM_ARM", Const, 0},
2419 {"EM_AVR", Const, 11},
2420 {"EM_AVR32", Const, 11},
2421 {"EM_BA1", Const, 11},
2422 {"EM_BA2", Const, 11},
2423 {"EM_BLACKFIN", Const, 11},
2424 {"EM_BPF", Const, 11},
2425 {"EM_C166", Const, 11},
2426 {"EM_CDP", Const, 11},
2427 {"EM_CE", Const, 11},
2428 {"EM_CLOUDSHIELD", Const, 11},
2429 {"EM_COGE", Const, 11},
2430 {"EM_COLDFIRE", Const, 0},
2431 {"EM_COOL", Const, 11},
2432 {"EM_COREA_1ST", Const, 11},
2433 {"EM_COREA_2ND", Const, 11},
2434 {"EM_CR", Const, 11},
2435 {"EM_CR16", Const, 11},
2436 {"EM_CRAYNV2", Const, 11},
2437 {"EM_CRIS", Const, 11},
2438 {"EM_CRX", Const, 11},
2439 {"EM_CSR_KALIMBA", Const, 11},
2440 {"EM_CUDA", Const, 11},
2441 {"EM_CYPRESS_M8C", Const, 11},
2442 {"EM_D10V", Const, 11},
2443 {"EM_D30V", Const, 11},
2444 {"EM_DSP24", Const, 11},
2445 {"EM_DSPIC30F", Const, 11},
2446 {"EM_DXP", Const, 11},
2447 {"EM_ECOG1", Const, 11},
2448 {"EM_ECOG16", Const, 11},
2449 {"EM_ECOG1X", Const, 11},
2450 {"EM_ECOG2", Const, 11},
2451 {"EM_ETPU", Const, 11},
2452 {"EM_EXCESS", Const, 11},
2453 {"EM_F2MC16", Const, 11},
2454 {"EM_FIREPATH", Const, 11},
2455 {"EM_FR20", Const, 0},
2456 {"EM_FR30", Const, 11},
2457 {"EM_FT32", Const, 11},
2458 {"EM_FX66", Const, 11},
2459 {"EM_H8S", Const, 0},
2460 {"EM_H8_300", Const, 0},
2461 {"EM_H8_300H", Const, 0},
2462 {"EM_H8_500", Const, 0},
2463 {"EM_HUANY", Const, 11},
2464 {"EM_IA_64", Const, 0},
2465 {"EM_INTEL205", Const, 11},
2466 {"EM_INTEL206", Const, 11},
2467 {"EM_INTEL207", Const, 11},
2468 {"EM_INTEL208", Const, 11},
2469 {"EM_INTEL209", Const, 11},
2470 {"EM_IP2K", Const, 11},
2471 {"EM_JAVELIN", Const, 11},
2472 {"EM_K10M", Const, 11},
2473 {"EM_KM32", Const, 11},
2474 {"EM_KMX16", Const, 11},
2475 {"EM_KMX32", Const, 11},
2476 {"EM_KMX8", Const, 11},
2477 {"EM_KVARC", Const, 11},
2478 {"EM_L10M", Const, 11},
2479 {"EM_LANAI", Const, 11},
2480 {"EM_LATTICEMICO32", Const, 11},
2481 {"EM_LOONGARCH", Const, 19},
2482 {"EM_M16C", Const, 11},
2483 {"EM_M32", Const, 0},
2484 {"EM_M32C", Const, 11},
2485 {"EM_M32R", Const, 11},
2486 {"EM_MANIK", Const, 11},
2487 {"EM_MAX", Const, 11},
2488 {"EM_MAXQ30", Const, 11},
2489 {"EM_MCHP_PIC", Const, 11},
2490 {"EM_MCST_ELBRUS", Const, 11},
2491 {"EM_ME16", Const, 0},
2492 {"EM_METAG", Const, 11},
2493 {"EM_MICROBLAZE", Const, 11},
2494 {"EM_MIPS", Const, 0},
2495 {"EM_MIPS_RS3_LE", Const, 0},
2496 {"EM_MIPS_RS4_BE", Const, 0},
2497 {"EM_MIPS_X", Const, 0},
2498 {"EM_MMA", Const, 0},
2499 {"EM_MMDSP_PLUS", Const, 11},
2500 {"EM_MMIX", Const, 11},
2501 {"EM_MN10200", Const, 11},
2502 {"EM_MN10300", Const, 11},
2503 {"EM_MOXIE", Const, 11},
2504 {"EM_MSP430", Const, 11},
2505 {"EM_NCPU", Const, 0},
2506 {"EM_NDR1", Const, 0},
2507 {"EM_NDS32", Const, 11},
2508 {"EM_NONE", Const, 0},
2509 {"EM_NORC", Const, 11},
2510 {"EM_NS32K", Const, 11},
2511 {"EM_OPEN8", Const, 11},
2512 {"EM_OPENRISC", Const, 11},
2513 {"EM_PARISC", Const, 0},
2514 {"EM_PCP", Const, 0},
2515 {"EM_PDP10", Const, 11},
2516 {"EM_PDP11", Const, 11},
2517 {"EM_PDSP", Const, 11},
2518 {"EM_PJ", Const, 11},
2519 {"EM_PPC", Const, 0},
2520 {"EM_PPC64", Const, 0},
2521 {"EM_PRISM", Const, 11},
2522 {"EM_QDSP6", Const, 11},
2523 {"EM_R32C", Const, 11},
2524 {"EM_RCE", Const, 0},
2525 {"EM_RH32", Const, 0},
2526 {"EM_RISCV", Const, 11},
2527 {"EM_RL78", Const, 11},
2528 {"EM_RS08", Const, 11},
2529 {"EM_RX", Const, 11},
2530 {"EM_S370", Const, 0},
2531 {"EM_S390", Const, 0},
2532 {"EM_SCORE7", Const, 11},
2533 {"EM_SEP", Const, 11},
2534 {"EM_SE_C17", Const, 11},
2535 {"EM_SE_C33", Const, 11},
2536 {"EM_SH", Const, 0},
2537 {"EM_SHARC", Const, 11},
2538 {"EM_SLE9X", Const, 11},
2539 {"EM_SNP1K", Const, 11},
2540 {"EM_SPARC", Const, 0},
2541 {"EM_SPARC32PLUS", Const, 0},
2542 {"EM_SPARCV9", Const, 0},
2543 {"EM_ST100", Const, 0},
2544 {"EM_ST19", Const, 11},
2545 {"EM_ST200", Const, 11},
2546 {"EM_ST7", Const, 11},
2547 {"EM_ST9PLUS", Const, 11},
2548 {"EM_STARCORE", Const, 0},
2549 {"EM_STM8", Const, 11},
2550 {"EM_STXP7X", Const, 11},
2551 {"EM_SVX", Const, 11},
2552 {"EM_TILE64", Const, 11},
2553 {"EM_TILEGX", Const, 11},
2554 {"EM_TILEPRO", Const, 11},
2555 {"EM_TINYJ", Const, 0},
2556 {"EM_TI_ARP32", Const, 11},
2557 {"EM_TI_C2000", Const, 11},
2558 {"EM_TI_C5500", Const, 11},
2559 {"EM_TI_C6000", Const, 11},
2560 {"EM_TI_PRU", Const, 11},
2561 {"EM_TMM_GPP", Const, 11},
2562 {"EM_TPC", Const, 11},
2563 {"EM_TRICORE", Const, 0},
2564 {"EM_TRIMEDIA", Const, 11},
2565 {"EM_TSK3000", Const, 11},
2566 {"EM_UNICORE", Const, 11},
2567 {"EM_V800", Const, 0},
2568 {"EM_V850", Const, 11},
2569 {"EM_VAX", Const, 11},
2570 {"EM_VIDEOCORE", Const, 11},
2571 {"EM_VIDEOCORE3", Const, 11},
2572 {"EM_VIDEOCORE5", Const, 11},
2573 {"EM_VISIUM", Const, 11},
2574 {"EM_VPP500", Const, 0},
2575 {"EM_X86_64", Const, 0},
2576 {"EM_XCORE", Const, 11},
2577 {"EM_XGATE", Const, 11},
2578 {"EM_XIMO16", Const, 11},
2579 {"EM_XTENSA", Const, 11},
2580 {"EM_Z80", Const, 11},
2581 {"EM_ZSP", Const, 11},
2582 {"ET_CORE", Const, 0},
2583 {"ET_DYN", Const, 0},
2584 {"ET_EXEC", Const, 0},
2585 {"ET_HIOS", Const, 0},
2586 {"ET_HIPROC", Const, 0},
2587 {"ET_LOOS", Const, 0},
2588 {"ET_LOPROC", Const, 0},
2589 {"ET_NONE", Const, 0},
2590 {"ET_REL", Const, 0},
2591 {"EV_CURRENT", Const, 0},
2592 {"EV_NONE", Const, 0},
2593 {"ErrNoSymbols", Var, 4},
2594 {"File", Type, 0},
2595 {"File.FileHeader", Field, 0},
2596 {"File.Progs", Field, 0},
2597 {"File.Sections", Field, 0},
2598 {"FileHeader", Type, 0},
2599 {"FileHeader.ABIVersion", Field, 0},
2600 {"FileHeader.ByteOrder", Field, 0},
2601 {"FileHeader.Class", Field, 0},
2602 {"FileHeader.Data", Field, 0},
2603 {"FileHeader.Entry", Field, 1},
2604 {"FileHeader.Machine", Field, 0},
2605 {"FileHeader.OSABI", Field, 0},
2606 {"FileHeader.Type", Field, 0},
2607 {"FileHeader.Version", Field, 0},
2608 {"FormatError", Type, 0},
2609 {"Header32", Type, 0},
2610 {"Header32.Ehsize", Field, 0},
2611 {"Header32.Entry", Field, 0},
2612 {"Header32.Flags", Field, 0},
2613 {"Header32.Ident", Field, 0},
2614 {"Header32.Machine", Field, 0},
2615 {"Header32.Phentsize", Field, 0},
2616 {"Header32.Phnum", Field, 0},
2617 {"Header32.Phoff", Field, 0},
2618 {"Header32.Shentsize", Field, 0},
2619 {"Header32.Shnum", Field, 0},
2620 {"Header32.Shoff", Field, 0},
2621 {"Header32.Shstrndx", Field, 0},
2622 {"Header32.Type", Field, 0},
2623 {"Header32.Version", Field, 0},
2624 {"Header64", Type, 0},
2625 {"Header64.Ehsize", Field, 0},
2626 {"Header64.Entry", Field, 0},
2627 {"Header64.Flags", Field, 0},
2628 {"Header64.Ident", Field, 0},
2629 {"Header64.Machine", Field, 0},
2630 {"Header64.Phentsize", Field, 0},
2631 {"Header64.Phnum", Field, 0},
2632 {"Header64.Phoff", Field, 0},
2633 {"Header64.Shentsize", Field, 0},
2634 {"Header64.Shnum", Field, 0},
2635 {"Header64.Shoff", Field, 0},
2636 {"Header64.Shstrndx", Field, 0},
2637 {"Header64.Type", Field, 0},
2638 {"Header64.Version", Field, 0},
2639 {"ImportedSymbol", Type, 0},
2640 {"ImportedSymbol.Library", Field, 0},
2641 {"ImportedSymbol.Name", Field, 0},
2642 {"ImportedSymbol.Version", Field, 0},
2643 {"Machine", Type, 0},
2644 {"NT_FPREGSET", Const, 0},
2645 {"NT_PRPSINFO", Const, 0},
2646 {"NT_PRSTATUS", Const, 0},
2647 {"NType", Type, 0},
2648 {"NewFile", Func, 0},
2649 {"OSABI", Type, 0},
2650 {"Open", Func, 0},
2651 {"PF_MASKOS", Const, 0},
2652 {"PF_MASKPROC", Const, 0},
2653 {"PF_R", Const, 0},
2654 {"PF_W", Const, 0},
2655 {"PF_X", Const, 0},
2656 {"PT_AARCH64_ARCHEXT", Const, 16},
2657 {"PT_AARCH64_UNWIND", Const, 16},
2658 {"PT_ARM_ARCHEXT", Const, 16},
2659 {"PT_ARM_EXIDX", Const, 16},
2660 {"PT_DYNAMIC", Const, 0},
2661 {"PT_GNU_EH_FRAME", Const, 16},
2662 {"PT_GNU_MBIND_HI", Const, 16},
2663 {"PT_GNU_MBIND_LO", Const, 16},
2664 {"PT_GNU_PROPERTY", Const, 16},
2665 {"PT_GNU_RELRO", Const, 16},
2666 {"PT_GNU_STACK", Const, 16},
2667 {"PT_HIOS", Const, 0},
2668 {"PT_HIPROC", Const, 0},
2669 {"PT_INTERP", Const, 0},
2670 {"PT_LOAD", Const, 0},
2671 {"PT_LOOS", Const, 0},
2672 {"PT_LOPROC", Const, 0},
2673 {"PT_MIPS_ABIFLAGS", Const, 16},
2674 {"PT_MIPS_OPTIONS", Const, 16},
2675 {"PT_MIPS_REGINFO", Const, 16},
2676 {"PT_MIPS_RTPROC", Const, 16},
2677 {"PT_NOTE", Const, 0},
2678 {"PT_NULL", Const, 0},
2679 {"PT_OPENBSD_BOOTDATA", Const, 16},
2680 {"PT_OPENBSD_NOBTCFI", Const, 23},
2681 {"PT_OPENBSD_RANDOMIZE", Const, 16},
2682 {"PT_OPENBSD_WXNEEDED", Const, 16},
2683 {"PT_PAX_FLAGS", Const, 16},
2684 {"PT_PHDR", Const, 0},
2685 {"PT_S390_PGSTE", Const, 16},
2686 {"PT_SHLIB", Const, 0},
2687 {"PT_SUNWSTACK", Const, 16},
2688 {"PT_SUNW_EH_FRAME", Const, 16},
2689 {"PT_TLS", Const, 0},
2690 {"Prog", Type, 0},
2691 {"Prog.ProgHeader", Field, 0},
2692 {"Prog.ReaderAt", Field, 0},
2693 {"Prog32", Type, 0},
2694 {"Prog32.Align", Field, 0},
2695 {"Prog32.Filesz", Field, 0},
2696 {"Prog32.Flags", Field, 0},
2697 {"Prog32.Memsz", Field, 0},
2698 {"Prog32.Off", Field, 0},
2699 {"Prog32.Paddr", Field, 0},
2700 {"Prog32.Type", Field, 0},
2701 {"Prog32.Vaddr", Field, 0},
2702 {"Prog64", Type, 0},
2703 {"Prog64.Align", Field, 0},
2704 {"Prog64.Filesz", Field, 0},
2705 {"Prog64.Flags", Field, 0},
2706 {"Prog64.Memsz", Field, 0},
2707 {"Prog64.Off", Field, 0},
2708 {"Prog64.Paddr", Field, 0},
2709 {"Prog64.Type", Field, 0},
2710 {"Prog64.Vaddr", Field, 0},
2711 {"ProgFlag", Type, 0},
2712 {"ProgHeader", Type, 0},
2713 {"ProgHeader.Align", Field, 0},
2714 {"ProgHeader.Filesz", Field, 0},
2715 {"ProgHeader.Flags", Field, 0},
2716 {"ProgHeader.Memsz", Field, 0},
2717 {"ProgHeader.Off", Field, 0},
2718 {"ProgHeader.Paddr", Field, 0},
2719 {"ProgHeader.Type", Field, 0},
2720 {"ProgHeader.Vaddr", Field, 0},
2721 {"ProgType", Type, 0},
2722 {"R_386", Type, 0},
2723 {"R_386_16", Const, 10},
2724 {"R_386_32", Const, 0},
2725 {"R_386_32PLT", Const, 10},
2726 {"R_386_8", Const, 10},
2727 {"R_386_COPY", Const, 0},
2728 {"R_386_GLOB_DAT", Const, 0},
2729 {"R_386_GOT32", Const, 0},
2730 {"R_386_GOT32X", Const, 10},
2731 {"R_386_GOTOFF", Const, 0},
2732 {"R_386_GOTPC", Const, 0},
2733 {"R_386_IRELATIVE", Const, 10},
2734 {"R_386_JMP_SLOT", Const, 0},
2735 {"R_386_NONE", Const, 0},
2736 {"R_386_PC16", Const, 10},
2737 {"R_386_PC32", Const, 0},
2738 {"R_386_PC8", Const, 10},
2739 {"R_386_PLT32", Const, 0},
2740 {"R_386_RELATIVE", Const, 0},
2741 {"R_386_SIZE32", Const, 10},
2742 {"R_386_TLS_DESC", Const, 10},
2743 {"R_386_TLS_DESC_CALL", Const, 10},
2744 {"R_386_TLS_DTPMOD32", Const, 0},
2745 {"R_386_TLS_DTPOFF32", Const, 0},
2746 {"R_386_TLS_GD", Const, 0},
2747 {"R_386_TLS_GD_32", Const, 0},
2748 {"R_386_TLS_GD_CALL", Const, 0},
2749 {"R_386_TLS_GD_POP", Const, 0},
2750 {"R_386_TLS_GD_PUSH", Const, 0},
2751 {"R_386_TLS_GOTDESC", Const, 10},
2752 {"R_386_TLS_GOTIE", Const, 0},
2753 {"R_386_TLS_IE", Const, 0},
2754 {"R_386_TLS_IE_32", Const, 0},
2755 {"R_386_TLS_LDM", Const, 0},
2756 {"R_386_TLS_LDM_32", Const, 0},
2757 {"R_386_TLS_LDM_CALL", Const, 0},
2758 {"R_386_TLS_LDM_POP", Const, 0},
2759 {"R_386_TLS_LDM_PUSH", Const, 0},
2760 {"R_386_TLS_LDO_32", Const, 0},
2761 {"R_386_TLS_LE", Const, 0},
2762 {"R_386_TLS_LE_32", Const, 0},
2763 {"R_386_TLS_TPOFF", Const, 0},
2764 {"R_386_TLS_TPOFF32", Const, 0},
2765 {"R_390", Type, 7},
2766 {"R_390_12", Const, 7},
2767 {"R_390_16", Const, 7},
2768 {"R_390_20", Const, 7},
2769 {"R_390_32", Const, 7},
2770 {"R_390_64", Const, 7},
2771 {"R_390_8", Const, 7},
2772 {"R_390_COPY", Const, 7},
2773 {"R_390_GLOB_DAT", Const, 7},
2774 {"R_390_GOT12", Const, 7},
2775 {"R_390_GOT16", Const, 7},
2776 {"R_390_GOT20", Const, 7},
2777 {"R_390_GOT32", Const, 7},
2778 {"R_390_GOT64", Const, 7},
2779 {"R_390_GOTENT", Const, 7},
2780 {"R_390_GOTOFF", Const, 7},
2781 {"R_390_GOTOFF16", Const, 7},
2782 {"R_390_GOTOFF64", Const, 7},
2783 {"R_390_GOTPC", Const, 7},
2784 {"R_390_GOTPCDBL", Const, 7},
2785 {"R_390_GOTPLT12", Const, 7},
2786 {"R_390_GOTPLT16", Const, 7},
2787 {"R_390_GOTPLT20", Const, 7},
2788 {"R_390_GOTPLT32", Const, 7},
2789 {"R_390_GOTPLT64", Const, 7},
2790 {"R_390_GOTPLTENT", Const, 7},
2791 {"R_390_GOTPLTOFF16", Const, 7},
2792 {"R_390_GOTPLTOFF32", Const, 7},
2793 {"R_390_GOTPLTOFF64", Const, 7},
2794 {"R_390_JMP_SLOT", Const, 7},
2795 {"R_390_NONE", Const, 7},
2796 {"R_390_PC16", Const, 7},
2797 {"R_390_PC16DBL", Const, 7},
2798 {"R_390_PC32", Const, 7},
2799 {"R_390_PC32DBL", Const, 7},
2800 {"R_390_PC64", Const, 7},
2801 {"R_390_PLT16DBL", Const, 7},
2802 {"R_390_PLT32", Const, 7},
2803 {"R_390_PLT32DBL", Const, 7},
2804 {"R_390_PLT64", Const, 7},
2805 {"R_390_RELATIVE", Const, 7},
2806 {"R_390_TLS_DTPMOD", Const, 7},
2807 {"R_390_TLS_DTPOFF", Const, 7},
2808 {"R_390_TLS_GD32", Const, 7},
2809 {"R_390_TLS_GD64", Const, 7},
2810 {"R_390_TLS_GDCALL", Const, 7},
2811 {"R_390_TLS_GOTIE12", Const, 7},
2812 {"R_390_TLS_GOTIE20", Const, 7},
2813 {"R_390_TLS_GOTIE32", Const, 7},
2814 {"R_390_TLS_GOTIE64", Const, 7},
2815 {"R_390_TLS_IE32", Const, 7},
2816 {"R_390_TLS_IE64", Const, 7},
2817 {"R_390_TLS_IEENT", Const, 7},
2818 {"R_390_TLS_LDCALL", Const, 7},
2819 {"R_390_TLS_LDM32", Const, 7},
2820 {"R_390_TLS_LDM64", Const, 7},
2821 {"R_390_TLS_LDO32", Const, 7},
2822 {"R_390_TLS_LDO64", Const, 7},
2823 {"R_390_TLS_LE32", Const, 7},
2824 {"R_390_TLS_LE64", Const, 7},
2825 {"R_390_TLS_LOAD", Const, 7},
2826 {"R_390_TLS_TPOFF", Const, 7},
2827 {"R_AARCH64", Type, 4},
2828 {"R_AARCH64_ABS16", Const, 4},
2829 {"R_AARCH64_ABS32", Const, 4},
2830 {"R_AARCH64_ABS64", Const, 4},
2831 {"R_AARCH64_ADD_ABS_LO12_NC", Const, 4},
2832 {"R_AARCH64_ADR_GOT_PAGE", Const, 4},
2833 {"R_AARCH64_ADR_PREL_LO21", Const, 4},
2834 {"R_AARCH64_ADR_PREL_PG_HI21", Const, 4},
2835 {"R_AARCH64_ADR_PREL_PG_HI21_NC", Const, 4},
2836 {"R_AARCH64_CALL26", Const, 4},
2837 {"R_AARCH64_CONDBR19", Const, 4},
2838 {"R_AARCH64_COPY", Const, 4},
2839 {"R_AARCH64_GLOB_DAT", Const, 4},
2840 {"R_AARCH64_GOT_LD_PREL19", Const, 4},
2841 {"R_AARCH64_IRELATIVE", Const, 4},
2842 {"R_AARCH64_JUMP26", Const, 4},
2843 {"R_AARCH64_JUMP_SLOT", Const, 4},
2844 {"R_AARCH64_LD64_GOTOFF_LO15", Const, 10},
2845 {"R_AARCH64_LD64_GOTPAGE_LO15", Const, 10},
2846 {"R_AARCH64_LD64_GOT_LO12_NC", Const, 4},
2847 {"R_AARCH64_LDST128_ABS_LO12_NC", Const, 4},
2848 {"R_AARCH64_LDST16_ABS_LO12_NC", Const, 4},
2849 {"R_AARCH64_LDST32_ABS_LO12_NC", Const, 4},
2850 {"R_AARCH64_LDST64_ABS_LO12_NC", Const, 4},
2851 {"R_AARCH64_LDST8_ABS_LO12_NC", Const, 4},
2852 {"R_AARCH64_LD_PREL_LO19", Const, 4},
2853 {"R_AARCH64_MOVW_SABS_G0", Const, 4},
2854 {"R_AARCH64_MOVW_SABS_G1", Const, 4},
2855 {"R_AARCH64_MOVW_SABS_G2", Const, 4},
2856 {"R_AARCH64_MOVW_UABS_G0", Const, 4},
2857 {"R_AARCH64_MOVW_UABS_G0_NC", Const, 4},
2858 {"R_AARCH64_MOVW_UABS_G1", Const, 4},
2859 {"R_AARCH64_MOVW_UABS_G1_NC", Const, 4},
2860 {"R_AARCH64_MOVW_UABS_G2", Const, 4},
2861 {"R_AARCH64_MOVW_UABS_G2_NC", Const, 4},
2862 {"R_AARCH64_MOVW_UABS_G3", Const, 4},
2863 {"R_AARCH64_NONE", Const, 4},
2864 {"R_AARCH64_NULL", Const, 4},
2865 {"R_AARCH64_P32_ABS16", Const, 4},
2866 {"R_AARCH64_P32_ABS32", Const, 4},
2867 {"R_AARCH64_P32_ADD_ABS_LO12_NC", Const, 4},
2868 {"R_AARCH64_P32_ADR_GOT_PAGE", Const, 4},
2869 {"R_AARCH64_P32_ADR_PREL_LO21", Const, 4},
2870 {"R_AARCH64_P32_ADR_PREL_PG_HI21", Const, 4},
2871 {"R_AARCH64_P32_CALL26", Const, 4},
2872 {"R_AARCH64_P32_CONDBR19", Const, 4},
2873 {"R_AARCH64_P32_COPY", Const, 4},
2874 {"R_AARCH64_P32_GLOB_DAT", Const, 4},
2875 {"R_AARCH64_P32_GOT_LD_PREL19", Const, 4},
2876 {"R_AARCH64_P32_IRELATIVE", Const, 4},
2877 {"R_AARCH64_P32_JUMP26", Const, 4},
2878 {"R_AARCH64_P32_JUMP_SLOT", Const, 4},
2879 {"R_AARCH64_P32_LD32_GOT_LO12_NC", Const, 4},
2880 {"R_AARCH64_P32_LDST128_ABS_LO12_NC", Const, 4},
2881 {"R_AARCH64_P32_LDST16_ABS_LO12_NC", Const, 4},
2882 {"R_AARCH64_P32_LDST32_ABS_LO12_NC", Const, 4},
2883 {"R_AARCH64_P32_LDST64_ABS_LO12_NC", Const, 4},
2884 {"R_AARCH64_P32_LDST8_ABS_LO12_NC", Const, 4},
2885 {"R_AARCH64_P32_LD_PREL_LO19", Const, 4},
2886 {"R_AARCH64_P32_MOVW_SABS_G0", Const, 4},
2887 {"R_AARCH64_P32_MOVW_UABS_G0", Const, 4},
2888 {"R_AARCH64_P32_MOVW_UABS_G0_NC", Const, 4},
2889 {"R_AARCH64_P32_MOVW_UABS_G1", Const, 4},
2890 {"R_AARCH64_P32_PREL16", Const, 4},
2891 {"R_AARCH64_P32_PREL32", Const, 4},
2892 {"R_AARCH64_P32_RELATIVE", Const, 4},
2893 {"R_AARCH64_P32_TLSDESC", Const, 4},
2894 {"R_AARCH64_P32_TLSDESC_ADD_LO12_NC", Const, 4},
2895 {"R_AARCH64_P32_TLSDESC_ADR_PAGE21", Const, 4},
2896 {"R_AARCH64_P32_TLSDESC_ADR_PREL21", Const, 4},
2897 {"R_AARCH64_P32_TLSDESC_CALL", Const, 4},
2898 {"R_AARCH64_P32_TLSDESC_LD32_LO12_NC", Const, 4},
2899 {"R_AARCH64_P32_TLSDESC_LD_PREL19", Const, 4},
2900 {"R_AARCH64_P32_TLSGD_ADD_LO12_NC", Const, 4},
2901 {"R_AARCH64_P32_TLSGD_ADR_PAGE21", Const, 4},
2902 {"R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4},
2903 {"R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", Const, 4},
2904 {"R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", Const, 4},
2905 {"R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", Const, 4},
2906 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", Const, 4},
2907 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", Const, 4},
2908 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", Const, 4},
2909 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", Const, 4},
2910 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", Const, 4},
2911 {"R_AARCH64_P32_TLS_DTPMOD", Const, 4},
2912 {"R_AARCH64_P32_TLS_DTPREL", Const, 4},
2913 {"R_AARCH64_P32_TLS_TPREL", Const, 4},
2914 {"R_AARCH64_P32_TSTBR14", Const, 4},
2915 {"R_AARCH64_PREL16", Const, 4},
2916 {"R_AARCH64_PREL32", Const, 4},
2917 {"R_AARCH64_PREL64", Const, 4},
2918 {"R_AARCH64_RELATIVE", Const, 4},
2919 {"R_AARCH64_TLSDESC", Const, 4},
2920 {"R_AARCH64_TLSDESC_ADD", Const, 4},
2921 {"R_AARCH64_TLSDESC_ADD_LO12_NC", Const, 4},
2922 {"R_AARCH64_TLSDESC_ADR_PAGE21", Const, 4},
2923 {"R_AARCH64_TLSDESC_ADR_PREL21", Const, 4},
2924 {"R_AARCH64_TLSDESC_CALL", Const, 4},
2925 {"R_AARCH64_TLSDESC_LD64_LO12_NC", Const, 4},
2926 {"R_AARCH64_TLSDESC_LDR", Const, 4},
2927 {"R_AARCH64_TLSDESC_LD_PREL19", Const, 4},
2928 {"R_AARCH64_TLSDESC_OFF_G0_NC", Const, 4},
2929 {"R_AARCH64_TLSDESC_OFF_G1", Const, 4},
2930 {"R_AARCH64_TLSGD_ADD_LO12_NC", Const, 4},
2931 {"R_AARCH64_TLSGD_ADR_PAGE21", Const, 4},
2932 {"R_AARCH64_TLSGD_ADR_PREL21", Const, 10},
2933 {"R_AARCH64_TLSGD_MOVW_G0_NC", Const, 10},
2934 {"R_AARCH64_TLSGD_MOVW_G1", Const, 10},
2935 {"R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4},
2936 {"R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", Const, 4},
2937 {"R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", Const, 4},
2938 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", Const, 4},
2939 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", Const, 4},
2940 {"R_AARCH64_TLSLD_ADR_PAGE21", Const, 10},
2941 {"R_AARCH64_TLSLD_ADR_PREL21", Const, 10},
2942 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12", Const, 10},
2943 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC", Const, 10},
2944 {"R_AARCH64_TLSLE_ADD_TPREL_HI12", Const, 4},
2945 {"R_AARCH64_TLSLE_ADD_TPREL_LO12", Const, 4},
2946 {"R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", Const, 4},
2947 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12", Const, 10},
2948 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC", Const, 10},
2949 {"R_AARCH64_TLSLE_MOVW_TPREL_G0", Const, 4},
2950 {"R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", Const, 4},
2951 {"R_AARCH64_TLSLE_MOVW_TPREL_G1", Const, 4},
2952 {"R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", Const, 4},
2953 {"R_AARCH64_TLSLE_MOVW_TPREL_G2", Const, 4},
2954 {"R_AARCH64_TLS_DTPMOD64", Const, 4},
2955 {"R_AARCH64_TLS_DTPREL64", Const, 4},
2956 {"R_AARCH64_TLS_TPREL64", Const, 4},
2957 {"R_AARCH64_TSTBR14", Const, 4},
2958 {"R_ALPHA", Type, 0},
2959 {"R_ALPHA_BRADDR", Const, 0},
2960 {"R_ALPHA_COPY", Const, 0},
2961 {"R_ALPHA_GLOB_DAT", Const, 0},
2962 {"R_ALPHA_GPDISP", Const, 0},
2963 {"R_ALPHA_GPREL32", Const, 0},
2964 {"R_ALPHA_GPRELHIGH", Const, 0},
2965 {"R_ALPHA_GPRELLOW", Const, 0},
2966 {"R_ALPHA_GPVALUE", Const, 0},
2967 {"R_ALPHA_HINT", Const, 0},
2968 {"R_ALPHA_IMMED_BR_HI32", Const, 0},
2969 {"R_ALPHA_IMMED_GP_16", Const, 0},
2970 {"R_ALPHA_IMMED_GP_HI32", Const, 0},
2971 {"R_ALPHA_IMMED_LO32", Const, 0},
2972 {"R_ALPHA_IMMED_SCN_HI32", Const, 0},
2973 {"R_ALPHA_JMP_SLOT", Const, 0},
2974 {"R_ALPHA_LITERAL", Const, 0},
2975 {"R_ALPHA_LITUSE", Const, 0},
2976 {"R_ALPHA_NONE", Const, 0},
2977 {"R_ALPHA_OP_PRSHIFT", Const, 0},
2978 {"R_ALPHA_OP_PSUB", Const, 0},
2979 {"R_ALPHA_OP_PUSH", Const, 0},
2980 {"R_ALPHA_OP_STORE", Const, 0},
2981 {"R_ALPHA_REFLONG", Const, 0},
2982 {"R_ALPHA_REFQUAD", Const, 0},
2983 {"R_ALPHA_RELATIVE", Const, 0},
2984 {"R_ALPHA_SREL16", Const, 0},
2985 {"R_ALPHA_SREL32", Const, 0},
2986 {"R_ALPHA_SREL64", Const, 0},
2987 {"R_ARM", Type, 0},
2988 {"R_ARM_ABS12", Const, 0},
2989 {"R_ARM_ABS16", Const, 0},
2990 {"R_ARM_ABS32", Const, 0},
2991 {"R_ARM_ABS32_NOI", Const, 10},
2992 {"R_ARM_ABS8", Const, 0},
2993 {"R_ARM_ALU_PCREL_15_8", Const, 10},
2994 {"R_ARM_ALU_PCREL_23_15", Const, 10},
2995 {"R_ARM_ALU_PCREL_7_0", Const, 10},
2996 {"R_ARM_ALU_PC_G0", Const, 10},
2997 {"R_ARM_ALU_PC_G0_NC", Const, 10},
2998 {"R_ARM_ALU_PC_G1", Const, 10},
2999 {"R_ARM_ALU_PC_G1_NC", Const, 10},
3000 {"R_ARM_ALU_PC_G2", Const, 10},
3001 {"R_ARM_ALU_SBREL_19_12_NC", Const, 10},
3002 {"R_ARM_ALU_SBREL_27_20_CK", Const, 10},
3003 {"R_ARM_ALU_SB_G0", Const, 10},
3004 {"R_ARM_ALU_SB_G0_NC", Const, 10},
3005 {"R_ARM_ALU_SB_G1", Const, 10},
3006 {"R_ARM_ALU_SB_G1_NC", Const, 10},
3007 {"R_ARM_ALU_SB_G2", Const, 10},
3008 {"R_ARM_AMP_VCALL9", Const, 0},
3009 {"R_ARM_BASE_ABS", Const, 10},
3010 {"R_ARM_CALL", Const, 10},
3011 {"R_ARM_COPY", Const, 0},
3012 {"R_ARM_GLOB_DAT", Const, 0},
3013 {"R_ARM_GNU_VTENTRY", Const, 0},
3014 {"R_ARM_GNU_VTINHERIT", Const, 0},
3015 {"R_ARM_GOT32", Const, 0},
3016 {"R_ARM_GOTOFF", Const, 0},
3017 {"R_ARM_GOTOFF12", Const, 10},
3018 {"R_ARM_GOTPC", Const, 0},
3019 {"R_ARM_GOTRELAX", Const, 10},
3020 {"R_ARM_GOT_ABS", Const, 10},
3021 {"R_ARM_GOT_BREL12", Const, 10},
3022 {"R_ARM_GOT_PREL", Const, 10},
3023 {"R_ARM_IRELATIVE", Const, 10},
3024 {"R_ARM_JUMP24", Const, 10},
3025 {"R_ARM_JUMP_SLOT", Const, 0},
3026 {"R_ARM_LDC_PC_G0", Const, 10},
3027 {"R_ARM_LDC_PC_G1", Const, 10},
3028 {"R_ARM_LDC_PC_G2", Const, 10},
3029 {"R_ARM_LDC_SB_G0", Const, 10},
3030 {"R_ARM_LDC_SB_G1", Const, 10},
3031 {"R_ARM_LDC_SB_G2", Const, 10},
3032 {"R_ARM_LDRS_PC_G0", Const, 10},
3033 {"R_ARM_LDRS_PC_G1", Const, 10},
3034 {"R_ARM_LDRS_PC_G2", Const, 10},
3035 {"R_ARM_LDRS_SB_G0", Const, 10},
3036 {"R_ARM_LDRS_SB_G1", Const, 10},
3037 {"R_ARM_LDRS_SB_G2", Const, 10},
3038 {"R_ARM_LDR_PC_G1", Const, 10},
3039 {"R_ARM_LDR_PC_G2", Const, 10},
3040 {"R_ARM_LDR_SBREL_11_10_NC", Const, 10},
3041 {"R_ARM_LDR_SB_G0", Const, 10},
3042 {"R_ARM_LDR_SB_G1", Const, 10},
3043 {"R_ARM_LDR_SB_G2", Const, 10},
3044 {"R_ARM_ME_TOO", Const, 10},
3045 {"R_ARM_MOVT_ABS", Const, 10},
3046 {"R_ARM_MOVT_BREL", Const, 10},
3047 {"R_ARM_MOVT_PREL", Const, 10},
3048 {"R_ARM_MOVW_ABS_NC", Const, 10},
3049 {"R_ARM_MOVW_BREL", Const, 10},
3050 {"R_ARM_MOVW_BREL_NC", Const, 10},
3051 {"R_ARM_MOVW_PREL_NC", Const, 10},
3052 {"R_ARM_NONE", Const, 0},
3053 {"R_ARM_PC13", Const, 0},
3054 {"R_ARM_PC24", Const, 0},
3055 {"R_ARM_PLT32", Const, 0},
3056 {"R_ARM_PLT32_ABS", Const, 10},
3057 {"R_ARM_PREL31", Const, 10},
3058 {"R_ARM_PRIVATE_0", Const, 10},
3059 {"R_ARM_PRIVATE_1", Const, 10},
3060 {"R_ARM_PRIVATE_10", Const, 10},
3061 {"R_ARM_PRIVATE_11", Const, 10},
3062 {"R_ARM_PRIVATE_12", Const, 10},
3063 {"R_ARM_PRIVATE_13", Const, 10},
3064 {"R_ARM_PRIVATE_14", Const, 10},
3065 {"R_ARM_PRIVATE_15", Const, 10},
3066 {"R_ARM_PRIVATE_2", Const, 10},
3067 {"R_ARM_PRIVATE_3", Const, 10},
3068 {"R_ARM_PRIVATE_4", Const, 10},
3069 {"R_ARM_PRIVATE_5", Const, 10},
3070 {"R_ARM_PRIVATE_6", Const, 10},
3071 {"R_ARM_PRIVATE_7", Const, 10},
3072 {"R_ARM_PRIVATE_8", Const, 10},
3073 {"R_ARM_PRIVATE_9", Const, 10},
3074 {"R_ARM_RABS32", Const, 0},
3075 {"R_ARM_RBASE", Const, 0},
3076 {"R_ARM_REL32", Const, 0},
3077 {"R_ARM_REL32_NOI", Const, 10},
3078 {"R_ARM_RELATIVE", Const, 0},
3079 {"R_ARM_RPC24", Const, 0},
3080 {"R_ARM_RREL32", Const, 0},
3081 {"R_ARM_RSBREL32", Const, 0},
3082 {"R_ARM_RXPC25", Const, 10},
3083 {"R_ARM_SBREL31", Const, 10},
3084 {"R_ARM_SBREL32", Const, 0},
3085 {"R_ARM_SWI24", Const, 0},
3086 {"R_ARM_TARGET1", Const, 10},
3087 {"R_ARM_TARGET2", Const, 10},
3088 {"R_ARM_THM_ABS5", Const, 0},
3089 {"R_ARM_THM_ALU_ABS_G0_NC", Const, 10},
3090 {"R_ARM_THM_ALU_ABS_G1_NC", Const, 10},
3091 {"R_ARM_THM_ALU_ABS_G2_NC", Const, 10},
3092 {"R_ARM_THM_ALU_ABS_G3", Const, 10},
3093 {"R_ARM_THM_ALU_PREL_11_0", Const, 10},
3094 {"R_ARM_THM_GOT_BREL12", Const, 10},
3095 {"R_ARM_THM_JUMP11", Const, 10},
3096 {"R_ARM_THM_JUMP19", Const, 10},
3097 {"R_ARM_THM_JUMP24", Const, 10},
3098 {"R_ARM_THM_JUMP6", Const, 10},
3099 {"R_ARM_THM_JUMP8", Const, 10},
3100 {"R_ARM_THM_MOVT_ABS", Const, 10},
3101 {"R_ARM_THM_MOVT_BREL", Const, 10},
3102 {"R_ARM_THM_MOVT_PREL", Const, 10},
3103 {"R_ARM_THM_MOVW_ABS_NC", Const, 10},
3104 {"R_ARM_THM_MOVW_BREL", Const, 10},
3105 {"R_ARM_THM_MOVW_BREL_NC", Const, 10},
3106 {"R_ARM_THM_MOVW_PREL_NC", Const, 10},
3107 {"R_ARM_THM_PC12", Const, 10},
3108 {"R_ARM_THM_PC22", Const, 0},
3109 {"R_ARM_THM_PC8", Const, 0},
3110 {"R_ARM_THM_RPC22", Const, 0},
3111 {"R_ARM_THM_SWI8", Const, 0},
3112 {"R_ARM_THM_TLS_CALL", Const, 10},
3113 {"R_ARM_THM_TLS_DESCSEQ16", Const, 10},
3114 {"R_ARM_THM_TLS_DESCSEQ32", Const, 10},
3115 {"R_ARM_THM_XPC22", Const, 0},
3116 {"R_ARM_TLS_CALL", Const, 10},
3117 {"R_ARM_TLS_DESCSEQ", Const, 10},
3118 {"R_ARM_TLS_DTPMOD32", Const, 10},
3119 {"R_ARM_TLS_DTPOFF32", Const, 10},
3120 {"R_ARM_TLS_GD32", Const, 10},
3121 {"R_ARM_TLS_GOTDESC", Const, 10},
3122 {"R_ARM_TLS_IE12GP", Const, 10},
3123 {"R_ARM_TLS_IE32", Const, 10},
3124 {"R_ARM_TLS_LDM32", Const, 10},
3125 {"R_ARM_TLS_LDO12", Const, 10},
3126 {"R_ARM_TLS_LDO32", Const, 10},
3127 {"R_ARM_TLS_LE12", Const, 10},
3128 {"R_ARM_TLS_LE32", Const, 10},
3129 {"R_ARM_TLS_TPOFF32", Const, 10},
3130 {"R_ARM_V4BX", Const, 10},
3131 {"R_ARM_XPC25", Const, 0},
3132 {"R_INFO", Func, 0},
3133 {"R_INFO32", Func, 0},
3134 {"R_LARCH", Type, 19},
3135 {"R_LARCH_32", Const, 19},
3136 {"R_LARCH_32_PCREL", Const, 20},
3137 {"R_LARCH_64", Const, 19},
3138 {"R_LARCH_64_PCREL", Const, 22},
3139 {"R_LARCH_ABS64_HI12", Const, 20},
3140 {"R_LARCH_ABS64_LO20", Const, 20},
3141 {"R_LARCH_ABS_HI20", Const, 20},
3142 {"R_LARCH_ABS_LO12", Const, 20},
3143 {"R_LARCH_ADD16", Const, 19},
3144 {"R_LARCH_ADD24", Const, 19},
3145 {"R_LARCH_ADD32", Const, 19},
3146 {"R_LARCH_ADD6", Const, 22},
3147 {"R_LARCH_ADD64", Const, 19},
3148 {"R_LARCH_ADD8", Const, 19},
3149 {"R_LARCH_ADD_ULEB128", Const, 22},
3150 {"R_LARCH_ALIGN", Const, 22},
3151 {"R_LARCH_B16", Const, 20},
3152 {"R_LARCH_B21", Const, 20},
3153 {"R_LARCH_B26", Const, 20},
3154 {"R_LARCH_CFA", Const, 22},
3155 {"R_LARCH_COPY", Const, 19},
3156 {"R_LARCH_DELETE", Const, 22},
3157 {"R_LARCH_GNU_VTENTRY", Const, 20},
3158 {"R_LARCH_GNU_VTINHERIT", Const, 20},
3159 {"R_LARCH_GOT64_HI12", Const, 20},
3160 {"R_LARCH_GOT64_LO20", Const, 20},
3161 {"R_LARCH_GOT64_PC_HI12", Const, 20},
3162 {"R_LARCH_GOT64_PC_LO20", Const, 20},
3163 {"R_LARCH_GOT_HI20", Const, 20},
3164 {"R_LARCH_GOT_LO12", Const, 20},
3165 {"R_LARCH_GOT_PC_HI20", Const, 20},
3166 {"R_LARCH_GOT_PC_LO12", Const, 20},
3167 {"R_LARCH_IRELATIVE", Const, 19},
3168 {"R_LARCH_JUMP_SLOT", Const, 19},
3169 {"R_LARCH_MARK_LA", Const, 19},
3170 {"R_LARCH_MARK_PCREL", Const, 19},
3171 {"R_LARCH_NONE", Const, 19},
3172 {"R_LARCH_PCALA64_HI12", Const, 20},
3173 {"R_LARCH_PCALA64_LO20", Const, 20},
3174 {"R_LARCH_PCALA_HI20", Const, 20},
3175 {"R_LARCH_PCALA_LO12", Const, 20},
3176 {"R_LARCH_PCREL20_S2", Const, 22},
3177 {"R_LARCH_RELATIVE", Const, 19},
3178 {"R_LARCH_RELAX", Const, 20},
3179 {"R_LARCH_SOP_ADD", Const, 19},
3180 {"R_LARCH_SOP_AND", Const, 19},
3181 {"R_LARCH_SOP_ASSERT", Const, 19},
3182 {"R_LARCH_SOP_IF_ELSE", Const, 19},
3183 {"R_LARCH_SOP_NOT", Const, 19},
3184 {"R_LARCH_SOP_POP_32_S_0_10_10_16_S2", Const, 19},
3185 {"R_LARCH_SOP_POP_32_S_0_5_10_16_S2", Const, 19},
3186 {"R_LARCH_SOP_POP_32_S_10_12", Const, 19},
3187 {"R_LARCH_SOP_POP_32_S_10_16", Const, 19},
3188 {"R_LARCH_SOP_POP_32_S_10_16_S2", Const, 19},
3189 {"R_LARCH_SOP_POP_32_S_10_5", Const, 19},
3190 {"R_LARCH_SOP_POP_32_S_5_20", Const, 19},
3191 {"R_LARCH_SOP_POP_32_U", Const, 19},
3192 {"R_LARCH_SOP_POP_32_U_10_12", Const, 19},
3193 {"R_LARCH_SOP_PUSH_ABSOLUTE", Const, 19},
3194 {"R_LARCH_SOP_PUSH_DUP", Const, 19},
3195 {"R_LARCH_SOP_PUSH_GPREL", Const, 19},
3196 {"R_LARCH_SOP_PUSH_PCREL", Const, 19},
3197 {"R_LARCH_SOP_PUSH_PLT_PCREL", Const, 19},
3198 {"R_LARCH_SOP_PUSH_TLS_GD", Const, 19},
3199 {"R_LARCH_SOP_PUSH_TLS_GOT", Const, 19},
3200 {"R_LARCH_SOP_PUSH_TLS_TPREL", Const, 19},
3201 {"R_LARCH_SOP_SL", Const, 19},
3202 {"R_LARCH_SOP_SR", Const, 19},
3203 {"R_LARCH_SOP_SUB", Const, 19},
3204 {"R_LARCH_SUB16", Const, 19},
3205 {"R_LARCH_SUB24", Const, 19},
3206 {"R_LARCH_SUB32", Const, 19},
3207 {"R_LARCH_SUB6", Const, 22},
3208 {"R_LARCH_SUB64", Const, 19},
3209 {"R_LARCH_SUB8", Const, 19},
3210 {"R_LARCH_SUB_ULEB128", Const, 22},
3211 {"R_LARCH_TLS_DTPMOD32", Const, 19},
3212 {"R_LARCH_TLS_DTPMOD64", Const, 19},
3213 {"R_LARCH_TLS_DTPREL32", Const, 19},
3214 {"R_LARCH_TLS_DTPREL64", Const, 19},
3215 {"R_LARCH_TLS_GD_HI20", Const, 20},
3216 {"R_LARCH_TLS_GD_PC_HI20", Const, 20},
3217 {"R_LARCH_TLS_IE64_HI12", Const, 20},
3218 {"R_LARCH_TLS_IE64_LO20", Const, 20},
3219 {"R_LARCH_TLS_IE64_PC_HI12", Const, 20},
3220 {"R_LARCH_TLS_IE64_PC_LO20", Const, 20},
3221 {"R_LARCH_TLS_IE_HI20", Const, 20},
3222 {"R_LARCH_TLS_IE_LO12", Const, 20},
3223 {"R_LARCH_TLS_IE_PC_HI20", Const, 20},
3224 {"R_LARCH_TLS_IE_PC_LO12", Const, 20},
3225 {"R_LARCH_TLS_LD_HI20", Const, 20},
3226 {"R_LARCH_TLS_LD_PC_HI20", Const, 20},
3227 {"R_LARCH_TLS_LE64_HI12", Const, 20},
3228 {"R_LARCH_TLS_LE64_LO20", Const, 20},
3229 {"R_LARCH_TLS_LE_HI20", Const, 20},
3230 {"R_LARCH_TLS_LE_LO12", Const, 20},
3231 {"R_LARCH_TLS_TPREL32", Const, 19},
3232 {"R_LARCH_TLS_TPREL64", Const, 19},
3233 {"R_MIPS", Type, 6},
3234 {"R_MIPS_16", Const, 6},
3235 {"R_MIPS_26", Const, 6},
3236 {"R_MIPS_32", Const, 6},
3237 {"R_MIPS_64", Const, 6},
3238 {"R_MIPS_ADD_IMMEDIATE", Const, 6},
3239 {"R_MIPS_CALL16", Const, 6},
3240 {"R_MIPS_CALL_HI16", Const, 6},
3241 {"R_MIPS_CALL_LO16", Const, 6},
3242 {"R_MIPS_DELETE", Const, 6},
3243 {"R_MIPS_GOT16", Const, 6},
3244 {"R_MIPS_GOT_DISP", Const, 6},
3245 {"R_MIPS_GOT_HI16", Const, 6},
3246 {"R_MIPS_GOT_LO16", Const, 6},
3247 {"R_MIPS_GOT_OFST", Const, 6},
3248 {"R_MIPS_GOT_PAGE", Const, 6},
3249 {"R_MIPS_GPREL16", Const, 6},
3250 {"R_MIPS_GPREL32", Const, 6},
3251 {"R_MIPS_HI16", Const, 6},
3252 {"R_MIPS_HIGHER", Const, 6},
3253 {"R_MIPS_HIGHEST", Const, 6},
3254 {"R_MIPS_INSERT_A", Const, 6},
3255 {"R_MIPS_INSERT_B", Const, 6},
3256 {"R_MIPS_JALR", Const, 6},
3257 {"R_MIPS_LITERAL", Const, 6},
3258 {"R_MIPS_LO16", Const, 6},
3259 {"R_MIPS_NONE", Const, 6},
3260 {"R_MIPS_PC16", Const, 6},
3261 {"R_MIPS_PC32", Const, 22},
3262 {"R_MIPS_PJUMP", Const, 6},
3263 {"R_MIPS_REL16", Const, 6},
3264 {"R_MIPS_REL32", Const, 6},
3265 {"R_MIPS_RELGOT", Const, 6},
3266 {"R_MIPS_SCN_DISP", Const, 6},
3267 {"R_MIPS_SHIFT5", Const, 6},
3268 {"R_MIPS_SHIFT6", Const, 6},
3269 {"R_MIPS_SUB", Const, 6},
3270 {"R_MIPS_TLS_DTPMOD32", Const, 6},
3271 {"R_MIPS_TLS_DTPMOD64", Const, 6},
3272 {"R_MIPS_TLS_DTPREL32", Const, 6},
3273 {"R_MIPS_TLS_DTPREL64", Const, 6},
3274 {"R_MIPS_TLS_DTPREL_HI16", Const, 6},
3275 {"R_MIPS_TLS_DTPREL_LO16", Const, 6},
3276 {"R_MIPS_TLS_GD", Const, 6},
3277 {"R_MIPS_TLS_GOTTPREL", Const, 6},
3278 {"R_MIPS_TLS_LDM", Const, 6},
3279 {"R_MIPS_TLS_TPREL32", Const, 6},
3280 {"R_MIPS_TLS_TPREL64", Const, 6},
3281 {"R_MIPS_TLS_TPREL_HI16", Const, 6},
3282 {"R_MIPS_TLS_TPREL_LO16", Const, 6},
3283 {"R_PPC", Type, 0},
3284 {"R_PPC64", Type, 5},
3285 {"R_PPC64_ADDR14", Const, 5},
3286 {"R_PPC64_ADDR14_BRNTAKEN", Const, 5},
3287 {"R_PPC64_ADDR14_BRTAKEN", Const, 5},
3288 {"R_PPC64_ADDR16", Const, 5},
3289 {"R_PPC64_ADDR16_DS", Const, 5},
3290 {"R_PPC64_ADDR16_HA", Const, 5},
3291 {"R_PPC64_ADDR16_HI", Const, 5},
3292 {"R_PPC64_ADDR16_HIGH", Const, 10},
3293 {"R_PPC64_ADDR16_HIGHA", Const, 10},
3294 {"R_PPC64_ADDR16_HIGHER", Const, 5},
3295 {"R_PPC64_ADDR16_HIGHER34", Const, 20},
3296 {"R_PPC64_ADDR16_HIGHERA", Const, 5},
3297 {"R_PPC64_ADDR16_HIGHERA34", Const, 20},
3298 {"R_PPC64_ADDR16_HIGHEST", Const, 5},
3299 {"R_PPC64_ADDR16_HIGHEST34", Const, 20},
3300 {"R_PPC64_ADDR16_HIGHESTA", Const, 5},
3301 {"R_PPC64_ADDR16_HIGHESTA34", Const, 20},
3302 {"R_PPC64_ADDR16_LO", Const, 5},
3303 {"R_PPC64_ADDR16_LO_DS", Const, 5},
3304 {"R_PPC64_ADDR24", Const, 5},
3305 {"R_PPC64_ADDR32", Const, 5},
3306 {"R_PPC64_ADDR64", Const, 5},
3307 {"R_PPC64_ADDR64_LOCAL", Const, 10},
3308 {"R_PPC64_COPY", Const, 20},
3309 {"R_PPC64_D28", Const, 20},
3310 {"R_PPC64_D34", Const, 20},
3311 {"R_PPC64_D34_HA30", Const, 20},
3312 {"R_PPC64_D34_HI30", Const, 20},
3313 {"R_PPC64_D34_LO", Const, 20},
3314 {"R_PPC64_DTPMOD64", Const, 5},
3315 {"R_PPC64_DTPREL16", Const, 5},
3316 {"R_PPC64_DTPREL16_DS", Const, 5},
3317 {"R_PPC64_DTPREL16_HA", Const, 5},
3318 {"R_PPC64_DTPREL16_HI", Const, 5},
3319 {"R_PPC64_DTPREL16_HIGH", Const, 10},
3320 {"R_PPC64_DTPREL16_HIGHA", Const, 10},
3321 {"R_PPC64_DTPREL16_HIGHER", Const, 5},
3322 {"R_PPC64_DTPREL16_HIGHERA", Const, 5},
3323 {"R_PPC64_DTPREL16_HIGHEST", Const, 5},
3324 {"R_PPC64_DTPREL16_HIGHESTA", Const, 5},
3325 {"R_PPC64_DTPREL16_LO", Const, 5},
3326 {"R_PPC64_DTPREL16_LO_DS", Const, 5},
3327 {"R_PPC64_DTPREL34", Const, 20},
3328 {"R_PPC64_DTPREL64", Const, 5},
3329 {"R_PPC64_ENTRY", Const, 10},
3330 {"R_PPC64_GLOB_DAT", Const, 20},
3331 {"R_PPC64_GNU_VTENTRY", Const, 20},
3332 {"R_PPC64_GNU_VTINHERIT", Const, 20},
3333 {"R_PPC64_GOT16", Const, 5},
3334 {"R_PPC64_GOT16_DS", Const, 5},
3335 {"R_PPC64_GOT16_HA", Const, 5},
3336 {"R_PPC64_GOT16_HI", Const, 5},
3337 {"R_PPC64_GOT16_LO", Const, 5},
3338 {"R_PPC64_GOT16_LO_DS", Const, 5},
3339 {"R_PPC64_GOT_DTPREL16_DS", Const, 5},
3340 {"R_PPC64_GOT_DTPREL16_HA", Const, 5},
3341 {"R_PPC64_GOT_DTPREL16_HI", Const, 5},
3342 {"R_PPC64_GOT_DTPREL16_LO_DS", Const, 5},
3343 {"R_PPC64_GOT_DTPREL_PCREL34", Const, 20},
3344 {"R_PPC64_GOT_PCREL34", Const, 20},
3345 {"R_PPC64_GOT_TLSGD16", Const, 5},
3346 {"R_PPC64_GOT_TLSGD16_HA", Const, 5},
3347 {"R_PPC64_GOT_TLSGD16_HI", Const, 5},
3348 {"R_PPC64_GOT_TLSGD16_LO", Const, 5},
3349 {"R_PPC64_GOT_TLSGD_PCREL34", Const, 20},
3350 {"R_PPC64_GOT_TLSLD16", Const, 5},
3351 {"R_PPC64_GOT_TLSLD16_HA", Const, 5},
3352 {"R_PPC64_GOT_TLSLD16_HI", Const, 5},
3353 {"R_PPC64_GOT_TLSLD16_LO", Const, 5},
3354 {"R_PPC64_GOT_TLSLD_PCREL34", Const, 20},
3355 {"R_PPC64_GOT_TPREL16_DS", Const, 5},
3356 {"R_PPC64_GOT_TPREL16_HA", Const, 5},
3357 {"R_PPC64_GOT_TPREL16_HI", Const, 5},
3358 {"R_PPC64_GOT_TPREL16_LO_DS", Const, 5},
3359 {"R_PPC64_GOT_TPREL_PCREL34", Const, 20},
3360 {"R_PPC64_IRELATIVE", Const, 10},
3361 {"R_PPC64_JMP_IREL", Const, 10},
3362 {"R_PPC64_JMP_SLOT", Const, 5},
3363 {"R_PPC64_NONE", Const, 5},
3364 {"R_PPC64_PCREL28", Const, 20},
3365 {"R_PPC64_PCREL34", Const, 20},
3366 {"R_PPC64_PCREL_OPT", Const, 20},
3367 {"R_PPC64_PLT16_HA", Const, 20},
3368 {"R_PPC64_PLT16_HI", Const, 20},
3369 {"R_PPC64_PLT16_LO", Const, 20},
3370 {"R_PPC64_PLT16_LO_DS", Const, 10},
3371 {"R_PPC64_PLT32", Const, 20},
3372 {"R_PPC64_PLT64", Const, 20},
3373 {"R_PPC64_PLTCALL", Const, 20},
3374 {"R_PPC64_PLTCALL_NOTOC", Const, 20},
3375 {"R_PPC64_PLTGOT16", Const, 10},
3376 {"R_PPC64_PLTGOT16_DS", Const, 10},
3377 {"R_PPC64_PLTGOT16_HA", Const, 10},
3378 {"R_PPC64_PLTGOT16_HI", Const, 10},
3379 {"R_PPC64_PLTGOT16_LO", Const, 10},
3380 {"R_PPC64_PLTGOT_LO_DS", Const, 10},
3381 {"R_PPC64_PLTREL32", Const, 20},
3382 {"R_PPC64_PLTREL64", Const, 20},
3383 {"R_PPC64_PLTSEQ", Const, 20},
3384 {"R_PPC64_PLTSEQ_NOTOC", Const, 20},
3385 {"R_PPC64_PLT_PCREL34", Const, 20},
3386 {"R_PPC64_PLT_PCREL34_NOTOC", Const, 20},
3387 {"R_PPC64_REL14", Const, 5},
3388 {"R_PPC64_REL14_BRNTAKEN", Const, 5},
3389 {"R_PPC64_REL14_BRTAKEN", Const, 5},
3390 {"R_PPC64_REL16", Const, 5},
3391 {"R_PPC64_REL16DX_HA", Const, 10},
3392 {"R_PPC64_REL16_HA", Const, 5},
3393 {"R_PPC64_REL16_HI", Const, 5},
3394 {"R_PPC64_REL16_HIGH", Const, 20},
3395 {"R_PPC64_REL16_HIGHA", Const, 20},
3396 {"R_PPC64_REL16_HIGHER", Const, 20},
3397 {"R_PPC64_REL16_HIGHER34", Const, 20},
3398 {"R_PPC64_REL16_HIGHERA", Const, 20},
3399 {"R_PPC64_REL16_HIGHERA34", Const, 20},
3400 {"R_PPC64_REL16_HIGHEST", Const, 20},
3401 {"R_PPC64_REL16_HIGHEST34", Const, 20},
3402 {"R_PPC64_REL16_HIGHESTA", Const, 20},
3403 {"R_PPC64_REL16_HIGHESTA34", Const, 20},
3404 {"R_PPC64_REL16_LO", Const, 5},
3405 {"R_PPC64_REL24", Const, 5},
3406 {"R_PPC64_REL24_NOTOC", Const, 10},
3407 {"R_PPC64_REL24_P9NOTOC", Const, 21},
3408 {"R_PPC64_REL30", Const, 20},
3409 {"R_PPC64_REL32", Const, 5},
3410 {"R_PPC64_REL64", Const, 5},
3411 {"R_PPC64_RELATIVE", Const, 18},
3412 {"R_PPC64_SECTOFF", Const, 20},
3413 {"R_PPC64_SECTOFF_DS", Const, 10},
3414 {"R_PPC64_SECTOFF_HA", Const, 20},
3415 {"R_PPC64_SECTOFF_HI", Const, 20},
3416 {"R_PPC64_SECTOFF_LO", Const, 20},
3417 {"R_PPC64_SECTOFF_LO_DS", Const, 10},
3418 {"R_PPC64_TLS", Const, 5},
3419 {"R_PPC64_TLSGD", Const, 5},
3420 {"R_PPC64_TLSLD", Const, 5},
3421 {"R_PPC64_TOC", Const, 5},
3422 {"R_PPC64_TOC16", Const, 5},
3423 {"R_PPC64_TOC16_DS", Const, 5},
3424 {"R_PPC64_TOC16_HA", Const, 5},
3425 {"R_PPC64_TOC16_HI", Const, 5},
3426 {"R_PPC64_TOC16_LO", Const, 5},
3427 {"R_PPC64_TOC16_LO_DS", Const, 5},
3428 {"R_PPC64_TOCSAVE", Const, 10},
3429 {"R_PPC64_TPREL16", Const, 5},
3430 {"R_PPC64_TPREL16_DS", Const, 5},
3431 {"R_PPC64_TPREL16_HA", Const, 5},
3432 {"R_PPC64_TPREL16_HI", Const, 5},
3433 {"R_PPC64_TPREL16_HIGH", Const, 10},
3434 {"R_PPC64_TPREL16_HIGHA", Const, 10},
3435 {"R_PPC64_TPREL16_HIGHER", Const, 5},
3436 {"R_PPC64_TPREL16_HIGHERA", Const, 5},
3437 {"R_PPC64_TPREL16_HIGHEST", Const, 5},
3438 {"R_PPC64_TPREL16_HIGHESTA", Const, 5},
3439 {"R_PPC64_TPREL16_LO", Const, 5},
3440 {"R_PPC64_TPREL16_LO_DS", Const, 5},
3441 {"R_PPC64_TPREL34", Const, 20},
3442 {"R_PPC64_TPREL64", Const, 5},
3443 {"R_PPC64_UADDR16", Const, 20},
3444 {"R_PPC64_UADDR32", Const, 20},
3445 {"R_PPC64_UADDR64", Const, 20},
3446 {"R_PPC_ADDR14", Const, 0},
3447 {"R_PPC_ADDR14_BRNTAKEN", Const, 0},
3448 {"R_PPC_ADDR14_BRTAKEN", Const, 0},
3449 {"R_PPC_ADDR16", Const, 0},
3450 {"R_PPC_ADDR16_HA", Const, 0},
3451 {"R_PPC_ADDR16_HI", Const, 0},
3452 {"R_PPC_ADDR16_LO", Const, 0},
3453 {"R_PPC_ADDR24", Const, 0},
3454 {"R_PPC_ADDR32", Const, 0},
3455 {"R_PPC_COPY", Const, 0},
3456 {"R_PPC_DTPMOD32", Const, 0},
3457 {"R_PPC_DTPREL16", Const, 0},
3458 {"R_PPC_DTPREL16_HA", Const, 0},
3459 {"R_PPC_DTPREL16_HI", Const, 0},
3460 {"R_PPC_DTPREL16_LO", Const, 0},
3461 {"R_PPC_DTPREL32", Const, 0},
3462 {"R_PPC_EMB_BIT_FLD", Const, 0},
3463 {"R_PPC_EMB_MRKREF", Const, 0},
3464 {"R_PPC_EMB_NADDR16", Const, 0},
3465 {"R_PPC_EMB_NADDR16_HA", Const, 0},
3466 {"R_PPC_EMB_NADDR16_HI", Const, 0},
3467 {"R_PPC_EMB_NADDR16_LO", Const, 0},
3468 {"R_PPC_EMB_NADDR32", Const, 0},
3469 {"R_PPC_EMB_RELSDA", Const, 0},
3470 {"R_PPC_EMB_RELSEC16", Const, 0},
3471 {"R_PPC_EMB_RELST_HA", Const, 0},
3472 {"R_PPC_EMB_RELST_HI", Const, 0},
3473 {"R_PPC_EMB_RELST_LO", Const, 0},
3474 {"R_PPC_EMB_SDA21", Const, 0},
3475 {"R_PPC_EMB_SDA2I16", Const, 0},
3476 {"R_PPC_EMB_SDA2REL", Const, 0},
3477 {"R_PPC_EMB_SDAI16", Const, 0},
3478 {"R_PPC_GLOB_DAT", Const, 0},
3479 {"R_PPC_GOT16", Const, 0},
3480 {"R_PPC_GOT16_HA", Const, 0},
3481 {"R_PPC_GOT16_HI", Const, 0},
3482 {"R_PPC_GOT16_LO", Const, 0},
3483 {"R_PPC_GOT_TLSGD16", Const, 0},
3484 {"R_PPC_GOT_TLSGD16_HA", Const, 0},
3485 {"R_PPC_GOT_TLSGD16_HI", Const, 0},
3486 {"R_PPC_GOT_TLSGD16_LO", Const, 0},
3487 {"R_PPC_GOT_TLSLD16", Const, 0},
3488 {"R_PPC_GOT_TLSLD16_HA", Const, 0},
3489 {"R_PPC_GOT_TLSLD16_HI", Const, 0},
3490 {"R_PPC_GOT_TLSLD16_LO", Const, 0},
3491 {"R_PPC_GOT_TPREL16", Const, 0},
3492 {"R_PPC_GOT_TPREL16_HA", Const, 0},
3493 {"R_PPC_GOT_TPREL16_HI", Const, 0},
3494 {"R_PPC_GOT_TPREL16_LO", Const, 0},
3495 {"R_PPC_JMP_SLOT", Const, 0},
3496 {"R_PPC_LOCAL24PC", Const, 0},
3497 {"R_PPC_NONE", Const, 0},
3498 {"R_PPC_PLT16_HA", Const, 0},
3499 {"R_PPC_PLT16_HI", Const, 0},
3500 {"R_PPC_PLT16_LO", Const, 0},
3501 {"R_PPC_PLT32", Const, 0},
3502 {"R_PPC_PLTREL24", Const, 0},
3503 {"R_PPC_PLTREL32", Const, 0},
3504 {"R_PPC_REL14", Const, 0},
3505 {"R_PPC_REL14_BRNTAKEN", Const, 0},
3506 {"R_PPC_REL14_BRTAKEN", Const, 0},
3507 {"R_PPC_REL24", Const, 0},
3508 {"R_PPC_REL32", Const, 0},
3509 {"R_PPC_RELATIVE", Const, 0},
3510 {"R_PPC_SDAREL16", Const, 0},
3511 {"R_PPC_SECTOFF", Const, 0},
3512 {"R_PPC_SECTOFF_HA", Const, 0},
3513 {"R_PPC_SECTOFF_HI", Const, 0},
3514 {"R_PPC_SECTOFF_LO", Const, 0},
3515 {"R_PPC_TLS", Const, 0},
3516 {"R_PPC_TPREL16", Const, 0},
3517 {"R_PPC_TPREL16_HA", Const, 0},
3518 {"R_PPC_TPREL16_HI", Const, 0},
3519 {"R_PPC_TPREL16_LO", Const, 0},
3520 {"R_PPC_TPREL32", Const, 0},
3521 {"R_PPC_UADDR16", Const, 0},
3522 {"R_PPC_UADDR32", Const, 0},
3523 {"R_RISCV", Type, 11},
3524 {"R_RISCV_32", Const, 11},
3525 {"R_RISCV_32_PCREL", Const, 12},
3526 {"R_RISCV_64", Const, 11},
3527 {"R_RISCV_ADD16", Const, 11},
3528 {"R_RISCV_ADD32", Const, 11},
3529 {"R_RISCV_ADD64", Const, 11},
3530 {"R_RISCV_ADD8", Const, 11},
3531 {"R_RISCV_ALIGN", Const, 11},
3532 {"R_RISCV_BRANCH", Const, 11},
3533 {"R_RISCV_CALL", Const, 11},
3534 {"R_RISCV_CALL_PLT", Const, 11},
3535 {"R_RISCV_COPY", Const, 11},
3536 {"R_RISCV_GNU_VTENTRY", Const, 11},
3537 {"R_RISCV_GNU_VTINHERIT", Const, 11},
3538 {"R_RISCV_GOT_HI20", Const, 11},
3539 {"R_RISCV_GPREL_I", Const, 11},
3540 {"R_RISCV_GPREL_S", Const, 11},
3541 {"R_RISCV_HI20", Const, 11},
3542 {"R_RISCV_JAL", Const, 11},
3543 {"R_RISCV_JUMP_SLOT", Const, 11},
3544 {"R_RISCV_LO12_I", Const, 11},
3545 {"R_RISCV_LO12_S", Const, 11},
3546 {"R_RISCV_NONE", Const, 11},
3547 {"R_RISCV_PCREL_HI20", Const, 11},
3548 {"R_RISCV_PCREL_LO12_I", Const, 11},
3549 {"R_RISCV_PCREL_LO12_S", Const, 11},
3550 {"R_RISCV_RELATIVE", Const, 11},
3551 {"R_RISCV_RELAX", Const, 11},
3552 {"R_RISCV_RVC_BRANCH", Const, 11},
3553 {"R_RISCV_RVC_JUMP", Const, 11},
3554 {"R_RISCV_RVC_LUI", Const, 11},
3555 {"R_RISCV_SET16", Const, 11},
3556 {"R_RISCV_SET32", Const, 11},
3557 {"R_RISCV_SET6", Const, 11},
3558 {"R_RISCV_SET8", Const, 11},
3559 {"R_RISCV_SUB16", Const, 11},
3560 {"R_RISCV_SUB32", Const, 11},
3561 {"R_RISCV_SUB6", Const, 11},
3562 {"R_RISCV_SUB64", Const, 11},
3563 {"R_RISCV_SUB8", Const, 11},
3564 {"R_RISCV_TLS_DTPMOD32", Const, 11},
3565 {"R_RISCV_TLS_DTPMOD64", Const, 11},
3566 {"R_RISCV_TLS_DTPREL32", Const, 11},
3567 {"R_RISCV_TLS_DTPREL64", Const, 11},
3568 {"R_RISCV_TLS_GD_HI20", Const, 11},
3569 {"R_RISCV_TLS_GOT_HI20", Const, 11},
3570 {"R_RISCV_TLS_TPREL32", Const, 11},
3571 {"R_RISCV_TLS_TPREL64", Const, 11},
3572 {"R_RISCV_TPREL_ADD", Const, 11},
3573 {"R_RISCV_TPREL_HI20", Const, 11},
3574 {"R_RISCV_TPREL_I", Const, 11},
3575 {"R_RISCV_TPREL_LO12_I", Const, 11},
3576 {"R_RISCV_TPREL_LO12_S", Const, 11},
3577 {"R_RISCV_TPREL_S", Const, 11},
3578 {"R_SPARC", Type, 0},
3579 {"R_SPARC_10", Const, 0},
3580 {"R_SPARC_11", Const, 0},
3581 {"R_SPARC_13", Const, 0},
3582 {"R_SPARC_16", Const, 0},
3583 {"R_SPARC_22", Const, 0},
3584 {"R_SPARC_32", Const, 0},
3585 {"R_SPARC_5", Const, 0},
3586 {"R_SPARC_6", Const, 0},
3587 {"R_SPARC_64", Const, 0},
3588 {"R_SPARC_7", Const, 0},
3589 {"R_SPARC_8", Const, 0},
3590 {"R_SPARC_COPY", Const, 0},
3591 {"R_SPARC_DISP16", Const, 0},
3592 {"R_SPARC_DISP32", Const, 0},
3593 {"R_SPARC_DISP64", Const, 0},
3594 {"R_SPARC_DISP8", Const, 0},
3595 {"R_SPARC_GLOB_DAT", Const, 0},
3596 {"R_SPARC_GLOB_JMP", Const, 0},
3597 {"R_SPARC_GOT10", Const, 0},
3598 {"R_SPARC_GOT13", Const, 0},
3599 {"R_SPARC_GOT22", Const, 0},
3600 {"R_SPARC_H44", Const, 0},
3601 {"R_SPARC_HH22", Const, 0},
3602 {"R_SPARC_HI22", Const, 0},
3603 {"R_SPARC_HIPLT22", Const, 0},
3604 {"R_SPARC_HIX22", Const, 0},
3605 {"R_SPARC_HM10", Const, 0},
3606 {"R_SPARC_JMP_SLOT", Const, 0},
3607 {"R_SPARC_L44", Const, 0},
3608 {"R_SPARC_LM22", Const, 0},
3609 {"R_SPARC_LO10", Const, 0},
3610 {"R_SPARC_LOPLT10", Const, 0},
3611 {"R_SPARC_LOX10", Const, 0},
3612 {"R_SPARC_M44", Const, 0},
3613 {"R_SPARC_NONE", Const, 0},
3614 {"R_SPARC_OLO10", Const, 0},
3615 {"R_SPARC_PC10", Const, 0},
3616 {"R_SPARC_PC22", Const, 0},
3617 {"R_SPARC_PCPLT10", Const, 0},
3618 {"R_SPARC_PCPLT22", Const, 0},
3619 {"R_SPARC_PCPLT32", Const, 0},
3620 {"R_SPARC_PC_HH22", Const, 0},
3621 {"R_SPARC_PC_HM10", Const, 0},
3622 {"R_SPARC_PC_LM22", Const, 0},
3623 {"R_SPARC_PLT32", Const, 0},
3624 {"R_SPARC_PLT64", Const, 0},
3625 {"R_SPARC_REGISTER", Const, 0},
3626 {"R_SPARC_RELATIVE", Const, 0},
3627 {"R_SPARC_UA16", Const, 0},
3628 {"R_SPARC_UA32", Const, 0},
3629 {"R_SPARC_UA64", Const, 0},
3630 {"R_SPARC_WDISP16", Const, 0},
3631 {"R_SPARC_WDISP19", Const, 0},
3632 {"R_SPARC_WDISP22", Const, 0},
3633 {"R_SPARC_WDISP30", Const, 0},
3634 {"R_SPARC_WPLT30", Const, 0},
3635 {"R_SYM32", Func, 0},
3636 {"R_SYM64", Func, 0},
3637 {"R_TYPE32", Func, 0},
3638 {"R_TYPE64", Func, 0},
3639 {"R_X86_64", Type, 0},
3640 {"R_X86_64_16", Const, 0},
3641 {"R_X86_64_32", Const, 0},
3642 {"R_X86_64_32S", Const, 0},
3643 {"R_X86_64_64", Const, 0},
3644 {"R_X86_64_8", Const, 0},
3645 {"R_X86_64_COPY", Const, 0},
3646 {"R_X86_64_DTPMOD64", Const, 0},
3647 {"R_X86_64_DTPOFF32", Const, 0},
3648 {"R_X86_64_DTPOFF64", Const, 0},
3649 {"R_X86_64_GLOB_DAT", Const, 0},
3650 {"R_X86_64_GOT32", Const, 0},
3651 {"R_X86_64_GOT64", Const, 10},
3652 {"R_X86_64_GOTOFF64", Const, 10},
3653 {"R_X86_64_GOTPC32", Const, 10},
3654 {"R_X86_64_GOTPC32_TLSDESC", Const, 10},
3655 {"R_X86_64_GOTPC64", Const, 10},
3656 {"R_X86_64_GOTPCREL", Const, 0},
3657 {"R_X86_64_GOTPCREL64", Const, 10},
3658 {"R_X86_64_GOTPCRELX", Const, 10},
3659 {"R_X86_64_GOTPLT64", Const, 10},
3660 {"R_X86_64_GOTTPOFF", Const, 0},
3661 {"R_X86_64_IRELATIVE", Const, 10},
3662 {"R_X86_64_JMP_SLOT", Const, 0},
3663 {"R_X86_64_NONE", Const, 0},
3664 {"R_X86_64_PC16", Const, 0},
3665 {"R_X86_64_PC32", Const, 0},
3666 {"R_X86_64_PC32_BND", Const, 10},
3667 {"R_X86_64_PC64", Const, 10},
3668 {"R_X86_64_PC8", Const, 0},
3669 {"R_X86_64_PLT32", Const, 0},
3670 {"R_X86_64_PLT32_BND", Const, 10},
3671 {"R_X86_64_PLTOFF64", Const, 10},
3672 {"R_X86_64_RELATIVE", Const, 0},
3673 {"R_X86_64_RELATIVE64", Const, 10},
3674 {"R_X86_64_REX_GOTPCRELX", Const, 10},
3675 {"R_X86_64_SIZE32", Const, 10},
3676 {"R_X86_64_SIZE64", Const, 10},
3677 {"R_X86_64_TLSDESC", Const, 10},
3678 {"R_X86_64_TLSDESC_CALL", Const, 10},
3679 {"R_X86_64_TLSGD", Const, 0},
3680 {"R_X86_64_TLSLD", Const, 0},
3681 {"R_X86_64_TPOFF32", Const, 0},
3682 {"R_X86_64_TPOFF64", Const, 0},
3683 {"Rel32", Type, 0},
3684 {"Rel32.Info", Field, 0},
3685 {"Rel32.Off", Field, 0},
3686 {"Rel64", Type, 0},
3687 {"Rel64.Info", Field, 0},
3688 {"Rel64.Off", Field, 0},
3689 {"Rela32", Type, 0},
3690 {"Rela32.Addend", Field, 0},
3691 {"Rela32.Info", Field, 0},
3692 {"Rela32.Off", Field, 0},
3693 {"Rela64", Type, 0},
3694 {"Rela64.Addend", Field, 0},
3695 {"Rela64.Info", Field, 0},
3696 {"Rela64.Off", Field, 0},
3697 {"SHF_ALLOC", Const, 0},
3698 {"SHF_COMPRESSED", Const, 6},
3699 {"SHF_EXECINSTR", Const, 0},
3700 {"SHF_GROUP", Const, 0},
3701 {"SHF_INFO_LINK", Const, 0},
3702 {"SHF_LINK_ORDER", Const, 0},
3703 {"SHF_MASKOS", Const, 0},
3704 {"SHF_MASKPROC", Const, 0},
3705 {"SHF_MERGE", Const, 0},
3706 {"SHF_OS_NONCONFORMING", Const, 0},
3707 {"SHF_STRINGS", Const, 0},
3708 {"SHF_TLS", Const, 0},
3709 {"SHF_WRITE", Const, 0},
3710 {"SHN_ABS", Const, 0},
3711 {"SHN_COMMON", Const, 0},
3712 {"SHN_HIOS", Const, 0},
3713 {"SHN_HIPROC", Const, 0},
3714 {"SHN_HIRESERVE", Const, 0},
3715 {"SHN_LOOS", Const, 0},
3716 {"SHN_LOPROC", Const, 0},
3717 {"SHN_LORESERVE", Const, 0},
3718 {"SHN_UNDEF", Const, 0},
3719 {"SHN_XINDEX", Const, 0},
3720 {"SHT_DYNAMIC", Const, 0},
3721 {"SHT_DYNSYM", Const, 0},
3722 {"SHT_FINI_ARRAY", Const, 0},
3723 {"SHT_GNU_ATTRIBUTES", Const, 0},
3724 {"SHT_GNU_HASH", Const, 0},
3725 {"SHT_GNU_LIBLIST", Const, 0},
3726 {"SHT_GNU_VERDEF", Const, 0},
3727 {"SHT_GNU_VERNEED", Const, 0},
3728 {"SHT_GNU_VERSYM", Const, 0},
3729 {"SHT_GROUP", Const, 0},
3730 {"SHT_HASH", Const, 0},
3731 {"SHT_HIOS", Const, 0},
3732 {"SHT_HIPROC", Const, 0},
3733 {"SHT_HIUSER", Const, 0},
3734 {"SHT_INIT_ARRAY", Const, 0},
3735 {"SHT_LOOS", Const, 0},
3736 {"SHT_LOPROC", Const, 0},
3737 {"SHT_LOUSER", Const, 0},
3738 {"SHT_MIPS_ABIFLAGS", Const, 17},
3739 {"SHT_NOBITS", Const, 0},
3740 {"SHT_NOTE", Const, 0},
3741 {"SHT_NULL", Const, 0},
3742 {"SHT_PREINIT_ARRAY", Const, 0},
3743 {"SHT_PROGBITS", Const, 0},
3744 {"SHT_REL", Const, 0},
3745 {"SHT_RELA", Const, 0},
3746 {"SHT_SHLIB", Const, 0},
3747 {"SHT_STRTAB", Const, 0},
3748 {"SHT_SYMTAB", Const, 0},
3749 {"SHT_SYMTAB_SHNDX", Const, 0},
3750 {"STB_GLOBAL", Const, 0},
3751 {"STB_HIOS", Const, 0},
3752 {"STB_HIPROC", Const, 0},
3753 {"STB_LOCAL", Const, 0},
3754 {"STB_LOOS", Const, 0},
3755 {"STB_LOPROC", Const, 0},
3756 {"STB_WEAK", Const, 0},
3757 {"STT_COMMON", Const, 0},
3758 {"STT_FILE", Const, 0},
3759 {"STT_FUNC", Const, 0},
3760 {"STT_GNU_IFUNC", Const, 23},
3761 {"STT_HIOS", Const, 0},
3762 {"STT_HIPROC", Const, 0},
3763 {"STT_LOOS", Const, 0},
3764 {"STT_LOPROC", Const, 0},
3765 {"STT_NOTYPE", Const, 0},
3766 {"STT_OBJECT", Const, 0},
3767 {"STT_RELC", Const, 23},
3768 {"STT_SECTION", Const, 0},
3769 {"STT_SRELC", Const, 23},
3770 {"STT_TLS", Const, 0},
3771 {"STV_DEFAULT", Const, 0},
3772 {"STV_HIDDEN", Const, 0},
3773 {"STV_INTERNAL", Const, 0},
3774 {"STV_PROTECTED", Const, 0},
3775 {"ST_BIND", Func, 0},
3776 {"ST_INFO", Func, 0},
3777 {"ST_TYPE", Func, 0},
3778 {"ST_VISIBILITY", Func, 0},
3779 {"Section", Type, 0},
3780 {"Section.ReaderAt", Field, 0},
3781 {"Section.SectionHeader", Field, 0},
3782 {"Section32", Type, 0},
3783 {"Section32.Addr", Field, 0},
3784 {"Section32.Addralign", Field, 0},
3785 {"Section32.Entsize", Field, 0},
3786 {"Section32.Flags", Field, 0},
3787 {"Section32.Info", Field, 0},
3788 {"Section32.Link", Field, 0},
3789 {"Section32.Name", Field, 0},
3790 {"Section32.Off", Field, 0},
3791 {"Section32.Size", Field, 0},
3792 {"Section32.Type", Field, 0},
3793 {"Section64", Type, 0},
3794 {"Section64.Addr", Field, 0},
3795 {"Section64.Addralign", Field, 0},
3796 {"Section64.Entsize", Field, 0},
3797 {"Section64.Flags", Field, 0},
3798 {"Section64.Info", Field, 0},
3799 {"Section64.Link", Field, 0},
3800 {"Section64.Name", Field, 0},
3801 {"Section64.Off", Field, 0},
3802 {"Section64.Size", Field, 0},
3803 {"Section64.Type", Field, 0},
3804 {"SectionFlag", Type, 0},
3805 {"SectionHeader", Type, 0},
3806 {"SectionHeader.Addr", Field, 0},
3807 {"SectionHeader.Addralign", Field, 0},
3808 {"SectionHeader.Entsize", Field, 0},
3809 {"SectionHeader.FileSize", Field, 6},
3810 {"SectionHeader.Flags", Field, 0},
3811 {"SectionHeader.Info", Field, 0},
3812 {"SectionHeader.Link", Field, 0},
3813 {"SectionHeader.Name", Field, 0},
3814 {"SectionHeader.Offset", Field, 0},
3815 {"SectionHeader.Size", Field, 0},
3816 {"SectionHeader.Type", Field, 0},
3817 {"SectionIndex", Type, 0},
3818 {"SectionType", Type, 0},
3819 {"Sym32", Type, 0},
3820 {"Sym32.Info", Field, 0},
3821 {"Sym32.Name", Field, 0},
3822 {"Sym32.Other", Field, 0},
3823 {"Sym32.Shndx", Field, 0},
3824 {"Sym32.Size", Field, 0},
3825 {"Sym32.Value", Field, 0},
3826 {"Sym32Size", Const, 0},
3827 {"Sym64", Type, 0},
3828 {"Sym64.Info", Field, 0},
3829 {"Sym64.Name", Field, 0},
3830 {"Sym64.Other", Field, 0},
3831 {"Sym64.Shndx", Field, 0},
3832 {"Sym64.Size", Field, 0},
3833 {"Sym64.Value", Field, 0},
3834 {"Sym64Size", Const, 0},
3835 {"SymBind", Type, 0},
3836 {"SymType", Type, 0},
3837 {"SymVis", Type, 0},
3838 {"Symbol", Type, 0},
3839 {"Symbol.HasVersion", Field, 24},
3840 {"Symbol.Info", Field, 0},
3841 {"Symbol.Library", Field, 13},
3842 {"Symbol.Name", Field, 0},
3843 {"Symbol.Other", Field, 0},
3844 {"Symbol.Section", Field, 0},
3845 {"Symbol.Size", Field, 0},
3846 {"Symbol.Value", Field, 0},
3847 {"Symbol.Version", Field, 13},
3848 {"Symbol.VersionIndex", Field, 24},
3849 {"Type", Type, 0},
3850 {"VER_FLG_BASE", Const, 24},
3851 {"VER_FLG_INFO", Const, 24},
3852 {"VER_FLG_WEAK", Const, 24},
3853 {"Version", Type, 0},
3854 {"VersionIndex", Type, 24},
3855 },
3856 "debug/gosym": {
3857 {"(*DecodingError).Error", Method, 0},
3858 {"(*LineTable).LineToPC", Method, 0},
3859 {"(*LineTable).PCToLine", Method, 0},
3860 {"(*Sym).BaseName", Method, 0},
3861 {"(*Sym).PackageName", Method, 0},
3862 {"(*Sym).ReceiverName", Method, 0},
3863 {"(*Sym).Static", Method, 0},
3864 {"(*Table).LineToPC", Method, 0},
3865 {"(*Table).LookupFunc", Method, 0},
3866 {"(*Table).LookupSym", Method, 0},
3867 {"(*Table).PCToFunc", Method, 0},
3868 {"(*Table).PCToLine", Method, 0},
3869 {"(*Table).SymByAddr", Method, 0},
3870 {"(*UnknownLineError).Error", Method, 0},
3871 {"(Func).BaseName", Method, 0},
3872 {"(Func).PackageName", Method, 0},
3873 {"(Func).ReceiverName", Method, 0},
3874 {"(Func).Static", Method, 0},
3875 {"(UnknownFileError).Error", Method, 0},
3876 {"DecodingError", Type, 0},
3877 {"Func", Type, 0},
3878 {"Func.End", Field, 0},
3879 {"Func.Entry", Field, 0},
3880 {"Func.FrameSize", Field, 0},
3881 {"Func.LineTable", Field, 0},
3882 {"Func.Locals", Field, 0},
3883 {"Func.Obj", Field, 0},
3884 {"Func.Params", Field, 0},
3885 {"Func.Sym", Field, 0},
3886 {"LineTable", Type, 0},
3887 {"LineTable.Data", Field, 0},
3888 {"LineTable.Line", Field, 0},
3889 {"LineTable.PC", Field, 0},
3890 {"NewLineTable", Func, 0},
3891 {"NewTable", Func, 0},
3892 {"Obj", Type, 0},
3893 {"Obj.Funcs", Field, 0},
3894 {"Obj.Paths", Field, 0},
3895 {"Sym", Type, 0},
3896 {"Sym.Func", Field, 0},
3897 {"Sym.GoType", Field, 0},
3898 {"Sym.Name", Field, 0},
3899 {"Sym.Type", Field, 0},
3900 {"Sym.Value", Field, 0},
3901 {"Table", Type, 0},
3902 {"Table.Files", Field, 0},
3903 {"Table.Funcs", Field, 0},
3904 {"Table.Objs", Field, 0},
3905 {"Table.Syms", Field, 0},
3906 {"UnknownFileError", Type, 0},
3907 {"UnknownLineError", Type, 0},
3908 {"UnknownLineError.File", Field, 0},
3909 {"UnknownLineError.Line", Field, 0},
3910 },
3911 "debug/macho": {
3912 {"(*FatFile).Close", Method, 3},
3913 {"(*File).Close", Method, 0},
3914 {"(*File).DWARF", Method, 0},
3915 {"(*File).ImportedLibraries", Method, 0},
3916 {"(*File).ImportedSymbols", Method, 0},
3917 {"(*File).Section", Method, 0},
3918 {"(*File).Segment", Method, 0},
3919 {"(*FormatError).Error", Method, 0},
3920 {"(*Section).Data", Method, 0},
3921 {"(*Section).Open", Method, 0},
3922 {"(*Segment).Data", Method, 0},
3923 {"(*Segment).Open", Method, 0},
3924 {"(Cpu).GoString", Method, 0},
3925 {"(Cpu).String", Method, 0},
3926 {"(Dylib).Raw", Method, 0},
3927 {"(Dysymtab).Raw", Method, 0},
3928 {"(FatArch).Close", Method, 3},
3929 {"(FatArch).DWARF", Method, 3},
3930 {"(FatArch).ImportedLibraries", Method, 3},
3931 {"(FatArch).ImportedSymbols", Method, 3},
3932 {"(FatArch).Section", Method, 3},
3933 {"(FatArch).Segment", Method, 3},
3934 {"(LoadBytes).Raw", Method, 0},
3935 {"(LoadCmd).GoString", Method, 0},
3936 {"(LoadCmd).String", Method, 0},
3937 {"(RelocTypeARM).GoString", Method, 10},
3938 {"(RelocTypeARM).String", Method, 10},
3939 {"(RelocTypeARM64).GoString", Method, 10},
3940 {"(RelocTypeARM64).String", Method, 10},
3941 {"(RelocTypeGeneric).GoString", Method, 10},
3942 {"(RelocTypeGeneric).String", Method, 10},
3943 {"(RelocTypeX86_64).GoString", Method, 10},
3944 {"(RelocTypeX86_64).String", Method, 10},
3945 {"(Rpath).Raw", Method, 10},
3946 {"(Section).ReadAt", Method, 0},
3947 {"(Segment).Raw", Method, 0},
3948 {"(Segment).ReadAt", Method, 0},
3949 {"(Symtab).Raw", Method, 0},
3950 {"(Type).GoString", Method, 10},
3951 {"(Type).String", Method, 10},
3952 {"ARM64_RELOC_ADDEND", Const, 10},
3953 {"ARM64_RELOC_BRANCH26", Const, 10},
3954 {"ARM64_RELOC_GOT_LOAD_PAGE21", Const, 10},
3955 {"ARM64_RELOC_GOT_LOAD_PAGEOFF12", Const, 10},
3956 {"ARM64_RELOC_PAGE21", Const, 10},
3957 {"ARM64_RELOC_PAGEOFF12", Const, 10},
3958 {"ARM64_RELOC_POINTER_TO_GOT", Const, 10},
3959 {"ARM64_RELOC_SUBTRACTOR", Const, 10},
3960 {"ARM64_RELOC_TLVP_LOAD_PAGE21", Const, 10},
3961 {"ARM64_RELOC_TLVP_LOAD_PAGEOFF12", Const, 10},
3962 {"ARM64_RELOC_UNSIGNED", Const, 10},
3963 {"ARM_RELOC_BR24", Const, 10},
3964 {"ARM_RELOC_HALF", Const, 10},
3965 {"ARM_RELOC_HALF_SECTDIFF", Const, 10},
3966 {"ARM_RELOC_LOCAL_SECTDIFF", Const, 10},
3967 {"ARM_RELOC_PAIR", Const, 10},
3968 {"ARM_RELOC_PB_LA_PTR", Const, 10},
3969 {"ARM_RELOC_SECTDIFF", Const, 10},
3970 {"ARM_RELOC_VANILLA", Const, 10},
3971 {"ARM_THUMB_32BIT_BRANCH", Const, 10},
3972 {"ARM_THUMB_RELOC_BR22", Const, 10},
3973 {"Cpu", Type, 0},
3974 {"Cpu386", Const, 0},
3975 {"CpuAmd64", Const, 0},
3976 {"CpuArm", Const, 3},
3977 {"CpuArm64", Const, 11},
3978 {"CpuPpc", Const, 3},
3979 {"CpuPpc64", Const, 3},
3980 {"Dylib", Type, 0},
3981 {"Dylib.CompatVersion", Field, 0},
3982 {"Dylib.CurrentVersion", Field, 0},
3983 {"Dylib.LoadBytes", Field, 0},
3984 {"Dylib.Name", Field, 0},
3985 {"Dylib.Time", Field, 0},
3986 {"DylibCmd", Type, 0},
3987 {"DylibCmd.Cmd", Field, 0},
3988 {"DylibCmd.CompatVersion", Field, 0},
3989 {"DylibCmd.CurrentVersion", Field, 0},
3990 {"DylibCmd.Len", Field, 0},
3991 {"DylibCmd.Name", Field, 0},
3992 {"DylibCmd.Time", Field, 0},
3993 {"Dysymtab", Type, 0},
3994 {"Dysymtab.DysymtabCmd", Field, 0},
3995 {"Dysymtab.IndirectSyms", Field, 0},
3996 {"Dysymtab.LoadBytes", Field, 0},
3997 {"DysymtabCmd", Type, 0},
3998 {"DysymtabCmd.Cmd", Field, 0},
3999 {"DysymtabCmd.Extrefsymoff", Field, 0},
4000 {"DysymtabCmd.Extreloff", Field, 0},
4001 {"DysymtabCmd.Iextdefsym", Field, 0},
4002 {"DysymtabCmd.Ilocalsym", Field, 0},
4003 {"DysymtabCmd.Indirectsymoff", Field, 0},
4004 {"DysymtabCmd.Iundefsym", Field, 0},
4005 {"DysymtabCmd.Len", Field, 0},
4006 {"DysymtabCmd.Locreloff", Field, 0},
4007 {"DysymtabCmd.Modtaboff", Field, 0},
4008 {"DysymtabCmd.Nextdefsym", Field, 0},
4009 {"DysymtabCmd.Nextrefsyms", Field, 0},
4010 {"DysymtabCmd.Nextrel", Field, 0},
4011 {"DysymtabCmd.Nindirectsyms", Field, 0},
4012 {"DysymtabCmd.Nlocalsym", Field, 0},
4013 {"DysymtabCmd.Nlocrel", Field, 0},
4014 {"DysymtabCmd.Nmodtab", Field, 0},
4015 {"DysymtabCmd.Ntoc", Field, 0},
4016 {"DysymtabCmd.Nundefsym", Field, 0},
4017 {"DysymtabCmd.Tocoffset", Field, 0},
4018 {"ErrNotFat", Var, 3},
4019 {"FatArch", Type, 3},
4020 {"FatArch.FatArchHeader", Field, 3},
4021 {"FatArch.File", Field, 3},
4022 {"FatArchHeader", Type, 3},
4023 {"FatArchHeader.Align", Field, 3},
4024 {"FatArchHeader.Cpu", Field, 3},
4025 {"FatArchHeader.Offset", Field, 3},
4026 {"FatArchHeader.Size", Field, 3},
4027 {"FatArchHeader.SubCpu", Field, 3},
4028 {"FatFile", Type, 3},
4029 {"FatFile.Arches", Field, 3},
4030 {"FatFile.Magic", Field, 3},
4031 {"File", Type, 0},
4032 {"File.ByteOrder", Field, 0},
4033 {"File.Dysymtab", Field, 0},
4034 {"File.FileHeader", Field, 0},
4035 {"File.Loads", Field, 0},
4036 {"File.Sections", Field, 0},
4037 {"File.Symtab", Field, 0},
4038 {"FileHeader", Type, 0},
4039 {"FileHeader.Cmdsz", Field, 0},
4040 {"FileHeader.Cpu", Field, 0},
4041 {"FileHeader.Flags", Field, 0},
4042 {"FileHeader.Magic", Field, 0},
4043 {"FileHeader.Ncmd", Field, 0},
4044 {"FileHeader.SubCpu", Field, 0},
4045 {"FileHeader.Type", Field, 0},
4046 {"FlagAllModsBound", Const, 10},
4047 {"FlagAllowStackExecution", Const, 10},
4048 {"FlagAppExtensionSafe", Const, 10},
4049 {"FlagBindAtLoad", Const, 10},
4050 {"FlagBindsToWeak", Const, 10},
4051 {"FlagCanonical", Const, 10},
4052 {"FlagDeadStrippableDylib", Const, 10},
4053 {"FlagDyldLink", Const, 10},
4054 {"FlagForceFlat", Const, 10},
4055 {"FlagHasTLVDescriptors", Const, 10},
4056 {"FlagIncrLink", Const, 10},
4057 {"FlagLazyInit", Const, 10},
4058 {"FlagNoFixPrebinding", Const, 10},
4059 {"FlagNoHeapExecution", Const, 10},
4060 {"FlagNoMultiDefs", Const, 10},
4061 {"FlagNoReexportedDylibs", Const, 10},
4062 {"FlagNoUndefs", Const, 10},
4063 {"FlagPIE", Const, 10},
4064 {"FlagPrebindable", Const, 10},
4065 {"FlagPrebound", Const, 10},
4066 {"FlagRootSafe", Const, 10},
4067 {"FlagSetuidSafe", Const, 10},
4068 {"FlagSplitSegs", Const, 10},
4069 {"FlagSubsectionsViaSymbols", Const, 10},
4070 {"FlagTwoLevel", Const, 10},
4071 {"FlagWeakDefines", Const, 10},
4072 {"FormatError", Type, 0},
4073 {"GENERIC_RELOC_LOCAL_SECTDIFF", Const, 10},
4074 {"GENERIC_RELOC_PAIR", Const, 10},
4075 {"GENERIC_RELOC_PB_LA_PTR", Const, 10},
4076 {"GENERIC_RELOC_SECTDIFF", Const, 10},
4077 {"GENERIC_RELOC_TLV", Const, 10},
4078 {"GENERIC_RELOC_VANILLA", Const, 10},
4079 {"Load", Type, 0},
4080 {"LoadBytes", Type, 0},
4081 {"LoadCmd", Type, 0},
4082 {"LoadCmdDylib", Const, 0},
4083 {"LoadCmdDylinker", Const, 0},
4084 {"LoadCmdDysymtab", Const, 0},
4085 {"LoadCmdRpath", Const, 10},
4086 {"LoadCmdSegment", Const, 0},
4087 {"LoadCmdSegment64", Const, 0},
4088 {"LoadCmdSymtab", Const, 0},
4089 {"LoadCmdThread", Const, 0},
4090 {"LoadCmdUnixThread", Const, 0},
4091 {"Magic32", Const, 0},
4092 {"Magic64", Const, 0},
4093 {"MagicFat", Const, 3},
4094 {"NewFatFile", Func, 3},
4095 {"NewFile", Func, 0},
4096 {"Nlist32", Type, 0},
4097 {"Nlist32.Desc", Field, 0},
4098 {"Nlist32.Name", Field, 0},
4099 {"Nlist32.Sect", Field, 0},
4100 {"Nlist32.Type", Field, 0},
4101 {"Nlist32.Value", Field, 0},
4102 {"Nlist64", Type, 0},
4103 {"Nlist64.Desc", Field, 0},
4104 {"Nlist64.Name", Field, 0},
4105 {"Nlist64.Sect", Field, 0},
4106 {"Nlist64.Type", Field, 0},
4107 {"Nlist64.Value", Field, 0},
4108 {"Open", Func, 0},
4109 {"OpenFat", Func, 3},
4110 {"Regs386", Type, 0},
4111 {"Regs386.AX", Field, 0},
4112 {"Regs386.BP", Field, 0},
4113 {"Regs386.BX", Field, 0},
4114 {"Regs386.CS", Field, 0},
4115 {"Regs386.CX", Field, 0},
4116 {"Regs386.DI", Field, 0},
4117 {"Regs386.DS", Field, 0},
4118 {"Regs386.DX", Field, 0},
4119 {"Regs386.ES", Field, 0},
4120 {"Regs386.FLAGS", Field, 0},
4121 {"Regs386.FS", Field, 0},
4122 {"Regs386.GS", Field, 0},
4123 {"Regs386.IP", Field, 0},
4124 {"Regs386.SI", Field, 0},
4125 {"Regs386.SP", Field, 0},
4126 {"Regs386.SS", Field, 0},
4127 {"RegsAMD64", Type, 0},
4128 {"RegsAMD64.AX", Field, 0},
4129 {"RegsAMD64.BP", Field, 0},
4130 {"RegsAMD64.BX", Field, 0},
4131 {"RegsAMD64.CS", Field, 0},
4132 {"RegsAMD64.CX", Field, 0},
4133 {"RegsAMD64.DI", Field, 0},
4134 {"RegsAMD64.DX", Field, 0},
4135 {"RegsAMD64.FLAGS", Field, 0},
4136 {"RegsAMD64.FS", Field, 0},
4137 {"RegsAMD64.GS", Field, 0},
4138 {"RegsAMD64.IP", Field, 0},
4139 {"RegsAMD64.R10", Field, 0},
4140 {"RegsAMD64.R11", Field, 0},
4141 {"RegsAMD64.R12", Field, 0},
4142 {"RegsAMD64.R13", Field, 0},
4143 {"RegsAMD64.R14", Field, 0},
4144 {"RegsAMD64.R15", Field, 0},
4145 {"RegsAMD64.R8", Field, 0},
4146 {"RegsAMD64.R9", Field, 0},
4147 {"RegsAMD64.SI", Field, 0},
4148 {"RegsAMD64.SP", Field, 0},
4149 {"Reloc", Type, 10},
4150 {"Reloc.Addr", Field, 10},
4151 {"Reloc.Extern", Field, 10},
4152 {"Reloc.Len", Field, 10},
4153 {"Reloc.Pcrel", Field, 10},
4154 {"Reloc.Scattered", Field, 10},
4155 {"Reloc.Type", Field, 10},
4156 {"Reloc.Value", Field, 10},
4157 {"RelocTypeARM", Type, 10},
4158 {"RelocTypeARM64", Type, 10},
4159 {"RelocTypeGeneric", Type, 10},
4160 {"RelocTypeX86_64", Type, 10},
4161 {"Rpath", Type, 10},
4162 {"Rpath.LoadBytes", Field, 10},
4163 {"Rpath.Path", Field, 10},
4164 {"RpathCmd", Type, 10},
4165 {"RpathCmd.Cmd", Field, 10},
4166 {"RpathCmd.Len", Field, 10},
4167 {"RpathCmd.Path", Field, 10},
4168 {"Section", Type, 0},
4169 {"Section.ReaderAt", Field, 0},
4170 {"Section.Relocs", Field, 10},
4171 {"Section.SectionHeader", Field, 0},
4172 {"Section32", Type, 0},
4173 {"Section32.Addr", Field, 0},
4174 {"Section32.Align", Field, 0},
4175 {"Section32.Flags", Field, 0},
4176 {"Section32.Name", Field, 0},
4177 {"Section32.Nreloc", Field, 0},
4178 {"Section32.Offset", Field, 0},
4179 {"Section32.Reloff", Field, 0},
4180 {"Section32.Reserve1", Field, 0},
4181 {"Section32.Reserve2", Field, 0},
4182 {"Section32.Seg", Field, 0},
4183 {"Section32.Size", Field, 0},
4184 {"Section64", Type, 0},
4185 {"Section64.Addr", Field, 0},
4186 {"Section64.Align", Field, 0},
4187 {"Section64.Flags", Field, 0},
4188 {"Section64.Name", Field, 0},
4189 {"Section64.Nreloc", Field, 0},
4190 {"Section64.Offset", Field, 0},
4191 {"Section64.Reloff", Field, 0},
4192 {"Section64.Reserve1", Field, 0},
4193 {"Section64.Reserve2", Field, 0},
4194 {"Section64.Reserve3", Field, 0},
4195 {"Section64.Seg", Field, 0},
4196 {"Section64.Size", Field, 0},
4197 {"SectionHeader", Type, 0},
4198 {"SectionHeader.Addr", Field, 0},
4199 {"SectionHeader.Align", Field, 0},
4200 {"SectionHeader.Flags", Field, 0},
4201 {"SectionHeader.Name", Field, 0},
4202 {"SectionHeader.Nreloc", Field, 0},
4203 {"SectionHeader.Offset", Field, 0},
4204 {"SectionHeader.Reloff", Field, 0},
4205 {"SectionHeader.Seg", Field, 0},
4206 {"SectionHeader.Size", Field, 0},
4207 {"Segment", Type, 0},
4208 {"Segment.LoadBytes", Field, 0},
4209 {"Segment.ReaderAt", Field, 0},
4210 {"Segment.SegmentHeader", Field, 0},
4211 {"Segment32", Type, 0},
4212 {"Segment32.Addr", Field, 0},
4213 {"Segment32.Cmd", Field, 0},
4214 {"Segment32.Filesz", Field, 0},
4215 {"Segment32.Flag", Field, 0},
4216 {"Segment32.Len", Field, 0},
4217 {"Segment32.Maxprot", Field, 0},
4218 {"Segment32.Memsz", Field, 0},
4219 {"Segment32.Name", Field, 0},
4220 {"Segment32.Nsect", Field, 0},
4221 {"Segment32.Offset", Field, 0},
4222 {"Segment32.Prot", Field, 0},
4223 {"Segment64", Type, 0},
4224 {"Segment64.Addr", Field, 0},
4225 {"Segment64.Cmd", Field, 0},
4226 {"Segment64.Filesz", Field, 0},
4227 {"Segment64.Flag", Field, 0},
4228 {"Segment64.Len", Field, 0},
4229 {"Segment64.Maxprot", Field, 0},
4230 {"Segment64.Memsz", Field, 0},
4231 {"Segment64.Name", Field, 0},
4232 {"Segment64.Nsect", Field, 0},
4233 {"Segment64.Offset", Field, 0},
4234 {"Segment64.Prot", Field, 0},
4235 {"SegmentHeader", Type, 0},
4236 {"SegmentHeader.Addr", Field, 0},
4237 {"SegmentHeader.Cmd", Field, 0},
4238 {"SegmentHeader.Filesz", Field, 0},
4239 {"SegmentHeader.Flag", Field, 0},
4240 {"SegmentHeader.Len", Field, 0},
4241 {"SegmentHeader.Maxprot", Field, 0},
4242 {"SegmentHeader.Memsz", Field, 0},
4243 {"SegmentHeader.Name", Field, 0},
4244 {"SegmentHeader.Nsect", Field, 0},
4245 {"SegmentHeader.Offset", Field, 0},
4246 {"SegmentHeader.Prot", Field, 0},
4247 {"Symbol", Type, 0},
4248 {"Symbol.Desc", Field, 0},
4249 {"Symbol.Name", Field, 0},
4250 {"Symbol.Sect", Field, 0},
4251 {"Symbol.Type", Field, 0},
4252 {"Symbol.Value", Field, 0},
4253 {"Symtab", Type, 0},
4254 {"Symtab.LoadBytes", Field, 0},
4255 {"Symtab.Syms", Field, 0},
4256 {"Symtab.SymtabCmd", Field, 0},
4257 {"SymtabCmd", Type, 0},
4258 {"SymtabCmd.Cmd", Field, 0},
4259 {"SymtabCmd.Len", Field, 0},
4260 {"SymtabCmd.Nsyms", Field, 0},
4261 {"SymtabCmd.Stroff", Field, 0},
4262 {"SymtabCmd.Strsize", Field, 0},
4263 {"SymtabCmd.Symoff", Field, 0},
4264 {"Thread", Type, 0},
4265 {"Thread.Cmd", Field, 0},
4266 {"Thread.Data", Field, 0},
4267 {"Thread.Len", Field, 0},
4268 {"Thread.Type", Field, 0},
4269 {"Type", Type, 0},
4270 {"TypeBundle", Const, 3},
4271 {"TypeDylib", Const, 3},
4272 {"TypeExec", Const, 0},
4273 {"TypeObj", Const, 0},
4274 {"X86_64_RELOC_BRANCH", Const, 10},
4275 {"X86_64_RELOC_GOT", Const, 10},
4276 {"X86_64_RELOC_GOT_LOAD", Const, 10},
4277 {"X86_64_RELOC_SIGNED", Const, 10},
4278 {"X86_64_RELOC_SIGNED_1", Const, 10},
4279 {"X86_64_RELOC_SIGNED_2", Const, 10},
4280 {"X86_64_RELOC_SIGNED_4", Const, 10},
4281 {"X86_64_RELOC_SUBTRACTOR", Const, 10},
4282 {"X86_64_RELOC_TLV", Const, 10},
4283 {"X86_64_RELOC_UNSIGNED", Const, 10},
4284 },
4285 "debug/pe": {
4286 {"(*COFFSymbol).FullName", Method, 8},
4287 {"(*File).COFFSymbolReadSectionDefAux", Method, 19},
4288 {"(*File).Close", Method, 0},
4289 {"(*File).DWARF", Method, 0},
4290 {"(*File).ImportedLibraries", Method, 0},
4291 {"(*File).ImportedSymbols", Method, 0},
4292 {"(*File).Section", Method, 0},
4293 {"(*FormatError).Error", Method, 0},
4294 {"(*Section).Data", Method, 0},
4295 {"(*Section).Open", Method, 0},
4296 {"(Section).ReadAt", Method, 0},
4297 {"(StringTable).String", Method, 8},
4298 {"COFFSymbol", Type, 1},
4299 {"COFFSymbol.Name", Field, 1},
4300 {"COFFSymbol.NumberOfAuxSymbols", Field, 1},
4301 {"COFFSymbol.SectionNumber", Field, 1},
4302 {"COFFSymbol.StorageClass", Field, 1},
4303 {"COFFSymbol.Type", Field, 1},
4304 {"COFFSymbol.Value", Field, 1},
4305 {"COFFSymbolAuxFormat5", Type, 19},
4306 {"COFFSymbolAuxFormat5.Checksum", Field, 19},
4307 {"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19},
4308 {"COFFSymbolAuxFormat5.NumRelocs", Field, 19},
4309 {"COFFSymbolAuxFormat5.SecNum", Field, 19},
4310 {"COFFSymbolAuxFormat5.Selection", Field, 19},
4311 {"COFFSymbolAuxFormat5.Size", Field, 19},
4312 {"COFFSymbolSize", Const, 1},
4313 {"DataDirectory", Type, 3},
4314 {"DataDirectory.Size", Field, 3},
4315 {"DataDirectory.VirtualAddress", Field, 3},
4316 {"File", Type, 0},
4317 {"File.COFFSymbols", Field, 8},
4318 {"File.FileHeader", Field, 0},
4319 {"File.OptionalHeader", Field, 3},
4320 {"File.Sections", Field, 0},
4321 {"File.StringTable", Field, 8},
4322 {"File.Symbols", Field, 1},
4323 {"FileHeader", Type, 0},
4324 {"FileHeader.Characteristics", Field, 0},
4325 {"FileHeader.Machine", Field, 0},
4326 {"FileHeader.NumberOfSections", Field, 0},
4327 {"FileHeader.NumberOfSymbols", Field, 0},
4328 {"FileHeader.PointerToSymbolTable", Field, 0},
4329 {"FileHeader.SizeOfOptionalHeader", Field, 0},
4330 {"FileHeader.TimeDateStamp", Field, 0},
4331 {"FormatError", Type, 0},
4332 {"IMAGE_COMDAT_SELECT_ANY", Const, 19},
4333 {"IMAGE_COMDAT_SELECT_ASSOCIATIVE", Const, 19},
4334 {"IMAGE_COMDAT_SELECT_EXACT_MATCH", Const, 19},
4335 {"IMAGE_COMDAT_SELECT_LARGEST", Const, 19},
4336 {"IMAGE_COMDAT_SELECT_NODUPLICATES", Const, 19},
4337 {"IMAGE_COMDAT_SELECT_SAME_SIZE", Const, 19},
4338 {"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE", Const, 11},
4339 {"IMAGE_DIRECTORY_ENTRY_BASERELOC", Const, 11},
4340 {"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT", Const, 11},
4341 {"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR", Const, 11},
4342 {"IMAGE_DIRECTORY_ENTRY_DEBUG", Const, 11},
4343 {"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT", Const, 11},
4344 {"IMAGE_DIRECTORY_ENTRY_EXCEPTION", Const, 11},
4345 {"IMAGE_DIRECTORY_ENTRY_EXPORT", Const, 11},
4346 {"IMAGE_DIRECTORY_ENTRY_GLOBALPTR", Const, 11},
4347 {"IMAGE_DIRECTORY_ENTRY_IAT", Const, 11},
4348 {"IMAGE_DIRECTORY_ENTRY_IMPORT", Const, 11},
4349 {"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG", Const, 11},
4350 {"IMAGE_DIRECTORY_ENTRY_RESOURCE", Const, 11},
4351 {"IMAGE_DIRECTORY_ENTRY_SECURITY", Const, 11},
4352 {"IMAGE_DIRECTORY_ENTRY_TLS", Const, 11},
4353 {"IMAGE_DLLCHARACTERISTICS_APPCONTAINER", Const, 15},
4354 {"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE", Const, 15},
4355 {"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY", Const, 15},
4356 {"IMAGE_DLLCHARACTERISTICS_GUARD_CF", Const, 15},
4357 {"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA", Const, 15},
4358 {"IMAGE_DLLCHARACTERISTICS_NO_BIND", Const, 15},
4359 {"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION", Const, 15},
4360 {"IMAGE_DLLCHARACTERISTICS_NO_SEH", Const, 15},
4361 {"IMAGE_DLLCHARACTERISTICS_NX_COMPAT", Const, 15},
4362 {"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE", Const, 15},
4363 {"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER", Const, 15},
4364 {"IMAGE_FILE_32BIT_MACHINE", Const, 15},
4365 {"IMAGE_FILE_AGGRESIVE_WS_TRIM", Const, 15},
4366 {"IMAGE_FILE_BYTES_REVERSED_HI", Const, 15},
4367 {"IMAGE_FILE_BYTES_REVERSED_LO", Const, 15},
4368 {"IMAGE_FILE_DEBUG_STRIPPED", Const, 15},
4369 {"IMAGE_FILE_DLL", Const, 15},
4370 {"IMAGE_FILE_EXECUTABLE_IMAGE", Const, 15},
4371 {"IMAGE_FILE_LARGE_ADDRESS_AWARE", Const, 15},
4372 {"IMAGE_FILE_LINE_NUMS_STRIPPED", Const, 15},
4373 {"IMAGE_FILE_LOCAL_SYMS_STRIPPED", Const, 15},
4374 {"IMAGE_FILE_MACHINE_AM33", Const, 0},
4375 {"IMAGE_FILE_MACHINE_AMD64", Const, 0},
4376 {"IMAGE_FILE_MACHINE_ARM", Const, 0},
4377 {"IMAGE_FILE_MACHINE_ARM64", Const, 11},
4378 {"IMAGE_FILE_MACHINE_ARMNT", Const, 12},
4379 {"IMAGE_FILE_MACHINE_EBC", Const, 0},
4380 {"IMAGE_FILE_MACHINE_I386", Const, 0},
4381 {"IMAGE_FILE_MACHINE_IA64", Const, 0},
4382 {"IMAGE_FILE_MACHINE_LOONGARCH32", Const, 19},
4383 {"IMAGE_FILE_MACHINE_LOONGARCH64", Const, 19},
4384 {"IMAGE_FILE_MACHINE_M32R", Const, 0},
4385 {"IMAGE_FILE_MACHINE_MIPS16", Const, 0},
4386 {"IMAGE_FILE_MACHINE_MIPSFPU", Const, 0},
4387 {"IMAGE_FILE_MACHINE_MIPSFPU16", Const, 0},
4388 {"IMAGE_FILE_MACHINE_POWERPC", Const, 0},
4389 {"IMAGE_FILE_MACHINE_POWERPCFP", Const, 0},
4390 {"IMAGE_FILE_MACHINE_R4000", Const, 0},
4391 {"IMAGE_FILE_MACHINE_RISCV128", Const, 20},
4392 {"IMAGE_FILE_MACHINE_RISCV32", Const, 20},
4393 {"IMAGE_FILE_MACHINE_RISCV64", Const, 20},
4394 {"IMAGE_FILE_MACHINE_SH3", Const, 0},
4395 {"IMAGE_FILE_MACHINE_SH3DSP", Const, 0},
4396 {"IMAGE_FILE_MACHINE_SH4", Const, 0},
4397 {"IMAGE_FILE_MACHINE_SH5", Const, 0},
4398 {"IMAGE_FILE_MACHINE_THUMB", Const, 0},
4399 {"IMAGE_FILE_MACHINE_UNKNOWN", Const, 0},
4400 {"IMAGE_FILE_MACHINE_WCEMIPSV2", Const, 0},
4401 {"IMAGE_FILE_NET_RUN_FROM_SWAP", Const, 15},
4402 {"IMAGE_FILE_RELOCS_STRIPPED", Const, 15},
4403 {"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP", Const, 15},
4404 {"IMAGE_FILE_SYSTEM", Const, 15},
4405 {"IMAGE_FILE_UP_SYSTEM_ONLY", Const, 15},
4406 {"IMAGE_SCN_CNT_CODE", Const, 19},
4407 {"IMAGE_SCN_CNT_INITIALIZED_DATA", Const, 19},
4408 {"IMAGE_SCN_CNT_UNINITIALIZED_DATA", Const, 19},
4409 {"IMAGE_SCN_LNK_COMDAT", Const, 19},
4410 {"IMAGE_SCN_MEM_DISCARDABLE", Const, 19},
4411 {"IMAGE_SCN_MEM_EXECUTE", Const, 19},
4412 {"IMAGE_SCN_MEM_READ", Const, 19},
4413 {"IMAGE_SCN_MEM_WRITE", Const, 19},
4414 {"IMAGE_SUBSYSTEM_EFI_APPLICATION", Const, 15},
4415 {"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER", Const, 15},
4416 {"IMAGE_SUBSYSTEM_EFI_ROM", Const, 15},
4417 {"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER", Const, 15},
4418 {"IMAGE_SUBSYSTEM_NATIVE", Const, 15},
4419 {"IMAGE_SUBSYSTEM_NATIVE_WINDOWS", Const, 15},
4420 {"IMAGE_SUBSYSTEM_OS2_CUI", Const, 15},
4421 {"IMAGE_SUBSYSTEM_POSIX_CUI", Const, 15},
4422 {"IMAGE_SUBSYSTEM_UNKNOWN", Const, 15},
4423 {"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", Const, 15},
4424 {"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI", Const, 15},
4425 {"IMAGE_SUBSYSTEM_WINDOWS_CUI", Const, 15},
4426 {"IMAGE_SUBSYSTEM_WINDOWS_GUI", Const, 15},
4427 {"IMAGE_SUBSYSTEM_XBOX", Const, 15},
4428 {"ImportDirectory", Type, 0},
4429 {"ImportDirectory.FirstThunk", Field, 0},
4430 {"ImportDirectory.ForwarderChain", Field, 0},
4431 {"ImportDirectory.Name", Field, 0},
4432 {"ImportDirectory.OriginalFirstThunk", Field, 0},
4433 {"ImportDirectory.TimeDateStamp", Field, 0},
4434 {"NewFile", Func, 0},
4435 {"Open", Func, 0},
4436 {"OptionalHeader32", Type, 3},
4437 {"OptionalHeader32.AddressOfEntryPoint", Field, 3},
4438 {"OptionalHeader32.BaseOfCode", Field, 3},
4439 {"OptionalHeader32.BaseOfData", Field, 3},
4440 {"OptionalHeader32.CheckSum", Field, 3},
4441 {"OptionalHeader32.DataDirectory", Field, 3},
4442 {"OptionalHeader32.DllCharacteristics", Field, 3},
4443 {"OptionalHeader32.FileAlignment", Field, 3},
4444 {"OptionalHeader32.ImageBase", Field, 3},
4445 {"OptionalHeader32.LoaderFlags", Field, 3},
4446 {"OptionalHeader32.Magic", Field, 3},
4447 {"OptionalHeader32.MajorImageVersion", Field, 3},
4448 {"OptionalHeader32.MajorLinkerVersion", Field, 3},
4449 {"OptionalHeader32.MajorOperatingSystemVersion", Field, 3},
4450 {"OptionalHeader32.MajorSubsystemVersion", Field, 3},
4451 {"OptionalHeader32.MinorImageVersion", Field, 3},
4452 {"OptionalHeader32.MinorLinkerVersion", Field, 3},
4453 {"OptionalHeader32.MinorOperatingSystemVersion", Field, 3},
4454 {"OptionalHeader32.MinorSubsystemVersion", Field, 3},
4455 {"OptionalHeader32.NumberOfRvaAndSizes", Field, 3},
4456 {"OptionalHeader32.SectionAlignment", Field, 3},
4457 {"OptionalHeader32.SizeOfCode", Field, 3},
4458 {"OptionalHeader32.SizeOfHeaders", Field, 3},
4459 {"OptionalHeader32.SizeOfHeapCommit", Field, 3},
4460 {"OptionalHeader32.SizeOfHeapReserve", Field, 3},
4461 {"OptionalHeader32.SizeOfImage", Field, 3},
4462 {"OptionalHeader32.SizeOfInitializedData", Field, 3},
4463 {"OptionalHeader32.SizeOfStackCommit", Field, 3},
4464 {"OptionalHeader32.SizeOfStackReserve", Field, 3},
4465 {"OptionalHeader32.SizeOfUninitializedData", Field, 3},
4466 {"OptionalHeader32.Subsystem", Field, 3},
4467 {"OptionalHeader32.Win32VersionValue", Field, 3},
4468 {"OptionalHeader64", Type, 3},
4469 {"OptionalHeader64.AddressOfEntryPoint", Field, 3},
4470 {"OptionalHeader64.BaseOfCode", Field, 3},
4471 {"OptionalHeader64.CheckSum", Field, 3},
4472 {"OptionalHeader64.DataDirectory", Field, 3},
4473 {"OptionalHeader64.DllCharacteristics", Field, 3},
4474 {"OptionalHeader64.FileAlignment", Field, 3},
4475 {"OptionalHeader64.ImageBase", Field, 3},
4476 {"OptionalHeader64.LoaderFlags", Field, 3},
4477 {"OptionalHeader64.Magic", Field, 3},
4478 {"OptionalHeader64.MajorImageVersion", Field, 3},
4479 {"OptionalHeader64.MajorLinkerVersion", Field, 3},
4480 {"OptionalHeader64.MajorOperatingSystemVersion", Field, 3},
4481 {"OptionalHeader64.MajorSubsystemVersion", Field, 3},
4482 {"OptionalHeader64.MinorImageVersion", Field, 3},
4483 {"OptionalHeader64.MinorLinkerVersion", Field, 3},
4484 {"OptionalHeader64.MinorOperatingSystemVersion", Field, 3},
4485 {"OptionalHeader64.MinorSubsystemVersion", Field, 3},
4486 {"OptionalHeader64.NumberOfRvaAndSizes", Field, 3},
4487 {"OptionalHeader64.SectionAlignment", Field, 3},
4488 {"OptionalHeader64.SizeOfCode", Field, 3},
4489 {"OptionalHeader64.SizeOfHeaders", Field, 3},
4490 {"OptionalHeader64.SizeOfHeapCommit", Field, 3},
4491 {"OptionalHeader64.SizeOfHeapReserve", Field, 3},
4492 {"OptionalHeader64.SizeOfImage", Field, 3},
4493 {"OptionalHeader64.SizeOfInitializedData", Field, 3},
4494 {"OptionalHeader64.SizeOfStackCommit", Field, 3},
4495 {"OptionalHeader64.SizeOfStackReserve", Field, 3},
4496 {"OptionalHeader64.SizeOfUninitializedData", Field, 3},
4497 {"OptionalHeader64.Subsystem", Field, 3},
4498 {"OptionalHeader64.Win32VersionValue", Field, 3},
4499 {"Reloc", Type, 8},
4500 {"Reloc.SymbolTableIndex", Field, 8},
4501 {"Reloc.Type", Field, 8},
4502 {"Reloc.VirtualAddress", Field, 8},
4503 {"Section", Type, 0},
4504 {"Section.ReaderAt", Field, 0},
4505 {"Section.Relocs", Field, 8},
4506 {"Section.SectionHeader", Field, 0},
4507 {"SectionHeader", Type, 0},
4508 {"SectionHeader.Characteristics", Field, 0},
4509 {"SectionHeader.Name", Field, 0},
4510 {"SectionHeader.NumberOfLineNumbers", Field, 0},
4511 {"SectionHeader.NumberOfRelocations", Field, 0},
4512 {"SectionHeader.Offset", Field, 0},
4513 {"SectionHeader.PointerToLineNumbers", Field, 0},
4514 {"SectionHeader.PointerToRelocations", Field, 0},
4515 {"SectionHeader.Size", Field, 0},
4516 {"SectionHeader.VirtualAddress", Field, 0},
4517 {"SectionHeader.VirtualSize", Field, 0},
4518 {"SectionHeader32", Type, 0},
4519 {"SectionHeader32.Characteristics", Field, 0},
4520 {"SectionHeader32.Name", Field, 0},
4521 {"SectionHeader32.NumberOfLineNumbers", Field, 0},
4522 {"SectionHeader32.NumberOfRelocations", Field, 0},
4523 {"SectionHeader32.PointerToLineNumbers", Field, 0},
4524 {"SectionHeader32.PointerToRawData", Field, 0},
4525 {"SectionHeader32.PointerToRelocations", Field, 0},
4526 {"SectionHeader32.SizeOfRawData", Field, 0},
4527 {"SectionHeader32.VirtualAddress", Field, 0},
4528 {"SectionHeader32.VirtualSize", Field, 0},
4529 {"StringTable", Type, 8},
4530 {"Symbol", Type, 1},
4531 {"Symbol.Name", Field, 1},
4532 {"Symbol.SectionNumber", Field, 1},
4533 {"Symbol.StorageClass", Field, 1},
4534 {"Symbol.Type", Field, 1},
4535 {"Symbol.Value", Field, 1},
4536 },
4537 "debug/plan9obj": {
4538 {"(*File).Close", Method, 3},
4539 {"(*File).Section", Method, 3},
4540 {"(*File).Symbols", Method, 3},
4541 {"(*Section).Data", Method, 3},
4542 {"(*Section).Open", Method, 3},
4543 {"(Section).ReadAt", Method, 3},
4544 {"ErrNoSymbols", Var, 18},
4545 {"File", Type, 3},
4546 {"File.FileHeader", Field, 3},
4547 {"File.Sections", Field, 3},
4548 {"FileHeader", Type, 3},
4549 {"FileHeader.Bss", Field, 3},
4550 {"FileHeader.Entry", Field, 3},
4551 {"FileHeader.HdrSize", Field, 4},
4552 {"FileHeader.LoadAddress", Field, 4},
4553 {"FileHeader.Magic", Field, 3},
4554 {"FileHeader.PtrSize", Field, 3},
4555 {"Magic386", Const, 3},
4556 {"Magic64", Const, 3},
4557 {"MagicAMD64", Const, 3},
4558 {"MagicARM", Const, 3},
4559 {"NewFile", Func, 3},
4560 {"Open", Func, 3},
4561 {"Section", Type, 3},
4562 {"Section.ReaderAt", Field, 3},
4563 {"Section.SectionHeader", Field, 3},
4564 {"SectionHeader", Type, 3},
4565 {"SectionHeader.Name", Field, 3},
4566 {"SectionHeader.Offset", Field, 3},
4567 {"SectionHeader.Size", Field, 3},
4568 {"Sym", Type, 3},
4569 {"Sym.Name", Field, 3},
4570 {"Sym.Type", Field, 3},
4571 {"Sym.Value", Field, 3},
4572 },
4573 "embed": {
4574 {"(FS).Open", Method, 16},
4575 {"(FS).ReadDir", Method, 16},
4576 {"(FS).ReadFile", Method, 16},
4577 {"FS", Type, 16},
4578 },
4579 "encoding": {
4580 {"BinaryAppender", Type, 24},
4581 {"BinaryMarshaler", Type, 2},
4582 {"BinaryUnmarshaler", Type, 2},
4583 {"TextAppender", Type, 24},
4584 {"TextMarshaler", Type, 2},
4585 {"TextUnmarshaler", Type, 2},
4586 },
4587 "encoding/ascii85": {
4588 {"(CorruptInputError).Error", Method, 0},
4589 {"CorruptInputError", Type, 0},
4590 {"Decode", Func, 0},
4591 {"Encode", Func, 0},
4592 {"MaxEncodedLen", Func, 0},
4593 {"NewDecoder", Func, 0},
4594 {"NewEncoder", Func, 0},
4595 },
4596 "encoding/asn1": {
4597 {"(BitString).At", Method, 0},
4598 {"(BitString).RightAlign", Method, 0},
4599 {"(ObjectIdentifier).Equal", Method, 0},
4600 {"(ObjectIdentifier).String", Method, 3},
4601 {"(StructuralError).Error", Method, 0},
4602 {"(SyntaxError).Error", Method, 0},
4603 {"BitString", Type, 0},
4604 {"BitString.BitLength", Field, 0},
4605 {"BitString.Bytes", Field, 0},
4606 {"ClassApplication", Const, 6},
4607 {"ClassContextSpecific", Const, 6},
4608 {"ClassPrivate", Const, 6},
4609 {"ClassUniversal", Const, 6},
4610 {"Enumerated", Type, 0},
4611 {"Flag", Type, 0},
4612 {"Marshal", Func, 0},
4613 {"MarshalWithParams", Func, 10},
4614 {"NullBytes", Var, 9},
4615 {"NullRawValue", Var, 9},
4616 {"ObjectIdentifier", Type, 0},
4617 {"RawContent", Type, 0},
4618 {"RawValue", Type, 0},
4619 {"RawValue.Bytes", Field, 0},
4620 {"RawValue.Class", Field, 0},
4621 {"RawValue.FullBytes", Field, 0},
4622 {"RawValue.IsCompound", Field, 0},
4623 {"RawValue.Tag", Field, 0},
4624 {"StructuralError", Type, 0},
4625 {"StructuralError.Msg", Field, 0},
4626 {"SyntaxError", Type, 0},
4627 {"SyntaxError.Msg", Field, 0},
4628 {"TagBMPString", Const, 14},
4629 {"TagBitString", Const, 6},
4630 {"TagBoolean", Const, 6},
4631 {"TagEnum", Const, 6},
4632 {"TagGeneralString", Const, 6},
4633 {"TagGeneralizedTime", Const, 6},
4634 {"TagIA5String", Const, 6},
4635 {"TagInteger", Const, 6},
4636 {"TagNull", Const, 9},
4637 {"TagNumericString", Const, 10},
4638 {"TagOID", Const, 6},
4639 {"TagOctetString", Const, 6},
4640 {"TagPrintableString", Const, 6},
4641 {"TagSequence", Const, 6},
4642 {"TagSet", Const, 6},
4643 {"TagT61String", Const, 6},
4644 {"TagUTCTime", Const, 6},
4645 {"TagUTF8String", Const, 6},
4646 {"Unmarshal", Func, 0},
4647 {"UnmarshalWithParams", Func, 0},
4648 },
4649 "encoding/base32": {
4650 {"(*Encoding).AppendDecode", Method, 22},
4651 {"(*Encoding).AppendEncode", Method, 22},
4652 {"(*Encoding).Decode", Method, 0},
4653 {"(*Encoding).DecodeString", Method, 0},
4654 {"(*Encoding).DecodedLen", Method, 0},
4655 {"(*Encoding).Encode", Method, 0},
4656 {"(*Encoding).EncodeToString", Method, 0},
4657 {"(*Encoding).EncodedLen", Method, 0},
4658 {"(CorruptInputError).Error", Method, 0},
4659 {"(Encoding).WithPadding", Method, 9},
4660 {"CorruptInputError", Type, 0},
4661 {"Encoding", Type, 0},
4662 {"HexEncoding", Var, 0},
4663 {"NewDecoder", Func, 0},
4664 {"NewEncoder", Func, 0},
4665 {"NewEncoding", Func, 0},
4666 {"NoPadding", Const, 9},
4667 {"StdEncoding", Var, 0},
4668 {"StdPadding", Const, 9},
4669 },
4670 "encoding/base64": {
4671 {"(*Encoding).AppendDecode", Method, 22},
4672 {"(*Encoding).AppendEncode", Method, 22},
4673 {"(*Encoding).Decode", Method, 0},
4674 {"(*Encoding).DecodeString", Method, 0},
4675 {"(*Encoding).DecodedLen", Method, 0},
4676 {"(*Encoding).Encode", Method, 0},
4677 {"(*Encoding).EncodeToString", Method, 0},
4678 {"(*Encoding).EncodedLen", Method, 0},
4679 {"(CorruptInputError).Error", Method, 0},
4680 {"(Encoding).Strict", Method, 8},
4681 {"(Encoding).WithPadding", Method, 5},
4682 {"CorruptInputError", Type, 0},
4683 {"Encoding", Type, 0},
4684 {"NewDecoder", Func, 0},
4685 {"NewEncoder", Func, 0},
4686 {"NewEncoding", Func, 0},
4687 {"NoPadding", Const, 5},
4688 {"RawStdEncoding", Var, 5},
4689 {"RawURLEncoding", Var, 5},
4690 {"StdEncoding", Var, 0},
4691 {"StdPadding", Const, 5},
4692 {"URLEncoding", Var, 0},
4693 },
4694 "encoding/binary": {
4695 {"Append", Func, 23},
4696 {"AppendByteOrder", Type, 19},
4697 {"AppendUvarint", Func, 19},
4698 {"AppendVarint", Func, 19},
4699 {"BigEndian", Var, 0},
4700 {"ByteOrder", Type, 0},
4701 {"Decode", Func, 23},
4702 {"Encode", Func, 23},
4703 {"LittleEndian", Var, 0},
4704 {"MaxVarintLen16", Const, 0},
4705 {"MaxVarintLen32", Const, 0},
4706 {"MaxVarintLen64", Const, 0},
4707 {"NativeEndian", Var, 21},
4708 {"PutUvarint", Func, 0},
4709 {"PutVarint", Func, 0},
4710 {"Read", Func, 0},
4711 {"ReadUvarint", Func, 0},
4712 {"ReadVarint", Func, 0},
4713 {"Size", Func, 0},
4714 {"Uvarint", Func, 0},
4715 {"Varint", Func, 0},
4716 {"Write", Func, 0},
4717 },
4718 "encoding/csv": {
4719 {"(*ParseError).Error", Method, 0},
4720 {"(*ParseError).Unwrap", Method, 13},
4721 {"(*Reader).FieldPos", Method, 17},
4722 {"(*Reader).InputOffset", Method, 19},
4723 {"(*Reader).Read", Method, 0},
4724 {"(*Reader).ReadAll", Method, 0},
4725 {"(*Writer).Error", Method, 1},
4726 {"(*Writer).Flush", Method, 0},
4727 {"(*Writer).Write", Method, 0},
4728 {"(*Writer).WriteAll", Method, 0},
4729 {"ErrBareQuote", Var, 0},
4730 {"ErrFieldCount", Var, 0},
4731 {"ErrQuote", Var, 0},
4732 {"ErrTrailingComma", Var, 0},
4733 {"NewReader", Func, 0},
4734 {"NewWriter", Func, 0},
4735 {"ParseError", Type, 0},
4736 {"ParseError.Column", Field, 0},
4737 {"ParseError.Err", Field, 0},
4738 {"ParseError.Line", Field, 0},
4739 {"ParseError.StartLine", Field, 10},
4740 {"Reader", Type, 0},
4741 {"Reader.Comma", Field, 0},
4742 {"Reader.Comment", Field, 0},
4743 {"Reader.FieldsPerRecord", Field, 0},
4744 {"Reader.LazyQuotes", Field, 0},
4745 {"Reader.ReuseRecord", Field, 9},
4746 {"Reader.TrailingComma", Field, 0},
4747 {"Reader.TrimLeadingSpace", Field, 0},
4748 {"Writer", Type, 0},
4749 {"Writer.Comma", Field, 0},
4750 {"Writer.UseCRLF", Field, 0},
4751 },
4752 "encoding/gob": {
4753 {"(*Decoder).Decode", Method, 0},
4754 {"(*Decoder).DecodeValue", Method, 0},
4755 {"(*Encoder).Encode", Method, 0},
4756 {"(*Encoder).EncodeValue", Method, 0},
4757 {"CommonType", Type, 0},
4758 {"CommonType.Id", Field, 0},
4759 {"CommonType.Name", Field, 0},
4760 {"Decoder", Type, 0},
4761 {"Encoder", Type, 0},
4762 {"GobDecoder", Type, 0},
4763 {"GobEncoder", Type, 0},
4764 {"NewDecoder", Func, 0},
4765 {"NewEncoder", Func, 0},
4766 {"Register", Func, 0},
4767 {"RegisterName", Func, 0},
4768 },
4769 "encoding/hex": {
4770 {"(InvalidByteError).Error", Method, 0},
4771 {"AppendDecode", Func, 22},
4772 {"AppendEncode", Func, 22},
4773 {"Decode", Func, 0},
4774 {"DecodeString", Func, 0},
4775 {"DecodedLen", Func, 0},
4776 {"Dump", Func, 0},
4777 {"Dumper", Func, 0},
4778 {"Encode", Func, 0},
4779 {"EncodeToString", Func, 0},
4780 {"EncodedLen", Func, 0},
4781 {"ErrLength", Var, 0},
4782 {"InvalidByteError", Type, 0},
4783 {"NewDecoder", Func, 10},
4784 {"NewEncoder", Func, 10},
4785 },
4786 "encoding/json": {
4787 {"(*Decoder).Buffered", Method, 1},
4788 {"(*Decoder).Decode", Method, 0},
4789 {"(*Decoder).DisallowUnknownFields", Method, 10},
4790 {"(*Decoder).InputOffset", Method, 14},
4791 {"(*Decoder).More", Method, 5},
4792 {"(*Decoder).Token", Method, 5},
4793 {"(*Decoder).UseNumber", Method, 1},
4794 {"(*Encoder).Encode", Method, 0},
4795 {"(*Encoder).SetEscapeHTML", Method, 7},
4796 {"(*Encoder).SetIndent", Method, 7},
4797 {"(*InvalidUTF8Error).Error", Method, 0},
4798 {"(*InvalidUnmarshalError).Error", Method, 0},
4799 {"(*MarshalerError).Error", Method, 0},
4800 {"(*MarshalerError).Unwrap", Method, 13},
4801 {"(*RawMessage).MarshalJSON", Method, 0},
4802 {"(*RawMessage).UnmarshalJSON", Method, 0},
4803 {"(*SyntaxError).Error", Method, 0},
4804 {"(*UnmarshalFieldError).Error", Method, 0},
4805 {"(*UnmarshalTypeError).Error", Method, 0},
4806 {"(*UnsupportedTypeError).Error", Method, 0},
4807 {"(*UnsupportedValueError).Error", Method, 0},
4808 {"(Delim).String", Method, 5},
4809 {"(Number).Float64", Method, 1},
4810 {"(Number).Int64", Method, 1},
4811 {"(Number).String", Method, 1},
4812 {"(RawMessage).MarshalJSON", Method, 8},
4813 {"Compact", Func, 0},
4814 {"Decoder", Type, 0},
4815 {"Delim", Type, 5},
4816 {"Encoder", Type, 0},
4817 {"HTMLEscape", Func, 0},
4818 {"Indent", Func, 0},
4819 {"InvalidUTF8Error", Type, 0},
4820 {"InvalidUTF8Error.S", Field, 0},
4821 {"InvalidUnmarshalError", Type, 0},
4822 {"InvalidUnmarshalError.Type", Field, 0},
4823 {"Marshal", Func, 0},
4824 {"MarshalIndent", Func, 0},
4825 {"Marshaler", Type, 0},
4826 {"MarshalerError", Type, 0},
4827 {"MarshalerError.Err", Field, 0},
4828 {"MarshalerError.Type", Field, 0},
4829 {"NewDecoder", Func, 0},
4830 {"NewEncoder", Func, 0},
4831 {"Number", Type, 1},
4832 {"RawMessage", Type, 0},
4833 {"SyntaxError", Type, 0},
4834 {"SyntaxError.Offset", Field, 0},
4835 {"Token", Type, 5},
4836 {"Unmarshal", Func, 0},
4837 {"UnmarshalFieldError", Type, 0},
4838 {"UnmarshalFieldError.Field", Field, 0},
4839 {"UnmarshalFieldError.Key", Field, 0},
4840 {"UnmarshalFieldError.Type", Field, 0},
4841 {"UnmarshalTypeError", Type, 0},
4842 {"UnmarshalTypeError.Field", Field, 8},
4843 {"UnmarshalTypeError.Offset", Field, 5},
4844 {"UnmarshalTypeError.Struct", Field, 8},
4845 {"UnmarshalTypeError.Type", Field, 0},
4846 {"UnmarshalTypeError.Value", Field, 0},
4847 {"Unmarshaler", Type, 0},
4848 {"UnsupportedTypeError", Type, 0},
4849 {"UnsupportedTypeError.Type", Field, 0},
4850 {"UnsupportedValueError", Type, 0},
4851 {"UnsupportedValueError.Str", Field, 0},
4852 {"UnsupportedValueError.Value", Field, 0},
4853 {"Valid", Func, 9},
4854 },
4855 "encoding/pem": {
4856 {"Block", Type, 0},
4857 {"Block.Bytes", Field, 0},
4858 {"Block.Headers", Field, 0},
4859 {"Block.Type", Field, 0},
4860 {"Decode", Func, 0},
4861 {"Encode", Func, 0},
4862 {"EncodeToMemory", Func, 0},
4863 },
4864 "encoding/xml": {
4865 {"(*Decoder).Decode", Method, 0},
4866 {"(*Decoder).DecodeElement", Method, 0},
4867 {"(*Decoder).InputOffset", Method, 4},
4868 {"(*Decoder).InputPos", Method, 19},
4869 {"(*Decoder).RawToken", Method, 0},
4870 {"(*Decoder).Skip", Method, 0},
4871 {"(*Decoder).Token", Method, 0},
4872 {"(*Encoder).Close", Method, 20},
4873 {"(*Encoder).Encode", Method, 0},
4874 {"(*Encoder).EncodeElement", Method, 2},
4875 {"(*Encoder).EncodeToken", Method, 2},
4876 {"(*Encoder).Flush", Method, 2},
4877 {"(*Encoder).Indent", Method, 1},
4878 {"(*SyntaxError).Error", Method, 0},
4879 {"(*TagPathError).Error", Method, 0},
4880 {"(*UnsupportedTypeError).Error", Method, 0},
4881 {"(CharData).Copy", Method, 0},
4882 {"(Comment).Copy", Method, 0},
4883 {"(Directive).Copy", Method, 0},
4884 {"(ProcInst).Copy", Method, 0},
4885 {"(StartElement).Copy", Method, 0},
4886 {"(StartElement).End", Method, 2},
4887 {"(UnmarshalError).Error", Method, 0},
4888 {"Attr", Type, 0},
4889 {"Attr.Name", Field, 0},
4890 {"Attr.Value", Field, 0},
4891 {"CharData", Type, 0},
4892 {"Comment", Type, 0},
4893 {"CopyToken", Func, 0},
4894 {"Decoder", Type, 0},
4895 {"Decoder.AutoClose", Field, 0},
4896 {"Decoder.CharsetReader", Field, 0},
4897 {"Decoder.DefaultSpace", Field, 1},
4898 {"Decoder.Entity", Field, 0},
4899 {"Decoder.Strict", Field, 0},
4900 {"Directive", Type, 0},
4901 {"Encoder", Type, 0},
4902 {"EndElement", Type, 0},
4903 {"EndElement.Name", Field, 0},
4904 {"Escape", Func, 0},
4905 {"EscapeText", Func, 1},
4906 {"HTMLAutoClose", Var, 0},
4907 {"HTMLEntity", Var, 0},
4908 {"Header", Const, 0},
4909 {"Marshal", Func, 0},
4910 {"MarshalIndent", Func, 0},
4911 {"Marshaler", Type, 2},
4912 {"MarshalerAttr", Type, 2},
4913 {"Name", Type, 0},
4914 {"Name.Local", Field, 0},
4915 {"Name.Space", Field, 0},
4916 {"NewDecoder", Func, 0},
4917 {"NewEncoder", Func, 0},
4918 {"NewTokenDecoder", Func, 10},
4919 {"ProcInst", Type, 0},
4920 {"ProcInst.Inst", Field, 0},
4921 {"ProcInst.Target", Field, 0},
4922 {"StartElement", Type, 0},
4923 {"StartElement.Attr", Field, 0},
4924 {"StartElement.Name", Field, 0},
4925 {"SyntaxError", Type, 0},
4926 {"SyntaxError.Line", Field, 0},
4927 {"SyntaxError.Msg", Field, 0},
4928 {"TagPathError", Type, 0},
4929 {"TagPathError.Field1", Field, 0},
4930 {"TagPathError.Field2", Field, 0},
4931 {"TagPathError.Struct", Field, 0},
4932 {"TagPathError.Tag1", Field, 0},
4933 {"TagPathError.Tag2", Field, 0},
4934 {"Token", Type, 0},
4935 {"TokenReader", Type, 10},
4936 {"Unmarshal", Func, 0},
4937 {"UnmarshalError", Type, 0},
4938 {"Unmarshaler", Type, 2},
4939 {"UnmarshalerAttr", Type, 2},
4940 {"UnsupportedTypeError", Type, 0},
4941 {"UnsupportedTypeError.Type", Field, 0},
4942 },
4943 "errors": {
4944 {"As", Func, 13},
4945 {"ErrUnsupported", Var, 21},
4946 {"Is", Func, 13},
4947 {"Join", Func, 20},
4948 {"New", Func, 0},
4949 {"Unwrap", Func, 13},
4950 },
4951 "expvar": {
4952 {"(*Float).Add", Method, 0},
4953 {"(*Float).Set", Method, 0},
4954 {"(*Float).String", Method, 0},
4955 {"(*Float).Value", Method, 8},
4956 {"(*Int).Add", Method, 0},
4957 {"(*Int).Set", Method, 0},
4958 {"(*Int).String", Method, 0},
4959 {"(*Int).Value", Method, 8},
4960 {"(*Map).Add", Method, 0},
4961 {"(*Map).AddFloat", Method, 0},
4962 {"(*Map).Delete", Method, 12},
4963 {"(*Map).Do", Method, 0},
4964 {"(*Map).Get", Method, 0},
4965 {"(*Map).Init", Method, 0},
4966 {"(*Map).Set", Method, 0},
4967 {"(*Map).String", Method, 0},
4968 {"(*String).Set", Method, 0},
4969 {"(*String).String", Method, 0},
4970 {"(*String).Value", Method, 8},
4971 {"(Func).String", Method, 0},
4972 {"(Func).Value", Method, 8},
4973 {"Do", Func, 0},
4974 {"Float", Type, 0},
4975 {"Func", Type, 0},
4976 {"Get", Func, 0},
4977 {"Handler", Func, 8},
4978 {"Int", Type, 0},
4979 {"KeyValue", Type, 0},
4980 {"KeyValue.Key", Field, 0},
4981 {"KeyValue.Value", Field, 0},
4982 {"Map", Type, 0},
4983 {"NewFloat", Func, 0},
4984 {"NewInt", Func, 0},
4985 {"NewMap", Func, 0},
4986 {"NewString", Func, 0},
4987 {"Publish", Func, 0},
4988 {"String", Type, 0},
4989 {"Var", Type, 0},
4990 },
4991 "flag": {
4992 {"(*FlagSet).Arg", Method, 0},
4993 {"(*FlagSet).Args", Method, 0},
4994 {"(*FlagSet).Bool", Method, 0},
4995 {"(*FlagSet).BoolFunc", Method, 21},
4996 {"(*FlagSet).BoolVar", Method, 0},
4997 {"(*FlagSet).Duration", Method, 0},
4998 {"(*FlagSet).DurationVar", Method, 0},
4999 {"(*FlagSet).ErrorHandling", Method, 10},
5000 {"(*FlagSet).Float64", Method, 0},
5001 {"(*FlagSet).Float64Var", Method, 0},
5002 {"(*FlagSet).Func", Method, 16},
5003 {"(*FlagSet).Init", Method, 0},
5004 {"(*FlagSet).Int", Method, 0},
5005 {"(*FlagSet).Int64", Method, 0},
5006 {"(*FlagSet).Int64Var", Method, 0},
5007 {"(*FlagSet).IntVar", Method, 0},
5008 {"(*FlagSet).Lookup", Method, 0},
5009 {"(*FlagSet).NArg", Method, 0},
5010 {"(*FlagSet).NFlag", Method, 0},
5011 {"(*FlagSet).Name", Method, 10},
5012 {"(*FlagSet).Output", Method, 10},
5013 {"(*FlagSet).Parse", Method, 0},
5014 {"(*FlagSet).Parsed", Method, 0},
5015 {"(*FlagSet).PrintDefaults", Method, 0},
5016 {"(*FlagSet).Set", Method, 0},
5017 {"(*FlagSet).SetOutput", Method, 0},
5018 {"(*FlagSet).String", Method, 0},
5019 {"(*FlagSet).StringVar", Method, 0},
5020 {"(*FlagSet).TextVar", Method, 19},
5021 {"(*FlagSet).Uint", Method, 0},
5022 {"(*FlagSet).Uint64", Method, 0},
5023 {"(*FlagSet).Uint64Var", Method, 0},
5024 {"(*FlagSet).UintVar", Method, 0},
5025 {"(*FlagSet).Var", Method, 0},
5026 {"(*FlagSet).Visit", Method, 0},
5027 {"(*FlagSet).VisitAll", Method, 0},
5028 {"Arg", Func, 0},
5029 {"Args", Func, 0},
5030 {"Bool", Func, 0},
5031 {"BoolFunc", Func, 21},
5032 {"BoolVar", Func, 0},
5033 {"CommandLine", Var, 2},
5034 {"ContinueOnError", Const, 0},
5035 {"Duration", Func, 0},
5036 {"DurationVar", Func, 0},
5037 {"ErrHelp", Var, 0},
5038 {"ErrorHandling", Type, 0},
5039 {"ExitOnError", Const, 0},
5040 {"Flag", Type, 0},
5041 {"Flag.DefValue", Field, 0},
5042 {"Flag.Name", Field, 0},
5043 {"Flag.Usage", Field, 0},
5044 {"Flag.Value", Field, 0},
5045 {"FlagSet", Type, 0},
5046 {"FlagSet.Usage", Field, 0},
5047 {"Float64", Func, 0},
5048 {"Float64Var", Func, 0},
5049 {"Func", Func, 16},
5050 {"Getter", Type, 2},
5051 {"Int", Func, 0},
5052 {"Int64", Func, 0},
5053 {"Int64Var", Func, 0},
5054 {"IntVar", Func, 0},
5055 {"Lookup", Func, 0},
5056 {"NArg", Func, 0},
5057 {"NFlag", Func, 0},
5058 {"NewFlagSet", Func, 0},
5059 {"PanicOnError", Const, 0},
5060 {"Parse", Func, 0},
5061 {"Parsed", Func, 0},
5062 {"PrintDefaults", Func, 0},
5063 {"Set", Func, 0},
5064 {"String", Func, 0},
5065 {"StringVar", Func, 0},
5066 {"TextVar", Func, 19},
5067 {"Uint", Func, 0},
5068 {"Uint64", Func, 0},
5069 {"Uint64Var", Func, 0},
5070 {"UintVar", Func, 0},
5071 {"UnquoteUsage", Func, 5},
5072 {"Usage", Var, 0},
5073 {"Value", Type, 0},
5074 {"Var", Func, 0},
5075 {"Visit", Func, 0},
5076 {"VisitAll", Func, 0},
5077 },
5078 "fmt": {
5079 {"Append", Func, 19},
5080 {"Appendf", Func, 19},
5081 {"Appendln", Func, 19},
5082 {"Errorf", Func, 0},
5083 {"FormatString", Func, 20},
5084 {"Formatter", Type, 0},
5085 {"Fprint", Func, 0},
5086 {"Fprintf", Func, 0},
5087 {"Fprintln", Func, 0},
5088 {"Fscan", Func, 0},
5089 {"Fscanf", Func, 0},
5090 {"Fscanln", Func, 0},
5091 {"GoStringer", Type, 0},
5092 {"Print", Func, 0},
5093 {"Printf", Func, 0},
5094 {"Println", Func, 0},
5095 {"Scan", Func, 0},
5096 {"ScanState", Type, 0},
5097 {"Scanf", Func, 0},
5098 {"Scanln", Func, 0},
5099 {"Scanner", Type, 0},
5100 {"Sprint", Func, 0},
5101 {"Sprintf", Func, 0},
5102 {"Sprintln", Func, 0},
5103 {"Sscan", Func, 0},
5104 {"Sscanf", Func, 0},
5105 {"Sscanln", Func, 0},
5106 {"State", Type, 0},
5107 {"Stringer", Type, 0},
5108 },
5109 "go/ast": {
5110 {"(*ArrayType).End", Method, 0},
5111 {"(*ArrayType).Pos", Method, 0},
5112 {"(*AssignStmt).End", Method, 0},
5113 {"(*AssignStmt).Pos", Method, 0},
5114 {"(*BadDecl).End", Method, 0},
5115 {"(*BadDecl).Pos", Method, 0},
5116 {"(*BadExpr).End", Method, 0},
5117 {"(*BadExpr).Pos", Method, 0},
5118 {"(*BadStmt).End", Method, 0},
5119 {"(*BadStmt).Pos", Method, 0},
5120 {"(*BasicLit).End", Method, 0},
5121 {"(*BasicLit).Pos", Method, 0},
5122 {"(*BinaryExpr).End", Method, 0},
5123 {"(*BinaryExpr).Pos", Method, 0},
5124 {"(*BlockStmt).End", Method, 0},
5125 {"(*BlockStmt).Pos", Method, 0},
5126 {"(*BranchStmt).End", Method, 0},
5127 {"(*BranchStmt).Pos", Method, 0},
5128 {"(*CallExpr).End", Method, 0},
5129 {"(*CallExpr).Pos", Method, 0},
5130 {"(*CaseClause).End", Method, 0},
5131 {"(*CaseClause).Pos", Method, 0},
5132 {"(*ChanType).End", Method, 0},
5133 {"(*ChanType).Pos", Method, 0},
5134 {"(*CommClause).End", Method, 0},
5135 {"(*CommClause).Pos", Method, 0},
5136 {"(*Comment).End", Method, 0},
5137 {"(*Comment).Pos", Method, 0},
5138 {"(*CommentGroup).End", Method, 0},
5139 {"(*CommentGroup).Pos", Method, 0},
5140 {"(*CommentGroup).Text", Method, 0},
5141 {"(*CompositeLit).End", Method, 0},
5142 {"(*CompositeLit).Pos", Method, 0},
5143 {"(*DeclStmt).End", Method, 0},
5144 {"(*DeclStmt).Pos", Method, 0},
5145 {"(*DeferStmt).End", Method, 0},
5146 {"(*DeferStmt).Pos", Method, 0},
5147 {"(*Ellipsis).End", Method, 0},
5148 {"(*Ellipsis).Pos", Method, 0},
5149 {"(*EmptyStmt).End", Method, 0},
5150 {"(*EmptyStmt).Pos", Method, 0},
5151 {"(*ExprStmt).End", Method, 0},
5152 {"(*ExprStmt).Pos", Method, 0},
5153 {"(*Field).End", Method, 0},
5154 {"(*Field).Pos", Method, 0},
5155 {"(*FieldList).End", Method, 0},
5156 {"(*FieldList).NumFields", Method, 0},
5157 {"(*FieldList).Pos", Method, 0},
5158 {"(*File).End", Method, 0},
5159 {"(*File).Pos", Method, 0},
5160 {"(*ForStmt).End", Method, 0},
5161 {"(*ForStmt).Pos", Method, 0},
5162 {"(*FuncDecl).End", Method, 0},
5163 {"(*FuncDecl).Pos", Method, 0},
5164 {"(*FuncLit).End", Method, 0},
5165 {"(*FuncLit).Pos", Method, 0},
5166 {"(*FuncType).End", Method, 0},
5167 {"(*FuncType).Pos", Method, 0},
5168 {"(*GenDecl).End", Method, 0},
5169 {"(*GenDecl).Pos", Method, 0},
5170 {"(*GoStmt).End", Method, 0},
5171 {"(*GoStmt).Pos", Method, 0},
5172 {"(*Ident).End", Method, 0},
5173 {"(*Ident).IsExported", Method, 0},
5174 {"(*Ident).Pos", Method, 0},
5175 {"(*Ident).String", Method, 0},
5176 {"(*IfStmt).End", Method, 0},
5177 {"(*IfStmt).Pos", Method, 0},
5178 {"(*ImportSpec).End", Method, 0},
5179 {"(*ImportSpec).Pos", Method, 0},
5180 {"(*IncDecStmt).End", Method, 0},
5181 {"(*IncDecStmt).Pos", Method, 0},
5182 {"(*IndexExpr).End", Method, 0},
5183 {"(*IndexExpr).Pos", Method, 0},
5184 {"(*IndexListExpr).End", Method, 18},
5185 {"(*IndexListExpr).Pos", Method, 18},
5186 {"(*InterfaceType).End", Method, 0},
5187 {"(*InterfaceType).Pos", Method, 0},
5188 {"(*KeyValueExpr).End", Method, 0},
5189 {"(*KeyValueExpr).Pos", Method, 0},
5190 {"(*LabeledStmt).End", Method, 0},
5191 {"(*LabeledStmt).Pos", Method, 0},
5192 {"(*MapType).End", Method, 0},
5193 {"(*MapType).Pos", Method, 0},
5194 {"(*Object).Pos", Method, 0},
5195 {"(*Package).End", Method, 0},
5196 {"(*Package).Pos", Method, 0},
5197 {"(*ParenExpr).End", Method, 0},
5198 {"(*ParenExpr).Pos", Method, 0},
5199 {"(*RangeStmt).End", Method, 0},
5200 {"(*RangeStmt).Pos", Method, 0},
5201 {"(*ReturnStmt).End", Method, 0},
5202 {"(*ReturnStmt).Pos", Method, 0},
5203 {"(*Scope).Insert", Method, 0},
5204 {"(*Scope).Lookup", Method, 0},
5205 {"(*Scope).String", Method, 0},
5206 {"(*SelectStmt).End", Method, 0},
5207 {"(*SelectStmt).Pos", Method, 0},
5208 {"(*SelectorExpr).End", Method, 0},
5209 {"(*SelectorExpr).Pos", Method, 0},
5210 {"(*SendStmt).End", Method, 0},
5211 {"(*SendStmt).Pos", Method, 0},
5212 {"(*SliceExpr).End", Method, 0},
5213 {"(*SliceExpr).Pos", Method, 0},
5214 {"(*StarExpr).End", Method, 0},
5215 {"(*StarExpr).Pos", Method, 0},
5216 {"(*StructType).End", Method, 0},
5217 {"(*StructType).Pos", Method, 0},
5218 {"(*SwitchStmt).End", Method, 0},
5219 {"(*SwitchStmt).Pos", Method, 0},
5220 {"(*TypeAssertExpr).End", Method, 0},
5221 {"(*TypeAssertExpr).Pos", Method, 0},
5222 {"(*TypeSpec).End", Method, 0},
5223 {"(*TypeSpec).Pos", Method, 0},
5224 {"(*TypeSwitchStmt).End", Method, 0},
5225 {"(*TypeSwitchStmt).Pos", Method, 0},
5226 {"(*UnaryExpr).End", Method, 0},
5227 {"(*UnaryExpr).Pos", Method, 0},
5228 {"(*ValueSpec).End", Method, 0},
5229 {"(*ValueSpec).Pos", Method, 0},
5230 {"(CommentMap).Comments", Method, 1},
5231 {"(CommentMap).Filter", Method, 1},
5232 {"(CommentMap).String", Method, 1},
5233 {"(CommentMap).Update", Method, 1},
5234 {"(ObjKind).String", Method, 0},
5235 {"ArrayType", Type, 0},
5236 {"ArrayType.Elt", Field, 0},
5237 {"ArrayType.Lbrack", Field, 0},
5238 {"ArrayType.Len", Field, 0},
5239 {"AssignStmt", Type, 0},
5240 {"AssignStmt.Lhs", Field, 0},
5241 {"AssignStmt.Rhs", Field, 0},
5242 {"AssignStmt.Tok", Field, 0},
5243 {"AssignStmt.TokPos", Field, 0},
5244 {"Bad", Const, 0},
5245 {"BadDecl", Type, 0},
5246 {"BadDecl.From", Field, 0},
5247 {"BadDecl.To", Field, 0},
5248 {"BadExpr", Type, 0},
5249 {"BadExpr.From", Field, 0},
5250 {"BadExpr.To", Field, 0},
5251 {"BadStmt", Type, 0},
5252 {"BadStmt.From", Field, 0},
5253 {"BadStmt.To", Field, 0},
5254 {"BasicLit", Type, 0},
5255 {"BasicLit.Kind", Field, 0},
5256 {"BasicLit.Value", Field, 0},
5257 {"BasicLit.ValuePos", Field, 0},
5258 {"BinaryExpr", Type, 0},
5259 {"BinaryExpr.Op", Field, 0},
5260 {"BinaryExpr.OpPos", Field, 0},
5261 {"BinaryExpr.X", Field, 0},
5262 {"BinaryExpr.Y", Field, 0},
5263 {"BlockStmt", Type, 0},
5264 {"BlockStmt.Lbrace", Field, 0},
5265 {"BlockStmt.List", Field, 0},
5266 {"BlockStmt.Rbrace", Field, 0},
5267 {"BranchStmt", Type, 0},
5268 {"BranchStmt.Label", Field, 0},
5269 {"BranchStmt.Tok", Field, 0},
5270 {"BranchStmt.TokPos", Field, 0},
5271 {"CallExpr", Type, 0},
5272 {"CallExpr.Args", Field, 0},
5273 {"CallExpr.Ellipsis", Field, 0},
5274 {"CallExpr.Fun", Field, 0},
5275 {"CallExpr.Lparen", Field, 0},
5276 {"CallExpr.Rparen", Field, 0},
5277 {"CaseClause", Type, 0},
5278 {"CaseClause.Body", Field, 0},
5279 {"CaseClause.Case", Field, 0},
5280 {"CaseClause.Colon", Field, 0},
5281 {"CaseClause.List", Field, 0},
5282 {"ChanDir", Type, 0},
5283 {"ChanType", Type, 0},
5284 {"ChanType.Arrow", Field, 1},
5285 {"ChanType.Begin", Field, 0},
5286 {"ChanType.Dir", Field, 0},
5287 {"ChanType.Value", Field, 0},
5288 {"CommClause", Type, 0},
5289 {"CommClause.Body", Field, 0},
5290 {"CommClause.Case", Field, 0},
5291 {"CommClause.Colon", Field, 0},
5292 {"CommClause.Comm", Field, 0},
5293 {"Comment", Type, 0},
5294 {"Comment.Slash", Field, 0},
5295 {"Comment.Text", Field, 0},
5296 {"CommentGroup", Type, 0},
5297 {"CommentGroup.List", Field, 0},
5298 {"CommentMap", Type, 1},
5299 {"CompositeLit", Type, 0},
5300 {"CompositeLit.Elts", Field, 0},
5301 {"CompositeLit.Incomplete", Field, 11},
5302 {"CompositeLit.Lbrace", Field, 0},
5303 {"CompositeLit.Rbrace", Field, 0},
5304 {"CompositeLit.Type", Field, 0},
5305 {"Con", Const, 0},
5306 {"Decl", Type, 0},
5307 {"DeclStmt", Type, 0},
5308 {"DeclStmt.Decl", Field, 0},
5309 {"DeferStmt", Type, 0},
5310 {"DeferStmt.Call", Field, 0},
5311 {"DeferStmt.Defer", Field, 0},
5312 {"Ellipsis", Type, 0},
5313 {"Ellipsis.Ellipsis", Field, 0},
5314 {"Ellipsis.Elt", Field, 0},
5315 {"EmptyStmt", Type, 0},
5316 {"EmptyStmt.Implicit", Field, 5},
5317 {"EmptyStmt.Semicolon", Field, 0},
5318 {"Expr", Type, 0},
5319 {"ExprStmt", Type, 0},
5320 {"ExprStmt.X", Field, 0},
5321 {"Field", Type, 0},
5322 {"Field.Comment", Field, 0},
5323 {"Field.Doc", Field, 0},
5324 {"Field.Names", Field, 0},
5325 {"Field.Tag", Field, 0},
5326 {"Field.Type", Field, 0},
5327 {"FieldFilter", Type, 0},
5328 {"FieldList", Type, 0},
5329 {"FieldList.Closing", Field, 0},
5330 {"FieldList.List", Field, 0},
5331 {"FieldList.Opening", Field, 0},
5332 {"File", Type, 0},
5333 {"File.Comments", Field, 0},
5334 {"File.Decls", Field, 0},
5335 {"File.Doc", Field, 0},
5336 {"File.FileEnd", Field, 20},
5337 {"File.FileStart", Field, 20},
5338 {"File.GoVersion", Field, 21},
5339 {"File.Imports", Field, 0},
5340 {"File.Name", Field, 0},
5341 {"File.Package", Field, 0},
5342 {"File.Scope", Field, 0},
5343 {"File.Unresolved", Field, 0},
5344 {"FileExports", Func, 0},
5345 {"Filter", Type, 0},
5346 {"FilterDecl", Func, 0},
5347 {"FilterFile", Func, 0},
5348 {"FilterFuncDuplicates", Const, 0},
5349 {"FilterImportDuplicates", Const, 0},
5350 {"FilterPackage", Func, 0},
5351 {"FilterUnassociatedComments", Const, 0},
5352 {"ForStmt", Type, 0},
5353 {"ForStmt.Body", Field, 0},
5354 {"ForStmt.Cond", Field, 0},
5355 {"ForStmt.For", Field, 0},
5356 {"ForStmt.Init", Field, 0},
5357 {"ForStmt.Post", Field, 0},
5358 {"Fprint", Func, 0},
5359 {"Fun", Const, 0},
5360 {"FuncDecl", Type, 0},
5361 {"FuncDecl.Body", Field, 0},
5362 {"FuncDecl.Doc", Field, 0},
5363 {"FuncDecl.Name", Field, 0},
5364 {"FuncDecl.Recv", Field, 0},
5365 {"FuncDecl.Type", Field, 0},
5366 {"FuncLit", Type, 0},
5367 {"FuncLit.Body", Field, 0},
5368 {"FuncLit.Type", Field, 0},
5369 {"FuncType", Type, 0},
5370 {"FuncType.Func", Field, 0},
5371 {"FuncType.Params", Field, 0},
5372 {"FuncType.Results", Field, 0},
5373 {"FuncType.TypeParams", Field, 18},
5374 {"GenDecl", Type, 0},
5375 {"GenDecl.Doc", Field, 0},
5376 {"GenDecl.Lparen", Field, 0},
5377 {"GenDecl.Rparen", Field, 0},
5378 {"GenDecl.Specs", Field, 0},
5379 {"GenDecl.Tok", Field, 0},
5380 {"GenDecl.TokPos", Field, 0},
5381 {"GoStmt", Type, 0},
5382 {"GoStmt.Call", Field, 0},
5383 {"GoStmt.Go", Field, 0},
5384 {"Ident", Type, 0},
5385 {"Ident.Name", Field, 0},
5386 {"Ident.NamePos", Field, 0},
5387 {"Ident.Obj", Field, 0},
5388 {"IfStmt", Type, 0},
5389 {"IfStmt.Body", Field, 0},
5390 {"IfStmt.Cond", Field, 0},
5391 {"IfStmt.Else", Field, 0},
5392 {"IfStmt.If", Field, 0},
5393 {"IfStmt.Init", Field, 0},
5394 {"ImportSpec", Type, 0},
5395 {"ImportSpec.Comment", Field, 0},
5396 {"ImportSpec.Doc", Field, 0},
5397 {"ImportSpec.EndPos", Field, 0},
5398 {"ImportSpec.Name", Field, 0},
5399 {"ImportSpec.Path", Field, 0},
5400 {"Importer", Type, 0},
5401 {"IncDecStmt", Type, 0},
5402 {"IncDecStmt.Tok", Field, 0},
5403 {"IncDecStmt.TokPos", Field, 0},
5404 {"IncDecStmt.X", Field, 0},
5405 {"IndexExpr", Type, 0},
5406 {"IndexExpr.Index", Field, 0},
5407 {"IndexExpr.Lbrack", Field, 0},
5408 {"IndexExpr.Rbrack", Field, 0},
5409 {"IndexExpr.X", Field, 0},
5410 {"IndexListExpr", Type, 18},
5411 {"IndexListExpr.Indices", Field, 18},
5412 {"IndexListExpr.Lbrack", Field, 18},
5413 {"IndexListExpr.Rbrack", Field, 18},
5414 {"IndexListExpr.X", Field, 18},
5415 {"Inspect", Func, 0},
5416 {"InterfaceType", Type, 0},
5417 {"InterfaceType.Incomplete", Field, 0},
5418 {"InterfaceType.Interface", Field, 0},
5419 {"InterfaceType.Methods", Field, 0},
5420 {"IsExported", Func, 0},
5421 {"IsGenerated", Func, 21},
5422 {"KeyValueExpr", Type, 0},
5423 {"KeyValueExpr.Colon", Field, 0},
5424 {"KeyValueExpr.Key", Field, 0},
5425 {"KeyValueExpr.Value", Field, 0},
5426 {"LabeledStmt", Type, 0},
5427 {"LabeledStmt.Colon", Field, 0},
5428 {"LabeledStmt.Label", Field, 0},
5429 {"LabeledStmt.Stmt", Field, 0},
5430 {"Lbl", Const, 0},
5431 {"MapType", Type, 0},
5432 {"MapType.Key", Field, 0},
5433 {"MapType.Map", Field, 0},
5434 {"MapType.Value", Field, 0},
5435 {"MergeMode", Type, 0},
5436 {"MergePackageFiles", Func, 0},
5437 {"NewCommentMap", Func, 1},
5438 {"NewIdent", Func, 0},
5439 {"NewObj", Func, 0},
5440 {"NewPackage", Func, 0},
5441 {"NewScope", Func, 0},
5442 {"Node", Type, 0},
5443 {"NotNilFilter", Func, 0},
5444 {"ObjKind", Type, 0},
5445 {"Object", Type, 0},
5446 {"Object.Data", Field, 0},
5447 {"Object.Decl", Field, 0},
5448 {"Object.Kind", Field, 0},
5449 {"Object.Name", Field, 0},
5450 {"Object.Type", Field, 0},
5451 {"Package", Type, 0},
5452 {"Package.Files", Field, 0},
5453 {"Package.Imports", Field, 0},
5454 {"Package.Name", Field, 0},
5455 {"Package.Scope", Field, 0},
5456 {"PackageExports", Func, 0},
5457 {"ParenExpr", Type, 0},
5458 {"ParenExpr.Lparen", Field, 0},
5459 {"ParenExpr.Rparen", Field, 0},
5460 {"ParenExpr.X", Field, 0},
5461 {"Pkg", Const, 0},
5462 {"Preorder", Func, 23},
5463 {"Print", Func, 0},
5464 {"RECV", Const, 0},
5465 {"RangeStmt", Type, 0},
5466 {"RangeStmt.Body", Field, 0},
5467 {"RangeStmt.For", Field, 0},
5468 {"RangeStmt.Key", Field, 0},
5469 {"RangeStmt.Range", Field, 20},
5470 {"RangeStmt.Tok", Field, 0},
5471 {"RangeStmt.TokPos", Field, 0},
5472 {"RangeStmt.Value", Field, 0},
5473 {"RangeStmt.X", Field, 0},
5474 {"ReturnStmt", Type, 0},
5475 {"ReturnStmt.Results", Field, 0},
5476 {"ReturnStmt.Return", Field, 0},
5477 {"SEND", Const, 0},
5478 {"Scope", Type, 0},
5479 {"Scope.Objects", Field, 0},
5480 {"Scope.Outer", Field, 0},
5481 {"SelectStmt", Type, 0},
5482 {"SelectStmt.Body", Field, 0},
5483 {"SelectStmt.Select", Field, 0},
5484 {"SelectorExpr", Type, 0},
5485 {"SelectorExpr.Sel", Field, 0},
5486 {"SelectorExpr.X", Field, 0},
5487 {"SendStmt", Type, 0},
5488 {"SendStmt.Arrow", Field, 0},
5489 {"SendStmt.Chan", Field, 0},
5490 {"SendStmt.Value", Field, 0},
5491 {"SliceExpr", Type, 0},
5492 {"SliceExpr.High", Field, 0},
5493 {"SliceExpr.Lbrack", Field, 0},
5494 {"SliceExpr.Low", Field, 0},
5495 {"SliceExpr.Max", Field, 2},
5496 {"SliceExpr.Rbrack", Field, 0},
5497 {"SliceExpr.Slice3", Field, 2},
5498 {"SliceExpr.X", Field, 0},
5499 {"SortImports", Func, 0},
5500 {"Spec", Type, 0},
5501 {"StarExpr", Type, 0},
5502 {"StarExpr.Star", Field, 0},
5503 {"StarExpr.X", Field, 0},
5504 {"Stmt", Type, 0},
5505 {"StructType", Type, 0},
5506 {"StructType.Fields", Field, 0},
5507 {"StructType.Incomplete", Field, 0},
5508 {"StructType.Struct", Field, 0},
5509 {"SwitchStmt", Type, 0},
5510 {"SwitchStmt.Body", Field, 0},
5511 {"SwitchStmt.Init", Field, 0},
5512 {"SwitchStmt.Switch", Field, 0},
5513 {"SwitchStmt.Tag", Field, 0},
5514 {"Typ", Const, 0},
5515 {"TypeAssertExpr", Type, 0},
5516 {"TypeAssertExpr.Lparen", Field, 2},
5517 {"TypeAssertExpr.Rparen", Field, 2},
5518 {"TypeAssertExpr.Type", Field, 0},
5519 {"TypeAssertExpr.X", Field, 0},
5520 {"TypeSpec", Type, 0},
5521 {"TypeSpec.Assign", Field, 9},
5522 {"TypeSpec.Comment", Field, 0},
5523 {"TypeSpec.Doc", Field, 0},
5524 {"TypeSpec.Name", Field, 0},
5525 {"TypeSpec.Type", Field, 0},
5526 {"TypeSpec.TypeParams", Field, 18},
5527 {"TypeSwitchStmt", Type, 0},
5528 {"TypeSwitchStmt.Assign", Field, 0},
5529 {"TypeSwitchStmt.Body", Field, 0},
5530 {"TypeSwitchStmt.Init", Field, 0},
5531 {"TypeSwitchStmt.Switch", Field, 0},
5532 {"UnaryExpr", Type, 0},
5533 {"UnaryExpr.Op", Field, 0},
5534 {"UnaryExpr.OpPos", Field, 0},
5535 {"UnaryExpr.X", Field, 0},
5536 {"Unparen", Func, 22},
5537 {"ValueSpec", Type, 0},
5538 {"ValueSpec.Comment", Field, 0},
5539 {"ValueSpec.Doc", Field, 0},
5540 {"ValueSpec.Names", Field, 0},
5541 {"ValueSpec.Type", Field, 0},
5542 {"ValueSpec.Values", Field, 0},
5543 {"Var", Const, 0},
5544 {"Visitor", Type, 0},
5545 {"Walk", Func, 0},
5546 },
5547 "go/build": {
5548 {"(*Context).Import", Method, 0},
5549 {"(*Context).ImportDir", Method, 0},
5550 {"(*Context).MatchFile", Method, 2},
5551 {"(*Context).SrcDirs", Method, 0},
5552 {"(*MultiplePackageError).Error", Method, 4},
5553 {"(*NoGoError).Error", Method, 0},
5554 {"(*Package).IsCommand", Method, 0},
5555 {"AllowBinary", Const, 0},
5556 {"ArchChar", Func, 0},
5557 {"Context", Type, 0},
5558 {"Context.BuildTags", Field, 0},
5559 {"Context.CgoEnabled", Field, 0},
5560 {"Context.Compiler", Field, 0},
5561 {"Context.Dir", Field, 14},
5562 {"Context.GOARCH", Field, 0},
5563 {"Context.GOOS", Field, 0},
5564 {"Context.GOPATH", Field, 0},
5565 {"Context.GOROOT", Field, 0},
5566 {"Context.HasSubdir", Field, 0},
5567 {"Context.InstallSuffix", Field, 1},
5568 {"Context.IsAbsPath", Field, 0},
5569 {"Context.IsDir", Field, 0},
5570 {"Context.JoinPath", Field, 0},
5571 {"Context.OpenFile", Field, 0},
5572 {"Context.ReadDir", Field, 0},
5573 {"Context.ReleaseTags", Field, 1},
5574 {"Context.SplitPathList", Field, 0},
5575 {"Context.ToolTags", Field, 17},
5576 {"Context.UseAllFiles", Field, 0},
5577 {"Default", Var, 0},
5578 {"Directive", Type, 21},
5579 {"Directive.Pos", Field, 21},
5580 {"Directive.Text", Field, 21},
5581 {"FindOnly", Const, 0},
5582 {"IgnoreVendor", Const, 6},
5583 {"Import", Func, 0},
5584 {"ImportComment", Const, 4},
5585 {"ImportDir", Func, 0},
5586 {"ImportMode", Type, 0},
5587 {"IsLocalImport", Func, 0},
5588 {"MultiplePackageError", Type, 4},
5589 {"MultiplePackageError.Dir", Field, 4},
5590 {"MultiplePackageError.Files", Field, 4},
5591 {"MultiplePackageError.Packages", Field, 4},
5592 {"NoGoError", Type, 0},
5593 {"NoGoError.Dir", Field, 0},
5594 {"Package", Type, 0},
5595 {"Package.AllTags", Field, 2},
5596 {"Package.BinDir", Field, 0},
5597 {"Package.BinaryOnly", Field, 7},
5598 {"Package.CFiles", Field, 0},
5599 {"Package.CXXFiles", Field, 2},
5600 {"Package.CgoCFLAGS", Field, 0},
5601 {"Package.CgoCPPFLAGS", Field, 2},
5602 {"Package.CgoCXXFLAGS", Field, 2},
5603 {"Package.CgoFFLAGS", Field, 7},
5604 {"Package.CgoFiles", Field, 0},
5605 {"Package.CgoLDFLAGS", Field, 0},
5606 {"Package.CgoPkgConfig", Field, 0},
5607 {"Package.ConflictDir", Field, 2},
5608 {"Package.Dir", Field, 0},
5609 {"Package.Directives", Field, 21},
5610 {"Package.Doc", Field, 0},
5611 {"Package.EmbedPatternPos", Field, 16},
5612 {"Package.EmbedPatterns", Field, 16},
5613 {"Package.FFiles", Field, 7},
5614 {"Package.GoFiles", Field, 0},
5615 {"Package.Goroot", Field, 0},
5616 {"Package.HFiles", Field, 0},
5617 {"Package.IgnoredGoFiles", Field, 1},
5618 {"Package.IgnoredOtherFiles", Field, 16},
5619 {"Package.ImportComment", Field, 4},
5620 {"Package.ImportPath", Field, 0},
5621 {"Package.ImportPos", Field, 0},
5622 {"Package.Imports", Field, 0},
5623 {"Package.InvalidGoFiles", Field, 6},
5624 {"Package.MFiles", Field, 3},
5625 {"Package.Name", Field, 0},
5626 {"Package.PkgObj", Field, 0},
5627 {"Package.PkgRoot", Field, 0},
5628 {"Package.PkgTargetRoot", Field, 5},
5629 {"Package.Root", Field, 0},
5630 {"Package.SFiles", Field, 0},
5631 {"Package.SrcRoot", Field, 0},
5632 {"Package.SwigCXXFiles", Field, 1},
5633 {"Package.SwigFiles", Field, 1},
5634 {"Package.SysoFiles", Field, 0},
5635 {"Package.TestDirectives", Field, 21},
5636 {"Package.TestEmbedPatternPos", Field, 16},
5637 {"Package.TestEmbedPatterns", Field, 16},
5638 {"Package.TestGoFiles", Field, 0},
5639 {"Package.TestImportPos", Field, 0},
5640 {"Package.TestImports", Field, 0},
5641 {"Package.XTestDirectives", Field, 21},
5642 {"Package.XTestEmbedPatternPos", Field, 16},
5643 {"Package.XTestEmbedPatterns", Field, 16},
5644 {"Package.XTestGoFiles", Field, 0},
5645 {"Package.XTestImportPos", Field, 0},
5646 {"Package.XTestImports", Field, 0},
5647 {"ToolDir", Var, 0},
5648 },
5649 "go/build/constraint": {
5650 {"(*AndExpr).Eval", Method, 16},
5651 {"(*AndExpr).String", Method, 16},
5652 {"(*NotExpr).Eval", Method, 16},
5653 {"(*NotExpr).String", Method, 16},
5654 {"(*OrExpr).Eval", Method, 16},
5655 {"(*OrExpr).String", Method, 16},
5656 {"(*SyntaxError).Error", Method, 16},
5657 {"(*TagExpr).Eval", Method, 16},
5658 {"(*TagExpr).String", Method, 16},
5659 {"AndExpr", Type, 16},
5660 {"AndExpr.X", Field, 16},
5661 {"AndExpr.Y", Field, 16},
5662 {"Expr", Type, 16},
5663 {"GoVersion", Func, 21},
5664 {"IsGoBuild", Func, 16},
5665 {"IsPlusBuild", Func, 16},
5666 {"NotExpr", Type, 16},
5667 {"NotExpr.X", Field, 16},
5668 {"OrExpr", Type, 16},
5669 {"OrExpr.X", Field, 16},
5670 {"OrExpr.Y", Field, 16},
5671 {"Parse", Func, 16},
5672 {"PlusBuildLines", Func, 16},
5673 {"SyntaxError", Type, 16},
5674 {"SyntaxError.Err", Field, 16},
5675 {"SyntaxError.Offset", Field, 16},
5676 {"TagExpr", Type, 16},
5677 {"TagExpr.Tag", Field, 16},
5678 },
5679 "go/constant": {
5680 {"(Kind).String", Method, 18},
5681 {"BinaryOp", Func, 5},
5682 {"BitLen", Func, 5},
5683 {"Bool", Const, 5},
5684 {"BoolVal", Func, 5},
5685 {"Bytes", Func, 5},
5686 {"Compare", Func, 5},
5687 {"Complex", Const, 5},
5688 {"Denom", Func, 5},
5689 {"Float", Const, 5},
5690 {"Float32Val", Func, 5},
5691 {"Float64Val", Func, 5},
5692 {"Imag", Func, 5},
5693 {"Int", Const, 5},
5694 {"Int64Val", Func, 5},
5695 {"Kind", Type, 5},
5696 {"Make", Func, 13},
5697 {"MakeBool", Func, 5},
5698 {"MakeFloat64", Func, 5},
5699 {"MakeFromBytes", Func, 5},
5700 {"MakeFromLiteral", Func, 5},
5701 {"MakeImag", Func, 5},
5702 {"MakeInt64", Func, 5},
5703 {"MakeString", Func, 5},
5704 {"MakeUint64", Func, 5},
5705 {"MakeUnknown", Func, 5},
5706 {"Num", Func, 5},
5707 {"Real", Func, 5},
5708 {"Shift", Func, 5},
5709 {"Sign", Func, 5},
5710 {"String", Const, 5},
5711 {"StringVal", Func, 5},
5712 {"ToComplex", Func, 6},
5713 {"ToFloat", Func, 6},
5714 {"ToInt", Func, 6},
5715 {"Uint64Val", Func, 5},
5716 {"UnaryOp", Func, 5},
5717 {"Unknown", Const, 5},
5718 {"Val", Func, 13},
5719 {"Value", Type, 5},
5720 },
5721 "go/doc": {
5722 {"(*Package).Filter", Method, 0},
5723 {"(*Package).HTML", Method, 19},
5724 {"(*Package).Markdown", Method, 19},
5725 {"(*Package).Parser", Method, 19},
5726 {"(*Package).Printer", Method, 19},
5727 {"(*Package).Synopsis", Method, 19},
5728 {"(*Package).Text", Method, 19},
5729 {"AllDecls", Const, 0},
5730 {"AllMethods", Const, 0},
5731 {"Example", Type, 0},
5732 {"Example.Code", Field, 0},
5733 {"Example.Comments", Field, 0},
5734 {"Example.Doc", Field, 0},
5735 {"Example.EmptyOutput", Field, 1},
5736 {"Example.Name", Field, 0},
5737 {"Example.Order", Field, 1},
5738 {"Example.Output", Field, 0},
5739 {"Example.Play", Field, 1},
5740 {"Example.Suffix", Field, 14},
5741 {"Example.Unordered", Field, 7},
5742 {"Examples", Func, 0},
5743 {"Filter", Type, 0},
5744 {"Func", Type, 0},
5745 {"Func.Decl", Field, 0},
5746 {"Func.Doc", Field, 0},
5747 {"Func.Examples", Field, 14},
5748 {"Func.Level", Field, 0},
5749 {"Func.Name", Field, 0},
5750 {"Func.Orig", Field, 0},
5751 {"Func.Recv", Field, 0},
5752 {"IllegalPrefixes", Var, 1},
5753 {"IsPredeclared", Func, 8},
5754 {"Mode", Type, 0},
5755 {"New", Func, 0},
5756 {"NewFromFiles", Func, 14},
5757 {"Note", Type, 1},
5758 {"Note.Body", Field, 1},
5759 {"Note.End", Field, 1},
5760 {"Note.Pos", Field, 1},
5761 {"Note.UID", Field, 1},
5762 {"Package", Type, 0},
5763 {"Package.Bugs", Field, 0},
5764 {"Package.Consts", Field, 0},
5765 {"Package.Doc", Field, 0},
5766 {"Package.Examples", Field, 14},
5767 {"Package.Filenames", Field, 0},
5768 {"Package.Funcs", Field, 0},
5769 {"Package.ImportPath", Field, 0},
5770 {"Package.Imports", Field, 0},
5771 {"Package.Name", Field, 0},
5772 {"Package.Notes", Field, 1},
5773 {"Package.Types", Field, 0},
5774 {"Package.Vars", Field, 0},
5775 {"PreserveAST", Const, 12},
5776 {"Synopsis", Func, 0},
5777 {"ToHTML", Func, 0},
5778 {"ToText", Func, 0},
5779 {"Type", Type, 0},
5780 {"Type.Consts", Field, 0},
5781 {"Type.Decl", Field, 0},
5782 {"Type.Doc", Field, 0},
5783 {"Type.Examples", Field, 14},
5784 {"Type.Funcs", Field, 0},
5785 {"Type.Methods", Field, 0},
5786 {"Type.Name", Field, 0},
5787 {"Type.Vars", Field, 0},
5788 {"Value", Type, 0},
5789 {"Value.Decl", Field, 0},
5790 {"Value.Doc", Field, 0},
5791 {"Value.Names", Field, 0},
5792 },
5793 "go/doc/comment": {
5794 {"(*DocLink).DefaultURL", Method, 19},
5795 {"(*Heading).DefaultID", Method, 19},
5796 {"(*List).BlankBefore", Method, 19},
5797 {"(*List).BlankBetween", Method, 19},
5798 {"(*Parser).Parse", Method, 19},
5799 {"(*Printer).Comment", Method, 19},
5800 {"(*Printer).HTML", Method, 19},
5801 {"(*Printer).Markdown", Method, 19},
5802 {"(*Printer).Text", Method, 19},
5803 {"Block", Type, 19},
5804 {"Code", Type, 19},
5805 {"Code.Text", Field, 19},
5806 {"DefaultLookupPackage", Func, 19},
5807 {"Doc", Type, 19},
5808 {"Doc.Content", Field, 19},
5809 {"Doc.Links", Field, 19},
5810 {"DocLink", Type, 19},
5811 {"DocLink.ImportPath", Field, 19},
5812 {"DocLink.Name", Field, 19},
5813 {"DocLink.Recv", Field, 19},
5814 {"DocLink.Text", Field, 19},
5815 {"Heading", Type, 19},
5816 {"Heading.Text", Field, 19},
5817 {"Italic", Type, 19},
5818 {"Link", Type, 19},
5819 {"Link.Auto", Field, 19},
5820 {"Link.Text", Field, 19},
5821 {"Link.URL", Field, 19},
5822 {"LinkDef", Type, 19},
5823 {"LinkDef.Text", Field, 19},
5824 {"LinkDef.URL", Field, 19},
5825 {"LinkDef.Used", Field, 19},
5826 {"List", Type, 19},
5827 {"List.ForceBlankBefore", Field, 19},
5828 {"List.ForceBlankBetween", Field, 19},
5829 {"List.Items", Field, 19},
5830 {"ListItem", Type, 19},
5831 {"ListItem.Content", Field, 19},
5832 {"ListItem.Number", Field, 19},
5833 {"Paragraph", Type, 19},
5834 {"Paragraph.Text", Field, 19},
5835 {"Parser", Type, 19},
5836 {"Parser.LookupPackage", Field, 19},
5837 {"Parser.LookupSym", Field, 19},
5838 {"Parser.Words", Field, 19},
5839 {"Plain", Type, 19},
5840 {"Printer", Type, 19},
5841 {"Printer.DocLinkBaseURL", Field, 19},
5842 {"Printer.DocLinkURL", Field, 19},
5843 {"Printer.HeadingID", Field, 19},
5844 {"Printer.HeadingLevel", Field, 19},
5845 {"Printer.TextCodePrefix", Field, 19},
5846 {"Printer.TextPrefix", Field, 19},
5847 {"Printer.TextWidth", Field, 19},
5848 {"Text", Type, 19},
5849 },
5850 "go/format": {
5851 {"Node", Func, 1},
5852 {"Source", Func, 1},
5853 },
5854 "go/importer": {
5855 {"Default", Func, 5},
5856 {"For", Func, 5},
5857 {"ForCompiler", Func, 12},
5858 {"Lookup", Type, 5},
5859 },
5860 "go/parser": {
5861 {"AllErrors", Const, 1},
5862 {"DeclarationErrors", Const, 0},
5863 {"ImportsOnly", Const, 0},
5864 {"Mode", Type, 0},
5865 {"PackageClauseOnly", Const, 0},
5866 {"ParseComments", Const, 0},
5867 {"ParseDir", Func, 0},
5868 {"ParseExpr", Func, 0},
5869 {"ParseExprFrom", Func, 5},
5870 {"ParseFile", Func, 0},
5871 {"SkipObjectResolution", Const, 17},
5872 {"SpuriousErrors", Const, 0},
5873 {"Trace", Const, 0},
5874 },
5875 "go/printer": {
5876 {"(*Config).Fprint", Method, 0},
5877 {"CommentedNode", Type, 0},
5878 {"CommentedNode.Comments", Field, 0},
5879 {"CommentedNode.Node", Field, 0},
5880 {"Config", Type, 0},
5881 {"Config.Indent", Field, 1},
5882 {"Config.Mode", Field, 0},
5883 {"Config.Tabwidth", Field, 0},
5884 {"Fprint", Func, 0},
5885 {"Mode", Type, 0},
5886 {"RawFormat", Const, 0},
5887 {"SourcePos", Const, 0},
5888 {"TabIndent", Const, 0},
5889 {"UseSpaces", Const, 0},
5890 },
5891 "go/scanner": {
5892 {"(*ErrorList).Add", Method, 0},
5893 {"(*ErrorList).RemoveMultiples", Method, 0},
5894 {"(*ErrorList).Reset", Method, 0},
5895 {"(*Scanner).Init", Method, 0},
5896 {"(*Scanner).Scan", Method, 0},
5897 {"(Error).Error", Method, 0},
5898 {"(ErrorList).Err", Method, 0},
5899 {"(ErrorList).Error", Method, 0},
5900 {"(ErrorList).Len", Method, 0},
5901 {"(ErrorList).Less", Method, 0},
5902 {"(ErrorList).Sort", Method, 0},
5903 {"(ErrorList).Swap", Method, 0},
5904 {"Error", Type, 0},
5905 {"Error.Msg", Field, 0},
5906 {"Error.Pos", Field, 0},
5907 {"ErrorHandler", Type, 0},
5908 {"ErrorList", Type, 0},
5909 {"Mode", Type, 0},
5910 {"PrintError", Func, 0},
5911 {"ScanComments", Const, 0},
5912 {"Scanner", Type, 0},
5913 {"Scanner.ErrorCount", Field, 0},
5914 },
5915 "go/token": {
5916 {"(*File).AddLine", Method, 0},
5917 {"(*File).AddLineColumnInfo", Method, 11},
5918 {"(*File).AddLineInfo", Method, 0},
5919 {"(*File).Base", Method, 0},
5920 {"(*File).Line", Method, 0},
5921 {"(*File).LineCount", Method, 0},
5922 {"(*File).LineStart", Method, 12},
5923 {"(*File).Lines", Method, 21},
5924 {"(*File).MergeLine", Method, 2},
5925 {"(*File).Name", Method, 0},
5926 {"(*File).Offset", Method, 0},
5927 {"(*File).Pos", Method, 0},
5928 {"(*File).Position", Method, 0},
5929 {"(*File).PositionFor", Method, 4},
5930 {"(*File).SetLines", Method, 0},
5931 {"(*File).SetLinesForContent", Method, 0},
5932 {"(*File).Size", Method, 0},
5933 {"(*FileSet).AddFile", Method, 0},
5934 {"(*FileSet).Base", Method, 0},
5935 {"(*FileSet).File", Method, 0},
5936 {"(*FileSet).Iterate", Method, 0},
5937 {"(*FileSet).Position", Method, 0},
5938 {"(*FileSet).PositionFor", Method, 4},
5939 {"(*FileSet).Read", Method, 0},
5940 {"(*FileSet).RemoveFile", Method, 20},
5941 {"(*FileSet).Write", Method, 0},
5942 {"(*Position).IsValid", Method, 0},
5943 {"(Pos).IsValid", Method, 0},
5944 {"(Position).String", Method, 0},
5945 {"(Token).IsKeyword", Method, 0},
5946 {"(Token).IsLiteral", Method, 0},
5947 {"(Token).IsOperator", Method, 0},
5948 {"(Token).Precedence", Method, 0},
5949 {"(Token).String", Method, 0},
5950 {"ADD", Const, 0},
5951 {"ADD_ASSIGN", Const, 0},
5952 {"AND", Const, 0},
5953 {"AND_ASSIGN", Const, 0},
5954 {"AND_NOT", Const, 0},
5955 {"AND_NOT_ASSIGN", Const, 0},
5956 {"ARROW", Const, 0},
5957 {"ASSIGN", Const, 0},
5958 {"BREAK", Const, 0},
5959 {"CASE", Const, 0},
5960 {"CHAN", Const, 0},
5961 {"CHAR", Const, 0},
5962 {"COLON", Const, 0},
5963 {"COMMA", Const, 0},
5964 {"COMMENT", Const, 0},
5965 {"CONST", Const, 0},
5966 {"CONTINUE", Const, 0},
5967 {"DEC", Const, 0},
5968 {"DEFAULT", Const, 0},
5969 {"DEFER", Const, 0},
5970 {"DEFINE", Const, 0},
5971 {"ELLIPSIS", Const, 0},
5972 {"ELSE", Const, 0},
5973 {"EOF", Const, 0},
5974 {"EQL", Const, 0},
5975 {"FALLTHROUGH", Const, 0},
5976 {"FLOAT", Const, 0},
5977 {"FOR", Const, 0},
5978 {"FUNC", Const, 0},
5979 {"File", Type, 0},
5980 {"FileSet", Type, 0},
5981 {"GEQ", Const, 0},
5982 {"GO", Const, 0},
5983 {"GOTO", Const, 0},
5984 {"GTR", Const, 0},
5985 {"HighestPrec", Const, 0},
5986 {"IDENT", Const, 0},
5987 {"IF", Const, 0},
5988 {"ILLEGAL", Const, 0},
5989 {"IMAG", Const, 0},
5990 {"IMPORT", Const, 0},
5991 {"INC", Const, 0},
5992 {"INT", Const, 0},
5993 {"INTERFACE", Const, 0},
5994 {"IsExported", Func, 13},
5995 {"IsIdentifier", Func, 13},
5996 {"IsKeyword", Func, 13},
5997 {"LAND", Const, 0},
5998 {"LBRACE", Const, 0},
5999 {"LBRACK", Const, 0},
6000 {"LEQ", Const, 0},
6001 {"LOR", Const, 0},
6002 {"LPAREN", Const, 0},
6003 {"LSS", Const, 0},
6004 {"Lookup", Func, 0},
6005 {"LowestPrec", Const, 0},
6006 {"MAP", Const, 0},
6007 {"MUL", Const, 0},
6008 {"MUL_ASSIGN", Const, 0},
6009 {"NEQ", Const, 0},
6010 {"NOT", Const, 0},
6011 {"NewFileSet", Func, 0},
6012 {"NoPos", Const, 0},
6013 {"OR", Const, 0},
6014 {"OR_ASSIGN", Const, 0},
6015 {"PACKAGE", Const, 0},
6016 {"PERIOD", Const, 0},
6017 {"Pos", Type, 0},
6018 {"Position", Type, 0},
6019 {"Position.Column", Field, 0},
6020 {"Position.Filename", Field, 0},
6021 {"Position.Line", Field, 0},
6022 {"Position.Offset", Field, 0},
6023 {"QUO", Const, 0},
6024 {"QUO_ASSIGN", Const, 0},
6025 {"RANGE", Const, 0},
6026 {"RBRACE", Const, 0},
6027 {"RBRACK", Const, 0},
6028 {"REM", Const, 0},
6029 {"REM_ASSIGN", Const, 0},
6030 {"RETURN", Const, 0},
6031 {"RPAREN", Const, 0},
6032 {"SELECT", Const, 0},
6033 {"SEMICOLON", Const, 0},
6034 {"SHL", Const, 0},
6035 {"SHL_ASSIGN", Const, 0},
6036 {"SHR", Const, 0},
6037 {"SHR_ASSIGN", Const, 0},
6038 {"STRING", Const, 0},
6039 {"STRUCT", Const, 0},
6040 {"SUB", Const, 0},
6041 {"SUB_ASSIGN", Const, 0},
6042 {"SWITCH", Const, 0},
6043 {"TILDE", Const, 18},
6044 {"TYPE", Const, 0},
6045 {"Token", Type, 0},
6046 {"UnaryPrec", Const, 0},
6047 {"VAR", Const, 0},
6048 {"XOR", Const, 0},
6049 {"XOR_ASSIGN", Const, 0},
6050 },
6051 "go/types": {
6052 {"(*Alias).Obj", Method, 22},
6053 {"(*Alias).Origin", Method, 23},
6054 {"(*Alias).Rhs", Method, 23},
6055 {"(*Alias).SetTypeParams", Method, 23},
6056 {"(*Alias).String", Method, 22},
6057 {"(*Alias).TypeArgs", Method, 23},
6058 {"(*Alias).TypeParams", Method, 23},
6059 {"(*Alias).Underlying", Method, 22},
6060 {"(*ArgumentError).Error", Method, 18},
6061 {"(*ArgumentError).Unwrap", Method, 18},
6062 {"(*Array).Elem", Method, 5},
6063 {"(*Array).Len", Method, 5},
6064 {"(*Array).String", Method, 5},
6065 {"(*Array).Underlying", Method, 5},
6066 {"(*Basic).Info", Method, 5},
6067 {"(*Basic).Kind", Method, 5},
6068 {"(*Basic).Name", Method, 5},
6069 {"(*Basic).String", Method, 5},
6070 {"(*Basic).Underlying", Method, 5},
6071 {"(*Builtin).Exported", Method, 5},
6072 {"(*Builtin).Id", Method, 5},
6073 {"(*Builtin).Name", Method, 5},
6074 {"(*Builtin).Parent", Method, 5},
6075 {"(*Builtin).Pkg", Method, 5},
6076 {"(*Builtin).Pos", Method, 5},
6077 {"(*Builtin).String", Method, 5},
6078 {"(*Builtin).Type", Method, 5},
6079 {"(*Chan).Dir", Method, 5},
6080 {"(*Chan).Elem", Method, 5},
6081 {"(*Chan).String", Method, 5},
6082 {"(*Chan).Underlying", Method, 5},
6083 {"(*Checker).Files", Method, 5},
6084 {"(*Config).Check", Method, 5},
6085 {"(*Const).Exported", Method, 5},
6086 {"(*Const).Id", Method, 5},
6087 {"(*Const).Name", Method, 5},
6088 {"(*Const).Parent", Method, 5},
6089 {"(*Const).Pkg", Method, 5},
6090 {"(*Const).Pos", Method, 5},
6091 {"(*Const).String", Method, 5},
6092 {"(*Const).Type", Method, 5},
6093 {"(*Const).Val", Method, 5},
6094 {"(*Func).Exported", Method, 5},
6095 {"(*Func).FullName", Method, 5},
6096 {"(*Func).Id", Method, 5},
6097 {"(*Func).Name", Method, 5},
6098 {"(*Func).Origin", Method, 19},
6099 {"(*Func).Parent", Method, 5},
6100 {"(*Func).Pkg", Method, 5},
6101 {"(*Func).Pos", Method, 5},
6102 {"(*Func).Scope", Method, 5},
6103 {"(*Func).Signature", Method, 23},
6104 {"(*Func).String", Method, 5},
6105 {"(*Func).Type", Method, 5},
6106 {"(*Info).ObjectOf", Method, 5},
6107 {"(*Info).PkgNameOf", Method, 22},
6108 {"(*Info).TypeOf", Method, 5},
6109 {"(*Initializer).String", Method, 5},
6110 {"(*Interface).Complete", Method, 5},
6111 {"(*Interface).Embedded", Method, 5},
6112 {"(*Interface).EmbeddedType", Method, 11},
6113 {"(*Interface).EmbeddedTypes", Method, 24},
6114 {"(*Interface).Empty", Method, 5},
6115 {"(*Interface).ExplicitMethod", Method, 5},
6116 {"(*Interface).ExplicitMethods", Method, 24},
6117 {"(*Interface).IsComparable", Method, 18},
6118 {"(*Interface).IsImplicit", Method, 18},
6119 {"(*Interface).IsMethodSet", Method, 18},
6120 {"(*Interface).MarkImplicit", Method, 18},
6121 {"(*Interface).Method", Method, 5},
6122 {"(*Interface).Methods", Method, 24},
6123 {"(*Interface).NumEmbeddeds", Method, 5},
6124 {"(*Interface).NumExplicitMethods", Method, 5},
6125 {"(*Interface).NumMethods", Method, 5},
6126 {"(*Interface).String", Method, 5},
6127 {"(*Interface).Underlying", Method, 5},
6128 {"(*Label).Exported", Method, 5},
6129 {"(*Label).Id", Method, 5},
6130 {"(*Label).Name", Method, 5},
6131 {"(*Label).Parent", Method, 5},
6132 {"(*Label).Pkg", Method, 5},
6133 {"(*Label).Pos", Method, 5},
6134 {"(*Label).String", Method, 5},
6135 {"(*Label).Type", Method, 5},
6136 {"(*Map).Elem", Method, 5},
6137 {"(*Map).Key", Method, 5},
6138 {"(*Map).String", Method, 5},
6139 {"(*Map).Underlying", Method, 5},
6140 {"(*MethodSet).At", Method, 5},
6141 {"(*MethodSet).Len", Method, 5},
6142 {"(*MethodSet).Lookup", Method, 5},
6143 {"(*MethodSet).Methods", Method, 24},
6144 {"(*MethodSet).String", Method, 5},
6145 {"(*Named).AddMethod", Method, 5},
6146 {"(*Named).Method", Method, 5},
6147 {"(*Named).Methods", Method, 24},
6148 {"(*Named).NumMethods", Method, 5},
6149 {"(*Named).Obj", Method, 5},
6150 {"(*Named).Origin", Method, 18},
6151 {"(*Named).SetTypeParams", Method, 18},
6152 {"(*Named).SetUnderlying", Method, 5},
6153 {"(*Named).String", Method, 5},
6154 {"(*Named).TypeArgs", Method, 18},
6155 {"(*Named).TypeParams", Method, 18},
6156 {"(*Named).Underlying", Method, 5},
6157 {"(*Nil).Exported", Method, 5},
6158 {"(*Nil).Id", Method, 5},
6159 {"(*Nil).Name", Method, 5},
6160 {"(*Nil).Parent", Method, 5},
6161 {"(*Nil).Pkg", Method, 5},
6162 {"(*Nil).Pos", Method, 5},
6163 {"(*Nil).String", Method, 5},
6164 {"(*Nil).Type", Method, 5},
6165 {"(*Package).Complete", Method, 5},
6166 {"(*Package).GoVersion", Method, 21},
6167 {"(*Package).Imports", Method, 5},
6168 {"(*Package).MarkComplete", Method, 5},
6169 {"(*Package).Name", Method, 5},
6170 {"(*Package).Path", Method, 5},
6171 {"(*Package).Scope", Method, 5},
6172 {"(*Package).SetImports", Method, 5},
6173 {"(*Package).SetName", Method, 6},
6174 {"(*Package).String", Method, 5},
6175 {"(*PkgName).Exported", Method, 5},
6176 {"(*PkgName).Id", Method, 5},
6177 {"(*PkgName).Imported", Method, 5},
6178 {"(*PkgName).Name", Method, 5},
6179 {"(*PkgName).Parent", Method, 5},
6180 {"(*PkgName).Pkg", Method, 5},
6181 {"(*PkgName).Pos", Method, 5},
6182 {"(*PkgName).String", Method, 5},
6183 {"(*PkgName).Type", Method, 5},
6184 {"(*Pointer).Elem", Method, 5},
6185 {"(*Pointer).String", Method, 5},
6186 {"(*Pointer).Underlying", Method, 5},
6187 {"(*Scope).Child", Method, 5},
6188 {"(*Scope).Children", Method, 24},
6189 {"(*Scope).Contains", Method, 5},
6190 {"(*Scope).End", Method, 5},
6191 {"(*Scope).Innermost", Method, 5},
6192 {"(*Scope).Insert", Method, 5},
6193 {"(*Scope).Len", Method, 5},
6194 {"(*Scope).Lookup", Method, 5},
6195 {"(*Scope).LookupParent", Method, 5},
6196 {"(*Scope).Names", Method, 5},
6197 {"(*Scope).NumChildren", Method, 5},
6198 {"(*Scope).Parent", Method, 5},
6199 {"(*Scope).Pos", Method, 5},
6200 {"(*Scope).String", Method, 5},
6201 {"(*Scope).WriteTo", Method, 5},
6202 {"(*Selection).Index", Method, 5},
6203 {"(*Selection).Indirect", Method, 5},
6204 {"(*Selection).Kind", Method, 5},
6205 {"(*Selection).Obj", Method, 5},
6206 {"(*Selection).Recv", Method, 5},
6207 {"(*Selection).String", Method, 5},
6208 {"(*Selection).Type", Method, 5},
6209 {"(*Signature).Params", Method, 5},
6210 {"(*Signature).Recv", Method, 5},
6211 {"(*Signature).RecvTypeParams", Method, 18},
6212 {"(*Signature).Results", Method, 5},
6213 {"(*Signature).String", Method, 5},
6214 {"(*Signature).TypeParams", Method, 18},
6215 {"(*Signature).Underlying", Method, 5},
6216 {"(*Signature).Variadic", Method, 5},
6217 {"(*Slice).Elem", Method, 5},
6218 {"(*Slice).String", Method, 5},
6219 {"(*Slice).Underlying", Method, 5},
6220 {"(*StdSizes).Alignof", Method, 5},
6221 {"(*StdSizes).Offsetsof", Method, 5},
6222 {"(*StdSizes).Sizeof", Method, 5},
6223 {"(*Struct).Field", Method, 5},
6224 {"(*Struct).Fields", Method, 24},
6225 {"(*Struct).NumFields", Method, 5},
6226 {"(*Struct).String", Method, 5},
6227 {"(*Struct).Tag", Method, 5},
6228 {"(*Struct).Underlying", Method, 5},
6229 {"(*Term).String", Method, 18},
6230 {"(*Term).Tilde", Method, 18},
6231 {"(*Term).Type", Method, 18},
6232 {"(*Tuple).At", Method, 5},
6233 {"(*Tuple).Len", Method, 5},
6234 {"(*Tuple).String", Method, 5},
6235 {"(*Tuple).Underlying", Method, 5},
6236 {"(*Tuple).Variables", Method, 24},
6237 {"(*TypeList).At", Method, 18},
6238 {"(*TypeList).Len", Method, 18},
6239 {"(*TypeList).Types", Method, 24},
6240 {"(*TypeName).Exported", Method, 5},
6241 {"(*TypeName).Id", Method, 5},
6242 {"(*TypeName).IsAlias", Method, 9},
6243 {"(*TypeName).Name", Method, 5},
6244 {"(*TypeName).Parent", Method, 5},
6245 {"(*TypeName).Pkg", Method, 5},
6246 {"(*TypeName).Pos", Method, 5},
6247 {"(*TypeName).String", Method, 5},
6248 {"(*TypeName).Type", Method, 5},
6249 {"(*TypeParam).Constraint", Method, 18},
6250 {"(*TypeParam).Index", Method, 18},
6251 {"(*TypeParam).Obj", Method, 18},
6252 {"(*TypeParam).SetConstraint", Method, 18},
6253 {"(*TypeParam).String", Method, 18},
6254 {"(*TypeParam).Underlying", Method, 18},
6255 {"(*TypeParamList).At", Method, 18},
6256 {"(*TypeParamList).Len", Method, 18},
6257 {"(*TypeParamList).TypeParams", Method, 24},
6258 {"(*Union).Len", Method, 18},
6259 {"(*Union).String", Method, 18},
6260 {"(*Union).Term", Method, 18},
6261 {"(*Union).Terms", Method, 24},
6262 {"(*Union).Underlying", Method, 18},
6263 {"(*Var).Anonymous", Method, 5},
6264 {"(*Var).Embedded", Method, 11},
6265 {"(*Var).Exported", Method, 5},
6266 {"(*Var).Id", Method, 5},
6267 {"(*Var).IsField", Method, 5},
6268 {"(*Var).Name", Method, 5},
6269 {"(*Var).Origin", Method, 19},
6270 {"(*Var).Parent", Method, 5},
6271 {"(*Var).Pkg", Method, 5},
6272 {"(*Var).Pos", Method, 5},
6273 {"(*Var).String", Method, 5},
6274 {"(*Var).Type", Method, 5},
6275 {"(Checker).ObjectOf", Method, 5},
6276 {"(Checker).PkgNameOf", Method, 22},
6277 {"(Checker).TypeOf", Method, 5},
6278 {"(Error).Error", Method, 5},
6279 {"(TypeAndValue).Addressable", Method, 5},
6280 {"(TypeAndValue).Assignable", Method, 5},
6281 {"(TypeAndValue).HasOk", Method, 5},
6282 {"(TypeAndValue).IsBuiltin", Method, 5},
6283 {"(TypeAndValue).IsNil", Method, 5},
6284 {"(TypeAndValue).IsType", Method, 5},
6285 {"(TypeAndValue).IsValue", Method, 5},
6286 {"(TypeAndValue).IsVoid", Method, 5},
6287 {"Alias", Type, 22},
6288 {"ArgumentError", Type, 18},
6289 {"ArgumentError.Err", Field, 18},
6290 {"ArgumentError.Index", Field, 18},
6291 {"Array", Type, 5},
6292 {"AssertableTo", Func, 5},
6293 {"AssignableTo", Func, 5},
6294 {"Basic", Type, 5},
6295 {"BasicInfo", Type, 5},
6296 {"BasicKind", Type, 5},
6297 {"Bool", Const, 5},
6298 {"Builtin", Type, 5},
6299 {"Byte", Const, 5},
6300 {"Chan", Type, 5},
6301 {"ChanDir", Type, 5},
6302 {"CheckExpr", Func, 13},
6303 {"Checker", Type, 5},
6304 {"Checker.Info", Field, 5},
6305 {"Comparable", Func, 5},
6306 {"Complex128", Const, 5},
6307 {"Complex64", Const, 5},
6308 {"Config", Type, 5},
6309 {"Config.Context", Field, 18},
6310 {"Config.DisableUnusedImportCheck", Field, 5},
6311 {"Config.Error", Field, 5},
6312 {"Config.FakeImportC", Field, 5},
6313 {"Config.GoVersion", Field, 18},
6314 {"Config.IgnoreFuncBodies", Field, 5},
6315 {"Config.Importer", Field, 5},
6316 {"Config.Sizes", Field, 5},
6317 {"Const", Type, 5},
6318 {"Context", Type, 18},
6319 {"ConvertibleTo", Func, 5},
6320 {"DefPredeclaredTestFuncs", Func, 5},
6321 {"Default", Func, 8},
6322 {"Error", Type, 5},
6323 {"Error.Fset", Field, 5},
6324 {"Error.Msg", Field, 5},
6325 {"Error.Pos", Field, 5},
6326 {"Error.Soft", Field, 5},
6327 {"Eval", Func, 5},
6328 {"ExprString", Func, 5},
6329 {"FieldVal", Const, 5},
6330 {"Float32", Const, 5},
6331 {"Float64", Const, 5},
6332 {"Func", Type, 5},
6333 {"Id", Func, 5},
6334 {"Identical", Func, 5},
6335 {"IdenticalIgnoreTags", Func, 8},
6336 {"Implements", Func, 5},
6337 {"ImportMode", Type, 6},
6338 {"Importer", Type, 5},
6339 {"ImporterFrom", Type, 6},
6340 {"Info", Type, 5},
6341 {"Info.Defs", Field, 5},
6342 {"Info.FileVersions", Field, 22},
6343 {"Info.Implicits", Field, 5},
6344 {"Info.InitOrder", Field, 5},
6345 {"Info.Instances", Field, 18},
6346 {"Info.Scopes", Field, 5},
6347 {"Info.Selections", Field, 5},
6348 {"Info.Types", Field, 5},
6349 {"Info.Uses", Field, 5},
6350 {"Initializer", Type, 5},
6351 {"Initializer.Lhs", Field, 5},
6352 {"Initializer.Rhs", Field, 5},
6353 {"Instance", Type, 18},
6354 {"Instance.Type", Field, 18},
6355 {"Instance.TypeArgs", Field, 18},
6356 {"Instantiate", Func, 18},
6357 {"Int", Const, 5},
6358 {"Int16", Const, 5},
6359 {"Int32", Const, 5},
6360 {"Int64", Const, 5},
6361 {"Int8", Const, 5},
6362 {"Interface", Type, 5},
6363 {"Invalid", Const, 5},
6364 {"IsBoolean", Const, 5},
6365 {"IsComplex", Const, 5},
6366 {"IsConstType", Const, 5},
6367 {"IsFloat", Const, 5},
6368 {"IsInteger", Const, 5},
6369 {"IsInterface", Func, 5},
6370 {"IsNumeric", Const, 5},
6371 {"IsOrdered", Const, 5},
6372 {"IsString", Const, 5},
6373 {"IsUnsigned", Const, 5},
6374 {"IsUntyped", Const, 5},
6375 {"Label", Type, 5},
6376 {"LookupFieldOrMethod", Func, 5},
6377 {"Map", Type, 5},
6378 {"MethodExpr", Const, 5},
6379 {"MethodSet", Type, 5},
6380 {"MethodVal", Const, 5},
6381 {"MissingMethod", Func, 5},
6382 {"Named", Type, 5},
6383 {"NewAlias", Func, 22},
6384 {"NewArray", Func, 5},
6385 {"NewChan", Func, 5},
6386 {"NewChecker", Func, 5},
6387 {"NewConst", Func, 5},
6388 {"NewContext", Func, 18},
6389 {"NewField", Func, 5},
6390 {"NewFunc", Func, 5},
6391 {"NewInterface", Func, 5},
6392 {"NewInterfaceType", Func, 11},
6393 {"NewLabel", Func, 5},
6394 {"NewMap", Func, 5},
6395 {"NewMethodSet", Func, 5},
6396 {"NewNamed", Func, 5},
6397 {"NewPackage", Func, 5},
6398 {"NewParam", Func, 5},
6399 {"NewPkgName", Func, 5},
6400 {"NewPointer", Func, 5},
6401 {"NewScope", Func, 5},
6402 {"NewSignature", Func, 5},
6403 {"NewSignatureType", Func, 18},
6404 {"NewSlice", Func, 5},
6405 {"NewStruct", Func, 5},
6406 {"NewTerm", Func, 18},
6407 {"NewTuple", Func, 5},
6408 {"NewTypeName", Func, 5},
6409 {"NewTypeParam", Func, 18},
6410 {"NewUnion", Func, 18},
6411 {"NewVar", Func, 5},
6412 {"Nil", Type, 5},
6413 {"Object", Type, 5},
6414 {"ObjectString", Func, 5},
6415 {"Package", Type, 5},
6416 {"PkgName", Type, 5},
6417 {"Pointer", Type, 5},
6418 {"Qualifier", Type, 5},
6419 {"RecvOnly", Const, 5},
6420 {"RelativeTo", Func, 5},
6421 {"Rune", Const, 5},
6422 {"Satisfies", Func, 20},
6423 {"Scope", Type, 5},
6424 {"Selection", Type, 5},
6425 {"SelectionKind", Type, 5},
6426 {"SelectionString", Func, 5},
6427 {"SendOnly", Const, 5},
6428 {"SendRecv", Const, 5},
6429 {"Signature", Type, 5},
6430 {"Sizes", Type, 5},
6431 {"SizesFor", Func, 9},
6432 {"Slice", Type, 5},
6433 {"StdSizes", Type, 5},
6434 {"StdSizes.MaxAlign", Field, 5},
6435 {"StdSizes.WordSize", Field, 5},
6436 {"String", Const, 5},
6437 {"Struct", Type, 5},
6438 {"Term", Type, 18},
6439 {"Tuple", Type, 5},
6440 {"Typ", Var, 5},
6441 {"Type", Type, 5},
6442 {"TypeAndValue", Type, 5},
6443 {"TypeAndValue.Type", Field, 5},
6444 {"TypeAndValue.Value", Field, 5},
6445 {"TypeList", Type, 18},
6446 {"TypeName", Type, 5},
6447 {"TypeParam", Type, 18},
6448 {"TypeParamList", Type, 18},
6449 {"TypeString", Func, 5},
6450 {"Uint", Const, 5},
6451 {"Uint16", Const, 5},
6452 {"Uint32", Const, 5},
6453 {"Uint64", Const, 5},
6454 {"Uint8", Const, 5},
6455 {"Uintptr", Const, 5},
6456 {"Unalias", Func, 22},
6457 {"Union", Type, 18},
6458 {"Universe", Var, 5},
6459 {"Unsafe", Var, 5},
6460 {"UnsafePointer", Const, 5},
6461 {"UntypedBool", Const, 5},
6462 {"UntypedComplex", Const, 5},
6463 {"UntypedFloat", Const, 5},
6464 {"UntypedInt", Const, 5},
6465 {"UntypedNil", Const, 5},
6466 {"UntypedRune", Const, 5},
6467 {"UntypedString", Const, 5},
6468 {"Var", Type, 5},
6469 {"WriteExpr", Func, 5},
6470 {"WriteSignature", Func, 5},
6471 {"WriteType", Func, 5},
6472 },
6473 "go/version": {
6474 {"Compare", Func, 22},
6475 {"IsValid", Func, 22},
6476 {"Lang", Func, 22},
6477 },
6478 "hash": {
6479 {"Hash", Type, 0},
6480 {"Hash32", Type, 0},
6481 {"Hash64", Type, 0},
6482 },
6483 "hash/adler32": {
6484 {"Checksum", Func, 0},
6485 {"New", Func, 0},
6486 {"Size", Const, 0},
6487 },
6488 "hash/crc32": {
6489 {"Castagnoli", Const, 0},
6490 {"Checksum", Func, 0},
6491 {"ChecksumIEEE", Func, 0},
6492 {"IEEE", Const, 0},
6493 {"IEEETable", Var, 0},
6494 {"Koopman", Const, 0},
6495 {"MakeTable", Func, 0},
6496 {"New", Func, 0},
6497 {"NewIEEE", Func, 0},
6498 {"Size", Const, 0},
6499 {"Table", Type, 0},
6500 {"Update", Func, 0},
6501 },
6502 "hash/crc64": {
6503 {"Checksum", Func, 0},
6504 {"ECMA", Const, 0},
6505 {"ISO", Const, 0},
6506 {"MakeTable", Func, 0},
6507 {"New", Func, 0},
6508 {"Size", Const, 0},
6509 {"Table", Type, 0},
6510 {"Update", Func, 0},
6511 },
6512 "hash/fnv": {
6513 {"New128", Func, 9},
6514 {"New128a", Func, 9},
6515 {"New32", Func, 0},
6516 {"New32a", Func, 0},
6517 {"New64", Func, 0},
6518 {"New64a", Func, 0},
6519 },
6520 "hash/maphash": {
6521 {"(*Hash).BlockSize", Method, 14},
6522 {"(*Hash).Reset", Method, 14},
6523 {"(*Hash).Seed", Method, 14},
6524 {"(*Hash).SetSeed", Method, 14},
6525 {"(*Hash).Size", Method, 14},
6526 {"(*Hash).Sum", Method, 14},
6527 {"(*Hash).Sum64", Method, 14},
6528 {"(*Hash).Write", Method, 14},
6529 {"(*Hash).WriteByte", Method, 14},
6530 {"(*Hash).WriteString", Method, 14},
6531 {"Bytes", Func, 19},
6532 {"Comparable", Func, 24},
6533 {"Hash", Type, 14},
6534 {"MakeSeed", Func, 14},
6535 {"Seed", Type, 14},
6536 {"String", Func, 19},
6537 {"WriteComparable", Func, 24},
6538 },
6539 "html": {
6540 {"EscapeString", Func, 0},
6541 {"UnescapeString", Func, 0},
6542 },
6543 "html/template": {
6544 {"(*Error).Error", Method, 0},
6545 {"(*Template).AddParseTree", Method, 0},
6546 {"(*Template).Clone", Method, 0},
6547 {"(*Template).DefinedTemplates", Method, 6},
6548 {"(*Template).Delims", Method, 0},
6549 {"(*Template).Execute", Method, 0},
6550 {"(*Template).ExecuteTemplate", Method, 0},
6551 {"(*Template).Funcs", Method, 0},
6552 {"(*Template).Lookup", Method, 0},
6553 {"(*Template).Name", Method, 0},
6554 {"(*Template).New", Method, 0},
6555 {"(*Template).Option", Method, 5},
6556 {"(*Template).Parse", Method, 0},
6557 {"(*Template).ParseFS", Method, 16},
6558 {"(*Template).ParseFiles", Method, 0},
6559 {"(*Template).ParseGlob", Method, 0},
6560 {"(*Template).Templates", Method, 0},
6561 {"CSS", Type, 0},
6562 {"ErrAmbigContext", Const, 0},
6563 {"ErrBadHTML", Const, 0},
6564 {"ErrBranchEnd", Const, 0},
6565 {"ErrEndContext", Const, 0},
6566 {"ErrJSTemplate", Const, 21},
6567 {"ErrNoSuchTemplate", Const, 0},
6568 {"ErrOutputContext", Const, 0},
6569 {"ErrPartialCharset", Const, 0},
6570 {"ErrPartialEscape", Const, 0},
6571 {"ErrPredefinedEscaper", Const, 9},
6572 {"ErrRangeLoopReentry", Const, 0},
6573 {"ErrSlashAmbig", Const, 0},
6574 {"Error", Type, 0},
6575 {"Error.Description", Field, 0},
6576 {"Error.ErrorCode", Field, 0},
6577 {"Error.Line", Field, 0},
6578 {"Error.Name", Field, 0},
6579 {"Error.Node", Field, 4},
6580 {"ErrorCode", Type, 0},
6581 {"FuncMap", Type, 0},
6582 {"HTML", Type, 0},
6583 {"HTMLAttr", Type, 0},
6584 {"HTMLEscape", Func, 0},
6585 {"HTMLEscapeString", Func, 0},
6586 {"HTMLEscaper", Func, 0},
6587 {"IsTrue", Func, 6},
6588 {"JS", Type, 0},
6589 {"JSEscape", Func, 0},
6590 {"JSEscapeString", Func, 0},
6591 {"JSEscaper", Func, 0},
6592 {"JSStr", Type, 0},
6593 {"Must", Func, 0},
6594 {"New", Func, 0},
6595 {"OK", Const, 0},
6596 {"ParseFS", Func, 16},
6597 {"ParseFiles", Func, 0},
6598 {"ParseGlob", Func, 0},
6599 {"Srcset", Type, 10},
6600 {"Template", Type, 0},
6601 {"Template.Tree", Field, 2},
6602 {"URL", Type, 0},
6603 {"URLQueryEscaper", Func, 0},
6604 },
6605 "image": {
6606 {"(*Alpha).AlphaAt", Method, 4},
6607 {"(*Alpha).At", Method, 0},
6608 {"(*Alpha).Bounds", Method, 0},
6609 {"(*Alpha).ColorModel", Method, 0},
6610 {"(*Alpha).Opaque", Method, 0},
6611 {"(*Alpha).PixOffset", Method, 0},
6612 {"(*Alpha).RGBA64At", Method, 17},
6613 {"(*Alpha).Set", Method, 0},
6614 {"(*Alpha).SetAlpha", Method, 0},
6615 {"(*Alpha).SetRGBA64", Method, 17},
6616 {"(*Alpha).SubImage", Method, 0},
6617 {"(*Alpha16).Alpha16At", Method, 4},
6618 {"(*Alpha16).At", Method, 0},
6619 {"(*Alpha16).Bounds", Method, 0},
6620 {"(*Alpha16).ColorModel", Method, 0},
6621 {"(*Alpha16).Opaque", Method, 0},
6622 {"(*Alpha16).PixOffset", Method, 0},
6623 {"(*Alpha16).RGBA64At", Method, 17},
6624 {"(*Alpha16).Set", Method, 0},
6625 {"(*Alpha16).SetAlpha16", Method, 0},
6626 {"(*Alpha16).SetRGBA64", Method, 17},
6627 {"(*Alpha16).SubImage", Method, 0},
6628 {"(*CMYK).At", Method, 5},
6629 {"(*CMYK).Bounds", Method, 5},
6630 {"(*CMYK).CMYKAt", Method, 5},
6631 {"(*CMYK).ColorModel", Method, 5},
6632 {"(*CMYK).Opaque", Method, 5},
6633 {"(*CMYK).PixOffset", Method, 5},
6634 {"(*CMYK).RGBA64At", Method, 17},
6635 {"(*CMYK).Set", Method, 5},
6636 {"(*CMYK).SetCMYK", Method, 5},
6637 {"(*CMYK).SetRGBA64", Method, 17},
6638 {"(*CMYK).SubImage", Method, 5},
6639 {"(*Gray).At", Method, 0},
6640 {"(*Gray).Bounds", Method, 0},
6641 {"(*Gray).ColorModel", Method, 0},
6642 {"(*Gray).GrayAt", Method, 4},
6643 {"(*Gray).Opaque", Method, 0},
6644 {"(*Gray).PixOffset", Method, 0},
6645 {"(*Gray).RGBA64At", Method, 17},
6646 {"(*Gray).Set", Method, 0},
6647 {"(*Gray).SetGray", Method, 0},
6648 {"(*Gray).SetRGBA64", Method, 17},
6649 {"(*Gray).SubImage", Method, 0},
6650 {"(*Gray16).At", Method, 0},
6651 {"(*Gray16).Bounds", Method, 0},
6652 {"(*Gray16).ColorModel", Method, 0},
6653 {"(*Gray16).Gray16At", Method, 4},
6654 {"(*Gray16).Opaque", Method, 0},
6655 {"(*Gray16).PixOffset", Method, 0},
6656 {"(*Gray16).RGBA64At", Method, 17},
6657 {"(*Gray16).Set", Method, 0},
6658 {"(*Gray16).SetGray16", Method, 0},
6659 {"(*Gray16).SetRGBA64", Method, 17},
6660 {"(*Gray16).SubImage", Method, 0},
6661 {"(*NRGBA).At", Method, 0},
6662 {"(*NRGBA).Bounds", Method, 0},
6663 {"(*NRGBA).ColorModel", Method, 0},
6664 {"(*NRGBA).NRGBAAt", Method, 4},
6665 {"(*NRGBA).Opaque", Method, 0},
6666 {"(*NRGBA).PixOffset", Method, 0},
6667 {"(*NRGBA).RGBA64At", Method, 17},
6668 {"(*NRGBA).Set", Method, 0},
6669 {"(*NRGBA).SetNRGBA", Method, 0},
6670 {"(*NRGBA).SetRGBA64", Method, 17},
6671 {"(*NRGBA).SubImage", Method, 0},
6672 {"(*NRGBA64).At", Method, 0},
6673 {"(*NRGBA64).Bounds", Method, 0},
6674 {"(*NRGBA64).ColorModel", Method, 0},
6675 {"(*NRGBA64).NRGBA64At", Method, 4},
6676 {"(*NRGBA64).Opaque", Method, 0},
6677 {"(*NRGBA64).PixOffset", Method, 0},
6678 {"(*NRGBA64).RGBA64At", Method, 17},
6679 {"(*NRGBA64).Set", Method, 0},
6680 {"(*NRGBA64).SetNRGBA64", Method, 0},
6681 {"(*NRGBA64).SetRGBA64", Method, 17},
6682 {"(*NRGBA64).SubImage", Method, 0},
6683 {"(*NYCbCrA).AOffset", Method, 6},
6684 {"(*NYCbCrA).At", Method, 6},
6685 {"(*NYCbCrA).Bounds", Method, 6},
6686 {"(*NYCbCrA).COffset", Method, 6},
6687 {"(*NYCbCrA).ColorModel", Method, 6},
6688 {"(*NYCbCrA).NYCbCrAAt", Method, 6},
6689 {"(*NYCbCrA).Opaque", Method, 6},
6690 {"(*NYCbCrA).RGBA64At", Method, 17},
6691 {"(*NYCbCrA).SubImage", Method, 6},
6692 {"(*NYCbCrA).YCbCrAt", Method, 6},
6693 {"(*NYCbCrA).YOffset", Method, 6},
6694 {"(*Paletted).At", Method, 0},
6695 {"(*Paletted).Bounds", Method, 0},
6696 {"(*Paletted).ColorIndexAt", Method, 0},
6697 {"(*Paletted).ColorModel", Method, 0},
6698 {"(*Paletted).Opaque", Method, 0},
6699 {"(*Paletted).PixOffset", Method, 0},
6700 {"(*Paletted).RGBA64At", Method, 17},
6701 {"(*Paletted).Set", Method, 0},
6702 {"(*Paletted).SetColorIndex", Method, 0},
6703 {"(*Paletted).SetRGBA64", Method, 17},
6704 {"(*Paletted).SubImage", Method, 0},
6705 {"(*RGBA).At", Method, 0},
6706 {"(*RGBA).Bounds", Method, 0},
6707 {"(*RGBA).ColorModel", Method, 0},
6708 {"(*RGBA).Opaque", Method, 0},
6709 {"(*RGBA).PixOffset", Method, 0},
6710 {"(*RGBA).RGBA64At", Method, 17},
6711 {"(*RGBA).RGBAAt", Method, 4},
6712 {"(*RGBA).Set", Method, 0},
6713 {"(*RGBA).SetRGBA", Method, 0},
6714 {"(*RGBA).SetRGBA64", Method, 17},
6715 {"(*RGBA).SubImage", Method, 0},
6716 {"(*RGBA64).At", Method, 0},
6717 {"(*RGBA64).Bounds", Method, 0},
6718 {"(*RGBA64).ColorModel", Method, 0},
6719 {"(*RGBA64).Opaque", Method, 0},
6720 {"(*RGBA64).PixOffset", Method, 0},
6721 {"(*RGBA64).RGBA64At", Method, 4},
6722 {"(*RGBA64).Set", Method, 0},
6723 {"(*RGBA64).SetRGBA64", Method, 0},
6724 {"(*RGBA64).SubImage", Method, 0},
6725 {"(*Uniform).At", Method, 0},
6726 {"(*Uniform).Bounds", Method, 0},
6727 {"(*Uniform).ColorModel", Method, 0},
6728 {"(*Uniform).Convert", Method, 0},
6729 {"(*Uniform).Opaque", Method, 0},
6730 {"(*Uniform).RGBA", Method, 0},
6731 {"(*Uniform).RGBA64At", Method, 17},
6732 {"(*YCbCr).At", Method, 0},
6733 {"(*YCbCr).Bounds", Method, 0},
6734 {"(*YCbCr).COffset", Method, 0},
6735 {"(*YCbCr).ColorModel", Method, 0},
6736 {"(*YCbCr).Opaque", Method, 0},
6737 {"(*YCbCr).RGBA64At", Method, 17},
6738 {"(*YCbCr).SubImage", Method, 0},
6739 {"(*YCbCr).YCbCrAt", Method, 4},
6740 {"(*YCbCr).YOffset", Method, 0},
6741 {"(Point).Add", Method, 0},
6742 {"(Point).Div", Method, 0},
6743 {"(Point).Eq", Method, 0},
6744 {"(Point).In", Method, 0},
6745 {"(Point).Mod", Method, 0},
6746 {"(Point).Mul", Method, 0},
6747 {"(Point).String", Method, 0},
6748 {"(Point).Sub", Method, 0},
6749 {"(Rectangle).Add", Method, 0},
6750 {"(Rectangle).At", Method, 5},
6751 {"(Rectangle).Bounds", Method, 5},
6752 {"(Rectangle).Canon", Method, 0},
6753 {"(Rectangle).ColorModel", Method, 5},
6754 {"(Rectangle).Dx", Method, 0},
6755 {"(Rectangle).Dy", Method, 0},
6756 {"(Rectangle).Empty", Method, 0},
6757 {"(Rectangle).Eq", Method, 0},
6758 {"(Rectangle).In", Method, 0},
6759 {"(Rectangle).Inset", Method, 0},
6760 {"(Rectangle).Intersect", Method, 0},
6761 {"(Rectangle).Overlaps", Method, 0},
6762 {"(Rectangle).RGBA64At", Method, 17},
6763 {"(Rectangle).Size", Method, 0},
6764 {"(Rectangle).String", Method, 0},
6765 {"(Rectangle).Sub", Method, 0},
6766 {"(Rectangle).Union", Method, 0},
6767 {"(YCbCrSubsampleRatio).String", Method, 0},
6768 {"Alpha", Type, 0},
6769 {"Alpha.Pix", Field, 0},
6770 {"Alpha.Rect", Field, 0},
6771 {"Alpha.Stride", Field, 0},
6772 {"Alpha16", Type, 0},
6773 {"Alpha16.Pix", Field, 0},
6774 {"Alpha16.Rect", Field, 0},
6775 {"Alpha16.Stride", Field, 0},
6776 {"Black", Var, 0},
6777 {"CMYK", Type, 5},
6778 {"CMYK.Pix", Field, 5},
6779 {"CMYK.Rect", Field, 5},
6780 {"CMYK.Stride", Field, 5},
6781 {"Config", Type, 0},
6782 {"Config.ColorModel", Field, 0},
6783 {"Config.Height", Field, 0},
6784 {"Config.Width", Field, 0},
6785 {"Decode", Func, 0},
6786 {"DecodeConfig", Func, 0},
6787 {"ErrFormat", Var, 0},
6788 {"Gray", Type, 0},
6789 {"Gray.Pix", Field, 0},
6790 {"Gray.Rect", Field, 0},
6791 {"Gray.Stride", Field, 0},
6792 {"Gray16", Type, 0},
6793 {"Gray16.Pix", Field, 0},
6794 {"Gray16.Rect", Field, 0},
6795 {"Gray16.Stride", Field, 0},
6796 {"Image", Type, 0},
6797 {"NRGBA", Type, 0},
6798 {"NRGBA.Pix", Field, 0},
6799 {"NRGBA.Rect", Field, 0},
6800 {"NRGBA.Stride", Field, 0},
6801 {"NRGBA64", Type, 0},
6802 {"NRGBA64.Pix", Field, 0},
6803 {"NRGBA64.Rect", Field, 0},
6804 {"NRGBA64.Stride", Field, 0},
6805 {"NYCbCrA", Type, 6},
6806 {"NYCbCrA.A", Field, 6},
6807 {"NYCbCrA.AStride", Field, 6},
6808 {"NYCbCrA.YCbCr", Field, 6},
6809 {"NewAlpha", Func, 0},
6810 {"NewAlpha16", Func, 0},
6811 {"NewCMYK", Func, 5},
6812 {"NewGray", Func, 0},
6813 {"NewGray16", Func, 0},
6814 {"NewNRGBA", Func, 0},
6815 {"NewNRGBA64", Func, 0},
6816 {"NewNYCbCrA", Func, 6},
6817 {"NewPaletted", Func, 0},
6818 {"NewRGBA", Func, 0},
6819 {"NewRGBA64", Func, 0},
6820 {"NewUniform", Func, 0},
6821 {"NewYCbCr", Func, 0},
6822 {"Opaque", Var, 0},
6823 {"Paletted", Type, 0},
6824 {"Paletted.Palette", Field, 0},
6825 {"Paletted.Pix", Field, 0},
6826 {"Paletted.Rect", Field, 0},
6827 {"Paletted.Stride", Field, 0},
6828 {"PalettedImage", Type, 0},
6829 {"Point", Type, 0},
6830 {"Point.X", Field, 0},
6831 {"Point.Y", Field, 0},
6832 {"Pt", Func, 0},
6833 {"RGBA", Type, 0},
6834 {"RGBA.Pix", Field, 0},
6835 {"RGBA.Rect", Field, 0},
6836 {"RGBA.Stride", Field, 0},
6837 {"RGBA64", Type, 0},
6838 {"RGBA64.Pix", Field, 0},
6839 {"RGBA64.Rect", Field, 0},
6840 {"RGBA64.Stride", Field, 0},
6841 {"RGBA64Image", Type, 17},
6842 {"Rect", Func, 0},
6843 {"Rectangle", Type, 0},
6844 {"Rectangle.Max", Field, 0},
6845 {"Rectangle.Min", Field, 0},
6846 {"RegisterFormat", Func, 0},
6847 {"Transparent", Var, 0},
6848 {"Uniform", Type, 0},
6849 {"Uniform.C", Field, 0},
6850 {"White", Var, 0},
6851 {"YCbCr", Type, 0},
6852 {"YCbCr.CStride", Field, 0},
6853 {"YCbCr.Cb", Field, 0},
6854 {"YCbCr.Cr", Field, 0},
6855 {"YCbCr.Rect", Field, 0},
6856 {"YCbCr.SubsampleRatio", Field, 0},
6857 {"YCbCr.Y", Field, 0},
6858 {"YCbCr.YStride", Field, 0},
6859 {"YCbCrSubsampleRatio", Type, 0},
6860 {"YCbCrSubsampleRatio410", Const, 5},
6861 {"YCbCrSubsampleRatio411", Const, 5},
6862 {"YCbCrSubsampleRatio420", Const, 0},
6863 {"YCbCrSubsampleRatio422", Const, 0},
6864 {"YCbCrSubsampleRatio440", Const, 1},
6865 {"YCbCrSubsampleRatio444", Const, 0},
6866 {"ZP", Var, 0},
6867 {"ZR", Var, 0},
6868 },
6869 "image/color": {
6870 {"(Alpha).RGBA", Method, 0},
6871 {"(Alpha16).RGBA", Method, 0},
6872 {"(CMYK).RGBA", Method, 5},
6873 {"(Gray).RGBA", Method, 0},
6874 {"(Gray16).RGBA", Method, 0},
6875 {"(NRGBA).RGBA", Method, 0},
6876 {"(NRGBA64).RGBA", Method, 0},
6877 {"(NYCbCrA).RGBA", Method, 6},
6878 {"(Palette).Convert", Method, 0},
6879 {"(Palette).Index", Method, 0},
6880 {"(RGBA).RGBA", Method, 0},
6881 {"(RGBA64).RGBA", Method, 0},
6882 {"(YCbCr).RGBA", Method, 0},
6883 {"Alpha", Type, 0},
6884 {"Alpha.A", Field, 0},
6885 {"Alpha16", Type, 0},
6886 {"Alpha16.A", Field, 0},
6887 {"Alpha16Model", Var, 0},
6888 {"AlphaModel", Var, 0},
6889 {"Black", Var, 0},
6890 {"CMYK", Type, 5},
6891 {"CMYK.C", Field, 5},
6892 {"CMYK.K", Field, 5},
6893 {"CMYK.M", Field, 5},
6894 {"CMYK.Y", Field, 5},
6895 {"CMYKModel", Var, 5},
6896 {"CMYKToRGB", Func, 5},
6897 {"Color", Type, 0},
6898 {"Gray", Type, 0},
6899 {"Gray.Y", Field, 0},
6900 {"Gray16", Type, 0},
6901 {"Gray16.Y", Field, 0},
6902 {"Gray16Model", Var, 0},
6903 {"GrayModel", Var, 0},
6904 {"Model", Type, 0},
6905 {"ModelFunc", Func, 0},
6906 {"NRGBA", Type, 0},
6907 {"NRGBA.A", Field, 0},
6908 {"NRGBA.B", Field, 0},
6909 {"NRGBA.G", Field, 0},
6910 {"NRGBA.R", Field, 0},
6911 {"NRGBA64", Type, 0},
6912 {"NRGBA64.A", Field, 0},
6913 {"NRGBA64.B", Field, 0},
6914 {"NRGBA64.G", Field, 0},
6915 {"NRGBA64.R", Field, 0},
6916 {"NRGBA64Model", Var, 0},
6917 {"NRGBAModel", Var, 0},
6918 {"NYCbCrA", Type, 6},
6919 {"NYCbCrA.A", Field, 6},
6920 {"NYCbCrA.YCbCr", Field, 6},
6921 {"NYCbCrAModel", Var, 6},
6922 {"Opaque", Var, 0},
6923 {"Palette", Type, 0},
6924 {"RGBA", Type, 0},
6925 {"RGBA.A", Field, 0},
6926 {"RGBA.B", Field, 0},
6927 {"RGBA.G", Field, 0},
6928 {"RGBA.R", Field, 0},
6929 {"RGBA64", Type, 0},
6930 {"RGBA64.A", Field, 0},
6931 {"RGBA64.B", Field, 0},
6932 {"RGBA64.G", Field, 0},
6933 {"RGBA64.R", Field, 0},
6934 {"RGBA64Model", Var, 0},
6935 {"RGBAModel", Var, 0},
6936 {"RGBToCMYK", Func, 5},
6937 {"RGBToYCbCr", Func, 0},
6938 {"Transparent", Var, 0},
6939 {"White", Var, 0},
6940 {"YCbCr", Type, 0},
6941 {"YCbCr.Cb", Field, 0},
6942 {"YCbCr.Cr", Field, 0},
6943 {"YCbCr.Y", Field, 0},
6944 {"YCbCrModel", Var, 0},
6945 {"YCbCrToRGB", Func, 0},
6946 },
6947 "image/color/palette": {
6948 {"Plan9", Var, 2},
6949 {"WebSafe", Var, 2},
6950 },
6951 "image/draw": {
6952 {"(Op).Draw", Method, 2},
6953 {"Draw", Func, 0},
6954 {"DrawMask", Func, 0},
6955 {"Drawer", Type, 2},
6956 {"FloydSteinberg", Var, 2},
6957 {"Image", Type, 0},
6958 {"Op", Type, 0},
6959 {"Over", Const, 0},
6960 {"Quantizer", Type, 2},
6961 {"RGBA64Image", Type, 17},
6962 {"Src", Const, 0},
6963 },
6964 "image/gif": {
6965 {"Decode", Func, 0},
6966 {"DecodeAll", Func, 0},
6967 {"DecodeConfig", Func, 0},
6968 {"DisposalBackground", Const, 5},
6969 {"DisposalNone", Const, 5},
6970 {"DisposalPrevious", Const, 5},
6971 {"Encode", Func, 2},
6972 {"EncodeAll", Func, 2},
6973 {"GIF", Type, 0},
6974 {"GIF.BackgroundIndex", Field, 5},
6975 {"GIF.Config", Field, 5},
6976 {"GIF.Delay", Field, 0},
6977 {"GIF.Disposal", Field, 5},
6978 {"GIF.Image", Field, 0},
6979 {"GIF.LoopCount", Field, 0},
6980 {"Options", Type, 2},
6981 {"Options.Drawer", Field, 2},
6982 {"Options.NumColors", Field, 2},
6983 {"Options.Quantizer", Field, 2},
6984 },
6985 "image/jpeg": {
6986 {"(FormatError).Error", Method, 0},
6987 {"(UnsupportedError).Error", Method, 0},
6988 {"Decode", Func, 0},
6989 {"DecodeConfig", Func, 0},
6990 {"DefaultQuality", Const, 0},
6991 {"Encode", Func, 0},
6992 {"FormatError", Type, 0},
6993 {"Options", Type, 0},
6994 {"Options.Quality", Field, 0},
6995 {"Reader", Type, 0},
6996 {"UnsupportedError", Type, 0},
6997 },
6998 "image/png": {
6999 {"(*Encoder).Encode", Method, 4},
7000 {"(FormatError).Error", Method, 0},
7001 {"(UnsupportedError).Error", Method, 0},
7002 {"BestCompression", Const, 4},
7003 {"BestSpeed", Const, 4},
7004 {"CompressionLevel", Type, 4},
7005 {"Decode", Func, 0},
7006 {"DecodeConfig", Func, 0},
7007 {"DefaultCompression", Const, 4},
7008 {"Encode", Func, 0},
7009 {"Encoder", Type, 4},
7010 {"Encoder.BufferPool", Field, 9},
7011 {"Encoder.CompressionLevel", Field, 4},
7012 {"EncoderBuffer", Type, 9},
7013 {"EncoderBufferPool", Type, 9},
7014 {"FormatError", Type, 0},
7015 {"NoCompression", Const, 4},
7016 {"UnsupportedError", Type, 0},
7017 },
7018 "index/suffixarray": {
7019 {"(*Index).Bytes", Method, 0},
7020 {"(*Index).FindAllIndex", Method, 0},
7021 {"(*Index).Lookup", Method, 0},
7022 {"(*Index).Read", Method, 0},
7023 {"(*Index).Write", Method, 0},
7024 {"Index", Type, 0},
7025 {"New", Func, 0},
7026 },
7027 "io": {
7028 {"(*LimitedReader).Read", Method, 0},
7029 {"(*OffsetWriter).Seek", Method, 20},
7030 {"(*OffsetWriter).Write", Method, 20},
7031 {"(*OffsetWriter).WriteAt", Method, 20},
7032 {"(*PipeReader).Close", Method, 0},
7033 {"(*PipeReader).CloseWithError", Method, 0},
7034 {"(*PipeReader).Read", Method, 0},
7035 {"(*PipeWriter).Close", Method, 0},
7036 {"(*PipeWriter).CloseWithError", Method, 0},
7037 {"(*PipeWriter).Write", Method, 0},
7038 {"(*SectionReader).Outer", Method, 22},
7039 {"(*SectionReader).Read", Method, 0},
7040 {"(*SectionReader).ReadAt", Method, 0},
7041 {"(*SectionReader).Seek", Method, 0},
7042 {"(*SectionReader).Size", Method, 0},
7043 {"ByteReader", Type, 0},
7044 {"ByteScanner", Type, 0},
7045 {"ByteWriter", Type, 1},
7046 {"Closer", Type, 0},
7047 {"Copy", Func, 0},
7048 {"CopyBuffer", Func, 5},
7049 {"CopyN", Func, 0},
7050 {"Discard", Var, 16},
7051 {"EOF", Var, 0},
7052 {"ErrClosedPipe", Var, 0},
7053 {"ErrNoProgress", Var, 1},
7054 {"ErrShortBuffer", Var, 0},
7055 {"ErrShortWrite", Var, 0},
7056 {"ErrUnexpectedEOF", Var, 0},
7057 {"LimitReader", Func, 0},
7058 {"LimitedReader", Type, 0},
7059 {"LimitedReader.N", Field, 0},
7060 {"LimitedReader.R", Field, 0},
7061 {"MultiReader", Func, 0},
7062 {"MultiWriter", Func, 0},
7063 {"NewOffsetWriter", Func, 20},
7064 {"NewSectionReader", Func, 0},
7065 {"NopCloser", Func, 16},
7066 {"OffsetWriter", Type, 20},
7067 {"Pipe", Func, 0},
7068 {"PipeReader", Type, 0},
7069 {"PipeWriter", Type, 0},
7070 {"ReadAll", Func, 16},
7071 {"ReadAtLeast", Func, 0},
7072 {"ReadCloser", Type, 0},
7073 {"ReadFull", Func, 0},
7074 {"ReadSeekCloser", Type, 16},
7075 {"ReadSeeker", Type, 0},
7076 {"ReadWriteCloser", Type, 0},
7077 {"ReadWriteSeeker", Type, 0},
7078 {"ReadWriter", Type, 0},
7079 {"Reader", Type, 0},
7080 {"ReaderAt", Type, 0},
7081 {"ReaderFrom", Type, 0},
7082 {"RuneReader", Type, 0},
7083 {"RuneScanner", Type, 0},
7084 {"SectionReader", Type, 0},
7085 {"SeekCurrent", Const, 7},
7086 {"SeekEnd", Const, 7},
7087 {"SeekStart", Const, 7},
7088 {"Seeker", Type, 0},
7089 {"StringWriter", Type, 12},
7090 {"TeeReader", Func, 0},
7091 {"WriteCloser", Type, 0},
7092 {"WriteSeeker", Type, 0},
7093 {"WriteString", Func, 0},
7094 {"Writer", Type, 0},
7095 {"WriterAt", Type, 0},
7096 {"WriterTo", Type, 0},
7097 },
7098 "io/fs": {
7099 {"(*PathError).Error", Method, 16},
7100 {"(*PathError).Timeout", Method, 16},
7101 {"(*PathError).Unwrap", Method, 16},
7102 {"(FileMode).IsDir", Method, 16},
7103 {"(FileMode).IsRegular", Method, 16},
7104 {"(FileMode).Perm", Method, 16},
7105 {"(FileMode).String", Method, 16},
7106 {"(FileMode).Type", Method, 16},
7107 {"DirEntry", Type, 16},
7108 {"ErrClosed", Var, 16},
7109 {"ErrExist", Var, 16},
7110 {"ErrInvalid", Var, 16},
7111 {"ErrNotExist", Var, 16},
7112 {"ErrPermission", Var, 16},
7113 {"FS", Type, 16},
7114 {"File", Type, 16},
7115 {"FileInfo", Type, 16},
7116 {"FileInfoToDirEntry", Func, 17},
7117 {"FileMode", Type, 16},
7118 {"FormatDirEntry", Func, 21},
7119 {"FormatFileInfo", Func, 21},
7120 {"Glob", Func, 16},
7121 {"GlobFS", Type, 16},
7122 {"Lstat", Func, 25},
7123 {"ModeAppend", Const, 16},
7124 {"ModeCharDevice", Const, 16},
7125 {"ModeDevice", Const, 16},
7126 {"ModeDir", Const, 16},
7127 {"ModeExclusive", Const, 16},
7128 {"ModeIrregular", Const, 16},
7129 {"ModeNamedPipe", Const, 16},
7130 {"ModePerm", Const, 16},
7131 {"ModeSetgid", Const, 16},
7132 {"ModeSetuid", Const, 16},
7133 {"ModeSocket", Const, 16},
7134 {"ModeSticky", Const, 16},
7135 {"ModeSymlink", Const, 16},
7136 {"ModeTemporary", Const, 16},
7137 {"ModeType", Const, 16},
7138 {"PathError", Type, 16},
7139 {"PathError.Err", Field, 16},
7140 {"PathError.Op", Field, 16},
7141 {"PathError.Path", Field, 16},
7142 {"ReadDir", Func, 16},
7143 {"ReadDirFS", Type, 16},
7144 {"ReadDirFile", Type, 16},
7145 {"ReadFile", Func, 16},
7146 {"ReadFileFS", Type, 16},
7147 {"ReadLink", Func, 25},
7148 {"ReadLinkFS", Type, 25},
7149 {"SkipAll", Var, 20},
7150 {"SkipDir", Var, 16},
7151 {"Stat", Func, 16},
7152 {"StatFS", Type, 16},
7153 {"Sub", Func, 16},
7154 {"SubFS", Type, 16},
7155 {"ValidPath", Func, 16},
7156 {"WalkDir", Func, 16},
7157 {"WalkDirFunc", Type, 16},
7158 },
7159 "io/ioutil": {
7160 {"Discard", Var, 0},
7161 {"NopCloser", Func, 0},
7162 {"ReadAll", Func, 0},
7163 {"ReadDir", Func, 0},
7164 {"ReadFile", Func, 0},
7165 {"TempDir", Func, 0},
7166 {"TempFile", Func, 0},
7167 {"WriteFile", Func, 0},
7168 },
7169 "iter": {
7170 {"Pull", Func, 23},
7171 {"Pull2", Func, 23},
7172 {"Seq", Type, 23},
7173 {"Seq2", Type, 23},
7174 },
7175 "log": {
7176 {"(*Logger).Fatal", Method, 0},
7177 {"(*Logger).Fatalf", Method, 0},
7178 {"(*Logger).Fatalln", Method, 0},
7179 {"(*Logger).Flags", Method, 0},
7180 {"(*Logger).Output", Method, 0},
7181 {"(*Logger).Panic", Method, 0},
7182 {"(*Logger).Panicf", Method, 0},
7183 {"(*Logger).Panicln", Method, 0},
7184 {"(*Logger).Prefix", Method, 0},
7185 {"(*Logger).Print", Method, 0},
7186 {"(*Logger).Printf", Method, 0},
7187 {"(*Logger).Println", Method, 0},
7188 {"(*Logger).SetFlags", Method, 0},
7189 {"(*Logger).SetOutput", Method, 5},
7190 {"(*Logger).SetPrefix", Method, 0},
7191 {"(*Logger).Writer", Method, 12},
7192 {"Default", Func, 16},
7193 {"Fatal", Func, 0},
7194 {"Fatalf", Func, 0},
7195 {"Fatalln", Func, 0},
7196 {"Flags", Func, 0},
7197 {"LUTC", Const, 5},
7198 {"Ldate", Const, 0},
7199 {"Llongfile", Const, 0},
7200 {"Lmicroseconds", Const, 0},
7201 {"Lmsgprefix", Const, 14},
7202 {"Logger", Type, 0},
7203 {"Lshortfile", Const, 0},
7204 {"LstdFlags", Const, 0},
7205 {"Ltime", Const, 0},
7206 {"New", Func, 0},
7207 {"Output", Func, 5},
7208 {"Panic", Func, 0},
7209 {"Panicf", Func, 0},
7210 {"Panicln", Func, 0},
7211 {"Prefix", Func, 0},
7212 {"Print", Func, 0},
7213 {"Printf", Func, 0},
7214 {"Println", Func, 0},
7215 {"SetFlags", Func, 0},
7216 {"SetOutput", Func, 0},
7217 {"SetPrefix", Func, 0},
7218 {"Writer", Func, 13},
7219 },
7220 "log/slog": {
7221 {"(*JSONHandler).Enabled", Method, 21},
7222 {"(*JSONHandler).Handle", Method, 21},
7223 {"(*JSONHandler).WithAttrs", Method, 21},
7224 {"(*JSONHandler).WithGroup", Method, 21},
7225 {"(*Level).UnmarshalJSON", Method, 21},
7226 {"(*Level).UnmarshalText", Method, 21},
7227 {"(*LevelVar).AppendText", Method, 24},
7228 {"(*LevelVar).Level", Method, 21},
7229 {"(*LevelVar).MarshalText", Method, 21},
7230 {"(*LevelVar).Set", Method, 21},
7231 {"(*LevelVar).String", Method, 21},
7232 {"(*LevelVar).UnmarshalText", Method, 21},
7233 {"(*Logger).Debug", Method, 21},
7234 {"(*Logger).DebugContext", Method, 21},
7235 {"(*Logger).Enabled", Method, 21},
7236 {"(*Logger).Error", Method, 21},
7237 {"(*Logger).ErrorContext", Method, 21},
7238 {"(*Logger).Handler", Method, 21},
7239 {"(*Logger).Info", Method, 21},
7240 {"(*Logger).InfoContext", Method, 21},
7241 {"(*Logger).Log", Method, 21},
7242 {"(*Logger).LogAttrs", Method, 21},
7243 {"(*Logger).Warn", Method, 21},
7244 {"(*Logger).WarnContext", Method, 21},
7245 {"(*Logger).With", Method, 21},
7246 {"(*Logger).WithGroup", Method, 21},
7247 {"(*Record).Add", Method, 21},
7248 {"(*Record).AddAttrs", Method, 21},
7249 {"(*TextHandler).Enabled", Method, 21},
7250 {"(*TextHandler).Handle", Method, 21},
7251 {"(*TextHandler).WithAttrs", Method, 21},
7252 {"(*TextHandler).WithGroup", Method, 21},
7253 {"(Attr).Equal", Method, 21},
7254 {"(Attr).String", Method, 21},
7255 {"(Kind).String", Method, 21},
7256 {"(Level).AppendText", Method, 24},
7257 {"(Level).Level", Method, 21},
7258 {"(Level).MarshalJSON", Method, 21},
7259 {"(Level).MarshalText", Method, 21},
7260 {"(Level).String", Method, 21},
7261 {"(Record).Attrs", Method, 21},
7262 {"(Record).Clone", Method, 21},
7263 {"(Record).NumAttrs", Method, 21},
7264 {"(Value).Any", Method, 21},
7265 {"(Value).Bool", Method, 21},
7266 {"(Value).Duration", Method, 21},
7267 {"(Value).Equal", Method, 21},
7268 {"(Value).Float64", Method, 21},
7269 {"(Value).Group", Method, 21},
7270 {"(Value).Int64", Method, 21},
7271 {"(Value).Kind", Method, 21},
7272 {"(Value).LogValuer", Method, 21},
7273 {"(Value).Resolve", Method, 21},
7274 {"(Value).String", Method, 21},
7275 {"(Value).Time", Method, 21},
7276 {"(Value).Uint64", Method, 21},
7277 {"Any", Func, 21},
7278 {"AnyValue", Func, 21},
7279 {"Attr", Type, 21},
7280 {"Attr.Key", Field, 21},
7281 {"Attr.Value", Field, 21},
7282 {"Bool", Func, 21},
7283 {"BoolValue", Func, 21},
7284 {"Debug", Func, 21},
7285 {"DebugContext", Func, 21},
7286 {"Default", Func, 21},
7287 {"DiscardHandler", Var, 24},
7288 {"Duration", Func, 21},
7289 {"DurationValue", Func, 21},
7290 {"Error", Func, 21},
7291 {"ErrorContext", Func, 21},
7292 {"Float64", Func, 21},
7293 {"Float64Value", Func, 21},
7294 {"Group", Func, 21},
7295 {"GroupValue", Func, 21},
7296 {"Handler", Type, 21},
7297 {"HandlerOptions", Type, 21},
7298 {"HandlerOptions.AddSource", Field, 21},
7299 {"HandlerOptions.Level", Field, 21},
7300 {"HandlerOptions.ReplaceAttr", Field, 21},
7301 {"Info", Func, 21},
7302 {"InfoContext", Func, 21},
7303 {"Int", Func, 21},
7304 {"Int64", Func, 21},
7305 {"Int64Value", Func, 21},
7306 {"IntValue", Func, 21},
7307 {"JSONHandler", Type, 21},
7308 {"Kind", Type, 21},
7309 {"KindAny", Const, 21},
7310 {"KindBool", Const, 21},
7311 {"KindDuration", Const, 21},
7312 {"KindFloat64", Const, 21},
7313 {"KindGroup", Const, 21},
7314 {"KindInt64", Const, 21},
7315 {"KindLogValuer", Const, 21},
7316 {"KindString", Const, 21},
7317 {"KindTime", Const, 21},
7318 {"KindUint64", Const, 21},
7319 {"Level", Type, 21},
7320 {"LevelDebug", Const, 21},
7321 {"LevelError", Const, 21},
7322 {"LevelInfo", Const, 21},
7323 {"LevelKey", Const, 21},
7324 {"LevelVar", Type, 21},
7325 {"LevelWarn", Const, 21},
7326 {"Leveler", Type, 21},
7327 {"Log", Func, 21},
7328 {"LogAttrs", Func, 21},
7329 {"LogValuer", Type, 21},
7330 {"Logger", Type, 21},
7331 {"MessageKey", Const, 21},
7332 {"New", Func, 21},
7333 {"NewJSONHandler", Func, 21},
7334 {"NewLogLogger", Func, 21},
7335 {"NewRecord", Func, 21},
7336 {"NewTextHandler", Func, 21},
7337 {"Record", Type, 21},
7338 {"Record.Level", Field, 21},
7339 {"Record.Message", Field, 21},
7340 {"Record.PC", Field, 21},
7341 {"Record.Time", Field, 21},
7342 {"SetDefault", Func, 21},
7343 {"SetLogLoggerLevel", Func, 22},
7344 {"Source", Type, 21},
7345 {"Source.File", Field, 21},
7346 {"Source.Function", Field, 21},
7347 {"Source.Line", Field, 21},
7348 {"SourceKey", Const, 21},
7349 {"String", Func, 21},
7350 {"StringValue", Func, 21},
7351 {"TextHandler", Type, 21},
7352 {"Time", Func, 21},
7353 {"TimeKey", Const, 21},
7354 {"TimeValue", Func, 21},
7355 {"Uint64", Func, 21},
7356 {"Uint64Value", Func, 21},
7357 {"Value", Type, 21},
7358 {"Warn", Func, 21},
7359 {"WarnContext", Func, 21},
7360 {"With", Func, 21},
7361 },
7362 "log/syslog": {
7363 {"(*Writer).Alert", Method, 0},
7364 {"(*Writer).Close", Method, 0},
7365 {"(*Writer).Crit", Method, 0},
7366 {"(*Writer).Debug", Method, 0},
7367 {"(*Writer).Emerg", Method, 0},
7368 {"(*Writer).Err", Method, 0},
7369 {"(*Writer).Info", Method, 0},
7370 {"(*Writer).Notice", Method, 0},
7371 {"(*Writer).Warning", Method, 0},
7372 {"(*Writer).Write", Method, 0},
7373 {"Dial", Func, 0},
7374 {"LOG_ALERT", Const, 0},
7375 {"LOG_AUTH", Const, 1},
7376 {"LOG_AUTHPRIV", Const, 1},
7377 {"LOG_CRIT", Const, 0},
7378 {"LOG_CRON", Const, 1},
7379 {"LOG_DAEMON", Const, 1},
7380 {"LOG_DEBUG", Const, 0},
7381 {"LOG_EMERG", Const, 0},
7382 {"LOG_ERR", Const, 0},
7383 {"LOG_FTP", Const, 1},
7384 {"LOG_INFO", Const, 0},
7385 {"LOG_KERN", Const, 1},
7386 {"LOG_LOCAL0", Const, 1},
7387 {"LOG_LOCAL1", Const, 1},
7388 {"LOG_LOCAL2", Const, 1},
7389 {"LOG_LOCAL3", Const, 1},
7390 {"LOG_LOCAL4", Const, 1},
7391 {"LOG_LOCAL5", Const, 1},
7392 {"LOG_LOCAL6", Const, 1},
7393 {"LOG_LOCAL7", Const, 1},
7394 {"LOG_LPR", Const, 1},
7395 {"LOG_MAIL", Const, 1},
7396 {"LOG_NEWS", Const, 1},
7397 {"LOG_NOTICE", Const, 0},
7398 {"LOG_SYSLOG", Const, 1},
7399 {"LOG_USER", Const, 1},
7400 {"LOG_UUCP", Const, 1},
7401 {"LOG_WARNING", Const, 0},
7402 {"New", Func, 0},
7403 {"NewLogger", Func, 0},
7404 {"Priority", Type, 0},
7405 {"Writer", Type, 0},
7406 },
7407 "maps": {
7408 {"All", Func, 23},
7409 {"Clone", Func, 21},
7410 {"Collect", Func, 23},
7411 {"Copy", Func, 21},
7412 {"DeleteFunc", Func, 21},
7413 {"Equal", Func, 21},
7414 {"EqualFunc", Func, 21},
7415 {"Insert", Func, 23},
7416 {"Keys", Func, 23},
7417 {"Values", Func, 23},
7418 },
7419 "math": {
7420 {"Abs", Func, 0},
7421 {"Acos", Func, 0},
7422 {"Acosh", Func, 0},
7423 {"Asin", Func, 0},
7424 {"Asinh", Func, 0},
7425 {"Atan", Func, 0},
7426 {"Atan2", Func, 0},
7427 {"Atanh", Func, 0},
7428 {"Cbrt", Func, 0},
7429 {"Ceil", Func, 0},
7430 {"Copysign", Func, 0},
7431 {"Cos", Func, 0},
7432 {"Cosh", Func, 0},
7433 {"Dim", Func, 0},
7434 {"E", Const, 0},
7435 {"Erf", Func, 0},
7436 {"Erfc", Func, 0},
7437 {"Erfcinv", Func, 10},
7438 {"Erfinv", Func, 10},
7439 {"Exp", Func, 0},
7440 {"Exp2", Func, 0},
7441 {"Expm1", Func, 0},
7442 {"FMA", Func, 14},
7443 {"Float32bits", Func, 0},
7444 {"Float32frombits", Func, 0},
7445 {"Float64bits", Func, 0},
7446 {"Float64frombits", Func, 0},
7447 {"Floor", Func, 0},
7448 {"Frexp", Func, 0},
7449 {"Gamma", Func, 0},
7450 {"Hypot", Func, 0},
7451 {"Ilogb", Func, 0},
7452 {"Inf", Func, 0},
7453 {"IsInf", Func, 0},
7454 {"IsNaN", Func, 0},
7455 {"J0", Func, 0},
7456 {"J1", Func, 0},
7457 {"Jn", Func, 0},
7458 {"Ldexp", Func, 0},
7459 {"Lgamma", Func, 0},
7460 {"Ln10", Const, 0},
7461 {"Ln2", Const, 0},
7462 {"Log", Func, 0},
7463 {"Log10", Func, 0},
7464 {"Log10E", Const, 0},
7465 {"Log1p", Func, 0},
7466 {"Log2", Func, 0},
7467 {"Log2E", Const, 0},
7468 {"Logb", Func, 0},
7469 {"Max", Func, 0},
7470 {"MaxFloat32", Const, 0},
7471 {"MaxFloat64", Const, 0},
7472 {"MaxInt", Const, 17},
7473 {"MaxInt16", Const, 0},
7474 {"MaxInt32", Const, 0},
7475 {"MaxInt64", Const, 0},
7476 {"MaxInt8", Const, 0},
7477 {"MaxUint", Const, 17},
7478 {"MaxUint16", Const, 0},
7479 {"MaxUint32", Const, 0},
7480 {"MaxUint64", Const, 0},
7481 {"MaxUint8", Const, 0},
7482 {"Min", Func, 0},
7483 {"MinInt", Const, 17},
7484 {"MinInt16", Const, 0},
7485 {"MinInt32", Const, 0},
7486 {"MinInt64", Const, 0},
7487 {"MinInt8", Const, 0},
7488 {"Mod", Func, 0},
7489 {"Modf", Func, 0},
7490 {"NaN", Func, 0},
7491 {"Nextafter", Func, 0},
7492 {"Nextafter32", Func, 4},
7493 {"Phi", Const, 0},
7494 {"Pi", Const, 0},
7495 {"Pow", Func, 0},
7496 {"Pow10", Func, 0},
7497 {"Remainder", Func, 0},
7498 {"Round", Func, 10},
7499 {"RoundToEven", Func, 10},
7500 {"Signbit", Func, 0},
7501 {"Sin", Func, 0},
7502 {"Sincos", Func, 0},
7503 {"Sinh", Func, 0},
7504 {"SmallestNonzeroFloat32", Const, 0},
7505 {"SmallestNonzeroFloat64", Const, 0},
7506 {"Sqrt", Func, 0},
7507 {"Sqrt2", Const, 0},
7508 {"SqrtE", Const, 0},
7509 {"SqrtPhi", Const, 0},
7510 {"SqrtPi", Const, 0},
7511 {"Tan", Func, 0},
7512 {"Tanh", Func, 0},
7513 {"Trunc", Func, 0},
7514 {"Y0", Func, 0},
7515 {"Y1", Func, 0},
7516 {"Yn", Func, 0},
7517 },
7518 "math/big": {
7519 {"(*Float).Abs", Method, 5},
7520 {"(*Float).Acc", Method, 5},
7521 {"(*Float).Add", Method, 5},
7522 {"(*Float).Append", Method, 5},
7523 {"(*Float).AppendText", Method, 24},
7524 {"(*Float).Cmp", Method, 5},
7525 {"(*Float).Copy", Method, 5},
7526 {"(*Float).Float32", Method, 5},
7527 {"(*Float).Float64", Method, 5},
7528 {"(*Float).Format", Method, 5},
7529 {"(*Float).GobDecode", Method, 7},
7530 {"(*Float).GobEncode", Method, 7},
7531 {"(*Float).Int", Method, 5},
7532 {"(*Float).Int64", Method, 5},
7533 {"(*Float).IsInf", Method, 5},
7534 {"(*Float).IsInt", Method, 5},
7535 {"(*Float).MantExp", Method, 5},
7536 {"(*Float).MarshalText", Method, 6},
7537 {"(*Float).MinPrec", Method, 5},
7538 {"(*Float).Mode", Method, 5},
7539 {"(*Float).Mul", Method, 5},
7540 {"(*Float).Neg", Method, 5},
7541 {"(*Float).Parse", Method, 5},
7542 {"(*Float).Prec", Method, 5},
7543 {"(*Float).Quo", Method, 5},
7544 {"(*Float).Rat", Method, 5},
7545 {"(*Float).Scan", Method, 8},
7546 {"(*Float).Set", Method, 5},
7547 {"(*Float).SetFloat64", Method, 5},
7548 {"(*Float).SetInf", Method, 5},
7549 {"(*Float).SetInt", Method, 5},
7550 {"(*Float).SetInt64", Method, 5},
7551 {"(*Float).SetMantExp", Method, 5},
7552 {"(*Float).SetMode", Method, 5},
7553 {"(*Float).SetPrec", Method, 5},
7554 {"(*Float).SetRat", Method, 5},
7555 {"(*Float).SetString", Method, 5},
7556 {"(*Float).SetUint64", Method, 5},
7557 {"(*Float).Sign", Method, 5},
7558 {"(*Float).Signbit", Method, 5},
7559 {"(*Float).Sqrt", Method, 10},
7560 {"(*Float).String", Method, 5},
7561 {"(*Float).Sub", Method, 5},
7562 {"(*Float).Text", Method, 5},
7563 {"(*Float).Uint64", Method, 5},
7564 {"(*Float).UnmarshalText", Method, 6},
7565 {"(*Int).Abs", Method, 0},
7566 {"(*Int).Add", Method, 0},
7567 {"(*Int).And", Method, 0},
7568 {"(*Int).AndNot", Method, 0},
7569 {"(*Int).Append", Method, 6},
7570 {"(*Int).AppendText", Method, 24},
7571 {"(*Int).Binomial", Method, 0},
7572 {"(*Int).Bit", Method, 0},
7573 {"(*Int).BitLen", Method, 0},
7574 {"(*Int).Bits", Method, 0},
7575 {"(*Int).Bytes", Method, 0},
7576 {"(*Int).Cmp", Method, 0},
7577 {"(*Int).CmpAbs", Method, 10},
7578 {"(*Int).Div", Method, 0},
7579 {"(*Int).DivMod", Method, 0},
7580 {"(*Int).Exp", Method, 0},
7581 {"(*Int).FillBytes", Method, 15},
7582 {"(*Int).Float64", Method, 21},
7583 {"(*Int).Format", Method, 0},
7584 {"(*Int).GCD", Method, 0},
7585 {"(*Int).GobDecode", Method, 0},
7586 {"(*Int).GobEncode", Method, 0},
7587 {"(*Int).Int64", Method, 0},
7588 {"(*Int).IsInt64", Method, 9},
7589 {"(*Int).IsUint64", Method, 9},
7590 {"(*Int).Lsh", Method, 0},
7591 {"(*Int).MarshalJSON", Method, 1},
7592 {"(*Int).MarshalText", Method, 3},
7593 {"(*Int).Mod", Method, 0},
7594 {"(*Int).ModInverse", Method, 0},
7595 {"(*Int).ModSqrt", Method, 5},
7596 {"(*Int).Mul", Method, 0},
7597 {"(*Int).MulRange", Method, 0},
7598 {"(*Int).Neg", Method, 0},
7599 {"(*Int).Not", Method, 0},
7600 {"(*Int).Or", Method, 0},
7601 {"(*Int).ProbablyPrime", Method, 0},
7602 {"(*Int).Quo", Method, 0},
7603 {"(*Int).QuoRem", Method, 0},
7604 {"(*Int).Rand", Method, 0},
7605 {"(*Int).Rem", Method, 0},
7606 {"(*Int).Rsh", Method, 0},
7607 {"(*Int).Scan", Method, 0},
7608 {"(*Int).Set", Method, 0},
7609 {"(*Int).SetBit", Method, 0},
7610 {"(*Int).SetBits", Method, 0},
7611 {"(*Int).SetBytes", Method, 0},
7612 {"(*Int).SetInt64", Method, 0},
7613 {"(*Int).SetString", Method, 0},
7614 {"(*Int).SetUint64", Method, 1},
7615 {"(*Int).Sign", Method, 0},
7616 {"(*Int).Sqrt", Method, 8},
7617 {"(*Int).String", Method, 0},
7618 {"(*Int).Sub", Method, 0},
7619 {"(*Int).Text", Method, 6},
7620 {"(*Int).TrailingZeroBits", Method, 13},
7621 {"(*Int).Uint64", Method, 1},
7622 {"(*Int).UnmarshalJSON", Method, 1},
7623 {"(*Int).UnmarshalText", Method, 3},
7624 {"(*Int).Xor", Method, 0},
7625 {"(*Rat).Abs", Method, 0},
7626 {"(*Rat).Add", Method, 0},
7627 {"(*Rat).AppendText", Method, 24},
7628 {"(*Rat).Cmp", Method, 0},
7629 {"(*Rat).Denom", Method, 0},
7630 {"(*Rat).Float32", Method, 4},
7631 {"(*Rat).Float64", Method, 1},
7632 {"(*Rat).FloatPrec", Method, 22},
7633 {"(*Rat).FloatString", Method, 0},
7634 {"(*Rat).GobDecode", Method, 0},
7635 {"(*Rat).GobEncode", Method, 0},
7636 {"(*Rat).Inv", Method, 0},
7637 {"(*Rat).IsInt", Method, 0},
7638 {"(*Rat).MarshalText", Method, 3},
7639 {"(*Rat).Mul", Method, 0},
7640 {"(*Rat).Neg", Method, 0},
7641 {"(*Rat).Num", Method, 0},
7642 {"(*Rat).Quo", Method, 0},
7643 {"(*Rat).RatString", Method, 0},
7644 {"(*Rat).Scan", Method, 0},
7645 {"(*Rat).Set", Method, 0},
7646 {"(*Rat).SetFloat64", Method, 1},
7647 {"(*Rat).SetFrac", Method, 0},
7648 {"(*Rat).SetFrac64", Method, 0},
7649 {"(*Rat).SetInt", Method, 0},
7650 {"(*Rat).SetInt64", Method, 0},
7651 {"(*Rat).SetString", Method, 0},
7652 {"(*Rat).SetUint64", Method, 13},
7653 {"(*Rat).Sign", Method, 0},
7654 {"(*Rat).String", Method, 0},
7655 {"(*Rat).Sub", Method, 0},
7656 {"(*Rat).UnmarshalText", Method, 3},
7657 {"(Accuracy).String", Method, 5},
7658 {"(ErrNaN).Error", Method, 5},
7659 {"(RoundingMode).String", Method, 5},
7660 {"Above", Const, 5},
7661 {"Accuracy", Type, 5},
7662 {"AwayFromZero", Const, 5},
7663 {"Below", Const, 5},
7664 {"ErrNaN", Type, 5},
7665 {"Exact", Const, 5},
7666 {"Float", Type, 5},
7667 {"Int", Type, 0},
7668 {"Jacobi", Func, 5},
7669 {"MaxBase", Const, 0},
7670 {"MaxExp", Const, 5},
7671 {"MaxPrec", Const, 5},
7672 {"MinExp", Const, 5},
7673 {"NewFloat", Func, 5},
7674 {"NewInt", Func, 0},
7675 {"NewRat", Func, 0},
7676 {"ParseFloat", Func, 5},
7677 {"Rat", Type, 0},
7678 {"RoundingMode", Type, 5},
7679 {"ToNearestAway", Const, 5},
7680 {"ToNearestEven", Const, 5},
7681 {"ToNegativeInf", Const, 5},
7682 {"ToPositiveInf", Const, 5},
7683 {"ToZero", Const, 5},
7684 {"Word", Type, 0},
7685 },
7686 "math/bits": {
7687 {"Add", Func, 12},
7688 {"Add32", Func, 12},
7689 {"Add64", Func, 12},
7690 {"Div", Func, 12},
7691 {"Div32", Func, 12},
7692 {"Div64", Func, 12},
7693 {"LeadingZeros", Func, 9},
7694 {"LeadingZeros16", Func, 9},
7695 {"LeadingZeros32", Func, 9},
7696 {"LeadingZeros64", Func, 9},
7697 {"LeadingZeros8", Func, 9},
7698 {"Len", Func, 9},
7699 {"Len16", Func, 9},
7700 {"Len32", Func, 9},
7701 {"Len64", Func, 9},
7702 {"Len8", Func, 9},
7703 {"Mul", Func, 12},
7704 {"Mul32", Func, 12},
7705 {"Mul64", Func, 12},
7706 {"OnesCount", Func, 9},
7707 {"OnesCount16", Func, 9},
7708 {"OnesCount32", Func, 9},
7709 {"OnesCount64", Func, 9},
7710 {"OnesCount8", Func, 9},
7711 {"Rem", Func, 14},
7712 {"Rem32", Func, 14},
7713 {"Rem64", Func, 14},
7714 {"Reverse", Func, 9},
7715 {"Reverse16", Func, 9},
7716 {"Reverse32", Func, 9},
7717 {"Reverse64", Func, 9},
7718 {"Reverse8", Func, 9},
7719 {"ReverseBytes", Func, 9},
7720 {"ReverseBytes16", Func, 9},
7721 {"ReverseBytes32", Func, 9},
7722 {"ReverseBytes64", Func, 9},
7723 {"RotateLeft", Func, 9},
7724 {"RotateLeft16", Func, 9},
7725 {"RotateLeft32", Func, 9},
7726 {"RotateLeft64", Func, 9},
7727 {"RotateLeft8", Func, 9},
7728 {"Sub", Func, 12},
7729 {"Sub32", Func, 12},
7730 {"Sub64", Func, 12},
7731 {"TrailingZeros", Func, 9},
7732 {"TrailingZeros16", Func, 9},
7733 {"TrailingZeros32", Func, 9},
7734 {"TrailingZeros64", Func, 9},
7735 {"TrailingZeros8", Func, 9},
7736 {"UintSize", Const, 9},
7737 },
7738 "math/cmplx": {
7739 {"Abs", Func, 0},
7740 {"Acos", Func, 0},
7741 {"Acosh", Func, 0},
7742 {"Asin", Func, 0},
7743 {"Asinh", Func, 0},
7744 {"Atan", Func, 0},
7745 {"Atanh", Func, 0},
7746 {"Conj", Func, 0},
7747 {"Cos", Func, 0},
7748 {"Cosh", Func, 0},
7749 {"Cot", Func, 0},
7750 {"Exp", Func, 0},
7751 {"Inf", Func, 0},
7752 {"IsInf", Func, 0},
7753 {"IsNaN", Func, 0},
7754 {"Log", Func, 0},
7755 {"Log10", Func, 0},
7756 {"NaN", Func, 0},
7757 {"Phase", Func, 0},
7758 {"Polar", Func, 0},
7759 {"Pow", Func, 0},
7760 {"Rect", Func, 0},
7761 {"Sin", Func, 0},
7762 {"Sinh", Func, 0},
7763 {"Sqrt", Func, 0},
7764 {"Tan", Func, 0},
7765 {"Tanh", Func, 0},
7766 },
7767 "math/rand": {
7768 {"(*Rand).ExpFloat64", Method, 0},
7769 {"(*Rand).Float32", Method, 0},
7770 {"(*Rand).Float64", Method, 0},
7771 {"(*Rand).Int", Method, 0},
7772 {"(*Rand).Int31", Method, 0},
7773 {"(*Rand).Int31n", Method, 0},
7774 {"(*Rand).Int63", Method, 0},
7775 {"(*Rand).Int63n", Method, 0},
7776 {"(*Rand).Intn", Method, 0},
7777 {"(*Rand).NormFloat64", Method, 0},
7778 {"(*Rand).Perm", Method, 0},
7779 {"(*Rand).Read", Method, 6},
7780 {"(*Rand).Seed", Method, 0},
7781 {"(*Rand).Shuffle", Method, 10},
7782 {"(*Rand).Uint32", Method, 0},
7783 {"(*Rand).Uint64", Method, 8},
7784 {"(*Zipf).Uint64", Method, 0},
7785 {"ExpFloat64", Func, 0},
7786 {"Float32", Func, 0},
7787 {"Float64", Func, 0},
7788 {"Int", Func, 0},
7789 {"Int31", Func, 0},
7790 {"Int31n", Func, 0},
7791 {"Int63", Func, 0},
7792 {"Int63n", Func, 0},
7793 {"Intn", Func, 0},
7794 {"New", Func, 0},
7795 {"NewSource", Func, 0},
7796 {"NewZipf", Func, 0},
7797 {"NormFloat64", Func, 0},
7798 {"Perm", Func, 0},
7799 {"Rand", Type, 0},
7800 {"Read", Func, 6},
7801 {"Seed", Func, 0},
7802 {"Shuffle", Func, 10},
7803 {"Source", Type, 0},
7804 {"Source64", Type, 8},
7805 {"Uint32", Func, 0},
7806 {"Uint64", Func, 8},
7807 {"Zipf", Type, 0},
7808 },
7809 "math/rand/v2": {
7810 {"(*ChaCha8).AppendBinary", Method, 24},
7811 {"(*ChaCha8).MarshalBinary", Method, 22},
7812 {"(*ChaCha8).Read", Method, 23},
7813 {"(*ChaCha8).Seed", Method, 22},
7814 {"(*ChaCha8).Uint64", Method, 22},
7815 {"(*ChaCha8).UnmarshalBinary", Method, 22},
7816 {"(*PCG).AppendBinary", Method, 24},
7817 {"(*PCG).MarshalBinary", Method, 22},
7818 {"(*PCG).Seed", Method, 22},
7819 {"(*PCG).Uint64", Method, 22},
7820 {"(*PCG).UnmarshalBinary", Method, 22},
7821 {"(*Rand).ExpFloat64", Method, 22},
7822 {"(*Rand).Float32", Method, 22},
7823 {"(*Rand).Float64", Method, 22},
7824 {"(*Rand).Int", Method, 22},
7825 {"(*Rand).Int32", Method, 22},
7826 {"(*Rand).Int32N", Method, 22},
7827 {"(*Rand).Int64", Method, 22},
7828 {"(*Rand).Int64N", Method, 22},
7829 {"(*Rand).IntN", Method, 22},
7830 {"(*Rand).NormFloat64", Method, 22},
7831 {"(*Rand).Perm", Method, 22},
7832 {"(*Rand).Shuffle", Method, 22},
7833 {"(*Rand).Uint", Method, 23},
7834 {"(*Rand).Uint32", Method, 22},
7835 {"(*Rand).Uint32N", Method, 22},
7836 {"(*Rand).Uint64", Method, 22},
7837 {"(*Rand).Uint64N", Method, 22},
7838 {"(*Rand).UintN", Method, 22},
7839 {"(*Zipf).Uint64", Method, 22},
7840 {"ChaCha8", Type, 22},
7841 {"ExpFloat64", Func, 22},
7842 {"Float32", Func, 22},
7843 {"Float64", Func, 22},
7844 {"Int", Func, 22},
7845 {"Int32", Func, 22},
7846 {"Int32N", Func, 22},
7847 {"Int64", Func, 22},
7848 {"Int64N", Func, 22},
7849 {"IntN", Func, 22},
7850 {"N", Func, 22},
7851 {"New", Func, 22},
7852 {"NewChaCha8", Func, 22},
7853 {"NewPCG", Func, 22},
7854 {"NewZipf", Func, 22},
7855 {"NormFloat64", Func, 22},
7856 {"PCG", Type, 22},
7857 {"Perm", Func, 22},
7858 {"Rand", Type, 22},
7859 {"Shuffle", Func, 22},
7860 {"Source", Type, 22},
7861 {"Uint", Func, 23},
7862 {"Uint32", Func, 22},
7863 {"Uint32N", Func, 22},
7864 {"Uint64", Func, 22},
7865 {"Uint64N", Func, 22},
7866 {"UintN", Func, 22},
7867 {"Zipf", Type, 22},
7868 },
7869 "mime": {
7870 {"(*WordDecoder).Decode", Method, 5},
7871 {"(*WordDecoder).DecodeHeader", Method, 5},
7872 {"(WordEncoder).Encode", Method, 5},
7873 {"AddExtensionType", Func, 0},
7874 {"BEncoding", Const, 5},
7875 {"ErrInvalidMediaParameter", Var, 9},
7876 {"ExtensionsByType", Func, 5},
7877 {"FormatMediaType", Func, 0},
7878 {"ParseMediaType", Func, 0},
7879 {"QEncoding", Const, 5},
7880 {"TypeByExtension", Func, 0},
7881 {"WordDecoder", Type, 5},
7882 {"WordDecoder.CharsetReader", Field, 5},
7883 {"WordEncoder", Type, 5},
7884 },
7885 "mime/multipart": {
7886 {"(*FileHeader).Open", Method, 0},
7887 {"(*Form).RemoveAll", Method, 0},
7888 {"(*Part).Close", Method, 0},
7889 {"(*Part).FileName", Method, 0},
7890 {"(*Part).FormName", Method, 0},
7891 {"(*Part).Read", Method, 0},
7892 {"(*Reader).NextPart", Method, 0},
7893 {"(*Reader).NextRawPart", Method, 14},
7894 {"(*Reader).ReadForm", Method, 0},
7895 {"(*Writer).Boundary", Method, 0},
7896 {"(*Writer).Close", Method, 0},
7897 {"(*Writer).CreateFormField", Method, 0},
7898 {"(*Writer).CreateFormFile", Method, 0},
7899 {"(*Writer).CreatePart", Method, 0},
7900 {"(*Writer).FormDataContentType", Method, 0},
7901 {"(*Writer).SetBoundary", Method, 1},
7902 {"(*Writer).WriteField", Method, 0},
7903 {"ErrMessageTooLarge", Var, 9},
7904 {"File", Type, 0},
7905 {"FileHeader", Type, 0},
7906 {"FileHeader.Filename", Field, 0},
7907 {"FileHeader.Header", Field, 0},
7908 {"FileHeader.Size", Field, 9},
7909 {"Form", Type, 0},
7910 {"Form.File", Field, 0},
7911 {"Form.Value", Field, 0},
7912 {"NewReader", Func, 0},
7913 {"NewWriter", Func, 0},
7914 {"Part", Type, 0},
7915 {"Part.Header", Field, 0},
7916 {"Reader", Type, 0},
7917 {"Writer", Type, 0},
7918 },
7919 "mime/quotedprintable": {
7920 {"(*Reader).Read", Method, 5},
7921 {"(*Writer).Close", Method, 5},
7922 {"(*Writer).Write", Method, 5},
7923 {"NewReader", Func, 5},
7924 {"NewWriter", Func, 5},
7925 {"Reader", Type, 5},
7926 {"Writer", Type, 5},
7927 {"Writer.Binary", Field, 5},
7928 },
7929 "net": {
7930 {"(*AddrError).Error", Method, 0},
7931 {"(*AddrError).Temporary", Method, 0},
7932 {"(*AddrError).Timeout", Method, 0},
7933 {"(*Buffers).Read", Method, 8},
7934 {"(*Buffers).WriteTo", Method, 8},
7935 {"(*DNSConfigError).Error", Method, 0},
7936 {"(*DNSConfigError).Temporary", Method, 0},
7937 {"(*DNSConfigError).Timeout", Method, 0},
7938 {"(*DNSConfigError).Unwrap", Method, 13},
7939 {"(*DNSError).Error", Method, 0},
7940 {"(*DNSError).Temporary", Method, 0},
7941 {"(*DNSError).Timeout", Method, 0},
7942 {"(*DNSError).Unwrap", Method, 23},
7943 {"(*Dialer).Dial", Method, 1},
7944 {"(*Dialer).DialContext", Method, 7},
7945 {"(*Dialer).MultipathTCP", Method, 21},
7946 {"(*Dialer).SetMultipathTCP", Method, 21},
7947 {"(*IP).UnmarshalText", Method, 2},
7948 {"(*IPAddr).Network", Method, 0},
7949 {"(*IPAddr).String", Method, 0},
7950 {"(*IPConn).Close", Method, 0},
7951 {"(*IPConn).File", Method, 0},
7952 {"(*IPConn).LocalAddr", Method, 0},
7953 {"(*IPConn).Read", Method, 0},
7954 {"(*IPConn).ReadFrom", Method, 0},
7955 {"(*IPConn).ReadFromIP", Method, 0},
7956 {"(*IPConn).ReadMsgIP", Method, 1},
7957 {"(*IPConn).RemoteAddr", Method, 0},
7958 {"(*IPConn).SetDeadline", Method, 0},
7959 {"(*IPConn).SetReadBuffer", Method, 0},
7960 {"(*IPConn).SetReadDeadline", Method, 0},
7961 {"(*IPConn).SetWriteBuffer", Method, 0},
7962 {"(*IPConn).SetWriteDeadline", Method, 0},
7963 {"(*IPConn).SyscallConn", Method, 9},
7964 {"(*IPConn).Write", Method, 0},
7965 {"(*IPConn).WriteMsgIP", Method, 1},
7966 {"(*IPConn).WriteTo", Method, 0},
7967 {"(*IPConn).WriteToIP", Method, 0},
7968 {"(*IPNet).Contains", Method, 0},
7969 {"(*IPNet).Network", Method, 0},
7970 {"(*IPNet).String", Method, 0},
7971 {"(*Interface).Addrs", Method, 0},
7972 {"(*Interface).MulticastAddrs", Method, 0},
7973 {"(*ListenConfig).Listen", Method, 11},
7974 {"(*ListenConfig).ListenPacket", Method, 11},
7975 {"(*ListenConfig).MultipathTCP", Method, 21},
7976 {"(*ListenConfig).SetMultipathTCP", Method, 21},
7977 {"(*OpError).Error", Method, 0},
7978 {"(*OpError).Temporary", Method, 0},
7979 {"(*OpError).Timeout", Method, 0},
7980 {"(*OpError).Unwrap", Method, 13},
7981 {"(*ParseError).Error", Method, 0},
7982 {"(*ParseError).Temporary", Method, 17},
7983 {"(*ParseError).Timeout", Method, 17},
7984 {"(*Resolver).LookupAddr", Method, 8},
7985 {"(*Resolver).LookupCNAME", Method, 8},
7986 {"(*Resolver).LookupHost", Method, 8},
7987 {"(*Resolver).LookupIP", Method, 15},
7988 {"(*Resolver).LookupIPAddr", Method, 8},
7989 {"(*Resolver).LookupMX", Method, 8},
7990 {"(*Resolver).LookupNS", Method, 8},
7991 {"(*Resolver).LookupNetIP", Method, 18},
7992 {"(*Resolver).LookupPort", Method, 8},
7993 {"(*Resolver).LookupSRV", Method, 8},
7994 {"(*Resolver).LookupTXT", Method, 8},
7995 {"(*TCPAddr).AddrPort", Method, 18},
7996 {"(*TCPAddr).Network", Method, 0},
7997 {"(*TCPAddr).String", Method, 0},
7998 {"(*TCPConn).Close", Method, 0},
7999 {"(*TCPConn).CloseRead", Method, 0},
8000 {"(*TCPConn).CloseWrite", Method, 0},
8001 {"(*TCPConn).File", Method, 0},
8002 {"(*TCPConn).LocalAddr", Method, 0},
8003 {"(*TCPConn).MultipathTCP", Method, 21},
8004 {"(*TCPConn).Read", Method, 0},
8005 {"(*TCPConn).ReadFrom", Method, 0},
8006 {"(*TCPConn).RemoteAddr", Method, 0},
8007 {"(*TCPConn).SetDeadline", Method, 0},
8008 {"(*TCPConn).SetKeepAlive", Method, 0},
8009 {"(*TCPConn).SetKeepAliveConfig", Method, 23},
8010 {"(*TCPConn).SetKeepAlivePeriod", Method, 2},
8011 {"(*TCPConn).SetLinger", Method, 0},
8012 {"(*TCPConn).SetNoDelay", Method, 0},
8013 {"(*TCPConn).SetReadBuffer", Method, 0},
8014 {"(*TCPConn).SetReadDeadline", Method, 0},
8015 {"(*TCPConn).SetWriteBuffer", Method, 0},
8016 {"(*TCPConn).SetWriteDeadline", Method, 0},
8017 {"(*TCPConn).SyscallConn", Method, 9},
8018 {"(*TCPConn).Write", Method, 0},
8019 {"(*TCPConn).WriteTo", Method, 22},
8020 {"(*TCPListener).Accept", Method, 0},
8021 {"(*TCPListener).AcceptTCP", Method, 0},
8022 {"(*TCPListener).Addr", Method, 0},
8023 {"(*TCPListener).Close", Method, 0},
8024 {"(*TCPListener).File", Method, 0},
8025 {"(*TCPListener).SetDeadline", Method, 0},
8026 {"(*TCPListener).SyscallConn", Method, 10},
8027 {"(*UDPAddr).AddrPort", Method, 18},
8028 {"(*UDPAddr).Network", Method, 0},
8029 {"(*UDPAddr).String", Method, 0},
8030 {"(*UDPConn).Close", Method, 0},
8031 {"(*UDPConn).File", Method, 0},
8032 {"(*UDPConn).LocalAddr", Method, 0},
8033 {"(*UDPConn).Read", Method, 0},
8034 {"(*UDPConn).ReadFrom", Method, 0},
8035 {"(*UDPConn).ReadFromUDP", Method, 0},
8036 {"(*UDPConn).ReadFromUDPAddrPort", Method, 18},
8037 {"(*UDPConn).ReadMsgUDP", Method, 1},
8038 {"(*UDPConn).ReadMsgUDPAddrPort", Method, 18},
8039 {"(*UDPConn).RemoteAddr", Method, 0},
8040 {"(*UDPConn).SetDeadline", Method, 0},
8041 {"(*UDPConn).SetReadBuffer", Method, 0},
8042 {"(*UDPConn).SetReadDeadline", Method, 0},
8043 {"(*UDPConn).SetWriteBuffer", Method, 0},
8044 {"(*UDPConn).SetWriteDeadline", Method, 0},
8045 {"(*UDPConn).SyscallConn", Method, 9},
8046 {"(*UDPConn).Write", Method, 0},
8047 {"(*UDPConn).WriteMsgUDP", Method, 1},
8048 {"(*UDPConn).WriteMsgUDPAddrPort", Method, 18},
8049 {"(*UDPConn).WriteTo", Method, 0},
8050 {"(*UDPConn).WriteToUDP", Method, 0},
8051 {"(*UDPConn).WriteToUDPAddrPort", Method, 18},
8052 {"(*UnixAddr).Network", Method, 0},
8053 {"(*UnixAddr).String", Method, 0},
8054 {"(*UnixConn).Close", Method, 0},
8055 {"(*UnixConn).CloseRead", Method, 1},
8056 {"(*UnixConn).CloseWrite", Method, 1},
8057 {"(*UnixConn).File", Method, 0},
8058 {"(*UnixConn).LocalAddr", Method, 0},
8059 {"(*UnixConn).Read", Method, 0},
8060 {"(*UnixConn).ReadFrom", Method, 0},
8061 {"(*UnixConn).ReadFromUnix", Method, 0},
8062 {"(*UnixConn).ReadMsgUnix", Method, 0},
8063 {"(*UnixConn).RemoteAddr", Method, 0},
8064 {"(*UnixConn).SetDeadline", Method, 0},
8065 {"(*UnixConn).SetReadBuffer", Method, 0},
8066 {"(*UnixConn).SetReadDeadline", Method, 0},
8067 {"(*UnixConn).SetWriteBuffer", Method, 0},
8068 {"(*UnixConn).SetWriteDeadline", Method, 0},
8069 {"(*UnixConn).SyscallConn", Method, 9},
8070 {"(*UnixConn).Write", Method, 0},
8071 {"(*UnixConn).WriteMsgUnix", Method, 0},
8072 {"(*UnixConn).WriteTo", Method, 0},
8073 {"(*UnixConn).WriteToUnix", Method, 0},
8074 {"(*UnixListener).Accept", Method, 0},
8075 {"(*UnixListener).AcceptUnix", Method, 0},
8076 {"(*UnixListener).Addr", Method, 0},
8077 {"(*UnixListener).Close", Method, 0},
8078 {"(*UnixListener).File", Method, 0},
8079 {"(*UnixListener).SetDeadline", Method, 0},
8080 {"(*UnixListener).SetUnlinkOnClose", Method, 8},
8081 {"(*UnixListener).SyscallConn", Method, 10},
8082 {"(Flags).String", Method, 0},
8083 {"(HardwareAddr).String", Method, 0},
8084 {"(IP).AppendText", Method, 24},
8085 {"(IP).DefaultMask", Method, 0},
8086 {"(IP).Equal", Method, 0},
8087 {"(IP).IsGlobalUnicast", Method, 0},
8088 {"(IP).IsInterfaceLocalMulticast", Method, 0},
8089 {"(IP).IsLinkLocalMulticast", Method, 0},
8090 {"(IP).IsLinkLocalUnicast", Method, 0},
8091 {"(IP).IsLoopback", Method, 0},
8092 {"(IP).IsMulticast", Method, 0},
8093 {"(IP).IsPrivate", Method, 17},
8094 {"(IP).IsUnspecified", Method, 0},
8095 {"(IP).MarshalText", Method, 2},
8096 {"(IP).Mask", Method, 0},
8097 {"(IP).String", Method, 0},
8098 {"(IP).To16", Method, 0},
8099 {"(IP).To4", Method, 0},
8100 {"(IPMask).Size", Method, 0},
8101 {"(IPMask).String", Method, 0},
8102 {"(InvalidAddrError).Error", Method, 0},
8103 {"(InvalidAddrError).Temporary", Method, 0},
8104 {"(InvalidAddrError).Timeout", Method, 0},
8105 {"(UnknownNetworkError).Error", Method, 0},
8106 {"(UnknownNetworkError).Temporary", Method, 0},
8107 {"(UnknownNetworkError).Timeout", Method, 0},
8108 {"Addr", Type, 0},
8109 {"AddrError", Type, 0},
8110 {"AddrError.Addr", Field, 0},
8111 {"AddrError.Err", Field, 0},
8112 {"Buffers", Type, 8},
8113 {"CIDRMask", Func, 0},
8114 {"Conn", Type, 0},
8115 {"DNSConfigError", Type, 0},
8116 {"DNSConfigError.Err", Field, 0},
8117 {"DNSError", Type, 0},
8118 {"DNSError.Err", Field, 0},
8119 {"DNSError.IsNotFound", Field, 13},
8120 {"DNSError.IsTemporary", Field, 6},
8121 {"DNSError.IsTimeout", Field, 0},
8122 {"DNSError.Name", Field, 0},
8123 {"DNSError.Server", Field, 0},
8124 {"DNSError.UnwrapErr", Field, 23},
8125 {"DefaultResolver", Var, 8},
8126 {"Dial", Func, 0},
8127 {"DialIP", Func, 0},
8128 {"DialTCP", Func, 0},
8129 {"DialTimeout", Func, 0},
8130 {"DialUDP", Func, 0},
8131 {"DialUnix", Func, 0},
8132 {"Dialer", Type, 1},
8133 {"Dialer.Cancel", Field, 6},
8134 {"Dialer.Control", Field, 11},
8135 {"Dialer.ControlContext", Field, 20},
8136 {"Dialer.Deadline", Field, 1},
8137 {"Dialer.DualStack", Field, 2},
8138 {"Dialer.FallbackDelay", Field, 5},
8139 {"Dialer.KeepAlive", Field, 3},
8140 {"Dialer.KeepAliveConfig", Field, 23},
8141 {"Dialer.LocalAddr", Field, 1},
8142 {"Dialer.Resolver", Field, 8},
8143 {"Dialer.Timeout", Field, 1},
8144 {"ErrClosed", Var, 16},
8145 {"ErrWriteToConnected", Var, 0},
8146 {"Error", Type, 0},
8147 {"FileConn", Func, 0},
8148 {"FileListener", Func, 0},
8149 {"FilePacketConn", Func, 0},
8150 {"FlagBroadcast", Const, 0},
8151 {"FlagLoopback", Const, 0},
8152 {"FlagMulticast", Const, 0},
8153 {"FlagPointToPoint", Const, 0},
8154 {"FlagRunning", Const, 20},
8155 {"FlagUp", Const, 0},
8156 {"Flags", Type, 0},
8157 {"HardwareAddr", Type, 0},
8158 {"IP", Type, 0},
8159 {"IPAddr", Type, 0},
8160 {"IPAddr.IP", Field, 0},
8161 {"IPAddr.Zone", Field, 1},
8162 {"IPConn", Type, 0},
8163 {"IPMask", Type, 0},
8164 {"IPNet", Type, 0},
8165 {"IPNet.IP", Field, 0},
8166 {"IPNet.Mask", Field, 0},
8167 {"IPv4", Func, 0},
8168 {"IPv4Mask", Func, 0},
8169 {"IPv4allrouter", Var, 0},
8170 {"IPv4allsys", Var, 0},
8171 {"IPv4bcast", Var, 0},
8172 {"IPv4len", Const, 0},
8173 {"IPv4zero", Var, 0},
8174 {"IPv6interfacelocalallnodes", Var, 0},
8175 {"IPv6len", Const, 0},
8176 {"IPv6linklocalallnodes", Var, 0},
8177 {"IPv6linklocalallrouters", Var, 0},
8178 {"IPv6loopback", Var, 0},
8179 {"IPv6unspecified", Var, 0},
8180 {"IPv6zero", Var, 0},
8181 {"Interface", Type, 0},
8182 {"Interface.Flags", Field, 0},
8183 {"Interface.HardwareAddr", Field, 0},
8184 {"Interface.Index", Field, 0},
8185 {"Interface.MTU", Field, 0},
8186 {"Interface.Name", Field, 0},
8187 {"InterfaceAddrs", Func, 0},
8188 {"InterfaceByIndex", Func, 0},
8189 {"InterfaceByName", Func, 0},
8190 {"Interfaces", Func, 0},
8191 {"InvalidAddrError", Type, 0},
8192 {"JoinHostPort", Func, 0},
8193 {"KeepAliveConfig", Type, 23},
8194 {"KeepAliveConfig.Count", Field, 23},
8195 {"KeepAliveConfig.Enable", Field, 23},
8196 {"KeepAliveConfig.Idle", Field, 23},
8197 {"KeepAliveConfig.Interval", Field, 23},
8198 {"Listen", Func, 0},
8199 {"ListenConfig", Type, 11},
8200 {"ListenConfig.Control", Field, 11},
8201 {"ListenConfig.KeepAlive", Field, 13},
8202 {"ListenConfig.KeepAliveConfig", Field, 23},
8203 {"ListenIP", Func, 0},
8204 {"ListenMulticastUDP", Func, 0},
8205 {"ListenPacket", Func, 0},
8206 {"ListenTCP", Func, 0},
8207 {"ListenUDP", Func, 0},
8208 {"ListenUnix", Func, 0},
8209 {"ListenUnixgram", Func, 0},
8210 {"Listener", Type, 0},
8211 {"LookupAddr", Func, 0},
8212 {"LookupCNAME", Func, 0},
8213 {"LookupHost", Func, 0},
8214 {"LookupIP", Func, 0},
8215 {"LookupMX", Func, 0},
8216 {"LookupNS", Func, 1},
8217 {"LookupPort", Func, 0},
8218 {"LookupSRV", Func, 0},
8219 {"LookupTXT", Func, 0},
8220 {"MX", Type, 0},
8221 {"MX.Host", Field, 0},
8222 {"MX.Pref", Field, 0},
8223 {"NS", Type, 1},
8224 {"NS.Host", Field, 1},
8225 {"OpError", Type, 0},
8226 {"OpError.Addr", Field, 0},
8227 {"OpError.Err", Field, 0},
8228 {"OpError.Net", Field, 0},
8229 {"OpError.Op", Field, 0},
8230 {"OpError.Source", Field, 5},
8231 {"PacketConn", Type, 0},
8232 {"ParseCIDR", Func, 0},
8233 {"ParseError", Type, 0},
8234 {"ParseError.Text", Field, 0},
8235 {"ParseError.Type", Field, 0},
8236 {"ParseIP", Func, 0},
8237 {"ParseMAC", Func, 0},
8238 {"Pipe", Func, 0},
8239 {"ResolveIPAddr", Func, 0},
8240 {"ResolveTCPAddr", Func, 0},
8241 {"ResolveUDPAddr", Func, 0},
8242 {"ResolveUnixAddr", Func, 0},
8243 {"Resolver", Type, 8},
8244 {"Resolver.Dial", Field, 9},
8245 {"Resolver.PreferGo", Field, 8},
8246 {"Resolver.StrictErrors", Field, 9},
8247 {"SRV", Type, 0},
8248 {"SRV.Port", Field, 0},
8249 {"SRV.Priority", Field, 0},
8250 {"SRV.Target", Field, 0},
8251 {"SRV.Weight", Field, 0},
8252 {"SplitHostPort", Func, 0},
8253 {"TCPAddr", Type, 0},
8254 {"TCPAddr.IP", Field, 0},
8255 {"TCPAddr.Port", Field, 0},
8256 {"TCPAddr.Zone", Field, 1},
8257 {"TCPAddrFromAddrPort", Func, 18},
8258 {"TCPConn", Type, 0},
8259 {"TCPListener", Type, 0},
8260 {"UDPAddr", Type, 0},
8261 {"UDPAddr.IP", Field, 0},
8262 {"UDPAddr.Port", Field, 0},
8263 {"UDPAddr.Zone", Field, 1},
8264 {"UDPAddrFromAddrPort", Func, 18},
8265 {"UDPConn", Type, 0},
8266 {"UnixAddr", Type, 0},
8267 {"UnixAddr.Name", Field, 0},
8268 {"UnixAddr.Net", Field, 0},
8269 {"UnixConn", Type, 0},
8270 {"UnixListener", Type, 0},
8271 {"UnknownNetworkError", Type, 0},
8272 },
8273 "net/http": {
8274 {"(*Client).CloseIdleConnections", Method, 12},
8275 {"(*Client).Do", Method, 0},
8276 {"(*Client).Get", Method, 0},
8277 {"(*Client).Head", Method, 0},
8278 {"(*Client).Post", Method, 0},
8279 {"(*Client).PostForm", Method, 0},
8280 {"(*Cookie).String", Method, 0},
8281 {"(*Cookie).Valid", Method, 18},
8282 {"(*MaxBytesError).Error", Method, 19},
8283 {"(*ProtocolError).Error", Method, 0},
8284 {"(*ProtocolError).Is", Method, 21},
8285 {"(*Protocols).SetHTTP1", Method, 24},
8286 {"(*Protocols).SetHTTP2", Method, 24},
8287 {"(*Protocols).SetUnencryptedHTTP2", Method, 24},
8288 {"(*Request).AddCookie", Method, 0},
8289 {"(*Request).BasicAuth", Method, 4},
8290 {"(*Request).Clone", Method, 13},
8291 {"(*Request).Context", Method, 7},
8292 {"(*Request).Cookie", Method, 0},
8293 {"(*Request).Cookies", Method, 0},
8294 {"(*Request).CookiesNamed", Method, 23},
8295 {"(*Request).FormFile", Method, 0},
8296 {"(*Request).FormValue", Method, 0},
8297 {"(*Request).MultipartReader", Method, 0},
8298 {"(*Request).ParseForm", Method, 0},
8299 {"(*Request).ParseMultipartForm", Method, 0},
8300 {"(*Request).PathValue", Method, 22},
8301 {"(*Request).PostFormValue", Method, 1},
8302 {"(*Request).ProtoAtLeast", Method, 0},
8303 {"(*Request).Referer", Method, 0},
8304 {"(*Request).SetBasicAuth", Method, 0},
8305 {"(*Request).SetPathValue", Method, 22},
8306 {"(*Request).UserAgent", Method, 0},
8307 {"(*Request).WithContext", Method, 7},
8308 {"(*Request).Write", Method, 0},
8309 {"(*Request).WriteProxy", Method, 0},
8310 {"(*Response).Cookies", Method, 0},
8311 {"(*Response).Location", Method, 0},
8312 {"(*Response).ProtoAtLeast", Method, 0},
8313 {"(*Response).Write", Method, 0},
8314 {"(*ResponseController).EnableFullDuplex", Method, 21},
8315 {"(*ResponseController).Flush", Method, 20},
8316 {"(*ResponseController).Hijack", Method, 20},
8317 {"(*ResponseController).SetReadDeadline", Method, 20},
8318 {"(*ResponseController).SetWriteDeadline", Method, 20},
8319 {"(*ServeMux).Handle", Method, 0},
8320 {"(*ServeMux).HandleFunc", Method, 0},
8321 {"(*ServeMux).Handler", Method, 1},
8322 {"(*ServeMux).ServeHTTP", Method, 0},
8323 {"(*Server).Close", Method, 8},
8324 {"(*Server).ListenAndServe", Method, 0},
8325 {"(*Server).ListenAndServeTLS", Method, 0},
8326 {"(*Server).RegisterOnShutdown", Method, 9},
8327 {"(*Server).Serve", Method, 0},
8328 {"(*Server).ServeTLS", Method, 9},
8329 {"(*Server).SetKeepAlivesEnabled", Method, 3},
8330 {"(*Server).Shutdown", Method, 8},
8331 {"(*Transport).CancelRequest", Method, 1},
8332 {"(*Transport).Clone", Method, 13},
8333 {"(*Transport).CloseIdleConnections", Method, 0},
8334 {"(*Transport).RegisterProtocol", Method, 0},
8335 {"(*Transport).RoundTrip", Method, 0},
8336 {"(ConnState).String", Method, 3},
8337 {"(Dir).Open", Method, 0},
8338 {"(HandlerFunc).ServeHTTP", Method, 0},
8339 {"(Header).Add", Method, 0},
8340 {"(Header).Clone", Method, 13},
8341 {"(Header).Del", Method, 0},
8342 {"(Header).Get", Method, 0},
8343 {"(Header).Set", Method, 0},
8344 {"(Header).Values", Method, 14},
8345 {"(Header).Write", Method, 0},
8346 {"(Header).WriteSubset", Method, 0},
8347 {"(Protocols).HTTP1", Method, 24},
8348 {"(Protocols).HTTP2", Method, 24},
8349 {"(Protocols).String", Method, 24},
8350 {"(Protocols).UnencryptedHTTP2", Method, 24},
8351 {"AllowQuerySemicolons", Func, 17},
8352 {"CanonicalHeaderKey", Func, 0},
8353 {"Client", Type, 0},
8354 {"Client.CheckRedirect", Field, 0},
8355 {"Client.Jar", Field, 0},
8356 {"Client.Timeout", Field, 3},
8357 {"Client.Transport", Field, 0},
8358 {"CloseNotifier", Type, 1},
8359 {"ConnState", Type, 3},
8360 {"Cookie", Type, 0},
8361 {"Cookie.Domain", Field, 0},
8362 {"Cookie.Expires", Field, 0},
8363 {"Cookie.HttpOnly", Field, 0},
8364 {"Cookie.MaxAge", Field, 0},
8365 {"Cookie.Name", Field, 0},
8366 {"Cookie.Partitioned", Field, 23},
8367 {"Cookie.Path", Field, 0},
8368 {"Cookie.Quoted", Field, 23},
8369 {"Cookie.Raw", Field, 0},
8370 {"Cookie.RawExpires", Field, 0},
8371 {"Cookie.SameSite", Field, 11},
8372 {"Cookie.Secure", Field, 0},
8373 {"Cookie.Unparsed", Field, 0},
8374 {"Cookie.Value", Field, 0},
8375 {"CookieJar", Type, 0},
8376 {"DefaultClient", Var, 0},
8377 {"DefaultMaxHeaderBytes", Const, 0},
8378 {"DefaultMaxIdleConnsPerHost", Const, 0},
8379 {"DefaultServeMux", Var, 0},
8380 {"DefaultTransport", Var, 0},
8381 {"DetectContentType", Func, 0},
8382 {"Dir", Type, 0},
8383 {"ErrAbortHandler", Var, 8},
8384 {"ErrBodyNotAllowed", Var, 0},
8385 {"ErrBodyReadAfterClose", Var, 0},
8386 {"ErrContentLength", Var, 0},
8387 {"ErrHandlerTimeout", Var, 0},
8388 {"ErrHeaderTooLong", Var, 0},
8389 {"ErrHijacked", Var, 0},
8390 {"ErrLineTooLong", Var, 0},
8391 {"ErrMissingBoundary", Var, 0},
8392 {"ErrMissingContentLength", Var, 0},
8393 {"ErrMissingFile", Var, 0},
8394 {"ErrNoCookie", Var, 0},
8395 {"ErrNoLocation", Var, 0},
8396 {"ErrNotMultipart", Var, 0},
8397 {"ErrNotSupported", Var, 0},
8398 {"ErrSchemeMismatch", Var, 21},
8399 {"ErrServerClosed", Var, 8},
8400 {"ErrShortBody", Var, 0},
8401 {"ErrSkipAltProtocol", Var, 6},
8402 {"ErrUnexpectedTrailer", Var, 0},
8403 {"ErrUseLastResponse", Var, 7},
8404 {"ErrWriteAfterFlush", Var, 0},
8405 {"Error", Func, 0},
8406 {"FS", Func, 16},
8407 {"File", Type, 0},
8408 {"FileServer", Func, 0},
8409 {"FileServerFS", Func, 22},
8410 {"FileSystem", Type, 0},
8411 {"Flusher", Type, 0},
8412 {"Get", Func, 0},
8413 {"HTTP2Config", Type, 24},
8414 {"HTTP2Config.CountError", Field, 24},
8415 {"HTTP2Config.MaxConcurrentStreams", Field, 24},
8416 {"HTTP2Config.MaxDecoderHeaderTableSize", Field, 24},
8417 {"HTTP2Config.MaxEncoderHeaderTableSize", Field, 24},
8418 {"HTTP2Config.MaxReadFrameSize", Field, 24},
8419 {"HTTP2Config.MaxReceiveBufferPerConnection", Field, 24},
8420 {"HTTP2Config.MaxReceiveBufferPerStream", Field, 24},
8421 {"HTTP2Config.PermitProhibitedCipherSuites", Field, 24},
8422 {"HTTP2Config.PingTimeout", Field, 24},
8423 {"HTTP2Config.SendPingTimeout", Field, 24},
8424 {"HTTP2Config.WriteByteTimeout", Field, 24},
8425 {"Handle", Func, 0},
8426 {"HandleFunc", Func, 0},
8427 {"Handler", Type, 0},
8428 {"HandlerFunc", Type, 0},
8429 {"Head", Func, 0},
8430 {"Header", Type, 0},
8431 {"Hijacker", Type, 0},
8432 {"ListenAndServe", Func, 0},
8433 {"ListenAndServeTLS", Func, 0},
8434 {"LocalAddrContextKey", Var, 7},
8435 {"MaxBytesError", Type, 19},
8436 {"MaxBytesError.Limit", Field, 19},
8437 {"MaxBytesHandler", Func, 18},
8438 {"MaxBytesReader", Func, 0},
8439 {"MethodConnect", Const, 6},
8440 {"MethodDelete", Const, 6},
8441 {"MethodGet", Const, 6},
8442 {"MethodHead", Const, 6},
8443 {"MethodOptions", Const, 6},
8444 {"MethodPatch", Const, 6},
8445 {"MethodPost", Const, 6},
8446 {"MethodPut", Const, 6},
8447 {"MethodTrace", Const, 6},
8448 {"NewFileTransport", Func, 0},
8449 {"NewFileTransportFS", Func, 22},
8450 {"NewRequest", Func, 0},
8451 {"NewRequestWithContext", Func, 13},
8452 {"NewResponseController", Func, 20},
8453 {"NewServeMux", Func, 0},
8454 {"NoBody", Var, 8},
8455 {"NotFound", Func, 0},
8456 {"NotFoundHandler", Func, 0},
8457 {"ParseCookie", Func, 23},
8458 {"ParseHTTPVersion", Func, 0},
8459 {"ParseSetCookie", Func, 23},
8460 {"ParseTime", Func, 1},
8461 {"Post", Func, 0},
8462 {"PostForm", Func, 0},
8463 {"ProtocolError", Type, 0},
8464 {"ProtocolError.ErrorString", Field, 0},
8465 {"Protocols", Type, 24},
8466 {"ProxyFromEnvironment", Func, 0},
8467 {"ProxyURL", Func, 0},
8468 {"PushOptions", Type, 8},
8469 {"PushOptions.Header", Field, 8},
8470 {"PushOptions.Method", Field, 8},
8471 {"Pusher", Type, 8},
8472 {"ReadRequest", Func, 0},
8473 {"ReadResponse", Func, 0},
8474 {"Redirect", Func, 0},
8475 {"RedirectHandler", Func, 0},
8476 {"Request", Type, 0},
8477 {"Request.Body", Field, 0},
8478 {"Request.Cancel", Field, 5},
8479 {"Request.Close", Field, 0},
8480 {"Request.ContentLength", Field, 0},
8481 {"Request.Form", Field, 0},
8482 {"Request.GetBody", Field, 8},
8483 {"Request.Header", Field, 0},
8484 {"Request.Host", Field, 0},
8485 {"Request.Method", Field, 0},
8486 {"Request.MultipartForm", Field, 0},
8487 {"Request.Pattern", Field, 23},
8488 {"Request.PostForm", Field, 1},
8489 {"Request.Proto", Field, 0},
8490 {"Request.ProtoMajor", Field, 0},
8491 {"Request.ProtoMinor", Field, 0},
8492 {"Request.RemoteAddr", Field, 0},
8493 {"Request.RequestURI", Field, 0},
8494 {"Request.Response", Field, 7},
8495 {"Request.TLS", Field, 0},
8496 {"Request.Trailer", Field, 0},
8497 {"Request.TransferEncoding", Field, 0},
8498 {"Request.URL", Field, 0},
8499 {"Response", Type, 0},
8500 {"Response.Body", Field, 0},
8501 {"Response.Close", Field, 0},
8502 {"Response.ContentLength", Field, 0},
8503 {"Response.Header", Field, 0},
8504 {"Response.Proto", Field, 0},
8505 {"Response.ProtoMajor", Field, 0},
8506 {"Response.ProtoMinor", Field, 0},
8507 {"Response.Request", Field, 0},
8508 {"Response.Status", Field, 0},
8509 {"Response.StatusCode", Field, 0},
8510 {"Response.TLS", Field, 3},
8511 {"Response.Trailer", Field, 0},
8512 {"Response.TransferEncoding", Field, 0},
8513 {"Response.Uncompressed", Field, 7},
8514 {"ResponseController", Type, 20},
8515 {"ResponseWriter", Type, 0},
8516 {"RoundTripper", Type, 0},
8517 {"SameSite", Type, 11},
8518 {"SameSiteDefaultMode", Const, 11},
8519 {"SameSiteLaxMode", Const, 11},
8520 {"SameSiteNoneMode", Const, 13},
8521 {"SameSiteStrictMode", Const, 11},
8522 {"Serve", Func, 0},
8523 {"ServeContent", Func, 0},
8524 {"ServeFile", Func, 0},
8525 {"ServeFileFS", Func, 22},
8526 {"ServeMux", Type, 0},
8527 {"ServeTLS", Func, 9},
8528 {"Server", Type, 0},
8529 {"Server.Addr", Field, 0},
8530 {"Server.BaseContext", Field, 13},
8531 {"Server.ConnContext", Field, 13},
8532 {"Server.ConnState", Field, 3},
8533 {"Server.DisableGeneralOptionsHandler", Field, 20},
8534 {"Server.ErrorLog", Field, 3},
8535 {"Server.HTTP2", Field, 24},
8536 {"Server.Handler", Field, 0},
8537 {"Server.IdleTimeout", Field, 8},
8538 {"Server.MaxHeaderBytes", Field, 0},
8539 {"Server.Protocols", Field, 24},
8540 {"Server.ReadHeaderTimeout", Field, 8},
8541 {"Server.ReadTimeout", Field, 0},
8542 {"Server.TLSConfig", Field, 0},
8543 {"Server.TLSNextProto", Field, 1},
8544 {"Server.WriteTimeout", Field, 0},
8545 {"ServerContextKey", Var, 7},
8546 {"SetCookie", Func, 0},
8547 {"StateActive", Const, 3},
8548 {"StateClosed", Const, 3},
8549 {"StateHijacked", Const, 3},
8550 {"StateIdle", Const, 3},
8551 {"StateNew", Const, 3},
8552 {"StatusAccepted", Const, 0},
8553 {"StatusAlreadyReported", Const, 7},
8554 {"StatusBadGateway", Const, 0},
8555 {"StatusBadRequest", Const, 0},
8556 {"StatusConflict", Const, 0},
8557 {"StatusContinue", Const, 0},
8558 {"StatusCreated", Const, 0},
8559 {"StatusEarlyHints", Const, 13},
8560 {"StatusExpectationFailed", Const, 0},
8561 {"StatusFailedDependency", Const, 7},
8562 {"StatusForbidden", Const, 0},
8563 {"StatusFound", Const, 0},
8564 {"StatusGatewayTimeout", Const, 0},
8565 {"StatusGone", Const, 0},
8566 {"StatusHTTPVersionNotSupported", Const, 0},
8567 {"StatusIMUsed", Const, 7},
8568 {"StatusInsufficientStorage", Const, 7},
8569 {"StatusInternalServerError", Const, 0},
8570 {"StatusLengthRequired", Const, 0},
8571 {"StatusLocked", Const, 7},
8572 {"StatusLoopDetected", Const, 7},
8573 {"StatusMethodNotAllowed", Const, 0},
8574 {"StatusMisdirectedRequest", Const, 11},
8575 {"StatusMovedPermanently", Const, 0},
8576 {"StatusMultiStatus", Const, 7},
8577 {"StatusMultipleChoices", Const, 0},
8578 {"StatusNetworkAuthenticationRequired", Const, 6},
8579 {"StatusNoContent", Const, 0},
8580 {"StatusNonAuthoritativeInfo", Const, 0},
8581 {"StatusNotAcceptable", Const, 0},
8582 {"StatusNotExtended", Const, 7},
8583 {"StatusNotFound", Const, 0},
8584 {"StatusNotImplemented", Const, 0},
8585 {"StatusNotModified", Const, 0},
8586 {"StatusOK", Const, 0},
8587 {"StatusPartialContent", Const, 0},
8588 {"StatusPaymentRequired", Const, 0},
8589 {"StatusPermanentRedirect", Const, 7},
8590 {"StatusPreconditionFailed", Const, 0},
8591 {"StatusPreconditionRequired", Const, 6},
8592 {"StatusProcessing", Const, 7},
8593 {"StatusProxyAuthRequired", Const, 0},
8594 {"StatusRequestEntityTooLarge", Const, 0},
8595 {"StatusRequestHeaderFieldsTooLarge", Const, 6},
8596 {"StatusRequestTimeout", Const, 0},
8597 {"StatusRequestURITooLong", Const, 0},
8598 {"StatusRequestedRangeNotSatisfiable", Const, 0},
8599 {"StatusResetContent", Const, 0},
8600 {"StatusSeeOther", Const, 0},
8601 {"StatusServiceUnavailable", Const, 0},
8602 {"StatusSwitchingProtocols", Const, 0},
8603 {"StatusTeapot", Const, 0},
8604 {"StatusTemporaryRedirect", Const, 0},
8605 {"StatusText", Func, 0},
8606 {"StatusTooEarly", Const, 12},
8607 {"StatusTooManyRequests", Const, 6},
8608 {"StatusUnauthorized", Const, 0},
8609 {"StatusUnavailableForLegalReasons", Const, 6},
8610 {"StatusUnprocessableEntity", Const, 7},
8611 {"StatusUnsupportedMediaType", Const, 0},
8612 {"StatusUpgradeRequired", Const, 7},
8613 {"StatusUseProxy", Const, 0},
8614 {"StatusVariantAlsoNegotiates", Const, 7},
8615 {"StripPrefix", Func, 0},
8616 {"TimeFormat", Const, 0},
8617 {"TimeoutHandler", Func, 0},
8618 {"TrailerPrefix", Const, 8},
8619 {"Transport", Type, 0},
8620 {"Transport.Dial", Field, 0},
8621 {"Transport.DialContext", Field, 7},
8622 {"Transport.DialTLS", Field, 4},
8623 {"Transport.DialTLSContext", Field, 14},
8624 {"Transport.DisableCompression", Field, 0},
8625 {"Transport.DisableKeepAlives", Field, 0},
8626 {"Transport.ExpectContinueTimeout", Field, 6},
8627 {"Transport.ForceAttemptHTTP2", Field, 13},
8628 {"Transport.GetProxyConnectHeader", Field, 16},
8629 {"Transport.HTTP2", Field, 24},
8630 {"Transport.IdleConnTimeout", Field, 7},
8631 {"Transport.MaxConnsPerHost", Field, 11},
8632 {"Transport.MaxIdleConns", Field, 7},
8633 {"Transport.MaxIdleConnsPerHost", Field, 0},
8634 {"Transport.MaxResponseHeaderBytes", Field, 7},
8635 {"Transport.OnProxyConnectResponse", Field, 20},
8636 {"Transport.Protocols", Field, 24},
8637 {"Transport.Proxy", Field, 0},
8638 {"Transport.ProxyConnectHeader", Field, 8},
8639 {"Transport.ReadBufferSize", Field, 13},
8640 {"Transport.ResponseHeaderTimeout", Field, 1},
8641 {"Transport.TLSClientConfig", Field, 0},
8642 {"Transport.TLSHandshakeTimeout", Field, 3},
8643 {"Transport.TLSNextProto", Field, 6},
8644 {"Transport.WriteBufferSize", Field, 13},
8645 },
8646 "net/http/cgi": {
8647 {"(*Handler).ServeHTTP", Method, 0},
8648 {"Handler", Type, 0},
8649 {"Handler.Args", Field, 0},
8650 {"Handler.Dir", Field, 0},
8651 {"Handler.Env", Field, 0},
8652 {"Handler.InheritEnv", Field, 0},
8653 {"Handler.Logger", Field, 0},
8654 {"Handler.Path", Field, 0},
8655 {"Handler.PathLocationHandler", Field, 0},
8656 {"Handler.Root", Field, 0},
8657 {"Handler.Stderr", Field, 7},
8658 {"Request", Func, 0},
8659 {"RequestFromMap", Func, 0},
8660 {"Serve", Func, 0},
8661 },
8662 "net/http/cookiejar": {
8663 {"(*Jar).Cookies", Method, 1},
8664 {"(*Jar).SetCookies", Method, 1},
8665 {"Jar", Type, 1},
8666 {"New", Func, 1},
8667 {"Options", Type, 1},
8668 {"Options.PublicSuffixList", Field, 1},
8669 {"PublicSuffixList", Type, 1},
8670 },
8671 "net/http/fcgi": {
8672 {"ErrConnClosed", Var, 5},
8673 {"ErrRequestAborted", Var, 5},
8674 {"ProcessEnv", Func, 9},
8675 {"Serve", Func, 0},
8676 },
8677 "net/http/httptest": {
8678 {"(*ResponseRecorder).Flush", Method, 0},
8679 {"(*ResponseRecorder).Header", Method, 0},
8680 {"(*ResponseRecorder).Result", Method, 7},
8681 {"(*ResponseRecorder).Write", Method, 0},
8682 {"(*ResponseRecorder).WriteHeader", Method, 0},
8683 {"(*ResponseRecorder).WriteString", Method, 6},
8684 {"(*Server).Certificate", Method, 9},
8685 {"(*Server).Client", Method, 9},
8686 {"(*Server).Close", Method, 0},
8687 {"(*Server).CloseClientConnections", Method, 0},
8688 {"(*Server).Start", Method, 0},
8689 {"(*Server).StartTLS", Method, 0},
8690 {"DefaultRemoteAddr", Const, 0},
8691 {"NewRecorder", Func, 0},
8692 {"NewRequest", Func, 7},
8693 {"NewRequestWithContext", Func, 23},
8694 {"NewServer", Func, 0},
8695 {"NewTLSServer", Func, 0},
8696 {"NewUnstartedServer", Func, 0},
8697 {"ResponseRecorder", Type, 0},
8698 {"ResponseRecorder.Body", Field, 0},
8699 {"ResponseRecorder.Code", Field, 0},
8700 {"ResponseRecorder.Flushed", Field, 0},
8701 {"ResponseRecorder.HeaderMap", Field, 0},
8702 {"Server", Type, 0},
8703 {"Server.Config", Field, 0},
8704 {"Server.EnableHTTP2", Field, 14},
8705 {"Server.Listener", Field, 0},
8706 {"Server.TLS", Field, 0},
8707 {"Server.URL", Field, 0},
8708 },
8709 "net/http/httptrace": {
8710 {"ClientTrace", Type, 7},
8711 {"ClientTrace.ConnectDone", Field, 7},
8712 {"ClientTrace.ConnectStart", Field, 7},
8713 {"ClientTrace.DNSDone", Field, 7},
8714 {"ClientTrace.DNSStart", Field, 7},
8715 {"ClientTrace.GetConn", Field, 7},
8716 {"ClientTrace.Got100Continue", Field, 7},
8717 {"ClientTrace.Got1xxResponse", Field, 11},
8718 {"ClientTrace.GotConn", Field, 7},
8719 {"ClientTrace.GotFirstResponseByte", Field, 7},
8720 {"ClientTrace.PutIdleConn", Field, 7},
8721 {"ClientTrace.TLSHandshakeDone", Field, 8},
8722 {"ClientTrace.TLSHandshakeStart", Field, 8},
8723 {"ClientTrace.Wait100Continue", Field, 7},
8724 {"ClientTrace.WroteHeaderField", Field, 11},
8725 {"ClientTrace.WroteHeaders", Field, 7},
8726 {"ClientTrace.WroteRequest", Field, 7},
8727 {"ContextClientTrace", Func, 7},
8728 {"DNSDoneInfo", Type, 7},
8729 {"DNSDoneInfo.Addrs", Field, 7},
8730 {"DNSDoneInfo.Coalesced", Field, 7},
8731 {"DNSDoneInfo.Err", Field, 7},
8732 {"DNSStartInfo", Type, 7},
8733 {"DNSStartInfo.Host", Field, 7},
8734 {"GotConnInfo", Type, 7},
8735 {"GotConnInfo.Conn", Field, 7},
8736 {"GotConnInfo.IdleTime", Field, 7},
8737 {"GotConnInfo.Reused", Field, 7},
8738 {"GotConnInfo.WasIdle", Field, 7},
8739 {"WithClientTrace", Func, 7},
8740 {"WroteRequestInfo", Type, 7},
8741 {"WroteRequestInfo.Err", Field, 7},
8742 },
8743 "net/http/httputil": {
8744 {"(*ClientConn).Close", Method, 0},
8745 {"(*ClientConn).Do", Method, 0},
8746 {"(*ClientConn).Hijack", Method, 0},
8747 {"(*ClientConn).Pending", Method, 0},
8748 {"(*ClientConn).Read", Method, 0},
8749 {"(*ClientConn).Write", Method, 0},
8750 {"(*ProxyRequest).SetURL", Method, 20},
8751 {"(*ProxyRequest).SetXForwarded", Method, 20},
8752 {"(*ReverseProxy).ServeHTTP", Method, 0},
8753 {"(*ServerConn).Close", Method, 0},
8754 {"(*ServerConn).Hijack", Method, 0},
8755 {"(*ServerConn).Pending", Method, 0},
8756 {"(*ServerConn).Read", Method, 0},
8757 {"(*ServerConn).Write", Method, 0},
8758 {"BufferPool", Type, 6},
8759 {"ClientConn", Type, 0},
8760 {"DumpRequest", Func, 0},
8761 {"DumpRequestOut", Func, 0},
8762 {"DumpResponse", Func, 0},
8763 {"ErrClosed", Var, 0},
8764 {"ErrLineTooLong", Var, 0},
8765 {"ErrPersistEOF", Var, 0},
8766 {"ErrPipeline", Var, 0},
8767 {"NewChunkedReader", Func, 0},
8768 {"NewChunkedWriter", Func, 0},
8769 {"NewClientConn", Func, 0},
8770 {"NewProxyClientConn", Func, 0},
8771 {"NewServerConn", Func, 0},
8772 {"NewSingleHostReverseProxy", Func, 0},
8773 {"ProxyRequest", Type, 20},
8774 {"ProxyRequest.In", Field, 20},
8775 {"ProxyRequest.Out", Field, 20},
8776 {"ReverseProxy", Type, 0},
8777 {"ReverseProxy.BufferPool", Field, 6},
8778 {"ReverseProxy.Director", Field, 0},
8779 {"ReverseProxy.ErrorHandler", Field, 11},
8780 {"ReverseProxy.ErrorLog", Field, 4},
8781 {"ReverseProxy.FlushInterval", Field, 0},
8782 {"ReverseProxy.ModifyResponse", Field, 8},
8783 {"ReverseProxy.Rewrite", Field, 20},
8784 {"ReverseProxy.Transport", Field, 0},
8785 {"ServerConn", Type, 0},
8786 },
8787 "net/http/pprof": {
8788 {"Cmdline", Func, 0},
8789 {"Handler", Func, 0},
8790 {"Index", Func, 0},
8791 {"Profile", Func, 0},
8792 {"Symbol", Func, 0},
8793 {"Trace", Func, 5},
8794 },
8795 "net/mail": {
8796 {"(*Address).String", Method, 0},
8797 {"(*AddressParser).Parse", Method, 5},
8798 {"(*AddressParser).ParseList", Method, 5},
8799 {"(Header).AddressList", Method, 0},
8800 {"(Header).Date", Method, 0},
8801 {"(Header).Get", Method, 0},
8802 {"Address", Type, 0},
8803 {"Address.Address", Field, 0},
8804 {"Address.Name", Field, 0},
8805 {"AddressParser", Type, 5},
8806 {"AddressParser.WordDecoder", Field, 5},
8807 {"ErrHeaderNotPresent", Var, 0},
8808 {"Header", Type, 0},
8809 {"Message", Type, 0},
8810 {"Message.Body", Field, 0},
8811 {"Message.Header", Field, 0},
8812 {"ParseAddress", Func, 1},
8813 {"ParseAddressList", Func, 1},
8814 {"ParseDate", Func, 8},
8815 {"ReadMessage", Func, 0},
8816 },
8817 "net/netip": {
8818 {"(*Addr).UnmarshalBinary", Method, 18},
8819 {"(*Addr).UnmarshalText", Method, 18},
8820 {"(*AddrPort).UnmarshalBinary", Method, 18},
8821 {"(*AddrPort).UnmarshalText", Method, 18},
8822 {"(*Prefix).UnmarshalBinary", Method, 18},
8823 {"(*Prefix).UnmarshalText", Method, 18},
8824 {"(Addr).AppendBinary", Method, 24},
8825 {"(Addr).AppendText", Method, 24},
8826 {"(Addr).AppendTo", Method, 18},
8827 {"(Addr).As16", Method, 18},
8828 {"(Addr).As4", Method, 18},
8829 {"(Addr).AsSlice", Method, 18},
8830 {"(Addr).BitLen", Method, 18},
8831 {"(Addr).Compare", Method, 18},
8832 {"(Addr).Is4", Method, 18},
8833 {"(Addr).Is4In6", Method, 18},
8834 {"(Addr).Is6", Method, 18},
8835 {"(Addr).IsGlobalUnicast", Method, 18},
8836 {"(Addr).IsInterfaceLocalMulticast", Method, 18},
8837 {"(Addr).IsLinkLocalMulticast", Method, 18},
8838 {"(Addr).IsLinkLocalUnicast", Method, 18},
8839 {"(Addr).IsLoopback", Method, 18},
8840 {"(Addr).IsMulticast", Method, 18},
8841 {"(Addr).IsPrivate", Method, 18},
8842 {"(Addr).IsUnspecified", Method, 18},
8843 {"(Addr).IsValid", Method, 18},
8844 {"(Addr).Less", Method, 18},
8845 {"(Addr).MarshalBinary", Method, 18},
8846 {"(Addr).MarshalText", Method, 18},
8847 {"(Addr).Next", Method, 18},
8848 {"(Addr).Prefix", Method, 18},
8849 {"(Addr).Prev", Method, 18},
8850 {"(Addr).String", Method, 18},
8851 {"(Addr).StringExpanded", Method, 18},
8852 {"(Addr).Unmap", Method, 18},
8853 {"(Addr).WithZone", Method, 18},
8854 {"(Addr).Zone", Method, 18},
8855 {"(AddrPort).Addr", Method, 18},
8856 {"(AddrPort).AppendBinary", Method, 24},
8857 {"(AddrPort).AppendText", Method, 24},
8858 {"(AddrPort).AppendTo", Method, 18},
8859 {"(AddrPort).Compare", Method, 22},
8860 {"(AddrPort).IsValid", Method, 18},
8861 {"(AddrPort).MarshalBinary", Method, 18},
8862 {"(AddrPort).MarshalText", Method, 18},
8863 {"(AddrPort).Port", Method, 18},
8864 {"(AddrPort).String", Method, 18},
8865 {"(Prefix).Addr", Method, 18},
8866 {"(Prefix).AppendBinary", Method, 24},
8867 {"(Prefix).AppendText", Method, 24},
8868 {"(Prefix).AppendTo", Method, 18},
8869 {"(Prefix).Bits", Method, 18},
8870 {"(Prefix).Contains", Method, 18},
8871 {"(Prefix).IsSingleIP", Method, 18},
8872 {"(Prefix).IsValid", Method, 18},
8873 {"(Prefix).MarshalBinary", Method, 18},
8874 {"(Prefix).MarshalText", Method, 18},
8875 {"(Prefix).Masked", Method, 18},
8876 {"(Prefix).Overlaps", Method, 18},
8877 {"(Prefix).String", Method, 18},
8878 {"Addr", Type, 18},
8879 {"AddrFrom16", Func, 18},
8880 {"AddrFrom4", Func, 18},
8881 {"AddrFromSlice", Func, 18},
8882 {"AddrPort", Type, 18},
8883 {"AddrPortFrom", Func, 18},
8884 {"IPv4Unspecified", Func, 18},
8885 {"IPv6LinkLocalAllNodes", Func, 18},
8886 {"IPv6LinkLocalAllRouters", Func, 20},
8887 {"IPv6Loopback", Func, 20},
8888 {"IPv6Unspecified", Func, 18},
8889 {"MustParseAddr", Func, 18},
8890 {"MustParseAddrPort", Func, 18},
8891 {"MustParsePrefix", Func, 18},
8892 {"ParseAddr", Func, 18},
8893 {"ParseAddrPort", Func, 18},
8894 {"ParsePrefix", Func, 18},
8895 {"Prefix", Type, 18},
8896 {"PrefixFrom", Func, 18},
8897 },
8898 "net/rpc": {
8899 {"(*Client).Call", Method, 0},
8900 {"(*Client).Close", Method, 0},
8901 {"(*Client).Go", Method, 0},
8902 {"(*Server).Accept", Method, 0},
8903 {"(*Server).HandleHTTP", Method, 0},
8904 {"(*Server).Register", Method, 0},
8905 {"(*Server).RegisterName", Method, 0},
8906 {"(*Server).ServeCodec", Method, 0},
8907 {"(*Server).ServeConn", Method, 0},
8908 {"(*Server).ServeHTTP", Method, 0},
8909 {"(*Server).ServeRequest", Method, 0},
8910 {"(ServerError).Error", Method, 0},
8911 {"Accept", Func, 0},
8912 {"Call", Type, 0},
8913 {"Call.Args", Field, 0},
8914 {"Call.Done", Field, 0},
8915 {"Call.Error", Field, 0},
8916 {"Call.Reply", Field, 0},
8917 {"Call.ServiceMethod", Field, 0},
8918 {"Client", Type, 0},
8919 {"ClientCodec", Type, 0},
8920 {"DefaultDebugPath", Const, 0},
8921 {"DefaultRPCPath", Const, 0},
8922 {"DefaultServer", Var, 0},
8923 {"Dial", Func, 0},
8924 {"DialHTTP", Func, 0},
8925 {"DialHTTPPath", Func, 0},
8926 {"ErrShutdown", Var, 0},
8927 {"HandleHTTP", Func, 0},
8928 {"NewClient", Func, 0},
8929 {"NewClientWithCodec", Func, 0},
8930 {"NewServer", Func, 0},
8931 {"Register", Func, 0},
8932 {"RegisterName", Func, 0},
8933 {"Request", Type, 0},
8934 {"Request.Seq", Field, 0},
8935 {"Request.ServiceMethod", Field, 0},
8936 {"Response", Type, 0},
8937 {"Response.Error", Field, 0},
8938 {"Response.Seq", Field, 0},
8939 {"Response.ServiceMethod", Field, 0},
8940 {"ServeCodec", Func, 0},
8941 {"ServeConn", Func, 0},
8942 {"ServeRequest", Func, 0},
8943 {"Server", Type, 0},
8944 {"ServerCodec", Type, 0},
8945 {"ServerError", Type, 0},
8946 },
8947 "net/rpc/jsonrpc": {
8948 {"Dial", Func, 0},
8949 {"NewClient", Func, 0},
8950 {"NewClientCodec", Func, 0},
8951 {"NewServerCodec", Func, 0},
8952 {"ServeConn", Func, 0},
8953 },
8954 "net/smtp": {
8955 {"(*Client).Auth", Method, 0},
8956 {"(*Client).Close", Method, 2},
8957 {"(*Client).Data", Method, 0},
8958 {"(*Client).Extension", Method, 0},
8959 {"(*Client).Hello", Method, 1},
8960 {"(*Client).Mail", Method, 0},
8961 {"(*Client).Noop", Method, 10},
8962 {"(*Client).Quit", Method, 0},
8963 {"(*Client).Rcpt", Method, 0},
8964 {"(*Client).Reset", Method, 0},
8965 {"(*Client).StartTLS", Method, 0},
8966 {"(*Client).TLSConnectionState", Method, 5},
8967 {"(*Client).Verify", Method, 0},
8968 {"Auth", Type, 0},
8969 {"CRAMMD5Auth", Func, 0},
8970 {"Client", Type, 0},
8971 {"Client.Text", Field, 0},
8972 {"Dial", Func, 0},
8973 {"NewClient", Func, 0},
8974 {"PlainAuth", Func, 0},
8975 {"SendMail", Func, 0},
8976 {"ServerInfo", Type, 0},
8977 {"ServerInfo.Auth", Field, 0},
8978 {"ServerInfo.Name", Field, 0},
8979 {"ServerInfo.TLS", Field, 0},
8980 },
8981 "net/textproto": {
8982 {"(*Conn).Close", Method, 0},
8983 {"(*Conn).Cmd", Method, 0},
8984 {"(*Conn).DotReader", Method, 0},
8985 {"(*Conn).DotWriter", Method, 0},
8986 {"(*Conn).EndRequest", Method, 0},
8987 {"(*Conn).EndResponse", Method, 0},
8988 {"(*Conn).Next", Method, 0},
8989 {"(*Conn).PrintfLine", Method, 0},
8990 {"(*Conn).ReadCodeLine", Method, 0},
8991 {"(*Conn).ReadContinuedLine", Method, 0},
8992 {"(*Conn).ReadContinuedLineBytes", Method, 0},
8993 {"(*Conn).ReadDotBytes", Method, 0},
8994 {"(*Conn).ReadDotLines", Method, 0},
8995 {"(*Conn).ReadLine", Method, 0},
8996 {"(*Conn).ReadLineBytes", Method, 0},
8997 {"(*Conn).ReadMIMEHeader", Method, 0},
8998 {"(*Conn).ReadResponse", Method, 0},
8999 {"(*Conn).StartRequest", Method, 0},
9000 {"(*Conn).StartResponse", Method, 0},
9001 {"(*Error).Error", Method, 0},
9002 {"(*Pipeline).EndRequest", Method, 0},
9003 {"(*Pipeline).EndResponse", Method, 0},
9004 {"(*Pipeline).Next", Method, 0},
9005 {"(*Pipeline).StartRequest", Method, 0},
9006 {"(*Pipeline).StartResponse", Method, 0},
9007 {"(*Reader).DotReader", Method, 0},
9008 {"(*Reader).ReadCodeLine", Method, 0},
9009 {"(*Reader).ReadContinuedLine", Method, 0},
9010 {"(*Reader).ReadContinuedLineBytes", Method, 0},
9011 {"(*Reader).ReadDotBytes", Method, 0},
9012 {"(*Reader).ReadDotLines", Method, 0},
9013 {"(*Reader).ReadLine", Method, 0},
9014 {"(*Reader).ReadLineBytes", Method, 0},
9015 {"(*Reader).ReadMIMEHeader", Method, 0},
9016 {"(*Reader).ReadResponse", Method, 0},
9017 {"(*Writer).DotWriter", Method, 0},
9018 {"(*Writer).PrintfLine", Method, 0},
9019 {"(MIMEHeader).Add", Method, 0},
9020 {"(MIMEHeader).Del", Method, 0},
9021 {"(MIMEHeader).Get", Method, 0},
9022 {"(MIMEHeader).Set", Method, 0},
9023 {"(MIMEHeader).Values", Method, 14},
9024 {"(ProtocolError).Error", Method, 0},
9025 {"CanonicalMIMEHeaderKey", Func, 0},
9026 {"Conn", Type, 0},
9027 {"Conn.Pipeline", Field, 0},
9028 {"Conn.Reader", Field, 0},
9029 {"Conn.Writer", Field, 0},
9030 {"Dial", Func, 0},
9031 {"Error", Type, 0},
9032 {"Error.Code", Field, 0},
9033 {"Error.Msg", Field, 0},
9034 {"MIMEHeader", Type, 0},
9035 {"NewConn", Func, 0},
9036 {"NewReader", Func, 0},
9037 {"NewWriter", Func, 0},
9038 {"Pipeline", Type, 0},
9039 {"ProtocolError", Type, 0},
9040 {"Reader", Type, 0},
9041 {"Reader.R", Field, 0},
9042 {"TrimBytes", Func, 1},
9043 {"TrimString", Func, 1},
9044 {"Writer", Type, 0},
9045 {"Writer.W", Field, 0},
9046 },
9047 "net/url": {
9048 {"(*Error).Error", Method, 0},
9049 {"(*Error).Temporary", Method, 6},
9050 {"(*Error).Timeout", Method, 6},
9051 {"(*Error).Unwrap", Method, 13},
9052 {"(*URL).AppendBinary", Method, 24},
9053 {"(*URL).EscapedFragment", Method, 15},
9054 {"(*URL).EscapedPath", Method, 5},
9055 {"(*URL).Hostname", Method, 8},
9056 {"(*URL).IsAbs", Method, 0},
9057 {"(*URL).JoinPath", Method, 19},
9058 {"(*URL).MarshalBinary", Method, 8},
9059 {"(*URL).Parse", Method, 0},
9060 {"(*URL).Port", Method, 8},
9061 {"(*URL).Query", Method, 0},
9062 {"(*URL).Redacted", Method, 15},
9063 {"(*URL).RequestURI", Method, 0},
9064 {"(*URL).ResolveReference", Method, 0},
9065 {"(*URL).String", Method, 0},
9066 {"(*URL).UnmarshalBinary", Method, 8},
9067 {"(*Userinfo).Password", Method, 0},
9068 {"(*Userinfo).String", Method, 0},
9069 {"(*Userinfo).Username", Method, 0},
9070 {"(EscapeError).Error", Method, 0},
9071 {"(InvalidHostError).Error", Method, 6},
9072 {"(Values).Add", Method, 0},
9073 {"(Values).Del", Method, 0},
9074 {"(Values).Encode", Method, 0},
9075 {"(Values).Get", Method, 0},
9076 {"(Values).Has", Method, 17},
9077 {"(Values).Set", Method, 0},
9078 {"Error", Type, 0},
9079 {"Error.Err", Field, 0},
9080 {"Error.Op", Field, 0},
9081 {"Error.URL", Field, 0},
9082 {"EscapeError", Type, 0},
9083 {"InvalidHostError", Type, 6},
9084 {"JoinPath", Func, 19},
9085 {"Parse", Func, 0},
9086 {"ParseQuery", Func, 0},
9087 {"ParseRequestURI", Func, 0},
9088 {"PathEscape", Func, 8},
9089 {"PathUnescape", Func, 8},
9090 {"QueryEscape", Func, 0},
9091 {"QueryUnescape", Func, 0},
9092 {"URL", Type, 0},
9093 {"URL.ForceQuery", Field, 7},
9094 {"URL.Fragment", Field, 0},
9095 {"URL.Host", Field, 0},
9096 {"URL.OmitHost", Field, 19},
9097 {"URL.Opaque", Field, 0},
9098 {"URL.Path", Field, 0},
9099 {"URL.RawFragment", Field, 15},
9100 {"URL.RawPath", Field, 5},
9101 {"URL.RawQuery", Field, 0},
9102 {"URL.Scheme", Field, 0},
9103 {"URL.User", Field, 0},
9104 {"User", Func, 0},
9105 {"UserPassword", Func, 0},
9106 {"Userinfo", Type, 0},
9107 {"Values", Type, 0},
9108 },
9109 "os": {
9110 {"(*File).Chdir", Method, 0},
9111 {"(*File).Chmod", Method, 0},
9112 {"(*File).Chown", Method, 0},
9113 {"(*File).Close", Method, 0},
9114 {"(*File).Fd", Method, 0},
9115 {"(*File).Name", Method, 0},
9116 {"(*File).Read", Method, 0},
9117 {"(*File).ReadAt", Method, 0},
9118 {"(*File).ReadDir", Method, 16},
9119 {"(*File).ReadFrom", Method, 15},
9120 {"(*File).Readdir", Method, 0},
9121 {"(*File).Readdirnames", Method, 0},
9122 {"(*File).Seek", Method, 0},
9123 {"(*File).SetDeadline", Method, 10},
9124 {"(*File).SetReadDeadline", Method, 10},
9125 {"(*File).SetWriteDeadline", Method, 10},
9126 {"(*File).Stat", Method, 0},
9127 {"(*File).Sync", Method, 0},
9128 {"(*File).SyscallConn", Method, 12},
9129 {"(*File).Truncate", Method, 0},
9130 {"(*File).Write", Method, 0},
9131 {"(*File).WriteAt", Method, 0},
9132 {"(*File).WriteString", Method, 0},
9133 {"(*File).WriteTo", Method, 22},
9134 {"(*LinkError).Error", Method, 0},
9135 {"(*LinkError).Unwrap", Method, 13},
9136 {"(*PathError).Error", Method, 0},
9137 {"(*PathError).Timeout", Method, 10},
9138 {"(*PathError).Unwrap", Method, 13},
9139 {"(*Process).Kill", Method, 0},
9140 {"(*Process).Release", Method, 0},
9141 {"(*Process).Signal", Method, 0},
9142 {"(*Process).Wait", Method, 0},
9143 {"(*ProcessState).ExitCode", Method, 12},
9144 {"(*ProcessState).Exited", Method, 0},
9145 {"(*ProcessState).Pid", Method, 0},
9146 {"(*ProcessState).String", Method, 0},
9147 {"(*ProcessState).Success", Method, 0},
9148 {"(*ProcessState).Sys", Method, 0},
9149 {"(*ProcessState).SysUsage", Method, 0},
9150 {"(*ProcessState).SystemTime", Method, 0},
9151 {"(*ProcessState).UserTime", Method, 0},
9152 {"(*Root).Chmod", Method, 25},
9153 {"(*Root).Chown", Method, 25},
9154 {"(*Root).Close", Method, 24},
9155 {"(*Root).Create", Method, 24},
9156 {"(*Root).FS", Method, 24},
9157 {"(*Root).Lstat", Method, 24},
9158 {"(*Root).Mkdir", Method, 24},
9159 {"(*Root).Name", Method, 24},
9160 {"(*Root).Open", Method, 24},
9161 {"(*Root).OpenFile", Method, 24},
9162 {"(*Root).OpenRoot", Method, 24},
9163 {"(*Root).Remove", Method, 24},
9164 {"(*Root).Stat", Method, 24},
9165 {"(*SyscallError).Error", Method, 0},
9166 {"(*SyscallError).Timeout", Method, 10},
9167 {"(*SyscallError).Unwrap", Method, 13},
9168 {"(FileMode).IsDir", Method, 0},
9169 {"(FileMode).IsRegular", Method, 1},
9170 {"(FileMode).Perm", Method, 0},
9171 {"(FileMode).String", Method, 0},
9172 {"Args", Var, 0},
9173 {"Chdir", Func, 0},
9174 {"Chmod", Func, 0},
9175 {"Chown", Func, 0},
9176 {"Chtimes", Func, 0},
9177 {"Clearenv", Func, 0},
9178 {"CopyFS", Func, 23},
9179 {"Create", Func, 0},
9180 {"CreateTemp", Func, 16},
9181 {"DevNull", Const, 0},
9182 {"DirEntry", Type, 16},
9183 {"DirFS", Func, 16},
9184 {"Environ", Func, 0},
9185 {"ErrClosed", Var, 8},
9186 {"ErrDeadlineExceeded", Var, 15},
9187 {"ErrExist", Var, 0},
9188 {"ErrInvalid", Var, 0},
9189 {"ErrNoDeadline", Var, 10},
9190 {"ErrNotExist", Var, 0},
9191 {"ErrPermission", Var, 0},
9192 {"ErrProcessDone", Var, 16},
9193 {"Executable", Func, 8},
9194 {"Exit", Func, 0},
9195 {"Expand", Func, 0},
9196 {"ExpandEnv", Func, 0},
9197 {"File", Type, 0},
9198 {"FileInfo", Type, 0},
9199 {"FileMode", Type, 0},
9200 {"FindProcess", Func, 0},
9201 {"Getegid", Func, 0},
9202 {"Getenv", Func, 0},
9203 {"Geteuid", Func, 0},
9204 {"Getgid", Func, 0},
9205 {"Getgroups", Func, 0},
9206 {"Getpagesize", Func, 0},
9207 {"Getpid", Func, 0},
9208 {"Getppid", Func, 0},
9209 {"Getuid", Func, 0},
9210 {"Getwd", Func, 0},
9211 {"Hostname", Func, 0},
9212 {"Interrupt", Var, 0},
9213 {"IsExist", Func, 0},
9214 {"IsNotExist", Func, 0},
9215 {"IsPathSeparator", Func, 0},
9216 {"IsPermission", Func, 0},
9217 {"IsTimeout", Func, 10},
9218 {"Kill", Var, 0},
9219 {"Lchown", Func, 0},
9220 {"Link", Func, 0},
9221 {"LinkError", Type, 0},
9222 {"LinkError.Err", Field, 0},
9223 {"LinkError.New", Field, 0},
9224 {"LinkError.Old", Field, 0},
9225 {"LinkError.Op", Field, 0},
9226 {"LookupEnv", Func, 5},
9227 {"Lstat", Func, 0},
9228 {"Mkdir", Func, 0},
9229 {"MkdirAll", Func, 0},
9230 {"MkdirTemp", Func, 16},
9231 {"ModeAppend", Const, 0},
9232 {"ModeCharDevice", Const, 0},
9233 {"ModeDevice", Const, 0},
9234 {"ModeDir", Const, 0},
9235 {"ModeExclusive", Const, 0},
9236 {"ModeIrregular", Const, 11},
9237 {"ModeNamedPipe", Const, 0},
9238 {"ModePerm", Const, 0},
9239 {"ModeSetgid", Const, 0},
9240 {"ModeSetuid", Const, 0},
9241 {"ModeSocket", Const, 0},
9242 {"ModeSticky", Const, 0},
9243 {"ModeSymlink", Const, 0},
9244 {"ModeTemporary", Const, 0},
9245 {"ModeType", Const, 0},
9246 {"NewFile", Func, 0},
9247 {"NewSyscallError", Func, 0},
9248 {"O_APPEND", Const, 0},
9249 {"O_CREATE", Const, 0},
9250 {"O_EXCL", Const, 0},
9251 {"O_RDONLY", Const, 0},
9252 {"O_RDWR", Const, 0},
9253 {"O_SYNC", Const, 0},
9254 {"O_TRUNC", Const, 0},
9255 {"O_WRONLY", Const, 0},
9256 {"Open", Func, 0},
9257 {"OpenFile", Func, 0},
9258 {"OpenInRoot", Func, 24},
9259 {"OpenRoot", Func, 24},
9260 {"PathError", Type, 0},
9261 {"PathError.Err", Field, 0},
9262 {"PathError.Op", Field, 0},
9263 {"PathError.Path", Field, 0},
9264 {"PathListSeparator", Const, 0},
9265 {"PathSeparator", Const, 0},
9266 {"Pipe", Func, 0},
9267 {"ProcAttr", Type, 0},
9268 {"ProcAttr.Dir", Field, 0},
9269 {"ProcAttr.Env", Field, 0},
9270 {"ProcAttr.Files", Field, 0},
9271 {"ProcAttr.Sys", Field, 0},
9272 {"Process", Type, 0},
9273 {"Process.Pid", Field, 0},
9274 {"ProcessState", Type, 0},
9275 {"ReadDir", Func, 16},
9276 {"ReadFile", Func, 16},
9277 {"Readlink", Func, 0},
9278 {"Remove", Func, 0},
9279 {"RemoveAll", Func, 0},
9280 {"Rename", Func, 0},
9281 {"Root", Type, 24},
9282 {"SEEK_CUR", Const, 0},
9283 {"SEEK_END", Const, 0},
9284 {"SEEK_SET", Const, 0},
9285 {"SameFile", Func, 0},
9286 {"Setenv", Func, 0},
9287 {"Signal", Type, 0},
9288 {"StartProcess", Func, 0},
9289 {"Stat", Func, 0},
9290 {"Stderr", Var, 0},
9291 {"Stdin", Var, 0},
9292 {"Stdout", Var, 0},
9293 {"Symlink", Func, 0},
9294 {"SyscallError", Type, 0},
9295 {"SyscallError.Err", Field, 0},
9296 {"SyscallError.Syscall", Field, 0},
9297 {"TempDir", Func, 0},
9298 {"Truncate", Func, 0},
9299 {"Unsetenv", Func, 4},
9300 {"UserCacheDir", Func, 11},
9301 {"UserConfigDir", Func, 13},
9302 {"UserHomeDir", Func, 12},
9303 {"WriteFile", Func, 16},
9304 },
9305 "os/exec": {
9306 {"(*Cmd).CombinedOutput", Method, 0},
9307 {"(*Cmd).Environ", Method, 19},
9308 {"(*Cmd).Output", Method, 0},
9309 {"(*Cmd).Run", Method, 0},
9310 {"(*Cmd).Start", Method, 0},
9311 {"(*Cmd).StderrPipe", Method, 0},
9312 {"(*Cmd).StdinPipe", Method, 0},
9313 {"(*Cmd).StdoutPipe", Method, 0},
9314 {"(*Cmd).String", Method, 13},
9315 {"(*Cmd).Wait", Method, 0},
9316 {"(*Error).Error", Method, 0},
9317 {"(*Error).Unwrap", Method, 13},
9318 {"(*ExitError).Error", Method, 0},
9319 {"(ExitError).ExitCode", Method, 12},
9320 {"(ExitError).Exited", Method, 0},
9321 {"(ExitError).Pid", Method, 0},
9322 {"(ExitError).String", Method, 0},
9323 {"(ExitError).Success", Method, 0},
9324 {"(ExitError).Sys", Method, 0},
9325 {"(ExitError).SysUsage", Method, 0},
9326 {"(ExitError).SystemTime", Method, 0},
9327 {"(ExitError).UserTime", Method, 0},
9328 {"Cmd", Type, 0},
9329 {"Cmd.Args", Field, 0},
9330 {"Cmd.Cancel", Field, 20},
9331 {"Cmd.Dir", Field, 0},
9332 {"Cmd.Env", Field, 0},
9333 {"Cmd.Err", Field, 19},
9334 {"Cmd.ExtraFiles", Field, 0},
9335 {"Cmd.Path", Field, 0},
9336 {"Cmd.Process", Field, 0},
9337 {"Cmd.ProcessState", Field, 0},
9338 {"Cmd.Stderr", Field, 0},
9339 {"Cmd.Stdin", Field, 0},
9340 {"Cmd.Stdout", Field, 0},
9341 {"Cmd.SysProcAttr", Field, 0},
9342 {"Cmd.WaitDelay", Field, 20},
9343 {"Command", Func, 0},
9344 {"CommandContext", Func, 7},
9345 {"ErrDot", Var, 19},
9346 {"ErrNotFound", Var, 0},
9347 {"ErrWaitDelay", Var, 20},
9348 {"Error", Type, 0},
9349 {"Error.Err", Field, 0},
9350 {"Error.Name", Field, 0},
9351 {"ExitError", Type, 0},
9352 {"ExitError.ProcessState", Field, 0},
9353 {"ExitError.Stderr", Field, 6},
9354 {"LookPath", Func, 0},
9355 },
9356 "os/signal": {
9357 {"Ignore", Func, 5},
9358 {"Ignored", Func, 11},
9359 {"Notify", Func, 0},
9360 {"NotifyContext", Func, 16},
9361 {"Reset", Func, 5},
9362 {"Stop", Func, 1},
9363 },
9364 "os/user": {
9365 {"(*User).GroupIds", Method, 7},
9366 {"(UnknownGroupError).Error", Method, 7},
9367 {"(UnknownGroupIdError).Error", Method, 7},
9368 {"(UnknownUserError).Error", Method, 0},
9369 {"(UnknownUserIdError).Error", Method, 0},
9370 {"Current", Func, 0},
9371 {"Group", Type, 7},
9372 {"Group.Gid", Field, 7},
9373 {"Group.Name", Field, 7},
9374 {"Lookup", Func, 0},
9375 {"LookupGroup", Func, 7},
9376 {"LookupGroupId", Func, 7},
9377 {"LookupId", Func, 0},
9378 {"UnknownGroupError", Type, 7},
9379 {"UnknownGroupIdError", Type, 7},
9380 {"UnknownUserError", Type, 0},
9381 {"UnknownUserIdError", Type, 0},
9382 {"User", Type, 0},
9383 {"User.Gid", Field, 0},
9384 {"User.HomeDir", Field, 0},
9385 {"User.Name", Field, 0},
9386 {"User.Uid", Field, 0},
9387 {"User.Username", Field, 0},
9388 },
9389 "path": {
9390 {"Base", Func, 0},
9391 {"Clean", Func, 0},
9392 {"Dir", Func, 0},
9393 {"ErrBadPattern", Var, 0},
9394 {"Ext", Func, 0},
9395 {"IsAbs", Func, 0},
9396 {"Join", Func, 0},
9397 {"Match", Func, 0},
9398 {"Split", Func, 0},
9399 },
9400 "path/filepath": {
9401 {"Abs", Func, 0},
9402 {"Base", Func, 0},
9403 {"Clean", Func, 0},
9404 {"Dir", Func, 0},
9405 {"ErrBadPattern", Var, 0},
9406 {"EvalSymlinks", Func, 0},
9407 {"Ext", Func, 0},
9408 {"FromSlash", Func, 0},
9409 {"Glob", Func, 0},
9410 {"HasPrefix", Func, 0},
9411 {"IsAbs", Func, 0},
9412 {"IsLocal", Func, 20},
9413 {"Join", Func, 0},
9414 {"ListSeparator", Const, 0},
9415 {"Localize", Func, 23},
9416 {"Match", Func, 0},
9417 {"Rel", Func, 0},
9418 {"Separator", Const, 0},
9419 {"SkipAll", Var, 20},
9420 {"SkipDir", Var, 0},
9421 {"Split", Func, 0},
9422 {"SplitList", Func, 0},
9423 {"ToSlash", Func, 0},
9424 {"VolumeName", Func, 0},
9425 {"Walk", Func, 0},
9426 {"WalkDir", Func, 16},
9427 {"WalkFunc", Type, 0},
9428 },
9429 "plugin": {
9430 {"(*Plugin).Lookup", Method, 8},
9431 {"Open", Func, 8},
9432 {"Plugin", Type, 8},
9433 {"Symbol", Type, 8},
9434 },
9435 "reflect": {
9436 {"(*MapIter).Key", Method, 12},
9437 {"(*MapIter).Next", Method, 12},
9438 {"(*MapIter).Reset", Method, 18},
9439 {"(*MapIter).Value", Method, 12},
9440 {"(*ValueError).Error", Method, 0},
9441 {"(ChanDir).String", Method, 0},
9442 {"(Kind).String", Method, 0},
9443 {"(Method).IsExported", Method, 17},
9444 {"(StructField).IsExported", Method, 17},
9445 {"(StructTag).Get", Method, 0},
9446 {"(StructTag).Lookup", Method, 7},
9447 {"(Value).Addr", Method, 0},
9448 {"(Value).Bool", Method, 0},
9449 {"(Value).Bytes", Method, 0},
9450 {"(Value).Call", Method, 0},
9451 {"(Value).CallSlice", Method, 0},
9452 {"(Value).CanAddr", Method, 0},
9453 {"(Value).CanComplex", Method, 18},
9454 {"(Value).CanConvert", Method, 17},
9455 {"(Value).CanFloat", Method, 18},
9456 {"(Value).CanInt", Method, 18},
9457 {"(Value).CanInterface", Method, 0},
9458 {"(Value).CanSet", Method, 0},
9459 {"(Value).CanUint", Method, 18},
9460 {"(Value).Cap", Method, 0},
9461 {"(Value).Clear", Method, 21},
9462 {"(Value).Close", Method, 0},
9463 {"(Value).Comparable", Method, 20},
9464 {"(Value).Complex", Method, 0},
9465 {"(Value).Convert", Method, 1},
9466 {"(Value).Elem", Method, 0},
9467 {"(Value).Equal", Method, 20},
9468 {"(Value).Field", Method, 0},
9469 {"(Value).FieldByIndex", Method, 0},
9470 {"(Value).FieldByIndexErr", Method, 18},
9471 {"(Value).FieldByName", Method, 0},
9472 {"(Value).FieldByNameFunc", Method, 0},
9473 {"(Value).Float", Method, 0},
9474 {"(Value).Grow", Method, 20},
9475 {"(Value).Index", Method, 0},
9476 {"(Value).Int", Method, 0},
9477 {"(Value).Interface", Method, 0},
9478 {"(Value).InterfaceData", Method, 0},
9479 {"(Value).IsNil", Method, 0},
9480 {"(Value).IsValid", Method, 0},
9481 {"(Value).IsZero", Method, 13},
9482 {"(Value).Kind", Method, 0},
9483 {"(Value).Len", Method, 0},
9484 {"(Value).MapIndex", Method, 0},
9485 {"(Value).MapKeys", Method, 0},
9486 {"(Value).MapRange", Method, 12},
9487 {"(Value).Method", Method, 0},
9488 {"(Value).MethodByName", Method, 0},
9489 {"(Value).NumField", Method, 0},
9490 {"(Value).NumMethod", Method, 0},
9491 {"(Value).OverflowComplex", Method, 0},
9492 {"(Value).OverflowFloat", Method, 0},
9493 {"(Value).OverflowInt", Method, 0},
9494 {"(Value).OverflowUint", Method, 0},
9495 {"(Value).Pointer", Method, 0},
9496 {"(Value).Recv", Method, 0},
9497 {"(Value).Send", Method, 0},
9498 {"(Value).Seq", Method, 23},
9499 {"(Value).Seq2", Method, 23},
9500 {"(Value).Set", Method, 0},
9501 {"(Value).SetBool", Method, 0},
9502 {"(Value).SetBytes", Method, 0},
9503 {"(Value).SetCap", Method, 2},
9504 {"(Value).SetComplex", Method, 0},
9505 {"(Value).SetFloat", Method, 0},
9506 {"(Value).SetInt", Method, 0},
9507 {"(Value).SetIterKey", Method, 18},
9508 {"(Value).SetIterValue", Method, 18},
9509 {"(Value).SetLen", Method, 0},
9510 {"(Value).SetMapIndex", Method, 0},
9511 {"(Value).SetPointer", Method, 0},
9512 {"(Value).SetString", Method, 0},
9513 {"(Value).SetUint", Method, 0},
9514 {"(Value).SetZero", Method, 20},
9515 {"(Value).Slice", Method, 0},
9516 {"(Value).Slice3", Method, 2},
9517 {"(Value).String", Method, 0},
9518 {"(Value).TryRecv", Method, 0},
9519 {"(Value).TrySend", Method, 0},
9520 {"(Value).Type", Method, 0},
9521 {"(Value).Uint", Method, 0},
9522 {"(Value).UnsafeAddr", Method, 0},
9523 {"(Value).UnsafePointer", Method, 18},
9524 {"Append", Func, 0},
9525 {"AppendSlice", Func, 0},
9526 {"Array", Const, 0},
9527 {"ArrayOf", Func, 5},
9528 {"Bool", Const, 0},
9529 {"BothDir", Const, 0},
9530 {"Chan", Const, 0},
9531 {"ChanDir", Type, 0},
9532 {"ChanOf", Func, 1},
9533 {"Complex128", Const, 0},
9534 {"Complex64", Const, 0},
9535 {"Copy", Func, 0},
9536 {"DeepEqual", Func, 0},
9537 {"Float32", Const, 0},
9538 {"Float64", Const, 0},
9539 {"Func", Const, 0},
9540 {"FuncOf", Func, 5},
9541 {"Indirect", Func, 0},
9542 {"Int", Const, 0},
9543 {"Int16", Const, 0},
9544 {"Int32", Const, 0},
9545 {"Int64", Const, 0},
9546 {"Int8", Const, 0},
9547 {"Interface", Const, 0},
9548 {"Invalid", Const, 0},
9549 {"Kind", Type, 0},
9550 {"MakeChan", Func, 0},
9551 {"MakeFunc", Func, 1},
9552 {"MakeMap", Func, 0},
9553 {"MakeMapWithSize", Func, 9},
9554 {"MakeSlice", Func, 0},
9555 {"Map", Const, 0},
9556 {"MapIter", Type, 12},
9557 {"MapOf", Func, 1},
9558 {"Method", Type, 0},
9559 {"Method.Func", Field, 0},
9560 {"Method.Index", Field, 0},
9561 {"Method.Name", Field, 0},
9562 {"Method.PkgPath", Field, 0},
9563 {"Method.Type", Field, 0},
9564 {"New", Func, 0},
9565 {"NewAt", Func, 0},
9566 {"Pointer", Const, 18},
9567 {"PointerTo", Func, 18},
9568 {"Ptr", Const, 0},
9569 {"PtrTo", Func, 0},
9570 {"RecvDir", Const, 0},
9571 {"Select", Func, 1},
9572 {"SelectCase", Type, 1},
9573 {"SelectCase.Chan", Field, 1},
9574 {"SelectCase.Dir", Field, 1},
9575 {"SelectCase.Send", Field, 1},
9576 {"SelectDefault", Const, 1},
9577 {"SelectDir", Type, 1},
9578 {"SelectRecv", Const, 1},
9579 {"SelectSend", Const, 1},
9580 {"SendDir", Const, 0},
9581 {"Slice", Const, 0},
9582 {"SliceAt", Func, 23},
9583 {"SliceHeader", Type, 0},
9584 {"SliceHeader.Cap", Field, 0},
9585 {"SliceHeader.Data", Field, 0},
9586 {"SliceHeader.Len", Field, 0},
9587 {"SliceOf", Func, 1},
9588 {"String", Const, 0},
9589 {"StringHeader", Type, 0},
9590 {"StringHeader.Data", Field, 0},
9591 {"StringHeader.Len", Field, 0},
9592 {"Struct", Const, 0},
9593 {"StructField", Type, 0},
9594 {"StructField.Anonymous", Field, 0},
9595 {"StructField.Index", Field, 0},
9596 {"StructField.Name", Field, 0},
9597 {"StructField.Offset", Field, 0},
9598 {"StructField.PkgPath", Field, 0},
9599 {"StructField.Tag", Field, 0},
9600 {"StructField.Type", Field, 0},
9601 {"StructOf", Func, 7},
9602 {"StructTag", Type, 0},
9603 {"Swapper", Func, 8},
9604 {"Type", Type, 0},
9605 {"TypeFor", Func, 22},
9606 {"TypeOf", Func, 0},
9607 {"Uint", Const, 0},
9608 {"Uint16", Const, 0},
9609 {"Uint32", Const, 0},
9610 {"Uint64", Const, 0},
9611 {"Uint8", Const, 0},
9612 {"Uintptr", Const, 0},
9613 {"UnsafePointer", Const, 0},
9614 {"Value", Type, 0},
9615 {"ValueError", Type, 0},
9616 {"ValueError.Kind", Field, 0},
9617 {"ValueError.Method", Field, 0},
9618 {"ValueOf", Func, 0},
9619 {"VisibleFields", Func, 17},
9620 {"Zero", Func, 0},
9621 },
9622 "regexp": {
9623 {"(*Regexp).AppendText", Method, 24},
9624 {"(*Regexp).Copy", Method, 6},
9625 {"(*Regexp).Expand", Method, 0},
9626 {"(*Regexp).ExpandString", Method, 0},
9627 {"(*Regexp).Find", Method, 0},
9628 {"(*Regexp).FindAll", Method, 0},
9629 {"(*Regexp).FindAllIndex", Method, 0},
9630 {"(*Regexp).FindAllString", Method, 0},
9631 {"(*Regexp).FindAllStringIndex", Method, 0},
9632 {"(*Regexp).FindAllStringSubmatch", Method, 0},
9633 {"(*Regexp).FindAllStringSubmatchIndex", Method, 0},
9634 {"(*Regexp).FindAllSubmatch", Method, 0},
9635 {"(*Regexp).FindAllSubmatchIndex", Method, 0},
9636 {"(*Regexp).FindIndex", Method, 0},
9637 {"(*Regexp).FindReaderIndex", Method, 0},
9638 {"(*Regexp).FindReaderSubmatchIndex", Method, 0},
9639 {"(*Regexp).FindString", Method, 0},
9640 {"(*Regexp).FindStringIndex", Method, 0},
9641 {"(*Regexp).FindStringSubmatch", Method, 0},
9642 {"(*Regexp).FindStringSubmatchIndex", Method, 0},
9643 {"(*Regexp).FindSubmatch", Method, 0},
9644 {"(*Regexp).FindSubmatchIndex", Method, 0},
9645 {"(*Regexp).LiteralPrefix", Method, 0},
9646 {"(*Regexp).Longest", Method, 1},
9647 {"(*Regexp).MarshalText", Method, 21},
9648 {"(*Regexp).Match", Method, 0},
9649 {"(*Regexp).MatchReader", Method, 0},
9650 {"(*Regexp).MatchString", Method, 0},
9651 {"(*Regexp).NumSubexp", Method, 0},
9652 {"(*Regexp).ReplaceAll", Method, 0},
9653 {"(*Regexp).ReplaceAllFunc", Method, 0},
9654 {"(*Regexp).ReplaceAllLiteral", Method, 0},
9655 {"(*Regexp).ReplaceAllLiteralString", Method, 0},
9656 {"(*Regexp).ReplaceAllString", Method, 0},
9657 {"(*Regexp).ReplaceAllStringFunc", Method, 0},
9658 {"(*Regexp).Split", Method, 1},
9659 {"(*Regexp).String", Method, 0},
9660 {"(*Regexp).SubexpIndex", Method, 15},
9661 {"(*Regexp).SubexpNames", Method, 0},
9662 {"(*Regexp).UnmarshalText", Method, 21},
9663 {"Compile", Func, 0},
9664 {"CompilePOSIX", Func, 0},
9665 {"Match", Func, 0},
9666 {"MatchReader", Func, 0},
9667 {"MatchString", Func, 0},
9668 {"MustCompile", Func, 0},
9669 {"MustCompilePOSIX", Func, 0},
9670 {"QuoteMeta", Func, 0},
9671 {"Regexp", Type, 0},
9672 },
9673 "regexp/syntax": {
9674 {"(*Error).Error", Method, 0},
9675 {"(*Inst).MatchEmptyWidth", Method, 0},
9676 {"(*Inst).MatchRune", Method, 0},
9677 {"(*Inst).MatchRunePos", Method, 3},
9678 {"(*Inst).String", Method, 0},
9679 {"(*Prog).Prefix", Method, 0},
9680 {"(*Prog).StartCond", Method, 0},
9681 {"(*Prog).String", Method, 0},
9682 {"(*Regexp).CapNames", Method, 0},
9683 {"(*Regexp).Equal", Method, 0},
9684 {"(*Regexp).MaxCap", Method, 0},
9685 {"(*Regexp).Simplify", Method, 0},
9686 {"(*Regexp).String", Method, 0},
9687 {"(ErrorCode).String", Method, 0},
9688 {"(InstOp).String", Method, 3},
9689 {"(Op).String", Method, 11},
9690 {"ClassNL", Const, 0},
9691 {"Compile", Func, 0},
9692 {"DotNL", Const, 0},
9693 {"EmptyBeginLine", Const, 0},
9694 {"EmptyBeginText", Const, 0},
9695 {"EmptyEndLine", Const, 0},
9696 {"EmptyEndText", Const, 0},
9697 {"EmptyNoWordBoundary", Const, 0},
9698 {"EmptyOp", Type, 0},
9699 {"EmptyOpContext", Func, 0},
9700 {"EmptyWordBoundary", Const, 0},
9701 {"ErrInternalError", Const, 0},
9702 {"ErrInvalidCharClass", Const, 0},
9703 {"ErrInvalidCharRange", Const, 0},
9704 {"ErrInvalidEscape", Const, 0},
9705 {"ErrInvalidNamedCapture", Const, 0},
9706 {"ErrInvalidPerlOp", Const, 0},
9707 {"ErrInvalidRepeatOp", Const, 0},
9708 {"ErrInvalidRepeatSize", Const, 0},
9709 {"ErrInvalidUTF8", Const, 0},
9710 {"ErrLarge", Const, 20},
9711 {"ErrMissingBracket", Const, 0},
9712 {"ErrMissingParen", Const, 0},
9713 {"ErrMissingRepeatArgument", Const, 0},
9714 {"ErrNestingDepth", Const, 19},
9715 {"ErrTrailingBackslash", Const, 0},
9716 {"ErrUnexpectedParen", Const, 1},
9717 {"Error", Type, 0},
9718 {"Error.Code", Field, 0},
9719 {"Error.Expr", Field, 0},
9720 {"ErrorCode", Type, 0},
9721 {"Flags", Type, 0},
9722 {"FoldCase", Const, 0},
9723 {"Inst", Type, 0},
9724 {"Inst.Arg", Field, 0},
9725 {"Inst.Op", Field, 0},
9726 {"Inst.Out", Field, 0},
9727 {"Inst.Rune", Field, 0},
9728 {"InstAlt", Const, 0},
9729 {"InstAltMatch", Const, 0},
9730 {"InstCapture", Const, 0},
9731 {"InstEmptyWidth", Const, 0},
9732 {"InstFail", Const, 0},
9733 {"InstMatch", Const, 0},
9734 {"InstNop", Const, 0},
9735 {"InstOp", Type, 0},
9736 {"InstRune", Const, 0},
9737 {"InstRune1", Const, 0},
9738 {"InstRuneAny", Const, 0},
9739 {"InstRuneAnyNotNL", Const, 0},
9740 {"IsWordChar", Func, 0},
9741 {"Literal", Const, 0},
9742 {"MatchNL", Const, 0},
9743 {"NonGreedy", Const, 0},
9744 {"OneLine", Const, 0},
9745 {"Op", Type, 0},
9746 {"OpAlternate", Const, 0},
9747 {"OpAnyChar", Const, 0},
9748 {"OpAnyCharNotNL", Const, 0},
9749 {"OpBeginLine", Const, 0},
9750 {"OpBeginText", Const, 0},
9751 {"OpCapture", Const, 0},
9752 {"OpCharClass", Const, 0},
9753 {"OpConcat", Const, 0},
9754 {"OpEmptyMatch", Const, 0},
9755 {"OpEndLine", Const, 0},
9756 {"OpEndText", Const, 0},
9757 {"OpLiteral", Const, 0},
9758 {"OpNoMatch", Const, 0},
9759 {"OpNoWordBoundary", Const, 0},
9760 {"OpPlus", Const, 0},
9761 {"OpQuest", Const, 0},
9762 {"OpRepeat", Const, 0},
9763 {"OpStar", Const, 0},
9764 {"OpWordBoundary", Const, 0},
9765 {"POSIX", Const, 0},
9766 {"Parse", Func, 0},
9767 {"Perl", Const, 0},
9768 {"PerlX", Const, 0},
9769 {"Prog", Type, 0},
9770 {"Prog.Inst", Field, 0},
9771 {"Prog.NumCap", Field, 0},
9772 {"Prog.Start", Field, 0},
9773 {"Regexp", Type, 0},
9774 {"Regexp.Cap", Field, 0},
9775 {"Regexp.Flags", Field, 0},
9776 {"Regexp.Max", Field, 0},
9777 {"Regexp.Min", Field, 0},
9778 {"Regexp.Name", Field, 0},
9779 {"Regexp.Op", Field, 0},
9780 {"Regexp.Rune", Field, 0},
9781 {"Regexp.Rune0", Field, 0},
9782 {"Regexp.Sub", Field, 0},
9783 {"Regexp.Sub0", Field, 0},
9784 {"Simple", Const, 0},
9785 {"UnicodeGroups", Const, 0},
9786 {"WasDollar", Const, 0},
9787 },
9788 "runtime": {
9789 {"(*BlockProfileRecord).Stack", Method, 1},
9790 {"(*Frames).Next", Method, 7},
9791 {"(*Func).Entry", Method, 0},
9792 {"(*Func).FileLine", Method, 0},
9793 {"(*Func).Name", Method, 0},
9794 {"(*MemProfileRecord).InUseBytes", Method, 0},
9795 {"(*MemProfileRecord).InUseObjects", Method, 0},
9796 {"(*MemProfileRecord).Stack", Method, 0},
9797 {"(*PanicNilError).Error", Method, 21},
9798 {"(*PanicNilError).RuntimeError", Method, 21},
9799 {"(*Pinner).Pin", Method, 21},
9800 {"(*Pinner).Unpin", Method, 21},
9801 {"(*StackRecord).Stack", Method, 0},
9802 {"(*TypeAssertionError).Error", Method, 0},
9803 {"(*TypeAssertionError).RuntimeError", Method, 0},
9804 {"(Cleanup).Stop", Method, 24},
9805 {"AddCleanup", Func, 24},
9806 {"BlockProfile", Func, 1},
9807 {"BlockProfileRecord", Type, 1},
9808 {"BlockProfileRecord.Count", Field, 1},
9809 {"BlockProfileRecord.Cycles", Field, 1},
9810 {"BlockProfileRecord.StackRecord", Field, 1},
9811 {"Breakpoint", Func, 0},
9812 {"CPUProfile", Func, 0},
9813 {"Caller", Func, 0},
9814 {"Callers", Func, 0},
9815 {"CallersFrames", Func, 7},
9816 {"Cleanup", Type, 24},
9817 {"Compiler", Const, 0},
9818 {"Error", Type, 0},
9819 {"Frame", Type, 7},
9820 {"Frame.Entry", Field, 7},
9821 {"Frame.File", Field, 7},
9822 {"Frame.Func", Field, 7},
9823 {"Frame.Function", Field, 7},
9824 {"Frame.Line", Field, 7},
9825 {"Frame.PC", Field, 7},
9826 {"Frames", Type, 7},
9827 {"Func", Type, 0},
9828 {"FuncForPC", Func, 0},
9829 {"GC", Func, 0},
9830 {"GOARCH", Const, 0},
9831 {"GOMAXPROCS", Func, 0},
9832 {"GOOS", Const, 0},
9833 {"GOROOT", Func, 0},
9834 {"Goexit", Func, 0},
9835 {"GoroutineProfile", Func, 0},
9836 {"Gosched", Func, 0},
9837 {"KeepAlive", Func, 7},
9838 {"LockOSThread", Func, 0},
9839 {"MemProfile", Func, 0},
9840 {"MemProfileRate", Var, 0},
9841 {"MemProfileRecord", Type, 0},
9842 {"MemProfileRecord.AllocBytes", Field, 0},
9843 {"MemProfileRecord.AllocObjects", Field, 0},
9844 {"MemProfileRecord.FreeBytes", Field, 0},
9845 {"MemProfileRecord.FreeObjects", Field, 0},
9846 {"MemProfileRecord.Stack0", Field, 0},
9847 {"MemStats", Type, 0},
9848 {"MemStats.Alloc", Field, 0},
9849 {"MemStats.BuckHashSys", Field, 0},
9850 {"MemStats.BySize", Field, 0},
9851 {"MemStats.DebugGC", Field, 0},
9852 {"MemStats.EnableGC", Field, 0},
9853 {"MemStats.Frees", Field, 0},
9854 {"MemStats.GCCPUFraction", Field, 5},
9855 {"MemStats.GCSys", Field, 2},
9856 {"MemStats.HeapAlloc", Field, 0},
9857 {"MemStats.HeapIdle", Field, 0},
9858 {"MemStats.HeapInuse", Field, 0},
9859 {"MemStats.HeapObjects", Field, 0},
9860 {"MemStats.HeapReleased", Field, 0},
9861 {"MemStats.HeapSys", Field, 0},
9862 {"MemStats.LastGC", Field, 0},
9863 {"MemStats.Lookups", Field, 0},
9864 {"MemStats.MCacheInuse", Field, 0},
9865 {"MemStats.MCacheSys", Field, 0},
9866 {"MemStats.MSpanInuse", Field, 0},
9867 {"MemStats.MSpanSys", Field, 0},
9868 {"MemStats.Mallocs", Field, 0},
9869 {"MemStats.NextGC", Field, 0},
9870 {"MemStats.NumForcedGC", Field, 8},
9871 {"MemStats.NumGC", Field, 0},
9872 {"MemStats.OtherSys", Field, 2},
9873 {"MemStats.PauseEnd", Field, 4},
9874 {"MemStats.PauseNs", Field, 0},
9875 {"MemStats.PauseTotalNs", Field, 0},
9876 {"MemStats.StackInuse", Field, 0},
9877 {"MemStats.StackSys", Field, 0},
9878 {"MemStats.Sys", Field, 0},
9879 {"MemStats.TotalAlloc", Field, 0},
9880 {"MutexProfile", Func, 8},
9881 {"NumCPU", Func, 0},
9882 {"NumCgoCall", Func, 0},
9883 {"NumGoroutine", Func, 0},
9884 {"PanicNilError", Type, 21},
9885 {"Pinner", Type, 21},
9886 {"ReadMemStats", Func, 0},
9887 {"ReadTrace", Func, 5},
9888 {"SetBlockProfileRate", Func, 1},
9889 {"SetCPUProfileRate", Func, 0},
9890 {"SetCgoTraceback", Func, 7},
9891 {"SetFinalizer", Func, 0},
9892 {"SetMutexProfileFraction", Func, 8},
9893 {"Stack", Func, 0},
9894 {"StackRecord", Type, 0},
9895 {"StackRecord.Stack0", Field, 0},
9896 {"StartTrace", Func, 5},
9897 {"StopTrace", Func, 5},
9898 {"ThreadCreateProfile", Func, 0},
9899 {"TypeAssertionError", Type, 0},
9900 {"UnlockOSThread", Func, 0},
9901 {"Version", Func, 0},
9902 },
9903 "runtime/cgo": {
9904 {"(Handle).Delete", Method, 17},
9905 {"(Handle).Value", Method, 17},
9906 {"Handle", Type, 17},
9907 {"Incomplete", Type, 20},
9908 {"NewHandle", Func, 17},
9909 },
9910 "runtime/coverage": {
9911 {"ClearCounters", Func, 20},
9912 {"WriteCounters", Func, 20},
9913 {"WriteCountersDir", Func, 20},
9914 {"WriteMeta", Func, 20},
9915 {"WriteMetaDir", Func, 20},
9916 },
9917 "runtime/debug": {
9918 {"(*BuildInfo).String", Method, 18},
9919 {"BuildInfo", Type, 12},
9920 {"BuildInfo.Deps", Field, 12},
9921 {"BuildInfo.GoVersion", Field, 18},
9922 {"BuildInfo.Main", Field, 12},
9923 {"BuildInfo.Path", Field, 12},
9924 {"BuildInfo.Settings", Field, 18},
9925 {"BuildSetting", Type, 18},
9926 {"BuildSetting.Key", Field, 18},
9927 {"BuildSetting.Value", Field, 18},
9928 {"CrashOptions", Type, 23},
9929 {"FreeOSMemory", Func, 1},
9930 {"GCStats", Type, 1},
9931 {"GCStats.LastGC", Field, 1},
9932 {"GCStats.NumGC", Field, 1},
9933 {"GCStats.Pause", Field, 1},
9934 {"GCStats.PauseEnd", Field, 4},
9935 {"GCStats.PauseQuantiles", Field, 1},
9936 {"GCStats.PauseTotal", Field, 1},
9937 {"Module", Type, 12},
9938 {"Module.Path", Field, 12},
9939 {"Module.Replace", Field, 12},
9940 {"Module.Sum", Field, 12},
9941 {"Module.Version", Field, 12},
9942 {"ParseBuildInfo", Func, 18},
9943 {"PrintStack", Func, 0},
9944 {"ReadBuildInfo", Func, 12},
9945 {"ReadGCStats", Func, 1},
9946 {"SetCrashOutput", Func, 23},
9947 {"SetGCPercent", Func, 1},
9948 {"SetMaxStack", Func, 2},
9949 {"SetMaxThreads", Func, 2},
9950 {"SetMemoryLimit", Func, 19},
9951 {"SetPanicOnFault", Func, 3},
9952 {"SetTraceback", Func, 6},
9953 {"Stack", Func, 0},
9954 {"WriteHeapDump", Func, 3},
9955 },
9956 "runtime/metrics": {
9957 {"(Value).Float64", Method, 16},
9958 {"(Value).Float64Histogram", Method, 16},
9959 {"(Value).Kind", Method, 16},
9960 {"(Value).Uint64", Method, 16},
9961 {"All", Func, 16},
9962 {"Description", Type, 16},
9963 {"Description.Cumulative", Field, 16},
9964 {"Description.Description", Field, 16},
9965 {"Description.Kind", Field, 16},
9966 {"Description.Name", Field, 16},
9967 {"Float64Histogram", Type, 16},
9968 {"Float64Histogram.Buckets", Field, 16},
9969 {"Float64Histogram.Counts", Field, 16},
9970 {"KindBad", Const, 16},
9971 {"KindFloat64", Const, 16},
9972 {"KindFloat64Histogram", Const, 16},
9973 {"KindUint64", Const, 16},
9974 {"Read", Func, 16},
9975 {"Sample", Type, 16},
9976 {"Sample.Name", Field, 16},
9977 {"Sample.Value", Field, 16},
9978 {"Value", Type, 16},
9979 {"ValueKind", Type, 16},
9980 },
9981 "runtime/pprof": {
9982 {"(*Profile).Add", Method, 0},
9983 {"(*Profile).Count", Method, 0},
9984 {"(*Profile).Name", Method, 0},
9985 {"(*Profile).Remove", Method, 0},
9986 {"(*Profile).WriteTo", Method, 0},
9987 {"Do", Func, 9},
9988 {"ForLabels", Func, 9},
9989 {"Label", Func, 9},
9990 {"LabelSet", Type, 9},
9991 {"Labels", Func, 9},
9992 {"Lookup", Func, 0},
9993 {"NewProfile", Func, 0},
9994 {"Profile", Type, 0},
9995 {"Profiles", Func, 0},
9996 {"SetGoroutineLabels", Func, 9},
9997 {"StartCPUProfile", Func, 0},
9998 {"StopCPUProfile", Func, 0},
9999 {"WithLabels", Func, 9},
10000 {"WriteHeapProfile", Func, 0},
10001 },
10002 "runtime/trace": {
10003 {"(*Region).End", Method, 11},
10004 {"(*Task).End", Method, 11},
10005 {"IsEnabled", Func, 11},
10006 {"Log", Func, 11},
10007 {"Logf", Func, 11},
10008 {"NewTask", Func, 11},
10009 {"Region", Type, 11},
10010 {"Start", Func, 5},
10011 {"StartRegion", Func, 11},
10012 {"Stop", Func, 5},
10013 {"Task", Type, 11},
10014 {"WithRegion", Func, 11},
10015 },
10016 "slices": {
10017 {"All", Func, 23},
10018 {"AppendSeq", Func, 23},
10019 {"Backward", Func, 23},
10020 {"BinarySearch", Func, 21},
10021 {"BinarySearchFunc", Func, 21},
10022 {"Chunk", Func, 23},
10023 {"Clip", Func, 21},
10024 {"Clone", Func, 21},
10025 {"Collect", Func, 23},
10026 {"Compact", Func, 21},
10027 {"CompactFunc", Func, 21},
10028 {"Compare", Func, 21},
10029 {"CompareFunc", Func, 21},
10030 {"Concat", Func, 22},
10031 {"Contains", Func, 21},
10032 {"ContainsFunc", Func, 21},
10033 {"Delete", Func, 21},
10034 {"DeleteFunc", Func, 21},
10035 {"Equal", Func, 21},
10036 {"EqualFunc", Func, 21},
10037 {"Grow", Func, 21},
10038 {"Index", Func, 21},
10039 {"IndexFunc", Func, 21},
10040 {"Insert", Func, 21},
10041 {"IsSorted", Func, 21},
10042 {"IsSortedFunc", Func, 21},
10043 {"Max", Func, 21},
10044 {"MaxFunc", Func, 21},
10045 {"Min", Func, 21},
10046 {"MinFunc", Func, 21},
10047 {"Repeat", Func, 23},
10048 {"Replace", Func, 21},
10049 {"Reverse", Func, 21},
10050 {"Sort", Func, 21},
10051 {"SortFunc", Func, 21},
10052 {"SortStableFunc", Func, 21},
10053 {"Sorted", Func, 23},
10054 {"SortedFunc", Func, 23},
10055 {"SortedStableFunc", Func, 23},
10056 {"Values", Func, 23},
10057 },
10058 "sort": {
10059 {"(Float64Slice).Len", Method, 0},
10060 {"(Float64Slice).Less", Method, 0},
10061 {"(Float64Slice).Search", Method, 0},
10062 {"(Float64Slice).Sort", Method, 0},
10063 {"(Float64Slice).Swap", Method, 0},
10064 {"(IntSlice).Len", Method, 0},
10065 {"(IntSlice).Less", Method, 0},
10066 {"(IntSlice).Search", Method, 0},
10067 {"(IntSlice).Sort", Method, 0},
10068 {"(IntSlice).Swap", Method, 0},
10069 {"(StringSlice).Len", Method, 0},
10070 {"(StringSlice).Less", Method, 0},
10071 {"(StringSlice).Search", Method, 0},
10072 {"(StringSlice).Sort", Method, 0},
10073 {"(StringSlice).Swap", Method, 0},
10074 {"Find", Func, 19},
10075 {"Float64Slice", Type, 0},
10076 {"Float64s", Func, 0},
10077 {"Float64sAreSorted", Func, 0},
10078 {"IntSlice", Type, 0},
10079 {"Interface", Type, 0},
10080 {"Ints", Func, 0},
10081 {"IntsAreSorted", Func, 0},
10082 {"IsSorted", Func, 0},
10083 {"Reverse", Func, 1},
10084 {"Search", Func, 0},
10085 {"SearchFloat64s", Func, 0},
10086 {"SearchInts", Func, 0},
10087 {"SearchStrings", Func, 0},
10088 {"Slice", Func, 8},
10089 {"SliceIsSorted", Func, 8},
10090 {"SliceStable", Func, 8},
10091 {"Sort", Func, 0},
10092 {"Stable", Func, 2},
10093 {"StringSlice", Type, 0},
10094 {"Strings", Func, 0},
10095 {"StringsAreSorted", Func, 0},
10096 },
10097 "strconv": {
10098 {"(*NumError).Error", Method, 0},
10099 {"(*NumError).Unwrap", Method, 14},
10100 {"AppendBool", Func, 0},
10101 {"AppendFloat", Func, 0},
10102 {"AppendInt", Func, 0},
10103 {"AppendQuote", Func, 0},
10104 {"AppendQuoteRune", Func, 0},
10105 {"AppendQuoteRuneToASCII", Func, 0},
10106 {"AppendQuoteRuneToGraphic", Func, 6},
10107 {"AppendQuoteToASCII", Func, 0},
10108 {"AppendQuoteToGraphic", Func, 6},
10109 {"AppendUint", Func, 0},
10110 {"Atoi", Func, 0},
10111 {"CanBackquote", Func, 0},
10112 {"ErrRange", Var, 0},
10113 {"ErrSyntax", Var, 0},
10114 {"FormatBool", Func, 0},
10115 {"FormatComplex", Func, 15},
10116 {"FormatFloat", Func, 0},
10117 {"FormatInt", Func, 0},
10118 {"FormatUint", Func, 0},
10119 {"IntSize", Const, 0},
10120 {"IsGraphic", Func, 6},
10121 {"IsPrint", Func, 0},
10122 {"Itoa", Func, 0},
10123 {"NumError", Type, 0},
10124 {"NumError.Err", Field, 0},
10125 {"NumError.Func", Field, 0},
10126 {"NumError.Num", Field, 0},
10127 {"ParseBool", Func, 0},
10128 {"ParseComplex", Func, 15},
10129 {"ParseFloat", Func, 0},
10130 {"ParseInt", Func, 0},
10131 {"ParseUint", Func, 0},
10132 {"Quote", Func, 0},
10133 {"QuoteRune", Func, 0},
10134 {"QuoteRuneToASCII", Func, 0},
10135 {"QuoteRuneToGraphic", Func, 6},
10136 {"QuoteToASCII", Func, 0},
10137 {"QuoteToGraphic", Func, 6},
10138 {"QuotedPrefix", Func, 17},
10139 {"Unquote", Func, 0},
10140 {"UnquoteChar", Func, 0},
10141 },
10142 "strings": {
10143 {"(*Builder).Cap", Method, 12},
10144 {"(*Builder).Grow", Method, 10},
10145 {"(*Builder).Len", Method, 10},
10146 {"(*Builder).Reset", Method, 10},
10147 {"(*Builder).String", Method, 10},
10148 {"(*Builder).Write", Method, 10},
10149 {"(*Builder).WriteByte", Method, 10},
10150 {"(*Builder).WriteRune", Method, 10},
10151 {"(*Builder).WriteString", Method, 10},
10152 {"(*Reader).Len", Method, 0},
10153 {"(*Reader).Read", Method, 0},
10154 {"(*Reader).ReadAt", Method, 0},
10155 {"(*Reader).ReadByte", Method, 0},
10156 {"(*Reader).ReadRune", Method, 0},
10157 {"(*Reader).Reset", Method, 7},
10158 {"(*Reader).Seek", Method, 0},
10159 {"(*Reader).Size", Method, 5},
10160 {"(*Reader).UnreadByte", Method, 0},
10161 {"(*Reader).UnreadRune", Method, 0},
10162 {"(*Reader).WriteTo", Method, 1},
10163 {"(*Replacer).Replace", Method, 0},
10164 {"(*Replacer).WriteString", Method, 0},
10165 {"Builder", Type, 10},
10166 {"Clone", Func, 18},
10167 {"Compare", Func, 5},
10168 {"Contains", Func, 0},
10169 {"ContainsAny", Func, 0},
10170 {"ContainsFunc", Func, 21},
10171 {"ContainsRune", Func, 0},
10172 {"Count", Func, 0},
10173 {"Cut", Func, 18},
10174 {"CutPrefix", Func, 20},
10175 {"CutSuffix", Func, 20},
10176 {"EqualFold", Func, 0},
10177 {"Fields", Func, 0},
10178 {"FieldsFunc", Func, 0},
10179 {"FieldsFuncSeq", Func, 24},
10180 {"FieldsSeq", Func, 24},
10181 {"HasPrefix", Func, 0},
10182 {"HasSuffix", Func, 0},
10183 {"Index", Func, 0},
10184 {"IndexAny", Func, 0},
10185 {"IndexByte", Func, 2},
10186 {"IndexFunc", Func, 0},
10187 {"IndexRune", Func, 0},
10188 {"Join", Func, 0},
10189 {"LastIndex", Func, 0},
10190 {"LastIndexAny", Func, 0},
10191 {"LastIndexByte", Func, 5},
10192 {"LastIndexFunc", Func, 0},
10193 {"Lines", Func, 24},
10194 {"Map", Func, 0},
10195 {"NewReader", Func, 0},
10196 {"NewReplacer", Func, 0},
10197 {"Reader", Type, 0},
10198 {"Repeat", Func, 0},
10199 {"Replace", Func, 0},
10200 {"ReplaceAll", Func, 12},
10201 {"Replacer", Type, 0},
10202 {"Split", Func, 0},
10203 {"SplitAfter", Func, 0},
10204 {"SplitAfterN", Func, 0},
10205 {"SplitAfterSeq", Func, 24},
10206 {"SplitN", Func, 0},
10207 {"SplitSeq", Func, 24},
10208 {"Title", Func, 0},
10209 {"ToLower", Func, 0},
10210 {"ToLowerSpecial", Func, 0},
10211 {"ToTitle", Func, 0},
10212 {"ToTitleSpecial", Func, 0},
10213 {"ToUpper", Func, 0},
10214 {"ToUpperSpecial", Func, 0},
10215 {"ToValidUTF8", Func, 13},
10216 {"Trim", Func, 0},
10217 {"TrimFunc", Func, 0},
10218 {"TrimLeft", Func, 0},
10219 {"TrimLeftFunc", Func, 0},
10220 {"TrimPrefix", Func, 1},
10221 {"TrimRight", Func, 0},
10222 {"TrimRightFunc", Func, 0},
10223 {"TrimSpace", Func, 0},
10224 {"TrimSuffix", Func, 1},
10225 },
10226 "structs": {
10227 {"HostLayout", Type, 23},
10228 },
10229 "sync": {
10230 {"(*Cond).Broadcast", Method, 0},
10231 {"(*Cond).Signal", Method, 0},
10232 {"(*Cond).Wait", Method, 0},
10233 {"(*Map).Clear", Method, 23},
10234 {"(*Map).CompareAndDelete", Method, 20},
10235 {"(*Map).CompareAndSwap", Method, 20},
10236 {"(*Map).Delete", Method, 9},
10237 {"(*Map).Load", Method, 9},
10238 {"(*Map).LoadAndDelete", Method, 15},
10239 {"(*Map).LoadOrStore", Method, 9},
10240 {"(*Map).Range", Method, 9},
10241 {"(*Map).Store", Method, 9},
10242 {"(*Map).Swap", Method, 20},
10243 {"(*Mutex).Lock", Method, 0},
10244 {"(*Mutex).TryLock", Method, 18},
10245 {"(*Mutex).Unlock", Method, 0},
10246 {"(*Once).Do", Method, 0},
10247 {"(*Pool).Get", Method, 3},
10248 {"(*Pool).Put", Method, 3},
10249 {"(*RWMutex).Lock", Method, 0},
10250 {"(*RWMutex).RLock", Method, 0},
10251 {"(*RWMutex).RLocker", Method, 0},
10252 {"(*RWMutex).RUnlock", Method, 0},
10253 {"(*RWMutex).TryLock", Method, 18},
10254 {"(*RWMutex).TryRLock", Method, 18},
10255 {"(*RWMutex).Unlock", Method, 0},
10256 {"(*WaitGroup).Add", Method, 0},
10257 {"(*WaitGroup).Done", Method, 0},
10258 {"(*WaitGroup).Wait", Method, 0},
10259 {"Cond", Type, 0},
10260 {"Cond.L", Field, 0},
10261 {"Locker", Type, 0},
10262 {"Map", Type, 9},
10263 {"Mutex", Type, 0},
10264 {"NewCond", Func, 0},
10265 {"Once", Type, 0},
10266 {"OnceFunc", Func, 21},
10267 {"OnceValue", Func, 21},
10268 {"OnceValues", Func, 21},
10269 {"Pool", Type, 3},
10270 {"Pool.New", Field, 3},
10271 {"RWMutex", Type, 0},
10272 {"WaitGroup", Type, 0},
10273 },
10274 "sync/atomic": {
10275 {"(*Bool).CompareAndSwap", Method, 19},
10276 {"(*Bool).Load", Method, 19},
10277 {"(*Bool).Store", Method, 19},
10278 {"(*Bool).Swap", Method, 19},
10279 {"(*Int32).Add", Method, 19},
10280 {"(*Int32).And", Method, 23},
10281 {"(*Int32).CompareAndSwap", Method, 19},
10282 {"(*Int32).Load", Method, 19},
10283 {"(*Int32).Or", Method, 23},
10284 {"(*Int32).Store", Method, 19},
10285 {"(*Int32).Swap", Method, 19},
10286 {"(*Int64).Add", Method, 19},
10287 {"(*Int64).And", Method, 23},
10288 {"(*Int64).CompareAndSwap", Method, 19},
10289 {"(*Int64).Load", Method, 19},
10290 {"(*Int64).Or", Method, 23},
10291 {"(*Int64).Store", Method, 19},
10292 {"(*Int64).Swap", Method, 19},
10293 {"(*Pointer).CompareAndSwap", Method, 19},
10294 {"(*Pointer).Load", Method, 19},
10295 {"(*Pointer).Store", Method, 19},
10296 {"(*Pointer).Swap", Method, 19},
10297 {"(*Uint32).Add", Method, 19},
10298 {"(*Uint32).And", Method, 23},
10299 {"(*Uint32).CompareAndSwap", Method, 19},
10300 {"(*Uint32).Load", Method, 19},
10301 {"(*Uint32).Or", Method, 23},
10302 {"(*Uint32).Store", Method, 19},
10303 {"(*Uint32).Swap", Method, 19},
10304 {"(*Uint64).Add", Method, 19},
10305 {"(*Uint64).And", Method, 23},
10306 {"(*Uint64).CompareAndSwap", Method, 19},
10307 {"(*Uint64).Load", Method, 19},
10308 {"(*Uint64).Or", Method, 23},
10309 {"(*Uint64).Store", Method, 19},
10310 {"(*Uint64).Swap", Method, 19},
10311 {"(*Uintptr).Add", Method, 19},
10312 {"(*Uintptr).And", Method, 23},
10313 {"(*Uintptr).CompareAndSwap", Method, 19},
10314 {"(*Uintptr).Load", Method, 19},
10315 {"(*Uintptr).Or", Method, 23},
10316 {"(*Uintptr).Store", Method, 19},
10317 {"(*Uintptr).Swap", Method, 19},
10318 {"(*Value).CompareAndSwap", Method, 17},
10319 {"(*Value).Load", Method, 4},
10320 {"(*Value).Store", Method, 4},
10321 {"(*Value).Swap", Method, 17},
10322 {"AddInt32", Func, 0},
10323 {"AddInt64", Func, 0},
10324 {"AddUint32", Func, 0},
10325 {"AddUint64", Func, 0},
10326 {"AddUintptr", Func, 0},
10327 {"AndInt32", Func, 23},
10328 {"AndInt64", Func, 23},
10329 {"AndUint32", Func, 23},
10330 {"AndUint64", Func, 23},
10331 {"AndUintptr", Func, 23},
10332 {"Bool", Type, 19},
10333 {"CompareAndSwapInt32", Func, 0},
10334 {"CompareAndSwapInt64", Func, 0},
10335 {"CompareAndSwapPointer", Func, 0},
10336 {"CompareAndSwapUint32", Func, 0},
10337 {"CompareAndSwapUint64", Func, 0},
10338 {"CompareAndSwapUintptr", Func, 0},
10339 {"Int32", Type, 19},
10340 {"Int64", Type, 19},
10341 {"LoadInt32", Func, 0},
10342 {"LoadInt64", Func, 0},
10343 {"LoadPointer", Func, 0},
10344 {"LoadUint32", Func, 0},
10345 {"LoadUint64", Func, 0},
10346 {"LoadUintptr", Func, 0},
10347 {"OrInt32", Func, 23},
10348 {"OrInt64", Func, 23},
10349 {"OrUint32", Func, 23},
10350 {"OrUint64", Func, 23},
10351 {"OrUintptr", Func, 23},
10352 {"Pointer", Type, 19},
10353 {"StoreInt32", Func, 0},
10354 {"StoreInt64", Func, 0},
10355 {"StorePointer", Func, 0},
10356 {"StoreUint32", Func, 0},
10357 {"StoreUint64", Func, 0},
10358 {"StoreUintptr", Func, 0},
10359 {"SwapInt32", Func, 2},
10360 {"SwapInt64", Func, 2},
10361 {"SwapPointer", Func, 2},
10362 {"SwapUint32", Func, 2},
10363 {"SwapUint64", Func, 2},
10364 {"SwapUintptr", Func, 2},
10365 {"Uint32", Type, 19},
10366 {"Uint64", Type, 19},
10367 {"Uintptr", Type, 19},
10368 {"Value", Type, 4},
10369 },
10370 "syscall": {
10371 {"(*Cmsghdr).SetLen", Method, 0},
10372 {"(*DLL).FindProc", Method, 0},
10373 {"(*DLL).MustFindProc", Method, 0},
10374 {"(*DLL).Release", Method, 0},
10375 {"(*DLLError).Error", Method, 0},
10376 {"(*DLLError).Unwrap", Method, 16},
10377 {"(*Filetime).Nanoseconds", Method, 0},
10378 {"(*Iovec).SetLen", Method, 0},
10379 {"(*LazyDLL).Handle", Method, 0},
10380 {"(*LazyDLL).Load", Method, 0},
10381 {"(*LazyDLL).NewProc", Method, 0},
10382 {"(*LazyProc).Addr", Method, 0},
10383 {"(*LazyProc).Call", Method, 0},
10384 {"(*LazyProc).Find", Method, 0},
10385 {"(*Msghdr).SetControllen", Method, 0},
10386 {"(*Proc).Addr", Method, 0},
10387 {"(*Proc).Call", Method, 0},
10388 {"(*PtraceRegs).PC", Method, 0},
10389 {"(*PtraceRegs).SetPC", Method, 0},
10390 {"(*RawSockaddrAny).Sockaddr", Method, 0},
10391 {"(*SID).Copy", Method, 0},
10392 {"(*SID).Len", Method, 0},
10393 {"(*SID).LookupAccount", Method, 0},
10394 {"(*SID).String", Method, 0},
10395 {"(*Timespec).Nano", Method, 0},
10396 {"(*Timespec).Unix", Method, 0},
10397 {"(*Timeval).Nano", Method, 0},
10398 {"(*Timeval).Nanoseconds", Method, 0},
10399 {"(*Timeval).Unix", Method, 0},
10400 {"(Errno).Error", Method, 0},
10401 {"(Errno).Is", Method, 13},
10402 {"(Errno).Temporary", Method, 0},
10403 {"(Errno).Timeout", Method, 0},
10404 {"(Signal).Signal", Method, 0},
10405 {"(Signal).String", Method, 0},
10406 {"(Token).Close", Method, 0},
10407 {"(Token).GetTokenPrimaryGroup", Method, 0},
10408 {"(Token).GetTokenUser", Method, 0},
10409 {"(Token).GetUserProfileDirectory", Method, 0},
10410 {"(WaitStatus).Continued", Method, 0},
10411 {"(WaitStatus).CoreDump", Method, 0},
10412 {"(WaitStatus).ExitStatus", Method, 0},
10413 {"(WaitStatus).Exited", Method, 0},
10414 {"(WaitStatus).Signal", Method, 0},
10415 {"(WaitStatus).Signaled", Method, 0},
10416 {"(WaitStatus).StopSignal", Method, 0},
10417 {"(WaitStatus).Stopped", Method, 0},
10418 {"(WaitStatus).TrapCause", Method, 0},
10419 {"AF_ALG", Const, 0},
10420 {"AF_APPLETALK", Const, 0},
10421 {"AF_ARP", Const, 0},
10422 {"AF_ASH", Const, 0},
10423 {"AF_ATM", Const, 0},
10424 {"AF_ATMPVC", Const, 0},
10425 {"AF_ATMSVC", Const, 0},
10426 {"AF_AX25", Const, 0},
10427 {"AF_BLUETOOTH", Const, 0},
10428 {"AF_BRIDGE", Const, 0},
10429 {"AF_CAIF", Const, 0},
10430 {"AF_CAN", Const, 0},
10431 {"AF_CCITT", Const, 0},
10432 {"AF_CHAOS", Const, 0},
10433 {"AF_CNT", Const, 0},
10434 {"AF_COIP", Const, 0},
10435 {"AF_DATAKIT", Const, 0},
10436 {"AF_DECnet", Const, 0},
10437 {"AF_DLI", Const, 0},
10438 {"AF_E164", Const, 0},
10439 {"AF_ECMA", Const, 0},
10440 {"AF_ECONET", Const, 0},
10441 {"AF_ENCAP", Const, 1},
10442 {"AF_FILE", Const, 0},
10443 {"AF_HYLINK", Const, 0},
10444 {"AF_IEEE80211", Const, 0},
10445 {"AF_IEEE802154", Const, 0},
10446 {"AF_IMPLINK", Const, 0},
10447 {"AF_INET", Const, 0},
10448 {"AF_INET6", Const, 0},
10449 {"AF_INET6_SDP", Const, 3},
10450 {"AF_INET_SDP", Const, 3},
10451 {"AF_IPX", Const, 0},
10452 {"AF_IRDA", Const, 0},
10453 {"AF_ISDN", Const, 0},
10454 {"AF_ISO", Const, 0},
10455 {"AF_IUCV", Const, 0},
10456 {"AF_KEY", Const, 0},
10457 {"AF_LAT", Const, 0},
10458 {"AF_LINK", Const, 0},
10459 {"AF_LLC", Const, 0},
10460 {"AF_LOCAL", Const, 0},
10461 {"AF_MAX", Const, 0},
10462 {"AF_MPLS", Const, 1},
10463 {"AF_NATM", Const, 0},
10464 {"AF_NDRV", Const, 0},
10465 {"AF_NETBEUI", Const, 0},
10466 {"AF_NETBIOS", Const, 0},
10467 {"AF_NETGRAPH", Const, 0},
10468 {"AF_NETLINK", Const, 0},
10469 {"AF_NETROM", Const, 0},
10470 {"AF_NS", Const, 0},
10471 {"AF_OROUTE", Const, 1},
10472 {"AF_OSI", Const, 0},
10473 {"AF_PACKET", Const, 0},
10474 {"AF_PHONET", Const, 0},
10475 {"AF_PPP", Const, 0},
10476 {"AF_PPPOX", Const, 0},
10477 {"AF_PUP", Const, 0},
10478 {"AF_RDS", Const, 0},
10479 {"AF_RESERVED_36", Const, 0},
10480 {"AF_ROSE", Const, 0},
10481 {"AF_ROUTE", Const, 0},
10482 {"AF_RXRPC", Const, 0},
10483 {"AF_SCLUSTER", Const, 0},
10484 {"AF_SECURITY", Const, 0},
10485 {"AF_SIP", Const, 0},
10486 {"AF_SLOW", Const, 0},
10487 {"AF_SNA", Const, 0},
10488 {"AF_SYSTEM", Const, 0},
10489 {"AF_TIPC", Const, 0},
10490 {"AF_UNIX", Const, 0},
10491 {"AF_UNSPEC", Const, 0},
10492 {"AF_UTUN", Const, 16},
10493 {"AF_VENDOR00", Const, 0},
10494 {"AF_VENDOR01", Const, 0},
10495 {"AF_VENDOR02", Const, 0},
10496 {"AF_VENDOR03", Const, 0},
10497 {"AF_VENDOR04", Const, 0},
10498 {"AF_VENDOR05", Const, 0},
10499 {"AF_VENDOR06", Const, 0},
10500 {"AF_VENDOR07", Const, 0},
10501 {"AF_VENDOR08", Const, 0},
10502 {"AF_VENDOR09", Const, 0},
10503 {"AF_VENDOR10", Const, 0},
10504 {"AF_VENDOR11", Const, 0},
10505 {"AF_VENDOR12", Const, 0},
10506 {"AF_VENDOR13", Const, 0},
10507 {"AF_VENDOR14", Const, 0},
10508 {"AF_VENDOR15", Const, 0},
10509 {"AF_VENDOR16", Const, 0},
10510 {"AF_VENDOR17", Const, 0},
10511 {"AF_VENDOR18", Const, 0},
10512 {"AF_VENDOR19", Const, 0},
10513 {"AF_VENDOR20", Const, 0},
10514 {"AF_VENDOR21", Const, 0},
10515 {"AF_VENDOR22", Const, 0},
10516 {"AF_VENDOR23", Const, 0},
10517 {"AF_VENDOR24", Const, 0},
10518 {"AF_VENDOR25", Const, 0},
10519 {"AF_VENDOR26", Const, 0},
10520 {"AF_VENDOR27", Const, 0},
10521 {"AF_VENDOR28", Const, 0},
10522 {"AF_VENDOR29", Const, 0},
10523 {"AF_VENDOR30", Const, 0},
10524 {"AF_VENDOR31", Const, 0},
10525 {"AF_VENDOR32", Const, 0},
10526 {"AF_VENDOR33", Const, 0},
10527 {"AF_VENDOR34", Const, 0},
10528 {"AF_VENDOR35", Const, 0},
10529 {"AF_VENDOR36", Const, 0},
10530 {"AF_VENDOR37", Const, 0},
10531 {"AF_VENDOR38", Const, 0},
10532 {"AF_VENDOR39", Const, 0},
10533 {"AF_VENDOR40", Const, 0},
10534 {"AF_VENDOR41", Const, 0},
10535 {"AF_VENDOR42", Const, 0},
10536 {"AF_VENDOR43", Const, 0},
10537 {"AF_VENDOR44", Const, 0},
10538 {"AF_VENDOR45", Const, 0},
10539 {"AF_VENDOR46", Const, 0},
10540 {"AF_VENDOR47", Const, 0},
10541 {"AF_WANPIPE", Const, 0},
10542 {"AF_X25", Const, 0},
10543 {"AI_CANONNAME", Const, 1},
10544 {"AI_NUMERICHOST", Const, 1},
10545 {"AI_PASSIVE", Const, 1},
10546 {"APPLICATION_ERROR", Const, 0},
10547 {"ARPHRD_ADAPT", Const, 0},
10548 {"ARPHRD_APPLETLK", Const, 0},
10549 {"ARPHRD_ARCNET", Const, 0},
10550 {"ARPHRD_ASH", Const, 0},
10551 {"ARPHRD_ATM", Const, 0},
10552 {"ARPHRD_AX25", Const, 0},
10553 {"ARPHRD_BIF", Const, 0},
10554 {"ARPHRD_CHAOS", Const, 0},
10555 {"ARPHRD_CISCO", Const, 0},
10556 {"ARPHRD_CSLIP", Const, 0},
10557 {"ARPHRD_CSLIP6", Const, 0},
10558 {"ARPHRD_DDCMP", Const, 0},
10559 {"ARPHRD_DLCI", Const, 0},
10560 {"ARPHRD_ECONET", Const, 0},
10561 {"ARPHRD_EETHER", Const, 0},
10562 {"ARPHRD_ETHER", Const, 0},
10563 {"ARPHRD_EUI64", Const, 0},
10564 {"ARPHRD_FCAL", Const, 0},
10565 {"ARPHRD_FCFABRIC", Const, 0},
10566 {"ARPHRD_FCPL", Const, 0},
10567 {"ARPHRD_FCPP", Const, 0},
10568 {"ARPHRD_FDDI", Const, 0},
10569 {"ARPHRD_FRAD", Const, 0},
10570 {"ARPHRD_FRELAY", Const, 1},
10571 {"ARPHRD_HDLC", Const, 0},
10572 {"ARPHRD_HIPPI", Const, 0},
10573 {"ARPHRD_HWX25", Const, 0},
10574 {"ARPHRD_IEEE1394", Const, 0},
10575 {"ARPHRD_IEEE802", Const, 0},
10576 {"ARPHRD_IEEE80211", Const, 0},
10577 {"ARPHRD_IEEE80211_PRISM", Const, 0},
10578 {"ARPHRD_IEEE80211_RADIOTAP", Const, 0},
10579 {"ARPHRD_IEEE802154", Const, 0},
10580 {"ARPHRD_IEEE802154_PHY", Const, 0},
10581 {"ARPHRD_IEEE802_TR", Const, 0},
10582 {"ARPHRD_INFINIBAND", Const, 0},
10583 {"ARPHRD_IPDDP", Const, 0},
10584 {"ARPHRD_IPGRE", Const, 0},
10585 {"ARPHRD_IRDA", Const, 0},
10586 {"ARPHRD_LAPB", Const, 0},
10587 {"ARPHRD_LOCALTLK", Const, 0},
10588 {"ARPHRD_LOOPBACK", Const, 0},
10589 {"ARPHRD_METRICOM", Const, 0},
10590 {"ARPHRD_NETROM", Const, 0},
10591 {"ARPHRD_NONE", Const, 0},
10592 {"ARPHRD_PIMREG", Const, 0},
10593 {"ARPHRD_PPP", Const, 0},
10594 {"ARPHRD_PRONET", Const, 0},
10595 {"ARPHRD_RAWHDLC", Const, 0},
10596 {"ARPHRD_ROSE", Const, 0},
10597 {"ARPHRD_RSRVD", Const, 0},
10598 {"ARPHRD_SIT", Const, 0},
10599 {"ARPHRD_SKIP", Const, 0},
10600 {"ARPHRD_SLIP", Const, 0},
10601 {"ARPHRD_SLIP6", Const, 0},
10602 {"ARPHRD_STRIP", Const, 1},
10603 {"ARPHRD_TUNNEL", Const, 0},
10604 {"ARPHRD_TUNNEL6", Const, 0},
10605 {"ARPHRD_VOID", Const, 0},
10606 {"ARPHRD_X25", Const, 0},
10607 {"AUTHTYPE_CLIENT", Const, 0},
10608 {"AUTHTYPE_SERVER", Const, 0},
10609 {"Accept", Func, 0},
10610 {"Accept4", Func, 1},
10611 {"AcceptEx", Func, 0},
10612 {"Access", Func, 0},
10613 {"Acct", Func, 0},
10614 {"AddrinfoW", Type, 1},
10615 {"AddrinfoW.Addr", Field, 1},
10616 {"AddrinfoW.Addrlen", Field, 1},
10617 {"AddrinfoW.Canonname", Field, 1},
10618 {"AddrinfoW.Family", Field, 1},
10619 {"AddrinfoW.Flags", Field, 1},
10620 {"AddrinfoW.Next", Field, 1},
10621 {"AddrinfoW.Protocol", Field, 1},
10622 {"AddrinfoW.Socktype", Field, 1},
10623 {"Adjtime", Func, 0},
10624 {"Adjtimex", Func, 0},
10625 {"AllThreadsSyscall", Func, 16},
10626 {"AllThreadsSyscall6", Func, 16},
10627 {"AttachLsf", Func, 0},
10628 {"B0", Const, 0},
10629 {"B1000000", Const, 0},
10630 {"B110", Const, 0},
10631 {"B115200", Const, 0},
10632 {"B1152000", Const, 0},
10633 {"B1200", Const, 0},
10634 {"B134", Const, 0},
10635 {"B14400", Const, 1},
10636 {"B150", Const, 0},
10637 {"B1500000", Const, 0},
10638 {"B1800", Const, 0},
10639 {"B19200", Const, 0},
10640 {"B200", Const, 0},
10641 {"B2000000", Const, 0},
10642 {"B230400", Const, 0},
10643 {"B2400", Const, 0},
10644 {"B2500000", Const, 0},
10645 {"B28800", Const, 1},
10646 {"B300", Const, 0},
10647 {"B3000000", Const, 0},
10648 {"B3500000", Const, 0},
10649 {"B38400", Const, 0},
10650 {"B4000000", Const, 0},
10651 {"B460800", Const, 0},
10652 {"B4800", Const, 0},
10653 {"B50", Const, 0},
10654 {"B500000", Const, 0},
10655 {"B57600", Const, 0},
10656 {"B576000", Const, 0},
10657 {"B600", Const, 0},
10658 {"B7200", Const, 1},
10659 {"B75", Const, 0},
10660 {"B76800", Const, 1},
10661 {"B921600", Const, 0},
10662 {"B9600", Const, 0},
10663 {"BASE_PROTOCOL", Const, 2},
10664 {"BIOCFEEDBACK", Const, 0},
10665 {"BIOCFLUSH", Const, 0},
10666 {"BIOCGBLEN", Const, 0},
10667 {"BIOCGDIRECTION", Const, 0},
10668 {"BIOCGDIRFILT", Const, 1},
10669 {"BIOCGDLT", Const, 0},
10670 {"BIOCGDLTLIST", Const, 0},
10671 {"BIOCGETBUFMODE", Const, 0},
10672 {"BIOCGETIF", Const, 0},
10673 {"BIOCGETZMAX", Const, 0},
10674 {"BIOCGFEEDBACK", Const, 1},
10675 {"BIOCGFILDROP", Const, 1},
10676 {"BIOCGHDRCMPLT", Const, 0},
10677 {"BIOCGRSIG", Const, 0},
10678 {"BIOCGRTIMEOUT", Const, 0},
10679 {"BIOCGSEESENT", Const, 0},
10680 {"BIOCGSTATS", Const, 0},
10681 {"BIOCGSTATSOLD", Const, 1},
10682 {"BIOCGTSTAMP", Const, 1},
10683 {"BIOCIMMEDIATE", Const, 0},
10684 {"BIOCLOCK", Const, 0},
10685 {"BIOCPROMISC", Const, 0},
10686 {"BIOCROTZBUF", Const, 0},
10687 {"BIOCSBLEN", Const, 0},
10688 {"BIOCSDIRECTION", Const, 0},
10689 {"BIOCSDIRFILT", Const, 1},
10690 {"BIOCSDLT", Const, 0},
10691 {"BIOCSETBUFMODE", Const, 0},
10692 {"BIOCSETF", Const, 0},
10693 {"BIOCSETFNR", Const, 0},
10694 {"BIOCSETIF", Const, 0},
10695 {"BIOCSETWF", Const, 0},
10696 {"BIOCSETZBUF", Const, 0},
10697 {"BIOCSFEEDBACK", Const, 1},
10698 {"BIOCSFILDROP", Const, 1},
10699 {"BIOCSHDRCMPLT", Const, 0},
10700 {"BIOCSRSIG", Const, 0},
10701 {"BIOCSRTIMEOUT", Const, 0},
10702 {"BIOCSSEESENT", Const, 0},
10703 {"BIOCSTCPF", Const, 1},
10704 {"BIOCSTSTAMP", Const, 1},
10705 {"BIOCSUDPF", Const, 1},
10706 {"BIOCVERSION", Const, 0},
10707 {"BPF_A", Const, 0},
10708 {"BPF_ABS", Const, 0},
10709 {"BPF_ADD", Const, 0},
10710 {"BPF_ALIGNMENT", Const, 0},
10711 {"BPF_ALIGNMENT32", Const, 1},
10712 {"BPF_ALU", Const, 0},
10713 {"BPF_AND", Const, 0},
10714 {"BPF_B", Const, 0},
10715 {"BPF_BUFMODE_BUFFER", Const, 0},
10716 {"BPF_BUFMODE_ZBUF", Const, 0},
10717 {"BPF_DFLTBUFSIZE", Const, 1},
10718 {"BPF_DIRECTION_IN", Const, 1},
10719 {"BPF_DIRECTION_OUT", Const, 1},
10720 {"BPF_DIV", Const, 0},
10721 {"BPF_H", Const, 0},
10722 {"BPF_IMM", Const, 0},
10723 {"BPF_IND", Const, 0},
10724 {"BPF_JA", Const, 0},
10725 {"BPF_JEQ", Const, 0},
10726 {"BPF_JGE", Const, 0},
10727 {"BPF_JGT", Const, 0},
10728 {"BPF_JMP", Const, 0},
10729 {"BPF_JSET", Const, 0},
10730 {"BPF_K", Const, 0},
10731 {"BPF_LD", Const, 0},
10732 {"BPF_LDX", Const, 0},
10733 {"BPF_LEN", Const, 0},
10734 {"BPF_LSH", Const, 0},
10735 {"BPF_MAJOR_VERSION", Const, 0},
10736 {"BPF_MAXBUFSIZE", Const, 0},
10737 {"BPF_MAXINSNS", Const, 0},
10738 {"BPF_MEM", Const, 0},
10739 {"BPF_MEMWORDS", Const, 0},
10740 {"BPF_MINBUFSIZE", Const, 0},
10741 {"BPF_MINOR_VERSION", Const, 0},
10742 {"BPF_MISC", Const, 0},
10743 {"BPF_MSH", Const, 0},
10744 {"BPF_MUL", Const, 0},
10745 {"BPF_NEG", Const, 0},
10746 {"BPF_OR", Const, 0},
10747 {"BPF_RELEASE", Const, 0},
10748 {"BPF_RET", Const, 0},
10749 {"BPF_RSH", Const, 0},
10750 {"BPF_ST", Const, 0},
10751 {"BPF_STX", Const, 0},
10752 {"BPF_SUB", Const, 0},
10753 {"BPF_TAX", Const, 0},
10754 {"BPF_TXA", Const, 0},
10755 {"BPF_T_BINTIME", Const, 1},
10756 {"BPF_T_BINTIME_FAST", Const, 1},
10757 {"BPF_T_BINTIME_MONOTONIC", Const, 1},
10758 {"BPF_T_BINTIME_MONOTONIC_FAST", Const, 1},
10759 {"BPF_T_FAST", Const, 1},
10760 {"BPF_T_FLAG_MASK", Const, 1},
10761 {"BPF_T_FORMAT_MASK", Const, 1},
10762 {"BPF_T_MICROTIME", Const, 1},
10763 {"BPF_T_MICROTIME_FAST", Const, 1},
10764 {"BPF_T_MICROTIME_MONOTONIC", Const, 1},
10765 {"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1},
10766 {"BPF_T_MONOTONIC", Const, 1},
10767 {"BPF_T_MONOTONIC_FAST", Const, 1},
10768 {"BPF_T_NANOTIME", Const, 1},
10769 {"BPF_T_NANOTIME_FAST", Const, 1},
10770 {"BPF_T_NANOTIME_MONOTONIC", Const, 1},
10771 {"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1},
10772 {"BPF_T_NONE", Const, 1},
10773 {"BPF_T_NORMAL", Const, 1},
10774 {"BPF_W", Const, 0},
10775 {"BPF_X", Const, 0},
10776 {"BRKINT", Const, 0},
10777 {"Bind", Func, 0},
10778 {"BindToDevice", Func, 0},
10779 {"BpfBuflen", Func, 0},
10780 {"BpfDatalink", Func, 0},
10781 {"BpfHdr", Type, 0},
10782 {"BpfHdr.Caplen", Field, 0},
10783 {"BpfHdr.Datalen", Field, 0},
10784 {"BpfHdr.Hdrlen", Field, 0},
10785 {"BpfHdr.Pad_cgo_0", Field, 0},
10786 {"BpfHdr.Tstamp", Field, 0},
10787 {"BpfHeadercmpl", Func, 0},
10788 {"BpfInsn", Type, 0},
10789 {"BpfInsn.Code", Field, 0},
10790 {"BpfInsn.Jf", Field, 0},
10791 {"BpfInsn.Jt", Field, 0},
10792 {"BpfInsn.K", Field, 0},
10793 {"BpfInterface", Func, 0},
10794 {"BpfJump", Func, 0},
10795 {"BpfProgram", Type, 0},
10796 {"BpfProgram.Insns", Field, 0},
10797 {"BpfProgram.Len", Field, 0},
10798 {"BpfProgram.Pad_cgo_0", Field, 0},
10799 {"BpfStat", Type, 0},
10800 {"BpfStat.Capt", Field, 2},
10801 {"BpfStat.Drop", Field, 0},
10802 {"BpfStat.Padding", Field, 2},
10803 {"BpfStat.Recv", Field, 0},
10804 {"BpfStats", Func, 0},
10805 {"BpfStmt", Func, 0},
10806 {"BpfTimeout", Func, 0},
10807 {"BpfTimeval", Type, 2},
10808 {"BpfTimeval.Sec", Field, 2},
10809 {"BpfTimeval.Usec", Field, 2},
10810 {"BpfVersion", Type, 0},
10811 {"BpfVersion.Major", Field, 0},
10812 {"BpfVersion.Minor", Field, 0},
10813 {"BpfZbuf", Type, 0},
10814 {"BpfZbuf.Bufa", Field, 0},
10815 {"BpfZbuf.Bufb", Field, 0},
10816 {"BpfZbuf.Buflen", Field, 0},
10817 {"BpfZbufHeader", Type, 0},
10818 {"BpfZbufHeader.Kernel_gen", Field, 0},
10819 {"BpfZbufHeader.Kernel_len", Field, 0},
10820 {"BpfZbufHeader.User_gen", Field, 0},
10821 {"BpfZbufHeader.X_bzh_pad", Field, 0},
10822 {"ByHandleFileInformation", Type, 0},
10823 {"ByHandleFileInformation.CreationTime", Field, 0},
10824 {"ByHandleFileInformation.FileAttributes", Field, 0},
10825 {"ByHandleFileInformation.FileIndexHigh", Field, 0},
10826 {"ByHandleFileInformation.FileIndexLow", Field, 0},
10827 {"ByHandleFileInformation.FileSizeHigh", Field, 0},
10828 {"ByHandleFileInformation.FileSizeLow", Field, 0},
10829 {"ByHandleFileInformation.LastAccessTime", Field, 0},
10830 {"ByHandleFileInformation.LastWriteTime", Field, 0},
10831 {"ByHandleFileInformation.NumberOfLinks", Field, 0},
10832 {"ByHandleFileInformation.VolumeSerialNumber", Field, 0},
10833 {"BytePtrFromString", Func, 1},
10834 {"ByteSliceFromString", Func, 1},
10835 {"CCR0_FLUSH", Const, 1},
10836 {"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0},
10837 {"CERT_CHAIN_POLICY_AUTHENTICODE_TS", Const, 0},
10838 {"CERT_CHAIN_POLICY_BASE", Const, 0},
10839 {"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS", Const, 0},
10840 {"CERT_CHAIN_POLICY_EV", Const, 0},
10841 {"CERT_CHAIN_POLICY_MICROSOFT_ROOT", Const, 0},
10842 {"CERT_CHAIN_POLICY_NT_AUTH", Const, 0},
10843 {"CERT_CHAIN_POLICY_SSL", Const, 0},
10844 {"CERT_E_CN_NO_MATCH", Const, 0},
10845 {"CERT_E_EXPIRED", Const, 0},
10846 {"CERT_E_PURPOSE", Const, 0},
10847 {"CERT_E_ROLE", Const, 0},
10848 {"CERT_E_UNTRUSTEDROOT", Const, 0},
10849 {"CERT_STORE_ADD_ALWAYS", Const, 0},
10850 {"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG", Const, 0},
10851 {"CERT_STORE_PROV_MEMORY", Const, 0},
10852 {"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT", Const, 0},
10853 {"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT", Const, 0},
10854 {"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT", Const, 0},
10855 {"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT", Const, 0},
10856 {"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT", Const, 0},
10857 {"CERT_TRUST_INVALID_BASIC_CONSTRAINTS", Const, 0},
10858 {"CERT_TRUST_INVALID_EXTENSION", Const, 0},
10859 {"CERT_TRUST_INVALID_NAME_CONSTRAINTS", Const, 0},
10860 {"CERT_TRUST_INVALID_POLICY_CONSTRAINTS", Const, 0},
10861 {"CERT_TRUST_IS_CYCLIC", Const, 0},
10862 {"CERT_TRUST_IS_EXPLICIT_DISTRUST", Const, 0},
10863 {"CERT_TRUST_IS_NOT_SIGNATURE_VALID", Const, 0},
10864 {"CERT_TRUST_IS_NOT_TIME_VALID", Const, 0},
10865 {"CERT_TRUST_IS_NOT_VALID_FOR_USAGE", Const, 0},
10866 {"CERT_TRUST_IS_OFFLINE_REVOCATION", Const, 0},
10867 {"CERT_TRUST_IS_REVOKED", Const, 0},
10868 {"CERT_TRUST_IS_UNTRUSTED_ROOT", Const, 0},
10869 {"CERT_TRUST_NO_ERROR", Const, 0},
10870 {"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY", Const, 0},
10871 {"CERT_TRUST_REVOCATION_STATUS_UNKNOWN", Const, 0},
10872 {"CFLUSH", Const, 1},
10873 {"CLOCAL", Const, 0},
10874 {"CLONE_CHILD_CLEARTID", Const, 2},
10875 {"CLONE_CHILD_SETTID", Const, 2},
10876 {"CLONE_CLEAR_SIGHAND", Const, 20},
10877 {"CLONE_CSIGNAL", Const, 3},
10878 {"CLONE_DETACHED", Const, 2},
10879 {"CLONE_FILES", Const, 2},
10880 {"CLONE_FS", Const, 2},
10881 {"CLONE_INTO_CGROUP", Const, 20},
10882 {"CLONE_IO", Const, 2},
10883 {"CLONE_NEWCGROUP", Const, 20},
10884 {"CLONE_NEWIPC", Const, 2},
10885 {"CLONE_NEWNET", Const, 2},
10886 {"CLONE_NEWNS", Const, 2},
10887 {"CLONE_NEWPID", Const, 2},
10888 {"CLONE_NEWTIME", Const, 20},
10889 {"CLONE_NEWUSER", Const, 2},
10890 {"CLONE_NEWUTS", Const, 2},
10891 {"CLONE_PARENT", Const, 2},
10892 {"CLONE_PARENT_SETTID", Const, 2},
10893 {"CLONE_PID", Const, 3},
10894 {"CLONE_PIDFD", Const, 20},
10895 {"CLONE_PTRACE", Const, 2},
10896 {"CLONE_SETTLS", Const, 2},
10897 {"CLONE_SIGHAND", Const, 2},
10898 {"CLONE_SYSVSEM", Const, 2},
10899 {"CLONE_THREAD", Const, 2},
10900 {"CLONE_UNTRACED", Const, 2},
10901 {"CLONE_VFORK", Const, 2},
10902 {"CLONE_VM", Const, 2},
10903 {"CPUID_CFLUSH", Const, 1},
10904 {"CREAD", Const, 0},
10905 {"CREATE_ALWAYS", Const, 0},
10906 {"CREATE_NEW", Const, 0},
10907 {"CREATE_NEW_PROCESS_GROUP", Const, 1},
10908 {"CREATE_UNICODE_ENVIRONMENT", Const, 0},
10909 {"CRYPT_DEFAULT_CONTAINER_OPTIONAL", Const, 0},
10910 {"CRYPT_DELETEKEYSET", Const, 0},
10911 {"CRYPT_MACHINE_KEYSET", Const, 0},
10912 {"CRYPT_NEWKEYSET", Const, 0},
10913 {"CRYPT_SILENT", Const, 0},
10914 {"CRYPT_VERIFYCONTEXT", Const, 0},
10915 {"CS5", Const, 0},
10916 {"CS6", Const, 0},
10917 {"CS7", Const, 0},
10918 {"CS8", Const, 0},
10919 {"CSIZE", Const, 0},
10920 {"CSTART", Const, 1},
10921 {"CSTATUS", Const, 1},
10922 {"CSTOP", Const, 1},
10923 {"CSTOPB", Const, 0},
10924 {"CSUSP", Const, 1},
10925 {"CTL_MAXNAME", Const, 0},
10926 {"CTL_NET", Const, 0},
10927 {"CTL_QUERY", Const, 1},
10928 {"CTRL_BREAK_EVENT", Const, 1},
10929 {"CTRL_CLOSE_EVENT", Const, 14},
10930 {"CTRL_C_EVENT", Const, 1},
10931 {"CTRL_LOGOFF_EVENT", Const, 14},
10932 {"CTRL_SHUTDOWN_EVENT", Const, 14},
10933 {"CancelIo", Func, 0},
10934 {"CancelIoEx", Func, 1},
10935 {"CertAddCertificateContextToStore", Func, 0},
10936 {"CertChainContext", Type, 0},
10937 {"CertChainContext.ChainCount", Field, 0},
10938 {"CertChainContext.Chains", Field, 0},
10939 {"CertChainContext.HasRevocationFreshnessTime", Field, 0},
10940 {"CertChainContext.LowerQualityChainCount", Field, 0},
10941 {"CertChainContext.LowerQualityChains", Field, 0},
10942 {"CertChainContext.RevocationFreshnessTime", Field, 0},
10943 {"CertChainContext.Size", Field, 0},
10944 {"CertChainContext.TrustStatus", Field, 0},
10945 {"CertChainElement", Type, 0},
10946 {"CertChainElement.ApplicationUsage", Field, 0},
10947 {"CertChainElement.CertContext", Field, 0},
10948 {"CertChainElement.ExtendedErrorInfo", Field, 0},
10949 {"CertChainElement.IssuanceUsage", Field, 0},
10950 {"CertChainElement.RevocationInfo", Field, 0},
10951 {"CertChainElement.Size", Field, 0},
10952 {"CertChainElement.TrustStatus", Field, 0},
10953 {"CertChainPara", Type, 0},
10954 {"CertChainPara.CacheResync", Field, 0},
10955 {"CertChainPara.CheckRevocationFreshnessTime", Field, 0},
10956 {"CertChainPara.RequestedUsage", Field, 0},
10957 {"CertChainPara.RequstedIssuancePolicy", Field, 0},
10958 {"CertChainPara.RevocationFreshnessTime", Field, 0},
10959 {"CertChainPara.Size", Field, 0},
10960 {"CertChainPara.URLRetrievalTimeout", Field, 0},
10961 {"CertChainPolicyPara", Type, 0},
10962 {"CertChainPolicyPara.ExtraPolicyPara", Field, 0},
10963 {"CertChainPolicyPara.Flags", Field, 0},
10964 {"CertChainPolicyPara.Size", Field, 0},
10965 {"CertChainPolicyStatus", Type, 0},
10966 {"CertChainPolicyStatus.ChainIndex", Field, 0},
10967 {"CertChainPolicyStatus.ElementIndex", Field, 0},
10968 {"CertChainPolicyStatus.Error", Field, 0},
10969 {"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0},
10970 {"CertChainPolicyStatus.Size", Field, 0},
10971 {"CertCloseStore", Func, 0},
10972 {"CertContext", Type, 0},
10973 {"CertContext.CertInfo", Field, 0},
10974 {"CertContext.EncodedCert", Field, 0},
10975 {"CertContext.EncodingType", Field, 0},
10976 {"CertContext.Length", Field, 0},
10977 {"CertContext.Store", Field, 0},
10978 {"CertCreateCertificateContext", Func, 0},
10979 {"CertEnhKeyUsage", Type, 0},
10980 {"CertEnhKeyUsage.Length", Field, 0},
10981 {"CertEnhKeyUsage.UsageIdentifiers", Field, 0},
10982 {"CertEnumCertificatesInStore", Func, 0},
10983 {"CertFreeCertificateChain", Func, 0},
10984 {"CertFreeCertificateContext", Func, 0},
10985 {"CertGetCertificateChain", Func, 0},
10986 {"CertInfo", Type, 11},
10987 {"CertOpenStore", Func, 0},
10988 {"CertOpenSystemStore", Func, 0},
10989 {"CertRevocationCrlInfo", Type, 11},
10990 {"CertRevocationInfo", Type, 0},
10991 {"CertRevocationInfo.CrlInfo", Field, 0},
10992 {"CertRevocationInfo.FreshnessTime", Field, 0},
10993 {"CertRevocationInfo.HasFreshnessTime", Field, 0},
10994 {"CertRevocationInfo.OidSpecificInfo", Field, 0},
10995 {"CertRevocationInfo.RevocationOid", Field, 0},
10996 {"CertRevocationInfo.RevocationResult", Field, 0},
10997 {"CertRevocationInfo.Size", Field, 0},
10998 {"CertSimpleChain", Type, 0},
10999 {"CertSimpleChain.Elements", Field, 0},
11000 {"CertSimpleChain.HasRevocationFreshnessTime", Field, 0},
11001 {"CertSimpleChain.NumElements", Field, 0},
11002 {"CertSimpleChain.RevocationFreshnessTime", Field, 0},
11003 {"CertSimpleChain.Size", Field, 0},
11004 {"CertSimpleChain.TrustListInfo", Field, 0},
11005 {"CertSimpleChain.TrustStatus", Field, 0},
11006 {"CertTrustListInfo", Type, 11},
11007 {"CertTrustStatus", Type, 0},
11008 {"CertTrustStatus.ErrorStatus", Field, 0},
11009 {"CertTrustStatus.InfoStatus", Field, 0},
11010 {"CertUsageMatch", Type, 0},
11011 {"CertUsageMatch.Type", Field, 0},
11012 {"CertUsageMatch.Usage", Field, 0},
11013 {"CertVerifyCertificateChainPolicy", Func, 0},
11014 {"Chdir", Func, 0},
11015 {"CheckBpfVersion", Func, 0},
11016 {"Chflags", Func, 0},
11017 {"Chmod", Func, 0},
11018 {"Chown", Func, 0},
11019 {"Chroot", Func, 0},
11020 {"Clearenv", Func, 0},
11021 {"Close", Func, 0},
11022 {"CloseHandle", Func, 0},
11023 {"CloseOnExec", Func, 0},
11024 {"Closesocket", Func, 0},
11025 {"CmsgLen", Func, 0},
11026 {"CmsgSpace", Func, 0},
11027 {"Cmsghdr", Type, 0},
11028 {"Cmsghdr.Len", Field, 0},
11029 {"Cmsghdr.Level", Field, 0},
11030 {"Cmsghdr.Type", Field, 0},
11031 {"Cmsghdr.X__cmsg_data", Field, 0},
11032 {"CommandLineToArgv", Func, 0},
11033 {"ComputerName", Func, 0},
11034 {"Conn", Type, 9},
11035 {"Connect", Func, 0},
11036 {"ConnectEx", Func, 1},
11037 {"ConvertSidToStringSid", Func, 0},
11038 {"ConvertStringSidToSid", Func, 0},
11039 {"CopySid", Func, 0},
11040 {"Creat", Func, 0},
11041 {"CreateDirectory", Func, 0},
11042 {"CreateFile", Func, 0},
11043 {"CreateFileMapping", Func, 0},
11044 {"CreateHardLink", Func, 4},
11045 {"CreateIoCompletionPort", Func, 0},
11046 {"CreatePipe", Func, 0},
11047 {"CreateProcess", Func, 0},
11048 {"CreateProcessAsUser", Func, 10},
11049 {"CreateSymbolicLink", Func, 4},
11050 {"CreateToolhelp32Snapshot", Func, 4},
11051 {"Credential", Type, 0},
11052 {"Credential.Gid", Field, 0},
11053 {"Credential.Groups", Field, 0},
11054 {"Credential.NoSetGroups", Field, 9},
11055 {"Credential.Uid", Field, 0},
11056 {"CryptAcquireContext", Func, 0},
11057 {"CryptGenRandom", Func, 0},
11058 {"CryptReleaseContext", Func, 0},
11059 {"DIOCBSFLUSH", Const, 1},
11060 {"DIOCOSFPFLUSH", Const, 1},
11061 {"DLL", Type, 0},
11062 {"DLL.Handle", Field, 0},
11063 {"DLL.Name", Field, 0},
11064 {"DLLError", Type, 0},
11065 {"DLLError.Err", Field, 0},
11066 {"DLLError.Msg", Field, 0},
11067 {"DLLError.ObjName", Field, 0},
11068 {"DLT_A429", Const, 0},
11069 {"DLT_A653_ICM", Const, 0},
11070 {"DLT_AIRONET_HEADER", Const, 0},
11071 {"DLT_AOS", Const, 1},
11072 {"DLT_APPLE_IP_OVER_IEEE1394", Const, 0},
11073 {"DLT_ARCNET", Const, 0},
11074 {"DLT_ARCNET_LINUX", Const, 0},
11075 {"DLT_ATM_CLIP", Const, 0},
11076 {"DLT_ATM_RFC1483", Const, 0},
11077 {"DLT_AURORA", Const, 0},
11078 {"DLT_AX25", Const, 0},
11079 {"DLT_AX25_KISS", Const, 0},
11080 {"DLT_BACNET_MS_TP", Const, 0},
11081 {"DLT_BLUETOOTH_HCI_H4", Const, 0},
11082 {"DLT_BLUETOOTH_HCI_H4_WITH_PHDR", Const, 0},
11083 {"DLT_CAN20B", Const, 0},
11084 {"DLT_CAN_SOCKETCAN", Const, 1},
11085 {"DLT_CHAOS", Const, 0},
11086 {"DLT_CHDLC", Const, 0},
11087 {"DLT_CISCO_IOS", Const, 0},
11088 {"DLT_C_HDLC", Const, 0},
11089 {"DLT_C_HDLC_WITH_DIR", Const, 0},
11090 {"DLT_DBUS", Const, 1},
11091 {"DLT_DECT", Const, 1},
11092 {"DLT_DOCSIS", Const, 0},
11093 {"DLT_DVB_CI", Const, 1},
11094 {"DLT_ECONET", Const, 0},
11095 {"DLT_EN10MB", Const, 0},
11096 {"DLT_EN3MB", Const, 0},
11097 {"DLT_ENC", Const, 0},
11098 {"DLT_ERF", Const, 0},
11099 {"DLT_ERF_ETH", Const, 0},
11100 {"DLT_ERF_POS", Const, 0},
11101 {"DLT_FC_2", Const, 1},
11102 {"DLT_FC_2_WITH_FRAME_DELIMS", Const, 1},
11103 {"DLT_FDDI", Const, 0},
11104 {"DLT_FLEXRAY", Const, 0},
11105 {"DLT_FRELAY", Const, 0},
11106 {"DLT_FRELAY_WITH_DIR", Const, 0},
11107 {"DLT_GCOM_SERIAL", Const, 0},
11108 {"DLT_GCOM_T1E1", Const, 0},
11109 {"DLT_GPF_F", Const, 0},
11110 {"DLT_GPF_T", Const, 0},
11111 {"DLT_GPRS_LLC", Const, 0},
11112 {"DLT_GSMTAP_ABIS", Const, 1},
11113 {"DLT_GSMTAP_UM", Const, 1},
11114 {"DLT_HDLC", Const, 1},
11115 {"DLT_HHDLC", Const, 0},
11116 {"DLT_HIPPI", Const, 1},
11117 {"DLT_IBM_SN", Const, 0},
11118 {"DLT_IBM_SP", Const, 0},
11119 {"DLT_IEEE802", Const, 0},
11120 {"DLT_IEEE802_11", Const, 0},
11121 {"DLT_IEEE802_11_RADIO", Const, 0},
11122 {"DLT_IEEE802_11_RADIO_AVS", Const, 0},
11123 {"DLT_IEEE802_15_4", Const, 0},
11124 {"DLT_IEEE802_15_4_LINUX", Const, 0},
11125 {"DLT_IEEE802_15_4_NOFCS", Const, 1},
11126 {"DLT_IEEE802_15_4_NONASK_PHY", Const, 0},
11127 {"DLT_IEEE802_16_MAC_CPS", Const, 0},
11128 {"DLT_IEEE802_16_MAC_CPS_RADIO", Const, 0},
11129 {"DLT_IPFILTER", Const, 0},
11130 {"DLT_IPMB", Const, 0},
11131 {"DLT_IPMB_LINUX", Const, 0},
11132 {"DLT_IPNET", Const, 1},
11133 {"DLT_IPOIB", Const, 1},
11134 {"DLT_IPV4", Const, 1},
11135 {"DLT_IPV6", Const, 1},
11136 {"DLT_IP_OVER_FC", Const, 0},
11137 {"DLT_JUNIPER_ATM1", Const, 0},
11138 {"DLT_JUNIPER_ATM2", Const, 0},
11139 {"DLT_JUNIPER_ATM_CEMIC", Const, 1},
11140 {"DLT_JUNIPER_CHDLC", Const, 0},
11141 {"DLT_JUNIPER_ES", Const, 0},
11142 {"DLT_JUNIPER_ETHER", Const, 0},
11143 {"DLT_JUNIPER_FIBRECHANNEL", Const, 1},
11144 {"DLT_JUNIPER_FRELAY", Const, 0},
11145 {"DLT_JUNIPER_GGSN", Const, 0},
11146 {"DLT_JUNIPER_ISM", Const, 0},
11147 {"DLT_JUNIPER_MFR", Const, 0},
11148 {"DLT_JUNIPER_MLFR", Const, 0},
11149 {"DLT_JUNIPER_MLPPP", Const, 0},
11150 {"DLT_JUNIPER_MONITOR", Const, 0},
11151 {"DLT_JUNIPER_PIC_PEER", Const, 0},
11152 {"DLT_JUNIPER_PPP", Const, 0},
11153 {"DLT_JUNIPER_PPPOE", Const, 0},
11154 {"DLT_JUNIPER_PPPOE_ATM", Const, 0},
11155 {"DLT_JUNIPER_SERVICES", Const, 0},
11156 {"DLT_JUNIPER_SRX_E2E", Const, 1},
11157 {"DLT_JUNIPER_ST", Const, 0},
11158 {"DLT_JUNIPER_VP", Const, 0},
11159 {"DLT_JUNIPER_VS", Const, 1},
11160 {"DLT_LAPB_WITH_DIR", Const, 0},
11161 {"DLT_LAPD", Const, 0},
11162 {"DLT_LIN", Const, 0},
11163 {"DLT_LINUX_EVDEV", Const, 1},
11164 {"DLT_LINUX_IRDA", Const, 0},
11165 {"DLT_LINUX_LAPD", Const, 0},
11166 {"DLT_LINUX_PPP_WITHDIRECTION", Const, 0},
11167 {"DLT_LINUX_SLL", Const, 0},
11168 {"DLT_LOOP", Const, 0},
11169 {"DLT_LTALK", Const, 0},
11170 {"DLT_MATCHING_MAX", Const, 1},
11171 {"DLT_MATCHING_MIN", Const, 1},
11172 {"DLT_MFR", Const, 0},
11173 {"DLT_MOST", Const, 0},
11174 {"DLT_MPEG_2_TS", Const, 1},
11175 {"DLT_MPLS", Const, 1},
11176 {"DLT_MTP2", Const, 0},
11177 {"DLT_MTP2_WITH_PHDR", Const, 0},
11178 {"DLT_MTP3", Const, 0},
11179 {"DLT_MUX27010", Const, 1},
11180 {"DLT_NETANALYZER", Const, 1},
11181 {"DLT_NETANALYZER_TRANSPARENT", Const, 1},
11182 {"DLT_NFC_LLCP", Const, 1},
11183 {"DLT_NFLOG", Const, 1},
11184 {"DLT_NG40", Const, 1},
11185 {"DLT_NULL", Const, 0},
11186 {"DLT_PCI_EXP", Const, 0},
11187 {"DLT_PFLOG", Const, 0},
11188 {"DLT_PFSYNC", Const, 0},
11189 {"DLT_PPI", Const, 0},
11190 {"DLT_PPP", Const, 0},
11191 {"DLT_PPP_BSDOS", Const, 0},
11192 {"DLT_PPP_ETHER", Const, 0},
11193 {"DLT_PPP_PPPD", Const, 0},
11194 {"DLT_PPP_SERIAL", Const, 0},
11195 {"DLT_PPP_WITH_DIR", Const, 0},
11196 {"DLT_PPP_WITH_DIRECTION", Const, 0},
11197 {"DLT_PRISM_HEADER", Const, 0},
11198 {"DLT_PRONET", Const, 0},
11199 {"DLT_RAIF1", Const, 0},
11200 {"DLT_RAW", Const, 0},
11201 {"DLT_RAWAF_MASK", Const, 1},
11202 {"DLT_RIO", Const, 0},
11203 {"DLT_SCCP", Const, 0},
11204 {"DLT_SITA", Const, 0},
11205 {"DLT_SLIP", Const, 0},
11206 {"DLT_SLIP_BSDOS", Const, 0},
11207 {"DLT_STANAG_5066_D_PDU", Const, 1},
11208 {"DLT_SUNATM", Const, 0},
11209 {"DLT_SYMANTEC_FIREWALL", Const, 0},
11210 {"DLT_TZSP", Const, 0},
11211 {"DLT_USB", Const, 0},
11212 {"DLT_USB_LINUX", Const, 0},
11213 {"DLT_USB_LINUX_MMAPPED", Const, 1},
11214 {"DLT_USER0", Const, 0},
11215 {"DLT_USER1", Const, 0},
11216 {"DLT_USER10", Const, 0},
11217 {"DLT_USER11", Const, 0},
11218 {"DLT_USER12", Const, 0},
11219 {"DLT_USER13", Const, 0},
11220 {"DLT_USER14", Const, 0},
11221 {"DLT_USER15", Const, 0},
11222 {"DLT_USER2", Const, 0},
11223 {"DLT_USER3", Const, 0},
11224 {"DLT_USER4", Const, 0},
11225 {"DLT_USER5", Const, 0},
11226 {"DLT_USER6", Const, 0},
11227 {"DLT_USER7", Const, 0},
11228 {"DLT_USER8", Const, 0},
11229 {"DLT_USER9", Const, 0},
11230 {"DLT_WIHART", Const, 1},
11231 {"DLT_X2E_SERIAL", Const, 0},
11232 {"DLT_X2E_XORAYA", Const, 0},
11233 {"DNSMXData", Type, 0},
11234 {"DNSMXData.NameExchange", Field, 0},
11235 {"DNSMXData.Pad", Field, 0},
11236 {"DNSMXData.Preference", Field, 0},
11237 {"DNSPTRData", Type, 0},
11238 {"DNSPTRData.Host", Field, 0},
11239 {"DNSRecord", Type, 0},
11240 {"DNSRecord.Data", Field, 0},
11241 {"DNSRecord.Dw", Field, 0},
11242 {"DNSRecord.Length", Field, 0},
11243 {"DNSRecord.Name", Field, 0},
11244 {"DNSRecord.Next", Field, 0},
11245 {"DNSRecord.Reserved", Field, 0},
11246 {"DNSRecord.Ttl", Field, 0},
11247 {"DNSRecord.Type", Field, 0},
11248 {"DNSSRVData", Type, 0},
11249 {"DNSSRVData.Pad", Field, 0},
11250 {"DNSSRVData.Port", Field, 0},
11251 {"DNSSRVData.Priority", Field, 0},
11252 {"DNSSRVData.Target", Field, 0},
11253 {"DNSSRVData.Weight", Field, 0},
11254 {"DNSTXTData", Type, 0},
11255 {"DNSTXTData.StringArray", Field, 0},
11256 {"DNSTXTData.StringCount", Field, 0},
11257 {"DNS_INFO_NO_RECORDS", Const, 4},
11258 {"DNS_TYPE_A", Const, 0},
11259 {"DNS_TYPE_A6", Const, 0},
11260 {"DNS_TYPE_AAAA", Const, 0},
11261 {"DNS_TYPE_ADDRS", Const, 0},
11262 {"DNS_TYPE_AFSDB", Const, 0},
11263 {"DNS_TYPE_ALL", Const, 0},
11264 {"DNS_TYPE_ANY", Const, 0},
11265 {"DNS_TYPE_ATMA", Const, 0},
11266 {"DNS_TYPE_AXFR", Const, 0},
11267 {"DNS_TYPE_CERT", Const, 0},
11268 {"DNS_TYPE_CNAME", Const, 0},
11269 {"DNS_TYPE_DHCID", Const, 0},
11270 {"DNS_TYPE_DNAME", Const, 0},
11271 {"DNS_TYPE_DNSKEY", Const, 0},
11272 {"DNS_TYPE_DS", Const, 0},
11273 {"DNS_TYPE_EID", Const, 0},
11274 {"DNS_TYPE_GID", Const, 0},
11275 {"DNS_TYPE_GPOS", Const, 0},
11276 {"DNS_TYPE_HINFO", Const, 0},
11277 {"DNS_TYPE_ISDN", Const, 0},
11278 {"DNS_TYPE_IXFR", Const, 0},
11279 {"DNS_TYPE_KEY", Const, 0},
11280 {"DNS_TYPE_KX", Const, 0},
11281 {"DNS_TYPE_LOC", Const, 0},
11282 {"DNS_TYPE_MAILA", Const, 0},
11283 {"DNS_TYPE_MAILB", Const, 0},
11284 {"DNS_TYPE_MB", Const, 0},
11285 {"DNS_TYPE_MD", Const, 0},
11286 {"DNS_TYPE_MF", Const, 0},
11287 {"DNS_TYPE_MG", Const, 0},
11288 {"DNS_TYPE_MINFO", Const, 0},
11289 {"DNS_TYPE_MR", Const, 0},
11290 {"DNS_TYPE_MX", Const, 0},
11291 {"DNS_TYPE_NAPTR", Const, 0},
11292 {"DNS_TYPE_NBSTAT", Const, 0},
11293 {"DNS_TYPE_NIMLOC", Const, 0},
11294 {"DNS_TYPE_NS", Const, 0},
11295 {"DNS_TYPE_NSAP", Const, 0},
11296 {"DNS_TYPE_NSAPPTR", Const, 0},
11297 {"DNS_TYPE_NSEC", Const, 0},
11298 {"DNS_TYPE_NULL", Const, 0},
11299 {"DNS_TYPE_NXT", Const, 0},
11300 {"DNS_TYPE_OPT", Const, 0},
11301 {"DNS_TYPE_PTR", Const, 0},
11302 {"DNS_TYPE_PX", Const, 0},
11303 {"DNS_TYPE_RP", Const, 0},
11304 {"DNS_TYPE_RRSIG", Const, 0},
11305 {"DNS_TYPE_RT", Const, 0},
11306 {"DNS_TYPE_SIG", Const, 0},
11307 {"DNS_TYPE_SINK", Const, 0},
11308 {"DNS_TYPE_SOA", Const, 0},
11309 {"DNS_TYPE_SRV", Const, 0},
11310 {"DNS_TYPE_TEXT", Const, 0},
11311 {"DNS_TYPE_TKEY", Const, 0},
11312 {"DNS_TYPE_TSIG", Const, 0},
11313 {"DNS_TYPE_UID", Const, 0},
11314 {"DNS_TYPE_UINFO", Const, 0},
11315 {"DNS_TYPE_UNSPEC", Const, 0},
11316 {"DNS_TYPE_WINS", Const, 0},
11317 {"DNS_TYPE_WINSR", Const, 0},
11318 {"DNS_TYPE_WKS", Const, 0},
11319 {"DNS_TYPE_X25", Const, 0},
11320 {"DT_BLK", Const, 0},
11321 {"DT_CHR", Const, 0},
11322 {"DT_DIR", Const, 0},
11323 {"DT_FIFO", Const, 0},
11324 {"DT_LNK", Const, 0},
11325 {"DT_REG", Const, 0},
11326 {"DT_SOCK", Const, 0},
11327 {"DT_UNKNOWN", Const, 0},
11328 {"DT_WHT", Const, 0},
11329 {"DUPLICATE_CLOSE_SOURCE", Const, 0},
11330 {"DUPLICATE_SAME_ACCESS", Const, 0},
11331 {"DeleteFile", Func, 0},
11332 {"DetachLsf", Func, 0},
11333 {"DeviceIoControl", Func, 4},
11334 {"Dirent", Type, 0},
11335 {"Dirent.Fileno", Field, 0},
11336 {"Dirent.Ino", Field, 0},
11337 {"Dirent.Name", Field, 0},
11338 {"Dirent.Namlen", Field, 0},
11339 {"Dirent.Off", Field, 0},
11340 {"Dirent.Pad0", Field, 12},
11341 {"Dirent.Pad1", Field, 12},
11342 {"Dirent.Pad_cgo_0", Field, 0},
11343 {"Dirent.Reclen", Field, 0},
11344 {"Dirent.Seekoff", Field, 0},
11345 {"Dirent.Type", Field, 0},
11346 {"Dirent.X__d_padding", Field, 3},
11347 {"DnsNameCompare", Func, 4},
11348 {"DnsQuery", Func, 0},
11349 {"DnsRecordListFree", Func, 0},
11350 {"DnsSectionAdditional", Const, 4},
11351 {"DnsSectionAnswer", Const, 4},
11352 {"DnsSectionAuthority", Const, 4},
11353 {"DnsSectionQuestion", Const, 4},
11354 {"Dup", Func, 0},
11355 {"Dup2", Func, 0},
11356 {"Dup3", Func, 2},
11357 {"DuplicateHandle", Func, 0},
11358 {"E2BIG", Const, 0},
11359 {"EACCES", Const, 0},
11360 {"EADDRINUSE", Const, 0},
11361 {"EADDRNOTAVAIL", Const, 0},
11362 {"EADV", Const, 0},
11363 {"EAFNOSUPPORT", Const, 0},
11364 {"EAGAIN", Const, 0},
11365 {"EALREADY", Const, 0},
11366 {"EAUTH", Const, 0},
11367 {"EBADARCH", Const, 0},
11368 {"EBADE", Const, 0},
11369 {"EBADEXEC", Const, 0},
11370 {"EBADF", Const, 0},
11371 {"EBADFD", Const, 0},
11372 {"EBADMACHO", Const, 0},
11373 {"EBADMSG", Const, 0},
11374 {"EBADR", Const, 0},
11375 {"EBADRPC", Const, 0},
11376 {"EBADRQC", Const, 0},
11377 {"EBADSLT", Const, 0},
11378 {"EBFONT", Const, 0},
11379 {"EBUSY", Const, 0},
11380 {"ECANCELED", Const, 0},
11381 {"ECAPMODE", Const, 1},
11382 {"ECHILD", Const, 0},
11383 {"ECHO", Const, 0},
11384 {"ECHOCTL", Const, 0},
11385 {"ECHOE", Const, 0},
11386 {"ECHOK", Const, 0},
11387 {"ECHOKE", Const, 0},
11388 {"ECHONL", Const, 0},
11389 {"ECHOPRT", Const, 0},
11390 {"ECHRNG", Const, 0},
11391 {"ECOMM", Const, 0},
11392 {"ECONNABORTED", Const, 0},
11393 {"ECONNREFUSED", Const, 0},
11394 {"ECONNRESET", Const, 0},
11395 {"EDEADLK", Const, 0},
11396 {"EDEADLOCK", Const, 0},
11397 {"EDESTADDRREQ", Const, 0},
11398 {"EDEVERR", Const, 0},
11399 {"EDOM", Const, 0},
11400 {"EDOOFUS", Const, 0},
11401 {"EDOTDOT", Const, 0},
11402 {"EDQUOT", Const, 0},
11403 {"EEXIST", Const, 0},
11404 {"EFAULT", Const, 0},
11405 {"EFBIG", Const, 0},
11406 {"EFER_LMA", Const, 1},
11407 {"EFER_LME", Const, 1},
11408 {"EFER_NXE", Const, 1},
11409 {"EFER_SCE", Const, 1},
11410 {"EFTYPE", Const, 0},
11411 {"EHOSTDOWN", Const, 0},
11412 {"EHOSTUNREACH", Const, 0},
11413 {"EHWPOISON", Const, 0},
11414 {"EIDRM", Const, 0},
11415 {"EILSEQ", Const, 0},
11416 {"EINPROGRESS", Const, 0},
11417 {"EINTR", Const, 0},
11418 {"EINVAL", Const, 0},
11419 {"EIO", Const, 0},
11420 {"EIPSEC", Const, 1},
11421 {"EISCONN", Const, 0},
11422 {"EISDIR", Const, 0},
11423 {"EISNAM", Const, 0},
11424 {"EKEYEXPIRED", Const, 0},
11425 {"EKEYREJECTED", Const, 0},
11426 {"EKEYREVOKED", Const, 0},
11427 {"EL2HLT", Const, 0},
11428 {"EL2NSYNC", Const, 0},
11429 {"EL3HLT", Const, 0},
11430 {"EL3RST", Const, 0},
11431 {"ELAST", Const, 0},
11432 {"ELF_NGREG", Const, 0},
11433 {"ELF_PRARGSZ", Const, 0},
11434 {"ELIBACC", Const, 0},
11435 {"ELIBBAD", Const, 0},
11436 {"ELIBEXEC", Const, 0},
11437 {"ELIBMAX", Const, 0},
11438 {"ELIBSCN", Const, 0},
11439 {"ELNRNG", Const, 0},
11440 {"ELOOP", Const, 0},
11441 {"EMEDIUMTYPE", Const, 0},
11442 {"EMFILE", Const, 0},
11443 {"EMLINK", Const, 0},
11444 {"EMSGSIZE", Const, 0},
11445 {"EMT_TAGOVF", Const, 1},
11446 {"EMULTIHOP", Const, 0},
11447 {"EMUL_ENABLED", Const, 1},
11448 {"EMUL_LINUX", Const, 1},
11449 {"EMUL_LINUX32", Const, 1},
11450 {"EMUL_MAXID", Const, 1},
11451 {"EMUL_NATIVE", Const, 1},
11452 {"ENAMETOOLONG", Const, 0},
11453 {"ENAVAIL", Const, 0},
11454 {"ENDRUNDISC", Const, 1},
11455 {"ENEEDAUTH", Const, 0},
11456 {"ENETDOWN", Const, 0},
11457 {"ENETRESET", Const, 0},
11458 {"ENETUNREACH", Const, 0},
11459 {"ENFILE", Const, 0},
11460 {"ENOANO", Const, 0},
11461 {"ENOATTR", Const, 0},
11462 {"ENOBUFS", Const, 0},
11463 {"ENOCSI", Const, 0},
11464 {"ENODATA", Const, 0},
11465 {"ENODEV", Const, 0},
11466 {"ENOENT", Const, 0},
11467 {"ENOEXEC", Const, 0},
11468 {"ENOKEY", Const, 0},
11469 {"ENOLCK", Const, 0},
11470 {"ENOLINK", Const, 0},
11471 {"ENOMEDIUM", Const, 0},
11472 {"ENOMEM", Const, 0},
11473 {"ENOMSG", Const, 0},
11474 {"ENONET", Const, 0},
11475 {"ENOPKG", Const, 0},
11476 {"ENOPOLICY", Const, 0},
11477 {"ENOPROTOOPT", Const, 0},
11478 {"ENOSPC", Const, 0},
11479 {"ENOSR", Const, 0},
11480 {"ENOSTR", Const, 0},
11481 {"ENOSYS", Const, 0},
11482 {"ENOTBLK", Const, 0},
11483 {"ENOTCAPABLE", Const, 0},
11484 {"ENOTCONN", Const, 0},
11485 {"ENOTDIR", Const, 0},
11486 {"ENOTEMPTY", Const, 0},
11487 {"ENOTNAM", Const, 0},
11488 {"ENOTRECOVERABLE", Const, 0},
11489 {"ENOTSOCK", Const, 0},
11490 {"ENOTSUP", Const, 0},
11491 {"ENOTTY", Const, 0},
11492 {"ENOTUNIQ", Const, 0},
11493 {"ENXIO", Const, 0},
11494 {"EN_SW_CTL_INF", Const, 1},
11495 {"EN_SW_CTL_PREC", Const, 1},
11496 {"EN_SW_CTL_ROUND", Const, 1},
11497 {"EN_SW_DATACHAIN", Const, 1},
11498 {"EN_SW_DENORM", Const, 1},
11499 {"EN_SW_INVOP", Const, 1},
11500 {"EN_SW_OVERFLOW", Const, 1},
11501 {"EN_SW_PRECLOSS", Const, 1},
11502 {"EN_SW_UNDERFLOW", Const, 1},
11503 {"EN_SW_ZERODIV", Const, 1},
11504 {"EOPNOTSUPP", Const, 0},
11505 {"EOVERFLOW", Const, 0},
11506 {"EOWNERDEAD", Const, 0},
11507 {"EPERM", Const, 0},
11508 {"EPFNOSUPPORT", Const, 0},
11509 {"EPIPE", Const, 0},
11510 {"EPOLLERR", Const, 0},
11511 {"EPOLLET", Const, 0},
11512 {"EPOLLHUP", Const, 0},
11513 {"EPOLLIN", Const, 0},
11514 {"EPOLLMSG", Const, 0},
11515 {"EPOLLONESHOT", Const, 0},
11516 {"EPOLLOUT", Const, 0},
11517 {"EPOLLPRI", Const, 0},
11518 {"EPOLLRDBAND", Const, 0},
11519 {"EPOLLRDHUP", Const, 0},
11520 {"EPOLLRDNORM", Const, 0},
11521 {"EPOLLWRBAND", Const, 0},
11522 {"EPOLLWRNORM", Const, 0},
11523 {"EPOLL_CLOEXEC", Const, 0},
11524 {"EPOLL_CTL_ADD", Const, 0},
11525 {"EPOLL_CTL_DEL", Const, 0},
11526 {"EPOLL_CTL_MOD", Const, 0},
11527 {"EPOLL_NONBLOCK", Const, 0},
11528 {"EPROCLIM", Const, 0},
11529 {"EPROCUNAVAIL", Const, 0},
11530 {"EPROGMISMATCH", Const, 0},
11531 {"EPROGUNAVAIL", Const, 0},
11532 {"EPROTO", Const, 0},
11533 {"EPROTONOSUPPORT", Const, 0},
11534 {"EPROTOTYPE", Const, 0},
11535 {"EPWROFF", Const, 0},
11536 {"EQFULL", Const, 16},
11537 {"ERANGE", Const, 0},
11538 {"EREMCHG", Const, 0},
11539 {"EREMOTE", Const, 0},
11540 {"EREMOTEIO", Const, 0},
11541 {"ERESTART", Const, 0},
11542 {"ERFKILL", Const, 0},
11543 {"EROFS", Const, 0},
11544 {"ERPCMISMATCH", Const, 0},
11545 {"ERROR_ACCESS_DENIED", Const, 0},
11546 {"ERROR_ALREADY_EXISTS", Const, 0},
11547 {"ERROR_BROKEN_PIPE", Const, 0},
11548 {"ERROR_BUFFER_OVERFLOW", Const, 0},
11549 {"ERROR_DIR_NOT_EMPTY", Const, 8},
11550 {"ERROR_ENVVAR_NOT_FOUND", Const, 0},
11551 {"ERROR_FILE_EXISTS", Const, 0},
11552 {"ERROR_FILE_NOT_FOUND", Const, 0},
11553 {"ERROR_HANDLE_EOF", Const, 2},
11554 {"ERROR_INSUFFICIENT_BUFFER", Const, 0},
11555 {"ERROR_IO_PENDING", Const, 0},
11556 {"ERROR_MOD_NOT_FOUND", Const, 0},
11557 {"ERROR_MORE_DATA", Const, 3},
11558 {"ERROR_NETNAME_DELETED", Const, 3},
11559 {"ERROR_NOT_FOUND", Const, 1},
11560 {"ERROR_NO_MORE_FILES", Const, 0},
11561 {"ERROR_OPERATION_ABORTED", Const, 0},
11562 {"ERROR_PATH_NOT_FOUND", Const, 0},
11563 {"ERROR_PRIVILEGE_NOT_HELD", Const, 4},
11564 {"ERROR_PROC_NOT_FOUND", Const, 0},
11565 {"ESHLIBVERS", Const, 0},
11566 {"ESHUTDOWN", Const, 0},
11567 {"ESOCKTNOSUPPORT", Const, 0},
11568 {"ESPIPE", Const, 0},
11569 {"ESRCH", Const, 0},
11570 {"ESRMNT", Const, 0},
11571 {"ESTALE", Const, 0},
11572 {"ESTRPIPE", Const, 0},
11573 {"ETHERCAP_JUMBO_MTU", Const, 1},
11574 {"ETHERCAP_VLAN_HWTAGGING", Const, 1},
11575 {"ETHERCAP_VLAN_MTU", Const, 1},
11576 {"ETHERMIN", Const, 1},
11577 {"ETHERMTU", Const, 1},
11578 {"ETHERMTU_JUMBO", Const, 1},
11579 {"ETHERTYPE_8023", Const, 1},
11580 {"ETHERTYPE_AARP", Const, 1},
11581 {"ETHERTYPE_ACCTON", Const, 1},
11582 {"ETHERTYPE_AEONIC", Const, 1},
11583 {"ETHERTYPE_ALPHA", Const, 1},
11584 {"ETHERTYPE_AMBER", Const, 1},
11585 {"ETHERTYPE_AMOEBA", Const, 1},
11586 {"ETHERTYPE_AOE", Const, 1},
11587 {"ETHERTYPE_APOLLO", Const, 1},
11588 {"ETHERTYPE_APOLLODOMAIN", Const, 1},
11589 {"ETHERTYPE_APPLETALK", Const, 1},
11590 {"ETHERTYPE_APPLITEK", Const, 1},
11591 {"ETHERTYPE_ARGONAUT", Const, 1},
11592 {"ETHERTYPE_ARP", Const, 1},
11593 {"ETHERTYPE_AT", Const, 1},
11594 {"ETHERTYPE_ATALK", Const, 1},
11595 {"ETHERTYPE_ATOMIC", Const, 1},
11596 {"ETHERTYPE_ATT", Const, 1},
11597 {"ETHERTYPE_ATTSTANFORD", Const, 1},
11598 {"ETHERTYPE_AUTOPHON", Const, 1},
11599 {"ETHERTYPE_AXIS", Const, 1},
11600 {"ETHERTYPE_BCLOOP", Const, 1},
11601 {"ETHERTYPE_BOFL", Const, 1},
11602 {"ETHERTYPE_CABLETRON", Const, 1},
11603 {"ETHERTYPE_CHAOS", Const, 1},
11604 {"ETHERTYPE_COMDESIGN", Const, 1},
11605 {"ETHERTYPE_COMPUGRAPHIC", Const, 1},
11606 {"ETHERTYPE_COUNTERPOINT", Const, 1},
11607 {"ETHERTYPE_CRONUS", Const, 1},
11608 {"ETHERTYPE_CRONUSVLN", Const, 1},
11609 {"ETHERTYPE_DCA", Const, 1},
11610 {"ETHERTYPE_DDE", Const, 1},
11611 {"ETHERTYPE_DEBNI", Const, 1},
11612 {"ETHERTYPE_DECAM", Const, 1},
11613 {"ETHERTYPE_DECCUST", Const, 1},
11614 {"ETHERTYPE_DECDIAG", Const, 1},
11615 {"ETHERTYPE_DECDNS", Const, 1},
11616 {"ETHERTYPE_DECDTS", Const, 1},
11617 {"ETHERTYPE_DECEXPER", Const, 1},
11618 {"ETHERTYPE_DECLAST", Const, 1},
11619 {"ETHERTYPE_DECLTM", Const, 1},
11620 {"ETHERTYPE_DECMUMPS", Const, 1},
11621 {"ETHERTYPE_DECNETBIOS", Const, 1},
11622 {"ETHERTYPE_DELTACON", Const, 1},
11623 {"ETHERTYPE_DIDDLE", Const, 1},
11624 {"ETHERTYPE_DLOG1", Const, 1},
11625 {"ETHERTYPE_DLOG2", Const, 1},
11626 {"ETHERTYPE_DN", Const, 1},
11627 {"ETHERTYPE_DOGFIGHT", Const, 1},
11628 {"ETHERTYPE_DSMD", Const, 1},
11629 {"ETHERTYPE_ECMA", Const, 1},
11630 {"ETHERTYPE_ENCRYPT", Const, 1},
11631 {"ETHERTYPE_ES", Const, 1},
11632 {"ETHERTYPE_EXCELAN", Const, 1},
11633 {"ETHERTYPE_EXPERDATA", Const, 1},
11634 {"ETHERTYPE_FLIP", Const, 1},
11635 {"ETHERTYPE_FLOWCONTROL", Const, 1},
11636 {"ETHERTYPE_FRARP", Const, 1},
11637 {"ETHERTYPE_GENDYN", Const, 1},
11638 {"ETHERTYPE_HAYES", Const, 1},
11639 {"ETHERTYPE_HIPPI_FP", Const, 1},
11640 {"ETHERTYPE_HITACHI", Const, 1},
11641 {"ETHERTYPE_HP", Const, 1},
11642 {"ETHERTYPE_IEEEPUP", Const, 1},
11643 {"ETHERTYPE_IEEEPUPAT", Const, 1},
11644 {"ETHERTYPE_IMLBL", Const, 1},
11645 {"ETHERTYPE_IMLBLDIAG", Const, 1},
11646 {"ETHERTYPE_IP", Const, 1},
11647 {"ETHERTYPE_IPAS", Const, 1},
11648 {"ETHERTYPE_IPV6", Const, 1},
11649 {"ETHERTYPE_IPX", Const, 1},
11650 {"ETHERTYPE_IPXNEW", Const, 1},
11651 {"ETHERTYPE_KALPANA", Const, 1},
11652 {"ETHERTYPE_LANBRIDGE", Const, 1},
11653 {"ETHERTYPE_LANPROBE", Const, 1},
11654 {"ETHERTYPE_LAT", Const, 1},
11655 {"ETHERTYPE_LBACK", Const, 1},
11656 {"ETHERTYPE_LITTLE", Const, 1},
11657 {"ETHERTYPE_LLDP", Const, 1},
11658 {"ETHERTYPE_LOGICRAFT", Const, 1},
11659 {"ETHERTYPE_LOOPBACK", Const, 1},
11660 {"ETHERTYPE_MATRA", Const, 1},
11661 {"ETHERTYPE_MAX", Const, 1},
11662 {"ETHERTYPE_MERIT", Const, 1},
11663 {"ETHERTYPE_MICP", Const, 1},
11664 {"ETHERTYPE_MOPDL", Const, 1},
11665 {"ETHERTYPE_MOPRC", Const, 1},
11666 {"ETHERTYPE_MOTOROLA", Const, 1},
11667 {"ETHERTYPE_MPLS", Const, 1},
11668 {"ETHERTYPE_MPLS_MCAST", Const, 1},
11669 {"ETHERTYPE_MUMPS", Const, 1},
11670 {"ETHERTYPE_NBPCC", Const, 1},
11671 {"ETHERTYPE_NBPCLAIM", Const, 1},
11672 {"ETHERTYPE_NBPCLREQ", Const, 1},
11673 {"ETHERTYPE_NBPCLRSP", Const, 1},
11674 {"ETHERTYPE_NBPCREQ", Const, 1},
11675 {"ETHERTYPE_NBPCRSP", Const, 1},
11676 {"ETHERTYPE_NBPDG", Const, 1},
11677 {"ETHERTYPE_NBPDGB", Const, 1},
11678 {"ETHERTYPE_NBPDLTE", Const, 1},
11679 {"ETHERTYPE_NBPRAR", Const, 1},
11680 {"ETHERTYPE_NBPRAS", Const, 1},
11681 {"ETHERTYPE_NBPRST", Const, 1},
11682 {"ETHERTYPE_NBPSCD", Const, 1},
11683 {"ETHERTYPE_NBPVCD", Const, 1},
11684 {"ETHERTYPE_NBS", Const, 1},
11685 {"ETHERTYPE_NCD", Const, 1},
11686 {"ETHERTYPE_NESTAR", Const, 1},
11687 {"ETHERTYPE_NETBEUI", Const, 1},
11688 {"ETHERTYPE_NOVELL", Const, 1},
11689 {"ETHERTYPE_NS", Const, 1},
11690 {"ETHERTYPE_NSAT", Const, 1},
11691 {"ETHERTYPE_NSCOMPAT", Const, 1},
11692 {"ETHERTYPE_NTRAILER", Const, 1},
11693 {"ETHERTYPE_OS9", Const, 1},
11694 {"ETHERTYPE_OS9NET", Const, 1},
11695 {"ETHERTYPE_PACER", Const, 1},
11696 {"ETHERTYPE_PAE", Const, 1},
11697 {"ETHERTYPE_PCS", Const, 1},
11698 {"ETHERTYPE_PLANNING", Const, 1},
11699 {"ETHERTYPE_PPP", Const, 1},
11700 {"ETHERTYPE_PPPOE", Const, 1},
11701 {"ETHERTYPE_PPPOEDISC", Const, 1},
11702 {"ETHERTYPE_PRIMENTS", Const, 1},
11703 {"ETHERTYPE_PUP", Const, 1},
11704 {"ETHERTYPE_PUPAT", Const, 1},
11705 {"ETHERTYPE_QINQ", Const, 1},
11706 {"ETHERTYPE_RACAL", Const, 1},
11707 {"ETHERTYPE_RATIONAL", Const, 1},
11708 {"ETHERTYPE_RAWFR", Const, 1},
11709 {"ETHERTYPE_RCL", Const, 1},
11710 {"ETHERTYPE_RDP", Const, 1},
11711 {"ETHERTYPE_RETIX", Const, 1},
11712 {"ETHERTYPE_REVARP", Const, 1},
11713 {"ETHERTYPE_SCA", Const, 1},
11714 {"ETHERTYPE_SECTRA", Const, 1},
11715 {"ETHERTYPE_SECUREDATA", Const, 1},
11716 {"ETHERTYPE_SGITW", Const, 1},
11717 {"ETHERTYPE_SG_BOUNCE", Const, 1},
11718 {"ETHERTYPE_SG_DIAG", Const, 1},
11719 {"ETHERTYPE_SG_NETGAMES", Const, 1},
11720 {"ETHERTYPE_SG_RESV", Const, 1},
11721 {"ETHERTYPE_SIMNET", Const, 1},
11722 {"ETHERTYPE_SLOW", Const, 1},
11723 {"ETHERTYPE_SLOWPROTOCOLS", Const, 1},
11724 {"ETHERTYPE_SNA", Const, 1},
11725 {"ETHERTYPE_SNMP", Const, 1},
11726 {"ETHERTYPE_SONIX", Const, 1},
11727 {"ETHERTYPE_SPIDER", Const, 1},
11728 {"ETHERTYPE_SPRITE", Const, 1},
11729 {"ETHERTYPE_STP", Const, 1},
11730 {"ETHERTYPE_TALARIS", Const, 1},
11731 {"ETHERTYPE_TALARISMC", Const, 1},
11732 {"ETHERTYPE_TCPCOMP", Const, 1},
11733 {"ETHERTYPE_TCPSM", Const, 1},
11734 {"ETHERTYPE_TEC", Const, 1},
11735 {"ETHERTYPE_TIGAN", Const, 1},
11736 {"ETHERTYPE_TRAIL", Const, 1},
11737 {"ETHERTYPE_TRANSETHER", Const, 1},
11738 {"ETHERTYPE_TYMSHARE", Const, 1},
11739 {"ETHERTYPE_UBBST", Const, 1},
11740 {"ETHERTYPE_UBDEBUG", Const, 1},
11741 {"ETHERTYPE_UBDIAGLOOP", Const, 1},
11742 {"ETHERTYPE_UBDL", Const, 1},
11743 {"ETHERTYPE_UBNIU", Const, 1},
11744 {"ETHERTYPE_UBNMC", Const, 1},
11745 {"ETHERTYPE_VALID", Const, 1},
11746 {"ETHERTYPE_VARIAN", Const, 1},
11747 {"ETHERTYPE_VAXELN", Const, 1},
11748 {"ETHERTYPE_VEECO", Const, 1},
11749 {"ETHERTYPE_VEXP", Const, 1},
11750 {"ETHERTYPE_VGLAB", Const, 1},
11751 {"ETHERTYPE_VINES", Const, 1},
11752 {"ETHERTYPE_VINESECHO", Const, 1},
11753 {"ETHERTYPE_VINESLOOP", Const, 1},
11754 {"ETHERTYPE_VITAL", Const, 1},
11755 {"ETHERTYPE_VLAN", Const, 1},
11756 {"ETHERTYPE_VLTLMAN", Const, 1},
11757 {"ETHERTYPE_VPROD", Const, 1},
11758 {"ETHERTYPE_VURESERVED", Const, 1},
11759 {"ETHERTYPE_WATERLOO", Const, 1},
11760 {"ETHERTYPE_WELLFLEET", Const, 1},
11761 {"ETHERTYPE_X25", Const, 1},
11762 {"ETHERTYPE_X75", Const, 1},
11763 {"ETHERTYPE_XNSSM", Const, 1},
11764 {"ETHERTYPE_XTP", Const, 1},
11765 {"ETHER_ADDR_LEN", Const, 1},
11766 {"ETHER_ALIGN", Const, 1},
11767 {"ETHER_CRC_LEN", Const, 1},
11768 {"ETHER_CRC_POLY_BE", Const, 1},
11769 {"ETHER_CRC_POLY_LE", Const, 1},
11770 {"ETHER_HDR_LEN", Const, 1},
11771 {"ETHER_MAX_DIX_LEN", Const, 1},
11772 {"ETHER_MAX_LEN", Const, 1},
11773 {"ETHER_MAX_LEN_JUMBO", Const, 1},
11774 {"ETHER_MIN_LEN", Const, 1},
11775 {"ETHER_PPPOE_ENCAP_LEN", Const, 1},
11776 {"ETHER_TYPE_LEN", Const, 1},
11777 {"ETHER_VLAN_ENCAP_LEN", Const, 1},
11778 {"ETH_P_1588", Const, 0},
11779 {"ETH_P_8021Q", Const, 0},
11780 {"ETH_P_802_2", Const, 0},
11781 {"ETH_P_802_3", Const, 0},
11782 {"ETH_P_AARP", Const, 0},
11783 {"ETH_P_ALL", Const, 0},
11784 {"ETH_P_AOE", Const, 0},
11785 {"ETH_P_ARCNET", Const, 0},
11786 {"ETH_P_ARP", Const, 0},
11787 {"ETH_P_ATALK", Const, 0},
11788 {"ETH_P_ATMFATE", Const, 0},
11789 {"ETH_P_ATMMPOA", Const, 0},
11790 {"ETH_P_AX25", Const, 0},
11791 {"ETH_P_BPQ", Const, 0},
11792 {"ETH_P_CAIF", Const, 0},
11793 {"ETH_P_CAN", Const, 0},
11794 {"ETH_P_CONTROL", Const, 0},
11795 {"ETH_P_CUST", Const, 0},
11796 {"ETH_P_DDCMP", Const, 0},
11797 {"ETH_P_DEC", Const, 0},
11798 {"ETH_P_DIAG", Const, 0},
11799 {"ETH_P_DNA_DL", Const, 0},
11800 {"ETH_P_DNA_RC", Const, 0},
11801 {"ETH_P_DNA_RT", Const, 0},
11802 {"ETH_P_DSA", Const, 0},
11803 {"ETH_P_ECONET", Const, 0},
11804 {"ETH_P_EDSA", Const, 0},
11805 {"ETH_P_FCOE", Const, 0},
11806 {"ETH_P_FIP", Const, 0},
11807 {"ETH_P_HDLC", Const, 0},
11808 {"ETH_P_IEEE802154", Const, 0},
11809 {"ETH_P_IEEEPUP", Const, 0},
11810 {"ETH_P_IEEEPUPAT", Const, 0},
11811 {"ETH_P_IP", Const, 0},
11812 {"ETH_P_IPV6", Const, 0},
11813 {"ETH_P_IPX", Const, 0},
11814 {"ETH_P_IRDA", Const, 0},
11815 {"ETH_P_LAT", Const, 0},
11816 {"ETH_P_LINK_CTL", Const, 0},
11817 {"ETH_P_LOCALTALK", Const, 0},
11818 {"ETH_P_LOOP", Const, 0},
11819 {"ETH_P_MOBITEX", Const, 0},
11820 {"ETH_P_MPLS_MC", Const, 0},
11821 {"ETH_P_MPLS_UC", Const, 0},
11822 {"ETH_P_PAE", Const, 0},
11823 {"ETH_P_PAUSE", Const, 0},
11824 {"ETH_P_PHONET", Const, 0},
11825 {"ETH_P_PPPTALK", Const, 0},
11826 {"ETH_P_PPP_DISC", Const, 0},
11827 {"ETH_P_PPP_MP", Const, 0},
11828 {"ETH_P_PPP_SES", Const, 0},
11829 {"ETH_P_PUP", Const, 0},
11830 {"ETH_P_PUPAT", Const, 0},
11831 {"ETH_P_RARP", Const, 0},
11832 {"ETH_P_SCA", Const, 0},
11833 {"ETH_P_SLOW", Const, 0},
11834 {"ETH_P_SNAP", Const, 0},
11835 {"ETH_P_TEB", Const, 0},
11836 {"ETH_P_TIPC", Const, 0},
11837 {"ETH_P_TRAILER", Const, 0},
11838 {"ETH_P_TR_802_2", Const, 0},
11839 {"ETH_P_WAN_PPP", Const, 0},
11840 {"ETH_P_WCCP", Const, 0},
11841 {"ETH_P_X25", Const, 0},
11842 {"ETIME", Const, 0},
11843 {"ETIMEDOUT", Const, 0},
11844 {"ETOOMANYREFS", Const, 0},
11845 {"ETXTBSY", Const, 0},
11846 {"EUCLEAN", Const, 0},
11847 {"EUNATCH", Const, 0},
11848 {"EUSERS", Const, 0},
11849 {"EVFILT_AIO", Const, 0},
11850 {"EVFILT_FS", Const, 0},
11851 {"EVFILT_LIO", Const, 0},
11852 {"EVFILT_MACHPORT", Const, 0},
11853 {"EVFILT_PROC", Const, 0},
11854 {"EVFILT_READ", Const, 0},
11855 {"EVFILT_SIGNAL", Const, 0},
11856 {"EVFILT_SYSCOUNT", Const, 0},
11857 {"EVFILT_THREADMARKER", Const, 0},
11858 {"EVFILT_TIMER", Const, 0},
11859 {"EVFILT_USER", Const, 0},
11860 {"EVFILT_VM", Const, 0},
11861 {"EVFILT_VNODE", Const, 0},
11862 {"EVFILT_WRITE", Const, 0},
11863 {"EV_ADD", Const, 0},
11864 {"EV_CLEAR", Const, 0},
11865 {"EV_DELETE", Const, 0},
11866 {"EV_DISABLE", Const, 0},
11867 {"EV_DISPATCH", Const, 0},
11868 {"EV_DROP", Const, 3},
11869 {"EV_ENABLE", Const, 0},
11870 {"EV_EOF", Const, 0},
11871 {"EV_ERROR", Const, 0},
11872 {"EV_FLAG0", Const, 0},
11873 {"EV_FLAG1", Const, 0},
11874 {"EV_ONESHOT", Const, 0},
11875 {"EV_OOBAND", Const, 0},
11876 {"EV_POLL", Const, 0},
11877 {"EV_RECEIPT", Const, 0},
11878 {"EV_SYSFLAGS", Const, 0},
11879 {"EWINDOWS", Const, 0},
11880 {"EWOULDBLOCK", Const, 0},
11881 {"EXDEV", Const, 0},
11882 {"EXFULL", Const, 0},
11883 {"EXTA", Const, 0},
11884 {"EXTB", Const, 0},
11885 {"EXTPROC", Const, 0},
11886 {"Environ", Func, 0},
11887 {"EpollCreate", Func, 0},
11888 {"EpollCreate1", Func, 0},
11889 {"EpollCtl", Func, 0},
11890 {"EpollEvent", Type, 0},
11891 {"EpollEvent.Events", Field, 0},
11892 {"EpollEvent.Fd", Field, 0},
11893 {"EpollEvent.Pad", Field, 0},
11894 {"EpollEvent.PadFd", Field, 0},
11895 {"EpollWait", Func, 0},
11896 {"Errno", Type, 0},
11897 {"EscapeArg", Func, 0},
11898 {"Exchangedata", Func, 0},
11899 {"Exec", Func, 0},
11900 {"Exit", Func, 0},
11901 {"ExitProcess", Func, 0},
11902 {"FD_CLOEXEC", Const, 0},
11903 {"FD_SETSIZE", Const, 0},
11904 {"FILE_ACTION_ADDED", Const, 0},
11905 {"FILE_ACTION_MODIFIED", Const, 0},
11906 {"FILE_ACTION_REMOVED", Const, 0},
11907 {"FILE_ACTION_RENAMED_NEW_NAME", Const, 0},
11908 {"FILE_ACTION_RENAMED_OLD_NAME", Const, 0},
11909 {"FILE_APPEND_DATA", Const, 0},
11910 {"FILE_ATTRIBUTE_ARCHIVE", Const, 0},
11911 {"FILE_ATTRIBUTE_DIRECTORY", Const, 0},
11912 {"FILE_ATTRIBUTE_HIDDEN", Const, 0},
11913 {"FILE_ATTRIBUTE_NORMAL", Const, 0},
11914 {"FILE_ATTRIBUTE_READONLY", Const, 0},
11915 {"FILE_ATTRIBUTE_REPARSE_POINT", Const, 4},
11916 {"FILE_ATTRIBUTE_SYSTEM", Const, 0},
11917 {"FILE_BEGIN", Const, 0},
11918 {"FILE_CURRENT", Const, 0},
11919 {"FILE_END", Const, 0},
11920 {"FILE_FLAG_BACKUP_SEMANTICS", Const, 0},
11921 {"FILE_FLAG_OPEN_REPARSE_POINT", Const, 4},
11922 {"FILE_FLAG_OVERLAPPED", Const, 0},
11923 {"FILE_LIST_DIRECTORY", Const, 0},
11924 {"FILE_MAP_COPY", Const, 0},
11925 {"FILE_MAP_EXECUTE", Const, 0},
11926 {"FILE_MAP_READ", Const, 0},
11927 {"FILE_MAP_WRITE", Const, 0},
11928 {"FILE_NOTIFY_CHANGE_ATTRIBUTES", Const, 0},
11929 {"FILE_NOTIFY_CHANGE_CREATION", Const, 0},
11930 {"FILE_NOTIFY_CHANGE_DIR_NAME", Const, 0},
11931 {"FILE_NOTIFY_CHANGE_FILE_NAME", Const, 0},
11932 {"FILE_NOTIFY_CHANGE_LAST_ACCESS", Const, 0},
11933 {"FILE_NOTIFY_CHANGE_LAST_WRITE", Const, 0},
11934 {"FILE_NOTIFY_CHANGE_SIZE", Const, 0},
11935 {"FILE_SHARE_DELETE", Const, 0},
11936 {"FILE_SHARE_READ", Const, 0},
11937 {"FILE_SHARE_WRITE", Const, 0},
11938 {"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS", Const, 2},
11939 {"FILE_SKIP_SET_EVENT_ON_HANDLE", Const, 2},
11940 {"FILE_TYPE_CHAR", Const, 0},
11941 {"FILE_TYPE_DISK", Const, 0},
11942 {"FILE_TYPE_PIPE", Const, 0},
11943 {"FILE_TYPE_REMOTE", Const, 0},
11944 {"FILE_TYPE_UNKNOWN", Const, 0},
11945 {"FILE_WRITE_ATTRIBUTES", Const, 0},
11946 {"FLUSHO", Const, 0},
11947 {"FORMAT_MESSAGE_ALLOCATE_BUFFER", Const, 0},
11948 {"FORMAT_MESSAGE_ARGUMENT_ARRAY", Const, 0},
11949 {"FORMAT_MESSAGE_FROM_HMODULE", Const, 0},
11950 {"FORMAT_MESSAGE_FROM_STRING", Const, 0},
11951 {"FORMAT_MESSAGE_FROM_SYSTEM", Const, 0},
11952 {"FORMAT_MESSAGE_IGNORE_INSERTS", Const, 0},
11953 {"FORMAT_MESSAGE_MAX_WIDTH_MASK", Const, 0},
11954 {"FSCTL_GET_REPARSE_POINT", Const, 4},
11955 {"F_ADDFILESIGS", Const, 0},
11956 {"F_ADDSIGS", Const, 0},
11957 {"F_ALLOCATEALL", Const, 0},
11958 {"F_ALLOCATECONTIG", Const, 0},
11959 {"F_CANCEL", Const, 0},
11960 {"F_CHKCLEAN", Const, 0},
11961 {"F_CLOSEM", Const, 1},
11962 {"F_DUP2FD", Const, 0},
11963 {"F_DUP2FD_CLOEXEC", Const, 1},
11964 {"F_DUPFD", Const, 0},
11965 {"F_DUPFD_CLOEXEC", Const, 0},
11966 {"F_EXLCK", Const, 0},
11967 {"F_FINDSIGS", Const, 16},
11968 {"F_FLUSH_DATA", Const, 0},
11969 {"F_FREEZE_FS", Const, 0},
11970 {"F_FSCTL", Const, 1},
11971 {"F_FSDIRMASK", Const, 1},
11972 {"F_FSIN", Const, 1},
11973 {"F_FSINOUT", Const, 1},
11974 {"F_FSOUT", Const, 1},
11975 {"F_FSPRIV", Const, 1},
11976 {"F_FSVOID", Const, 1},
11977 {"F_FULLFSYNC", Const, 0},
11978 {"F_GETCODEDIR", Const, 16},
11979 {"F_GETFD", Const, 0},
11980 {"F_GETFL", Const, 0},
11981 {"F_GETLEASE", Const, 0},
11982 {"F_GETLK", Const, 0},
11983 {"F_GETLK64", Const, 0},
11984 {"F_GETLKPID", Const, 0},
11985 {"F_GETNOSIGPIPE", Const, 0},
11986 {"F_GETOWN", Const, 0},
11987 {"F_GETOWN_EX", Const, 0},
11988 {"F_GETPATH", Const, 0},
11989 {"F_GETPATH_MTMINFO", Const, 0},
11990 {"F_GETPIPE_SZ", Const, 0},
11991 {"F_GETPROTECTIONCLASS", Const, 0},
11992 {"F_GETPROTECTIONLEVEL", Const, 16},
11993 {"F_GETSIG", Const, 0},
11994 {"F_GLOBAL_NOCACHE", Const, 0},
11995 {"F_LOCK", Const, 0},
11996 {"F_LOG2PHYS", Const, 0},
11997 {"F_LOG2PHYS_EXT", Const, 0},
11998 {"F_MARKDEPENDENCY", Const, 0},
11999 {"F_MAXFD", Const, 1},
12000 {"F_NOCACHE", Const, 0},
12001 {"F_NODIRECT", Const, 0},
12002 {"F_NOTIFY", Const, 0},
12003 {"F_OGETLK", Const, 0},
12004 {"F_OK", Const, 0},
12005 {"F_OSETLK", Const, 0},
12006 {"F_OSETLKW", Const, 0},
12007 {"F_PARAM_MASK", Const, 1},
12008 {"F_PARAM_MAX", Const, 1},
12009 {"F_PATHPKG_CHECK", Const, 0},
12010 {"F_PEOFPOSMODE", Const, 0},
12011 {"F_PREALLOCATE", Const, 0},
12012 {"F_RDADVISE", Const, 0},
12013 {"F_RDAHEAD", Const, 0},
12014 {"F_RDLCK", Const, 0},
12015 {"F_READAHEAD", Const, 0},
12016 {"F_READBOOTSTRAP", Const, 0},
12017 {"F_SETBACKINGSTORE", Const, 0},
12018 {"F_SETFD", Const, 0},
12019 {"F_SETFL", Const, 0},
12020 {"F_SETLEASE", Const, 0},
12021 {"F_SETLK", Const, 0},
12022 {"F_SETLK64", Const, 0},
12023 {"F_SETLKW", Const, 0},
12024 {"F_SETLKW64", Const, 0},
12025 {"F_SETLKWTIMEOUT", Const, 16},
12026 {"F_SETLK_REMOTE", Const, 0},
12027 {"F_SETNOSIGPIPE", Const, 0},
12028 {"F_SETOWN", Const, 0},
12029 {"F_SETOWN_EX", Const, 0},
12030 {"F_SETPIPE_SZ", Const, 0},
12031 {"F_SETPROTECTIONCLASS", Const, 0},
12032 {"F_SETSIG", Const, 0},
12033 {"F_SETSIZE", Const, 0},
12034 {"F_SHLCK", Const, 0},
12035 {"F_SINGLE_WRITER", Const, 16},
12036 {"F_TEST", Const, 0},
12037 {"F_THAW_FS", Const, 0},
12038 {"F_TLOCK", Const, 0},
12039 {"F_TRANSCODEKEY", Const, 16},
12040 {"F_ULOCK", Const, 0},
12041 {"F_UNLCK", Const, 0},
12042 {"F_UNLCKSYS", Const, 0},
12043 {"F_VOLPOSMODE", Const, 0},
12044 {"F_WRITEBOOTSTRAP", Const, 0},
12045 {"F_WRLCK", Const, 0},
12046 {"Faccessat", Func, 0},
12047 {"Fallocate", Func, 0},
12048 {"Fbootstraptransfer_t", Type, 0},
12049 {"Fbootstraptransfer_t.Buffer", Field, 0},
12050 {"Fbootstraptransfer_t.Length", Field, 0},
12051 {"Fbootstraptransfer_t.Offset", Field, 0},
12052 {"Fchdir", Func, 0},
12053 {"Fchflags", Func, 0},
12054 {"Fchmod", Func, 0},
12055 {"Fchmodat", Func, 0},
12056 {"Fchown", Func, 0},
12057 {"Fchownat", Func, 0},
12058 {"FcntlFlock", Func, 3},
12059 {"FdSet", Type, 0},
12060 {"FdSet.Bits", Field, 0},
12061 {"FdSet.X__fds_bits", Field, 0},
12062 {"Fdatasync", Func, 0},
12063 {"FileNotifyInformation", Type, 0},
12064 {"FileNotifyInformation.Action", Field, 0},
12065 {"FileNotifyInformation.FileName", Field, 0},
12066 {"FileNotifyInformation.FileNameLength", Field, 0},
12067 {"FileNotifyInformation.NextEntryOffset", Field, 0},
12068 {"Filetime", Type, 0},
12069 {"Filetime.HighDateTime", Field, 0},
12070 {"Filetime.LowDateTime", Field, 0},
12071 {"FindClose", Func, 0},
12072 {"FindFirstFile", Func, 0},
12073 {"FindNextFile", Func, 0},
12074 {"Flock", Func, 0},
12075 {"Flock_t", Type, 0},
12076 {"Flock_t.Len", Field, 0},
12077 {"Flock_t.Pad_cgo_0", Field, 0},
12078 {"Flock_t.Pad_cgo_1", Field, 3},
12079 {"Flock_t.Pid", Field, 0},
12080 {"Flock_t.Start", Field, 0},
12081 {"Flock_t.Sysid", Field, 0},
12082 {"Flock_t.Type", Field, 0},
12083 {"Flock_t.Whence", Field, 0},
12084 {"FlushBpf", Func, 0},
12085 {"FlushFileBuffers", Func, 0},
12086 {"FlushViewOfFile", Func, 0},
12087 {"ForkExec", Func, 0},
12088 {"ForkLock", Var, 0},
12089 {"FormatMessage", Func, 0},
12090 {"Fpathconf", Func, 0},
12091 {"FreeAddrInfoW", Func, 1},
12092 {"FreeEnvironmentStrings", Func, 0},
12093 {"FreeLibrary", Func, 0},
12094 {"Fsid", Type, 0},
12095 {"Fsid.Val", Field, 0},
12096 {"Fsid.X__fsid_val", Field, 2},
12097 {"Fsid.X__val", Field, 0},
12098 {"Fstat", Func, 0},
12099 {"Fstatat", Func, 12},
12100 {"Fstatfs", Func, 0},
12101 {"Fstore_t", Type, 0},
12102 {"Fstore_t.Bytesalloc", Field, 0},
12103 {"Fstore_t.Flags", Field, 0},
12104 {"Fstore_t.Length", Field, 0},
12105 {"Fstore_t.Offset", Field, 0},
12106 {"Fstore_t.Posmode", Field, 0},
12107 {"Fsync", Func, 0},
12108 {"Ftruncate", Func, 0},
12109 {"FullPath", Func, 4},
12110 {"Futimes", Func, 0},
12111 {"Futimesat", Func, 0},
12112 {"GENERIC_ALL", Const, 0},
12113 {"GENERIC_EXECUTE", Const, 0},
12114 {"GENERIC_READ", Const, 0},
12115 {"GENERIC_WRITE", Const, 0},
12116 {"GUID", Type, 1},
12117 {"GUID.Data1", Field, 1},
12118 {"GUID.Data2", Field, 1},
12119 {"GUID.Data3", Field, 1},
12120 {"GUID.Data4", Field, 1},
12121 {"GetAcceptExSockaddrs", Func, 0},
12122 {"GetAdaptersInfo", Func, 0},
12123 {"GetAddrInfoW", Func, 1},
12124 {"GetCommandLine", Func, 0},
12125 {"GetComputerName", Func, 0},
12126 {"GetConsoleMode", Func, 1},
12127 {"GetCurrentDirectory", Func, 0},
12128 {"GetCurrentProcess", Func, 0},
12129 {"GetEnvironmentStrings", Func, 0},
12130 {"GetEnvironmentVariable", Func, 0},
12131 {"GetExitCodeProcess", Func, 0},
12132 {"GetFileAttributes", Func, 0},
12133 {"GetFileAttributesEx", Func, 0},
12134 {"GetFileExInfoStandard", Const, 0},
12135 {"GetFileExMaxInfoLevel", Const, 0},
12136 {"GetFileInformationByHandle", Func, 0},
12137 {"GetFileType", Func, 0},
12138 {"GetFullPathName", Func, 0},
12139 {"GetHostByName", Func, 0},
12140 {"GetIfEntry", Func, 0},
12141 {"GetLastError", Func, 0},
12142 {"GetLengthSid", Func, 0},
12143 {"GetLongPathName", Func, 0},
12144 {"GetProcAddress", Func, 0},
12145 {"GetProcessTimes", Func, 0},
12146 {"GetProtoByName", Func, 0},
12147 {"GetQueuedCompletionStatus", Func, 0},
12148 {"GetServByName", Func, 0},
12149 {"GetShortPathName", Func, 0},
12150 {"GetStartupInfo", Func, 0},
12151 {"GetStdHandle", Func, 0},
12152 {"GetSystemTimeAsFileTime", Func, 0},
12153 {"GetTempPath", Func, 0},
12154 {"GetTimeZoneInformation", Func, 0},
12155 {"GetTokenInformation", Func, 0},
12156 {"GetUserNameEx", Func, 0},
12157 {"GetUserProfileDirectory", Func, 0},
12158 {"GetVersion", Func, 0},
12159 {"Getcwd", Func, 0},
12160 {"Getdents", Func, 0},
12161 {"Getdirentries", Func, 0},
12162 {"Getdtablesize", Func, 0},
12163 {"Getegid", Func, 0},
12164 {"Getenv", Func, 0},
12165 {"Geteuid", Func, 0},
12166 {"Getfsstat", Func, 0},
12167 {"Getgid", Func, 0},
12168 {"Getgroups", Func, 0},
12169 {"Getpagesize", Func, 0},
12170 {"Getpeername", Func, 0},
12171 {"Getpgid", Func, 0},
12172 {"Getpgrp", Func, 0},
12173 {"Getpid", Func, 0},
12174 {"Getppid", Func, 0},
12175 {"Getpriority", Func, 0},
12176 {"Getrlimit", Func, 0},
12177 {"Getrusage", Func, 0},
12178 {"Getsid", Func, 0},
12179 {"Getsockname", Func, 0},
12180 {"Getsockopt", Func, 1},
12181 {"GetsockoptByte", Func, 0},
12182 {"GetsockoptICMPv6Filter", Func, 2},
12183 {"GetsockoptIPMreq", Func, 0},
12184 {"GetsockoptIPMreqn", Func, 0},
12185 {"GetsockoptIPv6MTUInfo", Func, 2},
12186 {"GetsockoptIPv6Mreq", Func, 0},
12187 {"GetsockoptInet4Addr", Func, 0},
12188 {"GetsockoptInt", Func, 0},
12189 {"GetsockoptUcred", Func, 1},
12190 {"Gettid", Func, 0},
12191 {"Gettimeofday", Func, 0},
12192 {"Getuid", Func, 0},
12193 {"Getwd", Func, 0},
12194 {"Getxattr", Func, 1},
12195 {"HANDLE_FLAG_INHERIT", Const, 0},
12196 {"HKEY_CLASSES_ROOT", Const, 0},
12197 {"HKEY_CURRENT_CONFIG", Const, 0},
12198 {"HKEY_CURRENT_USER", Const, 0},
12199 {"HKEY_DYN_DATA", Const, 0},
12200 {"HKEY_LOCAL_MACHINE", Const, 0},
12201 {"HKEY_PERFORMANCE_DATA", Const, 0},
12202 {"HKEY_USERS", Const, 0},
12203 {"HUPCL", Const, 0},
12204 {"Handle", Type, 0},
12205 {"Hostent", Type, 0},
12206 {"Hostent.AddrList", Field, 0},
12207 {"Hostent.AddrType", Field, 0},
12208 {"Hostent.Aliases", Field, 0},
12209 {"Hostent.Length", Field, 0},
12210 {"Hostent.Name", Field, 0},
12211 {"ICANON", Const, 0},
12212 {"ICMP6_FILTER", Const, 2},
12213 {"ICMPV6_FILTER", Const, 2},
12214 {"ICMPv6Filter", Type, 2},
12215 {"ICMPv6Filter.Data", Field, 2},
12216 {"ICMPv6Filter.Filt", Field, 2},
12217 {"ICRNL", Const, 0},
12218 {"IEXTEN", Const, 0},
12219 {"IFAN_ARRIVAL", Const, 1},
12220 {"IFAN_DEPARTURE", Const, 1},
12221 {"IFA_ADDRESS", Const, 0},
12222 {"IFA_ANYCAST", Const, 0},
12223 {"IFA_BROADCAST", Const, 0},
12224 {"IFA_CACHEINFO", Const, 0},
12225 {"IFA_F_DADFAILED", Const, 0},
12226 {"IFA_F_DEPRECATED", Const, 0},
12227 {"IFA_F_HOMEADDRESS", Const, 0},
12228 {"IFA_F_NODAD", Const, 0},
12229 {"IFA_F_OPTIMISTIC", Const, 0},
12230 {"IFA_F_PERMANENT", Const, 0},
12231 {"IFA_F_SECONDARY", Const, 0},
12232 {"IFA_F_TEMPORARY", Const, 0},
12233 {"IFA_F_TENTATIVE", Const, 0},
12234 {"IFA_LABEL", Const, 0},
12235 {"IFA_LOCAL", Const, 0},
12236 {"IFA_MAX", Const, 0},
12237 {"IFA_MULTICAST", Const, 0},
12238 {"IFA_ROUTE", Const, 1},
12239 {"IFA_UNSPEC", Const, 0},
12240 {"IFF_ALLMULTI", Const, 0},
12241 {"IFF_ALTPHYS", Const, 0},
12242 {"IFF_AUTOMEDIA", Const, 0},
12243 {"IFF_BROADCAST", Const, 0},
12244 {"IFF_CANTCHANGE", Const, 0},
12245 {"IFF_CANTCONFIG", Const, 1},
12246 {"IFF_DEBUG", Const, 0},
12247 {"IFF_DRV_OACTIVE", Const, 0},
12248 {"IFF_DRV_RUNNING", Const, 0},
12249 {"IFF_DYING", Const, 0},
12250 {"IFF_DYNAMIC", Const, 0},
12251 {"IFF_LINK0", Const, 0},
12252 {"IFF_LINK1", Const, 0},
12253 {"IFF_LINK2", Const, 0},
12254 {"IFF_LOOPBACK", Const, 0},
12255 {"IFF_MASTER", Const, 0},
12256 {"IFF_MONITOR", Const, 0},
12257 {"IFF_MULTICAST", Const, 0},
12258 {"IFF_NOARP", Const, 0},
12259 {"IFF_NOTRAILERS", Const, 0},
12260 {"IFF_NO_PI", Const, 0},
12261 {"IFF_OACTIVE", Const, 0},
12262 {"IFF_ONE_QUEUE", Const, 0},
12263 {"IFF_POINTOPOINT", Const, 0},
12264 {"IFF_POINTTOPOINT", Const, 0},
12265 {"IFF_PORTSEL", Const, 0},
12266 {"IFF_PPROMISC", Const, 0},
12267 {"IFF_PROMISC", Const, 0},
12268 {"IFF_RENAMING", Const, 0},
12269 {"IFF_RUNNING", Const, 0},
12270 {"IFF_SIMPLEX", Const, 0},
12271 {"IFF_SLAVE", Const, 0},
12272 {"IFF_SMART", Const, 0},
12273 {"IFF_STATICARP", Const, 0},
12274 {"IFF_TAP", Const, 0},
12275 {"IFF_TUN", Const, 0},
12276 {"IFF_TUN_EXCL", Const, 0},
12277 {"IFF_UP", Const, 0},
12278 {"IFF_VNET_HDR", Const, 0},
12279 {"IFLA_ADDRESS", Const, 0},
12280 {"IFLA_BROADCAST", Const, 0},
12281 {"IFLA_COST", Const, 0},
12282 {"IFLA_IFALIAS", Const, 0},
12283 {"IFLA_IFNAME", Const, 0},
12284 {"IFLA_LINK", Const, 0},
12285 {"IFLA_LINKINFO", Const, 0},
12286 {"IFLA_LINKMODE", Const, 0},
12287 {"IFLA_MAP", Const, 0},
12288 {"IFLA_MASTER", Const, 0},
12289 {"IFLA_MAX", Const, 0},
12290 {"IFLA_MTU", Const, 0},
12291 {"IFLA_NET_NS_PID", Const, 0},
12292 {"IFLA_OPERSTATE", Const, 0},
12293 {"IFLA_PRIORITY", Const, 0},
12294 {"IFLA_PROTINFO", Const, 0},
12295 {"IFLA_QDISC", Const, 0},
12296 {"IFLA_STATS", Const, 0},
12297 {"IFLA_TXQLEN", Const, 0},
12298 {"IFLA_UNSPEC", Const, 0},
12299 {"IFLA_WEIGHT", Const, 0},
12300 {"IFLA_WIRELESS", Const, 0},
12301 {"IFNAMSIZ", Const, 0},
12302 {"IFT_1822", Const, 0},
12303 {"IFT_A12MPPSWITCH", Const, 0},
12304 {"IFT_AAL2", Const, 0},
12305 {"IFT_AAL5", Const, 0},
12306 {"IFT_ADSL", Const, 0},
12307 {"IFT_AFLANE8023", Const, 0},
12308 {"IFT_AFLANE8025", Const, 0},
12309 {"IFT_ARAP", Const, 0},
12310 {"IFT_ARCNET", Const, 0},
12311 {"IFT_ARCNETPLUS", Const, 0},
12312 {"IFT_ASYNC", Const, 0},
12313 {"IFT_ATM", Const, 0},
12314 {"IFT_ATMDXI", Const, 0},
12315 {"IFT_ATMFUNI", Const, 0},
12316 {"IFT_ATMIMA", Const, 0},
12317 {"IFT_ATMLOGICAL", Const, 0},
12318 {"IFT_ATMRADIO", Const, 0},
12319 {"IFT_ATMSUBINTERFACE", Const, 0},
12320 {"IFT_ATMVCIENDPT", Const, 0},
12321 {"IFT_ATMVIRTUAL", Const, 0},
12322 {"IFT_BGPPOLICYACCOUNTING", Const, 0},
12323 {"IFT_BLUETOOTH", Const, 1},
12324 {"IFT_BRIDGE", Const, 0},
12325 {"IFT_BSC", Const, 0},
12326 {"IFT_CARP", Const, 0},
12327 {"IFT_CCTEMUL", Const, 0},
12328 {"IFT_CELLULAR", Const, 0},
12329 {"IFT_CEPT", Const, 0},
12330 {"IFT_CES", Const, 0},
12331 {"IFT_CHANNEL", Const, 0},
12332 {"IFT_CNR", Const, 0},
12333 {"IFT_COFFEE", Const, 0},
12334 {"IFT_COMPOSITELINK", Const, 0},
12335 {"IFT_DCN", Const, 0},
12336 {"IFT_DIGITALPOWERLINE", Const, 0},
12337 {"IFT_DIGITALWRAPPEROVERHEADCHANNEL", Const, 0},
12338 {"IFT_DLSW", Const, 0},
12339 {"IFT_DOCSCABLEDOWNSTREAM", Const, 0},
12340 {"IFT_DOCSCABLEMACLAYER", Const, 0},
12341 {"IFT_DOCSCABLEUPSTREAM", Const, 0},
12342 {"IFT_DOCSCABLEUPSTREAMCHANNEL", Const, 1},
12343 {"IFT_DS0", Const, 0},
12344 {"IFT_DS0BUNDLE", Const, 0},
12345 {"IFT_DS1FDL", Const, 0},
12346 {"IFT_DS3", Const, 0},
12347 {"IFT_DTM", Const, 0},
12348 {"IFT_DUMMY", Const, 1},
12349 {"IFT_DVBASILN", Const, 0},
12350 {"IFT_DVBASIOUT", Const, 0},
12351 {"IFT_DVBRCCDOWNSTREAM", Const, 0},
12352 {"IFT_DVBRCCMACLAYER", Const, 0},
12353 {"IFT_DVBRCCUPSTREAM", Const, 0},
12354 {"IFT_ECONET", Const, 1},
12355 {"IFT_ENC", Const, 0},
12356 {"IFT_EON", Const, 0},
12357 {"IFT_EPLRS", Const, 0},
12358 {"IFT_ESCON", Const, 0},
12359 {"IFT_ETHER", Const, 0},
12360 {"IFT_FAITH", Const, 0},
12361 {"IFT_FAST", Const, 0},
12362 {"IFT_FASTETHER", Const, 0},
12363 {"IFT_FASTETHERFX", Const, 0},
12364 {"IFT_FDDI", Const, 0},
12365 {"IFT_FIBRECHANNEL", Const, 0},
12366 {"IFT_FRAMERELAYINTERCONNECT", Const, 0},
12367 {"IFT_FRAMERELAYMPI", Const, 0},
12368 {"IFT_FRDLCIENDPT", Const, 0},
12369 {"IFT_FRELAY", Const, 0},
12370 {"IFT_FRELAYDCE", Const, 0},
12371 {"IFT_FRF16MFRBUNDLE", Const, 0},
12372 {"IFT_FRFORWARD", Const, 0},
12373 {"IFT_G703AT2MB", Const, 0},
12374 {"IFT_G703AT64K", Const, 0},
12375 {"IFT_GIF", Const, 0},
12376 {"IFT_GIGABITETHERNET", Const, 0},
12377 {"IFT_GR303IDT", Const, 0},
12378 {"IFT_GR303RDT", Const, 0},
12379 {"IFT_H323GATEKEEPER", Const, 0},
12380 {"IFT_H323PROXY", Const, 0},
12381 {"IFT_HDH1822", Const, 0},
12382 {"IFT_HDLC", Const, 0},
12383 {"IFT_HDSL2", Const, 0},
12384 {"IFT_HIPERLAN2", Const, 0},
12385 {"IFT_HIPPI", Const, 0},
12386 {"IFT_HIPPIINTERFACE", Const, 0},
12387 {"IFT_HOSTPAD", Const, 0},
12388 {"IFT_HSSI", Const, 0},
12389 {"IFT_HY", Const, 0},
12390 {"IFT_IBM370PARCHAN", Const, 0},
12391 {"IFT_IDSL", Const, 0},
12392 {"IFT_IEEE1394", Const, 0},
12393 {"IFT_IEEE80211", Const, 0},
12394 {"IFT_IEEE80212", Const, 0},
12395 {"IFT_IEEE8023ADLAG", Const, 0},
12396 {"IFT_IFGSN", Const, 0},
12397 {"IFT_IMT", Const, 0},
12398 {"IFT_INFINIBAND", Const, 1},
12399 {"IFT_INTERLEAVE", Const, 0},
12400 {"IFT_IP", Const, 0},
12401 {"IFT_IPFORWARD", Const, 0},
12402 {"IFT_IPOVERATM", Const, 0},
12403 {"IFT_IPOVERCDLC", Const, 0},
12404 {"IFT_IPOVERCLAW", Const, 0},
12405 {"IFT_IPSWITCH", Const, 0},
12406 {"IFT_IPXIP", Const, 0},
12407 {"IFT_ISDN", Const, 0},
12408 {"IFT_ISDNBASIC", Const, 0},
12409 {"IFT_ISDNPRIMARY", Const, 0},
12410 {"IFT_ISDNS", Const, 0},
12411 {"IFT_ISDNU", Const, 0},
12412 {"IFT_ISO88022LLC", Const, 0},
12413 {"IFT_ISO88023", Const, 0},
12414 {"IFT_ISO88024", Const, 0},
12415 {"IFT_ISO88025", Const, 0},
12416 {"IFT_ISO88025CRFPINT", Const, 0},
12417 {"IFT_ISO88025DTR", Const, 0},
12418 {"IFT_ISO88025FIBER", Const, 0},
12419 {"IFT_ISO88026", Const, 0},
12420 {"IFT_ISUP", Const, 0},
12421 {"IFT_L2VLAN", Const, 0},
12422 {"IFT_L3IPVLAN", Const, 0},
12423 {"IFT_L3IPXVLAN", Const, 0},
12424 {"IFT_LAPB", Const, 0},
12425 {"IFT_LAPD", Const, 0},
12426 {"IFT_LAPF", Const, 0},
12427 {"IFT_LINEGROUP", Const, 1},
12428 {"IFT_LOCALTALK", Const, 0},
12429 {"IFT_LOOP", Const, 0},
12430 {"IFT_MEDIAMAILOVERIP", Const, 0},
12431 {"IFT_MFSIGLINK", Const, 0},
12432 {"IFT_MIOX25", Const, 0},
12433 {"IFT_MODEM", Const, 0},
12434 {"IFT_MPC", Const, 0},
12435 {"IFT_MPLS", Const, 0},
12436 {"IFT_MPLSTUNNEL", Const, 0},
12437 {"IFT_MSDSL", Const, 0},
12438 {"IFT_MVL", Const, 0},
12439 {"IFT_MYRINET", Const, 0},
12440 {"IFT_NFAS", Const, 0},
12441 {"IFT_NSIP", Const, 0},
12442 {"IFT_OPTICALCHANNEL", Const, 0},
12443 {"IFT_OPTICALTRANSPORT", Const, 0},
12444 {"IFT_OTHER", Const, 0},
12445 {"IFT_P10", Const, 0},
12446 {"IFT_P80", Const, 0},
12447 {"IFT_PARA", Const, 0},
12448 {"IFT_PDP", Const, 0},
12449 {"IFT_PFLOG", Const, 0},
12450 {"IFT_PFLOW", Const, 1},
12451 {"IFT_PFSYNC", Const, 0},
12452 {"IFT_PLC", Const, 0},
12453 {"IFT_PON155", Const, 1},
12454 {"IFT_PON622", Const, 1},
12455 {"IFT_POS", Const, 0},
12456 {"IFT_PPP", Const, 0},
12457 {"IFT_PPPMULTILINKBUNDLE", Const, 0},
12458 {"IFT_PROPATM", Const, 1},
12459 {"IFT_PROPBWAP2MP", Const, 0},
12460 {"IFT_PROPCNLS", Const, 0},
12461 {"IFT_PROPDOCSWIRELESSDOWNSTREAM", Const, 0},
12462 {"IFT_PROPDOCSWIRELESSMACLAYER", Const, 0},
12463 {"IFT_PROPDOCSWIRELESSUPSTREAM", Const, 0},
12464 {"IFT_PROPMUX", Const, 0},
12465 {"IFT_PROPVIRTUAL", Const, 0},
12466 {"IFT_PROPWIRELESSP2P", Const, 0},
12467 {"IFT_PTPSERIAL", Const, 0},
12468 {"IFT_PVC", Const, 0},
12469 {"IFT_Q2931", Const, 1},
12470 {"IFT_QLLC", Const, 0},
12471 {"IFT_RADIOMAC", Const, 0},
12472 {"IFT_RADSL", Const, 0},
12473 {"IFT_REACHDSL", Const, 0},
12474 {"IFT_RFC1483", Const, 0},
12475 {"IFT_RS232", Const, 0},
12476 {"IFT_RSRB", Const, 0},
12477 {"IFT_SDLC", Const, 0},
12478 {"IFT_SDSL", Const, 0},
12479 {"IFT_SHDSL", Const, 0},
12480 {"IFT_SIP", Const, 0},
12481 {"IFT_SIPSIG", Const, 1},
12482 {"IFT_SIPTG", Const, 1},
12483 {"IFT_SLIP", Const, 0},
12484 {"IFT_SMDSDXI", Const, 0},
12485 {"IFT_SMDSICIP", Const, 0},
12486 {"IFT_SONET", Const, 0},
12487 {"IFT_SONETOVERHEADCHANNEL", Const, 0},
12488 {"IFT_SONETPATH", Const, 0},
12489 {"IFT_SONETVT", Const, 0},
12490 {"IFT_SRP", Const, 0},
12491 {"IFT_SS7SIGLINK", Const, 0},
12492 {"IFT_STACKTOSTACK", Const, 0},
12493 {"IFT_STARLAN", Const, 0},
12494 {"IFT_STF", Const, 0},
12495 {"IFT_T1", Const, 0},
12496 {"IFT_TDLC", Const, 0},
12497 {"IFT_TELINK", Const, 1},
12498 {"IFT_TERMPAD", Const, 0},
12499 {"IFT_TR008", Const, 0},
12500 {"IFT_TRANSPHDLC", Const, 0},
12501 {"IFT_TUNNEL", Const, 0},
12502 {"IFT_ULTRA", Const, 0},
12503 {"IFT_USB", Const, 0},
12504 {"IFT_V11", Const, 0},
12505 {"IFT_V35", Const, 0},
12506 {"IFT_V36", Const, 0},
12507 {"IFT_V37", Const, 0},
12508 {"IFT_VDSL", Const, 0},
12509 {"IFT_VIRTUALIPADDRESS", Const, 0},
12510 {"IFT_VIRTUALTG", Const, 1},
12511 {"IFT_VOICEDID", Const, 1},
12512 {"IFT_VOICEEM", Const, 0},
12513 {"IFT_VOICEEMFGD", Const, 1},
12514 {"IFT_VOICEENCAP", Const, 0},
12515 {"IFT_VOICEFGDEANA", Const, 1},
12516 {"IFT_VOICEFXO", Const, 0},
12517 {"IFT_VOICEFXS", Const, 0},
12518 {"IFT_VOICEOVERATM", Const, 0},
12519 {"IFT_VOICEOVERCABLE", Const, 1},
12520 {"IFT_VOICEOVERFRAMERELAY", Const, 0},
12521 {"IFT_VOICEOVERIP", Const, 0},
12522 {"IFT_X213", Const, 0},
12523 {"IFT_X25", Const, 0},
12524 {"IFT_X25DDN", Const, 0},
12525 {"IFT_X25HUNTGROUP", Const, 0},
12526 {"IFT_X25MLP", Const, 0},
12527 {"IFT_X25PLE", Const, 0},
12528 {"IFT_XETHER", Const, 0},
12529 {"IGNBRK", Const, 0},
12530 {"IGNCR", Const, 0},
12531 {"IGNORE", Const, 0},
12532 {"IGNPAR", Const, 0},
12533 {"IMAXBEL", Const, 0},
12534 {"INFINITE", Const, 0},
12535 {"INLCR", Const, 0},
12536 {"INPCK", Const, 0},
12537 {"INVALID_FILE_ATTRIBUTES", Const, 0},
12538 {"IN_ACCESS", Const, 0},
12539 {"IN_ALL_EVENTS", Const, 0},
12540 {"IN_ATTRIB", Const, 0},
12541 {"IN_CLASSA_HOST", Const, 0},
12542 {"IN_CLASSA_MAX", Const, 0},
12543 {"IN_CLASSA_NET", Const, 0},
12544 {"IN_CLASSA_NSHIFT", Const, 0},
12545 {"IN_CLASSB_HOST", Const, 0},
12546 {"IN_CLASSB_MAX", Const, 0},
12547 {"IN_CLASSB_NET", Const, 0},
12548 {"IN_CLASSB_NSHIFT", Const, 0},
12549 {"IN_CLASSC_HOST", Const, 0},
12550 {"IN_CLASSC_NET", Const, 0},
12551 {"IN_CLASSC_NSHIFT", Const, 0},
12552 {"IN_CLASSD_HOST", Const, 0},
12553 {"IN_CLASSD_NET", Const, 0},
12554 {"IN_CLASSD_NSHIFT", Const, 0},
12555 {"IN_CLOEXEC", Const, 0},
12556 {"IN_CLOSE", Const, 0},
12557 {"IN_CLOSE_NOWRITE", Const, 0},
12558 {"IN_CLOSE_WRITE", Const, 0},
12559 {"IN_CREATE", Const, 0},
12560 {"IN_DELETE", Const, 0},
12561 {"IN_DELETE_SELF", Const, 0},
12562 {"IN_DONT_FOLLOW", Const, 0},
12563 {"IN_EXCL_UNLINK", Const, 0},
12564 {"IN_IGNORED", Const, 0},
12565 {"IN_ISDIR", Const, 0},
12566 {"IN_LINKLOCALNETNUM", Const, 0},
12567 {"IN_LOOPBACKNET", Const, 0},
12568 {"IN_MASK_ADD", Const, 0},
12569 {"IN_MODIFY", Const, 0},
12570 {"IN_MOVE", Const, 0},
12571 {"IN_MOVED_FROM", Const, 0},
12572 {"IN_MOVED_TO", Const, 0},
12573 {"IN_MOVE_SELF", Const, 0},
12574 {"IN_NONBLOCK", Const, 0},
12575 {"IN_ONESHOT", Const, 0},
12576 {"IN_ONLYDIR", Const, 0},
12577 {"IN_OPEN", Const, 0},
12578 {"IN_Q_OVERFLOW", Const, 0},
12579 {"IN_RFC3021_HOST", Const, 1},
12580 {"IN_RFC3021_MASK", Const, 1},
12581 {"IN_RFC3021_NET", Const, 1},
12582 {"IN_RFC3021_NSHIFT", Const, 1},
12583 {"IN_UNMOUNT", Const, 0},
12584 {"IOC_IN", Const, 1},
12585 {"IOC_INOUT", Const, 1},
12586 {"IOC_OUT", Const, 1},
12587 {"IOC_VENDOR", Const, 3},
12588 {"IOC_WS2", Const, 1},
12589 {"IO_REPARSE_TAG_SYMLINK", Const, 4},
12590 {"IPMreq", Type, 0},
12591 {"IPMreq.Interface", Field, 0},
12592 {"IPMreq.Multiaddr", Field, 0},
12593 {"IPMreqn", Type, 0},
12594 {"IPMreqn.Address", Field, 0},
12595 {"IPMreqn.Ifindex", Field, 0},
12596 {"IPMreqn.Multiaddr", Field, 0},
12597 {"IPPROTO_3PC", Const, 0},
12598 {"IPPROTO_ADFS", Const, 0},
12599 {"IPPROTO_AH", Const, 0},
12600 {"IPPROTO_AHIP", Const, 0},
12601 {"IPPROTO_APES", Const, 0},
12602 {"IPPROTO_ARGUS", Const, 0},
12603 {"IPPROTO_AX25", Const, 0},
12604 {"IPPROTO_BHA", Const, 0},
12605 {"IPPROTO_BLT", Const, 0},
12606 {"IPPROTO_BRSATMON", Const, 0},
12607 {"IPPROTO_CARP", Const, 0},
12608 {"IPPROTO_CFTP", Const, 0},
12609 {"IPPROTO_CHAOS", Const, 0},
12610 {"IPPROTO_CMTP", Const, 0},
12611 {"IPPROTO_COMP", Const, 0},
12612 {"IPPROTO_CPHB", Const, 0},
12613 {"IPPROTO_CPNX", Const, 0},
12614 {"IPPROTO_DCCP", Const, 0},
12615 {"IPPROTO_DDP", Const, 0},
12616 {"IPPROTO_DGP", Const, 0},
12617 {"IPPROTO_DIVERT", Const, 0},
12618 {"IPPROTO_DIVERT_INIT", Const, 3},
12619 {"IPPROTO_DIVERT_RESP", Const, 3},
12620 {"IPPROTO_DONE", Const, 0},
12621 {"IPPROTO_DSTOPTS", Const, 0},
12622 {"IPPROTO_EGP", Const, 0},
12623 {"IPPROTO_EMCON", Const, 0},
12624 {"IPPROTO_ENCAP", Const, 0},
12625 {"IPPROTO_EON", Const, 0},
12626 {"IPPROTO_ESP", Const, 0},
12627 {"IPPROTO_ETHERIP", Const, 0},
12628 {"IPPROTO_FRAGMENT", Const, 0},
12629 {"IPPROTO_GGP", Const, 0},
12630 {"IPPROTO_GMTP", Const, 0},
12631 {"IPPROTO_GRE", Const, 0},
12632 {"IPPROTO_HELLO", Const, 0},
12633 {"IPPROTO_HMP", Const, 0},
12634 {"IPPROTO_HOPOPTS", Const, 0},
12635 {"IPPROTO_ICMP", Const, 0},
12636 {"IPPROTO_ICMPV6", Const, 0},
12637 {"IPPROTO_IDP", Const, 0},
12638 {"IPPROTO_IDPR", Const, 0},
12639 {"IPPROTO_IDRP", Const, 0},
12640 {"IPPROTO_IGMP", Const, 0},
12641 {"IPPROTO_IGP", Const, 0},
12642 {"IPPROTO_IGRP", Const, 0},
12643 {"IPPROTO_IL", Const, 0},
12644 {"IPPROTO_INLSP", Const, 0},
12645 {"IPPROTO_INP", Const, 0},
12646 {"IPPROTO_IP", Const, 0},
12647 {"IPPROTO_IPCOMP", Const, 0},
12648 {"IPPROTO_IPCV", Const, 0},
12649 {"IPPROTO_IPEIP", Const, 0},
12650 {"IPPROTO_IPIP", Const, 0},
12651 {"IPPROTO_IPPC", Const, 0},
12652 {"IPPROTO_IPV4", Const, 0},
12653 {"IPPROTO_IPV6", Const, 0},
12654 {"IPPROTO_IPV6_ICMP", Const, 1},
12655 {"IPPROTO_IRTP", Const, 0},
12656 {"IPPROTO_KRYPTOLAN", Const, 0},
12657 {"IPPROTO_LARP", Const, 0},
12658 {"IPPROTO_LEAF1", Const, 0},
12659 {"IPPROTO_LEAF2", Const, 0},
12660 {"IPPROTO_MAX", Const, 0},
12661 {"IPPROTO_MAXID", Const, 0},
12662 {"IPPROTO_MEAS", Const, 0},
12663 {"IPPROTO_MH", Const, 1},
12664 {"IPPROTO_MHRP", Const, 0},
12665 {"IPPROTO_MICP", Const, 0},
12666 {"IPPROTO_MOBILE", Const, 0},
12667 {"IPPROTO_MPLS", Const, 1},
12668 {"IPPROTO_MTP", Const, 0},
12669 {"IPPROTO_MUX", Const, 0},
12670 {"IPPROTO_ND", Const, 0},
12671 {"IPPROTO_NHRP", Const, 0},
12672 {"IPPROTO_NONE", Const, 0},
12673 {"IPPROTO_NSP", Const, 0},
12674 {"IPPROTO_NVPII", Const, 0},
12675 {"IPPROTO_OLD_DIVERT", Const, 0},
12676 {"IPPROTO_OSPFIGP", Const, 0},
12677 {"IPPROTO_PFSYNC", Const, 0},
12678 {"IPPROTO_PGM", Const, 0},
12679 {"IPPROTO_PIGP", Const, 0},
12680 {"IPPROTO_PIM", Const, 0},
12681 {"IPPROTO_PRM", Const, 0},
12682 {"IPPROTO_PUP", Const, 0},
12683 {"IPPROTO_PVP", Const, 0},
12684 {"IPPROTO_RAW", Const, 0},
12685 {"IPPROTO_RCCMON", Const, 0},
12686 {"IPPROTO_RDP", Const, 0},
12687 {"IPPROTO_ROUTING", Const, 0},
12688 {"IPPROTO_RSVP", Const, 0},
12689 {"IPPROTO_RVD", Const, 0},
12690 {"IPPROTO_SATEXPAK", Const, 0},
12691 {"IPPROTO_SATMON", Const, 0},
12692 {"IPPROTO_SCCSP", Const, 0},
12693 {"IPPROTO_SCTP", Const, 0},
12694 {"IPPROTO_SDRP", Const, 0},
12695 {"IPPROTO_SEND", Const, 1},
12696 {"IPPROTO_SEP", Const, 0},
12697 {"IPPROTO_SKIP", Const, 0},
12698 {"IPPROTO_SPACER", Const, 0},
12699 {"IPPROTO_SRPC", Const, 0},
12700 {"IPPROTO_ST", Const, 0},
12701 {"IPPROTO_SVMTP", Const, 0},
12702 {"IPPROTO_SWIPE", Const, 0},
12703 {"IPPROTO_TCF", Const, 0},
12704 {"IPPROTO_TCP", Const, 0},
12705 {"IPPROTO_TLSP", Const, 0},
12706 {"IPPROTO_TP", Const, 0},
12707 {"IPPROTO_TPXX", Const, 0},
12708 {"IPPROTO_TRUNK1", Const, 0},
12709 {"IPPROTO_TRUNK2", Const, 0},
12710 {"IPPROTO_TTP", Const, 0},
12711 {"IPPROTO_UDP", Const, 0},
12712 {"IPPROTO_UDPLITE", Const, 0},
12713 {"IPPROTO_VINES", Const, 0},
12714 {"IPPROTO_VISA", Const, 0},
12715 {"IPPROTO_VMTP", Const, 0},
12716 {"IPPROTO_VRRP", Const, 1},
12717 {"IPPROTO_WBEXPAK", Const, 0},
12718 {"IPPROTO_WBMON", Const, 0},
12719 {"IPPROTO_WSN", Const, 0},
12720 {"IPPROTO_XNET", Const, 0},
12721 {"IPPROTO_XTP", Const, 0},
12722 {"IPV6_2292DSTOPTS", Const, 0},
12723 {"IPV6_2292HOPLIMIT", Const, 0},
12724 {"IPV6_2292HOPOPTS", Const, 0},
12725 {"IPV6_2292NEXTHOP", Const, 0},
12726 {"IPV6_2292PKTINFO", Const, 0},
12727 {"IPV6_2292PKTOPTIONS", Const, 0},
12728 {"IPV6_2292RTHDR", Const, 0},
12729 {"IPV6_ADDRFORM", Const, 0},
12730 {"IPV6_ADD_MEMBERSHIP", Const, 0},
12731 {"IPV6_AUTHHDR", Const, 0},
12732 {"IPV6_AUTH_LEVEL", Const, 1},
12733 {"IPV6_AUTOFLOWLABEL", Const, 0},
12734 {"IPV6_BINDANY", Const, 0},
12735 {"IPV6_BINDV6ONLY", Const, 0},
12736 {"IPV6_BOUND_IF", Const, 0},
12737 {"IPV6_CHECKSUM", Const, 0},
12738 {"IPV6_DEFAULT_MULTICAST_HOPS", Const, 0},
12739 {"IPV6_DEFAULT_MULTICAST_LOOP", Const, 0},
12740 {"IPV6_DEFHLIM", Const, 0},
12741 {"IPV6_DONTFRAG", Const, 0},
12742 {"IPV6_DROP_MEMBERSHIP", Const, 0},
12743 {"IPV6_DSTOPTS", Const, 0},
12744 {"IPV6_ESP_NETWORK_LEVEL", Const, 1},
12745 {"IPV6_ESP_TRANS_LEVEL", Const, 1},
12746 {"IPV6_FAITH", Const, 0},
12747 {"IPV6_FLOWINFO_MASK", Const, 0},
12748 {"IPV6_FLOWLABEL_MASK", Const, 0},
12749 {"IPV6_FRAGTTL", Const, 0},
12750 {"IPV6_FW_ADD", Const, 0},
12751 {"IPV6_FW_DEL", Const, 0},
12752 {"IPV6_FW_FLUSH", Const, 0},
12753 {"IPV6_FW_GET", Const, 0},
12754 {"IPV6_FW_ZERO", Const, 0},
12755 {"IPV6_HLIMDEC", Const, 0},
12756 {"IPV6_HOPLIMIT", Const, 0},
12757 {"IPV6_HOPOPTS", Const, 0},
12758 {"IPV6_IPCOMP_LEVEL", Const, 1},
12759 {"IPV6_IPSEC_POLICY", Const, 0},
12760 {"IPV6_JOIN_ANYCAST", Const, 0},
12761 {"IPV6_JOIN_GROUP", Const, 0},
12762 {"IPV6_LEAVE_ANYCAST", Const, 0},
12763 {"IPV6_LEAVE_GROUP", Const, 0},
12764 {"IPV6_MAXHLIM", Const, 0},
12765 {"IPV6_MAXOPTHDR", Const, 0},
12766 {"IPV6_MAXPACKET", Const, 0},
12767 {"IPV6_MAX_GROUP_SRC_FILTER", Const, 0},
12768 {"IPV6_MAX_MEMBERSHIPS", Const, 0},
12769 {"IPV6_MAX_SOCK_SRC_FILTER", Const, 0},
12770 {"IPV6_MIN_MEMBERSHIPS", Const, 0},
12771 {"IPV6_MMTU", Const, 0},
12772 {"IPV6_MSFILTER", Const, 0},
12773 {"IPV6_MTU", Const, 0},
12774 {"IPV6_MTU_DISCOVER", Const, 0},
12775 {"IPV6_MULTICAST_HOPS", Const, 0},
12776 {"IPV6_MULTICAST_IF", Const, 0},
12777 {"IPV6_MULTICAST_LOOP", Const, 0},
12778 {"IPV6_NEXTHOP", Const, 0},
12779 {"IPV6_OPTIONS", Const, 1},
12780 {"IPV6_PATHMTU", Const, 0},
12781 {"IPV6_PIPEX", Const, 1},
12782 {"IPV6_PKTINFO", Const, 0},
12783 {"IPV6_PMTUDISC_DO", Const, 0},
12784 {"IPV6_PMTUDISC_DONT", Const, 0},
12785 {"IPV6_PMTUDISC_PROBE", Const, 0},
12786 {"IPV6_PMTUDISC_WANT", Const, 0},
12787 {"IPV6_PORTRANGE", Const, 0},
12788 {"IPV6_PORTRANGE_DEFAULT", Const, 0},
12789 {"IPV6_PORTRANGE_HIGH", Const, 0},
12790 {"IPV6_PORTRANGE_LOW", Const, 0},
12791 {"IPV6_PREFER_TEMPADDR", Const, 0},
12792 {"IPV6_RECVDSTOPTS", Const, 0},
12793 {"IPV6_RECVDSTPORT", Const, 3},
12794 {"IPV6_RECVERR", Const, 0},
12795 {"IPV6_RECVHOPLIMIT", Const, 0},
12796 {"IPV6_RECVHOPOPTS", Const, 0},
12797 {"IPV6_RECVPATHMTU", Const, 0},
12798 {"IPV6_RECVPKTINFO", Const, 0},
12799 {"IPV6_RECVRTHDR", Const, 0},
12800 {"IPV6_RECVTCLASS", Const, 0},
12801 {"IPV6_ROUTER_ALERT", Const, 0},
12802 {"IPV6_RTABLE", Const, 1},
12803 {"IPV6_RTHDR", Const, 0},
12804 {"IPV6_RTHDRDSTOPTS", Const, 0},
12805 {"IPV6_RTHDR_LOOSE", Const, 0},
12806 {"IPV6_RTHDR_STRICT", Const, 0},
12807 {"IPV6_RTHDR_TYPE_0", Const, 0},
12808 {"IPV6_RXDSTOPTS", Const, 0},
12809 {"IPV6_RXHOPOPTS", Const, 0},
12810 {"IPV6_SOCKOPT_RESERVED1", Const, 0},
12811 {"IPV6_TCLASS", Const, 0},
12812 {"IPV6_UNICAST_HOPS", Const, 0},
12813 {"IPV6_USE_MIN_MTU", Const, 0},
12814 {"IPV6_V6ONLY", Const, 0},
12815 {"IPV6_VERSION", Const, 0},
12816 {"IPV6_VERSION_MASK", Const, 0},
12817 {"IPV6_XFRM_POLICY", Const, 0},
12818 {"IP_ADD_MEMBERSHIP", Const, 0},
12819 {"IP_ADD_SOURCE_MEMBERSHIP", Const, 0},
12820 {"IP_AUTH_LEVEL", Const, 1},
12821 {"IP_BINDANY", Const, 0},
12822 {"IP_BLOCK_SOURCE", Const, 0},
12823 {"IP_BOUND_IF", Const, 0},
12824 {"IP_DEFAULT_MULTICAST_LOOP", Const, 0},
12825 {"IP_DEFAULT_MULTICAST_TTL", Const, 0},
12826 {"IP_DF", Const, 0},
12827 {"IP_DIVERTFL", Const, 3},
12828 {"IP_DONTFRAG", Const, 0},
12829 {"IP_DROP_MEMBERSHIP", Const, 0},
12830 {"IP_DROP_SOURCE_MEMBERSHIP", Const, 0},
12831 {"IP_DUMMYNET3", Const, 0},
12832 {"IP_DUMMYNET_CONFIGURE", Const, 0},
12833 {"IP_DUMMYNET_DEL", Const, 0},
12834 {"IP_DUMMYNET_FLUSH", Const, 0},
12835 {"IP_DUMMYNET_GET", Const, 0},
12836 {"IP_EF", Const, 1},
12837 {"IP_ERRORMTU", Const, 1},
12838 {"IP_ESP_NETWORK_LEVEL", Const, 1},
12839 {"IP_ESP_TRANS_LEVEL", Const, 1},
12840 {"IP_FAITH", Const, 0},
12841 {"IP_FREEBIND", Const, 0},
12842 {"IP_FW3", Const, 0},
12843 {"IP_FW_ADD", Const, 0},
12844 {"IP_FW_DEL", Const, 0},
12845 {"IP_FW_FLUSH", Const, 0},
12846 {"IP_FW_GET", Const, 0},
12847 {"IP_FW_NAT_CFG", Const, 0},
12848 {"IP_FW_NAT_DEL", Const, 0},
12849 {"IP_FW_NAT_GET_CONFIG", Const, 0},
12850 {"IP_FW_NAT_GET_LOG", Const, 0},
12851 {"IP_FW_RESETLOG", Const, 0},
12852 {"IP_FW_TABLE_ADD", Const, 0},
12853 {"IP_FW_TABLE_DEL", Const, 0},
12854 {"IP_FW_TABLE_FLUSH", Const, 0},
12855 {"IP_FW_TABLE_GETSIZE", Const, 0},
12856 {"IP_FW_TABLE_LIST", Const, 0},
12857 {"IP_FW_ZERO", Const, 0},
12858 {"IP_HDRINCL", Const, 0},
12859 {"IP_IPCOMP_LEVEL", Const, 1},
12860 {"IP_IPSECFLOWINFO", Const, 1},
12861 {"IP_IPSEC_LOCAL_AUTH", Const, 1},
12862 {"IP_IPSEC_LOCAL_CRED", Const, 1},
12863 {"IP_IPSEC_LOCAL_ID", Const, 1},
12864 {"IP_IPSEC_POLICY", Const, 0},
12865 {"IP_IPSEC_REMOTE_AUTH", Const, 1},
12866 {"IP_IPSEC_REMOTE_CRED", Const, 1},
12867 {"IP_IPSEC_REMOTE_ID", Const, 1},
12868 {"IP_MAXPACKET", Const, 0},
12869 {"IP_MAX_GROUP_SRC_FILTER", Const, 0},
12870 {"IP_MAX_MEMBERSHIPS", Const, 0},
12871 {"IP_MAX_SOCK_MUTE_FILTER", Const, 0},
12872 {"IP_MAX_SOCK_SRC_FILTER", Const, 0},
12873 {"IP_MAX_SOURCE_FILTER", Const, 0},
12874 {"IP_MF", Const, 0},
12875 {"IP_MINFRAGSIZE", Const, 1},
12876 {"IP_MINTTL", Const, 0},
12877 {"IP_MIN_MEMBERSHIPS", Const, 0},
12878 {"IP_MSFILTER", Const, 0},
12879 {"IP_MSS", Const, 0},
12880 {"IP_MTU", Const, 0},
12881 {"IP_MTU_DISCOVER", Const, 0},
12882 {"IP_MULTICAST_IF", Const, 0},
12883 {"IP_MULTICAST_IFINDEX", Const, 0},
12884 {"IP_MULTICAST_LOOP", Const, 0},
12885 {"IP_MULTICAST_TTL", Const, 0},
12886 {"IP_MULTICAST_VIF", Const, 0},
12887 {"IP_NAT__XXX", Const, 0},
12888 {"IP_OFFMASK", Const, 0},
12889 {"IP_OLD_FW_ADD", Const, 0},
12890 {"IP_OLD_FW_DEL", Const, 0},
12891 {"IP_OLD_FW_FLUSH", Const, 0},
12892 {"IP_OLD_FW_GET", Const, 0},
12893 {"IP_OLD_FW_RESETLOG", Const, 0},
12894 {"IP_OLD_FW_ZERO", Const, 0},
12895 {"IP_ONESBCAST", Const, 0},
12896 {"IP_OPTIONS", Const, 0},
12897 {"IP_ORIGDSTADDR", Const, 0},
12898 {"IP_PASSSEC", Const, 0},
12899 {"IP_PIPEX", Const, 1},
12900 {"IP_PKTINFO", Const, 0},
12901 {"IP_PKTOPTIONS", Const, 0},
12902 {"IP_PMTUDISC", Const, 0},
12903 {"IP_PMTUDISC_DO", Const, 0},
12904 {"IP_PMTUDISC_DONT", Const, 0},
12905 {"IP_PMTUDISC_PROBE", Const, 0},
12906 {"IP_PMTUDISC_WANT", Const, 0},
12907 {"IP_PORTRANGE", Const, 0},
12908 {"IP_PORTRANGE_DEFAULT", Const, 0},
12909 {"IP_PORTRANGE_HIGH", Const, 0},
12910 {"IP_PORTRANGE_LOW", Const, 0},
12911 {"IP_RECVDSTADDR", Const, 0},
12912 {"IP_RECVDSTPORT", Const, 1},
12913 {"IP_RECVERR", Const, 0},
12914 {"IP_RECVIF", Const, 0},
12915 {"IP_RECVOPTS", Const, 0},
12916 {"IP_RECVORIGDSTADDR", Const, 0},
12917 {"IP_RECVPKTINFO", Const, 0},
12918 {"IP_RECVRETOPTS", Const, 0},
12919 {"IP_RECVRTABLE", Const, 1},
12920 {"IP_RECVTOS", Const, 0},
12921 {"IP_RECVTTL", Const, 0},
12922 {"IP_RETOPTS", Const, 0},
12923 {"IP_RF", Const, 0},
12924 {"IP_ROUTER_ALERT", Const, 0},
12925 {"IP_RSVP_OFF", Const, 0},
12926 {"IP_RSVP_ON", Const, 0},
12927 {"IP_RSVP_VIF_OFF", Const, 0},
12928 {"IP_RSVP_VIF_ON", Const, 0},
12929 {"IP_RTABLE", Const, 1},
12930 {"IP_SENDSRCADDR", Const, 0},
12931 {"IP_STRIPHDR", Const, 0},
12932 {"IP_TOS", Const, 0},
12933 {"IP_TRAFFIC_MGT_BACKGROUND", Const, 0},
12934 {"IP_TRANSPARENT", Const, 0},
12935 {"IP_TTL", Const, 0},
12936 {"IP_UNBLOCK_SOURCE", Const, 0},
12937 {"IP_XFRM_POLICY", Const, 0},
12938 {"IPv6MTUInfo", Type, 2},
12939 {"IPv6MTUInfo.Addr", Field, 2},
12940 {"IPv6MTUInfo.Mtu", Field, 2},
12941 {"IPv6Mreq", Type, 0},
12942 {"IPv6Mreq.Interface", Field, 0},
12943 {"IPv6Mreq.Multiaddr", Field, 0},
12944 {"ISIG", Const, 0},
12945 {"ISTRIP", Const, 0},
12946 {"IUCLC", Const, 0},
12947 {"IUTF8", Const, 0},
12948 {"IXANY", Const, 0},
12949 {"IXOFF", Const, 0},
12950 {"IXON", Const, 0},
12951 {"IfAddrmsg", Type, 0},
12952 {"IfAddrmsg.Family", Field, 0},
12953 {"IfAddrmsg.Flags", Field, 0},
12954 {"IfAddrmsg.Index", Field, 0},
12955 {"IfAddrmsg.Prefixlen", Field, 0},
12956 {"IfAddrmsg.Scope", Field, 0},
12957 {"IfAnnounceMsghdr", Type, 1},
12958 {"IfAnnounceMsghdr.Hdrlen", Field, 2},
12959 {"IfAnnounceMsghdr.Index", Field, 1},
12960 {"IfAnnounceMsghdr.Msglen", Field, 1},
12961 {"IfAnnounceMsghdr.Name", Field, 1},
12962 {"IfAnnounceMsghdr.Type", Field, 1},
12963 {"IfAnnounceMsghdr.Version", Field, 1},
12964 {"IfAnnounceMsghdr.What", Field, 1},
12965 {"IfData", Type, 0},
12966 {"IfData.Addrlen", Field, 0},
12967 {"IfData.Baudrate", Field, 0},
12968 {"IfData.Capabilities", Field, 2},
12969 {"IfData.Collisions", Field, 0},
12970 {"IfData.Datalen", Field, 0},
12971 {"IfData.Epoch", Field, 0},
12972 {"IfData.Hdrlen", Field, 0},
12973 {"IfData.Hwassist", Field, 0},
12974 {"IfData.Ibytes", Field, 0},
12975 {"IfData.Ierrors", Field, 0},
12976 {"IfData.Imcasts", Field, 0},
12977 {"IfData.Ipackets", Field, 0},
12978 {"IfData.Iqdrops", Field, 0},
12979 {"IfData.Lastchange", Field, 0},
12980 {"IfData.Link_state", Field, 0},
12981 {"IfData.Mclpool", Field, 2},
12982 {"IfData.Metric", Field, 0},
12983 {"IfData.Mtu", Field, 0},
12984 {"IfData.Noproto", Field, 0},
12985 {"IfData.Obytes", Field, 0},
12986 {"IfData.Oerrors", Field, 0},
12987 {"IfData.Omcasts", Field, 0},
12988 {"IfData.Opackets", Field, 0},
12989 {"IfData.Pad", Field, 2},
12990 {"IfData.Pad_cgo_0", Field, 2},
12991 {"IfData.Pad_cgo_1", Field, 2},
12992 {"IfData.Physical", Field, 0},
12993 {"IfData.Recvquota", Field, 0},
12994 {"IfData.Recvtiming", Field, 0},
12995 {"IfData.Reserved1", Field, 0},
12996 {"IfData.Reserved2", Field, 0},
12997 {"IfData.Spare_char1", Field, 0},
12998 {"IfData.Spare_char2", Field, 0},
12999 {"IfData.Type", Field, 0},
13000 {"IfData.Typelen", Field, 0},
13001 {"IfData.Unused1", Field, 0},
13002 {"IfData.Unused2", Field, 0},
13003 {"IfData.Xmitquota", Field, 0},
13004 {"IfData.Xmittiming", Field, 0},
13005 {"IfInfomsg", Type, 0},
13006 {"IfInfomsg.Change", Field, 0},
13007 {"IfInfomsg.Family", Field, 0},
13008 {"IfInfomsg.Flags", Field, 0},
13009 {"IfInfomsg.Index", Field, 0},
13010 {"IfInfomsg.Type", Field, 0},
13011 {"IfInfomsg.X__ifi_pad", Field, 0},
13012 {"IfMsghdr", Type, 0},
13013 {"IfMsghdr.Addrs", Field, 0},
13014 {"IfMsghdr.Data", Field, 0},
13015 {"IfMsghdr.Flags", Field, 0},
13016 {"IfMsghdr.Hdrlen", Field, 2},
13017 {"IfMsghdr.Index", Field, 0},
13018 {"IfMsghdr.Msglen", Field, 0},
13019 {"IfMsghdr.Pad1", Field, 2},
13020 {"IfMsghdr.Pad2", Field, 2},
13021 {"IfMsghdr.Pad_cgo_0", Field, 0},
13022 {"IfMsghdr.Pad_cgo_1", Field, 2},
13023 {"IfMsghdr.Tableid", Field, 2},
13024 {"IfMsghdr.Type", Field, 0},
13025 {"IfMsghdr.Version", Field, 0},
13026 {"IfMsghdr.Xflags", Field, 2},
13027 {"IfaMsghdr", Type, 0},
13028 {"IfaMsghdr.Addrs", Field, 0},
13029 {"IfaMsghdr.Flags", Field, 0},
13030 {"IfaMsghdr.Hdrlen", Field, 2},
13031 {"IfaMsghdr.Index", Field, 0},
13032 {"IfaMsghdr.Metric", Field, 0},
13033 {"IfaMsghdr.Msglen", Field, 0},
13034 {"IfaMsghdr.Pad1", Field, 2},
13035 {"IfaMsghdr.Pad2", Field, 2},
13036 {"IfaMsghdr.Pad_cgo_0", Field, 0},
13037 {"IfaMsghdr.Tableid", Field, 2},
13038 {"IfaMsghdr.Type", Field, 0},
13039 {"IfaMsghdr.Version", Field, 0},
13040 {"IfmaMsghdr", Type, 0},
13041 {"IfmaMsghdr.Addrs", Field, 0},
13042 {"IfmaMsghdr.Flags", Field, 0},
13043 {"IfmaMsghdr.Index", Field, 0},
13044 {"IfmaMsghdr.Msglen", Field, 0},
13045 {"IfmaMsghdr.Pad_cgo_0", Field, 0},
13046 {"IfmaMsghdr.Type", Field, 0},
13047 {"IfmaMsghdr.Version", Field, 0},
13048 {"IfmaMsghdr2", Type, 0},
13049 {"IfmaMsghdr2.Addrs", Field, 0},
13050 {"IfmaMsghdr2.Flags", Field, 0},
13051 {"IfmaMsghdr2.Index", Field, 0},
13052 {"IfmaMsghdr2.Msglen", Field, 0},
13053 {"IfmaMsghdr2.Pad_cgo_0", Field, 0},
13054 {"IfmaMsghdr2.Refcount", Field, 0},
13055 {"IfmaMsghdr2.Type", Field, 0},
13056 {"IfmaMsghdr2.Version", Field, 0},
13057 {"ImplementsGetwd", Const, 0},
13058 {"Inet4Pktinfo", Type, 0},
13059 {"Inet4Pktinfo.Addr", Field, 0},
13060 {"Inet4Pktinfo.Ifindex", Field, 0},
13061 {"Inet4Pktinfo.Spec_dst", Field, 0},
13062 {"Inet6Pktinfo", Type, 0},
13063 {"Inet6Pktinfo.Addr", Field, 0},
13064 {"Inet6Pktinfo.Ifindex", Field, 0},
13065 {"InotifyAddWatch", Func, 0},
13066 {"InotifyEvent", Type, 0},
13067 {"InotifyEvent.Cookie", Field, 0},
13068 {"InotifyEvent.Len", Field, 0},
13069 {"InotifyEvent.Mask", Field, 0},
13070 {"InotifyEvent.Name", Field, 0},
13071 {"InotifyEvent.Wd", Field, 0},
13072 {"InotifyInit", Func, 0},
13073 {"InotifyInit1", Func, 0},
13074 {"InotifyRmWatch", Func, 0},
13075 {"InterfaceAddrMessage", Type, 0},
13076 {"InterfaceAddrMessage.Data", Field, 0},
13077 {"InterfaceAddrMessage.Header", Field, 0},
13078 {"InterfaceAnnounceMessage", Type, 1},
13079 {"InterfaceAnnounceMessage.Header", Field, 1},
13080 {"InterfaceInfo", Type, 0},
13081 {"InterfaceInfo.Address", Field, 0},
13082 {"InterfaceInfo.BroadcastAddress", Field, 0},
13083 {"InterfaceInfo.Flags", Field, 0},
13084 {"InterfaceInfo.Netmask", Field, 0},
13085 {"InterfaceMessage", Type, 0},
13086 {"InterfaceMessage.Data", Field, 0},
13087 {"InterfaceMessage.Header", Field, 0},
13088 {"InterfaceMulticastAddrMessage", Type, 0},
13089 {"InterfaceMulticastAddrMessage.Data", Field, 0},
13090 {"InterfaceMulticastAddrMessage.Header", Field, 0},
13091 {"InvalidHandle", Const, 0},
13092 {"Ioperm", Func, 0},
13093 {"Iopl", Func, 0},
13094 {"Iovec", Type, 0},
13095 {"Iovec.Base", Field, 0},
13096 {"Iovec.Len", Field, 0},
13097 {"IpAdapterInfo", Type, 0},
13098 {"IpAdapterInfo.AdapterName", Field, 0},
13099 {"IpAdapterInfo.Address", Field, 0},
13100 {"IpAdapterInfo.AddressLength", Field, 0},
13101 {"IpAdapterInfo.ComboIndex", Field, 0},
13102 {"IpAdapterInfo.CurrentIpAddress", Field, 0},
13103 {"IpAdapterInfo.Description", Field, 0},
13104 {"IpAdapterInfo.DhcpEnabled", Field, 0},
13105 {"IpAdapterInfo.DhcpServer", Field, 0},
13106 {"IpAdapterInfo.GatewayList", Field, 0},
13107 {"IpAdapterInfo.HaveWins", Field, 0},
13108 {"IpAdapterInfo.Index", Field, 0},
13109 {"IpAdapterInfo.IpAddressList", Field, 0},
13110 {"IpAdapterInfo.LeaseExpires", Field, 0},
13111 {"IpAdapterInfo.LeaseObtained", Field, 0},
13112 {"IpAdapterInfo.Next", Field, 0},
13113 {"IpAdapterInfo.PrimaryWinsServer", Field, 0},
13114 {"IpAdapterInfo.SecondaryWinsServer", Field, 0},
13115 {"IpAdapterInfo.Type", Field, 0},
13116 {"IpAddrString", Type, 0},
13117 {"IpAddrString.Context", Field, 0},
13118 {"IpAddrString.IpAddress", Field, 0},
13119 {"IpAddrString.IpMask", Field, 0},
13120 {"IpAddrString.Next", Field, 0},
13121 {"IpAddressString", Type, 0},
13122 {"IpAddressString.String", Field, 0},
13123 {"IpMaskString", Type, 0},
13124 {"IpMaskString.String", Field, 2},
13125 {"Issetugid", Func, 0},
13126 {"KEY_ALL_ACCESS", Const, 0},
13127 {"KEY_CREATE_LINK", Const, 0},
13128 {"KEY_CREATE_SUB_KEY", Const, 0},
13129 {"KEY_ENUMERATE_SUB_KEYS", Const, 0},
13130 {"KEY_EXECUTE", Const, 0},
13131 {"KEY_NOTIFY", Const, 0},
13132 {"KEY_QUERY_VALUE", Const, 0},
13133 {"KEY_READ", Const, 0},
13134 {"KEY_SET_VALUE", Const, 0},
13135 {"KEY_WOW64_32KEY", Const, 0},
13136 {"KEY_WOW64_64KEY", Const, 0},
13137 {"KEY_WRITE", Const, 0},
13138 {"Kevent", Func, 0},
13139 {"Kevent_t", Type, 0},
13140 {"Kevent_t.Data", Field, 0},
13141 {"Kevent_t.Fflags", Field, 0},
13142 {"Kevent_t.Filter", Field, 0},
13143 {"Kevent_t.Flags", Field, 0},
13144 {"Kevent_t.Ident", Field, 0},
13145 {"Kevent_t.Pad_cgo_0", Field, 2},
13146 {"Kevent_t.Udata", Field, 0},
13147 {"Kill", Func, 0},
13148 {"Klogctl", Func, 0},
13149 {"Kqueue", Func, 0},
13150 {"LANG_ENGLISH", Const, 0},
13151 {"LAYERED_PROTOCOL", Const, 2},
13152 {"LCNT_OVERLOAD_FLUSH", Const, 1},
13153 {"LINUX_REBOOT_CMD_CAD_OFF", Const, 0},
13154 {"LINUX_REBOOT_CMD_CAD_ON", Const, 0},
13155 {"LINUX_REBOOT_CMD_HALT", Const, 0},
13156 {"LINUX_REBOOT_CMD_KEXEC", Const, 0},
13157 {"LINUX_REBOOT_CMD_POWER_OFF", Const, 0},
13158 {"LINUX_REBOOT_CMD_RESTART", Const, 0},
13159 {"LINUX_REBOOT_CMD_RESTART2", Const, 0},
13160 {"LINUX_REBOOT_CMD_SW_SUSPEND", Const, 0},
13161 {"LINUX_REBOOT_MAGIC1", Const, 0},
13162 {"LINUX_REBOOT_MAGIC2", Const, 0},
13163 {"LOCK_EX", Const, 0},
13164 {"LOCK_NB", Const, 0},
13165 {"LOCK_SH", Const, 0},
13166 {"LOCK_UN", Const, 0},
13167 {"LazyDLL", Type, 0},
13168 {"LazyDLL.Name", Field, 0},
13169 {"LazyProc", Type, 0},
13170 {"LazyProc.Name", Field, 0},
13171 {"Lchown", Func, 0},
13172 {"Linger", Type, 0},
13173 {"Linger.Linger", Field, 0},
13174 {"Linger.Onoff", Field, 0},
13175 {"Link", Func, 0},
13176 {"Listen", Func, 0},
13177 {"Listxattr", Func, 1},
13178 {"LoadCancelIoEx", Func, 1},
13179 {"LoadConnectEx", Func, 1},
13180 {"LoadCreateSymbolicLink", Func, 4},
13181 {"LoadDLL", Func, 0},
13182 {"LoadGetAddrInfo", Func, 1},
13183 {"LoadLibrary", Func, 0},
13184 {"LoadSetFileCompletionNotificationModes", Func, 2},
13185 {"LocalFree", Func, 0},
13186 {"Log2phys_t", Type, 0},
13187 {"Log2phys_t.Contigbytes", Field, 0},
13188 {"Log2phys_t.Devoffset", Field, 0},
13189 {"Log2phys_t.Flags", Field, 0},
13190 {"LookupAccountName", Func, 0},
13191 {"LookupAccountSid", Func, 0},
13192 {"LookupSID", Func, 0},
13193 {"LsfJump", Func, 0},
13194 {"LsfSocket", Func, 0},
13195 {"LsfStmt", Func, 0},
13196 {"Lstat", Func, 0},
13197 {"MADV_AUTOSYNC", Const, 1},
13198 {"MADV_CAN_REUSE", Const, 0},
13199 {"MADV_CORE", Const, 1},
13200 {"MADV_DOFORK", Const, 0},
13201 {"MADV_DONTFORK", Const, 0},
13202 {"MADV_DONTNEED", Const, 0},
13203 {"MADV_FREE", Const, 0},
13204 {"MADV_FREE_REUSABLE", Const, 0},
13205 {"MADV_FREE_REUSE", Const, 0},
13206 {"MADV_HUGEPAGE", Const, 0},
13207 {"MADV_HWPOISON", Const, 0},
13208 {"MADV_MERGEABLE", Const, 0},
13209 {"MADV_NOCORE", Const, 1},
13210 {"MADV_NOHUGEPAGE", Const, 0},
13211 {"MADV_NORMAL", Const, 0},
13212 {"MADV_NOSYNC", Const, 1},
13213 {"MADV_PROTECT", Const, 1},
13214 {"MADV_RANDOM", Const, 0},
13215 {"MADV_REMOVE", Const, 0},
13216 {"MADV_SEQUENTIAL", Const, 0},
13217 {"MADV_SPACEAVAIL", Const, 3},
13218 {"MADV_UNMERGEABLE", Const, 0},
13219 {"MADV_WILLNEED", Const, 0},
13220 {"MADV_ZERO_WIRED_PAGES", Const, 0},
13221 {"MAP_32BIT", Const, 0},
13222 {"MAP_ALIGNED_SUPER", Const, 3},
13223 {"MAP_ALIGNMENT_16MB", Const, 3},
13224 {"MAP_ALIGNMENT_1TB", Const, 3},
13225 {"MAP_ALIGNMENT_256TB", Const, 3},
13226 {"MAP_ALIGNMENT_4GB", Const, 3},
13227 {"MAP_ALIGNMENT_64KB", Const, 3},
13228 {"MAP_ALIGNMENT_64PB", Const, 3},
13229 {"MAP_ALIGNMENT_MASK", Const, 3},
13230 {"MAP_ALIGNMENT_SHIFT", Const, 3},
13231 {"MAP_ANON", Const, 0},
13232 {"MAP_ANONYMOUS", Const, 0},
13233 {"MAP_COPY", Const, 0},
13234 {"MAP_DENYWRITE", Const, 0},
13235 {"MAP_EXECUTABLE", Const, 0},
13236 {"MAP_FILE", Const, 0},
13237 {"MAP_FIXED", Const, 0},
13238 {"MAP_FLAGMASK", Const, 3},
13239 {"MAP_GROWSDOWN", Const, 0},
13240 {"MAP_HASSEMAPHORE", Const, 0},
13241 {"MAP_HUGETLB", Const, 0},
13242 {"MAP_INHERIT", Const, 3},
13243 {"MAP_INHERIT_COPY", Const, 3},
13244 {"MAP_INHERIT_DEFAULT", Const, 3},
13245 {"MAP_INHERIT_DONATE_COPY", Const, 3},
13246 {"MAP_INHERIT_NONE", Const, 3},
13247 {"MAP_INHERIT_SHARE", Const, 3},
13248 {"MAP_JIT", Const, 0},
13249 {"MAP_LOCKED", Const, 0},
13250 {"MAP_NOCACHE", Const, 0},
13251 {"MAP_NOCORE", Const, 1},
13252 {"MAP_NOEXTEND", Const, 0},
13253 {"MAP_NONBLOCK", Const, 0},
13254 {"MAP_NORESERVE", Const, 0},
13255 {"MAP_NOSYNC", Const, 1},
13256 {"MAP_POPULATE", Const, 0},
13257 {"MAP_PREFAULT_READ", Const, 1},
13258 {"MAP_PRIVATE", Const, 0},
13259 {"MAP_RENAME", Const, 0},
13260 {"MAP_RESERVED0080", Const, 0},
13261 {"MAP_RESERVED0100", Const, 1},
13262 {"MAP_SHARED", Const, 0},
13263 {"MAP_STACK", Const, 0},
13264 {"MAP_TRYFIXED", Const, 3},
13265 {"MAP_TYPE", Const, 0},
13266 {"MAP_WIRED", Const, 3},
13267 {"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4},
13268 {"MAXLEN_IFDESCR", Const, 0},
13269 {"MAXLEN_PHYSADDR", Const, 0},
13270 {"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0},
13271 {"MAX_ADAPTER_DESCRIPTION_LENGTH", Const, 0},
13272 {"MAX_ADAPTER_NAME_LENGTH", Const, 0},
13273 {"MAX_COMPUTERNAME_LENGTH", Const, 0},
13274 {"MAX_INTERFACE_NAME_LEN", Const, 0},
13275 {"MAX_LONG_PATH", Const, 0},
13276 {"MAX_PATH", Const, 0},
13277 {"MAX_PROTOCOL_CHAIN", Const, 2},
13278 {"MCL_CURRENT", Const, 0},
13279 {"MCL_FUTURE", Const, 0},
13280 {"MNT_DETACH", Const, 0},
13281 {"MNT_EXPIRE", Const, 0},
13282 {"MNT_FORCE", Const, 0},
13283 {"MSG_BCAST", Const, 1},
13284 {"MSG_CMSG_CLOEXEC", Const, 0},
13285 {"MSG_COMPAT", Const, 0},
13286 {"MSG_CONFIRM", Const, 0},
13287 {"MSG_CONTROLMBUF", Const, 1},
13288 {"MSG_CTRUNC", Const, 0},
13289 {"MSG_DONTROUTE", Const, 0},
13290 {"MSG_DONTWAIT", Const, 0},
13291 {"MSG_EOF", Const, 0},
13292 {"MSG_EOR", Const, 0},
13293 {"MSG_ERRQUEUE", Const, 0},
13294 {"MSG_FASTOPEN", Const, 1},
13295 {"MSG_FIN", Const, 0},
13296 {"MSG_FLUSH", Const, 0},
13297 {"MSG_HAVEMORE", Const, 0},
13298 {"MSG_HOLD", Const, 0},
13299 {"MSG_IOVUSRSPACE", Const, 1},
13300 {"MSG_LENUSRSPACE", Const, 1},
13301 {"MSG_MCAST", Const, 1},
13302 {"MSG_MORE", Const, 0},
13303 {"MSG_NAMEMBUF", Const, 1},
13304 {"MSG_NBIO", Const, 0},
13305 {"MSG_NEEDSA", Const, 0},
13306 {"MSG_NOSIGNAL", Const, 0},
13307 {"MSG_NOTIFICATION", Const, 0},
13308 {"MSG_OOB", Const, 0},
13309 {"MSG_PEEK", Const, 0},
13310 {"MSG_PROXY", Const, 0},
13311 {"MSG_RCVMORE", Const, 0},
13312 {"MSG_RST", Const, 0},
13313 {"MSG_SEND", Const, 0},
13314 {"MSG_SYN", Const, 0},
13315 {"MSG_TRUNC", Const, 0},
13316 {"MSG_TRYHARD", Const, 0},
13317 {"MSG_USERFLAGS", Const, 1},
13318 {"MSG_WAITALL", Const, 0},
13319 {"MSG_WAITFORONE", Const, 0},
13320 {"MSG_WAITSTREAM", Const, 0},
13321 {"MS_ACTIVE", Const, 0},
13322 {"MS_ASYNC", Const, 0},
13323 {"MS_BIND", Const, 0},
13324 {"MS_DEACTIVATE", Const, 0},
13325 {"MS_DIRSYNC", Const, 0},
13326 {"MS_INVALIDATE", Const, 0},
13327 {"MS_I_VERSION", Const, 0},
13328 {"MS_KERNMOUNT", Const, 0},
13329 {"MS_KILLPAGES", Const, 0},
13330 {"MS_MANDLOCK", Const, 0},
13331 {"MS_MGC_MSK", Const, 0},
13332 {"MS_MGC_VAL", Const, 0},
13333 {"MS_MOVE", Const, 0},
13334 {"MS_NOATIME", Const, 0},
13335 {"MS_NODEV", Const, 0},
13336 {"MS_NODIRATIME", Const, 0},
13337 {"MS_NOEXEC", Const, 0},
13338 {"MS_NOSUID", Const, 0},
13339 {"MS_NOUSER", Const, 0},
13340 {"MS_POSIXACL", Const, 0},
13341 {"MS_PRIVATE", Const, 0},
13342 {"MS_RDONLY", Const, 0},
13343 {"MS_REC", Const, 0},
13344 {"MS_RELATIME", Const, 0},
13345 {"MS_REMOUNT", Const, 0},
13346 {"MS_RMT_MASK", Const, 0},
13347 {"MS_SHARED", Const, 0},
13348 {"MS_SILENT", Const, 0},
13349 {"MS_SLAVE", Const, 0},
13350 {"MS_STRICTATIME", Const, 0},
13351 {"MS_SYNC", Const, 0},
13352 {"MS_SYNCHRONOUS", Const, 0},
13353 {"MS_UNBINDABLE", Const, 0},
13354 {"Madvise", Func, 0},
13355 {"MapViewOfFile", Func, 0},
13356 {"MaxTokenInfoClass", Const, 0},
13357 {"Mclpool", Type, 2},
13358 {"Mclpool.Alive", Field, 2},
13359 {"Mclpool.Cwm", Field, 2},
13360 {"Mclpool.Grown", Field, 2},
13361 {"Mclpool.Hwm", Field, 2},
13362 {"Mclpool.Lwm", Field, 2},
13363 {"MibIfRow", Type, 0},
13364 {"MibIfRow.AdminStatus", Field, 0},
13365 {"MibIfRow.Descr", Field, 0},
13366 {"MibIfRow.DescrLen", Field, 0},
13367 {"MibIfRow.InDiscards", Field, 0},
13368 {"MibIfRow.InErrors", Field, 0},
13369 {"MibIfRow.InNUcastPkts", Field, 0},
13370 {"MibIfRow.InOctets", Field, 0},
13371 {"MibIfRow.InUcastPkts", Field, 0},
13372 {"MibIfRow.InUnknownProtos", Field, 0},
13373 {"MibIfRow.Index", Field, 0},
13374 {"MibIfRow.LastChange", Field, 0},
13375 {"MibIfRow.Mtu", Field, 0},
13376 {"MibIfRow.Name", Field, 0},
13377 {"MibIfRow.OperStatus", Field, 0},
13378 {"MibIfRow.OutDiscards", Field, 0},
13379 {"MibIfRow.OutErrors", Field, 0},
13380 {"MibIfRow.OutNUcastPkts", Field, 0},
13381 {"MibIfRow.OutOctets", Field, 0},
13382 {"MibIfRow.OutQLen", Field, 0},
13383 {"MibIfRow.OutUcastPkts", Field, 0},
13384 {"MibIfRow.PhysAddr", Field, 0},
13385 {"MibIfRow.PhysAddrLen", Field, 0},
13386 {"MibIfRow.Speed", Field, 0},
13387 {"MibIfRow.Type", Field, 0},
13388 {"Mkdir", Func, 0},
13389 {"Mkdirat", Func, 0},
13390 {"Mkfifo", Func, 0},
13391 {"Mknod", Func, 0},
13392 {"Mknodat", Func, 0},
13393 {"Mlock", Func, 0},
13394 {"Mlockall", Func, 0},
13395 {"Mmap", Func, 0},
13396 {"Mount", Func, 0},
13397 {"MoveFile", Func, 0},
13398 {"Mprotect", Func, 0},
13399 {"Msghdr", Type, 0},
13400 {"Msghdr.Control", Field, 0},
13401 {"Msghdr.Controllen", Field, 0},
13402 {"Msghdr.Flags", Field, 0},
13403 {"Msghdr.Iov", Field, 0},
13404 {"Msghdr.Iovlen", Field, 0},
13405 {"Msghdr.Name", Field, 0},
13406 {"Msghdr.Namelen", Field, 0},
13407 {"Msghdr.Pad_cgo_0", Field, 0},
13408 {"Msghdr.Pad_cgo_1", Field, 0},
13409 {"Munlock", Func, 0},
13410 {"Munlockall", Func, 0},
13411 {"Munmap", Func, 0},
13412 {"MustLoadDLL", Func, 0},
13413 {"NAME_MAX", Const, 0},
13414 {"NETLINK_ADD_MEMBERSHIP", Const, 0},
13415 {"NETLINK_AUDIT", Const, 0},
13416 {"NETLINK_BROADCAST_ERROR", Const, 0},
13417 {"NETLINK_CONNECTOR", Const, 0},
13418 {"NETLINK_DNRTMSG", Const, 0},
13419 {"NETLINK_DROP_MEMBERSHIP", Const, 0},
13420 {"NETLINK_ECRYPTFS", Const, 0},
13421 {"NETLINK_FIB_LOOKUP", Const, 0},
13422 {"NETLINK_FIREWALL", Const, 0},
13423 {"NETLINK_GENERIC", Const, 0},
13424 {"NETLINK_INET_DIAG", Const, 0},
13425 {"NETLINK_IP6_FW", Const, 0},
13426 {"NETLINK_ISCSI", Const, 0},
13427 {"NETLINK_KOBJECT_UEVENT", Const, 0},
13428 {"NETLINK_NETFILTER", Const, 0},
13429 {"NETLINK_NFLOG", Const, 0},
13430 {"NETLINK_NO_ENOBUFS", Const, 0},
13431 {"NETLINK_PKTINFO", Const, 0},
13432 {"NETLINK_RDMA", Const, 0},
13433 {"NETLINK_ROUTE", Const, 0},
13434 {"NETLINK_SCSITRANSPORT", Const, 0},
13435 {"NETLINK_SELINUX", Const, 0},
13436 {"NETLINK_UNUSED", Const, 0},
13437 {"NETLINK_USERSOCK", Const, 0},
13438 {"NETLINK_XFRM", Const, 0},
13439 {"NET_RT_DUMP", Const, 0},
13440 {"NET_RT_DUMP2", Const, 0},
13441 {"NET_RT_FLAGS", Const, 0},
13442 {"NET_RT_IFLIST", Const, 0},
13443 {"NET_RT_IFLIST2", Const, 0},
13444 {"NET_RT_IFLISTL", Const, 1},
13445 {"NET_RT_IFMALIST", Const, 0},
13446 {"NET_RT_MAXID", Const, 0},
13447 {"NET_RT_OIFLIST", Const, 1},
13448 {"NET_RT_OOIFLIST", Const, 1},
13449 {"NET_RT_STAT", Const, 0},
13450 {"NET_RT_STATS", Const, 1},
13451 {"NET_RT_TABLE", Const, 1},
13452 {"NET_RT_TRASH", Const, 0},
13453 {"NLA_ALIGNTO", Const, 0},
13454 {"NLA_F_NESTED", Const, 0},
13455 {"NLA_F_NET_BYTEORDER", Const, 0},
13456 {"NLA_HDRLEN", Const, 0},
13457 {"NLMSG_ALIGNTO", Const, 0},
13458 {"NLMSG_DONE", Const, 0},
13459 {"NLMSG_ERROR", Const, 0},
13460 {"NLMSG_HDRLEN", Const, 0},
13461 {"NLMSG_MIN_TYPE", Const, 0},
13462 {"NLMSG_NOOP", Const, 0},
13463 {"NLMSG_OVERRUN", Const, 0},
13464 {"NLM_F_ACK", Const, 0},
13465 {"NLM_F_APPEND", Const, 0},
13466 {"NLM_F_ATOMIC", Const, 0},
13467 {"NLM_F_CREATE", Const, 0},
13468 {"NLM_F_DUMP", Const, 0},
13469 {"NLM_F_ECHO", Const, 0},
13470 {"NLM_F_EXCL", Const, 0},
13471 {"NLM_F_MATCH", Const, 0},
13472 {"NLM_F_MULTI", Const, 0},
13473 {"NLM_F_REPLACE", Const, 0},
13474 {"NLM_F_REQUEST", Const, 0},
13475 {"NLM_F_ROOT", Const, 0},
13476 {"NOFLSH", Const, 0},
13477 {"NOTE_ABSOLUTE", Const, 0},
13478 {"NOTE_ATTRIB", Const, 0},
13479 {"NOTE_BACKGROUND", Const, 16},
13480 {"NOTE_CHILD", Const, 0},
13481 {"NOTE_CRITICAL", Const, 16},
13482 {"NOTE_DELETE", Const, 0},
13483 {"NOTE_EOF", Const, 1},
13484 {"NOTE_EXEC", Const, 0},
13485 {"NOTE_EXIT", Const, 0},
13486 {"NOTE_EXITSTATUS", Const, 0},
13487 {"NOTE_EXIT_CSERROR", Const, 16},
13488 {"NOTE_EXIT_DECRYPTFAIL", Const, 16},
13489 {"NOTE_EXIT_DETAIL", Const, 16},
13490 {"NOTE_EXIT_DETAIL_MASK", Const, 16},
13491 {"NOTE_EXIT_MEMORY", Const, 16},
13492 {"NOTE_EXIT_REPARENTED", Const, 16},
13493 {"NOTE_EXTEND", Const, 0},
13494 {"NOTE_FFAND", Const, 0},
13495 {"NOTE_FFCOPY", Const, 0},
13496 {"NOTE_FFCTRLMASK", Const, 0},
13497 {"NOTE_FFLAGSMASK", Const, 0},
13498 {"NOTE_FFNOP", Const, 0},
13499 {"NOTE_FFOR", Const, 0},
13500 {"NOTE_FORK", Const, 0},
13501 {"NOTE_LEEWAY", Const, 16},
13502 {"NOTE_LINK", Const, 0},
13503 {"NOTE_LOWAT", Const, 0},
13504 {"NOTE_NONE", Const, 0},
13505 {"NOTE_NSECONDS", Const, 0},
13506 {"NOTE_PCTRLMASK", Const, 0},
13507 {"NOTE_PDATAMASK", Const, 0},
13508 {"NOTE_REAP", Const, 0},
13509 {"NOTE_RENAME", Const, 0},
13510 {"NOTE_RESOURCEEND", Const, 0},
13511 {"NOTE_REVOKE", Const, 0},
13512 {"NOTE_SECONDS", Const, 0},
13513 {"NOTE_SIGNAL", Const, 0},
13514 {"NOTE_TRACK", Const, 0},
13515 {"NOTE_TRACKERR", Const, 0},
13516 {"NOTE_TRIGGER", Const, 0},
13517 {"NOTE_TRUNCATE", Const, 1},
13518 {"NOTE_USECONDS", Const, 0},
13519 {"NOTE_VM_ERROR", Const, 0},
13520 {"NOTE_VM_PRESSURE", Const, 0},
13521 {"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0},
13522 {"NOTE_VM_PRESSURE_TERMINATE", Const, 0},
13523 {"NOTE_WRITE", Const, 0},
13524 {"NameCanonical", Const, 0},
13525 {"NameCanonicalEx", Const, 0},
13526 {"NameDisplay", Const, 0},
13527 {"NameDnsDomain", Const, 0},
13528 {"NameFullyQualifiedDN", Const, 0},
13529 {"NameSamCompatible", Const, 0},
13530 {"NameServicePrincipal", Const, 0},
13531 {"NameUniqueId", Const, 0},
13532 {"NameUnknown", Const, 0},
13533 {"NameUserPrincipal", Const, 0},
13534 {"Nanosleep", Func, 0},
13535 {"NetApiBufferFree", Func, 0},
13536 {"NetGetJoinInformation", Func, 2},
13537 {"NetSetupDomainName", Const, 2},
13538 {"NetSetupUnjoined", Const, 2},
13539 {"NetSetupUnknownStatus", Const, 2},
13540 {"NetSetupWorkgroupName", Const, 2},
13541 {"NetUserGetInfo", Func, 0},
13542 {"NetlinkMessage", Type, 0},
13543 {"NetlinkMessage.Data", Field, 0},
13544 {"NetlinkMessage.Header", Field, 0},
13545 {"NetlinkRIB", Func, 0},
13546 {"NetlinkRouteAttr", Type, 0},
13547 {"NetlinkRouteAttr.Attr", Field, 0},
13548 {"NetlinkRouteAttr.Value", Field, 0},
13549 {"NetlinkRouteRequest", Type, 0},
13550 {"NetlinkRouteRequest.Data", Field, 0},
13551 {"NetlinkRouteRequest.Header", Field, 0},
13552 {"NewCallback", Func, 0},
13553 {"NewCallbackCDecl", Func, 3},
13554 {"NewLazyDLL", Func, 0},
13555 {"NlAttr", Type, 0},
13556 {"NlAttr.Len", Field, 0},
13557 {"NlAttr.Type", Field, 0},
13558 {"NlMsgerr", Type, 0},
13559 {"NlMsgerr.Error", Field, 0},
13560 {"NlMsgerr.Msg", Field, 0},
13561 {"NlMsghdr", Type, 0},
13562 {"NlMsghdr.Flags", Field, 0},
13563 {"NlMsghdr.Len", Field, 0},
13564 {"NlMsghdr.Pid", Field, 0},
13565 {"NlMsghdr.Seq", Field, 0},
13566 {"NlMsghdr.Type", Field, 0},
13567 {"NsecToFiletime", Func, 0},
13568 {"NsecToTimespec", Func, 0},
13569 {"NsecToTimeval", Func, 0},
13570 {"Ntohs", Func, 0},
13571 {"OCRNL", Const, 0},
13572 {"OFDEL", Const, 0},
13573 {"OFILL", Const, 0},
13574 {"OFIOGETBMAP", Const, 1},
13575 {"OID_PKIX_KP_SERVER_AUTH", Var, 0},
13576 {"OID_SERVER_GATED_CRYPTO", Var, 0},
13577 {"OID_SGC_NETSCAPE", Var, 0},
13578 {"OLCUC", Const, 0},
13579 {"ONLCR", Const, 0},
13580 {"ONLRET", Const, 0},
13581 {"ONOCR", Const, 0},
13582 {"ONOEOT", Const, 1},
13583 {"OPEN_ALWAYS", Const, 0},
13584 {"OPEN_EXISTING", Const, 0},
13585 {"OPOST", Const, 0},
13586 {"O_ACCMODE", Const, 0},
13587 {"O_ALERT", Const, 0},
13588 {"O_ALT_IO", Const, 1},
13589 {"O_APPEND", Const, 0},
13590 {"O_ASYNC", Const, 0},
13591 {"O_CLOEXEC", Const, 0},
13592 {"O_CREAT", Const, 0},
13593 {"O_DIRECT", Const, 0},
13594 {"O_DIRECTORY", Const, 0},
13595 {"O_DP_GETRAWENCRYPTED", Const, 16},
13596 {"O_DSYNC", Const, 0},
13597 {"O_EVTONLY", Const, 0},
13598 {"O_EXCL", Const, 0},
13599 {"O_EXEC", Const, 0},
13600 {"O_EXLOCK", Const, 0},
13601 {"O_FSYNC", Const, 0},
13602 {"O_LARGEFILE", Const, 0},
13603 {"O_NDELAY", Const, 0},
13604 {"O_NOATIME", Const, 0},
13605 {"O_NOCTTY", Const, 0},
13606 {"O_NOFOLLOW", Const, 0},
13607 {"O_NONBLOCK", Const, 0},
13608 {"O_NOSIGPIPE", Const, 1},
13609 {"O_POPUP", Const, 0},
13610 {"O_RDONLY", Const, 0},
13611 {"O_RDWR", Const, 0},
13612 {"O_RSYNC", Const, 0},
13613 {"O_SHLOCK", Const, 0},
13614 {"O_SYMLINK", Const, 0},
13615 {"O_SYNC", Const, 0},
13616 {"O_TRUNC", Const, 0},
13617 {"O_TTY_INIT", Const, 0},
13618 {"O_WRONLY", Const, 0},
13619 {"Open", Func, 0},
13620 {"OpenCurrentProcessToken", Func, 0},
13621 {"OpenProcess", Func, 0},
13622 {"OpenProcessToken", Func, 0},
13623 {"Openat", Func, 0},
13624 {"Overlapped", Type, 0},
13625 {"Overlapped.HEvent", Field, 0},
13626 {"Overlapped.Internal", Field, 0},
13627 {"Overlapped.InternalHigh", Field, 0},
13628 {"Overlapped.Offset", Field, 0},
13629 {"Overlapped.OffsetHigh", Field, 0},
13630 {"PACKET_ADD_MEMBERSHIP", Const, 0},
13631 {"PACKET_BROADCAST", Const, 0},
13632 {"PACKET_DROP_MEMBERSHIP", Const, 0},
13633 {"PACKET_FASTROUTE", Const, 0},
13634 {"PACKET_HOST", Const, 0},
13635 {"PACKET_LOOPBACK", Const, 0},
13636 {"PACKET_MR_ALLMULTI", Const, 0},
13637 {"PACKET_MR_MULTICAST", Const, 0},
13638 {"PACKET_MR_PROMISC", Const, 0},
13639 {"PACKET_MULTICAST", Const, 0},
13640 {"PACKET_OTHERHOST", Const, 0},
13641 {"PACKET_OUTGOING", Const, 0},
13642 {"PACKET_RECV_OUTPUT", Const, 0},
13643 {"PACKET_RX_RING", Const, 0},
13644 {"PACKET_STATISTICS", Const, 0},
13645 {"PAGE_EXECUTE_READ", Const, 0},
13646 {"PAGE_EXECUTE_READWRITE", Const, 0},
13647 {"PAGE_EXECUTE_WRITECOPY", Const, 0},
13648 {"PAGE_READONLY", Const, 0},
13649 {"PAGE_READWRITE", Const, 0},
13650 {"PAGE_WRITECOPY", Const, 0},
13651 {"PARENB", Const, 0},
13652 {"PARMRK", Const, 0},
13653 {"PARODD", Const, 0},
13654 {"PENDIN", Const, 0},
13655 {"PFL_HIDDEN", Const, 2},
13656 {"PFL_MATCHES_PROTOCOL_ZERO", Const, 2},
13657 {"PFL_MULTIPLE_PROTO_ENTRIES", Const, 2},
13658 {"PFL_NETWORKDIRECT_PROVIDER", Const, 2},
13659 {"PFL_RECOMMENDED_PROTO_ENTRY", Const, 2},
13660 {"PF_FLUSH", Const, 1},
13661 {"PKCS_7_ASN_ENCODING", Const, 0},
13662 {"PMC5_PIPELINE_FLUSH", Const, 1},
13663 {"PRIO_PGRP", Const, 2},
13664 {"PRIO_PROCESS", Const, 2},
13665 {"PRIO_USER", Const, 2},
13666 {"PRI_IOFLUSH", Const, 1},
13667 {"PROCESS_QUERY_INFORMATION", Const, 0},
13668 {"PROCESS_TERMINATE", Const, 2},
13669 {"PROT_EXEC", Const, 0},
13670 {"PROT_GROWSDOWN", Const, 0},
13671 {"PROT_GROWSUP", Const, 0},
13672 {"PROT_NONE", Const, 0},
13673 {"PROT_READ", Const, 0},
13674 {"PROT_WRITE", Const, 0},
13675 {"PROV_DH_SCHANNEL", Const, 0},
13676 {"PROV_DSS", Const, 0},
13677 {"PROV_DSS_DH", Const, 0},
13678 {"PROV_EC_ECDSA_FULL", Const, 0},
13679 {"PROV_EC_ECDSA_SIG", Const, 0},
13680 {"PROV_EC_ECNRA_FULL", Const, 0},
13681 {"PROV_EC_ECNRA_SIG", Const, 0},
13682 {"PROV_FORTEZZA", Const, 0},
13683 {"PROV_INTEL_SEC", Const, 0},
13684 {"PROV_MS_EXCHANGE", Const, 0},
13685 {"PROV_REPLACE_OWF", Const, 0},
13686 {"PROV_RNG", Const, 0},
13687 {"PROV_RSA_AES", Const, 0},
13688 {"PROV_RSA_FULL", Const, 0},
13689 {"PROV_RSA_SCHANNEL", Const, 0},
13690 {"PROV_RSA_SIG", Const, 0},
13691 {"PROV_SPYRUS_LYNKS", Const, 0},
13692 {"PROV_SSL", Const, 0},
13693 {"PR_CAPBSET_DROP", Const, 0},
13694 {"PR_CAPBSET_READ", Const, 0},
13695 {"PR_CLEAR_SECCOMP_FILTER", Const, 0},
13696 {"PR_ENDIAN_BIG", Const, 0},
13697 {"PR_ENDIAN_LITTLE", Const, 0},
13698 {"PR_ENDIAN_PPC_LITTLE", Const, 0},
13699 {"PR_FPEMU_NOPRINT", Const, 0},
13700 {"PR_FPEMU_SIGFPE", Const, 0},
13701 {"PR_FP_EXC_ASYNC", Const, 0},
13702 {"PR_FP_EXC_DISABLED", Const, 0},
13703 {"PR_FP_EXC_DIV", Const, 0},
13704 {"PR_FP_EXC_INV", Const, 0},
13705 {"PR_FP_EXC_NONRECOV", Const, 0},
13706 {"PR_FP_EXC_OVF", Const, 0},
13707 {"PR_FP_EXC_PRECISE", Const, 0},
13708 {"PR_FP_EXC_RES", Const, 0},
13709 {"PR_FP_EXC_SW_ENABLE", Const, 0},
13710 {"PR_FP_EXC_UND", Const, 0},
13711 {"PR_GET_DUMPABLE", Const, 0},
13712 {"PR_GET_ENDIAN", Const, 0},
13713 {"PR_GET_FPEMU", Const, 0},
13714 {"PR_GET_FPEXC", Const, 0},
13715 {"PR_GET_KEEPCAPS", Const, 0},
13716 {"PR_GET_NAME", Const, 0},
13717 {"PR_GET_PDEATHSIG", Const, 0},
13718 {"PR_GET_SECCOMP", Const, 0},
13719 {"PR_GET_SECCOMP_FILTER", Const, 0},
13720 {"PR_GET_SECUREBITS", Const, 0},
13721 {"PR_GET_TIMERSLACK", Const, 0},
13722 {"PR_GET_TIMING", Const, 0},
13723 {"PR_GET_TSC", Const, 0},
13724 {"PR_GET_UNALIGN", Const, 0},
13725 {"PR_MCE_KILL", Const, 0},
13726 {"PR_MCE_KILL_CLEAR", Const, 0},
13727 {"PR_MCE_KILL_DEFAULT", Const, 0},
13728 {"PR_MCE_KILL_EARLY", Const, 0},
13729 {"PR_MCE_KILL_GET", Const, 0},
13730 {"PR_MCE_KILL_LATE", Const, 0},
13731 {"PR_MCE_KILL_SET", Const, 0},
13732 {"PR_SECCOMP_FILTER_EVENT", Const, 0},
13733 {"PR_SECCOMP_FILTER_SYSCALL", Const, 0},
13734 {"PR_SET_DUMPABLE", Const, 0},
13735 {"PR_SET_ENDIAN", Const, 0},
13736 {"PR_SET_FPEMU", Const, 0},
13737 {"PR_SET_FPEXC", Const, 0},
13738 {"PR_SET_KEEPCAPS", Const, 0},
13739 {"PR_SET_NAME", Const, 0},
13740 {"PR_SET_PDEATHSIG", Const, 0},
13741 {"PR_SET_PTRACER", Const, 0},
13742 {"PR_SET_SECCOMP", Const, 0},
13743 {"PR_SET_SECCOMP_FILTER", Const, 0},
13744 {"PR_SET_SECUREBITS", Const, 0},
13745 {"PR_SET_TIMERSLACK", Const, 0},
13746 {"PR_SET_TIMING", Const, 0},
13747 {"PR_SET_TSC", Const, 0},
13748 {"PR_SET_UNALIGN", Const, 0},
13749 {"PR_TASK_PERF_EVENTS_DISABLE", Const, 0},
13750 {"PR_TASK_PERF_EVENTS_ENABLE", Const, 0},
13751 {"PR_TIMING_STATISTICAL", Const, 0},
13752 {"PR_TIMING_TIMESTAMP", Const, 0},
13753 {"PR_TSC_ENABLE", Const, 0},
13754 {"PR_TSC_SIGSEGV", Const, 0},
13755 {"PR_UNALIGN_NOPRINT", Const, 0},
13756 {"PR_UNALIGN_SIGBUS", Const, 0},
13757 {"PTRACE_ARCH_PRCTL", Const, 0},
13758 {"PTRACE_ATTACH", Const, 0},
13759 {"PTRACE_CONT", Const, 0},
13760 {"PTRACE_DETACH", Const, 0},
13761 {"PTRACE_EVENT_CLONE", Const, 0},
13762 {"PTRACE_EVENT_EXEC", Const, 0},
13763 {"PTRACE_EVENT_EXIT", Const, 0},
13764 {"PTRACE_EVENT_FORK", Const, 0},
13765 {"PTRACE_EVENT_VFORK", Const, 0},
13766 {"PTRACE_EVENT_VFORK_DONE", Const, 0},
13767 {"PTRACE_GETCRUNCHREGS", Const, 0},
13768 {"PTRACE_GETEVENTMSG", Const, 0},
13769 {"PTRACE_GETFPREGS", Const, 0},
13770 {"PTRACE_GETFPXREGS", Const, 0},
13771 {"PTRACE_GETHBPREGS", Const, 0},
13772 {"PTRACE_GETREGS", Const, 0},
13773 {"PTRACE_GETREGSET", Const, 0},
13774 {"PTRACE_GETSIGINFO", Const, 0},
13775 {"PTRACE_GETVFPREGS", Const, 0},
13776 {"PTRACE_GETWMMXREGS", Const, 0},
13777 {"PTRACE_GET_THREAD_AREA", Const, 0},
13778 {"PTRACE_KILL", Const, 0},
13779 {"PTRACE_OLDSETOPTIONS", Const, 0},
13780 {"PTRACE_O_MASK", Const, 0},
13781 {"PTRACE_O_TRACECLONE", Const, 0},
13782 {"PTRACE_O_TRACEEXEC", Const, 0},
13783 {"PTRACE_O_TRACEEXIT", Const, 0},
13784 {"PTRACE_O_TRACEFORK", Const, 0},
13785 {"PTRACE_O_TRACESYSGOOD", Const, 0},
13786 {"PTRACE_O_TRACEVFORK", Const, 0},
13787 {"PTRACE_O_TRACEVFORKDONE", Const, 0},
13788 {"PTRACE_PEEKDATA", Const, 0},
13789 {"PTRACE_PEEKTEXT", Const, 0},
13790 {"PTRACE_PEEKUSR", Const, 0},
13791 {"PTRACE_POKEDATA", Const, 0},
13792 {"PTRACE_POKETEXT", Const, 0},
13793 {"PTRACE_POKEUSR", Const, 0},
13794 {"PTRACE_SETCRUNCHREGS", Const, 0},
13795 {"PTRACE_SETFPREGS", Const, 0},
13796 {"PTRACE_SETFPXREGS", Const, 0},
13797 {"PTRACE_SETHBPREGS", Const, 0},
13798 {"PTRACE_SETOPTIONS", Const, 0},
13799 {"PTRACE_SETREGS", Const, 0},
13800 {"PTRACE_SETREGSET", Const, 0},
13801 {"PTRACE_SETSIGINFO", Const, 0},
13802 {"PTRACE_SETVFPREGS", Const, 0},
13803 {"PTRACE_SETWMMXREGS", Const, 0},
13804 {"PTRACE_SET_SYSCALL", Const, 0},
13805 {"PTRACE_SET_THREAD_AREA", Const, 0},
13806 {"PTRACE_SINGLEBLOCK", Const, 0},
13807 {"PTRACE_SINGLESTEP", Const, 0},
13808 {"PTRACE_SYSCALL", Const, 0},
13809 {"PTRACE_SYSEMU", Const, 0},
13810 {"PTRACE_SYSEMU_SINGLESTEP", Const, 0},
13811 {"PTRACE_TRACEME", Const, 0},
13812 {"PT_ATTACH", Const, 0},
13813 {"PT_ATTACHEXC", Const, 0},
13814 {"PT_CONTINUE", Const, 0},
13815 {"PT_DATA_ADDR", Const, 0},
13816 {"PT_DENY_ATTACH", Const, 0},
13817 {"PT_DETACH", Const, 0},
13818 {"PT_FIRSTMACH", Const, 0},
13819 {"PT_FORCEQUOTA", Const, 0},
13820 {"PT_KILL", Const, 0},
13821 {"PT_MASK", Const, 1},
13822 {"PT_READ_D", Const, 0},
13823 {"PT_READ_I", Const, 0},
13824 {"PT_READ_U", Const, 0},
13825 {"PT_SIGEXC", Const, 0},
13826 {"PT_STEP", Const, 0},
13827 {"PT_TEXT_ADDR", Const, 0},
13828 {"PT_TEXT_END_ADDR", Const, 0},
13829 {"PT_THUPDATE", Const, 0},
13830 {"PT_TRACE_ME", Const, 0},
13831 {"PT_WRITE_D", Const, 0},
13832 {"PT_WRITE_I", Const, 0},
13833 {"PT_WRITE_U", Const, 0},
13834 {"ParseDirent", Func, 0},
13835 {"ParseNetlinkMessage", Func, 0},
13836 {"ParseNetlinkRouteAttr", Func, 0},
13837 {"ParseRoutingMessage", Func, 0},
13838 {"ParseRoutingSockaddr", Func, 0},
13839 {"ParseSocketControlMessage", Func, 0},
13840 {"ParseUnixCredentials", Func, 0},
13841 {"ParseUnixRights", Func, 0},
13842 {"PathMax", Const, 0},
13843 {"Pathconf", Func, 0},
13844 {"Pause", Func, 0},
13845 {"Pipe", Func, 0},
13846 {"Pipe2", Func, 1},
13847 {"PivotRoot", Func, 0},
13848 {"Pointer", Type, 11},
13849 {"PostQueuedCompletionStatus", Func, 0},
13850 {"Pread", Func, 0},
13851 {"Proc", Type, 0},
13852 {"Proc.Dll", Field, 0},
13853 {"Proc.Name", Field, 0},
13854 {"ProcAttr", Type, 0},
13855 {"ProcAttr.Dir", Field, 0},
13856 {"ProcAttr.Env", Field, 0},
13857 {"ProcAttr.Files", Field, 0},
13858 {"ProcAttr.Sys", Field, 0},
13859 {"Process32First", Func, 4},
13860 {"Process32Next", Func, 4},
13861 {"ProcessEntry32", Type, 4},
13862 {"ProcessEntry32.DefaultHeapID", Field, 4},
13863 {"ProcessEntry32.ExeFile", Field, 4},
13864 {"ProcessEntry32.Flags", Field, 4},
13865 {"ProcessEntry32.ModuleID", Field, 4},
13866 {"ProcessEntry32.ParentProcessID", Field, 4},
13867 {"ProcessEntry32.PriClassBase", Field, 4},
13868 {"ProcessEntry32.ProcessID", Field, 4},
13869 {"ProcessEntry32.Size", Field, 4},
13870 {"ProcessEntry32.Threads", Field, 4},
13871 {"ProcessEntry32.Usage", Field, 4},
13872 {"ProcessInformation", Type, 0},
13873 {"ProcessInformation.Process", Field, 0},
13874 {"ProcessInformation.ProcessId", Field, 0},
13875 {"ProcessInformation.Thread", Field, 0},
13876 {"ProcessInformation.ThreadId", Field, 0},
13877 {"Protoent", Type, 0},
13878 {"Protoent.Aliases", Field, 0},
13879 {"Protoent.Name", Field, 0},
13880 {"Protoent.Proto", Field, 0},
13881 {"PtraceAttach", Func, 0},
13882 {"PtraceCont", Func, 0},
13883 {"PtraceDetach", Func, 0},
13884 {"PtraceGetEventMsg", Func, 0},
13885 {"PtraceGetRegs", Func, 0},
13886 {"PtracePeekData", Func, 0},
13887 {"PtracePeekText", Func, 0},
13888 {"PtracePokeData", Func, 0},
13889 {"PtracePokeText", Func, 0},
13890 {"PtraceRegs", Type, 0},
13891 {"PtraceRegs.Cs", Field, 0},
13892 {"PtraceRegs.Ds", Field, 0},
13893 {"PtraceRegs.Eax", Field, 0},
13894 {"PtraceRegs.Ebp", Field, 0},
13895 {"PtraceRegs.Ebx", Field, 0},
13896 {"PtraceRegs.Ecx", Field, 0},
13897 {"PtraceRegs.Edi", Field, 0},
13898 {"PtraceRegs.Edx", Field, 0},
13899 {"PtraceRegs.Eflags", Field, 0},
13900 {"PtraceRegs.Eip", Field, 0},
13901 {"PtraceRegs.Es", Field, 0},
13902 {"PtraceRegs.Esi", Field, 0},
13903 {"PtraceRegs.Esp", Field, 0},
13904 {"PtraceRegs.Fs", Field, 0},
13905 {"PtraceRegs.Fs_base", Field, 0},
13906 {"PtraceRegs.Gs", Field, 0},
13907 {"PtraceRegs.Gs_base", Field, 0},
13908 {"PtraceRegs.Orig_eax", Field, 0},
13909 {"PtraceRegs.Orig_rax", Field, 0},
13910 {"PtraceRegs.R10", Field, 0},
13911 {"PtraceRegs.R11", Field, 0},
13912 {"PtraceRegs.R12", Field, 0},
13913 {"PtraceRegs.R13", Field, 0},
13914 {"PtraceRegs.R14", Field, 0},
13915 {"PtraceRegs.R15", Field, 0},
13916 {"PtraceRegs.R8", Field, 0},
13917 {"PtraceRegs.R9", Field, 0},
13918 {"PtraceRegs.Rax", Field, 0},
13919 {"PtraceRegs.Rbp", Field, 0},
13920 {"PtraceRegs.Rbx", Field, 0},
13921 {"PtraceRegs.Rcx", Field, 0},
13922 {"PtraceRegs.Rdi", Field, 0},
13923 {"PtraceRegs.Rdx", Field, 0},
13924 {"PtraceRegs.Rip", Field, 0},
13925 {"PtraceRegs.Rsi", Field, 0},
13926 {"PtraceRegs.Rsp", Field, 0},
13927 {"PtraceRegs.Ss", Field, 0},
13928 {"PtraceRegs.Uregs", Field, 0},
13929 {"PtraceRegs.Xcs", Field, 0},
13930 {"PtraceRegs.Xds", Field, 0},
13931 {"PtraceRegs.Xes", Field, 0},
13932 {"PtraceRegs.Xfs", Field, 0},
13933 {"PtraceRegs.Xgs", Field, 0},
13934 {"PtraceRegs.Xss", Field, 0},
13935 {"PtraceSetOptions", Func, 0},
13936 {"PtraceSetRegs", Func, 0},
13937 {"PtraceSingleStep", Func, 0},
13938 {"PtraceSyscall", Func, 1},
13939 {"Pwrite", Func, 0},
13940 {"REG_BINARY", Const, 0},
13941 {"REG_DWORD", Const, 0},
13942 {"REG_DWORD_BIG_ENDIAN", Const, 0},
13943 {"REG_DWORD_LITTLE_ENDIAN", Const, 0},
13944 {"REG_EXPAND_SZ", Const, 0},
13945 {"REG_FULL_RESOURCE_DESCRIPTOR", Const, 0},
13946 {"REG_LINK", Const, 0},
13947 {"REG_MULTI_SZ", Const, 0},
13948 {"REG_NONE", Const, 0},
13949 {"REG_QWORD", Const, 0},
13950 {"REG_QWORD_LITTLE_ENDIAN", Const, 0},
13951 {"REG_RESOURCE_LIST", Const, 0},
13952 {"REG_RESOURCE_REQUIREMENTS_LIST", Const, 0},
13953 {"REG_SZ", Const, 0},
13954 {"RLIMIT_AS", Const, 0},
13955 {"RLIMIT_CORE", Const, 0},
13956 {"RLIMIT_CPU", Const, 0},
13957 {"RLIMIT_CPU_USAGE_MONITOR", Const, 16},
13958 {"RLIMIT_DATA", Const, 0},
13959 {"RLIMIT_FSIZE", Const, 0},
13960 {"RLIMIT_NOFILE", Const, 0},
13961 {"RLIMIT_STACK", Const, 0},
13962 {"RLIM_INFINITY", Const, 0},
13963 {"RTAX_ADVMSS", Const, 0},
13964 {"RTAX_AUTHOR", Const, 0},
13965 {"RTAX_BRD", Const, 0},
13966 {"RTAX_CWND", Const, 0},
13967 {"RTAX_DST", Const, 0},
13968 {"RTAX_FEATURES", Const, 0},
13969 {"RTAX_FEATURE_ALLFRAG", Const, 0},
13970 {"RTAX_FEATURE_ECN", Const, 0},
13971 {"RTAX_FEATURE_SACK", Const, 0},
13972 {"RTAX_FEATURE_TIMESTAMP", Const, 0},
13973 {"RTAX_GATEWAY", Const, 0},
13974 {"RTAX_GENMASK", Const, 0},
13975 {"RTAX_HOPLIMIT", Const, 0},
13976 {"RTAX_IFA", Const, 0},
13977 {"RTAX_IFP", Const, 0},
13978 {"RTAX_INITCWND", Const, 0},
13979 {"RTAX_INITRWND", Const, 0},
13980 {"RTAX_LABEL", Const, 1},
13981 {"RTAX_LOCK", Const, 0},
13982 {"RTAX_MAX", Const, 0},
13983 {"RTAX_MTU", Const, 0},
13984 {"RTAX_NETMASK", Const, 0},
13985 {"RTAX_REORDERING", Const, 0},
13986 {"RTAX_RTO_MIN", Const, 0},
13987 {"RTAX_RTT", Const, 0},
13988 {"RTAX_RTTVAR", Const, 0},
13989 {"RTAX_SRC", Const, 1},
13990 {"RTAX_SRCMASK", Const, 1},
13991 {"RTAX_SSTHRESH", Const, 0},
13992 {"RTAX_TAG", Const, 1},
13993 {"RTAX_UNSPEC", Const, 0},
13994 {"RTAX_WINDOW", Const, 0},
13995 {"RTA_ALIGNTO", Const, 0},
13996 {"RTA_AUTHOR", Const, 0},
13997 {"RTA_BRD", Const, 0},
13998 {"RTA_CACHEINFO", Const, 0},
13999 {"RTA_DST", Const, 0},
14000 {"RTA_FLOW", Const, 0},
14001 {"RTA_GATEWAY", Const, 0},
14002 {"RTA_GENMASK", Const, 0},
14003 {"RTA_IFA", Const, 0},
14004 {"RTA_IFP", Const, 0},
14005 {"RTA_IIF", Const, 0},
14006 {"RTA_LABEL", Const, 1},
14007 {"RTA_MAX", Const, 0},
14008 {"RTA_METRICS", Const, 0},
14009 {"RTA_MULTIPATH", Const, 0},
14010 {"RTA_NETMASK", Const, 0},
14011 {"RTA_OIF", Const, 0},
14012 {"RTA_PREFSRC", Const, 0},
14013 {"RTA_PRIORITY", Const, 0},
14014 {"RTA_SRC", Const, 0},
14015 {"RTA_SRCMASK", Const, 1},
14016 {"RTA_TABLE", Const, 0},
14017 {"RTA_TAG", Const, 1},
14018 {"RTA_UNSPEC", Const, 0},
14019 {"RTCF_DIRECTSRC", Const, 0},
14020 {"RTCF_DOREDIRECT", Const, 0},
14021 {"RTCF_LOG", Const, 0},
14022 {"RTCF_MASQ", Const, 0},
14023 {"RTCF_NAT", Const, 0},
14024 {"RTCF_VALVE", Const, 0},
14025 {"RTF_ADDRCLASSMASK", Const, 0},
14026 {"RTF_ADDRCONF", Const, 0},
14027 {"RTF_ALLONLINK", Const, 0},
14028 {"RTF_ANNOUNCE", Const, 1},
14029 {"RTF_BLACKHOLE", Const, 0},
14030 {"RTF_BROADCAST", Const, 0},
14031 {"RTF_CACHE", Const, 0},
14032 {"RTF_CLONED", Const, 1},
14033 {"RTF_CLONING", Const, 0},
14034 {"RTF_CONDEMNED", Const, 0},
14035 {"RTF_DEFAULT", Const, 0},
14036 {"RTF_DELCLONE", Const, 0},
14037 {"RTF_DONE", Const, 0},
14038 {"RTF_DYNAMIC", Const, 0},
14039 {"RTF_FLOW", Const, 0},
14040 {"RTF_FMASK", Const, 0},
14041 {"RTF_GATEWAY", Const, 0},
14042 {"RTF_GWFLAG_COMPAT", Const, 3},
14043 {"RTF_HOST", Const, 0},
14044 {"RTF_IFREF", Const, 0},
14045 {"RTF_IFSCOPE", Const, 0},
14046 {"RTF_INTERFACE", Const, 0},
14047 {"RTF_IRTT", Const, 0},
14048 {"RTF_LINKRT", Const, 0},
14049 {"RTF_LLDATA", Const, 0},
14050 {"RTF_LLINFO", Const, 0},
14051 {"RTF_LOCAL", Const, 0},
14052 {"RTF_MASK", Const, 1},
14053 {"RTF_MODIFIED", Const, 0},
14054 {"RTF_MPATH", Const, 1},
14055 {"RTF_MPLS", Const, 1},
14056 {"RTF_MSS", Const, 0},
14057 {"RTF_MTU", Const, 0},
14058 {"RTF_MULTICAST", Const, 0},
14059 {"RTF_NAT", Const, 0},
14060 {"RTF_NOFORWARD", Const, 0},
14061 {"RTF_NONEXTHOP", Const, 0},
14062 {"RTF_NOPMTUDISC", Const, 0},
14063 {"RTF_PERMANENT_ARP", Const, 1},
14064 {"RTF_PINNED", Const, 0},
14065 {"RTF_POLICY", Const, 0},
14066 {"RTF_PRCLONING", Const, 0},
14067 {"RTF_PROTO1", Const, 0},
14068 {"RTF_PROTO2", Const, 0},
14069 {"RTF_PROTO3", Const, 0},
14070 {"RTF_PROXY", Const, 16},
14071 {"RTF_REINSTATE", Const, 0},
14072 {"RTF_REJECT", Const, 0},
14073 {"RTF_RNH_LOCKED", Const, 0},
14074 {"RTF_ROUTER", Const, 16},
14075 {"RTF_SOURCE", Const, 1},
14076 {"RTF_SRC", Const, 1},
14077 {"RTF_STATIC", Const, 0},
14078 {"RTF_STICKY", Const, 0},
14079 {"RTF_THROW", Const, 0},
14080 {"RTF_TUNNEL", Const, 1},
14081 {"RTF_UP", Const, 0},
14082 {"RTF_USETRAILERS", Const, 1},
14083 {"RTF_WASCLONED", Const, 0},
14084 {"RTF_WINDOW", Const, 0},
14085 {"RTF_XRESOLVE", Const, 0},
14086 {"RTM_ADD", Const, 0},
14087 {"RTM_BASE", Const, 0},
14088 {"RTM_CHANGE", Const, 0},
14089 {"RTM_CHGADDR", Const, 1},
14090 {"RTM_DELACTION", Const, 0},
14091 {"RTM_DELADDR", Const, 0},
14092 {"RTM_DELADDRLABEL", Const, 0},
14093 {"RTM_DELETE", Const, 0},
14094 {"RTM_DELLINK", Const, 0},
14095 {"RTM_DELMADDR", Const, 0},
14096 {"RTM_DELNEIGH", Const, 0},
14097 {"RTM_DELQDISC", Const, 0},
14098 {"RTM_DELROUTE", Const, 0},
14099 {"RTM_DELRULE", Const, 0},
14100 {"RTM_DELTCLASS", Const, 0},
14101 {"RTM_DELTFILTER", Const, 0},
14102 {"RTM_DESYNC", Const, 1},
14103 {"RTM_F_CLONED", Const, 0},
14104 {"RTM_F_EQUALIZE", Const, 0},
14105 {"RTM_F_NOTIFY", Const, 0},
14106 {"RTM_F_PREFIX", Const, 0},
14107 {"RTM_GET", Const, 0},
14108 {"RTM_GET2", Const, 0},
14109 {"RTM_GETACTION", Const, 0},
14110 {"RTM_GETADDR", Const, 0},
14111 {"RTM_GETADDRLABEL", Const, 0},
14112 {"RTM_GETANYCAST", Const, 0},
14113 {"RTM_GETDCB", Const, 0},
14114 {"RTM_GETLINK", Const, 0},
14115 {"RTM_GETMULTICAST", Const, 0},
14116 {"RTM_GETNEIGH", Const, 0},
14117 {"RTM_GETNEIGHTBL", Const, 0},
14118 {"RTM_GETQDISC", Const, 0},
14119 {"RTM_GETROUTE", Const, 0},
14120 {"RTM_GETRULE", Const, 0},
14121 {"RTM_GETTCLASS", Const, 0},
14122 {"RTM_GETTFILTER", Const, 0},
14123 {"RTM_IEEE80211", Const, 0},
14124 {"RTM_IFANNOUNCE", Const, 0},
14125 {"RTM_IFINFO", Const, 0},
14126 {"RTM_IFINFO2", Const, 0},
14127 {"RTM_LLINFO_UPD", Const, 1},
14128 {"RTM_LOCK", Const, 0},
14129 {"RTM_LOSING", Const, 0},
14130 {"RTM_MAX", Const, 0},
14131 {"RTM_MAXSIZE", Const, 1},
14132 {"RTM_MISS", Const, 0},
14133 {"RTM_NEWACTION", Const, 0},
14134 {"RTM_NEWADDR", Const, 0},
14135 {"RTM_NEWADDRLABEL", Const, 0},
14136 {"RTM_NEWLINK", Const, 0},
14137 {"RTM_NEWMADDR", Const, 0},
14138 {"RTM_NEWMADDR2", Const, 0},
14139 {"RTM_NEWNDUSEROPT", Const, 0},
14140 {"RTM_NEWNEIGH", Const, 0},
14141 {"RTM_NEWNEIGHTBL", Const, 0},
14142 {"RTM_NEWPREFIX", Const, 0},
14143 {"RTM_NEWQDISC", Const, 0},
14144 {"RTM_NEWROUTE", Const, 0},
14145 {"RTM_NEWRULE", Const, 0},
14146 {"RTM_NEWTCLASS", Const, 0},
14147 {"RTM_NEWTFILTER", Const, 0},
14148 {"RTM_NR_FAMILIES", Const, 0},
14149 {"RTM_NR_MSGTYPES", Const, 0},
14150 {"RTM_OIFINFO", Const, 1},
14151 {"RTM_OLDADD", Const, 0},
14152 {"RTM_OLDDEL", Const, 0},
14153 {"RTM_OOIFINFO", Const, 1},
14154 {"RTM_REDIRECT", Const, 0},
14155 {"RTM_RESOLVE", Const, 0},
14156 {"RTM_RTTUNIT", Const, 0},
14157 {"RTM_SETDCB", Const, 0},
14158 {"RTM_SETGATE", Const, 1},
14159 {"RTM_SETLINK", Const, 0},
14160 {"RTM_SETNEIGHTBL", Const, 0},
14161 {"RTM_VERSION", Const, 0},
14162 {"RTNH_ALIGNTO", Const, 0},
14163 {"RTNH_F_DEAD", Const, 0},
14164 {"RTNH_F_ONLINK", Const, 0},
14165 {"RTNH_F_PERVASIVE", Const, 0},
14166 {"RTNLGRP_IPV4_IFADDR", Const, 1},
14167 {"RTNLGRP_IPV4_MROUTE", Const, 1},
14168 {"RTNLGRP_IPV4_ROUTE", Const, 1},
14169 {"RTNLGRP_IPV4_RULE", Const, 1},
14170 {"RTNLGRP_IPV6_IFADDR", Const, 1},
14171 {"RTNLGRP_IPV6_IFINFO", Const, 1},
14172 {"RTNLGRP_IPV6_MROUTE", Const, 1},
14173 {"RTNLGRP_IPV6_PREFIX", Const, 1},
14174 {"RTNLGRP_IPV6_ROUTE", Const, 1},
14175 {"RTNLGRP_IPV6_RULE", Const, 1},
14176 {"RTNLGRP_LINK", Const, 1},
14177 {"RTNLGRP_ND_USEROPT", Const, 1},
14178 {"RTNLGRP_NEIGH", Const, 1},
14179 {"RTNLGRP_NONE", Const, 1},
14180 {"RTNLGRP_NOTIFY", Const, 1},
14181 {"RTNLGRP_TC", Const, 1},
14182 {"RTN_ANYCAST", Const, 0},
14183 {"RTN_BLACKHOLE", Const, 0},
14184 {"RTN_BROADCAST", Const, 0},
14185 {"RTN_LOCAL", Const, 0},
14186 {"RTN_MAX", Const, 0},
14187 {"RTN_MULTICAST", Const, 0},
14188 {"RTN_NAT", Const, 0},
14189 {"RTN_PROHIBIT", Const, 0},
14190 {"RTN_THROW", Const, 0},
14191 {"RTN_UNICAST", Const, 0},
14192 {"RTN_UNREACHABLE", Const, 0},
14193 {"RTN_UNSPEC", Const, 0},
14194 {"RTN_XRESOLVE", Const, 0},
14195 {"RTPROT_BIRD", Const, 0},
14196 {"RTPROT_BOOT", Const, 0},
14197 {"RTPROT_DHCP", Const, 0},
14198 {"RTPROT_DNROUTED", Const, 0},
14199 {"RTPROT_GATED", Const, 0},
14200 {"RTPROT_KERNEL", Const, 0},
14201 {"RTPROT_MRT", Const, 0},
14202 {"RTPROT_NTK", Const, 0},
14203 {"RTPROT_RA", Const, 0},
14204 {"RTPROT_REDIRECT", Const, 0},
14205 {"RTPROT_STATIC", Const, 0},
14206 {"RTPROT_UNSPEC", Const, 0},
14207 {"RTPROT_XORP", Const, 0},
14208 {"RTPROT_ZEBRA", Const, 0},
14209 {"RTV_EXPIRE", Const, 0},
14210 {"RTV_HOPCOUNT", Const, 0},
14211 {"RTV_MTU", Const, 0},
14212 {"RTV_RPIPE", Const, 0},
14213 {"RTV_RTT", Const, 0},
14214 {"RTV_RTTVAR", Const, 0},
14215 {"RTV_SPIPE", Const, 0},
14216 {"RTV_SSTHRESH", Const, 0},
14217 {"RTV_WEIGHT", Const, 0},
14218 {"RT_CACHING_CONTEXT", Const, 1},
14219 {"RT_CLASS_DEFAULT", Const, 0},
14220 {"RT_CLASS_LOCAL", Const, 0},
14221 {"RT_CLASS_MAIN", Const, 0},
14222 {"RT_CLASS_MAX", Const, 0},
14223 {"RT_CLASS_UNSPEC", Const, 0},
14224 {"RT_DEFAULT_FIB", Const, 1},
14225 {"RT_NORTREF", Const, 1},
14226 {"RT_SCOPE_HOST", Const, 0},
14227 {"RT_SCOPE_LINK", Const, 0},
14228 {"RT_SCOPE_NOWHERE", Const, 0},
14229 {"RT_SCOPE_SITE", Const, 0},
14230 {"RT_SCOPE_UNIVERSE", Const, 0},
14231 {"RT_TABLEID_MAX", Const, 1},
14232 {"RT_TABLE_COMPAT", Const, 0},
14233 {"RT_TABLE_DEFAULT", Const, 0},
14234 {"RT_TABLE_LOCAL", Const, 0},
14235 {"RT_TABLE_MAIN", Const, 0},
14236 {"RT_TABLE_MAX", Const, 0},
14237 {"RT_TABLE_UNSPEC", Const, 0},
14238 {"RUSAGE_CHILDREN", Const, 0},
14239 {"RUSAGE_SELF", Const, 0},
14240 {"RUSAGE_THREAD", Const, 0},
14241 {"Radvisory_t", Type, 0},
14242 {"Radvisory_t.Count", Field, 0},
14243 {"Radvisory_t.Offset", Field, 0},
14244 {"Radvisory_t.Pad_cgo_0", Field, 0},
14245 {"RawConn", Type, 9},
14246 {"RawSockaddr", Type, 0},
14247 {"RawSockaddr.Data", Field, 0},
14248 {"RawSockaddr.Family", Field, 0},
14249 {"RawSockaddr.Len", Field, 0},
14250 {"RawSockaddrAny", Type, 0},
14251 {"RawSockaddrAny.Addr", Field, 0},
14252 {"RawSockaddrAny.Pad", Field, 0},
14253 {"RawSockaddrDatalink", Type, 0},
14254 {"RawSockaddrDatalink.Alen", Field, 0},
14255 {"RawSockaddrDatalink.Data", Field, 0},
14256 {"RawSockaddrDatalink.Family", Field, 0},
14257 {"RawSockaddrDatalink.Index", Field, 0},
14258 {"RawSockaddrDatalink.Len", Field, 0},
14259 {"RawSockaddrDatalink.Nlen", Field, 0},
14260 {"RawSockaddrDatalink.Pad_cgo_0", Field, 2},
14261 {"RawSockaddrDatalink.Slen", Field, 0},
14262 {"RawSockaddrDatalink.Type", Field, 0},
14263 {"RawSockaddrInet4", Type, 0},
14264 {"RawSockaddrInet4.Addr", Field, 0},
14265 {"RawSockaddrInet4.Family", Field, 0},
14266 {"RawSockaddrInet4.Len", Field, 0},
14267 {"RawSockaddrInet4.Port", Field, 0},
14268 {"RawSockaddrInet4.Zero", Field, 0},
14269 {"RawSockaddrInet6", Type, 0},
14270 {"RawSockaddrInet6.Addr", Field, 0},
14271 {"RawSockaddrInet6.Family", Field, 0},
14272 {"RawSockaddrInet6.Flowinfo", Field, 0},
14273 {"RawSockaddrInet6.Len", Field, 0},
14274 {"RawSockaddrInet6.Port", Field, 0},
14275 {"RawSockaddrInet6.Scope_id", Field, 0},
14276 {"RawSockaddrLinklayer", Type, 0},
14277 {"RawSockaddrLinklayer.Addr", Field, 0},
14278 {"RawSockaddrLinklayer.Family", Field, 0},
14279 {"RawSockaddrLinklayer.Halen", Field, 0},
14280 {"RawSockaddrLinklayer.Hatype", Field, 0},
14281 {"RawSockaddrLinklayer.Ifindex", Field, 0},
14282 {"RawSockaddrLinklayer.Pkttype", Field, 0},
14283 {"RawSockaddrLinklayer.Protocol", Field, 0},
14284 {"RawSockaddrNetlink", Type, 0},
14285 {"RawSockaddrNetlink.Family", Field, 0},
14286 {"RawSockaddrNetlink.Groups", Field, 0},
14287 {"RawSockaddrNetlink.Pad", Field, 0},
14288 {"RawSockaddrNetlink.Pid", Field, 0},
14289 {"RawSockaddrUnix", Type, 0},
14290 {"RawSockaddrUnix.Family", Field, 0},
14291 {"RawSockaddrUnix.Len", Field, 0},
14292 {"RawSockaddrUnix.Pad_cgo_0", Field, 2},
14293 {"RawSockaddrUnix.Path", Field, 0},
14294 {"RawSyscall", Func, 0},
14295 {"RawSyscall6", Func, 0},
14296 {"Read", Func, 0},
14297 {"ReadConsole", Func, 1},
14298 {"ReadDirectoryChanges", Func, 0},
14299 {"ReadDirent", Func, 0},
14300 {"ReadFile", Func, 0},
14301 {"Readlink", Func, 0},
14302 {"Reboot", Func, 0},
14303 {"Recvfrom", Func, 0},
14304 {"Recvmsg", Func, 0},
14305 {"RegCloseKey", Func, 0},
14306 {"RegEnumKeyEx", Func, 0},
14307 {"RegOpenKeyEx", Func, 0},
14308 {"RegQueryInfoKey", Func, 0},
14309 {"RegQueryValueEx", Func, 0},
14310 {"RemoveDirectory", Func, 0},
14311 {"Removexattr", Func, 1},
14312 {"Rename", Func, 0},
14313 {"Renameat", Func, 0},
14314 {"Revoke", Func, 0},
14315 {"Rlimit", Type, 0},
14316 {"Rlimit.Cur", Field, 0},
14317 {"Rlimit.Max", Field, 0},
14318 {"Rmdir", Func, 0},
14319 {"RouteMessage", Type, 0},
14320 {"RouteMessage.Data", Field, 0},
14321 {"RouteMessage.Header", Field, 0},
14322 {"RouteRIB", Func, 0},
14323 {"RoutingMessage", Type, 0},
14324 {"RtAttr", Type, 0},
14325 {"RtAttr.Len", Field, 0},
14326 {"RtAttr.Type", Field, 0},
14327 {"RtGenmsg", Type, 0},
14328 {"RtGenmsg.Family", Field, 0},
14329 {"RtMetrics", Type, 0},
14330 {"RtMetrics.Expire", Field, 0},
14331 {"RtMetrics.Filler", Field, 0},
14332 {"RtMetrics.Hopcount", Field, 0},
14333 {"RtMetrics.Locks", Field, 0},
14334 {"RtMetrics.Mtu", Field, 0},
14335 {"RtMetrics.Pad", Field, 3},
14336 {"RtMetrics.Pksent", Field, 0},
14337 {"RtMetrics.Recvpipe", Field, 0},
14338 {"RtMetrics.Refcnt", Field, 2},
14339 {"RtMetrics.Rtt", Field, 0},
14340 {"RtMetrics.Rttvar", Field, 0},
14341 {"RtMetrics.Sendpipe", Field, 0},
14342 {"RtMetrics.Ssthresh", Field, 0},
14343 {"RtMetrics.Weight", Field, 0},
14344 {"RtMsg", Type, 0},
14345 {"RtMsg.Dst_len", Field, 0},
14346 {"RtMsg.Family", Field, 0},
14347 {"RtMsg.Flags", Field, 0},
14348 {"RtMsg.Protocol", Field, 0},
14349 {"RtMsg.Scope", Field, 0},
14350 {"RtMsg.Src_len", Field, 0},
14351 {"RtMsg.Table", Field, 0},
14352 {"RtMsg.Tos", Field, 0},
14353 {"RtMsg.Type", Field, 0},
14354 {"RtMsghdr", Type, 0},
14355 {"RtMsghdr.Addrs", Field, 0},
14356 {"RtMsghdr.Errno", Field, 0},
14357 {"RtMsghdr.Flags", Field, 0},
14358 {"RtMsghdr.Fmask", Field, 0},
14359 {"RtMsghdr.Hdrlen", Field, 2},
14360 {"RtMsghdr.Index", Field, 0},
14361 {"RtMsghdr.Inits", Field, 0},
14362 {"RtMsghdr.Mpls", Field, 2},
14363 {"RtMsghdr.Msglen", Field, 0},
14364 {"RtMsghdr.Pad_cgo_0", Field, 0},
14365 {"RtMsghdr.Pad_cgo_1", Field, 2},
14366 {"RtMsghdr.Pid", Field, 0},
14367 {"RtMsghdr.Priority", Field, 2},
14368 {"RtMsghdr.Rmx", Field, 0},
14369 {"RtMsghdr.Seq", Field, 0},
14370 {"RtMsghdr.Tableid", Field, 2},
14371 {"RtMsghdr.Type", Field, 0},
14372 {"RtMsghdr.Use", Field, 0},
14373 {"RtMsghdr.Version", Field, 0},
14374 {"RtNexthop", Type, 0},
14375 {"RtNexthop.Flags", Field, 0},
14376 {"RtNexthop.Hops", Field, 0},
14377 {"RtNexthop.Ifindex", Field, 0},
14378 {"RtNexthop.Len", Field, 0},
14379 {"Rusage", Type, 0},
14380 {"Rusage.CreationTime", Field, 0},
14381 {"Rusage.ExitTime", Field, 0},
14382 {"Rusage.Idrss", Field, 0},
14383 {"Rusage.Inblock", Field, 0},
14384 {"Rusage.Isrss", Field, 0},
14385 {"Rusage.Ixrss", Field, 0},
14386 {"Rusage.KernelTime", Field, 0},
14387 {"Rusage.Majflt", Field, 0},
14388 {"Rusage.Maxrss", Field, 0},
14389 {"Rusage.Minflt", Field, 0},
14390 {"Rusage.Msgrcv", Field, 0},
14391 {"Rusage.Msgsnd", Field, 0},
14392 {"Rusage.Nivcsw", Field, 0},
14393 {"Rusage.Nsignals", Field, 0},
14394 {"Rusage.Nswap", Field, 0},
14395 {"Rusage.Nvcsw", Field, 0},
14396 {"Rusage.Oublock", Field, 0},
14397 {"Rusage.Stime", Field, 0},
14398 {"Rusage.UserTime", Field, 0},
14399 {"Rusage.Utime", Field, 0},
14400 {"SCM_BINTIME", Const, 0},
14401 {"SCM_CREDENTIALS", Const, 0},
14402 {"SCM_CREDS", Const, 0},
14403 {"SCM_RIGHTS", Const, 0},
14404 {"SCM_TIMESTAMP", Const, 0},
14405 {"SCM_TIMESTAMPING", Const, 0},
14406 {"SCM_TIMESTAMPNS", Const, 0},
14407 {"SCM_TIMESTAMP_MONOTONIC", Const, 0},
14408 {"SHUT_RD", Const, 0},
14409 {"SHUT_RDWR", Const, 0},
14410 {"SHUT_WR", Const, 0},
14411 {"SID", Type, 0},
14412 {"SIDAndAttributes", Type, 0},
14413 {"SIDAndAttributes.Attributes", Field, 0},
14414 {"SIDAndAttributes.Sid", Field, 0},
14415 {"SIGABRT", Const, 0},
14416 {"SIGALRM", Const, 0},
14417 {"SIGBUS", Const, 0},
14418 {"SIGCHLD", Const, 0},
14419 {"SIGCLD", Const, 0},
14420 {"SIGCONT", Const, 0},
14421 {"SIGEMT", Const, 0},
14422 {"SIGFPE", Const, 0},
14423 {"SIGHUP", Const, 0},
14424 {"SIGILL", Const, 0},
14425 {"SIGINFO", Const, 0},
14426 {"SIGINT", Const, 0},
14427 {"SIGIO", Const, 0},
14428 {"SIGIOT", Const, 0},
14429 {"SIGKILL", Const, 0},
14430 {"SIGLIBRT", Const, 1},
14431 {"SIGLWP", Const, 0},
14432 {"SIGPIPE", Const, 0},
14433 {"SIGPOLL", Const, 0},
14434 {"SIGPROF", Const, 0},
14435 {"SIGPWR", Const, 0},
14436 {"SIGQUIT", Const, 0},
14437 {"SIGSEGV", Const, 0},
14438 {"SIGSTKFLT", Const, 0},
14439 {"SIGSTOP", Const, 0},
14440 {"SIGSYS", Const, 0},
14441 {"SIGTERM", Const, 0},
14442 {"SIGTHR", Const, 0},
14443 {"SIGTRAP", Const, 0},
14444 {"SIGTSTP", Const, 0},
14445 {"SIGTTIN", Const, 0},
14446 {"SIGTTOU", Const, 0},
14447 {"SIGUNUSED", Const, 0},
14448 {"SIGURG", Const, 0},
14449 {"SIGUSR1", Const, 0},
14450 {"SIGUSR2", Const, 0},
14451 {"SIGVTALRM", Const, 0},
14452 {"SIGWINCH", Const, 0},
14453 {"SIGXCPU", Const, 0},
14454 {"SIGXFSZ", Const, 0},
14455 {"SIOCADDDLCI", Const, 0},
14456 {"SIOCADDMULTI", Const, 0},
14457 {"SIOCADDRT", Const, 0},
14458 {"SIOCAIFADDR", Const, 0},
14459 {"SIOCAIFGROUP", Const, 0},
14460 {"SIOCALIFADDR", Const, 0},
14461 {"SIOCARPIPLL", Const, 0},
14462 {"SIOCATMARK", Const, 0},
14463 {"SIOCAUTOADDR", Const, 0},
14464 {"SIOCAUTONETMASK", Const, 0},
14465 {"SIOCBRDGADD", Const, 1},
14466 {"SIOCBRDGADDS", Const, 1},
14467 {"SIOCBRDGARL", Const, 1},
14468 {"SIOCBRDGDADDR", Const, 1},
14469 {"SIOCBRDGDEL", Const, 1},
14470 {"SIOCBRDGDELS", Const, 1},
14471 {"SIOCBRDGFLUSH", Const, 1},
14472 {"SIOCBRDGFRL", Const, 1},
14473 {"SIOCBRDGGCACHE", Const, 1},
14474 {"SIOCBRDGGFD", Const, 1},
14475 {"SIOCBRDGGHT", Const, 1},
14476 {"SIOCBRDGGIFFLGS", Const, 1},
14477 {"SIOCBRDGGMA", Const, 1},
14478 {"SIOCBRDGGPARAM", Const, 1},
14479 {"SIOCBRDGGPRI", Const, 1},
14480 {"SIOCBRDGGRL", Const, 1},
14481 {"SIOCBRDGGSIFS", Const, 1},
14482 {"SIOCBRDGGTO", Const, 1},
14483 {"SIOCBRDGIFS", Const, 1},
14484 {"SIOCBRDGRTS", Const, 1},
14485 {"SIOCBRDGSADDR", Const, 1},
14486 {"SIOCBRDGSCACHE", Const, 1},
14487 {"SIOCBRDGSFD", Const, 1},
14488 {"SIOCBRDGSHT", Const, 1},
14489 {"SIOCBRDGSIFCOST", Const, 1},
14490 {"SIOCBRDGSIFFLGS", Const, 1},
14491 {"SIOCBRDGSIFPRIO", Const, 1},
14492 {"SIOCBRDGSMA", Const, 1},
14493 {"SIOCBRDGSPRI", Const, 1},
14494 {"SIOCBRDGSPROTO", Const, 1},
14495 {"SIOCBRDGSTO", Const, 1},
14496 {"SIOCBRDGSTXHC", Const, 1},
14497 {"SIOCDARP", Const, 0},
14498 {"SIOCDELDLCI", Const, 0},
14499 {"SIOCDELMULTI", Const, 0},
14500 {"SIOCDELRT", Const, 0},
14501 {"SIOCDEVPRIVATE", Const, 0},
14502 {"SIOCDIFADDR", Const, 0},
14503 {"SIOCDIFGROUP", Const, 0},
14504 {"SIOCDIFPHYADDR", Const, 0},
14505 {"SIOCDLIFADDR", Const, 0},
14506 {"SIOCDRARP", Const, 0},
14507 {"SIOCGARP", Const, 0},
14508 {"SIOCGDRVSPEC", Const, 0},
14509 {"SIOCGETKALIVE", Const, 1},
14510 {"SIOCGETLABEL", Const, 1},
14511 {"SIOCGETPFLOW", Const, 1},
14512 {"SIOCGETPFSYNC", Const, 1},
14513 {"SIOCGETSGCNT", Const, 0},
14514 {"SIOCGETVIFCNT", Const, 0},
14515 {"SIOCGETVLAN", Const, 0},
14516 {"SIOCGHIWAT", Const, 0},
14517 {"SIOCGIFADDR", Const, 0},
14518 {"SIOCGIFADDRPREF", Const, 1},
14519 {"SIOCGIFALIAS", Const, 1},
14520 {"SIOCGIFALTMTU", Const, 0},
14521 {"SIOCGIFASYNCMAP", Const, 0},
14522 {"SIOCGIFBOND", Const, 0},
14523 {"SIOCGIFBR", Const, 0},
14524 {"SIOCGIFBRDADDR", Const, 0},
14525 {"SIOCGIFCAP", Const, 0},
14526 {"SIOCGIFCONF", Const, 0},
14527 {"SIOCGIFCOUNT", Const, 0},
14528 {"SIOCGIFDATA", Const, 1},
14529 {"SIOCGIFDESCR", Const, 0},
14530 {"SIOCGIFDEVMTU", Const, 0},
14531 {"SIOCGIFDLT", Const, 1},
14532 {"SIOCGIFDSTADDR", Const, 0},
14533 {"SIOCGIFENCAP", Const, 0},
14534 {"SIOCGIFFIB", Const, 1},
14535 {"SIOCGIFFLAGS", Const, 0},
14536 {"SIOCGIFGATTR", Const, 1},
14537 {"SIOCGIFGENERIC", Const, 0},
14538 {"SIOCGIFGMEMB", Const, 0},
14539 {"SIOCGIFGROUP", Const, 0},
14540 {"SIOCGIFHARDMTU", Const, 3},
14541 {"SIOCGIFHWADDR", Const, 0},
14542 {"SIOCGIFINDEX", Const, 0},
14543 {"SIOCGIFKPI", Const, 0},
14544 {"SIOCGIFMAC", Const, 0},
14545 {"SIOCGIFMAP", Const, 0},
14546 {"SIOCGIFMEDIA", Const, 0},
14547 {"SIOCGIFMEM", Const, 0},
14548 {"SIOCGIFMETRIC", Const, 0},
14549 {"SIOCGIFMTU", Const, 0},
14550 {"SIOCGIFNAME", Const, 0},
14551 {"SIOCGIFNETMASK", Const, 0},
14552 {"SIOCGIFPDSTADDR", Const, 0},
14553 {"SIOCGIFPFLAGS", Const, 0},
14554 {"SIOCGIFPHYS", Const, 0},
14555 {"SIOCGIFPRIORITY", Const, 1},
14556 {"SIOCGIFPSRCADDR", Const, 0},
14557 {"SIOCGIFRDOMAIN", Const, 1},
14558 {"SIOCGIFRTLABEL", Const, 1},
14559 {"SIOCGIFSLAVE", Const, 0},
14560 {"SIOCGIFSTATUS", Const, 0},
14561 {"SIOCGIFTIMESLOT", Const, 1},
14562 {"SIOCGIFTXQLEN", Const, 0},
14563 {"SIOCGIFVLAN", Const, 0},
14564 {"SIOCGIFWAKEFLAGS", Const, 0},
14565 {"SIOCGIFXFLAGS", Const, 1},
14566 {"SIOCGLIFADDR", Const, 0},
14567 {"SIOCGLIFPHYADDR", Const, 0},
14568 {"SIOCGLIFPHYRTABLE", Const, 1},
14569 {"SIOCGLIFPHYTTL", Const, 3},
14570 {"SIOCGLINKSTR", Const, 1},
14571 {"SIOCGLOWAT", Const, 0},
14572 {"SIOCGPGRP", Const, 0},
14573 {"SIOCGPRIVATE_0", Const, 0},
14574 {"SIOCGPRIVATE_1", Const, 0},
14575 {"SIOCGRARP", Const, 0},
14576 {"SIOCGSPPPPARAMS", Const, 3},
14577 {"SIOCGSTAMP", Const, 0},
14578 {"SIOCGSTAMPNS", Const, 0},
14579 {"SIOCGVH", Const, 1},
14580 {"SIOCGVNETID", Const, 3},
14581 {"SIOCIFCREATE", Const, 0},
14582 {"SIOCIFCREATE2", Const, 0},
14583 {"SIOCIFDESTROY", Const, 0},
14584 {"SIOCIFGCLONERS", Const, 0},
14585 {"SIOCINITIFADDR", Const, 1},
14586 {"SIOCPROTOPRIVATE", Const, 0},
14587 {"SIOCRSLVMULTI", Const, 0},
14588 {"SIOCRTMSG", Const, 0},
14589 {"SIOCSARP", Const, 0},
14590 {"SIOCSDRVSPEC", Const, 0},
14591 {"SIOCSETKALIVE", Const, 1},
14592 {"SIOCSETLABEL", Const, 1},
14593 {"SIOCSETPFLOW", Const, 1},
14594 {"SIOCSETPFSYNC", Const, 1},
14595 {"SIOCSETVLAN", Const, 0},
14596 {"SIOCSHIWAT", Const, 0},
14597 {"SIOCSIFADDR", Const, 0},
14598 {"SIOCSIFADDRPREF", Const, 1},
14599 {"SIOCSIFALTMTU", Const, 0},
14600 {"SIOCSIFASYNCMAP", Const, 0},
14601 {"SIOCSIFBOND", Const, 0},
14602 {"SIOCSIFBR", Const, 0},
14603 {"SIOCSIFBRDADDR", Const, 0},
14604 {"SIOCSIFCAP", Const, 0},
14605 {"SIOCSIFDESCR", Const, 0},
14606 {"SIOCSIFDSTADDR", Const, 0},
14607 {"SIOCSIFENCAP", Const, 0},
14608 {"SIOCSIFFIB", Const, 1},
14609 {"SIOCSIFFLAGS", Const, 0},
14610 {"SIOCSIFGATTR", Const, 1},
14611 {"SIOCSIFGENERIC", Const, 0},
14612 {"SIOCSIFHWADDR", Const, 0},
14613 {"SIOCSIFHWBROADCAST", Const, 0},
14614 {"SIOCSIFKPI", Const, 0},
14615 {"SIOCSIFLINK", Const, 0},
14616 {"SIOCSIFLLADDR", Const, 0},
14617 {"SIOCSIFMAC", Const, 0},
14618 {"SIOCSIFMAP", Const, 0},
14619 {"SIOCSIFMEDIA", Const, 0},
14620 {"SIOCSIFMEM", Const, 0},
14621 {"SIOCSIFMETRIC", Const, 0},
14622 {"SIOCSIFMTU", Const, 0},
14623 {"SIOCSIFNAME", Const, 0},
14624 {"SIOCSIFNETMASK", Const, 0},
14625 {"SIOCSIFPFLAGS", Const, 0},
14626 {"SIOCSIFPHYADDR", Const, 0},
14627 {"SIOCSIFPHYS", Const, 0},
14628 {"SIOCSIFPRIORITY", Const, 1},
14629 {"SIOCSIFRDOMAIN", Const, 1},
14630 {"SIOCSIFRTLABEL", Const, 1},
14631 {"SIOCSIFRVNET", Const, 0},
14632 {"SIOCSIFSLAVE", Const, 0},
14633 {"SIOCSIFTIMESLOT", Const, 1},
14634 {"SIOCSIFTXQLEN", Const, 0},
14635 {"SIOCSIFVLAN", Const, 0},
14636 {"SIOCSIFVNET", Const, 0},
14637 {"SIOCSIFXFLAGS", Const, 1},
14638 {"SIOCSLIFPHYADDR", Const, 0},
14639 {"SIOCSLIFPHYRTABLE", Const, 1},
14640 {"SIOCSLIFPHYTTL", Const, 3},
14641 {"SIOCSLINKSTR", Const, 1},
14642 {"SIOCSLOWAT", Const, 0},
14643 {"SIOCSPGRP", Const, 0},
14644 {"SIOCSRARP", Const, 0},
14645 {"SIOCSSPPPPARAMS", Const, 3},
14646 {"SIOCSVH", Const, 1},
14647 {"SIOCSVNETID", Const, 3},
14648 {"SIOCZIFDATA", Const, 1},
14649 {"SIO_GET_EXTENSION_FUNCTION_POINTER", Const, 1},
14650 {"SIO_GET_INTERFACE_LIST", Const, 0},
14651 {"SIO_KEEPALIVE_VALS", Const, 3},
14652 {"SIO_UDP_CONNRESET", Const, 4},
14653 {"SOCK_CLOEXEC", Const, 0},
14654 {"SOCK_DCCP", Const, 0},
14655 {"SOCK_DGRAM", Const, 0},
14656 {"SOCK_FLAGS_MASK", Const, 1},
14657 {"SOCK_MAXADDRLEN", Const, 0},
14658 {"SOCK_NONBLOCK", Const, 0},
14659 {"SOCK_NOSIGPIPE", Const, 1},
14660 {"SOCK_PACKET", Const, 0},
14661 {"SOCK_RAW", Const, 0},
14662 {"SOCK_RDM", Const, 0},
14663 {"SOCK_SEQPACKET", Const, 0},
14664 {"SOCK_STREAM", Const, 0},
14665 {"SOL_AAL", Const, 0},
14666 {"SOL_ATM", Const, 0},
14667 {"SOL_DECNET", Const, 0},
14668 {"SOL_ICMPV6", Const, 0},
14669 {"SOL_IP", Const, 0},
14670 {"SOL_IPV6", Const, 0},
14671 {"SOL_IRDA", Const, 0},
14672 {"SOL_PACKET", Const, 0},
14673 {"SOL_RAW", Const, 0},
14674 {"SOL_SOCKET", Const, 0},
14675 {"SOL_TCP", Const, 0},
14676 {"SOL_X25", Const, 0},
14677 {"SOMAXCONN", Const, 0},
14678 {"SO_ACCEPTCONN", Const, 0},
14679 {"SO_ACCEPTFILTER", Const, 0},
14680 {"SO_ATTACH_FILTER", Const, 0},
14681 {"SO_BINDANY", Const, 1},
14682 {"SO_BINDTODEVICE", Const, 0},
14683 {"SO_BINTIME", Const, 0},
14684 {"SO_BROADCAST", Const, 0},
14685 {"SO_BSDCOMPAT", Const, 0},
14686 {"SO_DEBUG", Const, 0},
14687 {"SO_DETACH_FILTER", Const, 0},
14688 {"SO_DOMAIN", Const, 0},
14689 {"SO_DONTROUTE", Const, 0},
14690 {"SO_DONTTRUNC", Const, 0},
14691 {"SO_ERROR", Const, 0},
14692 {"SO_KEEPALIVE", Const, 0},
14693 {"SO_LABEL", Const, 0},
14694 {"SO_LINGER", Const, 0},
14695 {"SO_LINGER_SEC", Const, 0},
14696 {"SO_LISTENINCQLEN", Const, 0},
14697 {"SO_LISTENQLEN", Const, 0},
14698 {"SO_LISTENQLIMIT", Const, 0},
14699 {"SO_MARK", Const, 0},
14700 {"SO_NETPROC", Const, 1},
14701 {"SO_NKE", Const, 0},
14702 {"SO_NOADDRERR", Const, 0},
14703 {"SO_NOHEADER", Const, 1},
14704 {"SO_NOSIGPIPE", Const, 0},
14705 {"SO_NOTIFYCONFLICT", Const, 0},
14706 {"SO_NO_CHECK", Const, 0},
14707 {"SO_NO_DDP", Const, 0},
14708 {"SO_NO_OFFLOAD", Const, 0},
14709 {"SO_NP_EXTENSIONS", Const, 0},
14710 {"SO_NREAD", Const, 0},
14711 {"SO_NUMRCVPKT", Const, 16},
14712 {"SO_NWRITE", Const, 0},
14713 {"SO_OOBINLINE", Const, 0},
14714 {"SO_OVERFLOWED", Const, 1},
14715 {"SO_PASSCRED", Const, 0},
14716 {"SO_PASSSEC", Const, 0},
14717 {"SO_PEERCRED", Const, 0},
14718 {"SO_PEERLABEL", Const, 0},
14719 {"SO_PEERNAME", Const, 0},
14720 {"SO_PEERSEC", Const, 0},
14721 {"SO_PRIORITY", Const, 0},
14722 {"SO_PROTOCOL", Const, 0},
14723 {"SO_PROTOTYPE", Const, 1},
14724 {"SO_RANDOMPORT", Const, 0},
14725 {"SO_RCVBUF", Const, 0},
14726 {"SO_RCVBUFFORCE", Const, 0},
14727 {"SO_RCVLOWAT", Const, 0},
14728 {"SO_RCVTIMEO", Const, 0},
14729 {"SO_RESTRICTIONS", Const, 0},
14730 {"SO_RESTRICT_DENYIN", Const, 0},
14731 {"SO_RESTRICT_DENYOUT", Const, 0},
14732 {"SO_RESTRICT_DENYSET", Const, 0},
14733 {"SO_REUSEADDR", Const, 0},
14734 {"SO_REUSEPORT", Const, 0},
14735 {"SO_REUSESHAREUID", Const, 0},
14736 {"SO_RTABLE", Const, 1},
14737 {"SO_RXQ_OVFL", Const, 0},
14738 {"SO_SECURITY_AUTHENTICATION", Const, 0},
14739 {"SO_SECURITY_ENCRYPTION_NETWORK", Const, 0},
14740 {"SO_SECURITY_ENCRYPTION_TRANSPORT", Const, 0},
14741 {"SO_SETFIB", Const, 0},
14742 {"SO_SNDBUF", Const, 0},
14743 {"SO_SNDBUFFORCE", Const, 0},
14744 {"SO_SNDLOWAT", Const, 0},
14745 {"SO_SNDTIMEO", Const, 0},
14746 {"SO_SPLICE", Const, 1},
14747 {"SO_TIMESTAMP", Const, 0},
14748 {"SO_TIMESTAMPING", Const, 0},
14749 {"SO_TIMESTAMPNS", Const, 0},
14750 {"SO_TIMESTAMP_MONOTONIC", Const, 0},
14751 {"SO_TYPE", Const, 0},
14752 {"SO_UPCALLCLOSEWAIT", Const, 0},
14753 {"SO_UPDATE_ACCEPT_CONTEXT", Const, 0},
14754 {"SO_UPDATE_CONNECT_CONTEXT", Const, 1},
14755 {"SO_USELOOPBACK", Const, 0},
14756 {"SO_USER_COOKIE", Const, 1},
14757 {"SO_VENDOR", Const, 3},
14758 {"SO_WANTMORE", Const, 0},
14759 {"SO_WANTOOBFLAG", Const, 0},
14760 {"SSLExtraCertChainPolicyPara", Type, 0},
14761 {"SSLExtraCertChainPolicyPara.AuthType", Field, 0},
14762 {"SSLExtraCertChainPolicyPara.Checks", Field, 0},
14763 {"SSLExtraCertChainPolicyPara.ServerName", Field, 0},
14764 {"SSLExtraCertChainPolicyPara.Size", Field, 0},
14765 {"STANDARD_RIGHTS_ALL", Const, 0},
14766 {"STANDARD_RIGHTS_EXECUTE", Const, 0},
14767 {"STANDARD_RIGHTS_READ", Const, 0},
14768 {"STANDARD_RIGHTS_REQUIRED", Const, 0},
14769 {"STANDARD_RIGHTS_WRITE", Const, 0},
14770 {"STARTF_USESHOWWINDOW", Const, 0},
14771 {"STARTF_USESTDHANDLES", Const, 0},
14772 {"STD_ERROR_HANDLE", Const, 0},
14773 {"STD_INPUT_HANDLE", Const, 0},
14774 {"STD_OUTPUT_HANDLE", Const, 0},
14775 {"SUBLANG_ENGLISH_US", Const, 0},
14776 {"SW_FORCEMINIMIZE", Const, 0},
14777 {"SW_HIDE", Const, 0},
14778 {"SW_MAXIMIZE", Const, 0},
14779 {"SW_MINIMIZE", Const, 0},
14780 {"SW_NORMAL", Const, 0},
14781 {"SW_RESTORE", Const, 0},
14782 {"SW_SHOW", Const, 0},
14783 {"SW_SHOWDEFAULT", Const, 0},
14784 {"SW_SHOWMAXIMIZED", Const, 0},
14785 {"SW_SHOWMINIMIZED", Const, 0},
14786 {"SW_SHOWMINNOACTIVE", Const, 0},
14787 {"SW_SHOWNA", Const, 0},
14788 {"SW_SHOWNOACTIVATE", Const, 0},
14789 {"SW_SHOWNORMAL", Const, 0},
14790 {"SYMBOLIC_LINK_FLAG_DIRECTORY", Const, 4},
14791 {"SYNCHRONIZE", Const, 0},
14792 {"SYSCTL_VERSION", Const, 1},
14793 {"SYSCTL_VERS_0", Const, 1},
14794 {"SYSCTL_VERS_1", Const, 1},
14795 {"SYSCTL_VERS_MASK", Const, 1},
14796 {"SYS_ABORT2", Const, 0},
14797 {"SYS_ACCEPT", Const, 0},
14798 {"SYS_ACCEPT4", Const, 0},
14799 {"SYS_ACCEPT_NOCANCEL", Const, 0},
14800 {"SYS_ACCESS", Const, 0},
14801 {"SYS_ACCESS_EXTENDED", Const, 0},
14802 {"SYS_ACCT", Const, 0},
14803 {"SYS_ADD_KEY", Const, 0},
14804 {"SYS_ADD_PROFIL", Const, 0},
14805 {"SYS_ADJFREQ", Const, 1},
14806 {"SYS_ADJTIME", Const, 0},
14807 {"SYS_ADJTIMEX", Const, 0},
14808 {"SYS_AFS_SYSCALL", Const, 0},
14809 {"SYS_AIO_CANCEL", Const, 0},
14810 {"SYS_AIO_ERROR", Const, 0},
14811 {"SYS_AIO_FSYNC", Const, 0},
14812 {"SYS_AIO_MLOCK", Const, 14},
14813 {"SYS_AIO_READ", Const, 0},
14814 {"SYS_AIO_RETURN", Const, 0},
14815 {"SYS_AIO_SUSPEND", Const, 0},
14816 {"SYS_AIO_SUSPEND_NOCANCEL", Const, 0},
14817 {"SYS_AIO_WAITCOMPLETE", Const, 14},
14818 {"SYS_AIO_WRITE", Const, 0},
14819 {"SYS_ALARM", Const, 0},
14820 {"SYS_ARCH_PRCTL", Const, 0},
14821 {"SYS_ARM_FADVISE64_64", Const, 0},
14822 {"SYS_ARM_SYNC_FILE_RANGE", Const, 0},
14823 {"SYS_ATGETMSG", Const, 0},
14824 {"SYS_ATPGETREQ", Const, 0},
14825 {"SYS_ATPGETRSP", Const, 0},
14826 {"SYS_ATPSNDREQ", Const, 0},
14827 {"SYS_ATPSNDRSP", Const, 0},
14828 {"SYS_ATPUTMSG", Const, 0},
14829 {"SYS_ATSOCKET", Const, 0},
14830 {"SYS_AUDIT", Const, 0},
14831 {"SYS_AUDITCTL", Const, 0},
14832 {"SYS_AUDITON", Const, 0},
14833 {"SYS_AUDIT_SESSION_JOIN", Const, 0},
14834 {"SYS_AUDIT_SESSION_PORT", Const, 0},
14835 {"SYS_AUDIT_SESSION_SELF", Const, 0},
14836 {"SYS_BDFLUSH", Const, 0},
14837 {"SYS_BIND", Const, 0},
14838 {"SYS_BINDAT", Const, 3},
14839 {"SYS_BREAK", Const, 0},
14840 {"SYS_BRK", Const, 0},
14841 {"SYS_BSDTHREAD_CREATE", Const, 0},
14842 {"SYS_BSDTHREAD_REGISTER", Const, 0},
14843 {"SYS_BSDTHREAD_TERMINATE", Const, 0},
14844 {"SYS_CAPGET", Const, 0},
14845 {"SYS_CAPSET", Const, 0},
14846 {"SYS_CAP_ENTER", Const, 0},
14847 {"SYS_CAP_FCNTLS_GET", Const, 1},
14848 {"SYS_CAP_FCNTLS_LIMIT", Const, 1},
14849 {"SYS_CAP_GETMODE", Const, 0},
14850 {"SYS_CAP_GETRIGHTS", Const, 0},
14851 {"SYS_CAP_IOCTLS_GET", Const, 1},
14852 {"SYS_CAP_IOCTLS_LIMIT", Const, 1},
14853 {"SYS_CAP_NEW", Const, 0},
14854 {"SYS_CAP_RIGHTS_GET", Const, 1},
14855 {"SYS_CAP_RIGHTS_LIMIT", Const, 1},
14856 {"SYS_CHDIR", Const, 0},
14857 {"SYS_CHFLAGS", Const, 0},
14858 {"SYS_CHFLAGSAT", Const, 3},
14859 {"SYS_CHMOD", Const, 0},
14860 {"SYS_CHMOD_EXTENDED", Const, 0},
14861 {"SYS_CHOWN", Const, 0},
14862 {"SYS_CHOWN32", Const, 0},
14863 {"SYS_CHROOT", Const, 0},
14864 {"SYS_CHUD", Const, 0},
14865 {"SYS_CLOCK_ADJTIME", Const, 0},
14866 {"SYS_CLOCK_GETCPUCLOCKID2", Const, 1},
14867 {"SYS_CLOCK_GETRES", Const, 0},
14868 {"SYS_CLOCK_GETTIME", Const, 0},
14869 {"SYS_CLOCK_NANOSLEEP", Const, 0},
14870 {"SYS_CLOCK_SETTIME", Const, 0},
14871 {"SYS_CLONE", Const, 0},
14872 {"SYS_CLOSE", Const, 0},
14873 {"SYS_CLOSEFROM", Const, 0},
14874 {"SYS_CLOSE_NOCANCEL", Const, 0},
14875 {"SYS_CONNECT", Const, 0},
14876 {"SYS_CONNECTAT", Const, 3},
14877 {"SYS_CONNECT_NOCANCEL", Const, 0},
14878 {"SYS_COPYFILE", Const, 0},
14879 {"SYS_CPUSET", Const, 0},
14880 {"SYS_CPUSET_GETAFFINITY", Const, 0},
14881 {"SYS_CPUSET_GETID", Const, 0},
14882 {"SYS_CPUSET_SETAFFINITY", Const, 0},
14883 {"SYS_CPUSET_SETID", Const, 0},
14884 {"SYS_CREAT", Const, 0},
14885 {"SYS_CREATE_MODULE", Const, 0},
14886 {"SYS_CSOPS", Const, 0},
14887 {"SYS_CSOPS_AUDITTOKEN", Const, 16},
14888 {"SYS_DELETE", Const, 0},
14889 {"SYS_DELETE_MODULE", Const, 0},
14890 {"SYS_DUP", Const, 0},
14891 {"SYS_DUP2", Const, 0},
14892 {"SYS_DUP3", Const, 0},
14893 {"SYS_EACCESS", Const, 0},
14894 {"SYS_EPOLL_CREATE", Const, 0},
14895 {"SYS_EPOLL_CREATE1", Const, 0},
14896 {"SYS_EPOLL_CTL", Const, 0},
14897 {"SYS_EPOLL_CTL_OLD", Const, 0},
14898 {"SYS_EPOLL_PWAIT", Const, 0},
14899 {"SYS_EPOLL_WAIT", Const, 0},
14900 {"SYS_EPOLL_WAIT_OLD", Const, 0},
14901 {"SYS_EVENTFD", Const, 0},
14902 {"SYS_EVENTFD2", Const, 0},
14903 {"SYS_EXCHANGEDATA", Const, 0},
14904 {"SYS_EXECVE", Const, 0},
14905 {"SYS_EXIT", Const, 0},
14906 {"SYS_EXIT_GROUP", Const, 0},
14907 {"SYS_EXTATTRCTL", Const, 0},
14908 {"SYS_EXTATTR_DELETE_FD", Const, 0},
14909 {"SYS_EXTATTR_DELETE_FILE", Const, 0},
14910 {"SYS_EXTATTR_DELETE_LINK", Const, 0},
14911 {"SYS_EXTATTR_GET_FD", Const, 0},
14912 {"SYS_EXTATTR_GET_FILE", Const, 0},
14913 {"SYS_EXTATTR_GET_LINK", Const, 0},
14914 {"SYS_EXTATTR_LIST_FD", Const, 0},
14915 {"SYS_EXTATTR_LIST_FILE", Const, 0},
14916 {"SYS_EXTATTR_LIST_LINK", Const, 0},
14917 {"SYS_EXTATTR_SET_FD", Const, 0},
14918 {"SYS_EXTATTR_SET_FILE", Const, 0},
14919 {"SYS_EXTATTR_SET_LINK", Const, 0},
14920 {"SYS_FACCESSAT", Const, 0},
14921 {"SYS_FADVISE64", Const, 0},
14922 {"SYS_FADVISE64_64", Const, 0},
14923 {"SYS_FALLOCATE", Const, 0},
14924 {"SYS_FANOTIFY_INIT", Const, 0},
14925 {"SYS_FANOTIFY_MARK", Const, 0},
14926 {"SYS_FCHDIR", Const, 0},
14927 {"SYS_FCHFLAGS", Const, 0},
14928 {"SYS_FCHMOD", Const, 0},
14929 {"SYS_FCHMODAT", Const, 0},
14930 {"SYS_FCHMOD_EXTENDED", Const, 0},
14931 {"SYS_FCHOWN", Const, 0},
14932 {"SYS_FCHOWN32", Const, 0},
14933 {"SYS_FCHOWNAT", Const, 0},
14934 {"SYS_FCHROOT", Const, 1},
14935 {"SYS_FCNTL", Const, 0},
14936 {"SYS_FCNTL64", Const, 0},
14937 {"SYS_FCNTL_NOCANCEL", Const, 0},
14938 {"SYS_FDATASYNC", Const, 0},
14939 {"SYS_FEXECVE", Const, 0},
14940 {"SYS_FFCLOCK_GETCOUNTER", Const, 0},
14941 {"SYS_FFCLOCK_GETESTIMATE", Const, 0},
14942 {"SYS_FFCLOCK_SETESTIMATE", Const, 0},
14943 {"SYS_FFSCTL", Const, 0},
14944 {"SYS_FGETATTRLIST", Const, 0},
14945 {"SYS_FGETXATTR", Const, 0},
14946 {"SYS_FHOPEN", Const, 0},
14947 {"SYS_FHSTAT", Const, 0},
14948 {"SYS_FHSTATFS", Const, 0},
14949 {"SYS_FILEPORT_MAKEFD", Const, 0},
14950 {"SYS_FILEPORT_MAKEPORT", Const, 0},
14951 {"SYS_FKTRACE", Const, 1},
14952 {"SYS_FLISTXATTR", Const, 0},
14953 {"SYS_FLOCK", Const, 0},
14954 {"SYS_FORK", Const, 0},
14955 {"SYS_FPATHCONF", Const, 0},
14956 {"SYS_FREEBSD6_FTRUNCATE", Const, 0},
14957 {"SYS_FREEBSD6_LSEEK", Const, 0},
14958 {"SYS_FREEBSD6_MMAP", Const, 0},
14959 {"SYS_FREEBSD6_PREAD", Const, 0},
14960 {"SYS_FREEBSD6_PWRITE", Const, 0},
14961 {"SYS_FREEBSD6_TRUNCATE", Const, 0},
14962 {"SYS_FREMOVEXATTR", Const, 0},
14963 {"SYS_FSCTL", Const, 0},
14964 {"SYS_FSETATTRLIST", Const, 0},
14965 {"SYS_FSETXATTR", Const, 0},
14966 {"SYS_FSGETPATH", Const, 0},
14967 {"SYS_FSTAT", Const, 0},
14968 {"SYS_FSTAT64", Const, 0},
14969 {"SYS_FSTAT64_EXTENDED", Const, 0},
14970 {"SYS_FSTATAT", Const, 0},
14971 {"SYS_FSTATAT64", Const, 0},
14972 {"SYS_FSTATFS", Const, 0},
14973 {"SYS_FSTATFS64", Const, 0},
14974 {"SYS_FSTATV", Const, 0},
14975 {"SYS_FSTATVFS1", Const, 1},
14976 {"SYS_FSTAT_EXTENDED", Const, 0},
14977 {"SYS_FSYNC", Const, 0},
14978 {"SYS_FSYNC_NOCANCEL", Const, 0},
14979 {"SYS_FSYNC_RANGE", Const, 1},
14980 {"SYS_FTIME", Const, 0},
14981 {"SYS_FTRUNCATE", Const, 0},
14982 {"SYS_FTRUNCATE64", Const, 0},
14983 {"SYS_FUTEX", Const, 0},
14984 {"SYS_FUTIMENS", Const, 1},
14985 {"SYS_FUTIMES", Const, 0},
14986 {"SYS_FUTIMESAT", Const, 0},
14987 {"SYS_GETATTRLIST", Const, 0},
14988 {"SYS_GETAUDIT", Const, 0},
14989 {"SYS_GETAUDIT_ADDR", Const, 0},
14990 {"SYS_GETAUID", Const, 0},
14991 {"SYS_GETCONTEXT", Const, 0},
14992 {"SYS_GETCPU", Const, 0},
14993 {"SYS_GETCWD", Const, 0},
14994 {"SYS_GETDENTS", Const, 0},
14995 {"SYS_GETDENTS64", Const, 0},
14996 {"SYS_GETDIRENTRIES", Const, 0},
14997 {"SYS_GETDIRENTRIES64", Const, 0},
14998 {"SYS_GETDIRENTRIESATTR", Const, 0},
14999 {"SYS_GETDTABLECOUNT", Const, 1},
15000 {"SYS_GETDTABLESIZE", Const, 0},
15001 {"SYS_GETEGID", Const, 0},
15002 {"SYS_GETEGID32", Const, 0},
15003 {"SYS_GETEUID", Const, 0},
15004 {"SYS_GETEUID32", Const, 0},
15005 {"SYS_GETFH", Const, 0},
15006 {"SYS_GETFSSTAT", Const, 0},
15007 {"SYS_GETFSSTAT64", Const, 0},
15008 {"SYS_GETGID", Const, 0},
15009 {"SYS_GETGID32", Const, 0},
15010 {"SYS_GETGROUPS", Const, 0},
15011 {"SYS_GETGROUPS32", Const, 0},
15012 {"SYS_GETHOSTUUID", Const, 0},
15013 {"SYS_GETITIMER", Const, 0},
15014 {"SYS_GETLCID", Const, 0},
15015 {"SYS_GETLOGIN", Const, 0},
15016 {"SYS_GETLOGINCLASS", Const, 0},
15017 {"SYS_GETPEERNAME", Const, 0},
15018 {"SYS_GETPGID", Const, 0},
15019 {"SYS_GETPGRP", Const, 0},
15020 {"SYS_GETPID", Const, 0},
15021 {"SYS_GETPMSG", Const, 0},
15022 {"SYS_GETPPID", Const, 0},
15023 {"SYS_GETPRIORITY", Const, 0},
15024 {"SYS_GETRESGID", Const, 0},
15025 {"SYS_GETRESGID32", Const, 0},
15026 {"SYS_GETRESUID", Const, 0},
15027 {"SYS_GETRESUID32", Const, 0},
15028 {"SYS_GETRLIMIT", Const, 0},
15029 {"SYS_GETRTABLE", Const, 1},
15030 {"SYS_GETRUSAGE", Const, 0},
15031 {"SYS_GETSGROUPS", Const, 0},
15032 {"SYS_GETSID", Const, 0},
15033 {"SYS_GETSOCKNAME", Const, 0},
15034 {"SYS_GETSOCKOPT", Const, 0},
15035 {"SYS_GETTHRID", Const, 1},
15036 {"SYS_GETTID", Const, 0},
15037 {"SYS_GETTIMEOFDAY", Const, 0},
15038 {"SYS_GETUID", Const, 0},
15039 {"SYS_GETUID32", Const, 0},
15040 {"SYS_GETVFSSTAT", Const, 1},
15041 {"SYS_GETWGROUPS", Const, 0},
15042 {"SYS_GETXATTR", Const, 0},
15043 {"SYS_GET_KERNEL_SYMS", Const, 0},
15044 {"SYS_GET_MEMPOLICY", Const, 0},
15045 {"SYS_GET_ROBUST_LIST", Const, 0},
15046 {"SYS_GET_THREAD_AREA", Const, 0},
15047 {"SYS_GSSD_SYSCALL", Const, 14},
15048 {"SYS_GTTY", Const, 0},
15049 {"SYS_IDENTITYSVC", Const, 0},
15050 {"SYS_IDLE", Const, 0},
15051 {"SYS_INITGROUPS", Const, 0},
15052 {"SYS_INIT_MODULE", Const, 0},
15053 {"SYS_INOTIFY_ADD_WATCH", Const, 0},
15054 {"SYS_INOTIFY_INIT", Const, 0},
15055 {"SYS_INOTIFY_INIT1", Const, 0},
15056 {"SYS_INOTIFY_RM_WATCH", Const, 0},
15057 {"SYS_IOCTL", Const, 0},
15058 {"SYS_IOPERM", Const, 0},
15059 {"SYS_IOPL", Const, 0},
15060 {"SYS_IOPOLICYSYS", Const, 0},
15061 {"SYS_IOPRIO_GET", Const, 0},
15062 {"SYS_IOPRIO_SET", Const, 0},
15063 {"SYS_IO_CANCEL", Const, 0},
15064 {"SYS_IO_DESTROY", Const, 0},
15065 {"SYS_IO_GETEVENTS", Const, 0},
15066 {"SYS_IO_SETUP", Const, 0},
15067 {"SYS_IO_SUBMIT", Const, 0},
15068 {"SYS_IPC", Const, 0},
15069 {"SYS_ISSETUGID", Const, 0},
15070 {"SYS_JAIL", Const, 0},
15071 {"SYS_JAIL_ATTACH", Const, 0},
15072 {"SYS_JAIL_GET", Const, 0},
15073 {"SYS_JAIL_REMOVE", Const, 0},
15074 {"SYS_JAIL_SET", Const, 0},
15075 {"SYS_KAS_INFO", Const, 16},
15076 {"SYS_KDEBUG_TRACE", Const, 0},
15077 {"SYS_KENV", Const, 0},
15078 {"SYS_KEVENT", Const, 0},
15079 {"SYS_KEVENT64", Const, 0},
15080 {"SYS_KEXEC_LOAD", Const, 0},
15081 {"SYS_KEYCTL", Const, 0},
15082 {"SYS_KILL", Const, 0},
15083 {"SYS_KLDFIND", Const, 0},
15084 {"SYS_KLDFIRSTMOD", Const, 0},
15085 {"SYS_KLDLOAD", Const, 0},
15086 {"SYS_KLDNEXT", Const, 0},
15087 {"SYS_KLDSTAT", Const, 0},
15088 {"SYS_KLDSYM", Const, 0},
15089 {"SYS_KLDUNLOAD", Const, 0},
15090 {"SYS_KLDUNLOADF", Const, 0},
15091 {"SYS_KMQ_NOTIFY", Const, 14},
15092 {"SYS_KMQ_OPEN", Const, 14},
15093 {"SYS_KMQ_SETATTR", Const, 14},
15094 {"SYS_KMQ_TIMEDRECEIVE", Const, 14},
15095 {"SYS_KMQ_TIMEDSEND", Const, 14},
15096 {"SYS_KMQ_UNLINK", Const, 14},
15097 {"SYS_KQUEUE", Const, 0},
15098 {"SYS_KQUEUE1", Const, 1},
15099 {"SYS_KSEM_CLOSE", Const, 14},
15100 {"SYS_KSEM_DESTROY", Const, 14},
15101 {"SYS_KSEM_GETVALUE", Const, 14},
15102 {"SYS_KSEM_INIT", Const, 14},
15103 {"SYS_KSEM_OPEN", Const, 14},
15104 {"SYS_KSEM_POST", Const, 14},
15105 {"SYS_KSEM_TIMEDWAIT", Const, 14},
15106 {"SYS_KSEM_TRYWAIT", Const, 14},
15107 {"SYS_KSEM_UNLINK", Const, 14},
15108 {"SYS_KSEM_WAIT", Const, 14},
15109 {"SYS_KTIMER_CREATE", Const, 0},
15110 {"SYS_KTIMER_DELETE", Const, 0},
15111 {"SYS_KTIMER_GETOVERRUN", Const, 0},
15112 {"SYS_KTIMER_GETTIME", Const, 0},
15113 {"SYS_KTIMER_SETTIME", Const, 0},
15114 {"SYS_KTRACE", Const, 0},
15115 {"SYS_LCHFLAGS", Const, 0},
15116 {"SYS_LCHMOD", Const, 0},
15117 {"SYS_LCHOWN", Const, 0},
15118 {"SYS_LCHOWN32", Const, 0},
15119 {"SYS_LEDGER", Const, 16},
15120 {"SYS_LGETFH", Const, 0},
15121 {"SYS_LGETXATTR", Const, 0},
15122 {"SYS_LINK", Const, 0},
15123 {"SYS_LINKAT", Const, 0},
15124 {"SYS_LIO_LISTIO", Const, 0},
15125 {"SYS_LISTEN", Const, 0},
15126 {"SYS_LISTXATTR", Const, 0},
15127 {"SYS_LLISTXATTR", Const, 0},
15128 {"SYS_LOCK", Const, 0},
15129 {"SYS_LOOKUP_DCOOKIE", Const, 0},
15130 {"SYS_LPATHCONF", Const, 0},
15131 {"SYS_LREMOVEXATTR", Const, 0},
15132 {"SYS_LSEEK", Const, 0},
15133 {"SYS_LSETXATTR", Const, 0},
15134 {"SYS_LSTAT", Const, 0},
15135 {"SYS_LSTAT64", Const, 0},
15136 {"SYS_LSTAT64_EXTENDED", Const, 0},
15137 {"SYS_LSTATV", Const, 0},
15138 {"SYS_LSTAT_EXTENDED", Const, 0},
15139 {"SYS_LUTIMES", Const, 0},
15140 {"SYS_MAC_SYSCALL", Const, 0},
15141 {"SYS_MADVISE", Const, 0},
15142 {"SYS_MADVISE1", Const, 0},
15143 {"SYS_MAXSYSCALL", Const, 0},
15144 {"SYS_MBIND", Const, 0},
15145 {"SYS_MIGRATE_PAGES", Const, 0},
15146 {"SYS_MINCORE", Const, 0},
15147 {"SYS_MINHERIT", Const, 0},
15148 {"SYS_MKCOMPLEX", Const, 0},
15149 {"SYS_MKDIR", Const, 0},
15150 {"SYS_MKDIRAT", Const, 0},
15151 {"SYS_MKDIR_EXTENDED", Const, 0},
15152 {"SYS_MKFIFO", Const, 0},
15153 {"SYS_MKFIFOAT", Const, 0},
15154 {"SYS_MKFIFO_EXTENDED", Const, 0},
15155 {"SYS_MKNOD", Const, 0},
15156 {"SYS_MKNODAT", Const, 0},
15157 {"SYS_MLOCK", Const, 0},
15158 {"SYS_MLOCKALL", Const, 0},
15159 {"SYS_MMAP", Const, 0},
15160 {"SYS_MMAP2", Const, 0},
15161 {"SYS_MODCTL", Const, 1},
15162 {"SYS_MODFIND", Const, 0},
15163 {"SYS_MODFNEXT", Const, 0},
15164 {"SYS_MODIFY_LDT", Const, 0},
15165 {"SYS_MODNEXT", Const, 0},
15166 {"SYS_MODSTAT", Const, 0},
15167 {"SYS_MODWATCH", Const, 0},
15168 {"SYS_MOUNT", Const, 0},
15169 {"SYS_MOVE_PAGES", Const, 0},
15170 {"SYS_MPROTECT", Const, 0},
15171 {"SYS_MPX", Const, 0},
15172 {"SYS_MQUERY", Const, 1},
15173 {"SYS_MQ_GETSETATTR", Const, 0},
15174 {"SYS_MQ_NOTIFY", Const, 0},
15175 {"SYS_MQ_OPEN", Const, 0},
15176 {"SYS_MQ_TIMEDRECEIVE", Const, 0},
15177 {"SYS_MQ_TIMEDSEND", Const, 0},
15178 {"SYS_MQ_UNLINK", Const, 0},
15179 {"SYS_MREMAP", Const, 0},
15180 {"SYS_MSGCTL", Const, 0},
15181 {"SYS_MSGGET", Const, 0},
15182 {"SYS_MSGRCV", Const, 0},
15183 {"SYS_MSGRCV_NOCANCEL", Const, 0},
15184 {"SYS_MSGSND", Const, 0},
15185 {"SYS_MSGSND_NOCANCEL", Const, 0},
15186 {"SYS_MSGSYS", Const, 0},
15187 {"SYS_MSYNC", Const, 0},
15188 {"SYS_MSYNC_NOCANCEL", Const, 0},
15189 {"SYS_MUNLOCK", Const, 0},
15190 {"SYS_MUNLOCKALL", Const, 0},
15191 {"SYS_MUNMAP", Const, 0},
15192 {"SYS_NAME_TO_HANDLE_AT", Const, 0},
15193 {"SYS_NANOSLEEP", Const, 0},
15194 {"SYS_NEWFSTATAT", Const, 0},
15195 {"SYS_NFSCLNT", Const, 0},
15196 {"SYS_NFSSERVCTL", Const, 0},
15197 {"SYS_NFSSVC", Const, 0},
15198 {"SYS_NFSTAT", Const, 0},
15199 {"SYS_NICE", Const, 0},
15200 {"SYS_NLM_SYSCALL", Const, 14},
15201 {"SYS_NLSTAT", Const, 0},
15202 {"SYS_NMOUNT", Const, 0},
15203 {"SYS_NSTAT", Const, 0},
15204 {"SYS_NTP_ADJTIME", Const, 0},
15205 {"SYS_NTP_GETTIME", Const, 0},
15206 {"SYS_NUMA_GETAFFINITY", Const, 14},
15207 {"SYS_NUMA_SETAFFINITY", Const, 14},
15208 {"SYS_OABI_SYSCALL_BASE", Const, 0},
15209 {"SYS_OBREAK", Const, 0},
15210 {"SYS_OLDFSTAT", Const, 0},
15211 {"SYS_OLDLSTAT", Const, 0},
15212 {"SYS_OLDOLDUNAME", Const, 0},
15213 {"SYS_OLDSTAT", Const, 0},
15214 {"SYS_OLDUNAME", Const, 0},
15215 {"SYS_OPEN", Const, 0},
15216 {"SYS_OPENAT", Const, 0},
15217 {"SYS_OPENBSD_POLL", Const, 0},
15218 {"SYS_OPEN_BY_HANDLE_AT", Const, 0},
15219 {"SYS_OPEN_DPROTECTED_NP", Const, 16},
15220 {"SYS_OPEN_EXTENDED", Const, 0},
15221 {"SYS_OPEN_NOCANCEL", Const, 0},
15222 {"SYS_OVADVISE", Const, 0},
15223 {"SYS_PACCEPT", Const, 1},
15224 {"SYS_PATHCONF", Const, 0},
15225 {"SYS_PAUSE", Const, 0},
15226 {"SYS_PCICONFIG_IOBASE", Const, 0},
15227 {"SYS_PCICONFIG_READ", Const, 0},
15228 {"SYS_PCICONFIG_WRITE", Const, 0},
15229 {"SYS_PDFORK", Const, 0},
15230 {"SYS_PDGETPID", Const, 0},
15231 {"SYS_PDKILL", Const, 0},
15232 {"SYS_PERF_EVENT_OPEN", Const, 0},
15233 {"SYS_PERSONALITY", Const, 0},
15234 {"SYS_PID_HIBERNATE", Const, 0},
15235 {"SYS_PID_RESUME", Const, 0},
15236 {"SYS_PID_SHUTDOWN_SOCKETS", Const, 0},
15237 {"SYS_PID_SUSPEND", Const, 0},
15238 {"SYS_PIPE", Const, 0},
15239 {"SYS_PIPE2", Const, 0},
15240 {"SYS_PIVOT_ROOT", Const, 0},
15241 {"SYS_PMC_CONTROL", Const, 1},
15242 {"SYS_PMC_GET_INFO", Const, 1},
15243 {"SYS_POLL", Const, 0},
15244 {"SYS_POLLTS", Const, 1},
15245 {"SYS_POLL_NOCANCEL", Const, 0},
15246 {"SYS_POSIX_FADVISE", Const, 0},
15247 {"SYS_POSIX_FALLOCATE", Const, 0},
15248 {"SYS_POSIX_OPENPT", Const, 0},
15249 {"SYS_POSIX_SPAWN", Const, 0},
15250 {"SYS_PPOLL", Const, 0},
15251 {"SYS_PRCTL", Const, 0},
15252 {"SYS_PREAD", Const, 0},
15253 {"SYS_PREAD64", Const, 0},
15254 {"SYS_PREADV", Const, 0},
15255 {"SYS_PREAD_NOCANCEL", Const, 0},
15256 {"SYS_PRLIMIT64", Const, 0},
15257 {"SYS_PROCCTL", Const, 3},
15258 {"SYS_PROCESS_POLICY", Const, 0},
15259 {"SYS_PROCESS_VM_READV", Const, 0},
15260 {"SYS_PROCESS_VM_WRITEV", Const, 0},
15261 {"SYS_PROC_INFO", Const, 0},
15262 {"SYS_PROF", Const, 0},
15263 {"SYS_PROFIL", Const, 0},
15264 {"SYS_PSELECT", Const, 0},
15265 {"SYS_PSELECT6", Const, 0},
15266 {"SYS_PSET_ASSIGN", Const, 1},
15267 {"SYS_PSET_CREATE", Const, 1},
15268 {"SYS_PSET_DESTROY", Const, 1},
15269 {"SYS_PSYNCH_CVBROAD", Const, 0},
15270 {"SYS_PSYNCH_CVCLRPREPOST", Const, 0},
15271 {"SYS_PSYNCH_CVSIGNAL", Const, 0},
15272 {"SYS_PSYNCH_CVWAIT", Const, 0},
15273 {"SYS_PSYNCH_MUTEXDROP", Const, 0},
15274 {"SYS_PSYNCH_MUTEXWAIT", Const, 0},
15275 {"SYS_PSYNCH_RW_DOWNGRADE", Const, 0},
15276 {"SYS_PSYNCH_RW_LONGRDLOCK", Const, 0},
15277 {"SYS_PSYNCH_RW_RDLOCK", Const, 0},
15278 {"SYS_PSYNCH_RW_UNLOCK", Const, 0},
15279 {"SYS_PSYNCH_RW_UNLOCK2", Const, 0},
15280 {"SYS_PSYNCH_RW_UPGRADE", Const, 0},
15281 {"SYS_PSYNCH_RW_WRLOCK", Const, 0},
15282 {"SYS_PSYNCH_RW_YIELDWRLOCK", Const, 0},
15283 {"SYS_PTRACE", Const, 0},
15284 {"SYS_PUTPMSG", Const, 0},
15285 {"SYS_PWRITE", Const, 0},
15286 {"SYS_PWRITE64", Const, 0},
15287 {"SYS_PWRITEV", Const, 0},
15288 {"SYS_PWRITE_NOCANCEL", Const, 0},
15289 {"SYS_QUERY_MODULE", Const, 0},
15290 {"SYS_QUOTACTL", Const, 0},
15291 {"SYS_RASCTL", Const, 1},
15292 {"SYS_RCTL_ADD_RULE", Const, 0},
15293 {"SYS_RCTL_GET_LIMITS", Const, 0},
15294 {"SYS_RCTL_GET_RACCT", Const, 0},
15295 {"SYS_RCTL_GET_RULES", Const, 0},
15296 {"SYS_RCTL_REMOVE_RULE", Const, 0},
15297 {"SYS_READ", Const, 0},
15298 {"SYS_READAHEAD", Const, 0},
15299 {"SYS_READDIR", Const, 0},
15300 {"SYS_READLINK", Const, 0},
15301 {"SYS_READLINKAT", Const, 0},
15302 {"SYS_READV", Const, 0},
15303 {"SYS_READV_NOCANCEL", Const, 0},
15304 {"SYS_READ_NOCANCEL", Const, 0},
15305 {"SYS_REBOOT", Const, 0},
15306 {"SYS_RECV", Const, 0},
15307 {"SYS_RECVFROM", Const, 0},
15308 {"SYS_RECVFROM_NOCANCEL", Const, 0},
15309 {"SYS_RECVMMSG", Const, 0},
15310 {"SYS_RECVMSG", Const, 0},
15311 {"SYS_RECVMSG_NOCANCEL", Const, 0},
15312 {"SYS_REMAP_FILE_PAGES", Const, 0},
15313 {"SYS_REMOVEXATTR", Const, 0},
15314 {"SYS_RENAME", Const, 0},
15315 {"SYS_RENAMEAT", Const, 0},
15316 {"SYS_REQUEST_KEY", Const, 0},
15317 {"SYS_RESTART_SYSCALL", Const, 0},
15318 {"SYS_REVOKE", Const, 0},
15319 {"SYS_RFORK", Const, 0},
15320 {"SYS_RMDIR", Const, 0},
15321 {"SYS_RTPRIO", Const, 0},
15322 {"SYS_RTPRIO_THREAD", Const, 0},
15323 {"SYS_RT_SIGACTION", Const, 0},
15324 {"SYS_RT_SIGPENDING", Const, 0},
15325 {"SYS_RT_SIGPROCMASK", Const, 0},
15326 {"SYS_RT_SIGQUEUEINFO", Const, 0},
15327 {"SYS_RT_SIGRETURN", Const, 0},
15328 {"SYS_RT_SIGSUSPEND", Const, 0},
15329 {"SYS_RT_SIGTIMEDWAIT", Const, 0},
15330 {"SYS_RT_TGSIGQUEUEINFO", Const, 0},
15331 {"SYS_SBRK", Const, 0},
15332 {"SYS_SCHED_GETAFFINITY", Const, 0},
15333 {"SYS_SCHED_GETPARAM", Const, 0},
15334 {"SYS_SCHED_GETSCHEDULER", Const, 0},
15335 {"SYS_SCHED_GET_PRIORITY_MAX", Const, 0},
15336 {"SYS_SCHED_GET_PRIORITY_MIN", Const, 0},
15337 {"SYS_SCHED_RR_GET_INTERVAL", Const, 0},
15338 {"SYS_SCHED_SETAFFINITY", Const, 0},
15339 {"SYS_SCHED_SETPARAM", Const, 0},
15340 {"SYS_SCHED_SETSCHEDULER", Const, 0},
15341 {"SYS_SCHED_YIELD", Const, 0},
15342 {"SYS_SCTP_GENERIC_RECVMSG", Const, 0},
15343 {"SYS_SCTP_GENERIC_SENDMSG", Const, 0},
15344 {"SYS_SCTP_GENERIC_SENDMSG_IOV", Const, 0},
15345 {"SYS_SCTP_PEELOFF", Const, 0},
15346 {"SYS_SEARCHFS", Const, 0},
15347 {"SYS_SECURITY", Const, 0},
15348 {"SYS_SELECT", Const, 0},
15349 {"SYS_SELECT_NOCANCEL", Const, 0},
15350 {"SYS_SEMCONFIG", Const, 1},
15351 {"SYS_SEMCTL", Const, 0},
15352 {"SYS_SEMGET", Const, 0},
15353 {"SYS_SEMOP", Const, 0},
15354 {"SYS_SEMSYS", Const, 0},
15355 {"SYS_SEMTIMEDOP", Const, 0},
15356 {"SYS_SEM_CLOSE", Const, 0},
15357 {"SYS_SEM_DESTROY", Const, 0},
15358 {"SYS_SEM_GETVALUE", Const, 0},
15359 {"SYS_SEM_INIT", Const, 0},
15360 {"SYS_SEM_OPEN", Const, 0},
15361 {"SYS_SEM_POST", Const, 0},
15362 {"SYS_SEM_TRYWAIT", Const, 0},
15363 {"SYS_SEM_UNLINK", Const, 0},
15364 {"SYS_SEM_WAIT", Const, 0},
15365 {"SYS_SEM_WAIT_NOCANCEL", Const, 0},
15366 {"SYS_SEND", Const, 0},
15367 {"SYS_SENDFILE", Const, 0},
15368 {"SYS_SENDFILE64", Const, 0},
15369 {"SYS_SENDMMSG", Const, 0},
15370 {"SYS_SENDMSG", Const, 0},
15371 {"SYS_SENDMSG_NOCANCEL", Const, 0},
15372 {"SYS_SENDTO", Const, 0},
15373 {"SYS_SENDTO_NOCANCEL", Const, 0},
15374 {"SYS_SETATTRLIST", Const, 0},
15375 {"SYS_SETAUDIT", Const, 0},
15376 {"SYS_SETAUDIT_ADDR", Const, 0},
15377 {"SYS_SETAUID", Const, 0},
15378 {"SYS_SETCONTEXT", Const, 0},
15379 {"SYS_SETDOMAINNAME", Const, 0},
15380 {"SYS_SETEGID", Const, 0},
15381 {"SYS_SETEUID", Const, 0},
15382 {"SYS_SETFIB", Const, 0},
15383 {"SYS_SETFSGID", Const, 0},
15384 {"SYS_SETFSGID32", Const, 0},
15385 {"SYS_SETFSUID", Const, 0},
15386 {"SYS_SETFSUID32", Const, 0},
15387 {"SYS_SETGID", Const, 0},
15388 {"SYS_SETGID32", Const, 0},
15389 {"SYS_SETGROUPS", Const, 0},
15390 {"SYS_SETGROUPS32", Const, 0},
15391 {"SYS_SETHOSTNAME", Const, 0},
15392 {"SYS_SETITIMER", Const, 0},
15393 {"SYS_SETLCID", Const, 0},
15394 {"SYS_SETLOGIN", Const, 0},
15395 {"SYS_SETLOGINCLASS", Const, 0},
15396 {"SYS_SETNS", Const, 0},
15397 {"SYS_SETPGID", Const, 0},
15398 {"SYS_SETPRIORITY", Const, 0},
15399 {"SYS_SETPRIVEXEC", Const, 0},
15400 {"SYS_SETREGID", Const, 0},
15401 {"SYS_SETREGID32", Const, 0},
15402 {"SYS_SETRESGID", Const, 0},
15403 {"SYS_SETRESGID32", Const, 0},
15404 {"SYS_SETRESUID", Const, 0},
15405 {"SYS_SETRESUID32", Const, 0},
15406 {"SYS_SETREUID", Const, 0},
15407 {"SYS_SETREUID32", Const, 0},
15408 {"SYS_SETRLIMIT", Const, 0},
15409 {"SYS_SETRTABLE", Const, 1},
15410 {"SYS_SETSGROUPS", Const, 0},
15411 {"SYS_SETSID", Const, 0},
15412 {"SYS_SETSOCKOPT", Const, 0},
15413 {"SYS_SETTID", Const, 0},
15414 {"SYS_SETTID_WITH_PID", Const, 0},
15415 {"SYS_SETTIMEOFDAY", Const, 0},
15416 {"SYS_SETUID", Const, 0},
15417 {"SYS_SETUID32", Const, 0},
15418 {"SYS_SETWGROUPS", Const, 0},
15419 {"SYS_SETXATTR", Const, 0},
15420 {"SYS_SET_MEMPOLICY", Const, 0},
15421 {"SYS_SET_ROBUST_LIST", Const, 0},
15422 {"SYS_SET_THREAD_AREA", Const, 0},
15423 {"SYS_SET_TID_ADDRESS", Const, 0},
15424 {"SYS_SGETMASK", Const, 0},
15425 {"SYS_SHARED_REGION_CHECK_NP", Const, 0},
15426 {"SYS_SHARED_REGION_MAP_AND_SLIDE_NP", Const, 0},
15427 {"SYS_SHMAT", Const, 0},
15428 {"SYS_SHMCTL", Const, 0},
15429 {"SYS_SHMDT", Const, 0},
15430 {"SYS_SHMGET", Const, 0},
15431 {"SYS_SHMSYS", Const, 0},
15432 {"SYS_SHM_OPEN", Const, 0},
15433 {"SYS_SHM_UNLINK", Const, 0},
15434 {"SYS_SHUTDOWN", Const, 0},
15435 {"SYS_SIGACTION", Const, 0},
15436 {"SYS_SIGALTSTACK", Const, 0},
15437 {"SYS_SIGNAL", Const, 0},
15438 {"SYS_SIGNALFD", Const, 0},
15439 {"SYS_SIGNALFD4", Const, 0},
15440 {"SYS_SIGPENDING", Const, 0},
15441 {"SYS_SIGPROCMASK", Const, 0},
15442 {"SYS_SIGQUEUE", Const, 0},
15443 {"SYS_SIGQUEUEINFO", Const, 1},
15444 {"SYS_SIGRETURN", Const, 0},
15445 {"SYS_SIGSUSPEND", Const, 0},
15446 {"SYS_SIGSUSPEND_NOCANCEL", Const, 0},
15447 {"SYS_SIGTIMEDWAIT", Const, 0},
15448 {"SYS_SIGWAIT", Const, 0},
15449 {"SYS_SIGWAITINFO", Const, 0},
15450 {"SYS_SOCKET", Const, 0},
15451 {"SYS_SOCKETCALL", Const, 0},
15452 {"SYS_SOCKETPAIR", Const, 0},
15453 {"SYS_SPLICE", Const, 0},
15454 {"SYS_SSETMASK", Const, 0},
15455 {"SYS_SSTK", Const, 0},
15456 {"SYS_STACK_SNAPSHOT", Const, 0},
15457 {"SYS_STAT", Const, 0},
15458 {"SYS_STAT64", Const, 0},
15459 {"SYS_STAT64_EXTENDED", Const, 0},
15460 {"SYS_STATFS", Const, 0},
15461 {"SYS_STATFS64", Const, 0},
15462 {"SYS_STATV", Const, 0},
15463 {"SYS_STATVFS1", Const, 1},
15464 {"SYS_STAT_EXTENDED", Const, 0},
15465 {"SYS_STIME", Const, 0},
15466 {"SYS_STTY", Const, 0},
15467 {"SYS_SWAPCONTEXT", Const, 0},
15468 {"SYS_SWAPCTL", Const, 1},
15469 {"SYS_SWAPOFF", Const, 0},
15470 {"SYS_SWAPON", Const, 0},
15471 {"SYS_SYMLINK", Const, 0},
15472 {"SYS_SYMLINKAT", Const, 0},
15473 {"SYS_SYNC", Const, 0},
15474 {"SYS_SYNCFS", Const, 0},
15475 {"SYS_SYNC_FILE_RANGE", Const, 0},
15476 {"SYS_SYSARCH", Const, 0},
15477 {"SYS_SYSCALL", Const, 0},
15478 {"SYS_SYSCALL_BASE", Const, 0},
15479 {"SYS_SYSFS", Const, 0},
15480 {"SYS_SYSINFO", Const, 0},
15481 {"SYS_SYSLOG", Const, 0},
15482 {"SYS_TEE", Const, 0},
15483 {"SYS_TGKILL", Const, 0},
15484 {"SYS_THREAD_SELFID", Const, 0},
15485 {"SYS_THR_CREATE", Const, 0},
15486 {"SYS_THR_EXIT", Const, 0},
15487 {"SYS_THR_KILL", Const, 0},
15488 {"SYS_THR_KILL2", Const, 0},
15489 {"SYS_THR_NEW", Const, 0},
15490 {"SYS_THR_SELF", Const, 0},
15491 {"SYS_THR_SET_NAME", Const, 0},
15492 {"SYS_THR_SUSPEND", Const, 0},
15493 {"SYS_THR_WAKE", Const, 0},
15494 {"SYS_TIME", Const, 0},
15495 {"SYS_TIMERFD_CREATE", Const, 0},
15496 {"SYS_TIMERFD_GETTIME", Const, 0},
15497 {"SYS_TIMERFD_SETTIME", Const, 0},
15498 {"SYS_TIMER_CREATE", Const, 0},
15499 {"SYS_TIMER_DELETE", Const, 0},
15500 {"SYS_TIMER_GETOVERRUN", Const, 0},
15501 {"SYS_TIMER_GETTIME", Const, 0},
15502 {"SYS_TIMER_SETTIME", Const, 0},
15503 {"SYS_TIMES", Const, 0},
15504 {"SYS_TKILL", Const, 0},
15505 {"SYS_TRUNCATE", Const, 0},
15506 {"SYS_TRUNCATE64", Const, 0},
15507 {"SYS_TUXCALL", Const, 0},
15508 {"SYS_UGETRLIMIT", Const, 0},
15509 {"SYS_ULIMIT", Const, 0},
15510 {"SYS_UMASK", Const, 0},
15511 {"SYS_UMASK_EXTENDED", Const, 0},
15512 {"SYS_UMOUNT", Const, 0},
15513 {"SYS_UMOUNT2", Const, 0},
15514 {"SYS_UNAME", Const, 0},
15515 {"SYS_UNDELETE", Const, 0},
15516 {"SYS_UNLINK", Const, 0},
15517 {"SYS_UNLINKAT", Const, 0},
15518 {"SYS_UNMOUNT", Const, 0},
15519 {"SYS_UNSHARE", Const, 0},
15520 {"SYS_USELIB", Const, 0},
15521 {"SYS_USTAT", Const, 0},
15522 {"SYS_UTIME", Const, 0},
15523 {"SYS_UTIMENSAT", Const, 0},
15524 {"SYS_UTIMES", Const, 0},
15525 {"SYS_UTRACE", Const, 0},
15526 {"SYS_UUIDGEN", Const, 0},
15527 {"SYS_VADVISE", Const, 1},
15528 {"SYS_VFORK", Const, 0},
15529 {"SYS_VHANGUP", Const, 0},
15530 {"SYS_VM86", Const, 0},
15531 {"SYS_VM86OLD", Const, 0},
15532 {"SYS_VMSPLICE", Const, 0},
15533 {"SYS_VM_PRESSURE_MONITOR", Const, 0},
15534 {"SYS_VSERVER", Const, 0},
15535 {"SYS_WAIT4", Const, 0},
15536 {"SYS_WAIT4_NOCANCEL", Const, 0},
15537 {"SYS_WAIT6", Const, 1},
15538 {"SYS_WAITEVENT", Const, 0},
15539 {"SYS_WAITID", Const, 0},
15540 {"SYS_WAITID_NOCANCEL", Const, 0},
15541 {"SYS_WAITPID", Const, 0},
15542 {"SYS_WATCHEVENT", Const, 0},
15543 {"SYS_WORKQ_KERNRETURN", Const, 0},
15544 {"SYS_WORKQ_OPEN", Const, 0},
15545 {"SYS_WRITE", Const, 0},
15546 {"SYS_WRITEV", Const, 0},
15547 {"SYS_WRITEV_NOCANCEL", Const, 0},
15548 {"SYS_WRITE_NOCANCEL", Const, 0},
15549 {"SYS_YIELD", Const, 0},
15550 {"SYS__LLSEEK", Const, 0},
15551 {"SYS__LWP_CONTINUE", Const, 1},
15552 {"SYS__LWP_CREATE", Const, 1},
15553 {"SYS__LWP_CTL", Const, 1},
15554 {"SYS__LWP_DETACH", Const, 1},
15555 {"SYS__LWP_EXIT", Const, 1},
15556 {"SYS__LWP_GETNAME", Const, 1},
15557 {"SYS__LWP_GETPRIVATE", Const, 1},
15558 {"SYS__LWP_KILL", Const, 1},
15559 {"SYS__LWP_PARK", Const, 1},
15560 {"SYS__LWP_SELF", Const, 1},
15561 {"SYS__LWP_SETNAME", Const, 1},
15562 {"SYS__LWP_SETPRIVATE", Const, 1},
15563 {"SYS__LWP_SUSPEND", Const, 1},
15564 {"SYS__LWP_UNPARK", Const, 1},
15565 {"SYS__LWP_UNPARK_ALL", Const, 1},
15566 {"SYS__LWP_WAIT", Const, 1},
15567 {"SYS__LWP_WAKEUP", Const, 1},
15568 {"SYS__NEWSELECT", Const, 0},
15569 {"SYS__PSET_BIND", Const, 1},
15570 {"SYS__SCHED_GETAFFINITY", Const, 1},
15571 {"SYS__SCHED_GETPARAM", Const, 1},
15572 {"SYS__SCHED_SETAFFINITY", Const, 1},
15573 {"SYS__SCHED_SETPARAM", Const, 1},
15574 {"SYS__SYSCTL", Const, 0},
15575 {"SYS__UMTX_LOCK", Const, 0},
15576 {"SYS__UMTX_OP", Const, 0},
15577 {"SYS__UMTX_UNLOCK", Const, 0},
15578 {"SYS___ACL_ACLCHECK_FD", Const, 0},
15579 {"SYS___ACL_ACLCHECK_FILE", Const, 0},
15580 {"SYS___ACL_ACLCHECK_LINK", Const, 0},
15581 {"SYS___ACL_DELETE_FD", Const, 0},
15582 {"SYS___ACL_DELETE_FILE", Const, 0},
15583 {"SYS___ACL_DELETE_LINK", Const, 0},
15584 {"SYS___ACL_GET_FD", Const, 0},
15585 {"SYS___ACL_GET_FILE", Const, 0},
15586 {"SYS___ACL_GET_LINK", Const, 0},
15587 {"SYS___ACL_SET_FD", Const, 0},
15588 {"SYS___ACL_SET_FILE", Const, 0},
15589 {"SYS___ACL_SET_LINK", Const, 0},
15590 {"SYS___CAP_RIGHTS_GET", Const, 14},
15591 {"SYS___CLONE", Const, 1},
15592 {"SYS___DISABLE_THREADSIGNAL", Const, 0},
15593 {"SYS___GETCWD", Const, 0},
15594 {"SYS___GETLOGIN", Const, 1},
15595 {"SYS___GET_TCB", Const, 1},
15596 {"SYS___MAC_EXECVE", Const, 0},
15597 {"SYS___MAC_GETFSSTAT", Const, 0},
15598 {"SYS___MAC_GET_FD", Const, 0},
15599 {"SYS___MAC_GET_FILE", Const, 0},
15600 {"SYS___MAC_GET_LCID", Const, 0},
15601 {"SYS___MAC_GET_LCTX", Const, 0},
15602 {"SYS___MAC_GET_LINK", Const, 0},
15603 {"SYS___MAC_GET_MOUNT", Const, 0},
15604 {"SYS___MAC_GET_PID", Const, 0},
15605 {"SYS___MAC_GET_PROC", Const, 0},
15606 {"SYS___MAC_MOUNT", Const, 0},
15607 {"SYS___MAC_SET_FD", Const, 0},
15608 {"SYS___MAC_SET_FILE", Const, 0},
15609 {"SYS___MAC_SET_LCTX", Const, 0},
15610 {"SYS___MAC_SET_LINK", Const, 0},
15611 {"SYS___MAC_SET_PROC", Const, 0},
15612 {"SYS___MAC_SYSCALL", Const, 0},
15613 {"SYS___OLD_SEMWAIT_SIGNAL", Const, 0},
15614 {"SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", Const, 0},
15615 {"SYS___POSIX_CHOWN", Const, 1},
15616 {"SYS___POSIX_FCHOWN", Const, 1},
15617 {"SYS___POSIX_LCHOWN", Const, 1},
15618 {"SYS___POSIX_RENAME", Const, 1},
15619 {"SYS___PTHREAD_CANCELED", Const, 0},
15620 {"SYS___PTHREAD_CHDIR", Const, 0},
15621 {"SYS___PTHREAD_FCHDIR", Const, 0},
15622 {"SYS___PTHREAD_KILL", Const, 0},
15623 {"SYS___PTHREAD_MARKCANCEL", Const, 0},
15624 {"SYS___PTHREAD_SIGMASK", Const, 0},
15625 {"SYS___QUOTACTL", Const, 1},
15626 {"SYS___SEMCTL", Const, 1},
15627 {"SYS___SEMWAIT_SIGNAL", Const, 0},
15628 {"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0},
15629 {"SYS___SETLOGIN", Const, 1},
15630 {"SYS___SETUGID", Const, 0},
15631 {"SYS___SET_TCB", Const, 1},
15632 {"SYS___SIGACTION_SIGTRAMP", Const, 1},
15633 {"SYS___SIGTIMEDWAIT", Const, 1},
15634 {"SYS___SIGWAIT", Const, 0},
15635 {"SYS___SIGWAIT_NOCANCEL", Const, 0},
15636 {"SYS___SYSCTL", Const, 0},
15637 {"SYS___TFORK", Const, 1},
15638 {"SYS___THREXIT", Const, 1},
15639 {"SYS___THRSIGDIVERT", Const, 1},
15640 {"SYS___THRSLEEP", Const, 1},
15641 {"SYS___THRWAKEUP", Const, 1},
15642 {"S_ARCH1", Const, 1},
15643 {"S_ARCH2", Const, 1},
15644 {"S_BLKSIZE", Const, 0},
15645 {"S_IEXEC", Const, 0},
15646 {"S_IFBLK", Const, 0},
15647 {"S_IFCHR", Const, 0},
15648 {"S_IFDIR", Const, 0},
15649 {"S_IFIFO", Const, 0},
15650 {"S_IFLNK", Const, 0},
15651 {"S_IFMT", Const, 0},
15652 {"S_IFREG", Const, 0},
15653 {"S_IFSOCK", Const, 0},
15654 {"S_IFWHT", Const, 0},
15655 {"S_IREAD", Const, 0},
15656 {"S_IRGRP", Const, 0},
15657 {"S_IROTH", Const, 0},
15658 {"S_IRUSR", Const, 0},
15659 {"S_IRWXG", Const, 0},
15660 {"S_IRWXO", Const, 0},
15661 {"S_IRWXU", Const, 0},
15662 {"S_ISGID", Const, 0},
15663 {"S_ISTXT", Const, 0},
15664 {"S_ISUID", Const, 0},
15665 {"S_ISVTX", Const, 0},
15666 {"S_IWGRP", Const, 0},
15667 {"S_IWOTH", Const, 0},
15668 {"S_IWRITE", Const, 0},
15669 {"S_IWUSR", Const, 0},
15670 {"S_IXGRP", Const, 0},
15671 {"S_IXOTH", Const, 0},
15672 {"S_IXUSR", Const, 0},
15673 {"S_LOGIN_SET", Const, 1},
15674 {"SecurityAttributes", Type, 0},
15675 {"SecurityAttributes.InheritHandle", Field, 0},
15676 {"SecurityAttributes.Length", Field, 0},
15677 {"SecurityAttributes.SecurityDescriptor", Field, 0},
15678 {"Seek", Func, 0},
15679 {"Select", Func, 0},
15680 {"Sendfile", Func, 0},
15681 {"Sendmsg", Func, 0},
15682 {"SendmsgN", Func, 3},
15683 {"Sendto", Func, 0},
15684 {"Servent", Type, 0},
15685 {"Servent.Aliases", Field, 0},
15686 {"Servent.Name", Field, 0},
15687 {"Servent.Port", Field, 0},
15688 {"Servent.Proto", Field, 0},
15689 {"SetBpf", Func, 0},
15690 {"SetBpfBuflen", Func, 0},
15691 {"SetBpfDatalink", Func, 0},
15692 {"SetBpfHeadercmpl", Func, 0},
15693 {"SetBpfImmediate", Func, 0},
15694 {"SetBpfInterface", Func, 0},
15695 {"SetBpfPromisc", Func, 0},
15696 {"SetBpfTimeout", Func, 0},
15697 {"SetCurrentDirectory", Func, 0},
15698 {"SetEndOfFile", Func, 0},
15699 {"SetEnvironmentVariable", Func, 0},
15700 {"SetFileAttributes", Func, 0},
15701 {"SetFileCompletionNotificationModes", Func, 2},
15702 {"SetFilePointer", Func, 0},
15703 {"SetFileTime", Func, 0},
15704 {"SetHandleInformation", Func, 0},
15705 {"SetKevent", Func, 0},
15706 {"SetLsfPromisc", Func, 0},
15707 {"SetNonblock", Func, 0},
15708 {"Setdomainname", Func, 0},
15709 {"Setegid", Func, 0},
15710 {"Setenv", Func, 0},
15711 {"Seteuid", Func, 0},
15712 {"Setfsgid", Func, 0},
15713 {"Setfsuid", Func, 0},
15714 {"Setgid", Func, 0},
15715 {"Setgroups", Func, 0},
15716 {"Sethostname", Func, 0},
15717 {"Setlogin", Func, 0},
15718 {"Setpgid", Func, 0},
15719 {"Setpriority", Func, 0},
15720 {"Setprivexec", Func, 0},
15721 {"Setregid", Func, 0},
15722 {"Setresgid", Func, 0},
15723 {"Setresuid", Func, 0},
15724 {"Setreuid", Func, 0},
15725 {"Setrlimit", Func, 0},
15726 {"Setsid", Func, 0},
15727 {"Setsockopt", Func, 0},
15728 {"SetsockoptByte", Func, 0},
15729 {"SetsockoptICMPv6Filter", Func, 2},
15730 {"SetsockoptIPMreq", Func, 0},
15731 {"SetsockoptIPMreqn", Func, 0},
15732 {"SetsockoptIPv6Mreq", Func, 0},
15733 {"SetsockoptInet4Addr", Func, 0},
15734 {"SetsockoptInt", Func, 0},
15735 {"SetsockoptLinger", Func, 0},
15736 {"SetsockoptString", Func, 0},
15737 {"SetsockoptTimeval", Func, 0},
15738 {"Settimeofday", Func, 0},
15739 {"Setuid", Func, 0},
15740 {"Setxattr", Func, 1},
15741 {"Shutdown", Func, 0},
15742 {"SidTypeAlias", Const, 0},
15743 {"SidTypeComputer", Const, 0},
15744 {"SidTypeDeletedAccount", Const, 0},
15745 {"SidTypeDomain", Const, 0},
15746 {"SidTypeGroup", Const, 0},
15747 {"SidTypeInvalid", Const, 0},
15748 {"SidTypeLabel", Const, 0},
15749 {"SidTypeUnknown", Const, 0},
15750 {"SidTypeUser", Const, 0},
15751 {"SidTypeWellKnownGroup", Const, 0},
15752 {"Signal", Type, 0},
15753 {"SizeofBpfHdr", Const, 0},
15754 {"SizeofBpfInsn", Const, 0},
15755 {"SizeofBpfProgram", Const, 0},
15756 {"SizeofBpfStat", Const, 0},
15757 {"SizeofBpfVersion", Const, 0},
15758 {"SizeofBpfZbuf", Const, 0},
15759 {"SizeofBpfZbufHeader", Const, 0},
15760 {"SizeofCmsghdr", Const, 0},
15761 {"SizeofICMPv6Filter", Const, 2},
15762 {"SizeofIPMreq", Const, 0},
15763 {"SizeofIPMreqn", Const, 0},
15764 {"SizeofIPv6MTUInfo", Const, 2},
15765 {"SizeofIPv6Mreq", Const, 0},
15766 {"SizeofIfAddrmsg", Const, 0},
15767 {"SizeofIfAnnounceMsghdr", Const, 1},
15768 {"SizeofIfData", Const, 0},
15769 {"SizeofIfInfomsg", Const, 0},
15770 {"SizeofIfMsghdr", Const, 0},
15771 {"SizeofIfaMsghdr", Const, 0},
15772 {"SizeofIfmaMsghdr", Const, 0},
15773 {"SizeofIfmaMsghdr2", Const, 0},
15774 {"SizeofInet4Pktinfo", Const, 0},
15775 {"SizeofInet6Pktinfo", Const, 0},
15776 {"SizeofInotifyEvent", Const, 0},
15777 {"SizeofLinger", Const, 0},
15778 {"SizeofMsghdr", Const, 0},
15779 {"SizeofNlAttr", Const, 0},
15780 {"SizeofNlMsgerr", Const, 0},
15781 {"SizeofNlMsghdr", Const, 0},
15782 {"SizeofRtAttr", Const, 0},
15783 {"SizeofRtGenmsg", Const, 0},
15784 {"SizeofRtMetrics", Const, 0},
15785 {"SizeofRtMsg", Const, 0},
15786 {"SizeofRtMsghdr", Const, 0},
15787 {"SizeofRtNexthop", Const, 0},
15788 {"SizeofSockFilter", Const, 0},
15789 {"SizeofSockFprog", Const, 0},
15790 {"SizeofSockaddrAny", Const, 0},
15791 {"SizeofSockaddrDatalink", Const, 0},
15792 {"SizeofSockaddrInet4", Const, 0},
15793 {"SizeofSockaddrInet6", Const, 0},
15794 {"SizeofSockaddrLinklayer", Const, 0},
15795 {"SizeofSockaddrNetlink", Const, 0},
15796 {"SizeofSockaddrUnix", Const, 0},
15797 {"SizeofTCPInfo", Const, 1},
15798 {"SizeofUcred", Const, 0},
15799 {"SlicePtrFromStrings", Func, 1},
15800 {"SockFilter", Type, 0},
15801 {"SockFilter.Code", Field, 0},
15802 {"SockFilter.Jf", Field, 0},
15803 {"SockFilter.Jt", Field, 0},
15804 {"SockFilter.K", Field, 0},
15805 {"SockFprog", Type, 0},
15806 {"SockFprog.Filter", Field, 0},
15807 {"SockFprog.Len", Field, 0},
15808 {"SockFprog.Pad_cgo_0", Field, 0},
15809 {"Sockaddr", Type, 0},
15810 {"SockaddrDatalink", Type, 0},
15811 {"SockaddrDatalink.Alen", Field, 0},
15812 {"SockaddrDatalink.Data", Field, 0},
15813 {"SockaddrDatalink.Family", Field, 0},
15814 {"SockaddrDatalink.Index", Field, 0},
15815 {"SockaddrDatalink.Len", Field, 0},
15816 {"SockaddrDatalink.Nlen", Field, 0},
15817 {"SockaddrDatalink.Slen", Field, 0},
15818 {"SockaddrDatalink.Type", Field, 0},
15819 {"SockaddrGen", Type, 0},
15820 {"SockaddrInet4", Type, 0},
15821 {"SockaddrInet4.Addr", Field, 0},
15822 {"SockaddrInet4.Port", Field, 0},
15823 {"SockaddrInet6", Type, 0},
15824 {"SockaddrInet6.Addr", Field, 0},
15825 {"SockaddrInet6.Port", Field, 0},
15826 {"SockaddrInet6.ZoneId", Field, 0},
15827 {"SockaddrLinklayer", Type, 0},
15828 {"SockaddrLinklayer.Addr", Field, 0},
15829 {"SockaddrLinklayer.Halen", Field, 0},
15830 {"SockaddrLinklayer.Hatype", Field, 0},
15831 {"SockaddrLinklayer.Ifindex", Field, 0},
15832 {"SockaddrLinklayer.Pkttype", Field, 0},
15833 {"SockaddrLinklayer.Protocol", Field, 0},
15834 {"SockaddrNetlink", Type, 0},
15835 {"SockaddrNetlink.Family", Field, 0},
15836 {"SockaddrNetlink.Groups", Field, 0},
15837 {"SockaddrNetlink.Pad", Field, 0},
15838 {"SockaddrNetlink.Pid", Field, 0},
15839 {"SockaddrUnix", Type, 0},
15840 {"SockaddrUnix.Name", Field, 0},
15841 {"Socket", Func, 0},
15842 {"SocketControlMessage", Type, 0},
15843 {"SocketControlMessage.Data", Field, 0},
15844 {"SocketControlMessage.Header", Field, 0},
15845 {"SocketDisableIPv6", Var, 0},
15846 {"Socketpair", Func, 0},
15847 {"Splice", Func, 0},
15848 {"StartProcess", Func, 0},
15849 {"StartupInfo", Type, 0},
15850 {"StartupInfo.Cb", Field, 0},
15851 {"StartupInfo.Desktop", Field, 0},
15852 {"StartupInfo.FillAttribute", Field, 0},
15853 {"StartupInfo.Flags", Field, 0},
15854 {"StartupInfo.ShowWindow", Field, 0},
15855 {"StartupInfo.StdErr", Field, 0},
15856 {"StartupInfo.StdInput", Field, 0},
15857 {"StartupInfo.StdOutput", Field, 0},
15858 {"StartupInfo.Title", Field, 0},
15859 {"StartupInfo.X", Field, 0},
15860 {"StartupInfo.XCountChars", Field, 0},
15861 {"StartupInfo.XSize", Field, 0},
15862 {"StartupInfo.Y", Field, 0},
15863 {"StartupInfo.YCountChars", Field, 0},
15864 {"StartupInfo.YSize", Field, 0},
15865 {"Stat", Func, 0},
15866 {"Stat_t", Type, 0},
15867 {"Stat_t.Atim", Field, 0},
15868 {"Stat_t.Atim_ext", Field, 12},
15869 {"Stat_t.Atimespec", Field, 0},
15870 {"Stat_t.Birthtimespec", Field, 0},
15871 {"Stat_t.Blksize", Field, 0},
15872 {"Stat_t.Blocks", Field, 0},
15873 {"Stat_t.Btim_ext", Field, 12},
15874 {"Stat_t.Ctim", Field, 0},
15875 {"Stat_t.Ctim_ext", Field, 12},
15876 {"Stat_t.Ctimespec", Field, 0},
15877 {"Stat_t.Dev", Field, 0},
15878 {"Stat_t.Flags", Field, 0},
15879 {"Stat_t.Gen", Field, 0},
15880 {"Stat_t.Gid", Field, 0},
15881 {"Stat_t.Ino", Field, 0},
15882 {"Stat_t.Lspare", Field, 0},
15883 {"Stat_t.Lspare0", Field, 2},
15884 {"Stat_t.Lspare1", Field, 2},
15885 {"Stat_t.Mode", Field, 0},
15886 {"Stat_t.Mtim", Field, 0},
15887 {"Stat_t.Mtim_ext", Field, 12},
15888 {"Stat_t.Mtimespec", Field, 0},
15889 {"Stat_t.Nlink", Field, 0},
15890 {"Stat_t.Pad_cgo_0", Field, 0},
15891 {"Stat_t.Pad_cgo_1", Field, 0},
15892 {"Stat_t.Pad_cgo_2", Field, 0},
15893 {"Stat_t.Padding0", Field, 12},
15894 {"Stat_t.Padding1", Field, 12},
15895 {"Stat_t.Qspare", Field, 0},
15896 {"Stat_t.Rdev", Field, 0},
15897 {"Stat_t.Size", Field, 0},
15898 {"Stat_t.Spare", Field, 2},
15899 {"Stat_t.Uid", Field, 0},
15900 {"Stat_t.X__pad0", Field, 0},
15901 {"Stat_t.X__pad1", Field, 0},
15902 {"Stat_t.X__pad2", Field, 0},
15903 {"Stat_t.X__st_birthtim", Field, 2},
15904 {"Stat_t.X__st_ino", Field, 0},
15905 {"Stat_t.X__unused", Field, 0},
15906 {"Statfs", Func, 0},
15907 {"Statfs_t", Type, 0},
15908 {"Statfs_t.Asyncreads", Field, 0},
15909 {"Statfs_t.Asyncwrites", Field, 0},
15910 {"Statfs_t.Bavail", Field, 0},
15911 {"Statfs_t.Bfree", Field, 0},
15912 {"Statfs_t.Blocks", Field, 0},
15913 {"Statfs_t.Bsize", Field, 0},
15914 {"Statfs_t.Charspare", Field, 0},
15915 {"Statfs_t.F_asyncreads", Field, 2},
15916 {"Statfs_t.F_asyncwrites", Field, 2},
15917 {"Statfs_t.F_bavail", Field, 2},
15918 {"Statfs_t.F_bfree", Field, 2},
15919 {"Statfs_t.F_blocks", Field, 2},
15920 {"Statfs_t.F_bsize", Field, 2},
15921 {"Statfs_t.F_ctime", Field, 2},
15922 {"Statfs_t.F_favail", Field, 2},
15923 {"Statfs_t.F_ffree", Field, 2},
15924 {"Statfs_t.F_files", Field, 2},
15925 {"Statfs_t.F_flags", Field, 2},
15926 {"Statfs_t.F_fsid", Field, 2},
15927 {"Statfs_t.F_fstypename", Field, 2},
15928 {"Statfs_t.F_iosize", Field, 2},
15929 {"Statfs_t.F_mntfromname", Field, 2},
15930 {"Statfs_t.F_mntfromspec", Field, 3},
15931 {"Statfs_t.F_mntonname", Field, 2},
15932 {"Statfs_t.F_namemax", Field, 2},
15933 {"Statfs_t.F_owner", Field, 2},
15934 {"Statfs_t.F_spare", Field, 2},
15935 {"Statfs_t.F_syncreads", Field, 2},
15936 {"Statfs_t.F_syncwrites", Field, 2},
15937 {"Statfs_t.Ffree", Field, 0},
15938 {"Statfs_t.Files", Field, 0},
15939 {"Statfs_t.Flags", Field, 0},
15940 {"Statfs_t.Frsize", Field, 0},
15941 {"Statfs_t.Fsid", Field, 0},
15942 {"Statfs_t.Fssubtype", Field, 0},
15943 {"Statfs_t.Fstypename", Field, 0},
15944 {"Statfs_t.Iosize", Field, 0},
15945 {"Statfs_t.Mntfromname", Field, 0},
15946 {"Statfs_t.Mntonname", Field, 0},
15947 {"Statfs_t.Mount_info", Field, 2},
15948 {"Statfs_t.Namelen", Field, 0},
15949 {"Statfs_t.Namemax", Field, 0},
15950 {"Statfs_t.Owner", Field, 0},
15951 {"Statfs_t.Pad_cgo_0", Field, 0},
15952 {"Statfs_t.Pad_cgo_1", Field, 2},
15953 {"Statfs_t.Reserved", Field, 0},
15954 {"Statfs_t.Spare", Field, 0},
15955 {"Statfs_t.Syncreads", Field, 0},
15956 {"Statfs_t.Syncwrites", Field, 0},
15957 {"Statfs_t.Type", Field, 0},
15958 {"Statfs_t.Version", Field, 0},
15959 {"Stderr", Var, 0},
15960 {"Stdin", Var, 0},
15961 {"Stdout", Var, 0},
15962 {"StringBytePtr", Func, 0},
15963 {"StringByteSlice", Func, 0},
15964 {"StringSlicePtr", Func, 0},
15965 {"StringToSid", Func, 0},
15966 {"StringToUTF16", Func, 0},
15967 {"StringToUTF16Ptr", Func, 0},
15968 {"Symlink", Func, 0},
15969 {"Sync", Func, 0},
15970 {"SyncFileRange", Func, 0},
15971 {"SysProcAttr", Type, 0},
15972 {"SysProcAttr.AdditionalInheritedHandles", Field, 17},
15973 {"SysProcAttr.AmbientCaps", Field, 9},
15974 {"SysProcAttr.CgroupFD", Field, 20},
15975 {"SysProcAttr.Chroot", Field, 0},
15976 {"SysProcAttr.Cloneflags", Field, 2},
15977 {"SysProcAttr.CmdLine", Field, 0},
15978 {"SysProcAttr.CreationFlags", Field, 1},
15979 {"SysProcAttr.Credential", Field, 0},
15980 {"SysProcAttr.Ctty", Field, 1},
15981 {"SysProcAttr.Foreground", Field, 5},
15982 {"SysProcAttr.GidMappings", Field, 4},
15983 {"SysProcAttr.GidMappingsEnableSetgroups", Field, 5},
15984 {"SysProcAttr.HideWindow", Field, 0},
15985 {"SysProcAttr.Jail", Field, 21},
15986 {"SysProcAttr.NoInheritHandles", Field, 16},
15987 {"SysProcAttr.Noctty", Field, 0},
15988 {"SysProcAttr.ParentProcess", Field, 17},
15989 {"SysProcAttr.Pdeathsig", Field, 0},
15990 {"SysProcAttr.Pgid", Field, 5},
15991 {"SysProcAttr.PidFD", Field, 22},
15992 {"SysProcAttr.ProcessAttributes", Field, 13},
15993 {"SysProcAttr.Ptrace", Field, 0},
15994 {"SysProcAttr.Setctty", Field, 0},
15995 {"SysProcAttr.Setpgid", Field, 0},
15996 {"SysProcAttr.Setsid", Field, 0},
15997 {"SysProcAttr.ThreadAttributes", Field, 13},
15998 {"SysProcAttr.Token", Field, 10},
15999 {"SysProcAttr.UidMappings", Field, 4},
16000 {"SysProcAttr.Unshareflags", Field, 7},
16001 {"SysProcAttr.UseCgroupFD", Field, 20},
16002 {"SysProcIDMap", Type, 4},
16003 {"SysProcIDMap.ContainerID", Field, 4},
16004 {"SysProcIDMap.HostID", Field, 4},
16005 {"SysProcIDMap.Size", Field, 4},
16006 {"Syscall", Func, 0},
16007 {"Syscall12", Func, 0},
16008 {"Syscall15", Func, 0},
16009 {"Syscall18", Func, 12},
16010 {"Syscall6", Func, 0},
16011 {"Syscall9", Func, 0},
16012 {"SyscallN", Func, 18},
16013 {"Sysctl", Func, 0},
16014 {"SysctlUint32", Func, 0},
16015 {"Sysctlnode", Type, 2},
16016 {"Sysctlnode.Flags", Field, 2},
16017 {"Sysctlnode.Name", Field, 2},
16018 {"Sysctlnode.Num", Field, 2},
16019 {"Sysctlnode.Un", Field, 2},
16020 {"Sysctlnode.Ver", Field, 2},
16021 {"Sysctlnode.X__rsvd", Field, 2},
16022 {"Sysctlnode.X_sysctl_desc", Field, 2},
16023 {"Sysctlnode.X_sysctl_func", Field, 2},
16024 {"Sysctlnode.X_sysctl_parent", Field, 2},
16025 {"Sysctlnode.X_sysctl_size", Field, 2},
16026 {"Sysinfo", Func, 0},
16027 {"Sysinfo_t", Type, 0},
16028 {"Sysinfo_t.Bufferram", Field, 0},
16029 {"Sysinfo_t.Freehigh", Field, 0},
16030 {"Sysinfo_t.Freeram", Field, 0},
16031 {"Sysinfo_t.Freeswap", Field, 0},
16032 {"Sysinfo_t.Loads", Field, 0},
16033 {"Sysinfo_t.Pad", Field, 0},
16034 {"Sysinfo_t.Pad_cgo_0", Field, 0},
16035 {"Sysinfo_t.Pad_cgo_1", Field, 0},
16036 {"Sysinfo_t.Procs", Field, 0},
16037 {"Sysinfo_t.Sharedram", Field, 0},
16038 {"Sysinfo_t.Totalhigh", Field, 0},
16039 {"Sysinfo_t.Totalram", Field, 0},
16040 {"Sysinfo_t.Totalswap", Field, 0},
16041 {"Sysinfo_t.Unit", Field, 0},
16042 {"Sysinfo_t.Uptime", Field, 0},
16043 {"Sysinfo_t.X_f", Field, 0},
16044 {"Systemtime", Type, 0},
16045 {"Systemtime.Day", Field, 0},
16046 {"Systemtime.DayOfWeek", Field, 0},
16047 {"Systemtime.Hour", Field, 0},
16048 {"Systemtime.Milliseconds", Field, 0},
16049 {"Systemtime.Minute", Field, 0},
16050 {"Systemtime.Month", Field, 0},
16051 {"Systemtime.Second", Field, 0},
16052 {"Systemtime.Year", Field, 0},
16053 {"TCGETS", Const, 0},
16054 {"TCIFLUSH", Const, 1},
16055 {"TCIOFLUSH", Const, 1},
16056 {"TCOFLUSH", Const, 1},
16057 {"TCPInfo", Type, 1},
16058 {"TCPInfo.Advmss", Field, 1},
16059 {"TCPInfo.Ato", Field, 1},
16060 {"TCPInfo.Backoff", Field, 1},
16061 {"TCPInfo.Ca_state", Field, 1},
16062 {"TCPInfo.Fackets", Field, 1},
16063 {"TCPInfo.Last_ack_recv", Field, 1},
16064 {"TCPInfo.Last_ack_sent", Field, 1},
16065 {"TCPInfo.Last_data_recv", Field, 1},
16066 {"TCPInfo.Last_data_sent", Field, 1},
16067 {"TCPInfo.Lost", Field, 1},
16068 {"TCPInfo.Options", Field, 1},
16069 {"TCPInfo.Pad_cgo_0", Field, 1},
16070 {"TCPInfo.Pmtu", Field, 1},
16071 {"TCPInfo.Probes", Field, 1},
16072 {"TCPInfo.Rcv_mss", Field, 1},
16073 {"TCPInfo.Rcv_rtt", Field, 1},
16074 {"TCPInfo.Rcv_space", Field, 1},
16075 {"TCPInfo.Rcv_ssthresh", Field, 1},
16076 {"TCPInfo.Reordering", Field, 1},
16077 {"TCPInfo.Retrans", Field, 1},
16078 {"TCPInfo.Retransmits", Field, 1},
16079 {"TCPInfo.Rto", Field, 1},
16080 {"TCPInfo.Rtt", Field, 1},
16081 {"TCPInfo.Rttvar", Field, 1},
16082 {"TCPInfo.Sacked", Field, 1},
16083 {"TCPInfo.Snd_cwnd", Field, 1},
16084 {"TCPInfo.Snd_mss", Field, 1},
16085 {"TCPInfo.Snd_ssthresh", Field, 1},
16086 {"TCPInfo.State", Field, 1},
16087 {"TCPInfo.Total_retrans", Field, 1},
16088 {"TCPInfo.Unacked", Field, 1},
16089 {"TCPKeepalive", Type, 3},
16090 {"TCPKeepalive.Interval", Field, 3},
16091 {"TCPKeepalive.OnOff", Field, 3},
16092 {"TCPKeepalive.Time", Field, 3},
16093 {"TCP_CA_NAME_MAX", Const, 0},
16094 {"TCP_CONGCTL", Const, 1},
16095 {"TCP_CONGESTION", Const, 0},
16096 {"TCP_CONNECTIONTIMEOUT", Const, 0},
16097 {"TCP_CORK", Const, 0},
16098 {"TCP_DEFER_ACCEPT", Const, 0},
16099 {"TCP_ENABLE_ECN", Const, 16},
16100 {"TCP_INFO", Const, 0},
16101 {"TCP_KEEPALIVE", Const, 0},
16102 {"TCP_KEEPCNT", Const, 0},
16103 {"TCP_KEEPIDLE", Const, 0},
16104 {"TCP_KEEPINIT", Const, 1},
16105 {"TCP_KEEPINTVL", Const, 0},
16106 {"TCP_LINGER2", Const, 0},
16107 {"TCP_MAXBURST", Const, 0},
16108 {"TCP_MAXHLEN", Const, 0},
16109 {"TCP_MAXOLEN", Const, 0},
16110 {"TCP_MAXSEG", Const, 0},
16111 {"TCP_MAXWIN", Const, 0},
16112 {"TCP_MAX_SACK", Const, 0},
16113 {"TCP_MAX_WINSHIFT", Const, 0},
16114 {"TCP_MD5SIG", Const, 0},
16115 {"TCP_MD5SIG_MAXKEYLEN", Const, 0},
16116 {"TCP_MINMSS", Const, 0},
16117 {"TCP_MINMSSOVERLOAD", Const, 0},
16118 {"TCP_MSS", Const, 0},
16119 {"TCP_NODELAY", Const, 0},
16120 {"TCP_NOOPT", Const, 0},
16121 {"TCP_NOPUSH", Const, 0},
16122 {"TCP_NOTSENT_LOWAT", Const, 16},
16123 {"TCP_NSTATES", Const, 1},
16124 {"TCP_QUICKACK", Const, 0},
16125 {"TCP_RXT_CONNDROPTIME", Const, 0},
16126 {"TCP_RXT_FINDROP", Const, 0},
16127 {"TCP_SACK_ENABLE", Const, 1},
16128 {"TCP_SENDMOREACKS", Const, 16},
16129 {"TCP_SYNCNT", Const, 0},
16130 {"TCP_VENDOR", Const, 3},
16131 {"TCP_WINDOW_CLAMP", Const, 0},
16132 {"TCSAFLUSH", Const, 1},
16133 {"TCSETS", Const, 0},
16134 {"TF_DISCONNECT", Const, 0},
16135 {"TF_REUSE_SOCKET", Const, 0},
16136 {"TF_USE_DEFAULT_WORKER", Const, 0},
16137 {"TF_USE_KERNEL_APC", Const, 0},
16138 {"TF_USE_SYSTEM_THREAD", Const, 0},
16139 {"TF_WRITE_BEHIND", Const, 0},
16140 {"TH32CS_INHERIT", Const, 4},
16141 {"TH32CS_SNAPALL", Const, 4},
16142 {"TH32CS_SNAPHEAPLIST", Const, 4},
16143 {"TH32CS_SNAPMODULE", Const, 4},
16144 {"TH32CS_SNAPMODULE32", Const, 4},
16145 {"TH32CS_SNAPPROCESS", Const, 4},
16146 {"TH32CS_SNAPTHREAD", Const, 4},
16147 {"TIME_ZONE_ID_DAYLIGHT", Const, 0},
16148 {"TIME_ZONE_ID_STANDARD", Const, 0},
16149 {"TIME_ZONE_ID_UNKNOWN", Const, 0},
16150 {"TIOCCBRK", Const, 0},
16151 {"TIOCCDTR", Const, 0},
16152 {"TIOCCONS", Const, 0},
16153 {"TIOCDCDTIMESTAMP", Const, 0},
16154 {"TIOCDRAIN", Const, 0},
16155 {"TIOCDSIMICROCODE", Const, 0},
16156 {"TIOCEXCL", Const, 0},
16157 {"TIOCEXT", Const, 0},
16158 {"TIOCFLAG_CDTRCTS", Const, 1},
16159 {"TIOCFLAG_CLOCAL", Const, 1},
16160 {"TIOCFLAG_CRTSCTS", Const, 1},
16161 {"TIOCFLAG_MDMBUF", Const, 1},
16162 {"TIOCFLAG_PPS", Const, 1},
16163 {"TIOCFLAG_SOFTCAR", Const, 1},
16164 {"TIOCFLUSH", Const, 0},
16165 {"TIOCGDEV", Const, 0},
16166 {"TIOCGDRAINWAIT", Const, 0},
16167 {"TIOCGETA", Const, 0},
16168 {"TIOCGETD", Const, 0},
16169 {"TIOCGFLAGS", Const, 1},
16170 {"TIOCGICOUNT", Const, 0},
16171 {"TIOCGLCKTRMIOS", Const, 0},
16172 {"TIOCGLINED", Const, 1},
16173 {"TIOCGPGRP", Const, 0},
16174 {"TIOCGPTN", Const, 0},
16175 {"TIOCGQSIZE", Const, 1},
16176 {"TIOCGRANTPT", Const, 1},
16177 {"TIOCGRS485", Const, 0},
16178 {"TIOCGSERIAL", Const, 0},
16179 {"TIOCGSID", Const, 0},
16180 {"TIOCGSIZE", Const, 1},
16181 {"TIOCGSOFTCAR", Const, 0},
16182 {"TIOCGTSTAMP", Const, 1},
16183 {"TIOCGWINSZ", Const, 0},
16184 {"TIOCINQ", Const, 0},
16185 {"TIOCIXOFF", Const, 0},
16186 {"TIOCIXON", Const, 0},
16187 {"TIOCLINUX", Const, 0},
16188 {"TIOCMBIC", Const, 0},
16189 {"TIOCMBIS", Const, 0},
16190 {"TIOCMGDTRWAIT", Const, 0},
16191 {"TIOCMGET", Const, 0},
16192 {"TIOCMIWAIT", Const, 0},
16193 {"TIOCMODG", Const, 0},
16194 {"TIOCMODS", Const, 0},
16195 {"TIOCMSDTRWAIT", Const, 0},
16196 {"TIOCMSET", Const, 0},
16197 {"TIOCM_CAR", Const, 0},
16198 {"TIOCM_CD", Const, 0},
16199 {"TIOCM_CTS", Const, 0},
16200 {"TIOCM_DCD", Const, 0},
16201 {"TIOCM_DSR", Const, 0},
16202 {"TIOCM_DTR", Const, 0},
16203 {"TIOCM_LE", Const, 0},
16204 {"TIOCM_RI", Const, 0},
16205 {"TIOCM_RNG", Const, 0},
16206 {"TIOCM_RTS", Const, 0},
16207 {"TIOCM_SR", Const, 0},
16208 {"TIOCM_ST", Const, 0},
16209 {"TIOCNOTTY", Const, 0},
16210 {"TIOCNXCL", Const, 0},
16211 {"TIOCOUTQ", Const, 0},
16212 {"TIOCPKT", Const, 0},
16213 {"TIOCPKT_DATA", Const, 0},
16214 {"TIOCPKT_DOSTOP", Const, 0},
16215 {"TIOCPKT_FLUSHREAD", Const, 0},
16216 {"TIOCPKT_FLUSHWRITE", Const, 0},
16217 {"TIOCPKT_IOCTL", Const, 0},
16218 {"TIOCPKT_NOSTOP", Const, 0},
16219 {"TIOCPKT_START", Const, 0},
16220 {"TIOCPKT_STOP", Const, 0},
16221 {"TIOCPTMASTER", Const, 0},
16222 {"TIOCPTMGET", Const, 1},
16223 {"TIOCPTSNAME", Const, 1},
16224 {"TIOCPTYGNAME", Const, 0},
16225 {"TIOCPTYGRANT", Const, 0},
16226 {"TIOCPTYUNLK", Const, 0},
16227 {"TIOCRCVFRAME", Const, 1},
16228 {"TIOCREMOTE", Const, 0},
16229 {"TIOCSBRK", Const, 0},
16230 {"TIOCSCONS", Const, 0},
16231 {"TIOCSCTTY", Const, 0},
16232 {"TIOCSDRAINWAIT", Const, 0},
16233 {"TIOCSDTR", Const, 0},
16234 {"TIOCSERCONFIG", Const, 0},
16235 {"TIOCSERGETLSR", Const, 0},
16236 {"TIOCSERGETMULTI", Const, 0},
16237 {"TIOCSERGSTRUCT", Const, 0},
16238 {"TIOCSERGWILD", Const, 0},
16239 {"TIOCSERSETMULTI", Const, 0},
16240 {"TIOCSERSWILD", Const, 0},
16241 {"TIOCSER_TEMT", Const, 0},
16242 {"TIOCSETA", Const, 0},
16243 {"TIOCSETAF", Const, 0},
16244 {"TIOCSETAW", Const, 0},
16245 {"TIOCSETD", Const, 0},
16246 {"TIOCSFLAGS", Const, 1},
16247 {"TIOCSIG", Const, 0},
16248 {"TIOCSLCKTRMIOS", Const, 0},
16249 {"TIOCSLINED", Const, 1},
16250 {"TIOCSPGRP", Const, 0},
16251 {"TIOCSPTLCK", Const, 0},
16252 {"TIOCSQSIZE", Const, 1},
16253 {"TIOCSRS485", Const, 0},
16254 {"TIOCSSERIAL", Const, 0},
16255 {"TIOCSSIZE", Const, 1},
16256 {"TIOCSSOFTCAR", Const, 0},
16257 {"TIOCSTART", Const, 0},
16258 {"TIOCSTAT", Const, 0},
16259 {"TIOCSTI", Const, 0},
16260 {"TIOCSTOP", Const, 0},
16261 {"TIOCSTSTAMP", Const, 1},
16262 {"TIOCSWINSZ", Const, 0},
16263 {"TIOCTIMESTAMP", Const, 0},
16264 {"TIOCUCNTL", Const, 0},
16265 {"TIOCVHANGUP", Const, 0},
16266 {"TIOCXMTFRAME", Const, 1},
16267 {"TOKEN_ADJUST_DEFAULT", Const, 0},
16268 {"TOKEN_ADJUST_GROUPS", Const, 0},
16269 {"TOKEN_ADJUST_PRIVILEGES", Const, 0},
16270 {"TOKEN_ADJUST_SESSIONID", Const, 11},
16271 {"TOKEN_ALL_ACCESS", Const, 0},
16272 {"TOKEN_ASSIGN_PRIMARY", Const, 0},
16273 {"TOKEN_DUPLICATE", Const, 0},
16274 {"TOKEN_EXECUTE", Const, 0},
16275 {"TOKEN_IMPERSONATE", Const, 0},
16276 {"TOKEN_QUERY", Const, 0},
16277 {"TOKEN_QUERY_SOURCE", Const, 0},
16278 {"TOKEN_READ", Const, 0},
16279 {"TOKEN_WRITE", Const, 0},
16280 {"TOSTOP", Const, 0},
16281 {"TRUNCATE_EXISTING", Const, 0},
16282 {"TUNATTACHFILTER", Const, 0},
16283 {"TUNDETACHFILTER", Const, 0},
16284 {"TUNGETFEATURES", Const, 0},
16285 {"TUNGETIFF", Const, 0},
16286 {"TUNGETSNDBUF", Const, 0},
16287 {"TUNGETVNETHDRSZ", Const, 0},
16288 {"TUNSETDEBUG", Const, 0},
16289 {"TUNSETGROUP", Const, 0},
16290 {"TUNSETIFF", Const, 0},
16291 {"TUNSETLINK", Const, 0},
16292 {"TUNSETNOCSUM", Const, 0},
16293 {"TUNSETOFFLOAD", Const, 0},
16294 {"TUNSETOWNER", Const, 0},
16295 {"TUNSETPERSIST", Const, 0},
16296 {"TUNSETSNDBUF", Const, 0},
16297 {"TUNSETTXFILTER", Const, 0},
16298 {"TUNSETVNETHDRSZ", Const, 0},
16299 {"Tee", Func, 0},
16300 {"TerminateProcess", Func, 0},
16301 {"Termios", Type, 0},
16302 {"Termios.Cc", Field, 0},
16303 {"Termios.Cflag", Field, 0},
16304 {"Termios.Iflag", Field, 0},
16305 {"Termios.Ispeed", Field, 0},
16306 {"Termios.Lflag", Field, 0},
16307 {"Termios.Line", Field, 0},
16308 {"Termios.Oflag", Field, 0},
16309 {"Termios.Ospeed", Field, 0},
16310 {"Termios.Pad_cgo_0", Field, 0},
16311 {"Tgkill", Func, 0},
16312 {"Time", Func, 0},
16313 {"Time_t", Type, 0},
16314 {"Times", Func, 0},
16315 {"Timespec", Type, 0},
16316 {"Timespec.Nsec", Field, 0},
16317 {"Timespec.Pad_cgo_0", Field, 2},
16318 {"Timespec.Sec", Field, 0},
16319 {"TimespecToNsec", Func, 0},
16320 {"Timeval", Type, 0},
16321 {"Timeval.Pad_cgo_0", Field, 0},
16322 {"Timeval.Sec", Field, 0},
16323 {"Timeval.Usec", Field, 0},
16324 {"Timeval32", Type, 0},
16325 {"Timeval32.Sec", Field, 0},
16326 {"Timeval32.Usec", Field, 0},
16327 {"TimevalToNsec", Func, 0},
16328 {"Timex", Type, 0},
16329 {"Timex.Calcnt", Field, 0},
16330 {"Timex.Constant", Field, 0},
16331 {"Timex.Errcnt", Field, 0},
16332 {"Timex.Esterror", Field, 0},
16333 {"Timex.Freq", Field, 0},
16334 {"Timex.Jitcnt", Field, 0},
16335 {"Timex.Jitter", Field, 0},
16336 {"Timex.Maxerror", Field, 0},
16337 {"Timex.Modes", Field, 0},
16338 {"Timex.Offset", Field, 0},
16339 {"Timex.Pad_cgo_0", Field, 0},
16340 {"Timex.Pad_cgo_1", Field, 0},
16341 {"Timex.Pad_cgo_2", Field, 0},
16342 {"Timex.Pad_cgo_3", Field, 0},
16343 {"Timex.Ppsfreq", Field, 0},
16344 {"Timex.Precision", Field, 0},
16345 {"Timex.Shift", Field, 0},
16346 {"Timex.Stabil", Field, 0},
16347 {"Timex.Status", Field, 0},
16348 {"Timex.Stbcnt", Field, 0},
16349 {"Timex.Tai", Field, 0},
16350 {"Timex.Tick", Field, 0},
16351 {"Timex.Time", Field, 0},
16352 {"Timex.Tolerance", Field, 0},
16353 {"Timezoneinformation", Type, 0},
16354 {"Timezoneinformation.Bias", Field, 0},
16355 {"Timezoneinformation.DaylightBias", Field, 0},
16356 {"Timezoneinformation.DaylightDate", Field, 0},
16357 {"Timezoneinformation.DaylightName", Field, 0},
16358 {"Timezoneinformation.StandardBias", Field, 0},
16359 {"Timezoneinformation.StandardDate", Field, 0},
16360 {"Timezoneinformation.StandardName", Field, 0},
16361 {"Tms", Type, 0},
16362 {"Tms.Cstime", Field, 0},
16363 {"Tms.Cutime", Field, 0},
16364 {"Tms.Stime", Field, 0},
16365 {"Tms.Utime", Field, 0},
16366 {"Token", Type, 0},
16367 {"TokenAccessInformation", Const, 0},
16368 {"TokenAuditPolicy", Const, 0},
16369 {"TokenDefaultDacl", Const, 0},
16370 {"TokenElevation", Const, 0},
16371 {"TokenElevationType", Const, 0},
16372 {"TokenGroups", Const, 0},
16373 {"TokenGroupsAndPrivileges", Const, 0},
16374 {"TokenHasRestrictions", Const, 0},
16375 {"TokenImpersonationLevel", Const, 0},
16376 {"TokenIntegrityLevel", Const, 0},
16377 {"TokenLinkedToken", Const, 0},
16378 {"TokenLogonSid", Const, 0},
16379 {"TokenMandatoryPolicy", Const, 0},
16380 {"TokenOrigin", Const, 0},
16381 {"TokenOwner", Const, 0},
16382 {"TokenPrimaryGroup", Const, 0},
16383 {"TokenPrivileges", Const, 0},
16384 {"TokenRestrictedSids", Const, 0},
16385 {"TokenSandBoxInert", Const, 0},
16386 {"TokenSessionId", Const, 0},
16387 {"TokenSessionReference", Const, 0},
16388 {"TokenSource", Const, 0},
16389 {"TokenStatistics", Const, 0},
16390 {"TokenType", Const, 0},
16391 {"TokenUIAccess", Const, 0},
16392 {"TokenUser", Const, 0},
16393 {"TokenVirtualizationAllowed", Const, 0},
16394 {"TokenVirtualizationEnabled", Const, 0},
16395 {"Tokenprimarygroup", Type, 0},
16396 {"Tokenprimarygroup.PrimaryGroup", Field, 0},
16397 {"Tokenuser", Type, 0},
16398 {"Tokenuser.User", Field, 0},
16399 {"TranslateAccountName", Func, 0},
16400 {"TranslateName", Func, 0},
16401 {"TransmitFile", Func, 0},
16402 {"TransmitFileBuffers", Type, 0},
16403 {"TransmitFileBuffers.Head", Field, 0},
16404 {"TransmitFileBuffers.HeadLength", Field, 0},
16405 {"TransmitFileBuffers.Tail", Field, 0},
16406 {"TransmitFileBuffers.TailLength", Field, 0},
16407 {"Truncate", Func, 0},
16408 {"UNIX_PATH_MAX", Const, 12},
16409 {"USAGE_MATCH_TYPE_AND", Const, 0},
16410 {"USAGE_MATCH_TYPE_OR", Const, 0},
16411 {"UTF16FromString", Func, 1},
16412 {"UTF16PtrFromString", Func, 1},
16413 {"UTF16ToString", Func, 0},
16414 {"Ucred", Type, 0},
16415 {"Ucred.Gid", Field, 0},
16416 {"Ucred.Pid", Field, 0},
16417 {"Ucred.Uid", Field, 0},
16418 {"Umask", Func, 0},
16419 {"Uname", Func, 0},
16420 {"Undelete", Func, 0},
16421 {"UnixCredentials", Func, 0},
16422 {"UnixRights", Func, 0},
16423 {"Unlink", Func, 0},
16424 {"Unlinkat", Func, 0},
16425 {"UnmapViewOfFile", Func, 0},
16426 {"Unmount", Func, 0},
16427 {"Unsetenv", Func, 4},
16428 {"Unshare", Func, 0},
16429 {"UserInfo10", Type, 0},
16430 {"UserInfo10.Comment", Field, 0},
16431 {"UserInfo10.FullName", Field, 0},
16432 {"UserInfo10.Name", Field, 0},
16433 {"UserInfo10.UsrComment", Field, 0},
16434 {"Ustat", Func, 0},
16435 {"Ustat_t", Type, 0},
16436 {"Ustat_t.Fname", Field, 0},
16437 {"Ustat_t.Fpack", Field, 0},
16438 {"Ustat_t.Pad_cgo_0", Field, 0},
16439 {"Ustat_t.Pad_cgo_1", Field, 0},
16440 {"Ustat_t.Tfree", Field, 0},
16441 {"Ustat_t.Tinode", Field, 0},
16442 {"Utimbuf", Type, 0},
16443 {"Utimbuf.Actime", Field, 0},
16444 {"Utimbuf.Modtime", Field, 0},
16445 {"Utime", Func, 0},
16446 {"Utimes", Func, 0},
16447 {"UtimesNano", Func, 1},
16448 {"Utsname", Type, 0},
16449 {"Utsname.Domainname", Field, 0},
16450 {"Utsname.Machine", Field, 0},
16451 {"Utsname.Nodename", Field, 0},
16452 {"Utsname.Release", Field, 0},
16453 {"Utsname.Sysname", Field, 0},
16454 {"Utsname.Version", Field, 0},
16455 {"VDISCARD", Const, 0},
16456 {"VDSUSP", Const, 1},
16457 {"VEOF", Const, 0},
16458 {"VEOL", Const, 0},
16459 {"VEOL2", Const, 0},
16460 {"VERASE", Const, 0},
16461 {"VERASE2", Const, 1},
16462 {"VINTR", Const, 0},
16463 {"VKILL", Const, 0},
16464 {"VLNEXT", Const, 0},
16465 {"VMIN", Const, 0},
16466 {"VQUIT", Const, 0},
16467 {"VREPRINT", Const, 0},
16468 {"VSTART", Const, 0},
16469 {"VSTATUS", Const, 1},
16470 {"VSTOP", Const, 0},
16471 {"VSUSP", Const, 0},
16472 {"VSWTC", Const, 0},
16473 {"VT0", Const, 1},
16474 {"VT1", Const, 1},
16475 {"VTDLY", Const, 1},
16476 {"VTIME", Const, 0},
16477 {"VWERASE", Const, 0},
16478 {"VirtualLock", Func, 0},
16479 {"VirtualUnlock", Func, 0},
16480 {"WAIT_ABANDONED", Const, 0},
16481 {"WAIT_FAILED", Const, 0},
16482 {"WAIT_OBJECT_0", Const, 0},
16483 {"WAIT_TIMEOUT", Const, 0},
16484 {"WALL", Const, 0},
16485 {"WALLSIG", Const, 1},
16486 {"WALTSIG", Const, 1},
16487 {"WCLONE", Const, 0},
16488 {"WCONTINUED", Const, 0},
16489 {"WCOREFLAG", Const, 0},
16490 {"WEXITED", Const, 0},
16491 {"WLINUXCLONE", Const, 0},
16492 {"WNOHANG", Const, 0},
16493 {"WNOTHREAD", Const, 0},
16494 {"WNOWAIT", Const, 0},
16495 {"WNOZOMBIE", Const, 1},
16496 {"WOPTSCHECKED", Const, 1},
16497 {"WORDSIZE", Const, 0},
16498 {"WSABuf", Type, 0},
16499 {"WSABuf.Buf", Field, 0},
16500 {"WSABuf.Len", Field, 0},
16501 {"WSACleanup", Func, 0},
16502 {"WSADESCRIPTION_LEN", Const, 0},
16503 {"WSAData", Type, 0},
16504 {"WSAData.Description", Field, 0},
16505 {"WSAData.HighVersion", Field, 0},
16506 {"WSAData.MaxSockets", Field, 0},
16507 {"WSAData.MaxUdpDg", Field, 0},
16508 {"WSAData.SystemStatus", Field, 0},
16509 {"WSAData.VendorInfo", Field, 0},
16510 {"WSAData.Version", Field, 0},
16511 {"WSAEACCES", Const, 2},
16512 {"WSAECONNABORTED", Const, 9},
16513 {"WSAECONNRESET", Const, 3},
16514 {"WSAENOPROTOOPT", Const, 23},
16515 {"WSAEnumProtocols", Func, 2},
16516 {"WSAID_CONNECTEX", Var, 1},
16517 {"WSAIoctl", Func, 0},
16518 {"WSAPROTOCOL_LEN", Const, 2},
16519 {"WSAProtocolChain", Type, 2},
16520 {"WSAProtocolChain.ChainEntries", Field, 2},
16521 {"WSAProtocolChain.ChainLen", Field, 2},
16522 {"WSAProtocolInfo", Type, 2},
16523 {"WSAProtocolInfo.AddressFamily", Field, 2},
16524 {"WSAProtocolInfo.CatalogEntryId", Field, 2},
16525 {"WSAProtocolInfo.MaxSockAddr", Field, 2},
16526 {"WSAProtocolInfo.MessageSize", Field, 2},
16527 {"WSAProtocolInfo.MinSockAddr", Field, 2},
16528 {"WSAProtocolInfo.NetworkByteOrder", Field, 2},
16529 {"WSAProtocolInfo.Protocol", Field, 2},
16530 {"WSAProtocolInfo.ProtocolChain", Field, 2},
16531 {"WSAProtocolInfo.ProtocolMaxOffset", Field, 2},
16532 {"WSAProtocolInfo.ProtocolName", Field, 2},
16533 {"WSAProtocolInfo.ProviderFlags", Field, 2},
16534 {"WSAProtocolInfo.ProviderId", Field, 2},
16535 {"WSAProtocolInfo.ProviderReserved", Field, 2},
16536 {"WSAProtocolInfo.SecurityScheme", Field, 2},
16537 {"WSAProtocolInfo.ServiceFlags1", Field, 2},
16538 {"WSAProtocolInfo.ServiceFlags2", Field, 2},
16539 {"WSAProtocolInfo.ServiceFlags3", Field, 2},
16540 {"WSAProtocolInfo.ServiceFlags4", Field, 2},
16541 {"WSAProtocolInfo.SocketType", Field, 2},
16542 {"WSAProtocolInfo.Version", Field, 2},
16543 {"WSARecv", Func, 0},
16544 {"WSARecvFrom", Func, 0},
16545 {"WSASYS_STATUS_LEN", Const, 0},
16546 {"WSASend", Func, 0},
16547 {"WSASendTo", Func, 0},
16548 {"WSASendto", Func, 0},
16549 {"WSAStartup", Func, 0},
16550 {"WSTOPPED", Const, 0},
16551 {"WTRAPPED", Const, 1},
16552 {"WUNTRACED", Const, 0},
16553 {"Wait4", Func, 0},
16554 {"WaitForSingleObject", Func, 0},
16555 {"WaitStatus", Type, 0},
16556 {"WaitStatus.ExitCode", Field, 0},
16557 {"Win32FileAttributeData", Type, 0},
16558 {"Win32FileAttributeData.CreationTime", Field, 0},
16559 {"Win32FileAttributeData.FileAttributes", Field, 0},
16560 {"Win32FileAttributeData.FileSizeHigh", Field, 0},
16561 {"Win32FileAttributeData.FileSizeLow", Field, 0},
16562 {"Win32FileAttributeData.LastAccessTime", Field, 0},
16563 {"Win32FileAttributeData.LastWriteTime", Field, 0},
16564 {"Win32finddata", Type, 0},
16565 {"Win32finddata.AlternateFileName", Field, 0},
16566 {"Win32finddata.CreationTime", Field, 0},
16567 {"Win32finddata.FileAttributes", Field, 0},
16568 {"Win32finddata.FileName", Field, 0},
16569 {"Win32finddata.FileSizeHigh", Field, 0},
16570 {"Win32finddata.FileSizeLow", Field, 0},
16571 {"Win32finddata.LastAccessTime", Field, 0},
16572 {"Win32finddata.LastWriteTime", Field, 0},
16573 {"Win32finddata.Reserved0", Field, 0},
16574 {"Win32finddata.Reserved1", Field, 0},
16575 {"Write", Func, 0},
16576 {"WriteConsole", Func, 1},
16577 {"WriteFile", Func, 0},
16578 {"X509_ASN_ENCODING", Const, 0},
16579 {"XCASE", Const, 0},
16580 {"XP1_CONNECTIONLESS", Const, 2},
16581 {"XP1_CONNECT_DATA", Const, 2},
16582 {"XP1_DISCONNECT_DATA", Const, 2},
16583 {"XP1_EXPEDITED_DATA", Const, 2},
16584 {"XP1_GRACEFUL_CLOSE", Const, 2},
16585 {"XP1_GUARANTEED_DELIVERY", Const, 2},
16586 {"XP1_GUARANTEED_ORDER", Const, 2},
16587 {"XP1_IFS_HANDLES", Const, 2},
16588 {"XP1_MESSAGE_ORIENTED", Const, 2},
16589 {"XP1_MULTIPOINT_CONTROL_PLANE", Const, 2},
16590 {"XP1_MULTIPOINT_DATA_PLANE", Const, 2},
16591 {"XP1_PARTIAL_MESSAGE", Const, 2},
16592 {"XP1_PSEUDO_STREAM", Const, 2},
16593 {"XP1_QOS_SUPPORTED", Const, 2},
16594 {"XP1_SAN_SUPPORT_SDP", Const, 2},
16595 {"XP1_SUPPORT_BROADCAST", Const, 2},
16596 {"XP1_SUPPORT_MULTIPOINT", Const, 2},
16597 {"XP1_UNI_RECV", Const, 2},
16598 {"XP1_UNI_SEND", Const, 2},
16599 },
16600 "syscall/js": {
16601 {"CopyBytesToGo", Func, 0},
16602 {"CopyBytesToJS", Func, 0},
16603 {"Error", Type, 0},
16604 {"Func", Type, 0},
16605 {"FuncOf", Func, 0},
16606 {"Global", Func, 0},
16607 {"Null", Func, 0},
16608 {"Type", Type, 0},
16609 {"TypeBoolean", Const, 0},
16610 {"TypeFunction", Const, 0},
16611 {"TypeNull", Const, 0},
16612 {"TypeNumber", Const, 0},
16613 {"TypeObject", Const, 0},
16614 {"TypeString", Const, 0},
16615 {"TypeSymbol", Const, 0},
16616 {"TypeUndefined", Const, 0},
16617 {"Undefined", Func, 0},
16618 {"Value", Type, 0},
16619 {"ValueError", Type, 0},
16620 {"ValueOf", Func, 0},
16621 },
16622 "testing": {
16623 {"(*B).Chdir", Method, 24},
16624 {"(*B).Cleanup", Method, 14},
16625 {"(*B).Context", Method, 24},
16626 {"(*B).Elapsed", Method, 20},
16627 {"(*B).Error", Method, 0},
16628 {"(*B).Errorf", Method, 0},
16629 {"(*B).Fail", Method, 0},
16630 {"(*B).FailNow", Method, 0},
16631 {"(*B).Failed", Method, 0},
16632 {"(*B).Fatal", Method, 0},
16633 {"(*B).Fatalf", Method, 0},
16634 {"(*B).Helper", Method, 9},
16635 {"(*B).Log", Method, 0},
16636 {"(*B).Logf", Method, 0},
16637 {"(*B).Loop", Method, 24},
16638 {"(*B).Name", Method, 8},
16639 {"(*B).ReportAllocs", Method, 1},
16640 {"(*B).ReportMetric", Method, 13},
16641 {"(*B).ResetTimer", Method, 0},
16642 {"(*B).Run", Method, 7},
16643 {"(*B).RunParallel", Method, 3},
16644 {"(*B).SetBytes", Method, 0},
16645 {"(*B).SetParallelism", Method, 3},
16646 {"(*B).Setenv", Method, 17},
16647 {"(*B).Skip", Method, 1},
16648 {"(*B).SkipNow", Method, 1},
16649 {"(*B).Skipf", Method, 1},
16650 {"(*B).Skipped", Method, 1},
16651 {"(*B).StartTimer", Method, 0},
16652 {"(*B).StopTimer", Method, 0},
16653 {"(*B).TempDir", Method, 15},
16654 {"(*F).Add", Method, 18},
16655 {"(*F).Chdir", Method, 24},
16656 {"(*F).Cleanup", Method, 18},
16657 {"(*F).Context", Method, 24},
16658 {"(*F).Error", Method, 18},
16659 {"(*F).Errorf", Method, 18},
16660 {"(*F).Fail", Method, 18},
16661 {"(*F).FailNow", Method, 18},
16662 {"(*F).Failed", Method, 18},
16663 {"(*F).Fatal", Method, 18},
16664 {"(*F).Fatalf", Method, 18},
16665 {"(*F).Fuzz", Method, 18},
16666 {"(*F).Helper", Method, 18},
16667 {"(*F).Log", Method, 18},
16668 {"(*F).Logf", Method, 18},
16669 {"(*F).Name", Method, 18},
16670 {"(*F).Setenv", Method, 18},
16671 {"(*F).Skip", Method, 18},
16672 {"(*F).SkipNow", Method, 18},
16673 {"(*F).Skipf", Method, 18},
16674 {"(*F).Skipped", Method, 18},
16675 {"(*F).TempDir", Method, 18},
16676 {"(*M).Run", Method, 4},
16677 {"(*PB).Next", Method, 3},
16678 {"(*T).Chdir", Method, 24},
16679 {"(*T).Cleanup", Method, 14},
16680 {"(*T).Context", Method, 24},
16681 {"(*T).Deadline", Method, 15},
16682 {"(*T).Error", Method, 0},
16683 {"(*T).Errorf", Method, 0},
16684 {"(*T).Fail", Method, 0},
16685 {"(*T).FailNow", Method, 0},
16686 {"(*T).Failed", Method, 0},
16687 {"(*T).Fatal", Method, 0},
16688 {"(*T).Fatalf", Method, 0},
16689 {"(*T).Helper", Method, 9},
16690 {"(*T).Log", Method, 0},
16691 {"(*T).Logf", Method, 0},
16692 {"(*T).Name", Method, 8},
16693 {"(*T).Parallel", Method, 0},
16694 {"(*T).Run", Method, 7},
16695 {"(*T).Setenv", Method, 17},
16696 {"(*T).Skip", Method, 1},
16697 {"(*T).SkipNow", Method, 1},
16698 {"(*T).Skipf", Method, 1},
16699 {"(*T).Skipped", Method, 1},
16700 {"(*T).TempDir", Method, 15},
16701 {"(BenchmarkResult).AllocedBytesPerOp", Method, 1},
16702 {"(BenchmarkResult).AllocsPerOp", Method, 1},
16703 {"(BenchmarkResult).MemString", Method, 1},
16704 {"(BenchmarkResult).NsPerOp", Method, 0},
16705 {"(BenchmarkResult).String", Method, 0},
16706 {"AllocsPerRun", Func, 1},
16707 {"B", Type, 0},
16708 {"B.N", Field, 0},
16709 {"Benchmark", Func, 0},
16710 {"BenchmarkResult", Type, 0},
16711 {"BenchmarkResult.Bytes", Field, 0},
16712 {"BenchmarkResult.Extra", Field, 13},
16713 {"BenchmarkResult.MemAllocs", Field, 1},
16714 {"BenchmarkResult.MemBytes", Field, 1},
16715 {"BenchmarkResult.N", Field, 0},
16716 {"BenchmarkResult.T", Field, 0},
16717 {"Cover", Type, 2},
16718 {"Cover.Blocks", Field, 2},
16719 {"Cover.Counters", Field, 2},
16720 {"Cover.CoveredPackages", Field, 2},
16721 {"Cover.Mode", Field, 2},
16722 {"CoverBlock", Type, 2},
16723 {"CoverBlock.Col0", Field, 2},
16724 {"CoverBlock.Col1", Field, 2},
16725 {"CoverBlock.Line0", Field, 2},
16726 {"CoverBlock.Line1", Field, 2},
16727 {"CoverBlock.Stmts", Field, 2},
16728 {"CoverMode", Func, 8},
16729 {"Coverage", Func, 4},
16730 {"F", Type, 18},
16731 {"Init", Func, 13},
16732 {"InternalBenchmark", Type, 0},
16733 {"InternalBenchmark.F", Field, 0},
16734 {"InternalBenchmark.Name", Field, 0},
16735 {"InternalExample", Type, 0},
16736 {"InternalExample.F", Field, 0},
16737 {"InternalExample.Name", Field, 0},
16738 {"InternalExample.Output", Field, 0},
16739 {"InternalExample.Unordered", Field, 7},
16740 {"InternalFuzzTarget", Type, 18},
16741 {"InternalFuzzTarget.Fn", Field, 18},
16742 {"InternalFuzzTarget.Name", Field, 18},
16743 {"InternalTest", Type, 0},
16744 {"InternalTest.F", Field, 0},
16745 {"InternalTest.Name", Field, 0},
16746 {"M", Type, 4},
16747 {"Main", Func, 0},
16748 {"MainStart", Func, 4},
16749 {"PB", Type, 3},
16750 {"RegisterCover", Func, 2},
16751 {"RunBenchmarks", Func, 0},
16752 {"RunExamples", Func, 0},
16753 {"RunTests", Func, 0},
16754 {"Short", Func, 0},
16755 {"T", Type, 0},
16756 {"TB", Type, 2},
16757 {"Testing", Func, 21},
16758 {"Verbose", Func, 1},
16759 },
16760 "testing/fstest": {
16761 {"(MapFS).Glob", Method, 16},
16762 {"(MapFS).Lstat", Method, 25},
16763 {"(MapFS).Open", Method, 16},
16764 {"(MapFS).ReadDir", Method, 16},
16765 {"(MapFS).ReadFile", Method, 16},
16766 {"(MapFS).ReadLink", Method, 25},
16767 {"(MapFS).Stat", Method, 16},
16768 {"(MapFS).Sub", Method, 16},
16769 {"MapFS", Type, 16},
16770 {"MapFile", Type, 16},
16771 {"MapFile.Data", Field, 16},
16772 {"MapFile.ModTime", Field, 16},
16773 {"MapFile.Mode", Field, 16},
16774 {"MapFile.Sys", Field, 16},
16775 {"TestFS", Func, 16},
16776 },
16777 "testing/iotest": {
16778 {"DataErrReader", Func, 0},
16779 {"ErrReader", Func, 16},
16780 {"ErrTimeout", Var, 0},
16781 {"HalfReader", Func, 0},
16782 {"NewReadLogger", Func, 0},
16783 {"NewWriteLogger", Func, 0},
16784 {"OneByteReader", Func, 0},
16785 {"TestReader", Func, 16},
16786 {"TimeoutReader", Func, 0},
16787 {"TruncateWriter", Func, 0},
16788 },
16789 "testing/quick": {
16790 {"(*CheckEqualError).Error", Method, 0},
16791 {"(*CheckError).Error", Method, 0},
16792 {"(SetupError).Error", Method, 0},
16793 {"Check", Func, 0},
16794 {"CheckEqual", Func, 0},
16795 {"CheckEqualError", Type, 0},
16796 {"CheckEqualError.CheckError", Field, 0},
16797 {"CheckEqualError.Out1", Field, 0},
16798 {"CheckEqualError.Out2", Field, 0},
16799 {"CheckError", Type, 0},
16800 {"CheckError.Count", Field, 0},
16801 {"CheckError.In", Field, 0},
16802 {"Config", Type, 0},
16803 {"Config.MaxCount", Field, 0},
16804 {"Config.MaxCountScale", Field, 0},
16805 {"Config.Rand", Field, 0},
16806 {"Config.Values", Field, 0},
16807 {"Generator", Type, 0},
16808 {"SetupError", Type, 0},
16809 {"Value", Func, 0},
16810 },
16811 "testing/slogtest": {
16812 {"Run", Func, 22},
16813 {"TestHandler", Func, 21},
16814 },
16815 "text/scanner": {
16816 {"(*Position).IsValid", Method, 0},
16817 {"(*Scanner).Init", Method, 0},
16818 {"(*Scanner).IsValid", Method, 0},
16819 {"(*Scanner).Next", Method, 0},
16820 {"(*Scanner).Peek", Method, 0},
16821 {"(*Scanner).Pos", Method, 0},
16822 {"(*Scanner).Scan", Method, 0},
16823 {"(*Scanner).TokenText", Method, 0},
16824 {"(Position).String", Method, 0},
16825 {"(Scanner).String", Method, 0},
16826 {"Char", Const, 0},
16827 {"Comment", Const, 0},
16828 {"EOF", Const, 0},
16829 {"Float", Const, 0},
16830 {"GoTokens", Const, 0},
16831 {"GoWhitespace", Const, 0},
16832 {"Ident", Const, 0},
16833 {"Int", Const, 0},
16834 {"Position", Type, 0},
16835 {"Position.Column", Field, 0},
16836 {"Position.Filename", Field, 0},
16837 {"Position.Line", Field, 0},
16838 {"Position.Offset", Field, 0},
16839 {"RawString", Const, 0},
16840 {"ScanChars", Const, 0},
16841 {"ScanComments", Const, 0},
16842 {"ScanFloats", Const, 0},
16843 {"ScanIdents", Const, 0},
16844 {"ScanInts", Const, 0},
16845 {"ScanRawStrings", Const, 0},
16846 {"ScanStrings", Const, 0},
16847 {"Scanner", Type, 0},
16848 {"Scanner.Error", Field, 0},
16849 {"Scanner.ErrorCount", Field, 0},
16850 {"Scanner.IsIdentRune", Field, 4},
16851 {"Scanner.Mode", Field, 0},
16852 {"Scanner.Position", Field, 0},
16853 {"Scanner.Whitespace", Field, 0},
16854 {"SkipComments", Const, 0},
16855 {"String", Const, 0},
16856 {"TokenString", Func, 0},
16857 },
16858 "text/tabwriter": {
16859 {"(*Writer).Flush", Method, 0},
16860 {"(*Writer).Init", Method, 0},
16861 {"(*Writer).Write", Method, 0},
16862 {"AlignRight", Const, 0},
16863 {"Debug", Const, 0},
16864 {"DiscardEmptyColumns", Const, 0},
16865 {"Escape", Const, 0},
16866 {"FilterHTML", Const, 0},
16867 {"NewWriter", Func, 0},
16868 {"StripEscape", Const, 0},
16869 {"TabIndent", Const, 0},
16870 {"Writer", Type, 0},
16871 },
16872 "text/template": {
16873 {"(*Template).AddParseTree", Method, 0},
16874 {"(*Template).Clone", Method, 0},
16875 {"(*Template).DefinedTemplates", Method, 5},
16876 {"(*Template).Delims", Method, 0},
16877 {"(*Template).Execute", Method, 0},
16878 {"(*Template).ExecuteTemplate", Method, 0},
16879 {"(*Template).Funcs", Method, 0},
16880 {"(*Template).Lookup", Method, 0},
16881 {"(*Template).Name", Method, 0},
16882 {"(*Template).New", Method, 0},
16883 {"(*Template).Option", Method, 5},
16884 {"(*Template).Parse", Method, 0},
16885 {"(*Template).ParseFS", Method, 16},
16886 {"(*Template).ParseFiles", Method, 0},
16887 {"(*Template).ParseGlob", Method, 0},
16888 {"(*Template).Templates", Method, 0},
16889 {"(ExecError).Error", Method, 6},
16890 {"(ExecError).Unwrap", Method, 13},
16891 {"(Template).Copy", Method, 2},
16892 {"(Template).ErrorContext", Method, 1},
16893 {"ExecError", Type, 6},
16894 {"ExecError.Err", Field, 6},
16895 {"ExecError.Name", Field, 6},
16896 {"FuncMap", Type, 0},
16897 {"HTMLEscape", Func, 0},
16898 {"HTMLEscapeString", Func, 0},
16899 {"HTMLEscaper", Func, 0},
16900 {"IsTrue", Func, 6},
16901 {"JSEscape", Func, 0},
16902 {"JSEscapeString", Func, 0},
16903 {"JSEscaper", Func, 0},
16904 {"Must", Func, 0},
16905 {"New", Func, 0},
16906 {"ParseFS", Func, 16},
16907 {"ParseFiles", Func, 0},
16908 {"ParseGlob", Func, 0},
16909 {"Template", Type, 0},
16910 {"Template.Tree", Field, 0},
16911 {"URLQueryEscaper", Func, 0},
16912 },
16913 "text/template/parse": {
16914 {"(*ActionNode).Copy", Method, 0},
16915 {"(*ActionNode).String", Method, 0},
16916 {"(*BoolNode).Copy", Method, 0},
16917 {"(*BoolNode).String", Method, 0},
16918 {"(*BranchNode).Copy", Method, 4},
16919 {"(*BranchNode).String", Method, 0},
16920 {"(*BreakNode).Copy", Method, 18},
16921 {"(*BreakNode).String", Method, 18},
16922 {"(*ChainNode).Add", Method, 1},
16923 {"(*ChainNode).Copy", Method, 1},
16924 {"(*ChainNode).String", Method, 1},
16925 {"(*CommandNode).Copy", Method, 0},
16926 {"(*CommandNode).String", Method, 0},
16927 {"(*CommentNode).Copy", Method, 16},
16928 {"(*CommentNode).String", Method, 16},
16929 {"(*ContinueNode).Copy", Method, 18},
16930 {"(*ContinueNode).String", Method, 18},
16931 {"(*DotNode).Copy", Method, 0},
16932 {"(*DotNode).String", Method, 0},
16933 {"(*DotNode).Type", Method, 0},
16934 {"(*FieldNode).Copy", Method, 0},
16935 {"(*FieldNode).String", Method, 0},
16936 {"(*IdentifierNode).Copy", Method, 0},
16937 {"(*IdentifierNode).SetPos", Method, 1},
16938 {"(*IdentifierNode).SetTree", Method, 4},
16939 {"(*IdentifierNode).String", Method, 0},
16940 {"(*IfNode).Copy", Method, 0},
16941 {"(*IfNode).String", Method, 0},
16942 {"(*ListNode).Copy", Method, 0},
16943 {"(*ListNode).CopyList", Method, 0},
16944 {"(*ListNode).String", Method, 0},
16945 {"(*NilNode).Copy", Method, 1},
16946 {"(*NilNode).String", Method, 1},
16947 {"(*NilNode).Type", Method, 1},
16948 {"(*NumberNode).Copy", Method, 0},
16949 {"(*NumberNode).String", Method, 0},
16950 {"(*PipeNode).Copy", Method, 0},
16951 {"(*PipeNode).CopyPipe", Method, 0},
16952 {"(*PipeNode).String", Method, 0},
16953 {"(*RangeNode).Copy", Method, 0},
16954 {"(*RangeNode).String", Method, 0},
16955 {"(*StringNode).Copy", Method, 0},
16956 {"(*StringNode).String", Method, 0},
16957 {"(*TemplateNode).Copy", Method, 0},
16958 {"(*TemplateNode).String", Method, 0},
16959 {"(*TextNode).Copy", Method, 0},
16960 {"(*TextNode).String", Method, 0},
16961 {"(*Tree).Copy", Method, 2},
16962 {"(*Tree).ErrorContext", Method, 1},
16963 {"(*Tree).Parse", Method, 0},
16964 {"(*VariableNode).Copy", Method, 0},
16965 {"(*VariableNode).String", Method, 0},
16966 {"(*WithNode).Copy", Method, 0},
16967 {"(*WithNode).String", Method, 0},
16968 {"(ActionNode).Position", Method, 1},
16969 {"(ActionNode).Type", Method, 0},
16970 {"(BoolNode).Position", Method, 1},
16971 {"(BoolNode).Type", Method, 0},
16972 {"(BranchNode).Position", Method, 1},
16973 {"(BranchNode).Type", Method, 0},
16974 {"(BreakNode).Position", Method, 18},
16975 {"(BreakNode).Type", Method, 18},
16976 {"(ChainNode).Position", Method, 1},
16977 {"(ChainNode).Type", Method, 1},
16978 {"(CommandNode).Position", Method, 1},
16979 {"(CommandNode).Type", Method, 0},
16980 {"(CommentNode).Position", Method, 16},
16981 {"(CommentNode).Type", Method, 16},
16982 {"(ContinueNode).Position", Method, 18},
16983 {"(ContinueNode).Type", Method, 18},
16984 {"(DotNode).Position", Method, 1},
16985 {"(FieldNode).Position", Method, 1},
16986 {"(FieldNode).Type", Method, 0},
16987 {"(IdentifierNode).Position", Method, 1},
16988 {"(IdentifierNode).Type", Method, 0},
16989 {"(IfNode).Position", Method, 1},
16990 {"(IfNode).Type", Method, 0},
16991 {"(ListNode).Position", Method, 1},
16992 {"(ListNode).Type", Method, 0},
16993 {"(NilNode).Position", Method, 1},
16994 {"(NodeType).Type", Method, 0},
16995 {"(NumberNode).Position", Method, 1},
16996 {"(NumberNode).Type", Method, 0},
16997 {"(PipeNode).Position", Method, 1},
16998 {"(PipeNode).Type", Method, 0},
16999 {"(Pos).Position", Method, 1},
17000 {"(RangeNode).Position", Method, 1},
17001 {"(RangeNode).Type", Method, 0},
17002 {"(StringNode).Position", Method, 1},
17003 {"(StringNode).Type", Method, 0},
17004 {"(TemplateNode).Position", Method, 1},
17005 {"(TemplateNode).Type", Method, 0},
17006 {"(TextNode).Position", Method, 1},
17007 {"(TextNode).Type", Method, 0},
17008 {"(VariableNode).Position", Method, 1},
17009 {"(VariableNode).Type", Method, 0},
17010 {"(WithNode).Position", Method, 1},
17011 {"(WithNode).Type", Method, 0},
17012 {"ActionNode", Type, 0},
17013 {"ActionNode.Line", Field, 0},
17014 {"ActionNode.NodeType", Field, 0},
17015 {"ActionNode.Pipe", Field, 0},
17016 {"ActionNode.Pos", Field, 1},
17017 {"BoolNode", Type, 0},
17018 {"BoolNode.NodeType", Field, 0},
17019 {"BoolNode.Pos", Field, 1},
17020 {"BoolNode.True", Field, 0},
17021 {"BranchNode", Type, 0},
17022 {"BranchNode.ElseList", Field, 0},
17023 {"BranchNode.Line", Field, 0},
17024 {"BranchNode.List", Field, 0},
17025 {"BranchNode.NodeType", Field, 0},
17026 {"BranchNode.Pipe", Field, 0},
17027 {"BranchNode.Pos", Field, 1},
17028 {"BreakNode", Type, 18},
17029 {"BreakNode.Line", Field, 18},
17030 {"BreakNode.NodeType", Field, 18},
17031 {"BreakNode.Pos", Field, 18},
17032 {"ChainNode", Type, 1},
17033 {"ChainNode.Field", Field, 1},
17034 {"ChainNode.Node", Field, 1},
17035 {"ChainNode.NodeType", Field, 1},
17036 {"ChainNode.Pos", Field, 1},
17037 {"CommandNode", Type, 0},
17038 {"CommandNode.Args", Field, 0},
17039 {"CommandNode.NodeType", Field, 0},
17040 {"CommandNode.Pos", Field, 1},
17041 {"CommentNode", Type, 16},
17042 {"CommentNode.NodeType", Field, 16},
17043 {"CommentNode.Pos", Field, 16},
17044 {"CommentNode.Text", Field, 16},
17045 {"ContinueNode", Type, 18},
17046 {"ContinueNode.Line", Field, 18},
17047 {"ContinueNode.NodeType", Field, 18},
17048 {"ContinueNode.Pos", Field, 18},
17049 {"DotNode", Type, 0},
17050 {"DotNode.NodeType", Field, 4},
17051 {"DotNode.Pos", Field, 1},
17052 {"FieldNode", Type, 0},
17053 {"FieldNode.Ident", Field, 0},
17054 {"FieldNode.NodeType", Field, 0},
17055 {"FieldNode.Pos", Field, 1},
17056 {"IdentifierNode", Type, 0},
17057 {"IdentifierNode.Ident", Field, 0},
17058 {"IdentifierNode.NodeType", Field, 0},
17059 {"IdentifierNode.Pos", Field, 1},
17060 {"IfNode", Type, 0},
17061 {"IfNode.BranchNode", Field, 0},
17062 {"IsEmptyTree", Func, 0},
17063 {"ListNode", Type, 0},
17064 {"ListNode.NodeType", Field, 0},
17065 {"ListNode.Nodes", Field, 0},
17066 {"ListNode.Pos", Field, 1},
17067 {"Mode", Type, 16},
17068 {"New", Func, 0},
17069 {"NewIdentifier", Func, 0},
17070 {"NilNode", Type, 1},
17071 {"NilNode.NodeType", Field, 4},
17072 {"NilNode.Pos", Field, 1},
17073 {"Node", Type, 0},
17074 {"NodeAction", Const, 0},
17075 {"NodeBool", Const, 0},
17076 {"NodeBreak", Const, 18},
17077 {"NodeChain", Const, 1},
17078 {"NodeCommand", Const, 0},
17079 {"NodeComment", Const, 16},
17080 {"NodeContinue", Const, 18},
17081 {"NodeDot", Const, 0},
17082 {"NodeField", Const, 0},
17083 {"NodeIdentifier", Const, 0},
17084 {"NodeIf", Const, 0},
17085 {"NodeList", Const, 0},
17086 {"NodeNil", Const, 1},
17087 {"NodeNumber", Const, 0},
17088 {"NodePipe", Const, 0},
17089 {"NodeRange", Const, 0},
17090 {"NodeString", Const, 0},
17091 {"NodeTemplate", Const, 0},
17092 {"NodeText", Const, 0},
17093 {"NodeType", Type, 0},
17094 {"NodeVariable", Const, 0},
17095 {"NodeWith", Const, 0},
17096 {"NumberNode", Type, 0},
17097 {"NumberNode.Complex128", Field, 0},
17098 {"NumberNode.Float64", Field, 0},
17099 {"NumberNode.Int64", Field, 0},
17100 {"NumberNode.IsComplex", Field, 0},
17101 {"NumberNode.IsFloat", Field, 0},
17102 {"NumberNode.IsInt", Field, 0},
17103 {"NumberNode.IsUint", Field, 0},
17104 {"NumberNode.NodeType", Field, 0},
17105 {"NumberNode.Pos", Field, 1},
17106 {"NumberNode.Text", Field, 0},
17107 {"NumberNode.Uint64", Field, 0},
17108 {"Parse", Func, 0},
17109 {"ParseComments", Const, 16},
17110 {"PipeNode", Type, 0},
17111 {"PipeNode.Cmds", Field, 0},
17112 {"PipeNode.Decl", Field, 0},
17113 {"PipeNode.IsAssign", Field, 11},
17114 {"PipeNode.Line", Field, 0},
17115 {"PipeNode.NodeType", Field, 0},
17116 {"PipeNode.Pos", Field, 1},
17117 {"Pos", Type, 1},
17118 {"RangeNode", Type, 0},
17119 {"RangeNode.BranchNode", Field, 0},
17120 {"SkipFuncCheck", Const, 17},
17121 {"StringNode", Type, 0},
17122 {"StringNode.NodeType", Field, 0},
17123 {"StringNode.Pos", Field, 1},
17124 {"StringNode.Quoted", Field, 0},
17125 {"StringNode.Text", Field, 0},
17126 {"TemplateNode", Type, 0},
17127 {"TemplateNode.Line", Field, 0},
17128 {"TemplateNode.Name", Field, 0},
17129 {"TemplateNode.NodeType", Field, 0},
17130 {"TemplateNode.Pipe", Field, 0},
17131 {"TemplateNode.Pos", Field, 1},
17132 {"TextNode", Type, 0},
17133 {"TextNode.NodeType", Field, 0},
17134 {"TextNode.Pos", Field, 1},
17135 {"TextNode.Text", Field, 0},
17136 {"Tree", Type, 0},
17137 {"Tree.Mode", Field, 16},
17138 {"Tree.Name", Field, 0},
17139 {"Tree.ParseName", Field, 1},
17140 {"Tree.Root", Field, 0},
17141 {"VariableNode", Type, 0},
17142 {"VariableNode.Ident", Field, 0},
17143 {"VariableNode.NodeType", Field, 0},
17144 {"VariableNode.Pos", Field, 1},
17145 {"WithNode", Type, 0},
17146 {"WithNode.BranchNode", Field, 0},
17147 },
17148 "time": {
17149 {"(*Location).String", Method, 0},
17150 {"(*ParseError).Error", Method, 0},
17151 {"(*Ticker).Reset", Method, 15},
17152 {"(*Ticker).Stop", Method, 0},
17153 {"(*Time).GobDecode", Method, 0},
17154 {"(*Time).UnmarshalBinary", Method, 2},
17155 {"(*Time).UnmarshalJSON", Method, 0},
17156 {"(*Time).UnmarshalText", Method, 2},
17157 {"(*Timer).Reset", Method, 1},
17158 {"(*Timer).Stop", Method, 0},
17159 {"(Duration).Abs", Method, 19},
17160 {"(Duration).Hours", Method, 0},
17161 {"(Duration).Microseconds", Method, 13},
17162 {"(Duration).Milliseconds", Method, 13},
17163 {"(Duration).Minutes", Method, 0},
17164 {"(Duration).Nanoseconds", Method, 0},
17165 {"(Duration).Round", Method, 9},
17166 {"(Duration).Seconds", Method, 0},
17167 {"(Duration).String", Method, 0},
17168 {"(Duration).Truncate", Method, 9},
17169 {"(Month).String", Method, 0},
17170 {"(Time).Add", Method, 0},
17171 {"(Time).AddDate", Method, 0},
17172 {"(Time).After", Method, 0},
17173 {"(Time).AppendBinary", Method, 24},
17174 {"(Time).AppendFormat", Method, 5},
17175 {"(Time).AppendText", Method, 24},
17176 {"(Time).Before", Method, 0},
17177 {"(Time).Clock", Method, 0},
17178 {"(Time).Compare", Method, 20},
17179 {"(Time).Date", Method, 0},
17180 {"(Time).Day", Method, 0},
17181 {"(Time).Equal", Method, 0},
17182 {"(Time).Format", Method, 0},
17183 {"(Time).GoString", Method, 17},
17184 {"(Time).GobEncode", Method, 0},
17185 {"(Time).Hour", Method, 0},
17186 {"(Time).ISOWeek", Method, 0},
17187 {"(Time).In", Method, 0},
17188 {"(Time).IsDST", Method, 17},
17189 {"(Time).IsZero", Method, 0},
17190 {"(Time).Local", Method, 0},
17191 {"(Time).Location", Method, 0},
17192 {"(Time).MarshalBinary", Method, 2},
17193 {"(Time).MarshalJSON", Method, 0},
17194 {"(Time).MarshalText", Method, 2},
17195 {"(Time).Minute", Method, 0},
17196 {"(Time).Month", Method, 0},
17197 {"(Time).Nanosecond", Method, 0},
17198 {"(Time).Round", Method, 1},
17199 {"(Time).Second", Method, 0},
17200 {"(Time).String", Method, 0},
17201 {"(Time).Sub", Method, 0},
17202 {"(Time).Truncate", Method, 1},
17203 {"(Time).UTC", Method, 0},
17204 {"(Time).Unix", Method, 0},
17205 {"(Time).UnixMicro", Method, 17},
17206 {"(Time).UnixMilli", Method, 17},
17207 {"(Time).UnixNano", Method, 0},
17208 {"(Time).Weekday", Method, 0},
17209 {"(Time).Year", Method, 0},
17210 {"(Time).YearDay", Method, 1},
17211 {"(Time).Zone", Method, 0},
17212 {"(Time).ZoneBounds", Method, 19},
17213 {"(Weekday).String", Method, 0},
17214 {"ANSIC", Const, 0},
17215 {"After", Func, 0},
17216 {"AfterFunc", Func, 0},
17217 {"April", Const, 0},
17218 {"August", Const, 0},
17219 {"Date", Func, 0},
17220 {"DateOnly", Const, 20},
17221 {"DateTime", Const, 20},
17222 {"December", Const, 0},
17223 {"Duration", Type, 0},
17224 {"February", Const, 0},
17225 {"FixedZone", Func, 0},
17226 {"Friday", Const, 0},
17227 {"Hour", Const, 0},
17228 {"January", Const, 0},
17229 {"July", Const, 0},
17230 {"June", Const, 0},
17231 {"Kitchen", Const, 0},
17232 {"Layout", Const, 17},
17233 {"LoadLocation", Func, 0},
17234 {"LoadLocationFromTZData", Func, 10},
17235 {"Local", Var, 0},
17236 {"Location", Type, 0},
17237 {"March", Const, 0},
17238 {"May", Const, 0},
17239 {"Microsecond", Const, 0},
17240 {"Millisecond", Const, 0},
17241 {"Minute", Const, 0},
17242 {"Monday", Const, 0},
17243 {"Month", Type, 0},
17244 {"Nanosecond", Const, 0},
17245 {"NewTicker", Func, 0},
17246 {"NewTimer", Func, 0},
17247 {"November", Const, 0},
17248 {"Now", Func, 0},
17249 {"October", Const, 0},
17250 {"Parse", Func, 0},
17251 {"ParseDuration", Func, 0},
17252 {"ParseError", Type, 0},
17253 {"ParseError.Layout", Field, 0},
17254 {"ParseError.LayoutElem", Field, 0},
17255 {"ParseError.Message", Field, 0},
17256 {"ParseError.Value", Field, 0},
17257 {"ParseError.ValueElem", Field, 0},
17258 {"ParseInLocation", Func, 1},
17259 {"RFC1123", Const, 0},
17260 {"RFC1123Z", Const, 0},
17261 {"RFC3339", Const, 0},
17262 {"RFC3339Nano", Const, 0},
17263 {"RFC822", Const, 0},
17264 {"RFC822Z", Const, 0},
17265 {"RFC850", Const, 0},
17266 {"RubyDate", Const, 0},
17267 {"Saturday", Const, 0},
17268 {"Second", Const, 0},
17269 {"September", Const, 0},
17270 {"Since", Func, 0},
17271 {"Sleep", Func, 0},
17272 {"Stamp", Const, 0},
17273 {"StampMicro", Const, 0},
17274 {"StampMilli", Const, 0},
17275 {"StampNano", Const, 0},
17276 {"Sunday", Const, 0},
17277 {"Thursday", Const, 0},
17278 {"Tick", Func, 0},
17279 {"Ticker", Type, 0},
17280 {"Ticker.C", Field, 0},
17281 {"Time", Type, 0},
17282 {"TimeOnly", Const, 20},
17283 {"Timer", Type, 0},
17284 {"Timer.C", Field, 0},
17285 {"Tuesday", Const, 0},
17286 {"UTC", Var, 0},
17287 {"Unix", Func, 0},
17288 {"UnixDate", Const, 0},
17289 {"UnixMicro", Func, 17},
17290 {"UnixMilli", Func, 17},
17291 {"Until", Func, 8},
17292 {"Wednesday", Const, 0},
17293 {"Weekday", Type, 0},
17294 },
17295 "unicode": {
17296 {"(SpecialCase).ToLower", Method, 0},
17297 {"(SpecialCase).ToTitle", Method, 0},
17298 {"(SpecialCase).ToUpper", Method, 0},
17299 {"ASCII_Hex_Digit", Var, 0},
17300 {"Adlam", Var, 7},
17301 {"Ahom", Var, 5},
17302 {"Anatolian_Hieroglyphs", Var, 5},
17303 {"Arabic", Var, 0},
17304 {"Armenian", Var, 0},
17305 {"Avestan", Var, 0},
17306 {"AzeriCase", Var, 0},
17307 {"Balinese", Var, 0},
17308 {"Bamum", Var, 0},
17309 {"Bassa_Vah", Var, 4},
17310 {"Batak", Var, 0},
17311 {"Bengali", Var, 0},
17312 {"Bhaiksuki", Var, 7},
17313 {"Bidi_Control", Var, 0},
17314 {"Bopomofo", Var, 0},
17315 {"Brahmi", Var, 0},
17316 {"Braille", Var, 0},
17317 {"Buginese", Var, 0},
17318 {"Buhid", Var, 0},
17319 {"C", Var, 0},
17320 {"Canadian_Aboriginal", Var, 0},
17321 {"Carian", Var, 0},
17322 {"CaseRange", Type, 0},
17323 {"CaseRange.Delta", Field, 0},
17324 {"CaseRange.Hi", Field, 0},
17325 {"CaseRange.Lo", Field, 0},
17326 {"CaseRanges", Var, 0},
17327 {"Categories", Var, 0},
17328 {"Caucasian_Albanian", Var, 4},
17329 {"Cc", Var, 0},
17330 {"Cf", Var, 0},
17331 {"Chakma", Var, 1},
17332 {"Cham", Var, 0},
17333 {"Cherokee", Var, 0},
17334 {"Chorasmian", Var, 16},
17335 {"Co", Var, 0},
17336 {"Common", Var, 0},
17337 {"Coptic", Var, 0},
17338 {"Cs", Var, 0},
17339 {"Cuneiform", Var, 0},
17340 {"Cypriot", Var, 0},
17341 {"Cypro_Minoan", Var, 21},
17342 {"Cyrillic", Var, 0},
17343 {"Dash", Var, 0},
17344 {"Deprecated", Var, 0},
17345 {"Deseret", Var, 0},
17346 {"Devanagari", Var, 0},
17347 {"Diacritic", Var, 0},
17348 {"Digit", Var, 0},
17349 {"Dives_Akuru", Var, 16},
17350 {"Dogra", Var, 13},
17351 {"Duployan", Var, 4},
17352 {"Egyptian_Hieroglyphs", Var, 0},
17353 {"Elbasan", Var, 4},
17354 {"Elymaic", Var, 14},
17355 {"Ethiopic", Var, 0},
17356 {"Extender", Var, 0},
17357 {"FoldCategory", Var, 0},
17358 {"FoldScript", Var, 0},
17359 {"Georgian", Var, 0},
17360 {"Glagolitic", Var, 0},
17361 {"Gothic", Var, 0},
17362 {"Grantha", Var, 4},
17363 {"GraphicRanges", Var, 0},
17364 {"Greek", Var, 0},
17365 {"Gujarati", Var, 0},
17366 {"Gunjala_Gondi", Var, 13},
17367 {"Gurmukhi", Var, 0},
17368 {"Han", Var, 0},
17369 {"Hangul", Var, 0},
17370 {"Hanifi_Rohingya", Var, 13},
17371 {"Hanunoo", Var, 0},
17372 {"Hatran", Var, 5},
17373 {"Hebrew", Var, 0},
17374 {"Hex_Digit", Var, 0},
17375 {"Hiragana", Var, 0},
17376 {"Hyphen", Var, 0},
17377 {"IDS_Binary_Operator", Var, 0},
17378 {"IDS_Trinary_Operator", Var, 0},
17379 {"Ideographic", Var, 0},
17380 {"Imperial_Aramaic", Var, 0},
17381 {"In", Func, 2},
17382 {"Inherited", Var, 0},
17383 {"Inscriptional_Pahlavi", Var, 0},
17384 {"Inscriptional_Parthian", Var, 0},
17385 {"Is", Func, 0},
17386 {"IsControl", Func, 0},
17387 {"IsDigit", Func, 0},
17388 {"IsGraphic", Func, 0},
17389 {"IsLetter", Func, 0},
17390 {"IsLower", Func, 0},
17391 {"IsMark", Func, 0},
17392 {"IsNumber", Func, 0},
17393 {"IsOneOf", Func, 0},
17394 {"IsPrint", Func, 0},
17395 {"IsPunct", Func, 0},
17396 {"IsSpace", Func, 0},
17397 {"IsSymbol", Func, 0},
17398 {"IsTitle", Func, 0},
17399 {"IsUpper", Func, 0},
17400 {"Javanese", Var, 0},
17401 {"Join_Control", Var, 0},
17402 {"Kaithi", Var, 0},
17403 {"Kannada", Var, 0},
17404 {"Katakana", Var, 0},
17405 {"Kawi", Var, 21},
17406 {"Kayah_Li", Var, 0},
17407 {"Kharoshthi", Var, 0},
17408 {"Khitan_Small_Script", Var, 16},
17409 {"Khmer", Var, 0},
17410 {"Khojki", Var, 4},
17411 {"Khudawadi", Var, 4},
17412 {"L", Var, 0},
17413 {"Lao", Var, 0},
17414 {"Latin", Var, 0},
17415 {"Lepcha", Var, 0},
17416 {"Letter", Var, 0},
17417 {"Limbu", Var, 0},
17418 {"Linear_A", Var, 4},
17419 {"Linear_B", Var, 0},
17420 {"Lisu", Var, 0},
17421 {"Ll", Var, 0},
17422 {"Lm", Var, 0},
17423 {"Lo", Var, 0},
17424 {"Logical_Order_Exception", Var, 0},
17425 {"Lower", Var, 0},
17426 {"LowerCase", Const, 0},
17427 {"Lt", Var, 0},
17428 {"Lu", Var, 0},
17429 {"Lycian", Var, 0},
17430 {"Lydian", Var, 0},
17431 {"M", Var, 0},
17432 {"Mahajani", Var, 4},
17433 {"Makasar", Var, 13},
17434 {"Malayalam", Var, 0},
17435 {"Mandaic", Var, 0},
17436 {"Manichaean", Var, 4},
17437 {"Marchen", Var, 7},
17438 {"Mark", Var, 0},
17439 {"Masaram_Gondi", Var, 10},
17440 {"MaxASCII", Const, 0},
17441 {"MaxCase", Const, 0},
17442 {"MaxLatin1", Const, 0},
17443 {"MaxRune", Const, 0},
17444 {"Mc", Var, 0},
17445 {"Me", Var, 0},
17446 {"Medefaidrin", Var, 13},
17447 {"Meetei_Mayek", Var, 0},
17448 {"Mende_Kikakui", Var, 4},
17449 {"Meroitic_Cursive", Var, 1},
17450 {"Meroitic_Hieroglyphs", Var, 1},
17451 {"Miao", Var, 1},
17452 {"Mn", Var, 0},
17453 {"Modi", Var, 4},
17454 {"Mongolian", Var, 0},
17455 {"Mro", Var, 4},
17456 {"Multani", Var, 5},
17457 {"Myanmar", Var, 0},
17458 {"N", Var, 0},
17459 {"Nabataean", Var, 4},
17460 {"Nag_Mundari", Var, 21},
17461 {"Nandinagari", Var, 14},
17462 {"Nd", Var, 0},
17463 {"New_Tai_Lue", Var, 0},
17464 {"Newa", Var, 7},
17465 {"Nko", Var, 0},
17466 {"Nl", Var, 0},
17467 {"No", Var, 0},
17468 {"Noncharacter_Code_Point", Var, 0},
17469 {"Number", Var, 0},
17470 {"Nushu", Var, 10},
17471 {"Nyiakeng_Puachue_Hmong", Var, 14},
17472 {"Ogham", Var, 0},
17473 {"Ol_Chiki", Var, 0},
17474 {"Old_Hungarian", Var, 5},
17475 {"Old_Italic", Var, 0},
17476 {"Old_North_Arabian", Var, 4},
17477 {"Old_Permic", Var, 4},
17478 {"Old_Persian", Var, 0},
17479 {"Old_Sogdian", Var, 13},
17480 {"Old_South_Arabian", Var, 0},
17481 {"Old_Turkic", Var, 0},
17482 {"Old_Uyghur", Var, 21},
17483 {"Oriya", Var, 0},
17484 {"Osage", Var, 7},
17485 {"Osmanya", Var, 0},
17486 {"Other", Var, 0},
17487 {"Other_Alphabetic", Var, 0},
17488 {"Other_Default_Ignorable_Code_Point", Var, 0},
17489 {"Other_Grapheme_Extend", Var, 0},
17490 {"Other_ID_Continue", Var, 0},
17491 {"Other_ID_Start", Var, 0},
17492 {"Other_Lowercase", Var, 0},
17493 {"Other_Math", Var, 0},
17494 {"Other_Uppercase", Var, 0},
17495 {"P", Var, 0},
17496 {"Pahawh_Hmong", Var, 4},
17497 {"Palmyrene", Var, 4},
17498 {"Pattern_Syntax", Var, 0},
17499 {"Pattern_White_Space", Var, 0},
17500 {"Pau_Cin_Hau", Var, 4},
17501 {"Pc", Var, 0},
17502 {"Pd", Var, 0},
17503 {"Pe", Var, 0},
17504 {"Pf", Var, 0},
17505 {"Phags_Pa", Var, 0},
17506 {"Phoenician", Var, 0},
17507 {"Pi", Var, 0},
17508 {"Po", Var, 0},
17509 {"Prepended_Concatenation_Mark", Var, 7},
17510 {"PrintRanges", Var, 0},
17511 {"Properties", Var, 0},
17512 {"Ps", Var, 0},
17513 {"Psalter_Pahlavi", Var, 4},
17514 {"Punct", Var, 0},
17515 {"Quotation_Mark", Var, 0},
17516 {"Radical", Var, 0},
17517 {"Range16", Type, 0},
17518 {"Range16.Hi", Field, 0},
17519 {"Range16.Lo", Field, 0},
17520 {"Range16.Stride", Field, 0},
17521 {"Range32", Type, 0},
17522 {"Range32.Hi", Field, 0},
17523 {"Range32.Lo", Field, 0},
17524 {"Range32.Stride", Field, 0},
17525 {"RangeTable", Type, 0},
17526 {"RangeTable.LatinOffset", Field, 1},
17527 {"RangeTable.R16", Field, 0},
17528 {"RangeTable.R32", Field, 0},
17529 {"Regional_Indicator", Var, 10},
17530 {"Rejang", Var, 0},
17531 {"ReplacementChar", Const, 0},
17532 {"Runic", Var, 0},
17533 {"S", Var, 0},
17534 {"STerm", Var, 0},
17535 {"Samaritan", Var, 0},
17536 {"Saurashtra", Var, 0},
17537 {"Sc", Var, 0},
17538 {"Scripts", Var, 0},
17539 {"Sentence_Terminal", Var, 7},
17540 {"Sharada", Var, 1},
17541 {"Shavian", Var, 0},
17542 {"Siddham", Var, 4},
17543 {"SignWriting", Var, 5},
17544 {"SimpleFold", Func, 0},
17545 {"Sinhala", Var, 0},
17546 {"Sk", Var, 0},
17547 {"Sm", Var, 0},
17548 {"So", Var, 0},
17549 {"Soft_Dotted", Var, 0},
17550 {"Sogdian", Var, 13},
17551 {"Sora_Sompeng", Var, 1},
17552 {"Soyombo", Var, 10},
17553 {"Space", Var, 0},
17554 {"SpecialCase", Type, 0},
17555 {"Sundanese", Var, 0},
17556 {"Syloti_Nagri", Var, 0},
17557 {"Symbol", Var, 0},
17558 {"Syriac", Var, 0},
17559 {"Tagalog", Var, 0},
17560 {"Tagbanwa", Var, 0},
17561 {"Tai_Le", Var, 0},
17562 {"Tai_Tham", Var, 0},
17563 {"Tai_Viet", Var, 0},
17564 {"Takri", Var, 1},
17565 {"Tamil", Var, 0},
17566 {"Tangsa", Var, 21},
17567 {"Tangut", Var, 7},
17568 {"Telugu", Var, 0},
17569 {"Terminal_Punctuation", Var, 0},
17570 {"Thaana", Var, 0},
17571 {"Thai", Var, 0},
17572 {"Tibetan", Var, 0},
17573 {"Tifinagh", Var, 0},
17574 {"Tirhuta", Var, 4},
17575 {"Title", Var, 0},
17576 {"TitleCase", Const, 0},
17577 {"To", Func, 0},
17578 {"ToLower", Func, 0},
17579 {"ToTitle", Func, 0},
17580 {"ToUpper", Func, 0},
17581 {"Toto", Var, 21},
17582 {"TurkishCase", Var, 0},
17583 {"Ugaritic", Var, 0},
17584 {"Unified_Ideograph", Var, 0},
17585 {"Upper", Var, 0},
17586 {"UpperCase", Const, 0},
17587 {"UpperLower", Const, 0},
17588 {"Vai", Var, 0},
17589 {"Variation_Selector", Var, 0},
17590 {"Version", Const, 0},
17591 {"Vithkuqi", Var, 21},
17592 {"Wancho", Var, 14},
17593 {"Warang_Citi", Var, 4},
17594 {"White_Space", Var, 0},
17595 {"Yezidi", Var, 16},
17596 {"Yi", Var, 0},
17597 {"Z", Var, 0},
17598 {"Zanabazar_Square", Var, 10},
17599 {"Zl", Var, 0},
17600 {"Zp", Var, 0},
17601 {"Zs", Var, 0},
17602 },
17603 "unicode/utf16": {
17604 {"AppendRune", Func, 20},
17605 {"Decode", Func, 0},
17606 {"DecodeRune", Func, 0},
17607 {"Encode", Func, 0},
17608 {"EncodeRune", Func, 0},
17609 {"IsSurrogate", Func, 0},
17610 {"RuneLen", Func, 23},
17611 },
17612 "unicode/utf8": {
17613 {"AppendRune", Func, 18},
17614 {"DecodeLastRune", Func, 0},
17615 {"DecodeLastRuneInString", Func, 0},
17616 {"DecodeRune", Func, 0},
17617 {"DecodeRuneInString", Func, 0},
17618 {"EncodeRune", Func, 0},
17619 {"FullRune", Func, 0},
17620 {"FullRuneInString", Func, 0},
17621 {"MaxRune", Const, 0},
17622 {"RuneCount", Func, 0},
17623 {"RuneCountInString", Func, 0},
17624 {"RuneError", Const, 0},
17625 {"RuneLen", Func, 0},
17626 {"RuneSelf", Const, 0},
17627 {"RuneStart", Func, 0},
17628 {"UTFMax", Const, 0},
17629 {"Valid", Func, 0},
17630 {"ValidRune", Func, 1},
17631 {"ValidString", Func, 0},
17632 },
17633 "unique": {
17634 {"(Handle).Value", Method, 23},
17635 {"Handle", Type, 23},
17636 {"Make", Func, 23},
17637 },
17638 "unsafe": {
17639 {"Add", Func, 0},
17640 {"Alignof", Func, 0},
17641 {"Offsetof", Func, 0},
17642 {"Pointer", Type, 0},
17643 {"Sizeof", Func, 0},
17644 {"Slice", Func, 0},
17645 {"SliceData", Func, 0},
17646 {"String", Func, 0},
17647 {"StringData", Func, 0},
17648 },
17649 "weak": {
17650 {"(Pointer).Value", Method, 24},
17651 {"Make", Func, 24},
17652 {"Pointer", Type, 24},
17653 },
17654 }
17655
View as plain text