golang.org/x/tools@v0.21.1-0.20240520172518-788d39e776b1/internal/stdlib/manifest.go (about) 1 // Copyright 2024 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Code generated by generate.go. DO NOT EDIT. 6 7 package stdlib 8 9 var PackageSymbols = map[string][]Symbol{ 10 "archive/tar": { 11 {"(*Header).FileInfo", Method, 1}, 12 {"(*Reader).Next", Method, 0}, 13 {"(*Reader).Read", Method, 0}, 14 {"(*Writer).AddFS", Method, 22}, 15 {"(*Writer).Close", Method, 0}, 16 {"(*Writer).Flush", Method, 0}, 17 {"(*Writer).Write", Method, 0}, 18 {"(*Writer).WriteHeader", Method, 0}, 19 {"(Format).String", Method, 10}, 20 {"ErrFieldTooLong", Var, 0}, 21 {"ErrHeader", Var, 0}, 22 {"ErrInsecurePath", Var, 20}, 23 {"ErrWriteAfterClose", Var, 0}, 24 {"ErrWriteTooLong", Var, 0}, 25 {"FileInfoHeader", Func, 1}, 26 {"Format", Type, 10}, 27 {"FormatGNU", Const, 10}, 28 {"FormatPAX", Const, 10}, 29 {"FormatUSTAR", Const, 10}, 30 {"FormatUnknown", Const, 10}, 31 {"Header", Type, 0}, 32 {"Header.AccessTime", Field, 0}, 33 {"Header.ChangeTime", Field, 0}, 34 {"Header.Devmajor", Field, 0}, 35 {"Header.Devminor", Field, 0}, 36 {"Header.Format", Field, 10}, 37 {"Header.Gid", Field, 0}, 38 {"Header.Gname", Field, 0}, 39 {"Header.Linkname", Field, 0}, 40 {"Header.ModTime", Field, 0}, 41 {"Header.Mode", Field, 0}, 42 {"Header.Name", Field, 0}, 43 {"Header.PAXRecords", Field, 10}, 44 {"Header.Size", Field, 0}, 45 {"Header.Typeflag", Field, 0}, 46 {"Header.Uid", Field, 0}, 47 {"Header.Uname", Field, 0}, 48 {"Header.Xattrs", Field, 3}, 49 {"NewReader", Func, 0}, 50 {"NewWriter", Func, 0}, 51 {"Reader", Type, 0}, 52 {"TypeBlock", Const, 0}, 53 {"TypeChar", Const, 0}, 54 {"TypeCont", Const, 0}, 55 {"TypeDir", Const, 0}, 56 {"TypeFifo", Const, 0}, 57 {"TypeGNULongLink", Const, 1}, 58 {"TypeGNULongName", Const, 1}, 59 {"TypeGNUSparse", Const, 3}, 60 {"TypeLink", Const, 0}, 61 {"TypeReg", Const, 0}, 62 {"TypeRegA", Const, 0}, 63 {"TypeSymlink", Const, 0}, 64 {"TypeXGlobalHeader", Const, 0}, 65 {"TypeXHeader", Const, 0}, 66 {"Writer", Type, 0}, 67 }, 68 "archive/zip": { 69 {"(*File).DataOffset", Method, 2}, 70 {"(*File).FileInfo", Method, 0}, 71 {"(*File).ModTime", Method, 0}, 72 {"(*File).Mode", Method, 0}, 73 {"(*File).Open", Method, 0}, 74 {"(*File).OpenRaw", Method, 17}, 75 {"(*File).SetModTime", Method, 0}, 76 {"(*File).SetMode", Method, 0}, 77 {"(*FileHeader).FileInfo", Method, 0}, 78 {"(*FileHeader).ModTime", Method, 0}, 79 {"(*FileHeader).Mode", Method, 0}, 80 {"(*FileHeader).SetModTime", Method, 0}, 81 {"(*FileHeader).SetMode", Method, 0}, 82 {"(*ReadCloser).Close", Method, 0}, 83 {"(*ReadCloser).Open", Method, 16}, 84 {"(*ReadCloser).RegisterDecompressor", Method, 6}, 85 {"(*Reader).Open", Method, 16}, 86 {"(*Reader).RegisterDecompressor", Method, 6}, 87 {"(*Writer).AddFS", Method, 22}, 88 {"(*Writer).Close", Method, 0}, 89 {"(*Writer).Copy", Method, 17}, 90 {"(*Writer).Create", Method, 0}, 91 {"(*Writer).CreateHeader", Method, 0}, 92 {"(*Writer).CreateRaw", Method, 17}, 93 {"(*Writer).Flush", Method, 4}, 94 {"(*Writer).RegisterCompressor", Method, 6}, 95 {"(*Writer).SetComment", Method, 10}, 96 {"(*Writer).SetOffset", Method, 5}, 97 {"Compressor", Type, 2}, 98 {"Decompressor", Type, 2}, 99 {"Deflate", Const, 0}, 100 {"ErrAlgorithm", Var, 0}, 101 {"ErrChecksum", Var, 0}, 102 {"ErrFormat", Var, 0}, 103 {"ErrInsecurePath", Var, 20}, 104 {"File", Type, 0}, 105 {"File.FileHeader", Field, 0}, 106 {"FileHeader", Type, 0}, 107 {"FileHeader.CRC32", Field, 0}, 108 {"FileHeader.Comment", Field, 0}, 109 {"FileHeader.CompressedSize", Field, 0}, 110 {"FileHeader.CompressedSize64", Field, 1}, 111 {"FileHeader.CreatorVersion", Field, 0}, 112 {"FileHeader.ExternalAttrs", Field, 0}, 113 {"FileHeader.Extra", Field, 0}, 114 {"FileHeader.Flags", Field, 0}, 115 {"FileHeader.Method", Field, 0}, 116 {"FileHeader.Modified", Field, 10}, 117 {"FileHeader.ModifiedDate", Field, 0}, 118 {"FileHeader.ModifiedTime", Field, 0}, 119 {"FileHeader.Name", Field, 0}, 120 {"FileHeader.NonUTF8", Field, 10}, 121 {"FileHeader.ReaderVersion", Field, 0}, 122 {"FileHeader.UncompressedSize", Field, 0}, 123 {"FileHeader.UncompressedSize64", Field, 1}, 124 {"FileInfoHeader", Func, 0}, 125 {"NewReader", Func, 0}, 126 {"NewWriter", Func, 0}, 127 {"OpenReader", Func, 0}, 128 {"ReadCloser", Type, 0}, 129 {"ReadCloser.Reader", Field, 0}, 130 {"Reader", Type, 0}, 131 {"Reader.Comment", Field, 0}, 132 {"Reader.File", Field, 0}, 133 {"RegisterCompressor", Func, 2}, 134 {"RegisterDecompressor", Func, 2}, 135 {"Store", Const, 0}, 136 {"Writer", Type, 0}, 137 }, 138 "bufio": { 139 {"(*Reader).Buffered", Method, 0}, 140 {"(*Reader).Discard", Method, 5}, 141 {"(*Reader).Peek", Method, 0}, 142 {"(*Reader).Read", Method, 0}, 143 {"(*Reader).ReadByte", Method, 0}, 144 {"(*Reader).ReadBytes", Method, 0}, 145 {"(*Reader).ReadLine", Method, 0}, 146 {"(*Reader).ReadRune", Method, 0}, 147 {"(*Reader).ReadSlice", Method, 0}, 148 {"(*Reader).ReadString", Method, 0}, 149 {"(*Reader).Reset", Method, 2}, 150 {"(*Reader).Size", Method, 10}, 151 {"(*Reader).UnreadByte", Method, 0}, 152 {"(*Reader).UnreadRune", Method, 0}, 153 {"(*Reader).WriteTo", Method, 1}, 154 {"(*Scanner).Buffer", Method, 6}, 155 {"(*Scanner).Bytes", Method, 1}, 156 {"(*Scanner).Err", Method, 1}, 157 {"(*Scanner).Scan", Method, 1}, 158 {"(*Scanner).Split", Method, 1}, 159 {"(*Scanner).Text", Method, 1}, 160 {"(*Writer).Available", Method, 0}, 161 {"(*Writer).AvailableBuffer", Method, 18}, 162 {"(*Writer).Buffered", Method, 0}, 163 {"(*Writer).Flush", Method, 0}, 164 {"(*Writer).ReadFrom", Method, 1}, 165 {"(*Writer).Reset", Method, 2}, 166 {"(*Writer).Size", Method, 10}, 167 {"(*Writer).Write", Method, 0}, 168 {"(*Writer).WriteByte", Method, 0}, 169 {"(*Writer).WriteRune", Method, 0}, 170 {"(*Writer).WriteString", Method, 0}, 171 {"(ReadWriter).Available", Method, 0}, 172 {"(ReadWriter).AvailableBuffer", Method, 18}, 173 {"(ReadWriter).Discard", Method, 5}, 174 {"(ReadWriter).Flush", Method, 0}, 175 {"(ReadWriter).Peek", Method, 0}, 176 {"(ReadWriter).Read", Method, 0}, 177 {"(ReadWriter).ReadByte", Method, 0}, 178 {"(ReadWriter).ReadBytes", Method, 0}, 179 {"(ReadWriter).ReadFrom", Method, 1}, 180 {"(ReadWriter).ReadLine", Method, 0}, 181 {"(ReadWriter).ReadRune", Method, 0}, 182 {"(ReadWriter).ReadSlice", Method, 0}, 183 {"(ReadWriter).ReadString", Method, 0}, 184 {"(ReadWriter).UnreadByte", Method, 0}, 185 {"(ReadWriter).UnreadRune", Method, 0}, 186 {"(ReadWriter).Write", Method, 0}, 187 {"(ReadWriter).WriteByte", Method, 0}, 188 {"(ReadWriter).WriteRune", Method, 0}, 189 {"(ReadWriter).WriteString", Method, 0}, 190 {"(ReadWriter).WriteTo", Method, 1}, 191 {"ErrAdvanceTooFar", Var, 1}, 192 {"ErrBadReadCount", Var, 15}, 193 {"ErrBufferFull", Var, 0}, 194 {"ErrFinalToken", Var, 6}, 195 {"ErrInvalidUnreadByte", Var, 0}, 196 {"ErrInvalidUnreadRune", Var, 0}, 197 {"ErrNegativeAdvance", Var, 1}, 198 {"ErrNegativeCount", Var, 0}, 199 {"ErrTooLong", Var, 1}, 200 {"MaxScanTokenSize", Const, 1}, 201 {"NewReadWriter", Func, 0}, 202 {"NewReader", Func, 0}, 203 {"NewReaderSize", Func, 0}, 204 {"NewScanner", Func, 1}, 205 {"NewWriter", Func, 0}, 206 {"NewWriterSize", Func, 0}, 207 {"ReadWriter", Type, 0}, 208 {"ReadWriter.Reader", Field, 0}, 209 {"ReadWriter.Writer", Field, 0}, 210 {"Reader", Type, 0}, 211 {"ScanBytes", Func, 1}, 212 {"ScanLines", Func, 1}, 213 {"ScanRunes", Func, 1}, 214 {"ScanWords", Func, 1}, 215 {"Scanner", Type, 1}, 216 {"SplitFunc", Type, 1}, 217 {"Writer", Type, 0}, 218 }, 219 "bytes": { 220 {"(*Buffer).Available", Method, 21}, 221 {"(*Buffer).AvailableBuffer", Method, 21}, 222 {"(*Buffer).Bytes", Method, 0}, 223 {"(*Buffer).Cap", Method, 5}, 224 {"(*Buffer).Grow", Method, 1}, 225 {"(*Buffer).Len", Method, 0}, 226 {"(*Buffer).Next", Method, 0}, 227 {"(*Buffer).Read", Method, 0}, 228 {"(*Buffer).ReadByte", Method, 0}, 229 {"(*Buffer).ReadBytes", Method, 0}, 230 {"(*Buffer).ReadFrom", Method, 0}, 231 {"(*Buffer).ReadRune", Method, 0}, 232 {"(*Buffer).ReadString", Method, 0}, 233 {"(*Buffer).Reset", Method, 0}, 234 {"(*Buffer).String", Method, 0}, 235 {"(*Buffer).Truncate", Method, 0}, 236 {"(*Buffer).UnreadByte", Method, 0}, 237 {"(*Buffer).UnreadRune", Method, 0}, 238 {"(*Buffer).Write", Method, 0}, 239 {"(*Buffer).WriteByte", Method, 0}, 240 {"(*Buffer).WriteRune", Method, 0}, 241 {"(*Buffer).WriteString", Method, 0}, 242 {"(*Buffer).WriteTo", Method, 0}, 243 {"(*Reader).Len", Method, 0}, 244 {"(*Reader).Read", Method, 0}, 245 {"(*Reader).ReadAt", Method, 0}, 246 {"(*Reader).ReadByte", Method, 0}, 247 {"(*Reader).ReadRune", Method, 0}, 248 {"(*Reader).Reset", Method, 7}, 249 {"(*Reader).Seek", Method, 0}, 250 {"(*Reader).Size", Method, 5}, 251 {"(*Reader).UnreadByte", Method, 0}, 252 {"(*Reader).UnreadRune", Method, 0}, 253 {"(*Reader).WriteTo", Method, 1}, 254 {"Buffer", Type, 0}, 255 {"Clone", Func, 20}, 256 {"Compare", Func, 0}, 257 {"Contains", Func, 0}, 258 {"ContainsAny", Func, 7}, 259 {"ContainsFunc", Func, 21}, 260 {"ContainsRune", Func, 7}, 261 {"Count", Func, 0}, 262 {"Cut", Func, 18}, 263 {"CutPrefix", Func, 20}, 264 {"CutSuffix", Func, 20}, 265 {"Equal", Func, 0}, 266 {"EqualFold", Func, 0}, 267 {"ErrTooLarge", Var, 0}, 268 {"Fields", Func, 0}, 269 {"FieldsFunc", Func, 0}, 270 {"HasPrefix", Func, 0}, 271 {"HasSuffix", Func, 0}, 272 {"Index", Func, 0}, 273 {"IndexAny", Func, 0}, 274 {"IndexByte", Func, 0}, 275 {"IndexFunc", Func, 0}, 276 {"IndexRune", Func, 0}, 277 {"Join", Func, 0}, 278 {"LastIndex", Func, 0}, 279 {"LastIndexAny", Func, 0}, 280 {"LastIndexByte", Func, 5}, 281 {"LastIndexFunc", Func, 0}, 282 {"Map", Func, 0}, 283 {"MinRead", Const, 0}, 284 {"NewBuffer", Func, 0}, 285 {"NewBufferString", Func, 0}, 286 {"NewReader", Func, 0}, 287 {"Reader", Type, 0}, 288 {"Repeat", Func, 0}, 289 {"Replace", Func, 0}, 290 {"ReplaceAll", Func, 12}, 291 {"Runes", Func, 0}, 292 {"Split", Func, 0}, 293 {"SplitAfter", Func, 0}, 294 {"SplitAfterN", Func, 0}, 295 {"SplitN", Func, 0}, 296 {"Title", Func, 0}, 297 {"ToLower", Func, 0}, 298 {"ToLowerSpecial", Func, 0}, 299 {"ToTitle", Func, 0}, 300 {"ToTitleSpecial", Func, 0}, 301 {"ToUpper", Func, 0}, 302 {"ToUpperSpecial", Func, 0}, 303 {"ToValidUTF8", Func, 13}, 304 {"Trim", Func, 0}, 305 {"TrimFunc", Func, 0}, 306 {"TrimLeft", Func, 0}, 307 {"TrimLeftFunc", Func, 0}, 308 {"TrimPrefix", Func, 1}, 309 {"TrimRight", Func, 0}, 310 {"TrimRightFunc", Func, 0}, 311 {"TrimSpace", Func, 0}, 312 {"TrimSuffix", Func, 1}, 313 }, 314 "cmp": { 315 {"Compare", Func, 21}, 316 {"Less", Func, 21}, 317 {"Or", Func, 22}, 318 {"Ordered", Type, 21}, 319 }, 320 "compress/bzip2": { 321 {"(StructuralError).Error", Method, 0}, 322 {"NewReader", Func, 0}, 323 {"StructuralError", Type, 0}, 324 }, 325 "compress/flate": { 326 {"(*ReadError).Error", Method, 0}, 327 {"(*WriteError).Error", Method, 0}, 328 {"(*Writer).Close", Method, 0}, 329 {"(*Writer).Flush", Method, 0}, 330 {"(*Writer).Reset", Method, 2}, 331 {"(*Writer).Write", Method, 0}, 332 {"(CorruptInputError).Error", Method, 0}, 333 {"(InternalError).Error", Method, 0}, 334 {"BestCompression", Const, 0}, 335 {"BestSpeed", Const, 0}, 336 {"CorruptInputError", Type, 0}, 337 {"DefaultCompression", Const, 0}, 338 {"HuffmanOnly", Const, 7}, 339 {"InternalError", Type, 0}, 340 {"NewReader", Func, 0}, 341 {"NewReaderDict", Func, 0}, 342 {"NewWriter", Func, 0}, 343 {"NewWriterDict", Func, 0}, 344 {"NoCompression", Const, 0}, 345 {"ReadError", Type, 0}, 346 {"ReadError.Err", Field, 0}, 347 {"ReadError.Offset", Field, 0}, 348 {"Reader", Type, 0}, 349 {"Resetter", Type, 4}, 350 {"WriteError", Type, 0}, 351 {"WriteError.Err", Field, 0}, 352 {"WriteError.Offset", Field, 0}, 353 {"Writer", Type, 0}, 354 }, 355 "compress/gzip": { 356 {"(*Reader).Close", Method, 0}, 357 {"(*Reader).Multistream", Method, 4}, 358 {"(*Reader).Read", Method, 0}, 359 {"(*Reader).Reset", Method, 3}, 360 {"(*Writer).Close", Method, 0}, 361 {"(*Writer).Flush", Method, 1}, 362 {"(*Writer).Reset", Method, 2}, 363 {"(*Writer).Write", Method, 0}, 364 {"BestCompression", Const, 0}, 365 {"BestSpeed", Const, 0}, 366 {"DefaultCompression", Const, 0}, 367 {"ErrChecksum", Var, 0}, 368 {"ErrHeader", Var, 0}, 369 {"Header", Type, 0}, 370 {"Header.Comment", Field, 0}, 371 {"Header.Extra", Field, 0}, 372 {"Header.ModTime", Field, 0}, 373 {"Header.Name", Field, 0}, 374 {"Header.OS", Field, 0}, 375 {"HuffmanOnly", Const, 8}, 376 {"NewReader", Func, 0}, 377 {"NewWriter", Func, 0}, 378 {"NewWriterLevel", Func, 0}, 379 {"NoCompression", Const, 0}, 380 {"Reader", Type, 0}, 381 {"Reader.Header", Field, 0}, 382 {"Writer", Type, 0}, 383 {"Writer.Header", Field, 0}, 384 }, 385 "compress/lzw": { 386 {"(*Reader).Close", Method, 17}, 387 {"(*Reader).Read", Method, 17}, 388 {"(*Reader).Reset", Method, 17}, 389 {"(*Writer).Close", Method, 17}, 390 {"(*Writer).Reset", Method, 17}, 391 {"(*Writer).Write", Method, 17}, 392 {"LSB", Const, 0}, 393 {"MSB", Const, 0}, 394 {"NewReader", Func, 0}, 395 {"NewWriter", Func, 0}, 396 {"Order", Type, 0}, 397 {"Reader", Type, 17}, 398 {"Writer", Type, 17}, 399 }, 400 "compress/zlib": { 401 {"(*Writer).Close", Method, 0}, 402 {"(*Writer).Flush", Method, 0}, 403 {"(*Writer).Reset", Method, 2}, 404 {"(*Writer).Write", Method, 0}, 405 {"BestCompression", Const, 0}, 406 {"BestSpeed", Const, 0}, 407 {"DefaultCompression", Const, 0}, 408 {"ErrChecksum", Var, 0}, 409 {"ErrDictionary", Var, 0}, 410 {"ErrHeader", Var, 0}, 411 {"HuffmanOnly", Const, 8}, 412 {"NewReader", Func, 0}, 413 {"NewReaderDict", Func, 0}, 414 {"NewWriter", Func, 0}, 415 {"NewWriterLevel", Func, 0}, 416 {"NewWriterLevelDict", Func, 0}, 417 {"NoCompression", Const, 0}, 418 {"Resetter", Type, 4}, 419 {"Writer", Type, 0}, 420 }, 421 "container/heap": { 422 {"Fix", Func, 2}, 423 {"Init", Func, 0}, 424 {"Interface", Type, 0}, 425 {"Pop", Func, 0}, 426 {"Push", Func, 0}, 427 {"Remove", Func, 0}, 428 }, 429 "container/list": { 430 {"(*Element).Next", Method, 0}, 431 {"(*Element).Prev", Method, 0}, 432 {"(*List).Back", Method, 0}, 433 {"(*List).Front", Method, 0}, 434 {"(*List).Init", Method, 0}, 435 {"(*List).InsertAfter", Method, 0}, 436 {"(*List).InsertBefore", Method, 0}, 437 {"(*List).Len", Method, 0}, 438 {"(*List).MoveAfter", Method, 2}, 439 {"(*List).MoveBefore", Method, 2}, 440 {"(*List).MoveToBack", Method, 0}, 441 {"(*List).MoveToFront", Method, 0}, 442 {"(*List).PushBack", Method, 0}, 443 {"(*List).PushBackList", Method, 0}, 444 {"(*List).PushFront", Method, 0}, 445 {"(*List).PushFrontList", Method, 0}, 446 {"(*List).Remove", Method, 0}, 447 {"Element", Type, 0}, 448 {"Element.Value", Field, 0}, 449 {"List", Type, 0}, 450 {"New", Func, 0}, 451 }, 452 "container/ring": { 453 {"(*Ring).Do", Method, 0}, 454 {"(*Ring).Len", Method, 0}, 455 {"(*Ring).Link", Method, 0}, 456 {"(*Ring).Move", Method, 0}, 457 {"(*Ring).Next", Method, 0}, 458 {"(*Ring).Prev", Method, 0}, 459 {"(*Ring).Unlink", Method, 0}, 460 {"New", Func, 0}, 461 {"Ring", Type, 0}, 462 {"Ring.Value", Field, 0}, 463 }, 464 "context": { 465 {"AfterFunc", Func, 21}, 466 {"Background", Func, 7}, 467 {"CancelCauseFunc", Type, 20}, 468 {"CancelFunc", Type, 7}, 469 {"Canceled", Var, 7}, 470 {"Cause", Func, 20}, 471 {"Context", Type, 7}, 472 {"DeadlineExceeded", Var, 7}, 473 {"TODO", Func, 7}, 474 {"WithCancel", Func, 7}, 475 {"WithCancelCause", Func, 20}, 476 {"WithDeadline", Func, 7}, 477 {"WithDeadlineCause", Func, 21}, 478 {"WithTimeout", Func, 7}, 479 {"WithTimeoutCause", Func, 21}, 480 {"WithValue", Func, 7}, 481 {"WithoutCancel", Func, 21}, 482 }, 483 "crypto": { 484 {"(Hash).Available", Method, 0}, 485 {"(Hash).HashFunc", Method, 4}, 486 {"(Hash).New", Method, 0}, 487 {"(Hash).Size", Method, 0}, 488 {"(Hash).String", Method, 15}, 489 {"BLAKE2b_256", Const, 9}, 490 {"BLAKE2b_384", Const, 9}, 491 {"BLAKE2b_512", Const, 9}, 492 {"BLAKE2s_256", Const, 9}, 493 {"Decrypter", Type, 5}, 494 {"DecrypterOpts", Type, 5}, 495 {"Hash", Type, 0}, 496 {"MD4", Const, 0}, 497 {"MD5", Const, 0}, 498 {"MD5SHA1", Const, 0}, 499 {"PrivateKey", Type, 0}, 500 {"PublicKey", Type, 2}, 501 {"RIPEMD160", Const, 0}, 502 {"RegisterHash", Func, 0}, 503 {"SHA1", Const, 0}, 504 {"SHA224", Const, 0}, 505 {"SHA256", Const, 0}, 506 {"SHA384", Const, 0}, 507 {"SHA3_224", Const, 4}, 508 {"SHA3_256", Const, 4}, 509 {"SHA3_384", Const, 4}, 510 {"SHA3_512", Const, 4}, 511 {"SHA512", Const, 0}, 512 {"SHA512_224", Const, 5}, 513 {"SHA512_256", Const, 5}, 514 {"Signer", Type, 4}, 515 {"SignerOpts", Type, 4}, 516 }, 517 "crypto/aes": { 518 {"(KeySizeError).Error", Method, 0}, 519 {"BlockSize", Const, 0}, 520 {"KeySizeError", Type, 0}, 521 {"NewCipher", Func, 0}, 522 }, 523 "crypto/cipher": { 524 {"(StreamReader).Read", Method, 0}, 525 {"(StreamWriter).Close", Method, 0}, 526 {"(StreamWriter).Write", Method, 0}, 527 {"AEAD", Type, 2}, 528 {"Block", Type, 0}, 529 {"BlockMode", Type, 0}, 530 {"NewCBCDecrypter", Func, 0}, 531 {"NewCBCEncrypter", Func, 0}, 532 {"NewCFBDecrypter", Func, 0}, 533 {"NewCFBEncrypter", Func, 0}, 534 {"NewCTR", Func, 0}, 535 {"NewGCM", Func, 2}, 536 {"NewGCMWithNonceSize", Func, 5}, 537 {"NewGCMWithTagSize", Func, 11}, 538 {"NewOFB", Func, 0}, 539 {"Stream", Type, 0}, 540 {"StreamReader", Type, 0}, 541 {"StreamReader.R", Field, 0}, 542 {"StreamReader.S", Field, 0}, 543 {"StreamWriter", Type, 0}, 544 {"StreamWriter.Err", Field, 0}, 545 {"StreamWriter.S", Field, 0}, 546 {"StreamWriter.W", Field, 0}, 547 }, 548 "crypto/des": { 549 {"(KeySizeError).Error", Method, 0}, 550 {"BlockSize", Const, 0}, 551 {"KeySizeError", Type, 0}, 552 {"NewCipher", Func, 0}, 553 {"NewTripleDESCipher", Func, 0}, 554 }, 555 "crypto/dsa": { 556 {"ErrInvalidPublicKey", Var, 0}, 557 {"GenerateKey", Func, 0}, 558 {"GenerateParameters", Func, 0}, 559 {"L1024N160", Const, 0}, 560 {"L2048N224", Const, 0}, 561 {"L2048N256", Const, 0}, 562 {"L3072N256", Const, 0}, 563 {"ParameterSizes", Type, 0}, 564 {"Parameters", Type, 0}, 565 {"Parameters.G", Field, 0}, 566 {"Parameters.P", Field, 0}, 567 {"Parameters.Q", Field, 0}, 568 {"PrivateKey", Type, 0}, 569 {"PrivateKey.PublicKey", Field, 0}, 570 {"PrivateKey.X", Field, 0}, 571 {"PublicKey", Type, 0}, 572 {"PublicKey.Parameters", Field, 0}, 573 {"PublicKey.Y", Field, 0}, 574 {"Sign", Func, 0}, 575 {"Verify", Func, 0}, 576 }, 577 "crypto/ecdh": { 578 {"(*PrivateKey).Bytes", Method, 20}, 579 {"(*PrivateKey).Curve", Method, 20}, 580 {"(*PrivateKey).ECDH", Method, 20}, 581 {"(*PrivateKey).Equal", Method, 20}, 582 {"(*PrivateKey).Public", Method, 20}, 583 {"(*PrivateKey).PublicKey", Method, 20}, 584 {"(*PublicKey).Bytes", Method, 20}, 585 {"(*PublicKey).Curve", Method, 20}, 586 {"(*PublicKey).Equal", Method, 20}, 587 {"Curve", Type, 20}, 588 {"P256", Func, 20}, 589 {"P384", Func, 20}, 590 {"P521", Func, 20}, 591 {"PrivateKey", Type, 20}, 592 {"PublicKey", Type, 20}, 593 {"X25519", Func, 20}, 594 }, 595 "crypto/ecdsa": { 596 {"(*PrivateKey).ECDH", Method, 20}, 597 {"(*PrivateKey).Equal", Method, 15}, 598 {"(*PrivateKey).Public", Method, 4}, 599 {"(*PrivateKey).Sign", Method, 4}, 600 {"(*PublicKey).ECDH", Method, 20}, 601 {"(*PublicKey).Equal", Method, 15}, 602 {"(PrivateKey).Add", Method, 0}, 603 {"(PrivateKey).Double", Method, 0}, 604 {"(PrivateKey).IsOnCurve", Method, 0}, 605 {"(PrivateKey).Params", Method, 0}, 606 {"(PrivateKey).ScalarBaseMult", Method, 0}, 607 {"(PrivateKey).ScalarMult", Method, 0}, 608 {"(PublicKey).Add", Method, 0}, 609 {"(PublicKey).Double", Method, 0}, 610 {"(PublicKey).IsOnCurve", Method, 0}, 611 {"(PublicKey).Params", Method, 0}, 612 {"(PublicKey).ScalarBaseMult", Method, 0}, 613 {"(PublicKey).ScalarMult", Method, 0}, 614 {"GenerateKey", Func, 0}, 615 {"PrivateKey", Type, 0}, 616 {"PrivateKey.D", Field, 0}, 617 {"PrivateKey.PublicKey", Field, 0}, 618 {"PublicKey", Type, 0}, 619 {"PublicKey.Curve", Field, 0}, 620 {"PublicKey.X", Field, 0}, 621 {"PublicKey.Y", Field, 0}, 622 {"Sign", Func, 0}, 623 {"SignASN1", Func, 15}, 624 {"Verify", Func, 0}, 625 {"VerifyASN1", Func, 15}, 626 }, 627 "crypto/ed25519": { 628 {"(*Options).HashFunc", Method, 20}, 629 {"(PrivateKey).Equal", Method, 15}, 630 {"(PrivateKey).Public", Method, 13}, 631 {"(PrivateKey).Seed", Method, 13}, 632 {"(PrivateKey).Sign", Method, 13}, 633 {"(PublicKey).Equal", Method, 15}, 634 {"GenerateKey", Func, 13}, 635 {"NewKeyFromSeed", Func, 13}, 636 {"Options", Type, 20}, 637 {"Options.Context", Field, 20}, 638 {"Options.Hash", Field, 20}, 639 {"PrivateKey", Type, 13}, 640 {"PrivateKeySize", Const, 13}, 641 {"PublicKey", Type, 13}, 642 {"PublicKeySize", Const, 13}, 643 {"SeedSize", Const, 13}, 644 {"Sign", Func, 13}, 645 {"SignatureSize", Const, 13}, 646 {"Verify", Func, 13}, 647 {"VerifyWithOptions", Func, 20}, 648 }, 649 "crypto/elliptic": { 650 {"(*CurveParams).Add", Method, 0}, 651 {"(*CurveParams).Double", Method, 0}, 652 {"(*CurveParams).IsOnCurve", Method, 0}, 653 {"(*CurveParams).Params", Method, 0}, 654 {"(*CurveParams).ScalarBaseMult", Method, 0}, 655 {"(*CurveParams).ScalarMult", Method, 0}, 656 {"Curve", Type, 0}, 657 {"CurveParams", Type, 0}, 658 {"CurveParams.B", Field, 0}, 659 {"CurveParams.BitSize", Field, 0}, 660 {"CurveParams.Gx", Field, 0}, 661 {"CurveParams.Gy", Field, 0}, 662 {"CurveParams.N", Field, 0}, 663 {"CurveParams.Name", Field, 5}, 664 {"CurveParams.P", Field, 0}, 665 {"GenerateKey", Func, 0}, 666 {"Marshal", Func, 0}, 667 {"MarshalCompressed", Func, 15}, 668 {"P224", Func, 0}, 669 {"P256", Func, 0}, 670 {"P384", Func, 0}, 671 {"P521", Func, 0}, 672 {"Unmarshal", Func, 0}, 673 {"UnmarshalCompressed", Func, 15}, 674 }, 675 "crypto/hmac": { 676 {"Equal", Func, 1}, 677 {"New", Func, 0}, 678 }, 679 "crypto/md5": { 680 {"BlockSize", Const, 0}, 681 {"New", Func, 0}, 682 {"Size", Const, 0}, 683 {"Sum", Func, 2}, 684 }, 685 "crypto/rand": { 686 {"Int", Func, 0}, 687 {"Prime", Func, 0}, 688 {"Read", Func, 0}, 689 {"Reader", Var, 0}, 690 }, 691 "crypto/rc4": { 692 {"(*Cipher).Reset", Method, 0}, 693 {"(*Cipher).XORKeyStream", Method, 0}, 694 {"(KeySizeError).Error", Method, 0}, 695 {"Cipher", Type, 0}, 696 {"KeySizeError", Type, 0}, 697 {"NewCipher", Func, 0}, 698 }, 699 "crypto/rsa": { 700 {"(*PSSOptions).HashFunc", Method, 4}, 701 {"(*PrivateKey).Decrypt", Method, 5}, 702 {"(*PrivateKey).Equal", Method, 15}, 703 {"(*PrivateKey).Precompute", Method, 0}, 704 {"(*PrivateKey).Public", Method, 4}, 705 {"(*PrivateKey).Sign", Method, 4}, 706 {"(*PrivateKey).Size", Method, 11}, 707 {"(*PrivateKey).Validate", Method, 0}, 708 {"(*PublicKey).Equal", Method, 15}, 709 {"(*PublicKey).Size", Method, 11}, 710 {"CRTValue", Type, 0}, 711 {"CRTValue.Coeff", Field, 0}, 712 {"CRTValue.Exp", Field, 0}, 713 {"CRTValue.R", Field, 0}, 714 {"DecryptOAEP", Func, 0}, 715 {"DecryptPKCS1v15", Func, 0}, 716 {"DecryptPKCS1v15SessionKey", Func, 0}, 717 {"EncryptOAEP", Func, 0}, 718 {"EncryptPKCS1v15", Func, 0}, 719 {"ErrDecryption", Var, 0}, 720 {"ErrMessageTooLong", Var, 0}, 721 {"ErrVerification", Var, 0}, 722 {"GenerateKey", Func, 0}, 723 {"GenerateMultiPrimeKey", Func, 0}, 724 {"OAEPOptions", Type, 5}, 725 {"OAEPOptions.Hash", Field, 5}, 726 {"OAEPOptions.Label", Field, 5}, 727 {"OAEPOptions.MGFHash", Field, 20}, 728 {"PKCS1v15DecryptOptions", Type, 5}, 729 {"PKCS1v15DecryptOptions.SessionKeyLen", Field, 5}, 730 {"PSSOptions", Type, 2}, 731 {"PSSOptions.Hash", Field, 4}, 732 {"PSSOptions.SaltLength", Field, 2}, 733 {"PSSSaltLengthAuto", Const, 2}, 734 {"PSSSaltLengthEqualsHash", Const, 2}, 735 {"PrecomputedValues", Type, 0}, 736 {"PrecomputedValues.CRTValues", Field, 0}, 737 {"PrecomputedValues.Dp", Field, 0}, 738 {"PrecomputedValues.Dq", Field, 0}, 739 {"PrecomputedValues.Qinv", Field, 0}, 740 {"PrivateKey", Type, 0}, 741 {"PrivateKey.D", Field, 0}, 742 {"PrivateKey.Precomputed", Field, 0}, 743 {"PrivateKey.Primes", Field, 0}, 744 {"PrivateKey.PublicKey", Field, 0}, 745 {"PublicKey", Type, 0}, 746 {"PublicKey.E", Field, 0}, 747 {"PublicKey.N", Field, 0}, 748 {"SignPKCS1v15", Func, 0}, 749 {"SignPSS", Func, 2}, 750 {"VerifyPKCS1v15", Func, 0}, 751 {"VerifyPSS", Func, 2}, 752 }, 753 "crypto/sha1": { 754 {"BlockSize", Const, 0}, 755 {"New", Func, 0}, 756 {"Size", Const, 0}, 757 {"Sum", Func, 2}, 758 }, 759 "crypto/sha256": { 760 {"BlockSize", Const, 0}, 761 {"New", Func, 0}, 762 {"New224", Func, 0}, 763 {"Size", Const, 0}, 764 {"Size224", Const, 0}, 765 {"Sum224", Func, 2}, 766 {"Sum256", Func, 2}, 767 }, 768 "crypto/sha512": { 769 {"BlockSize", Const, 0}, 770 {"New", Func, 0}, 771 {"New384", Func, 0}, 772 {"New512_224", Func, 5}, 773 {"New512_256", Func, 5}, 774 {"Size", Const, 0}, 775 {"Size224", Const, 5}, 776 {"Size256", Const, 5}, 777 {"Size384", Const, 0}, 778 {"Sum384", Func, 2}, 779 {"Sum512", Func, 2}, 780 {"Sum512_224", Func, 5}, 781 {"Sum512_256", Func, 5}, 782 }, 783 "crypto/subtle": { 784 {"ConstantTimeByteEq", Func, 0}, 785 {"ConstantTimeCompare", Func, 0}, 786 {"ConstantTimeCopy", Func, 0}, 787 {"ConstantTimeEq", Func, 0}, 788 {"ConstantTimeLessOrEq", Func, 2}, 789 {"ConstantTimeSelect", Func, 0}, 790 {"XORBytes", Func, 20}, 791 }, 792 "crypto/tls": { 793 {"(*CertificateRequestInfo).Context", Method, 17}, 794 {"(*CertificateRequestInfo).SupportsCertificate", Method, 14}, 795 {"(*CertificateVerificationError).Error", Method, 20}, 796 {"(*CertificateVerificationError).Unwrap", Method, 20}, 797 {"(*ClientHelloInfo).Context", Method, 17}, 798 {"(*ClientHelloInfo).SupportsCertificate", Method, 14}, 799 {"(*ClientSessionState).ResumptionState", Method, 21}, 800 {"(*Config).BuildNameToCertificate", Method, 0}, 801 {"(*Config).Clone", Method, 8}, 802 {"(*Config).DecryptTicket", Method, 21}, 803 {"(*Config).EncryptTicket", Method, 21}, 804 {"(*Config).SetSessionTicketKeys", Method, 5}, 805 {"(*Conn).Close", Method, 0}, 806 {"(*Conn).CloseWrite", Method, 8}, 807 {"(*Conn).ConnectionState", Method, 0}, 808 {"(*Conn).Handshake", Method, 0}, 809 {"(*Conn).HandshakeContext", Method, 17}, 810 {"(*Conn).LocalAddr", Method, 0}, 811 {"(*Conn).NetConn", Method, 18}, 812 {"(*Conn).OCSPResponse", Method, 0}, 813 {"(*Conn).Read", Method, 0}, 814 {"(*Conn).RemoteAddr", Method, 0}, 815 {"(*Conn).SetDeadline", Method, 0}, 816 {"(*Conn).SetReadDeadline", Method, 0}, 817 {"(*Conn).SetWriteDeadline", Method, 0}, 818 {"(*Conn).VerifyHostname", Method, 0}, 819 {"(*Conn).Write", Method, 0}, 820 {"(*ConnectionState).ExportKeyingMaterial", Method, 11}, 821 {"(*Dialer).Dial", Method, 15}, 822 {"(*Dialer).DialContext", Method, 15}, 823 {"(*QUICConn).Close", Method, 21}, 824 {"(*QUICConn).ConnectionState", Method, 21}, 825 {"(*QUICConn).HandleData", Method, 21}, 826 {"(*QUICConn).NextEvent", Method, 21}, 827 {"(*QUICConn).SendSessionTicket", Method, 21}, 828 {"(*QUICConn).SetTransportParameters", Method, 21}, 829 {"(*QUICConn).Start", Method, 21}, 830 {"(*SessionState).Bytes", Method, 21}, 831 {"(AlertError).Error", Method, 21}, 832 {"(ClientAuthType).String", Method, 15}, 833 {"(CurveID).String", Method, 15}, 834 {"(QUICEncryptionLevel).String", Method, 21}, 835 {"(RecordHeaderError).Error", Method, 6}, 836 {"(SignatureScheme).String", Method, 15}, 837 {"AlertError", Type, 21}, 838 {"Certificate", Type, 0}, 839 {"Certificate.Certificate", Field, 0}, 840 {"Certificate.Leaf", Field, 0}, 841 {"Certificate.OCSPStaple", Field, 0}, 842 {"Certificate.PrivateKey", Field, 0}, 843 {"Certificate.SignedCertificateTimestamps", Field, 5}, 844 {"Certificate.SupportedSignatureAlgorithms", Field, 14}, 845 {"CertificateRequestInfo", Type, 8}, 846 {"CertificateRequestInfo.AcceptableCAs", Field, 8}, 847 {"CertificateRequestInfo.SignatureSchemes", Field, 8}, 848 {"CertificateRequestInfo.Version", Field, 14}, 849 {"CertificateVerificationError", Type, 20}, 850 {"CertificateVerificationError.Err", Field, 20}, 851 {"CertificateVerificationError.UnverifiedCertificates", Field, 20}, 852 {"CipherSuite", Type, 14}, 853 {"CipherSuite.ID", Field, 14}, 854 {"CipherSuite.Insecure", Field, 14}, 855 {"CipherSuite.Name", Field, 14}, 856 {"CipherSuite.SupportedVersions", Field, 14}, 857 {"CipherSuiteName", Func, 14}, 858 {"CipherSuites", Func, 14}, 859 {"Client", Func, 0}, 860 {"ClientAuthType", Type, 0}, 861 {"ClientHelloInfo", Type, 4}, 862 {"ClientHelloInfo.CipherSuites", Field, 4}, 863 {"ClientHelloInfo.Conn", Field, 8}, 864 {"ClientHelloInfo.ServerName", Field, 4}, 865 {"ClientHelloInfo.SignatureSchemes", Field, 8}, 866 {"ClientHelloInfo.SupportedCurves", Field, 4}, 867 {"ClientHelloInfo.SupportedPoints", Field, 4}, 868 {"ClientHelloInfo.SupportedProtos", Field, 8}, 869 {"ClientHelloInfo.SupportedVersions", Field, 8}, 870 {"ClientSessionCache", Type, 3}, 871 {"ClientSessionState", Type, 3}, 872 {"Config", Type, 0}, 873 {"Config.Certificates", Field, 0}, 874 {"Config.CipherSuites", Field, 0}, 875 {"Config.ClientAuth", Field, 0}, 876 {"Config.ClientCAs", Field, 0}, 877 {"Config.ClientSessionCache", Field, 3}, 878 {"Config.CurvePreferences", Field, 3}, 879 {"Config.DynamicRecordSizingDisabled", Field, 7}, 880 {"Config.GetCertificate", Field, 4}, 881 {"Config.GetClientCertificate", Field, 8}, 882 {"Config.GetConfigForClient", Field, 8}, 883 {"Config.InsecureSkipVerify", Field, 0}, 884 {"Config.KeyLogWriter", Field, 8}, 885 {"Config.MaxVersion", Field, 2}, 886 {"Config.MinVersion", Field, 2}, 887 {"Config.NameToCertificate", Field, 0}, 888 {"Config.NextProtos", Field, 0}, 889 {"Config.PreferServerCipherSuites", Field, 1}, 890 {"Config.Rand", Field, 0}, 891 {"Config.Renegotiation", Field, 7}, 892 {"Config.RootCAs", Field, 0}, 893 {"Config.ServerName", Field, 0}, 894 {"Config.SessionTicketKey", Field, 1}, 895 {"Config.SessionTicketsDisabled", Field, 1}, 896 {"Config.Time", Field, 0}, 897 {"Config.UnwrapSession", Field, 21}, 898 {"Config.VerifyConnection", Field, 15}, 899 {"Config.VerifyPeerCertificate", Field, 8}, 900 {"Config.WrapSession", Field, 21}, 901 {"Conn", Type, 0}, 902 {"ConnectionState", Type, 0}, 903 {"ConnectionState.CipherSuite", Field, 0}, 904 {"ConnectionState.DidResume", Field, 1}, 905 {"ConnectionState.HandshakeComplete", Field, 0}, 906 {"ConnectionState.NegotiatedProtocol", Field, 0}, 907 {"ConnectionState.NegotiatedProtocolIsMutual", Field, 0}, 908 {"ConnectionState.OCSPResponse", Field, 5}, 909 {"ConnectionState.PeerCertificates", Field, 0}, 910 {"ConnectionState.ServerName", Field, 0}, 911 {"ConnectionState.SignedCertificateTimestamps", Field, 5}, 912 {"ConnectionState.TLSUnique", Field, 4}, 913 {"ConnectionState.VerifiedChains", Field, 0}, 914 {"ConnectionState.Version", Field, 3}, 915 {"CurveID", Type, 3}, 916 {"CurveP256", Const, 3}, 917 {"CurveP384", Const, 3}, 918 {"CurveP521", Const, 3}, 919 {"Dial", Func, 0}, 920 {"DialWithDialer", Func, 3}, 921 {"Dialer", Type, 15}, 922 {"Dialer.Config", Field, 15}, 923 {"Dialer.NetDialer", Field, 15}, 924 {"ECDSAWithP256AndSHA256", Const, 8}, 925 {"ECDSAWithP384AndSHA384", Const, 8}, 926 {"ECDSAWithP521AndSHA512", Const, 8}, 927 {"ECDSAWithSHA1", Const, 10}, 928 {"Ed25519", Const, 13}, 929 {"InsecureCipherSuites", Func, 14}, 930 {"Listen", Func, 0}, 931 {"LoadX509KeyPair", Func, 0}, 932 {"NewLRUClientSessionCache", Func, 3}, 933 {"NewListener", Func, 0}, 934 {"NewResumptionState", Func, 21}, 935 {"NoClientCert", Const, 0}, 936 {"PKCS1WithSHA1", Const, 8}, 937 {"PKCS1WithSHA256", Const, 8}, 938 {"PKCS1WithSHA384", Const, 8}, 939 {"PKCS1WithSHA512", Const, 8}, 940 {"PSSWithSHA256", Const, 8}, 941 {"PSSWithSHA384", Const, 8}, 942 {"PSSWithSHA512", Const, 8}, 943 {"ParseSessionState", Func, 21}, 944 {"QUICClient", Func, 21}, 945 {"QUICConfig", Type, 21}, 946 {"QUICConfig.TLSConfig", Field, 21}, 947 {"QUICConn", Type, 21}, 948 {"QUICEncryptionLevel", Type, 21}, 949 {"QUICEncryptionLevelApplication", Const, 21}, 950 {"QUICEncryptionLevelEarly", Const, 21}, 951 {"QUICEncryptionLevelHandshake", Const, 21}, 952 {"QUICEncryptionLevelInitial", Const, 21}, 953 {"QUICEvent", Type, 21}, 954 {"QUICEvent.Data", Field, 21}, 955 {"QUICEvent.Kind", Field, 21}, 956 {"QUICEvent.Level", Field, 21}, 957 {"QUICEvent.Suite", Field, 21}, 958 {"QUICEventKind", Type, 21}, 959 {"QUICHandshakeDone", Const, 21}, 960 {"QUICNoEvent", Const, 21}, 961 {"QUICRejectedEarlyData", Const, 21}, 962 {"QUICServer", Func, 21}, 963 {"QUICSessionTicketOptions", Type, 21}, 964 {"QUICSessionTicketOptions.EarlyData", Field, 21}, 965 {"QUICSetReadSecret", Const, 21}, 966 {"QUICSetWriteSecret", Const, 21}, 967 {"QUICTransportParameters", Const, 21}, 968 {"QUICTransportParametersRequired", Const, 21}, 969 {"QUICWriteData", Const, 21}, 970 {"RecordHeaderError", Type, 6}, 971 {"RecordHeaderError.Conn", Field, 12}, 972 {"RecordHeaderError.Msg", Field, 6}, 973 {"RecordHeaderError.RecordHeader", Field, 6}, 974 {"RenegotiateFreelyAsClient", Const, 7}, 975 {"RenegotiateNever", Const, 7}, 976 {"RenegotiateOnceAsClient", Const, 7}, 977 {"RenegotiationSupport", Type, 7}, 978 {"RequestClientCert", Const, 0}, 979 {"RequireAndVerifyClientCert", Const, 0}, 980 {"RequireAnyClientCert", Const, 0}, 981 {"Server", Func, 0}, 982 {"SessionState", Type, 21}, 983 {"SessionState.EarlyData", Field, 21}, 984 {"SessionState.Extra", Field, 21}, 985 {"SignatureScheme", Type, 8}, 986 {"TLS_AES_128_GCM_SHA256", Const, 12}, 987 {"TLS_AES_256_GCM_SHA384", Const, 12}, 988 {"TLS_CHACHA20_POLY1305_SHA256", Const, 12}, 989 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", Const, 2}, 990 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", Const, 8}, 991 {"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", Const, 2}, 992 {"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", Const, 2}, 993 {"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", Const, 5}, 994 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", Const, 8}, 995 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14}, 996 {"TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", Const, 2}, 997 {"TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0}, 998 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", Const, 0}, 999 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", Const, 8}, 1000 {"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", Const, 2}, 1001 {"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", Const, 1}, 1002 {"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", Const, 5}, 1003 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", Const, 8}, 1004 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14}, 1005 {"TLS_ECDHE_RSA_WITH_RC4_128_SHA", Const, 0}, 1006 {"TLS_FALLBACK_SCSV", Const, 4}, 1007 {"TLS_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0}, 1008 {"TLS_RSA_WITH_AES_128_CBC_SHA", Const, 0}, 1009 {"TLS_RSA_WITH_AES_128_CBC_SHA256", Const, 8}, 1010 {"TLS_RSA_WITH_AES_128_GCM_SHA256", Const, 6}, 1011 {"TLS_RSA_WITH_AES_256_CBC_SHA", Const, 1}, 1012 {"TLS_RSA_WITH_AES_256_GCM_SHA384", Const, 6}, 1013 {"TLS_RSA_WITH_RC4_128_SHA", Const, 0}, 1014 {"VerifyClientCertIfGiven", Const, 0}, 1015 {"VersionName", Func, 21}, 1016 {"VersionSSL30", Const, 2}, 1017 {"VersionTLS10", Const, 2}, 1018 {"VersionTLS11", Const, 2}, 1019 {"VersionTLS12", Const, 2}, 1020 {"VersionTLS13", Const, 12}, 1021 {"X25519", Const, 8}, 1022 {"X509KeyPair", Func, 0}, 1023 }, 1024 "crypto/x509": { 1025 {"(*CertPool).AddCert", Method, 0}, 1026 {"(*CertPool).AddCertWithConstraint", Method, 22}, 1027 {"(*CertPool).AppendCertsFromPEM", Method, 0}, 1028 {"(*CertPool).Clone", Method, 19}, 1029 {"(*CertPool).Equal", Method, 19}, 1030 {"(*CertPool).Subjects", Method, 0}, 1031 {"(*Certificate).CheckCRLSignature", Method, 0}, 1032 {"(*Certificate).CheckSignature", Method, 0}, 1033 {"(*Certificate).CheckSignatureFrom", Method, 0}, 1034 {"(*Certificate).CreateCRL", Method, 0}, 1035 {"(*Certificate).Equal", Method, 0}, 1036 {"(*Certificate).Verify", Method, 0}, 1037 {"(*Certificate).VerifyHostname", Method, 0}, 1038 {"(*CertificateRequest).CheckSignature", Method, 5}, 1039 {"(*RevocationList).CheckSignatureFrom", Method, 19}, 1040 {"(CertificateInvalidError).Error", Method, 0}, 1041 {"(ConstraintViolationError).Error", Method, 0}, 1042 {"(HostnameError).Error", Method, 0}, 1043 {"(InsecureAlgorithmError).Error", Method, 6}, 1044 {"(OID).Equal", Method, 22}, 1045 {"(OID).EqualASN1OID", Method, 22}, 1046 {"(OID).String", Method, 22}, 1047 {"(PublicKeyAlgorithm).String", Method, 10}, 1048 {"(SignatureAlgorithm).String", Method, 6}, 1049 {"(SystemRootsError).Error", Method, 1}, 1050 {"(SystemRootsError).Unwrap", Method, 16}, 1051 {"(UnhandledCriticalExtension).Error", Method, 0}, 1052 {"(UnknownAuthorityError).Error", Method, 0}, 1053 {"CANotAuthorizedForExtKeyUsage", Const, 10}, 1054 {"CANotAuthorizedForThisName", Const, 0}, 1055 {"CertPool", Type, 0}, 1056 {"Certificate", Type, 0}, 1057 {"Certificate.AuthorityKeyId", Field, 0}, 1058 {"Certificate.BasicConstraintsValid", Field, 0}, 1059 {"Certificate.CRLDistributionPoints", Field, 2}, 1060 {"Certificate.DNSNames", Field, 0}, 1061 {"Certificate.EmailAddresses", Field, 0}, 1062 {"Certificate.ExcludedDNSDomains", Field, 9}, 1063 {"Certificate.ExcludedEmailAddresses", Field, 10}, 1064 {"Certificate.ExcludedIPRanges", Field, 10}, 1065 {"Certificate.ExcludedURIDomains", Field, 10}, 1066 {"Certificate.ExtKeyUsage", Field, 0}, 1067 {"Certificate.Extensions", Field, 2}, 1068 {"Certificate.ExtraExtensions", Field, 2}, 1069 {"Certificate.IPAddresses", Field, 1}, 1070 {"Certificate.IsCA", Field, 0}, 1071 {"Certificate.Issuer", Field, 0}, 1072 {"Certificate.IssuingCertificateURL", Field, 2}, 1073 {"Certificate.KeyUsage", Field, 0}, 1074 {"Certificate.MaxPathLen", Field, 0}, 1075 {"Certificate.MaxPathLenZero", Field, 4}, 1076 {"Certificate.NotAfter", Field, 0}, 1077 {"Certificate.NotBefore", Field, 0}, 1078 {"Certificate.OCSPServer", Field, 2}, 1079 {"Certificate.PermittedDNSDomains", Field, 0}, 1080 {"Certificate.PermittedDNSDomainsCritical", Field, 0}, 1081 {"Certificate.PermittedEmailAddresses", Field, 10}, 1082 {"Certificate.PermittedIPRanges", Field, 10}, 1083 {"Certificate.PermittedURIDomains", Field, 10}, 1084 {"Certificate.Policies", Field, 22}, 1085 {"Certificate.PolicyIdentifiers", Field, 0}, 1086 {"Certificate.PublicKey", Field, 0}, 1087 {"Certificate.PublicKeyAlgorithm", Field, 0}, 1088 {"Certificate.Raw", Field, 0}, 1089 {"Certificate.RawIssuer", Field, 0}, 1090 {"Certificate.RawSubject", Field, 0}, 1091 {"Certificate.RawSubjectPublicKeyInfo", Field, 0}, 1092 {"Certificate.RawTBSCertificate", Field, 0}, 1093 {"Certificate.SerialNumber", Field, 0}, 1094 {"Certificate.Signature", Field, 0}, 1095 {"Certificate.SignatureAlgorithm", Field, 0}, 1096 {"Certificate.Subject", Field, 0}, 1097 {"Certificate.SubjectKeyId", Field, 0}, 1098 {"Certificate.URIs", Field, 10}, 1099 {"Certificate.UnhandledCriticalExtensions", Field, 5}, 1100 {"Certificate.UnknownExtKeyUsage", Field, 0}, 1101 {"Certificate.Version", Field, 0}, 1102 {"CertificateInvalidError", Type, 0}, 1103 {"CertificateInvalidError.Cert", Field, 0}, 1104 {"CertificateInvalidError.Detail", Field, 10}, 1105 {"CertificateInvalidError.Reason", Field, 0}, 1106 {"CertificateRequest", Type, 3}, 1107 {"CertificateRequest.Attributes", Field, 3}, 1108 {"CertificateRequest.DNSNames", Field, 3}, 1109 {"CertificateRequest.EmailAddresses", Field, 3}, 1110 {"CertificateRequest.Extensions", Field, 3}, 1111 {"CertificateRequest.ExtraExtensions", Field, 3}, 1112 {"CertificateRequest.IPAddresses", Field, 3}, 1113 {"CertificateRequest.PublicKey", Field, 3}, 1114 {"CertificateRequest.PublicKeyAlgorithm", Field, 3}, 1115 {"CertificateRequest.Raw", Field, 3}, 1116 {"CertificateRequest.RawSubject", Field, 3}, 1117 {"CertificateRequest.RawSubjectPublicKeyInfo", Field, 3}, 1118 {"CertificateRequest.RawTBSCertificateRequest", Field, 3}, 1119 {"CertificateRequest.Signature", Field, 3}, 1120 {"CertificateRequest.SignatureAlgorithm", Field, 3}, 1121 {"CertificateRequest.Subject", Field, 3}, 1122 {"CertificateRequest.URIs", Field, 10}, 1123 {"CertificateRequest.Version", Field, 3}, 1124 {"ConstraintViolationError", Type, 0}, 1125 {"CreateCertificate", Func, 0}, 1126 {"CreateCertificateRequest", Func, 3}, 1127 {"CreateRevocationList", Func, 15}, 1128 {"DSA", Const, 0}, 1129 {"DSAWithSHA1", Const, 0}, 1130 {"DSAWithSHA256", Const, 0}, 1131 {"DecryptPEMBlock", Func, 1}, 1132 {"ECDSA", Const, 1}, 1133 {"ECDSAWithSHA1", Const, 1}, 1134 {"ECDSAWithSHA256", Const, 1}, 1135 {"ECDSAWithSHA384", Const, 1}, 1136 {"ECDSAWithSHA512", Const, 1}, 1137 {"Ed25519", Const, 13}, 1138 {"EncryptPEMBlock", Func, 1}, 1139 {"ErrUnsupportedAlgorithm", Var, 0}, 1140 {"Expired", Const, 0}, 1141 {"ExtKeyUsage", Type, 0}, 1142 {"ExtKeyUsageAny", Const, 0}, 1143 {"ExtKeyUsageClientAuth", Const, 0}, 1144 {"ExtKeyUsageCodeSigning", Const, 0}, 1145 {"ExtKeyUsageEmailProtection", Const, 0}, 1146 {"ExtKeyUsageIPSECEndSystem", Const, 1}, 1147 {"ExtKeyUsageIPSECTunnel", Const, 1}, 1148 {"ExtKeyUsageIPSECUser", Const, 1}, 1149 {"ExtKeyUsageMicrosoftCommercialCodeSigning", Const, 10}, 1150 {"ExtKeyUsageMicrosoftKernelCodeSigning", Const, 10}, 1151 {"ExtKeyUsageMicrosoftServerGatedCrypto", Const, 1}, 1152 {"ExtKeyUsageNetscapeServerGatedCrypto", Const, 1}, 1153 {"ExtKeyUsageOCSPSigning", Const, 0}, 1154 {"ExtKeyUsageServerAuth", Const, 0}, 1155 {"ExtKeyUsageTimeStamping", Const, 0}, 1156 {"HostnameError", Type, 0}, 1157 {"HostnameError.Certificate", Field, 0}, 1158 {"HostnameError.Host", Field, 0}, 1159 {"IncompatibleUsage", Const, 1}, 1160 {"IncorrectPasswordError", Var, 1}, 1161 {"InsecureAlgorithmError", Type, 6}, 1162 {"InvalidReason", Type, 0}, 1163 {"IsEncryptedPEMBlock", Func, 1}, 1164 {"KeyUsage", Type, 0}, 1165 {"KeyUsageCRLSign", Const, 0}, 1166 {"KeyUsageCertSign", Const, 0}, 1167 {"KeyUsageContentCommitment", Const, 0}, 1168 {"KeyUsageDataEncipherment", Const, 0}, 1169 {"KeyUsageDecipherOnly", Const, 0}, 1170 {"KeyUsageDigitalSignature", Const, 0}, 1171 {"KeyUsageEncipherOnly", Const, 0}, 1172 {"KeyUsageKeyAgreement", Const, 0}, 1173 {"KeyUsageKeyEncipherment", Const, 0}, 1174 {"MD2WithRSA", Const, 0}, 1175 {"MD5WithRSA", Const, 0}, 1176 {"MarshalECPrivateKey", Func, 2}, 1177 {"MarshalPKCS1PrivateKey", Func, 0}, 1178 {"MarshalPKCS1PublicKey", Func, 10}, 1179 {"MarshalPKCS8PrivateKey", Func, 10}, 1180 {"MarshalPKIXPublicKey", Func, 0}, 1181 {"NameConstraintsWithoutSANs", Const, 10}, 1182 {"NameMismatch", Const, 8}, 1183 {"NewCertPool", Func, 0}, 1184 {"NotAuthorizedToSign", Const, 0}, 1185 {"OID", Type, 22}, 1186 {"OIDFromInts", Func, 22}, 1187 {"PEMCipher", Type, 1}, 1188 {"PEMCipher3DES", Const, 1}, 1189 {"PEMCipherAES128", Const, 1}, 1190 {"PEMCipherAES192", Const, 1}, 1191 {"PEMCipherAES256", Const, 1}, 1192 {"PEMCipherDES", Const, 1}, 1193 {"ParseCRL", Func, 0}, 1194 {"ParseCertificate", Func, 0}, 1195 {"ParseCertificateRequest", Func, 3}, 1196 {"ParseCertificates", Func, 0}, 1197 {"ParseDERCRL", Func, 0}, 1198 {"ParseECPrivateKey", Func, 1}, 1199 {"ParsePKCS1PrivateKey", Func, 0}, 1200 {"ParsePKCS1PublicKey", Func, 10}, 1201 {"ParsePKCS8PrivateKey", Func, 0}, 1202 {"ParsePKIXPublicKey", Func, 0}, 1203 {"ParseRevocationList", Func, 19}, 1204 {"PublicKeyAlgorithm", Type, 0}, 1205 {"PureEd25519", Const, 13}, 1206 {"RSA", Const, 0}, 1207 {"RevocationList", Type, 15}, 1208 {"RevocationList.AuthorityKeyId", Field, 19}, 1209 {"RevocationList.Extensions", Field, 19}, 1210 {"RevocationList.ExtraExtensions", Field, 15}, 1211 {"RevocationList.Issuer", Field, 19}, 1212 {"RevocationList.NextUpdate", Field, 15}, 1213 {"RevocationList.Number", Field, 15}, 1214 {"RevocationList.Raw", Field, 19}, 1215 {"RevocationList.RawIssuer", Field, 19}, 1216 {"RevocationList.RawTBSRevocationList", Field, 19}, 1217 {"RevocationList.RevokedCertificateEntries", Field, 21}, 1218 {"RevocationList.RevokedCertificates", Field, 15}, 1219 {"RevocationList.Signature", Field, 19}, 1220 {"RevocationList.SignatureAlgorithm", Field, 15}, 1221 {"RevocationList.ThisUpdate", Field, 15}, 1222 {"RevocationListEntry", Type, 21}, 1223 {"RevocationListEntry.Extensions", Field, 21}, 1224 {"RevocationListEntry.ExtraExtensions", Field, 21}, 1225 {"RevocationListEntry.Raw", Field, 21}, 1226 {"RevocationListEntry.ReasonCode", Field, 21}, 1227 {"RevocationListEntry.RevocationTime", Field, 21}, 1228 {"RevocationListEntry.SerialNumber", Field, 21}, 1229 {"SHA1WithRSA", Const, 0}, 1230 {"SHA256WithRSA", Const, 0}, 1231 {"SHA256WithRSAPSS", Const, 8}, 1232 {"SHA384WithRSA", Const, 0}, 1233 {"SHA384WithRSAPSS", Const, 8}, 1234 {"SHA512WithRSA", Const, 0}, 1235 {"SHA512WithRSAPSS", Const, 8}, 1236 {"SetFallbackRoots", Func, 20}, 1237 {"SignatureAlgorithm", Type, 0}, 1238 {"SystemCertPool", Func, 7}, 1239 {"SystemRootsError", Type, 1}, 1240 {"SystemRootsError.Err", Field, 7}, 1241 {"TooManyConstraints", Const, 10}, 1242 {"TooManyIntermediates", Const, 0}, 1243 {"UnconstrainedName", Const, 10}, 1244 {"UnhandledCriticalExtension", Type, 0}, 1245 {"UnknownAuthorityError", Type, 0}, 1246 {"UnknownAuthorityError.Cert", Field, 8}, 1247 {"UnknownPublicKeyAlgorithm", Const, 0}, 1248 {"UnknownSignatureAlgorithm", Const, 0}, 1249 {"VerifyOptions", Type, 0}, 1250 {"VerifyOptions.CurrentTime", Field, 0}, 1251 {"VerifyOptions.DNSName", Field, 0}, 1252 {"VerifyOptions.Intermediates", Field, 0}, 1253 {"VerifyOptions.KeyUsages", Field, 1}, 1254 {"VerifyOptions.MaxConstraintComparisions", Field, 10}, 1255 {"VerifyOptions.Roots", Field, 0}, 1256 }, 1257 "crypto/x509/pkix": { 1258 {"(*CertificateList).HasExpired", Method, 0}, 1259 {"(*Name).FillFromRDNSequence", Method, 0}, 1260 {"(Name).String", Method, 10}, 1261 {"(Name).ToRDNSequence", Method, 0}, 1262 {"(RDNSequence).String", Method, 10}, 1263 {"AlgorithmIdentifier", Type, 0}, 1264 {"AlgorithmIdentifier.Algorithm", Field, 0}, 1265 {"AlgorithmIdentifier.Parameters", Field, 0}, 1266 {"AttributeTypeAndValue", Type, 0}, 1267 {"AttributeTypeAndValue.Type", Field, 0}, 1268 {"AttributeTypeAndValue.Value", Field, 0}, 1269 {"AttributeTypeAndValueSET", Type, 3}, 1270 {"AttributeTypeAndValueSET.Type", Field, 3}, 1271 {"AttributeTypeAndValueSET.Value", Field, 3}, 1272 {"CertificateList", Type, 0}, 1273 {"CertificateList.SignatureAlgorithm", Field, 0}, 1274 {"CertificateList.SignatureValue", Field, 0}, 1275 {"CertificateList.TBSCertList", Field, 0}, 1276 {"Extension", Type, 0}, 1277 {"Extension.Critical", Field, 0}, 1278 {"Extension.Id", Field, 0}, 1279 {"Extension.Value", Field, 0}, 1280 {"Name", Type, 0}, 1281 {"Name.CommonName", Field, 0}, 1282 {"Name.Country", Field, 0}, 1283 {"Name.ExtraNames", Field, 5}, 1284 {"Name.Locality", Field, 0}, 1285 {"Name.Names", Field, 0}, 1286 {"Name.Organization", Field, 0}, 1287 {"Name.OrganizationalUnit", Field, 0}, 1288 {"Name.PostalCode", Field, 0}, 1289 {"Name.Province", Field, 0}, 1290 {"Name.SerialNumber", Field, 0}, 1291 {"Name.StreetAddress", Field, 0}, 1292 {"RDNSequence", Type, 0}, 1293 {"RelativeDistinguishedNameSET", Type, 0}, 1294 {"RevokedCertificate", Type, 0}, 1295 {"RevokedCertificate.Extensions", Field, 0}, 1296 {"RevokedCertificate.RevocationTime", Field, 0}, 1297 {"RevokedCertificate.SerialNumber", Field, 0}, 1298 {"TBSCertificateList", Type, 0}, 1299 {"TBSCertificateList.Extensions", Field, 0}, 1300 {"TBSCertificateList.Issuer", Field, 0}, 1301 {"TBSCertificateList.NextUpdate", Field, 0}, 1302 {"TBSCertificateList.Raw", Field, 0}, 1303 {"TBSCertificateList.RevokedCertificates", Field, 0}, 1304 {"TBSCertificateList.Signature", Field, 0}, 1305 {"TBSCertificateList.ThisUpdate", Field, 0}, 1306 {"TBSCertificateList.Version", Field, 0}, 1307 }, 1308 "database/sql": { 1309 {"(*ColumnType).DatabaseTypeName", Method, 8}, 1310 {"(*ColumnType).DecimalSize", Method, 8}, 1311 {"(*ColumnType).Length", Method, 8}, 1312 {"(*ColumnType).Name", Method, 8}, 1313 {"(*ColumnType).Nullable", Method, 8}, 1314 {"(*ColumnType).ScanType", Method, 8}, 1315 {"(*Conn).BeginTx", Method, 9}, 1316 {"(*Conn).Close", Method, 9}, 1317 {"(*Conn).ExecContext", Method, 9}, 1318 {"(*Conn).PingContext", Method, 9}, 1319 {"(*Conn).PrepareContext", Method, 9}, 1320 {"(*Conn).QueryContext", Method, 9}, 1321 {"(*Conn).QueryRowContext", Method, 9}, 1322 {"(*Conn).Raw", Method, 13}, 1323 {"(*DB).Begin", Method, 0}, 1324 {"(*DB).BeginTx", Method, 8}, 1325 {"(*DB).Close", Method, 0}, 1326 {"(*DB).Conn", Method, 9}, 1327 {"(*DB).Driver", Method, 0}, 1328 {"(*DB).Exec", Method, 0}, 1329 {"(*DB).ExecContext", Method, 8}, 1330 {"(*DB).Ping", Method, 1}, 1331 {"(*DB).PingContext", Method, 8}, 1332 {"(*DB).Prepare", Method, 0}, 1333 {"(*DB).PrepareContext", Method, 8}, 1334 {"(*DB).Query", Method, 0}, 1335 {"(*DB).QueryContext", Method, 8}, 1336 {"(*DB).QueryRow", Method, 0}, 1337 {"(*DB).QueryRowContext", Method, 8}, 1338 {"(*DB).SetConnMaxIdleTime", Method, 15}, 1339 {"(*DB).SetConnMaxLifetime", Method, 6}, 1340 {"(*DB).SetMaxIdleConns", Method, 1}, 1341 {"(*DB).SetMaxOpenConns", Method, 2}, 1342 {"(*DB).Stats", Method, 5}, 1343 {"(*Null).Scan", Method, 22}, 1344 {"(*NullBool).Scan", Method, 0}, 1345 {"(*NullByte).Scan", Method, 17}, 1346 {"(*NullFloat64).Scan", Method, 0}, 1347 {"(*NullInt16).Scan", Method, 17}, 1348 {"(*NullInt32).Scan", Method, 13}, 1349 {"(*NullInt64).Scan", Method, 0}, 1350 {"(*NullString).Scan", Method, 0}, 1351 {"(*NullTime).Scan", Method, 13}, 1352 {"(*Row).Err", Method, 15}, 1353 {"(*Row).Scan", Method, 0}, 1354 {"(*Rows).Close", Method, 0}, 1355 {"(*Rows).ColumnTypes", Method, 8}, 1356 {"(*Rows).Columns", Method, 0}, 1357 {"(*Rows).Err", Method, 0}, 1358 {"(*Rows).Next", Method, 0}, 1359 {"(*Rows).NextResultSet", Method, 8}, 1360 {"(*Rows).Scan", Method, 0}, 1361 {"(*Stmt).Close", Method, 0}, 1362 {"(*Stmt).Exec", Method, 0}, 1363 {"(*Stmt).ExecContext", Method, 8}, 1364 {"(*Stmt).Query", Method, 0}, 1365 {"(*Stmt).QueryContext", Method, 8}, 1366 {"(*Stmt).QueryRow", Method, 0}, 1367 {"(*Stmt).QueryRowContext", Method, 8}, 1368 {"(*Tx).Commit", Method, 0}, 1369 {"(*Tx).Exec", Method, 0}, 1370 {"(*Tx).ExecContext", Method, 8}, 1371 {"(*Tx).Prepare", Method, 0}, 1372 {"(*Tx).PrepareContext", Method, 8}, 1373 {"(*Tx).Query", Method, 0}, 1374 {"(*Tx).QueryContext", Method, 8}, 1375 {"(*Tx).QueryRow", Method, 0}, 1376 {"(*Tx).QueryRowContext", Method, 8}, 1377 {"(*Tx).Rollback", Method, 0}, 1378 {"(*Tx).Stmt", Method, 0}, 1379 {"(*Tx).StmtContext", Method, 8}, 1380 {"(IsolationLevel).String", Method, 11}, 1381 {"(Null).Value", Method, 22}, 1382 {"(NullBool).Value", Method, 0}, 1383 {"(NullByte).Value", Method, 17}, 1384 {"(NullFloat64).Value", Method, 0}, 1385 {"(NullInt16).Value", Method, 17}, 1386 {"(NullInt32).Value", Method, 13}, 1387 {"(NullInt64).Value", Method, 0}, 1388 {"(NullString).Value", Method, 0}, 1389 {"(NullTime).Value", Method, 13}, 1390 {"ColumnType", Type, 8}, 1391 {"Conn", Type, 9}, 1392 {"DB", Type, 0}, 1393 {"DBStats", Type, 5}, 1394 {"DBStats.Idle", Field, 11}, 1395 {"DBStats.InUse", Field, 11}, 1396 {"DBStats.MaxIdleClosed", Field, 11}, 1397 {"DBStats.MaxIdleTimeClosed", Field, 15}, 1398 {"DBStats.MaxLifetimeClosed", Field, 11}, 1399 {"DBStats.MaxOpenConnections", Field, 11}, 1400 {"DBStats.OpenConnections", Field, 5}, 1401 {"DBStats.WaitCount", Field, 11}, 1402 {"DBStats.WaitDuration", Field, 11}, 1403 {"Drivers", Func, 4}, 1404 {"ErrConnDone", Var, 9}, 1405 {"ErrNoRows", Var, 0}, 1406 {"ErrTxDone", Var, 0}, 1407 {"IsolationLevel", Type, 8}, 1408 {"LevelDefault", Const, 8}, 1409 {"LevelLinearizable", Const, 8}, 1410 {"LevelReadCommitted", Const, 8}, 1411 {"LevelReadUncommitted", Const, 8}, 1412 {"LevelRepeatableRead", Const, 8}, 1413 {"LevelSerializable", Const, 8}, 1414 {"LevelSnapshot", Const, 8}, 1415 {"LevelWriteCommitted", Const, 8}, 1416 {"Named", Func, 8}, 1417 {"NamedArg", Type, 8}, 1418 {"NamedArg.Name", Field, 8}, 1419 {"NamedArg.Value", Field, 8}, 1420 {"Null", Type, 22}, 1421 {"Null.V", Field, 22}, 1422 {"Null.Valid", Field, 22}, 1423 {"NullBool", Type, 0}, 1424 {"NullBool.Bool", Field, 0}, 1425 {"NullBool.Valid", Field, 0}, 1426 {"NullByte", Type, 17}, 1427 {"NullByte.Byte", Field, 17}, 1428 {"NullByte.Valid", Field, 17}, 1429 {"NullFloat64", Type, 0}, 1430 {"NullFloat64.Float64", Field, 0}, 1431 {"NullFloat64.Valid", Field, 0}, 1432 {"NullInt16", Type, 17}, 1433 {"NullInt16.Int16", Field, 17}, 1434 {"NullInt16.Valid", Field, 17}, 1435 {"NullInt32", Type, 13}, 1436 {"NullInt32.Int32", Field, 13}, 1437 {"NullInt32.Valid", Field, 13}, 1438 {"NullInt64", Type, 0}, 1439 {"NullInt64.Int64", Field, 0}, 1440 {"NullInt64.Valid", Field, 0}, 1441 {"NullString", Type, 0}, 1442 {"NullString.String", Field, 0}, 1443 {"NullString.Valid", Field, 0}, 1444 {"NullTime", Type, 13}, 1445 {"NullTime.Time", Field, 13}, 1446 {"NullTime.Valid", Field, 13}, 1447 {"Open", Func, 0}, 1448 {"OpenDB", Func, 10}, 1449 {"Out", Type, 9}, 1450 {"Out.Dest", Field, 9}, 1451 {"Out.In", Field, 9}, 1452 {"RawBytes", Type, 0}, 1453 {"Register", Func, 0}, 1454 {"Result", Type, 0}, 1455 {"Row", Type, 0}, 1456 {"Rows", Type, 0}, 1457 {"Scanner", Type, 0}, 1458 {"Stmt", Type, 0}, 1459 {"Tx", Type, 0}, 1460 {"TxOptions", Type, 8}, 1461 {"TxOptions.Isolation", Field, 8}, 1462 {"TxOptions.ReadOnly", Field, 8}, 1463 }, 1464 "database/sql/driver": { 1465 {"(NotNull).ConvertValue", Method, 0}, 1466 {"(Null).ConvertValue", Method, 0}, 1467 {"(RowsAffected).LastInsertId", Method, 0}, 1468 {"(RowsAffected).RowsAffected", Method, 0}, 1469 {"Bool", Var, 0}, 1470 {"ColumnConverter", Type, 0}, 1471 {"Conn", Type, 0}, 1472 {"ConnBeginTx", Type, 8}, 1473 {"ConnPrepareContext", Type, 8}, 1474 {"Connector", Type, 10}, 1475 {"DefaultParameterConverter", Var, 0}, 1476 {"Driver", Type, 0}, 1477 {"DriverContext", Type, 10}, 1478 {"ErrBadConn", Var, 0}, 1479 {"ErrRemoveArgument", Var, 9}, 1480 {"ErrSkip", Var, 0}, 1481 {"Execer", Type, 0}, 1482 {"ExecerContext", Type, 8}, 1483 {"Int32", Var, 0}, 1484 {"IsScanValue", Func, 0}, 1485 {"IsValue", Func, 0}, 1486 {"IsolationLevel", Type, 8}, 1487 {"NamedValue", Type, 8}, 1488 {"NamedValue.Name", Field, 8}, 1489 {"NamedValue.Ordinal", Field, 8}, 1490 {"NamedValue.Value", Field, 8}, 1491 {"NamedValueChecker", Type, 9}, 1492 {"NotNull", Type, 0}, 1493 {"NotNull.Converter", Field, 0}, 1494 {"Null", Type, 0}, 1495 {"Null.Converter", Field, 0}, 1496 {"Pinger", Type, 8}, 1497 {"Queryer", Type, 1}, 1498 {"QueryerContext", Type, 8}, 1499 {"Result", Type, 0}, 1500 {"ResultNoRows", Var, 0}, 1501 {"Rows", Type, 0}, 1502 {"RowsAffected", Type, 0}, 1503 {"RowsColumnTypeDatabaseTypeName", Type, 8}, 1504 {"RowsColumnTypeLength", Type, 8}, 1505 {"RowsColumnTypeNullable", Type, 8}, 1506 {"RowsColumnTypePrecisionScale", Type, 8}, 1507 {"RowsColumnTypeScanType", Type, 8}, 1508 {"RowsNextResultSet", Type, 8}, 1509 {"SessionResetter", Type, 10}, 1510 {"Stmt", Type, 0}, 1511 {"StmtExecContext", Type, 8}, 1512 {"StmtQueryContext", Type, 8}, 1513 {"String", Var, 0}, 1514 {"Tx", Type, 0}, 1515 {"TxOptions", Type, 8}, 1516 {"TxOptions.Isolation", Field, 8}, 1517 {"TxOptions.ReadOnly", Field, 8}, 1518 {"Validator", Type, 15}, 1519 {"Value", Type, 0}, 1520 {"ValueConverter", Type, 0}, 1521 {"Valuer", Type, 0}, 1522 }, 1523 "debug/buildinfo": { 1524 {"BuildInfo", Type, 18}, 1525 {"Read", Func, 18}, 1526 {"ReadFile", Func, 18}, 1527 }, 1528 "debug/dwarf": { 1529 {"(*AddrType).Basic", Method, 0}, 1530 {"(*AddrType).Common", Method, 0}, 1531 {"(*AddrType).Size", Method, 0}, 1532 {"(*AddrType).String", Method, 0}, 1533 {"(*ArrayType).Common", Method, 0}, 1534 {"(*ArrayType).Size", Method, 0}, 1535 {"(*ArrayType).String", Method, 0}, 1536 {"(*BasicType).Basic", Method, 0}, 1537 {"(*BasicType).Common", Method, 0}, 1538 {"(*BasicType).Size", Method, 0}, 1539 {"(*BasicType).String", Method, 0}, 1540 {"(*BoolType).Basic", Method, 0}, 1541 {"(*BoolType).Common", Method, 0}, 1542 {"(*BoolType).Size", Method, 0}, 1543 {"(*BoolType).String", Method, 0}, 1544 {"(*CharType).Basic", Method, 0}, 1545 {"(*CharType).Common", Method, 0}, 1546 {"(*CharType).Size", Method, 0}, 1547 {"(*CharType).String", Method, 0}, 1548 {"(*CommonType).Common", Method, 0}, 1549 {"(*CommonType).Size", Method, 0}, 1550 {"(*ComplexType).Basic", Method, 0}, 1551 {"(*ComplexType).Common", Method, 0}, 1552 {"(*ComplexType).Size", Method, 0}, 1553 {"(*ComplexType).String", Method, 0}, 1554 {"(*Data).AddSection", Method, 14}, 1555 {"(*Data).AddTypes", Method, 3}, 1556 {"(*Data).LineReader", Method, 5}, 1557 {"(*Data).Ranges", Method, 7}, 1558 {"(*Data).Reader", Method, 0}, 1559 {"(*Data).Type", Method, 0}, 1560 {"(*DotDotDotType).Common", Method, 0}, 1561 {"(*DotDotDotType).Size", Method, 0}, 1562 {"(*DotDotDotType).String", Method, 0}, 1563 {"(*Entry).AttrField", Method, 5}, 1564 {"(*Entry).Val", Method, 0}, 1565 {"(*EnumType).Common", Method, 0}, 1566 {"(*EnumType).Size", Method, 0}, 1567 {"(*EnumType).String", Method, 0}, 1568 {"(*FloatType).Basic", Method, 0}, 1569 {"(*FloatType).Common", Method, 0}, 1570 {"(*FloatType).Size", Method, 0}, 1571 {"(*FloatType).String", Method, 0}, 1572 {"(*FuncType).Common", Method, 0}, 1573 {"(*FuncType).Size", Method, 0}, 1574 {"(*FuncType).String", Method, 0}, 1575 {"(*IntType).Basic", Method, 0}, 1576 {"(*IntType).Common", Method, 0}, 1577 {"(*IntType).Size", Method, 0}, 1578 {"(*IntType).String", Method, 0}, 1579 {"(*LineReader).Files", Method, 14}, 1580 {"(*LineReader).Next", Method, 5}, 1581 {"(*LineReader).Reset", Method, 5}, 1582 {"(*LineReader).Seek", Method, 5}, 1583 {"(*LineReader).SeekPC", Method, 5}, 1584 {"(*LineReader).Tell", Method, 5}, 1585 {"(*PtrType).Common", Method, 0}, 1586 {"(*PtrType).Size", Method, 0}, 1587 {"(*PtrType).String", Method, 0}, 1588 {"(*QualType).Common", Method, 0}, 1589 {"(*QualType).Size", Method, 0}, 1590 {"(*QualType).String", Method, 0}, 1591 {"(*Reader).AddressSize", Method, 5}, 1592 {"(*Reader).ByteOrder", Method, 14}, 1593 {"(*Reader).Next", Method, 0}, 1594 {"(*Reader).Seek", Method, 0}, 1595 {"(*Reader).SeekPC", Method, 7}, 1596 {"(*Reader).SkipChildren", Method, 0}, 1597 {"(*StructType).Common", Method, 0}, 1598 {"(*StructType).Defn", Method, 0}, 1599 {"(*StructType).Size", Method, 0}, 1600 {"(*StructType).String", Method, 0}, 1601 {"(*TypedefType).Common", Method, 0}, 1602 {"(*TypedefType).Size", Method, 0}, 1603 {"(*TypedefType).String", Method, 0}, 1604 {"(*UcharType).Basic", Method, 0}, 1605 {"(*UcharType).Common", Method, 0}, 1606 {"(*UcharType).Size", Method, 0}, 1607 {"(*UcharType).String", Method, 0}, 1608 {"(*UintType).Basic", Method, 0}, 1609 {"(*UintType).Common", Method, 0}, 1610 {"(*UintType).Size", Method, 0}, 1611 {"(*UintType).String", Method, 0}, 1612 {"(*UnspecifiedType).Basic", Method, 4}, 1613 {"(*UnspecifiedType).Common", Method, 4}, 1614 {"(*UnspecifiedType).Size", Method, 4}, 1615 {"(*UnspecifiedType).String", Method, 4}, 1616 {"(*UnsupportedType).Common", Method, 13}, 1617 {"(*UnsupportedType).Size", Method, 13}, 1618 {"(*UnsupportedType).String", Method, 13}, 1619 {"(*VoidType).Common", Method, 0}, 1620 {"(*VoidType).Size", Method, 0}, 1621 {"(*VoidType).String", Method, 0}, 1622 {"(Attr).GoString", Method, 0}, 1623 {"(Attr).String", Method, 0}, 1624 {"(Class).GoString", Method, 5}, 1625 {"(Class).String", Method, 5}, 1626 {"(DecodeError).Error", Method, 0}, 1627 {"(Tag).GoString", Method, 0}, 1628 {"(Tag).String", Method, 0}, 1629 {"AddrType", Type, 0}, 1630 {"AddrType.BasicType", Field, 0}, 1631 {"ArrayType", Type, 0}, 1632 {"ArrayType.CommonType", Field, 0}, 1633 {"ArrayType.Count", Field, 0}, 1634 {"ArrayType.StrideBitSize", Field, 0}, 1635 {"ArrayType.Type", Field, 0}, 1636 {"Attr", Type, 0}, 1637 {"AttrAbstractOrigin", Const, 0}, 1638 {"AttrAccessibility", Const, 0}, 1639 {"AttrAddrBase", Const, 14}, 1640 {"AttrAddrClass", Const, 0}, 1641 {"AttrAlignment", Const, 14}, 1642 {"AttrAllocated", Const, 0}, 1643 {"AttrArtificial", Const, 0}, 1644 {"AttrAssociated", Const, 0}, 1645 {"AttrBaseTypes", Const, 0}, 1646 {"AttrBinaryScale", Const, 14}, 1647 {"AttrBitOffset", Const, 0}, 1648 {"AttrBitSize", Const, 0}, 1649 {"AttrByteSize", Const, 0}, 1650 {"AttrCallAllCalls", Const, 14}, 1651 {"AttrCallAllSourceCalls", Const, 14}, 1652 {"AttrCallAllTailCalls", Const, 14}, 1653 {"AttrCallColumn", Const, 0}, 1654 {"AttrCallDataLocation", Const, 14}, 1655 {"AttrCallDataValue", Const, 14}, 1656 {"AttrCallFile", Const, 0}, 1657 {"AttrCallLine", Const, 0}, 1658 {"AttrCallOrigin", Const, 14}, 1659 {"AttrCallPC", Const, 14}, 1660 {"AttrCallParameter", Const, 14}, 1661 {"AttrCallReturnPC", Const, 14}, 1662 {"AttrCallTailCall", Const, 14}, 1663 {"AttrCallTarget", Const, 14}, 1664 {"AttrCallTargetClobbered", Const, 14}, 1665 {"AttrCallValue", Const, 14}, 1666 {"AttrCalling", Const, 0}, 1667 {"AttrCommonRef", Const, 0}, 1668 {"AttrCompDir", Const, 0}, 1669 {"AttrConstExpr", Const, 14}, 1670 {"AttrConstValue", Const, 0}, 1671 {"AttrContainingType", Const, 0}, 1672 {"AttrCount", Const, 0}, 1673 {"AttrDataBitOffset", Const, 14}, 1674 {"AttrDataLocation", Const, 0}, 1675 {"AttrDataMemberLoc", Const, 0}, 1676 {"AttrDecimalScale", Const, 14}, 1677 {"AttrDecimalSign", Const, 14}, 1678 {"AttrDeclColumn", Const, 0}, 1679 {"AttrDeclFile", Const, 0}, 1680 {"AttrDeclLine", Const, 0}, 1681 {"AttrDeclaration", Const, 0}, 1682 {"AttrDefaultValue", Const, 0}, 1683 {"AttrDefaulted", Const, 14}, 1684 {"AttrDeleted", Const, 14}, 1685 {"AttrDescription", Const, 0}, 1686 {"AttrDigitCount", Const, 14}, 1687 {"AttrDiscr", Const, 0}, 1688 {"AttrDiscrList", Const, 0}, 1689 {"AttrDiscrValue", Const, 0}, 1690 {"AttrDwoName", Const, 14}, 1691 {"AttrElemental", Const, 14}, 1692 {"AttrEncoding", Const, 0}, 1693 {"AttrEndianity", Const, 14}, 1694 {"AttrEntrypc", Const, 0}, 1695 {"AttrEnumClass", Const, 14}, 1696 {"AttrExplicit", Const, 14}, 1697 {"AttrExportSymbols", Const, 14}, 1698 {"AttrExtension", Const, 0}, 1699 {"AttrExternal", Const, 0}, 1700 {"AttrFrameBase", Const, 0}, 1701 {"AttrFriend", Const, 0}, 1702 {"AttrHighpc", Const, 0}, 1703 {"AttrIdentifierCase", Const, 0}, 1704 {"AttrImport", Const, 0}, 1705 {"AttrInline", Const, 0}, 1706 {"AttrIsOptional", Const, 0}, 1707 {"AttrLanguage", Const, 0}, 1708 {"AttrLinkageName", Const, 14}, 1709 {"AttrLocation", Const, 0}, 1710 {"AttrLoclistsBase", Const, 14}, 1711 {"AttrLowerBound", Const, 0}, 1712 {"AttrLowpc", Const, 0}, 1713 {"AttrMacroInfo", Const, 0}, 1714 {"AttrMacros", Const, 14}, 1715 {"AttrMainSubprogram", Const, 14}, 1716 {"AttrMutable", Const, 14}, 1717 {"AttrName", Const, 0}, 1718 {"AttrNamelistItem", Const, 0}, 1719 {"AttrNoreturn", Const, 14}, 1720 {"AttrObjectPointer", Const, 14}, 1721 {"AttrOrdering", Const, 0}, 1722 {"AttrPictureString", Const, 14}, 1723 {"AttrPriority", Const, 0}, 1724 {"AttrProducer", Const, 0}, 1725 {"AttrPrototyped", Const, 0}, 1726 {"AttrPure", Const, 14}, 1727 {"AttrRanges", Const, 0}, 1728 {"AttrRank", Const, 14}, 1729 {"AttrRecursive", Const, 14}, 1730 {"AttrReference", Const, 14}, 1731 {"AttrReturnAddr", Const, 0}, 1732 {"AttrRnglistsBase", Const, 14}, 1733 {"AttrRvalueReference", Const, 14}, 1734 {"AttrSegment", Const, 0}, 1735 {"AttrSibling", Const, 0}, 1736 {"AttrSignature", Const, 14}, 1737 {"AttrSmall", Const, 14}, 1738 {"AttrSpecification", Const, 0}, 1739 {"AttrStartScope", Const, 0}, 1740 {"AttrStaticLink", Const, 0}, 1741 {"AttrStmtList", Const, 0}, 1742 {"AttrStrOffsetsBase", Const, 14}, 1743 {"AttrStride", Const, 0}, 1744 {"AttrStrideSize", Const, 0}, 1745 {"AttrStringLength", Const, 0}, 1746 {"AttrStringLengthBitSize", Const, 14}, 1747 {"AttrStringLengthByteSize", Const, 14}, 1748 {"AttrThreadsScaled", Const, 14}, 1749 {"AttrTrampoline", Const, 0}, 1750 {"AttrType", Const, 0}, 1751 {"AttrUpperBound", Const, 0}, 1752 {"AttrUseLocation", Const, 0}, 1753 {"AttrUseUTF8", Const, 0}, 1754 {"AttrVarParam", Const, 0}, 1755 {"AttrVirtuality", Const, 0}, 1756 {"AttrVisibility", Const, 0}, 1757 {"AttrVtableElemLoc", Const, 0}, 1758 {"BasicType", Type, 0}, 1759 {"BasicType.BitOffset", Field, 0}, 1760 {"BasicType.BitSize", Field, 0}, 1761 {"BasicType.CommonType", Field, 0}, 1762 {"BasicType.DataBitOffset", Field, 18}, 1763 {"BoolType", Type, 0}, 1764 {"BoolType.BasicType", Field, 0}, 1765 {"CharType", Type, 0}, 1766 {"CharType.BasicType", Field, 0}, 1767 {"Class", Type, 5}, 1768 {"ClassAddrPtr", Const, 14}, 1769 {"ClassAddress", Const, 5}, 1770 {"ClassBlock", Const, 5}, 1771 {"ClassConstant", Const, 5}, 1772 {"ClassExprLoc", Const, 5}, 1773 {"ClassFlag", Const, 5}, 1774 {"ClassLinePtr", Const, 5}, 1775 {"ClassLocList", Const, 14}, 1776 {"ClassLocListPtr", Const, 5}, 1777 {"ClassMacPtr", Const, 5}, 1778 {"ClassRangeListPtr", Const, 5}, 1779 {"ClassReference", Const, 5}, 1780 {"ClassReferenceAlt", Const, 5}, 1781 {"ClassReferenceSig", Const, 5}, 1782 {"ClassRngList", Const, 14}, 1783 {"ClassRngListsPtr", Const, 14}, 1784 {"ClassStrOffsetsPtr", Const, 14}, 1785 {"ClassString", Const, 5}, 1786 {"ClassStringAlt", Const, 5}, 1787 {"ClassUnknown", Const, 6}, 1788 {"CommonType", Type, 0}, 1789 {"CommonType.ByteSize", Field, 0}, 1790 {"CommonType.Name", Field, 0}, 1791 {"ComplexType", Type, 0}, 1792 {"ComplexType.BasicType", Field, 0}, 1793 {"Data", Type, 0}, 1794 {"DecodeError", Type, 0}, 1795 {"DecodeError.Err", Field, 0}, 1796 {"DecodeError.Name", Field, 0}, 1797 {"DecodeError.Offset", Field, 0}, 1798 {"DotDotDotType", Type, 0}, 1799 {"DotDotDotType.CommonType", Field, 0}, 1800 {"Entry", Type, 0}, 1801 {"Entry.Children", Field, 0}, 1802 {"Entry.Field", Field, 0}, 1803 {"Entry.Offset", Field, 0}, 1804 {"Entry.Tag", Field, 0}, 1805 {"EnumType", Type, 0}, 1806 {"EnumType.CommonType", Field, 0}, 1807 {"EnumType.EnumName", Field, 0}, 1808 {"EnumType.Val", Field, 0}, 1809 {"EnumValue", Type, 0}, 1810 {"EnumValue.Name", Field, 0}, 1811 {"EnumValue.Val", Field, 0}, 1812 {"ErrUnknownPC", Var, 5}, 1813 {"Field", Type, 0}, 1814 {"Field.Attr", Field, 0}, 1815 {"Field.Class", Field, 5}, 1816 {"Field.Val", Field, 0}, 1817 {"FloatType", Type, 0}, 1818 {"FloatType.BasicType", Field, 0}, 1819 {"FuncType", Type, 0}, 1820 {"FuncType.CommonType", Field, 0}, 1821 {"FuncType.ParamType", Field, 0}, 1822 {"FuncType.ReturnType", Field, 0}, 1823 {"IntType", Type, 0}, 1824 {"IntType.BasicType", Field, 0}, 1825 {"LineEntry", Type, 5}, 1826 {"LineEntry.Address", Field, 5}, 1827 {"LineEntry.BasicBlock", Field, 5}, 1828 {"LineEntry.Column", Field, 5}, 1829 {"LineEntry.Discriminator", Field, 5}, 1830 {"LineEntry.EndSequence", Field, 5}, 1831 {"LineEntry.EpilogueBegin", Field, 5}, 1832 {"LineEntry.File", Field, 5}, 1833 {"LineEntry.ISA", Field, 5}, 1834 {"LineEntry.IsStmt", Field, 5}, 1835 {"LineEntry.Line", Field, 5}, 1836 {"LineEntry.OpIndex", Field, 5}, 1837 {"LineEntry.PrologueEnd", Field, 5}, 1838 {"LineFile", Type, 5}, 1839 {"LineFile.Length", Field, 5}, 1840 {"LineFile.Mtime", Field, 5}, 1841 {"LineFile.Name", Field, 5}, 1842 {"LineReader", Type, 5}, 1843 {"LineReaderPos", Type, 5}, 1844 {"New", Func, 0}, 1845 {"Offset", Type, 0}, 1846 {"PtrType", Type, 0}, 1847 {"PtrType.CommonType", Field, 0}, 1848 {"PtrType.Type", Field, 0}, 1849 {"QualType", Type, 0}, 1850 {"QualType.CommonType", Field, 0}, 1851 {"QualType.Qual", Field, 0}, 1852 {"QualType.Type", Field, 0}, 1853 {"Reader", Type, 0}, 1854 {"StructField", Type, 0}, 1855 {"StructField.BitOffset", Field, 0}, 1856 {"StructField.BitSize", Field, 0}, 1857 {"StructField.ByteOffset", Field, 0}, 1858 {"StructField.ByteSize", Field, 0}, 1859 {"StructField.DataBitOffset", Field, 18}, 1860 {"StructField.Name", Field, 0}, 1861 {"StructField.Type", Field, 0}, 1862 {"StructType", Type, 0}, 1863 {"StructType.CommonType", Field, 0}, 1864 {"StructType.Field", Field, 0}, 1865 {"StructType.Incomplete", Field, 0}, 1866 {"StructType.Kind", Field, 0}, 1867 {"StructType.StructName", Field, 0}, 1868 {"Tag", Type, 0}, 1869 {"TagAccessDeclaration", Const, 0}, 1870 {"TagArrayType", Const, 0}, 1871 {"TagAtomicType", Const, 14}, 1872 {"TagBaseType", Const, 0}, 1873 {"TagCallSite", Const, 14}, 1874 {"TagCallSiteParameter", Const, 14}, 1875 {"TagCatchDwarfBlock", Const, 0}, 1876 {"TagClassType", Const, 0}, 1877 {"TagCoarrayType", Const, 14}, 1878 {"TagCommonDwarfBlock", Const, 0}, 1879 {"TagCommonInclusion", Const, 0}, 1880 {"TagCompileUnit", Const, 0}, 1881 {"TagCondition", Const, 3}, 1882 {"TagConstType", Const, 0}, 1883 {"TagConstant", Const, 0}, 1884 {"TagDwarfProcedure", Const, 0}, 1885 {"TagDynamicType", Const, 14}, 1886 {"TagEntryPoint", Const, 0}, 1887 {"TagEnumerationType", Const, 0}, 1888 {"TagEnumerator", Const, 0}, 1889 {"TagFileType", Const, 0}, 1890 {"TagFormalParameter", Const, 0}, 1891 {"TagFriend", Const, 0}, 1892 {"TagGenericSubrange", Const, 14}, 1893 {"TagImmutableType", Const, 14}, 1894 {"TagImportedDeclaration", Const, 0}, 1895 {"TagImportedModule", Const, 0}, 1896 {"TagImportedUnit", Const, 0}, 1897 {"TagInheritance", Const, 0}, 1898 {"TagInlinedSubroutine", Const, 0}, 1899 {"TagInterfaceType", Const, 0}, 1900 {"TagLabel", Const, 0}, 1901 {"TagLexDwarfBlock", Const, 0}, 1902 {"TagMember", Const, 0}, 1903 {"TagModule", Const, 0}, 1904 {"TagMutableType", Const, 0}, 1905 {"TagNamelist", Const, 0}, 1906 {"TagNamelistItem", Const, 0}, 1907 {"TagNamespace", Const, 0}, 1908 {"TagPackedType", Const, 0}, 1909 {"TagPartialUnit", Const, 0}, 1910 {"TagPointerType", Const, 0}, 1911 {"TagPtrToMemberType", Const, 0}, 1912 {"TagReferenceType", Const, 0}, 1913 {"TagRestrictType", Const, 0}, 1914 {"TagRvalueReferenceType", Const, 3}, 1915 {"TagSetType", Const, 0}, 1916 {"TagSharedType", Const, 3}, 1917 {"TagSkeletonUnit", Const, 14}, 1918 {"TagStringType", Const, 0}, 1919 {"TagStructType", Const, 0}, 1920 {"TagSubprogram", Const, 0}, 1921 {"TagSubrangeType", Const, 0}, 1922 {"TagSubroutineType", Const, 0}, 1923 {"TagTemplateAlias", Const, 3}, 1924 {"TagTemplateTypeParameter", Const, 0}, 1925 {"TagTemplateValueParameter", Const, 0}, 1926 {"TagThrownType", Const, 0}, 1927 {"TagTryDwarfBlock", Const, 0}, 1928 {"TagTypeUnit", Const, 3}, 1929 {"TagTypedef", Const, 0}, 1930 {"TagUnionType", Const, 0}, 1931 {"TagUnspecifiedParameters", Const, 0}, 1932 {"TagUnspecifiedType", Const, 0}, 1933 {"TagVariable", Const, 0}, 1934 {"TagVariant", Const, 0}, 1935 {"TagVariantPart", Const, 0}, 1936 {"TagVolatileType", Const, 0}, 1937 {"TagWithStmt", Const, 0}, 1938 {"Type", Type, 0}, 1939 {"TypedefType", Type, 0}, 1940 {"TypedefType.CommonType", Field, 0}, 1941 {"TypedefType.Type", Field, 0}, 1942 {"UcharType", Type, 0}, 1943 {"UcharType.BasicType", Field, 0}, 1944 {"UintType", Type, 0}, 1945 {"UintType.BasicType", Field, 0}, 1946 {"UnspecifiedType", Type, 4}, 1947 {"UnspecifiedType.BasicType", Field, 4}, 1948 {"UnsupportedType", Type, 13}, 1949 {"UnsupportedType.CommonType", Field, 13}, 1950 {"UnsupportedType.Tag", Field, 13}, 1951 {"VoidType", Type, 0}, 1952 {"VoidType.CommonType", Field, 0}, 1953 }, 1954 "debug/elf": { 1955 {"(*File).Close", Method, 0}, 1956 {"(*File).DWARF", Method, 0}, 1957 {"(*File).DynString", Method, 1}, 1958 {"(*File).DynValue", Method, 21}, 1959 {"(*File).DynamicSymbols", Method, 4}, 1960 {"(*File).ImportedLibraries", Method, 0}, 1961 {"(*File).ImportedSymbols", Method, 0}, 1962 {"(*File).Section", Method, 0}, 1963 {"(*File).SectionByType", Method, 0}, 1964 {"(*File).Symbols", Method, 0}, 1965 {"(*FormatError).Error", Method, 0}, 1966 {"(*Prog).Open", Method, 0}, 1967 {"(*Section).Data", Method, 0}, 1968 {"(*Section).Open", Method, 0}, 1969 {"(Class).GoString", Method, 0}, 1970 {"(Class).String", Method, 0}, 1971 {"(CompressionType).GoString", Method, 6}, 1972 {"(CompressionType).String", Method, 6}, 1973 {"(Data).GoString", Method, 0}, 1974 {"(Data).String", Method, 0}, 1975 {"(DynFlag).GoString", Method, 0}, 1976 {"(DynFlag).String", Method, 0}, 1977 {"(DynFlag1).GoString", Method, 21}, 1978 {"(DynFlag1).String", Method, 21}, 1979 {"(DynTag).GoString", Method, 0}, 1980 {"(DynTag).String", Method, 0}, 1981 {"(Machine).GoString", Method, 0}, 1982 {"(Machine).String", Method, 0}, 1983 {"(NType).GoString", Method, 0}, 1984 {"(NType).String", Method, 0}, 1985 {"(OSABI).GoString", Method, 0}, 1986 {"(OSABI).String", Method, 0}, 1987 {"(Prog).ReadAt", Method, 0}, 1988 {"(ProgFlag).GoString", Method, 0}, 1989 {"(ProgFlag).String", Method, 0}, 1990 {"(ProgType).GoString", Method, 0}, 1991 {"(ProgType).String", Method, 0}, 1992 {"(R_386).GoString", Method, 0}, 1993 {"(R_386).String", Method, 0}, 1994 {"(R_390).GoString", Method, 7}, 1995 {"(R_390).String", Method, 7}, 1996 {"(R_AARCH64).GoString", Method, 4}, 1997 {"(R_AARCH64).String", Method, 4}, 1998 {"(R_ALPHA).GoString", Method, 0}, 1999 {"(R_ALPHA).String", Method, 0}, 2000 {"(R_ARM).GoString", Method, 0}, 2001 {"(R_ARM).String", Method, 0}, 2002 {"(R_LARCH).GoString", Method, 19}, 2003 {"(R_LARCH).String", Method, 19}, 2004 {"(R_MIPS).GoString", Method, 6}, 2005 {"(R_MIPS).String", Method, 6}, 2006 {"(R_PPC).GoString", Method, 0}, 2007 {"(R_PPC).String", Method, 0}, 2008 {"(R_PPC64).GoString", Method, 5}, 2009 {"(R_PPC64).String", Method, 5}, 2010 {"(R_RISCV).GoString", Method, 11}, 2011 {"(R_RISCV).String", Method, 11}, 2012 {"(R_SPARC).GoString", Method, 0}, 2013 {"(R_SPARC).String", Method, 0}, 2014 {"(R_X86_64).GoString", Method, 0}, 2015 {"(R_X86_64).String", Method, 0}, 2016 {"(Section).ReadAt", Method, 0}, 2017 {"(SectionFlag).GoString", Method, 0}, 2018 {"(SectionFlag).String", Method, 0}, 2019 {"(SectionIndex).GoString", Method, 0}, 2020 {"(SectionIndex).String", Method, 0}, 2021 {"(SectionType).GoString", Method, 0}, 2022 {"(SectionType).String", Method, 0}, 2023 {"(SymBind).GoString", Method, 0}, 2024 {"(SymBind).String", Method, 0}, 2025 {"(SymType).GoString", Method, 0}, 2026 {"(SymType).String", Method, 0}, 2027 {"(SymVis).GoString", Method, 0}, 2028 {"(SymVis).String", Method, 0}, 2029 {"(Type).GoString", Method, 0}, 2030 {"(Type).String", Method, 0}, 2031 {"(Version).GoString", Method, 0}, 2032 {"(Version).String", Method, 0}, 2033 {"ARM_MAGIC_TRAMP_NUMBER", Const, 0}, 2034 {"COMPRESS_HIOS", Const, 6}, 2035 {"COMPRESS_HIPROC", Const, 6}, 2036 {"COMPRESS_LOOS", Const, 6}, 2037 {"COMPRESS_LOPROC", Const, 6}, 2038 {"COMPRESS_ZLIB", Const, 6}, 2039 {"COMPRESS_ZSTD", Const, 21}, 2040 {"Chdr32", Type, 6}, 2041 {"Chdr32.Addralign", Field, 6}, 2042 {"Chdr32.Size", Field, 6}, 2043 {"Chdr32.Type", Field, 6}, 2044 {"Chdr64", Type, 6}, 2045 {"Chdr64.Addralign", Field, 6}, 2046 {"Chdr64.Size", Field, 6}, 2047 {"Chdr64.Type", Field, 6}, 2048 {"Class", Type, 0}, 2049 {"CompressionType", Type, 6}, 2050 {"DF_1_CONFALT", Const, 21}, 2051 {"DF_1_DIRECT", Const, 21}, 2052 {"DF_1_DISPRELDNE", Const, 21}, 2053 {"DF_1_DISPRELPND", Const, 21}, 2054 {"DF_1_EDITED", Const, 21}, 2055 {"DF_1_ENDFILTEE", Const, 21}, 2056 {"DF_1_GLOBAL", Const, 21}, 2057 {"DF_1_GLOBAUDIT", Const, 21}, 2058 {"DF_1_GROUP", Const, 21}, 2059 {"DF_1_IGNMULDEF", Const, 21}, 2060 {"DF_1_INITFIRST", Const, 21}, 2061 {"DF_1_INTERPOSE", Const, 21}, 2062 {"DF_1_KMOD", Const, 21}, 2063 {"DF_1_LOADFLTR", Const, 21}, 2064 {"DF_1_NOCOMMON", Const, 21}, 2065 {"DF_1_NODEFLIB", Const, 21}, 2066 {"DF_1_NODELETE", Const, 21}, 2067 {"DF_1_NODIRECT", Const, 21}, 2068 {"DF_1_NODUMP", Const, 21}, 2069 {"DF_1_NOHDR", Const, 21}, 2070 {"DF_1_NOKSYMS", Const, 21}, 2071 {"DF_1_NOOPEN", Const, 21}, 2072 {"DF_1_NORELOC", Const, 21}, 2073 {"DF_1_NOW", Const, 21}, 2074 {"DF_1_ORIGIN", Const, 21}, 2075 {"DF_1_PIE", Const, 21}, 2076 {"DF_1_SINGLETON", Const, 21}, 2077 {"DF_1_STUB", Const, 21}, 2078 {"DF_1_SYMINTPOSE", Const, 21}, 2079 {"DF_1_TRANS", Const, 21}, 2080 {"DF_1_WEAKFILTER", Const, 21}, 2081 {"DF_BIND_NOW", Const, 0}, 2082 {"DF_ORIGIN", Const, 0}, 2083 {"DF_STATIC_TLS", Const, 0}, 2084 {"DF_SYMBOLIC", Const, 0}, 2085 {"DF_TEXTREL", Const, 0}, 2086 {"DT_ADDRRNGHI", Const, 16}, 2087 {"DT_ADDRRNGLO", Const, 16}, 2088 {"DT_AUDIT", Const, 16}, 2089 {"DT_AUXILIARY", Const, 16}, 2090 {"DT_BIND_NOW", Const, 0}, 2091 {"DT_CHECKSUM", Const, 16}, 2092 {"DT_CONFIG", Const, 16}, 2093 {"DT_DEBUG", Const, 0}, 2094 {"DT_DEPAUDIT", Const, 16}, 2095 {"DT_ENCODING", Const, 0}, 2096 {"DT_FEATURE", Const, 16}, 2097 {"DT_FILTER", Const, 16}, 2098 {"DT_FINI", Const, 0}, 2099 {"DT_FINI_ARRAY", Const, 0}, 2100 {"DT_FINI_ARRAYSZ", Const, 0}, 2101 {"DT_FLAGS", Const, 0}, 2102 {"DT_FLAGS_1", Const, 16}, 2103 {"DT_GNU_CONFLICT", Const, 16}, 2104 {"DT_GNU_CONFLICTSZ", Const, 16}, 2105 {"DT_GNU_HASH", Const, 16}, 2106 {"DT_GNU_LIBLIST", Const, 16}, 2107 {"DT_GNU_LIBLISTSZ", Const, 16}, 2108 {"DT_GNU_PRELINKED", Const, 16}, 2109 {"DT_HASH", Const, 0}, 2110 {"DT_HIOS", Const, 0}, 2111 {"DT_HIPROC", Const, 0}, 2112 {"DT_INIT", Const, 0}, 2113 {"DT_INIT_ARRAY", Const, 0}, 2114 {"DT_INIT_ARRAYSZ", Const, 0}, 2115 {"DT_JMPREL", Const, 0}, 2116 {"DT_LOOS", Const, 0}, 2117 {"DT_LOPROC", Const, 0}, 2118 {"DT_MIPS_AUX_DYNAMIC", Const, 16}, 2119 {"DT_MIPS_BASE_ADDRESS", Const, 16}, 2120 {"DT_MIPS_COMPACT_SIZE", Const, 16}, 2121 {"DT_MIPS_CONFLICT", Const, 16}, 2122 {"DT_MIPS_CONFLICTNO", Const, 16}, 2123 {"DT_MIPS_CXX_FLAGS", Const, 16}, 2124 {"DT_MIPS_DELTA_CLASS", Const, 16}, 2125 {"DT_MIPS_DELTA_CLASSSYM", Const, 16}, 2126 {"DT_MIPS_DELTA_CLASSSYM_NO", Const, 16}, 2127 {"DT_MIPS_DELTA_CLASS_NO", Const, 16}, 2128 {"DT_MIPS_DELTA_INSTANCE", Const, 16}, 2129 {"DT_MIPS_DELTA_INSTANCE_NO", Const, 16}, 2130 {"DT_MIPS_DELTA_RELOC", Const, 16}, 2131 {"DT_MIPS_DELTA_RELOC_NO", Const, 16}, 2132 {"DT_MIPS_DELTA_SYM", Const, 16}, 2133 {"DT_MIPS_DELTA_SYM_NO", Const, 16}, 2134 {"DT_MIPS_DYNSTR_ALIGN", Const, 16}, 2135 {"DT_MIPS_FLAGS", Const, 16}, 2136 {"DT_MIPS_GOTSYM", Const, 16}, 2137 {"DT_MIPS_GP_VALUE", Const, 16}, 2138 {"DT_MIPS_HIDDEN_GOTIDX", Const, 16}, 2139 {"DT_MIPS_HIPAGENO", Const, 16}, 2140 {"DT_MIPS_ICHECKSUM", Const, 16}, 2141 {"DT_MIPS_INTERFACE", Const, 16}, 2142 {"DT_MIPS_INTERFACE_SIZE", Const, 16}, 2143 {"DT_MIPS_IVERSION", Const, 16}, 2144 {"DT_MIPS_LIBLIST", Const, 16}, 2145 {"DT_MIPS_LIBLISTNO", Const, 16}, 2146 {"DT_MIPS_LOCALPAGE_GOTIDX", Const, 16}, 2147 {"DT_MIPS_LOCAL_GOTIDX", Const, 16}, 2148 {"DT_MIPS_LOCAL_GOTNO", Const, 16}, 2149 {"DT_MIPS_MSYM", Const, 16}, 2150 {"DT_MIPS_OPTIONS", Const, 16}, 2151 {"DT_MIPS_PERF_SUFFIX", Const, 16}, 2152 {"DT_MIPS_PIXIE_INIT", Const, 16}, 2153 {"DT_MIPS_PLTGOT", Const, 16}, 2154 {"DT_MIPS_PROTECTED_GOTIDX", Const, 16}, 2155 {"DT_MIPS_RLD_MAP", Const, 16}, 2156 {"DT_MIPS_RLD_MAP_REL", Const, 16}, 2157 {"DT_MIPS_RLD_TEXT_RESOLVE_ADDR", Const, 16}, 2158 {"DT_MIPS_RLD_VERSION", Const, 16}, 2159 {"DT_MIPS_RWPLT", Const, 16}, 2160 {"DT_MIPS_SYMBOL_LIB", Const, 16}, 2161 {"DT_MIPS_SYMTABNO", Const, 16}, 2162 {"DT_MIPS_TIME_STAMP", Const, 16}, 2163 {"DT_MIPS_UNREFEXTNO", Const, 16}, 2164 {"DT_MOVEENT", Const, 16}, 2165 {"DT_MOVESZ", Const, 16}, 2166 {"DT_MOVETAB", Const, 16}, 2167 {"DT_NEEDED", Const, 0}, 2168 {"DT_NULL", Const, 0}, 2169 {"DT_PLTGOT", Const, 0}, 2170 {"DT_PLTPAD", Const, 16}, 2171 {"DT_PLTPADSZ", Const, 16}, 2172 {"DT_PLTREL", Const, 0}, 2173 {"DT_PLTRELSZ", Const, 0}, 2174 {"DT_POSFLAG_1", Const, 16}, 2175 {"DT_PPC64_GLINK", Const, 16}, 2176 {"DT_PPC64_OPD", Const, 16}, 2177 {"DT_PPC64_OPDSZ", Const, 16}, 2178 {"DT_PPC64_OPT", Const, 16}, 2179 {"DT_PPC_GOT", Const, 16}, 2180 {"DT_PPC_OPT", Const, 16}, 2181 {"DT_PREINIT_ARRAY", Const, 0}, 2182 {"DT_PREINIT_ARRAYSZ", Const, 0}, 2183 {"DT_REL", Const, 0}, 2184 {"DT_RELA", Const, 0}, 2185 {"DT_RELACOUNT", Const, 16}, 2186 {"DT_RELAENT", Const, 0}, 2187 {"DT_RELASZ", Const, 0}, 2188 {"DT_RELCOUNT", Const, 16}, 2189 {"DT_RELENT", Const, 0}, 2190 {"DT_RELSZ", Const, 0}, 2191 {"DT_RPATH", Const, 0}, 2192 {"DT_RUNPATH", Const, 0}, 2193 {"DT_SONAME", Const, 0}, 2194 {"DT_SPARC_REGISTER", Const, 16}, 2195 {"DT_STRSZ", Const, 0}, 2196 {"DT_STRTAB", Const, 0}, 2197 {"DT_SYMBOLIC", Const, 0}, 2198 {"DT_SYMENT", Const, 0}, 2199 {"DT_SYMINENT", Const, 16}, 2200 {"DT_SYMINFO", Const, 16}, 2201 {"DT_SYMINSZ", Const, 16}, 2202 {"DT_SYMTAB", Const, 0}, 2203 {"DT_SYMTAB_SHNDX", Const, 16}, 2204 {"DT_TEXTREL", Const, 0}, 2205 {"DT_TLSDESC_GOT", Const, 16}, 2206 {"DT_TLSDESC_PLT", Const, 16}, 2207 {"DT_USED", Const, 16}, 2208 {"DT_VALRNGHI", Const, 16}, 2209 {"DT_VALRNGLO", Const, 16}, 2210 {"DT_VERDEF", Const, 16}, 2211 {"DT_VERDEFNUM", Const, 16}, 2212 {"DT_VERNEED", Const, 0}, 2213 {"DT_VERNEEDNUM", Const, 0}, 2214 {"DT_VERSYM", Const, 0}, 2215 {"Data", Type, 0}, 2216 {"Dyn32", Type, 0}, 2217 {"Dyn32.Tag", Field, 0}, 2218 {"Dyn32.Val", Field, 0}, 2219 {"Dyn64", Type, 0}, 2220 {"Dyn64.Tag", Field, 0}, 2221 {"Dyn64.Val", Field, 0}, 2222 {"DynFlag", Type, 0}, 2223 {"DynFlag1", Type, 21}, 2224 {"DynTag", Type, 0}, 2225 {"EI_ABIVERSION", Const, 0}, 2226 {"EI_CLASS", Const, 0}, 2227 {"EI_DATA", Const, 0}, 2228 {"EI_NIDENT", Const, 0}, 2229 {"EI_OSABI", Const, 0}, 2230 {"EI_PAD", Const, 0}, 2231 {"EI_VERSION", Const, 0}, 2232 {"ELFCLASS32", Const, 0}, 2233 {"ELFCLASS64", Const, 0}, 2234 {"ELFCLASSNONE", Const, 0}, 2235 {"ELFDATA2LSB", Const, 0}, 2236 {"ELFDATA2MSB", Const, 0}, 2237 {"ELFDATANONE", Const, 0}, 2238 {"ELFMAG", Const, 0}, 2239 {"ELFOSABI_86OPEN", Const, 0}, 2240 {"ELFOSABI_AIX", Const, 0}, 2241 {"ELFOSABI_ARM", Const, 0}, 2242 {"ELFOSABI_AROS", Const, 11}, 2243 {"ELFOSABI_CLOUDABI", Const, 11}, 2244 {"ELFOSABI_FENIXOS", Const, 11}, 2245 {"ELFOSABI_FREEBSD", Const, 0}, 2246 {"ELFOSABI_HPUX", Const, 0}, 2247 {"ELFOSABI_HURD", Const, 0}, 2248 {"ELFOSABI_IRIX", Const, 0}, 2249 {"ELFOSABI_LINUX", Const, 0}, 2250 {"ELFOSABI_MODESTO", Const, 0}, 2251 {"ELFOSABI_NETBSD", Const, 0}, 2252 {"ELFOSABI_NONE", Const, 0}, 2253 {"ELFOSABI_NSK", Const, 0}, 2254 {"ELFOSABI_OPENBSD", Const, 0}, 2255 {"ELFOSABI_OPENVMS", Const, 0}, 2256 {"ELFOSABI_SOLARIS", Const, 0}, 2257 {"ELFOSABI_STANDALONE", Const, 0}, 2258 {"ELFOSABI_TRU64", Const, 0}, 2259 {"EM_386", Const, 0}, 2260 {"EM_486", Const, 0}, 2261 {"EM_56800EX", Const, 11}, 2262 {"EM_68HC05", Const, 11}, 2263 {"EM_68HC08", Const, 11}, 2264 {"EM_68HC11", Const, 11}, 2265 {"EM_68HC12", Const, 0}, 2266 {"EM_68HC16", Const, 11}, 2267 {"EM_68K", Const, 0}, 2268 {"EM_78KOR", Const, 11}, 2269 {"EM_8051", Const, 11}, 2270 {"EM_860", Const, 0}, 2271 {"EM_88K", Const, 0}, 2272 {"EM_960", Const, 0}, 2273 {"EM_AARCH64", Const, 4}, 2274 {"EM_ALPHA", Const, 0}, 2275 {"EM_ALPHA_STD", Const, 0}, 2276 {"EM_ALTERA_NIOS2", Const, 11}, 2277 {"EM_AMDGPU", Const, 11}, 2278 {"EM_ARC", Const, 0}, 2279 {"EM_ARCA", Const, 11}, 2280 {"EM_ARC_COMPACT", Const, 11}, 2281 {"EM_ARC_COMPACT2", Const, 11}, 2282 {"EM_ARM", Const, 0}, 2283 {"EM_AVR", Const, 11}, 2284 {"EM_AVR32", Const, 11}, 2285 {"EM_BA1", Const, 11}, 2286 {"EM_BA2", Const, 11}, 2287 {"EM_BLACKFIN", Const, 11}, 2288 {"EM_BPF", Const, 11}, 2289 {"EM_C166", Const, 11}, 2290 {"EM_CDP", Const, 11}, 2291 {"EM_CE", Const, 11}, 2292 {"EM_CLOUDSHIELD", Const, 11}, 2293 {"EM_COGE", Const, 11}, 2294 {"EM_COLDFIRE", Const, 0}, 2295 {"EM_COOL", Const, 11}, 2296 {"EM_COREA_1ST", Const, 11}, 2297 {"EM_COREA_2ND", Const, 11}, 2298 {"EM_CR", Const, 11}, 2299 {"EM_CR16", Const, 11}, 2300 {"EM_CRAYNV2", Const, 11}, 2301 {"EM_CRIS", Const, 11}, 2302 {"EM_CRX", Const, 11}, 2303 {"EM_CSR_KALIMBA", Const, 11}, 2304 {"EM_CUDA", Const, 11}, 2305 {"EM_CYPRESS_M8C", Const, 11}, 2306 {"EM_D10V", Const, 11}, 2307 {"EM_D30V", Const, 11}, 2308 {"EM_DSP24", Const, 11}, 2309 {"EM_DSPIC30F", Const, 11}, 2310 {"EM_DXP", Const, 11}, 2311 {"EM_ECOG1", Const, 11}, 2312 {"EM_ECOG16", Const, 11}, 2313 {"EM_ECOG1X", Const, 11}, 2314 {"EM_ECOG2", Const, 11}, 2315 {"EM_ETPU", Const, 11}, 2316 {"EM_EXCESS", Const, 11}, 2317 {"EM_F2MC16", Const, 11}, 2318 {"EM_FIREPATH", Const, 11}, 2319 {"EM_FR20", Const, 0}, 2320 {"EM_FR30", Const, 11}, 2321 {"EM_FT32", Const, 11}, 2322 {"EM_FX66", Const, 11}, 2323 {"EM_H8S", Const, 0}, 2324 {"EM_H8_300", Const, 0}, 2325 {"EM_H8_300H", Const, 0}, 2326 {"EM_H8_500", Const, 0}, 2327 {"EM_HUANY", Const, 11}, 2328 {"EM_IA_64", Const, 0}, 2329 {"EM_INTEL205", Const, 11}, 2330 {"EM_INTEL206", Const, 11}, 2331 {"EM_INTEL207", Const, 11}, 2332 {"EM_INTEL208", Const, 11}, 2333 {"EM_INTEL209", Const, 11}, 2334 {"EM_IP2K", Const, 11}, 2335 {"EM_JAVELIN", Const, 11}, 2336 {"EM_K10M", Const, 11}, 2337 {"EM_KM32", Const, 11}, 2338 {"EM_KMX16", Const, 11}, 2339 {"EM_KMX32", Const, 11}, 2340 {"EM_KMX8", Const, 11}, 2341 {"EM_KVARC", Const, 11}, 2342 {"EM_L10M", Const, 11}, 2343 {"EM_LANAI", Const, 11}, 2344 {"EM_LATTICEMICO32", Const, 11}, 2345 {"EM_LOONGARCH", Const, 19}, 2346 {"EM_M16C", Const, 11}, 2347 {"EM_M32", Const, 0}, 2348 {"EM_M32C", Const, 11}, 2349 {"EM_M32R", Const, 11}, 2350 {"EM_MANIK", Const, 11}, 2351 {"EM_MAX", Const, 11}, 2352 {"EM_MAXQ30", Const, 11}, 2353 {"EM_MCHP_PIC", Const, 11}, 2354 {"EM_MCST_ELBRUS", Const, 11}, 2355 {"EM_ME16", Const, 0}, 2356 {"EM_METAG", Const, 11}, 2357 {"EM_MICROBLAZE", Const, 11}, 2358 {"EM_MIPS", Const, 0}, 2359 {"EM_MIPS_RS3_LE", Const, 0}, 2360 {"EM_MIPS_RS4_BE", Const, 0}, 2361 {"EM_MIPS_X", Const, 0}, 2362 {"EM_MMA", Const, 0}, 2363 {"EM_MMDSP_PLUS", Const, 11}, 2364 {"EM_MMIX", Const, 11}, 2365 {"EM_MN10200", Const, 11}, 2366 {"EM_MN10300", Const, 11}, 2367 {"EM_MOXIE", Const, 11}, 2368 {"EM_MSP430", Const, 11}, 2369 {"EM_NCPU", Const, 0}, 2370 {"EM_NDR1", Const, 0}, 2371 {"EM_NDS32", Const, 11}, 2372 {"EM_NONE", Const, 0}, 2373 {"EM_NORC", Const, 11}, 2374 {"EM_NS32K", Const, 11}, 2375 {"EM_OPEN8", Const, 11}, 2376 {"EM_OPENRISC", Const, 11}, 2377 {"EM_PARISC", Const, 0}, 2378 {"EM_PCP", Const, 0}, 2379 {"EM_PDP10", Const, 11}, 2380 {"EM_PDP11", Const, 11}, 2381 {"EM_PDSP", Const, 11}, 2382 {"EM_PJ", Const, 11}, 2383 {"EM_PPC", Const, 0}, 2384 {"EM_PPC64", Const, 0}, 2385 {"EM_PRISM", Const, 11}, 2386 {"EM_QDSP6", Const, 11}, 2387 {"EM_R32C", Const, 11}, 2388 {"EM_RCE", Const, 0}, 2389 {"EM_RH32", Const, 0}, 2390 {"EM_RISCV", Const, 11}, 2391 {"EM_RL78", Const, 11}, 2392 {"EM_RS08", Const, 11}, 2393 {"EM_RX", Const, 11}, 2394 {"EM_S370", Const, 0}, 2395 {"EM_S390", Const, 0}, 2396 {"EM_SCORE7", Const, 11}, 2397 {"EM_SEP", Const, 11}, 2398 {"EM_SE_C17", Const, 11}, 2399 {"EM_SE_C33", Const, 11}, 2400 {"EM_SH", Const, 0}, 2401 {"EM_SHARC", Const, 11}, 2402 {"EM_SLE9X", Const, 11}, 2403 {"EM_SNP1K", Const, 11}, 2404 {"EM_SPARC", Const, 0}, 2405 {"EM_SPARC32PLUS", Const, 0}, 2406 {"EM_SPARCV9", Const, 0}, 2407 {"EM_ST100", Const, 0}, 2408 {"EM_ST19", Const, 11}, 2409 {"EM_ST200", Const, 11}, 2410 {"EM_ST7", Const, 11}, 2411 {"EM_ST9PLUS", Const, 11}, 2412 {"EM_STARCORE", Const, 0}, 2413 {"EM_STM8", Const, 11}, 2414 {"EM_STXP7X", Const, 11}, 2415 {"EM_SVX", Const, 11}, 2416 {"EM_TILE64", Const, 11}, 2417 {"EM_TILEGX", Const, 11}, 2418 {"EM_TILEPRO", Const, 11}, 2419 {"EM_TINYJ", Const, 0}, 2420 {"EM_TI_ARP32", Const, 11}, 2421 {"EM_TI_C2000", Const, 11}, 2422 {"EM_TI_C5500", Const, 11}, 2423 {"EM_TI_C6000", Const, 11}, 2424 {"EM_TI_PRU", Const, 11}, 2425 {"EM_TMM_GPP", Const, 11}, 2426 {"EM_TPC", Const, 11}, 2427 {"EM_TRICORE", Const, 0}, 2428 {"EM_TRIMEDIA", Const, 11}, 2429 {"EM_TSK3000", Const, 11}, 2430 {"EM_UNICORE", Const, 11}, 2431 {"EM_V800", Const, 0}, 2432 {"EM_V850", Const, 11}, 2433 {"EM_VAX", Const, 11}, 2434 {"EM_VIDEOCORE", Const, 11}, 2435 {"EM_VIDEOCORE3", Const, 11}, 2436 {"EM_VIDEOCORE5", Const, 11}, 2437 {"EM_VISIUM", Const, 11}, 2438 {"EM_VPP500", Const, 0}, 2439 {"EM_X86_64", Const, 0}, 2440 {"EM_XCORE", Const, 11}, 2441 {"EM_XGATE", Const, 11}, 2442 {"EM_XIMO16", Const, 11}, 2443 {"EM_XTENSA", Const, 11}, 2444 {"EM_Z80", Const, 11}, 2445 {"EM_ZSP", Const, 11}, 2446 {"ET_CORE", Const, 0}, 2447 {"ET_DYN", Const, 0}, 2448 {"ET_EXEC", Const, 0}, 2449 {"ET_HIOS", Const, 0}, 2450 {"ET_HIPROC", Const, 0}, 2451 {"ET_LOOS", Const, 0}, 2452 {"ET_LOPROC", Const, 0}, 2453 {"ET_NONE", Const, 0}, 2454 {"ET_REL", Const, 0}, 2455 {"EV_CURRENT", Const, 0}, 2456 {"EV_NONE", Const, 0}, 2457 {"ErrNoSymbols", Var, 4}, 2458 {"File", Type, 0}, 2459 {"File.FileHeader", Field, 0}, 2460 {"File.Progs", Field, 0}, 2461 {"File.Sections", Field, 0}, 2462 {"FileHeader", Type, 0}, 2463 {"FileHeader.ABIVersion", Field, 0}, 2464 {"FileHeader.ByteOrder", Field, 0}, 2465 {"FileHeader.Class", Field, 0}, 2466 {"FileHeader.Data", Field, 0}, 2467 {"FileHeader.Entry", Field, 1}, 2468 {"FileHeader.Machine", Field, 0}, 2469 {"FileHeader.OSABI", Field, 0}, 2470 {"FileHeader.Type", Field, 0}, 2471 {"FileHeader.Version", Field, 0}, 2472 {"FormatError", Type, 0}, 2473 {"Header32", Type, 0}, 2474 {"Header32.Ehsize", Field, 0}, 2475 {"Header32.Entry", Field, 0}, 2476 {"Header32.Flags", Field, 0}, 2477 {"Header32.Ident", Field, 0}, 2478 {"Header32.Machine", Field, 0}, 2479 {"Header32.Phentsize", Field, 0}, 2480 {"Header32.Phnum", Field, 0}, 2481 {"Header32.Phoff", Field, 0}, 2482 {"Header32.Shentsize", Field, 0}, 2483 {"Header32.Shnum", Field, 0}, 2484 {"Header32.Shoff", Field, 0}, 2485 {"Header32.Shstrndx", Field, 0}, 2486 {"Header32.Type", Field, 0}, 2487 {"Header32.Version", Field, 0}, 2488 {"Header64", Type, 0}, 2489 {"Header64.Ehsize", Field, 0}, 2490 {"Header64.Entry", Field, 0}, 2491 {"Header64.Flags", Field, 0}, 2492 {"Header64.Ident", Field, 0}, 2493 {"Header64.Machine", Field, 0}, 2494 {"Header64.Phentsize", Field, 0}, 2495 {"Header64.Phnum", Field, 0}, 2496 {"Header64.Phoff", Field, 0}, 2497 {"Header64.Shentsize", Field, 0}, 2498 {"Header64.Shnum", Field, 0}, 2499 {"Header64.Shoff", Field, 0}, 2500 {"Header64.Shstrndx", Field, 0}, 2501 {"Header64.Type", Field, 0}, 2502 {"Header64.Version", Field, 0}, 2503 {"ImportedSymbol", Type, 0}, 2504 {"ImportedSymbol.Library", Field, 0}, 2505 {"ImportedSymbol.Name", Field, 0}, 2506 {"ImportedSymbol.Version", Field, 0}, 2507 {"Machine", Type, 0}, 2508 {"NT_FPREGSET", Const, 0}, 2509 {"NT_PRPSINFO", Const, 0}, 2510 {"NT_PRSTATUS", Const, 0}, 2511 {"NType", Type, 0}, 2512 {"NewFile", Func, 0}, 2513 {"OSABI", Type, 0}, 2514 {"Open", Func, 0}, 2515 {"PF_MASKOS", Const, 0}, 2516 {"PF_MASKPROC", Const, 0}, 2517 {"PF_R", Const, 0}, 2518 {"PF_W", Const, 0}, 2519 {"PF_X", Const, 0}, 2520 {"PT_AARCH64_ARCHEXT", Const, 16}, 2521 {"PT_AARCH64_UNWIND", Const, 16}, 2522 {"PT_ARM_ARCHEXT", Const, 16}, 2523 {"PT_ARM_EXIDX", Const, 16}, 2524 {"PT_DYNAMIC", Const, 0}, 2525 {"PT_GNU_EH_FRAME", Const, 16}, 2526 {"PT_GNU_MBIND_HI", Const, 16}, 2527 {"PT_GNU_MBIND_LO", Const, 16}, 2528 {"PT_GNU_PROPERTY", Const, 16}, 2529 {"PT_GNU_RELRO", Const, 16}, 2530 {"PT_GNU_STACK", Const, 16}, 2531 {"PT_HIOS", Const, 0}, 2532 {"PT_HIPROC", Const, 0}, 2533 {"PT_INTERP", Const, 0}, 2534 {"PT_LOAD", Const, 0}, 2535 {"PT_LOOS", Const, 0}, 2536 {"PT_LOPROC", Const, 0}, 2537 {"PT_MIPS_ABIFLAGS", Const, 16}, 2538 {"PT_MIPS_OPTIONS", Const, 16}, 2539 {"PT_MIPS_REGINFO", Const, 16}, 2540 {"PT_MIPS_RTPROC", Const, 16}, 2541 {"PT_NOTE", Const, 0}, 2542 {"PT_NULL", Const, 0}, 2543 {"PT_OPENBSD_BOOTDATA", Const, 16}, 2544 {"PT_OPENBSD_RANDOMIZE", Const, 16}, 2545 {"PT_OPENBSD_WXNEEDED", Const, 16}, 2546 {"PT_PAX_FLAGS", Const, 16}, 2547 {"PT_PHDR", Const, 0}, 2548 {"PT_S390_PGSTE", Const, 16}, 2549 {"PT_SHLIB", Const, 0}, 2550 {"PT_SUNWSTACK", Const, 16}, 2551 {"PT_SUNW_EH_FRAME", Const, 16}, 2552 {"PT_TLS", Const, 0}, 2553 {"Prog", Type, 0}, 2554 {"Prog.ProgHeader", Field, 0}, 2555 {"Prog.ReaderAt", Field, 0}, 2556 {"Prog32", Type, 0}, 2557 {"Prog32.Align", Field, 0}, 2558 {"Prog32.Filesz", Field, 0}, 2559 {"Prog32.Flags", Field, 0}, 2560 {"Prog32.Memsz", Field, 0}, 2561 {"Prog32.Off", Field, 0}, 2562 {"Prog32.Paddr", Field, 0}, 2563 {"Prog32.Type", Field, 0}, 2564 {"Prog32.Vaddr", Field, 0}, 2565 {"Prog64", Type, 0}, 2566 {"Prog64.Align", Field, 0}, 2567 {"Prog64.Filesz", Field, 0}, 2568 {"Prog64.Flags", Field, 0}, 2569 {"Prog64.Memsz", Field, 0}, 2570 {"Prog64.Off", Field, 0}, 2571 {"Prog64.Paddr", Field, 0}, 2572 {"Prog64.Type", Field, 0}, 2573 {"Prog64.Vaddr", Field, 0}, 2574 {"ProgFlag", Type, 0}, 2575 {"ProgHeader", Type, 0}, 2576 {"ProgHeader.Align", Field, 0}, 2577 {"ProgHeader.Filesz", Field, 0}, 2578 {"ProgHeader.Flags", Field, 0}, 2579 {"ProgHeader.Memsz", Field, 0}, 2580 {"ProgHeader.Off", Field, 0}, 2581 {"ProgHeader.Paddr", Field, 0}, 2582 {"ProgHeader.Type", Field, 0}, 2583 {"ProgHeader.Vaddr", Field, 0}, 2584 {"ProgType", Type, 0}, 2585 {"R_386", Type, 0}, 2586 {"R_386_16", Const, 10}, 2587 {"R_386_32", Const, 0}, 2588 {"R_386_32PLT", Const, 10}, 2589 {"R_386_8", Const, 10}, 2590 {"R_386_COPY", Const, 0}, 2591 {"R_386_GLOB_DAT", Const, 0}, 2592 {"R_386_GOT32", Const, 0}, 2593 {"R_386_GOT32X", Const, 10}, 2594 {"R_386_GOTOFF", Const, 0}, 2595 {"R_386_GOTPC", Const, 0}, 2596 {"R_386_IRELATIVE", Const, 10}, 2597 {"R_386_JMP_SLOT", Const, 0}, 2598 {"R_386_NONE", Const, 0}, 2599 {"R_386_PC16", Const, 10}, 2600 {"R_386_PC32", Const, 0}, 2601 {"R_386_PC8", Const, 10}, 2602 {"R_386_PLT32", Const, 0}, 2603 {"R_386_RELATIVE", Const, 0}, 2604 {"R_386_SIZE32", Const, 10}, 2605 {"R_386_TLS_DESC", Const, 10}, 2606 {"R_386_TLS_DESC_CALL", Const, 10}, 2607 {"R_386_TLS_DTPMOD32", Const, 0}, 2608 {"R_386_TLS_DTPOFF32", Const, 0}, 2609 {"R_386_TLS_GD", Const, 0}, 2610 {"R_386_TLS_GD_32", Const, 0}, 2611 {"R_386_TLS_GD_CALL", Const, 0}, 2612 {"R_386_TLS_GD_POP", Const, 0}, 2613 {"R_386_TLS_GD_PUSH", Const, 0}, 2614 {"R_386_TLS_GOTDESC", Const, 10}, 2615 {"R_386_TLS_GOTIE", Const, 0}, 2616 {"R_386_TLS_IE", Const, 0}, 2617 {"R_386_TLS_IE_32", Const, 0}, 2618 {"R_386_TLS_LDM", Const, 0}, 2619 {"R_386_TLS_LDM_32", Const, 0}, 2620 {"R_386_TLS_LDM_CALL", Const, 0}, 2621 {"R_386_TLS_LDM_POP", Const, 0}, 2622 {"R_386_TLS_LDM_PUSH", Const, 0}, 2623 {"R_386_TLS_LDO_32", Const, 0}, 2624 {"R_386_TLS_LE", Const, 0}, 2625 {"R_386_TLS_LE_32", Const, 0}, 2626 {"R_386_TLS_TPOFF", Const, 0}, 2627 {"R_386_TLS_TPOFF32", Const, 0}, 2628 {"R_390", Type, 7}, 2629 {"R_390_12", Const, 7}, 2630 {"R_390_16", Const, 7}, 2631 {"R_390_20", Const, 7}, 2632 {"R_390_32", Const, 7}, 2633 {"R_390_64", Const, 7}, 2634 {"R_390_8", Const, 7}, 2635 {"R_390_COPY", Const, 7}, 2636 {"R_390_GLOB_DAT", Const, 7}, 2637 {"R_390_GOT12", Const, 7}, 2638 {"R_390_GOT16", Const, 7}, 2639 {"R_390_GOT20", Const, 7}, 2640 {"R_390_GOT32", Const, 7}, 2641 {"R_390_GOT64", Const, 7}, 2642 {"R_390_GOTENT", Const, 7}, 2643 {"R_390_GOTOFF", Const, 7}, 2644 {"R_390_GOTOFF16", Const, 7}, 2645 {"R_390_GOTOFF64", Const, 7}, 2646 {"R_390_GOTPC", Const, 7}, 2647 {"R_390_GOTPCDBL", Const, 7}, 2648 {"R_390_GOTPLT12", Const, 7}, 2649 {"R_390_GOTPLT16", Const, 7}, 2650 {"R_390_GOTPLT20", Const, 7}, 2651 {"R_390_GOTPLT32", Const, 7}, 2652 {"R_390_GOTPLT64", Const, 7}, 2653 {"R_390_GOTPLTENT", Const, 7}, 2654 {"R_390_GOTPLTOFF16", Const, 7}, 2655 {"R_390_GOTPLTOFF32", Const, 7}, 2656 {"R_390_GOTPLTOFF64", Const, 7}, 2657 {"R_390_JMP_SLOT", Const, 7}, 2658 {"R_390_NONE", Const, 7}, 2659 {"R_390_PC16", Const, 7}, 2660 {"R_390_PC16DBL", Const, 7}, 2661 {"R_390_PC32", Const, 7}, 2662 {"R_390_PC32DBL", Const, 7}, 2663 {"R_390_PC64", Const, 7}, 2664 {"R_390_PLT16DBL", Const, 7}, 2665 {"R_390_PLT32", Const, 7}, 2666 {"R_390_PLT32DBL", Const, 7}, 2667 {"R_390_PLT64", Const, 7}, 2668 {"R_390_RELATIVE", Const, 7}, 2669 {"R_390_TLS_DTPMOD", Const, 7}, 2670 {"R_390_TLS_DTPOFF", Const, 7}, 2671 {"R_390_TLS_GD32", Const, 7}, 2672 {"R_390_TLS_GD64", Const, 7}, 2673 {"R_390_TLS_GDCALL", Const, 7}, 2674 {"R_390_TLS_GOTIE12", Const, 7}, 2675 {"R_390_TLS_GOTIE20", Const, 7}, 2676 {"R_390_TLS_GOTIE32", Const, 7}, 2677 {"R_390_TLS_GOTIE64", Const, 7}, 2678 {"R_390_TLS_IE32", Const, 7}, 2679 {"R_390_TLS_IE64", Const, 7}, 2680 {"R_390_TLS_IEENT", Const, 7}, 2681 {"R_390_TLS_LDCALL", Const, 7}, 2682 {"R_390_TLS_LDM32", Const, 7}, 2683 {"R_390_TLS_LDM64", Const, 7}, 2684 {"R_390_TLS_LDO32", Const, 7}, 2685 {"R_390_TLS_LDO64", Const, 7}, 2686 {"R_390_TLS_LE32", Const, 7}, 2687 {"R_390_TLS_LE64", Const, 7}, 2688 {"R_390_TLS_LOAD", Const, 7}, 2689 {"R_390_TLS_TPOFF", Const, 7}, 2690 {"R_AARCH64", Type, 4}, 2691 {"R_AARCH64_ABS16", Const, 4}, 2692 {"R_AARCH64_ABS32", Const, 4}, 2693 {"R_AARCH64_ABS64", Const, 4}, 2694 {"R_AARCH64_ADD_ABS_LO12_NC", Const, 4}, 2695 {"R_AARCH64_ADR_GOT_PAGE", Const, 4}, 2696 {"R_AARCH64_ADR_PREL_LO21", Const, 4}, 2697 {"R_AARCH64_ADR_PREL_PG_HI21", Const, 4}, 2698 {"R_AARCH64_ADR_PREL_PG_HI21_NC", Const, 4}, 2699 {"R_AARCH64_CALL26", Const, 4}, 2700 {"R_AARCH64_CONDBR19", Const, 4}, 2701 {"R_AARCH64_COPY", Const, 4}, 2702 {"R_AARCH64_GLOB_DAT", Const, 4}, 2703 {"R_AARCH64_GOT_LD_PREL19", Const, 4}, 2704 {"R_AARCH64_IRELATIVE", Const, 4}, 2705 {"R_AARCH64_JUMP26", Const, 4}, 2706 {"R_AARCH64_JUMP_SLOT", Const, 4}, 2707 {"R_AARCH64_LD64_GOTOFF_LO15", Const, 10}, 2708 {"R_AARCH64_LD64_GOTPAGE_LO15", Const, 10}, 2709 {"R_AARCH64_LD64_GOT_LO12_NC", Const, 4}, 2710 {"R_AARCH64_LDST128_ABS_LO12_NC", Const, 4}, 2711 {"R_AARCH64_LDST16_ABS_LO12_NC", Const, 4}, 2712 {"R_AARCH64_LDST32_ABS_LO12_NC", Const, 4}, 2713 {"R_AARCH64_LDST64_ABS_LO12_NC", Const, 4}, 2714 {"R_AARCH64_LDST8_ABS_LO12_NC", Const, 4}, 2715 {"R_AARCH64_LD_PREL_LO19", Const, 4}, 2716 {"R_AARCH64_MOVW_SABS_G0", Const, 4}, 2717 {"R_AARCH64_MOVW_SABS_G1", Const, 4}, 2718 {"R_AARCH64_MOVW_SABS_G2", Const, 4}, 2719 {"R_AARCH64_MOVW_UABS_G0", Const, 4}, 2720 {"R_AARCH64_MOVW_UABS_G0_NC", Const, 4}, 2721 {"R_AARCH64_MOVW_UABS_G1", Const, 4}, 2722 {"R_AARCH64_MOVW_UABS_G1_NC", Const, 4}, 2723 {"R_AARCH64_MOVW_UABS_G2", Const, 4}, 2724 {"R_AARCH64_MOVW_UABS_G2_NC", Const, 4}, 2725 {"R_AARCH64_MOVW_UABS_G3", Const, 4}, 2726 {"R_AARCH64_NONE", Const, 4}, 2727 {"R_AARCH64_NULL", Const, 4}, 2728 {"R_AARCH64_P32_ABS16", Const, 4}, 2729 {"R_AARCH64_P32_ABS32", Const, 4}, 2730 {"R_AARCH64_P32_ADD_ABS_LO12_NC", Const, 4}, 2731 {"R_AARCH64_P32_ADR_GOT_PAGE", Const, 4}, 2732 {"R_AARCH64_P32_ADR_PREL_LO21", Const, 4}, 2733 {"R_AARCH64_P32_ADR_PREL_PG_HI21", Const, 4}, 2734 {"R_AARCH64_P32_CALL26", Const, 4}, 2735 {"R_AARCH64_P32_CONDBR19", Const, 4}, 2736 {"R_AARCH64_P32_COPY", Const, 4}, 2737 {"R_AARCH64_P32_GLOB_DAT", Const, 4}, 2738 {"R_AARCH64_P32_GOT_LD_PREL19", Const, 4}, 2739 {"R_AARCH64_P32_IRELATIVE", Const, 4}, 2740 {"R_AARCH64_P32_JUMP26", Const, 4}, 2741 {"R_AARCH64_P32_JUMP_SLOT", Const, 4}, 2742 {"R_AARCH64_P32_LD32_GOT_LO12_NC", Const, 4}, 2743 {"R_AARCH64_P32_LDST128_ABS_LO12_NC", Const, 4}, 2744 {"R_AARCH64_P32_LDST16_ABS_LO12_NC", Const, 4}, 2745 {"R_AARCH64_P32_LDST32_ABS_LO12_NC", Const, 4}, 2746 {"R_AARCH64_P32_LDST64_ABS_LO12_NC", Const, 4}, 2747 {"R_AARCH64_P32_LDST8_ABS_LO12_NC", Const, 4}, 2748 {"R_AARCH64_P32_LD_PREL_LO19", Const, 4}, 2749 {"R_AARCH64_P32_MOVW_SABS_G0", Const, 4}, 2750 {"R_AARCH64_P32_MOVW_UABS_G0", Const, 4}, 2751 {"R_AARCH64_P32_MOVW_UABS_G0_NC", Const, 4}, 2752 {"R_AARCH64_P32_MOVW_UABS_G1", Const, 4}, 2753 {"R_AARCH64_P32_PREL16", Const, 4}, 2754 {"R_AARCH64_P32_PREL32", Const, 4}, 2755 {"R_AARCH64_P32_RELATIVE", Const, 4}, 2756 {"R_AARCH64_P32_TLSDESC", Const, 4}, 2757 {"R_AARCH64_P32_TLSDESC_ADD_LO12_NC", Const, 4}, 2758 {"R_AARCH64_P32_TLSDESC_ADR_PAGE21", Const, 4}, 2759 {"R_AARCH64_P32_TLSDESC_ADR_PREL21", Const, 4}, 2760 {"R_AARCH64_P32_TLSDESC_CALL", Const, 4}, 2761 {"R_AARCH64_P32_TLSDESC_LD32_LO12_NC", Const, 4}, 2762 {"R_AARCH64_P32_TLSDESC_LD_PREL19", Const, 4}, 2763 {"R_AARCH64_P32_TLSGD_ADD_LO12_NC", Const, 4}, 2764 {"R_AARCH64_P32_TLSGD_ADR_PAGE21", Const, 4}, 2765 {"R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4}, 2766 {"R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", Const, 4}, 2767 {"R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", Const, 4}, 2768 {"R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", Const, 4}, 2769 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", Const, 4}, 2770 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", Const, 4}, 2771 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", Const, 4}, 2772 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", Const, 4}, 2773 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", Const, 4}, 2774 {"R_AARCH64_P32_TLS_DTPMOD", Const, 4}, 2775 {"R_AARCH64_P32_TLS_DTPREL", Const, 4}, 2776 {"R_AARCH64_P32_TLS_TPREL", Const, 4}, 2777 {"R_AARCH64_P32_TSTBR14", Const, 4}, 2778 {"R_AARCH64_PREL16", Const, 4}, 2779 {"R_AARCH64_PREL32", Const, 4}, 2780 {"R_AARCH64_PREL64", Const, 4}, 2781 {"R_AARCH64_RELATIVE", Const, 4}, 2782 {"R_AARCH64_TLSDESC", Const, 4}, 2783 {"R_AARCH64_TLSDESC_ADD", Const, 4}, 2784 {"R_AARCH64_TLSDESC_ADD_LO12_NC", Const, 4}, 2785 {"R_AARCH64_TLSDESC_ADR_PAGE21", Const, 4}, 2786 {"R_AARCH64_TLSDESC_ADR_PREL21", Const, 4}, 2787 {"R_AARCH64_TLSDESC_CALL", Const, 4}, 2788 {"R_AARCH64_TLSDESC_LD64_LO12_NC", Const, 4}, 2789 {"R_AARCH64_TLSDESC_LDR", Const, 4}, 2790 {"R_AARCH64_TLSDESC_LD_PREL19", Const, 4}, 2791 {"R_AARCH64_TLSDESC_OFF_G0_NC", Const, 4}, 2792 {"R_AARCH64_TLSDESC_OFF_G1", Const, 4}, 2793 {"R_AARCH64_TLSGD_ADD_LO12_NC", Const, 4}, 2794 {"R_AARCH64_TLSGD_ADR_PAGE21", Const, 4}, 2795 {"R_AARCH64_TLSGD_ADR_PREL21", Const, 10}, 2796 {"R_AARCH64_TLSGD_MOVW_G0_NC", Const, 10}, 2797 {"R_AARCH64_TLSGD_MOVW_G1", Const, 10}, 2798 {"R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4}, 2799 {"R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", Const, 4}, 2800 {"R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", Const, 4}, 2801 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", Const, 4}, 2802 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", Const, 4}, 2803 {"R_AARCH64_TLSLD_ADR_PAGE21", Const, 10}, 2804 {"R_AARCH64_TLSLD_ADR_PREL21", Const, 10}, 2805 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12", Const, 10}, 2806 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC", Const, 10}, 2807 {"R_AARCH64_TLSLE_ADD_TPREL_HI12", Const, 4}, 2808 {"R_AARCH64_TLSLE_ADD_TPREL_LO12", Const, 4}, 2809 {"R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", Const, 4}, 2810 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12", Const, 10}, 2811 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC", Const, 10}, 2812 {"R_AARCH64_TLSLE_MOVW_TPREL_G0", Const, 4}, 2813 {"R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", Const, 4}, 2814 {"R_AARCH64_TLSLE_MOVW_TPREL_G1", Const, 4}, 2815 {"R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", Const, 4}, 2816 {"R_AARCH64_TLSLE_MOVW_TPREL_G2", Const, 4}, 2817 {"R_AARCH64_TLS_DTPMOD64", Const, 4}, 2818 {"R_AARCH64_TLS_DTPREL64", Const, 4}, 2819 {"R_AARCH64_TLS_TPREL64", Const, 4}, 2820 {"R_AARCH64_TSTBR14", Const, 4}, 2821 {"R_ALPHA", Type, 0}, 2822 {"R_ALPHA_BRADDR", Const, 0}, 2823 {"R_ALPHA_COPY", Const, 0}, 2824 {"R_ALPHA_GLOB_DAT", Const, 0}, 2825 {"R_ALPHA_GPDISP", Const, 0}, 2826 {"R_ALPHA_GPREL32", Const, 0}, 2827 {"R_ALPHA_GPRELHIGH", Const, 0}, 2828 {"R_ALPHA_GPRELLOW", Const, 0}, 2829 {"R_ALPHA_GPVALUE", Const, 0}, 2830 {"R_ALPHA_HINT", Const, 0}, 2831 {"R_ALPHA_IMMED_BR_HI32", Const, 0}, 2832 {"R_ALPHA_IMMED_GP_16", Const, 0}, 2833 {"R_ALPHA_IMMED_GP_HI32", Const, 0}, 2834 {"R_ALPHA_IMMED_LO32", Const, 0}, 2835 {"R_ALPHA_IMMED_SCN_HI32", Const, 0}, 2836 {"R_ALPHA_JMP_SLOT", Const, 0}, 2837 {"R_ALPHA_LITERAL", Const, 0}, 2838 {"R_ALPHA_LITUSE", Const, 0}, 2839 {"R_ALPHA_NONE", Const, 0}, 2840 {"R_ALPHA_OP_PRSHIFT", Const, 0}, 2841 {"R_ALPHA_OP_PSUB", Const, 0}, 2842 {"R_ALPHA_OP_PUSH", Const, 0}, 2843 {"R_ALPHA_OP_STORE", Const, 0}, 2844 {"R_ALPHA_REFLONG", Const, 0}, 2845 {"R_ALPHA_REFQUAD", Const, 0}, 2846 {"R_ALPHA_RELATIVE", Const, 0}, 2847 {"R_ALPHA_SREL16", Const, 0}, 2848 {"R_ALPHA_SREL32", Const, 0}, 2849 {"R_ALPHA_SREL64", Const, 0}, 2850 {"R_ARM", Type, 0}, 2851 {"R_ARM_ABS12", Const, 0}, 2852 {"R_ARM_ABS16", Const, 0}, 2853 {"R_ARM_ABS32", Const, 0}, 2854 {"R_ARM_ABS32_NOI", Const, 10}, 2855 {"R_ARM_ABS8", Const, 0}, 2856 {"R_ARM_ALU_PCREL_15_8", Const, 10}, 2857 {"R_ARM_ALU_PCREL_23_15", Const, 10}, 2858 {"R_ARM_ALU_PCREL_7_0", Const, 10}, 2859 {"R_ARM_ALU_PC_G0", Const, 10}, 2860 {"R_ARM_ALU_PC_G0_NC", Const, 10}, 2861 {"R_ARM_ALU_PC_G1", Const, 10}, 2862 {"R_ARM_ALU_PC_G1_NC", Const, 10}, 2863 {"R_ARM_ALU_PC_G2", Const, 10}, 2864 {"R_ARM_ALU_SBREL_19_12_NC", Const, 10}, 2865 {"R_ARM_ALU_SBREL_27_20_CK", Const, 10}, 2866 {"R_ARM_ALU_SB_G0", Const, 10}, 2867 {"R_ARM_ALU_SB_G0_NC", Const, 10}, 2868 {"R_ARM_ALU_SB_G1", Const, 10}, 2869 {"R_ARM_ALU_SB_G1_NC", Const, 10}, 2870 {"R_ARM_ALU_SB_G2", Const, 10}, 2871 {"R_ARM_AMP_VCALL9", Const, 0}, 2872 {"R_ARM_BASE_ABS", Const, 10}, 2873 {"R_ARM_CALL", Const, 10}, 2874 {"R_ARM_COPY", Const, 0}, 2875 {"R_ARM_GLOB_DAT", Const, 0}, 2876 {"R_ARM_GNU_VTENTRY", Const, 0}, 2877 {"R_ARM_GNU_VTINHERIT", Const, 0}, 2878 {"R_ARM_GOT32", Const, 0}, 2879 {"R_ARM_GOTOFF", Const, 0}, 2880 {"R_ARM_GOTOFF12", Const, 10}, 2881 {"R_ARM_GOTPC", Const, 0}, 2882 {"R_ARM_GOTRELAX", Const, 10}, 2883 {"R_ARM_GOT_ABS", Const, 10}, 2884 {"R_ARM_GOT_BREL12", Const, 10}, 2885 {"R_ARM_GOT_PREL", Const, 10}, 2886 {"R_ARM_IRELATIVE", Const, 10}, 2887 {"R_ARM_JUMP24", Const, 10}, 2888 {"R_ARM_JUMP_SLOT", Const, 0}, 2889 {"R_ARM_LDC_PC_G0", Const, 10}, 2890 {"R_ARM_LDC_PC_G1", Const, 10}, 2891 {"R_ARM_LDC_PC_G2", Const, 10}, 2892 {"R_ARM_LDC_SB_G0", Const, 10}, 2893 {"R_ARM_LDC_SB_G1", Const, 10}, 2894 {"R_ARM_LDC_SB_G2", Const, 10}, 2895 {"R_ARM_LDRS_PC_G0", Const, 10}, 2896 {"R_ARM_LDRS_PC_G1", Const, 10}, 2897 {"R_ARM_LDRS_PC_G2", Const, 10}, 2898 {"R_ARM_LDRS_SB_G0", Const, 10}, 2899 {"R_ARM_LDRS_SB_G1", Const, 10}, 2900 {"R_ARM_LDRS_SB_G2", Const, 10}, 2901 {"R_ARM_LDR_PC_G1", Const, 10}, 2902 {"R_ARM_LDR_PC_G2", Const, 10}, 2903 {"R_ARM_LDR_SBREL_11_10_NC", Const, 10}, 2904 {"R_ARM_LDR_SB_G0", Const, 10}, 2905 {"R_ARM_LDR_SB_G1", Const, 10}, 2906 {"R_ARM_LDR_SB_G2", Const, 10}, 2907 {"R_ARM_ME_TOO", Const, 10}, 2908 {"R_ARM_MOVT_ABS", Const, 10}, 2909 {"R_ARM_MOVT_BREL", Const, 10}, 2910 {"R_ARM_MOVT_PREL", Const, 10}, 2911 {"R_ARM_MOVW_ABS_NC", Const, 10}, 2912 {"R_ARM_MOVW_BREL", Const, 10}, 2913 {"R_ARM_MOVW_BREL_NC", Const, 10}, 2914 {"R_ARM_MOVW_PREL_NC", Const, 10}, 2915 {"R_ARM_NONE", Const, 0}, 2916 {"R_ARM_PC13", Const, 0}, 2917 {"R_ARM_PC24", Const, 0}, 2918 {"R_ARM_PLT32", Const, 0}, 2919 {"R_ARM_PLT32_ABS", Const, 10}, 2920 {"R_ARM_PREL31", Const, 10}, 2921 {"R_ARM_PRIVATE_0", Const, 10}, 2922 {"R_ARM_PRIVATE_1", Const, 10}, 2923 {"R_ARM_PRIVATE_10", Const, 10}, 2924 {"R_ARM_PRIVATE_11", Const, 10}, 2925 {"R_ARM_PRIVATE_12", Const, 10}, 2926 {"R_ARM_PRIVATE_13", Const, 10}, 2927 {"R_ARM_PRIVATE_14", Const, 10}, 2928 {"R_ARM_PRIVATE_15", Const, 10}, 2929 {"R_ARM_PRIVATE_2", Const, 10}, 2930 {"R_ARM_PRIVATE_3", Const, 10}, 2931 {"R_ARM_PRIVATE_4", Const, 10}, 2932 {"R_ARM_PRIVATE_5", Const, 10}, 2933 {"R_ARM_PRIVATE_6", Const, 10}, 2934 {"R_ARM_PRIVATE_7", Const, 10}, 2935 {"R_ARM_PRIVATE_8", Const, 10}, 2936 {"R_ARM_PRIVATE_9", Const, 10}, 2937 {"R_ARM_RABS32", Const, 0}, 2938 {"R_ARM_RBASE", Const, 0}, 2939 {"R_ARM_REL32", Const, 0}, 2940 {"R_ARM_REL32_NOI", Const, 10}, 2941 {"R_ARM_RELATIVE", Const, 0}, 2942 {"R_ARM_RPC24", Const, 0}, 2943 {"R_ARM_RREL32", Const, 0}, 2944 {"R_ARM_RSBREL32", Const, 0}, 2945 {"R_ARM_RXPC25", Const, 10}, 2946 {"R_ARM_SBREL31", Const, 10}, 2947 {"R_ARM_SBREL32", Const, 0}, 2948 {"R_ARM_SWI24", Const, 0}, 2949 {"R_ARM_TARGET1", Const, 10}, 2950 {"R_ARM_TARGET2", Const, 10}, 2951 {"R_ARM_THM_ABS5", Const, 0}, 2952 {"R_ARM_THM_ALU_ABS_G0_NC", Const, 10}, 2953 {"R_ARM_THM_ALU_ABS_G1_NC", Const, 10}, 2954 {"R_ARM_THM_ALU_ABS_G2_NC", Const, 10}, 2955 {"R_ARM_THM_ALU_ABS_G3", Const, 10}, 2956 {"R_ARM_THM_ALU_PREL_11_0", Const, 10}, 2957 {"R_ARM_THM_GOT_BREL12", Const, 10}, 2958 {"R_ARM_THM_JUMP11", Const, 10}, 2959 {"R_ARM_THM_JUMP19", Const, 10}, 2960 {"R_ARM_THM_JUMP24", Const, 10}, 2961 {"R_ARM_THM_JUMP6", Const, 10}, 2962 {"R_ARM_THM_JUMP8", Const, 10}, 2963 {"R_ARM_THM_MOVT_ABS", Const, 10}, 2964 {"R_ARM_THM_MOVT_BREL", Const, 10}, 2965 {"R_ARM_THM_MOVT_PREL", Const, 10}, 2966 {"R_ARM_THM_MOVW_ABS_NC", Const, 10}, 2967 {"R_ARM_THM_MOVW_BREL", Const, 10}, 2968 {"R_ARM_THM_MOVW_BREL_NC", Const, 10}, 2969 {"R_ARM_THM_MOVW_PREL_NC", Const, 10}, 2970 {"R_ARM_THM_PC12", Const, 10}, 2971 {"R_ARM_THM_PC22", Const, 0}, 2972 {"R_ARM_THM_PC8", Const, 0}, 2973 {"R_ARM_THM_RPC22", Const, 0}, 2974 {"R_ARM_THM_SWI8", Const, 0}, 2975 {"R_ARM_THM_TLS_CALL", Const, 10}, 2976 {"R_ARM_THM_TLS_DESCSEQ16", Const, 10}, 2977 {"R_ARM_THM_TLS_DESCSEQ32", Const, 10}, 2978 {"R_ARM_THM_XPC22", Const, 0}, 2979 {"R_ARM_TLS_CALL", Const, 10}, 2980 {"R_ARM_TLS_DESCSEQ", Const, 10}, 2981 {"R_ARM_TLS_DTPMOD32", Const, 10}, 2982 {"R_ARM_TLS_DTPOFF32", Const, 10}, 2983 {"R_ARM_TLS_GD32", Const, 10}, 2984 {"R_ARM_TLS_GOTDESC", Const, 10}, 2985 {"R_ARM_TLS_IE12GP", Const, 10}, 2986 {"R_ARM_TLS_IE32", Const, 10}, 2987 {"R_ARM_TLS_LDM32", Const, 10}, 2988 {"R_ARM_TLS_LDO12", Const, 10}, 2989 {"R_ARM_TLS_LDO32", Const, 10}, 2990 {"R_ARM_TLS_LE12", Const, 10}, 2991 {"R_ARM_TLS_LE32", Const, 10}, 2992 {"R_ARM_TLS_TPOFF32", Const, 10}, 2993 {"R_ARM_V4BX", Const, 10}, 2994 {"R_ARM_XPC25", Const, 0}, 2995 {"R_INFO", Func, 0}, 2996 {"R_INFO32", Func, 0}, 2997 {"R_LARCH", Type, 19}, 2998 {"R_LARCH_32", Const, 19}, 2999 {"R_LARCH_32_PCREL", Const, 20}, 3000 {"R_LARCH_64", Const, 19}, 3001 {"R_LARCH_64_PCREL", Const, 22}, 3002 {"R_LARCH_ABS64_HI12", Const, 20}, 3003 {"R_LARCH_ABS64_LO20", Const, 20}, 3004 {"R_LARCH_ABS_HI20", Const, 20}, 3005 {"R_LARCH_ABS_LO12", Const, 20}, 3006 {"R_LARCH_ADD16", Const, 19}, 3007 {"R_LARCH_ADD24", Const, 19}, 3008 {"R_LARCH_ADD32", Const, 19}, 3009 {"R_LARCH_ADD6", Const, 22}, 3010 {"R_LARCH_ADD64", Const, 19}, 3011 {"R_LARCH_ADD8", Const, 19}, 3012 {"R_LARCH_ADD_ULEB128", Const, 22}, 3013 {"R_LARCH_ALIGN", Const, 22}, 3014 {"R_LARCH_B16", Const, 20}, 3015 {"R_LARCH_B21", Const, 20}, 3016 {"R_LARCH_B26", Const, 20}, 3017 {"R_LARCH_CFA", Const, 22}, 3018 {"R_LARCH_COPY", Const, 19}, 3019 {"R_LARCH_DELETE", Const, 22}, 3020 {"R_LARCH_GNU_VTENTRY", Const, 20}, 3021 {"R_LARCH_GNU_VTINHERIT", Const, 20}, 3022 {"R_LARCH_GOT64_HI12", Const, 20}, 3023 {"R_LARCH_GOT64_LO20", Const, 20}, 3024 {"R_LARCH_GOT64_PC_HI12", Const, 20}, 3025 {"R_LARCH_GOT64_PC_LO20", Const, 20}, 3026 {"R_LARCH_GOT_HI20", Const, 20}, 3027 {"R_LARCH_GOT_LO12", Const, 20}, 3028 {"R_LARCH_GOT_PC_HI20", Const, 20}, 3029 {"R_LARCH_GOT_PC_LO12", Const, 20}, 3030 {"R_LARCH_IRELATIVE", Const, 19}, 3031 {"R_LARCH_JUMP_SLOT", Const, 19}, 3032 {"R_LARCH_MARK_LA", Const, 19}, 3033 {"R_LARCH_MARK_PCREL", Const, 19}, 3034 {"R_LARCH_NONE", Const, 19}, 3035 {"R_LARCH_PCALA64_HI12", Const, 20}, 3036 {"R_LARCH_PCALA64_LO20", Const, 20}, 3037 {"R_LARCH_PCALA_HI20", Const, 20}, 3038 {"R_LARCH_PCALA_LO12", Const, 20}, 3039 {"R_LARCH_PCREL20_S2", Const, 22}, 3040 {"R_LARCH_RELATIVE", Const, 19}, 3041 {"R_LARCH_RELAX", Const, 20}, 3042 {"R_LARCH_SOP_ADD", Const, 19}, 3043 {"R_LARCH_SOP_AND", Const, 19}, 3044 {"R_LARCH_SOP_ASSERT", Const, 19}, 3045 {"R_LARCH_SOP_IF_ELSE", Const, 19}, 3046 {"R_LARCH_SOP_NOT", Const, 19}, 3047 {"R_LARCH_SOP_POP_32_S_0_10_10_16_S2", Const, 19}, 3048 {"R_LARCH_SOP_POP_32_S_0_5_10_16_S2", Const, 19}, 3049 {"R_LARCH_SOP_POP_32_S_10_12", Const, 19}, 3050 {"R_LARCH_SOP_POP_32_S_10_16", Const, 19}, 3051 {"R_LARCH_SOP_POP_32_S_10_16_S2", Const, 19}, 3052 {"R_LARCH_SOP_POP_32_S_10_5", Const, 19}, 3053 {"R_LARCH_SOP_POP_32_S_5_20", Const, 19}, 3054 {"R_LARCH_SOP_POP_32_U", Const, 19}, 3055 {"R_LARCH_SOP_POP_32_U_10_12", Const, 19}, 3056 {"R_LARCH_SOP_PUSH_ABSOLUTE", Const, 19}, 3057 {"R_LARCH_SOP_PUSH_DUP", Const, 19}, 3058 {"R_LARCH_SOP_PUSH_GPREL", Const, 19}, 3059 {"R_LARCH_SOP_PUSH_PCREL", Const, 19}, 3060 {"R_LARCH_SOP_PUSH_PLT_PCREL", Const, 19}, 3061 {"R_LARCH_SOP_PUSH_TLS_GD", Const, 19}, 3062 {"R_LARCH_SOP_PUSH_TLS_GOT", Const, 19}, 3063 {"R_LARCH_SOP_PUSH_TLS_TPREL", Const, 19}, 3064 {"R_LARCH_SOP_SL", Const, 19}, 3065 {"R_LARCH_SOP_SR", Const, 19}, 3066 {"R_LARCH_SOP_SUB", Const, 19}, 3067 {"R_LARCH_SUB16", Const, 19}, 3068 {"R_LARCH_SUB24", Const, 19}, 3069 {"R_LARCH_SUB32", Const, 19}, 3070 {"R_LARCH_SUB6", Const, 22}, 3071 {"R_LARCH_SUB64", Const, 19}, 3072 {"R_LARCH_SUB8", Const, 19}, 3073 {"R_LARCH_SUB_ULEB128", Const, 22}, 3074 {"R_LARCH_TLS_DTPMOD32", Const, 19}, 3075 {"R_LARCH_TLS_DTPMOD64", Const, 19}, 3076 {"R_LARCH_TLS_DTPREL32", Const, 19}, 3077 {"R_LARCH_TLS_DTPREL64", Const, 19}, 3078 {"R_LARCH_TLS_GD_HI20", Const, 20}, 3079 {"R_LARCH_TLS_GD_PC_HI20", Const, 20}, 3080 {"R_LARCH_TLS_IE64_HI12", Const, 20}, 3081 {"R_LARCH_TLS_IE64_LO20", Const, 20}, 3082 {"R_LARCH_TLS_IE64_PC_HI12", Const, 20}, 3083 {"R_LARCH_TLS_IE64_PC_LO20", Const, 20}, 3084 {"R_LARCH_TLS_IE_HI20", Const, 20}, 3085 {"R_LARCH_TLS_IE_LO12", Const, 20}, 3086 {"R_LARCH_TLS_IE_PC_HI20", Const, 20}, 3087 {"R_LARCH_TLS_IE_PC_LO12", Const, 20}, 3088 {"R_LARCH_TLS_LD_HI20", Const, 20}, 3089 {"R_LARCH_TLS_LD_PC_HI20", Const, 20}, 3090 {"R_LARCH_TLS_LE64_HI12", Const, 20}, 3091 {"R_LARCH_TLS_LE64_LO20", Const, 20}, 3092 {"R_LARCH_TLS_LE_HI20", Const, 20}, 3093 {"R_LARCH_TLS_LE_LO12", Const, 20}, 3094 {"R_LARCH_TLS_TPREL32", Const, 19}, 3095 {"R_LARCH_TLS_TPREL64", Const, 19}, 3096 {"R_MIPS", Type, 6}, 3097 {"R_MIPS_16", Const, 6}, 3098 {"R_MIPS_26", Const, 6}, 3099 {"R_MIPS_32", Const, 6}, 3100 {"R_MIPS_64", Const, 6}, 3101 {"R_MIPS_ADD_IMMEDIATE", Const, 6}, 3102 {"R_MIPS_CALL16", Const, 6}, 3103 {"R_MIPS_CALL_HI16", Const, 6}, 3104 {"R_MIPS_CALL_LO16", Const, 6}, 3105 {"R_MIPS_DELETE", Const, 6}, 3106 {"R_MIPS_GOT16", Const, 6}, 3107 {"R_MIPS_GOT_DISP", Const, 6}, 3108 {"R_MIPS_GOT_HI16", Const, 6}, 3109 {"R_MIPS_GOT_LO16", Const, 6}, 3110 {"R_MIPS_GOT_OFST", Const, 6}, 3111 {"R_MIPS_GOT_PAGE", Const, 6}, 3112 {"R_MIPS_GPREL16", Const, 6}, 3113 {"R_MIPS_GPREL32", Const, 6}, 3114 {"R_MIPS_HI16", Const, 6}, 3115 {"R_MIPS_HIGHER", Const, 6}, 3116 {"R_MIPS_HIGHEST", Const, 6}, 3117 {"R_MIPS_INSERT_A", Const, 6}, 3118 {"R_MIPS_INSERT_B", Const, 6}, 3119 {"R_MIPS_JALR", Const, 6}, 3120 {"R_MIPS_LITERAL", Const, 6}, 3121 {"R_MIPS_LO16", Const, 6}, 3122 {"R_MIPS_NONE", Const, 6}, 3123 {"R_MIPS_PC16", Const, 6}, 3124 {"R_MIPS_PC32", Const, 22}, 3125 {"R_MIPS_PJUMP", Const, 6}, 3126 {"R_MIPS_REL16", Const, 6}, 3127 {"R_MIPS_REL32", Const, 6}, 3128 {"R_MIPS_RELGOT", Const, 6}, 3129 {"R_MIPS_SCN_DISP", Const, 6}, 3130 {"R_MIPS_SHIFT5", Const, 6}, 3131 {"R_MIPS_SHIFT6", Const, 6}, 3132 {"R_MIPS_SUB", Const, 6}, 3133 {"R_MIPS_TLS_DTPMOD32", Const, 6}, 3134 {"R_MIPS_TLS_DTPMOD64", Const, 6}, 3135 {"R_MIPS_TLS_DTPREL32", Const, 6}, 3136 {"R_MIPS_TLS_DTPREL64", Const, 6}, 3137 {"R_MIPS_TLS_DTPREL_HI16", Const, 6}, 3138 {"R_MIPS_TLS_DTPREL_LO16", Const, 6}, 3139 {"R_MIPS_TLS_GD", Const, 6}, 3140 {"R_MIPS_TLS_GOTTPREL", Const, 6}, 3141 {"R_MIPS_TLS_LDM", Const, 6}, 3142 {"R_MIPS_TLS_TPREL32", Const, 6}, 3143 {"R_MIPS_TLS_TPREL64", Const, 6}, 3144 {"R_MIPS_TLS_TPREL_HI16", Const, 6}, 3145 {"R_MIPS_TLS_TPREL_LO16", Const, 6}, 3146 {"R_PPC", Type, 0}, 3147 {"R_PPC64", Type, 5}, 3148 {"R_PPC64_ADDR14", Const, 5}, 3149 {"R_PPC64_ADDR14_BRNTAKEN", Const, 5}, 3150 {"R_PPC64_ADDR14_BRTAKEN", Const, 5}, 3151 {"R_PPC64_ADDR16", Const, 5}, 3152 {"R_PPC64_ADDR16_DS", Const, 5}, 3153 {"R_PPC64_ADDR16_HA", Const, 5}, 3154 {"R_PPC64_ADDR16_HI", Const, 5}, 3155 {"R_PPC64_ADDR16_HIGH", Const, 10}, 3156 {"R_PPC64_ADDR16_HIGHA", Const, 10}, 3157 {"R_PPC64_ADDR16_HIGHER", Const, 5}, 3158 {"R_PPC64_ADDR16_HIGHER34", Const, 20}, 3159 {"R_PPC64_ADDR16_HIGHERA", Const, 5}, 3160 {"R_PPC64_ADDR16_HIGHERA34", Const, 20}, 3161 {"R_PPC64_ADDR16_HIGHEST", Const, 5}, 3162 {"R_PPC64_ADDR16_HIGHEST34", Const, 20}, 3163 {"R_PPC64_ADDR16_HIGHESTA", Const, 5}, 3164 {"R_PPC64_ADDR16_HIGHESTA34", Const, 20}, 3165 {"R_PPC64_ADDR16_LO", Const, 5}, 3166 {"R_PPC64_ADDR16_LO_DS", Const, 5}, 3167 {"R_PPC64_ADDR24", Const, 5}, 3168 {"R_PPC64_ADDR32", Const, 5}, 3169 {"R_PPC64_ADDR64", Const, 5}, 3170 {"R_PPC64_ADDR64_LOCAL", Const, 10}, 3171 {"R_PPC64_COPY", Const, 20}, 3172 {"R_PPC64_D28", Const, 20}, 3173 {"R_PPC64_D34", Const, 20}, 3174 {"R_PPC64_D34_HA30", Const, 20}, 3175 {"R_PPC64_D34_HI30", Const, 20}, 3176 {"R_PPC64_D34_LO", Const, 20}, 3177 {"R_PPC64_DTPMOD64", Const, 5}, 3178 {"R_PPC64_DTPREL16", Const, 5}, 3179 {"R_PPC64_DTPREL16_DS", Const, 5}, 3180 {"R_PPC64_DTPREL16_HA", Const, 5}, 3181 {"R_PPC64_DTPREL16_HI", Const, 5}, 3182 {"R_PPC64_DTPREL16_HIGH", Const, 10}, 3183 {"R_PPC64_DTPREL16_HIGHA", Const, 10}, 3184 {"R_PPC64_DTPREL16_HIGHER", Const, 5}, 3185 {"R_PPC64_DTPREL16_HIGHERA", Const, 5}, 3186 {"R_PPC64_DTPREL16_HIGHEST", Const, 5}, 3187 {"R_PPC64_DTPREL16_HIGHESTA", Const, 5}, 3188 {"R_PPC64_DTPREL16_LO", Const, 5}, 3189 {"R_PPC64_DTPREL16_LO_DS", Const, 5}, 3190 {"R_PPC64_DTPREL34", Const, 20}, 3191 {"R_PPC64_DTPREL64", Const, 5}, 3192 {"R_PPC64_ENTRY", Const, 10}, 3193 {"R_PPC64_GLOB_DAT", Const, 20}, 3194 {"R_PPC64_GNU_VTENTRY", Const, 20}, 3195 {"R_PPC64_GNU_VTINHERIT", Const, 20}, 3196 {"R_PPC64_GOT16", Const, 5}, 3197 {"R_PPC64_GOT16_DS", Const, 5}, 3198 {"R_PPC64_GOT16_HA", Const, 5}, 3199 {"R_PPC64_GOT16_HI", Const, 5}, 3200 {"R_PPC64_GOT16_LO", Const, 5}, 3201 {"R_PPC64_GOT16_LO_DS", Const, 5}, 3202 {"R_PPC64_GOT_DTPREL16_DS", Const, 5}, 3203 {"R_PPC64_GOT_DTPREL16_HA", Const, 5}, 3204 {"R_PPC64_GOT_DTPREL16_HI", Const, 5}, 3205 {"R_PPC64_GOT_DTPREL16_LO_DS", Const, 5}, 3206 {"R_PPC64_GOT_DTPREL_PCREL34", Const, 20}, 3207 {"R_PPC64_GOT_PCREL34", Const, 20}, 3208 {"R_PPC64_GOT_TLSGD16", Const, 5}, 3209 {"R_PPC64_GOT_TLSGD16_HA", Const, 5}, 3210 {"R_PPC64_GOT_TLSGD16_HI", Const, 5}, 3211 {"R_PPC64_GOT_TLSGD16_LO", Const, 5}, 3212 {"R_PPC64_GOT_TLSGD_PCREL34", Const, 20}, 3213 {"R_PPC64_GOT_TLSLD16", Const, 5}, 3214 {"R_PPC64_GOT_TLSLD16_HA", Const, 5}, 3215 {"R_PPC64_GOT_TLSLD16_HI", Const, 5}, 3216 {"R_PPC64_GOT_TLSLD16_LO", Const, 5}, 3217 {"R_PPC64_GOT_TLSLD_PCREL34", Const, 20}, 3218 {"R_PPC64_GOT_TPREL16_DS", Const, 5}, 3219 {"R_PPC64_GOT_TPREL16_HA", Const, 5}, 3220 {"R_PPC64_GOT_TPREL16_HI", Const, 5}, 3221 {"R_PPC64_GOT_TPREL16_LO_DS", Const, 5}, 3222 {"R_PPC64_GOT_TPREL_PCREL34", Const, 20}, 3223 {"R_PPC64_IRELATIVE", Const, 10}, 3224 {"R_PPC64_JMP_IREL", Const, 10}, 3225 {"R_PPC64_JMP_SLOT", Const, 5}, 3226 {"R_PPC64_NONE", Const, 5}, 3227 {"R_PPC64_PCREL28", Const, 20}, 3228 {"R_PPC64_PCREL34", Const, 20}, 3229 {"R_PPC64_PCREL_OPT", Const, 20}, 3230 {"R_PPC64_PLT16_HA", Const, 20}, 3231 {"R_PPC64_PLT16_HI", Const, 20}, 3232 {"R_PPC64_PLT16_LO", Const, 20}, 3233 {"R_PPC64_PLT16_LO_DS", Const, 10}, 3234 {"R_PPC64_PLT32", Const, 20}, 3235 {"R_PPC64_PLT64", Const, 20}, 3236 {"R_PPC64_PLTCALL", Const, 20}, 3237 {"R_PPC64_PLTCALL_NOTOC", Const, 20}, 3238 {"R_PPC64_PLTGOT16", Const, 10}, 3239 {"R_PPC64_PLTGOT16_DS", Const, 10}, 3240 {"R_PPC64_PLTGOT16_HA", Const, 10}, 3241 {"R_PPC64_PLTGOT16_HI", Const, 10}, 3242 {"R_PPC64_PLTGOT16_LO", Const, 10}, 3243 {"R_PPC64_PLTGOT_LO_DS", Const, 10}, 3244 {"R_PPC64_PLTREL32", Const, 20}, 3245 {"R_PPC64_PLTREL64", Const, 20}, 3246 {"R_PPC64_PLTSEQ", Const, 20}, 3247 {"R_PPC64_PLTSEQ_NOTOC", Const, 20}, 3248 {"R_PPC64_PLT_PCREL34", Const, 20}, 3249 {"R_PPC64_PLT_PCREL34_NOTOC", Const, 20}, 3250 {"R_PPC64_REL14", Const, 5}, 3251 {"R_PPC64_REL14_BRNTAKEN", Const, 5}, 3252 {"R_PPC64_REL14_BRTAKEN", Const, 5}, 3253 {"R_PPC64_REL16", Const, 5}, 3254 {"R_PPC64_REL16DX_HA", Const, 10}, 3255 {"R_PPC64_REL16_HA", Const, 5}, 3256 {"R_PPC64_REL16_HI", Const, 5}, 3257 {"R_PPC64_REL16_HIGH", Const, 20}, 3258 {"R_PPC64_REL16_HIGHA", Const, 20}, 3259 {"R_PPC64_REL16_HIGHER", Const, 20}, 3260 {"R_PPC64_REL16_HIGHER34", Const, 20}, 3261 {"R_PPC64_REL16_HIGHERA", Const, 20}, 3262 {"R_PPC64_REL16_HIGHERA34", Const, 20}, 3263 {"R_PPC64_REL16_HIGHEST", Const, 20}, 3264 {"R_PPC64_REL16_HIGHEST34", Const, 20}, 3265 {"R_PPC64_REL16_HIGHESTA", Const, 20}, 3266 {"R_PPC64_REL16_HIGHESTA34", Const, 20}, 3267 {"R_PPC64_REL16_LO", Const, 5}, 3268 {"R_PPC64_REL24", Const, 5}, 3269 {"R_PPC64_REL24_NOTOC", Const, 10}, 3270 {"R_PPC64_REL24_P9NOTOC", Const, 21}, 3271 {"R_PPC64_REL30", Const, 20}, 3272 {"R_PPC64_REL32", Const, 5}, 3273 {"R_PPC64_REL64", Const, 5}, 3274 {"R_PPC64_RELATIVE", Const, 18}, 3275 {"R_PPC64_SECTOFF", Const, 20}, 3276 {"R_PPC64_SECTOFF_DS", Const, 10}, 3277 {"R_PPC64_SECTOFF_HA", Const, 20}, 3278 {"R_PPC64_SECTOFF_HI", Const, 20}, 3279 {"R_PPC64_SECTOFF_LO", Const, 20}, 3280 {"R_PPC64_SECTOFF_LO_DS", Const, 10}, 3281 {"R_PPC64_TLS", Const, 5}, 3282 {"R_PPC64_TLSGD", Const, 5}, 3283 {"R_PPC64_TLSLD", Const, 5}, 3284 {"R_PPC64_TOC", Const, 5}, 3285 {"R_PPC64_TOC16", Const, 5}, 3286 {"R_PPC64_TOC16_DS", Const, 5}, 3287 {"R_PPC64_TOC16_HA", Const, 5}, 3288 {"R_PPC64_TOC16_HI", Const, 5}, 3289 {"R_PPC64_TOC16_LO", Const, 5}, 3290 {"R_PPC64_TOC16_LO_DS", Const, 5}, 3291 {"R_PPC64_TOCSAVE", Const, 10}, 3292 {"R_PPC64_TPREL16", Const, 5}, 3293 {"R_PPC64_TPREL16_DS", Const, 5}, 3294 {"R_PPC64_TPREL16_HA", Const, 5}, 3295 {"R_PPC64_TPREL16_HI", Const, 5}, 3296 {"R_PPC64_TPREL16_HIGH", Const, 10}, 3297 {"R_PPC64_TPREL16_HIGHA", Const, 10}, 3298 {"R_PPC64_TPREL16_HIGHER", Const, 5}, 3299 {"R_PPC64_TPREL16_HIGHERA", Const, 5}, 3300 {"R_PPC64_TPREL16_HIGHEST", Const, 5}, 3301 {"R_PPC64_TPREL16_HIGHESTA", Const, 5}, 3302 {"R_PPC64_TPREL16_LO", Const, 5}, 3303 {"R_PPC64_TPREL16_LO_DS", Const, 5}, 3304 {"R_PPC64_TPREL34", Const, 20}, 3305 {"R_PPC64_TPREL64", Const, 5}, 3306 {"R_PPC64_UADDR16", Const, 20}, 3307 {"R_PPC64_UADDR32", Const, 20}, 3308 {"R_PPC64_UADDR64", Const, 20}, 3309 {"R_PPC_ADDR14", Const, 0}, 3310 {"R_PPC_ADDR14_BRNTAKEN", Const, 0}, 3311 {"R_PPC_ADDR14_BRTAKEN", Const, 0}, 3312 {"R_PPC_ADDR16", Const, 0}, 3313 {"R_PPC_ADDR16_HA", Const, 0}, 3314 {"R_PPC_ADDR16_HI", Const, 0}, 3315 {"R_PPC_ADDR16_LO", Const, 0}, 3316 {"R_PPC_ADDR24", Const, 0}, 3317 {"R_PPC_ADDR32", Const, 0}, 3318 {"R_PPC_COPY", Const, 0}, 3319 {"R_PPC_DTPMOD32", Const, 0}, 3320 {"R_PPC_DTPREL16", Const, 0}, 3321 {"R_PPC_DTPREL16_HA", Const, 0}, 3322 {"R_PPC_DTPREL16_HI", Const, 0}, 3323 {"R_PPC_DTPREL16_LO", Const, 0}, 3324 {"R_PPC_DTPREL32", Const, 0}, 3325 {"R_PPC_EMB_BIT_FLD", Const, 0}, 3326 {"R_PPC_EMB_MRKREF", Const, 0}, 3327 {"R_PPC_EMB_NADDR16", Const, 0}, 3328 {"R_PPC_EMB_NADDR16_HA", Const, 0}, 3329 {"R_PPC_EMB_NADDR16_HI", Const, 0}, 3330 {"R_PPC_EMB_NADDR16_LO", Const, 0}, 3331 {"R_PPC_EMB_NADDR32", Const, 0}, 3332 {"R_PPC_EMB_RELSDA", Const, 0}, 3333 {"R_PPC_EMB_RELSEC16", Const, 0}, 3334 {"R_PPC_EMB_RELST_HA", Const, 0}, 3335 {"R_PPC_EMB_RELST_HI", Const, 0}, 3336 {"R_PPC_EMB_RELST_LO", Const, 0}, 3337 {"R_PPC_EMB_SDA21", Const, 0}, 3338 {"R_PPC_EMB_SDA2I16", Const, 0}, 3339 {"R_PPC_EMB_SDA2REL", Const, 0}, 3340 {"R_PPC_EMB_SDAI16", Const, 0}, 3341 {"R_PPC_GLOB_DAT", Const, 0}, 3342 {"R_PPC_GOT16", Const, 0}, 3343 {"R_PPC_GOT16_HA", Const, 0}, 3344 {"R_PPC_GOT16_HI", Const, 0}, 3345 {"R_PPC_GOT16_LO", Const, 0}, 3346 {"R_PPC_GOT_TLSGD16", Const, 0}, 3347 {"R_PPC_GOT_TLSGD16_HA", Const, 0}, 3348 {"R_PPC_GOT_TLSGD16_HI", Const, 0}, 3349 {"R_PPC_GOT_TLSGD16_LO", Const, 0}, 3350 {"R_PPC_GOT_TLSLD16", Const, 0}, 3351 {"R_PPC_GOT_TLSLD16_HA", Const, 0}, 3352 {"R_PPC_GOT_TLSLD16_HI", Const, 0}, 3353 {"R_PPC_GOT_TLSLD16_LO", Const, 0}, 3354 {"R_PPC_GOT_TPREL16", Const, 0}, 3355 {"R_PPC_GOT_TPREL16_HA", Const, 0}, 3356 {"R_PPC_GOT_TPREL16_HI", Const, 0}, 3357 {"R_PPC_GOT_TPREL16_LO", Const, 0}, 3358 {"R_PPC_JMP_SLOT", Const, 0}, 3359 {"R_PPC_LOCAL24PC", Const, 0}, 3360 {"R_PPC_NONE", Const, 0}, 3361 {"R_PPC_PLT16_HA", Const, 0}, 3362 {"R_PPC_PLT16_HI", Const, 0}, 3363 {"R_PPC_PLT16_LO", Const, 0}, 3364 {"R_PPC_PLT32", Const, 0}, 3365 {"R_PPC_PLTREL24", Const, 0}, 3366 {"R_PPC_PLTREL32", Const, 0}, 3367 {"R_PPC_REL14", Const, 0}, 3368 {"R_PPC_REL14_BRNTAKEN", Const, 0}, 3369 {"R_PPC_REL14_BRTAKEN", Const, 0}, 3370 {"R_PPC_REL24", Const, 0}, 3371 {"R_PPC_REL32", Const, 0}, 3372 {"R_PPC_RELATIVE", Const, 0}, 3373 {"R_PPC_SDAREL16", Const, 0}, 3374 {"R_PPC_SECTOFF", Const, 0}, 3375 {"R_PPC_SECTOFF_HA", Const, 0}, 3376 {"R_PPC_SECTOFF_HI", Const, 0}, 3377 {"R_PPC_SECTOFF_LO", Const, 0}, 3378 {"R_PPC_TLS", Const, 0}, 3379 {"R_PPC_TPREL16", Const, 0}, 3380 {"R_PPC_TPREL16_HA", Const, 0}, 3381 {"R_PPC_TPREL16_HI", Const, 0}, 3382 {"R_PPC_TPREL16_LO", Const, 0}, 3383 {"R_PPC_TPREL32", Const, 0}, 3384 {"R_PPC_UADDR16", Const, 0}, 3385 {"R_PPC_UADDR32", Const, 0}, 3386 {"R_RISCV", Type, 11}, 3387 {"R_RISCV_32", Const, 11}, 3388 {"R_RISCV_32_PCREL", Const, 12}, 3389 {"R_RISCV_64", Const, 11}, 3390 {"R_RISCV_ADD16", Const, 11}, 3391 {"R_RISCV_ADD32", Const, 11}, 3392 {"R_RISCV_ADD64", Const, 11}, 3393 {"R_RISCV_ADD8", Const, 11}, 3394 {"R_RISCV_ALIGN", Const, 11}, 3395 {"R_RISCV_BRANCH", Const, 11}, 3396 {"R_RISCV_CALL", Const, 11}, 3397 {"R_RISCV_CALL_PLT", Const, 11}, 3398 {"R_RISCV_COPY", Const, 11}, 3399 {"R_RISCV_GNU_VTENTRY", Const, 11}, 3400 {"R_RISCV_GNU_VTINHERIT", Const, 11}, 3401 {"R_RISCV_GOT_HI20", Const, 11}, 3402 {"R_RISCV_GPREL_I", Const, 11}, 3403 {"R_RISCV_GPREL_S", Const, 11}, 3404 {"R_RISCV_HI20", Const, 11}, 3405 {"R_RISCV_JAL", Const, 11}, 3406 {"R_RISCV_JUMP_SLOT", Const, 11}, 3407 {"R_RISCV_LO12_I", Const, 11}, 3408 {"R_RISCV_LO12_S", Const, 11}, 3409 {"R_RISCV_NONE", Const, 11}, 3410 {"R_RISCV_PCREL_HI20", Const, 11}, 3411 {"R_RISCV_PCREL_LO12_I", Const, 11}, 3412 {"R_RISCV_PCREL_LO12_S", Const, 11}, 3413 {"R_RISCV_RELATIVE", Const, 11}, 3414 {"R_RISCV_RELAX", Const, 11}, 3415 {"R_RISCV_RVC_BRANCH", Const, 11}, 3416 {"R_RISCV_RVC_JUMP", Const, 11}, 3417 {"R_RISCV_RVC_LUI", Const, 11}, 3418 {"R_RISCV_SET16", Const, 11}, 3419 {"R_RISCV_SET32", Const, 11}, 3420 {"R_RISCV_SET6", Const, 11}, 3421 {"R_RISCV_SET8", Const, 11}, 3422 {"R_RISCV_SUB16", Const, 11}, 3423 {"R_RISCV_SUB32", Const, 11}, 3424 {"R_RISCV_SUB6", Const, 11}, 3425 {"R_RISCV_SUB64", Const, 11}, 3426 {"R_RISCV_SUB8", Const, 11}, 3427 {"R_RISCV_TLS_DTPMOD32", Const, 11}, 3428 {"R_RISCV_TLS_DTPMOD64", Const, 11}, 3429 {"R_RISCV_TLS_DTPREL32", Const, 11}, 3430 {"R_RISCV_TLS_DTPREL64", Const, 11}, 3431 {"R_RISCV_TLS_GD_HI20", Const, 11}, 3432 {"R_RISCV_TLS_GOT_HI20", Const, 11}, 3433 {"R_RISCV_TLS_TPREL32", Const, 11}, 3434 {"R_RISCV_TLS_TPREL64", Const, 11}, 3435 {"R_RISCV_TPREL_ADD", Const, 11}, 3436 {"R_RISCV_TPREL_HI20", Const, 11}, 3437 {"R_RISCV_TPREL_I", Const, 11}, 3438 {"R_RISCV_TPREL_LO12_I", Const, 11}, 3439 {"R_RISCV_TPREL_LO12_S", Const, 11}, 3440 {"R_RISCV_TPREL_S", Const, 11}, 3441 {"R_SPARC", Type, 0}, 3442 {"R_SPARC_10", Const, 0}, 3443 {"R_SPARC_11", Const, 0}, 3444 {"R_SPARC_13", Const, 0}, 3445 {"R_SPARC_16", Const, 0}, 3446 {"R_SPARC_22", Const, 0}, 3447 {"R_SPARC_32", Const, 0}, 3448 {"R_SPARC_5", Const, 0}, 3449 {"R_SPARC_6", Const, 0}, 3450 {"R_SPARC_64", Const, 0}, 3451 {"R_SPARC_7", Const, 0}, 3452 {"R_SPARC_8", Const, 0}, 3453 {"R_SPARC_COPY", Const, 0}, 3454 {"R_SPARC_DISP16", Const, 0}, 3455 {"R_SPARC_DISP32", Const, 0}, 3456 {"R_SPARC_DISP64", Const, 0}, 3457 {"R_SPARC_DISP8", Const, 0}, 3458 {"R_SPARC_GLOB_DAT", Const, 0}, 3459 {"R_SPARC_GLOB_JMP", Const, 0}, 3460 {"R_SPARC_GOT10", Const, 0}, 3461 {"R_SPARC_GOT13", Const, 0}, 3462 {"R_SPARC_GOT22", Const, 0}, 3463 {"R_SPARC_H44", Const, 0}, 3464 {"R_SPARC_HH22", Const, 0}, 3465 {"R_SPARC_HI22", Const, 0}, 3466 {"R_SPARC_HIPLT22", Const, 0}, 3467 {"R_SPARC_HIX22", Const, 0}, 3468 {"R_SPARC_HM10", Const, 0}, 3469 {"R_SPARC_JMP_SLOT", Const, 0}, 3470 {"R_SPARC_L44", Const, 0}, 3471 {"R_SPARC_LM22", Const, 0}, 3472 {"R_SPARC_LO10", Const, 0}, 3473 {"R_SPARC_LOPLT10", Const, 0}, 3474 {"R_SPARC_LOX10", Const, 0}, 3475 {"R_SPARC_M44", Const, 0}, 3476 {"R_SPARC_NONE", Const, 0}, 3477 {"R_SPARC_OLO10", Const, 0}, 3478 {"R_SPARC_PC10", Const, 0}, 3479 {"R_SPARC_PC22", Const, 0}, 3480 {"R_SPARC_PCPLT10", Const, 0}, 3481 {"R_SPARC_PCPLT22", Const, 0}, 3482 {"R_SPARC_PCPLT32", Const, 0}, 3483 {"R_SPARC_PC_HH22", Const, 0}, 3484 {"R_SPARC_PC_HM10", Const, 0}, 3485 {"R_SPARC_PC_LM22", Const, 0}, 3486 {"R_SPARC_PLT32", Const, 0}, 3487 {"R_SPARC_PLT64", Const, 0}, 3488 {"R_SPARC_REGISTER", Const, 0}, 3489 {"R_SPARC_RELATIVE", Const, 0}, 3490 {"R_SPARC_UA16", Const, 0}, 3491 {"R_SPARC_UA32", Const, 0}, 3492 {"R_SPARC_UA64", Const, 0}, 3493 {"R_SPARC_WDISP16", Const, 0}, 3494 {"R_SPARC_WDISP19", Const, 0}, 3495 {"R_SPARC_WDISP22", Const, 0}, 3496 {"R_SPARC_WDISP30", Const, 0}, 3497 {"R_SPARC_WPLT30", Const, 0}, 3498 {"R_SYM32", Func, 0}, 3499 {"R_SYM64", Func, 0}, 3500 {"R_TYPE32", Func, 0}, 3501 {"R_TYPE64", Func, 0}, 3502 {"R_X86_64", Type, 0}, 3503 {"R_X86_64_16", Const, 0}, 3504 {"R_X86_64_32", Const, 0}, 3505 {"R_X86_64_32S", Const, 0}, 3506 {"R_X86_64_64", Const, 0}, 3507 {"R_X86_64_8", Const, 0}, 3508 {"R_X86_64_COPY", Const, 0}, 3509 {"R_X86_64_DTPMOD64", Const, 0}, 3510 {"R_X86_64_DTPOFF32", Const, 0}, 3511 {"R_X86_64_DTPOFF64", Const, 0}, 3512 {"R_X86_64_GLOB_DAT", Const, 0}, 3513 {"R_X86_64_GOT32", Const, 0}, 3514 {"R_X86_64_GOT64", Const, 10}, 3515 {"R_X86_64_GOTOFF64", Const, 10}, 3516 {"R_X86_64_GOTPC32", Const, 10}, 3517 {"R_X86_64_GOTPC32_TLSDESC", Const, 10}, 3518 {"R_X86_64_GOTPC64", Const, 10}, 3519 {"R_X86_64_GOTPCREL", Const, 0}, 3520 {"R_X86_64_GOTPCREL64", Const, 10}, 3521 {"R_X86_64_GOTPCRELX", Const, 10}, 3522 {"R_X86_64_GOTPLT64", Const, 10}, 3523 {"R_X86_64_GOTTPOFF", Const, 0}, 3524 {"R_X86_64_IRELATIVE", Const, 10}, 3525 {"R_X86_64_JMP_SLOT", Const, 0}, 3526 {"R_X86_64_NONE", Const, 0}, 3527 {"R_X86_64_PC16", Const, 0}, 3528 {"R_X86_64_PC32", Const, 0}, 3529 {"R_X86_64_PC32_BND", Const, 10}, 3530 {"R_X86_64_PC64", Const, 10}, 3531 {"R_X86_64_PC8", Const, 0}, 3532 {"R_X86_64_PLT32", Const, 0}, 3533 {"R_X86_64_PLT32_BND", Const, 10}, 3534 {"R_X86_64_PLTOFF64", Const, 10}, 3535 {"R_X86_64_RELATIVE", Const, 0}, 3536 {"R_X86_64_RELATIVE64", Const, 10}, 3537 {"R_X86_64_REX_GOTPCRELX", Const, 10}, 3538 {"R_X86_64_SIZE32", Const, 10}, 3539 {"R_X86_64_SIZE64", Const, 10}, 3540 {"R_X86_64_TLSDESC", Const, 10}, 3541 {"R_X86_64_TLSDESC_CALL", Const, 10}, 3542 {"R_X86_64_TLSGD", Const, 0}, 3543 {"R_X86_64_TLSLD", Const, 0}, 3544 {"R_X86_64_TPOFF32", Const, 0}, 3545 {"R_X86_64_TPOFF64", Const, 0}, 3546 {"Rel32", Type, 0}, 3547 {"Rel32.Info", Field, 0}, 3548 {"Rel32.Off", Field, 0}, 3549 {"Rel64", Type, 0}, 3550 {"Rel64.Info", Field, 0}, 3551 {"Rel64.Off", Field, 0}, 3552 {"Rela32", Type, 0}, 3553 {"Rela32.Addend", Field, 0}, 3554 {"Rela32.Info", Field, 0}, 3555 {"Rela32.Off", Field, 0}, 3556 {"Rela64", Type, 0}, 3557 {"Rela64.Addend", Field, 0}, 3558 {"Rela64.Info", Field, 0}, 3559 {"Rela64.Off", Field, 0}, 3560 {"SHF_ALLOC", Const, 0}, 3561 {"SHF_COMPRESSED", Const, 6}, 3562 {"SHF_EXECINSTR", Const, 0}, 3563 {"SHF_GROUP", Const, 0}, 3564 {"SHF_INFO_LINK", Const, 0}, 3565 {"SHF_LINK_ORDER", Const, 0}, 3566 {"SHF_MASKOS", Const, 0}, 3567 {"SHF_MASKPROC", Const, 0}, 3568 {"SHF_MERGE", Const, 0}, 3569 {"SHF_OS_NONCONFORMING", Const, 0}, 3570 {"SHF_STRINGS", Const, 0}, 3571 {"SHF_TLS", Const, 0}, 3572 {"SHF_WRITE", Const, 0}, 3573 {"SHN_ABS", Const, 0}, 3574 {"SHN_COMMON", Const, 0}, 3575 {"SHN_HIOS", Const, 0}, 3576 {"SHN_HIPROC", Const, 0}, 3577 {"SHN_HIRESERVE", Const, 0}, 3578 {"SHN_LOOS", Const, 0}, 3579 {"SHN_LOPROC", Const, 0}, 3580 {"SHN_LORESERVE", Const, 0}, 3581 {"SHN_UNDEF", Const, 0}, 3582 {"SHN_XINDEX", Const, 0}, 3583 {"SHT_DYNAMIC", Const, 0}, 3584 {"SHT_DYNSYM", Const, 0}, 3585 {"SHT_FINI_ARRAY", Const, 0}, 3586 {"SHT_GNU_ATTRIBUTES", Const, 0}, 3587 {"SHT_GNU_HASH", Const, 0}, 3588 {"SHT_GNU_LIBLIST", Const, 0}, 3589 {"SHT_GNU_VERDEF", Const, 0}, 3590 {"SHT_GNU_VERNEED", Const, 0}, 3591 {"SHT_GNU_VERSYM", Const, 0}, 3592 {"SHT_GROUP", Const, 0}, 3593 {"SHT_HASH", Const, 0}, 3594 {"SHT_HIOS", Const, 0}, 3595 {"SHT_HIPROC", Const, 0}, 3596 {"SHT_HIUSER", Const, 0}, 3597 {"SHT_INIT_ARRAY", Const, 0}, 3598 {"SHT_LOOS", Const, 0}, 3599 {"SHT_LOPROC", Const, 0}, 3600 {"SHT_LOUSER", Const, 0}, 3601 {"SHT_MIPS_ABIFLAGS", Const, 17}, 3602 {"SHT_NOBITS", Const, 0}, 3603 {"SHT_NOTE", Const, 0}, 3604 {"SHT_NULL", Const, 0}, 3605 {"SHT_PREINIT_ARRAY", Const, 0}, 3606 {"SHT_PROGBITS", Const, 0}, 3607 {"SHT_REL", Const, 0}, 3608 {"SHT_RELA", Const, 0}, 3609 {"SHT_SHLIB", Const, 0}, 3610 {"SHT_STRTAB", Const, 0}, 3611 {"SHT_SYMTAB", Const, 0}, 3612 {"SHT_SYMTAB_SHNDX", Const, 0}, 3613 {"STB_GLOBAL", Const, 0}, 3614 {"STB_HIOS", Const, 0}, 3615 {"STB_HIPROC", Const, 0}, 3616 {"STB_LOCAL", Const, 0}, 3617 {"STB_LOOS", Const, 0}, 3618 {"STB_LOPROC", Const, 0}, 3619 {"STB_WEAK", Const, 0}, 3620 {"STT_COMMON", Const, 0}, 3621 {"STT_FILE", Const, 0}, 3622 {"STT_FUNC", Const, 0}, 3623 {"STT_HIOS", Const, 0}, 3624 {"STT_HIPROC", Const, 0}, 3625 {"STT_LOOS", Const, 0}, 3626 {"STT_LOPROC", Const, 0}, 3627 {"STT_NOTYPE", Const, 0}, 3628 {"STT_OBJECT", Const, 0}, 3629 {"STT_SECTION", Const, 0}, 3630 {"STT_TLS", Const, 0}, 3631 {"STV_DEFAULT", Const, 0}, 3632 {"STV_HIDDEN", Const, 0}, 3633 {"STV_INTERNAL", Const, 0}, 3634 {"STV_PROTECTED", Const, 0}, 3635 {"ST_BIND", Func, 0}, 3636 {"ST_INFO", Func, 0}, 3637 {"ST_TYPE", Func, 0}, 3638 {"ST_VISIBILITY", Func, 0}, 3639 {"Section", Type, 0}, 3640 {"Section.ReaderAt", Field, 0}, 3641 {"Section.SectionHeader", Field, 0}, 3642 {"Section32", Type, 0}, 3643 {"Section32.Addr", Field, 0}, 3644 {"Section32.Addralign", Field, 0}, 3645 {"Section32.Entsize", Field, 0}, 3646 {"Section32.Flags", Field, 0}, 3647 {"Section32.Info", Field, 0}, 3648 {"Section32.Link", Field, 0}, 3649 {"Section32.Name", Field, 0}, 3650 {"Section32.Off", Field, 0}, 3651 {"Section32.Size", Field, 0}, 3652 {"Section32.Type", Field, 0}, 3653 {"Section64", Type, 0}, 3654 {"Section64.Addr", Field, 0}, 3655 {"Section64.Addralign", Field, 0}, 3656 {"Section64.Entsize", Field, 0}, 3657 {"Section64.Flags", Field, 0}, 3658 {"Section64.Info", Field, 0}, 3659 {"Section64.Link", Field, 0}, 3660 {"Section64.Name", Field, 0}, 3661 {"Section64.Off", Field, 0}, 3662 {"Section64.Size", Field, 0}, 3663 {"Section64.Type", Field, 0}, 3664 {"SectionFlag", Type, 0}, 3665 {"SectionHeader", Type, 0}, 3666 {"SectionHeader.Addr", Field, 0}, 3667 {"SectionHeader.Addralign", Field, 0}, 3668 {"SectionHeader.Entsize", Field, 0}, 3669 {"SectionHeader.FileSize", Field, 6}, 3670 {"SectionHeader.Flags", Field, 0}, 3671 {"SectionHeader.Info", Field, 0}, 3672 {"SectionHeader.Link", Field, 0}, 3673 {"SectionHeader.Name", Field, 0}, 3674 {"SectionHeader.Offset", Field, 0}, 3675 {"SectionHeader.Size", Field, 0}, 3676 {"SectionHeader.Type", Field, 0}, 3677 {"SectionIndex", Type, 0}, 3678 {"SectionType", Type, 0}, 3679 {"Sym32", Type, 0}, 3680 {"Sym32.Info", Field, 0}, 3681 {"Sym32.Name", Field, 0}, 3682 {"Sym32.Other", Field, 0}, 3683 {"Sym32.Shndx", Field, 0}, 3684 {"Sym32.Size", Field, 0}, 3685 {"Sym32.Value", Field, 0}, 3686 {"Sym32Size", Const, 0}, 3687 {"Sym64", Type, 0}, 3688 {"Sym64.Info", Field, 0}, 3689 {"Sym64.Name", Field, 0}, 3690 {"Sym64.Other", Field, 0}, 3691 {"Sym64.Shndx", Field, 0}, 3692 {"Sym64.Size", Field, 0}, 3693 {"Sym64.Value", Field, 0}, 3694 {"Sym64Size", Const, 0}, 3695 {"SymBind", Type, 0}, 3696 {"SymType", Type, 0}, 3697 {"SymVis", Type, 0}, 3698 {"Symbol", Type, 0}, 3699 {"Symbol.Info", Field, 0}, 3700 {"Symbol.Library", Field, 13}, 3701 {"Symbol.Name", Field, 0}, 3702 {"Symbol.Other", Field, 0}, 3703 {"Symbol.Section", Field, 0}, 3704 {"Symbol.Size", Field, 0}, 3705 {"Symbol.Value", Field, 0}, 3706 {"Symbol.Version", Field, 13}, 3707 {"Type", Type, 0}, 3708 {"Version", Type, 0}, 3709 }, 3710 "debug/gosym": { 3711 {"(*DecodingError).Error", Method, 0}, 3712 {"(*LineTable).LineToPC", Method, 0}, 3713 {"(*LineTable).PCToLine", Method, 0}, 3714 {"(*Sym).BaseName", Method, 0}, 3715 {"(*Sym).PackageName", Method, 0}, 3716 {"(*Sym).ReceiverName", Method, 0}, 3717 {"(*Sym).Static", Method, 0}, 3718 {"(*Table).LineToPC", Method, 0}, 3719 {"(*Table).LookupFunc", Method, 0}, 3720 {"(*Table).LookupSym", Method, 0}, 3721 {"(*Table).PCToFunc", Method, 0}, 3722 {"(*Table).PCToLine", Method, 0}, 3723 {"(*Table).SymByAddr", Method, 0}, 3724 {"(*UnknownLineError).Error", Method, 0}, 3725 {"(Func).BaseName", Method, 0}, 3726 {"(Func).PackageName", Method, 0}, 3727 {"(Func).ReceiverName", Method, 0}, 3728 {"(Func).Static", Method, 0}, 3729 {"(UnknownFileError).Error", Method, 0}, 3730 {"DecodingError", Type, 0}, 3731 {"Func", Type, 0}, 3732 {"Func.End", Field, 0}, 3733 {"Func.Entry", Field, 0}, 3734 {"Func.FrameSize", Field, 0}, 3735 {"Func.LineTable", Field, 0}, 3736 {"Func.Locals", Field, 0}, 3737 {"Func.Obj", Field, 0}, 3738 {"Func.Params", Field, 0}, 3739 {"Func.Sym", Field, 0}, 3740 {"LineTable", Type, 0}, 3741 {"LineTable.Data", Field, 0}, 3742 {"LineTable.Line", Field, 0}, 3743 {"LineTable.PC", Field, 0}, 3744 {"NewLineTable", Func, 0}, 3745 {"NewTable", Func, 0}, 3746 {"Obj", Type, 0}, 3747 {"Obj.Funcs", Field, 0}, 3748 {"Obj.Paths", Field, 0}, 3749 {"Sym", Type, 0}, 3750 {"Sym.Func", Field, 0}, 3751 {"Sym.GoType", Field, 0}, 3752 {"Sym.Name", Field, 0}, 3753 {"Sym.Type", Field, 0}, 3754 {"Sym.Value", Field, 0}, 3755 {"Table", Type, 0}, 3756 {"Table.Files", Field, 0}, 3757 {"Table.Funcs", Field, 0}, 3758 {"Table.Objs", Field, 0}, 3759 {"Table.Syms", Field, 0}, 3760 {"UnknownFileError", Type, 0}, 3761 {"UnknownLineError", Type, 0}, 3762 {"UnknownLineError.File", Field, 0}, 3763 {"UnknownLineError.Line", Field, 0}, 3764 }, 3765 "debug/macho": { 3766 {"(*FatFile).Close", Method, 3}, 3767 {"(*File).Close", Method, 0}, 3768 {"(*File).DWARF", Method, 0}, 3769 {"(*File).ImportedLibraries", Method, 0}, 3770 {"(*File).ImportedSymbols", Method, 0}, 3771 {"(*File).Section", Method, 0}, 3772 {"(*File).Segment", Method, 0}, 3773 {"(*FormatError).Error", Method, 0}, 3774 {"(*Section).Data", Method, 0}, 3775 {"(*Section).Open", Method, 0}, 3776 {"(*Segment).Data", Method, 0}, 3777 {"(*Segment).Open", Method, 0}, 3778 {"(Cpu).GoString", Method, 0}, 3779 {"(Cpu).String", Method, 0}, 3780 {"(Dylib).Raw", Method, 0}, 3781 {"(Dysymtab).Raw", Method, 0}, 3782 {"(FatArch).Close", Method, 3}, 3783 {"(FatArch).DWARF", Method, 3}, 3784 {"(FatArch).ImportedLibraries", Method, 3}, 3785 {"(FatArch).ImportedSymbols", Method, 3}, 3786 {"(FatArch).Section", Method, 3}, 3787 {"(FatArch).Segment", Method, 3}, 3788 {"(LoadBytes).Raw", Method, 0}, 3789 {"(LoadCmd).GoString", Method, 0}, 3790 {"(LoadCmd).String", Method, 0}, 3791 {"(RelocTypeARM).GoString", Method, 10}, 3792 {"(RelocTypeARM).String", Method, 10}, 3793 {"(RelocTypeARM64).GoString", Method, 10}, 3794 {"(RelocTypeARM64).String", Method, 10}, 3795 {"(RelocTypeGeneric).GoString", Method, 10}, 3796 {"(RelocTypeGeneric).String", Method, 10}, 3797 {"(RelocTypeX86_64).GoString", Method, 10}, 3798 {"(RelocTypeX86_64).String", Method, 10}, 3799 {"(Rpath).Raw", Method, 10}, 3800 {"(Section).ReadAt", Method, 0}, 3801 {"(Segment).Raw", Method, 0}, 3802 {"(Segment).ReadAt", Method, 0}, 3803 {"(Symtab).Raw", Method, 0}, 3804 {"(Type).GoString", Method, 10}, 3805 {"(Type).String", Method, 10}, 3806 {"ARM64_RELOC_ADDEND", Const, 10}, 3807 {"ARM64_RELOC_BRANCH26", Const, 10}, 3808 {"ARM64_RELOC_GOT_LOAD_PAGE21", Const, 10}, 3809 {"ARM64_RELOC_GOT_LOAD_PAGEOFF12", Const, 10}, 3810 {"ARM64_RELOC_PAGE21", Const, 10}, 3811 {"ARM64_RELOC_PAGEOFF12", Const, 10}, 3812 {"ARM64_RELOC_POINTER_TO_GOT", Const, 10}, 3813 {"ARM64_RELOC_SUBTRACTOR", Const, 10}, 3814 {"ARM64_RELOC_TLVP_LOAD_PAGE21", Const, 10}, 3815 {"ARM64_RELOC_TLVP_LOAD_PAGEOFF12", Const, 10}, 3816 {"ARM64_RELOC_UNSIGNED", Const, 10}, 3817 {"ARM_RELOC_BR24", Const, 10}, 3818 {"ARM_RELOC_HALF", Const, 10}, 3819 {"ARM_RELOC_HALF_SECTDIFF", Const, 10}, 3820 {"ARM_RELOC_LOCAL_SECTDIFF", Const, 10}, 3821 {"ARM_RELOC_PAIR", Const, 10}, 3822 {"ARM_RELOC_PB_LA_PTR", Const, 10}, 3823 {"ARM_RELOC_SECTDIFF", Const, 10}, 3824 {"ARM_RELOC_VANILLA", Const, 10}, 3825 {"ARM_THUMB_32BIT_BRANCH", Const, 10}, 3826 {"ARM_THUMB_RELOC_BR22", Const, 10}, 3827 {"Cpu", Type, 0}, 3828 {"Cpu386", Const, 0}, 3829 {"CpuAmd64", Const, 0}, 3830 {"CpuArm", Const, 3}, 3831 {"CpuArm64", Const, 11}, 3832 {"CpuPpc", Const, 3}, 3833 {"CpuPpc64", Const, 3}, 3834 {"Dylib", Type, 0}, 3835 {"Dylib.CompatVersion", Field, 0}, 3836 {"Dylib.CurrentVersion", Field, 0}, 3837 {"Dylib.LoadBytes", Field, 0}, 3838 {"Dylib.Name", Field, 0}, 3839 {"Dylib.Time", Field, 0}, 3840 {"DylibCmd", Type, 0}, 3841 {"DylibCmd.Cmd", Field, 0}, 3842 {"DylibCmd.CompatVersion", Field, 0}, 3843 {"DylibCmd.CurrentVersion", Field, 0}, 3844 {"DylibCmd.Len", Field, 0}, 3845 {"DylibCmd.Name", Field, 0}, 3846 {"DylibCmd.Time", Field, 0}, 3847 {"Dysymtab", Type, 0}, 3848 {"Dysymtab.DysymtabCmd", Field, 0}, 3849 {"Dysymtab.IndirectSyms", Field, 0}, 3850 {"Dysymtab.LoadBytes", Field, 0}, 3851 {"DysymtabCmd", Type, 0}, 3852 {"DysymtabCmd.Cmd", Field, 0}, 3853 {"DysymtabCmd.Extrefsymoff", Field, 0}, 3854 {"DysymtabCmd.Extreloff", Field, 0}, 3855 {"DysymtabCmd.Iextdefsym", Field, 0}, 3856 {"DysymtabCmd.Ilocalsym", Field, 0}, 3857 {"DysymtabCmd.Indirectsymoff", Field, 0}, 3858 {"DysymtabCmd.Iundefsym", Field, 0}, 3859 {"DysymtabCmd.Len", Field, 0}, 3860 {"DysymtabCmd.Locreloff", Field, 0}, 3861 {"DysymtabCmd.Modtaboff", Field, 0}, 3862 {"DysymtabCmd.Nextdefsym", Field, 0}, 3863 {"DysymtabCmd.Nextrefsyms", Field, 0}, 3864 {"DysymtabCmd.Nextrel", Field, 0}, 3865 {"DysymtabCmd.Nindirectsyms", Field, 0}, 3866 {"DysymtabCmd.Nlocalsym", Field, 0}, 3867 {"DysymtabCmd.Nlocrel", Field, 0}, 3868 {"DysymtabCmd.Nmodtab", Field, 0}, 3869 {"DysymtabCmd.Ntoc", Field, 0}, 3870 {"DysymtabCmd.Nundefsym", Field, 0}, 3871 {"DysymtabCmd.Tocoffset", Field, 0}, 3872 {"ErrNotFat", Var, 3}, 3873 {"FatArch", Type, 3}, 3874 {"FatArch.FatArchHeader", Field, 3}, 3875 {"FatArch.File", Field, 3}, 3876 {"FatArchHeader", Type, 3}, 3877 {"FatArchHeader.Align", Field, 3}, 3878 {"FatArchHeader.Cpu", Field, 3}, 3879 {"FatArchHeader.Offset", Field, 3}, 3880 {"FatArchHeader.Size", Field, 3}, 3881 {"FatArchHeader.SubCpu", Field, 3}, 3882 {"FatFile", Type, 3}, 3883 {"FatFile.Arches", Field, 3}, 3884 {"FatFile.Magic", Field, 3}, 3885 {"File", Type, 0}, 3886 {"File.ByteOrder", Field, 0}, 3887 {"File.Dysymtab", Field, 0}, 3888 {"File.FileHeader", Field, 0}, 3889 {"File.Loads", Field, 0}, 3890 {"File.Sections", Field, 0}, 3891 {"File.Symtab", Field, 0}, 3892 {"FileHeader", Type, 0}, 3893 {"FileHeader.Cmdsz", Field, 0}, 3894 {"FileHeader.Cpu", Field, 0}, 3895 {"FileHeader.Flags", Field, 0}, 3896 {"FileHeader.Magic", Field, 0}, 3897 {"FileHeader.Ncmd", Field, 0}, 3898 {"FileHeader.SubCpu", Field, 0}, 3899 {"FileHeader.Type", Field, 0}, 3900 {"FlagAllModsBound", Const, 10}, 3901 {"FlagAllowStackExecution", Const, 10}, 3902 {"FlagAppExtensionSafe", Const, 10}, 3903 {"FlagBindAtLoad", Const, 10}, 3904 {"FlagBindsToWeak", Const, 10}, 3905 {"FlagCanonical", Const, 10}, 3906 {"FlagDeadStrippableDylib", Const, 10}, 3907 {"FlagDyldLink", Const, 10}, 3908 {"FlagForceFlat", Const, 10}, 3909 {"FlagHasTLVDescriptors", Const, 10}, 3910 {"FlagIncrLink", Const, 10}, 3911 {"FlagLazyInit", Const, 10}, 3912 {"FlagNoFixPrebinding", Const, 10}, 3913 {"FlagNoHeapExecution", Const, 10}, 3914 {"FlagNoMultiDefs", Const, 10}, 3915 {"FlagNoReexportedDylibs", Const, 10}, 3916 {"FlagNoUndefs", Const, 10}, 3917 {"FlagPIE", Const, 10}, 3918 {"FlagPrebindable", Const, 10}, 3919 {"FlagPrebound", Const, 10}, 3920 {"FlagRootSafe", Const, 10}, 3921 {"FlagSetuidSafe", Const, 10}, 3922 {"FlagSplitSegs", Const, 10}, 3923 {"FlagSubsectionsViaSymbols", Const, 10}, 3924 {"FlagTwoLevel", Const, 10}, 3925 {"FlagWeakDefines", Const, 10}, 3926 {"FormatError", Type, 0}, 3927 {"GENERIC_RELOC_LOCAL_SECTDIFF", Const, 10}, 3928 {"GENERIC_RELOC_PAIR", Const, 10}, 3929 {"GENERIC_RELOC_PB_LA_PTR", Const, 10}, 3930 {"GENERIC_RELOC_SECTDIFF", Const, 10}, 3931 {"GENERIC_RELOC_TLV", Const, 10}, 3932 {"GENERIC_RELOC_VANILLA", Const, 10}, 3933 {"Load", Type, 0}, 3934 {"LoadBytes", Type, 0}, 3935 {"LoadCmd", Type, 0}, 3936 {"LoadCmdDylib", Const, 0}, 3937 {"LoadCmdDylinker", Const, 0}, 3938 {"LoadCmdDysymtab", Const, 0}, 3939 {"LoadCmdRpath", Const, 10}, 3940 {"LoadCmdSegment", Const, 0}, 3941 {"LoadCmdSegment64", Const, 0}, 3942 {"LoadCmdSymtab", Const, 0}, 3943 {"LoadCmdThread", Const, 0}, 3944 {"LoadCmdUnixThread", Const, 0}, 3945 {"Magic32", Const, 0}, 3946 {"Magic64", Const, 0}, 3947 {"MagicFat", Const, 3}, 3948 {"NewFatFile", Func, 3}, 3949 {"NewFile", Func, 0}, 3950 {"Nlist32", Type, 0}, 3951 {"Nlist32.Desc", Field, 0}, 3952 {"Nlist32.Name", Field, 0}, 3953 {"Nlist32.Sect", Field, 0}, 3954 {"Nlist32.Type", Field, 0}, 3955 {"Nlist32.Value", Field, 0}, 3956 {"Nlist64", Type, 0}, 3957 {"Nlist64.Desc", Field, 0}, 3958 {"Nlist64.Name", Field, 0}, 3959 {"Nlist64.Sect", Field, 0}, 3960 {"Nlist64.Type", Field, 0}, 3961 {"Nlist64.Value", Field, 0}, 3962 {"Open", Func, 0}, 3963 {"OpenFat", Func, 3}, 3964 {"Regs386", Type, 0}, 3965 {"Regs386.AX", Field, 0}, 3966 {"Regs386.BP", Field, 0}, 3967 {"Regs386.BX", Field, 0}, 3968 {"Regs386.CS", Field, 0}, 3969 {"Regs386.CX", Field, 0}, 3970 {"Regs386.DI", Field, 0}, 3971 {"Regs386.DS", Field, 0}, 3972 {"Regs386.DX", Field, 0}, 3973 {"Regs386.ES", Field, 0}, 3974 {"Regs386.FLAGS", Field, 0}, 3975 {"Regs386.FS", Field, 0}, 3976 {"Regs386.GS", Field, 0}, 3977 {"Regs386.IP", Field, 0}, 3978 {"Regs386.SI", Field, 0}, 3979 {"Regs386.SP", Field, 0}, 3980 {"Regs386.SS", Field, 0}, 3981 {"RegsAMD64", Type, 0}, 3982 {"RegsAMD64.AX", Field, 0}, 3983 {"RegsAMD64.BP", Field, 0}, 3984 {"RegsAMD64.BX", Field, 0}, 3985 {"RegsAMD64.CS", Field, 0}, 3986 {"RegsAMD64.CX", Field, 0}, 3987 {"RegsAMD64.DI", Field, 0}, 3988 {"RegsAMD64.DX", Field, 0}, 3989 {"RegsAMD64.FLAGS", Field, 0}, 3990 {"RegsAMD64.FS", Field, 0}, 3991 {"RegsAMD64.GS", Field, 0}, 3992 {"RegsAMD64.IP", Field, 0}, 3993 {"RegsAMD64.R10", Field, 0}, 3994 {"RegsAMD64.R11", Field, 0}, 3995 {"RegsAMD64.R12", Field, 0}, 3996 {"RegsAMD64.R13", Field, 0}, 3997 {"RegsAMD64.R14", Field, 0}, 3998 {"RegsAMD64.R15", Field, 0}, 3999 {"RegsAMD64.R8", Field, 0}, 4000 {"RegsAMD64.R9", Field, 0}, 4001 {"RegsAMD64.SI", Field, 0}, 4002 {"RegsAMD64.SP", Field, 0}, 4003 {"Reloc", Type, 10}, 4004 {"Reloc.Addr", Field, 10}, 4005 {"Reloc.Extern", Field, 10}, 4006 {"Reloc.Len", Field, 10}, 4007 {"Reloc.Pcrel", Field, 10}, 4008 {"Reloc.Scattered", Field, 10}, 4009 {"Reloc.Type", Field, 10}, 4010 {"Reloc.Value", Field, 10}, 4011 {"RelocTypeARM", Type, 10}, 4012 {"RelocTypeARM64", Type, 10}, 4013 {"RelocTypeGeneric", Type, 10}, 4014 {"RelocTypeX86_64", Type, 10}, 4015 {"Rpath", Type, 10}, 4016 {"Rpath.LoadBytes", Field, 10}, 4017 {"Rpath.Path", Field, 10}, 4018 {"RpathCmd", Type, 10}, 4019 {"RpathCmd.Cmd", Field, 10}, 4020 {"RpathCmd.Len", Field, 10}, 4021 {"RpathCmd.Path", Field, 10}, 4022 {"Section", Type, 0}, 4023 {"Section.ReaderAt", Field, 0}, 4024 {"Section.Relocs", Field, 10}, 4025 {"Section.SectionHeader", Field, 0}, 4026 {"Section32", Type, 0}, 4027 {"Section32.Addr", Field, 0}, 4028 {"Section32.Align", Field, 0}, 4029 {"Section32.Flags", Field, 0}, 4030 {"Section32.Name", Field, 0}, 4031 {"Section32.Nreloc", Field, 0}, 4032 {"Section32.Offset", Field, 0}, 4033 {"Section32.Reloff", Field, 0}, 4034 {"Section32.Reserve1", Field, 0}, 4035 {"Section32.Reserve2", Field, 0}, 4036 {"Section32.Seg", Field, 0}, 4037 {"Section32.Size", Field, 0}, 4038 {"Section64", Type, 0}, 4039 {"Section64.Addr", Field, 0}, 4040 {"Section64.Align", Field, 0}, 4041 {"Section64.Flags", Field, 0}, 4042 {"Section64.Name", Field, 0}, 4043 {"Section64.Nreloc", Field, 0}, 4044 {"Section64.Offset", Field, 0}, 4045 {"Section64.Reloff", Field, 0}, 4046 {"Section64.Reserve1", Field, 0}, 4047 {"Section64.Reserve2", Field, 0}, 4048 {"Section64.Reserve3", Field, 0}, 4049 {"Section64.Seg", Field, 0}, 4050 {"Section64.Size", Field, 0}, 4051 {"SectionHeader", Type, 0}, 4052 {"SectionHeader.Addr", Field, 0}, 4053 {"SectionHeader.Align", Field, 0}, 4054 {"SectionHeader.Flags", Field, 0}, 4055 {"SectionHeader.Name", Field, 0}, 4056 {"SectionHeader.Nreloc", Field, 0}, 4057 {"SectionHeader.Offset", Field, 0}, 4058 {"SectionHeader.Reloff", Field, 0}, 4059 {"SectionHeader.Seg", Field, 0}, 4060 {"SectionHeader.Size", Field, 0}, 4061 {"Segment", Type, 0}, 4062 {"Segment.LoadBytes", Field, 0}, 4063 {"Segment.ReaderAt", Field, 0}, 4064 {"Segment.SegmentHeader", Field, 0}, 4065 {"Segment32", Type, 0}, 4066 {"Segment32.Addr", Field, 0}, 4067 {"Segment32.Cmd", Field, 0}, 4068 {"Segment32.Filesz", Field, 0}, 4069 {"Segment32.Flag", Field, 0}, 4070 {"Segment32.Len", Field, 0}, 4071 {"Segment32.Maxprot", Field, 0}, 4072 {"Segment32.Memsz", Field, 0}, 4073 {"Segment32.Name", Field, 0}, 4074 {"Segment32.Nsect", Field, 0}, 4075 {"Segment32.Offset", Field, 0}, 4076 {"Segment32.Prot", Field, 0}, 4077 {"Segment64", Type, 0}, 4078 {"Segment64.Addr", Field, 0}, 4079 {"Segment64.Cmd", Field, 0}, 4080 {"Segment64.Filesz", Field, 0}, 4081 {"Segment64.Flag", Field, 0}, 4082 {"Segment64.Len", Field, 0}, 4083 {"Segment64.Maxprot", Field, 0}, 4084 {"Segment64.Memsz", Field, 0}, 4085 {"Segment64.Name", Field, 0}, 4086 {"Segment64.Nsect", Field, 0}, 4087 {"Segment64.Offset", Field, 0}, 4088 {"Segment64.Prot", Field, 0}, 4089 {"SegmentHeader", Type, 0}, 4090 {"SegmentHeader.Addr", Field, 0}, 4091 {"SegmentHeader.Cmd", Field, 0}, 4092 {"SegmentHeader.Filesz", Field, 0}, 4093 {"SegmentHeader.Flag", Field, 0}, 4094 {"SegmentHeader.Len", Field, 0}, 4095 {"SegmentHeader.Maxprot", Field, 0}, 4096 {"SegmentHeader.Memsz", Field, 0}, 4097 {"SegmentHeader.Name", Field, 0}, 4098 {"SegmentHeader.Nsect", Field, 0}, 4099 {"SegmentHeader.Offset", Field, 0}, 4100 {"SegmentHeader.Prot", Field, 0}, 4101 {"Symbol", Type, 0}, 4102 {"Symbol.Desc", Field, 0}, 4103 {"Symbol.Name", Field, 0}, 4104 {"Symbol.Sect", Field, 0}, 4105 {"Symbol.Type", Field, 0}, 4106 {"Symbol.Value", Field, 0}, 4107 {"Symtab", Type, 0}, 4108 {"Symtab.LoadBytes", Field, 0}, 4109 {"Symtab.Syms", Field, 0}, 4110 {"Symtab.SymtabCmd", Field, 0}, 4111 {"SymtabCmd", Type, 0}, 4112 {"SymtabCmd.Cmd", Field, 0}, 4113 {"SymtabCmd.Len", Field, 0}, 4114 {"SymtabCmd.Nsyms", Field, 0}, 4115 {"SymtabCmd.Stroff", Field, 0}, 4116 {"SymtabCmd.Strsize", Field, 0}, 4117 {"SymtabCmd.Symoff", Field, 0}, 4118 {"Thread", Type, 0}, 4119 {"Thread.Cmd", Field, 0}, 4120 {"Thread.Data", Field, 0}, 4121 {"Thread.Len", Field, 0}, 4122 {"Thread.Type", Field, 0}, 4123 {"Type", Type, 0}, 4124 {"TypeBundle", Const, 3}, 4125 {"TypeDylib", Const, 3}, 4126 {"TypeExec", Const, 0}, 4127 {"TypeObj", Const, 0}, 4128 {"X86_64_RELOC_BRANCH", Const, 10}, 4129 {"X86_64_RELOC_GOT", Const, 10}, 4130 {"X86_64_RELOC_GOT_LOAD", Const, 10}, 4131 {"X86_64_RELOC_SIGNED", Const, 10}, 4132 {"X86_64_RELOC_SIGNED_1", Const, 10}, 4133 {"X86_64_RELOC_SIGNED_2", Const, 10}, 4134 {"X86_64_RELOC_SIGNED_4", Const, 10}, 4135 {"X86_64_RELOC_SUBTRACTOR", Const, 10}, 4136 {"X86_64_RELOC_TLV", Const, 10}, 4137 {"X86_64_RELOC_UNSIGNED", Const, 10}, 4138 }, 4139 "debug/pe": { 4140 {"(*COFFSymbol).FullName", Method, 8}, 4141 {"(*File).COFFSymbolReadSectionDefAux", Method, 19}, 4142 {"(*File).Close", Method, 0}, 4143 {"(*File).DWARF", Method, 0}, 4144 {"(*File).ImportedLibraries", Method, 0}, 4145 {"(*File).ImportedSymbols", Method, 0}, 4146 {"(*File).Section", Method, 0}, 4147 {"(*FormatError).Error", Method, 0}, 4148 {"(*Section).Data", Method, 0}, 4149 {"(*Section).Open", Method, 0}, 4150 {"(Section).ReadAt", Method, 0}, 4151 {"(StringTable).String", Method, 8}, 4152 {"COFFSymbol", Type, 1}, 4153 {"COFFSymbol.Name", Field, 1}, 4154 {"COFFSymbol.NumberOfAuxSymbols", Field, 1}, 4155 {"COFFSymbol.SectionNumber", Field, 1}, 4156 {"COFFSymbol.StorageClass", Field, 1}, 4157 {"COFFSymbol.Type", Field, 1}, 4158 {"COFFSymbol.Value", Field, 1}, 4159 {"COFFSymbolAuxFormat5", Type, 19}, 4160 {"COFFSymbolAuxFormat5.Checksum", Field, 19}, 4161 {"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19}, 4162 {"COFFSymbolAuxFormat5.NumRelocs", Field, 19}, 4163 {"COFFSymbolAuxFormat5.SecNum", Field, 19}, 4164 {"COFFSymbolAuxFormat5.Selection", Field, 19}, 4165 {"COFFSymbolAuxFormat5.Size", Field, 19}, 4166 {"COFFSymbolSize", Const, 1}, 4167 {"DataDirectory", Type, 3}, 4168 {"DataDirectory.Size", Field, 3}, 4169 {"DataDirectory.VirtualAddress", Field, 3}, 4170 {"File", Type, 0}, 4171 {"File.COFFSymbols", Field, 8}, 4172 {"File.FileHeader", Field, 0}, 4173 {"File.OptionalHeader", Field, 3}, 4174 {"File.Sections", Field, 0}, 4175 {"File.StringTable", Field, 8}, 4176 {"File.Symbols", Field, 1}, 4177 {"FileHeader", Type, 0}, 4178 {"FileHeader.Characteristics", Field, 0}, 4179 {"FileHeader.Machine", Field, 0}, 4180 {"FileHeader.NumberOfSections", Field, 0}, 4181 {"FileHeader.NumberOfSymbols", Field, 0}, 4182 {"FileHeader.PointerToSymbolTable", Field, 0}, 4183 {"FileHeader.SizeOfOptionalHeader", Field, 0}, 4184 {"FileHeader.TimeDateStamp", Field, 0}, 4185 {"FormatError", Type, 0}, 4186 {"IMAGE_COMDAT_SELECT_ANY", Const, 19}, 4187 {"IMAGE_COMDAT_SELECT_ASSOCIATIVE", Const, 19}, 4188 {"IMAGE_COMDAT_SELECT_EXACT_MATCH", Const, 19}, 4189 {"IMAGE_COMDAT_SELECT_LARGEST", Const, 19}, 4190 {"IMAGE_COMDAT_SELECT_NODUPLICATES", Const, 19}, 4191 {"IMAGE_COMDAT_SELECT_SAME_SIZE", Const, 19}, 4192 {"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE", Const, 11}, 4193 {"IMAGE_DIRECTORY_ENTRY_BASERELOC", Const, 11}, 4194 {"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT", Const, 11}, 4195 {"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR", Const, 11}, 4196 {"IMAGE_DIRECTORY_ENTRY_DEBUG", Const, 11}, 4197 {"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT", Const, 11}, 4198 {"IMAGE_DIRECTORY_ENTRY_EXCEPTION", Const, 11}, 4199 {"IMAGE_DIRECTORY_ENTRY_EXPORT", Const, 11}, 4200 {"IMAGE_DIRECTORY_ENTRY_GLOBALPTR", Const, 11}, 4201 {"IMAGE_DIRECTORY_ENTRY_IAT", Const, 11}, 4202 {"IMAGE_DIRECTORY_ENTRY_IMPORT", Const, 11}, 4203 {"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG", Const, 11}, 4204 {"IMAGE_DIRECTORY_ENTRY_RESOURCE", Const, 11}, 4205 {"IMAGE_DIRECTORY_ENTRY_SECURITY", Const, 11}, 4206 {"IMAGE_DIRECTORY_ENTRY_TLS", Const, 11}, 4207 {"IMAGE_DLLCHARACTERISTICS_APPCONTAINER", Const, 15}, 4208 {"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE", Const, 15}, 4209 {"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY", Const, 15}, 4210 {"IMAGE_DLLCHARACTERISTICS_GUARD_CF", Const, 15}, 4211 {"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA", Const, 15}, 4212 {"IMAGE_DLLCHARACTERISTICS_NO_BIND", Const, 15}, 4213 {"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION", Const, 15}, 4214 {"IMAGE_DLLCHARACTERISTICS_NO_SEH", Const, 15}, 4215 {"IMAGE_DLLCHARACTERISTICS_NX_COMPAT", Const, 15}, 4216 {"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE", Const, 15}, 4217 {"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER", Const, 15}, 4218 {"IMAGE_FILE_32BIT_MACHINE", Const, 15}, 4219 {"IMAGE_FILE_AGGRESIVE_WS_TRIM", Const, 15}, 4220 {"IMAGE_FILE_BYTES_REVERSED_HI", Const, 15}, 4221 {"IMAGE_FILE_BYTES_REVERSED_LO", Const, 15}, 4222 {"IMAGE_FILE_DEBUG_STRIPPED", Const, 15}, 4223 {"IMAGE_FILE_DLL", Const, 15}, 4224 {"IMAGE_FILE_EXECUTABLE_IMAGE", Const, 15}, 4225 {"IMAGE_FILE_LARGE_ADDRESS_AWARE", Const, 15}, 4226 {"IMAGE_FILE_LINE_NUMS_STRIPPED", Const, 15}, 4227 {"IMAGE_FILE_LOCAL_SYMS_STRIPPED", Const, 15}, 4228 {"IMAGE_FILE_MACHINE_AM33", Const, 0}, 4229 {"IMAGE_FILE_MACHINE_AMD64", Const, 0}, 4230 {"IMAGE_FILE_MACHINE_ARM", Const, 0}, 4231 {"IMAGE_FILE_MACHINE_ARM64", Const, 11}, 4232 {"IMAGE_FILE_MACHINE_ARMNT", Const, 12}, 4233 {"IMAGE_FILE_MACHINE_EBC", Const, 0}, 4234 {"IMAGE_FILE_MACHINE_I386", Const, 0}, 4235 {"IMAGE_FILE_MACHINE_IA64", Const, 0}, 4236 {"IMAGE_FILE_MACHINE_LOONGARCH32", Const, 19}, 4237 {"IMAGE_FILE_MACHINE_LOONGARCH64", Const, 19}, 4238 {"IMAGE_FILE_MACHINE_M32R", Const, 0}, 4239 {"IMAGE_FILE_MACHINE_MIPS16", Const, 0}, 4240 {"IMAGE_FILE_MACHINE_MIPSFPU", Const, 0}, 4241 {"IMAGE_FILE_MACHINE_MIPSFPU16", Const, 0}, 4242 {"IMAGE_FILE_MACHINE_POWERPC", Const, 0}, 4243 {"IMAGE_FILE_MACHINE_POWERPCFP", Const, 0}, 4244 {"IMAGE_FILE_MACHINE_R4000", Const, 0}, 4245 {"IMAGE_FILE_MACHINE_RISCV128", Const, 20}, 4246 {"IMAGE_FILE_MACHINE_RISCV32", Const, 20}, 4247 {"IMAGE_FILE_MACHINE_RISCV64", Const, 20}, 4248 {"IMAGE_FILE_MACHINE_SH3", Const, 0}, 4249 {"IMAGE_FILE_MACHINE_SH3DSP", Const, 0}, 4250 {"IMAGE_FILE_MACHINE_SH4", Const, 0}, 4251 {"IMAGE_FILE_MACHINE_SH5", Const, 0}, 4252 {"IMAGE_FILE_MACHINE_THUMB", Const, 0}, 4253 {"IMAGE_FILE_MACHINE_UNKNOWN", Const, 0}, 4254 {"IMAGE_FILE_MACHINE_WCEMIPSV2", Const, 0}, 4255 {"IMAGE_FILE_NET_RUN_FROM_SWAP", Const, 15}, 4256 {"IMAGE_FILE_RELOCS_STRIPPED", Const, 15}, 4257 {"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP", Const, 15}, 4258 {"IMAGE_FILE_SYSTEM", Const, 15}, 4259 {"IMAGE_FILE_UP_SYSTEM_ONLY", Const, 15}, 4260 {"IMAGE_SCN_CNT_CODE", Const, 19}, 4261 {"IMAGE_SCN_CNT_INITIALIZED_DATA", Const, 19}, 4262 {"IMAGE_SCN_CNT_UNINITIALIZED_DATA", Const, 19}, 4263 {"IMAGE_SCN_LNK_COMDAT", Const, 19}, 4264 {"IMAGE_SCN_MEM_DISCARDABLE", Const, 19}, 4265 {"IMAGE_SCN_MEM_EXECUTE", Const, 19}, 4266 {"IMAGE_SCN_MEM_READ", Const, 19}, 4267 {"IMAGE_SCN_MEM_WRITE", Const, 19}, 4268 {"IMAGE_SUBSYSTEM_EFI_APPLICATION", Const, 15}, 4269 {"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER", Const, 15}, 4270 {"IMAGE_SUBSYSTEM_EFI_ROM", Const, 15}, 4271 {"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER", Const, 15}, 4272 {"IMAGE_SUBSYSTEM_NATIVE", Const, 15}, 4273 {"IMAGE_SUBSYSTEM_NATIVE_WINDOWS", Const, 15}, 4274 {"IMAGE_SUBSYSTEM_OS2_CUI", Const, 15}, 4275 {"IMAGE_SUBSYSTEM_POSIX_CUI", Const, 15}, 4276 {"IMAGE_SUBSYSTEM_UNKNOWN", Const, 15}, 4277 {"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", Const, 15}, 4278 {"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI", Const, 15}, 4279 {"IMAGE_SUBSYSTEM_WINDOWS_CUI", Const, 15}, 4280 {"IMAGE_SUBSYSTEM_WINDOWS_GUI", Const, 15}, 4281 {"IMAGE_SUBSYSTEM_XBOX", Const, 15}, 4282 {"ImportDirectory", Type, 0}, 4283 {"ImportDirectory.FirstThunk", Field, 0}, 4284 {"ImportDirectory.ForwarderChain", Field, 0}, 4285 {"ImportDirectory.Name", Field, 0}, 4286 {"ImportDirectory.OriginalFirstThunk", Field, 0}, 4287 {"ImportDirectory.TimeDateStamp", Field, 0}, 4288 {"NewFile", Func, 0}, 4289 {"Open", Func, 0}, 4290 {"OptionalHeader32", Type, 3}, 4291 {"OptionalHeader32.AddressOfEntryPoint", Field, 3}, 4292 {"OptionalHeader32.BaseOfCode", Field, 3}, 4293 {"OptionalHeader32.BaseOfData", Field, 3}, 4294 {"OptionalHeader32.CheckSum", Field, 3}, 4295 {"OptionalHeader32.DataDirectory", Field, 3}, 4296 {"OptionalHeader32.DllCharacteristics", Field, 3}, 4297 {"OptionalHeader32.FileAlignment", Field, 3}, 4298 {"OptionalHeader32.ImageBase", Field, 3}, 4299 {"OptionalHeader32.LoaderFlags", Field, 3}, 4300 {"OptionalHeader32.Magic", Field, 3}, 4301 {"OptionalHeader32.MajorImageVersion", Field, 3}, 4302 {"OptionalHeader32.MajorLinkerVersion", Field, 3}, 4303 {"OptionalHeader32.MajorOperatingSystemVersion", Field, 3}, 4304 {"OptionalHeader32.MajorSubsystemVersion", Field, 3}, 4305 {"OptionalHeader32.MinorImageVersion", Field, 3}, 4306 {"OptionalHeader32.MinorLinkerVersion", Field, 3}, 4307 {"OptionalHeader32.MinorOperatingSystemVersion", Field, 3}, 4308 {"OptionalHeader32.MinorSubsystemVersion", Field, 3}, 4309 {"OptionalHeader32.NumberOfRvaAndSizes", Field, 3}, 4310 {"OptionalHeader32.SectionAlignment", Field, 3}, 4311 {"OptionalHeader32.SizeOfCode", Field, 3}, 4312 {"OptionalHeader32.SizeOfHeaders", Field, 3}, 4313 {"OptionalHeader32.SizeOfHeapCommit", Field, 3}, 4314 {"OptionalHeader32.SizeOfHeapReserve", Field, 3}, 4315 {"OptionalHeader32.SizeOfImage", Field, 3}, 4316 {"OptionalHeader32.SizeOfInitializedData", Field, 3}, 4317 {"OptionalHeader32.SizeOfStackCommit", Field, 3}, 4318 {"OptionalHeader32.SizeOfStackReserve", Field, 3}, 4319 {"OptionalHeader32.SizeOfUninitializedData", Field, 3}, 4320 {"OptionalHeader32.Subsystem", Field, 3}, 4321 {"OptionalHeader32.Win32VersionValue", Field, 3}, 4322 {"OptionalHeader64", Type, 3}, 4323 {"OptionalHeader64.AddressOfEntryPoint", Field, 3}, 4324 {"OptionalHeader64.BaseOfCode", Field, 3}, 4325 {"OptionalHeader64.CheckSum", Field, 3}, 4326 {"OptionalHeader64.DataDirectory", Field, 3}, 4327 {"OptionalHeader64.DllCharacteristics", Field, 3}, 4328 {"OptionalHeader64.FileAlignment", Field, 3}, 4329 {"OptionalHeader64.ImageBase", Field, 3}, 4330 {"OptionalHeader64.LoaderFlags", Field, 3}, 4331 {"OptionalHeader64.Magic", Field, 3}, 4332 {"OptionalHeader64.MajorImageVersion", Field, 3}, 4333 {"OptionalHeader64.MajorLinkerVersion", Field, 3}, 4334 {"OptionalHeader64.MajorOperatingSystemVersion", Field, 3}, 4335 {"OptionalHeader64.MajorSubsystemVersion", Field, 3}, 4336 {"OptionalHeader64.MinorImageVersion", Field, 3}, 4337 {"OptionalHeader64.MinorLinkerVersion", Field, 3}, 4338 {"OptionalHeader64.MinorOperatingSystemVersion", Field, 3}, 4339 {"OptionalHeader64.MinorSubsystemVersion", Field, 3}, 4340 {"OptionalHeader64.NumberOfRvaAndSizes", Field, 3}, 4341 {"OptionalHeader64.SectionAlignment", Field, 3}, 4342 {"OptionalHeader64.SizeOfCode", Field, 3}, 4343 {"OptionalHeader64.SizeOfHeaders", Field, 3}, 4344 {"OptionalHeader64.SizeOfHeapCommit", Field, 3}, 4345 {"OptionalHeader64.SizeOfHeapReserve", Field, 3}, 4346 {"OptionalHeader64.SizeOfImage", Field, 3}, 4347 {"OptionalHeader64.SizeOfInitializedData", Field, 3}, 4348 {"OptionalHeader64.SizeOfStackCommit", Field, 3}, 4349 {"OptionalHeader64.SizeOfStackReserve", Field, 3}, 4350 {"OptionalHeader64.SizeOfUninitializedData", Field, 3}, 4351 {"OptionalHeader64.Subsystem", Field, 3}, 4352 {"OptionalHeader64.Win32VersionValue", Field, 3}, 4353 {"Reloc", Type, 8}, 4354 {"Reloc.SymbolTableIndex", Field, 8}, 4355 {"Reloc.Type", Field, 8}, 4356 {"Reloc.VirtualAddress", Field, 8}, 4357 {"Section", Type, 0}, 4358 {"Section.ReaderAt", Field, 0}, 4359 {"Section.Relocs", Field, 8}, 4360 {"Section.SectionHeader", Field, 0}, 4361 {"SectionHeader", Type, 0}, 4362 {"SectionHeader.Characteristics", Field, 0}, 4363 {"SectionHeader.Name", Field, 0}, 4364 {"SectionHeader.NumberOfLineNumbers", Field, 0}, 4365 {"SectionHeader.NumberOfRelocations", Field, 0}, 4366 {"SectionHeader.Offset", Field, 0}, 4367 {"SectionHeader.PointerToLineNumbers", Field, 0}, 4368 {"SectionHeader.PointerToRelocations", Field, 0}, 4369 {"SectionHeader.Size", Field, 0}, 4370 {"SectionHeader.VirtualAddress", Field, 0}, 4371 {"SectionHeader.VirtualSize", Field, 0}, 4372 {"SectionHeader32", Type, 0}, 4373 {"SectionHeader32.Characteristics", Field, 0}, 4374 {"SectionHeader32.Name", Field, 0}, 4375 {"SectionHeader32.NumberOfLineNumbers", Field, 0}, 4376 {"SectionHeader32.NumberOfRelocations", Field, 0}, 4377 {"SectionHeader32.PointerToLineNumbers", Field, 0}, 4378 {"SectionHeader32.PointerToRawData", Field, 0}, 4379 {"SectionHeader32.PointerToRelocations", Field, 0}, 4380 {"SectionHeader32.SizeOfRawData", Field, 0}, 4381 {"SectionHeader32.VirtualAddress", Field, 0}, 4382 {"SectionHeader32.VirtualSize", Field, 0}, 4383 {"StringTable", Type, 8}, 4384 {"Symbol", Type, 1}, 4385 {"Symbol.Name", Field, 1}, 4386 {"Symbol.SectionNumber", Field, 1}, 4387 {"Symbol.StorageClass", Field, 1}, 4388 {"Symbol.Type", Field, 1}, 4389 {"Symbol.Value", Field, 1}, 4390 }, 4391 "debug/plan9obj": { 4392 {"(*File).Close", Method, 3}, 4393 {"(*File).Section", Method, 3}, 4394 {"(*File).Symbols", Method, 3}, 4395 {"(*Section).Data", Method, 3}, 4396 {"(*Section).Open", Method, 3}, 4397 {"(Section).ReadAt", Method, 3}, 4398 {"ErrNoSymbols", Var, 18}, 4399 {"File", Type, 3}, 4400 {"File.FileHeader", Field, 3}, 4401 {"File.Sections", Field, 3}, 4402 {"FileHeader", Type, 3}, 4403 {"FileHeader.Bss", Field, 3}, 4404 {"FileHeader.Entry", Field, 3}, 4405 {"FileHeader.HdrSize", Field, 4}, 4406 {"FileHeader.LoadAddress", Field, 4}, 4407 {"FileHeader.Magic", Field, 3}, 4408 {"FileHeader.PtrSize", Field, 3}, 4409 {"Magic386", Const, 3}, 4410 {"Magic64", Const, 3}, 4411 {"MagicAMD64", Const, 3}, 4412 {"MagicARM", Const, 3}, 4413 {"NewFile", Func, 3}, 4414 {"Open", Func, 3}, 4415 {"Section", Type, 3}, 4416 {"Section.ReaderAt", Field, 3}, 4417 {"Section.SectionHeader", Field, 3}, 4418 {"SectionHeader", Type, 3}, 4419 {"SectionHeader.Name", Field, 3}, 4420 {"SectionHeader.Offset", Field, 3}, 4421 {"SectionHeader.Size", Field, 3}, 4422 {"Sym", Type, 3}, 4423 {"Sym.Name", Field, 3}, 4424 {"Sym.Type", Field, 3}, 4425 {"Sym.Value", Field, 3}, 4426 }, 4427 "embed": { 4428 {"(FS).Open", Method, 16}, 4429 {"(FS).ReadDir", Method, 16}, 4430 {"(FS).ReadFile", Method, 16}, 4431 {"FS", Type, 16}, 4432 }, 4433 "encoding": { 4434 {"BinaryMarshaler", Type, 2}, 4435 {"BinaryUnmarshaler", Type, 2}, 4436 {"TextMarshaler", Type, 2}, 4437 {"TextUnmarshaler", Type, 2}, 4438 }, 4439 "encoding/ascii85": { 4440 {"(CorruptInputError).Error", Method, 0}, 4441 {"CorruptInputError", Type, 0}, 4442 {"Decode", Func, 0}, 4443 {"Encode", Func, 0}, 4444 {"MaxEncodedLen", Func, 0}, 4445 {"NewDecoder", Func, 0}, 4446 {"NewEncoder", Func, 0}, 4447 }, 4448 "encoding/asn1": { 4449 {"(BitString).At", Method, 0}, 4450 {"(BitString).RightAlign", Method, 0}, 4451 {"(ObjectIdentifier).Equal", Method, 0}, 4452 {"(ObjectIdentifier).String", Method, 3}, 4453 {"(StructuralError).Error", Method, 0}, 4454 {"(SyntaxError).Error", Method, 0}, 4455 {"BitString", Type, 0}, 4456 {"BitString.BitLength", Field, 0}, 4457 {"BitString.Bytes", Field, 0}, 4458 {"ClassApplication", Const, 6}, 4459 {"ClassContextSpecific", Const, 6}, 4460 {"ClassPrivate", Const, 6}, 4461 {"ClassUniversal", Const, 6}, 4462 {"Enumerated", Type, 0}, 4463 {"Flag", Type, 0}, 4464 {"Marshal", Func, 0}, 4465 {"MarshalWithParams", Func, 10}, 4466 {"NullBytes", Var, 9}, 4467 {"NullRawValue", Var, 9}, 4468 {"ObjectIdentifier", Type, 0}, 4469 {"RawContent", Type, 0}, 4470 {"RawValue", Type, 0}, 4471 {"RawValue.Bytes", Field, 0}, 4472 {"RawValue.Class", Field, 0}, 4473 {"RawValue.FullBytes", Field, 0}, 4474 {"RawValue.IsCompound", Field, 0}, 4475 {"RawValue.Tag", Field, 0}, 4476 {"StructuralError", Type, 0}, 4477 {"StructuralError.Msg", Field, 0}, 4478 {"SyntaxError", Type, 0}, 4479 {"SyntaxError.Msg", Field, 0}, 4480 {"TagBMPString", Const, 14}, 4481 {"TagBitString", Const, 6}, 4482 {"TagBoolean", Const, 6}, 4483 {"TagEnum", Const, 6}, 4484 {"TagGeneralString", Const, 6}, 4485 {"TagGeneralizedTime", Const, 6}, 4486 {"TagIA5String", Const, 6}, 4487 {"TagInteger", Const, 6}, 4488 {"TagNull", Const, 9}, 4489 {"TagNumericString", Const, 10}, 4490 {"TagOID", Const, 6}, 4491 {"TagOctetString", Const, 6}, 4492 {"TagPrintableString", Const, 6}, 4493 {"TagSequence", Const, 6}, 4494 {"TagSet", Const, 6}, 4495 {"TagT61String", Const, 6}, 4496 {"TagUTCTime", Const, 6}, 4497 {"TagUTF8String", Const, 6}, 4498 {"Unmarshal", Func, 0}, 4499 {"UnmarshalWithParams", Func, 0}, 4500 }, 4501 "encoding/base32": { 4502 {"(*Encoding).AppendDecode", Method, 22}, 4503 {"(*Encoding).AppendEncode", Method, 22}, 4504 {"(*Encoding).Decode", Method, 0}, 4505 {"(*Encoding).DecodeString", Method, 0}, 4506 {"(*Encoding).DecodedLen", Method, 0}, 4507 {"(*Encoding).Encode", Method, 0}, 4508 {"(*Encoding).EncodeToString", Method, 0}, 4509 {"(*Encoding).EncodedLen", Method, 0}, 4510 {"(CorruptInputError).Error", Method, 0}, 4511 {"(Encoding).WithPadding", Method, 9}, 4512 {"CorruptInputError", Type, 0}, 4513 {"Encoding", Type, 0}, 4514 {"HexEncoding", Var, 0}, 4515 {"NewDecoder", Func, 0}, 4516 {"NewEncoder", Func, 0}, 4517 {"NewEncoding", Func, 0}, 4518 {"NoPadding", Const, 9}, 4519 {"StdEncoding", Var, 0}, 4520 {"StdPadding", Const, 9}, 4521 }, 4522 "encoding/base64": { 4523 {"(*Encoding).AppendDecode", Method, 22}, 4524 {"(*Encoding).AppendEncode", Method, 22}, 4525 {"(*Encoding).Decode", Method, 0}, 4526 {"(*Encoding).DecodeString", Method, 0}, 4527 {"(*Encoding).DecodedLen", Method, 0}, 4528 {"(*Encoding).Encode", Method, 0}, 4529 {"(*Encoding).EncodeToString", Method, 0}, 4530 {"(*Encoding).EncodedLen", Method, 0}, 4531 {"(CorruptInputError).Error", Method, 0}, 4532 {"(Encoding).Strict", Method, 8}, 4533 {"(Encoding).WithPadding", Method, 5}, 4534 {"CorruptInputError", Type, 0}, 4535 {"Encoding", Type, 0}, 4536 {"NewDecoder", Func, 0}, 4537 {"NewEncoder", Func, 0}, 4538 {"NewEncoding", Func, 0}, 4539 {"NoPadding", Const, 5}, 4540 {"RawStdEncoding", Var, 5}, 4541 {"RawURLEncoding", Var, 5}, 4542 {"StdEncoding", Var, 0}, 4543 {"StdPadding", Const, 5}, 4544 {"URLEncoding", Var, 0}, 4545 }, 4546 "encoding/binary": { 4547 {"AppendByteOrder", Type, 19}, 4548 {"AppendUvarint", Func, 19}, 4549 {"AppendVarint", Func, 19}, 4550 {"BigEndian", Var, 0}, 4551 {"ByteOrder", Type, 0}, 4552 {"LittleEndian", Var, 0}, 4553 {"MaxVarintLen16", Const, 0}, 4554 {"MaxVarintLen32", Const, 0}, 4555 {"MaxVarintLen64", Const, 0}, 4556 {"NativeEndian", Var, 21}, 4557 {"PutUvarint", Func, 0}, 4558 {"PutVarint", Func, 0}, 4559 {"Read", Func, 0}, 4560 {"ReadUvarint", Func, 0}, 4561 {"ReadVarint", Func, 0}, 4562 {"Size", Func, 0}, 4563 {"Uvarint", Func, 0}, 4564 {"Varint", Func, 0}, 4565 {"Write", Func, 0}, 4566 }, 4567 "encoding/csv": { 4568 {"(*ParseError).Error", Method, 0}, 4569 {"(*ParseError).Unwrap", Method, 13}, 4570 {"(*Reader).FieldPos", Method, 17}, 4571 {"(*Reader).InputOffset", Method, 19}, 4572 {"(*Reader).Read", Method, 0}, 4573 {"(*Reader).ReadAll", Method, 0}, 4574 {"(*Writer).Error", Method, 1}, 4575 {"(*Writer).Flush", Method, 0}, 4576 {"(*Writer).Write", Method, 0}, 4577 {"(*Writer).WriteAll", Method, 0}, 4578 {"ErrBareQuote", Var, 0}, 4579 {"ErrFieldCount", Var, 0}, 4580 {"ErrQuote", Var, 0}, 4581 {"ErrTrailingComma", Var, 0}, 4582 {"NewReader", Func, 0}, 4583 {"NewWriter", Func, 0}, 4584 {"ParseError", Type, 0}, 4585 {"ParseError.Column", Field, 0}, 4586 {"ParseError.Err", Field, 0}, 4587 {"ParseError.Line", Field, 0}, 4588 {"ParseError.StartLine", Field, 10}, 4589 {"Reader", Type, 0}, 4590 {"Reader.Comma", Field, 0}, 4591 {"Reader.Comment", Field, 0}, 4592 {"Reader.FieldsPerRecord", Field, 0}, 4593 {"Reader.LazyQuotes", Field, 0}, 4594 {"Reader.ReuseRecord", Field, 9}, 4595 {"Reader.TrailingComma", Field, 0}, 4596 {"Reader.TrimLeadingSpace", Field, 0}, 4597 {"Writer", Type, 0}, 4598 {"Writer.Comma", Field, 0}, 4599 {"Writer.UseCRLF", Field, 0}, 4600 }, 4601 "encoding/gob": { 4602 {"(*Decoder).Decode", Method, 0}, 4603 {"(*Decoder).DecodeValue", Method, 0}, 4604 {"(*Encoder).Encode", Method, 0}, 4605 {"(*Encoder).EncodeValue", Method, 0}, 4606 {"CommonType", Type, 0}, 4607 {"CommonType.Id", Field, 0}, 4608 {"CommonType.Name", Field, 0}, 4609 {"Decoder", Type, 0}, 4610 {"Encoder", Type, 0}, 4611 {"GobDecoder", Type, 0}, 4612 {"GobEncoder", Type, 0}, 4613 {"NewDecoder", Func, 0}, 4614 {"NewEncoder", Func, 0}, 4615 {"Register", Func, 0}, 4616 {"RegisterName", Func, 0}, 4617 }, 4618 "encoding/hex": { 4619 {"(InvalidByteError).Error", Method, 0}, 4620 {"AppendDecode", Func, 22}, 4621 {"AppendEncode", Func, 22}, 4622 {"Decode", Func, 0}, 4623 {"DecodeString", Func, 0}, 4624 {"DecodedLen", Func, 0}, 4625 {"Dump", Func, 0}, 4626 {"Dumper", Func, 0}, 4627 {"Encode", Func, 0}, 4628 {"EncodeToString", Func, 0}, 4629 {"EncodedLen", Func, 0}, 4630 {"ErrLength", Var, 0}, 4631 {"InvalidByteError", Type, 0}, 4632 {"NewDecoder", Func, 10}, 4633 {"NewEncoder", Func, 10}, 4634 }, 4635 "encoding/json": { 4636 {"(*Decoder).Buffered", Method, 1}, 4637 {"(*Decoder).Decode", Method, 0}, 4638 {"(*Decoder).DisallowUnknownFields", Method, 10}, 4639 {"(*Decoder).InputOffset", Method, 14}, 4640 {"(*Decoder).More", Method, 5}, 4641 {"(*Decoder).Token", Method, 5}, 4642 {"(*Decoder).UseNumber", Method, 1}, 4643 {"(*Encoder).Encode", Method, 0}, 4644 {"(*Encoder).SetEscapeHTML", Method, 7}, 4645 {"(*Encoder).SetIndent", Method, 7}, 4646 {"(*InvalidUTF8Error).Error", Method, 0}, 4647 {"(*InvalidUnmarshalError).Error", Method, 0}, 4648 {"(*MarshalerError).Error", Method, 0}, 4649 {"(*MarshalerError).Unwrap", Method, 13}, 4650 {"(*RawMessage).MarshalJSON", Method, 0}, 4651 {"(*RawMessage).UnmarshalJSON", Method, 0}, 4652 {"(*SyntaxError).Error", Method, 0}, 4653 {"(*UnmarshalFieldError).Error", Method, 0}, 4654 {"(*UnmarshalTypeError).Error", Method, 0}, 4655 {"(*UnsupportedTypeError).Error", Method, 0}, 4656 {"(*UnsupportedValueError).Error", Method, 0}, 4657 {"(Delim).String", Method, 5}, 4658 {"(Number).Float64", Method, 1}, 4659 {"(Number).Int64", Method, 1}, 4660 {"(Number).String", Method, 1}, 4661 {"(RawMessage).MarshalJSON", Method, 8}, 4662 {"Compact", Func, 0}, 4663 {"Decoder", Type, 0}, 4664 {"Delim", Type, 5}, 4665 {"Encoder", Type, 0}, 4666 {"HTMLEscape", Func, 0}, 4667 {"Indent", Func, 0}, 4668 {"InvalidUTF8Error", Type, 0}, 4669 {"InvalidUTF8Error.S", Field, 0}, 4670 {"InvalidUnmarshalError", Type, 0}, 4671 {"InvalidUnmarshalError.Type", Field, 0}, 4672 {"Marshal", Func, 0}, 4673 {"MarshalIndent", Func, 0}, 4674 {"Marshaler", Type, 0}, 4675 {"MarshalerError", Type, 0}, 4676 {"MarshalerError.Err", Field, 0}, 4677 {"MarshalerError.Type", Field, 0}, 4678 {"NewDecoder", Func, 0}, 4679 {"NewEncoder", Func, 0}, 4680 {"Number", Type, 1}, 4681 {"RawMessage", Type, 0}, 4682 {"SyntaxError", Type, 0}, 4683 {"SyntaxError.Offset", Field, 0}, 4684 {"Token", Type, 5}, 4685 {"Unmarshal", Func, 0}, 4686 {"UnmarshalFieldError", Type, 0}, 4687 {"UnmarshalFieldError.Field", Field, 0}, 4688 {"UnmarshalFieldError.Key", Field, 0}, 4689 {"UnmarshalFieldError.Type", Field, 0}, 4690 {"UnmarshalTypeError", Type, 0}, 4691 {"UnmarshalTypeError.Field", Field, 8}, 4692 {"UnmarshalTypeError.Offset", Field, 5}, 4693 {"UnmarshalTypeError.Struct", Field, 8}, 4694 {"UnmarshalTypeError.Type", Field, 0}, 4695 {"UnmarshalTypeError.Value", Field, 0}, 4696 {"Unmarshaler", Type, 0}, 4697 {"UnsupportedTypeError", Type, 0}, 4698 {"UnsupportedTypeError.Type", Field, 0}, 4699 {"UnsupportedValueError", Type, 0}, 4700 {"UnsupportedValueError.Str", Field, 0}, 4701 {"UnsupportedValueError.Value", Field, 0}, 4702 {"Valid", Func, 9}, 4703 }, 4704 "encoding/pem": { 4705 {"Block", Type, 0}, 4706 {"Block.Bytes", Field, 0}, 4707 {"Block.Headers", Field, 0}, 4708 {"Block.Type", Field, 0}, 4709 {"Decode", Func, 0}, 4710 {"Encode", Func, 0}, 4711 {"EncodeToMemory", Func, 0}, 4712 }, 4713 "encoding/xml": { 4714 {"(*Decoder).Decode", Method, 0}, 4715 {"(*Decoder).DecodeElement", Method, 0}, 4716 {"(*Decoder).InputOffset", Method, 4}, 4717 {"(*Decoder).InputPos", Method, 19}, 4718 {"(*Decoder).RawToken", Method, 0}, 4719 {"(*Decoder).Skip", Method, 0}, 4720 {"(*Decoder).Token", Method, 0}, 4721 {"(*Encoder).Close", Method, 20}, 4722 {"(*Encoder).Encode", Method, 0}, 4723 {"(*Encoder).EncodeElement", Method, 2}, 4724 {"(*Encoder).EncodeToken", Method, 2}, 4725 {"(*Encoder).Flush", Method, 2}, 4726 {"(*Encoder).Indent", Method, 1}, 4727 {"(*SyntaxError).Error", Method, 0}, 4728 {"(*TagPathError).Error", Method, 0}, 4729 {"(*UnsupportedTypeError).Error", Method, 0}, 4730 {"(CharData).Copy", Method, 0}, 4731 {"(Comment).Copy", Method, 0}, 4732 {"(Directive).Copy", Method, 0}, 4733 {"(ProcInst).Copy", Method, 0}, 4734 {"(StartElement).Copy", Method, 0}, 4735 {"(StartElement).End", Method, 2}, 4736 {"(UnmarshalError).Error", Method, 0}, 4737 {"Attr", Type, 0}, 4738 {"Attr.Name", Field, 0}, 4739 {"Attr.Value", Field, 0}, 4740 {"CharData", Type, 0}, 4741 {"Comment", Type, 0}, 4742 {"CopyToken", Func, 0}, 4743 {"Decoder", Type, 0}, 4744 {"Decoder.AutoClose", Field, 0}, 4745 {"Decoder.CharsetReader", Field, 0}, 4746 {"Decoder.DefaultSpace", Field, 1}, 4747 {"Decoder.Entity", Field, 0}, 4748 {"Decoder.Strict", Field, 0}, 4749 {"Directive", Type, 0}, 4750 {"Encoder", Type, 0}, 4751 {"EndElement", Type, 0}, 4752 {"EndElement.Name", Field, 0}, 4753 {"Escape", Func, 0}, 4754 {"EscapeText", Func, 1}, 4755 {"HTMLAutoClose", Var, 0}, 4756 {"HTMLEntity", Var, 0}, 4757 {"Header", Const, 0}, 4758 {"Marshal", Func, 0}, 4759 {"MarshalIndent", Func, 0}, 4760 {"Marshaler", Type, 2}, 4761 {"MarshalerAttr", Type, 2}, 4762 {"Name", Type, 0}, 4763 {"Name.Local", Field, 0}, 4764 {"Name.Space", Field, 0}, 4765 {"NewDecoder", Func, 0}, 4766 {"NewEncoder", Func, 0}, 4767 {"NewTokenDecoder", Func, 10}, 4768 {"ProcInst", Type, 0}, 4769 {"ProcInst.Inst", Field, 0}, 4770 {"ProcInst.Target", Field, 0}, 4771 {"StartElement", Type, 0}, 4772 {"StartElement.Attr", Field, 0}, 4773 {"StartElement.Name", Field, 0}, 4774 {"SyntaxError", Type, 0}, 4775 {"SyntaxError.Line", Field, 0}, 4776 {"SyntaxError.Msg", Field, 0}, 4777 {"TagPathError", Type, 0}, 4778 {"TagPathError.Field1", Field, 0}, 4779 {"TagPathError.Field2", Field, 0}, 4780 {"TagPathError.Struct", Field, 0}, 4781 {"TagPathError.Tag1", Field, 0}, 4782 {"TagPathError.Tag2", Field, 0}, 4783 {"Token", Type, 0}, 4784 {"TokenReader", Type, 10}, 4785 {"Unmarshal", Func, 0}, 4786 {"UnmarshalError", Type, 0}, 4787 {"Unmarshaler", Type, 2}, 4788 {"UnmarshalerAttr", Type, 2}, 4789 {"UnsupportedTypeError", Type, 0}, 4790 {"UnsupportedTypeError.Type", Field, 0}, 4791 }, 4792 "errors": { 4793 {"As", Func, 13}, 4794 {"ErrUnsupported", Var, 21}, 4795 {"Is", Func, 13}, 4796 {"Join", Func, 20}, 4797 {"New", Func, 0}, 4798 {"Unwrap", Func, 13}, 4799 }, 4800 "expvar": { 4801 {"(*Float).Add", Method, 0}, 4802 {"(*Float).Set", Method, 0}, 4803 {"(*Float).String", Method, 0}, 4804 {"(*Float).Value", Method, 8}, 4805 {"(*Int).Add", Method, 0}, 4806 {"(*Int).Set", Method, 0}, 4807 {"(*Int).String", Method, 0}, 4808 {"(*Int).Value", Method, 8}, 4809 {"(*Map).Add", Method, 0}, 4810 {"(*Map).AddFloat", Method, 0}, 4811 {"(*Map).Delete", Method, 12}, 4812 {"(*Map).Do", Method, 0}, 4813 {"(*Map).Get", Method, 0}, 4814 {"(*Map).Init", Method, 0}, 4815 {"(*Map).Set", Method, 0}, 4816 {"(*Map).String", Method, 0}, 4817 {"(*String).Set", Method, 0}, 4818 {"(*String).String", Method, 0}, 4819 {"(*String).Value", Method, 8}, 4820 {"(Func).String", Method, 0}, 4821 {"(Func).Value", Method, 8}, 4822 {"Do", Func, 0}, 4823 {"Float", Type, 0}, 4824 {"Func", Type, 0}, 4825 {"Get", Func, 0}, 4826 {"Handler", Func, 8}, 4827 {"Int", Type, 0}, 4828 {"KeyValue", Type, 0}, 4829 {"KeyValue.Key", Field, 0}, 4830 {"KeyValue.Value", Field, 0}, 4831 {"Map", Type, 0}, 4832 {"NewFloat", Func, 0}, 4833 {"NewInt", Func, 0}, 4834 {"NewMap", Func, 0}, 4835 {"NewString", Func, 0}, 4836 {"Publish", Func, 0}, 4837 {"String", Type, 0}, 4838 {"Var", Type, 0}, 4839 }, 4840 "flag": { 4841 {"(*FlagSet).Arg", Method, 0}, 4842 {"(*FlagSet).Args", Method, 0}, 4843 {"(*FlagSet).Bool", Method, 0}, 4844 {"(*FlagSet).BoolFunc", Method, 21}, 4845 {"(*FlagSet).BoolVar", Method, 0}, 4846 {"(*FlagSet).Duration", Method, 0}, 4847 {"(*FlagSet).DurationVar", Method, 0}, 4848 {"(*FlagSet).ErrorHandling", Method, 10}, 4849 {"(*FlagSet).Float64", Method, 0}, 4850 {"(*FlagSet).Float64Var", Method, 0}, 4851 {"(*FlagSet).Func", Method, 16}, 4852 {"(*FlagSet).Init", Method, 0}, 4853 {"(*FlagSet).Int", Method, 0}, 4854 {"(*FlagSet).Int64", Method, 0}, 4855 {"(*FlagSet).Int64Var", Method, 0}, 4856 {"(*FlagSet).IntVar", Method, 0}, 4857 {"(*FlagSet).Lookup", Method, 0}, 4858 {"(*FlagSet).NArg", Method, 0}, 4859 {"(*FlagSet).NFlag", Method, 0}, 4860 {"(*FlagSet).Name", Method, 10}, 4861 {"(*FlagSet).Output", Method, 10}, 4862 {"(*FlagSet).Parse", Method, 0}, 4863 {"(*FlagSet).Parsed", Method, 0}, 4864 {"(*FlagSet).PrintDefaults", Method, 0}, 4865 {"(*FlagSet).Set", Method, 0}, 4866 {"(*FlagSet).SetOutput", Method, 0}, 4867 {"(*FlagSet).String", Method, 0}, 4868 {"(*FlagSet).StringVar", Method, 0}, 4869 {"(*FlagSet).TextVar", Method, 19}, 4870 {"(*FlagSet).Uint", Method, 0}, 4871 {"(*FlagSet).Uint64", Method, 0}, 4872 {"(*FlagSet).Uint64Var", Method, 0}, 4873 {"(*FlagSet).UintVar", Method, 0}, 4874 {"(*FlagSet).Var", Method, 0}, 4875 {"(*FlagSet).Visit", Method, 0}, 4876 {"(*FlagSet).VisitAll", Method, 0}, 4877 {"Arg", Func, 0}, 4878 {"Args", Func, 0}, 4879 {"Bool", Func, 0}, 4880 {"BoolFunc", Func, 21}, 4881 {"BoolVar", Func, 0}, 4882 {"CommandLine", Var, 2}, 4883 {"ContinueOnError", Const, 0}, 4884 {"Duration", Func, 0}, 4885 {"DurationVar", Func, 0}, 4886 {"ErrHelp", Var, 0}, 4887 {"ErrorHandling", Type, 0}, 4888 {"ExitOnError", Const, 0}, 4889 {"Flag", Type, 0}, 4890 {"Flag.DefValue", Field, 0}, 4891 {"Flag.Name", Field, 0}, 4892 {"Flag.Usage", Field, 0}, 4893 {"Flag.Value", Field, 0}, 4894 {"FlagSet", Type, 0}, 4895 {"FlagSet.Usage", Field, 0}, 4896 {"Float64", Func, 0}, 4897 {"Float64Var", Func, 0}, 4898 {"Func", Func, 16}, 4899 {"Getter", Type, 2}, 4900 {"Int", Func, 0}, 4901 {"Int64", Func, 0}, 4902 {"Int64Var", Func, 0}, 4903 {"IntVar", Func, 0}, 4904 {"Lookup", Func, 0}, 4905 {"NArg", Func, 0}, 4906 {"NFlag", Func, 0}, 4907 {"NewFlagSet", Func, 0}, 4908 {"PanicOnError", Const, 0}, 4909 {"Parse", Func, 0}, 4910 {"Parsed", Func, 0}, 4911 {"PrintDefaults", Func, 0}, 4912 {"Set", Func, 0}, 4913 {"String", Func, 0}, 4914 {"StringVar", Func, 0}, 4915 {"TextVar", Func, 19}, 4916 {"Uint", Func, 0}, 4917 {"Uint64", Func, 0}, 4918 {"Uint64Var", Func, 0}, 4919 {"UintVar", Func, 0}, 4920 {"UnquoteUsage", Func, 5}, 4921 {"Usage", Var, 0}, 4922 {"Value", Type, 0}, 4923 {"Var", Func, 0}, 4924 {"Visit", Func, 0}, 4925 {"VisitAll", Func, 0}, 4926 }, 4927 "fmt": { 4928 {"Append", Func, 19}, 4929 {"Appendf", Func, 19}, 4930 {"Appendln", Func, 19}, 4931 {"Errorf", Func, 0}, 4932 {"FormatString", Func, 20}, 4933 {"Formatter", Type, 0}, 4934 {"Fprint", Func, 0}, 4935 {"Fprintf", Func, 0}, 4936 {"Fprintln", Func, 0}, 4937 {"Fscan", Func, 0}, 4938 {"Fscanf", Func, 0}, 4939 {"Fscanln", Func, 0}, 4940 {"GoStringer", Type, 0}, 4941 {"Print", Func, 0}, 4942 {"Printf", Func, 0}, 4943 {"Println", Func, 0}, 4944 {"Scan", Func, 0}, 4945 {"ScanState", Type, 0}, 4946 {"Scanf", Func, 0}, 4947 {"Scanln", Func, 0}, 4948 {"Scanner", Type, 0}, 4949 {"Sprint", Func, 0}, 4950 {"Sprintf", Func, 0}, 4951 {"Sprintln", Func, 0}, 4952 {"Sscan", Func, 0}, 4953 {"Sscanf", Func, 0}, 4954 {"Sscanln", Func, 0}, 4955 {"State", Type, 0}, 4956 {"Stringer", Type, 0}, 4957 }, 4958 "go/ast": { 4959 {"(*ArrayType).End", Method, 0}, 4960 {"(*ArrayType).Pos", Method, 0}, 4961 {"(*AssignStmt).End", Method, 0}, 4962 {"(*AssignStmt).Pos", Method, 0}, 4963 {"(*BadDecl).End", Method, 0}, 4964 {"(*BadDecl).Pos", Method, 0}, 4965 {"(*BadExpr).End", Method, 0}, 4966 {"(*BadExpr).Pos", Method, 0}, 4967 {"(*BadStmt).End", Method, 0}, 4968 {"(*BadStmt).Pos", Method, 0}, 4969 {"(*BasicLit).End", Method, 0}, 4970 {"(*BasicLit).Pos", Method, 0}, 4971 {"(*BinaryExpr).End", Method, 0}, 4972 {"(*BinaryExpr).Pos", Method, 0}, 4973 {"(*BlockStmt).End", Method, 0}, 4974 {"(*BlockStmt).Pos", Method, 0}, 4975 {"(*BranchStmt).End", Method, 0}, 4976 {"(*BranchStmt).Pos", Method, 0}, 4977 {"(*CallExpr).End", Method, 0}, 4978 {"(*CallExpr).Pos", Method, 0}, 4979 {"(*CaseClause).End", Method, 0}, 4980 {"(*CaseClause).Pos", Method, 0}, 4981 {"(*ChanType).End", Method, 0}, 4982 {"(*ChanType).Pos", Method, 0}, 4983 {"(*CommClause).End", Method, 0}, 4984 {"(*CommClause).Pos", Method, 0}, 4985 {"(*Comment).End", Method, 0}, 4986 {"(*Comment).Pos", Method, 0}, 4987 {"(*CommentGroup).End", Method, 0}, 4988 {"(*CommentGroup).Pos", Method, 0}, 4989 {"(*CommentGroup).Text", Method, 0}, 4990 {"(*CompositeLit).End", Method, 0}, 4991 {"(*CompositeLit).Pos", Method, 0}, 4992 {"(*DeclStmt).End", Method, 0}, 4993 {"(*DeclStmt).Pos", Method, 0}, 4994 {"(*DeferStmt).End", Method, 0}, 4995 {"(*DeferStmt).Pos", Method, 0}, 4996 {"(*Ellipsis).End", Method, 0}, 4997 {"(*Ellipsis).Pos", Method, 0}, 4998 {"(*EmptyStmt).End", Method, 0}, 4999 {"(*EmptyStmt).Pos", Method, 0}, 5000 {"(*ExprStmt).End", Method, 0}, 5001 {"(*ExprStmt).Pos", Method, 0}, 5002 {"(*Field).End", Method, 0}, 5003 {"(*Field).Pos", Method, 0}, 5004 {"(*FieldList).End", Method, 0}, 5005 {"(*FieldList).NumFields", Method, 0}, 5006 {"(*FieldList).Pos", Method, 0}, 5007 {"(*File).End", Method, 0}, 5008 {"(*File).Pos", Method, 0}, 5009 {"(*ForStmt).End", Method, 0}, 5010 {"(*ForStmt).Pos", Method, 0}, 5011 {"(*FuncDecl).End", Method, 0}, 5012 {"(*FuncDecl).Pos", Method, 0}, 5013 {"(*FuncLit).End", Method, 0}, 5014 {"(*FuncLit).Pos", Method, 0}, 5015 {"(*FuncType).End", Method, 0}, 5016 {"(*FuncType).Pos", Method, 0}, 5017 {"(*GenDecl).End", Method, 0}, 5018 {"(*GenDecl).Pos", Method, 0}, 5019 {"(*GoStmt).End", Method, 0}, 5020 {"(*GoStmt).Pos", Method, 0}, 5021 {"(*Ident).End", Method, 0}, 5022 {"(*Ident).IsExported", Method, 0}, 5023 {"(*Ident).Pos", Method, 0}, 5024 {"(*Ident).String", Method, 0}, 5025 {"(*IfStmt).End", Method, 0}, 5026 {"(*IfStmt).Pos", Method, 0}, 5027 {"(*ImportSpec).End", Method, 0}, 5028 {"(*ImportSpec).Pos", Method, 0}, 5029 {"(*IncDecStmt).End", Method, 0}, 5030 {"(*IncDecStmt).Pos", Method, 0}, 5031 {"(*IndexExpr).End", Method, 0}, 5032 {"(*IndexExpr).Pos", Method, 0}, 5033 {"(*IndexListExpr).End", Method, 18}, 5034 {"(*IndexListExpr).Pos", Method, 18}, 5035 {"(*InterfaceType).End", Method, 0}, 5036 {"(*InterfaceType).Pos", Method, 0}, 5037 {"(*KeyValueExpr).End", Method, 0}, 5038 {"(*KeyValueExpr).Pos", Method, 0}, 5039 {"(*LabeledStmt).End", Method, 0}, 5040 {"(*LabeledStmt).Pos", Method, 0}, 5041 {"(*MapType).End", Method, 0}, 5042 {"(*MapType).Pos", Method, 0}, 5043 {"(*Object).Pos", Method, 0}, 5044 {"(*Package).End", Method, 0}, 5045 {"(*Package).Pos", Method, 0}, 5046 {"(*ParenExpr).End", Method, 0}, 5047 {"(*ParenExpr).Pos", Method, 0}, 5048 {"(*RangeStmt).End", Method, 0}, 5049 {"(*RangeStmt).Pos", Method, 0}, 5050 {"(*ReturnStmt).End", Method, 0}, 5051 {"(*ReturnStmt).Pos", Method, 0}, 5052 {"(*Scope).Insert", Method, 0}, 5053 {"(*Scope).Lookup", Method, 0}, 5054 {"(*Scope).String", Method, 0}, 5055 {"(*SelectStmt).End", Method, 0}, 5056 {"(*SelectStmt).Pos", Method, 0}, 5057 {"(*SelectorExpr).End", Method, 0}, 5058 {"(*SelectorExpr).Pos", Method, 0}, 5059 {"(*SendStmt).End", Method, 0}, 5060 {"(*SendStmt).Pos", Method, 0}, 5061 {"(*SliceExpr).End", Method, 0}, 5062 {"(*SliceExpr).Pos", Method, 0}, 5063 {"(*StarExpr).End", Method, 0}, 5064 {"(*StarExpr).Pos", Method, 0}, 5065 {"(*StructType).End", Method, 0}, 5066 {"(*StructType).Pos", Method, 0}, 5067 {"(*SwitchStmt).End", Method, 0}, 5068 {"(*SwitchStmt).Pos", Method, 0}, 5069 {"(*TypeAssertExpr).End", Method, 0}, 5070 {"(*TypeAssertExpr).Pos", Method, 0}, 5071 {"(*TypeSpec).End", Method, 0}, 5072 {"(*TypeSpec).Pos", Method, 0}, 5073 {"(*TypeSwitchStmt).End", Method, 0}, 5074 {"(*TypeSwitchStmt).Pos", Method, 0}, 5075 {"(*UnaryExpr).End", Method, 0}, 5076 {"(*UnaryExpr).Pos", Method, 0}, 5077 {"(*ValueSpec).End", Method, 0}, 5078 {"(*ValueSpec).Pos", Method, 0}, 5079 {"(CommentMap).Comments", Method, 1}, 5080 {"(CommentMap).Filter", Method, 1}, 5081 {"(CommentMap).String", Method, 1}, 5082 {"(CommentMap).Update", Method, 1}, 5083 {"(ObjKind).String", Method, 0}, 5084 {"ArrayType", Type, 0}, 5085 {"ArrayType.Elt", Field, 0}, 5086 {"ArrayType.Lbrack", Field, 0}, 5087 {"ArrayType.Len", Field, 0}, 5088 {"AssignStmt", Type, 0}, 5089 {"AssignStmt.Lhs", Field, 0}, 5090 {"AssignStmt.Rhs", Field, 0}, 5091 {"AssignStmt.Tok", Field, 0}, 5092 {"AssignStmt.TokPos", Field, 0}, 5093 {"Bad", Const, 0}, 5094 {"BadDecl", Type, 0}, 5095 {"BadDecl.From", Field, 0}, 5096 {"BadDecl.To", Field, 0}, 5097 {"BadExpr", Type, 0}, 5098 {"BadExpr.From", Field, 0}, 5099 {"BadExpr.To", Field, 0}, 5100 {"BadStmt", Type, 0}, 5101 {"BadStmt.From", Field, 0}, 5102 {"BadStmt.To", Field, 0}, 5103 {"BasicLit", Type, 0}, 5104 {"BasicLit.Kind", Field, 0}, 5105 {"BasicLit.Value", Field, 0}, 5106 {"BasicLit.ValuePos", Field, 0}, 5107 {"BinaryExpr", Type, 0}, 5108 {"BinaryExpr.Op", Field, 0}, 5109 {"BinaryExpr.OpPos", Field, 0}, 5110 {"BinaryExpr.X", Field, 0}, 5111 {"BinaryExpr.Y", Field, 0}, 5112 {"BlockStmt", Type, 0}, 5113 {"BlockStmt.Lbrace", Field, 0}, 5114 {"BlockStmt.List", Field, 0}, 5115 {"BlockStmt.Rbrace", Field, 0}, 5116 {"BranchStmt", Type, 0}, 5117 {"BranchStmt.Label", Field, 0}, 5118 {"BranchStmt.Tok", Field, 0}, 5119 {"BranchStmt.TokPos", Field, 0}, 5120 {"CallExpr", Type, 0}, 5121 {"CallExpr.Args", Field, 0}, 5122 {"CallExpr.Ellipsis", Field, 0}, 5123 {"CallExpr.Fun", Field, 0}, 5124 {"CallExpr.Lparen", Field, 0}, 5125 {"CallExpr.Rparen", Field, 0}, 5126 {"CaseClause", Type, 0}, 5127 {"CaseClause.Body", Field, 0}, 5128 {"CaseClause.Case", Field, 0}, 5129 {"CaseClause.Colon", Field, 0}, 5130 {"CaseClause.List", Field, 0}, 5131 {"ChanDir", Type, 0}, 5132 {"ChanType", Type, 0}, 5133 {"ChanType.Arrow", Field, 1}, 5134 {"ChanType.Begin", Field, 0}, 5135 {"ChanType.Dir", Field, 0}, 5136 {"ChanType.Value", Field, 0}, 5137 {"CommClause", Type, 0}, 5138 {"CommClause.Body", Field, 0}, 5139 {"CommClause.Case", Field, 0}, 5140 {"CommClause.Colon", Field, 0}, 5141 {"CommClause.Comm", Field, 0}, 5142 {"Comment", Type, 0}, 5143 {"Comment.Slash", Field, 0}, 5144 {"Comment.Text", Field, 0}, 5145 {"CommentGroup", Type, 0}, 5146 {"CommentGroup.List", Field, 0}, 5147 {"CommentMap", Type, 1}, 5148 {"CompositeLit", Type, 0}, 5149 {"CompositeLit.Elts", Field, 0}, 5150 {"CompositeLit.Incomplete", Field, 11}, 5151 {"CompositeLit.Lbrace", Field, 0}, 5152 {"CompositeLit.Rbrace", Field, 0}, 5153 {"CompositeLit.Type", Field, 0}, 5154 {"Con", Const, 0}, 5155 {"Decl", Type, 0}, 5156 {"DeclStmt", Type, 0}, 5157 {"DeclStmt.Decl", Field, 0}, 5158 {"DeferStmt", Type, 0}, 5159 {"DeferStmt.Call", Field, 0}, 5160 {"DeferStmt.Defer", Field, 0}, 5161 {"Ellipsis", Type, 0}, 5162 {"Ellipsis.Ellipsis", Field, 0}, 5163 {"Ellipsis.Elt", Field, 0}, 5164 {"EmptyStmt", Type, 0}, 5165 {"EmptyStmt.Implicit", Field, 5}, 5166 {"EmptyStmt.Semicolon", Field, 0}, 5167 {"Expr", Type, 0}, 5168 {"ExprStmt", Type, 0}, 5169 {"ExprStmt.X", Field, 0}, 5170 {"Field", Type, 0}, 5171 {"Field.Comment", Field, 0}, 5172 {"Field.Doc", Field, 0}, 5173 {"Field.Names", Field, 0}, 5174 {"Field.Tag", Field, 0}, 5175 {"Field.Type", Field, 0}, 5176 {"FieldFilter", Type, 0}, 5177 {"FieldList", Type, 0}, 5178 {"FieldList.Closing", Field, 0}, 5179 {"FieldList.List", Field, 0}, 5180 {"FieldList.Opening", Field, 0}, 5181 {"File", Type, 0}, 5182 {"File.Comments", Field, 0}, 5183 {"File.Decls", Field, 0}, 5184 {"File.Doc", Field, 0}, 5185 {"File.FileEnd", Field, 20}, 5186 {"File.FileStart", Field, 20}, 5187 {"File.GoVersion", Field, 21}, 5188 {"File.Imports", Field, 0}, 5189 {"File.Name", Field, 0}, 5190 {"File.Package", Field, 0}, 5191 {"File.Scope", Field, 0}, 5192 {"File.Unresolved", Field, 0}, 5193 {"FileExports", Func, 0}, 5194 {"Filter", Type, 0}, 5195 {"FilterDecl", Func, 0}, 5196 {"FilterFile", Func, 0}, 5197 {"FilterFuncDuplicates", Const, 0}, 5198 {"FilterImportDuplicates", Const, 0}, 5199 {"FilterPackage", Func, 0}, 5200 {"FilterUnassociatedComments", Const, 0}, 5201 {"ForStmt", Type, 0}, 5202 {"ForStmt.Body", Field, 0}, 5203 {"ForStmt.Cond", Field, 0}, 5204 {"ForStmt.For", Field, 0}, 5205 {"ForStmt.Init", Field, 0}, 5206 {"ForStmt.Post", Field, 0}, 5207 {"Fprint", Func, 0}, 5208 {"Fun", Const, 0}, 5209 {"FuncDecl", Type, 0}, 5210 {"FuncDecl.Body", Field, 0}, 5211 {"FuncDecl.Doc", Field, 0}, 5212 {"FuncDecl.Name", Field, 0}, 5213 {"FuncDecl.Recv", Field, 0}, 5214 {"FuncDecl.Type", Field, 0}, 5215 {"FuncLit", Type, 0}, 5216 {"FuncLit.Body", Field, 0}, 5217 {"FuncLit.Type", Field, 0}, 5218 {"FuncType", Type, 0}, 5219 {"FuncType.Func", Field, 0}, 5220 {"FuncType.Params", Field, 0}, 5221 {"FuncType.Results", Field, 0}, 5222 {"FuncType.TypeParams", Field, 18}, 5223 {"GenDecl", Type, 0}, 5224 {"GenDecl.Doc", Field, 0}, 5225 {"GenDecl.Lparen", Field, 0}, 5226 {"GenDecl.Rparen", Field, 0}, 5227 {"GenDecl.Specs", Field, 0}, 5228 {"GenDecl.Tok", Field, 0}, 5229 {"GenDecl.TokPos", Field, 0}, 5230 {"GoStmt", Type, 0}, 5231 {"GoStmt.Call", Field, 0}, 5232 {"GoStmt.Go", Field, 0}, 5233 {"Ident", Type, 0}, 5234 {"Ident.Name", Field, 0}, 5235 {"Ident.NamePos", Field, 0}, 5236 {"Ident.Obj", Field, 0}, 5237 {"IfStmt", Type, 0}, 5238 {"IfStmt.Body", Field, 0}, 5239 {"IfStmt.Cond", Field, 0}, 5240 {"IfStmt.Else", Field, 0}, 5241 {"IfStmt.If", Field, 0}, 5242 {"IfStmt.Init", Field, 0}, 5243 {"ImportSpec", Type, 0}, 5244 {"ImportSpec.Comment", Field, 0}, 5245 {"ImportSpec.Doc", Field, 0}, 5246 {"ImportSpec.EndPos", Field, 0}, 5247 {"ImportSpec.Name", Field, 0}, 5248 {"ImportSpec.Path", Field, 0}, 5249 {"Importer", Type, 0}, 5250 {"IncDecStmt", Type, 0}, 5251 {"IncDecStmt.Tok", Field, 0}, 5252 {"IncDecStmt.TokPos", Field, 0}, 5253 {"IncDecStmt.X", Field, 0}, 5254 {"IndexExpr", Type, 0}, 5255 {"IndexExpr.Index", Field, 0}, 5256 {"IndexExpr.Lbrack", Field, 0}, 5257 {"IndexExpr.Rbrack", Field, 0}, 5258 {"IndexExpr.X", Field, 0}, 5259 {"IndexListExpr", Type, 18}, 5260 {"IndexListExpr.Indices", Field, 18}, 5261 {"IndexListExpr.Lbrack", Field, 18}, 5262 {"IndexListExpr.Rbrack", Field, 18}, 5263 {"IndexListExpr.X", Field, 18}, 5264 {"Inspect", Func, 0}, 5265 {"InterfaceType", Type, 0}, 5266 {"InterfaceType.Incomplete", Field, 0}, 5267 {"InterfaceType.Interface", Field, 0}, 5268 {"InterfaceType.Methods", Field, 0}, 5269 {"IsExported", Func, 0}, 5270 {"IsGenerated", Func, 21}, 5271 {"KeyValueExpr", Type, 0}, 5272 {"KeyValueExpr.Colon", Field, 0}, 5273 {"KeyValueExpr.Key", Field, 0}, 5274 {"KeyValueExpr.Value", Field, 0}, 5275 {"LabeledStmt", Type, 0}, 5276 {"LabeledStmt.Colon", Field, 0}, 5277 {"LabeledStmt.Label", Field, 0}, 5278 {"LabeledStmt.Stmt", Field, 0}, 5279 {"Lbl", Const, 0}, 5280 {"MapType", Type, 0}, 5281 {"MapType.Key", Field, 0}, 5282 {"MapType.Map", Field, 0}, 5283 {"MapType.Value", Field, 0}, 5284 {"MergeMode", Type, 0}, 5285 {"MergePackageFiles", Func, 0}, 5286 {"NewCommentMap", Func, 1}, 5287 {"NewIdent", Func, 0}, 5288 {"NewObj", Func, 0}, 5289 {"NewPackage", Func, 0}, 5290 {"NewScope", Func, 0}, 5291 {"Node", Type, 0}, 5292 {"NotNilFilter", Func, 0}, 5293 {"ObjKind", Type, 0}, 5294 {"Object", Type, 0}, 5295 {"Object.Data", Field, 0}, 5296 {"Object.Decl", Field, 0}, 5297 {"Object.Kind", Field, 0}, 5298 {"Object.Name", Field, 0}, 5299 {"Object.Type", Field, 0}, 5300 {"Package", Type, 0}, 5301 {"Package.Files", Field, 0}, 5302 {"Package.Imports", Field, 0}, 5303 {"Package.Name", Field, 0}, 5304 {"Package.Scope", Field, 0}, 5305 {"PackageExports", Func, 0}, 5306 {"ParenExpr", Type, 0}, 5307 {"ParenExpr.Lparen", Field, 0}, 5308 {"ParenExpr.Rparen", Field, 0}, 5309 {"ParenExpr.X", Field, 0}, 5310 {"Pkg", Const, 0}, 5311 {"Print", Func, 0}, 5312 {"RECV", Const, 0}, 5313 {"RangeStmt", Type, 0}, 5314 {"RangeStmt.Body", Field, 0}, 5315 {"RangeStmt.For", Field, 0}, 5316 {"RangeStmt.Key", Field, 0}, 5317 {"RangeStmt.Range", Field, 20}, 5318 {"RangeStmt.Tok", Field, 0}, 5319 {"RangeStmt.TokPos", Field, 0}, 5320 {"RangeStmt.Value", Field, 0}, 5321 {"RangeStmt.X", Field, 0}, 5322 {"ReturnStmt", Type, 0}, 5323 {"ReturnStmt.Results", Field, 0}, 5324 {"ReturnStmt.Return", Field, 0}, 5325 {"SEND", Const, 0}, 5326 {"Scope", Type, 0}, 5327 {"Scope.Objects", Field, 0}, 5328 {"Scope.Outer", Field, 0}, 5329 {"SelectStmt", Type, 0}, 5330 {"SelectStmt.Body", Field, 0}, 5331 {"SelectStmt.Select", Field, 0}, 5332 {"SelectorExpr", Type, 0}, 5333 {"SelectorExpr.Sel", Field, 0}, 5334 {"SelectorExpr.X", Field, 0}, 5335 {"SendStmt", Type, 0}, 5336 {"SendStmt.Arrow", Field, 0}, 5337 {"SendStmt.Chan", Field, 0}, 5338 {"SendStmt.Value", Field, 0}, 5339 {"SliceExpr", Type, 0}, 5340 {"SliceExpr.High", Field, 0}, 5341 {"SliceExpr.Lbrack", Field, 0}, 5342 {"SliceExpr.Low", Field, 0}, 5343 {"SliceExpr.Max", Field, 2}, 5344 {"SliceExpr.Rbrack", Field, 0}, 5345 {"SliceExpr.Slice3", Field, 2}, 5346 {"SliceExpr.X", Field, 0}, 5347 {"SortImports", Func, 0}, 5348 {"Spec", Type, 0}, 5349 {"StarExpr", Type, 0}, 5350 {"StarExpr.Star", Field, 0}, 5351 {"StarExpr.X", Field, 0}, 5352 {"Stmt", Type, 0}, 5353 {"StructType", Type, 0}, 5354 {"StructType.Fields", Field, 0}, 5355 {"StructType.Incomplete", Field, 0}, 5356 {"StructType.Struct", Field, 0}, 5357 {"SwitchStmt", Type, 0}, 5358 {"SwitchStmt.Body", Field, 0}, 5359 {"SwitchStmt.Init", Field, 0}, 5360 {"SwitchStmt.Switch", Field, 0}, 5361 {"SwitchStmt.Tag", Field, 0}, 5362 {"Typ", Const, 0}, 5363 {"TypeAssertExpr", Type, 0}, 5364 {"TypeAssertExpr.Lparen", Field, 2}, 5365 {"TypeAssertExpr.Rparen", Field, 2}, 5366 {"TypeAssertExpr.Type", Field, 0}, 5367 {"TypeAssertExpr.X", Field, 0}, 5368 {"TypeSpec", Type, 0}, 5369 {"TypeSpec.Assign", Field, 9}, 5370 {"TypeSpec.Comment", Field, 0}, 5371 {"TypeSpec.Doc", Field, 0}, 5372 {"TypeSpec.Name", Field, 0}, 5373 {"TypeSpec.Type", Field, 0}, 5374 {"TypeSpec.TypeParams", Field, 18}, 5375 {"TypeSwitchStmt", Type, 0}, 5376 {"TypeSwitchStmt.Assign", Field, 0}, 5377 {"TypeSwitchStmt.Body", Field, 0}, 5378 {"TypeSwitchStmt.Init", Field, 0}, 5379 {"TypeSwitchStmt.Switch", Field, 0}, 5380 {"UnaryExpr", Type, 0}, 5381 {"UnaryExpr.Op", Field, 0}, 5382 {"UnaryExpr.OpPos", Field, 0}, 5383 {"UnaryExpr.X", Field, 0}, 5384 {"Unparen", Func, 22}, 5385 {"ValueSpec", Type, 0}, 5386 {"ValueSpec.Comment", Field, 0}, 5387 {"ValueSpec.Doc", Field, 0}, 5388 {"ValueSpec.Names", Field, 0}, 5389 {"ValueSpec.Type", Field, 0}, 5390 {"ValueSpec.Values", Field, 0}, 5391 {"Var", Const, 0}, 5392 {"Visitor", Type, 0}, 5393 {"Walk", Func, 0}, 5394 }, 5395 "go/build": { 5396 {"(*Context).Import", Method, 0}, 5397 {"(*Context).ImportDir", Method, 0}, 5398 {"(*Context).MatchFile", Method, 2}, 5399 {"(*Context).SrcDirs", Method, 0}, 5400 {"(*MultiplePackageError).Error", Method, 4}, 5401 {"(*NoGoError).Error", Method, 0}, 5402 {"(*Package).IsCommand", Method, 0}, 5403 {"AllowBinary", Const, 0}, 5404 {"ArchChar", Func, 0}, 5405 {"Context", Type, 0}, 5406 {"Context.BuildTags", Field, 0}, 5407 {"Context.CgoEnabled", Field, 0}, 5408 {"Context.Compiler", Field, 0}, 5409 {"Context.Dir", Field, 14}, 5410 {"Context.GOARCH", Field, 0}, 5411 {"Context.GOOS", Field, 0}, 5412 {"Context.GOPATH", Field, 0}, 5413 {"Context.GOROOT", Field, 0}, 5414 {"Context.HasSubdir", Field, 0}, 5415 {"Context.InstallSuffix", Field, 1}, 5416 {"Context.IsAbsPath", Field, 0}, 5417 {"Context.IsDir", Field, 0}, 5418 {"Context.JoinPath", Field, 0}, 5419 {"Context.OpenFile", Field, 0}, 5420 {"Context.ReadDir", Field, 0}, 5421 {"Context.ReleaseTags", Field, 1}, 5422 {"Context.SplitPathList", Field, 0}, 5423 {"Context.ToolTags", Field, 17}, 5424 {"Context.UseAllFiles", Field, 0}, 5425 {"Default", Var, 0}, 5426 {"Directive", Type, 21}, 5427 {"Directive.Pos", Field, 21}, 5428 {"Directive.Text", Field, 21}, 5429 {"FindOnly", Const, 0}, 5430 {"IgnoreVendor", Const, 6}, 5431 {"Import", Func, 0}, 5432 {"ImportComment", Const, 4}, 5433 {"ImportDir", Func, 0}, 5434 {"ImportMode", Type, 0}, 5435 {"IsLocalImport", Func, 0}, 5436 {"MultiplePackageError", Type, 4}, 5437 {"MultiplePackageError.Dir", Field, 4}, 5438 {"MultiplePackageError.Files", Field, 4}, 5439 {"MultiplePackageError.Packages", Field, 4}, 5440 {"NoGoError", Type, 0}, 5441 {"NoGoError.Dir", Field, 0}, 5442 {"Package", Type, 0}, 5443 {"Package.AllTags", Field, 2}, 5444 {"Package.BinDir", Field, 0}, 5445 {"Package.BinaryOnly", Field, 7}, 5446 {"Package.CFiles", Field, 0}, 5447 {"Package.CXXFiles", Field, 2}, 5448 {"Package.CgoCFLAGS", Field, 0}, 5449 {"Package.CgoCPPFLAGS", Field, 2}, 5450 {"Package.CgoCXXFLAGS", Field, 2}, 5451 {"Package.CgoFFLAGS", Field, 7}, 5452 {"Package.CgoFiles", Field, 0}, 5453 {"Package.CgoLDFLAGS", Field, 0}, 5454 {"Package.CgoPkgConfig", Field, 0}, 5455 {"Package.ConflictDir", Field, 2}, 5456 {"Package.Dir", Field, 0}, 5457 {"Package.Directives", Field, 21}, 5458 {"Package.Doc", Field, 0}, 5459 {"Package.EmbedPatternPos", Field, 16}, 5460 {"Package.EmbedPatterns", Field, 16}, 5461 {"Package.FFiles", Field, 7}, 5462 {"Package.GoFiles", Field, 0}, 5463 {"Package.Goroot", Field, 0}, 5464 {"Package.HFiles", Field, 0}, 5465 {"Package.IgnoredGoFiles", Field, 1}, 5466 {"Package.IgnoredOtherFiles", Field, 16}, 5467 {"Package.ImportComment", Field, 4}, 5468 {"Package.ImportPath", Field, 0}, 5469 {"Package.ImportPos", Field, 0}, 5470 {"Package.Imports", Field, 0}, 5471 {"Package.InvalidGoFiles", Field, 6}, 5472 {"Package.MFiles", Field, 3}, 5473 {"Package.Name", Field, 0}, 5474 {"Package.PkgObj", Field, 0}, 5475 {"Package.PkgRoot", Field, 0}, 5476 {"Package.PkgTargetRoot", Field, 5}, 5477 {"Package.Root", Field, 0}, 5478 {"Package.SFiles", Field, 0}, 5479 {"Package.SrcRoot", Field, 0}, 5480 {"Package.SwigCXXFiles", Field, 1}, 5481 {"Package.SwigFiles", Field, 1}, 5482 {"Package.SysoFiles", Field, 0}, 5483 {"Package.TestDirectives", Field, 21}, 5484 {"Package.TestEmbedPatternPos", Field, 16}, 5485 {"Package.TestEmbedPatterns", Field, 16}, 5486 {"Package.TestGoFiles", Field, 0}, 5487 {"Package.TestImportPos", Field, 0}, 5488 {"Package.TestImports", Field, 0}, 5489 {"Package.XTestDirectives", Field, 21}, 5490 {"Package.XTestEmbedPatternPos", Field, 16}, 5491 {"Package.XTestEmbedPatterns", Field, 16}, 5492 {"Package.XTestGoFiles", Field, 0}, 5493 {"Package.XTestImportPos", Field, 0}, 5494 {"Package.XTestImports", Field, 0}, 5495 {"ToolDir", Var, 0}, 5496 }, 5497 "go/build/constraint": { 5498 {"(*AndExpr).Eval", Method, 16}, 5499 {"(*AndExpr).String", Method, 16}, 5500 {"(*NotExpr).Eval", Method, 16}, 5501 {"(*NotExpr).String", Method, 16}, 5502 {"(*OrExpr).Eval", Method, 16}, 5503 {"(*OrExpr).String", Method, 16}, 5504 {"(*SyntaxError).Error", Method, 16}, 5505 {"(*TagExpr).Eval", Method, 16}, 5506 {"(*TagExpr).String", Method, 16}, 5507 {"AndExpr", Type, 16}, 5508 {"AndExpr.X", Field, 16}, 5509 {"AndExpr.Y", Field, 16}, 5510 {"Expr", Type, 16}, 5511 {"GoVersion", Func, 21}, 5512 {"IsGoBuild", Func, 16}, 5513 {"IsPlusBuild", Func, 16}, 5514 {"NotExpr", Type, 16}, 5515 {"NotExpr.X", Field, 16}, 5516 {"OrExpr", Type, 16}, 5517 {"OrExpr.X", Field, 16}, 5518 {"OrExpr.Y", Field, 16}, 5519 {"Parse", Func, 16}, 5520 {"PlusBuildLines", Func, 16}, 5521 {"SyntaxError", Type, 16}, 5522 {"SyntaxError.Err", Field, 16}, 5523 {"SyntaxError.Offset", Field, 16}, 5524 {"TagExpr", Type, 16}, 5525 {"TagExpr.Tag", Field, 16}, 5526 }, 5527 "go/constant": { 5528 {"(Kind).String", Method, 18}, 5529 {"BinaryOp", Func, 5}, 5530 {"BitLen", Func, 5}, 5531 {"Bool", Const, 5}, 5532 {"BoolVal", Func, 5}, 5533 {"Bytes", Func, 5}, 5534 {"Compare", Func, 5}, 5535 {"Complex", Const, 5}, 5536 {"Denom", Func, 5}, 5537 {"Float", Const, 5}, 5538 {"Float32Val", Func, 5}, 5539 {"Float64Val", Func, 5}, 5540 {"Imag", Func, 5}, 5541 {"Int", Const, 5}, 5542 {"Int64Val", Func, 5}, 5543 {"Kind", Type, 5}, 5544 {"Make", Func, 13}, 5545 {"MakeBool", Func, 5}, 5546 {"MakeFloat64", Func, 5}, 5547 {"MakeFromBytes", Func, 5}, 5548 {"MakeFromLiteral", Func, 5}, 5549 {"MakeImag", Func, 5}, 5550 {"MakeInt64", Func, 5}, 5551 {"MakeString", Func, 5}, 5552 {"MakeUint64", Func, 5}, 5553 {"MakeUnknown", Func, 5}, 5554 {"Num", Func, 5}, 5555 {"Real", Func, 5}, 5556 {"Shift", Func, 5}, 5557 {"Sign", Func, 5}, 5558 {"String", Const, 5}, 5559 {"StringVal", Func, 5}, 5560 {"ToComplex", Func, 6}, 5561 {"ToFloat", Func, 6}, 5562 {"ToInt", Func, 6}, 5563 {"Uint64Val", Func, 5}, 5564 {"UnaryOp", Func, 5}, 5565 {"Unknown", Const, 5}, 5566 {"Val", Func, 13}, 5567 {"Value", Type, 5}, 5568 }, 5569 "go/doc": { 5570 {"(*Package).Filter", Method, 0}, 5571 {"(*Package).HTML", Method, 19}, 5572 {"(*Package).Markdown", Method, 19}, 5573 {"(*Package).Parser", Method, 19}, 5574 {"(*Package).Printer", Method, 19}, 5575 {"(*Package).Synopsis", Method, 19}, 5576 {"(*Package).Text", Method, 19}, 5577 {"AllDecls", Const, 0}, 5578 {"AllMethods", Const, 0}, 5579 {"Example", Type, 0}, 5580 {"Example.Code", Field, 0}, 5581 {"Example.Comments", Field, 0}, 5582 {"Example.Doc", Field, 0}, 5583 {"Example.EmptyOutput", Field, 1}, 5584 {"Example.Name", Field, 0}, 5585 {"Example.Order", Field, 1}, 5586 {"Example.Output", Field, 0}, 5587 {"Example.Play", Field, 1}, 5588 {"Example.Suffix", Field, 14}, 5589 {"Example.Unordered", Field, 7}, 5590 {"Examples", Func, 0}, 5591 {"Filter", Type, 0}, 5592 {"Func", Type, 0}, 5593 {"Func.Decl", Field, 0}, 5594 {"Func.Doc", Field, 0}, 5595 {"Func.Examples", Field, 14}, 5596 {"Func.Level", Field, 0}, 5597 {"Func.Name", Field, 0}, 5598 {"Func.Orig", Field, 0}, 5599 {"Func.Recv", Field, 0}, 5600 {"IllegalPrefixes", Var, 1}, 5601 {"IsPredeclared", Func, 8}, 5602 {"Mode", Type, 0}, 5603 {"New", Func, 0}, 5604 {"NewFromFiles", Func, 14}, 5605 {"Note", Type, 1}, 5606 {"Note.Body", Field, 1}, 5607 {"Note.End", Field, 1}, 5608 {"Note.Pos", Field, 1}, 5609 {"Note.UID", Field, 1}, 5610 {"Package", Type, 0}, 5611 {"Package.Bugs", Field, 0}, 5612 {"Package.Consts", Field, 0}, 5613 {"Package.Doc", Field, 0}, 5614 {"Package.Examples", Field, 14}, 5615 {"Package.Filenames", Field, 0}, 5616 {"Package.Funcs", Field, 0}, 5617 {"Package.ImportPath", Field, 0}, 5618 {"Package.Imports", Field, 0}, 5619 {"Package.Name", Field, 0}, 5620 {"Package.Notes", Field, 1}, 5621 {"Package.Types", Field, 0}, 5622 {"Package.Vars", Field, 0}, 5623 {"PreserveAST", Const, 12}, 5624 {"Synopsis", Func, 0}, 5625 {"ToHTML", Func, 0}, 5626 {"ToText", Func, 0}, 5627 {"Type", Type, 0}, 5628 {"Type.Consts", Field, 0}, 5629 {"Type.Decl", Field, 0}, 5630 {"Type.Doc", Field, 0}, 5631 {"Type.Examples", Field, 14}, 5632 {"Type.Funcs", Field, 0}, 5633 {"Type.Methods", Field, 0}, 5634 {"Type.Name", Field, 0}, 5635 {"Type.Vars", Field, 0}, 5636 {"Value", Type, 0}, 5637 {"Value.Decl", Field, 0}, 5638 {"Value.Doc", Field, 0}, 5639 {"Value.Names", Field, 0}, 5640 }, 5641 "go/doc/comment": { 5642 {"(*DocLink).DefaultURL", Method, 19}, 5643 {"(*Heading).DefaultID", Method, 19}, 5644 {"(*List).BlankBefore", Method, 19}, 5645 {"(*List).BlankBetween", Method, 19}, 5646 {"(*Parser).Parse", Method, 19}, 5647 {"(*Printer).Comment", Method, 19}, 5648 {"(*Printer).HTML", Method, 19}, 5649 {"(*Printer).Markdown", Method, 19}, 5650 {"(*Printer).Text", Method, 19}, 5651 {"Block", Type, 19}, 5652 {"Code", Type, 19}, 5653 {"Code.Text", Field, 19}, 5654 {"DefaultLookupPackage", Func, 19}, 5655 {"Doc", Type, 19}, 5656 {"Doc.Content", Field, 19}, 5657 {"Doc.Links", Field, 19}, 5658 {"DocLink", Type, 19}, 5659 {"DocLink.ImportPath", Field, 19}, 5660 {"DocLink.Name", Field, 19}, 5661 {"DocLink.Recv", Field, 19}, 5662 {"DocLink.Text", Field, 19}, 5663 {"Heading", Type, 19}, 5664 {"Heading.Text", Field, 19}, 5665 {"Italic", Type, 19}, 5666 {"Link", Type, 19}, 5667 {"Link.Auto", Field, 19}, 5668 {"Link.Text", Field, 19}, 5669 {"Link.URL", Field, 19}, 5670 {"LinkDef", Type, 19}, 5671 {"LinkDef.Text", Field, 19}, 5672 {"LinkDef.URL", Field, 19}, 5673 {"LinkDef.Used", Field, 19}, 5674 {"List", Type, 19}, 5675 {"List.ForceBlankBefore", Field, 19}, 5676 {"List.ForceBlankBetween", Field, 19}, 5677 {"List.Items", Field, 19}, 5678 {"ListItem", Type, 19}, 5679 {"ListItem.Content", Field, 19}, 5680 {"ListItem.Number", Field, 19}, 5681 {"Paragraph", Type, 19}, 5682 {"Paragraph.Text", Field, 19}, 5683 {"Parser", Type, 19}, 5684 {"Parser.LookupPackage", Field, 19}, 5685 {"Parser.LookupSym", Field, 19}, 5686 {"Parser.Words", Field, 19}, 5687 {"Plain", Type, 19}, 5688 {"Printer", Type, 19}, 5689 {"Printer.DocLinkBaseURL", Field, 19}, 5690 {"Printer.DocLinkURL", Field, 19}, 5691 {"Printer.HeadingID", Field, 19}, 5692 {"Printer.HeadingLevel", Field, 19}, 5693 {"Printer.TextCodePrefix", Field, 19}, 5694 {"Printer.TextPrefix", Field, 19}, 5695 {"Printer.TextWidth", Field, 19}, 5696 {"Text", Type, 19}, 5697 }, 5698 "go/format": { 5699 {"Node", Func, 1}, 5700 {"Source", Func, 1}, 5701 }, 5702 "go/importer": { 5703 {"Default", Func, 5}, 5704 {"For", Func, 5}, 5705 {"ForCompiler", Func, 12}, 5706 {"Lookup", Type, 5}, 5707 }, 5708 "go/parser": { 5709 {"AllErrors", Const, 1}, 5710 {"DeclarationErrors", Const, 0}, 5711 {"ImportsOnly", Const, 0}, 5712 {"Mode", Type, 0}, 5713 {"PackageClauseOnly", Const, 0}, 5714 {"ParseComments", Const, 0}, 5715 {"ParseDir", Func, 0}, 5716 {"ParseExpr", Func, 0}, 5717 {"ParseExprFrom", Func, 5}, 5718 {"ParseFile", Func, 0}, 5719 {"SkipObjectResolution", Const, 17}, 5720 {"SpuriousErrors", Const, 0}, 5721 {"Trace", Const, 0}, 5722 }, 5723 "go/printer": { 5724 {"(*Config).Fprint", Method, 0}, 5725 {"CommentedNode", Type, 0}, 5726 {"CommentedNode.Comments", Field, 0}, 5727 {"CommentedNode.Node", Field, 0}, 5728 {"Config", Type, 0}, 5729 {"Config.Indent", Field, 1}, 5730 {"Config.Mode", Field, 0}, 5731 {"Config.Tabwidth", Field, 0}, 5732 {"Fprint", Func, 0}, 5733 {"Mode", Type, 0}, 5734 {"RawFormat", Const, 0}, 5735 {"SourcePos", Const, 0}, 5736 {"TabIndent", Const, 0}, 5737 {"UseSpaces", Const, 0}, 5738 }, 5739 "go/scanner": { 5740 {"(*ErrorList).Add", Method, 0}, 5741 {"(*ErrorList).RemoveMultiples", Method, 0}, 5742 {"(*ErrorList).Reset", Method, 0}, 5743 {"(*Scanner).Init", Method, 0}, 5744 {"(*Scanner).Scan", Method, 0}, 5745 {"(Error).Error", Method, 0}, 5746 {"(ErrorList).Err", Method, 0}, 5747 {"(ErrorList).Error", Method, 0}, 5748 {"(ErrorList).Len", Method, 0}, 5749 {"(ErrorList).Less", Method, 0}, 5750 {"(ErrorList).Sort", Method, 0}, 5751 {"(ErrorList).Swap", Method, 0}, 5752 {"Error", Type, 0}, 5753 {"Error.Msg", Field, 0}, 5754 {"Error.Pos", Field, 0}, 5755 {"ErrorHandler", Type, 0}, 5756 {"ErrorList", Type, 0}, 5757 {"Mode", Type, 0}, 5758 {"PrintError", Func, 0}, 5759 {"ScanComments", Const, 0}, 5760 {"Scanner", Type, 0}, 5761 {"Scanner.ErrorCount", Field, 0}, 5762 }, 5763 "go/token": { 5764 {"(*File).AddLine", Method, 0}, 5765 {"(*File).AddLineColumnInfo", Method, 11}, 5766 {"(*File).AddLineInfo", Method, 0}, 5767 {"(*File).Base", Method, 0}, 5768 {"(*File).Line", Method, 0}, 5769 {"(*File).LineCount", Method, 0}, 5770 {"(*File).LineStart", Method, 12}, 5771 {"(*File).Lines", Method, 21}, 5772 {"(*File).MergeLine", Method, 2}, 5773 {"(*File).Name", Method, 0}, 5774 {"(*File).Offset", Method, 0}, 5775 {"(*File).Pos", Method, 0}, 5776 {"(*File).Position", Method, 0}, 5777 {"(*File).PositionFor", Method, 4}, 5778 {"(*File).SetLines", Method, 0}, 5779 {"(*File).SetLinesForContent", Method, 0}, 5780 {"(*File).Size", Method, 0}, 5781 {"(*FileSet).AddFile", Method, 0}, 5782 {"(*FileSet).Base", Method, 0}, 5783 {"(*FileSet).File", Method, 0}, 5784 {"(*FileSet).Iterate", Method, 0}, 5785 {"(*FileSet).Position", Method, 0}, 5786 {"(*FileSet).PositionFor", Method, 4}, 5787 {"(*FileSet).Read", Method, 0}, 5788 {"(*FileSet).RemoveFile", Method, 20}, 5789 {"(*FileSet).Write", Method, 0}, 5790 {"(*Position).IsValid", Method, 0}, 5791 {"(Pos).IsValid", Method, 0}, 5792 {"(Position).String", Method, 0}, 5793 {"(Token).IsKeyword", Method, 0}, 5794 {"(Token).IsLiteral", Method, 0}, 5795 {"(Token).IsOperator", Method, 0}, 5796 {"(Token).Precedence", Method, 0}, 5797 {"(Token).String", Method, 0}, 5798 {"ADD", Const, 0}, 5799 {"ADD_ASSIGN", Const, 0}, 5800 {"AND", Const, 0}, 5801 {"AND_ASSIGN", Const, 0}, 5802 {"AND_NOT", Const, 0}, 5803 {"AND_NOT_ASSIGN", Const, 0}, 5804 {"ARROW", Const, 0}, 5805 {"ASSIGN", Const, 0}, 5806 {"BREAK", Const, 0}, 5807 {"CASE", Const, 0}, 5808 {"CHAN", Const, 0}, 5809 {"CHAR", Const, 0}, 5810 {"COLON", Const, 0}, 5811 {"COMMA", Const, 0}, 5812 {"COMMENT", Const, 0}, 5813 {"CONST", Const, 0}, 5814 {"CONTINUE", Const, 0}, 5815 {"DEC", Const, 0}, 5816 {"DEFAULT", Const, 0}, 5817 {"DEFER", Const, 0}, 5818 {"DEFINE", Const, 0}, 5819 {"ELLIPSIS", Const, 0}, 5820 {"ELSE", Const, 0}, 5821 {"EOF", Const, 0}, 5822 {"EQL", Const, 0}, 5823 {"FALLTHROUGH", Const, 0}, 5824 {"FLOAT", Const, 0}, 5825 {"FOR", Const, 0}, 5826 {"FUNC", Const, 0}, 5827 {"File", Type, 0}, 5828 {"FileSet", Type, 0}, 5829 {"GEQ", Const, 0}, 5830 {"GO", Const, 0}, 5831 {"GOTO", Const, 0}, 5832 {"GTR", Const, 0}, 5833 {"HighestPrec", Const, 0}, 5834 {"IDENT", Const, 0}, 5835 {"IF", Const, 0}, 5836 {"ILLEGAL", Const, 0}, 5837 {"IMAG", Const, 0}, 5838 {"IMPORT", Const, 0}, 5839 {"INC", Const, 0}, 5840 {"INT", Const, 0}, 5841 {"INTERFACE", Const, 0}, 5842 {"IsExported", Func, 13}, 5843 {"IsIdentifier", Func, 13}, 5844 {"IsKeyword", Func, 13}, 5845 {"LAND", Const, 0}, 5846 {"LBRACE", Const, 0}, 5847 {"LBRACK", Const, 0}, 5848 {"LEQ", Const, 0}, 5849 {"LOR", Const, 0}, 5850 {"LPAREN", Const, 0}, 5851 {"LSS", Const, 0}, 5852 {"Lookup", Func, 0}, 5853 {"LowestPrec", Const, 0}, 5854 {"MAP", Const, 0}, 5855 {"MUL", Const, 0}, 5856 {"MUL_ASSIGN", Const, 0}, 5857 {"NEQ", Const, 0}, 5858 {"NOT", Const, 0}, 5859 {"NewFileSet", Func, 0}, 5860 {"NoPos", Const, 0}, 5861 {"OR", Const, 0}, 5862 {"OR_ASSIGN", Const, 0}, 5863 {"PACKAGE", Const, 0}, 5864 {"PERIOD", Const, 0}, 5865 {"Pos", Type, 0}, 5866 {"Position", Type, 0}, 5867 {"Position.Column", Field, 0}, 5868 {"Position.Filename", Field, 0}, 5869 {"Position.Line", Field, 0}, 5870 {"Position.Offset", Field, 0}, 5871 {"QUO", Const, 0}, 5872 {"QUO_ASSIGN", Const, 0}, 5873 {"RANGE", Const, 0}, 5874 {"RBRACE", Const, 0}, 5875 {"RBRACK", Const, 0}, 5876 {"REM", Const, 0}, 5877 {"REM_ASSIGN", Const, 0}, 5878 {"RETURN", Const, 0}, 5879 {"RPAREN", Const, 0}, 5880 {"SELECT", Const, 0}, 5881 {"SEMICOLON", Const, 0}, 5882 {"SHL", Const, 0}, 5883 {"SHL_ASSIGN", Const, 0}, 5884 {"SHR", Const, 0}, 5885 {"SHR_ASSIGN", Const, 0}, 5886 {"STRING", Const, 0}, 5887 {"STRUCT", Const, 0}, 5888 {"SUB", Const, 0}, 5889 {"SUB_ASSIGN", Const, 0}, 5890 {"SWITCH", Const, 0}, 5891 {"TILDE", Const, 18}, 5892 {"TYPE", Const, 0}, 5893 {"Token", Type, 0}, 5894 {"UnaryPrec", Const, 0}, 5895 {"VAR", Const, 0}, 5896 {"XOR", Const, 0}, 5897 {"XOR_ASSIGN", Const, 0}, 5898 }, 5899 "go/types": { 5900 {"(*Alias).Obj", Method, 22}, 5901 {"(*Alias).String", Method, 22}, 5902 {"(*Alias).Underlying", Method, 22}, 5903 {"(*ArgumentError).Error", Method, 18}, 5904 {"(*ArgumentError).Unwrap", Method, 18}, 5905 {"(*Array).Elem", Method, 5}, 5906 {"(*Array).Len", Method, 5}, 5907 {"(*Array).String", Method, 5}, 5908 {"(*Array).Underlying", Method, 5}, 5909 {"(*Basic).Info", Method, 5}, 5910 {"(*Basic).Kind", Method, 5}, 5911 {"(*Basic).Name", Method, 5}, 5912 {"(*Basic).String", Method, 5}, 5913 {"(*Basic).Underlying", Method, 5}, 5914 {"(*Builtin).Exported", Method, 5}, 5915 {"(*Builtin).Id", Method, 5}, 5916 {"(*Builtin).Name", Method, 5}, 5917 {"(*Builtin).Parent", Method, 5}, 5918 {"(*Builtin).Pkg", Method, 5}, 5919 {"(*Builtin).Pos", Method, 5}, 5920 {"(*Builtin).String", Method, 5}, 5921 {"(*Builtin).Type", Method, 5}, 5922 {"(*Chan).Dir", Method, 5}, 5923 {"(*Chan).Elem", Method, 5}, 5924 {"(*Chan).String", Method, 5}, 5925 {"(*Chan).Underlying", Method, 5}, 5926 {"(*Checker).Files", Method, 5}, 5927 {"(*Config).Check", Method, 5}, 5928 {"(*Const).Exported", Method, 5}, 5929 {"(*Const).Id", Method, 5}, 5930 {"(*Const).Name", Method, 5}, 5931 {"(*Const).Parent", Method, 5}, 5932 {"(*Const).Pkg", Method, 5}, 5933 {"(*Const).Pos", Method, 5}, 5934 {"(*Const).String", Method, 5}, 5935 {"(*Const).Type", Method, 5}, 5936 {"(*Const).Val", Method, 5}, 5937 {"(*Func).Exported", Method, 5}, 5938 {"(*Func).FullName", Method, 5}, 5939 {"(*Func).Id", Method, 5}, 5940 {"(*Func).Name", Method, 5}, 5941 {"(*Func).Origin", Method, 19}, 5942 {"(*Func).Parent", Method, 5}, 5943 {"(*Func).Pkg", Method, 5}, 5944 {"(*Func).Pos", Method, 5}, 5945 {"(*Func).Scope", Method, 5}, 5946 {"(*Func).String", Method, 5}, 5947 {"(*Func).Type", Method, 5}, 5948 {"(*Info).ObjectOf", Method, 5}, 5949 {"(*Info).PkgNameOf", Method, 22}, 5950 {"(*Info).TypeOf", Method, 5}, 5951 {"(*Initializer).String", Method, 5}, 5952 {"(*Interface).Complete", Method, 5}, 5953 {"(*Interface).Embedded", Method, 5}, 5954 {"(*Interface).EmbeddedType", Method, 11}, 5955 {"(*Interface).Empty", Method, 5}, 5956 {"(*Interface).ExplicitMethod", Method, 5}, 5957 {"(*Interface).IsComparable", Method, 18}, 5958 {"(*Interface).IsImplicit", Method, 18}, 5959 {"(*Interface).IsMethodSet", Method, 18}, 5960 {"(*Interface).MarkImplicit", Method, 18}, 5961 {"(*Interface).Method", Method, 5}, 5962 {"(*Interface).NumEmbeddeds", Method, 5}, 5963 {"(*Interface).NumExplicitMethods", Method, 5}, 5964 {"(*Interface).NumMethods", Method, 5}, 5965 {"(*Interface).String", Method, 5}, 5966 {"(*Interface).Underlying", Method, 5}, 5967 {"(*Label).Exported", Method, 5}, 5968 {"(*Label).Id", Method, 5}, 5969 {"(*Label).Name", Method, 5}, 5970 {"(*Label).Parent", Method, 5}, 5971 {"(*Label).Pkg", Method, 5}, 5972 {"(*Label).Pos", Method, 5}, 5973 {"(*Label).String", Method, 5}, 5974 {"(*Label).Type", Method, 5}, 5975 {"(*Map).Elem", Method, 5}, 5976 {"(*Map).Key", Method, 5}, 5977 {"(*Map).String", Method, 5}, 5978 {"(*Map).Underlying", Method, 5}, 5979 {"(*MethodSet).At", Method, 5}, 5980 {"(*MethodSet).Len", Method, 5}, 5981 {"(*MethodSet).Lookup", Method, 5}, 5982 {"(*MethodSet).String", Method, 5}, 5983 {"(*Named).AddMethod", Method, 5}, 5984 {"(*Named).Method", Method, 5}, 5985 {"(*Named).NumMethods", Method, 5}, 5986 {"(*Named).Obj", Method, 5}, 5987 {"(*Named).Origin", Method, 18}, 5988 {"(*Named).SetTypeParams", Method, 18}, 5989 {"(*Named).SetUnderlying", Method, 5}, 5990 {"(*Named).String", Method, 5}, 5991 {"(*Named).TypeArgs", Method, 18}, 5992 {"(*Named).TypeParams", Method, 18}, 5993 {"(*Named).Underlying", Method, 5}, 5994 {"(*Nil).Exported", Method, 5}, 5995 {"(*Nil).Id", Method, 5}, 5996 {"(*Nil).Name", Method, 5}, 5997 {"(*Nil).Parent", Method, 5}, 5998 {"(*Nil).Pkg", Method, 5}, 5999 {"(*Nil).Pos", Method, 5}, 6000 {"(*Nil).String", Method, 5}, 6001 {"(*Nil).Type", Method, 5}, 6002 {"(*Package).Complete", Method, 5}, 6003 {"(*Package).GoVersion", Method, 21}, 6004 {"(*Package).Imports", Method, 5}, 6005 {"(*Package).MarkComplete", Method, 5}, 6006 {"(*Package).Name", Method, 5}, 6007 {"(*Package).Path", Method, 5}, 6008 {"(*Package).Scope", Method, 5}, 6009 {"(*Package).SetImports", Method, 5}, 6010 {"(*Package).SetName", Method, 6}, 6011 {"(*Package).String", Method, 5}, 6012 {"(*PkgName).Exported", Method, 5}, 6013 {"(*PkgName).Id", Method, 5}, 6014 {"(*PkgName).Imported", Method, 5}, 6015 {"(*PkgName).Name", Method, 5}, 6016 {"(*PkgName).Parent", Method, 5}, 6017 {"(*PkgName).Pkg", Method, 5}, 6018 {"(*PkgName).Pos", Method, 5}, 6019 {"(*PkgName).String", Method, 5}, 6020 {"(*PkgName).Type", Method, 5}, 6021 {"(*Pointer).Elem", Method, 5}, 6022 {"(*Pointer).String", Method, 5}, 6023 {"(*Pointer).Underlying", Method, 5}, 6024 {"(*Scope).Child", Method, 5}, 6025 {"(*Scope).Contains", Method, 5}, 6026 {"(*Scope).End", Method, 5}, 6027 {"(*Scope).Innermost", Method, 5}, 6028 {"(*Scope).Insert", Method, 5}, 6029 {"(*Scope).Len", Method, 5}, 6030 {"(*Scope).Lookup", Method, 5}, 6031 {"(*Scope).LookupParent", Method, 5}, 6032 {"(*Scope).Names", Method, 5}, 6033 {"(*Scope).NumChildren", Method, 5}, 6034 {"(*Scope).Parent", Method, 5}, 6035 {"(*Scope).Pos", Method, 5}, 6036 {"(*Scope).String", Method, 5}, 6037 {"(*Scope).WriteTo", Method, 5}, 6038 {"(*Selection).Index", Method, 5}, 6039 {"(*Selection).Indirect", Method, 5}, 6040 {"(*Selection).Kind", Method, 5}, 6041 {"(*Selection).Obj", Method, 5}, 6042 {"(*Selection).Recv", Method, 5}, 6043 {"(*Selection).String", Method, 5}, 6044 {"(*Selection).Type", Method, 5}, 6045 {"(*Signature).Params", Method, 5}, 6046 {"(*Signature).Recv", Method, 5}, 6047 {"(*Signature).RecvTypeParams", Method, 18}, 6048 {"(*Signature).Results", Method, 5}, 6049 {"(*Signature).String", Method, 5}, 6050 {"(*Signature).TypeParams", Method, 18}, 6051 {"(*Signature).Underlying", Method, 5}, 6052 {"(*Signature).Variadic", Method, 5}, 6053 {"(*Slice).Elem", Method, 5}, 6054 {"(*Slice).String", Method, 5}, 6055 {"(*Slice).Underlying", Method, 5}, 6056 {"(*StdSizes).Alignof", Method, 5}, 6057 {"(*StdSizes).Offsetsof", Method, 5}, 6058 {"(*StdSizes).Sizeof", Method, 5}, 6059 {"(*Struct).Field", Method, 5}, 6060 {"(*Struct).NumFields", Method, 5}, 6061 {"(*Struct).String", Method, 5}, 6062 {"(*Struct).Tag", Method, 5}, 6063 {"(*Struct).Underlying", Method, 5}, 6064 {"(*Term).String", Method, 18}, 6065 {"(*Term).Tilde", Method, 18}, 6066 {"(*Term).Type", Method, 18}, 6067 {"(*Tuple).At", Method, 5}, 6068 {"(*Tuple).Len", Method, 5}, 6069 {"(*Tuple).String", Method, 5}, 6070 {"(*Tuple).Underlying", Method, 5}, 6071 {"(*TypeList).At", Method, 18}, 6072 {"(*TypeList).Len", Method, 18}, 6073 {"(*TypeName).Exported", Method, 5}, 6074 {"(*TypeName).Id", Method, 5}, 6075 {"(*TypeName).IsAlias", Method, 9}, 6076 {"(*TypeName).Name", Method, 5}, 6077 {"(*TypeName).Parent", Method, 5}, 6078 {"(*TypeName).Pkg", Method, 5}, 6079 {"(*TypeName).Pos", Method, 5}, 6080 {"(*TypeName).String", Method, 5}, 6081 {"(*TypeName).Type", Method, 5}, 6082 {"(*TypeParam).Constraint", Method, 18}, 6083 {"(*TypeParam).Index", Method, 18}, 6084 {"(*TypeParam).Obj", Method, 18}, 6085 {"(*TypeParam).SetConstraint", Method, 18}, 6086 {"(*TypeParam).String", Method, 18}, 6087 {"(*TypeParam).Underlying", Method, 18}, 6088 {"(*TypeParamList).At", Method, 18}, 6089 {"(*TypeParamList).Len", Method, 18}, 6090 {"(*Union).Len", Method, 18}, 6091 {"(*Union).String", Method, 18}, 6092 {"(*Union).Term", Method, 18}, 6093 {"(*Union).Underlying", Method, 18}, 6094 {"(*Var).Anonymous", Method, 5}, 6095 {"(*Var).Embedded", Method, 11}, 6096 {"(*Var).Exported", Method, 5}, 6097 {"(*Var).Id", Method, 5}, 6098 {"(*Var).IsField", Method, 5}, 6099 {"(*Var).Name", Method, 5}, 6100 {"(*Var).Origin", Method, 19}, 6101 {"(*Var).Parent", Method, 5}, 6102 {"(*Var).Pkg", Method, 5}, 6103 {"(*Var).Pos", Method, 5}, 6104 {"(*Var).String", Method, 5}, 6105 {"(*Var).Type", Method, 5}, 6106 {"(Checker).ObjectOf", Method, 5}, 6107 {"(Checker).PkgNameOf", Method, 22}, 6108 {"(Checker).TypeOf", Method, 5}, 6109 {"(Error).Error", Method, 5}, 6110 {"(TypeAndValue).Addressable", Method, 5}, 6111 {"(TypeAndValue).Assignable", Method, 5}, 6112 {"(TypeAndValue).HasOk", Method, 5}, 6113 {"(TypeAndValue).IsBuiltin", Method, 5}, 6114 {"(TypeAndValue).IsNil", Method, 5}, 6115 {"(TypeAndValue).IsType", Method, 5}, 6116 {"(TypeAndValue).IsValue", Method, 5}, 6117 {"(TypeAndValue).IsVoid", Method, 5}, 6118 {"Alias", Type, 22}, 6119 {"ArgumentError", Type, 18}, 6120 {"ArgumentError.Err", Field, 18}, 6121 {"ArgumentError.Index", Field, 18}, 6122 {"Array", Type, 5}, 6123 {"AssertableTo", Func, 5}, 6124 {"AssignableTo", Func, 5}, 6125 {"Basic", Type, 5}, 6126 {"BasicInfo", Type, 5}, 6127 {"BasicKind", Type, 5}, 6128 {"Bool", Const, 5}, 6129 {"Builtin", Type, 5}, 6130 {"Byte", Const, 5}, 6131 {"Chan", Type, 5}, 6132 {"ChanDir", Type, 5}, 6133 {"CheckExpr", Func, 13}, 6134 {"Checker", Type, 5}, 6135 {"Checker.Info", Field, 5}, 6136 {"Comparable", Func, 5}, 6137 {"Complex128", Const, 5}, 6138 {"Complex64", Const, 5}, 6139 {"Config", Type, 5}, 6140 {"Config.Context", Field, 18}, 6141 {"Config.DisableUnusedImportCheck", Field, 5}, 6142 {"Config.Error", Field, 5}, 6143 {"Config.FakeImportC", Field, 5}, 6144 {"Config.GoVersion", Field, 18}, 6145 {"Config.IgnoreFuncBodies", Field, 5}, 6146 {"Config.Importer", Field, 5}, 6147 {"Config.Sizes", Field, 5}, 6148 {"Const", Type, 5}, 6149 {"Context", Type, 18}, 6150 {"ConvertibleTo", Func, 5}, 6151 {"DefPredeclaredTestFuncs", Func, 5}, 6152 {"Default", Func, 8}, 6153 {"Error", Type, 5}, 6154 {"Error.Fset", Field, 5}, 6155 {"Error.Msg", Field, 5}, 6156 {"Error.Pos", Field, 5}, 6157 {"Error.Soft", Field, 5}, 6158 {"Eval", Func, 5}, 6159 {"ExprString", Func, 5}, 6160 {"FieldVal", Const, 5}, 6161 {"Float32", Const, 5}, 6162 {"Float64", Const, 5}, 6163 {"Func", Type, 5}, 6164 {"Id", Func, 5}, 6165 {"Identical", Func, 5}, 6166 {"IdenticalIgnoreTags", Func, 8}, 6167 {"Implements", Func, 5}, 6168 {"ImportMode", Type, 6}, 6169 {"Importer", Type, 5}, 6170 {"ImporterFrom", Type, 6}, 6171 {"Info", Type, 5}, 6172 {"Info.Defs", Field, 5}, 6173 {"Info.FileVersions", Field, 22}, 6174 {"Info.Implicits", Field, 5}, 6175 {"Info.InitOrder", Field, 5}, 6176 {"Info.Instances", Field, 18}, 6177 {"Info.Scopes", Field, 5}, 6178 {"Info.Selections", Field, 5}, 6179 {"Info.Types", Field, 5}, 6180 {"Info.Uses", Field, 5}, 6181 {"Initializer", Type, 5}, 6182 {"Initializer.Lhs", Field, 5}, 6183 {"Initializer.Rhs", Field, 5}, 6184 {"Instance", Type, 18}, 6185 {"Instance.Type", Field, 18}, 6186 {"Instance.TypeArgs", Field, 18}, 6187 {"Instantiate", Func, 18}, 6188 {"Int", Const, 5}, 6189 {"Int16", Const, 5}, 6190 {"Int32", Const, 5}, 6191 {"Int64", Const, 5}, 6192 {"Int8", Const, 5}, 6193 {"Interface", Type, 5}, 6194 {"Invalid", Const, 5}, 6195 {"IsBoolean", Const, 5}, 6196 {"IsComplex", Const, 5}, 6197 {"IsConstType", Const, 5}, 6198 {"IsFloat", Const, 5}, 6199 {"IsInteger", Const, 5}, 6200 {"IsInterface", Func, 5}, 6201 {"IsNumeric", Const, 5}, 6202 {"IsOrdered", Const, 5}, 6203 {"IsString", Const, 5}, 6204 {"IsUnsigned", Const, 5}, 6205 {"IsUntyped", Const, 5}, 6206 {"Label", Type, 5}, 6207 {"LookupFieldOrMethod", Func, 5}, 6208 {"Map", Type, 5}, 6209 {"MethodExpr", Const, 5}, 6210 {"MethodSet", Type, 5}, 6211 {"MethodVal", Const, 5}, 6212 {"MissingMethod", Func, 5}, 6213 {"Named", Type, 5}, 6214 {"NewAlias", Func, 22}, 6215 {"NewArray", Func, 5}, 6216 {"NewChan", Func, 5}, 6217 {"NewChecker", Func, 5}, 6218 {"NewConst", Func, 5}, 6219 {"NewContext", Func, 18}, 6220 {"NewField", Func, 5}, 6221 {"NewFunc", Func, 5}, 6222 {"NewInterface", Func, 5}, 6223 {"NewInterfaceType", Func, 11}, 6224 {"NewLabel", Func, 5}, 6225 {"NewMap", Func, 5}, 6226 {"NewMethodSet", Func, 5}, 6227 {"NewNamed", Func, 5}, 6228 {"NewPackage", Func, 5}, 6229 {"NewParam", Func, 5}, 6230 {"NewPkgName", Func, 5}, 6231 {"NewPointer", Func, 5}, 6232 {"NewScope", Func, 5}, 6233 {"NewSignature", Func, 5}, 6234 {"NewSignatureType", Func, 18}, 6235 {"NewSlice", Func, 5}, 6236 {"NewStruct", Func, 5}, 6237 {"NewTerm", Func, 18}, 6238 {"NewTuple", Func, 5}, 6239 {"NewTypeName", Func, 5}, 6240 {"NewTypeParam", Func, 18}, 6241 {"NewUnion", Func, 18}, 6242 {"NewVar", Func, 5}, 6243 {"Nil", Type, 5}, 6244 {"Object", Type, 5}, 6245 {"ObjectString", Func, 5}, 6246 {"Package", Type, 5}, 6247 {"PkgName", Type, 5}, 6248 {"Pointer", Type, 5}, 6249 {"Qualifier", Type, 5}, 6250 {"RecvOnly", Const, 5}, 6251 {"RelativeTo", Func, 5}, 6252 {"Rune", Const, 5}, 6253 {"Satisfies", Func, 20}, 6254 {"Scope", Type, 5}, 6255 {"Selection", Type, 5}, 6256 {"SelectionKind", Type, 5}, 6257 {"SelectionString", Func, 5}, 6258 {"SendOnly", Const, 5}, 6259 {"SendRecv", Const, 5}, 6260 {"Signature", Type, 5}, 6261 {"Sizes", Type, 5}, 6262 {"SizesFor", Func, 9}, 6263 {"Slice", Type, 5}, 6264 {"StdSizes", Type, 5}, 6265 {"StdSizes.MaxAlign", Field, 5}, 6266 {"StdSizes.WordSize", Field, 5}, 6267 {"String", Const, 5}, 6268 {"Struct", Type, 5}, 6269 {"Term", Type, 18}, 6270 {"Tuple", Type, 5}, 6271 {"Typ", Var, 5}, 6272 {"Type", Type, 5}, 6273 {"TypeAndValue", Type, 5}, 6274 {"TypeAndValue.Type", Field, 5}, 6275 {"TypeAndValue.Value", Field, 5}, 6276 {"TypeList", Type, 18}, 6277 {"TypeName", Type, 5}, 6278 {"TypeParam", Type, 18}, 6279 {"TypeParamList", Type, 18}, 6280 {"TypeString", Func, 5}, 6281 {"Uint", Const, 5}, 6282 {"Uint16", Const, 5}, 6283 {"Uint32", Const, 5}, 6284 {"Uint64", Const, 5}, 6285 {"Uint8", Const, 5}, 6286 {"Uintptr", Const, 5}, 6287 {"Unalias", Func, 22}, 6288 {"Union", Type, 18}, 6289 {"Universe", Var, 5}, 6290 {"Unsafe", Var, 5}, 6291 {"UnsafePointer", Const, 5}, 6292 {"UntypedBool", Const, 5}, 6293 {"UntypedComplex", Const, 5}, 6294 {"UntypedFloat", Const, 5}, 6295 {"UntypedInt", Const, 5}, 6296 {"UntypedNil", Const, 5}, 6297 {"UntypedRune", Const, 5}, 6298 {"UntypedString", Const, 5}, 6299 {"Var", Type, 5}, 6300 {"WriteExpr", Func, 5}, 6301 {"WriteSignature", Func, 5}, 6302 {"WriteType", Func, 5}, 6303 }, 6304 "go/version": { 6305 {"Compare", Func, 22}, 6306 {"IsValid", Func, 22}, 6307 {"Lang", Func, 22}, 6308 }, 6309 "hash": { 6310 {"Hash", Type, 0}, 6311 {"Hash32", Type, 0}, 6312 {"Hash64", Type, 0}, 6313 }, 6314 "hash/adler32": { 6315 {"Checksum", Func, 0}, 6316 {"New", Func, 0}, 6317 {"Size", Const, 0}, 6318 }, 6319 "hash/crc32": { 6320 {"Castagnoli", Const, 0}, 6321 {"Checksum", Func, 0}, 6322 {"ChecksumIEEE", Func, 0}, 6323 {"IEEE", Const, 0}, 6324 {"IEEETable", Var, 0}, 6325 {"Koopman", Const, 0}, 6326 {"MakeTable", Func, 0}, 6327 {"New", Func, 0}, 6328 {"NewIEEE", Func, 0}, 6329 {"Size", Const, 0}, 6330 {"Table", Type, 0}, 6331 {"Update", Func, 0}, 6332 }, 6333 "hash/crc64": { 6334 {"Checksum", Func, 0}, 6335 {"ECMA", Const, 0}, 6336 {"ISO", Const, 0}, 6337 {"MakeTable", Func, 0}, 6338 {"New", Func, 0}, 6339 {"Size", Const, 0}, 6340 {"Table", Type, 0}, 6341 {"Update", Func, 0}, 6342 }, 6343 "hash/fnv": { 6344 {"New128", Func, 9}, 6345 {"New128a", Func, 9}, 6346 {"New32", Func, 0}, 6347 {"New32a", Func, 0}, 6348 {"New64", Func, 0}, 6349 {"New64a", Func, 0}, 6350 }, 6351 "hash/maphash": { 6352 {"(*Hash).BlockSize", Method, 14}, 6353 {"(*Hash).Reset", Method, 14}, 6354 {"(*Hash).Seed", Method, 14}, 6355 {"(*Hash).SetSeed", Method, 14}, 6356 {"(*Hash).Size", Method, 14}, 6357 {"(*Hash).Sum", Method, 14}, 6358 {"(*Hash).Sum64", Method, 14}, 6359 {"(*Hash).Write", Method, 14}, 6360 {"(*Hash).WriteByte", Method, 14}, 6361 {"(*Hash).WriteString", Method, 14}, 6362 {"Bytes", Func, 19}, 6363 {"Hash", Type, 14}, 6364 {"MakeSeed", Func, 14}, 6365 {"Seed", Type, 14}, 6366 {"String", Func, 19}, 6367 }, 6368 "html": { 6369 {"EscapeString", Func, 0}, 6370 {"UnescapeString", Func, 0}, 6371 }, 6372 "html/template": { 6373 {"(*Error).Error", Method, 0}, 6374 {"(*Template).AddParseTree", Method, 0}, 6375 {"(*Template).Clone", Method, 0}, 6376 {"(*Template).DefinedTemplates", Method, 6}, 6377 {"(*Template).Delims", Method, 0}, 6378 {"(*Template).Execute", Method, 0}, 6379 {"(*Template).ExecuteTemplate", Method, 0}, 6380 {"(*Template).Funcs", Method, 0}, 6381 {"(*Template).Lookup", Method, 0}, 6382 {"(*Template).Name", Method, 0}, 6383 {"(*Template).New", Method, 0}, 6384 {"(*Template).Option", Method, 5}, 6385 {"(*Template).Parse", Method, 0}, 6386 {"(*Template).ParseFS", Method, 16}, 6387 {"(*Template).ParseFiles", Method, 0}, 6388 {"(*Template).ParseGlob", Method, 0}, 6389 {"(*Template).Templates", Method, 0}, 6390 {"CSS", Type, 0}, 6391 {"ErrAmbigContext", Const, 0}, 6392 {"ErrBadHTML", Const, 0}, 6393 {"ErrBranchEnd", Const, 0}, 6394 {"ErrEndContext", Const, 0}, 6395 {"ErrJSTemplate", Const, 21}, 6396 {"ErrNoSuchTemplate", Const, 0}, 6397 {"ErrOutputContext", Const, 0}, 6398 {"ErrPartialCharset", Const, 0}, 6399 {"ErrPartialEscape", Const, 0}, 6400 {"ErrPredefinedEscaper", Const, 9}, 6401 {"ErrRangeLoopReentry", Const, 0}, 6402 {"ErrSlashAmbig", Const, 0}, 6403 {"Error", Type, 0}, 6404 {"Error.Description", Field, 0}, 6405 {"Error.ErrorCode", Field, 0}, 6406 {"Error.Line", Field, 0}, 6407 {"Error.Name", Field, 0}, 6408 {"Error.Node", Field, 4}, 6409 {"ErrorCode", Type, 0}, 6410 {"FuncMap", Type, 0}, 6411 {"HTML", Type, 0}, 6412 {"HTMLAttr", Type, 0}, 6413 {"HTMLEscape", Func, 0}, 6414 {"HTMLEscapeString", Func, 0}, 6415 {"HTMLEscaper", Func, 0}, 6416 {"IsTrue", Func, 6}, 6417 {"JS", Type, 0}, 6418 {"JSEscape", Func, 0}, 6419 {"JSEscapeString", Func, 0}, 6420 {"JSEscaper", Func, 0}, 6421 {"JSStr", Type, 0}, 6422 {"Must", Func, 0}, 6423 {"New", Func, 0}, 6424 {"OK", Const, 0}, 6425 {"ParseFS", Func, 16}, 6426 {"ParseFiles", Func, 0}, 6427 {"ParseGlob", Func, 0}, 6428 {"Srcset", Type, 10}, 6429 {"Template", Type, 0}, 6430 {"Template.Tree", Field, 2}, 6431 {"URL", Type, 0}, 6432 {"URLQueryEscaper", Func, 0}, 6433 }, 6434 "image": { 6435 {"(*Alpha).AlphaAt", Method, 4}, 6436 {"(*Alpha).At", Method, 0}, 6437 {"(*Alpha).Bounds", Method, 0}, 6438 {"(*Alpha).ColorModel", Method, 0}, 6439 {"(*Alpha).Opaque", Method, 0}, 6440 {"(*Alpha).PixOffset", Method, 0}, 6441 {"(*Alpha).RGBA64At", Method, 17}, 6442 {"(*Alpha).Set", Method, 0}, 6443 {"(*Alpha).SetAlpha", Method, 0}, 6444 {"(*Alpha).SetRGBA64", Method, 17}, 6445 {"(*Alpha).SubImage", Method, 0}, 6446 {"(*Alpha16).Alpha16At", Method, 4}, 6447 {"(*Alpha16).At", Method, 0}, 6448 {"(*Alpha16).Bounds", Method, 0}, 6449 {"(*Alpha16).ColorModel", Method, 0}, 6450 {"(*Alpha16).Opaque", Method, 0}, 6451 {"(*Alpha16).PixOffset", Method, 0}, 6452 {"(*Alpha16).RGBA64At", Method, 17}, 6453 {"(*Alpha16).Set", Method, 0}, 6454 {"(*Alpha16).SetAlpha16", Method, 0}, 6455 {"(*Alpha16).SetRGBA64", Method, 17}, 6456 {"(*Alpha16).SubImage", Method, 0}, 6457 {"(*CMYK).At", Method, 5}, 6458 {"(*CMYK).Bounds", Method, 5}, 6459 {"(*CMYK).CMYKAt", Method, 5}, 6460 {"(*CMYK).ColorModel", Method, 5}, 6461 {"(*CMYK).Opaque", Method, 5}, 6462 {"(*CMYK).PixOffset", Method, 5}, 6463 {"(*CMYK).RGBA64At", Method, 17}, 6464 {"(*CMYK).Set", Method, 5}, 6465 {"(*CMYK).SetCMYK", Method, 5}, 6466 {"(*CMYK).SetRGBA64", Method, 17}, 6467 {"(*CMYK).SubImage", Method, 5}, 6468 {"(*Gray).At", Method, 0}, 6469 {"(*Gray).Bounds", Method, 0}, 6470 {"(*Gray).ColorModel", Method, 0}, 6471 {"(*Gray).GrayAt", Method, 4}, 6472 {"(*Gray).Opaque", Method, 0}, 6473 {"(*Gray).PixOffset", Method, 0}, 6474 {"(*Gray).RGBA64At", Method, 17}, 6475 {"(*Gray).Set", Method, 0}, 6476 {"(*Gray).SetGray", Method, 0}, 6477 {"(*Gray).SetRGBA64", Method, 17}, 6478 {"(*Gray).SubImage", Method, 0}, 6479 {"(*Gray16).At", Method, 0}, 6480 {"(*Gray16).Bounds", Method, 0}, 6481 {"(*Gray16).ColorModel", Method, 0}, 6482 {"(*Gray16).Gray16At", Method, 4}, 6483 {"(*Gray16).Opaque", Method, 0}, 6484 {"(*Gray16).PixOffset", Method, 0}, 6485 {"(*Gray16).RGBA64At", Method, 17}, 6486 {"(*Gray16).Set", Method, 0}, 6487 {"(*Gray16).SetGray16", Method, 0}, 6488 {"(*Gray16).SetRGBA64", Method, 17}, 6489 {"(*Gray16).SubImage", Method, 0}, 6490 {"(*NRGBA).At", Method, 0}, 6491 {"(*NRGBA).Bounds", Method, 0}, 6492 {"(*NRGBA).ColorModel", Method, 0}, 6493 {"(*NRGBA).NRGBAAt", Method, 4}, 6494 {"(*NRGBA).Opaque", Method, 0}, 6495 {"(*NRGBA).PixOffset", Method, 0}, 6496 {"(*NRGBA).RGBA64At", Method, 17}, 6497 {"(*NRGBA).Set", Method, 0}, 6498 {"(*NRGBA).SetNRGBA", Method, 0}, 6499 {"(*NRGBA).SetRGBA64", Method, 17}, 6500 {"(*NRGBA).SubImage", Method, 0}, 6501 {"(*NRGBA64).At", Method, 0}, 6502 {"(*NRGBA64).Bounds", Method, 0}, 6503 {"(*NRGBA64).ColorModel", Method, 0}, 6504 {"(*NRGBA64).NRGBA64At", Method, 4}, 6505 {"(*NRGBA64).Opaque", Method, 0}, 6506 {"(*NRGBA64).PixOffset", Method, 0}, 6507 {"(*NRGBA64).RGBA64At", Method, 17}, 6508 {"(*NRGBA64).Set", Method, 0}, 6509 {"(*NRGBA64).SetNRGBA64", Method, 0}, 6510 {"(*NRGBA64).SetRGBA64", Method, 17}, 6511 {"(*NRGBA64).SubImage", Method, 0}, 6512 {"(*NYCbCrA).AOffset", Method, 6}, 6513 {"(*NYCbCrA).At", Method, 6}, 6514 {"(*NYCbCrA).Bounds", Method, 6}, 6515 {"(*NYCbCrA).COffset", Method, 6}, 6516 {"(*NYCbCrA).ColorModel", Method, 6}, 6517 {"(*NYCbCrA).NYCbCrAAt", Method, 6}, 6518 {"(*NYCbCrA).Opaque", Method, 6}, 6519 {"(*NYCbCrA).RGBA64At", Method, 17}, 6520 {"(*NYCbCrA).SubImage", Method, 6}, 6521 {"(*NYCbCrA).YCbCrAt", Method, 6}, 6522 {"(*NYCbCrA).YOffset", Method, 6}, 6523 {"(*Paletted).At", Method, 0}, 6524 {"(*Paletted).Bounds", Method, 0}, 6525 {"(*Paletted).ColorIndexAt", Method, 0}, 6526 {"(*Paletted).ColorModel", Method, 0}, 6527 {"(*Paletted).Opaque", Method, 0}, 6528 {"(*Paletted).PixOffset", Method, 0}, 6529 {"(*Paletted).RGBA64At", Method, 17}, 6530 {"(*Paletted).Set", Method, 0}, 6531 {"(*Paletted).SetColorIndex", Method, 0}, 6532 {"(*Paletted).SetRGBA64", Method, 17}, 6533 {"(*Paletted).SubImage", Method, 0}, 6534 {"(*RGBA).At", Method, 0}, 6535 {"(*RGBA).Bounds", Method, 0}, 6536 {"(*RGBA).ColorModel", Method, 0}, 6537 {"(*RGBA).Opaque", Method, 0}, 6538 {"(*RGBA).PixOffset", Method, 0}, 6539 {"(*RGBA).RGBA64At", Method, 17}, 6540 {"(*RGBA).RGBAAt", Method, 4}, 6541 {"(*RGBA).Set", Method, 0}, 6542 {"(*RGBA).SetRGBA", Method, 0}, 6543 {"(*RGBA).SetRGBA64", Method, 17}, 6544 {"(*RGBA).SubImage", Method, 0}, 6545 {"(*RGBA64).At", Method, 0}, 6546 {"(*RGBA64).Bounds", Method, 0}, 6547 {"(*RGBA64).ColorModel", Method, 0}, 6548 {"(*RGBA64).Opaque", Method, 0}, 6549 {"(*RGBA64).PixOffset", Method, 0}, 6550 {"(*RGBA64).RGBA64At", Method, 4}, 6551 {"(*RGBA64).Set", Method, 0}, 6552 {"(*RGBA64).SetRGBA64", Method, 0}, 6553 {"(*RGBA64).SubImage", Method, 0}, 6554 {"(*Uniform).At", Method, 0}, 6555 {"(*Uniform).Bounds", Method, 0}, 6556 {"(*Uniform).ColorModel", Method, 0}, 6557 {"(*Uniform).Convert", Method, 0}, 6558 {"(*Uniform).Opaque", Method, 0}, 6559 {"(*Uniform).RGBA", Method, 0}, 6560 {"(*Uniform).RGBA64At", Method, 17}, 6561 {"(*YCbCr).At", Method, 0}, 6562 {"(*YCbCr).Bounds", Method, 0}, 6563 {"(*YCbCr).COffset", Method, 0}, 6564 {"(*YCbCr).ColorModel", Method, 0}, 6565 {"(*YCbCr).Opaque", Method, 0}, 6566 {"(*YCbCr).RGBA64At", Method, 17}, 6567 {"(*YCbCr).SubImage", Method, 0}, 6568 {"(*YCbCr).YCbCrAt", Method, 4}, 6569 {"(*YCbCr).YOffset", Method, 0}, 6570 {"(Point).Add", Method, 0}, 6571 {"(Point).Div", Method, 0}, 6572 {"(Point).Eq", Method, 0}, 6573 {"(Point).In", Method, 0}, 6574 {"(Point).Mod", Method, 0}, 6575 {"(Point).Mul", Method, 0}, 6576 {"(Point).String", Method, 0}, 6577 {"(Point).Sub", Method, 0}, 6578 {"(Rectangle).Add", Method, 0}, 6579 {"(Rectangle).At", Method, 5}, 6580 {"(Rectangle).Bounds", Method, 5}, 6581 {"(Rectangle).Canon", Method, 0}, 6582 {"(Rectangle).ColorModel", Method, 5}, 6583 {"(Rectangle).Dx", Method, 0}, 6584 {"(Rectangle).Dy", Method, 0}, 6585 {"(Rectangle).Empty", Method, 0}, 6586 {"(Rectangle).Eq", Method, 0}, 6587 {"(Rectangle).In", Method, 0}, 6588 {"(Rectangle).Inset", Method, 0}, 6589 {"(Rectangle).Intersect", Method, 0}, 6590 {"(Rectangle).Overlaps", Method, 0}, 6591 {"(Rectangle).RGBA64At", Method, 17}, 6592 {"(Rectangle).Size", Method, 0}, 6593 {"(Rectangle).String", Method, 0}, 6594 {"(Rectangle).Sub", Method, 0}, 6595 {"(Rectangle).Union", Method, 0}, 6596 {"(YCbCrSubsampleRatio).String", Method, 0}, 6597 {"Alpha", Type, 0}, 6598 {"Alpha.Pix", Field, 0}, 6599 {"Alpha.Rect", Field, 0}, 6600 {"Alpha.Stride", Field, 0}, 6601 {"Alpha16", Type, 0}, 6602 {"Alpha16.Pix", Field, 0}, 6603 {"Alpha16.Rect", Field, 0}, 6604 {"Alpha16.Stride", Field, 0}, 6605 {"Black", Var, 0}, 6606 {"CMYK", Type, 5}, 6607 {"CMYK.Pix", Field, 5}, 6608 {"CMYK.Rect", Field, 5}, 6609 {"CMYK.Stride", Field, 5}, 6610 {"Config", Type, 0}, 6611 {"Config.ColorModel", Field, 0}, 6612 {"Config.Height", Field, 0}, 6613 {"Config.Width", Field, 0}, 6614 {"Decode", Func, 0}, 6615 {"DecodeConfig", Func, 0}, 6616 {"ErrFormat", Var, 0}, 6617 {"Gray", Type, 0}, 6618 {"Gray.Pix", Field, 0}, 6619 {"Gray.Rect", Field, 0}, 6620 {"Gray.Stride", Field, 0}, 6621 {"Gray16", Type, 0}, 6622 {"Gray16.Pix", Field, 0}, 6623 {"Gray16.Rect", Field, 0}, 6624 {"Gray16.Stride", Field, 0}, 6625 {"Image", Type, 0}, 6626 {"NRGBA", Type, 0}, 6627 {"NRGBA.Pix", Field, 0}, 6628 {"NRGBA.Rect", Field, 0}, 6629 {"NRGBA.Stride", Field, 0}, 6630 {"NRGBA64", Type, 0}, 6631 {"NRGBA64.Pix", Field, 0}, 6632 {"NRGBA64.Rect", Field, 0}, 6633 {"NRGBA64.Stride", Field, 0}, 6634 {"NYCbCrA", Type, 6}, 6635 {"NYCbCrA.A", Field, 6}, 6636 {"NYCbCrA.AStride", Field, 6}, 6637 {"NYCbCrA.YCbCr", Field, 6}, 6638 {"NewAlpha", Func, 0}, 6639 {"NewAlpha16", Func, 0}, 6640 {"NewCMYK", Func, 5}, 6641 {"NewGray", Func, 0}, 6642 {"NewGray16", Func, 0}, 6643 {"NewNRGBA", Func, 0}, 6644 {"NewNRGBA64", Func, 0}, 6645 {"NewNYCbCrA", Func, 6}, 6646 {"NewPaletted", Func, 0}, 6647 {"NewRGBA", Func, 0}, 6648 {"NewRGBA64", Func, 0}, 6649 {"NewUniform", Func, 0}, 6650 {"NewYCbCr", Func, 0}, 6651 {"Opaque", Var, 0}, 6652 {"Paletted", Type, 0}, 6653 {"Paletted.Palette", Field, 0}, 6654 {"Paletted.Pix", Field, 0}, 6655 {"Paletted.Rect", Field, 0}, 6656 {"Paletted.Stride", Field, 0}, 6657 {"PalettedImage", Type, 0}, 6658 {"Point", Type, 0}, 6659 {"Point.X", Field, 0}, 6660 {"Point.Y", Field, 0}, 6661 {"Pt", Func, 0}, 6662 {"RGBA", Type, 0}, 6663 {"RGBA.Pix", Field, 0}, 6664 {"RGBA.Rect", Field, 0}, 6665 {"RGBA.Stride", Field, 0}, 6666 {"RGBA64", Type, 0}, 6667 {"RGBA64.Pix", Field, 0}, 6668 {"RGBA64.Rect", Field, 0}, 6669 {"RGBA64.Stride", Field, 0}, 6670 {"RGBA64Image", Type, 17}, 6671 {"Rect", Func, 0}, 6672 {"Rectangle", Type, 0}, 6673 {"Rectangle.Max", Field, 0}, 6674 {"Rectangle.Min", Field, 0}, 6675 {"RegisterFormat", Func, 0}, 6676 {"Transparent", Var, 0}, 6677 {"Uniform", Type, 0}, 6678 {"Uniform.C", Field, 0}, 6679 {"White", Var, 0}, 6680 {"YCbCr", Type, 0}, 6681 {"YCbCr.CStride", Field, 0}, 6682 {"YCbCr.Cb", Field, 0}, 6683 {"YCbCr.Cr", Field, 0}, 6684 {"YCbCr.Rect", Field, 0}, 6685 {"YCbCr.SubsampleRatio", Field, 0}, 6686 {"YCbCr.Y", Field, 0}, 6687 {"YCbCr.YStride", Field, 0}, 6688 {"YCbCrSubsampleRatio", Type, 0}, 6689 {"YCbCrSubsampleRatio410", Const, 5}, 6690 {"YCbCrSubsampleRatio411", Const, 5}, 6691 {"YCbCrSubsampleRatio420", Const, 0}, 6692 {"YCbCrSubsampleRatio422", Const, 0}, 6693 {"YCbCrSubsampleRatio440", Const, 1}, 6694 {"YCbCrSubsampleRatio444", Const, 0}, 6695 {"ZP", Var, 0}, 6696 {"ZR", Var, 0}, 6697 }, 6698 "image/color": { 6699 {"(Alpha).RGBA", Method, 0}, 6700 {"(Alpha16).RGBA", Method, 0}, 6701 {"(CMYK).RGBA", Method, 5}, 6702 {"(Gray).RGBA", Method, 0}, 6703 {"(Gray16).RGBA", Method, 0}, 6704 {"(NRGBA).RGBA", Method, 0}, 6705 {"(NRGBA64).RGBA", Method, 0}, 6706 {"(NYCbCrA).RGBA", Method, 6}, 6707 {"(Palette).Convert", Method, 0}, 6708 {"(Palette).Index", Method, 0}, 6709 {"(RGBA).RGBA", Method, 0}, 6710 {"(RGBA64).RGBA", Method, 0}, 6711 {"(YCbCr).RGBA", Method, 0}, 6712 {"Alpha", Type, 0}, 6713 {"Alpha.A", Field, 0}, 6714 {"Alpha16", Type, 0}, 6715 {"Alpha16.A", Field, 0}, 6716 {"Alpha16Model", Var, 0}, 6717 {"AlphaModel", Var, 0}, 6718 {"Black", Var, 0}, 6719 {"CMYK", Type, 5}, 6720 {"CMYK.C", Field, 5}, 6721 {"CMYK.K", Field, 5}, 6722 {"CMYK.M", Field, 5}, 6723 {"CMYK.Y", Field, 5}, 6724 {"CMYKModel", Var, 5}, 6725 {"CMYKToRGB", Func, 5}, 6726 {"Color", Type, 0}, 6727 {"Gray", Type, 0}, 6728 {"Gray.Y", Field, 0}, 6729 {"Gray16", Type, 0}, 6730 {"Gray16.Y", Field, 0}, 6731 {"Gray16Model", Var, 0}, 6732 {"GrayModel", Var, 0}, 6733 {"Model", Type, 0}, 6734 {"ModelFunc", Func, 0}, 6735 {"NRGBA", Type, 0}, 6736 {"NRGBA.A", Field, 0}, 6737 {"NRGBA.B", Field, 0}, 6738 {"NRGBA.G", Field, 0}, 6739 {"NRGBA.R", Field, 0}, 6740 {"NRGBA64", Type, 0}, 6741 {"NRGBA64.A", Field, 0}, 6742 {"NRGBA64.B", Field, 0}, 6743 {"NRGBA64.G", Field, 0}, 6744 {"NRGBA64.R", Field, 0}, 6745 {"NRGBA64Model", Var, 0}, 6746 {"NRGBAModel", Var, 0}, 6747 {"NYCbCrA", Type, 6}, 6748 {"NYCbCrA.A", Field, 6}, 6749 {"NYCbCrA.YCbCr", Field, 6}, 6750 {"NYCbCrAModel", Var, 6}, 6751 {"Opaque", Var, 0}, 6752 {"Palette", Type, 0}, 6753 {"RGBA", Type, 0}, 6754 {"RGBA.A", Field, 0}, 6755 {"RGBA.B", Field, 0}, 6756 {"RGBA.G", Field, 0}, 6757 {"RGBA.R", Field, 0}, 6758 {"RGBA64", Type, 0}, 6759 {"RGBA64.A", Field, 0}, 6760 {"RGBA64.B", Field, 0}, 6761 {"RGBA64.G", Field, 0}, 6762 {"RGBA64.R", Field, 0}, 6763 {"RGBA64Model", Var, 0}, 6764 {"RGBAModel", Var, 0}, 6765 {"RGBToCMYK", Func, 5}, 6766 {"RGBToYCbCr", Func, 0}, 6767 {"Transparent", Var, 0}, 6768 {"White", Var, 0}, 6769 {"YCbCr", Type, 0}, 6770 {"YCbCr.Cb", Field, 0}, 6771 {"YCbCr.Cr", Field, 0}, 6772 {"YCbCr.Y", Field, 0}, 6773 {"YCbCrModel", Var, 0}, 6774 {"YCbCrToRGB", Func, 0}, 6775 }, 6776 "image/color/palette": { 6777 {"Plan9", Var, 2}, 6778 {"WebSafe", Var, 2}, 6779 }, 6780 "image/draw": { 6781 {"(Op).Draw", Method, 2}, 6782 {"Draw", Func, 0}, 6783 {"DrawMask", Func, 0}, 6784 {"Drawer", Type, 2}, 6785 {"FloydSteinberg", Var, 2}, 6786 {"Image", Type, 0}, 6787 {"Op", Type, 0}, 6788 {"Over", Const, 0}, 6789 {"Quantizer", Type, 2}, 6790 {"RGBA64Image", Type, 17}, 6791 {"Src", Const, 0}, 6792 }, 6793 "image/gif": { 6794 {"Decode", Func, 0}, 6795 {"DecodeAll", Func, 0}, 6796 {"DecodeConfig", Func, 0}, 6797 {"DisposalBackground", Const, 5}, 6798 {"DisposalNone", Const, 5}, 6799 {"DisposalPrevious", Const, 5}, 6800 {"Encode", Func, 2}, 6801 {"EncodeAll", Func, 2}, 6802 {"GIF", Type, 0}, 6803 {"GIF.BackgroundIndex", Field, 5}, 6804 {"GIF.Config", Field, 5}, 6805 {"GIF.Delay", Field, 0}, 6806 {"GIF.Disposal", Field, 5}, 6807 {"GIF.Image", Field, 0}, 6808 {"GIF.LoopCount", Field, 0}, 6809 {"Options", Type, 2}, 6810 {"Options.Drawer", Field, 2}, 6811 {"Options.NumColors", Field, 2}, 6812 {"Options.Quantizer", Field, 2}, 6813 }, 6814 "image/jpeg": { 6815 {"(FormatError).Error", Method, 0}, 6816 {"(UnsupportedError).Error", Method, 0}, 6817 {"Decode", Func, 0}, 6818 {"DecodeConfig", Func, 0}, 6819 {"DefaultQuality", Const, 0}, 6820 {"Encode", Func, 0}, 6821 {"FormatError", Type, 0}, 6822 {"Options", Type, 0}, 6823 {"Options.Quality", Field, 0}, 6824 {"Reader", Type, 0}, 6825 {"UnsupportedError", Type, 0}, 6826 }, 6827 "image/png": { 6828 {"(*Encoder).Encode", Method, 4}, 6829 {"(FormatError).Error", Method, 0}, 6830 {"(UnsupportedError).Error", Method, 0}, 6831 {"BestCompression", Const, 4}, 6832 {"BestSpeed", Const, 4}, 6833 {"CompressionLevel", Type, 4}, 6834 {"Decode", Func, 0}, 6835 {"DecodeConfig", Func, 0}, 6836 {"DefaultCompression", Const, 4}, 6837 {"Encode", Func, 0}, 6838 {"Encoder", Type, 4}, 6839 {"Encoder.BufferPool", Field, 9}, 6840 {"Encoder.CompressionLevel", Field, 4}, 6841 {"EncoderBuffer", Type, 9}, 6842 {"EncoderBufferPool", Type, 9}, 6843 {"FormatError", Type, 0}, 6844 {"NoCompression", Const, 4}, 6845 {"UnsupportedError", Type, 0}, 6846 }, 6847 "index/suffixarray": { 6848 {"(*Index).Bytes", Method, 0}, 6849 {"(*Index).FindAllIndex", Method, 0}, 6850 {"(*Index).Lookup", Method, 0}, 6851 {"(*Index).Read", Method, 0}, 6852 {"(*Index).Write", Method, 0}, 6853 {"Index", Type, 0}, 6854 {"New", Func, 0}, 6855 }, 6856 "io": { 6857 {"(*LimitedReader).Read", Method, 0}, 6858 {"(*OffsetWriter).Seek", Method, 20}, 6859 {"(*OffsetWriter).Write", Method, 20}, 6860 {"(*OffsetWriter).WriteAt", Method, 20}, 6861 {"(*PipeReader).Close", Method, 0}, 6862 {"(*PipeReader).CloseWithError", Method, 0}, 6863 {"(*PipeReader).Read", Method, 0}, 6864 {"(*PipeWriter).Close", Method, 0}, 6865 {"(*PipeWriter).CloseWithError", Method, 0}, 6866 {"(*PipeWriter).Write", Method, 0}, 6867 {"(*SectionReader).Outer", Method, 22}, 6868 {"(*SectionReader).Read", Method, 0}, 6869 {"(*SectionReader).ReadAt", Method, 0}, 6870 {"(*SectionReader).Seek", Method, 0}, 6871 {"(*SectionReader).Size", Method, 0}, 6872 {"ByteReader", Type, 0}, 6873 {"ByteScanner", Type, 0}, 6874 {"ByteWriter", Type, 1}, 6875 {"Closer", Type, 0}, 6876 {"Copy", Func, 0}, 6877 {"CopyBuffer", Func, 5}, 6878 {"CopyN", Func, 0}, 6879 {"Discard", Var, 16}, 6880 {"EOF", Var, 0}, 6881 {"ErrClosedPipe", Var, 0}, 6882 {"ErrNoProgress", Var, 1}, 6883 {"ErrShortBuffer", Var, 0}, 6884 {"ErrShortWrite", Var, 0}, 6885 {"ErrUnexpectedEOF", Var, 0}, 6886 {"LimitReader", Func, 0}, 6887 {"LimitedReader", Type, 0}, 6888 {"LimitedReader.N", Field, 0}, 6889 {"LimitedReader.R", Field, 0}, 6890 {"MultiReader", Func, 0}, 6891 {"MultiWriter", Func, 0}, 6892 {"NewOffsetWriter", Func, 20}, 6893 {"NewSectionReader", Func, 0}, 6894 {"NopCloser", Func, 16}, 6895 {"OffsetWriter", Type, 20}, 6896 {"Pipe", Func, 0}, 6897 {"PipeReader", Type, 0}, 6898 {"PipeWriter", Type, 0}, 6899 {"ReadAll", Func, 16}, 6900 {"ReadAtLeast", Func, 0}, 6901 {"ReadCloser", Type, 0}, 6902 {"ReadFull", Func, 0}, 6903 {"ReadSeekCloser", Type, 16}, 6904 {"ReadSeeker", Type, 0}, 6905 {"ReadWriteCloser", Type, 0}, 6906 {"ReadWriteSeeker", Type, 0}, 6907 {"ReadWriter", Type, 0}, 6908 {"Reader", Type, 0}, 6909 {"ReaderAt", Type, 0}, 6910 {"ReaderFrom", Type, 0}, 6911 {"RuneReader", Type, 0}, 6912 {"RuneScanner", Type, 0}, 6913 {"SectionReader", Type, 0}, 6914 {"SeekCurrent", Const, 7}, 6915 {"SeekEnd", Const, 7}, 6916 {"SeekStart", Const, 7}, 6917 {"Seeker", Type, 0}, 6918 {"StringWriter", Type, 12}, 6919 {"TeeReader", Func, 0}, 6920 {"WriteCloser", Type, 0}, 6921 {"WriteSeeker", Type, 0}, 6922 {"WriteString", Func, 0}, 6923 {"Writer", Type, 0}, 6924 {"WriterAt", Type, 0}, 6925 {"WriterTo", Type, 0}, 6926 }, 6927 "io/fs": { 6928 {"(*PathError).Error", Method, 16}, 6929 {"(*PathError).Timeout", Method, 16}, 6930 {"(*PathError).Unwrap", Method, 16}, 6931 {"(FileMode).IsDir", Method, 16}, 6932 {"(FileMode).IsRegular", Method, 16}, 6933 {"(FileMode).Perm", Method, 16}, 6934 {"(FileMode).String", Method, 16}, 6935 {"(FileMode).Type", Method, 16}, 6936 {"DirEntry", Type, 16}, 6937 {"ErrClosed", Var, 16}, 6938 {"ErrExist", Var, 16}, 6939 {"ErrInvalid", Var, 16}, 6940 {"ErrNotExist", Var, 16}, 6941 {"ErrPermission", Var, 16}, 6942 {"FS", Type, 16}, 6943 {"File", Type, 16}, 6944 {"FileInfo", Type, 16}, 6945 {"FileInfoToDirEntry", Func, 17}, 6946 {"FileMode", Type, 16}, 6947 {"FormatDirEntry", Func, 21}, 6948 {"FormatFileInfo", Func, 21}, 6949 {"Glob", Func, 16}, 6950 {"GlobFS", Type, 16}, 6951 {"ModeAppend", Const, 16}, 6952 {"ModeCharDevice", Const, 16}, 6953 {"ModeDevice", Const, 16}, 6954 {"ModeDir", Const, 16}, 6955 {"ModeExclusive", Const, 16}, 6956 {"ModeIrregular", Const, 16}, 6957 {"ModeNamedPipe", Const, 16}, 6958 {"ModePerm", Const, 16}, 6959 {"ModeSetgid", Const, 16}, 6960 {"ModeSetuid", Const, 16}, 6961 {"ModeSocket", Const, 16}, 6962 {"ModeSticky", Const, 16}, 6963 {"ModeSymlink", Const, 16}, 6964 {"ModeTemporary", Const, 16}, 6965 {"ModeType", Const, 16}, 6966 {"PathError", Type, 16}, 6967 {"PathError.Err", Field, 16}, 6968 {"PathError.Op", Field, 16}, 6969 {"PathError.Path", Field, 16}, 6970 {"ReadDir", Func, 16}, 6971 {"ReadDirFS", Type, 16}, 6972 {"ReadDirFile", Type, 16}, 6973 {"ReadFile", Func, 16}, 6974 {"ReadFileFS", Type, 16}, 6975 {"SkipAll", Var, 20}, 6976 {"SkipDir", Var, 16}, 6977 {"Stat", Func, 16}, 6978 {"StatFS", Type, 16}, 6979 {"Sub", Func, 16}, 6980 {"SubFS", Type, 16}, 6981 {"ValidPath", Func, 16}, 6982 {"WalkDir", Func, 16}, 6983 {"WalkDirFunc", Type, 16}, 6984 }, 6985 "io/ioutil": { 6986 {"Discard", Var, 0}, 6987 {"NopCloser", Func, 0}, 6988 {"ReadAll", Func, 0}, 6989 {"ReadDir", Func, 0}, 6990 {"ReadFile", Func, 0}, 6991 {"TempDir", Func, 0}, 6992 {"TempFile", Func, 0}, 6993 {"WriteFile", Func, 0}, 6994 }, 6995 "log": { 6996 {"(*Logger).Fatal", Method, 0}, 6997 {"(*Logger).Fatalf", Method, 0}, 6998 {"(*Logger).Fatalln", Method, 0}, 6999 {"(*Logger).Flags", Method, 0}, 7000 {"(*Logger).Output", Method, 0}, 7001 {"(*Logger).Panic", Method, 0}, 7002 {"(*Logger).Panicf", Method, 0}, 7003 {"(*Logger).Panicln", Method, 0}, 7004 {"(*Logger).Prefix", Method, 0}, 7005 {"(*Logger).Print", Method, 0}, 7006 {"(*Logger).Printf", Method, 0}, 7007 {"(*Logger).Println", Method, 0}, 7008 {"(*Logger).SetFlags", Method, 0}, 7009 {"(*Logger).SetOutput", Method, 5}, 7010 {"(*Logger).SetPrefix", Method, 0}, 7011 {"(*Logger).Writer", Method, 12}, 7012 {"Default", Func, 16}, 7013 {"Fatal", Func, 0}, 7014 {"Fatalf", Func, 0}, 7015 {"Fatalln", Func, 0}, 7016 {"Flags", Func, 0}, 7017 {"LUTC", Const, 5}, 7018 {"Ldate", Const, 0}, 7019 {"Llongfile", Const, 0}, 7020 {"Lmicroseconds", Const, 0}, 7021 {"Lmsgprefix", Const, 14}, 7022 {"Logger", Type, 0}, 7023 {"Lshortfile", Const, 0}, 7024 {"LstdFlags", Const, 0}, 7025 {"Ltime", Const, 0}, 7026 {"New", Func, 0}, 7027 {"Output", Func, 5}, 7028 {"Panic", Func, 0}, 7029 {"Panicf", Func, 0}, 7030 {"Panicln", Func, 0}, 7031 {"Prefix", Func, 0}, 7032 {"Print", Func, 0}, 7033 {"Printf", Func, 0}, 7034 {"Println", Func, 0}, 7035 {"SetFlags", Func, 0}, 7036 {"SetOutput", Func, 0}, 7037 {"SetPrefix", Func, 0}, 7038 {"Writer", Func, 13}, 7039 }, 7040 "log/slog": { 7041 {"(*JSONHandler).Enabled", Method, 21}, 7042 {"(*JSONHandler).Handle", Method, 21}, 7043 {"(*JSONHandler).WithAttrs", Method, 21}, 7044 {"(*JSONHandler).WithGroup", Method, 21}, 7045 {"(*Level).UnmarshalJSON", Method, 21}, 7046 {"(*Level).UnmarshalText", Method, 21}, 7047 {"(*LevelVar).Level", Method, 21}, 7048 {"(*LevelVar).MarshalText", Method, 21}, 7049 {"(*LevelVar).Set", Method, 21}, 7050 {"(*LevelVar).String", Method, 21}, 7051 {"(*LevelVar).UnmarshalText", Method, 21}, 7052 {"(*Logger).Debug", Method, 21}, 7053 {"(*Logger).DebugContext", Method, 21}, 7054 {"(*Logger).Enabled", Method, 21}, 7055 {"(*Logger).Error", Method, 21}, 7056 {"(*Logger).ErrorContext", Method, 21}, 7057 {"(*Logger).Handler", Method, 21}, 7058 {"(*Logger).Info", Method, 21}, 7059 {"(*Logger).InfoContext", Method, 21}, 7060 {"(*Logger).Log", Method, 21}, 7061 {"(*Logger).LogAttrs", Method, 21}, 7062 {"(*Logger).Warn", Method, 21}, 7063 {"(*Logger).WarnContext", Method, 21}, 7064 {"(*Logger).With", Method, 21}, 7065 {"(*Logger).WithGroup", Method, 21}, 7066 {"(*Record).Add", Method, 21}, 7067 {"(*Record).AddAttrs", Method, 21}, 7068 {"(*TextHandler).Enabled", Method, 21}, 7069 {"(*TextHandler).Handle", Method, 21}, 7070 {"(*TextHandler).WithAttrs", Method, 21}, 7071 {"(*TextHandler).WithGroup", Method, 21}, 7072 {"(Attr).Equal", Method, 21}, 7073 {"(Attr).String", Method, 21}, 7074 {"(Kind).String", Method, 21}, 7075 {"(Level).Level", Method, 21}, 7076 {"(Level).MarshalJSON", Method, 21}, 7077 {"(Level).MarshalText", Method, 21}, 7078 {"(Level).String", Method, 21}, 7079 {"(Record).Attrs", Method, 21}, 7080 {"(Record).Clone", Method, 21}, 7081 {"(Record).NumAttrs", Method, 21}, 7082 {"(Value).Any", Method, 21}, 7083 {"(Value).Bool", Method, 21}, 7084 {"(Value).Duration", Method, 21}, 7085 {"(Value).Equal", Method, 21}, 7086 {"(Value).Float64", Method, 21}, 7087 {"(Value).Group", Method, 21}, 7088 {"(Value).Int64", Method, 21}, 7089 {"(Value).Kind", Method, 21}, 7090 {"(Value).LogValuer", Method, 21}, 7091 {"(Value).Resolve", Method, 21}, 7092 {"(Value).String", Method, 21}, 7093 {"(Value).Time", Method, 21}, 7094 {"(Value).Uint64", Method, 21}, 7095 {"Any", Func, 21}, 7096 {"AnyValue", Func, 21}, 7097 {"Attr", Type, 21}, 7098 {"Attr.Key", Field, 21}, 7099 {"Attr.Value", Field, 21}, 7100 {"Bool", Func, 21}, 7101 {"BoolValue", Func, 21}, 7102 {"Debug", Func, 21}, 7103 {"DebugContext", Func, 21}, 7104 {"Default", Func, 21}, 7105 {"Duration", Func, 21}, 7106 {"DurationValue", Func, 21}, 7107 {"Error", Func, 21}, 7108 {"ErrorContext", Func, 21}, 7109 {"Float64", Func, 21}, 7110 {"Float64Value", Func, 21}, 7111 {"Group", Func, 21}, 7112 {"GroupValue", Func, 21}, 7113 {"Handler", Type, 21}, 7114 {"HandlerOptions", Type, 21}, 7115 {"HandlerOptions.AddSource", Field, 21}, 7116 {"HandlerOptions.Level", Field, 21}, 7117 {"HandlerOptions.ReplaceAttr", Field, 21}, 7118 {"Info", Func, 21}, 7119 {"InfoContext", Func, 21}, 7120 {"Int", Func, 21}, 7121 {"Int64", Func, 21}, 7122 {"Int64Value", Func, 21}, 7123 {"IntValue", Func, 21}, 7124 {"JSONHandler", Type, 21}, 7125 {"Kind", Type, 21}, 7126 {"KindAny", Const, 21}, 7127 {"KindBool", Const, 21}, 7128 {"KindDuration", Const, 21}, 7129 {"KindFloat64", Const, 21}, 7130 {"KindGroup", Const, 21}, 7131 {"KindInt64", Const, 21}, 7132 {"KindLogValuer", Const, 21}, 7133 {"KindString", Const, 21}, 7134 {"KindTime", Const, 21}, 7135 {"KindUint64", Const, 21}, 7136 {"Level", Type, 21}, 7137 {"LevelDebug", Const, 21}, 7138 {"LevelError", Const, 21}, 7139 {"LevelInfo", Const, 21}, 7140 {"LevelKey", Const, 21}, 7141 {"LevelVar", Type, 21}, 7142 {"LevelWarn", Const, 21}, 7143 {"Leveler", Type, 21}, 7144 {"Log", Func, 21}, 7145 {"LogAttrs", Func, 21}, 7146 {"LogValuer", Type, 21}, 7147 {"Logger", Type, 21}, 7148 {"MessageKey", Const, 21}, 7149 {"New", Func, 21}, 7150 {"NewJSONHandler", Func, 21}, 7151 {"NewLogLogger", Func, 21}, 7152 {"NewRecord", Func, 21}, 7153 {"NewTextHandler", Func, 21}, 7154 {"Record", Type, 21}, 7155 {"Record.Level", Field, 21}, 7156 {"Record.Message", Field, 21}, 7157 {"Record.PC", Field, 21}, 7158 {"Record.Time", Field, 21}, 7159 {"SetDefault", Func, 21}, 7160 {"SetLogLoggerLevel", Func, 22}, 7161 {"Source", Type, 21}, 7162 {"Source.File", Field, 21}, 7163 {"Source.Function", Field, 21}, 7164 {"Source.Line", Field, 21}, 7165 {"SourceKey", Const, 21}, 7166 {"String", Func, 21}, 7167 {"StringValue", Func, 21}, 7168 {"TextHandler", Type, 21}, 7169 {"Time", Func, 21}, 7170 {"TimeKey", Const, 21}, 7171 {"TimeValue", Func, 21}, 7172 {"Uint64", Func, 21}, 7173 {"Uint64Value", Func, 21}, 7174 {"Value", Type, 21}, 7175 {"Warn", Func, 21}, 7176 {"WarnContext", Func, 21}, 7177 {"With", Func, 21}, 7178 }, 7179 "log/syslog": { 7180 {"(*Writer).Alert", Method, 0}, 7181 {"(*Writer).Close", Method, 0}, 7182 {"(*Writer).Crit", Method, 0}, 7183 {"(*Writer).Debug", Method, 0}, 7184 {"(*Writer).Emerg", Method, 0}, 7185 {"(*Writer).Err", Method, 0}, 7186 {"(*Writer).Info", Method, 0}, 7187 {"(*Writer).Notice", Method, 0}, 7188 {"(*Writer).Warning", Method, 0}, 7189 {"(*Writer).Write", Method, 0}, 7190 {"Dial", Func, 0}, 7191 {"LOG_ALERT", Const, 0}, 7192 {"LOG_AUTH", Const, 1}, 7193 {"LOG_AUTHPRIV", Const, 1}, 7194 {"LOG_CRIT", Const, 0}, 7195 {"LOG_CRON", Const, 1}, 7196 {"LOG_DAEMON", Const, 1}, 7197 {"LOG_DEBUG", Const, 0}, 7198 {"LOG_EMERG", Const, 0}, 7199 {"LOG_ERR", Const, 0}, 7200 {"LOG_FTP", Const, 1}, 7201 {"LOG_INFO", Const, 0}, 7202 {"LOG_KERN", Const, 1}, 7203 {"LOG_LOCAL0", Const, 1}, 7204 {"LOG_LOCAL1", Const, 1}, 7205 {"LOG_LOCAL2", Const, 1}, 7206 {"LOG_LOCAL3", Const, 1}, 7207 {"LOG_LOCAL4", Const, 1}, 7208 {"LOG_LOCAL5", Const, 1}, 7209 {"LOG_LOCAL6", Const, 1}, 7210 {"LOG_LOCAL7", Const, 1}, 7211 {"LOG_LPR", Const, 1}, 7212 {"LOG_MAIL", Const, 1}, 7213 {"LOG_NEWS", Const, 1}, 7214 {"LOG_NOTICE", Const, 0}, 7215 {"LOG_SYSLOG", Const, 1}, 7216 {"LOG_USER", Const, 1}, 7217 {"LOG_UUCP", Const, 1}, 7218 {"LOG_WARNING", Const, 0}, 7219 {"New", Func, 0}, 7220 {"NewLogger", Func, 0}, 7221 {"Priority", Type, 0}, 7222 {"Writer", Type, 0}, 7223 }, 7224 "maps": { 7225 {"Clone", Func, 21}, 7226 {"Copy", Func, 21}, 7227 {"DeleteFunc", Func, 21}, 7228 {"Equal", Func, 21}, 7229 {"EqualFunc", Func, 21}, 7230 }, 7231 "math": { 7232 {"Abs", Func, 0}, 7233 {"Acos", Func, 0}, 7234 {"Acosh", Func, 0}, 7235 {"Asin", Func, 0}, 7236 {"Asinh", Func, 0}, 7237 {"Atan", Func, 0}, 7238 {"Atan2", Func, 0}, 7239 {"Atanh", Func, 0}, 7240 {"Cbrt", Func, 0}, 7241 {"Ceil", Func, 0}, 7242 {"Copysign", Func, 0}, 7243 {"Cos", Func, 0}, 7244 {"Cosh", Func, 0}, 7245 {"Dim", Func, 0}, 7246 {"E", Const, 0}, 7247 {"Erf", Func, 0}, 7248 {"Erfc", Func, 0}, 7249 {"Erfcinv", Func, 10}, 7250 {"Erfinv", Func, 10}, 7251 {"Exp", Func, 0}, 7252 {"Exp2", Func, 0}, 7253 {"Expm1", Func, 0}, 7254 {"FMA", Func, 14}, 7255 {"Float32bits", Func, 0}, 7256 {"Float32frombits", Func, 0}, 7257 {"Float64bits", Func, 0}, 7258 {"Float64frombits", Func, 0}, 7259 {"Floor", Func, 0}, 7260 {"Frexp", Func, 0}, 7261 {"Gamma", Func, 0}, 7262 {"Hypot", Func, 0}, 7263 {"Ilogb", Func, 0}, 7264 {"Inf", Func, 0}, 7265 {"IsInf", Func, 0}, 7266 {"IsNaN", Func, 0}, 7267 {"J0", Func, 0}, 7268 {"J1", Func, 0}, 7269 {"Jn", Func, 0}, 7270 {"Ldexp", Func, 0}, 7271 {"Lgamma", Func, 0}, 7272 {"Ln10", Const, 0}, 7273 {"Ln2", Const, 0}, 7274 {"Log", Func, 0}, 7275 {"Log10", Func, 0}, 7276 {"Log10E", Const, 0}, 7277 {"Log1p", Func, 0}, 7278 {"Log2", Func, 0}, 7279 {"Log2E", Const, 0}, 7280 {"Logb", Func, 0}, 7281 {"Max", Func, 0}, 7282 {"MaxFloat32", Const, 0}, 7283 {"MaxFloat64", Const, 0}, 7284 {"MaxInt", Const, 17}, 7285 {"MaxInt16", Const, 0}, 7286 {"MaxInt32", Const, 0}, 7287 {"MaxInt64", Const, 0}, 7288 {"MaxInt8", Const, 0}, 7289 {"MaxUint", Const, 17}, 7290 {"MaxUint16", Const, 0}, 7291 {"MaxUint32", Const, 0}, 7292 {"MaxUint64", Const, 0}, 7293 {"MaxUint8", Const, 0}, 7294 {"Min", Func, 0}, 7295 {"MinInt", Const, 17}, 7296 {"MinInt16", Const, 0}, 7297 {"MinInt32", Const, 0}, 7298 {"MinInt64", Const, 0}, 7299 {"MinInt8", Const, 0}, 7300 {"Mod", Func, 0}, 7301 {"Modf", Func, 0}, 7302 {"NaN", Func, 0}, 7303 {"Nextafter", Func, 0}, 7304 {"Nextafter32", Func, 4}, 7305 {"Phi", Const, 0}, 7306 {"Pi", Const, 0}, 7307 {"Pow", Func, 0}, 7308 {"Pow10", Func, 0}, 7309 {"Remainder", Func, 0}, 7310 {"Round", Func, 10}, 7311 {"RoundToEven", Func, 10}, 7312 {"Signbit", Func, 0}, 7313 {"Sin", Func, 0}, 7314 {"Sincos", Func, 0}, 7315 {"Sinh", Func, 0}, 7316 {"SmallestNonzeroFloat32", Const, 0}, 7317 {"SmallestNonzeroFloat64", Const, 0}, 7318 {"Sqrt", Func, 0}, 7319 {"Sqrt2", Const, 0}, 7320 {"SqrtE", Const, 0}, 7321 {"SqrtPhi", Const, 0}, 7322 {"SqrtPi", Const, 0}, 7323 {"Tan", Func, 0}, 7324 {"Tanh", Func, 0}, 7325 {"Trunc", Func, 0}, 7326 {"Y0", Func, 0}, 7327 {"Y1", Func, 0}, 7328 {"Yn", Func, 0}, 7329 }, 7330 "math/big": { 7331 {"(*Float).Abs", Method, 5}, 7332 {"(*Float).Acc", Method, 5}, 7333 {"(*Float).Add", Method, 5}, 7334 {"(*Float).Append", Method, 5}, 7335 {"(*Float).Cmp", Method, 5}, 7336 {"(*Float).Copy", Method, 5}, 7337 {"(*Float).Float32", Method, 5}, 7338 {"(*Float).Float64", Method, 5}, 7339 {"(*Float).Format", Method, 5}, 7340 {"(*Float).GobDecode", Method, 7}, 7341 {"(*Float).GobEncode", Method, 7}, 7342 {"(*Float).Int", Method, 5}, 7343 {"(*Float).Int64", Method, 5}, 7344 {"(*Float).IsInf", Method, 5}, 7345 {"(*Float).IsInt", Method, 5}, 7346 {"(*Float).MantExp", Method, 5}, 7347 {"(*Float).MarshalText", Method, 6}, 7348 {"(*Float).MinPrec", Method, 5}, 7349 {"(*Float).Mode", Method, 5}, 7350 {"(*Float).Mul", Method, 5}, 7351 {"(*Float).Neg", Method, 5}, 7352 {"(*Float).Parse", Method, 5}, 7353 {"(*Float).Prec", Method, 5}, 7354 {"(*Float).Quo", Method, 5}, 7355 {"(*Float).Rat", Method, 5}, 7356 {"(*Float).Scan", Method, 8}, 7357 {"(*Float).Set", Method, 5}, 7358 {"(*Float).SetFloat64", Method, 5}, 7359 {"(*Float).SetInf", Method, 5}, 7360 {"(*Float).SetInt", Method, 5}, 7361 {"(*Float).SetInt64", Method, 5}, 7362 {"(*Float).SetMantExp", Method, 5}, 7363 {"(*Float).SetMode", Method, 5}, 7364 {"(*Float).SetPrec", Method, 5}, 7365 {"(*Float).SetRat", Method, 5}, 7366 {"(*Float).SetString", Method, 5}, 7367 {"(*Float).SetUint64", Method, 5}, 7368 {"(*Float).Sign", Method, 5}, 7369 {"(*Float).Signbit", Method, 5}, 7370 {"(*Float).Sqrt", Method, 10}, 7371 {"(*Float).String", Method, 5}, 7372 {"(*Float).Sub", Method, 5}, 7373 {"(*Float).Text", Method, 5}, 7374 {"(*Float).Uint64", Method, 5}, 7375 {"(*Float).UnmarshalText", Method, 6}, 7376 {"(*Int).Abs", Method, 0}, 7377 {"(*Int).Add", Method, 0}, 7378 {"(*Int).And", Method, 0}, 7379 {"(*Int).AndNot", Method, 0}, 7380 {"(*Int).Append", Method, 6}, 7381 {"(*Int).Binomial", Method, 0}, 7382 {"(*Int).Bit", Method, 0}, 7383 {"(*Int).BitLen", Method, 0}, 7384 {"(*Int).Bits", Method, 0}, 7385 {"(*Int).Bytes", Method, 0}, 7386 {"(*Int).Cmp", Method, 0}, 7387 {"(*Int).CmpAbs", Method, 10}, 7388 {"(*Int).Div", Method, 0}, 7389 {"(*Int).DivMod", Method, 0}, 7390 {"(*Int).Exp", Method, 0}, 7391 {"(*Int).FillBytes", Method, 15}, 7392 {"(*Int).Float64", Method, 21}, 7393 {"(*Int).Format", Method, 0}, 7394 {"(*Int).GCD", Method, 0}, 7395 {"(*Int).GobDecode", Method, 0}, 7396 {"(*Int).GobEncode", Method, 0}, 7397 {"(*Int).Int64", Method, 0}, 7398 {"(*Int).IsInt64", Method, 9}, 7399 {"(*Int).IsUint64", Method, 9}, 7400 {"(*Int).Lsh", Method, 0}, 7401 {"(*Int).MarshalJSON", Method, 1}, 7402 {"(*Int).MarshalText", Method, 3}, 7403 {"(*Int).Mod", Method, 0}, 7404 {"(*Int).ModInverse", Method, 0}, 7405 {"(*Int).ModSqrt", Method, 5}, 7406 {"(*Int).Mul", Method, 0}, 7407 {"(*Int).MulRange", Method, 0}, 7408 {"(*Int).Neg", Method, 0}, 7409 {"(*Int).Not", Method, 0}, 7410 {"(*Int).Or", Method, 0}, 7411 {"(*Int).ProbablyPrime", Method, 0}, 7412 {"(*Int).Quo", Method, 0}, 7413 {"(*Int).QuoRem", Method, 0}, 7414 {"(*Int).Rand", Method, 0}, 7415 {"(*Int).Rem", Method, 0}, 7416 {"(*Int).Rsh", Method, 0}, 7417 {"(*Int).Scan", Method, 0}, 7418 {"(*Int).Set", Method, 0}, 7419 {"(*Int).SetBit", Method, 0}, 7420 {"(*Int).SetBits", Method, 0}, 7421 {"(*Int).SetBytes", Method, 0}, 7422 {"(*Int).SetInt64", Method, 0}, 7423 {"(*Int).SetString", Method, 0}, 7424 {"(*Int).SetUint64", Method, 1}, 7425 {"(*Int).Sign", Method, 0}, 7426 {"(*Int).Sqrt", Method, 8}, 7427 {"(*Int).String", Method, 0}, 7428 {"(*Int).Sub", Method, 0}, 7429 {"(*Int).Text", Method, 6}, 7430 {"(*Int).TrailingZeroBits", Method, 13}, 7431 {"(*Int).Uint64", Method, 1}, 7432 {"(*Int).UnmarshalJSON", Method, 1}, 7433 {"(*Int).UnmarshalText", Method, 3}, 7434 {"(*Int).Xor", Method, 0}, 7435 {"(*Rat).Abs", Method, 0}, 7436 {"(*Rat).Add", Method, 0}, 7437 {"(*Rat).Cmp", Method, 0}, 7438 {"(*Rat).Denom", Method, 0}, 7439 {"(*Rat).Float32", Method, 4}, 7440 {"(*Rat).Float64", Method, 1}, 7441 {"(*Rat).FloatPrec", Method, 22}, 7442 {"(*Rat).FloatString", Method, 0}, 7443 {"(*Rat).GobDecode", Method, 0}, 7444 {"(*Rat).GobEncode", Method, 0}, 7445 {"(*Rat).Inv", Method, 0}, 7446 {"(*Rat).IsInt", Method, 0}, 7447 {"(*Rat).MarshalText", Method, 3}, 7448 {"(*Rat).Mul", Method, 0}, 7449 {"(*Rat).Neg", Method, 0}, 7450 {"(*Rat).Num", Method, 0}, 7451 {"(*Rat).Quo", Method, 0}, 7452 {"(*Rat).RatString", Method, 0}, 7453 {"(*Rat).Scan", Method, 0}, 7454 {"(*Rat).Set", Method, 0}, 7455 {"(*Rat).SetFloat64", Method, 1}, 7456 {"(*Rat).SetFrac", Method, 0}, 7457 {"(*Rat).SetFrac64", Method, 0}, 7458 {"(*Rat).SetInt", Method, 0}, 7459 {"(*Rat).SetInt64", Method, 0}, 7460 {"(*Rat).SetString", Method, 0}, 7461 {"(*Rat).SetUint64", Method, 13}, 7462 {"(*Rat).Sign", Method, 0}, 7463 {"(*Rat).String", Method, 0}, 7464 {"(*Rat).Sub", Method, 0}, 7465 {"(*Rat).UnmarshalText", Method, 3}, 7466 {"(Accuracy).String", Method, 5}, 7467 {"(ErrNaN).Error", Method, 5}, 7468 {"(RoundingMode).String", Method, 5}, 7469 {"Above", Const, 5}, 7470 {"Accuracy", Type, 5}, 7471 {"AwayFromZero", Const, 5}, 7472 {"Below", Const, 5}, 7473 {"ErrNaN", Type, 5}, 7474 {"Exact", Const, 5}, 7475 {"Float", Type, 5}, 7476 {"Int", Type, 0}, 7477 {"Jacobi", Func, 5}, 7478 {"MaxBase", Const, 0}, 7479 {"MaxExp", Const, 5}, 7480 {"MaxPrec", Const, 5}, 7481 {"MinExp", Const, 5}, 7482 {"NewFloat", Func, 5}, 7483 {"NewInt", Func, 0}, 7484 {"NewRat", Func, 0}, 7485 {"ParseFloat", Func, 5}, 7486 {"Rat", Type, 0}, 7487 {"RoundingMode", Type, 5}, 7488 {"ToNearestAway", Const, 5}, 7489 {"ToNearestEven", Const, 5}, 7490 {"ToNegativeInf", Const, 5}, 7491 {"ToPositiveInf", Const, 5}, 7492 {"ToZero", Const, 5}, 7493 {"Word", Type, 0}, 7494 }, 7495 "math/bits": { 7496 {"Add", Func, 12}, 7497 {"Add32", Func, 12}, 7498 {"Add64", Func, 12}, 7499 {"Div", Func, 12}, 7500 {"Div32", Func, 12}, 7501 {"Div64", Func, 12}, 7502 {"LeadingZeros", Func, 9}, 7503 {"LeadingZeros16", Func, 9}, 7504 {"LeadingZeros32", Func, 9}, 7505 {"LeadingZeros64", Func, 9}, 7506 {"LeadingZeros8", Func, 9}, 7507 {"Len", Func, 9}, 7508 {"Len16", Func, 9}, 7509 {"Len32", Func, 9}, 7510 {"Len64", Func, 9}, 7511 {"Len8", Func, 9}, 7512 {"Mul", Func, 12}, 7513 {"Mul32", Func, 12}, 7514 {"Mul64", Func, 12}, 7515 {"OnesCount", Func, 9}, 7516 {"OnesCount16", Func, 9}, 7517 {"OnesCount32", Func, 9}, 7518 {"OnesCount64", Func, 9}, 7519 {"OnesCount8", Func, 9}, 7520 {"Rem", Func, 14}, 7521 {"Rem32", Func, 14}, 7522 {"Rem64", Func, 14}, 7523 {"Reverse", Func, 9}, 7524 {"Reverse16", Func, 9}, 7525 {"Reverse32", Func, 9}, 7526 {"Reverse64", Func, 9}, 7527 {"Reverse8", Func, 9}, 7528 {"ReverseBytes", Func, 9}, 7529 {"ReverseBytes16", Func, 9}, 7530 {"ReverseBytes32", Func, 9}, 7531 {"ReverseBytes64", Func, 9}, 7532 {"RotateLeft", Func, 9}, 7533 {"RotateLeft16", Func, 9}, 7534 {"RotateLeft32", Func, 9}, 7535 {"RotateLeft64", Func, 9}, 7536 {"RotateLeft8", Func, 9}, 7537 {"Sub", Func, 12}, 7538 {"Sub32", Func, 12}, 7539 {"Sub64", Func, 12}, 7540 {"TrailingZeros", Func, 9}, 7541 {"TrailingZeros16", Func, 9}, 7542 {"TrailingZeros32", Func, 9}, 7543 {"TrailingZeros64", Func, 9}, 7544 {"TrailingZeros8", Func, 9}, 7545 {"UintSize", Const, 9}, 7546 }, 7547 "math/cmplx": { 7548 {"Abs", Func, 0}, 7549 {"Acos", Func, 0}, 7550 {"Acosh", Func, 0}, 7551 {"Asin", Func, 0}, 7552 {"Asinh", Func, 0}, 7553 {"Atan", Func, 0}, 7554 {"Atanh", Func, 0}, 7555 {"Conj", Func, 0}, 7556 {"Cos", Func, 0}, 7557 {"Cosh", Func, 0}, 7558 {"Cot", Func, 0}, 7559 {"Exp", Func, 0}, 7560 {"Inf", Func, 0}, 7561 {"IsInf", Func, 0}, 7562 {"IsNaN", Func, 0}, 7563 {"Log", Func, 0}, 7564 {"Log10", Func, 0}, 7565 {"NaN", Func, 0}, 7566 {"Phase", Func, 0}, 7567 {"Polar", Func, 0}, 7568 {"Pow", Func, 0}, 7569 {"Rect", Func, 0}, 7570 {"Sin", Func, 0}, 7571 {"Sinh", Func, 0}, 7572 {"Sqrt", Func, 0}, 7573 {"Tan", Func, 0}, 7574 {"Tanh", Func, 0}, 7575 }, 7576 "math/rand": { 7577 {"(*Rand).ExpFloat64", Method, 0}, 7578 {"(*Rand).Float32", Method, 0}, 7579 {"(*Rand).Float64", Method, 0}, 7580 {"(*Rand).Int", Method, 0}, 7581 {"(*Rand).Int31", Method, 0}, 7582 {"(*Rand).Int31n", Method, 0}, 7583 {"(*Rand).Int63", Method, 0}, 7584 {"(*Rand).Int63n", Method, 0}, 7585 {"(*Rand).Intn", Method, 0}, 7586 {"(*Rand).NormFloat64", Method, 0}, 7587 {"(*Rand).Perm", Method, 0}, 7588 {"(*Rand).Read", Method, 6}, 7589 {"(*Rand).Seed", Method, 0}, 7590 {"(*Rand).Shuffle", Method, 10}, 7591 {"(*Rand).Uint32", Method, 0}, 7592 {"(*Rand).Uint64", Method, 8}, 7593 {"(*Zipf).Uint64", Method, 0}, 7594 {"ExpFloat64", Func, 0}, 7595 {"Float32", Func, 0}, 7596 {"Float64", Func, 0}, 7597 {"Int", Func, 0}, 7598 {"Int31", Func, 0}, 7599 {"Int31n", Func, 0}, 7600 {"Int63", Func, 0}, 7601 {"Int63n", Func, 0}, 7602 {"Intn", Func, 0}, 7603 {"New", Func, 0}, 7604 {"NewSource", Func, 0}, 7605 {"NewZipf", Func, 0}, 7606 {"NormFloat64", Func, 0}, 7607 {"Perm", Func, 0}, 7608 {"Rand", Type, 0}, 7609 {"Read", Func, 6}, 7610 {"Seed", Func, 0}, 7611 {"Shuffle", Func, 10}, 7612 {"Source", Type, 0}, 7613 {"Source64", Type, 8}, 7614 {"Uint32", Func, 0}, 7615 {"Uint64", Func, 8}, 7616 {"Zipf", Type, 0}, 7617 }, 7618 "math/rand/v2": { 7619 {"(*ChaCha8).MarshalBinary", Method, 22}, 7620 {"(*ChaCha8).Seed", Method, 22}, 7621 {"(*ChaCha8).Uint64", Method, 22}, 7622 {"(*ChaCha8).UnmarshalBinary", Method, 22}, 7623 {"(*PCG).MarshalBinary", Method, 22}, 7624 {"(*PCG).Seed", Method, 22}, 7625 {"(*PCG).Uint64", Method, 22}, 7626 {"(*PCG).UnmarshalBinary", Method, 22}, 7627 {"(*Rand).ExpFloat64", Method, 22}, 7628 {"(*Rand).Float32", Method, 22}, 7629 {"(*Rand).Float64", Method, 22}, 7630 {"(*Rand).Int", Method, 22}, 7631 {"(*Rand).Int32", Method, 22}, 7632 {"(*Rand).Int32N", Method, 22}, 7633 {"(*Rand).Int64", Method, 22}, 7634 {"(*Rand).Int64N", Method, 22}, 7635 {"(*Rand).IntN", Method, 22}, 7636 {"(*Rand).NormFloat64", Method, 22}, 7637 {"(*Rand).Perm", Method, 22}, 7638 {"(*Rand).Shuffle", Method, 22}, 7639 {"(*Rand).Uint32", Method, 22}, 7640 {"(*Rand).Uint32N", Method, 22}, 7641 {"(*Rand).Uint64", Method, 22}, 7642 {"(*Rand).Uint64N", Method, 22}, 7643 {"(*Rand).UintN", Method, 22}, 7644 {"(*Zipf).Uint64", Method, 22}, 7645 {"ChaCha8", Type, 22}, 7646 {"ExpFloat64", Func, 22}, 7647 {"Float32", Func, 22}, 7648 {"Float64", Func, 22}, 7649 {"Int", Func, 22}, 7650 {"Int32", Func, 22}, 7651 {"Int32N", Func, 22}, 7652 {"Int64", Func, 22}, 7653 {"Int64N", Func, 22}, 7654 {"IntN", Func, 22}, 7655 {"N", Func, 22}, 7656 {"New", Func, 22}, 7657 {"NewChaCha8", Func, 22}, 7658 {"NewPCG", Func, 22}, 7659 {"NewZipf", Func, 22}, 7660 {"NormFloat64", Func, 22}, 7661 {"PCG", Type, 22}, 7662 {"Perm", Func, 22}, 7663 {"Rand", Type, 22}, 7664 {"Shuffle", Func, 22}, 7665 {"Source", Type, 22}, 7666 {"Uint32", Func, 22}, 7667 {"Uint32N", Func, 22}, 7668 {"Uint64", Func, 22}, 7669 {"Uint64N", Func, 22}, 7670 {"UintN", Func, 22}, 7671 {"Zipf", Type, 22}, 7672 }, 7673 "mime": { 7674 {"(*WordDecoder).Decode", Method, 5}, 7675 {"(*WordDecoder).DecodeHeader", Method, 5}, 7676 {"(WordEncoder).Encode", Method, 5}, 7677 {"AddExtensionType", Func, 0}, 7678 {"BEncoding", Const, 5}, 7679 {"ErrInvalidMediaParameter", Var, 9}, 7680 {"ExtensionsByType", Func, 5}, 7681 {"FormatMediaType", Func, 0}, 7682 {"ParseMediaType", Func, 0}, 7683 {"QEncoding", Const, 5}, 7684 {"TypeByExtension", Func, 0}, 7685 {"WordDecoder", Type, 5}, 7686 {"WordDecoder.CharsetReader", Field, 5}, 7687 {"WordEncoder", Type, 5}, 7688 }, 7689 "mime/multipart": { 7690 {"(*FileHeader).Open", Method, 0}, 7691 {"(*Form).RemoveAll", Method, 0}, 7692 {"(*Part).Close", Method, 0}, 7693 {"(*Part).FileName", Method, 0}, 7694 {"(*Part).FormName", Method, 0}, 7695 {"(*Part).Read", Method, 0}, 7696 {"(*Reader).NextPart", Method, 0}, 7697 {"(*Reader).NextRawPart", Method, 14}, 7698 {"(*Reader).ReadForm", Method, 0}, 7699 {"(*Writer).Boundary", Method, 0}, 7700 {"(*Writer).Close", Method, 0}, 7701 {"(*Writer).CreateFormField", Method, 0}, 7702 {"(*Writer).CreateFormFile", Method, 0}, 7703 {"(*Writer).CreatePart", Method, 0}, 7704 {"(*Writer).FormDataContentType", Method, 0}, 7705 {"(*Writer).SetBoundary", Method, 1}, 7706 {"(*Writer).WriteField", Method, 0}, 7707 {"ErrMessageTooLarge", Var, 9}, 7708 {"File", Type, 0}, 7709 {"FileHeader", Type, 0}, 7710 {"FileHeader.Filename", Field, 0}, 7711 {"FileHeader.Header", Field, 0}, 7712 {"FileHeader.Size", Field, 9}, 7713 {"Form", Type, 0}, 7714 {"Form.File", Field, 0}, 7715 {"Form.Value", Field, 0}, 7716 {"NewReader", Func, 0}, 7717 {"NewWriter", Func, 0}, 7718 {"Part", Type, 0}, 7719 {"Part.Header", Field, 0}, 7720 {"Reader", Type, 0}, 7721 {"Writer", Type, 0}, 7722 }, 7723 "mime/quotedprintable": { 7724 {"(*Reader).Read", Method, 5}, 7725 {"(*Writer).Close", Method, 5}, 7726 {"(*Writer).Write", Method, 5}, 7727 {"NewReader", Func, 5}, 7728 {"NewWriter", Func, 5}, 7729 {"Reader", Type, 5}, 7730 {"Writer", Type, 5}, 7731 {"Writer.Binary", Field, 5}, 7732 }, 7733 "net": { 7734 {"(*AddrError).Error", Method, 0}, 7735 {"(*AddrError).Temporary", Method, 0}, 7736 {"(*AddrError).Timeout", Method, 0}, 7737 {"(*Buffers).Read", Method, 8}, 7738 {"(*Buffers).WriteTo", Method, 8}, 7739 {"(*DNSConfigError).Error", Method, 0}, 7740 {"(*DNSConfigError).Temporary", Method, 0}, 7741 {"(*DNSConfigError).Timeout", Method, 0}, 7742 {"(*DNSConfigError).Unwrap", Method, 13}, 7743 {"(*DNSError).Error", Method, 0}, 7744 {"(*DNSError).Temporary", Method, 0}, 7745 {"(*DNSError).Timeout", Method, 0}, 7746 {"(*Dialer).Dial", Method, 1}, 7747 {"(*Dialer).DialContext", Method, 7}, 7748 {"(*Dialer).MultipathTCP", Method, 21}, 7749 {"(*Dialer).SetMultipathTCP", Method, 21}, 7750 {"(*IP).UnmarshalText", Method, 2}, 7751 {"(*IPAddr).Network", Method, 0}, 7752 {"(*IPAddr).String", Method, 0}, 7753 {"(*IPConn).Close", Method, 0}, 7754 {"(*IPConn).File", Method, 0}, 7755 {"(*IPConn).LocalAddr", Method, 0}, 7756 {"(*IPConn).Read", Method, 0}, 7757 {"(*IPConn).ReadFrom", Method, 0}, 7758 {"(*IPConn).ReadFromIP", Method, 0}, 7759 {"(*IPConn).ReadMsgIP", Method, 1}, 7760 {"(*IPConn).RemoteAddr", Method, 0}, 7761 {"(*IPConn).SetDeadline", Method, 0}, 7762 {"(*IPConn).SetReadBuffer", Method, 0}, 7763 {"(*IPConn).SetReadDeadline", Method, 0}, 7764 {"(*IPConn).SetWriteBuffer", Method, 0}, 7765 {"(*IPConn).SetWriteDeadline", Method, 0}, 7766 {"(*IPConn).SyscallConn", Method, 9}, 7767 {"(*IPConn).Write", Method, 0}, 7768 {"(*IPConn).WriteMsgIP", Method, 1}, 7769 {"(*IPConn).WriteTo", Method, 0}, 7770 {"(*IPConn).WriteToIP", Method, 0}, 7771 {"(*IPNet).Contains", Method, 0}, 7772 {"(*IPNet).Network", Method, 0}, 7773 {"(*IPNet).String", Method, 0}, 7774 {"(*Interface).Addrs", Method, 0}, 7775 {"(*Interface).MulticastAddrs", Method, 0}, 7776 {"(*ListenConfig).Listen", Method, 11}, 7777 {"(*ListenConfig).ListenPacket", Method, 11}, 7778 {"(*ListenConfig).MultipathTCP", Method, 21}, 7779 {"(*ListenConfig).SetMultipathTCP", Method, 21}, 7780 {"(*OpError).Error", Method, 0}, 7781 {"(*OpError).Temporary", Method, 0}, 7782 {"(*OpError).Timeout", Method, 0}, 7783 {"(*OpError).Unwrap", Method, 13}, 7784 {"(*ParseError).Error", Method, 0}, 7785 {"(*ParseError).Temporary", Method, 17}, 7786 {"(*ParseError).Timeout", Method, 17}, 7787 {"(*Resolver).LookupAddr", Method, 8}, 7788 {"(*Resolver).LookupCNAME", Method, 8}, 7789 {"(*Resolver).LookupHost", Method, 8}, 7790 {"(*Resolver).LookupIP", Method, 15}, 7791 {"(*Resolver).LookupIPAddr", Method, 8}, 7792 {"(*Resolver).LookupMX", Method, 8}, 7793 {"(*Resolver).LookupNS", Method, 8}, 7794 {"(*Resolver).LookupNetIP", Method, 18}, 7795 {"(*Resolver).LookupPort", Method, 8}, 7796 {"(*Resolver).LookupSRV", Method, 8}, 7797 {"(*Resolver).LookupTXT", Method, 8}, 7798 {"(*TCPAddr).AddrPort", Method, 18}, 7799 {"(*TCPAddr).Network", Method, 0}, 7800 {"(*TCPAddr).String", Method, 0}, 7801 {"(*TCPConn).Close", Method, 0}, 7802 {"(*TCPConn).CloseRead", Method, 0}, 7803 {"(*TCPConn).CloseWrite", Method, 0}, 7804 {"(*TCPConn).File", Method, 0}, 7805 {"(*TCPConn).LocalAddr", Method, 0}, 7806 {"(*TCPConn).MultipathTCP", Method, 21}, 7807 {"(*TCPConn).Read", Method, 0}, 7808 {"(*TCPConn).ReadFrom", Method, 0}, 7809 {"(*TCPConn).RemoteAddr", Method, 0}, 7810 {"(*TCPConn).SetDeadline", Method, 0}, 7811 {"(*TCPConn).SetKeepAlive", Method, 0}, 7812 {"(*TCPConn).SetKeepAlivePeriod", Method, 2}, 7813 {"(*TCPConn).SetLinger", Method, 0}, 7814 {"(*TCPConn).SetNoDelay", Method, 0}, 7815 {"(*TCPConn).SetReadBuffer", Method, 0}, 7816 {"(*TCPConn).SetReadDeadline", Method, 0}, 7817 {"(*TCPConn).SetWriteBuffer", Method, 0}, 7818 {"(*TCPConn).SetWriteDeadline", Method, 0}, 7819 {"(*TCPConn).SyscallConn", Method, 9}, 7820 {"(*TCPConn).Write", Method, 0}, 7821 {"(*TCPConn).WriteTo", Method, 22}, 7822 {"(*TCPListener).Accept", Method, 0}, 7823 {"(*TCPListener).AcceptTCP", Method, 0}, 7824 {"(*TCPListener).Addr", Method, 0}, 7825 {"(*TCPListener).Close", Method, 0}, 7826 {"(*TCPListener).File", Method, 0}, 7827 {"(*TCPListener).SetDeadline", Method, 0}, 7828 {"(*TCPListener).SyscallConn", Method, 10}, 7829 {"(*UDPAddr).AddrPort", Method, 18}, 7830 {"(*UDPAddr).Network", Method, 0}, 7831 {"(*UDPAddr).String", Method, 0}, 7832 {"(*UDPConn).Close", Method, 0}, 7833 {"(*UDPConn).File", Method, 0}, 7834 {"(*UDPConn).LocalAddr", Method, 0}, 7835 {"(*UDPConn).Read", Method, 0}, 7836 {"(*UDPConn).ReadFrom", Method, 0}, 7837 {"(*UDPConn).ReadFromUDP", Method, 0}, 7838 {"(*UDPConn).ReadFromUDPAddrPort", Method, 18}, 7839 {"(*UDPConn).ReadMsgUDP", Method, 1}, 7840 {"(*UDPConn).ReadMsgUDPAddrPort", Method, 18}, 7841 {"(*UDPConn).RemoteAddr", Method, 0}, 7842 {"(*UDPConn).SetDeadline", Method, 0}, 7843 {"(*UDPConn).SetReadBuffer", Method, 0}, 7844 {"(*UDPConn).SetReadDeadline", Method, 0}, 7845 {"(*UDPConn).SetWriteBuffer", Method, 0}, 7846 {"(*UDPConn).SetWriteDeadline", Method, 0}, 7847 {"(*UDPConn).SyscallConn", Method, 9}, 7848 {"(*UDPConn).Write", Method, 0}, 7849 {"(*UDPConn).WriteMsgUDP", Method, 1}, 7850 {"(*UDPConn).WriteMsgUDPAddrPort", Method, 18}, 7851 {"(*UDPConn).WriteTo", Method, 0}, 7852 {"(*UDPConn).WriteToUDP", Method, 0}, 7853 {"(*UDPConn).WriteToUDPAddrPort", Method, 18}, 7854 {"(*UnixAddr).Network", Method, 0}, 7855 {"(*UnixAddr).String", Method, 0}, 7856 {"(*UnixConn).Close", Method, 0}, 7857 {"(*UnixConn).CloseRead", Method, 1}, 7858 {"(*UnixConn).CloseWrite", Method, 1}, 7859 {"(*UnixConn).File", Method, 0}, 7860 {"(*UnixConn).LocalAddr", Method, 0}, 7861 {"(*UnixConn).Read", Method, 0}, 7862 {"(*UnixConn).ReadFrom", Method, 0}, 7863 {"(*UnixConn).ReadFromUnix", Method, 0}, 7864 {"(*UnixConn).ReadMsgUnix", Method, 0}, 7865 {"(*UnixConn).RemoteAddr", Method, 0}, 7866 {"(*UnixConn).SetDeadline", Method, 0}, 7867 {"(*UnixConn).SetReadBuffer", Method, 0}, 7868 {"(*UnixConn).SetReadDeadline", Method, 0}, 7869 {"(*UnixConn).SetWriteBuffer", Method, 0}, 7870 {"(*UnixConn).SetWriteDeadline", Method, 0}, 7871 {"(*UnixConn).SyscallConn", Method, 9}, 7872 {"(*UnixConn).Write", Method, 0}, 7873 {"(*UnixConn).WriteMsgUnix", Method, 0}, 7874 {"(*UnixConn).WriteTo", Method, 0}, 7875 {"(*UnixConn).WriteToUnix", Method, 0}, 7876 {"(*UnixListener).Accept", Method, 0}, 7877 {"(*UnixListener).AcceptUnix", Method, 0}, 7878 {"(*UnixListener).Addr", Method, 0}, 7879 {"(*UnixListener).Close", Method, 0}, 7880 {"(*UnixListener).File", Method, 0}, 7881 {"(*UnixListener).SetDeadline", Method, 0}, 7882 {"(*UnixListener).SetUnlinkOnClose", Method, 8}, 7883 {"(*UnixListener).SyscallConn", Method, 10}, 7884 {"(Flags).String", Method, 0}, 7885 {"(HardwareAddr).String", Method, 0}, 7886 {"(IP).DefaultMask", Method, 0}, 7887 {"(IP).Equal", Method, 0}, 7888 {"(IP).IsGlobalUnicast", Method, 0}, 7889 {"(IP).IsInterfaceLocalMulticast", Method, 0}, 7890 {"(IP).IsLinkLocalMulticast", Method, 0}, 7891 {"(IP).IsLinkLocalUnicast", Method, 0}, 7892 {"(IP).IsLoopback", Method, 0}, 7893 {"(IP).IsMulticast", Method, 0}, 7894 {"(IP).IsPrivate", Method, 17}, 7895 {"(IP).IsUnspecified", Method, 0}, 7896 {"(IP).MarshalText", Method, 2}, 7897 {"(IP).Mask", Method, 0}, 7898 {"(IP).String", Method, 0}, 7899 {"(IP).To16", Method, 0}, 7900 {"(IP).To4", Method, 0}, 7901 {"(IPMask).Size", Method, 0}, 7902 {"(IPMask).String", Method, 0}, 7903 {"(InvalidAddrError).Error", Method, 0}, 7904 {"(InvalidAddrError).Temporary", Method, 0}, 7905 {"(InvalidAddrError).Timeout", Method, 0}, 7906 {"(UnknownNetworkError).Error", Method, 0}, 7907 {"(UnknownNetworkError).Temporary", Method, 0}, 7908 {"(UnknownNetworkError).Timeout", Method, 0}, 7909 {"Addr", Type, 0}, 7910 {"AddrError", Type, 0}, 7911 {"AddrError.Addr", Field, 0}, 7912 {"AddrError.Err", Field, 0}, 7913 {"Buffers", Type, 8}, 7914 {"CIDRMask", Func, 0}, 7915 {"Conn", Type, 0}, 7916 {"DNSConfigError", Type, 0}, 7917 {"DNSConfigError.Err", Field, 0}, 7918 {"DNSError", Type, 0}, 7919 {"DNSError.Err", Field, 0}, 7920 {"DNSError.IsNotFound", Field, 13}, 7921 {"DNSError.IsTemporary", Field, 6}, 7922 {"DNSError.IsTimeout", Field, 0}, 7923 {"DNSError.Name", Field, 0}, 7924 {"DNSError.Server", Field, 0}, 7925 {"DefaultResolver", Var, 8}, 7926 {"Dial", Func, 0}, 7927 {"DialIP", Func, 0}, 7928 {"DialTCP", Func, 0}, 7929 {"DialTimeout", Func, 0}, 7930 {"DialUDP", Func, 0}, 7931 {"DialUnix", Func, 0}, 7932 {"Dialer", Type, 1}, 7933 {"Dialer.Cancel", Field, 6}, 7934 {"Dialer.Control", Field, 11}, 7935 {"Dialer.ControlContext", Field, 20}, 7936 {"Dialer.Deadline", Field, 1}, 7937 {"Dialer.DualStack", Field, 2}, 7938 {"Dialer.FallbackDelay", Field, 5}, 7939 {"Dialer.KeepAlive", Field, 3}, 7940 {"Dialer.LocalAddr", Field, 1}, 7941 {"Dialer.Resolver", Field, 8}, 7942 {"Dialer.Timeout", Field, 1}, 7943 {"ErrClosed", Var, 16}, 7944 {"ErrWriteToConnected", Var, 0}, 7945 {"Error", Type, 0}, 7946 {"FileConn", Func, 0}, 7947 {"FileListener", Func, 0}, 7948 {"FilePacketConn", Func, 0}, 7949 {"FlagBroadcast", Const, 0}, 7950 {"FlagLoopback", Const, 0}, 7951 {"FlagMulticast", Const, 0}, 7952 {"FlagPointToPoint", Const, 0}, 7953 {"FlagRunning", Const, 20}, 7954 {"FlagUp", Const, 0}, 7955 {"Flags", Type, 0}, 7956 {"HardwareAddr", Type, 0}, 7957 {"IP", Type, 0}, 7958 {"IPAddr", Type, 0}, 7959 {"IPAddr.IP", Field, 0}, 7960 {"IPAddr.Zone", Field, 1}, 7961 {"IPConn", Type, 0}, 7962 {"IPMask", Type, 0}, 7963 {"IPNet", Type, 0}, 7964 {"IPNet.IP", Field, 0}, 7965 {"IPNet.Mask", Field, 0}, 7966 {"IPv4", Func, 0}, 7967 {"IPv4Mask", Func, 0}, 7968 {"IPv4allrouter", Var, 0}, 7969 {"IPv4allsys", Var, 0}, 7970 {"IPv4bcast", Var, 0}, 7971 {"IPv4len", Const, 0}, 7972 {"IPv4zero", Var, 0}, 7973 {"IPv6interfacelocalallnodes", Var, 0}, 7974 {"IPv6len", Const, 0}, 7975 {"IPv6linklocalallnodes", Var, 0}, 7976 {"IPv6linklocalallrouters", Var, 0}, 7977 {"IPv6loopback", Var, 0}, 7978 {"IPv6unspecified", Var, 0}, 7979 {"IPv6zero", Var, 0}, 7980 {"Interface", Type, 0}, 7981 {"Interface.Flags", Field, 0}, 7982 {"Interface.HardwareAddr", Field, 0}, 7983 {"Interface.Index", Field, 0}, 7984 {"Interface.MTU", Field, 0}, 7985 {"Interface.Name", Field, 0}, 7986 {"InterfaceAddrs", Func, 0}, 7987 {"InterfaceByIndex", Func, 0}, 7988 {"InterfaceByName", Func, 0}, 7989 {"Interfaces", Func, 0}, 7990 {"InvalidAddrError", Type, 0}, 7991 {"JoinHostPort", Func, 0}, 7992 {"Listen", Func, 0}, 7993 {"ListenConfig", Type, 11}, 7994 {"ListenConfig.Control", Field, 11}, 7995 {"ListenConfig.KeepAlive", Field, 13}, 7996 {"ListenIP", Func, 0}, 7997 {"ListenMulticastUDP", Func, 0}, 7998 {"ListenPacket", Func, 0}, 7999 {"ListenTCP", Func, 0}, 8000 {"ListenUDP", Func, 0}, 8001 {"ListenUnix", Func, 0}, 8002 {"ListenUnixgram", Func, 0}, 8003 {"Listener", Type, 0}, 8004 {"LookupAddr", Func, 0}, 8005 {"LookupCNAME", Func, 0}, 8006 {"LookupHost", Func, 0}, 8007 {"LookupIP", Func, 0}, 8008 {"LookupMX", Func, 0}, 8009 {"LookupNS", Func, 1}, 8010 {"LookupPort", Func, 0}, 8011 {"LookupSRV", Func, 0}, 8012 {"LookupTXT", Func, 0}, 8013 {"MX", Type, 0}, 8014 {"MX.Host", Field, 0}, 8015 {"MX.Pref", Field, 0}, 8016 {"NS", Type, 1}, 8017 {"NS.Host", Field, 1}, 8018 {"OpError", Type, 0}, 8019 {"OpError.Addr", Field, 0}, 8020 {"OpError.Err", Field, 0}, 8021 {"OpError.Net", Field, 0}, 8022 {"OpError.Op", Field, 0}, 8023 {"OpError.Source", Field, 5}, 8024 {"PacketConn", Type, 0}, 8025 {"ParseCIDR", Func, 0}, 8026 {"ParseError", Type, 0}, 8027 {"ParseError.Text", Field, 0}, 8028 {"ParseError.Type", Field, 0}, 8029 {"ParseIP", Func, 0}, 8030 {"ParseMAC", Func, 0}, 8031 {"Pipe", Func, 0}, 8032 {"ResolveIPAddr", Func, 0}, 8033 {"ResolveTCPAddr", Func, 0}, 8034 {"ResolveUDPAddr", Func, 0}, 8035 {"ResolveUnixAddr", Func, 0}, 8036 {"Resolver", Type, 8}, 8037 {"Resolver.Dial", Field, 9}, 8038 {"Resolver.PreferGo", Field, 8}, 8039 {"Resolver.StrictErrors", Field, 9}, 8040 {"SRV", Type, 0}, 8041 {"SRV.Port", Field, 0}, 8042 {"SRV.Priority", Field, 0}, 8043 {"SRV.Target", Field, 0}, 8044 {"SRV.Weight", Field, 0}, 8045 {"SplitHostPort", Func, 0}, 8046 {"TCPAddr", Type, 0}, 8047 {"TCPAddr.IP", Field, 0}, 8048 {"TCPAddr.Port", Field, 0}, 8049 {"TCPAddr.Zone", Field, 1}, 8050 {"TCPAddrFromAddrPort", Func, 18}, 8051 {"TCPConn", Type, 0}, 8052 {"TCPListener", Type, 0}, 8053 {"UDPAddr", Type, 0}, 8054 {"UDPAddr.IP", Field, 0}, 8055 {"UDPAddr.Port", Field, 0}, 8056 {"UDPAddr.Zone", Field, 1}, 8057 {"UDPAddrFromAddrPort", Func, 18}, 8058 {"UDPConn", Type, 0}, 8059 {"UnixAddr", Type, 0}, 8060 {"UnixAddr.Name", Field, 0}, 8061 {"UnixAddr.Net", Field, 0}, 8062 {"UnixConn", Type, 0}, 8063 {"UnixListener", Type, 0}, 8064 {"UnknownNetworkError", Type, 0}, 8065 }, 8066 "net/http": { 8067 {"(*Client).CloseIdleConnections", Method, 12}, 8068 {"(*Client).Do", Method, 0}, 8069 {"(*Client).Get", Method, 0}, 8070 {"(*Client).Head", Method, 0}, 8071 {"(*Client).Post", Method, 0}, 8072 {"(*Client).PostForm", Method, 0}, 8073 {"(*Cookie).String", Method, 0}, 8074 {"(*Cookie).Valid", Method, 18}, 8075 {"(*MaxBytesError).Error", Method, 19}, 8076 {"(*ProtocolError).Error", Method, 0}, 8077 {"(*ProtocolError).Is", Method, 21}, 8078 {"(*Request).AddCookie", Method, 0}, 8079 {"(*Request).BasicAuth", Method, 4}, 8080 {"(*Request).Clone", Method, 13}, 8081 {"(*Request).Context", Method, 7}, 8082 {"(*Request).Cookie", Method, 0}, 8083 {"(*Request).Cookies", Method, 0}, 8084 {"(*Request).FormFile", Method, 0}, 8085 {"(*Request).FormValue", Method, 0}, 8086 {"(*Request).MultipartReader", Method, 0}, 8087 {"(*Request).ParseForm", Method, 0}, 8088 {"(*Request).ParseMultipartForm", Method, 0}, 8089 {"(*Request).PathValue", Method, 22}, 8090 {"(*Request).PostFormValue", Method, 1}, 8091 {"(*Request).ProtoAtLeast", Method, 0}, 8092 {"(*Request).Referer", Method, 0}, 8093 {"(*Request).SetBasicAuth", Method, 0}, 8094 {"(*Request).SetPathValue", Method, 22}, 8095 {"(*Request).UserAgent", Method, 0}, 8096 {"(*Request).WithContext", Method, 7}, 8097 {"(*Request).Write", Method, 0}, 8098 {"(*Request).WriteProxy", Method, 0}, 8099 {"(*Response).Cookies", Method, 0}, 8100 {"(*Response).Location", Method, 0}, 8101 {"(*Response).ProtoAtLeast", Method, 0}, 8102 {"(*Response).Write", Method, 0}, 8103 {"(*ResponseController).EnableFullDuplex", Method, 21}, 8104 {"(*ResponseController).Flush", Method, 20}, 8105 {"(*ResponseController).Hijack", Method, 20}, 8106 {"(*ResponseController).SetReadDeadline", Method, 20}, 8107 {"(*ResponseController).SetWriteDeadline", Method, 20}, 8108 {"(*ServeMux).Handle", Method, 0}, 8109 {"(*ServeMux).HandleFunc", Method, 0}, 8110 {"(*ServeMux).Handler", Method, 1}, 8111 {"(*ServeMux).ServeHTTP", Method, 0}, 8112 {"(*Server).Close", Method, 8}, 8113 {"(*Server).ListenAndServe", Method, 0}, 8114 {"(*Server).ListenAndServeTLS", Method, 0}, 8115 {"(*Server).RegisterOnShutdown", Method, 9}, 8116 {"(*Server).Serve", Method, 0}, 8117 {"(*Server).ServeTLS", Method, 9}, 8118 {"(*Server).SetKeepAlivesEnabled", Method, 3}, 8119 {"(*Server).Shutdown", Method, 8}, 8120 {"(*Transport).CancelRequest", Method, 1}, 8121 {"(*Transport).Clone", Method, 13}, 8122 {"(*Transport).CloseIdleConnections", Method, 0}, 8123 {"(*Transport).RegisterProtocol", Method, 0}, 8124 {"(*Transport).RoundTrip", Method, 0}, 8125 {"(ConnState).String", Method, 3}, 8126 {"(Dir).Open", Method, 0}, 8127 {"(HandlerFunc).ServeHTTP", Method, 0}, 8128 {"(Header).Add", Method, 0}, 8129 {"(Header).Clone", Method, 13}, 8130 {"(Header).Del", Method, 0}, 8131 {"(Header).Get", Method, 0}, 8132 {"(Header).Set", Method, 0}, 8133 {"(Header).Values", Method, 14}, 8134 {"(Header).Write", Method, 0}, 8135 {"(Header).WriteSubset", Method, 0}, 8136 {"AllowQuerySemicolons", Func, 17}, 8137 {"CanonicalHeaderKey", Func, 0}, 8138 {"Client", Type, 0}, 8139 {"Client.CheckRedirect", Field, 0}, 8140 {"Client.Jar", Field, 0}, 8141 {"Client.Timeout", Field, 3}, 8142 {"Client.Transport", Field, 0}, 8143 {"CloseNotifier", Type, 1}, 8144 {"ConnState", Type, 3}, 8145 {"Cookie", Type, 0}, 8146 {"Cookie.Domain", Field, 0}, 8147 {"Cookie.Expires", Field, 0}, 8148 {"Cookie.HttpOnly", Field, 0}, 8149 {"Cookie.MaxAge", Field, 0}, 8150 {"Cookie.Name", Field, 0}, 8151 {"Cookie.Path", Field, 0}, 8152 {"Cookie.Raw", Field, 0}, 8153 {"Cookie.RawExpires", Field, 0}, 8154 {"Cookie.SameSite", Field, 11}, 8155 {"Cookie.Secure", Field, 0}, 8156 {"Cookie.Unparsed", Field, 0}, 8157 {"Cookie.Value", Field, 0}, 8158 {"CookieJar", Type, 0}, 8159 {"DefaultClient", Var, 0}, 8160 {"DefaultMaxHeaderBytes", Const, 0}, 8161 {"DefaultMaxIdleConnsPerHost", Const, 0}, 8162 {"DefaultServeMux", Var, 0}, 8163 {"DefaultTransport", Var, 0}, 8164 {"DetectContentType", Func, 0}, 8165 {"Dir", Type, 0}, 8166 {"ErrAbortHandler", Var, 8}, 8167 {"ErrBodyNotAllowed", Var, 0}, 8168 {"ErrBodyReadAfterClose", Var, 0}, 8169 {"ErrContentLength", Var, 0}, 8170 {"ErrHandlerTimeout", Var, 0}, 8171 {"ErrHeaderTooLong", Var, 0}, 8172 {"ErrHijacked", Var, 0}, 8173 {"ErrLineTooLong", Var, 0}, 8174 {"ErrMissingBoundary", Var, 0}, 8175 {"ErrMissingContentLength", Var, 0}, 8176 {"ErrMissingFile", Var, 0}, 8177 {"ErrNoCookie", Var, 0}, 8178 {"ErrNoLocation", Var, 0}, 8179 {"ErrNotMultipart", Var, 0}, 8180 {"ErrNotSupported", Var, 0}, 8181 {"ErrSchemeMismatch", Var, 21}, 8182 {"ErrServerClosed", Var, 8}, 8183 {"ErrShortBody", Var, 0}, 8184 {"ErrSkipAltProtocol", Var, 6}, 8185 {"ErrUnexpectedTrailer", Var, 0}, 8186 {"ErrUseLastResponse", Var, 7}, 8187 {"ErrWriteAfterFlush", Var, 0}, 8188 {"Error", Func, 0}, 8189 {"FS", Func, 16}, 8190 {"File", Type, 0}, 8191 {"FileServer", Func, 0}, 8192 {"FileServerFS", Func, 22}, 8193 {"FileSystem", Type, 0}, 8194 {"Flusher", Type, 0}, 8195 {"Get", Func, 0}, 8196 {"Handle", Func, 0}, 8197 {"HandleFunc", Func, 0}, 8198 {"Handler", Type, 0}, 8199 {"HandlerFunc", Type, 0}, 8200 {"Head", Func, 0}, 8201 {"Header", Type, 0}, 8202 {"Hijacker", Type, 0}, 8203 {"ListenAndServe", Func, 0}, 8204 {"ListenAndServeTLS", Func, 0}, 8205 {"LocalAddrContextKey", Var, 7}, 8206 {"MaxBytesError", Type, 19}, 8207 {"MaxBytesError.Limit", Field, 19}, 8208 {"MaxBytesHandler", Func, 18}, 8209 {"MaxBytesReader", Func, 0}, 8210 {"MethodConnect", Const, 6}, 8211 {"MethodDelete", Const, 6}, 8212 {"MethodGet", Const, 6}, 8213 {"MethodHead", Const, 6}, 8214 {"MethodOptions", Const, 6}, 8215 {"MethodPatch", Const, 6}, 8216 {"MethodPost", Const, 6}, 8217 {"MethodPut", Const, 6}, 8218 {"MethodTrace", Const, 6}, 8219 {"NewFileTransport", Func, 0}, 8220 {"NewFileTransportFS", Func, 22}, 8221 {"NewRequest", Func, 0}, 8222 {"NewRequestWithContext", Func, 13}, 8223 {"NewResponseController", Func, 20}, 8224 {"NewServeMux", Func, 0}, 8225 {"NoBody", Var, 8}, 8226 {"NotFound", Func, 0}, 8227 {"NotFoundHandler", Func, 0}, 8228 {"ParseHTTPVersion", Func, 0}, 8229 {"ParseTime", Func, 1}, 8230 {"Post", Func, 0}, 8231 {"PostForm", Func, 0}, 8232 {"ProtocolError", Type, 0}, 8233 {"ProtocolError.ErrorString", Field, 0}, 8234 {"ProxyFromEnvironment", Func, 0}, 8235 {"ProxyURL", Func, 0}, 8236 {"PushOptions", Type, 8}, 8237 {"PushOptions.Header", Field, 8}, 8238 {"PushOptions.Method", Field, 8}, 8239 {"Pusher", Type, 8}, 8240 {"ReadRequest", Func, 0}, 8241 {"ReadResponse", Func, 0}, 8242 {"Redirect", Func, 0}, 8243 {"RedirectHandler", Func, 0}, 8244 {"Request", Type, 0}, 8245 {"Request.Body", Field, 0}, 8246 {"Request.Cancel", Field, 5}, 8247 {"Request.Close", Field, 0}, 8248 {"Request.ContentLength", Field, 0}, 8249 {"Request.Form", Field, 0}, 8250 {"Request.GetBody", Field, 8}, 8251 {"Request.Header", Field, 0}, 8252 {"Request.Host", Field, 0}, 8253 {"Request.Method", Field, 0}, 8254 {"Request.MultipartForm", Field, 0}, 8255 {"Request.PostForm", Field, 1}, 8256 {"Request.Proto", Field, 0}, 8257 {"Request.ProtoMajor", Field, 0}, 8258 {"Request.ProtoMinor", Field, 0}, 8259 {"Request.RemoteAddr", Field, 0}, 8260 {"Request.RequestURI", Field, 0}, 8261 {"Request.Response", Field, 7}, 8262 {"Request.TLS", Field, 0}, 8263 {"Request.Trailer", Field, 0}, 8264 {"Request.TransferEncoding", Field, 0}, 8265 {"Request.URL", Field, 0}, 8266 {"Response", Type, 0}, 8267 {"Response.Body", Field, 0}, 8268 {"Response.Close", Field, 0}, 8269 {"Response.ContentLength", Field, 0}, 8270 {"Response.Header", Field, 0}, 8271 {"Response.Proto", Field, 0}, 8272 {"Response.ProtoMajor", Field, 0}, 8273 {"Response.ProtoMinor", Field, 0}, 8274 {"Response.Request", Field, 0}, 8275 {"Response.Status", Field, 0}, 8276 {"Response.StatusCode", Field, 0}, 8277 {"Response.TLS", Field, 3}, 8278 {"Response.Trailer", Field, 0}, 8279 {"Response.TransferEncoding", Field, 0}, 8280 {"Response.Uncompressed", Field, 7}, 8281 {"ResponseController", Type, 20}, 8282 {"ResponseWriter", Type, 0}, 8283 {"RoundTripper", Type, 0}, 8284 {"SameSite", Type, 11}, 8285 {"SameSiteDefaultMode", Const, 11}, 8286 {"SameSiteLaxMode", Const, 11}, 8287 {"SameSiteNoneMode", Const, 13}, 8288 {"SameSiteStrictMode", Const, 11}, 8289 {"Serve", Func, 0}, 8290 {"ServeContent", Func, 0}, 8291 {"ServeFile", Func, 0}, 8292 {"ServeFileFS", Func, 22}, 8293 {"ServeMux", Type, 0}, 8294 {"ServeTLS", Func, 9}, 8295 {"Server", Type, 0}, 8296 {"Server.Addr", Field, 0}, 8297 {"Server.BaseContext", Field, 13}, 8298 {"Server.ConnContext", Field, 13}, 8299 {"Server.ConnState", Field, 3}, 8300 {"Server.DisableGeneralOptionsHandler", Field, 20}, 8301 {"Server.ErrorLog", Field, 3}, 8302 {"Server.Handler", Field, 0}, 8303 {"Server.IdleTimeout", Field, 8}, 8304 {"Server.MaxHeaderBytes", Field, 0}, 8305 {"Server.ReadHeaderTimeout", Field, 8}, 8306 {"Server.ReadTimeout", Field, 0}, 8307 {"Server.TLSConfig", Field, 0}, 8308 {"Server.TLSNextProto", Field, 1}, 8309 {"Server.WriteTimeout", Field, 0}, 8310 {"ServerContextKey", Var, 7}, 8311 {"SetCookie", Func, 0}, 8312 {"StateActive", Const, 3}, 8313 {"StateClosed", Const, 3}, 8314 {"StateHijacked", Const, 3}, 8315 {"StateIdle", Const, 3}, 8316 {"StateNew", Const, 3}, 8317 {"StatusAccepted", Const, 0}, 8318 {"StatusAlreadyReported", Const, 7}, 8319 {"StatusBadGateway", Const, 0}, 8320 {"StatusBadRequest", Const, 0}, 8321 {"StatusConflict", Const, 0}, 8322 {"StatusContinue", Const, 0}, 8323 {"StatusCreated", Const, 0}, 8324 {"StatusEarlyHints", Const, 13}, 8325 {"StatusExpectationFailed", Const, 0}, 8326 {"StatusFailedDependency", Const, 7}, 8327 {"StatusForbidden", Const, 0}, 8328 {"StatusFound", Const, 0}, 8329 {"StatusGatewayTimeout", Const, 0}, 8330 {"StatusGone", Const, 0}, 8331 {"StatusHTTPVersionNotSupported", Const, 0}, 8332 {"StatusIMUsed", Const, 7}, 8333 {"StatusInsufficientStorage", Const, 7}, 8334 {"StatusInternalServerError", Const, 0}, 8335 {"StatusLengthRequired", Const, 0}, 8336 {"StatusLocked", Const, 7}, 8337 {"StatusLoopDetected", Const, 7}, 8338 {"StatusMethodNotAllowed", Const, 0}, 8339 {"StatusMisdirectedRequest", Const, 11}, 8340 {"StatusMovedPermanently", Const, 0}, 8341 {"StatusMultiStatus", Const, 7}, 8342 {"StatusMultipleChoices", Const, 0}, 8343 {"StatusNetworkAuthenticationRequired", Const, 6}, 8344 {"StatusNoContent", Const, 0}, 8345 {"StatusNonAuthoritativeInfo", Const, 0}, 8346 {"StatusNotAcceptable", Const, 0}, 8347 {"StatusNotExtended", Const, 7}, 8348 {"StatusNotFound", Const, 0}, 8349 {"StatusNotImplemented", Const, 0}, 8350 {"StatusNotModified", Const, 0}, 8351 {"StatusOK", Const, 0}, 8352 {"StatusPartialContent", Const, 0}, 8353 {"StatusPaymentRequired", Const, 0}, 8354 {"StatusPermanentRedirect", Const, 7}, 8355 {"StatusPreconditionFailed", Const, 0}, 8356 {"StatusPreconditionRequired", Const, 6}, 8357 {"StatusProcessing", Const, 7}, 8358 {"StatusProxyAuthRequired", Const, 0}, 8359 {"StatusRequestEntityTooLarge", Const, 0}, 8360 {"StatusRequestHeaderFieldsTooLarge", Const, 6}, 8361 {"StatusRequestTimeout", Const, 0}, 8362 {"StatusRequestURITooLong", Const, 0}, 8363 {"StatusRequestedRangeNotSatisfiable", Const, 0}, 8364 {"StatusResetContent", Const, 0}, 8365 {"StatusSeeOther", Const, 0}, 8366 {"StatusServiceUnavailable", Const, 0}, 8367 {"StatusSwitchingProtocols", Const, 0}, 8368 {"StatusTeapot", Const, 0}, 8369 {"StatusTemporaryRedirect", Const, 0}, 8370 {"StatusText", Func, 0}, 8371 {"StatusTooEarly", Const, 12}, 8372 {"StatusTooManyRequests", Const, 6}, 8373 {"StatusUnauthorized", Const, 0}, 8374 {"StatusUnavailableForLegalReasons", Const, 6}, 8375 {"StatusUnprocessableEntity", Const, 7}, 8376 {"StatusUnsupportedMediaType", Const, 0}, 8377 {"StatusUpgradeRequired", Const, 7}, 8378 {"StatusUseProxy", Const, 0}, 8379 {"StatusVariantAlsoNegotiates", Const, 7}, 8380 {"StripPrefix", Func, 0}, 8381 {"TimeFormat", Const, 0}, 8382 {"TimeoutHandler", Func, 0}, 8383 {"TrailerPrefix", Const, 8}, 8384 {"Transport", Type, 0}, 8385 {"Transport.Dial", Field, 0}, 8386 {"Transport.DialContext", Field, 7}, 8387 {"Transport.DialTLS", Field, 4}, 8388 {"Transport.DialTLSContext", Field, 14}, 8389 {"Transport.DisableCompression", Field, 0}, 8390 {"Transport.DisableKeepAlives", Field, 0}, 8391 {"Transport.ExpectContinueTimeout", Field, 6}, 8392 {"Transport.ForceAttemptHTTP2", Field, 13}, 8393 {"Transport.GetProxyConnectHeader", Field, 16}, 8394 {"Transport.IdleConnTimeout", Field, 7}, 8395 {"Transport.MaxConnsPerHost", Field, 11}, 8396 {"Transport.MaxIdleConns", Field, 7}, 8397 {"Transport.MaxIdleConnsPerHost", Field, 0}, 8398 {"Transport.MaxResponseHeaderBytes", Field, 7}, 8399 {"Transport.OnProxyConnectResponse", Field, 20}, 8400 {"Transport.Proxy", Field, 0}, 8401 {"Transport.ProxyConnectHeader", Field, 8}, 8402 {"Transport.ReadBufferSize", Field, 13}, 8403 {"Transport.ResponseHeaderTimeout", Field, 1}, 8404 {"Transport.TLSClientConfig", Field, 0}, 8405 {"Transport.TLSHandshakeTimeout", Field, 3}, 8406 {"Transport.TLSNextProto", Field, 6}, 8407 {"Transport.WriteBufferSize", Field, 13}, 8408 }, 8409 "net/http/cgi": { 8410 {"(*Handler).ServeHTTP", Method, 0}, 8411 {"Handler", Type, 0}, 8412 {"Handler.Args", Field, 0}, 8413 {"Handler.Dir", Field, 0}, 8414 {"Handler.Env", Field, 0}, 8415 {"Handler.InheritEnv", Field, 0}, 8416 {"Handler.Logger", Field, 0}, 8417 {"Handler.Path", Field, 0}, 8418 {"Handler.PathLocationHandler", Field, 0}, 8419 {"Handler.Root", Field, 0}, 8420 {"Handler.Stderr", Field, 7}, 8421 {"Request", Func, 0}, 8422 {"RequestFromMap", Func, 0}, 8423 {"Serve", Func, 0}, 8424 }, 8425 "net/http/cookiejar": { 8426 {"(*Jar).Cookies", Method, 1}, 8427 {"(*Jar).SetCookies", Method, 1}, 8428 {"Jar", Type, 1}, 8429 {"New", Func, 1}, 8430 {"Options", Type, 1}, 8431 {"Options.PublicSuffixList", Field, 1}, 8432 {"PublicSuffixList", Type, 1}, 8433 }, 8434 "net/http/fcgi": { 8435 {"ErrConnClosed", Var, 5}, 8436 {"ErrRequestAborted", Var, 5}, 8437 {"ProcessEnv", Func, 9}, 8438 {"Serve", Func, 0}, 8439 }, 8440 "net/http/httptest": { 8441 {"(*ResponseRecorder).Flush", Method, 0}, 8442 {"(*ResponseRecorder).Header", Method, 0}, 8443 {"(*ResponseRecorder).Result", Method, 7}, 8444 {"(*ResponseRecorder).Write", Method, 0}, 8445 {"(*ResponseRecorder).WriteHeader", Method, 0}, 8446 {"(*ResponseRecorder).WriteString", Method, 6}, 8447 {"(*Server).Certificate", Method, 9}, 8448 {"(*Server).Client", Method, 9}, 8449 {"(*Server).Close", Method, 0}, 8450 {"(*Server).CloseClientConnections", Method, 0}, 8451 {"(*Server).Start", Method, 0}, 8452 {"(*Server).StartTLS", Method, 0}, 8453 {"DefaultRemoteAddr", Const, 0}, 8454 {"NewRecorder", Func, 0}, 8455 {"NewRequest", Func, 7}, 8456 {"NewServer", Func, 0}, 8457 {"NewTLSServer", Func, 0}, 8458 {"NewUnstartedServer", Func, 0}, 8459 {"ResponseRecorder", Type, 0}, 8460 {"ResponseRecorder.Body", Field, 0}, 8461 {"ResponseRecorder.Code", Field, 0}, 8462 {"ResponseRecorder.Flushed", Field, 0}, 8463 {"ResponseRecorder.HeaderMap", Field, 0}, 8464 {"Server", Type, 0}, 8465 {"Server.Config", Field, 0}, 8466 {"Server.EnableHTTP2", Field, 14}, 8467 {"Server.Listener", Field, 0}, 8468 {"Server.TLS", Field, 0}, 8469 {"Server.URL", Field, 0}, 8470 }, 8471 "net/http/httptrace": { 8472 {"ClientTrace", Type, 7}, 8473 {"ClientTrace.ConnectDone", Field, 7}, 8474 {"ClientTrace.ConnectStart", Field, 7}, 8475 {"ClientTrace.DNSDone", Field, 7}, 8476 {"ClientTrace.DNSStart", Field, 7}, 8477 {"ClientTrace.GetConn", Field, 7}, 8478 {"ClientTrace.Got100Continue", Field, 7}, 8479 {"ClientTrace.Got1xxResponse", Field, 11}, 8480 {"ClientTrace.GotConn", Field, 7}, 8481 {"ClientTrace.GotFirstResponseByte", Field, 7}, 8482 {"ClientTrace.PutIdleConn", Field, 7}, 8483 {"ClientTrace.TLSHandshakeDone", Field, 8}, 8484 {"ClientTrace.TLSHandshakeStart", Field, 8}, 8485 {"ClientTrace.Wait100Continue", Field, 7}, 8486 {"ClientTrace.WroteHeaderField", Field, 11}, 8487 {"ClientTrace.WroteHeaders", Field, 7}, 8488 {"ClientTrace.WroteRequest", Field, 7}, 8489 {"ContextClientTrace", Func, 7}, 8490 {"DNSDoneInfo", Type, 7}, 8491 {"DNSDoneInfo.Addrs", Field, 7}, 8492 {"DNSDoneInfo.Coalesced", Field, 7}, 8493 {"DNSDoneInfo.Err", Field, 7}, 8494 {"DNSStartInfo", Type, 7}, 8495 {"DNSStartInfo.Host", Field, 7}, 8496 {"GotConnInfo", Type, 7}, 8497 {"GotConnInfo.Conn", Field, 7}, 8498 {"GotConnInfo.IdleTime", Field, 7}, 8499 {"GotConnInfo.Reused", Field, 7}, 8500 {"GotConnInfo.WasIdle", Field, 7}, 8501 {"WithClientTrace", Func, 7}, 8502 {"WroteRequestInfo", Type, 7}, 8503 {"WroteRequestInfo.Err", Field, 7}, 8504 }, 8505 "net/http/httputil": { 8506 {"(*ClientConn).Close", Method, 0}, 8507 {"(*ClientConn).Do", Method, 0}, 8508 {"(*ClientConn).Hijack", Method, 0}, 8509 {"(*ClientConn).Pending", Method, 0}, 8510 {"(*ClientConn).Read", Method, 0}, 8511 {"(*ClientConn).Write", Method, 0}, 8512 {"(*ProxyRequest).SetURL", Method, 20}, 8513 {"(*ProxyRequest).SetXForwarded", Method, 20}, 8514 {"(*ReverseProxy).ServeHTTP", Method, 0}, 8515 {"(*ServerConn).Close", Method, 0}, 8516 {"(*ServerConn).Hijack", Method, 0}, 8517 {"(*ServerConn).Pending", Method, 0}, 8518 {"(*ServerConn).Read", Method, 0}, 8519 {"(*ServerConn).Write", Method, 0}, 8520 {"BufferPool", Type, 6}, 8521 {"ClientConn", Type, 0}, 8522 {"DumpRequest", Func, 0}, 8523 {"DumpRequestOut", Func, 0}, 8524 {"DumpResponse", Func, 0}, 8525 {"ErrClosed", Var, 0}, 8526 {"ErrLineTooLong", Var, 0}, 8527 {"ErrPersistEOF", Var, 0}, 8528 {"ErrPipeline", Var, 0}, 8529 {"NewChunkedReader", Func, 0}, 8530 {"NewChunkedWriter", Func, 0}, 8531 {"NewClientConn", Func, 0}, 8532 {"NewProxyClientConn", Func, 0}, 8533 {"NewServerConn", Func, 0}, 8534 {"NewSingleHostReverseProxy", Func, 0}, 8535 {"ProxyRequest", Type, 20}, 8536 {"ProxyRequest.In", Field, 20}, 8537 {"ProxyRequest.Out", Field, 20}, 8538 {"ReverseProxy", Type, 0}, 8539 {"ReverseProxy.BufferPool", Field, 6}, 8540 {"ReverseProxy.Director", Field, 0}, 8541 {"ReverseProxy.ErrorHandler", Field, 11}, 8542 {"ReverseProxy.ErrorLog", Field, 4}, 8543 {"ReverseProxy.FlushInterval", Field, 0}, 8544 {"ReverseProxy.ModifyResponse", Field, 8}, 8545 {"ReverseProxy.Rewrite", Field, 20}, 8546 {"ReverseProxy.Transport", Field, 0}, 8547 {"ServerConn", Type, 0}, 8548 }, 8549 "net/http/pprof": { 8550 {"Cmdline", Func, 0}, 8551 {"Handler", Func, 0}, 8552 {"Index", Func, 0}, 8553 {"Profile", Func, 0}, 8554 {"Symbol", Func, 0}, 8555 {"Trace", Func, 5}, 8556 }, 8557 "net/mail": { 8558 {"(*Address).String", Method, 0}, 8559 {"(*AddressParser).Parse", Method, 5}, 8560 {"(*AddressParser).ParseList", Method, 5}, 8561 {"(Header).AddressList", Method, 0}, 8562 {"(Header).Date", Method, 0}, 8563 {"(Header).Get", Method, 0}, 8564 {"Address", Type, 0}, 8565 {"Address.Address", Field, 0}, 8566 {"Address.Name", Field, 0}, 8567 {"AddressParser", Type, 5}, 8568 {"AddressParser.WordDecoder", Field, 5}, 8569 {"ErrHeaderNotPresent", Var, 0}, 8570 {"Header", Type, 0}, 8571 {"Message", Type, 0}, 8572 {"Message.Body", Field, 0}, 8573 {"Message.Header", Field, 0}, 8574 {"ParseAddress", Func, 1}, 8575 {"ParseAddressList", Func, 1}, 8576 {"ParseDate", Func, 8}, 8577 {"ReadMessage", Func, 0}, 8578 }, 8579 "net/netip": { 8580 {"(*Addr).UnmarshalBinary", Method, 18}, 8581 {"(*Addr).UnmarshalText", Method, 18}, 8582 {"(*AddrPort).UnmarshalBinary", Method, 18}, 8583 {"(*AddrPort).UnmarshalText", Method, 18}, 8584 {"(*Prefix).UnmarshalBinary", Method, 18}, 8585 {"(*Prefix).UnmarshalText", Method, 18}, 8586 {"(Addr).AppendTo", Method, 18}, 8587 {"(Addr).As16", Method, 18}, 8588 {"(Addr).As4", Method, 18}, 8589 {"(Addr).AsSlice", Method, 18}, 8590 {"(Addr).BitLen", Method, 18}, 8591 {"(Addr).Compare", Method, 18}, 8592 {"(Addr).Is4", Method, 18}, 8593 {"(Addr).Is4In6", Method, 18}, 8594 {"(Addr).Is6", Method, 18}, 8595 {"(Addr).IsGlobalUnicast", Method, 18}, 8596 {"(Addr).IsInterfaceLocalMulticast", Method, 18}, 8597 {"(Addr).IsLinkLocalMulticast", Method, 18}, 8598 {"(Addr).IsLinkLocalUnicast", Method, 18}, 8599 {"(Addr).IsLoopback", Method, 18}, 8600 {"(Addr).IsMulticast", Method, 18}, 8601 {"(Addr).IsPrivate", Method, 18}, 8602 {"(Addr).IsUnspecified", Method, 18}, 8603 {"(Addr).IsValid", Method, 18}, 8604 {"(Addr).Less", Method, 18}, 8605 {"(Addr).MarshalBinary", Method, 18}, 8606 {"(Addr).MarshalText", Method, 18}, 8607 {"(Addr).Next", Method, 18}, 8608 {"(Addr).Prefix", Method, 18}, 8609 {"(Addr).Prev", Method, 18}, 8610 {"(Addr).String", Method, 18}, 8611 {"(Addr).StringExpanded", Method, 18}, 8612 {"(Addr).Unmap", Method, 18}, 8613 {"(Addr).WithZone", Method, 18}, 8614 {"(Addr).Zone", Method, 18}, 8615 {"(AddrPort).Addr", Method, 18}, 8616 {"(AddrPort).AppendTo", Method, 18}, 8617 {"(AddrPort).Compare", Method, 22}, 8618 {"(AddrPort).IsValid", Method, 18}, 8619 {"(AddrPort).MarshalBinary", Method, 18}, 8620 {"(AddrPort).MarshalText", Method, 18}, 8621 {"(AddrPort).Port", Method, 18}, 8622 {"(AddrPort).String", Method, 18}, 8623 {"(Prefix).Addr", Method, 18}, 8624 {"(Prefix).AppendTo", Method, 18}, 8625 {"(Prefix).Bits", Method, 18}, 8626 {"(Prefix).Contains", Method, 18}, 8627 {"(Prefix).IsSingleIP", Method, 18}, 8628 {"(Prefix).IsValid", Method, 18}, 8629 {"(Prefix).MarshalBinary", Method, 18}, 8630 {"(Prefix).MarshalText", Method, 18}, 8631 {"(Prefix).Masked", Method, 18}, 8632 {"(Prefix).Overlaps", Method, 18}, 8633 {"(Prefix).String", Method, 18}, 8634 {"Addr", Type, 18}, 8635 {"AddrFrom16", Func, 18}, 8636 {"AddrFrom4", Func, 18}, 8637 {"AddrFromSlice", Func, 18}, 8638 {"AddrPort", Type, 18}, 8639 {"AddrPortFrom", Func, 18}, 8640 {"IPv4Unspecified", Func, 18}, 8641 {"IPv6LinkLocalAllNodes", Func, 18}, 8642 {"IPv6LinkLocalAllRouters", Func, 20}, 8643 {"IPv6Loopback", Func, 20}, 8644 {"IPv6Unspecified", Func, 18}, 8645 {"MustParseAddr", Func, 18}, 8646 {"MustParseAddrPort", Func, 18}, 8647 {"MustParsePrefix", Func, 18}, 8648 {"ParseAddr", Func, 18}, 8649 {"ParseAddrPort", Func, 18}, 8650 {"ParsePrefix", Func, 18}, 8651 {"Prefix", Type, 18}, 8652 {"PrefixFrom", Func, 18}, 8653 }, 8654 "net/rpc": { 8655 {"(*Client).Call", Method, 0}, 8656 {"(*Client).Close", Method, 0}, 8657 {"(*Client).Go", Method, 0}, 8658 {"(*Server).Accept", Method, 0}, 8659 {"(*Server).HandleHTTP", Method, 0}, 8660 {"(*Server).Register", Method, 0}, 8661 {"(*Server).RegisterName", Method, 0}, 8662 {"(*Server).ServeCodec", Method, 0}, 8663 {"(*Server).ServeConn", Method, 0}, 8664 {"(*Server).ServeHTTP", Method, 0}, 8665 {"(*Server).ServeRequest", Method, 0}, 8666 {"(ServerError).Error", Method, 0}, 8667 {"Accept", Func, 0}, 8668 {"Call", Type, 0}, 8669 {"Call.Args", Field, 0}, 8670 {"Call.Done", Field, 0}, 8671 {"Call.Error", Field, 0}, 8672 {"Call.Reply", Field, 0}, 8673 {"Call.ServiceMethod", Field, 0}, 8674 {"Client", Type, 0}, 8675 {"ClientCodec", Type, 0}, 8676 {"DefaultDebugPath", Const, 0}, 8677 {"DefaultRPCPath", Const, 0}, 8678 {"DefaultServer", Var, 0}, 8679 {"Dial", Func, 0}, 8680 {"DialHTTP", Func, 0}, 8681 {"DialHTTPPath", Func, 0}, 8682 {"ErrShutdown", Var, 0}, 8683 {"HandleHTTP", Func, 0}, 8684 {"NewClient", Func, 0}, 8685 {"NewClientWithCodec", Func, 0}, 8686 {"NewServer", Func, 0}, 8687 {"Register", Func, 0}, 8688 {"RegisterName", Func, 0}, 8689 {"Request", Type, 0}, 8690 {"Request.Seq", Field, 0}, 8691 {"Request.ServiceMethod", Field, 0}, 8692 {"Response", Type, 0}, 8693 {"Response.Error", Field, 0}, 8694 {"Response.Seq", Field, 0}, 8695 {"Response.ServiceMethod", Field, 0}, 8696 {"ServeCodec", Func, 0}, 8697 {"ServeConn", Func, 0}, 8698 {"ServeRequest", Func, 0}, 8699 {"Server", Type, 0}, 8700 {"ServerCodec", Type, 0}, 8701 {"ServerError", Type, 0}, 8702 }, 8703 "net/rpc/jsonrpc": { 8704 {"Dial", Func, 0}, 8705 {"NewClient", Func, 0}, 8706 {"NewClientCodec", Func, 0}, 8707 {"NewServerCodec", Func, 0}, 8708 {"ServeConn", Func, 0}, 8709 }, 8710 "net/smtp": { 8711 {"(*Client).Auth", Method, 0}, 8712 {"(*Client).Close", Method, 2}, 8713 {"(*Client).Data", Method, 0}, 8714 {"(*Client).Extension", Method, 0}, 8715 {"(*Client).Hello", Method, 1}, 8716 {"(*Client).Mail", Method, 0}, 8717 {"(*Client).Noop", Method, 10}, 8718 {"(*Client).Quit", Method, 0}, 8719 {"(*Client).Rcpt", Method, 0}, 8720 {"(*Client).Reset", Method, 0}, 8721 {"(*Client).StartTLS", Method, 0}, 8722 {"(*Client).TLSConnectionState", Method, 5}, 8723 {"(*Client).Verify", Method, 0}, 8724 {"Auth", Type, 0}, 8725 {"CRAMMD5Auth", Func, 0}, 8726 {"Client", Type, 0}, 8727 {"Client.Text", Field, 0}, 8728 {"Dial", Func, 0}, 8729 {"NewClient", Func, 0}, 8730 {"PlainAuth", Func, 0}, 8731 {"SendMail", Func, 0}, 8732 {"ServerInfo", Type, 0}, 8733 {"ServerInfo.Auth", Field, 0}, 8734 {"ServerInfo.Name", Field, 0}, 8735 {"ServerInfo.TLS", Field, 0}, 8736 }, 8737 "net/textproto": { 8738 {"(*Conn).Close", Method, 0}, 8739 {"(*Conn).Cmd", Method, 0}, 8740 {"(*Conn).DotReader", Method, 0}, 8741 {"(*Conn).DotWriter", Method, 0}, 8742 {"(*Conn).EndRequest", Method, 0}, 8743 {"(*Conn).EndResponse", Method, 0}, 8744 {"(*Conn).Next", Method, 0}, 8745 {"(*Conn).PrintfLine", Method, 0}, 8746 {"(*Conn).ReadCodeLine", Method, 0}, 8747 {"(*Conn).ReadContinuedLine", Method, 0}, 8748 {"(*Conn).ReadContinuedLineBytes", Method, 0}, 8749 {"(*Conn).ReadDotBytes", Method, 0}, 8750 {"(*Conn).ReadDotLines", Method, 0}, 8751 {"(*Conn).ReadLine", Method, 0}, 8752 {"(*Conn).ReadLineBytes", Method, 0}, 8753 {"(*Conn).ReadMIMEHeader", Method, 0}, 8754 {"(*Conn).ReadResponse", Method, 0}, 8755 {"(*Conn).StartRequest", Method, 0}, 8756 {"(*Conn).StartResponse", Method, 0}, 8757 {"(*Error).Error", Method, 0}, 8758 {"(*Pipeline).EndRequest", Method, 0}, 8759 {"(*Pipeline).EndResponse", Method, 0}, 8760 {"(*Pipeline).Next", Method, 0}, 8761 {"(*Pipeline).StartRequest", Method, 0}, 8762 {"(*Pipeline).StartResponse", Method, 0}, 8763 {"(*Reader).DotReader", Method, 0}, 8764 {"(*Reader).ReadCodeLine", Method, 0}, 8765 {"(*Reader).ReadContinuedLine", Method, 0}, 8766 {"(*Reader).ReadContinuedLineBytes", Method, 0}, 8767 {"(*Reader).ReadDotBytes", Method, 0}, 8768 {"(*Reader).ReadDotLines", Method, 0}, 8769 {"(*Reader).ReadLine", Method, 0}, 8770 {"(*Reader).ReadLineBytes", Method, 0}, 8771 {"(*Reader).ReadMIMEHeader", Method, 0}, 8772 {"(*Reader).ReadResponse", Method, 0}, 8773 {"(*Writer).DotWriter", Method, 0}, 8774 {"(*Writer).PrintfLine", Method, 0}, 8775 {"(MIMEHeader).Add", Method, 0}, 8776 {"(MIMEHeader).Del", Method, 0}, 8777 {"(MIMEHeader).Get", Method, 0}, 8778 {"(MIMEHeader).Set", Method, 0}, 8779 {"(MIMEHeader).Values", Method, 14}, 8780 {"(ProtocolError).Error", Method, 0}, 8781 {"CanonicalMIMEHeaderKey", Func, 0}, 8782 {"Conn", Type, 0}, 8783 {"Conn.Pipeline", Field, 0}, 8784 {"Conn.Reader", Field, 0}, 8785 {"Conn.Writer", Field, 0}, 8786 {"Dial", Func, 0}, 8787 {"Error", Type, 0}, 8788 {"Error.Code", Field, 0}, 8789 {"Error.Msg", Field, 0}, 8790 {"MIMEHeader", Type, 0}, 8791 {"NewConn", Func, 0}, 8792 {"NewReader", Func, 0}, 8793 {"NewWriter", Func, 0}, 8794 {"Pipeline", Type, 0}, 8795 {"ProtocolError", Type, 0}, 8796 {"Reader", Type, 0}, 8797 {"Reader.R", Field, 0}, 8798 {"TrimBytes", Func, 1}, 8799 {"TrimString", Func, 1}, 8800 {"Writer", Type, 0}, 8801 {"Writer.W", Field, 0}, 8802 }, 8803 "net/url": { 8804 {"(*Error).Error", Method, 0}, 8805 {"(*Error).Temporary", Method, 6}, 8806 {"(*Error).Timeout", Method, 6}, 8807 {"(*Error).Unwrap", Method, 13}, 8808 {"(*URL).EscapedFragment", Method, 15}, 8809 {"(*URL).EscapedPath", Method, 5}, 8810 {"(*URL).Hostname", Method, 8}, 8811 {"(*URL).IsAbs", Method, 0}, 8812 {"(*URL).JoinPath", Method, 19}, 8813 {"(*URL).MarshalBinary", Method, 8}, 8814 {"(*URL).Parse", Method, 0}, 8815 {"(*URL).Port", Method, 8}, 8816 {"(*URL).Query", Method, 0}, 8817 {"(*URL).Redacted", Method, 15}, 8818 {"(*URL).RequestURI", Method, 0}, 8819 {"(*URL).ResolveReference", Method, 0}, 8820 {"(*URL).String", Method, 0}, 8821 {"(*URL).UnmarshalBinary", Method, 8}, 8822 {"(*Userinfo).Password", Method, 0}, 8823 {"(*Userinfo).String", Method, 0}, 8824 {"(*Userinfo).Username", Method, 0}, 8825 {"(EscapeError).Error", Method, 0}, 8826 {"(InvalidHostError).Error", Method, 6}, 8827 {"(Values).Add", Method, 0}, 8828 {"(Values).Del", Method, 0}, 8829 {"(Values).Encode", Method, 0}, 8830 {"(Values).Get", Method, 0}, 8831 {"(Values).Has", Method, 17}, 8832 {"(Values).Set", Method, 0}, 8833 {"Error", Type, 0}, 8834 {"Error.Err", Field, 0}, 8835 {"Error.Op", Field, 0}, 8836 {"Error.URL", Field, 0}, 8837 {"EscapeError", Type, 0}, 8838 {"InvalidHostError", Type, 6}, 8839 {"JoinPath", Func, 19}, 8840 {"Parse", Func, 0}, 8841 {"ParseQuery", Func, 0}, 8842 {"ParseRequestURI", Func, 0}, 8843 {"PathEscape", Func, 8}, 8844 {"PathUnescape", Func, 8}, 8845 {"QueryEscape", Func, 0}, 8846 {"QueryUnescape", Func, 0}, 8847 {"URL", Type, 0}, 8848 {"URL.ForceQuery", Field, 7}, 8849 {"URL.Fragment", Field, 0}, 8850 {"URL.Host", Field, 0}, 8851 {"URL.OmitHost", Field, 19}, 8852 {"URL.Opaque", Field, 0}, 8853 {"URL.Path", Field, 0}, 8854 {"URL.RawFragment", Field, 15}, 8855 {"URL.RawPath", Field, 5}, 8856 {"URL.RawQuery", Field, 0}, 8857 {"URL.Scheme", Field, 0}, 8858 {"URL.User", Field, 0}, 8859 {"User", Func, 0}, 8860 {"UserPassword", Func, 0}, 8861 {"Userinfo", Type, 0}, 8862 {"Values", Type, 0}, 8863 }, 8864 "os": { 8865 {"(*File).Chdir", Method, 0}, 8866 {"(*File).Chmod", Method, 0}, 8867 {"(*File).Chown", Method, 0}, 8868 {"(*File).Close", Method, 0}, 8869 {"(*File).Fd", Method, 0}, 8870 {"(*File).Name", Method, 0}, 8871 {"(*File).Read", Method, 0}, 8872 {"(*File).ReadAt", Method, 0}, 8873 {"(*File).ReadDir", Method, 16}, 8874 {"(*File).ReadFrom", Method, 15}, 8875 {"(*File).Readdir", Method, 0}, 8876 {"(*File).Readdirnames", Method, 0}, 8877 {"(*File).Seek", Method, 0}, 8878 {"(*File).SetDeadline", Method, 10}, 8879 {"(*File).SetReadDeadline", Method, 10}, 8880 {"(*File).SetWriteDeadline", Method, 10}, 8881 {"(*File).Stat", Method, 0}, 8882 {"(*File).Sync", Method, 0}, 8883 {"(*File).SyscallConn", Method, 12}, 8884 {"(*File).Truncate", Method, 0}, 8885 {"(*File).Write", Method, 0}, 8886 {"(*File).WriteAt", Method, 0}, 8887 {"(*File).WriteString", Method, 0}, 8888 {"(*File).WriteTo", Method, 22}, 8889 {"(*LinkError).Error", Method, 0}, 8890 {"(*LinkError).Unwrap", Method, 13}, 8891 {"(*PathError).Error", Method, 0}, 8892 {"(*PathError).Timeout", Method, 10}, 8893 {"(*PathError).Unwrap", Method, 13}, 8894 {"(*Process).Kill", Method, 0}, 8895 {"(*Process).Release", Method, 0}, 8896 {"(*Process).Signal", Method, 0}, 8897 {"(*Process).Wait", Method, 0}, 8898 {"(*ProcessState).ExitCode", Method, 12}, 8899 {"(*ProcessState).Exited", Method, 0}, 8900 {"(*ProcessState).Pid", Method, 0}, 8901 {"(*ProcessState).String", Method, 0}, 8902 {"(*ProcessState).Success", Method, 0}, 8903 {"(*ProcessState).Sys", Method, 0}, 8904 {"(*ProcessState).SysUsage", Method, 0}, 8905 {"(*ProcessState).SystemTime", Method, 0}, 8906 {"(*ProcessState).UserTime", Method, 0}, 8907 {"(*SyscallError).Error", Method, 0}, 8908 {"(*SyscallError).Timeout", Method, 10}, 8909 {"(*SyscallError).Unwrap", Method, 13}, 8910 {"(FileMode).IsDir", Method, 0}, 8911 {"(FileMode).IsRegular", Method, 1}, 8912 {"(FileMode).Perm", Method, 0}, 8913 {"(FileMode).String", Method, 0}, 8914 {"Args", Var, 0}, 8915 {"Chdir", Func, 0}, 8916 {"Chmod", Func, 0}, 8917 {"Chown", Func, 0}, 8918 {"Chtimes", Func, 0}, 8919 {"Clearenv", Func, 0}, 8920 {"Create", Func, 0}, 8921 {"CreateTemp", Func, 16}, 8922 {"DevNull", Const, 0}, 8923 {"DirEntry", Type, 16}, 8924 {"DirFS", Func, 16}, 8925 {"Environ", Func, 0}, 8926 {"ErrClosed", Var, 8}, 8927 {"ErrDeadlineExceeded", Var, 15}, 8928 {"ErrExist", Var, 0}, 8929 {"ErrInvalid", Var, 0}, 8930 {"ErrNoDeadline", Var, 10}, 8931 {"ErrNotExist", Var, 0}, 8932 {"ErrPermission", Var, 0}, 8933 {"ErrProcessDone", Var, 16}, 8934 {"Executable", Func, 8}, 8935 {"Exit", Func, 0}, 8936 {"Expand", Func, 0}, 8937 {"ExpandEnv", Func, 0}, 8938 {"File", Type, 0}, 8939 {"FileInfo", Type, 0}, 8940 {"FileMode", Type, 0}, 8941 {"FindProcess", Func, 0}, 8942 {"Getegid", Func, 0}, 8943 {"Getenv", Func, 0}, 8944 {"Geteuid", Func, 0}, 8945 {"Getgid", Func, 0}, 8946 {"Getgroups", Func, 0}, 8947 {"Getpagesize", Func, 0}, 8948 {"Getpid", Func, 0}, 8949 {"Getppid", Func, 0}, 8950 {"Getuid", Func, 0}, 8951 {"Getwd", Func, 0}, 8952 {"Hostname", Func, 0}, 8953 {"Interrupt", Var, 0}, 8954 {"IsExist", Func, 0}, 8955 {"IsNotExist", Func, 0}, 8956 {"IsPathSeparator", Func, 0}, 8957 {"IsPermission", Func, 0}, 8958 {"IsTimeout", Func, 10}, 8959 {"Kill", Var, 0}, 8960 {"Lchown", Func, 0}, 8961 {"Link", Func, 0}, 8962 {"LinkError", Type, 0}, 8963 {"LinkError.Err", Field, 0}, 8964 {"LinkError.New", Field, 0}, 8965 {"LinkError.Old", Field, 0}, 8966 {"LinkError.Op", Field, 0}, 8967 {"LookupEnv", Func, 5}, 8968 {"Lstat", Func, 0}, 8969 {"Mkdir", Func, 0}, 8970 {"MkdirAll", Func, 0}, 8971 {"MkdirTemp", Func, 16}, 8972 {"ModeAppend", Const, 0}, 8973 {"ModeCharDevice", Const, 0}, 8974 {"ModeDevice", Const, 0}, 8975 {"ModeDir", Const, 0}, 8976 {"ModeExclusive", Const, 0}, 8977 {"ModeIrregular", Const, 11}, 8978 {"ModeNamedPipe", Const, 0}, 8979 {"ModePerm", Const, 0}, 8980 {"ModeSetgid", Const, 0}, 8981 {"ModeSetuid", Const, 0}, 8982 {"ModeSocket", Const, 0}, 8983 {"ModeSticky", Const, 0}, 8984 {"ModeSymlink", Const, 0}, 8985 {"ModeTemporary", Const, 0}, 8986 {"ModeType", Const, 0}, 8987 {"NewFile", Func, 0}, 8988 {"NewSyscallError", Func, 0}, 8989 {"O_APPEND", Const, 0}, 8990 {"O_CREATE", Const, 0}, 8991 {"O_EXCL", Const, 0}, 8992 {"O_RDONLY", Const, 0}, 8993 {"O_RDWR", Const, 0}, 8994 {"O_SYNC", Const, 0}, 8995 {"O_TRUNC", Const, 0}, 8996 {"O_WRONLY", Const, 0}, 8997 {"Open", Func, 0}, 8998 {"OpenFile", Func, 0}, 8999 {"PathError", Type, 0}, 9000 {"PathError.Err", Field, 0}, 9001 {"PathError.Op", Field, 0}, 9002 {"PathError.Path", Field, 0}, 9003 {"PathListSeparator", Const, 0}, 9004 {"PathSeparator", Const, 0}, 9005 {"Pipe", Func, 0}, 9006 {"ProcAttr", Type, 0}, 9007 {"ProcAttr.Dir", Field, 0}, 9008 {"ProcAttr.Env", Field, 0}, 9009 {"ProcAttr.Files", Field, 0}, 9010 {"ProcAttr.Sys", Field, 0}, 9011 {"Process", Type, 0}, 9012 {"Process.Pid", Field, 0}, 9013 {"ProcessState", Type, 0}, 9014 {"ReadDir", Func, 16}, 9015 {"ReadFile", Func, 16}, 9016 {"Readlink", Func, 0}, 9017 {"Remove", Func, 0}, 9018 {"RemoveAll", Func, 0}, 9019 {"Rename", Func, 0}, 9020 {"SEEK_CUR", Const, 0}, 9021 {"SEEK_END", Const, 0}, 9022 {"SEEK_SET", Const, 0}, 9023 {"SameFile", Func, 0}, 9024 {"Setenv", Func, 0}, 9025 {"Signal", Type, 0}, 9026 {"StartProcess", Func, 0}, 9027 {"Stat", Func, 0}, 9028 {"Stderr", Var, 0}, 9029 {"Stdin", Var, 0}, 9030 {"Stdout", Var, 0}, 9031 {"Symlink", Func, 0}, 9032 {"SyscallError", Type, 0}, 9033 {"SyscallError.Err", Field, 0}, 9034 {"SyscallError.Syscall", Field, 0}, 9035 {"TempDir", Func, 0}, 9036 {"Truncate", Func, 0}, 9037 {"Unsetenv", Func, 4}, 9038 {"UserCacheDir", Func, 11}, 9039 {"UserConfigDir", Func, 13}, 9040 {"UserHomeDir", Func, 12}, 9041 {"WriteFile", Func, 16}, 9042 }, 9043 "os/exec": { 9044 {"(*Cmd).CombinedOutput", Method, 0}, 9045 {"(*Cmd).Environ", Method, 19}, 9046 {"(*Cmd).Output", Method, 0}, 9047 {"(*Cmd).Run", Method, 0}, 9048 {"(*Cmd).Start", Method, 0}, 9049 {"(*Cmd).StderrPipe", Method, 0}, 9050 {"(*Cmd).StdinPipe", Method, 0}, 9051 {"(*Cmd).StdoutPipe", Method, 0}, 9052 {"(*Cmd).String", Method, 13}, 9053 {"(*Cmd).Wait", Method, 0}, 9054 {"(*Error).Error", Method, 0}, 9055 {"(*Error).Unwrap", Method, 13}, 9056 {"(*ExitError).Error", Method, 0}, 9057 {"(ExitError).ExitCode", Method, 12}, 9058 {"(ExitError).Exited", Method, 0}, 9059 {"(ExitError).Pid", Method, 0}, 9060 {"(ExitError).String", Method, 0}, 9061 {"(ExitError).Success", Method, 0}, 9062 {"(ExitError).Sys", Method, 0}, 9063 {"(ExitError).SysUsage", Method, 0}, 9064 {"(ExitError).SystemTime", Method, 0}, 9065 {"(ExitError).UserTime", Method, 0}, 9066 {"Cmd", Type, 0}, 9067 {"Cmd.Args", Field, 0}, 9068 {"Cmd.Cancel", Field, 20}, 9069 {"Cmd.Dir", Field, 0}, 9070 {"Cmd.Env", Field, 0}, 9071 {"Cmd.Err", Field, 19}, 9072 {"Cmd.ExtraFiles", Field, 0}, 9073 {"Cmd.Path", Field, 0}, 9074 {"Cmd.Process", Field, 0}, 9075 {"Cmd.ProcessState", Field, 0}, 9076 {"Cmd.Stderr", Field, 0}, 9077 {"Cmd.Stdin", Field, 0}, 9078 {"Cmd.Stdout", Field, 0}, 9079 {"Cmd.SysProcAttr", Field, 0}, 9080 {"Cmd.WaitDelay", Field, 20}, 9081 {"Command", Func, 0}, 9082 {"CommandContext", Func, 7}, 9083 {"ErrDot", Var, 19}, 9084 {"ErrNotFound", Var, 0}, 9085 {"ErrWaitDelay", Var, 20}, 9086 {"Error", Type, 0}, 9087 {"Error.Err", Field, 0}, 9088 {"Error.Name", Field, 0}, 9089 {"ExitError", Type, 0}, 9090 {"ExitError.ProcessState", Field, 0}, 9091 {"ExitError.Stderr", Field, 6}, 9092 {"LookPath", Func, 0}, 9093 }, 9094 "os/signal": { 9095 {"Ignore", Func, 5}, 9096 {"Ignored", Func, 11}, 9097 {"Notify", Func, 0}, 9098 {"NotifyContext", Func, 16}, 9099 {"Reset", Func, 5}, 9100 {"Stop", Func, 1}, 9101 }, 9102 "os/user": { 9103 {"(*User).GroupIds", Method, 7}, 9104 {"(UnknownGroupError).Error", Method, 7}, 9105 {"(UnknownGroupIdError).Error", Method, 7}, 9106 {"(UnknownUserError).Error", Method, 0}, 9107 {"(UnknownUserIdError).Error", Method, 0}, 9108 {"Current", Func, 0}, 9109 {"Group", Type, 7}, 9110 {"Group.Gid", Field, 7}, 9111 {"Group.Name", Field, 7}, 9112 {"Lookup", Func, 0}, 9113 {"LookupGroup", Func, 7}, 9114 {"LookupGroupId", Func, 7}, 9115 {"LookupId", Func, 0}, 9116 {"UnknownGroupError", Type, 7}, 9117 {"UnknownGroupIdError", Type, 7}, 9118 {"UnknownUserError", Type, 0}, 9119 {"UnknownUserIdError", Type, 0}, 9120 {"User", Type, 0}, 9121 {"User.Gid", Field, 0}, 9122 {"User.HomeDir", Field, 0}, 9123 {"User.Name", Field, 0}, 9124 {"User.Uid", Field, 0}, 9125 {"User.Username", Field, 0}, 9126 }, 9127 "path": { 9128 {"Base", Func, 0}, 9129 {"Clean", Func, 0}, 9130 {"Dir", Func, 0}, 9131 {"ErrBadPattern", Var, 0}, 9132 {"Ext", Func, 0}, 9133 {"IsAbs", Func, 0}, 9134 {"Join", Func, 0}, 9135 {"Match", Func, 0}, 9136 {"Split", Func, 0}, 9137 }, 9138 "path/filepath": { 9139 {"Abs", Func, 0}, 9140 {"Base", Func, 0}, 9141 {"Clean", Func, 0}, 9142 {"Dir", Func, 0}, 9143 {"ErrBadPattern", Var, 0}, 9144 {"EvalSymlinks", Func, 0}, 9145 {"Ext", Func, 0}, 9146 {"FromSlash", Func, 0}, 9147 {"Glob", Func, 0}, 9148 {"HasPrefix", Func, 0}, 9149 {"IsAbs", Func, 0}, 9150 {"IsLocal", Func, 20}, 9151 {"Join", Func, 0}, 9152 {"ListSeparator", Const, 0}, 9153 {"Match", Func, 0}, 9154 {"Rel", Func, 0}, 9155 {"Separator", Const, 0}, 9156 {"SkipAll", Var, 20}, 9157 {"SkipDir", Var, 0}, 9158 {"Split", Func, 0}, 9159 {"SplitList", Func, 0}, 9160 {"ToSlash", Func, 0}, 9161 {"VolumeName", Func, 0}, 9162 {"Walk", Func, 0}, 9163 {"WalkDir", Func, 16}, 9164 {"WalkFunc", Type, 0}, 9165 }, 9166 "plugin": { 9167 {"(*Plugin).Lookup", Method, 8}, 9168 {"Open", Func, 8}, 9169 {"Plugin", Type, 8}, 9170 {"Symbol", Type, 8}, 9171 }, 9172 "reflect": { 9173 {"(*MapIter).Key", Method, 12}, 9174 {"(*MapIter).Next", Method, 12}, 9175 {"(*MapIter).Reset", Method, 18}, 9176 {"(*MapIter).Value", Method, 12}, 9177 {"(*ValueError).Error", Method, 0}, 9178 {"(ChanDir).String", Method, 0}, 9179 {"(Kind).String", Method, 0}, 9180 {"(Method).IsExported", Method, 17}, 9181 {"(StructField).IsExported", Method, 17}, 9182 {"(StructTag).Get", Method, 0}, 9183 {"(StructTag).Lookup", Method, 7}, 9184 {"(Value).Addr", Method, 0}, 9185 {"(Value).Bool", Method, 0}, 9186 {"(Value).Bytes", Method, 0}, 9187 {"(Value).Call", Method, 0}, 9188 {"(Value).CallSlice", Method, 0}, 9189 {"(Value).CanAddr", Method, 0}, 9190 {"(Value).CanComplex", Method, 18}, 9191 {"(Value).CanConvert", Method, 17}, 9192 {"(Value).CanFloat", Method, 18}, 9193 {"(Value).CanInt", Method, 18}, 9194 {"(Value).CanInterface", Method, 0}, 9195 {"(Value).CanSet", Method, 0}, 9196 {"(Value).CanUint", Method, 18}, 9197 {"(Value).Cap", Method, 0}, 9198 {"(Value).Clear", Method, 21}, 9199 {"(Value).Close", Method, 0}, 9200 {"(Value).Comparable", Method, 20}, 9201 {"(Value).Complex", Method, 0}, 9202 {"(Value).Convert", Method, 1}, 9203 {"(Value).Elem", Method, 0}, 9204 {"(Value).Equal", Method, 20}, 9205 {"(Value).Field", Method, 0}, 9206 {"(Value).FieldByIndex", Method, 0}, 9207 {"(Value).FieldByIndexErr", Method, 18}, 9208 {"(Value).FieldByName", Method, 0}, 9209 {"(Value).FieldByNameFunc", Method, 0}, 9210 {"(Value).Float", Method, 0}, 9211 {"(Value).Grow", Method, 20}, 9212 {"(Value).Index", Method, 0}, 9213 {"(Value).Int", Method, 0}, 9214 {"(Value).Interface", Method, 0}, 9215 {"(Value).InterfaceData", Method, 0}, 9216 {"(Value).IsNil", Method, 0}, 9217 {"(Value).IsValid", Method, 0}, 9218 {"(Value).IsZero", Method, 13}, 9219 {"(Value).Kind", Method, 0}, 9220 {"(Value).Len", Method, 0}, 9221 {"(Value).MapIndex", Method, 0}, 9222 {"(Value).MapKeys", Method, 0}, 9223 {"(Value).MapRange", Method, 12}, 9224 {"(Value).Method", Method, 0}, 9225 {"(Value).MethodByName", Method, 0}, 9226 {"(Value).NumField", Method, 0}, 9227 {"(Value).NumMethod", Method, 0}, 9228 {"(Value).OverflowComplex", Method, 0}, 9229 {"(Value).OverflowFloat", Method, 0}, 9230 {"(Value).OverflowInt", Method, 0}, 9231 {"(Value).OverflowUint", Method, 0}, 9232 {"(Value).Pointer", Method, 0}, 9233 {"(Value).Recv", Method, 0}, 9234 {"(Value).Send", Method, 0}, 9235 {"(Value).Set", Method, 0}, 9236 {"(Value).SetBool", Method, 0}, 9237 {"(Value).SetBytes", Method, 0}, 9238 {"(Value).SetCap", Method, 2}, 9239 {"(Value).SetComplex", Method, 0}, 9240 {"(Value).SetFloat", Method, 0}, 9241 {"(Value).SetInt", Method, 0}, 9242 {"(Value).SetIterKey", Method, 18}, 9243 {"(Value).SetIterValue", Method, 18}, 9244 {"(Value).SetLen", Method, 0}, 9245 {"(Value).SetMapIndex", Method, 0}, 9246 {"(Value).SetPointer", Method, 0}, 9247 {"(Value).SetString", Method, 0}, 9248 {"(Value).SetUint", Method, 0}, 9249 {"(Value).SetZero", Method, 20}, 9250 {"(Value).Slice", Method, 0}, 9251 {"(Value).Slice3", Method, 2}, 9252 {"(Value).String", Method, 0}, 9253 {"(Value).TryRecv", Method, 0}, 9254 {"(Value).TrySend", Method, 0}, 9255 {"(Value).Type", Method, 0}, 9256 {"(Value).Uint", Method, 0}, 9257 {"(Value).UnsafeAddr", Method, 0}, 9258 {"(Value).UnsafePointer", Method, 18}, 9259 {"Append", Func, 0}, 9260 {"AppendSlice", Func, 0}, 9261 {"Array", Const, 0}, 9262 {"ArrayOf", Func, 5}, 9263 {"Bool", Const, 0}, 9264 {"BothDir", Const, 0}, 9265 {"Chan", Const, 0}, 9266 {"ChanDir", Type, 0}, 9267 {"ChanOf", Func, 1}, 9268 {"Complex128", Const, 0}, 9269 {"Complex64", Const, 0}, 9270 {"Copy", Func, 0}, 9271 {"DeepEqual", Func, 0}, 9272 {"Float32", Const, 0}, 9273 {"Float64", Const, 0}, 9274 {"Func", Const, 0}, 9275 {"FuncOf", Func, 5}, 9276 {"Indirect", Func, 0}, 9277 {"Int", Const, 0}, 9278 {"Int16", Const, 0}, 9279 {"Int32", Const, 0}, 9280 {"Int64", Const, 0}, 9281 {"Int8", Const, 0}, 9282 {"Interface", Const, 0}, 9283 {"Invalid", Const, 0}, 9284 {"Kind", Type, 0}, 9285 {"MakeChan", Func, 0}, 9286 {"MakeFunc", Func, 1}, 9287 {"MakeMap", Func, 0}, 9288 {"MakeMapWithSize", Func, 9}, 9289 {"MakeSlice", Func, 0}, 9290 {"Map", Const, 0}, 9291 {"MapIter", Type, 12}, 9292 {"MapOf", Func, 1}, 9293 {"Method", Type, 0}, 9294 {"Method.Func", Field, 0}, 9295 {"Method.Index", Field, 0}, 9296 {"Method.Name", Field, 0}, 9297 {"Method.PkgPath", Field, 0}, 9298 {"Method.Type", Field, 0}, 9299 {"New", Func, 0}, 9300 {"NewAt", Func, 0}, 9301 {"Pointer", Const, 18}, 9302 {"PointerTo", Func, 18}, 9303 {"Ptr", Const, 0}, 9304 {"PtrTo", Func, 0}, 9305 {"RecvDir", Const, 0}, 9306 {"Select", Func, 1}, 9307 {"SelectCase", Type, 1}, 9308 {"SelectCase.Chan", Field, 1}, 9309 {"SelectCase.Dir", Field, 1}, 9310 {"SelectCase.Send", Field, 1}, 9311 {"SelectDefault", Const, 1}, 9312 {"SelectDir", Type, 1}, 9313 {"SelectRecv", Const, 1}, 9314 {"SelectSend", Const, 1}, 9315 {"SendDir", Const, 0}, 9316 {"Slice", Const, 0}, 9317 {"SliceHeader", Type, 0}, 9318 {"SliceHeader.Cap", Field, 0}, 9319 {"SliceHeader.Data", Field, 0}, 9320 {"SliceHeader.Len", Field, 0}, 9321 {"SliceOf", Func, 1}, 9322 {"String", Const, 0}, 9323 {"StringHeader", Type, 0}, 9324 {"StringHeader.Data", Field, 0}, 9325 {"StringHeader.Len", Field, 0}, 9326 {"Struct", Const, 0}, 9327 {"StructField", Type, 0}, 9328 {"StructField.Anonymous", Field, 0}, 9329 {"StructField.Index", Field, 0}, 9330 {"StructField.Name", Field, 0}, 9331 {"StructField.Offset", Field, 0}, 9332 {"StructField.PkgPath", Field, 0}, 9333 {"StructField.Tag", Field, 0}, 9334 {"StructField.Type", Field, 0}, 9335 {"StructOf", Func, 7}, 9336 {"StructTag", Type, 0}, 9337 {"Swapper", Func, 8}, 9338 {"Type", Type, 0}, 9339 {"TypeFor", Func, 22}, 9340 {"TypeOf", Func, 0}, 9341 {"Uint", Const, 0}, 9342 {"Uint16", Const, 0}, 9343 {"Uint32", Const, 0}, 9344 {"Uint64", Const, 0}, 9345 {"Uint8", Const, 0}, 9346 {"Uintptr", Const, 0}, 9347 {"UnsafePointer", Const, 0}, 9348 {"Value", Type, 0}, 9349 {"ValueError", Type, 0}, 9350 {"ValueError.Kind", Field, 0}, 9351 {"ValueError.Method", Field, 0}, 9352 {"ValueOf", Func, 0}, 9353 {"VisibleFields", Func, 17}, 9354 {"Zero", Func, 0}, 9355 }, 9356 "regexp": { 9357 {"(*Regexp).Copy", Method, 6}, 9358 {"(*Regexp).Expand", Method, 0}, 9359 {"(*Regexp).ExpandString", Method, 0}, 9360 {"(*Regexp).Find", Method, 0}, 9361 {"(*Regexp).FindAll", Method, 0}, 9362 {"(*Regexp).FindAllIndex", Method, 0}, 9363 {"(*Regexp).FindAllString", Method, 0}, 9364 {"(*Regexp).FindAllStringIndex", Method, 0}, 9365 {"(*Regexp).FindAllStringSubmatch", Method, 0}, 9366 {"(*Regexp).FindAllStringSubmatchIndex", Method, 0}, 9367 {"(*Regexp).FindAllSubmatch", Method, 0}, 9368 {"(*Regexp).FindAllSubmatchIndex", Method, 0}, 9369 {"(*Regexp).FindIndex", Method, 0}, 9370 {"(*Regexp).FindReaderIndex", Method, 0}, 9371 {"(*Regexp).FindReaderSubmatchIndex", Method, 0}, 9372 {"(*Regexp).FindString", Method, 0}, 9373 {"(*Regexp).FindStringIndex", Method, 0}, 9374 {"(*Regexp).FindStringSubmatch", Method, 0}, 9375 {"(*Regexp).FindStringSubmatchIndex", Method, 0}, 9376 {"(*Regexp).FindSubmatch", Method, 0}, 9377 {"(*Regexp).FindSubmatchIndex", Method, 0}, 9378 {"(*Regexp).LiteralPrefix", Method, 0}, 9379 {"(*Regexp).Longest", Method, 1}, 9380 {"(*Regexp).MarshalText", Method, 21}, 9381 {"(*Regexp).Match", Method, 0}, 9382 {"(*Regexp).MatchReader", Method, 0}, 9383 {"(*Regexp).MatchString", Method, 0}, 9384 {"(*Regexp).NumSubexp", Method, 0}, 9385 {"(*Regexp).ReplaceAll", Method, 0}, 9386 {"(*Regexp).ReplaceAllFunc", Method, 0}, 9387 {"(*Regexp).ReplaceAllLiteral", Method, 0}, 9388 {"(*Regexp).ReplaceAllLiteralString", Method, 0}, 9389 {"(*Regexp).ReplaceAllString", Method, 0}, 9390 {"(*Regexp).ReplaceAllStringFunc", Method, 0}, 9391 {"(*Regexp).Split", Method, 1}, 9392 {"(*Regexp).String", Method, 0}, 9393 {"(*Regexp).SubexpIndex", Method, 15}, 9394 {"(*Regexp).SubexpNames", Method, 0}, 9395 {"(*Regexp).UnmarshalText", Method, 21}, 9396 {"Compile", Func, 0}, 9397 {"CompilePOSIX", Func, 0}, 9398 {"Match", Func, 0}, 9399 {"MatchReader", Func, 0}, 9400 {"MatchString", Func, 0}, 9401 {"MustCompile", Func, 0}, 9402 {"MustCompilePOSIX", Func, 0}, 9403 {"QuoteMeta", Func, 0}, 9404 {"Regexp", Type, 0}, 9405 }, 9406 "regexp/syntax": { 9407 {"(*Error).Error", Method, 0}, 9408 {"(*Inst).MatchEmptyWidth", Method, 0}, 9409 {"(*Inst).MatchRune", Method, 0}, 9410 {"(*Inst).MatchRunePos", Method, 3}, 9411 {"(*Inst).String", Method, 0}, 9412 {"(*Prog).Prefix", Method, 0}, 9413 {"(*Prog).StartCond", Method, 0}, 9414 {"(*Prog).String", Method, 0}, 9415 {"(*Regexp).CapNames", Method, 0}, 9416 {"(*Regexp).Equal", Method, 0}, 9417 {"(*Regexp).MaxCap", Method, 0}, 9418 {"(*Regexp).Simplify", Method, 0}, 9419 {"(*Regexp).String", Method, 0}, 9420 {"(ErrorCode).String", Method, 0}, 9421 {"(InstOp).String", Method, 3}, 9422 {"(Op).String", Method, 11}, 9423 {"ClassNL", Const, 0}, 9424 {"Compile", Func, 0}, 9425 {"DotNL", Const, 0}, 9426 {"EmptyBeginLine", Const, 0}, 9427 {"EmptyBeginText", Const, 0}, 9428 {"EmptyEndLine", Const, 0}, 9429 {"EmptyEndText", Const, 0}, 9430 {"EmptyNoWordBoundary", Const, 0}, 9431 {"EmptyOp", Type, 0}, 9432 {"EmptyOpContext", Func, 0}, 9433 {"EmptyWordBoundary", Const, 0}, 9434 {"ErrInternalError", Const, 0}, 9435 {"ErrInvalidCharClass", Const, 0}, 9436 {"ErrInvalidCharRange", Const, 0}, 9437 {"ErrInvalidEscape", Const, 0}, 9438 {"ErrInvalidNamedCapture", Const, 0}, 9439 {"ErrInvalidPerlOp", Const, 0}, 9440 {"ErrInvalidRepeatOp", Const, 0}, 9441 {"ErrInvalidRepeatSize", Const, 0}, 9442 {"ErrInvalidUTF8", Const, 0}, 9443 {"ErrLarge", Const, 20}, 9444 {"ErrMissingBracket", Const, 0}, 9445 {"ErrMissingParen", Const, 0}, 9446 {"ErrMissingRepeatArgument", Const, 0}, 9447 {"ErrNestingDepth", Const, 19}, 9448 {"ErrTrailingBackslash", Const, 0}, 9449 {"ErrUnexpectedParen", Const, 1}, 9450 {"Error", Type, 0}, 9451 {"Error.Code", Field, 0}, 9452 {"Error.Expr", Field, 0}, 9453 {"ErrorCode", Type, 0}, 9454 {"Flags", Type, 0}, 9455 {"FoldCase", Const, 0}, 9456 {"Inst", Type, 0}, 9457 {"Inst.Arg", Field, 0}, 9458 {"Inst.Op", Field, 0}, 9459 {"Inst.Out", Field, 0}, 9460 {"Inst.Rune", Field, 0}, 9461 {"InstAlt", Const, 0}, 9462 {"InstAltMatch", Const, 0}, 9463 {"InstCapture", Const, 0}, 9464 {"InstEmptyWidth", Const, 0}, 9465 {"InstFail", Const, 0}, 9466 {"InstMatch", Const, 0}, 9467 {"InstNop", Const, 0}, 9468 {"InstOp", Type, 0}, 9469 {"InstRune", Const, 0}, 9470 {"InstRune1", Const, 0}, 9471 {"InstRuneAny", Const, 0}, 9472 {"InstRuneAnyNotNL", Const, 0}, 9473 {"IsWordChar", Func, 0}, 9474 {"Literal", Const, 0}, 9475 {"MatchNL", Const, 0}, 9476 {"NonGreedy", Const, 0}, 9477 {"OneLine", Const, 0}, 9478 {"Op", Type, 0}, 9479 {"OpAlternate", Const, 0}, 9480 {"OpAnyChar", Const, 0}, 9481 {"OpAnyCharNotNL", Const, 0}, 9482 {"OpBeginLine", Const, 0}, 9483 {"OpBeginText", Const, 0}, 9484 {"OpCapture", Const, 0}, 9485 {"OpCharClass", Const, 0}, 9486 {"OpConcat", Const, 0}, 9487 {"OpEmptyMatch", Const, 0}, 9488 {"OpEndLine", Const, 0}, 9489 {"OpEndText", Const, 0}, 9490 {"OpLiteral", Const, 0}, 9491 {"OpNoMatch", Const, 0}, 9492 {"OpNoWordBoundary", Const, 0}, 9493 {"OpPlus", Const, 0}, 9494 {"OpQuest", Const, 0}, 9495 {"OpRepeat", Const, 0}, 9496 {"OpStar", Const, 0}, 9497 {"OpWordBoundary", Const, 0}, 9498 {"POSIX", Const, 0}, 9499 {"Parse", Func, 0}, 9500 {"Perl", Const, 0}, 9501 {"PerlX", Const, 0}, 9502 {"Prog", Type, 0}, 9503 {"Prog.Inst", Field, 0}, 9504 {"Prog.NumCap", Field, 0}, 9505 {"Prog.Start", Field, 0}, 9506 {"Regexp", Type, 0}, 9507 {"Regexp.Cap", Field, 0}, 9508 {"Regexp.Flags", Field, 0}, 9509 {"Regexp.Max", Field, 0}, 9510 {"Regexp.Min", Field, 0}, 9511 {"Regexp.Name", Field, 0}, 9512 {"Regexp.Op", Field, 0}, 9513 {"Regexp.Rune", Field, 0}, 9514 {"Regexp.Rune0", Field, 0}, 9515 {"Regexp.Sub", Field, 0}, 9516 {"Regexp.Sub0", Field, 0}, 9517 {"Simple", Const, 0}, 9518 {"UnicodeGroups", Const, 0}, 9519 {"WasDollar", Const, 0}, 9520 }, 9521 "runtime": { 9522 {"(*BlockProfileRecord).Stack", Method, 1}, 9523 {"(*Frames).Next", Method, 7}, 9524 {"(*Func).Entry", Method, 0}, 9525 {"(*Func).FileLine", Method, 0}, 9526 {"(*Func).Name", Method, 0}, 9527 {"(*MemProfileRecord).InUseBytes", Method, 0}, 9528 {"(*MemProfileRecord).InUseObjects", Method, 0}, 9529 {"(*MemProfileRecord).Stack", Method, 0}, 9530 {"(*PanicNilError).Error", Method, 21}, 9531 {"(*PanicNilError).RuntimeError", Method, 21}, 9532 {"(*Pinner).Pin", Method, 21}, 9533 {"(*Pinner).Unpin", Method, 21}, 9534 {"(*StackRecord).Stack", Method, 0}, 9535 {"(*TypeAssertionError).Error", Method, 0}, 9536 {"(*TypeAssertionError).RuntimeError", Method, 0}, 9537 {"BlockProfile", Func, 1}, 9538 {"BlockProfileRecord", Type, 1}, 9539 {"BlockProfileRecord.Count", Field, 1}, 9540 {"BlockProfileRecord.Cycles", Field, 1}, 9541 {"BlockProfileRecord.StackRecord", Field, 1}, 9542 {"Breakpoint", Func, 0}, 9543 {"CPUProfile", Func, 0}, 9544 {"Caller", Func, 0}, 9545 {"Callers", Func, 0}, 9546 {"CallersFrames", Func, 7}, 9547 {"Compiler", Const, 0}, 9548 {"Error", Type, 0}, 9549 {"Frame", Type, 7}, 9550 {"Frame.Entry", Field, 7}, 9551 {"Frame.File", Field, 7}, 9552 {"Frame.Func", Field, 7}, 9553 {"Frame.Function", Field, 7}, 9554 {"Frame.Line", Field, 7}, 9555 {"Frame.PC", Field, 7}, 9556 {"Frames", Type, 7}, 9557 {"Func", Type, 0}, 9558 {"FuncForPC", Func, 0}, 9559 {"GC", Func, 0}, 9560 {"GOARCH", Const, 0}, 9561 {"GOMAXPROCS", Func, 0}, 9562 {"GOOS", Const, 0}, 9563 {"GOROOT", Func, 0}, 9564 {"Goexit", Func, 0}, 9565 {"GoroutineProfile", Func, 0}, 9566 {"Gosched", Func, 0}, 9567 {"KeepAlive", Func, 7}, 9568 {"LockOSThread", Func, 0}, 9569 {"MemProfile", Func, 0}, 9570 {"MemProfileRate", Var, 0}, 9571 {"MemProfileRecord", Type, 0}, 9572 {"MemProfileRecord.AllocBytes", Field, 0}, 9573 {"MemProfileRecord.AllocObjects", Field, 0}, 9574 {"MemProfileRecord.FreeBytes", Field, 0}, 9575 {"MemProfileRecord.FreeObjects", Field, 0}, 9576 {"MemProfileRecord.Stack0", Field, 0}, 9577 {"MemStats", Type, 0}, 9578 {"MemStats.Alloc", Field, 0}, 9579 {"MemStats.BuckHashSys", Field, 0}, 9580 {"MemStats.BySize", Field, 0}, 9581 {"MemStats.DebugGC", Field, 0}, 9582 {"MemStats.EnableGC", Field, 0}, 9583 {"MemStats.Frees", Field, 0}, 9584 {"MemStats.GCCPUFraction", Field, 5}, 9585 {"MemStats.GCSys", Field, 2}, 9586 {"MemStats.HeapAlloc", Field, 0}, 9587 {"MemStats.HeapIdle", Field, 0}, 9588 {"MemStats.HeapInuse", Field, 0}, 9589 {"MemStats.HeapObjects", Field, 0}, 9590 {"MemStats.HeapReleased", Field, 0}, 9591 {"MemStats.HeapSys", Field, 0}, 9592 {"MemStats.LastGC", Field, 0}, 9593 {"MemStats.Lookups", Field, 0}, 9594 {"MemStats.MCacheInuse", Field, 0}, 9595 {"MemStats.MCacheSys", Field, 0}, 9596 {"MemStats.MSpanInuse", Field, 0}, 9597 {"MemStats.MSpanSys", Field, 0}, 9598 {"MemStats.Mallocs", Field, 0}, 9599 {"MemStats.NextGC", Field, 0}, 9600 {"MemStats.NumForcedGC", Field, 8}, 9601 {"MemStats.NumGC", Field, 0}, 9602 {"MemStats.OtherSys", Field, 2}, 9603 {"MemStats.PauseEnd", Field, 4}, 9604 {"MemStats.PauseNs", Field, 0}, 9605 {"MemStats.PauseTotalNs", Field, 0}, 9606 {"MemStats.StackInuse", Field, 0}, 9607 {"MemStats.StackSys", Field, 0}, 9608 {"MemStats.Sys", Field, 0}, 9609 {"MemStats.TotalAlloc", Field, 0}, 9610 {"MutexProfile", Func, 8}, 9611 {"NumCPU", Func, 0}, 9612 {"NumCgoCall", Func, 0}, 9613 {"NumGoroutine", Func, 0}, 9614 {"PanicNilError", Type, 21}, 9615 {"Pinner", Type, 21}, 9616 {"ReadMemStats", Func, 0}, 9617 {"ReadTrace", Func, 5}, 9618 {"SetBlockProfileRate", Func, 1}, 9619 {"SetCPUProfileRate", Func, 0}, 9620 {"SetCgoTraceback", Func, 7}, 9621 {"SetFinalizer", Func, 0}, 9622 {"SetMutexProfileFraction", Func, 8}, 9623 {"Stack", Func, 0}, 9624 {"StackRecord", Type, 0}, 9625 {"StackRecord.Stack0", Field, 0}, 9626 {"StartTrace", Func, 5}, 9627 {"StopTrace", Func, 5}, 9628 {"ThreadCreateProfile", Func, 0}, 9629 {"TypeAssertionError", Type, 0}, 9630 {"UnlockOSThread", Func, 0}, 9631 {"Version", Func, 0}, 9632 }, 9633 "runtime/cgo": { 9634 {"(Handle).Delete", Method, 17}, 9635 {"(Handle).Value", Method, 17}, 9636 {"Handle", Type, 17}, 9637 {"Incomplete", Type, 20}, 9638 {"NewHandle", Func, 17}, 9639 }, 9640 "runtime/coverage": { 9641 {"ClearCounters", Func, 20}, 9642 {"WriteCounters", Func, 20}, 9643 {"WriteCountersDir", Func, 20}, 9644 {"WriteMeta", Func, 20}, 9645 {"WriteMetaDir", Func, 20}, 9646 }, 9647 "runtime/debug": { 9648 {"(*BuildInfo).String", Method, 18}, 9649 {"BuildInfo", Type, 12}, 9650 {"BuildInfo.Deps", Field, 12}, 9651 {"BuildInfo.GoVersion", Field, 18}, 9652 {"BuildInfo.Main", Field, 12}, 9653 {"BuildInfo.Path", Field, 12}, 9654 {"BuildInfo.Settings", Field, 18}, 9655 {"BuildSetting", Type, 18}, 9656 {"BuildSetting.Key", Field, 18}, 9657 {"BuildSetting.Value", Field, 18}, 9658 {"FreeOSMemory", Func, 1}, 9659 {"GCStats", Type, 1}, 9660 {"GCStats.LastGC", Field, 1}, 9661 {"GCStats.NumGC", Field, 1}, 9662 {"GCStats.Pause", Field, 1}, 9663 {"GCStats.PauseEnd", Field, 4}, 9664 {"GCStats.PauseQuantiles", Field, 1}, 9665 {"GCStats.PauseTotal", Field, 1}, 9666 {"Module", Type, 12}, 9667 {"Module.Path", Field, 12}, 9668 {"Module.Replace", Field, 12}, 9669 {"Module.Sum", Field, 12}, 9670 {"Module.Version", Field, 12}, 9671 {"ParseBuildInfo", Func, 18}, 9672 {"PrintStack", Func, 0}, 9673 {"ReadBuildInfo", Func, 12}, 9674 {"ReadGCStats", Func, 1}, 9675 {"SetGCPercent", Func, 1}, 9676 {"SetMaxStack", Func, 2}, 9677 {"SetMaxThreads", Func, 2}, 9678 {"SetMemoryLimit", Func, 19}, 9679 {"SetPanicOnFault", Func, 3}, 9680 {"SetTraceback", Func, 6}, 9681 {"Stack", Func, 0}, 9682 {"WriteHeapDump", Func, 3}, 9683 }, 9684 "runtime/metrics": { 9685 {"(Value).Float64", Method, 16}, 9686 {"(Value).Float64Histogram", Method, 16}, 9687 {"(Value).Kind", Method, 16}, 9688 {"(Value).Uint64", Method, 16}, 9689 {"All", Func, 16}, 9690 {"Description", Type, 16}, 9691 {"Description.Cumulative", Field, 16}, 9692 {"Description.Description", Field, 16}, 9693 {"Description.Kind", Field, 16}, 9694 {"Description.Name", Field, 16}, 9695 {"Float64Histogram", Type, 16}, 9696 {"Float64Histogram.Buckets", Field, 16}, 9697 {"Float64Histogram.Counts", Field, 16}, 9698 {"KindBad", Const, 16}, 9699 {"KindFloat64", Const, 16}, 9700 {"KindFloat64Histogram", Const, 16}, 9701 {"KindUint64", Const, 16}, 9702 {"Read", Func, 16}, 9703 {"Sample", Type, 16}, 9704 {"Sample.Name", Field, 16}, 9705 {"Sample.Value", Field, 16}, 9706 {"Value", Type, 16}, 9707 {"ValueKind", Type, 16}, 9708 }, 9709 "runtime/pprof": { 9710 {"(*Profile).Add", Method, 0}, 9711 {"(*Profile).Count", Method, 0}, 9712 {"(*Profile).Name", Method, 0}, 9713 {"(*Profile).Remove", Method, 0}, 9714 {"(*Profile).WriteTo", Method, 0}, 9715 {"Do", Func, 9}, 9716 {"ForLabels", Func, 9}, 9717 {"Label", Func, 9}, 9718 {"LabelSet", Type, 9}, 9719 {"Labels", Func, 9}, 9720 {"Lookup", Func, 0}, 9721 {"NewProfile", Func, 0}, 9722 {"Profile", Type, 0}, 9723 {"Profiles", Func, 0}, 9724 {"SetGoroutineLabels", Func, 9}, 9725 {"StartCPUProfile", Func, 0}, 9726 {"StopCPUProfile", Func, 0}, 9727 {"WithLabels", Func, 9}, 9728 {"WriteHeapProfile", Func, 0}, 9729 }, 9730 "runtime/trace": { 9731 {"(*Region).End", Method, 11}, 9732 {"(*Task).End", Method, 11}, 9733 {"IsEnabled", Func, 11}, 9734 {"Log", Func, 11}, 9735 {"Logf", Func, 11}, 9736 {"NewTask", Func, 11}, 9737 {"Region", Type, 11}, 9738 {"Start", Func, 5}, 9739 {"StartRegion", Func, 11}, 9740 {"Stop", Func, 5}, 9741 {"Task", Type, 11}, 9742 {"WithRegion", Func, 11}, 9743 }, 9744 "slices": { 9745 {"BinarySearch", Func, 21}, 9746 {"BinarySearchFunc", Func, 21}, 9747 {"Clip", Func, 21}, 9748 {"Clone", Func, 21}, 9749 {"Compact", Func, 21}, 9750 {"CompactFunc", Func, 21}, 9751 {"Compare", Func, 21}, 9752 {"CompareFunc", Func, 21}, 9753 {"Concat", Func, 22}, 9754 {"Contains", Func, 21}, 9755 {"ContainsFunc", Func, 21}, 9756 {"Delete", Func, 21}, 9757 {"DeleteFunc", Func, 21}, 9758 {"Equal", Func, 21}, 9759 {"EqualFunc", Func, 21}, 9760 {"Grow", Func, 21}, 9761 {"Index", Func, 21}, 9762 {"IndexFunc", Func, 21}, 9763 {"Insert", Func, 21}, 9764 {"IsSorted", Func, 21}, 9765 {"IsSortedFunc", Func, 21}, 9766 {"Max", Func, 21}, 9767 {"MaxFunc", Func, 21}, 9768 {"Min", Func, 21}, 9769 {"MinFunc", Func, 21}, 9770 {"Replace", Func, 21}, 9771 {"Reverse", Func, 21}, 9772 {"Sort", Func, 21}, 9773 {"SortFunc", Func, 21}, 9774 {"SortStableFunc", Func, 21}, 9775 }, 9776 "sort": { 9777 {"(Float64Slice).Len", Method, 0}, 9778 {"(Float64Slice).Less", Method, 0}, 9779 {"(Float64Slice).Search", Method, 0}, 9780 {"(Float64Slice).Sort", Method, 0}, 9781 {"(Float64Slice).Swap", Method, 0}, 9782 {"(IntSlice).Len", Method, 0}, 9783 {"(IntSlice).Less", Method, 0}, 9784 {"(IntSlice).Search", Method, 0}, 9785 {"(IntSlice).Sort", Method, 0}, 9786 {"(IntSlice).Swap", Method, 0}, 9787 {"(StringSlice).Len", Method, 0}, 9788 {"(StringSlice).Less", Method, 0}, 9789 {"(StringSlice).Search", Method, 0}, 9790 {"(StringSlice).Sort", Method, 0}, 9791 {"(StringSlice).Swap", Method, 0}, 9792 {"Find", Func, 19}, 9793 {"Float64Slice", Type, 0}, 9794 {"Float64s", Func, 0}, 9795 {"Float64sAreSorted", Func, 0}, 9796 {"IntSlice", Type, 0}, 9797 {"Interface", Type, 0}, 9798 {"Ints", Func, 0}, 9799 {"IntsAreSorted", Func, 0}, 9800 {"IsSorted", Func, 0}, 9801 {"Reverse", Func, 1}, 9802 {"Search", Func, 0}, 9803 {"SearchFloat64s", Func, 0}, 9804 {"SearchInts", Func, 0}, 9805 {"SearchStrings", Func, 0}, 9806 {"Slice", Func, 8}, 9807 {"SliceIsSorted", Func, 8}, 9808 {"SliceStable", Func, 8}, 9809 {"Sort", Func, 0}, 9810 {"Stable", Func, 2}, 9811 {"StringSlice", Type, 0}, 9812 {"Strings", Func, 0}, 9813 {"StringsAreSorted", Func, 0}, 9814 }, 9815 "strconv": { 9816 {"(*NumError).Error", Method, 0}, 9817 {"(*NumError).Unwrap", Method, 14}, 9818 {"AppendBool", Func, 0}, 9819 {"AppendFloat", Func, 0}, 9820 {"AppendInt", Func, 0}, 9821 {"AppendQuote", Func, 0}, 9822 {"AppendQuoteRune", Func, 0}, 9823 {"AppendQuoteRuneToASCII", Func, 0}, 9824 {"AppendQuoteRuneToGraphic", Func, 6}, 9825 {"AppendQuoteToASCII", Func, 0}, 9826 {"AppendQuoteToGraphic", Func, 6}, 9827 {"AppendUint", Func, 0}, 9828 {"Atoi", Func, 0}, 9829 {"CanBackquote", Func, 0}, 9830 {"ErrRange", Var, 0}, 9831 {"ErrSyntax", Var, 0}, 9832 {"FormatBool", Func, 0}, 9833 {"FormatComplex", Func, 15}, 9834 {"FormatFloat", Func, 0}, 9835 {"FormatInt", Func, 0}, 9836 {"FormatUint", Func, 0}, 9837 {"IntSize", Const, 0}, 9838 {"IsGraphic", Func, 6}, 9839 {"IsPrint", Func, 0}, 9840 {"Itoa", Func, 0}, 9841 {"NumError", Type, 0}, 9842 {"NumError.Err", Field, 0}, 9843 {"NumError.Func", Field, 0}, 9844 {"NumError.Num", Field, 0}, 9845 {"ParseBool", Func, 0}, 9846 {"ParseComplex", Func, 15}, 9847 {"ParseFloat", Func, 0}, 9848 {"ParseInt", Func, 0}, 9849 {"ParseUint", Func, 0}, 9850 {"Quote", Func, 0}, 9851 {"QuoteRune", Func, 0}, 9852 {"QuoteRuneToASCII", Func, 0}, 9853 {"QuoteRuneToGraphic", Func, 6}, 9854 {"QuoteToASCII", Func, 0}, 9855 {"QuoteToGraphic", Func, 6}, 9856 {"QuotedPrefix", Func, 17}, 9857 {"Unquote", Func, 0}, 9858 {"UnquoteChar", Func, 0}, 9859 }, 9860 "strings": { 9861 {"(*Builder).Cap", Method, 12}, 9862 {"(*Builder).Grow", Method, 10}, 9863 {"(*Builder).Len", Method, 10}, 9864 {"(*Builder).Reset", Method, 10}, 9865 {"(*Builder).String", Method, 10}, 9866 {"(*Builder).Write", Method, 10}, 9867 {"(*Builder).WriteByte", Method, 10}, 9868 {"(*Builder).WriteRune", Method, 10}, 9869 {"(*Builder).WriteString", Method, 10}, 9870 {"(*Reader).Len", Method, 0}, 9871 {"(*Reader).Read", Method, 0}, 9872 {"(*Reader).ReadAt", Method, 0}, 9873 {"(*Reader).ReadByte", Method, 0}, 9874 {"(*Reader).ReadRune", Method, 0}, 9875 {"(*Reader).Reset", Method, 7}, 9876 {"(*Reader).Seek", Method, 0}, 9877 {"(*Reader).Size", Method, 5}, 9878 {"(*Reader).UnreadByte", Method, 0}, 9879 {"(*Reader).UnreadRune", Method, 0}, 9880 {"(*Reader).WriteTo", Method, 1}, 9881 {"(*Replacer).Replace", Method, 0}, 9882 {"(*Replacer).WriteString", Method, 0}, 9883 {"Builder", Type, 10}, 9884 {"Clone", Func, 18}, 9885 {"Compare", Func, 5}, 9886 {"Contains", Func, 0}, 9887 {"ContainsAny", Func, 0}, 9888 {"ContainsFunc", Func, 21}, 9889 {"ContainsRune", Func, 0}, 9890 {"Count", Func, 0}, 9891 {"Cut", Func, 18}, 9892 {"CutPrefix", Func, 20}, 9893 {"CutSuffix", Func, 20}, 9894 {"EqualFold", Func, 0}, 9895 {"Fields", Func, 0}, 9896 {"FieldsFunc", Func, 0}, 9897 {"HasPrefix", Func, 0}, 9898 {"HasSuffix", Func, 0}, 9899 {"Index", Func, 0}, 9900 {"IndexAny", Func, 0}, 9901 {"IndexByte", Func, 2}, 9902 {"IndexFunc", Func, 0}, 9903 {"IndexRune", Func, 0}, 9904 {"Join", Func, 0}, 9905 {"LastIndex", Func, 0}, 9906 {"LastIndexAny", Func, 0}, 9907 {"LastIndexByte", Func, 5}, 9908 {"LastIndexFunc", Func, 0}, 9909 {"Map", Func, 0}, 9910 {"NewReader", Func, 0}, 9911 {"NewReplacer", Func, 0}, 9912 {"Reader", Type, 0}, 9913 {"Repeat", Func, 0}, 9914 {"Replace", Func, 0}, 9915 {"ReplaceAll", Func, 12}, 9916 {"Replacer", Type, 0}, 9917 {"Split", Func, 0}, 9918 {"SplitAfter", Func, 0}, 9919 {"SplitAfterN", Func, 0}, 9920 {"SplitN", Func, 0}, 9921 {"Title", Func, 0}, 9922 {"ToLower", Func, 0}, 9923 {"ToLowerSpecial", Func, 0}, 9924 {"ToTitle", Func, 0}, 9925 {"ToTitleSpecial", Func, 0}, 9926 {"ToUpper", Func, 0}, 9927 {"ToUpperSpecial", Func, 0}, 9928 {"ToValidUTF8", Func, 13}, 9929 {"Trim", Func, 0}, 9930 {"TrimFunc", Func, 0}, 9931 {"TrimLeft", Func, 0}, 9932 {"TrimLeftFunc", Func, 0}, 9933 {"TrimPrefix", Func, 1}, 9934 {"TrimRight", Func, 0}, 9935 {"TrimRightFunc", Func, 0}, 9936 {"TrimSpace", Func, 0}, 9937 {"TrimSuffix", Func, 1}, 9938 }, 9939 "sync": { 9940 {"(*Cond).Broadcast", Method, 0}, 9941 {"(*Cond).Signal", Method, 0}, 9942 {"(*Cond).Wait", Method, 0}, 9943 {"(*Map).CompareAndDelete", Method, 20}, 9944 {"(*Map).CompareAndSwap", Method, 20}, 9945 {"(*Map).Delete", Method, 9}, 9946 {"(*Map).Load", Method, 9}, 9947 {"(*Map).LoadAndDelete", Method, 15}, 9948 {"(*Map).LoadOrStore", Method, 9}, 9949 {"(*Map).Range", Method, 9}, 9950 {"(*Map).Store", Method, 9}, 9951 {"(*Map).Swap", Method, 20}, 9952 {"(*Mutex).Lock", Method, 0}, 9953 {"(*Mutex).TryLock", Method, 18}, 9954 {"(*Mutex).Unlock", Method, 0}, 9955 {"(*Once).Do", Method, 0}, 9956 {"(*Pool).Get", Method, 3}, 9957 {"(*Pool).Put", Method, 3}, 9958 {"(*RWMutex).Lock", Method, 0}, 9959 {"(*RWMutex).RLock", Method, 0}, 9960 {"(*RWMutex).RLocker", Method, 0}, 9961 {"(*RWMutex).RUnlock", Method, 0}, 9962 {"(*RWMutex).TryLock", Method, 18}, 9963 {"(*RWMutex).TryRLock", Method, 18}, 9964 {"(*RWMutex).Unlock", Method, 0}, 9965 {"(*WaitGroup).Add", Method, 0}, 9966 {"(*WaitGroup).Done", Method, 0}, 9967 {"(*WaitGroup).Wait", Method, 0}, 9968 {"Cond", Type, 0}, 9969 {"Cond.L", Field, 0}, 9970 {"Locker", Type, 0}, 9971 {"Map", Type, 9}, 9972 {"Mutex", Type, 0}, 9973 {"NewCond", Func, 0}, 9974 {"Once", Type, 0}, 9975 {"OnceFunc", Func, 21}, 9976 {"OnceValue", Func, 21}, 9977 {"OnceValues", Func, 21}, 9978 {"Pool", Type, 3}, 9979 {"Pool.New", Field, 3}, 9980 {"RWMutex", Type, 0}, 9981 {"WaitGroup", Type, 0}, 9982 }, 9983 "sync/atomic": { 9984 {"(*Bool).CompareAndSwap", Method, 19}, 9985 {"(*Bool).Load", Method, 19}, 9986 {"(*Bool).Store", Method, 19}, 9987 {"(*Bool).Swap", Method, 19}, 9988 {"(*Int32).Add", Method, 19}, 9989 {"(*Int32).CompareAndSwap", Method, 19}, 9990 {"(*Int32).Load", Method, 19}, 9991 {"(*Int32).Store", Method, 19}, 9992 {"(*Int32).Swap", Method, 19}, 9993 {"(*Int64).Add", Method, 19}, 9994 {"(*Int64).CompareAndSwap", Method, 19}, 9995 {"(*Int64).Load", Method, 19}, 9996 {"(*Int64).Store", Method, 19}, 9997 {"(*Int64).Swap", Method, 19}, 9998 {"(*Pointer).CompareAndSwap", Method, 19}, 9999 {"(*Pointer).Load", Method, 19}, 10000 {"(*Pointer).Store", Method, 19}, 10001 {"(*Pointer).Swap", Method, 19}, 10002 {"(*Uint32).Add", Method, 19}, 10003 {"(*Uint32).CompareAndSwap", Method, 19}, 10004 {"(*Uint32).Load", Method, 19}, 10005 {"(*Uint32).Store", Method, 19}, 10006 {"(*Uint32).Swap", Method, 19}, 10007 {"(*Uint64).Add", Method, 19}, 10008 {"(*Uint64).CompareAndSwap", Method, 19}, 10009 {"(*Uint64).Load", Method, 19}, 10010 {"(*Uint64).Store", Method, 19}, 10011 {"(*Uint64).Swap", Method, 19}, 10012 {"(*Uintptr).Add", Method, 19}, 10013 {"(*Uintptr).CompareAndSwap", Method, 19}, 10014 {"(*Uintptr).Load", Method, 19}, 10015 {"(*Uintptr).Store", Method, 19}, 10016 {"(*Uintptr).Swap", Method, 19}, 10017 {"(*Value).CompareAndSwap", Method, 17}, 10018 {"(*Value).Load", Method, 4}, 10019 {"(*Value).Store", Method, 4}, 10020 {"(*Value).Swap", Method, 17}, 10021 {"AddInt32", Func, 0}, 10022 {"AddInt64", Func, 0}, 10023 {"AddUint32", Func, 0}, 10024 {"AddUint64", Func, 0}, 10025 {"AddUintptr", Func, 0}, 10026 {"Bool", Type, 19}, 10027 {"CompareAndSwapInt32", Func, 0}, 10028 {"CompareAndSwapInt64", Func, 0}, 10029 {"CompareAndSwapPointer", Func, 0}, 10030 {"CompareAndSwapUint32", Func, 0}, 10031 {"CompareAndSwapUint64", Func, 0}, 10032 {"CompareAndSwapUintptr", Func, 0}, 10033 {"Int32", Type, 19}, 10034 {"Int64", Type, 19}, 10035 {"LoadInt32", Func, 0}, 10036 {"LoadInt64", Func, 0}, 10037 {"LoadPointer", Func, 0}, 10038 {"LoadUint32", Func, 0}, 10039 {"LoadUint64", Func, 0}, 10040 {"LoadUintptr", Func, 0}, 10041 {"Pointer", Type, 19}, 10042 {"StoreInt32", Func, 0}, 10043 {"StoreInt64", Func, 0}, 10044 {"StorePointer", Func, 0}, 10045 {"StoreUint32", Func, 0}, 10046 {"StoreUint64", Func, 0}, 10047 {"StoreUintptr", Func, 0}, 10048 {"SwapInt32", Func, 2}, 10049 {"SwapInt64", Func, 2}, 10050 {"SwapPointer", Func, 2}, 10051 {"SwapUint32", Func, 2}, 10052 {"SwapUint64", Func, 2}, 10053 {"SwapUintptr", Func, 2}, 10054 {"Uint32", Type, 19}, 10055 {"Uint64", Type, 19}, 10056 {"Uintptr", Type, 19}, 10057 {"Value", Type, 4}, 10058 }, 10059 "syscall": { 10060 {"(*Cmsghdr).SetLen", Method, 0}, 10061 {"(*DLL).FindProc", Method, 0}, 10062 {"(*DLL).MustFindProc", Method, 0}, 10063 {"(*DLL).Release", Method, 0}, 10064 {"(*DLLError).Error", Method, 0}, 10065 {"(*DLLError).Unwrap", Method, 16}, 10066 {"(*Filetime).Nanoseconds", Method, 0}, 10067 {"(*Iovec).SetLen", Method, 0}, 10068 {"(*LazyDLL).Handle", Method, 0}, 10069 {"(*LazyDLL).Load", Method, 0}, 10070 {"(*LazyDLL).NewProc", Method, 0}, 10071 {"(*LazyProc).Addr", Method, 0}, 10072 {"(*LazyProc).Call", Method, 0}, 10073 {"(*LazyProc).Find", Method, 0}, 10074 {"(*Msghdr).SetControllen", Method, 0}, 10075 {"(*Proc).Addr", Method, 0}, 10076 {"(*Proc).Call", Method, 0}, 10077 {"(*PtraceRegs).PC", Method, 0}, 10078 {"(*PtraceRegs).SetPC", Method, 0}, 10079 {"(*RawSockaddrAny).Sockaddr", Method, 0}, 10080 {"(*SID).Copy", Method, 0}, 10081 {"(*SID).Len", Method, 0}, 10082 {"(*SID).LookupAccount", Method, 0}, 10083 {"(*SID).String", Method, 0}, 10084 {"(*Timespec).Nano", Method, 0}, 10085 {"(*Timespec).Unix", Method, 0}, 10086 {"(*Timeval).Nano", Method, 0}, 10087 {"(*Timeval).Nanoseconds", Method, 0}, 10088 {"(*Timeval).Unix", Method, 0}, 10089 {"(Errno).Error", Method, 0}, 10090 {"(Errno).Is", Method, 13}, 10091 {"(Errno).Temporary", Method, 0}, 10092 {"(Errno).Timeout", Method, 0}, 10093 {"(Signal).Signal", Method, 0}, 10094 {"(Signal).String", Method, 0}, 10095 {"(Token).Close", Method, 0}, 10096 {"(Token).GetTokenPrimaryGroup", Method, 0}, 10097 {"(Token).GetTokenUser", Method, 0}, 10098 {"(Token).GetUserProfileDirectory", Method, 0}, 10099 {"(WaitStatus).Continued", Method, 0}, 10100 {"(WaitStatus).CoreDump", Method, 0}, 10101 {"(WaitStatus).ExitStatus", Method, 0}, 10102 {"(WaitStatus).Exited", Method, 0}, 10103 {"(WaitStatus).Signal", Method, 0}, 10104 {"(WaitStatus).Signaled", Method, 0}, 10105 {"(WaitStatus).StopSignal", Method, 0}, 10106 {"(WaitStatus).Stopped", Method, 0}, 10107 {"(WaitStatus).TrapCause", Method, 0}, 10108 {"AF_ALG", Const, 0}, 10109 {"AF_APPLETALK", Const, 0}, 10110 {"AF_ARP", Const, 0}, 10111 {"AF_ASH", Const, 0}, 10112 {"AF_ATM", Const, 0}, 10113 {"AF_ATMPVC", Const, 0}, 10114 {"AF_ATMSVC", Const, 0}, 10115 {"AF_AX25", Const, 0}, 10116 {"AF_BLUETOOTH", Const, 0}, 10117 {"AF_BRIDGE", Const, 0}, 10118 {"AF_CAIF", Const, 0}, 10119 {"AF_CAN", Const, 0}, 10120 {"AF_CCITT", Const, 0}, 10121 {"AF_CHAOS", Const, 0}, 10122 {"AF_CNT", Const, 0}, 10123 {"AF_COIP", Const, 0}, 10124 {"AF_DATAKIT", Const, 0}, 10125 {"AF_DECnet", Const, 0}, 10126 {"AF_DLI", Const, 0}, 10127 {"AF_E164", Const, 0}, 10128 {"AF_ECMA", Const, 0}, 10129 {"AF_ECONET", Const, 0}, 10130 {"AF_ENCAP", Const, 1}, 10131 {"AF_FILE", Const, 0}, 10132 {"AF_HYLINK", Const, 0}, 10133 {"AF_IEEE80211", Const, 0}, 10134 {"AF_IEEE802154", Const, 0}, 10135 {"AF_IMPLINK", Const, 0}, 10136 {"AF_INET", Const, 0}, 10137 {"AF_INET6", Const, 0}, 10138 {"AF_INET6_SDP", Const, 3}, 10139 {"AF_INET_SDP", Const, 3}, 10140 {"AF_IPX", Const, 0}, 10141 {"AF_IRDA", Const, 0}, 10142 {"AF_ISDN", Const, 0}, 10143 {"AF_ISO", Const, 0}, 10144 {"AF_IUCV", Const, 0}, 10145 {"AF_KEY", Const, 0}, 10146 {"AF_LAT", Const, 0}, 10147 {"AF_LINK", Const, 0}, 10148 {"AF_LLC", Const, 0}, 10149 {"AF_LOCAL", Const, 0}, 10150 {"AF_MAX", Const, 0}, 10151 {"AF_MPLS", Const, 1}, 10152 {"AF_NATM", Const, 0}, 10153 {"AF_NDRV", Const, 0}, 10154 {"AF_NETBEUI", Const, 0}, 10155 {"AF_NETBIOS", Const, 0}, 10156 {"AF_NETGRAPH", Const, 0}, 10157 {"AF_NETLINK", Const, 0}, 10158 {"AF_NETROM", Const, 0}, 10159 {"AF_NS", Const, 0}, 10160 {"AF_OROUTE", Const, 1}, 10161 {"AF_OSI", Const, 0}, 10162 {"AF_PACKET", Const, 0}, 10163 {"AF_PHONET", Const, 0}, 10164 {"AF_PPP", Const, 0}, 10165 {"AF_PPPOX", Const, 0}, 10166 {"AF_PUP", Const, 0}, 10167 {"AF_RDS", Const, 0}, 10168 {"AF_RESERVED_36", Const, 0}, 10169 {"AF_ROSE", Const, 0}, 10170 {"AF_ROUTE", Const, 0}, 10171 {"AF_RXRPC", Const, 0}, 10172 {"AF_SCLUSTER", Const, 0}, 10173 {"AF_SECURITY", Const, 0}, 10174 {"AF_SIP", Const, 0}, 10175 {"AF_SLOW", Const, 0}, 10176 {"AF_SNA", Const, 0}, 10177 {"AF_SYSTEM", Const, 0}, 10178 {"AF_TIPC", Const, 0}, 10179 {"AF_UNIX", Const, 0}, 10180 {"AF_UNSPEC", Const, 0}, 10181 {"AF_UTUN", Const, 16}, 10182 {"AF_VENDOR00", Const, 0}, 10183 {"AF_VENDOR01", Const, 0}, 10184 {"AF_VENDOR02", Const, 0}, 10185 {"AF_VENDOR03", Const, 0}, 10186 {"AF_VENDOR04", Const, 0}, 10187 {"AF_VENDOR05", Const, 0}, 10188 {"AF_VENDOR06", Const, 0}, 10189 {"AF_VENDOR07", Const, 0}, 10190 {"AF_VENDOR08", Const, 0}, 10191 {"AF_VENDOR09", Const, 0}, 10192 {"AF_VENDOR10", Const, 0}, 10193 {"AF_VENDOR11", Const, 0}, 10194 {"AF_VENDOR12", Const, 0}, 10195 {"AF_VENDOR13", Const, 0}, 10196 {"AF_VENDOR14", Const, 0}, 10197 {"AF_VENDOR15", Const, 0}, 10198 {"AF_VENDOR16", Const, 0}, 10199 {"AF_VENDOR17", Const, 0}, 10200 {"AF_VENDOR18", Const, 0}, 10201 {"AF_VENDOR19", Const, 0}, 10202 {"AF_VENDOR20", Const, 0}, 10203 {"AF_VENDOR21", Const, 0}, 10204 {"AF_VENDOR22", Const, 0}, 10205 {"AF_VENDOR23", Const, 0}, 10206 {"AF_VENDOR24", Const, 0}, 10207 {"AF_VENDOR25", Const, 0}, 10208 {"AF_VENDOR26", Const, 0}, 10209 {"AF_VENDOR27", Const, 0}, 10210 {"AF_VENDOR28", Const, 0}, 10211 {"AF_VENDOR29", Const, 0}, 10212 {"AF_VENDOR30", Const, 0}, 10213 {"AF_VENDOR31", Const, 0}, 10214 {"AF_VENDOR32", Const, 0}, 10215 {"AF_VENDOR33", Const, 0}, 10216 {"AF_VENDOR34", Const, 0}, 10217 {"AF_VENDOR35", Const, 0}, 10218 {"AF_VENDOR36", Const, 0}, 10219 {"AF_VENDOR37", Const, 0}, 10220 {"AF_VENDOR38", Const, 0}, 10221 {"AF_VENDOR39", Const, 0}, 10222 {"AF_VENDOR40", Const, 0}, 10223 {"AF_VENDOR41", Const, 0}, 10224 {"AF_VENDOR42", Const, 0}, 10225 {"AF_VENDOR43", Const, 0}, 10226 {"AF_VENDOR44", Const, 0}, 10227 {"AF_VENDOR45", Const, 0}, 10228 {"AF_VENDOR46", Const, 0}, 10229 {"AF_VENDOR47", Const, 0}, 10230 {"AF_WANPIPE", Const, 0}, 10231 {"AF_X25", Const, 0}, 10232 {"AI_CANONNAME", Const, 1}, 10233 {"AI_NUMERICHOST", Const, 1}, 10234 {"AI_PASSIVE", Const, 1}, 10235 {"APPLICATION_ERROR", Const, 0}, 10236 {"ARPHRD_ADAPT", Const, 0}, 10237 {"ARPHRD_APPLETLK", Const, 0}, 10238 {"ARPHRD_ARCNET", Const, 0}, 10239 {"ARPHRD_ASH", Const, 0}, 10240 {"ARPHRD_ATM", Const, 0}, 10241 {"ARPHRD_AX25", Const, 0}, 10242 {"ARPHRD_BIF", Const, 0}, 10243 {"ARPHRD_CHAOS", Const, 0}, 10244 {"ARPHRD_CISCO", Const, 0}, 10245 {"ARPHRD_CSLIP", Const, 0}, 10246 {"ARPHRD_CSLIP6", Const, 0}, 10247 {"ARPHRD_DDCMP", Const, 0}, 10248 {"ARPHRD_DLCI", Const, 0}, 10249 {"ARPHRD_ECONET", Const, 0}, 10250 {"ARPHRD_EETHER", Const, 0}, 10251 {"ARPHRD_ETHER", Const, 0}, 10252 {"ARPHRD_EUI64", Const, 0}, 10253 {"ARPHRD_FCAL", Const, 0}, 10254 {"ARPHRD_FCFABRIC", Const, 0}, 10255 {"ARPHRD_FCPL", Const, 0}, 10256 {"ARPHRD_FCPP", Const, 0}, 10257 {"ARPHRD_FDDI", Const, 0}, 10258 {"ARPHRD_FRAD", Const, 0}, 10259 {"ARPHRD_FRELAY", Const, 1}, 10260 {"ARPHRD_HDLC", Const, 0}, 10261 {"ARPHRD_HIPPI", Const, 0}, 10262 {"ARPHRD_HWX25", Const, 0}, 10263 {"ARPHRD_IEEE1394", Const, 0}, 10264 {"ARPHRD_IEEE802", Const, 0}, 10265 {"ARPHRD_IEEE80211", Const, 0}, 10266 {"ARPHRD_IEEE80211_PRISM", Const, 0}, 10267 {"ARPHRD_IEEE80211_RADIOTAP", Const, 0}, 10268 {"ARPHRD_IEEE802154", Const, 0}, 10269 {"ARPHRD_IEEE802154_PHY", Const, 0}, 10270 {"ARPHRD_IEEE802_TR", Const, 0}, 10271 {"ARPHRD_INFINIBAND", Const, 0}, 10272 {"ARPHRD_IPDDP", Const, 0}, 10273 {"ARPHRD_IPGRE", Const, 0}, 10274 {"ARPHRD_IRDA", Const, 0}, 10275 {"ARPHRD_LAPB", Const, 0}, 10276 {"ARPHRD_LOCALTLK", Const, 0}, 10277 {"ARPHRD_LOOPBACK", Const, 0}, 10278 {"ARPHRD_METRICOM", Const, 0}, 10279 {"ARPHRD_NETROM", Const, 0}, 10280 {"ARPHRD_NONE", Const, 0}, 10281 {"ARPHRD_PIMREG", Const, 0}, 10282 {"ARPHRD_PPP", Const, 0}, 10283 {"ARPHRD_PRONET", Const, 0}, 10284 {"ARPHRD_RAWHDLC", Const, 0}, 10285 {"ARPHRD_ROSE", Const, 0}, 10286 {"ARPHRD_RSRVD", Const, 0}, 10287 {"ARPHRD_SIT", Const, 0}, 10288 {"ARPHRD_SKIP", Const, 0}, 10289 {"ARPHRD_SLIP", Const, 0}, 10290 {"ARPHRD_SLIP6", Const, 0}, 10291 {"ARPHRD_STRIP", Const, 1}, 10292 {"ARPHRD_TUNNEL", Const, 0}, 10293 {"ARPHRD_TUNNEL6", Const, 0}, 10294 {"ARPHRD_VOID", Const, 0}, 10295 {"ARPHRD_X25", Const, 0}, 10296 {"AUTHTYPE_CLIENT", Const, 0}, 10297 {"AUTHTYPE_SERVER", Const, 0}, 10298 {"Accept", Func, 0}, 10299 {"Accept4", Func, 1}, 10300 {"AcceptEx", Func, 0}, 10301 {"Access", Func, 0}, 10302 {"Acct", Func, 0}, 10303 {"AddrinfoW", Type, 1}, 10304 {"AddrinfoW.Addr", Field, 1}, 10305 {"AddrinfoW.Addrlen", Field, 1}, 10306 {"AddrinfoW.Canonname", Field, 1}, 10307 {"AddrinfoW.Family", Field, 1}, 10308 {"AddrinfoW.Flags", Field, 1}, 10309 {"AddrinfoW.Next", Field, 1}, 10310 {"AddrinfoW.Protocol", Field, 1}, 10311 {"AddrinfoW.Socktype", Field, 1}, 10312 {"Adjtime", Func, 0}, 10313 {"Adjtimex", Func, 0}, 10314 {"AllThreadsSyscall", Func, 16}, 10315 {"AllThreadsSyscall6", Func, 16}, 10316 {"AttachLsf", Func, 0}, 10317 {"B0", Const, 0}, 10318 {"B1000000", Const, 0}, 10319 {"B110", Const, 0}, 10320 {"B115200", Const, 0}, 10321 {"B1152000", Const, 0}, 10322 {"B1200", Const, 0}, 10323 {"B134", Const, 0}, 10324 {"B14400", Const, 1}, 10325 {"B150", Const, 0}, 10326 {"B1500000", Const, 0}, 10327 {"B1800", Const, 0}, 10328 {"B19200", Const, 0}, 10329 {"B200", Const, 0}, 10330 {"B2000000", Const, 0}, 10331 {"B230400", Const, 0}, 10332 {"B2400", Const, 0}, 10333 {"B2500000", Const, 0}, 10334 {"B28800", Const, 1}, 10335 {"B300", Const, 0}, 10336 {"B3000000", Const, 0}, 10337 {"B3500000", Const, 0}, 10338 {"B38400", Const, 0}, 10339 {"B4000000", Const, 0}, 10340 {"B460800", Const, 0}, 10341 {"B4800", Const, 0}, 10342 {"B50", Const, 0}, 10343 {"B500000", Const, 0}, 10344 {"B57600", Const, 0}, 10345 {"B576000", Const, 0}, 10346 {"B600", Const, 0}, 10347 {"B7200", Const, 1}, 10348 {"B75", Const, 0}, 10349 {"B76800", Const, 1}, 10350 {"B921600", Const, 0}, 10351 {"B9600", Const, 0}, 10352 {"BASE_PROTOCOL", Const, 2}, 10353 {"BIOCFEEDBACK", Const, 0}, 10354 {"BIOCFLUSH", Const, 0}, 10355 {"BIOCGBLEN", Const, 0}, 10356 {"BIOCGDIRECTION", Const, 0}, 10357 {"BIOCGDIRFILT", Const, 1}, 10358 {"BIOCGDLT", Const, 0}, 10359 {"BIOCGDLTLIST", Const, 0}, 10360 {"BIOCGETBUFMODE", Const, 0}, 10361 {"BIOCGETIF", Const, 0}, 10362 {"BIOCGETZMAX", Const, 0}, 10363 {"BIOCGFEEDBACK", Const, 1}, 10364 {"BIOCGFILDROP", Const, 1}, 10365 {"BIOCGHDRCMPLT", Const, 0}, 10366 {"BIOCGRSIG", Const, 0}, 10367 {"BIOCGRTIMEOUT", Const, 0}, 10368 {"BIOCGSEESENT", Const, 0}, 10369 {"BIOCGSTATS", Const, 0}, 10370 {"BIOCGSTATSOLD", Const, 1}, 10371 {"BIOCGTSTAMP", Const, 1}, 10372 {"BIOCIMMEDIATE", Const, 0}, 10373 {"BIOCLOCK", Const, 0}, 10374 {"BIOCPROMISC", Const, 0}, 10375 {"BIOCROTZBUF", Const, 0}, 10376 {"BIOCSBLEN", Const, 0}, 10377 {"BIOCSDIRECTION", Const, 0}, 10378 {"BIOCSDIRFILT", Const, 1}, 10379 {"BIOCSDLT", Const, 0}, 10380 {"BIOCSETBUFMODE", Const, 0}, 10381 {"BIOCSETF", Const, 0}, 10382 {"BIOCSETFNR", Const, 0}, 10383 {"BIOCSETIF", Const, 0}, 10384 {"BIOCSETWF", Const, 0}, 10385 {"BIOCSETZBUF", Const, 0}, 10386 {"BIOCSFEEDBACK", Const, 1}, 10387 {"BIOCSFILDROP", Const, 1}, 10388 {"BIOCSHDRCMPLT", Const, 0}, 10389 {"BIOCSRSIG", Const, 0}, 10390 {"BIOCSRTIMEOUT", Const, 0}, 10391 {"BIOCSSEESENT", Const, 0}, 10392 {"BIOCSTCPF", Const, 1}, 10393 {"BIOCSTSTAMP", Const, 1}, 10394 {"BIOCSUDPF", Const, 1}, 10395 {"BIOCVERSION", Const, 0}, 10396 {"BPF_A", Const, 0}, 10397 {"BPF_ABS", Const, 0}, 10398 {"BPF_ADD", Const, 0}, 10399 {"BPF_ALIGNMENT", Const, 0}, 10400 {"BPF_ALIGNMENT32", Const, 1}, 10401 {"BPF_ALU", Const, 0}, 10402 {"BPF_AND", Const, 0}, 10403 {"BPF_B", Const, 0}, 10404 {"BPF_BUFMODE_BUFFER", Const, 0}, 10405 {"BPF_BUFMODE_ZBUF", Const, 0}, 10406 {"BPF_DFLTBUFSIZE", Const, 1}, 10407 {"BPF_DIRECTION_IN", Const, 1}, 10408 {"BPF_DIRECTION_OUT", Const, 1}, 10409 {"BPF_DIV", Const, 0}, 10410 {"BPF_H", Const, 0}, 10411 {"BPF_IMM", Const, 0}, 10412 {"BPF_IND", Const, 0}, 10413 {"BPF_JA", Const, 0}, 10414 {"BPF_JEQ", Const, 0}, 10415 {"BPF_JGE", Const, 0}, 10416 {"BPF_JGT", Const, 0}, 10417 {"BPF_JMP", Const, 0}, 10418 {"BPF_JSET", Const, 0}, 10419 {"BPF_K", Const, 0}, 10420 {"BPF_LD", Const, 0}, 10421 {"BPF_LDX", Const, 0}, 10422 {"BPF_LEN", Const, 0}, 10423 {"BPF_LSH", Const, 0}, 10424 {"BPF_MAJOR_VERSION", Const, 0}, 10425 {"BPF_MAXBUFSIZE", Const, 0}, 10426 {"BPF_MAXINSNS", Const, 0}, 10427 {"BPF_MEM", Const, 0}, 10428 {"BPF_MEMWORDS", Const, 0}, 10429 {"BPF_MINBUFSIZE", Const, 0}, 10430 {"BPF_MINOR_VERSION", Const, 0}, 10431 {"BPF_MISC", Const, 0}, 10432 {"BPF_MSH", Const, 0}, 10433 {"BPF_MUL", Const, 0}, 10434 {"BPF_NEG", Const, 0}, 10435 {"BPF_OR", Const, 0}, 10436 {"BPF_RELEASE", Const, 0}, 10437 {"BPF_RET", Const, 0}, 10438 {"BPF_RSH", Const, 0}, 10439 {"BPF_ST", Const, 0}, 10440 {"BPF_STX", Const, 0}, 10441 {"BPF_SUB", Const, 0}, 10442 {"BPF_TAX", Const, 0}, 10443 {"BPF_TXA", Const, 0}, 10444 {"BPF_T_BINTIME", Const, 1}, 10445 {"BPF_T_BINTIME_FAST", Const, 1}, 10446 {"BPF_T_BINTIME_MONOTONIC", Const, 1}, 10447 {"BPF_T_BINTIME_MONOTONIC_FAST", Const, 1}, 10448 {"BPF_T_FAST", Const, 1}, 10449 {"BPF_T_FLAG_MASK", Const, 1}, 10450 {"BPF_T_FORMAT_MASK", Const, 1}, 10451 {"BPF_T_MICROTIME", Const, 1}, 10452 {"BPF_T_MICROTIME_FAST", Const, 1}, 10453 {"BPF_T_MICROTIME_MONOTONIC", Const, 1}, 10454 {"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1}, 10455 {"BPF_T_MONOTONIC", Const, 1}, 10456 {"BPF_T_MONOTONIC_FAST", Const, 1}, 10457 {"BPF_T_NANOTIME", Const, 1}, 10458 {"BPF_T_NANOTIME_FAST", Const, 1}, 10459 {"BPF_T_NANOTIME_MONOTONIC", Const, 1}, 10460 {"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1}, 10461 {"BPF_T_NONE", Const, 1}, 10462 {"BPF_T_NORMAL", Const, 1}, 10463 {"BPF_W", Const, 0}, 10464 {"BPF_X", Const, 0}, 10465 {"BRKINT", Const, 0}, 10466 {"Bind", Func, 0}, 10467 {"BindToDevice", Func, 0}, 10468 {"BpfBuflen", Func, 0}, 10469 {"BpfDatalink", Func, 0}, 10470 {"BpfHdr", Type, 0}, 10471 {"BpfHdr.Caplen", Field, 0}, 10472 {"BpfHdr.Datalen", Field, 0}, 10473 {"BpfHdr.Hdrlen", Field, 0}, 10474 {"BpfHdr.Pad_cgo_0", Field, 0}, 10475 {"BpfHdr.Tstamp", Field, 0}, 10476 {"BpfHeadercmpl", Func, 0}, 10477 {"BpfInsn", Type, 0}, 10478 {"BpfInsn.Code", Field, 0}, 10479 {"BpfInsn.Jf", Field, 0}, 10480 {"BpfInsn.Jt", Field, 0}, 10481 {"BpfInsn.K", Field, 0}, 10482 {"BpfInterface", Func, 0}, 10483 {"BpfJump", Func, 0}, 10484 {"BpfProgram", Type, 0}, 10485 {"BpfProgram.Insns", Field, 0}, 10486 {"BpfProgram.Len", Field, 0}, 10487 {"BpfProgram.Pad_cgo_0", Field, 0}, 10488 {"BpfStat", Type, 0}, 10489 {"BpfStat.Capt", Field, 2}, 10490 {"BpfStat.Drop", Field, 0}, 10491 {"BpfStat.Padding", Field, 2}, 10492 {"BpfStat.Recv", Field, 0}, 10493 {"BpfStats", Func, 0}, 10494 {"BpfStmt", Func, 0}, 10495 {"BpfTimeout", Func, 0}, 10496 {"BpfTimeval", Type, 2}, 10497 {"BpfTimeval.Sec", Field, 2}, 10498 {"BpfTimeval.Usec", Field, 2}, 10499 {"BpfVersion", Type, 0}, 10500 {"BpfVersion.Major", Field, 0}, 10501 {"BpfVersion.Minor", Field, 0}, 10502 {"BpfZbuf", Type, 0}, 10503 {"BpfZbuf.Bufa", Field, 0}, 10504 {"BpfZbuf.Bufb", Field, 0}, 10505 {"BpfZbuf.Buflen", Field, 0}, 10506 {"BpfZbufHeader", Type, 0}, 10507 {"BpfZbufHeader.Kernel_gen", Field, 0}, 10508 {"BpfZbufHeader.Kernel_len", Field, 0}, 10509 {"BpfZbufHeader.User_gen", Field, 0}, 10510 {"BpfZbufHeader.X_bzh_pad", Field, 0}, 10511 {"ByHandleFileInformation", Type, 0}, 10512 {"ByHandleFileInformation.CreationTime", Field, 0}, 10513 {"ByHandleFileInformation.FileAttributes", Field, 0}, 10514 {"ByHandleFileInformation.FileIndexHigh", Field, 0}, 10515 {"ByHandleFileInformation.FileIndexLow", Field, 0}, 10516 {"ByHandleFileInformation.FileSizeHigh", Field, 0}, 10517 {"ByHandleFileInformation.FileSizeLow", Field, 0}, 10518 {"ByHandleFileInformation.LastAccessTime", Field, 0}, 10519 {"ByHandleFileInformation.LastWriteTime", Field, 0}, 10520 {"ByHandleFileInformation.NumberOfLinks", Field, 0}, 10521 {"ByHandleFileInformation.VolumeSerialNumber", Field, 0}, 10522 {"BytePtrFromString", Func, 1}, 10523 {"ByteSliceFromString", Func, 1}, 10524 {"CCR0_FLUSH", Const, 1}, 10525 {"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0}, 10526 {"CERT_CHAIN_POLICY_AUTHENTICODE_TS", Const, 0}, 10527 {"CERT_CHAIN_POLICY_BASE", Const, 0}, 10528 {"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS", Const, 0}, 10529 {"CERT_CHAIN_POLICY_EV", Const, 0}, 10530 {"CERT_CHAIN_POLICY_MICROSOFT_ROOT", Const, 0}, 10531 {"CERT_CHAIN_POLICY_NT_AUTH", Const, 0}, 10532 {"CERT_CHAIN_POLICY_SSL", Const, 0}, 10533 {"CERT_E_CN_NO_MATCH", Const, 0}, 10534 {"CERT_E_EXPIRED", Const, 0}, 10535 {"CERT_E_PURPOSE", Const, 0}, 10536 {"CERT_E_ROLE", Const, 0}, 10537 {"CERT_E_UNTRUSTEDROOT", Const, 0}, 10538 {"CERT_STORE_ADD_ALWAYS", Const, 0}, 10539 {"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG", Const, 0}, 10540 {"CERT_STORE_PROV_MEMORY", Const, 0}, 10541 {"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT", Const, 0}, 10542 {"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT", Const, 0}, 10543 {"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT", Const, 0}, 10544 {"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT", Const, 0}, 10545 {"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT", Const, 0}, 10546 {"CERT_TRUST_INVALID_BASIC_CONSTRAINTS", Const, 0}, 10547 {"CERT_TRUST_INVALID_EXTENSION", Const, 0}, 10548 {"CERT_TRUST_INVALID_NAME_CONSTRAINTS", Const, 0}, 10549 {"CERT_TRUST_INVALID_POLICY_CONSTRAINTS", Const, 0}, 10550 {"CERT_TRUST_IS_CYCLIC", Const, 0}, 10551 {"CERT_TRUST_IS_EXPLICIT_DISTRUST", Const, 0}, 10552 {"CERT_TRUST_IS_NOT_SIGNATURE_VALID", Const, 0}, 10553 {"CERT_TRUST_IS_NOT_TIME_VALID", Const, 0}, 10554 {"CERT_TRUST_IS_NOT_VALID_FOR_USAGE", Const, 0}, 10555 {"CERT_TRUST_IS_OFFLINE_REVOCATION", Const, 0}, 10556 {"CERT_TRUST_IS_REVOKED", Const, 0}, 10557 {"CERT_TRUST_IS_UNTRUSTED_ROOT", Const, 0}, 10558 {"CERT_TRUST_NO_ERROR", Const, 0}, 10559 {"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY", Const, 0}, 10560 {"CERT_TRUST_REVOCATION_STATUS_UNKNOWN", Const, 0}, 10561 {"CFLUSH", Const, 1}, 10562 {"CLOCAL", Const, 0}, 10563 {"CLONE_CHILD_CLEARTID", Const, 2}, 10564 {"CLONE_CHILD_SETTID", Const, 2}, 10565 {"CLONE_CLEAR_SIGHAND", Const, 20}, 10566 {"CLONE_CSIGNAL", Const, 3}, 10567 {"CLONE_DETACHED", Const, 2}, 10568 {"CLONE_FILES", Const, 2}, 10569 {"CLONE_FS", Const, 2}, 10570 {"CLONE_INTO_CGROUP", Const, 20}, 10571 {"CLONE_IO", Const, 2}, 10572 {"CLONE_NEWCGROUP", Const, 20}, 10573 {"CLONE_NEWIPC", Const, 2}, 10574 {"CLONE_NEWNET", Const, 2}, 10575 {"CLONE_NEWNS", Const, 2}, 10576 {"CLONE_NEWPID", Const, 2}, 10577 {"CLONE_NEWTIME", Const, 20}, 10578 {"CLONE_NEWUSER", Const, 2}, 10579 {"CLONE_NEWUTS", Const, 2}, 10580 {"CLONE_PARENT", Const, 2}, 10581 {"CLONE_PARENT_SETTID", Const, 2}, 10582 {"CLONE_PID", Const, 3}, 10583 {"CLONE_PIDFD", Const, 20}, 10584 {"CLONE_PTRACE", Const, 2}, 10585 {"CLONE_SETTLS", Const, 2}, 10586 {"CLONE_SIGHAND", Const, 2}, 10587 {"CLONE_SYSVSEM", Const, 2}, 10588 {"CLONE_THREAD", Const, 2}, 10589 {"CLONE_UNTRACED", Const, 2}, 10590 {"CLONE_VFORK", Const, 2}, 10591 {"CLONE_VM", Const, 2}, 10592 {"CPUID_CFLUSH", Const, 1}, 10593 {"CREAD", Const, 0}, 10594 {"CREATE_ALWAYS", Const, 0}, 10595 {"CREATE_NEW", Const, 0}, 10596 {"CREATE_NEW_PROCESS_GROUP", Const, 1}, 10597 {"CREATE_UNICODE_ENVIRONMENT", Const, 0}, 10598 {"CRYPT_DEFAULT_CONTAINER_OPTIONAL", Const, 0}, 10599 {"CRYPT_DELETEKEYSET", Const, 0}, 10600 {"CRYPT_MACHINE_KEYSET", Const, 0}, 10601 {"CRYPT_NEWKEYSET", Const, 0}, 10602 {"CRYPT_SILENT", Const, 0}, 10603 {"CRYPT_VERIFYCONTEXT", Const, 0}, 10604 {"CS5", Const, 0}, 10605 {"CS6", Const, 0}, 10606 {"CS7", Const, 0}, 10607 {"CS8", Const, 0}, 10608 {"CSIZE", Const, 0}, 10609 {"CSTART", Const, 1}, 10610 {"CSTATUS", Const, 1}, 10611 {"CSTOP", Const, 1}, 10612 {"CSTOPB", Const, 0}, 10613 {"CSUSP", Const, 1}, 10614 {"CTL_MAXNAME", Const, 0}, 10615 {"CTL_NET", Const, 0}, 10616 {"CTL_QUERY", Const, 1}, 10617 {"CTRL_BREAK_EVENT", Const, 1}, 10618 {"CTRL_CLOSE_EVENT", Const, 14}, 10619 {"CTRL_C_EVENT", Const, 1}, 10620 {"CTRL_LOGOFF_EVENT", Const, 14}, 10621 {"CTRL_SHUTDOWN_EVENT", Const, 14}, 10622 {"CancelIo", Func, 0}, 10623 {"CancelIoEx", Func, 1}, 10624 {"CertAddCertificateContextToStore", Func, 0}, 10625 {"CertChainContext", Type, 0}, 10626 {"CertChainContext.ChainCount", Field, 0}, 10627 {"CertChainContext.Chains", Field, 0}, 10628 {"CertChainContext.HasRevocationFreshnessTime", Field, 0}, 10629 {"CertChainContext.LowerQualityChainCount", Field, 0}, 10630 {"CertChainContext.LowerQualityChains", Field, 0}, 10631 {"CertChainContext.RevocationFreshnessTime", Field, 0}, 10632 {"CertChainContext.Size", Field, 0}, 10633 {"CertChainContext.TrustStatus", Field, 0}, 10634 {"CertChainElement", Type, 0}, 10635 {"CertChainElement.ApplicationUsage", Field, 0}, 10636 {"CertChainElement.CertContext", Field, 0}, 10637 {"CertChainElement.ExtendedErrorInfo", Field, 0}, 10638 {"CertChainElement.IssuanceUsage", Field, 0}, 10639 {"CertChainElement.RevocationInfo", Field, 0}, 10640 {"CertChainElement.Size", Field, 0}, 10641 {"CertChainElement.TrustStatus", Field, 0}, 10642 {"CertChainPara", Type, 0}, 10643 {"CertChainPara.CacheResync", Field, 0}, 10644 {"CertChainPara.CheckRevocationFreshnessTime", Field, 0}, 10645 {"CertChainPara.RequestedUsage", Field, 0}, 10646 {"CertChainPara.RequstedIssuancePolicy", Field, 0}, 10647 {"CertChainPara.RevocationFreshnessTime", Field, 0}, 10648 {"CertChainPara.Size", Field, 0}, 10649 {"CertChainPara.URLRetrievalTimeout", Field, 0}, 10650 {"CertChainPolicyPara", Type, 0}, 10651 {"CertChainPolicyPara.ExtraPolicyPara", Field, 0}, 10652 {"CertChainPolicyPara.Flags", Field, 0}, 10653 {"CertChainPolicyPara.Size", Field, 0}, 10654 {"CertChainPolicyStatus", Type, 0}, 10655 {"CertChainPolicyStatus.ChainIndex", Field, 0}, 10656 {"CertChainPolicyStatus.ElementIndex", Field, 0}, 10657 {"CertChainPolicyStatus.Error", Field, 0}, 10658 {"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0}, 10659 {"CertChainPolicyStatus.Size", Field, 0}, 10660 {"CertCloseStore", Func, 0}, 10661 {"CertContext", Type, 0}, 10662 {"CertContext.CertInfo", Field, 0}, 10663 {"CertContext.EncodedCert", Field, 0}, 10664 {"CertContext.EncodingType", Field, 0}, 10665 {"CertContext.Length", Field, 0}, 10666 {"CertContext.Store", Field, 0}, 10667 {"CertCreateCertificateContext", Func, 0}, 10668 {"CertEnhKeyUsage", Type, 0}, 10669 {"CertEnhKeyUsage.Length", Field, 0}, 10670 {"CertEnhKeyUsage.UsageIdentifiers", Field, 0}, 10671 {"CertEnumCertificatesInStore", Func, 0}, 10672 {"CertFreeCertificateChain", Func, 0}, 10673 {"CertFreeCertificateContext", Func, 0}, 10674 {"CertGetCertificateChain", Func, 0}, 10675 {"CertInfo", Type, 11}, 10676 {"CertOpenStore", Func, 0}, 10677 {"CertOpenSystemStore", Func, 0}, 10678 {"CertRevocationCrlInfo", Type, 11}, 10679 {"CertRevocationInfo", Type, 0}, 10680 {"CertRevocationInfo.CrlInfo", Field, 0}, 10681 {"CertRevocationInfo.FreshnessTime", Field, 0}, 10682 {"CertRevocationInfo.HasFreshnessTime", Field, 0}, 10683 {"CertRevocationInfo.OidSpecificInfo", Field, 0}, 10684 {"CertRevocationInfo.RevocationOid", Field, 0}, 10685 {"CertRevocationInfo.RevocationResult", Field, 0}, 10686 {"CertRevocationInfo.Size", Field, 0}, 10687 {"CertSimpleChain", Type, 0}, 10688 {"CertSimpleChain.Elements", Field, 0}, 10689 {"CertSimpleChain.HasRevocationFreshnessTime", Field, 0}, 10690 {"CertSimpleChain.NumElements", Field, 0}, 10691 {"CertSimpleChain.RevocationFreshnessTime", Field, 0}, 10692 {"CertSimpleChain.Size", Field, 0}, 10693 {"CertSimpleChain.TrustListInfo", Field, 0}, 10694 {"CertSimpleChain.TrustStatus", Field, 0}, 10695 {"CertTrustListInfo", Type, 11}, 10696 {"CertTrustStatus", Type, 0}, 10697 {"CertTrustStatus.ErrorStatus", Field, 0}, 10698 {"CertTrustStatus.InfoStatus", Field, 0}, 10699 {"CertUsageMatch", Type, 0}, 10700 {"CertUsageMatch.Type", Field, 0}, 10701 {"CertUsageMatch.Usage", Field, 0}, 10702 {"CertVerifyCertificateChainPolicy", Func, 0}, 10703 {"Chdir", Func, 0}, 10704 {"CheckBpfVersion", Func, 0}, 10705 {"Chflags", Func, 0}, 10706 {"Chmod", Func, 0}, 10707 {"Chown", Func, 0}, 10708 {"Chroot", Func, 0}, 10709 {"Clearenv", Func, 0}, 10710 {"Close", Func, 0}, 10711 {"CloseHandle", Func, 0}, 10712 {"CloseOnExec", Func, 0}, 10713 {"Closesocket", Func, 0}, 10714 {"CmsgLen", Func, 0}, 10715 {"CmsgSpace", Func, 0}, 10716 {"Cmsghdr", Type, 0}, 10717 {"Cmsghdr.Len", Field, 0}, 10718 {"Cmsghdr.Level", Field, 0}, 10719 {"Cmsghdr.Type", Field, 0}, 10720 {"Cmsghdr.X__cmsg_data", Field, 0}, 10721 {"CommandLineToArgv", Func, 0}, 10722 {"ComputerName", Func, 0}, 10723 {"Conn", Type, 9}, 10724 {"Connect", Func, 0}, 10725 {"ConnectEx", Func, 1}, 10726 {"ConvertSidToStringSid", Func, 0}, 10727 {"ConvertStringSidToSid", Func, 0}, 10728 {"CopySid", Func, 0}, 10729 {"Creat", Func, 0}, 10730 {"CreateDirectory", Func, 0}, 10731 {"CreateFile", Func, 0}, 10732 {"CreateFileMapping", Func, 0}, 10733 {"CreateHardLink", Func, 4}, 10734 {"CreateIoCompletionPort", Func, 0}, 10735 {"CreatePipe", Func, 0}, 10736 {"CreateProcess", Func, 0}, 10737 {"CreateProcessAsUser", Func, 10}, 10738 {"CreateSymbolicLink", Func, 4}, 10739 {"CreateToolhelp32Snapshot", Func, 4}, 10740 {"Credential", Type, 0}, 10741 {"Credential.Gid", Field, 0}, 10742 {"Credential.Groups", Field, 0}, 10743 {"Credential.NoSetGroups", Field, 9}, 10744 {"Credential.Uid", Field, 0}, 10745 {"CryptAcquireContext", Func, 0}, 10746 {"CryptGenRandom", Func, 0}, 10747 {"CryptReleaseContext", Func, 0}, 10748 {"DIOCBSFLUSH", Const, 1}, 10749 {"DIOCOSFPFLUSH", Const, 1}, 10750 {"DLL", Type, 0}, 10751 {"DLL.Handle", Field, 0}, 10752 {"DLL.Name", Field, 0}, 10753 {"DLLError", Type, 0}, 10754 {"DLLError.Err", Field, 0}, 10755 {"DLLError.Msg", Field, 0}, 10756 {"DLLError.ObjName", Field, 0}, 10757 {"DLT_A429", Const, 0}, 10758 {"DLT_A653_ICM", Const, 0}, 10759 {"DLT_AIRONET_HEADER", Const, 0}, 10760 {"DLT_AOS", Const, 1}, 10761 {"DLT_APPLE_IP_OVER_IEEE1394", Const, 0}, 10762 {"DLT_ARCNET", Const, 0}, 10763 {"DLT_ARCNET_LINUX", Const, 0}, 10764 {"DLT_ATM_CLIP", Const, 0}, 10765 {"DLT_ATM_RFC1483", Const, 0}, 10766 {"DLT_AURORA", Const, 0}, 10767 {"DLT_AX25", Const, 0}, 10768 {"DLT_AX25_KISS", Const, 0}, 10769 {"DLT_BACNET_MS_TP", Const, 0}, 10770 {"DLT_BLUETOOTH_HCI_H4", Const, 0}, 10771 {"DLT_BLUETOOTH_HCI_H4_WITH_PHDR", Const, 0}, 10772 {"DLT_CAN20B", Const, 0}, 10773 {"DLT_CAN_SOCKETCAN", Const, 1}, 10774 {"DLT_CHAOS", Const, 0}, 10775 {"DLT_CHDLC", Const, 0}, 10776 {"DLT_CISCO_IOS", Const, 0}, 10777 {"DLT_C_HDLC", Const, 0}, 10778 {"DLT_C_HDLC_WITH_DIR", Const, 0}, 10779 {"DLT_DBUS", Const, 1}, 10780 {"DLT_DECT", Const, 1}, 10781 {"DLT_DOCSIS", Const, 0}, 10782 {"DLT_DVB_CI", Const, 1}, 10783 {"DLT_ECONET", Const, 0}, 10784 {"DLT_EN10MB", Const, 0}, 10785 {"DLT_EN3MB", Const, 0}, 10786 {"DLT_ENC", Const, 0}, 10787 {"DLT_ERF", Const, 0}, 10788 {"DLT_ERF_ETH", Const, 0}, 10789 {"DLT_ERF_POS", Const, 0}, 10790 {"DLT_FC_2", Const, 1}, 10791 {"DLT_FC_2_WITH_FRAME_DELIMS", Const, 1}, 10792 {"DLT_FDDI", Const, 0}, 10793 {"DLT_FLEXRAY", Const, 0}, 10794 {"DLT_FRELAY", Const, 0}, 10795 {"DLT_FRELAY_WITH_DIR", Const, 0}, 10796 {"DLT_GCOM_SERIAL", Const, 0}, 10797 {"DLT_GCOM_T1E1", Const, 0}, 10798 {"DLT_GPF_F", Const, 0}, 10799 {"DLT_GPF_T", Const, 0}, 10800 {"DLT_GPRS_LLC", Const, 0}, 10801 {"DLT_GSMTAP_ABIS", Const, 1}, 10802 {"DLT_GSMTAP_UM", Const, 1}, 10803 {"DLT_HDLC", Const, 1}, 10804 {"DLT_HHDLC", Const, 0}, 10805 {"DLT_HIPPI", Const, 1}, 10806 {"DLT_IBM_SN", Const, 0}, 10807 {"DLT_IBM_SP", Const, 0}, 10808 {"DLT_IEEE802", Const, 0}, 10809 {"DLT_IEEE802_11", Const, 0}, 10810 {"DLT_IEEE802_11_RADIO", Const, 0}, 10811 {"DLT_IEEE802_11_RADIO_AVS", Const, 0}, 10812 {"DLT_IEEE802_15_4", Const, 0}, 10813 {"DLT_IEEE802_15_4_LINUX", Const, 0}, 10814 {"DLT_IEEE802_15_4_NOFCS", Const, 1}, 10815 {"DLT_IEEE802_15_4_NONASK_PHY", Const, 0}, 10816 {"DLT_IEEE802_16_MAC_CPS", Const, 0}, 10817 {"DLT_IEEE802_16_MAC_CPS_RADIO", Const, 0}, 10818 {"DLT_IPFILTER", Const, 0}, 10819 {"DLT_IPMB", Const, 0}, 10820 {"DLT_IPMB_LINUX", Const, 0}, 10821 {"DLT_IPNET", Const, 1}, 10822 {"DLT_IPOIB", Const, 1}, 10823 {"DLT_IPV4", Const, 1}, 10824 {"DLT_IPV6", Const, 1}, 10825 {"DLT_IP_OVER_FC", Const, 0}, 10826 {"DLT_JUNIPER_ATM1", Const, 0}, 10827 {"DLT_JUNIPER_ATM2", Const, 0}, 10828 {"DLT_JUNIPER_ATM_CEMIC", Const, 1}, 10829 {"DLT_JUNIPER_CHDLC", Const, 0}, 10830 {"DLT_JUNIPER_ES", Const, 0}, 10831 {"DLT_JUNIPER_ETHER", Const, 0}, 10832 {"DLT_JUNIPER_FIBRECHANNEL", Const, 1}, 10833 {"DLT_JUNIPER_FRELAY", Const, 0}, 10834 {"DLT_JUNIPER_GGSN", Const, 0}, 10835 {"DLT_JUNIPER_ISM", Const, 0}, 10836 {"DLT_JUNIPER_MFR", Const, 0}, 10837 {"DLT_JUNIPER_MLFR", Const, 0}, 10838 {"DLT_JUNIPER_MLPPP", Const, 0}, 10839 {"DLT_JUNIPER_MONITOR", Const, 0}, 10840 {"DLT_JUNIPER_PIC_PEER", Const, 0}, 10841 {"DLT_JUNIPER_PPP", Const, 0}, 10842 {"DLT_JUNIPER_PPPOE", Const, 0}, 10843 {"DLT_JUNIPER_PPPOE_ATM", Const, 0}, 10844 {"DLT_JUNIPER_SERVICES", Const, 0}, 10845 {"DLT_JUNIPER_SRX_E2E", Const, 1}, 10846 {"DLT_JUNIPER_ST", Const, 0}, 10847 {"DLT_JUNIPER_VP", Const, 0}, 10848 {"DLT_JUNIPER_VS", Const, 1}, 10849 {"DLT_LAPB_WITH_DIR", Const, 0}, 10850 {"DLT_LAPD", Const, 0}, 10851 {"DLT_LIN", Const, 0}, 10852 {"DLT_LINUX_EVDEV", Const, 1}, 10853 {"DLT_LINUX_IRDA", Const, 0}, 10854 {"DLT_LINUX_LAPD", Const, 0}, 10855 {"DLT_LINUX_PPP_WITHDIRECTION", Const, 0}, 10856 {"DLT_LINUX_SLL", Const, 0}, 10857 {"DLT_LOOP", Const, 0}, 10858 {"DLT_LTALK", Const, 0}, 10859 {"DLT_MATCHING_MAX", Const, 1}, 10860 {"DLT_MATCHING_MIN", Const, 1}, 10861 {"DLT_MFR", Const, 0}, 10862 {"DLT_MOST", Const, 0}, 10863 {"DLT_MPEG_2_TS", Const, 1}, 10864 {"DLT_MPLS", Const, 1}, 10865 {"DLT_MTP2", Const, 0}, 10866 {"DLT_MTP2_WITH_PHDR", Const, 0}, 10867 {"DLT_MTP3", Const, 0}, 10868 {"DLT_MUX27010", Const, 1}, 10869 {"DLT_NETANALYZER", Const, 1}, 10870 {"DLT_NETANALYZER_TRANSPARENT", Const, 1}, 10871 {"DLT_NFC_LLCP", Const, 1}, 10872 {"DLT_NFLOG", Const, 1}, 10873 {"DLT_NG40", Const, 1}, 10874 {"DLT_NULL", Const, 0}, 10875 {"DLT_PCI_EXP", Const, 0}, 10876 {"DLT_PFLOG", Const, 0}, 10877 {"DLT_PFSYNC", Const, 0}, 10878 {"DLT_PPI", Const, 0}, 10879 {"DLT_PPP", Const, 0}, 10880 {"DLT_PPP_BSDOS", Const, 0}, 10881 {"DLT_PPP_ETHER", Const, 0}, 10882 {"DLT_PPP_PPPD", Const, 0}, 10883 {"DLT_PPP_SERIAL", Const, 0}, 10884 {"DLT_PPP_WITH_DIR", Const, 0}, 10885 {"DLT_PPP_WITH_DIRECTION", Const, 0}, 10886 {"DLT_PRISM_HEADER", Const, 0}, 10887 {"DLT_PRONET", Const, 0}, 10888 {"DLT_RAIF1", Const, 0}, 10889 {"DLT_RAW", Const, 0}, 10890 {"DLT_RAWAF_MASK", Const, 1}, 10891 {"DLT_RIO", Const, 0}, 10892 {"DLT_SCCP", Const, 0}, 10893 {"DLT_SITA", Const, 0}, 10894 {"DLT_SLIP", Const, 0}, 10895 {"DLT_SLIP_BSDOS", Const, 0}, 10896 {"DLT_STANAG_5066_D_PDU", Const, 1}, 10897 {"DLT_SUNATM", Const, 0}, 10898 {"DLT_SYMANTEC_FIREWALL", Const, 0}, 10899 {"DLT_TZSP", Const, 0}, 10900 {"DLT_USB", Const, 0}, 10901 {"DLT_USB_LINUX", Const, 0}, 10902 {"DLT_USB_LINUX_MMAPPED", Const, 1}, 10903 {"DLT_USER0", Const, 0}, 10904 {"DLT_USER1", Const, 0}, 10905 {"DLT_USER10", Const, 0}, 10906 {"DLT_USER11", Const, 0}, 10907 {"DLT_USER12", Const, 0}, 10908 {"DLT_USER13", Const, 0}, 10909 {"DLT_USER14", Const, 0}, 10910 {"DLT_USER15", Const, 0}, 10911 {"DLT_USER2", Const, 0}, 10912 {"DLT_USER3", Const, 0}, 10913 {"DLT_USER4", Const, 0}, 10914 {"DLT_USER5", Const, 0}, 10915 {"DLT_USER6", Const, 0}, 10916 {"DLT_USER7", Const, 0}, 10917 {"DLT_USER8", Const, 0}, 10918 {"DLT_USER9", Const, 0}, 10919 {"DLT_WIHART", Const, 1}, 10920 {"DLT_X2E_SERIAL", Const, 0}, 10921 {"DLT_X2E_XORAYA", Const, 0}, 10922 {"DNSMXData", Type, 0}, 10923 {"DNSMXData.NameExchange", Field, 0}, 10924 {"DNSMXData.Pad", Field, 0}, 10925 {"DNSMXData.Preference", Field, 0}, 10926 {"DNSPTRData", Type, 0}, 10927 {"DNSPTRData.Host", Field, 0}, 10928 {"DNSRecord", Type, 0}, 10929 {"DNSRecord.Data", Field, 0}, 10930 {"DNSRecord.Dw", Field, 0}, 10931 {"DNSRecord.Length", Field, 0}, 10932 {"DNSRecord.Name", Field, 0}, 10933 {"DNSRecord.Next", Field, 0}, 10934 {"DNSRecord.Reserved", Field, 0}, 10935 {"DNSRecord.Ttl", Field, 0}, 10936 {"DNSRecord.Type", Field, 0}, 10937 {"DNSSRVData", Type, 0}, 10938 {"DNSSRVData.Pad", Field, 0}, 10939 {"DNSSRVData.Port", Field, 0}, 10940 {"DNSSRVData.Priority", Field, 0}, 10941 {"DNSSRVData.Target", Field, 0}, 10942 {"DNSSRVData.Weight", Field, 0}, 10943 {"DNSTXTData", Type, 0}, 10944 {"DNSTXTData.StringArray", Field, 0}, 10945 {"DNSTXTData.StringCount", Field, 0}, 10946 {"DNS_INFO_NO_RECORDS", Const, 4}, 10947 {"DNS_TYPE_A", Const, 0}, 10948 {"DNS_TYPE_A6", Const, 0}, 10949 {"DNS_TYPE_AAAA", Const, 0}, 10950 {"DNS_TYPE_ADDRS", Const, 0}, 10951 {"DNS_TYPE_AFSDB", Const, 0}, 10952 {"DNS_TYPE_ALL", Const, 0}, 10953 {"DNS_TYPE_ANY", Const, 0}, 10954 {"DNS_TYPE_ATMA", Const, 0}, 10955 {"DNS_TYPE_AXFR", Const, 0}, 10956 {"DNS_TYPE_CERT", Const, 0}, 10957 {"DNS_TYPE_CNAME", Const, 0}, 10958 {"DNS_TYPE_DHCID", Const, 0}, 10959 {"DNS_TYPE_DNAME", Const, 0}, 10960 {"DNS_TYPE_DNSKEY", Const, 0}, 10961 {"DNS_TYPE_DS", Const, 0}, 10962 {"DNS_TYPE_EID", Const, 0}, 10963 {"DNS_TYPE_GID", Const, 0}, 10964 {"DNS_TYPE_GPOS", Const, 0}, 10965 {"DNS_TYPE_HINFO", Const, 0}, 10966 {"DNS_TYPE_ISDN", Const, 0}, 10967 {"DNS_TYPE_IXFR", Const, 0}, 10968 {"DNS_TYPE_KEY", Const, 0}, 10969 {"DNS_TYPE_KX", Const, 0}, 10970 {"DNS_TYPE_LOC", Const, 0}, 10971 {"DNS_TYPE_MAILA", Const, 0}, 10972 {"DNS_TYPE_MAILB", Const, 0}, 10973 {"DNS_TYPE_MB", Const, 0}, 10974 {"DNS_TYPE_MD", Const, 0}, 10975 {"DNS_TYPE_MF", Const, 0}, 10976 {"DNS_TYPE_MG", Const, 0}, 10977 {"DNS_TYPE_MINFO", Const, 0}, 10978 {"DNS_TYPE_MR", Const, 0}, 10979 {"DNS_TYPE_MX", Const, 0}, 10980 {"DNS_TYPE_NAPTR", Const, 0}, 10981 {"DNS_TYPE_NBSTAT", Const, 0}, 10982 {"DNS_TYPE_NIMLOC", Const, 0}, 10983 {"DNS_TYPE_NS", Const, 0}, 10984 {"DNS_TYPE_NSAP", Const, 0}, 10985 {"DNS_TYPE_NSAPPTR", Const, 0}, 10986 {"DNS_TYPE_NSEC", Const, 0}, 10987 {"DNS_TYPE_NULL", Const, 0}, 10988 {"DNS_TYPE_NXT", Const, 0}, 10989 {"DNS_TYPE_OPT", Const, 0}, 10990 {"DNS_TYPE_PTR", Const, 0}, 10991 {"DNS_TYPE_PX", Const, 0}, 10992 {"DNS_TYPE_RP", Const, 0}, 10993 {"DNS_TYPE_RRSIG", Const, 0}, 10994 {"DNS_TYPE_RT", Const, 0}, 10995 {"DNS_TYPE_SIG", Const, 0}, 10996 {"DNS_TYPE_SINK", Const, 0}, 10997 {"DNS_TYPE_SOA", Const, 0}, 10998 {"DNS_TYPE_SRV", Const, 0}, 10999 {"DNS_TYPE_TEXT", Const, 0}, 11000 {"DNS_TYPE_TKEY", Const, 0}, 11001 {"DNS_TYPE_TSIG", Const, 0}, 11002 {"DNS_TYPE_UID", Const, 0}, 11003 {"DNS_TYPE_UINFO", Const, 0}, 11004 {"DNS_TYPE_UNSPEC", Const, 0}, 11005 {"DNS_TYPE_WINS", Const, 0}, 11006 {"DNS_TYPE_WINSR", Const, 0}, 11007 {"DNS_TYPE_WKS", Const, 0}, 11008 {"DNS_TYPE_X25", Const, 0}, 11009 {"DT_BLK", Const, 0}, 11010 {"DT_CHR", Const, 0}, 11011 {"DT_DIR", Const, 0}, 11012 {"DT_FIFO", Const, 0}, 11013 {"DT_LNK", Const, 0}, 11014 {"DT_REG", Const, 0}, 11015 {"DT_SOCK", Const, 0}, 11016 {"DT_UNKNOWN", Const, 0}, 11017 {"DT_WHT", Const, 0}, 11018 {"DUPLICATE_CLOSE_SOURCE", Const, 0}, 11019 {"DUPLICATE_SAME_ACCESS", Const, 0}, 11020 {"DeleteFile", Func, 0}, 11021 {"DetachLsf", Func, 0}, 11022 {"DeviceIoControl", Func, 4}, 11023 {"Dirent", Type, 0}, 11024 {"Dirent.Fileno", Field, 0}, 11025 {"Dirent.Ino", Field, 0}, 11026 {"Dirent.Name", Field, 0}, 11027 {"Dirent.Namlen", Field, 0}, 11028 {"Dirent.Off", Field, 0}, 11029 {"Dirent.Pad0", Field, 12}, 11030 {"Dirent.Pad1", Field, 12}, 11031 {"Dirent.Pad_cgo_0", Field, 0}, 11032 {"Dirent.Reclen", Field, 0}, 11033 {"Dirent.Seekoff", Field, 0}, 11034 {"Dirent.Type", Field, 0}, 11035 {"Dirent.X__d_padding", Field, 3}, 11036 {"DnsNameCompare", Func, 4}, 11037 {"DnsQuery", Func, 0}, 11038 {"DnsRecordListFree", Func, 0}, 11039 {"DnsSectionAdditional", Const, 4}, 11040 {"DnsSectionAnswer", Const, 4}, 11041 {"DnsSectionAuthority", Const, 4}, 11042 {"DnsSectionQuestion", Const, 4}, 11043 {"Dup", Func, 0}, 11044 {"Dup2", Func, 0}, 11045 {"Dup3", Func, 2}, 11046 {"DuplicateHandle", Func, 0}, 11047 {"E2BIG", Const, 0}, 11048 {"EACCES", Const, 0}, 11049 {"EADDRINUSE", Const, 0}, 11050 {"EADDRNOTAVAIL", Const, 0}, 11051 {"EADV", Const, 0}, 11052 {"EAFNOSUPPORT", Const, 0}, 11053 {"EAGAIN", Const, 0}, 11054 {"EALREADY", Const, 0}, 11055 {"EAUTH", Const, 0}, 11056 {"EBADARCH", Const, 0}, 11057 {"EBADE", Const, 0}, 11058 {"EBADEXEC", Const, 0}, 11059 {"EBADF", Const, 0}, 11060 {"EBADFD", Const, 0}, 11061 {"EBADMACHO", Const, 0}, 11062 {"EBADMSG", Const, 0}, 11063 {"EBADR", Const, 0}, 11064 {"EBADRPC", Const, 0}, 11065 {"EBADRQC", Const, 0}, 11066 {"EBADSLT", Const, 0}, 11067 {"EBFONT", Const, 0}, 11068 {"EBUSY", Const, 0}, 11069 {"ECANCELED", Const, 0}, 11070 {"ECAPMODE", Const, 1}, 11071 {"ECHILD", Const, 0}, 11072 {"ECHO", Const, 0}, 11073 {"ECHOCTL", Const, 0}, 11074 {"ECHOE", Const, 0}, 11075 {"ECHOK", Const, 0}, 11076 {"ECHOKE", Const, 0}, 11077 {"ECHONL", Const, 0}, 11078 {"ECHOPRT", Const, 0}, 11079 {"ECHRNG", Const, 0}, 11080 {"ECOMM", Const, 0}, 11081 {"ECONNABORTED", Const, 0}, 11082 {"ECONNREFUSED", Const, 0}, 11083 {"ECONNRESET", Const, 0}, 11084 {"EDEADLK", Const, 0}, 11085 {"EDEADLOCK", Const, 0}, 11086 {"EDESTADDRREQ", Const, 0}, 11087 {"EDEVERR", Const, 0}, 11088 {"EDOM", Const, 0}, 11089 {"EDOOFUS", Const, 0}, 11090 {"EDOTDOT", Const, 0}, 11091 {"EDQUOT", Const, 0}, 11092 {"EEXIST", Const, 0}, 11093 {"EFAULT", Const, 0}, 11094 {"EFBIG", Const, 0}, 11095 {"EFER_LMA", Const, 1}, 11096 {"EFER_LME", Const, 1}, 11097 {"EFER_NXE", Const, 1}, 11098 {"EFER_SCE", Const, 1}, 11099 {"EFTYPE", Const, 0}, 11100 {"EHOSTDOWN", Const, 0}, 11101 {"EHOSTUNREACH", Const, 0}, 11102 {"EHWPOISON", Const, 0}, 11103 {"EIDRM", Const, 0}, 11104 {"EILSEQ", Const, 0}, 11105 {"EINPROGRESS", Const, 0}, 11106 {"EINTR", Const, 0}, 11107 {"EINVAL", Const, 0}, 11108 {"EIO", Const, 0}, 11109 {"EIPSEC", Const, 1}, 11110 {"EISCONN", Const, 0}, 11111 {"EISDIR", Const, 0}, 11112 {"EISNAM", Const, 0}, 11113 {"EKEYEXPIRED", Const, 0}, 11114 {"EKEYREJECTED", Const, 0}, 11115 {"EKEYREVOKED", Const, 0}, 11116 {"EL2HLT", Const, 0}, 11117 {"EL2NSYNC", Const, 0}, 11118 {"EL3HLT", Const, 0}, 11119 {"EL3RST", Const, 0}, 11120 {"ELAST", Const, 0}, 11121 {"ELF_NGREG", Const, 0}, 11122 {"ELF_PRARGSZ", Const, 0}, 11123 {"ELIBACC", Const, 0}, 11124 {"ELIBBAD", Const, 0}, 11125 {"ELIBEXEC", Const, 0}, 11126 {"ELIBMAX", Const, 0}, 11127 {"ELIBSCN", Const, 0}, 11128 {"ELNRNG", Const, 0}, 11129 {"ELOOP", Const, 0}, 11130 {"EMEDIUMTYPE", Const, 0}, 11131 {"EMFILE", Const, 0}, 11132 {"EMLINK", Const, 0}, 11133 {"EMSGSIZE", Const, 0}, 11134 {"EMT_TAGOVF", Const, 1}, 11135 {"EMULTIHOP", Const, 0}, 11136 {"EMUL_ENABLED", Const, 1}, 11137 {"EMUL_LINUX", Const, 1}, 11138 {"EMUL_LINUX32", Const, 1}, 11139 {"EMUL_MAXID", Const, 1}, 11140 {"EMUL_NATIVE", Const, 1}, 11141 {"ENAMETOOLONG", Const, 0}, 11142 {"ENAVAIL", Const, 0}, 11143 {"ENDRUNDISC", Const, 1}, 11144 {"ENEEDAUTH", Const, 0}, 11145 {"ENETDOWN", Const, 0}, 11146 {"ENETRESET", Const, 0}, 11147 {"ENETUNREACH", Const, 0}, 11148 {"ENFILE", Const, 0}, 11149 {"ENOANO", Const, 0}, 11150 {"ENOATTR", Const, 0}, 11151 {"ENOBUFS", Const, 0}, 11152 {"ENOCSI", Const, 0}, 11153 {"ENODATA", Const, 0}, 11154 {"ENODEV", Const, 0}, 11155 {"ENOENT", Const, 0}, 11156 {"ENOEXEC", Const, 0}, 11157 {"ENOKEY", Const, 0}, 11158 {"ENOLCK", Const, 0}, 11159 {"ENOLINK", Const, 0}, 11160 {"ENOMEDIUM", Const, 0}, 11161 {"ENOMEM", Const, 0}, 11162 {"ENOMSG", Const, 0}, 11163 {"ENONET", Const, 0}, 11164 {"ENOPKG", Const, 0}, 11165 {"ENOPOLICY", Const, 0}, 11166 {"ENOPROTOOPT", Const, 0}, 11167 {"ENOSPC", Const, 0}, 11168 {"ENOSR", Const, 0}, 11169 {"ENOSTR", Const, 0}, 11170 {"ENOSYS", Const, 0}, 11171 {"ENOTBLK", Const, 0}, 11172 {"ENOTCAPABLE", Const, 0}, 11173 {"ENOTCONN", Const, 0}, 11174 {"ENOTDIR", Const, 0}, 11175 {"ENOTEMPTY", Const, 0}, 11176 {"ENOTNAM", Const, 0}, 11177 {"ENOTRECOVERABLE", Const, 0}, 11178 {"ENOTSOCK", Const, 0}, 11179 {"ENOTSUP", Const, 0}, 11180 {"ENOTTY", Const, 0}, 11181 {"ENOTUNIQ", Const, 0}, 11182 {"ENXIO", Const, 0}, 11183 {"EN_SW_CTL_INF", Const, 1}, 11184 {"EN_SW_CTL_PREC", Const, 1}, 11185 {"EN_SW_CTL_ROUND", Const, 1}, 11186 {"EN_SW_DATACHAIN", Const, 1}, 11187 {"EN_SW_DENORM", Const, 1}, 11188 {"EN_SW_INVOP", Const, 1}, 11189 {"EN_SW_OVERFLOW", Const, 1}, 11190 {"EN_SW_PRECLOSS", Const, 1}, 11191 {"EN_SW_UNDERFLOW", Const, 1}, 11192 {"EN_SW_ZERODIV", Const, 1}, 11193 {"EOPNOTSUPP", Const, 0}, 11194 {"EOVERFLOW", Const, 0}, 11195 {"EOWNERDEAD", Const, 0}, 11196 {"EPERM", Const, 0}, 11197 {"EPFNOSUPPORT", Const, 0}, 11198 {"EPIPE", Const, 0}, 11199 {"EPOLLERR", Const, 0}, 11200 {"EPOLLET", Const, 0}, 11201 {"EPOLLHUP", Const, 0}, 11202 {"EPOLLIN", Const, 0}, 11203 {"EPOLLMSG", Const, 0}, 11204 {"EPOLLONESHOT", Const, 0}, 11205 {"EPOLLOUT", Const, 0}, 11206 {"EPOLLPRI", Const, 0}, 11207 {"EPOLLRDBAND", Const, 0}, 11208 {"EPOLLRDHUP", Const, 0}, 11209 {"EPOLLRDNORM", Const, 0}, 11210 {"EPOLLWRBAND", Const, 0}, 11211 {"EPOLLWRNORM", Const, 0}, 11212 {"EPOLL_CLOEXEC", Const, 0}, 11213 {"EPOLL_CTL_ADD", Const, 0}, 11214 {"EPOLL_CTL_DEL", Const, 0}, 11215 {"EPOLL_CTL_MOD", Const, 0}, 11216 {"EPOLL_NONBLOCK", Const, 0}, 11217 {"EPROCLIM", Const, 0}, 11218 {"EPROCUNAVAIL", Const, 0}, 11219 {"EPROGMISMATCH", Const, 0}, 11220 {"EPROGUNAVAIL", Const, 0}, 11221 {"EPROTO", Const, 0}, 11222 {"EPROTONOSUPPORT", Const, 0}, 11223 {"EPROTOTYPE", Const, 0}, 11224 {"EPWROFF", Const, 0}, 11225 {"EQFULL", Const, 16}, 11226 {"ERANGE", Const, 0}, 11227 {"EREMCHG", Const, 0}, 11228 {"EREMOTE", Const, 0}, 11229 {"EREMOTEIO", Const, 0}, 11230 {"ERESTART", Const, 0}, 11231 {"ERFKILL", Const, 0}, 11232 {"EROFS", Const, 0}, 11233 {"ERPCMISMATCH", Const, 0}, 11234 {"ERROR_ACCESS_DENIED", Const, 0}, 11235 {"ERROR_ALREADY_EXISTS", Const, 0}, 11236 {"ERROR_BROKEN_PIPE", Const, 0}, 11237 {"ERROR_BUFFER_OVERFLOW", Const, 0}, 11238 {"ERROR_DIR_NOT_EMPTY", Const, 8}, 11239 {"ERROR_ENVVAR_NOT_FOUND", Const, 0}, 11240 {"ERROR_FILE_EXISTS", Const, 0}, 11241 {"ERROR_FILE_NOT_FOUND", Const, 0}, 11242 {"ERROR_HANDLE_EOF", Const, 2}, 11243 {"ERROR_INSUFFICIENT_BUFFER", Const, 0}, 11244 {"ERROR_IO_PENDING", Const, 0}, 11245 {"ERROR_MOD_NOT_FOUND", Const, 0}, 11246 {"ERROR_MORE_DATA", Const, 3}, 11247 {"ERROR_NETNAME_DELETED", Const, 3}, 11248 {"ERROR_NOT_FOUND", Const, 1}, 11249 {"ERROR_NO_MORE_FILES", Const, 0}, 11250 {"ERROR_OPERATION_ABORTED", Const, 0}, 11251 {"ERROR_PATH_NOT_FOUND", Const, 0}, 11252 {"ERROR_PRIVILEGE_NOT_HELD", Const, 4}, 11253 {"ERROR_PROC_NOT_FOUND", Const, 0}, 11254 {"ESHLIBVERS", Const, 0}, 11255 {"ESHUTDOWN", Const, 0}, 11256 {"ESOCKTNOSUPPORT", Const, 0}, 11257 {"ESPIPE", Const, 0}, 11258 {"ESRCH", Const, 0}, 11259 {"ESRMNT", Const, 0}, 11260 {"ESTALE", Const, 0}, 11261 {"ESTRPIPE", Const, 0}, 11262 {"ETHERCAP_JUMBO_MTU", Const, 1}, 11263 {"ETHERCAP_VLAN_HWTAGGING", Const, 1}, 11264 {"ETHERCAP_VLAN_MTU", Const, 1}, 11265 {"ETHERMIN", Const, 1}, 11266 {"ETHERMTU", Const, 1}, 11267 {"ETHERMTU_JUMBO", Const, 1}, 11268 {"ETHERTYPE_8023", Const, 1}, 11269 {"ETHERTYPE_AARP", Const, 1}, 11270 {"ETHERTYPE_ACCTON", Const, 1}, 11271 {"ETHERTYPE_AEONIC", Const, 1}, 11272 {"ETHERTYPE_ALPHA", Const, 1}, 11273 {"ETHERTYPE_AMBER", Const, 1}, 11274 {"ETHERTYPE_AMOEBA", Const, 1}, 11275 {"ETHERTYPE_AOE", Const, 1}, 11276 {"ETHERTYPE_APOLLO", Const, 1}, 11277 {"ETHERTYPE_APOLLODOMAIN", Const, 1}, 11278 {"ETHERTYPE_APPLETALK", Const, 1}, 11279 {"ETHERTYPE_APPLITEK", Const, 1}, 11280 {"ETHERTYPE_ARGONAUT", Const, 1}, 11281 {"ETHERTYPE_ARP", Const, 1}, 11282 {"ETHERTYPE_AT", Const, 1}, 11283 {"ETHERTYPE_ATALK", Const, 1}, 11284 {"ETHERTYPE_ATOMIC", Const, 1}, 11285 {"ETHERTYPE_ATT", Const, 1}, 11286 {"ETHERTYPE_ATTSTANFORD", Const, 1}, 11287 {"ETHERTYPE_AUTOPHON", Const, 1}, 11288 {"ETHERTYPE_AXIS", Const, 1}, 11289 {"ETHERTYPE_BCLOOP", Const, 1}, 11290 {"ETHERTYPE_BOFL", Const, 1}, 11291 {"ETHERTYPE_CABLETRON", Const, 1}, 11292 {"ETHERTYPE_CHAOS", Const, 1}, 11293 {"ETHERTYPE_COMDESIGN", Const, 1}, 11294 {"ETHERTYPE_COMPUGRAPHIC", Const, 1}, 11295 {"ETHERTYPE_COUNTERPOINT", Const, 1}, 11296 {"ETHERTYPE_CRONUS", Const, 1}, 11297 {"ETHERTYPE_CRONUSVLN", Const, 1}, 11298 {"ETHERTYPE_DCA", Const, 1}, 11299 {"ETHERTYPE_DDE", Const, 1}, 11300 {"ETHERTYPE_DEBNI", Const, 1}, 11301 {"ETHERTYPE_DECAM", Const, 1}, 11302 {"ETHERTYPE_DECCUST", Const, 1}, 11303 {"ETHERTYPE_DECDIAG", Const, 1}, 11304 {"ETHERTYPE_DECDNS", Const, 1}, 11305 {"ETHERTYPE_DECDTS", Const, 1}, 11306 {"ETHERTYPE_DECEXPER", Const, 1}, 11307 {"ETHERTYPE_DECLAST", Const, 1}, 11308 {"ETHERTYPE_DECLTM", Const, 1}, 11309 {"ETHERTYPE_DECMUMPS", Const, 1}, 11310 {"ETHERTYPE_DECNETBIOS", Const, 1}, 11311 {"ETHERTYPE_DELTACON", Const, 1}, 11312 {"ETHERTYPE_DIDDLE", Const, 1}, 11313 {"ETHERTYPE_DLOG1", Const, 1}, 11314 {"ETHERTYPE_DLOG2", Const, 1}, 11315 {"ETHERTYPE_DN", Const, 1}, 11316 {"ETHERTYPE_DOGFIGHT", Const, 1}, 11317 {"ETHERTYPE_DSMD", Const, 1}, 11318 {"ETHERTYPE_ECMA", Const, 1}, 11319 {"ETHERTYPE_ENCRYPT", Const, 1}, 11320 {"ETHERTYPE_ES", Const, 1}, 11321 {"ETHERTYPE_EXCELAN", Const, 1}, 11322 {"ETHERTYPE_EXPERDATA", Const, 1}, 11323 {"ETHERTYPE_FLIP", Const, 1}, 11324 {"ETHERTYPE_FLOWCONTROL", Const, 1}, 11325 {"ETHERTYPE_FRARP", Const, 1}, 11326 {"ETHERTYPE_GENDYN", Const, 1}, 11327 {"ETHERTYPE_HAYES", Const, 1}, 11328 {"ETHERTYPE_HIPPI_FP", Const, 1}, 11329 {"ETHERTYPE_HITACHI", Const, 1}, 11330 {"ETHERTYPE_HP", Const, 1}, 11331 {"ETHERTYPE_IEEEPUP", Const, 1}, 11332 {"ETHERTYPE_IEEEPUPAT", Const, 1}, 11333 {"ETHERTYPE_IMLBL", Const, 1}, 11334 {"ETHERTYPE_IMLBLDIAG", Const, 1}, 11335 {"ETHERTYPE_IP", Const, 1}, 11336 {"ETHERTYPE_IPAS", Const, 1}, 11337 {"ETHERTYPE_IPV6", Const, 1}, 11338 {"ETHERTYPE_IPX", Const, 1}, 11339 {"ETHERTYPE_IPXNEW", Const, 1}, 11340 {"ETHERTYPE_KALPANA", Const, 1}, 11341 {"ETHERTYPE_LANBRIDGE", Const, 1}, 11342 {"ETHERTYPE_LANPROBE", Const, 1}, 11343 {"ETHERTYPE_LAT", Const, 1}, 11344 {"ETHERTYPE_LBACK", Const, 1}, 11345 {"ETHERTYPE_LITTLE", Const, 1}, 11346 {"ETHERTYPE_LLDP", Const, 1}, 11347 {"ETHERTYPE_LOGICRAFT", Const, 1}, 11348 {"ETHERTYPE_LOOPBACK", Const, 1}, 11349 {"ETHERTYPE_MATRA", Const, 1}, 11350 {"ETHERTYPE_MAX", Const, 1}, 11351 {"ETHERTYPE_MERIT", Const, 1}, 11352 {"ETHERTYPE_MICP", Const, 1}, 11353 {"ETHERTYPE_MOPDL", Const, 1}, 11354 {"ETHERTYPE_MOPRC", Const, 1}, 11355 {"ETHERTYPE_MOTOROLA", Const, 1}, 11356 {"ETHERTYPE_MPLS", Const, 1}, 11357 {"ETHERTYPE_MPLS_MCAST", Const, 1}, 11358 {"ETHERTYPE_MUMPS", Const, 1}, 11359 {"ETHERTYPE_NBPCC", Const, 1}, 11360 {"ETHERTYPE_NBPCLAIM", Const, 1}, 11361 {"ETHERTYPE_NBPCLREQ", Const, 1}, 11362 {"ETHERTYPE_NBPCLRSP", Const, 1}, 11363 {"ETHERTYPE_NBPCREQ", Const, 1}, 11364 {"ETHERTYPE_NBPCRSP", Const, 1}, 11365 {"ETHERTYPE_NBPDG", Const, 1}, 11366 {"ETHERTYPE_NBPDGB", Const, 1}, 11367 {"ETHERTYPE_NBPDLTE", Const, 1}, 11368 {"ETHERTYPE_NBPRAR", Const, 1}, 11369 {"ETHERTYPE_NBPRAS", Const, 1}, 11370 {"ETHERTYPE_NBPRST", Const, 1}, 11371 {"ETHERTYPE_NBPSCD", Const, 1}, 11372 {"ETHERTYPE_NBPVCD", Const, 1}, 11373 {"ETHERTYPE_NBS", Const, 1}, 11374 {"ETHERTYPE_NCD", Const, 1}, 11375 {"ETHERTYPE_NESTAR", Const, 1}, 11376 {"ETHERTYPE_NETBEUI", Const, 1}, 11377 {"ETHERTYPE_NOVELL", Const, 1}, 11378 {"ETHERTYPE_NS", Const, 1}, 11379 {"ETHERTYPE_NSAT", Const, 1}, 11380 {"ETHERTYPE_NSCOMPAT", Const, 1}, 11381 {"ETHERTYPE_NTRAILER", Const, 1}, 11382 {"ETHERTYPE_OS9", Const, 1}, 11383 {"ETHERTYPE_OS9NET", Const, 1}, 11384 {"ETHERTYPE_PACER", Const, 1}, 11385 {"ETHERTYPE_PAE", Const, 1}, 11386 {"ETHERTYPE_PCS", Const, 1}, 11387 {"ETHERTYPE_PLANNING", Const, 1}, 11388 {"ETHERTYPE_PPP", Const, 1}, 11389 {"ETHERTYPE_PPPOE", Const, 1}, 11390 {"ETHERTYPE_PPPOEDISC", Const, 1}, 11391 {"ETHERTYPE_PRIMENTS", Const, 1}, 11392 {"ETHERTYPE_PUP", Const, 1}, 11393 {"ETHERTYPE_PUPAT", Const, 1}, 11394 {"ETHERTYPE_QINQ", Const, 1}, 11395 {"ETHERTYPE_RACAL", Const, 1}, 11396 {"ETHERTYPE_RATIONAL", Const, 1}, 11397 {"ETHERTYPE_RAWFR", Const, 1}, 11398 {"ETHERTYPE_RCL", Const, 1}, 11399 {"ETHERTYPE_RDP", Const, 1}, 11400 {"ETHERTYPE_RETIX", Const, 1}, 11401 {"ETHERTYPE_REVARP", Const, 1}, 11402 {"ETHERTYPE_SCA", Const, 1}, 11403 {"ETHERTYPE_SECTRA", Const, 1}, 11404 {"ETHERTYPE_SECUREDATA", Const, 1}, 11405 {"ETHERTYPE_SGITW", Const, 1}, 11406 {"ETHERTYPE_SG_BOUNCE", Const, 1}, 11407 {"ETHERTYPE_SG_DIAG", Const, 1}, 11408 {"ETHERTYPE_SG_NETGAMES", Const, 1}, 11409 {"ETHERTYPE_SG_RESV", Const, 1}, 11410 {"ETHERTYPE_SIMNET", Const, 1}, 11411 {"ETHERTYPE_SLOW", Const, 1}, 11412 {"ETHERTYPE_SLOWPROTOCOLS", Const, 1}, 11413 {"ETHERTYPE_SNA", Const, 1}, 11414 {"ETHERTYPE_SNMP", Const, 1}, 11415 {"ETHERTYPE_SONIX", Const, 1}, 11416 {"ETHERTYPE_SPIDER", Const, 1}, 11417 {"ETHERTYPE_SPRITE", Const, 1}, 11418 {"ETHERTYPE_STP", Const, 1}, 11419 {"ETHERTYPE_TALARIS", Const, 1}, 11420 {"ETHERTYPE_TALARISMC", Const, 1}, 11421 {"ETHERTYPE_TCPCOMP", Const, 1}, 11422 {"ETHERTYPE_TCPSM", Const, 1}, 11423 {"ETHERTYPE_TEC", Const, 1}, 11424 {"ETHERTYPE_TIGAN", Const, 1}, 11425 {"ETHERTYPE_TRAIL", Const, 1}, 11426 {"ETHERTYPE_TRANSETHER", Const, 1}, 11427 {"ETHERTYPE_TYMSHARE", Const, 1}, 11428 {"ETHERTYPE_UBBST", Const, 1}, 11429 {"ETHERTYPE_UBDEBUG", Const, 1}, 11430 {"ETHERTYPE_UBDIAGLOOP", Const, 1}, 11431 {"ETHERTYPE_UBDL", Const, 1}, 11432 {"ETHERTYPE_UBNIU", Const, 1}, 11433 {"ETHERTYPE_UBNMC", Const, 1}, 11434 {"ETHERTYPE_VALID", Const, 1}, 11435 {"ETHERTYPE_VARIAN", Const, 1}, 11436 {"ETHERTYPE_VAXELN", Const, 1}, 11437 {"ETHERTYPE_VEECO", Const, 1}, 11438 {"ETHERTYPE_VEXP", Const, 1}, 11439 {"ETHERTYPE_VGLAB", Const, 1}, 11440 {"ETHERTYPE_VINES", Const, 1}, 11441 {"ETHERTYPE_VINESECHO", Const, 1}, 11442 {"ETHERTYPE_VINESLOOP", Const, 1}, 11443 {"ETHERTYPE_VITAL", Const, 1}, 11444 {"ETHERTYPE_VLAN", Const, 1}, 11445 {"ETHERTYPE_VLTLMAN", Const, 1}, 11446 {"ETHERTYPE_VPROD", Const, 1}, 11447 {"ETHERTYPE_VURESERVED", Const, 1}, 11448 {"ETHERTYPE_WATERLOO", Const, 1}, 11449 {"ETHERTYPE_WELLFLEET", Const, 1}, 11450 {"ETHERTYPE_X25", Const, 1}, 11451 {"ETHERTYPE_X75", Const, 1}, 11452 {"ETHERTYPE_XNSSM", Const, 1}, 11453 {"ETHERTYPE_XTP", Const, 1}, 11454 {"ETHER_ADDR_LEN", Const, 1}, 11455 {"ETHER_ALIGN", Const, 1}, 11456 {"ETHER_CRC_LEN", Const, 1}, 11457 {"ETHER_CRC_POLY_BE", Const, 1}, 11458 {"ETHER_CRC_POLY_LE", Const, 1}, 11459 {"ETHER_HDR_LEN", Const, 1}, 11460 {"ETHER_MAX_DIX_LEN", Const, 1}, 11461 {"ETHER_MAX_LEN", Const, 1}, 11462 {"ETHER_MAX_LEN_JUMBO", Const, 1}, 11463 {"ETHER_MIN_LEN", Const, 1}, 11464 {"ETHER_PPPOE_ENCAP_LEN", Const, 1}, 11465 {"ETHER_TYPE_LEN", Const, 1}, 11466 {"ETHER_VLAN_ENCAP_LEN", Const, 1}, 11467 {"ETH_P_1588", Const, 0}, 11468 {"ETH_P_8021Q", Const, 0}, 11469 {"ETH_P_802_2", Const, 0}, 11470 {"ETH_P_802_3", Const, 0}, 11471 {"ETH_P_AARP", Const, 0}, 11472 {"ETH_P_ALL", Const, 0}, 11473 {"ETH_P_AOE", Const, 0}, 11474 {"ETH_P_ARCNET", Const, 0}, 11475 {"ETH_P_ARP", Const, 0}, 11476 {"ETH_P_ATALK", Const, 0}, 11477 {"ETH_P_ATMFATE", Const, 0}, 11478 {"ETH_P_ATMMPOA", Const, 0}, 11479 {"ETH_P_AX25", Const, 0}, 11480 {"ETH_P_BPQ", Const, 0}, 11481 {"ETH_P_CAIF", Const, 0}, 11482 {"ETH_P_CAN", Const, 0}, 11483 {"ETH_P_CONTROL", Const, 0}, 11484 {"ETH_P_CUST", Const, 0}, 11485 {"ETH_P_DDCMP", Const, 0}, 11486 {"ETH_P_DEC", Const, 0}, 11487 {"ETH_P_DIAG", Const, 0}, 11488 {"ETH_P_DNA_DL", Const, 0}, 11489 {"ETH_P_DNA_RC", Const, 0}, 11490 {"ETH_P_DNA_RT", Const, 0}, 11491 {"ETH_P_DSA", Const, 0}, 11492 {"ETH_P_ECONET", Const, 0}, 11493 {"ETH_P_EDSA", Const, 0}, 11494 {"ETH_P_FCOE", Const, 0}, 11495 {"ETH_P_FIP", Const, 0}, 11496 {"ETH_P_HDLC", Const, 0}, 11497 {"ETH_P_IEEE802154", Const, 0}, 11498 {"ETH_P_IEEEPUP", Const, 0}, 11499 {"ETH_P_IEEEPUPAT", Const, 0}, 11500 {"ETH_P_IP", Const, 0}, 11501 {"ETH_P_IPV6", Const, 0}, 11502 {"ETH_P_IPX", Const, 0}, 11503 {"ETH_P_IRDA", Const, 0}, 11504 {"ETH_P_LAT", Const, 0}, 11505 {"ETH_P_LINK_CTL", Const, 0}, 11506 {"ETH_P_LOCALTALK", Const, 0}, 11507 {"ETH_P_LOOP", Const, 0}, 11508 {"ETH_P_MOBITEX", Const, 0}, 11509 {"ETH_P_MPLS_MC", Const, 0}, 11510 {"ETH_P_MPLS_UC", Const, 0}, 11511 {"ETH_P_PAE", Const, 0}, 11512 {"ETH_P_PAUSE", Const, 0}, 11513 {"ETH_P_PHONET", Const, 0}, 11514 {"ETH_P_PPPTALK", Const, 0}, 11515 {"ETH_P_PPP_DISC", Const, 0}, 11516 {"ETH_P_PPP_MP", Const, 0}, 11517 {"ETH_P_PPP_SES", Const, 0}, 11518 {"ETH_P_PUP", Const, 0}, 11519 {"ETH_P_PUPAT", Const, 0}, 11520 {"ETH_P_RARP", Const, 0}, 11521 {"ETH_P_SCA", Const, 0}, 11522 {"ETH_P_SLOW", Const, 0}, 11523 {"ETH_P_SNAP", Const, 0}, 11524 {"ETH_P_TEB", Const, 0}, 11525 {"ETH_P_TIPC", Const, 0}, 11526 {"ETH_P_TRAILER", Const, 0}, 11527 {"ETH_P_TR_802_2", Const, 0}, 11528 {"ETH_P_WAN_PPP", Const, 0}, 11529 {"ETH_P_WCCP", Const, 0}, 11530 {"ETH_P_X25", Const, 0}, 11531 {"ETIME", Const, 0}, 11532 {"ETIMEDOUT", Const, 0}, 11533 {"ETOOMANYREFS", Const, 0}, 11534 {"ETXTBSY", Const, 0}, 11535 {"EUCLEAN", Const, 0}, 11536 {"EUNATCH", Const, 0}, 11537 {"EUSERS", Const, 0}, 11538 {"EVFILT_AIO", Const, 0}, 11539 {"EVFILT_FS", Const, 0}, 11540 {"EVFILT_LIO", Const, 0}, 11541 {"EVFILT_MACHPORT", Const, 0}, 11542 {"EVFILT_PROC", Const, 0}, 11543 {"EVFILT_READ", Const, 0}, 11544 {"EVFILT_SIGNAL", Const, 0}, 11545 {"EVFILT_SYSCOUNT", Const, 0}, 11546 {"EVFILT_THREADMARKER", Const, 0}, 11547 {"EVFILT_TIMER", Const, 0}, 11548 {"EVFILT_USER", Const, 0}, 11549 {"EVFILT_VM", Const, 0}, 11550 {"EVFILT_VNODE", Const, 0}, 11551 {"EVFILT_WRITE", Const, 0}, 11552 {"EV_ADD", Const, 0}, 11553 {"EV_CLEAR", Const, 0}, 11554 {"EV_DELETE", Const, 0}, 11555 {"EV_DISABLE", Const, 0}, 11556 {"EV_DISPATCH", Const, 0}, 11557 {"EV_DROP", Const, 3}, 11558 {"EV_ENABLE", Const, 0}, 11559 {"EV_EOF", Const, 0}, 11560 {"EV_ERROR", Const, 0}, 11561 {"EV_FLAG0", Const, 0}, 11562 {"EV_FLAG1", Const, 0}, 11563 {"EV_ONESHOT", Const, 0}, 11564 {"EV_OOBAND", Const, 0}, 11565 {"EV_POLL", Const, 0}, 11566 {"EV_RECEIPT", Const, 0}, 11567 {"EV_SYSFLAGS", Const, 0}, 11568 {"EWINDOWS", Const, 0}, 11569 {"EWOULDBLOCK", Const, 0}, 11570 {"EXDEV", Const, 0}, 11571 {"EXFULL", Const, 0}, 11572 {"EXTA", Const, 0}, 11573 {"EXTB", Const, 0}, 11574 {"EXTPROC", Const, 0}, 11575 {"Environ", Func, 0}, 11576 {"EpollCreate", Func, 0}, 11577 {"EpollCreate1", Func, 0}, 11578 {"EpollCtl", Func, 0}, 11579 {"EpollEvent", Type, 0}, 11580 {"EpollEvent.Events", Field, 0}, 11581 {"EpollEvent.Fd", Field, 0}, 11582 {"EpollEvent.Pad", Field, 0}, 11583 {"EpollEvent.PadFd", Field, 0}, 11584 {"EpollWait", Func, 0}, 11585 {"Errno", Type, 0}, 11586 {"EscapeArg", Func, 0}, 11587 {"Exchangedata", Func, 0}, 11588 {"Exec", Func, 0}, 11589 {"Exit", Func, 0}, 11590 {"ExitProcess", Func, 0}, 11591 {"FD_CLOEXEC", Const, 0}, 11592 {"FD_SETSIZE", Const, 0}, 11593 {"FILE_ACTION_ADDED", Const, 0}, 11594 {"FILE_ACTION_MODIFIED", Const, 0}, 11595 {"FILE_ACTION_REMOVED", Const, 0}, 11596 {"FILE_ACTION_RENAMED_NEW_NAME", Const, 0}, 11597 {"FILE_ACTION_RENAMED_OLD_NAME", Const, 0}, 11598 {"FILE_APPEND_DATA", Const, 0}, 11599 {"FILE_ATTRIBUTE_ARCHIVE", Const, 0}, 11600 {"FILE_ATTRIBUTE_DIRECTORY", Const, 0}, 11601 {"FILE_ATTRIBUTE_HIDDEN", Const, 0}, 11602 {"FILE_ATTRIBUTE_NORMAL", Const, 0}, 11603 {"FILE_ATTRIBUTE_READONLY", Const, 0}, 11604 {"FILE_ATTRIBUTE_REPARSE_POINT", Const, 4}, 11605 {"FILE_ATTRIBUTE_SYSTEM", Const, 0}, 11606 {"FILE_BEGIN", Const, 0}, 11607 {"FILE_CURRENT", Const, 0}, 11608 {"FILE_END", Const, 0}, 11609 {"FILE_FLAG_BACKUP_SEMANTICS", Const, 0}, 11610 {"FILE_FLAG_OPEN_REPARSE_POINT", Const, 4}, 11611 {"FILE_FLAG_OVERLAPPED", Const, 0}, 11612 {"FILE_LIST_DIRECTORY", Const, 0}, 11613 {"FILE_MAP_COPY", Const, 0}, 11614 {"FILE_MAP_EXECUTE", Const, 0}, 11615 {"FILE_MAP_READ", Const, 0}, 11616 {"FILE_MAP_WRITE", Const, 0}, 11617 {"FILE_NOTIFY_CHANGE_ATTRIBUTES", Const, 0}, 11618 {"FILE_NOTIFY_CHANGE_CREATION", Const, 0}, 11619 {"FILE_NOTIFY_CHANGE_DIR_NAME", Const, 0}, 11620 {"FILE_NOTIFY_CHANGE_FILE_NAME", Const, 0}, 11621 {"FILE_NOTIFY_CHANGE_LAST_ACCESS", Const, 0}, 11622 {"FILE_NOTIFY_CHANGE_LAST_WRITE", Const, 0}, 11623 {"FILE_NOTIFY_CHANGE_SIZE", Const, 0}, 11624 {"FILE_SHARE_DELETE", Const, 0}, 11625 {"FILE_SHARE_READ", Const, 0}, 11626 {"FILE_SHARE_WRITE", Const, 0}, 11627 {"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS", Const, 2}, 11628 {"FILE_SKIP_SET_EVENT_ON_HANDLE", Const, 2}, 11629 {"FILE_TYPE_CHAR", Const, 0}, 11630 {"FILE_TYPE_DISK", Const, 0}, 11631 {"FILE_TYPE_PIPE", Const, 0}, 11632 {"FILE_TYPE_REMOTE", Const, 0}, 11633 {"FILE_TYPE_UNKNOWN", Const, 0}, 11634 {"FILE_WRITE_ATTRIBUTES", Const, 0}, 11635 {"FLUSHO", Const, 0}, 11636 {"FORMAT_MESSAGE_ALLOCATE_BUFFER", Const, 0}, 11637 {"FORMAT_MESSAGE_ARGUMENT_ARRAY", Const, 0}, 11638 {"FORMAT_MESSAGE_FROM_HMODULE", Const, 0}, 11639 {"FORMAT_MESSAGE_FROM_STRING", Const, 0}, 11640 {"FORMAT_MESSAGE_FROM_SYSTEM", Const, 0}, 11641 {"FORMAT_MESSAGE_IGNORE_INSERTS", Const, 0}, 11642 {"FORMAT_MESSAGE_MAX_WIDTH_MASK", Const, 0}, 11643 {"FSCTL_GET_REPARSE_POINT", Const, 4}, 11644 {"F_ADDFILESIGS", Const, 0}, 11645 {"F_ADDSIGS", Const, 0}, 11646 {"F_ALLOCATEALL", Const, 0}, 11647 {"F_ALLOCATECONTIG", Const, 0}, 11648 {"F_CANCEL", Const, 0}, 11649 {"F_CHKCLEAN", Const, 0}, 11650 {"F_CLOSEM", Const, 1}, 11651 {"F_DUP2FD", Const, 0}, 11652 {"F_DUP2FD_CLOEXEC", Const, 1}, 11653 {"F_DUPFD", Const, 0}, 11654 {"F_DUPFD_CLOEXEC", Const, 0}, 11655 {"F_EXLCK", Const, 0}, 11656 {"F_FINDSIGS", Const, 16}, 11657 {"F_FLUSH_DATA", Const, 0}, 11658 {"F_FREEZE_FS", Const, 0}, 11659 {"F_FSCTL", Const, 1}, 11660 {"F_FSDIRMASK", Const, 1}, 11661 {"F_FSIN", Const, 1}, 11662 {"F_FSINOUT", Const, 1}, 11663 {"F_FSOUT", Const, 1}, 11664 {"F_FSPRIV", Const, 1}, 11665 {"F_FSVOID", Const, 1}, 11666 {"F_FULLFSYNC", Const, 0}, 11667 {"F_GETCODEDIR", Const, 16}, 11668 {"F_GETFD", Const, 0}, 11669 {"F_GETFL", Const, 0}, 11670 {"F_GETLEASE", Const, 0}, 11671 {"F_GETLK", Const, 0}, 11672 {"F_GETLK64", Const, 0}, 11673 {"F_GETLKPID", Const, 0}, 11674 {"F_GETNOSIGPIPE", Const, 0}, 11675 {"F_GETOWN", Const, 0}, 11676 {"F_GETOWN_EX", Const, 0}, 11677 {"F_GETPATH", Const, 0}, 11678 {"F_GETPATH_MTMINFO", Const, 0}, 11679 {"F_GETPIPE_SZ", Const, 0}, 11680 {"F_GETPROTECTIONCLASS", Const, 0}, 11681 {"F_GETPROTECTIONLEVEL", Const, 16}, 11682 {"F_GETSIG", Const, 0}, 11683 {"F_GLOBAL_NOCACHE", Const, 0}, 11684 {"F_LOCK", Const, 0}, 11685 {"F_LOG2PHYS", Const, 0}, 11686 {"F_LOG2PHYS_EXT", Const, 0}, 11687 {"F_MARKDEPENDENCY", Const, 0}, 11688 {"F_MAXFD", Const, 1}, 11689 {"F_NOCACHE", Const, 0}, 11690 {"F_NODIRECT", Const, 0}, 11691 {"F_NOTIFY", Const, 0}, 11692 {"F_OGETLK", Const, 0}, 11693 {"F_OK", Const, 0}, 11694 {"F_OSETLK", Const, 0}, 11695 {"F_OSETLKW", Const, 0}, 11696 {"F_PARAM_MASK", Const, 1}, 11697 {"F_PARAM_MAX", Const, 1}, 11698 {"F_PATHPKG_CHECK", Const, 0}, 11699 {"F_PEOFPOSMODE", Const, 0}, 11700 {"F_PREALLOCATE", Const, 0}, 11701 {"F_RDADVISE", Const, 0}, 11702 {"F_RDAHEAD", Const, 0}, 11703 {"F_RDLCK", Const, 0}, 11704 {"F_READAHEAD", Const, 0}, 11705 {"F_READBOOTSTRAP", Const, 0}, 11706 {"F_SETBACKINGSTORE", Const, 0}, 11707 {"F_SETFD", Const, 0}, 11708 {"F_SETFL", Const, 0}, 11709 {"F_SETLEASE", Const, 0}, 11710 {"F_SETLK", Const, 0}, 11711 {"F_SETLK64", Const, 0}, 11712 {"F_SETLKW", Const, 0}, 11713 {"F_SETLKW64", Const, 0}, 11714 {"F_SETLKWTIMEOUT", Const, 16}, 11715 {"F_SETLK_REMOTE", Const, 0}, 11716 {"F_SETNOSIGPIPE", Const, 0}, 11717 {"F_SETOWN", Const, 0}, 11718 {"F_SETOWN_EX", Const, 0}, 11719 {"F_SETPIPE_SZ", Const, 0}, 11720 {"F_SETPROTECTIONCLASS", Const, 0}, 11721 {"F_SETSIG", Const, 0}, 11722 {"F_SETSIZE", Const, 0}, 11723 {"F_SHLCK", Const, 0}, 11724 {"F_SINGLE_WRITER", Const, 16}, 11725 {"F_TEST", Const, 0}, 11726 {"F_THAW_FS", Const, 0}, 11727 {"F_TLOCK", Const, 0}, 11728 {"F_TRANSCODEKEY", Const, 16}, 11729 {"F_ULOCK", Const, 0}, 11730 {"F_UNLCK", Const, 0}, 11731 {"F_UNLCKSYS", Const, 0}, 11732 {"F_VOLPOSMODE", Const, 0}, 11733 {"F_WRITEBOOTSTRAP", Const, 0}, 11734 {"F_WRLCK", Const, 0}, 11735 {"Faccessat", Func, 0}, 11736 {"Fallocate", Func, 0}, 11737 {"Fbootstraptransfer_t", Type, 0}, 11738 {"Fbootstraptransfer_t.Buffer", Field, 0}, 11739 {"Fbootstraptransfer_t.Length", Field, 0}, 11740 {"Fbootstraptransfer_t.Offset", Field, 0}, 11741 {"Fchdir", Func, 0}, 11742 {"Fchflags", Func, 0}, 11743 {"Fchmod", Func, 0}, 11744 {"Fchmodat", Func, 0}, 11745 {"Fchown", Func, 0}, 11746 {"Fchownat", Func, 0}, 11747 {"FcntlFlock", Func, 3}, 11748 {"FdSet", Type, 0}, 11749 {"FdSet.Bits", Field, 0}, 11750 {"FdSet.X__fds_bits", Field, 0}, 11751 {"Fdatasync", Func, 0}, 11752 {"FileNotifyInformation", Type, 0}, 11753 {"FileNotifyInformation.Action", Field, 0}, 11754 {"FileNotifyInformation.FileName", Field, 0}, 11755 {"FileNotifyInformation.FileNameLength", Field, 0}, 11756 {"FileNotifyInformation.NextEntryOffset", Field, 0}, 11757 {"Filetime", Type, 0}, 11758 {"Filetime.HighDateTime", Field, 0}, 11759 {"Filetime.LowDateTime", Field, 0}, 11760 {"FindClose", Func, 0}, 11761 {"FindFirstFile", Func, 0}, 11762 {"FindNextFile", Func, 0}, 11763 {"Flock", Func, 0}, 11764 {"Flock_t", Type, 0}, 11765 {"Flock_t.Len", Field, 0}, 11766 {"Flock_t.Pad_cgo_0", Field, 0}, 11767 {"Flock_t.Pad_cgo_1", Field, 3}, 11768 {"Flock_t.Pid", Field, 0}, 11769 {"Flock_t.Start", Field, 0}, 11770 {"Flock_t.Sysid", Field, 0}, 11771 {"Flock_t.Type", Field, 0}, 11772 {"Flock_t.Whence", Field, 0}, 11773 {"FlushBpf", Func, 0}, 11774 {"FlushFileBuffers", Func, 0}, 11775 {"FlushViewOfFile", Func, 0}, 11776 {"ForkExec", Func, 0}, 11777 {"ForkLock", Var, 0}, 11778 {"FormatMessage", Func, 0}, 11779 {"Fpathconf", Func, 0}, 11780 {"FreeAddrInfoW", Func, 1}, 11781 {"FreeEnvironmentStrings", Func, 0}, 11782 {"FreeLibrary", Func, 0}, 11783 {"Fsid", Type, 0}, 11784 {"Fsid.Val", Field, 0}, 11785 {"Fsid.X__fsid_val", Field, 2}, 11786 {"Fsid.X__val", Field, 0}, 11787 {"Fstat", Func, 0}, 11788 {"Fstatat", Func, 12}, 11789 {"Fstatfs", Func, 0}, 11790 {"Fstore_t", Type, 0}, 11791 {"Fstore_t.Bytesalloc", Field, 0}, 11792 {"Fstore_t.Flags", Field, 0}, 11793 {"Fstore_t.Length", Field, 0}, 11794 {"Fstore_t.Offset", Field, 0}, 11795 {"Fstore_t.Posmode", Field, 0}, 11796 {"Fsync", Func, 0}, 11797 {"Ftruncate", Func, 0}, 11798 {"FullPath", Func, 4}, 11799 {"Futimes", Func, 0}, 11800 {"Futimesat", Func, 0}, 11801 {"GENERIC_ALL", Const, 0}, 11802 {"GENERIC_EXECUTE", Const, 0}, 11803 {"GENERIC_READ", Const, 0}, 11804 {"GENERIC_WRITE", Const, 0}, 11805 {"GUID", Type, 1}, 11806 {"GUID.Data1", Field, 1}, 11807 {"GUID.Data2", Field, 1}, 11808 {"GUID.Data3", Field, 1}, 11809 {"GUID.Data4", Field, 1}, 11810 {"GetAcceptExSockaddrs", Func, 0}, 11811 {"GetAdaptersInfo", Func, 0}, 11812 {"GetAddrInfoW", Func, 1}, 11813 {"GetCommandLine", Func, 0}, 11814 {"GetComputerName", Func, 0}, 11815 {"GetConsoleMode", Func, 1}, 11816 {"GetCurrentDirectory", Func, 0}, 11817 {"GetCurrentProcess", Func, 0}, 11818 {"GetEnvironmentStrings", Func, 0}, 11819 {"GetEnvironmentVariable", Func, 0}, 11820 {"GetExitCodeProcess", Func, 0}, 11821 {"GetFileAttributes", Func, 0}, 11822 {"GetFileAttributesEx", Func, 0}, 11823 {"GetFileExInfoStandard", Const, 0}, 11824 {"GetFileExMaxInfoLevel", Const, 0}, 11825 {"GetFileInformationByHandle", Func, 0}, 11826 {"GetFileType", Func, 0}, 11827 {"GetFullPathName", Func, 0}, 11828 {"GetHostByName", Func, 0}, 11829 {"GetIfEntry", Func, 0}, 11830 {"GetLastError", Func, 0}, 11831 {"GetLengthSid", Func, 0}, 11832 {"GetLongPathName", Func, 0}, 11833 {"GetProcAddress", Func, 0}, 11834 {"GetProcessTimes", Func, 0}, 11835 {"GetProtoByName", Func, 0}, 11836 {"GetQueuedCompletionStatus", Func, 0}, 11837 {"GetServByName", Func, 0}, 11838 {"GetShortPathName", Func, 0}, 11839 {"GetStartupInfo", Func, 0}, 11840 {"GetStdHandle", Func, 0}, 11841 {"GetSystemTimeAsFileTime", Func, 0}, 11842 {"GetTempPath", Func, 0}, 11843 {"GetTimeZoneInformation", Func, 0}, 11844 {"GetTokenInformation", Func, 0}, 11845 {"GetUserNameEx", Func, 0}, 11846 {"GetUserProfileDirectory", Func, 0}, 11847 {"GetVersion", Func, 0}, 11848 {"Getcwd", Func, 0}, 11849 {"Getdents", Func, 0}, 11850 {"Getdirentries", Func, 0}, 11851 {"Getdtablesize", Func, 0}, 11852 {"Getegid", Func, 0}, 11853 {"Getenv", Func, 0}, 11854 {"Geteuid", Func, 0}, 11855 {"Getfsstat", Func, 0}, 11856 {"Getgid", Func, 0}, 11857 {"Getgroups", Func, 0}, 11858 {"Getpagesize", Func, 0}, 11859 {"Getpeername", Func, 0}, 11860 {"Getpgid", Func, 0}, 11861 {"Getpgrp", Func, 0}, 11862 {"Getpid", Func, 0}, 11863 {"Getppid", Func, 0}, 11864 {"Getpriority", Func, 0}, 11865 {"Getrlimit", Func, 0}, 11866 {"Getrusage", Func, 0}, 11867 {"Getsid", Func, 0}, 11868 {"Getsockname", Func, 0}, 11869 {"Getsockopt", Func, 1}, 11870 {"GetsockoptByte", Func, 0}, 11871 {"GetsockoptICMPv6Filter", Func, 2}, 11872 {"GetsockoptIPMreq", Func, 0}, 11873 {"GetsockoptIPMreqn", Func, 0}, 11874 {"GetsockoptIPv6MTUInfo", Func, 2}, 11875 {"GetsockoptIPv6Mreq", Func, 0}, 11876 {"GetsockoptInet4Addr", Func, 0}, 11877 {"GetsockoptInt", Func, 0}, 11878 {"GetsockoptUcred", Func, 1}, 11879 {"Gettid", Func, 0}, 11880 {"Gettimeofday", Func, 0}, 11881 {"Getuid", Func, 0}, 11882 {"Getwd", Func, 0}, 11883 {"Getxattr", Func, 1}, 11884 {"HANDLE_FLAG_INHERIT", Const, 0}, 11885 {"HKEY_CLASSES_ROOT", Const, 0}, 11886 {"HKEY_CURRENT_CONFIG", Const, 0}, 11887 {"HKEY_CURRENT_USER", Const, 0}, 11888 {"HKEY_DYN_DATA", Const, 0}, 11889 {"HKEY_LOCAL_MACHINE", Const, 0}, 11890 {"HKEY_PERFORMANCE_DATA", Const, 0}, 11891 {"HKEY_USERS", Const, 0}, 11892 {"HUPCL", Const, 0}, 11893 {"Handle", Type, 0}, 11894 {"Hostent", Type, 0}, 11895 {"Hostent.AddrList", Field, 0}, 11896 {"Hostent.AddrType", Field, 0}, 11897 {"Hostent.Aliases", Field, 0}, 11898 {"Hostent.Length", Field, 0}, 11899 {"Hostent.Name", Field, 0}, 11900 {"ICANON", Const, 0}, 11901 {"ICMP6_FILTER", Const, 2}, 11902 {"ICMPV6_FILTER", Const, 2}, 11903 {"ICMPv6Filter", Type, 2}, 11904 {"ICMPv6Filter.Data", Field, 2}, 11905 {"ICMPv6Filter.Filt", Field, 2}, 11906 {"ICRNL", Const, 0}, 11907 {"IEXTEN", Const, 0}, 11908 {"IFAN_ARRIVAL", Const, 1}, 11909 {"IFAN_DEPARTURE", Const, 1}, 11910 {"IFA_ADDRESS", Const, 0}, 11911 {"IFA_ANYCAST", Const, 0}, 11912 {"IFA_BROADCAST", Const, 0}, 11913 {"IFA_CACHEINFO", Const, 0}, 11914 {"IFA_F_DADFAILED", Const, 0}, 11915 {"IFA_F_DEPRECATED", Const, 0}, 11916 {"IFA_F_HOMEADDRESS", Const, 0}, 11917 {"IFA_F_NODAD", Const, 0}, 11918 {"IFA_F_OPTIMISTIC", Const, 0}, 11919 {"IFA_F_PERMANENT", Const, 0}, 11920 {"IFA_F_SECONDARY", Const, 0}, 11921 {"IFA_F_TEMPORARY", Const, 0}, 11922 {"IFA_F_TENTATIVE", Const, 0}, 11923 {"IFA_LABEL", Const, 0}, 11924 {"IFA_LOCAL", Const, 0}, 11925 {"IFA_MAX", Const, 0}, 11926 {"IFA_MULTICAST", Const, 0}, 11927 {"IFA_ROUTE", Const, 1}, 11928 {"IFA_UNSPEC", Const, 0}, 11929 {"IFF_ALLMULTI", Const, 0}, 11930 {"IFF_ALTPHYS", Const, 0}, 11931 {"IFF_AUTOMEDIA", Const, 0}, 11932 {"IFF_BROADCAST", Const, 0}, 11933 {"IFF_CANTCHANGE", Const, 0}, 11934 {"IFF_CANTCONFIG", Const, 1}, 11935 {"IFF_DEBUG", Const, 0}, 11936 {"IFF_DRV_OACTIVE", Const, 0}, 11937 {"IFF_DRV_RUNNING", Const, 0}, 11938 {"IFF_DYING", Const, 0}, 11939 {"IFF_DYNAMIC", Const, 0}, 11940 {"IFF_LINK0", Const, 0}, 11941 {"IFF_LINK1", Const, 0}, 11942 {"IFF_LINK2", Const, 0}, 11943 {"IFF_LOOPBACK", Const, 0}, 11944 {"IFF_MASTER", Const, 0}, 11945 {"IFF_MONITOR", Const, 0}, 11946 {"IFF_MULTICAST", Const, 0}, 11947 {"IFF_NOARP", Const, 0}, 11948 {"IFF_NOTRAILERS", Const, 0}, 11949 {"IFF_NO_PI", Const, 0}, 11950 {"IFF_OACTIVE", Const, 0}, 11951 {"IFF_ONE_QUEUE", Const, 0}, 11952 {"IFF_POINTOPOINT", Const, 0}, 11953 {"IFF_POINTTOPOINT", Const, 0}, 11954 {"IFF_PORTSEL", Const, 0}, 11955 {"IFF_PPROMISC", Const, 0}, 11956 {"IFF_PROMISC", Const, 0}, 11957 {"IFF_RENAMING", Const, 0}, 11958 {"IFF_RUNNING", Const, 0}, 11959 {"IFF_SIMPLEX", Const, 0}, 11960 {"IFF_SLAVE", Const, 0}, 11961 {"IFF_SMART", Const, 0}, 11962 {"IFF_STATICARP", Const, 0}, 11963 {"IFF_TAP", Const, 0}, 11964 {"IFF_TUN", Const, 0}, 11965 {"IFF_TUN_EXCL", Const, 0}, 11966 {"IFF_UP", Const, 0}, 11967 {"IFF_VNET_HDR", Const, 0}, 11968 {"IFLA_ADDRESS", Const, 0}, 11969 {"IFLA_BROADCAST", Const, 0}, 11970 {"IFLA_COST", Const, 0}, 11971 {"IFLA_IFALIAS", Const, 0}, 11972 {"IFLA_IFNAME", Const, 0}, 11973 {"IFLA_LINK", Const, 0}, 11974 {"IFLA_LINKINFO", Const, 0}, 11975 {"IFLA_LINKMODE", Const, 0}, 11976 {"IFLA_MAP", Const, 0}, 11977 {"IFLA_MASTER", Const, 0}, 11978 {"IFLA_MAX", Const, 0}, 11979 {"IFLA_MTU", Const, 0}, 11980 {"IFLA_NET_NS_PID", Const, 0}, 11981 {"IFLA_OPERSTATE", Const, 0}, 11982 {"IFLA_PRIORITY", Const, 0}, 11983 {"IFLA_PROTINFO", Const, 0}, 11984 {"IFLA_QDISC", Const, 0}, 11985 {"IFLA_STATS", Const, 0}, 11986 {"IFLA_TXQLEN", Const, 0}, 11987 {"IFLA_UNSPEC", Const, 0}, 11988 {"IFLA_WEIGHT", Const, 0}, 11989 {"IFLA_WIRELESS", Const, 0}, 11990 {"IFNAMSIZ", Const, 0}, 11991 {"IFT_1822", Const, 0}, 11992 {"IFT_A12MPPSWITCH", Const, 0}, 11993 {"IFT_AAL2", Const, 0}, 11994 {"IFT_AAL5", Const, 0}, 11995 {"IFT_ADSL", Const, 0}, 11996 {"IFT_AFLANE8023", Const, 0}, 11997 {"IFT_AFLANE8025", Const, 0}, 11998 {"IFT_ARAP", Const, 0}, 11999 {"IFT_ARCNET", Const, 0}, 12000 {"IFT_ARCNETPLUS", Const, 0}, 12001 {"IFT_ASYNC", Const, 0}, 12002 {"IFT_ATM", Const, 0}, 12003 {"IFT_ATMDXI", Const, 0}, 12004 {"IFT_ATMFUNI", Const, 0}, 12005 {"IFT_ATMIMA", Const, 0}, 12006 {"IFT_ATMLOGICAL", Const, 0}, 12007 {"IFT_ATMRADIO", Const, 0}, 12008 {"IFT_ATMSUBINTERFACE", Const, 0}, 12009 {"IFT_ATMVCIENDPT", Const, 0}, 12010 {"IFT_ATMVIRTUAL", Const, 0}, 12011 {"IFT_BGPPOLICYACCOUNTING", Const, 0}, 12012 {"IFT_BLUETOOTH", Const, 1}, 12013 {"IFT_BRIDGE", Const, 0}, 12014 {"IFT_BSC", Const, 0}, 12015 {"IFT_CARP", Const, 0}, 12016 {"IFT_CCTEMUL", Const, 0}, 12017 {"IFT_CELLULAR", Const, 0}, 12018 {"IFT_CEPT", Const, 0}, 12019 {"IFT_CES", Const, 0}, 12020 {"IFT_CHANNEL", Const, 0}, 12021 {"IFT_CNR", Const, 0}, 12022 {"IFT_COFFEE", Const, 0}, 12023 {"IFT_COMPOSITELINK", Const, 0}, 12024 {"IFT_DCN", Const, 0}, 12025 {"IFT_DIGITALPOWERLINE", Const, 0}, 12026 {"IFT_DIGITALWRAPPEROVERHEADCHANNEL", Const, 0}, 12027 {"IFT_DLSW", Const, 0}, 12028 {"IFT_DOCSCABLEDOWNSTREAM", Const, 0}, 12029 {"IFT_DOCSCABLEMACLAYER", Const, 0}, 12030 {"IFT_DOCSCABLEUPSTREAM", Const, 0}, 12031 {"IFT_DOCSCABLEUPSTREAMCHANNEL", Const, 1}, 12032 {"IFT_DS0", Const, 0}, 12033 {"IFT_DS0BUNDLE", Const, 0}, 12034 {"IFT_DS1FDL", Const, 0}, 12035 {"IFT_DS3", Const, 0}, 12036 {"IFT_DTM", Const, 0}, 12037 {"IFT_DUMMY", Const, 1}, 12038 {"IFT_DVBASILN", Const, 0}, 12039 {"IFT_DVBASIOUT", Const, 0}, 12040 {"IFT_DVBRCCDOWNSTREAM", Const, 0}, 12041 {"IFT_DVBRCCMACLAYER", Const, 0}, 12042 {"IFT_DVBRCCUPSTREAM", Const, 0}, 12043 {"IFT_ECONET", Const, 1}, 12044 {"IFT_ENC", Const, 0}, 12045 {"IFT_EON", Const, 0}, 12046 {"IFT_EPLRS", Const, 0}, 12047 {"IFT_ESCON", Const, 0}, 12048 {"IFT_ETHER", Const, 0}, 12049 {"IFT_FAITH", Const, 0}, 12050 {"IFT_FAST", Const, 0}, 12051 {"IFT_FASTETHER", Const, 0}, 12052 {"IFT_FASTETHERFX", Const, 0}, 12053 {"IFT_FDDI", Const, 0}, 12054 {"IFT_FIBRECHANNEL", Const, 0}, 12055 {"IFT_FRAMERELAYINTERCONNECT", Const, 0}, 12056 {"IFT_FRAMERELAYMPI", Const, 0}, 12057 {"IFT_FRDLCIENDPT", Const, 0}, 12058 {"IFT_FRELAY", Const, 0}, 12059 {"IFT_FRELAYDCE", Const, 0}, 12060 {"IFT_FRF16MFRBUNDLE", Const, 0}, 12061 {"IFT_FRFORWARD", Const, 0}, 12062 {"IFT_G703AT2MB", Const, 0}, 12063 {"IFT_G703AT64K", Const, 0}, 12064 {"IFT_GIF", Const, 0}, 12065 {"IFT_GIGABITETHERNET", Const, 0}, 12066 {"IFT_GR303IDT", Const, 0}, 12067 {"IFT_GR303RDT", Const, 0}, 12068 {"IFT_H323GATEKEEPER", Const, 0}, 12069 {"IFT_H323PROXY", Const, 0}, 12070 {"IFT_HDH1822", Const, 0}, 12071 {"IFT_HDLC", Const, 0}, 12072 {"IFT_HDSL2", Const, 0}, 12073 {"IFT_HIPERLAN2", Const, 0}, 12074 {"IFT_HIPPI", Const, 0}, 12075 {"IFT_HIPPIINTERFACE", Const, 0}, 12076 {"IFT_HOSTPAD", Const, 0}, 12077 {"IFT_HSSI", Const, 0}, 12078 {"IFT_HY", Const, 0}, 12079 {"IFT_IBM370PARCHAN", Const, 0}, 12080 {"IFT_IDSL", Const, 0}, 12081 {"IFT_IEEE1394", Const, 0}, 12082 {"IFT_IEEE80211", Const, 0}, 12083 {"IFT_IEEE80212", Const, 0}, 12084 {"IFT_IEEE8023ADLAG", Const, 0}, 12085 {"IFT_IFGSN", Const, 0}, 12086 {"IFT_IMT", Const, 0}, 12087 {"IFT_INFINIBAND", Const, 1}, 12088 {"IFT_INTERLEAVE", Const, 0}, 12089 {"IFT_IP", Const, 0}, 12090 {"IFT_IPFORWARD", Const, 0}, 12091 {"IFT_IPOVERATM", Const, 0}, 12092 {"IFT_IPOVERCDLC", Const, 0}, 12093 {"IFT_IPOVERCLAW", Const, 0}, 12094 {"IFT_IPSWITCH", Const, 0}, 12095 {"IFT_IPXIP", Const, 0}, 12096 {"IFT_ISDN", Const, 0}, 12097 {"IFT_ISDNBASIC", Const, 0}, 12098 {"IFT_ISDNPRIMARY", Const, 0}, 12099 {"IFT_ISDNS", Const, 0}, 12100 {"IFT_ISDNU", Const, 0}, 12101 {"IFT_ISO88022LLC", Const, 0}, 12102 {"IFT_ISO88023", Const, 0}, 12103 {"IFT_ISO88024", Const, 0}, 12104 {"IFT_ISO88025", Const, 0}, 12105 {"IFT_ISO88025CRFPINT", Const, 0}, 12106 {"IFT_ISO88025DTR", Const, 0}, 12107 {"IFT_ISO88025FIBER", Const, 0}, 12108 {"IFT_ISO88026", Const, 0}, 12109 {"IFT_ISUP", Const, 0}, 12110 {"IFT_L2VLAN", Const, 0}, 12111 {"IFT_L3IPVLAN", Const, 0}, 12112 {"IFT_L3IPXVLAN", Const, 0}, 12113 {"IFT_LAPB", Const, 0}, 12114 {"IFT_LAPD", Const, 0}, 12115 {"IFT_LAPF", Const, 0}, 12116 {"IFT_LINEGROUP", Const, 1}, 12117 {"IFT_LOCALTALK", Const, 0}, 12118 {"IFT_LOOP", Const, 0}, 12119 {"IFT_MEDIAMAILOVERIP", Const, 0}, 12120 {"IFT_MFSIGLINK", Const, 0}, 12121 {"IFT_MIOX25", Const, 0}, 12122 {"IFT_MODEM", Const, 0}, 12123 {"IFT_MPC", Const, 0}, 12124 {"IFT_MPLS", Const, 0}, 12125 {"IFT_MPLSTUNNEL", Const, 0}, 12126 {"IFT_MSDSL", Const, 0}, 12127 {"IFT_MVL", Const, 0}, 12128 {"IFT_MYRINET", Const, 0}, 12129 {"IFT_NFAS", Const, 0}, 12130 {"IFT_NSIP", Const, 0}, 12131 {"IFT_OPTICALCHANNEL", Const, 0}, 12132 {"IFT_OPTICALTRANSPORT", Const, 0}, 12133 {"IFT_OTHER", Const, 0}, 12134 {"IFT_P10", Const, 0}, 12135 {"IFT_P80", Const, 0}, 12136 {"IFT_PARA", Const, 0}, 12137 {"IFT_PDP", Const, 0}, 12138 {"IFT_PFLOG", Const, 0}, 12139 {"IFT_PFLOW", Const, 1}, 12140 {"IFT_PFSYNC", Const, 0}, 12141 {"IFT_PLC", Const, 0}, 12142 {"IFT_PON155", Const, 1}, 12143 {"IFT_PON622", Const, 1}, 12144 {"IFT_POS", Const, 0}, 12145 {"IFT_PPP", Const, 0}, 12146 {"IFT_PPPMULTILINKBUNDLE", Const, 0}, 12147 {"IFT_PROPATM", Const, 1}, 12148 {"IFT_PROPBWAP2MP", Const, 0}, 12149 {"IFT_PROPCNLS", Const, 0}, 12150 {"IFT_PROPDOCSWIRELESSDOWNSTREAM", Const, 0}, 12151 {"IFT_PROPDOCSWIRELESSMACLAYER", Const, 0}, 12152 {"IFT_PROPDOCSWIRELESSUPSTREAM", Const, 0}, 12153 {"IFT_PROPMUX", Const, 0}, 12154 {"IFT_PROPVIRTUAL", Const, 0}, 12155 {"IFT_PROPWIRELESSP2P", Const, 0}, 12156 {"IFT_PTPSERIAL", Const, 0}, 12157 {"IFT_PVC", Const, 0}, 12158 {"IFT_Q2931", Const, 1}, 12159 {"IFT_QLLC", Const, 0}, 12160 {"IFT_RADIOMAC", Const, 0}, 12161 {"IFT_RADSL", Const, 0}, 12162 {"IFT_REACHDSL", Const, 0}, 12163 {"IFT_RFC1483", Const, 0}, 12164 {"IFT_RS232", Const, 0}, 12165 {"IFT_RSRB", Const, 0}, 12166 {"IFT_SDLC", Const, 0}, 12167 {"IFT_SDSL", Const, 0}, 12168 {"IFT_SHDSL", Const, 0}, 12169 {"IFT_SIP", Const, 0}, 12170 {"IFT_SIPSIG", Const, 1}, 12171 {"IFT_SIPTG", Const, 1}, 12172 {"IFT_SLIP", Const, 0}, 12173 {"IFT_SMDSDXI", Const, 0}, 12174 {"IFT_SMDSICIP", Const, 0}, 12175 {"IFT_SONET", Const, 0}, 12176 {"IFT_SONETOVERHEADCHANNEL", Const, 0}, 12177 {"IFT_SONETPATH", Const, 0}, 12178 {"IFT_SONETVT", Const, 0}, 12179 {"IFT_SRP", Const, 0}, 12180 {"IFT_SS7SIGLINK", Const, 0}, 12181 {"IFT_STACKTOSTACK", Const, 0}, 12182 {"IFT_STARLAN", Const, 0}, 12183 {"IFT_STF", Const, 0}, 12184 {"IFT_T1", Const, 0}, 12185 {"IFT_TDLC", Const, 0}, 12186 {"IFT_TELINK", Const, 1}, 12187 {"IFT_TERMPAD", Const, 0}, 12188 {"IFT_TR008", Const, 0}, 12189 {"IFT_TRANSPHDLC", Const, 0}, 12190 {"IFT_TUNNEL", Const, 0}, 12191 {"IFT_ULTRA", Const, 0}, 12192 {"IFT_USB", Const, 0}, 12193 {"IFT_V11", Const, 0}, 12194 {"IFT_V35", Const, 0}, 12195 {"IFT_V36", Const, 0}, 12196 {"IFT_V37", Const, 0}, 12197 {"IFT_VDSL", Const, 0}, 12198 {"IFT_VIRTUALIPADDRESS", Const, 0}, 12199 {"IFT_VIRTUALTG", Const, 1}, 12200 {"IFT_VOICEDID", Const, 1}, 12201 {"IFT_VOICEEM", Const, 0}, 12202 {"IFT_VOICEEMFGD", Const, 1}, 12203 {"IFT_VOICEENCAP", Const, 0}, 12204 {"IFT_VOICEFGDEANA", Const, 1}, 12205 {"IFT_VOICEFXO", Const, 0}, 12206 {"IFT_VOICEFXS", Const, 0}, 12207 {"IFT_VOICEOVERATM", Const, 0}, 12208 {"IFT_VOICEOVERCABLE", Const, 1}, 12209 {"IFT_VOICEOVERFRAMERELAY", Const, 0}, 12210 {"IFT_VOICEOVERIP", Const, 0}, 12211 {"IFT_X213", Const, 0}, 12212 {"IFT_X25", Const, 0}, 12213 {"IFT_X25DDN", Const, 0}, 12214 {"IFT_X25HUNTGROUP", Const, 0}, 12215 {"IFT_X25MLP", Const, 0}, 12216 {"IFT_X25PLE", Const, 0}, 12217 {"IFT_XETHER", Const, 0}, 12218 {"IGNBRK", Const, 0}, 12219 {"IGNCR", Const, 0}, 12220 {"IGNORE", Const, 0}, 12221 {"IGNPAR", Const, 0}, 12222 {"IMAXBEL", Const, 0}, 12223 {"INFINITE", Const, 0}, 12224 {"INLCR", Const, 0}, 12225 {"INPCK", Const, 0}, 12226 {"INVALID_FILE_ATTRIBUTES", Const, 0}, 12227 {"IN_ACCESS", Const, 0}, 12228 {"IN_ALL_EVENTS", Const, 0}, 12229 {"IN_ATTRIB", Const, 0}, 12230 {"IN_CLASSA_HOST", Const, 0}, 12231 {"IN_CLASSA_MAX", Const, 0}, 12232 {"IN_CLASSA_NET", Const, 0}, 12233 {"IN_CLASSA_NSHIFT", Const, 0}, 12234 {"IN_CLASSB_HOST", Const, 0}, 12235 {"IN_CLASSB_MAX", Const, 0}, 12236 {"IN_CLASSB_NET", Const, 0}, 12237 {"IN_CLASSB_NSHIFT", Const, 0}, 12238 {"IN_CLASSC_HOST", Const, 0}, 12239 {"IN_CLASSC_NET", Const, 0}, 12240 {"IN_CLASSC_NSHIFT", Const, 0}, 12241 {"IN_CLASSD_HOST", Const, 0}, 12242 {"IN_CLASSD_NET", Const, 0}, 12243 {"IN_CLASSD_NSHIFT", Const, 0}, 12244 {"IN_CLOEXEC", Const, 0}, 12245 {"IN_CLOSE", Const, 0}, 12246 {"IN_CLOSE_NOWRITE", Const, 0}, 12247 {"IN_CLOSE_WRITE", Const, 0}, 12248 {"IN_CREATE", Const, 0}, 12249 {"IN_DELETE", Const, 0}, 12250 {"IN_DELETE_SELF", Const, 0}, 12251 {"IN_DONT_FOLLOW", Const, 0}, 12252 {"IN_EXCL_UNLINK", Const, 0}, 12253 {"IN_IGNORED", Const, 0}, 12254 {"IN_ISDIR", Const, 0}, 12255 {"IN_LINKLOCALNETNUM", Const, 0}, 12256 {"IN_LOOPBACKNET", Const, 0}, 12257 {"IN_MASK_ADD", Const, 0}, 12258 {"IN_MODIFY", Const, 0}, 12259 {"IN_MOVE", Const, 0}, 12260 {"IN_MOVED_FROM", Const, 0}, 12261 {"IN_MOVED_TO", Const, 0}, 12262 {"IN_MOVE_SELF", Const, 0}, 12263 {"IN_NONBLOCK", Const, 0}, 12264 {"IN_ONESHOT", Const, 0}, 12265 {"IN_ONLYDIR", Const, 0}, 12266 {"IN_OPEN", Const, 0}, 12267 {"IN_Q_OVERFLOW", Const, 0}, 12268 {"IN_RFC3021_HOST", Const, 1}, 12269 {"IN_RFC3021_MASK", Const, 1}, 12270 {"IN_RFC3021_NET", Const, 1}, 12271 {"IN_RFC3021_NSHIFT", Const, 1}, 12272 {"IN_UNMOUNT", Const, 0}, 12273 {"IOC_IN", Const, 1}, 12274 {"IOC_INOUT", Const, 1}, 12275 {"IOC_OUT", Const, 1}, 12276 {"IOC_VENDOR", Const, 3}, 12277 {"IOC_WS2", Const, 1}, 12278 {"IO_REPARSE_TAG_SYMLINK", Const, 4}, 12279 {"IPMreq", Type, 0}, 12280 {"IPMreq.Interface", Field, 0}, 12281 {"IPMreq.Multiaddr", Field, 0}, 12282 {"IPMreqn", Type, 0}, 12283 {"IPMreqn.Address", Field, 0}, 12284 {"IPMreqn.Ifindex", Field, 0}, 12285 {"IPMreqn.Multiaddr", Field, 0}, 12286 {"IPPROTO_3PC", Const, 0}, 12287 {"IPPROTO_ADFS", Const, 0}, 12288 {"IPPROTO_AH", Const, 0}, 12289 {"IPPROTO_AHIP", Const, 0}, 12290 {"IPPROTO_APES", Const, 0}, 12291 {"IPPROTO_ARGUS", Const, 0}, 12292 {"IPPROTO_AX25", Const, 0}, 12293 {"IPPROTO_BHA", Const, 0}, 12294 {"IPPROTO_BLT", Const, 0}, 12295 {"IPPROTO_BRSATMON", Const, 0}, 12296 {"IPPROTO_CARP", Const, 0}, 12297 {"IPPROTO_CFTP", Const, 0}, 12298 {"IPPROTO_CHAOS", Const, 0}, 12299 {"IPPROTO_CMTP", Const, 0}, 12300 {"IPPROTO_COMP", Const, 0}, 12301 {"IPPROTO_CPHB", Const, 0}, 12302 {"IPPROTO_CPNX", Const, 0}, 12303 {"IPPROTO_DCCP", Const, 0}, 12304 {"IPPROTO_DDP", Const, 0}, 12305 {"IPPROTO_DGP", Const, 0}, 12306 {"IPPROTO_DIVERT", Const, 0}, 12307 {"IPPROTO_DIVERT_INIT", Const, 3}, 12308 {"IPPROTO_DIVERT_RESP", Const, 3}, 12309 {"IPPROTO_DONE", Const, 0}, 12310 {"IPPROTO_DSTOPTS", Const, 0}, 12311 {"IPPROTO_EGP", Const, 0}, 12312 {"IPPROTO_EMCON", Const, 0}, 12313 {"IPPROTO_ENCAP", Const, 0}, 12314 {"IPPROTO_EON", Const, 0}, 12315 {"IPPROTO_ESP", Const, 0}, 12316 {"IPPROTO_ETHERIP", Const, 0}, 12317 {"IPPROTO_FRAGMENT", Const, 0}, 12318 {"IPPROTO_GGP", Const, 0}, 12319 {"IPPROTO_GMTP", Const, 0}, 12320 {"IPPROTO_GRE", Const, 0}, 12321 {"IPPROTO_HELLO", Const, 0}, 12322 {"IPPROTO_HMP", Const, 0}, 12323 {"IPPROTO_HOPOPTS", Const, 0}, 12324 {"IPPROTO_ICMP", Const, 0}, 12325 {"IPPROTO_ICMPV6", Const, 0}, 12326 {"IPPROTO_IDP", Const, 0}, 12327 {"IPPROTO_IDPR", Const, 0}, 12328 {"IPPROTO_IDRP", Const, 0}, 12329 {"IPPROTO_IGMP", Const, 0}, 12330 {"IPPROTO_IGP", Const, 0}, 12331 {"IPPROTO_IGRP", Const, 0}, 12332 {"IPPROTO_IL", Const, 0}, 12333 {"IPPROTO_INLSP", Const, 0}, 12334 {"IPPROTO_INP", Const, 0}, 12335 {"IPPROTO_IP", Const, 0}, 12336 {"IPPROTO_IPCOMP", Const, 0}, 12337 {"IPPROTO_IPCV", Const, 0}, 12338 {"IPPROTO_IPEIP", Const, 0}, 12339 {"IPPROTO_IPIP", Const, 0}, 12340 {"IPPROTO_IPPC", Const, 0}, 12341 {"IPPROTO_IPV4", Const, 0}, 12342 {"IPPROTO_IPV6", Const, 0}, 12343 {"IPPROTO_IPV6_ICMP", Const, 1}, 12344 {"IPPROTO_IRTP", Const, 0}, 12345 {"IPPROTO_KRYPTOLAN", Const, 0}, 12346 {"IPPROTO_LARP", Const, 0}, 12347 {"IPPROTO_LEAF1", Const, 0}, 12348 {"IPPROTO_LEAF2", Const, 0}, 12349 {"IPPROTO_MAX", Const, 0}, 12350 {"IPPROTO_MAXID", Const, 0}, 12351 {"IPPROTO_MEAS", Const, 0}, 12352 {"IPPROTO_MH", Const, 1}, 12353 {"IPPROTO_MHRP", Const, 0}, 12354 {"IPPROTO_MICP", Const, 0}, 12355 {"IPPROTO_MOBILE", Const, 0}, 12356 {"IPPROTO_MPLS", Const, 1}, 12357 {"IPPROTO_MTP", Const, 0}, 12358 {"IPPROTO_MUX", Const, 0}, 12359 {"IPPROTO_ND", Const, 0}, 12360 {"IPPROTO_NHRP", Const, 0}, 12361 {"IPPROTO_NONE", Const, 0}, 12362 {"IPPROTO_NSP", Const, 0}, 12363 {"IPPROTO_NVPII", Const, 0}, 12364 {"IPPROTO_OLD_DIVERT", Const, 0}, 12365 {"IPPROTO_OSPFIGP", Const, 0}, 12366 {"IPPROTO_PFSYNC", Const, 0}, 12367 {"IPPROTO_PGM", Const, 0}, 12368 {"IPPROTO_PIGP", Const, 0}, 12369 {"IPPROTO_PIM", Const, 0}, 12370 {"IPPROTO_PRM", Const, 0}, 12371 {"IPPROTO_PUP", Const, 0}, 12372 {"IPPROTO_PVP", Const, 0}, 12373 {"IPPROTO_RAW", Const, 0}, 12374 {"IPPROTO_RCCMON", Const, 0}, 12375 {"IPPROTO_RDP", Const, 0}, 12376 {"IPPROTO_ROUTING", Const, 0}, 12377 {"IPPROTO_RSVP", Const, 0}, 12378 {"IPPROTO_RVD", Const, 0}, 12379 {"IPPROTO_SATEXPAK", Const, 0}, 12380 {"IPPROTO_SATMON", Const, 0}, 12381 {"IPPROTO_SCCSP", Const, 0}, 12382 {"IPPROTO_SCTP", Const, 0}, 12383 {"IPPROTO_SDRP", Const, 0}, 12384 {"IPPROTO_SEND", Const, 1}, 12385 {"IPPROTO_SEP", Const, 0}, 12386 {"IPPROTO_SKIP", Const, 0}, 12387 {"IPPROTO_SPACER", Const, 0}, 12388 {"IPPROTO_SRPC", Const, 0}, 12389 {"IPPROTO_ST", Const, 0}, 12390 {"IPPROTO_SVMTP", Const, 0}, 12391 {"IPPROTO_SWIPE", Const, 0}, 12392 {"IPPROTO_TCF", Const, 0}, 12393 {"IPPROTO_TCP", Const, 0}, 12394 {"IPPROTO_TLSP", Const, 0}, 12395 {"IPPROTO_TP", Const, 0}, 12396 {"IPPROTO_TPXX", Const, 0}, 12397 {"IPPROTO_TRUNK1", Const, 0}, 12398 {"IPPROTO_TRUNK2", Const, 0}, 12399 {"IPPROTO_TTP", Const, 0}, 12400 {"IPPROTO_UDP", Const, 0}, 12401 {"IPPROTO_UDPLITE", Const, 0}, 12402 {"IPPROTO_VINES", Const, 0}, 12403 {"IPPROTO_VISA", Const, 0}, 12404 {"IPPROTO_VMTP", Const, 0}, 12405 {"IPPROTO_VRRP", Const, 1}, 12406 {"IPPROTO_WBEXPAK", Const, 0}, 12407 {"IPPROTO_WBMON", Const, 0}, 12408 {"IPPROTO_WSN", Const, 0}, 12409 {"IPPROTO_XNET", Const, 0}, 12410 {"IPPROTO_XTP", Const, 0}, 12411 {"IPV6_2292DSTOPTS", Const, 0}, 12412 {"IPV6_2292HOPLIMIT", Const, 0}, 12413 {"IPV6_2292HOPOPTS", Const, 0}, 12414 {"IPV6_2292NEXTHOP", Const, 0}, 12415 {"IPV6_2292PKTINFO", Const, 0}, 12416 {"IPV6_2292PKTOPTIONS", Const, 0}, 12417 {"IPV6_2292RTHDR", Const, 0}, 12418 {"IPV6_ADDRFORM", Const, 0}, 12419 {"IPV6_ADD_MEMBERSHIP", Const, 0}, 12420 {"IPV6_AUTHHDR", Const, 0}, 12421 {"IPV6_AUTH_LEVEL", Const, 1}, 12422 {"IPV6_AUTOFLOWLABEL", Const, 0}, 12423 {"IPV6_BINDANY", Const, 0}, 12424 {"IPV6_BINDV6ONLY", Const, 0}, 12425 {"IPV6_BOUND_IF", Const, 0}, 12426 {"IPV6_CHECKSUM", Const, 0}, 12427 {"IPV6_DEFAULT_MULTICAST_HOPS", Const, 0}, 12428 {"IPV6_DEFAULT_MULTICAST_LOOP", Const, 0}, 12429 {"IPV6_DEFHLIM", Const, 0}, 12430 {"IPV6_DONTFRAG", Const, 0}, 12431 {"IPV6_DROP_MEMBERSHIP", Const, 0}, 12432 {"IPV6_DSTOPTS", Const, 0}, 12433 {"IPV6_ESP_NETWORK_LEVEL", Const, 1}, 12434 {"IPV6_ESP_TRANS_LEVEL", Const, 1}, 12435 {"IPV6_FAITH", Const, 0}, 12436 {"IPV6_FLOWINFO_MASK", Const, 0}, 12437 {"IPV6_FLOWLABEL_MASK", Const, 0}, 12438 {"IPV6_FRAGTTL", Const, 0}, 12439 {"IPV6_FW_ADD", Const, 0}, 12440 {"IPV6_FW_DEL", Const, 0}, 12441 {"IPV6_FW_FLUSH", Const, 0}, 12442 {"IPV6_FW_GET", Const, 0}, 12443 {"IPV6_FW_ZERO", Const, 0}, 12444 {"IPV6_HLIMDEC", Const, 0}, 12445 {"IPV6_HOPLIMIT", Const, 0}, 12446 {"IPV6_HOPOPTS", Const, 0}, 12447 {"IPV6_IPCOMP_LEVEL", Const, 1}, 12448 {"IPV6_IPSEC_POLICY", Const, 0}, 12449 {"IPV6_JOIN_ANYCAST", Const, 0}, 12450 {"IPV6_JOIN_GROUP", Const, 0}, 12451 {"IPV6_LEAVE_ANYCAST", Const, 0}, 12452 {"IPV6_LEAVE_GROUP", Const, 0}, 12453 {"IPV6_MAXHLIM", Const, 0}, 12454 {"IPV6_MAXOPTHDR", Const, 0}, 12455 {"IPV6_MAXPACKET", Const, 0}, 12456 {"IPV6_MAX_GROUP_SRC_FILTER", Const, 0}, 12457 {"IPV6_MAX_MEMBERSHIPS", Const, 0}, 12458 {"IPV6_MAX_SOCK_SRC_FILTER", Const, 0}, 12459 {"IPV6_MIN_MEMBERSHIPS", Const, 0}, 12460 {"IPV6_MMTU", Const, 0}, 12461 {"IPV6_MSFILTER", Const, 0}, 12462 {"IPV6_MTU", Const, 0}, 12463 {"IPV6_MTU_DISCOVER", Const, 0}, 12464 {"IPV6_MULTICAST_HOPS", Const, 0}, 12465 {"IPV6_MULTICAST_IF", Const, 0}, 12466 {"IPV6_MULTICAST_LOOP", Const, 0}, 12467 {"IPV6_NEXTHOP", Const, 0}, 12468 {"IPV6_OPTIONS", Const, 1}, 12469 {"IPV6_PATHMTU", Const, 0}, 12470 {"IPV6_PIPEX", Const, 1}, 12471 {"IPV6_PKTINFO", Const, 0}, 12472 {"IPV6_PMTUDISC_DO", Const, 0}, 12473 {"IPV6_PMTUDISC_DONT", Const, 0}, 12474 {"IPV6_PMTUDISC_PROBE", Const, 0}, 12475 {"IPV6_PMTUDISC_WANT", Const, 0}, 12476 {"IPV6_PORTRANGE", Const, 0}, 12477 {"IPV6_PORTRANGE_DEFAULT", Const, 0}, 12478 {"IPV6_PORTRANGE_HIGH", Const, 0}, 12479 {"IPV6_PORTRANGE_LOW", Const, 0}, 12480 {"IPV6_PREFER_TEMPADDR", Const, 0}, 12481 {"IPV6_RECVDSTOPTS", Const, 0}, 12482 {"IPV6_RECVDSTPORT", Const, 3}, 12483 {"IPV6_RECVERR", Const, 0}, 12484 {"IPV6_RECVHOPLIMIT", Const, 0}, 12485 {"IPV6_RECVHOPOPTS", Const, 0}, 12486 {"IPV6_RECVPATHMTU", Const, 0}, 12487 {"IPV6_RECVPKTINFO", Const, 0}, 12488 {"IPV6_RECVRTHDR", Const, 0}, 12489 {"IPV6_RECVTCLASS", Const, 0}, 12490 {"IPV6_ROUTER_ALERT", Const, 0}, 12491 {"IPV6_RTABLE", Const, 1}, 12492 {"IPV6_RTHDR", Const, 0}, 12493 {"IPV6_RTHDRDSTOPTS", Const, 0}, 12494 {"IPV6_RTHDR_LOOSE", Const, 0}, 12495 {"IPV6_RTHDR_STRICT", Const, 0}, 12496 {"IPV6_RTHDR_TYPE_0", Const, 0}, 12497 {"IPV6_RXDSTOPTS", Const, 0}, 12498 {"IPV6_RXHOPOPTS", Const, 0}, 12499 {"IPV6_SOCKOPT_RESERVED1", Const, 0}, 12500 {"IPV6_TCLASS", Const, 0}, 12501 {"IPV6_UNICAST_HOPS", Const, 0}, 12502 {"IPV6_USE_MIN_MTU", Const, 0}, 12503 {"IPV6_V6ONLY", Const, 0}, 12504 {"IPV6_VERSION", Const, 0}, 12505 {"IPV6_VERSION_MASK", Const, 0}, 12506 {"IPV6_XFRM_POLICY", Const, 0}, 12507 {"IP_ADD_MEMBERSHIP", Const, 0}, 12508 {"IP_ADD_SOURCE_MEMBERSHIP", Const, 0}, 12509 {"IP_AUTH_LEVEL", Const, 1}, 12510 {"IP_BINDANY", Const, 0}, 12511 {"IP_BLOCK_SOURCE", Const, 0}, 12512 {"IP_BOUND_IF", Const, 0}, 12513 {"IP_DEFAULT_MULTICAST_LOOP", Const, 0}, 12514 {"IP_DEFAULT_MULTICAST_TTL", Const, 0}, 12515 {"IP_DF", Const, 0}, 12516 {"IP_DIVERTFL", Const, 3}, 12517 {"IP_DONTFRAG", Const, 0}, 12518 {"IP_DROP_MEMBERSHIP", Const, 0}, 12519 {"IP_DROP_SOURCE_MEMBERSHIP", Const, 0}, 12520 {"IP_DUMMYNET3", Const, 0}, 12521 {"IP_DUMMYNET_CONFIGURE", Const, 0}, 12522 {"IP_DUMMYNET_DEL", Const, 0}, 12523 {"IP_DUMMYNET_FLUSH", Const, 0}, 12524 {"IP_DUMMYNET_GET", Const, 0}, 12525 {"IP_EF", Const, 1}, 12526 {"IP_ERRORMTU", Const, 1}, 12527 {"IP_ESP_NETWORK_LEVEL", Const, 1}, 12528 {"IP_ESP_TRANS_LEVEL", Const, 1}, 12529 {"IP_FAITH", Const, 0}, 12530 {"IP_FREEBIND", Const, 0}, 12531 {"IP_FW3", Const, 0}, 12532 {"IP_FW_ADD", Const, 0}, 12533 {"IP_FW_DEL", Const, 0}, 12534 {"IP_FW_FLUSH", Const, 0}, 12535 {"IP_FW_GET", Const, 0}, 12536 {"IP_FW_NAT_CFG", Const, 0}, 12537 {"IP_FW_NAT_DEL", Const, 0}, 12538 {"IP_FW_NAT_GET_CONFIG", Const, 0}, 12539 {"IP_FW_NAT_GET_LOG", Const, 0}, 12540 {"IP_FW_RESETLOG", Const, 0}, 12541 {"IP_FW_TABLE_ADD", Const, 0}, 12542 {"IP_FW_TABLE_DEL", Const, 0}, 12543 {"IP_FW_TABLE_FLUSH", Const, 0}, 12544 {"IP_FW_TABLE_GETSIZE", Const, 0}, 12545 {"IP_FW_TABLE_LIST", Const, 0}, 12546 {"IP_FW_ZERO", Const, 0}, 12547 {"IP_HDRINCL", Const, 0}, 12548 {"IP_IPCOMP_LEVEL", Const, 1}, 12549 {"IP_IPSECFLOWINFO", Const, 1}, 12550 {"IP_IPSEC_LOCAL_AUTH", Const, 1}, 12551 {"IP_IPSEC_LOCAL_CRED", Const, 1}, 12552 {"IP_IPSEC_LOCAL_ID", Const, 1}, 12553 {"IP_IPSEC_POLICY", Const, 0}, 12554 {"IP_IPSEC_REMOTE_AUTH", Const, 1}, 12555 {"IP_IPSEC_REMOTE_CRED", Const, 1}, 12556 {"IP_IPSEC_REMOTE_ID", Const, 1}, 12557 {"IP_MAXPACKET", Const, 0}, 12558 {"IP_MAX_GROUP_SRC_FILTER", Const, 0}, 12559 {"IP_MAX_MEMBERSHIPS", Const, 0}, 12560 {"IP_MAX_SOCK_MUTE_FILTER", Const, 0}, 12561 {"IP_MAX_SOCK_SRC_FILTER", Const, 0}, 12562 {"IP_MAX_SOURCE_FILTER", Const, 0}, 12563 {"IP_MF", Const, 0}, 12564 {"IP_MINFRAGSIZE", Const, 1}, 12565 {"IP_MINTTL", Const, 0}, 12566 {"IP_MIN_MEMBERSHIPS", Const, 0}, 12567 {"IP_MSFILTER", Const, 0}, 12568 {"IP_MSS", Const, 0}, 12569 {"IP_MTU", Const, 0}, 12570 {"IP_MTU_DISCOVER", Const, 0}, 12571 {"IP_MULTICAST_IF", Const, 0}, 12572 {"IP_MULTICAST_IFINDEX", Const, 0}, 12573 {"IP_MULTICAST_LOOP", Const, 0}, 12574 {"IP_MULTICAST_TTL", Const, 0}, 12575 {"IP_MULTICAST_VIF", Const, 0}, 12576 {"IP_NAT__XXX", Const, 0}, 12577 {"IP_OFFMASK", Const, 0}, 12578 {"IP_OLD_FW_ADD", Const, 0}, 12579 {"IP_OLD_FW_DEL", Const, 0}, 12580 {"IP_OLD_FW_FLUSH", Const, 0}, 12581 {"IP_OLD_FW_GET", Const, 0}, 12582 {"IP_OLD_FW_RESETLOG", Const, 0}, 12583 {"IP_OLD_FW_ZERO", Const, 0}, 12584 {"IP_ONESBCAST", Const, 0}, 12585 {"IP_OPTIONS", Const, 0}, 12586 {"IP_ORIGDSTADDR", Const, 0}, 12587 {"IP_PASSSEC", Const, 0}, 12588 {"IP_PIPEX", Const, 1}, 12589 {"IP_PKTINFO", Const, 0}, 12590 {"IP_PKTOPTIONS", Const, 0}, 12591 {"IP_PMTUDISC", Const, 0}, 12592 {"IP_PMTUDISC_DO", Const, 0}, 12593 {"IP_PMTUDISC_DONT", Const, 0}, 12594 {"IP_PMTUDISC_PROBE", Const, 0}, 12595 {"IP_PMTUDISC_WANT", Const, 0}, 12596 {"IP_PORTRANGE", Const, 0}, 12597 {"IP_PORTRANGE_DEFAULT", Const, 0}, 12598 {"IP_PORTRANGE_HIGH", Const, 0}, 12599 {"IP_PORTRANGE_LOW", Const, 0}, 12600 {"IP_RECVDSTADDR", Const, 0}, 12601 {"IP_RECVDSTPORT", Const, 1}, 12602 {"IP_RECVERR", Const, 0}, 12603 {"IP_RECVIF", Const, 0}, 12604 {"IP_RECVOPTS", Const, 0}, 12605 {"IP_RECVORIGDSTADDR", Const, 0}, 12606 {"IP_RECVPKTINFO", Const, 0}, 12607 {"IP_RECVRETOPTS", Const, 0}, 12608 {"IP_RECVRTABLE", Const, 1}, 12609 {"IP_RECVTOS", Const, 0}, 12610 {"IP_RECVTTL", Const, 0}, 12611 {"IP_RETOPTS", Const, 0}, 12612 {"IP_RF", Const, 0}, 12613 {"IP_ROUTER_ALERT", Const, 0}, 12614 {"IP_RSVP_OFF", Const, 0}, 12615 {"IP_RSVP_ON", Const, 0}, 12616 {"IP_RSVP_VIF_OFF", Const, 0}, 12617 {"IP_RSVP_VIF_ON", Const, 0}, 12618 {"IP_RTABLE", Const, 1}, 12619 {"IP_SENDSRCADDR", Const, 0}, 12620 {"IP_STRIPHDR", Const, 0}, 12621 {"IP_TOS", Const, 0}, 12622 {"IP_TRAFFIC_MGT_BACKGROUND", Const, 0}, 12623 {"IP_TRANSPARENT", Const, 0}, 12624 {"IP_TTL", Const, 0}, 12625 {"IP_UNBLOCK_SOURCE", Const, 0}, 12626 {"IP_XFRM_POLICY", Const, 0}, 12627 {"IPv6MTUInfo", Type, 2}, 12628 {"IPv6MTUInfo.Addr", Field, 2}, 12629 {"IPv6MTUInfo.Mtu", Field, 2}, 12630 {"IPv6Mreq", Type, 0}, 12631 {"IPv6Mreq.Interface", Field, 0}, 12632 {"IPv6Mreq.Multiaddr", Field, 0}, 12633 {"ISIG", Const, 0}, 12634 {"ISTRIP", Const, 0}, 12635 {"IUCLC", Const, 0}, 12636 {"IUTF8", Const, 0}, 12637 {"IXANY", Const, 0}, 12638 {"IXOFF", Const, 0}, 12639 {"IXON", Const, 0}, 12640 {"IfAddrmsg", Type, 0}, 12641 {"IfAddrmsg.Family", Field, 0}, 12642 {"IfAddrmsg.Flags", Field, 0}, 12643 {"IfAddrmsg.Index", Field, 0}, 12644 {"IfAddrmsg.Prefixlen", Field, 0}, 12645 {"IfAddrmsg.Scope", Field, 0}, 12646 {"IfAnnounceMsghdr", Type, 1}, 12647 {"IfAnnounceMsghdr.Hdrlen", Field, 2}, 12648 {"IfAnnounceMsghdr.Index", Field, 1}, 12649 {"IfAnnounceMsghdr.Msglen", Field, 1}, 12650 {"IfAnnounceMsghdr.Name", Field, 1}, 12651 {"IfAnnounceMsghdr.Type", Field, 1}, 12652 {"IfAnnounceMsghdr.Version", Field, 1}, 12653 {"IfAnnounceMsghdr.What", Field, 1}, 12654 {"IfData", Type, 0}, 12655 {"IfData.Addrlen", Field, 0}, 12656 {"IfData.Baudrate", Field, 0}, 12657 {"IfData.Capabilities", Field, 2}, 12658 {"IfData.Collisions", Field, 0}, 12659 {"IfData.Datalen", Field, 0}, 12660 {"IfData.Epoch", Field, 0}, 12661 {"IfData.Hdrlen", Field, 0}, 12662 {"IfData.Hwassist", Field, 0}, 12663 {"IfData.Ibytes", Field, 0}, 12664 {"IfData.Ierrors", Field, 0}, 12665 {"IfData.Imcasts", Field, 0}, 12666 {"IfData.Ipackets", Field, 0}, 12667 {"IfData.Iqdrops", Field, 0}, 12668 {"IfData.Lastchange", Field, 0}, 12669 {"IfData.Link_state", Field, 0}, 12670 {"IfData.Mclpool", Field, 2}, 12671 {"IfData.Metric", Field, 0}, 12672 {"IfData.Mtu", Field, 0}, 12673 {"IfData.Noproto", Field, 0}, 12674 {"IfData.Obytes", Field, 0}, 12675 {"IfData.Oerrors", Field, 0}, 12676 {"IfData.Omcasts", Field, 0}, 12677 {"IfData.Opackets", Field, 0}, 12678 {"IfData.Pad", Field, 2}, 12679 {"IfData.Pad_cgo_0", Field, 2}, 12680 {"IfData.Pad_cgo_1", Field, 2}, 12681 {"IfData.Physical", Field, 0}, 12682 {"IfData.Recvquota", Field, 0}, 12683 {"IfData.Recvtiming", Field, 0}, 12684 {"IfData.Reserved1", Field, 0}, 12685 {"IfData.Reserved2", Field, 0}, 12686 {"IfData.Spare_char1", Field, 0}, 12687 {"IfData.Spare_char2", Field, 0}, 12688 {"IfData.Type", Field, 0}, 12689 {"IfData.Typelen", Field, 0}, 12690 {"IfData.Unused1", Field, 0}, 12691 {"IfData.Unused2", Field, 0}, 12692 {"IfData.Xmitquota", Field, 0}, 12693 {"IfData.Xmittiming", Field, 0}, 12694 {"IfInfomsg", Type, 0}, 12695 {"IfInfomsg.Change", Field, 0}, 12696 {"IfInfomsg.Family", Field, 0}, 12697 {"IfInfomsg.Flags", Field, 0}, 12698 {"IfInfomsg.Index", Field, 0}, 12699 {"IfInfomsg.Type", Field, 0}, 12700 {"IfInfomsg.X__ifi_pad", Field, 0}, 12701 {"IfMsghdr", Type, 0}, 12702 {"IfMsghdr.Addrs", Field, 0}, 12703 {"IfMsghdr.Data", Field, 0}, 12704 {"IfMsghdr.Flags", Field, 0}, 12705 {"IfMsghdr.Hdrlen", Field, 2}, 12706 {"IfMsghdr.Index", Field, 0}, 12707 {"IfMsghdr.Msglen", Field, 0}, 12708 {"IfMsghdr.Pad1", Field, 2}, 12709 {"IfMsghdr.Pad2", Field, 2}, 12710 {"IfMsghdr.Pad_cgo_0", Field, 0}, 12711 {"IfMsghdr.Pad_cgo_1", Field, 2}, 12712 {"IfMsghdr.Tableid", Field, 2}, 12713 {"IfMsghdr.Type", Field, 0}, 12714 {"IfMsghdr.Version", Field, 0}, 12715 {"IfMsghdr.Xflags", Field, 2}, 12716 {"IfaMsghdr", Type, 0}, 12717 {"IfaMsghdr.Addrs", Field, 0}, 12718 {"IfaMsghdr.Flags", Field, 0}, 12719 {"IfaMsghdr.Hdrlen", Field, 2}, 12720 {"IfaMsghdr.Index", Field, 0}, 12721 {"IfaMsghdr.Metric", Field, 0}, 12722 {"IfaMsghdr.Msglen", Field, 0}, 12723 {"IfaMsghdr.Pad1", Field, 2}, 12724 {"IfaMsghdr.Pad2", Field, 2}, 12725 {"IfaMsghdr.Pad_cgo_0", Field, 0}, 12726 {"IfaMsghdr.Tableid", Field, 2}, 12727 {"IfaMsghdr.Type", Field, 0}, 12728 {"IfaMsghdr.Version", Field, 0}, 12729 {"IfmaMsghdr", Type, 0}, 12730 {"IfmaMsghdr.Addrs", Field, 0}, 12731 {"IfmaMsghdr.Flags", Field, 0}, 12732 {"IfmaMsghdr.Index", Field, 0}, 12733 {"IfmaMsghdr.Msglen", Field, 0}, 12734 {"IfmaMsghdr.Pad_cgo_0", Field, 0}, 12735 {"IfmaMsghdr.Type", Field, 0}, 12736 {"IfmaMsghdr.Version", Field, 0}, 12737 {"IfmaMsghdr2", Type, 0}, 12738 {"IfmaMsghdr2.Addrs", Field, 0}, 12739 {"IfmaMsghdr2.Flags", Field, 0}, 12740 {"IfmaMsghdr2.Index", Field, 0}, 12741 {"IfmaMsghdr2.Msglen", Field, 0}, 12742 {"IfmaMsghdr2.Pad_cgo_0", Field, 0}, 12743 {"IfmaMsghdr2.Refcount", Field, 0}, 12744 {"IfmaMsghdr2.Type", Field, 0}, 12745 {"IfmaMsghdr2.Version", Field, 0}, 12746 {"ImplementsGetwd", Const, 0}, 12747 {"Inet4Pktinfo", Type, 0}, 12748 {"Inet4Pktinfo.Addr", Field, 0}, 12749 {"Inet4Pktinfo.Ifindex", Field, 0}, 12750 {"Inet4Pktinfo.Spec_dst", Field, 0}, 12751 {"Inet6Pktinfo", Type, 0}, 12752 {"Inet6Pktinfo.Addr", Field, 0}, 12753 {"Inet6Pktinfo.Ifindex", Field, 0}, 12754 {"InotifyAddWatch", Func, 0}, 12755 {"InotifyEvent", Type, 0}, 12756 {"InotifyEvent.Cookie", Field, 0}, 12757 {"InotifyEvent.Len", Field, 0}, 12758 {"InotifyEvent.Mask", Field, 0}, 12759 {"InotifyEvent.Name", Field, 0}, 12760 {"InotifyEvent.Wd", Field, 0}, 12761 {"InotifyInit", Func, 0}, 12762 {"InotifyInit1", Func, 0}, 12763 {"InotifyRmWatch", Func, 0}, 12764 {"InterfaceAddrMessage", Type, 0}, 12765 {"InterfaceAddrMessage.Data", Field, 0}, 12766 {"InterfaceAddrMessage.Header", Field, 0}, 12767 {"InterfaceAnnounceMessage", Type, 1}, 12768 {"InterfaceAnnounceMessage.Header", Field, 1}, 12769 {"InterfaceInfo", Type, 0}, 12770 {"InterfaceInfo.Address", Field, 0}, 12771 {"InterfaceInfo.BroadcastAddress", Field, 0}, 12772 {"InterfaceInfo.Flags", Field, 0}, 12773 {"InterfaceInfo.Netmask", Field, 0}, 12774 {"InterfaceMessage", Type, 0}, 12775 {"InterfaceMessage.Data", Field, 0}, 12776 {"InterfaceMessage.Header", Field, 0}, 12777 {"InterfaceMulticastAddrMessage", Type, 0}, 12778 {"InterfaceMulticastAddrMessage.Data", Field, 0}, 12779 {"InterfaceMulticastAddrMessage.Header", Field, 0}, 12780 {"InvalidHandle", Const, 0}, 12781 {"Ioperm", Func, 0}, 12782 {"Iopl", Func, 0}, 12783 {"Iovec", Type, 0}, 12784 {"Iovec.Base", Field, 0}, 12785 {"Iovec.Len", Field, 0}, 12786 {"IpAdapterInfo", Type, 0}, 12787 {"IpAdapterInfo.AdapterName", Field, 0}, 12788 {"IpAdapterInfo.Address", Field, 0}, 12789 {"IpAdapterInfo.AddressLength", Field, 0}, 12790 {"IpAdapterInfo.ComboIndex", Field, 0}, 12791 {"IpAdapterInfo.CurrentIpAddress", Field, 0}, 12792 {"IpAdapterInfo.Description", Field, 0}, 12793 {"IpAdapterInfo.DhcpEnabled", Field, 0}, 12794 {"IpAdapterInfo.DhcpServer", Field, 0}, 12795 {"IpAdapterInfo.GatewayList", Field, 0}, 12796 {"IpAdapterInfo.HaveWins", Field, 0}, 12797 {"IpAdapterInfo.Index", Field, 0}, 12798 {"IpAdapterInfo.IpAddressList", Field, 0}, 12799 {"IpAdapterInfo.LeaseExpires", Field, 0}, 12800 {"IpAdapterInfo.LeaseObtained", Field, 0}, 12801 {"IpAdapterInfo.Next", Field, 0}, 12802 {"IpAdapterInfo.PrimaryWinsServer", Field, 0}, 12803 {"IpAdapterInfo.SecondaryWinsServer", Field, 0}, 12804 {"IpAdapterInfo.Type", Field, 0}, 12805 {"IpAddrString", Type, 0}, 12806 {"IpAddrString.Context", Field, 0}, 12807 {"IpAddrString.IpAddress", Field, 0}, 12808 {"IpAddrString.IpMask", Field, 0}, 12809 {"IpAddrString.Next", Field, 0}, 12810 {"IpAddressString", Type, 0}, 12811 {"IpAddressString.String", Field, 0}, 12812 {"IpMaskString", Type, 0}, 12813 {"IpMaskString.String", Field, 2}, 12814 {"Issetugid", Func, 0}, 12815 {"KEY_ALL_ACCESS", Const, 0}, 12816 {"KEY_CREATE_LINK", Const, 0}, 12817 {"KEY_CREATE_SUB_KEY", Const, 0}, 12818 {"KEY_ENUMERATE_SUB_KEYS", Const, 0}, 12819 {"KEY_EXECUTE", Const, 0}, 12820 {"KEY_NOTIFY", Const, 0}, 12821 {"KEY_QUERY_VALUE", Const, 0}, 12822 {"KEY_READ", Const, 0}, 12823 {"KEY_SET_VALUE", Const, 0}, 12824 {"KEY_WOW64_32KEY", Const, 0}, 12825 {"KEY_WOW64_64KEY", Const, 0}, 12826 {"KEY_WRITE", Const, 0}, 12827 {"Kevent", Func, 0}, 12828 {"Kevent_t", Type, 0}, 12829 {"Kevent_t.Data", Field, 0}, 12830 {"Kevent_t.Fflags", Field, 0}, 12831 {"Kevent_t.Filter", Field, 0}, 12832 {"Kevent_t.Flags", Field, 0}, 12833 {"Kevent_t.Ident", Field, 0}, 12834 {"Kevent_t.Pad_cgo_0", Field, 2}, 12835 {"Kevent_t.Udata", Field, 0}, 12836 {"Kill", Func, 0}, 12837 {"Klogctl", Func, 0}, 12838 {"Kqueue", Func, 0}, 12839 {"LANG_ENGLISH", Const, 0}, 12840 {"LAYERED_PROTOCOL", Const, 2}, 12841 {"LCNT_OVERLOAD_FLUSH", Const, 1}, 12842 {"LINUX_REBOOT_CMD_CAD_OFF", Const, 0}, 12843 {"LINUX_REBOOT_CMD_CAD_ON", Const, 0}, 12844 {"LINUX_REBOOT_CMD_HALT", Const, 0}, 12845 {"LINUX_REBOOT_CMD_KEXEC", Const, 0}, 12846 {"LINUX_REBOOT_CMD_POWER_OFF", Const, 0}, 12847 {"LINUX_REBOOT_CMD_RESTART", Const, 0}, 12848 {"LINUX_REBOOT_CMD_RESTART2", Const, 0}, 12849 {"LINUX_REBOOT_CMD_SW_SUSPEND", Const, 0}, 12850 {"LINUX_REBOOT_MAGIC1", Const, 0}, 12851 {"LINUX_REBOOT_MAGIC2", Const, 0}, 12852 {"LOCK_EX", Const, 0}, 12853 {"LOCK_NB", Const, 0}, 12854 {"LOCK_SH", Const, 0}, 12855 {"LOCK_UN", Const, 0}, 12856 {"LazyDLL", Type, 0}, 12857 {"LazyDLL.Name", Field, 0}, 12858 {"LazyProc", Type, 0}, 12859 {"LazyProc.Name", Field, 0}, 12860 {"Lchown", Func, 0}, 12861 {"Linger", Type, 0}, 12862 {"Linger.Linger", Field, 0}, 12863 {"Linger.Onoff", Field, 0}, 12864 {"Link", Func, 0}, 12865 {"Listen", Func, 0}, 12866 {"Listxattr", Func, 1}, 12867 {"LoadCancelIoEx", Func, 1}, 12868 {"LoadConnectEx", Func, 1}, 12869 {"LoadCreateSymbolicLink", Func, 4}, 12870 {"LoadDLL", Func, 0}, 12871 {"LoadGetAddrInfo", Func, 1}, 12872 {"LoadLibrary", Func, 0}, 12873 {"LoadSetFileCompletionNotificationModes", Func, 2}, 12874 {"LocalFree", Func, 0}, 12875 {"Log2phys_t", Type, 0}, 12876 {"Log2phys_t.Contigbytes", Field, 0}, 12877 {"Log2phys_t.Devoffset", Field, 0}, 12878 {"Log2phys_t.Flags", Field, 0}, 12879 {"LookupAccountName", Func, 0}, 12880 {"LookupAccountSid", Func, 0}, 12881 {"LookupSID", Func, 0}, 12882 {"LsfJump", Func, 0}, 12883 {"LsfSocket", Func, 0}, 12884 {"LsfStmt", Func, 0}, 12885 {"Lstat", Func, 0}, 12886 {"MADV_AUTOSYNC", Const, 1}, 12887 {"MADV_CAN_REUSE", Const, 0}, 12888 {"MADV_CORE", Const, 1}, 12889 {"MADV_DOFORK", Const, 0}, 12890 {"MADV_DONTFORK", Const, 0}, 12891 {"MADV_DONTNEED", Const, 0}, 12892 {"MADV_FREE", Const, 0}, 12893 {"MADV_FREE_REUSABLE", Const, 0}, 12894 {"MADV_FREE_REUSE", Const, 0}, 12895 {"MADV_HUGEPAGE", Const, 0}, 12896 {"MADV_HWPOISON", Const, 0}, 12897 {"MADV_MERGEABLE", Const, 0}, 12898 {"MADV_NOCORE", Const, 1}, 12899 {"MADV_NOHUGEPAGE", Const, 0}, 12900 {"MADV_NORMAL", Const, 0}, 12901 {"MADV_NOSYNC", Const, 1}, 12902 {"MADV_PROTECT", Const, 1}, 12903 {"MADV_RANDOM", Const, 0}, 12904 {"MADV_REMOVE", Const, 0}, 12905 {"MADV_SEQUENTIAL", Const, 0}, 12906 {"MADV_SPACEAVAIL", Const, 3}, 12907 {"MADV_UNMERGEABLE", Const, 0}, 12908 {"MADV_WILLNEED", Const, 0}, 12909 {"MADV_ZERO_WIRED_PAGES", Const, 0}, 12910 {"MAP_32BIT", Const, 0}, 12911 {"MAP_ALIGNED_SUPER", Const, 3}, 12912 {"MAP_ALIGNMENT_16MB", Const, 3}, 12913 {"MAP_ALIGNMENT_1TB", Const, 3}, 12914 {"MAP_ALIGNMENT_256TB", Const, 3}, 12915 {"MAP_ALIGNMENT_4GB", Const, 3}, 12916 {"MAP_ALIGNMENT_64KB", Const, 3}, 12917 {"MAP_ALIGNMENT_64PB", Const, 3}, 12918 {"MAP_ALIGNMENT_MASK", Const, 3}, 12919 {"MAP_ALIGNMENT_SHIFT", Const, 3}, 12920 {"MAP_ANON", Const, 0}, 12921 {"MAP_ANONYMOUS", Const, 0}, 12922 {"MAP_COPY", Const, 0}, 12923 {"MAP_DENYWRITE", Const, 0}, 12924 {"MAP_EXECUTABLE", Const, 0}, 12925 {"MAP_FILE", Const, 0}, 12926 {"MAP_FIXED", Const, 0}, 12927 {"MAP_FLAGMASK", Const, 3}, 12928 {"MAP_GROWSDOWN", Const, 0}, 12929 {"MAP_HASSEMAPHORE", Const, 0}, 12930 {"MAP_HUGETLB", Const, 0}, 12931 {"MAP_INHERIT", Const, 3}, 12932 {"MAP_INHERIT_COPY", Const, 3}, 12933 {"MAP_INHERIT_DEFAULT", Const, 3}, 12934 {"MAP_INHERIT_DONATE_COPY", Const, 3}, 12935 {"MAP_INHERIT_NONE", Const, 3}, 12936 {"MAP_INHERIT_SHARE", Const, 3}, 12937 {"MAP_JIT", Const, 0}, 12938 {"MAP_LOCKED", Const, 0}, 12939 {"MAP_NOCACHE", Const, 0}, 12940 {"MAP_NOCORE", Const, 1}, 12941 {"MAP_NOEXTEND", Const, 0}, 12942 {"MAP_NONBLOCK", Const, 0}, 12943 {"MAP_NORESERVE", Const, 0}, 12944 {"MAP_NOSYNC", Const, 1}, 12945 {"MAP_POPULATE", Const, 0}, 12946 {"MAP_PREFAULT_READ", Const, 1}, 12947 {"MAP_PRIVATE", Const, 0}, 12948 {"MAP_RENAME", Const, 0}, 12949 {"MAP_RESERVED0080", Const, 0}, 12950 {"MAP_RESERVED0100", Const, 1}, 12951 {"MAP_SHARED", Const, 0}, 12952 {"MAP_STACK", Const, 0}, 12953 {"MAP_TRYFIXED", Const, 3}, 12954 {"MAP_TYPE", Const, 0}, 12955 {"MAP_WIRED", Const, 3}, 12956 {"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4}, 12957 {"MAXLEN_IFDESCR", Const, 0}, 12958 {"MAXLEN_PHYSADDR", Const, 0}, 12959 {"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0}, 12960 {"MAX_ADAPTER_DESCRIPTION_LENGTH", Const, 0}, 12961 {"MAX_ADAPTER_NAME_LENGTH", Const, 0}, 12962 {"MAX_COMPUTERNAME_LENGTH", Const, 0}, 12963 {"MAX_INTERFACE_NAME_LEN", Const, 0}, 12964 {"MAX_LONG_PATH", Const, 0}, 12965 {"MAX_PATH", Const, 0}, 12966 {"MAX_PROTOCOL_CHAIN", Const, 2}, 12967 {"MCL_CURRENT", Const, 0}, 12968 {"MCL_FUTURE", Const, 0}, 12969 {"MNT_DETACH", Const, 0}, 12970 {"MNT_EXPIRE", Const, 0}, 12971 {"MNT_FORCE", Const, 0}, 12972 {"MSG_BCAST", Const, 1}, 12973 {"MSG_CMSG_CLOEXEC", Const, 0}, 12974 {"MSG_COMPAT", Const, 0}, 12975 {"MSG_CONFIRM", Const, 0}, 12976 {"MSG_CONTROLMBUF", Const, 1}, 12977 {"MSG_CTRUNC", Const, 0}, 12978 {"MSG_DONTROUTE", Const, 0}, 12979 {"MSG_DONTWAIT", Const, 0}, 12980 {"MSG_EOF", Const, 0}, 12981 {"MSG_EOR", Const, 0}, 12982 {"MSG_ERRQUEUE", Const, 0}, 12983 {"MSG_FASTOPEN", Const, 1}, 12984 {"MSG_FIN", Const, 0}, 12985 {"MSG_FLUSH", Const, 0}, 12986 {"MSG_HAVEMORE", Const, 0}, 12987 {"MSG_HOLD", Const, 0}, 12988 {"MSG_IOVUSRSPACE", Const, 1}, 12989 {"MSG_LENUSRSPACE", Const, 1}, 12990 {"MSG_MCAST", Const, 1}, 12991 {"MSG_MORE", Const, 0}, 12992 {"MSG_NAMEMBUF", Const, 1}, 12993 {"MSG_NBIO", Const, 0}, 12994 {"MSG_NEEDSA", Const, 0}, 12995 {"MSG_NOSIGNAL", Const, 0}, 12996 {"MSG_NOTIFICATION", Const, 0}, 12997 {"MSG_OOB", Const, 0}, 12998 {"MSG_PEEK", Const, 0}, 12999 {"MSG_PROXY", Const, 0}, 13000 {"MSG_RCVMORE", Const, 0}, 13001 {"MSG_RST", Const, 0}, 13002 {"MSG_SEND", Const, 0}, 13003 {"MSG_SYN", Const, 0}, 13004 {"MSG_TRUNC", Const, 0}, 13005 {"MSG_TRYHARD", Const, 0}, 13006 {"MSG_USERFLAGS", Const, 1}, 13007 {"MSG_WAITALL", Const, 0}, 13008 {"MSG_WAITFORONE", Const, 0}, 13009 {"MSG_WAITSTREAM", Const, 0}, 13010 {"MS_ACTIVE", Const, 0}, 13011 {"MS_ASYNC", Const, 0}, 13012 {"MS_BIND", Const, 0}, 13013 {"MS_DEACTIVATE", Const, 0}, 13014 {"MS_DIRSYNC", Const, 0}, 13015 {"MS_INVALIDATE", Const, 0}, 13016 {"MS_I_VERSION", Const, 0}, 13017 {"MS_KERNMOUNT", Const, 0}, 13018 {"MS_KILLPAGES", Const, 0}, 13019 {"MS_MANDLOCK", Const, 0}, 13020 {"MS_MGC_MSK", Const, 0}, 13021 {"MS_MGC_VAL", Const, 0}, 13022 {"MS_MOVE", Const, 0}, 13023 {"MS_NOATIME", Const, 0}, 13024 {"MS_NODEV", Const, 0}, 13025 {"MS_NODIRATIME", Const, 0}, 13026 {"MS_NOEXEC", Const, 0}, 13027 {"MS_NOSUID", Const, 0}, 13028 {"MS_NOUSER", Const, 0}, 13029 {"MS_POSIXACL", Const, 0}, 13030 {"MS_PRIVATE", Const, 0}, 13031 {"MS_RDONLY", Const, 0}, 13032 {"MS_REC", Const, 0}, 13033 {"MS_RELATIME", Const, 0}, 13034 {"MS_REMOUNT", Const, 0}, 13035 {"MS_RMT_MASK", Const, 0}, 13036 {"MS_SHARED", Const, 0}, 13037 {"MS_SILENT", Const, 0}, 13038 {"MS_SLAVE", Const, 0}, 13039 {"MS_STRICTATIME", Const, 0}, 13040 {"MS_SYNC", Const, 0}, 13041 {"MS_SYNCHRONOUS", Const, 0}, 13042 {"MS_UNBINDABLE", Const, 0}, 13043 {"Madvise", Func, 0}, 13044 {"MapViewOfFile", Func, 0}, 13045 {"MaxTokenInfoClass", Const, 0}, 13046 {"Mclpool", Type, 2}, 13047 {"Mclpool.Alive", Field, 2}, 13048 {"Mclpool.Cwm", Field, 2}, 13049 {"Mclpool.Grown", Field, 2}, 13050 {"Mclpool.Hwm", Field, 2}, 13051 {"Mclpool.Lwm", Field, 2}, 13052 {"MibIfRow", Type, 0}, 13053 {"MibIfRow.AdminStatus", Field, 0}, 13054 {"MibIfRow.Descr", Field, 0}, 13055 {"MibIfRow.DescrLen", Field, 0}, 13056 {"MibIfRow.InDiscards", Field, 0}, 13057 {"MibIfRow.InErrors", Field, 0}, 13058 {"MibIfRow.InNUcastPkts", Field, 0}, 13059 {"MibIfRow.InOctets", Field, 0}, 13060 {"MibIfRow.InUcastPkts", Field, 0}, 13061 {"MibIfRow.InUnknownProtos", Field, 0}, 13062 {"MibIfRow.Index", Field, 0}, 13063 {"MibIfRow.LastChange", Field, 0}, 13064 {"MibIfRow.Mtu", Field, 0}, 13065 {"MibIfRow.Name", Field, 0}, 13066 {"MibIfRow.OperStatus", Field, 0}, 13067 {"MibIfRow.OutDiscards", Field, 0}, 13068 {"MibIfRow.OutErrors", Field, 0}, 13069 {"MibIfRow.OutNUcastPkts", Field, 0}, 13070 {"MibIfRow.OutOctets", Field, 0}, 13071 {"MibIfRow.OutQLen", Field, 0}, 13072 {"MibIfRow.OutUcastPkts", Field, 0}, 13073 {"MibIfRow.PhysAddr", Field, 0}, 13074 {"MibIfRow.PhysAddrLen", Field, 0}, 13075 {"MibIfRow.Speed", Field, 0}, 13076 {"MibIfRow.Type", Field, 0}, 13077 {"Mkdir", Func, 0}, 13078 {"Mkdirat", Func, 0}, 13079 {"Mkfifo", Func, 0}, 13080 {"Mknod", Func, 0}, 13081 {"Mknodat", Func, 0}, 13082 {"Mlock", Func, 0}, 13083 {"Mlockall", Func, 0}, 13084 {"Mmap", Func, 0}, 13085 {"Mount", Func, 0}, 13086 {"MoveFile", Func, 0}, 13087 {"Mprotect", Func, 0}, 13088 {"Msghdr", Type, 0}, 13089 {"Msghdr.Control", Field, 0}, 13090 {"Msghdr.Controllen", Field, 0}, 13091 {"Msghdr.Flags", Field, 0}, 13092 {"Msghdr.Iov", Field, 0}, 13093 {"Msghdr.Iovlen", Field, 0}, 13094 {"Msghdr.Name", Field, 0}, 13095 {"Msghdr.Namelen", Field, 0}, 13096 {"Msghdr.Pad_cgo_0", Field, 0}, 13097 {"Msghdr.Pad_cgo_1", Field, 0}, 13098 {"Munlock", Func, 0}, 13099 {"Munlockall", Func, 0}, 13100 {"Munmap", Func, 0}, 13101 {"MustLoadDLL", Func, 0}, 13102 {"NAME_MAX", Const, 0}, 13103 {"NETLINK_ADD_MEMBERSHIP", Const, 0}, 13104 {"NETLINK_AUDIT", Const, 0}, 13105 {"NETLINK_BROADCAST_ERROR", Const, 0}, 13106 {"NETLINK_CONNECTOR", Const, 0}, 13107 {"NETLINK_DNRTMSG", Const, 0}, 13108 {"NETLINK_DROP_MEMBERSHIP", Const, 0}, 13109 {"NETLINK_ECRYPTFS", Const, 0}, 13110 {"NETLINK_FIB_LOOKUP", Const, 0}, 13111 {"NETLINK_FIREWALL", Const, 0}, 13112 {"NETLINK_GENERIC", Const, 0}, 13113 {"NETLINK_INET_DIAG", Const, 0}, 13114 {"NETLINK_IP6_FW", Const, 0}, 13115 {"NETLINK_ISCSI", Const, 0}, 13116 {"NETLINK_KOBJECT_UEVENT", Const, 0}, 13117 {"NETLINK_NETFILTER", Const, 0}, 13118 {"NETLINK_NFLOG", Const, 0}, 13119 {"NETLINK_NO_ENOBUFS", Const, 0}, 13120 {"NETLINK_PKTINFO", Const, 0}, 13121 {"NETLINK_RDMA", Const, 0}, 13122 {"NETLINK_ROUTE", Const, 0}, 13123 {"NETLINK_SCSITRANSPORT", Const, 0}, 13124 {"NETLINK_SELINUX", Const, 0}, 13125 {"NETLINK_UNUSED", Const, 0}, 13126 {"NETLINK_USERSOCK", Const, 0}, 13127 {"NETLINK_XFRM", Const, 0}, 13128 {"NET_RT_DUMP", Const, 0}, 13129 {"NET_RT_DUMP2", Const, 0}, 13130 {"NET_RT_FLAGS", Const, 0}, 13131 {"NET_RT_IFLIST", Const, 0}, 13132 {"NET_RT_IFLIST2", Const, 0}, 13133 {"NET_RT_IFLISTL", Const, 1}, 13134 {"NET_RT_IFMALIST", Const, 0}, 13135 {"NET_RT_MAXID", Const, 0}, 13136 {"NET_RT_OIFLIST", Const, 1}, 13137 {"NET_RT_OOIFLIST", Const, 1}, 13138 {"NET_RT_STAT", Const, 0}, 13139 {"NET_RT_STATS", Const, 1}, 13140 {"NET_RT_TABLE", Const, 1}, 13141 {"NET_RT_TRASH", Const, 0}, 13142 {"NLA_ALIGNTO", Const, 0}, 13143 {"NLA_F_NESTED", Const, 0}, 13144 {"NLA_F_NET_BYTEORDER", Const, 0}, 13145 {"NLA_HDRLEN", Const, 0}, 13146 {"NLMSG_ALIGNTO", Const, 0}, 13147 {"NLMSG_DONE", Const, 0}, 13148 {"NLMSG_ERROR", Const, 0}, 13149 {"NLMSG_HDRLEN", Const, 0}, 13150 {"NLMSG_MIN_TYPE", Const, 0}, 13151 {"NLMSG_NOOP", Const, 0}, 13152 {"NLMSG_OVERRUN", Const, 0}, 13153 {"NLM_F_ACK", Const, 0}, 13154 {"NLM_F_APPEND", Const, 0}, 13155 {"NLM_F_ATOMIC", Const, 0}, 13156 {"NLM_F_CREATE", Const, 0}, 13157 {"NLM_F_DUMP", Const, 0}, 13158 {"NLM_F_ECHO", Const, 0}, 13159 {"NLM_F_EXCL", Const, 0}, 13160 {"NLM_F_MATCH", Const, 0}, 13161 {"NLM_F_MULTI", Const, 0}, 13162 {"NLM_F_REPLACE", Const, 0}, 13163 {"NLM_F_REQUEST", Const, 0}, 13164 {"NLM_F_ROOT", Const, 0}, 13165 {"NOFLSH", Const, 0}, 13166 {"NOTE_ABSOLUTE", Const, 0}, 13167 {"NOTE_ATTRIB", Const, 0}, 13168 {"NOTE_BACKGROUND", Const, 16}, 13169 {"NOTE_CHILD", Const, 0}, 13170 {"NOTE_CRITICAL", Const, 16}, 13171 {"NOTE_DELETE", Const, 0}, 13172 {"NOTE_EOF", Const, 1}, 13173 {"NOTE_EXEC", Const, 0}, 13174 {"NOTE_EXIT", Const, 0}, 13175 {"NOTE_EXITSTATUS", Const, 0}, 13176 {"NOTE_EXIT_CSERROR", Const, 16}, 13177 {"NOTE_EXIT_DECRYPTFAIL", Const, 16}, 13178 {"NOTE_EXIT_DETAIL", Const, 16}, 13179 {"NOTE_EXIT_DETAIL_MASK", Const, 16}, 13180 {"NOTE_EXIT_MEMORY", Const, 16}, 13181 {"NOTE_EXIT_REPARENTED", Const, 16}, 13182 {"NOTE_EXTEND", Const, 0}, 13183 {"NOTE_FFAND", Const, 0}, 13184 {"NOTE_FFCOPY", Const, 0}, 13185 {"NOTE_FFCTRLMASK", Const, 0}, 13186 {"NOTE_FFLAGSMASK", Const, 0}, 13187 {"NOTE_FFNOP", Const, 0}, 13188 {"NOTE_FFOR", Const, 0}, 13189 {"NOTE_FORK", Const, 0}, 13190 {"NOTE_LEEWAY", Const, 16}, 13191 {"NOTE_LINK", Const, 0}, 13192 {"NOTE_LOWAT", Const, 0}, 13193 {"NOTE_NONE", Const, 0}, 13194 {"NOTE_NSECONDS", Const, 0}, 13195 {"NOTE_PCTRLMASK", Const, 0}, 13196 {"NOTE_PDATAMASK", Const, 0}, 13197 {"NOTE_REAP", Const, 0}, 13198 {"NOTE_RENAME", Const, 0}, 13199 {"NOTE_RESOURCEEND", Const, 0}, 13200 {"NOTE_REVOKE", Const, 0}, 13201 {"NOTE_SECONDS", Const, 0}, 13202 {"NOTE_SIGNAL", Const, 0}, 13203 {"NOTE_TRACK", Const, 0}, 13204 {"NOTE_TRACKERR", Const, 0}, 13205 {"NOTE_TRIGGER", Const, 0}, 13206 {"NOTE_TRUNCATE", Const, 1}, 13207 {"NOTE_USECONDS", Const, 0}, 13208 {"NOTE_VM_ERROR", Const, 0}, 13209 {"NOTE_VM_PRESSURE", Const, 0}, 13210 {"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0}, 13211 {"NOTE_VM_PRESSURE_TERMINATE", Const, 0}, 13212 {"NOTE_WRITE", Const, 0}, 13213 {"NameCanonical", Const, 0}, 13214 {"NameCanonicalEx", Const, 0}, 13215 {"NameDisplay", Const, 0}, 13216 {"NameDnsDomain", Const, 0}, 13217 {"NameFullyQualifiedDN", Const, 0}, 13218 {"NameSamCompatible", Const, 0}, 13219 {"NameServicePrincipal", Const, 0}, 13220 {"NameUniqueId", Const, 0}, 13221 {"NameUnknown", Const, 0}, 13222 {"NameUserPrincipal", Const, 0}, 13223 {"Nanosleep", Func, 0}, 13224 {"NetApiBufferFree", Func, 0}, 13225 {"NetGetJoinInformation", Func, 2}, 13226 {"NetSetupDomainName", Const, 2}, 13227 {"NetSetupUnjoined", Const, 2}, 13228 {"NetSetupUnknownStatus", Const, 2}, 13229 {"NetSetupWorkgroupName", Const, 2}, 13230 {"NetUserGetInfo", Func, 0}, 13231 {"NetlinkMessage", Type, 0}, 13232 {"NetlinkMessage.Data", Field, 0}, 13233 {"NetlinkMessage.Header", Field, 0}, 13234 {"NetlinkRIB", Func, 0}, 13235 {"NetlinkRouteAttr", Type, 0}, 13236 {"NetlinkRouteAttr.Attr", Field, 0}, 13237 {"NetlinkRouteAttr.Value", Field, 0}, 13238 {"NetlinkRouteRequest", Type, 0}, 13239 {"NetlinkRouteRequest.Data", Field, 0}, 13240 {"NetlinkRouteRequest.Header", Field, 0}, 13241 {"NewCallback", Func, 0}, 13242 {"NewCallbackCDecl", Func, 3}, 13243 {"NewLazyDLL", Func, 0}, 13244 {"NlAttr", Type, 0}, 13245 {"NlAttr.Len", Field, 0}, 13246 {"NlAttr.Type", Field, 0}, 13247 {"NlMsgerr", Type, 0}, 13248 {"NlMsgerr.Error", Field, 0}, 13249 {"NlMsgerr.Msg", Field, 0}, 13250 {"NlMsghdr", Type, 0}, 13251 {"NlMsghdr.Flags", Field, 0}, 13252 {"NlMsghdr.Len", Field, 0}, 13253 {"NlMsghdr.Pid", Field, 0}, 13254 {"NlMsghdr.Seq", Field, 0}, 13255 {"NlMsghdr.Type", Field, 0}, 13256 {"NsecToFiletime", Func, 0}, 13257 {"NsecToTimespec", Func, 0}, 13258 {"NsecToTimeval", Func, 0}, 13259 {"Ntohs", Func, 0}, 13260 {"OCRNL", Const, 0}, 13261 {"OFDEL", Const, 0}, 13262 {"OFILL", Const, 0}, 13263 {"OFIOGETBMAP", Const, 1}, 13264 {"OID_PKIX_KP_SERVER_AUTH", Var, 0}, 13265 {"OID_SERVER_GATED_CRYPTO", Var, 0}, 13266 {"OID_SGC_NETSCAPE", Var, 0}, 13267 {"OLCUC", Const, 0}, 13268 {"ONLCR", Const, 0}, 13269 {"ONLRET", Const, 0}, 13270 {"ONOCR", Const, 0}, 13271 {"ONOEOT", Const, 1}, 13272 {"OPEN_ALWAYS", Const, 0}, 13273 {"OPEN_EXISTING", Const, 0}, 13274 {"OPOST", Const, 0}, 13275 {"O_ACCMODE", Const, 0}, 13276 {"O_ALERT", Const, 0}, 13277 {"O_ALT_IO", Const, 1}, 13278 {"O_APPEND", Const, 0}, 13279 {"O_ASYNC", Const, 0}, 13280 {"O_CLOEXEC", Const, 0}, 13281 {"O_CREAT", Const, 0}, 13282 {"O_DIRECT", Const, 0}, 13283 {"O_DIRECTORY", Const, 0}, 13284 {"O_DP_GETRAWENCRYPTED", Const, 16}, 13285 {"O_DSYNC", Const, 0}, 13286 {"O_EVTONLY", Const, 0}, 13287 {"O_EXCL", Const, 0}, 13288 {"O_EXEC", Const, 0}, 13289 {"O_EXLOCK", Const, 0}, 13290 {"O_FSYNC", Const, 0}, 13291 {"O_LARGEFILE", Const, 0}, 13292 {"O_NDELAY", Const, 0}, 13293 {"O_NOATIME", Const, 0}, 13294 {"O_NOCTTY", Const, 0}, 13295 {"O_NOFOLLOW", Const, 0}, 13296 {"O_NONBLOCK", Const, 0}, 13297 {"O_NOSIGPIPE", Const, 1}, 13298 {"O_POPUP", Const, 0}, 13299 {"O_RDONLY", Const, 0}, 13300 {"O_RDWR", Const, 0}, 13301 {"O_RSYNC", Const, 0}, 13302 {"O_SHLOCK", Const, 0}, 13303 {"O_SYMLINK", Const, 0}, 13304 {"O_SYNC", Const, 0}, 13305 {"O_TRUNC", Const, 0}, 13306 {"O_TTY_INIT", Const, 0}, 13307 {"O_WRONLY", Const, 0}, 13308 {"Open", Func, 0}, 13309 {"OpenCurrentProcessToken", Func, 0}, 13310 {"OpenProcess", Func, 0}, 13311 {"OpenProcessToken", Func, 0}, 13312 {"Openat", Func, 0}, 13313 {"Overlapped", Type, 0}, 13314 {"Overlapped.HEvent", Field, 0}, 13315 {"Overlapped.Internal", Field, 0}, 13316 {"Overlapped.InternalHigh", Field, 0}, 13317 {"Overlapped.Offset", Field, 0}, 13318 {"Overlapped.OffsetHigh", Field, 0}, 13319 {"PACKET_ADD_MEMBERSHIP", Const, 0}, 13320 {"PACKET_BROADCAST", Const, 0}, 13321 {"PACKET_DROP_MEMBERSHIP", Const, 0}, 13322 {"PACKET_FASTROUTE", Const, 0}, 13323 {"PACKET_HOST", Const, 0}, 13324 {"PACKET_LOOPBACK", Const, 0}, 13325 {"PACKET_MR_ALLMULTI", Const, 0}, 13326 {"PACKET_MR_MULTICAST", Const, 0}, 13327 {"PACKET_MR_PROMISC", Const, 0}, 13328 {"PACKET_MULTICAST", Const, 0}, 13329 {"PACKET_OTHERHOST", Const, 0}, 13330 {"PACKET_OUTGOING", Const, 0}, 13331 {"PACKET_RECV_OUTPUT", Const, 0}, 13332 {"PACKET_RX_RING", Const, 0}, 13333 {"PACKET_STATISTICS", Const, 0}, 13334 {"PAGE_EXECUTE_READ", Const, 0}, 13335 {"PAGE_EXECUTE_READWRITE", Const, 0}, 13336 {"PAGE_EXECUTE_WRITECOPY", Const, 0}, 13337 {"PAGE_READONLY", Const, 0}, 13338 {"PAGE_READWRITE", Const, 0}, 13339 {"PAGE_WRITECOPY", Const, 0}, 13340 {"PARENB", Const, 0}, 13341 {"PARMRK", Const, 0}, 13342 {"PARODD", Const, 0}, 13343 {"PENDIN", Const, 0}, 13344 {"PFL_HIDDEN", Const, 2}, 13345 {"PFL_MATCHES_PROTOCOL_ZERO", Const, 2}, 13346 {"PFL_MULTIPLE_PROTO_ENTRIES", Const, 2}, 13347 {"PFL_NETWORKDIRECT_PROVIDER", Const, 2}, 13348 {"PFL_RECOMMENDED_PROTO_ENTRY", Const, 2}, 13349 {"PF_FLUSH", Const, 1}, 13350 {"PKCS_7_ASN_ENCODING", Const, 0}, 13351 {"PMC5_PIPELINE_FLUSH", Const, 1}, 13352 {"PRIO_PGRP", Const, 2}, 13353 {"PRIO_PROCESS", Const, 2}, 13354 {"PRIO_USER", Const, 2}, 13355 {"PRI_IOFLUSH", Const, 1}, 13356 {"PROCESS_QUERY_INFORMATION", Const, 0}, 13357 {"PROCESS_TERMINATE", Const, 2}, 13358 {"PROT_EXEC", Const, 0}, 13359 {"PROT_GROWSDOWN", Const, 0}, 13360 {"PROT_GROWSUP", Const, 0}, 13361 {"PROT_NONE", Const, 0}, 13362 {"PROT_READ", Const, 0}, 13363 {"PROT_WRITE", Const, 0}, 13364 {"PROV_DH_SCHANNEL", Const, 0}, 13365 {"PROV_DSS", Const, 0}, 13366 {"PROV_DSS_DH", Const, 0}, 13367 {"PROV_EC_ECDSA_FULL", Const, 0}, 13368 {"PROV_EC_ECDSA_SIG", Const, 0}, 13369 {"PROV_EC_ECNRA_FULL", Const, 0}, 13370 {"PROV_EC_ECNRA_SIG", Const, 0}, 13371 {"PROV_FORTEZZA", Const, 0}, 13372 {"PROV_INTEL_SEC", Const, 0}, 13373 {"PROV_MS_EXCHANGE", Const, 0}, 13374 {"PROV_REPLACE_OWF", Const, 0}, 13375 {"PROV_RNG", Const, 0}, 13376 {"PROV_RSA_AES", Const, 0}, 13377 {"PROV_RSA_FULL", Const, 0}, 13378 {"PROV_RSA_SCHANNEL", Const, 0}, 13379 {"PROV_RSA_SIG", Const, 0}, 13380 {"PROV_SPYRUS_LYNKS", Const, 0}, 13381 {"PROV_SSL", Const, 0}, 13382 {"PR_CAPBSET_DROP", Const, 0}, 13383 {"PR_CAPBSET_READ", Const, 0}, 13384 {"PR_CLEAR_SECCOMP_FILTER", Const, 0}, 13385 {"PR_ENDIAN_BIG", Const, 0}, 13386 {"PR_ENDIAN_LITTLE", Const, 0}, 13387 {"PR_ENDIAN_PPC_LITTLE", Const, 0}, 13388 {"PR_FPEMU_NOPRINT", Const, 0}, 13389 {"PR_FPEMU_SIGFPE", Const, 0}, 13390 {"PR_FP_EXC_ASYNC", Const, 0}, 13391 {"PR_FP_EXC_DISABLED", Const, 0}, 13392 {"PR_FP_EXC_DIV", Const, 0}, 13393 {"PR_FP_EXC_INV", Const, 0}, 13394 {"PR_FP_EXC_NONRECOV", Const, 0}, 13395 {"PR_FP_EXC_OVF", Const, 0}, 13396 {"PR_FP_EXC_PRECISE", Const, 0}, 13397 {"PR_FP_EXC_RES", Const, 0}, 13398 {"PR_FP_EXC_SW_ENABLE", Const, 0}, 13399 {"PR_FP_EXC_UND", Const, 0}, 13400 {"PR_GET_DUMPABLE", Const, 0}, 13401 {"PR_GET_ENDIAN", Const, 0}, 13402 {"PR_GET_FPEMU", Const, 0}, 13403 {"PR_GET_FPEXC", Const, 0}, 13404 {"PR_GET_KEEPCAPS", Const, 0}, 13405 {"PR_GET_NAME", Const, 0}, 13406 {"PR_GET_PDEATHSIG", Const, 0}, 13407 {"PR_GET_SECCOMP", Const, 0}, 13408 {"PR_GET_SECCOMP_FILTER", Const, 0}, 13409 {"PR_GET_SECUREBITS", Const, 0}, 13410 {"PR_GET_TIMERSLACK", Const, 0}, 13411 {"PR_GET_TIMING", Const, 0}, 13412 {"PR_GET_TSC", Const, 0}, 13413 {"PR_GET_UNALIGN", Const, 0}, 13414 {"PR_MCE_KILL", Const, 0}, 13415 {"PR_MCE_KILL_CLEAR", Const, 0}, 13416 {"PR_MCE_KILL_DEFAULT", Const, 0}, 13417 {"PR_MCE_KILL_EARLY", Const, 0}, 13418 {"PR_MCE_KILL_GET", Const, 0}, 13419 {"PR_MCE_KILL_LATE", Const, 0}, 13420 {"PR_MCE_KILL_SET", Const, 0}, 13421 {"PR_SECCOMP_FILTER_EVENT", Const, 0}, 13422 {"PR_SECCOMP_FILTER_SYSCALL", Const, 0}, 13423 {"PR_SET_DUMPABLE", Const, 0}, 13424 {"PR_SET_ENDIAN", Const, 0}, 13425 {"PR_SET_FPEMU", Const, 0}, 13426 {"PR_SET_FPEXC", Const, 0}, 13427 {"PR_SET_KEEPCAPS", Const, 0}, 13428 {"PR_SET_NAME", Const, 0}, 13429 {"PR_SET_PDEATHSIG", Const, 0}, 13430 {"PR_SET_PTRACER", Const, 0}, 13431 {"PR_SET_SECCOMP", Const, 0}, 13432 {"PR_SET_SECCOMP_FILTER", Const, 0}, 13433 {"PR_SET_SECUREBITS", Const, 0}, 13434 {"PR_SET_TIMERSLACK", Const, 0}, 13435 {"PR_SET_TIMING", Const, 0}, 13436 {"PR_SET_TSC", Const, 0}, 13437 {"PR_SET_UNALIGN", Const, 0}, 13438 {"PR_TASK_PERF_EVENTS_DISABLE", Const, 0}, 13439 {"PR_TASK_PERF_EVENTS_ENABLE", Const, 0}, 13440 {"PR_TIMING_STATISTICAL", Const, 0}, 13441 {"PR_TIMING_TIMESTAMP", Const, 0}, 13442 {"PR_TSC_ENABLE", Const, 0}, 13443 {"PR_TSC_SIGSEGV", Const, 0}, 13444 {"PR_UNALIGN_NOPRINT", Const, 0}, 13445 {"PR_UNALIGN_SIGBUS", Const, 0}, 13446 {"PTRACE_ARCH_PRCTL", Const, 0}, 13447 {"PTRACE_ATTACH", Const, 0}, 13448 {"PTRACE_CONT", Const, 0}, 13449 {"PTRACE_DETACH", Const, 0}, 13450 {"PTRACE_EVENT_CLONE", Const, 0}, 13451 {"PTRACE_EVENT_EXEC", Const, 0}, 13452 {"PTRACE_EVENT_EXIT", Const, 0}, 13453 {"PTRACE_EVENT_FORK", Const, 0}, 13454 {"PTRACE_EVENT_VFORK", Const, 0}, 13455 {"PTRACE_EVENT_VFORK_DONE", Const, 0}, 13456 {"PTRACE_GETCRUNCHREGS", Const, 0}, 13457 {"PTRACE_GETEVENTMSG", Const, 0}, 13458 {"PTRACE_GETFPREGS", Const, 0}, 13459 {"PTRACE_GETFPXREGS", Const, 0}, 13460 {"PTRACE_GETHBPREGS", Const, 0}, 13461 {"PTRACE_GETREGS", Const, 0}, 13462 {"PTRACE_GETREGSET", Const, 0}, 13463 {"PTRACE_GETSIGINFO", Const, 0}, 13464 {"PTRACE_GETVFPREGS", Const, 0}, 13465 {"PTRACE_GETWMMXREGS", Const, 0}, 13466 {"PTRACE_GET_THREAD_AREA", Const, 0}, 13467 {"PTRACE_KILL", Const, 0}, 13468 {"PTRACE_OLDSETOPTIONS", Const, 0}, 13469 {"PTRACE_O_MASK", Const, 0}, 13470 {"PTRACE_O_TRACECLONE", Const, 0}, 13471 {"PTRACE_O_TRACEEXEC", Const, 0}, 13472 {"PTRACE_O_TRACEEXIT", Const, 0}, 13473 {"PTRACE_O_TRACEFORK", Const, 0}, 13474 {"PTRACE_O_TRACESYSGOOD", Const, 0}, 13475 {"PTRACE_O_TRACEVFORK", Const, 0}, 13476 {"PTRACE_O_TRACEVFORKDONE", Const, 0}, 13477 {"PTRACE_PEEKDATA", Const, 0}, 13478 {"PTRACE_PEEKTEXT", Const, 0}, 13479 {"PTRACE_PEEKUSR", Const, 0}, 13480 {"PTRACE_POKEDATA", Const, 0}, 13481 {"PTRACE_POKETEXT", Const, 0}, 13482 {"PTRACE_POKEUSR", Const, 0}, 13483 {"PTRACE_SETCRUNCHREGS", Const, 0}, 13484 {"PTRACE_SETFPREGS", Const, 0}, 13485 {"PTRACE_SETFPXREGS", Const, 0}, 13486 {"PTRACE_SETHBPREGS", Const, 0}, 13487 {"PTRACE_SETOPTIONS", Const, 0}, 13488 {"PTRACE_SETREGS", Const, 0}, 13489 {"PTRACE_SETREGSET", Const, 0}, 13490 {"PTRACE_SETSIGINFO", Const, 0}, 13491 {"PTRACE_SETVFPREGS", Const, 0}, 13492 {"PTRACE_SETWMMXREGS", Const, 0}, 13493 {"PTRACE_SET_SYSCALL", Const, 0}, 13494 {"PTRACE_SET_THREAD_AREA", Const, 0}, 13495 {"PTRACE_SINGLEBLOCK", Const, 0}, 13496 {"PTRACE_SINGLESTEP", Const, 0}, 13497 {"PTRACE_SYSCALL", Const, 0}, 13498 {"PTRACE_SYSEMU", Const, 0}, 13499 {"PTRACE_SYSEMU_SINGLESTEP", Const, 0}, 13500 {"PTRACE_TRACEME", Const, 0}, 13501 {"PT_ATTACH", Const, 0}, 13502 {"PT_ATTACHEXC", Const, 0}, 13503 {"PT_CONTINUE", Const, 0}, 13504 {"PT_DATA_ADDR", Const, 0}, 13505 {"PT_DENY_ATTACH", Const, 0}, 13506 {"PT_DETACH", Const, 0}, 13507 {"PT_FIRSTMACH", Const, 0}, 13508 {"PT_FORCEQUOTA", Const, 0}, 13509 {"PT_KILL", Const, 0}, 13510 {"PT_MASK", Const, 1}, 13511 {"PT_READ_D", Const, 0}, 13512 {"PT_READ_I", Const, 0}, 13513 {"PT_READ_U", Const, 0}, 13514 {"PT_SIGEXC", Const, 0}, 13515 {"PT_STEP", Const, 0}, 13516 {"PT_TEXT_ADDR", Const, 0}, 13517 {"PT_TEXT_END_ADDR", Const, 0}, 13518 {"PT_THUPDATE", Const, 0}, 13519 {"PT_TRACE_ME", Const, 0}, 13520 {"PT_WRITE_D", Const, 0}, 13521 {"PT_WRITE_I", Const, 0}, 13522 {"PT_WRITE_U", Const, 0}, 13523 {"ParseDirent", Func, 0}, 13524 {"ParseNetlinkMessage", Func, 0}, 13525 {"ParseNetlinkRouteAttr", Func, 0}, 13526 {"ParseRoutingMessage", Func, 0}, 13527 {"ParseRoutingSockaddr", Func, 0}, 13528 {"ParseSocketControlMessage", Func, 0}, 13529 {"ParseUnixCredentials", Func, 0}, 13530 {"ParseUnixRights", Func, 0}, 13531 {"PathMax", Const, 0}, 13532 {"Pathconf", Func, 0}, 13533 {"Pause", Func, 0}, 13534 {"Pipe", Func, 0}, 13535 {"Pipe2", Func, 1}, 13536 {"PivotRoot", Func, 0}, 13537 {"Pointer", Type, 11}, 13538 {"PostQueuedCompletionStatus", Func, 0}, 13539 {"Pread", Func, 0}, 13540 {"Proc", Type, 0}, 13541 {"Proc.Dll", Field, 0}, 13542 {"Proc.Name", Field, 0}, 13543 {"ProcAttr", Type, 0}, 13544 {"ProcAttr.Dir", Field, 0}, 13545 {"ProcAttr.Env", Field, 0}, 13546 {"ProcAttr.Files", Field, 0}, 13547 {"ProcAttr.Sys", Field, 0}, 13548 {"Process32First", Func, 4}, 13549 {"Process32Next", Func, 4}, 13550 {"ProcessEntry32", Type, 4}, 13551 {"ProcessEntry32.DefaultHeapID", Field, 4}, 13552 {"ProcessEntry32.ExeFile", Field, 4}, 13553 {"ProcessEntry32.Flags", Field, 4}, 13554 {"ProcessEntry32.ModuleID", Field, 4}, 13555 {"ProcessEntry32.ParentProcessID", Field, 4}, 13556 {"ProcessEntry32.PriClassBase", Field, 4}, 13557 {"ProcessEntry32.ProcessID", Field, 4}, 13558 {"ProcessEntry32.Size", Field, 4}, 13559 {"ProcessEntry32.Threads", Field, 4}, 13560 {"ProcessEntry32.Usage", Field, 4}, 13561 {"ProcessInformation", Type, 0}, 13562 {"ProcessInformation.Process", Field, 0}, 13563 {"ProcessInformation.ProcessId", Field, 0}, 13564 {"ProcessInformation.Thread", Field, 0}, 13565 {"ProcessInformation.ThreadId", Field, 0}, 13566 {"Protoent", Type, 0}, 13567 {"Protoent.Aliases", Field, 0}, 13568 {"Protoent.Name", Field, 0}, 13569 {"Protoent.Proto", Field, 0}, 13570 {"PtraceAttach", Func, 0}, 13571 {"PtraceCont", Func, 0}, 13572 {"PtraceDetach", Func, 0}, 13573 {"PtraceGetEventMsg", Func, 0}, 13574 {"PtraceGetRegs", Func, 0}, 13575 {"PtracePeekData", Func, 0}, 13576 {"PtracePeekText", Func, 0}, 13577 {"PtracePokeData", Func, 0}, 13578 {"PtracePokeText", Func, 0}, 13579 {"PtraceRegs", Type, 0}, 13580 {"PtraceRegs.Cs", Field, 0}, 13581 {"PtraceRegs.Ds", Field, 0}, 13582 {"PtraceRegs.Eax", Field, 0}, 13583 {"PtraceRegs.Ebp", Field, 0}, 13584 {"PtraceRegs.Ebx", Field, 0}, 13585 {"PtraceRegs.Ecx", Field, 0}, 13586 {"PtraceRegs.Edi", Field, 0}, 13587 {"PtraceRegs.Edx", Field, 0}, 13588 {"PtraceRegs.Eflags", Field, 0}, 13589 {"PtraceRegs.Eip", Field, 0}, 13590 {"PtraceRegs.Es", Field, 0}, 13591 {"PtraceRegs.Esi", Field, 0}, 13592 {"PtraceRegs.Esp", Field, 0}, 13593 {"PtraceRegs.Fs", Field, 0}, 13594 {"PtraceRegs.Fs_base", Field, 0}, 13595 {"PtraceRegs.Gs", Field, 0}, 13596 {"PtraceRegs.Gs_base", Field, 0}, 13597 {"PtraceRegs.Orig_eax", Field, 0}, 13598 {"PtraceRegs.Orig_rax", Field, 0}, 13599 {"PtraceRegs.R10", Field, 0}, 13600 {"PtraceRegs.R11", Field, 0}, 13601 {"PtraceRegs.R12", Field, 0}, 13602 {"PtraceRegs.R13", Field, 0}, 13603 {"PtraceRegs.R14", Field, 0}, 13604 {"PtraceRegs.R15", Field, 0}, 13605 {"PtraceRegs.R8", Field, 0}, 13606 {"PtraceRegs.R9", Field, 0}, 13607 {"PtraceRegs.Rax", Field, 0}, 13608 {"PtraceRegs.Rbp", Field, 0}, 13609 {"PtraceRegs.Rbx", Field, 0}, 13610 {"PtraceRegs.Rcx", Field, 0}, 13611 {"PtraceRegs.Rdi", Field, 0}, 13612 {"PtraceRegs.Rdx", Field, 0}, 13613 {"PtraceRegs.Rip", Field, 0}, 13614 {"PtraceRegs.Rsi", Field, 0}, 13615 {"PtraceRegs.Rsp", Field, 0}, 13616 {"PtraceRegs.Ss", Field, 0}, 13617 {"PtraceRegs.Uregs", Field, 0}, 13618 {"PtraceRegs.Xcs", Field, 0}, 13619 {"PtraceRegs.Xds", Field, 0}, 13620 {"PtraceRegs.Xes", Field, 0}, 13621 {"PtraceRegs.Xfs", Field, 0}, 13622 {"PtraceRegs.Xgs", Field, 0}, 13623 {"PtraceRegs.Xss", Field, 0}, 13624 {"PtraceSetOptions", Func, 0}, 13625 {"PtraceSetRegs", Func, 0}, 13626 {"PtraceSingleStep", Func, 0}, 13627 {"PtraceSyscall", Func, 1}, 13628 {"Pwrite", Func, 0}, 13629 {"REG_BINARY", Const, 0}, 13630 {"REG_DWORD", Const, 0}, 13631 {"REG_DWORD_BIG_ENDIAN", Const, 0}, 13632 {"REG_DWORD_LITTLE_ENDIAN", Const, 0}, 13633 {"REG_EXPAND_SZ", Const, 0}, 13634 {"REG_FULL_RESOURCE_DESCRIPTOR", Const, 0}, 13635 {"REG_LINK", Const, 0}, 13636 {"REG_MULTI_SZ", Const, 0}, 13637 {"REG_NONE", Const, 0}, 13638 {"REG_QWORD", Const, 0}, 13639 {"REG_QWORD_LITTLE_ENDIAN", Const, 0}, 13640 {"REG_RESOURCE_LIST", Const, 0}, 13641 {"REG_RESOURCE_REQUIREMENTS_LIST", Const, 0}, 13642 {"REG_SZ", Const, 0}, 13643 {"RLIMIT_AS", Const, 0}, 13644 {"RLIMIT_CORE", Const, 0}, 13645 {"RLIMIT_CPU", Const, 0}, 13646 {"RLIMIT_CPU_USAGE_MONITOR", Const, 16}, 13647 {"RLIMIT_DATA", Const, 0}, 13648 {"RLIMIT_FSIZE", Const, 0}, 13649 {"RLIMIT_NOFILE", Const, 0}, 13650 {"RLIMIT_STACK", Const, 0}, 13651 {"RLIM_INFINITY", Const, 0}, 13652 {"RTAX_ADVMSS", Const, 0}, 13653 {"RTAX_AUTHOR", Const, 0}, 13654 {"RTAX_BRD", Const, 0}, 13655 {"RTAX_CWND", Const, 0}, 13656 {"RTAX_DST", Const, 0}, 13657 {"RTAX_FEATURES", Const, 0}, 13658 {"RTAX_FEATURE_ALLFRAG", Const, 0}, 13659 {"RTAX_FEATURE_ECN", Const, 0}, 13660 {"RTAX_FEATURE_SACK", Const, 0}, 13661 {"RTAX_FEATURE_TIMESTAMP", Const, 0}, 13662 {"RTAX_GATEWAY", Const, 0}, 13663 {"RTAX_GENMASK", Const, 0}, 13664 {"RTAX_HOPLIMIT", Const, 0}, 13665 {"RTAX_IFA", Const, 0}, 13666 {"RTAX_IFP", Const, 0}, 13667 {"RTAX_INITCWND", Const, 0}, 13668 {"RTAX_INITRWND", Const, 0}, 13669 {"RTAX_LABEL", Const, 1}, 13670 {"RTAX_LOCK", Const, 0}, 13671 {"RTAX_MAX", Const, 0}, 13672 {"RTAX_MTU", Const, 0}, 13673 {"RTAX_NETMASK", Const, 0}, 13674 {"RTAX_REORDERING", Const, 0}, 13675 {"RTAX_RTO_MIN", Const, 0}, 13676 {"RTAX_RTT", Const, 0}, 13677 {"RTAX_RTTVAR", Const, 0}, 13678 {"RTAX_SRC", Const, 1}, 13679 {"RTAX_SRCMASK", Const, 1}, 13680 {"RTAX_SSTHRESH", Const, 0}, 13681 {"RTAX_TAG", Const, 1}, 13682 {"RTAX_UNSPEC", Const, 0}, 13683 {"RTAX_WINDOW", Const, 0}, 13684 {"RTA_ALIGNTO", Const, 0}, 13685 {"RTA_AUTHOR", Const, 0}, 13686 {"RTA_BRD", Const, 0}, 13687 {"RTA_CACHEINFO", Const, 0}, 13688 {"RTA_DST", Const, 0}, 13689 {"RTA_FLOW", Const, 0}, 13690 {"RTA_GATEWAY", Const, 0}, 13691 {"RTA_GENMASK", Const, 0}, 13692 {"RTA_IFA", Const, 0}, 13693 {"RTA_IFP", Const, 0}, 13694 {"RTA_IIF", Const, 0}, 13695 {"RTA_LABEL", Const, 1}, 13696 {"RTA_MAX", Const, 0}, 13697 {"RTA_METRICS", Const, 0}, 13698 {"RTA_MULTIPATH", Const, 0}, 13699 {"RTA_NETMASK", Const, 0}, 13700 {"RTA_OIF", Const, 0}, 13701 {"RTA_PREFSRC", Const, 0}, 13702 {"RTA_PRIORITY", Const, 0}, 13703 {"RTA_SRC", Const, 0}, 13704 {"RTA_SRCMASK", Const, 1}, 13705 {"RTA_TABLE", Const, 0}, 13706 {"RTA_TAG", Const, 1}, 13707 {"RTA_UNSPEC", Const, 0}, 13708 {"RTCF_DIRECTSRC", Const, 0}, 13709 {"RTCF_DOREDIRECT", Const, 0}, 13710 {"RTCF_LOG", Const, 0}, 13711 {"RTCF_MASQ", Const, 0}, 13712 {"RTCF_NAT", Const, 0}, 13713 {"RTCF_VALVE", Const, 0}, 13714 {"RTF_ADDRCLASSMASK", Const, 0}, 13715 {"RTF_ADDRCONF", Const, 0}, 13716 {"RTF_ALLONLINK", Const, 0}, 13717 {"RTF_ANNOUNCE", Const, 1}, 13718 {"RTF_BLACKHOLE", Const, 0}, 13719 {"RTF_BROADCAST", Const, 0}, 13720 {"RTF_CACHE", Const, 0}, 13721 {"RTF_CLONED", Const, 1}, 13722 {"RTF_CLONING", Const, 0}, 13723 {"RTF_CONDEMNED", Const, 0}, 13724 {"RTF_DEFAULT", Const, 0}, 13725 {"RTF_DELCLONE", Const, 0}, 13726 {"RTF_DONE", Const, 0}, 13727 {"RTF_DYNAMIC", Const, 0}, 13728 {"RTF_FLOW", Const, 0}, 13729 {"RTF_FMASK", Const, 0}, 13730 {"RTF_GATEWAY", Const, 0}, 13731 {"RTF_GWFLAG_COMPAT", Const, 3}, 13732 {"RTF_HOST", Const, 0}, 13733 {"RTF_IFREF", Const, 0}, 13734 {"RTF_IFSCOPE", Const, 0}, 13735 {"RTF_INTERFACE", Const, 0}, 13736 {"RTF_IRTT", Const, 0}, 13737 {"RTF_LINKRT", Const, 0}, 13738 {"RTF_LLDATA", Const, 0}, 13739 {"RTF_LLINFO", Const, 0}, 13740 {"RTF_LOCAL", Const, 0}, 13741 {"RTF_MASK", Const, 1}, 13742 {"RTF_MODIFIED", Const, 0}, 13743 {"RTF_MPATH", Const, 1}, 13744 {"RTF_MPLS", Const, 1}, 13745 {"RTF_MSS", Const, 0}, 13746 {"RTF_MTU", Const, 0}, 13747 {"RTF_MULTICAST", Const, 0}, 13748 {"RTF_NAT", Const, 0}, 13749 {"RTF_NOFORWARD", Const, 0}, 13750 {"RTF_NONEXTHOP", Const, 0}, 13751 {"RTF_NOPMTUDISC", Const, 0}, 13752 {"RTF_PERMANENT_ARP", Const, 1}, 13753 {"RTF_PINNED", Const, 0}, 13754 {"RTF_POLICY", Const, 0}, 13755 {"RTF_PRCLONING", Const, 0}, 13756 {"RTF_PROTO1", Const, 0}, 13757 {"RTF_PROTO2", Const, 0}, 13758 {"RTF_PROTO3", Const, 0}, 13759 {"RTF_PROXY", Const, 16}, 13760 {"RTF_REINSTATE", Const, 0}, 13761 {"RTF_REJECT", Const, 0}, 13762 {"RTF_RNH_LOCKED", Const, 0}, 13763 {"RTF_ROUTER", Const, 16}, 13764 {"RTF_SOURCE", Const, 1}, 13765 {"RTF_SRC", Const, 1}, 13766 {"RTF_STATIC", Const, 0}, 13767 {"RTF_STICKY", Const, 0}, 13768 {"RTF_THROW", Const, 0}, 13769 {"RTF_TUNNEL", Const, 1}, 13770 {"RTF_UP", Const, 0}, 13771 {"RTF_USETRAILERS", Const, 1}, 13772 {"RTF_WASCLONED", Const, 0}, 13773 {"RTF_WINDOW", Const, 0}, 13774 {"RTF_XRESOLVE", Const, 0}, 13775 {"RTM_ADD", Const, 0}, 13776 {"RTM_BASE", Const, 0}, 13777 {"RTM_CHANGE", Const, 0}, 13778 {"RTM_CHGADDR", Const, 1}, 13779 {"RTM_DELACTION", Const, 0}, 13780 {"RTM_DELADDR", Const, 0}, 13781 {"RTM_DELADDRLABEL", Const, 0}, 13782 {"RTM_DELETE", Const, 0}, 13783 {"RTM_DELLINK", Const, 0}, 13784 {"RTM_DELMADDR", Const, 0}, 13785 {"RTM_DELNEIGH", Const, 0}, 13786 {"RTM_DELQDISC", Const, 0}, 13787 {"RTM_DELROUTE", Const, 0}, 13788 {"RTM_DELRULE", Const, 0}, 13789 {"RTM_DELTCLASS", Const, 0}, 13790 {"RTM_DELTFILTER", Const, 0}, 13791 {"RTM_DESYNC", Const, 1}, 13792 {"RTM_F_CLONED", Const, 0}, 13793 {"RTM_F_EQUALIZE", Const, 0}, 13794 {"RTM_F_NOTIFY", Const, 0}, 13795 {"RTM_F_PREFIX", Const, 0}, 13796 {"RTM_GET", Const, 0}, 13797 {"RTM_GET2", Const, 0}, 13798 {"RTM_GETACTION", Const, 0}, 13799 {"RTM_GETADDR", Const, 0}, 13800 {"RTM_GETADDRLABEL", Const, 0}, 13801 {"RTM_GETANYCAST", Const, 0}, 13802 {"RTM_GETDCB", Const, 0}, 13803 {"RTM_GETLINK", Const, 0}, 13804 {"RTM_GETMULTICAST", Const, 0}, 13805 {"RTM_GETNEIGH", Const, 0}, 13806 {"RTM_GETNEIGHTBL", Const, 0}, 13807 {"RTM_GETQDISC", Const, 0}, 13808 {"RTM_GETROUTE", Const, 0}, 13809 {"RTM_GETRULE", Const, 0}, 13810 {"RTM_GETTCLASS", Const, 0}, 13811 {"RTM_GETTFILTER", Const, 0}, 13812 {"RTM_IEEE80211", Const, 0}, 13813 {"RTM_IFANNOUNCE", Const, 0}, 13814 {"RTM_IFINFO", Const, 0}, 13815 {"RTM_IFINFO2", Const, 0}, 13816 {"RTM_LLINFO_UPD", Const, 1}, 13817 {"RTM_LOCK", Const, 0}, 13818 {"RTM_LOSING", Const, 0}, 13819 {"RTM_MAX", Const, 0}, 13820 {"RTM_MAXSIZE", Const, 1}, 13821 {"RTM_MISS", Const, 0}, 13822 {"RTM_NEWACTION", Const, 0}, 13823 {"RTM_NEWADDR", Const, 0}, 13824 {"RTM_NEWADDRLABEL", Const, 0}, 13825 {"RTM_NEWLINK", Const, 0}, 13826 {"RTM_NEWMADDR", Const, 0}, 13827 {"RTM_NEWMADDR2", Const, 0}, 13828 {"RTM_NEWNDUSEROPT", Const, 0}, 13829 {"RTM_NEWNEIGH", Const, 0}, 13830 {"RTM_NEWNEIGHTBL", Const, 0}, 13831 {"RTM_NEWPREFIX", Const, 0}, 13832 {"RTM_NEWQDISC", Const, 0}, 13833 {"RTM_NEWROUTE", Const, 0}, 13834 {"RTM_NEWRULE", Const, 0}, 13835 {"RTM_NEWTCLASS", Const, 0}, 13836 {"RTM_NEWTFILTER", Const, 0}, 13837 {"RTM_NR_FAMILIES", Const, 0}, 13838 {"RTM_NR_MSGTYPES", Const, 0}, 13839 {"RTM_OIFINFO", Const, 1}, 13840 {"RTM_OLDADD", Const, 0}, 13841 {"RTM_OLDDEL", Const, 0}, 13842 {"RTM_OOIFINFO", Const, 1}, 13843 {"RTM_REDIRECT", Const, 0}, 13844 {"RTM_RESOLVE", Const, 0}, 13845 {"RTM_RTTUNIT", Const, 0}, 13846 {"RTM_SETDCB", Const, 0}, 13847 {"RTM_SETGATE", Const, 1}, 13848 {"RTM_SETLINK", Const, 0}, 13849 {"RTM_SETNEIGHTBL", Const, 0}, 13850 {"RTM_VERSION", Const, 0}, 13851 {"RTNH_ALIGNTO", Const, 0}, 13852 {"RTNH_F_DEAD", Const, 0}, 13853 {"RTNH_F_ONLINK", Const, 0}, 13854 {"RTNH_F_PERVASIVE", Const, 0}, 13855 {"RTNLGRP_IPV4_IFADDR", Const, 1}, 13856 {"RTNLGRP_IPV4_MROUTE", Const, 1}, 13857 {"RTNLGRP_IPV4_ROUTE", Const, 1}, 13858 {"RTNLGRP_IPV4_RULE", Const, 1}, 13859 {"RTNLGRP_IPV6_IFADDR", Const, 1}, 13860 {"RTNLGRP_IPV6_IFINFO", Const, 1}, 13861 {"RTNLGRP_IPV6_MROUTE", Const, 1}, 13862 {"RTNLGRP_IPV6_PREFIX", Const, 1}, 13863 {"RTNLGRP_IPV6_ROUTE", Const, 1}, 13864 {"RTNLGRP_IPV6_RULE", Const, 1}, 13865 {"RTNLGRP_LINK", Const, 1}, 13866 {"RTNLGRP_ND_USEROPT", Const, 1}, 13867 {"RTNLGRP_NEIGH", Const, 1}, 13868 {"RTNLGRP_NONE", Const, 1}, 13869 {"RTNLGRP_NOTIFY", Const, 1}, 13870 {"RTNLGRP_TC", Const, 1}, 13871 {"RTN_ANYCAST", Const, 0}, 13872 {"RTN_BLACKHOLE", Const, 0}, 13873 {"RTN_BROADCAST", Const, 0}, 13874 {"RTN_LOCAL", Const, 0}, 13875 {"RTN_MAX", Const, 0}, 13876 {"RTN_MULTICAST", Const, 0}, 13877 {"RTN_NAT", Const, 0}, 13878 {"RTN_PROHIBIT", Const, 0}, 13879 {"RTN_THROW", Const, 0}, 13880 {"RTN_UNICAST", Const, 0}, 13881 {"RTN_UNREACHABLE", Const, 0}, 13882 {"RTN_UNSPEC", Const, 0}, 13883 {"RTN_XRESOLVE", Const, 0}, 13884 {"RTPROT_BIRD", Const, 0}, 13885 {"RTPROT_BOOT", Const, 0}, 13886 {"RTPROT_DHCP", Const, 0}, 13887 {"RTPROT_DNROUTED", Const, 0}, 13888 {"RTPROT_GATED", Const, 0}, 13889 {"RTPROT_KERNEL", Const, 0}, 13890 {"RTPROT_MRT", Const, 0}, 13891 {"RTPROT_NTK", Const, 0}, 13892 {"RTPROT_RA", Const, 0}, 13893 {"RTPROT_REDIRECT", Const, 0}, 13894 {"RTPROT_STATIC", Const, 0}, 13895 {"RTPROT_UNSPEC", Const, 0}, 13896 {"RTPROT_XORP", Const, 0}, 13897 {"RTPROT_ZEBRA", Const, 0}, 13898 {"RTV_EXPIRE", Const, 0}, 13899 {"RTV_HOPCOUNT", Const, 0}, 13900 {"RTV_MTU", Const, 0}, 13901 {"RTV_RPIPE", Const, 0}, 13902 {"RTV_RTT", Const, 0}, 13903 {"RTV_RTTVAR", Const, 0}, 13904 {"RTV_SPIPE", Const, 0}, 13905 {"RTV_SSTHRESH", Const, 0}, 13906 {"RTV_WEIGHT", Const, 0}, 13907 {"RT_CACHING_CONTEXT", Const, 1}, 13908 {"RT_CLASS_DEFAULT", Const, 0}, 13909 {"RT_CLASS_LOCAL", Const, 0}, 13910 {"RT_CLASS_MAIN", Const, 0}, 13911 {"RT_CLASS_MAX", Const, 0}, 13912 {"RT_CLASS_UNSPEC", Const, 0}, 13913 {"RT_DEFAULT_FIB", Const, 1}, 13914 {"RT_NORTREF", Const, 1}, 13915 {"RT_SCOPE_HOST", Const, 0}, 13916 {"RT_SCOPE_LINK", Const, 0}, 13917 {"RT_SCOPE_NOWHERE", Const, 0}, 13918 {"RT_SCOPE_SITE", Const, 0}, 13919 {"RT_SCOPE_UNIVERSE", Const, 0}, 13920 {"RT_TABLEID_MAX", Const, 1}, 13921 {"RT_TABLE_COMPAT", Const, 0}, 13922 {"RT_TABLE_DEFAULT", Const, 0}, 13923 {"RT_TABLE_LOCAL", Const, 0}, 13924 {"RT_TABLE_MAIN", Const, 0}, 13925 {"RT_TABLE_MAX", Const, 0}, 13926 {"RT_TABLE_UNSPEC", Const, 0}, 13927 {"RUSAGE_CHILDREN", Const, 0}, 13928 {"RUSAGE_SELF", Const, 0}, 13929 {"RUSAGE_THREAD", Const, 0}, 13930 {"Radvisory_t", Type, 0}, 13931 {"Radvisory_t.Count", Field, 0}, 13932 {"Radvisory_t.Offset", Field, 0}, 13933 {"Radvisory_t.Pad_cgo_0", Field, 0}, 13934 {"RawConn", Type, 9}, 13935 {"RawSockaddr", Type, 0}, 13936 {"RawSockaddr.Data", Field, 0}, 13937 {"RawSockaddr.Family", Field, 0}, 13938 {"RawSockaddr.Len", Field, 0}, 13939 {"RawSockaddrAny", Type, 0}, 13940 {"RawSockaddrAny.Addr", Field, 0}, 13941 {"RawSockaddrAny.Pad", Field, 0}, 13942 {"RawSockaddrDatalink", Type, 0}, 13943 {"RawSockaddrDatalink.Alen", Field, 0}, 13944 {"RawSockaddrDatalink.Data", Field, 0}, 13945 {"RawSockaddrDatalink.Family", Field, 0}, 13946 {"RawSockaddrDatalink.Index", Field, 0}, 13947 {"RawSockaddrDatalink.Len", Field, 0}, 13948 {"RawSockaddrDatalink.Nlen", Field, 0}, 13949 {"RawSockaddrDatalink.Pad_cgo_0", Field, 2}, 13950 {"RawSockaddrDatalink.Slen", Field, 0}, 13951 {"RawSockaddrDatalink.Type", Field, 0}, 13952 {"RawSockaddrInet4", Type, 0}, 13953 {"RawSockaddrInet4.Addr", Field, 0}, 13954 {"RawSockaddrInet4.Family", Field, 0}, 13955 {"RawSockaddrInet4.Len", Field, 0}, 13956 {"RawSockaddrInet4.Port", Field, 0}, 13957 {"RawSockaddrInet4.Zero", Field, 0}, 13958 {"RawSockaddrInet6", Type, 0}, 13959 {"RawSockaddrInet6.Addr", Field, 0}, 13960 {"RawSockaddrInet6.Family", Field, 0}, 13961 {"RawSockaddrInet6.Flowinfo", Field, 0}, 13962 {"RawSockaddrInet6.Len", Field, 0}, 13963 {"RawSockaddrInet6.Port", Field, 0}, 13964 {"RawSockaddrInet6.Scope_id", Field, 0}, 13965 {"RawSockaddrLinklayer", Type, 0}, 13966 {"RawSockaddrLinklayer.Addr", Field, 0}, 13967 {"RawSockaddrLinklayer.Family", Field, 0}, 13968 {"RawSockaddrLinklayer.Halen", Field, 0}, 13969 {"RawSockaddrLinklayer.Hatype", Field, 0}, 13970 {"RawSockaddrLinklayer.Ifindex", Field, 0}, 13971 {"RawSockaddrLinklayer.Pkttype", Field, 0}, 13972 {"RawSockaddrLinklayer.Protocol", Field, 0}, 13973 {"RawSockaddrNetlink", Type, 0}, 13974 {"RawSockaddrNetlink.Family", Field, 0}, 13975 {"RawSockaddrNetlink.Groups", Field, 0}, 13976 {"RawSockaddrNetlink.Pad", Field, 0}, 13977 {"RawSockaddrNetlink.Pid", Field, 0}, 13978 {"RawSockaddrUnix", Type, 0}, 13979 {"RawSockaddrUnix.Family", Field, 0}, 13980 {"RawSockaddrUnix.Len", Field, 0}, 13981 {"RawSockaddrUnix.Pad_cgo_0", Field, 2}, 13982 {"RawSockaddrUnix.Path", Field, 0}, 13983 {"RawSyscall", Func, 0}, 13984 {"RawSyscall6", Func, 0}, 13985 {"Read", Func, 0}, 13986 {"ReadConsole", Func, 1}, 13987 {"ReadDirectoryChanges", Func, 0}, 13988 {"ReadDirent", Func, 0}, 13989 {"ReadFile", Func, 0}, 13990 {"Readlink", Func, 0}, 13991 {"Reboot", Func, 0}, 13992 {"Recvfrom", Func, 0}, 13993 {"Recvmsg", Func, 0}, 13994 {"RegCloseKey", Func, 0}, 13995 {"RegEnumKeyEx", Func, 0}, 13996 {"RegOpenKeyEx", Func, 0}, 13997 {"RegQueryInfoKey", Func, 0}, 13998 {"RegQueryValueEx", Func, 0}, 13999 {"RemoveDirectory", Func, 0}, 14000 {"Removexattr", Func, 1}, 14001 {"Rename", Func, 0}, 14002 {"Renameat", Func, 0}, 14003 {"Revoke", Func, 0}, 14004 {"Rlimit", Type, 0}, 14005 {"Rlimit.Cur", Field, 0}, 14006 {"Rlimit.Max", Field, 0}, 14007 {"Rmdir", Func, 0}, 14008 {"RouteMessage", Type, 0}, 14009 {"RouteMessage.Data", Field, 0}, 14010 {"RouteMessage.Header", Field, 0}, 14011 {"RouteRIB", Func, 0}, 14012 {"RoutingMessage", Type, 0}, 14013 {"RtAttr", Type, 0}, 14014 {"RtAttr.Len", Field, 0}, 14015 {"RtAttr.Type", Field, 0}, 14016 {"RtGenmsg", Type, 0}, 14017 {"RtGenmsg.Family", Field, 0}, 14018 {"RtMetrics", Type, 0}, 14019 {"RtMetrics.Expire", Field, 0}, 14020 {"RtMetrics.Filler", Field, 0}, 14021 {"RtMetrics.Hopcount", Field, 0}, 14022 {"RtMetrics.Locks", Field, 0}, 14023 {"RtMetrics.Mtu", Field, 0}, 14024 {"RtMetrics.Pad", Field, 3}, 14025 {"RtMetrics.Pksent", Field, 0}, 14026 {"RtMetrics.Recvpipe", Field, 0}, 14027 {"RtMetrics.Refcnt", Field, 2}, 14028 {"RtMetrics.Rtt", Field, 0}, 14029 {"RtMetrics.Rttvar", Field, 0}, 14030 {"RtMetrics.Sendpipe", Field, 0}, 14031 {"RtMetrics.Ssthresh", Field, 0}, 14032 {"RtMetrics.Weight", Field, 0}, 14033 {"RtMsg", Type, 0}, 14034 {"RtMsg.Dst_len", Field, 0}, 14035 {"RtMsg.Family", Field, 0}, 14036 {"RtMsg.Flags", Field, 0}, 14037 {"RtMsg.Protocol", Field, 0}, 14038 {"RtMsg.Scope", Field, 0}, 14039 {"RtMsg.Src_len", Field, 0}, 14040 {"RtMsg.Table", Field, 0}, 14041 {"RtMsg.Tos", Field, 0}, 14042 {"RtMsg.Type", Field, 0}, 14043 {"RtMsghdr", Type, 0}, 14044 {"RtMsghdr.Addrs", Field, 0}, 14045 {"RtMsghdr.Errno", Field, 0}, 14046 {"RtMsghdr.Flags", Field, 0}, 14047 {"RtMsghdr.Fmask", Field, 0}, 14048 {"RtMsghdr.Hdrlen", Field, 2}, 14049 {"RtMsghdr.Index", Field, 0}, 14050 {"RtMsghdr.Inits", Field, 0}, 14051 {"RtMsghdr.Mpls", Field, 2}, 14052 {"RtMsghdr.Msglen", Field, 0}, 14053 {"RtMsghdr.Pad_cgo_0", Field, 0}, 14054 {"RtMsghdr.Pad_cgo_1", Field, 2}, 14055 {"RtMsghdr.Pid", Field, 0}, 14056 {"RtMsghdr.Priority", Field, 2}, 14057 {"RtMsghdr.Rmx", Field, 0}, 14058 {"RtMsghdr.Seq", Field, 0}, 14059 {"RtMsghdr.Tableid", Field, 2}, 14060 {"RtMsghdr.Type", Field, 0}, 14061 {"RtMsghdr.Use", Field, 0}, 14062 {"RtMsghdr.Version", Field, 0}, 14063 {"RtNexthop", Type, 0}, 14064 {"RtNexthop.Flags", Field, 0}, 14065 {"RtNexthop.Hops", Field, 0}, 14066 {"RtNexthop.Ifindex", Field, 0}, 14067 {"RtNexthop.Len", Field, 0}, 14068 {"Rusage", Type, 0}, 14069 {"Rusage.CreationTime", Field, 0}, 14070 {"Rusage.ExitTime", Field, 0}, 14071 {"Rusage.Idrss", Field, 0}, 14072 {"Rusage.Inblock", Field, 0}, 14073 {"Rusage.Isrss", Field, 0}, 14074 {"Rusage.Ixrss", Field, 0}, 14075 {"Rusage.KernelTime", Field, 0}, 14076 {"Rusage.Majflt", Field, 0}, 14077 {"Rusage.Maxrss", Field, 0}, 14078 {"Rusage.Minflt", Field, 0}, 14079 {"Rusage.Msgrcv", Field, 0}, 14080 {"Rusage.Msgsnd", Field, 0}, 14081 {"Rusage.Nivcsw", Field, 0}, 14082 {"Rusage.Nsignals", Field, 0}, 14083 {"Rusage.Nswap", Field, 0}, 14084 {"Rusage.Nvcsw", Field, 0}, 14085 {"Rusage.Oublock", Field, 0}, 14086 {"Rusage.Stime", Field, 0}, 14087 {"Rusage.UserTime", Field, 0}, 14088 {"Rusage.Utime", Field, 0}, 14089 {"SCM_BINTIME", Const, 0}, 14090 {"SCM_CREDENTIALS", Const, 0}, 14091 {"SCM_CREDS", Const, 0}, 14092 {"SCM_RIGHTS", Const, 0}, 14093 {"SCM_TIMESTAMP", Const, 0}, 14094 {"SCM_TIMESTAMPING", Const, 0}, 14095 {"SCM_TIMESTAMPNS", Const, 0}, 14096 {"SCM_TIMESTAMP_MONOTONIC", Const, 0}, 14097 {"SHUT_RD", Const, 0}, 14098 {"SHUT_RDWR", Const, 0}, 14099 {"SHUT_WR", Const, 0}, 14100 {"SID", Type, 0}, 14101 {"SIDAndAttributes", Type, 0}, 14102 {"SIDAndAttributes.Attributes", Field, 0}, 14103 {"SIDAndAttributes.Sid", Field, 0}, 14104 {"SIGABRT", Const, 0}, 14105 {"SIGALRM", Const, 0}, 14106 {"SIGBUS", Const, 0}, 14107 {"SIGCHLD", Const, 0}, 14108 {"SIGCLD", Const, 0}, 14109 {"SIGCONT", Const, 0}, 14110 {"SIGEMT", Const, 0}, 14111 {"SIGFPE", Const, 0}, 14112 {"SIGHUP", Const, 0}, 14113 {"SIGILL", Const, 0}, 14114 {"SIGINFO", Const, 0}, 14115 {"SIGINT", Const, 0}, 14116 {"SIGIO", Const, 0}, 14117 {"SIGIOT", Const, 0}, 14118 {"SIGKILL", Const, 0}, 14119 {"SIGLIBRT", Const, 1}, 14120 {"SIGLWP", Const, 0}, 14121 {"SIGPIPE", Const, 0}, 14122 {"SIGPOLL", Const, 0}, 14123 {"SIGPROF", Const, 0}, 14124 {"SIGPWR", Const, 0}, 14125 {"SIGQUIT", Const, 0}, 14126 {"SIGSEGV", Const, 0}, 14127 {"SIGSTKFLT", Const, 0}, 14128 {"SIGSTOP", Const, 0}, 14129 {"SIGSYS", Const, 0}, 14130 {"SIGTERM", Const, 0}, 14131 {"SIGTHR", Const, 0}, 14132 {"SIGTRAP", Const, 0}, 14133 {"SIGTSTP", Const, 0}, 14134 {"SIGTTIN", Const, 0}, 14135 {"SIGTTOU", Const, 0}, 14136 {"SIGUNUSED", Const, 0}, 14137 {"SIGURG", Const, 0}, 14138 {"SIGUSR1", Const, 0}, 14139 {"SIGUSR2", Const, 0}, 14140 {"SIGVTALRM", Const, 0}, 14141 {"SIGWINCH", Const, 0}, 14142 {"SIGXCPU", Const, 0}, 14143 {"SIGXFSZ", Const, 0}, 14144 {"SIOCADDDLCI", Const, 0}, 14145 {"SIOCADDMULTI", Const, 0}, 14146 {"SIOCADDRT", Const, 0}, 14147 {"SIOCAIFADDR", Const, 0}, 14148 {"SIOCAIFGROUP", Const, 0}, 14149 {"SIOCALIFADDR", Const, 0}, 14150 {"SIOCARPIPLL", Const, 0}, 14151 {"SIOCATMARK", Const, 0}, 14152 {"SIOCAUTOADDR", Const, 0}, 14153 {"SIOCAUTONETMASK", Const, 0}, 14154 {"SIOCBRDGADD", Const, 1}, 14155 {"SIOCBRDGADDS", Const, 1}, 14156 {"SIOCBRDGARL", Const, 1}, 14157 {"SIOCBRDGDADDR", Const, 1}, 14158 {"SIOCBRDGDEL", Const, 1}, 14159 {"SIOCBRDGDELS", Const, 1}, 14160 {"SIOCBRDGFLUSH", Const, 1}, 14161 {"SIOCBRDGFRL", Const, 1}, 14162 {"SIOCBRDGGCACHE", Const, 1}, 14163 {"SIOCBRDGGFD", Const, 1}, 14164 {"SIOCBRDGGHT", Const, 1}, 14165 {"SIOCBRDGGIFFLGS", Const, 1}, 14166 {"SIOCBRDGGMA", Const, 1}, 14167 {"SIOCBRDGGPARAM", Const, 1}, 14168 {"SIOCBRDGGPRI", Const, 1}, 14169 {"SIOCBRDGGRL", Const, 1}, 14170 {"SIOCBRDGGSIFS", Const, 1}, 14171 {"SIOCBRDGGTO", Const, 1}, 14172 {"SIOCBRDGIFS", Const, 1}, 14173 {"SIOCBRDGRTS", Const, 1}, 14174 {"SIOCBRDGSADDR", Const, 1}, 14175 {"SIOCBRDGSCACHE", Const, 1}, 14176 {"SIOCBRDGSFD", Const, 1}, 14177 {"SIOCBRDGSHT", Const, 1}, 14178 {"SIOCBRDGSIFCOST", Const, 1}, 14179 {"SIOCBRDGSIFFLGS", Const, 1}, 14180 {"SIOCBRDGSIFPRIO", Const, 1}, 14181 {"SIOCBRDGSMA", Const, 1}, 14182 {"SIOCBRDGSPRI", Const, 1}, 14183 {"SIOCBRDGSPROTO", Const, 1}, 14184 {"SIOCBRDGSTO", Const, 1}, 14185 {"SIOCBRDGSTXHC", Const, 1}, 14186 {"SIOCDARP", Const, 0}, 14187 {"SIOCDELDLCI", Const, 0}, 14188 {"SIOCDELMULTI", Const, 0}, 14189 {"SIOCDELRT", Const, 0}, 14190 {"SIOCDEVPRIVATE", Const, 0}, 14191 {"SIOCDIFADDR", Const, 0}, 14192 {"SIOCDIFGROUP", Const, 0}, 14193 {"SIOCDIFPHYADDR", Const, 0}, 14194 {"SIOCDLIFADDR", Const, 0}, 14195 {"SIOCDRARP", Const, 0}, 14196 {"SIOCGARP", Const, 0}, 14197 {"SIOCGDRVSPEC", Const, 0}, 14198 {"SIOCGETKALIVE", Const, 1}, 14199 {"SIOCGETLABEL", Const, 1}, 14200 {"SIOCGETPFLOW", Const, 1}, 14201 {"SIOCGETPFSYNC", Const, 1}, 14202 {"SIOCGETSGCNT", Const, 0}, 14203 {"SIOCGETVIFCNT", Const, 0}, 14204 {"SIOCGETVLAN", Const, 0}, 14205 {"SIOCGHIWAT", Const, 0}, 14206 {"SIOCGIFADDR", Const, 0}, 14207 {"SIOCGIFADDRPREF", Const, 1}, 14208 {"SIOCGIFALIAS", Const, 1}, 14209 {"SIOCGIFALTMTU", Const, 0}, 14210 {"SIOCGIFASYNCMAP", Const, 0}, 14211 {"SIOCGIFBOND", Const, 0}, 14212 {"SIOCGIFBR", Const, 0}, 14213 {"SIOCGIFBRDADDR", Const, 0}, 14214 {"SIOCGIFCAP", Const, 0}, 14215 {"SIOCGIFCONF", Const, 0}, 14216 {"SIOCGIFCOUNT", Const, 0}, 14217 {"SIOCGIFDATA", Const, 1}, 14218 {"SIOCGIFDESCR", Const, 0}, 14219 {"SIOCGIFDEVMTU", Const, 0}, 14220 {"SIOCGIFDLT", Const, 1}, 14221 {"SIOCGIFDSTADDR", Const, 0}, 14222 {"SIOCGIFENCAP", Const, 0}, 14223 {"SIOCGIFFIB", Const, 1}, 14224 {"SIOCGIFFLAGS", Const, 0}, 14225 {"SIOCGIFGATTR", Const, 1}, 14226 {"SIOCGIFGENERIC", Const, 0}, 14227 {"SIOCGIFGMEMB", Const, 0}, 14228 {"SIOCGIFGROUP", Const, 0}, 14229 {"SIOCGIFHARDMTU", Const, 3}, 14230 {"SIOCGIFHWADDR", Const, 0}, 14231 {"SIOCGIFINDEX", Const, 0}, 14232 {"SIOCGIFKPI", Const, 0}, 14233 {"SIOCGIFMAC", Const, 0}, 14234 {"SIOCGIFMAP", Const, 0}, 14235 {"SIOCGIFMEDIA", Const, 0}, 14236 {"SIOCGIFMEM", Const, 0}, 14237 {"SIOCGIFMETRIC", Const, 0}, 14238 {"SIOCGIFMTU", Const, 0}, 14239 {"SIOCGIFNAME", Const, 0}, 14240 {"SIOCGIFNETMASK", Const, 0}, 14241 {"SIOCGIFPDSTADDR", Const, 0}, 14242 {"SIOCGIFPFLAGS", Const, 0}, 14243 {"SIOCGIFPHYS", Const, 0}, 14244 {"SIOCGIFPRIORITY", Const, 1}, 14245 {"SIOCGIFPSRCADDR", Const, 0}, 14246 {"SIOCGIFRDOMAIN", Const, 1}, 14247 {"SIOCGIFRTLABEL", Const, 1}, 14248 {"SIOCGIFSLAVE", Const, 0}, 14249 {"SIOCGIFSTATUS", Const, 0}, 14250 {"SIOCGIFTIMESLOT", Const, 1}, 14251 {"SIOCGIFTXQLEN", Const, 0}, 14252 {"SIOCGIFVLAN", Const, 0}, 14253 {"SIOCGIFWAKEFLAGS", Const, 0}, 14254 {"SIOCGIFXFLAGS", Const, 1}, 14255 {"SIOCGLIFADDR", Const, 0}, 14256 {"SIOCGLIFPHYADDR", Const, 0}, 14257 {"SIOCGLIFPHYRTABLE", Const, 1}, 14258 {"SIOCGLIFPHYTTL", Const, 3}, 14259 {"SIOCGLINKSTR", Const, 1}, 14260 {"SIOCGLOWAT", Const, 0}, 14261 {"SIOCGPGRP", Const, 0}, 14262 {"SIOCGPRIVATE_0", Const, 0}, 14263 {"SIOCGPRIVATE_1", Const, 0}, 14264 {"SIOCGRARP", Const, 0}, 14265 {"SIOCGSPPPPARAMS", Const, 3}, 14266 {"SIOCGSTAMP", Const, 0}, 14267 {"SIOCGSTAMPNS", Const, 0}, 14268 {"SIOCGVH", Const, 1}, 14269 {"SIOCGVNETID", Const, 3}, 14270 {"SIOCIFCREATE", Const, 0}, 14271 {"SIOCIFCREATE2", Const, 0}, 14272 {"SIOCIFDESTROY", Const, 0}, 14273 {"SIOCIFGCLONERS", Const, 0}, 14274 {"SIOCINITIFADDR", Const, 1}, 14275 {"SIOCPROTOPRIVATE", Const, 0}, 14276 {"SIOCRSLVMULTI", Const, 0}, 14277 {"SIOCRTMSG", Const, 0}, 14278 {"SIOCSARP", Const, 0}, 14279 {"SIOCSDRVSPEC", Const, 0}, 14280 {"SIOCSETKALIVE", Const, 1}, 14281 {"SIOCSETLABEL", Const, 1}, 14282 {"SIOCSETPFLOW", Const, 1}, 14283 {"SIOCSETPFSYNC", Const, 1}, 14284 {"SIOCSETVLAN", Const, 0}, 14285 {"SIOCSHIWAT", Const, 0}, 14286 {"SIOCSIFADDR", Const, 0}, 14287 {"SIOCSIFADDRPREF", Const, 1}, 14288 {"SIOCSIFALTMTU", Const, 0}, 14289 {"SIOCSIFASYNCMAP", Const, 0}, 14290 {"SIOCSIFBOND", Const, 0}, 14291 {"SIOCSIFBR", Const, 0}, 14292 {"SIOCSIFBRDADDR", Const, 0}, 14293 {"SIOCSIFCAP", Const, 0}, 14294 {"SIOCSIFDESCR", Const, 0}, 14295 {"SIOCSIFDSTADDR", Const, 0}, 14296 {"SIOCSIFENCAP", Const, 0}, 14297 {"SIOCSIFFIB", Const, 1}, 14298 {"SIOCSIFFLAGS", Const, 0}, 14299 {"SIOCSIFGATTR", Const, 1}, 14300 {"SIOCSIFGENERIC", Const, 0}, 14301 {"SIOCSIFHWADDR", Const, 0}, 14302 {"SIOCSIFHWBROADCAST", Const, 0}, 14303 {"SIOCSIFKPI", Const, 0}, 14304 {"SIOCSIFLINK", Const, 0}, 14305 {"SIOCSIFLLADDR", Const, 0}, 14306 {"SIOCSIFMAC", Const, 0}, 14307 {"SIOCSIFMAP", Const, 0}, 14308 {"SIOCSIFMEDIA", Const, 0}, 14309 {"SIOCSIFMEM", Const, 0}, 14310 {"SIOCSIFMETRIC", Const, 0}, 14311 {"SIOCSIFMTU", Const, 0}, 14312 {"SIOCSIFNAME", Const, 0}, 14313 {"SIOCSIFNETMASK", Const, 0}, 14314 {"SIOCSIFPFLAGS", Const, 0}, 14315 {"SIOCSIFPHYADDR", Const, 0}, 14316 {"SIOCSIFPHYS", Const, 0}, 14317 {"SIOCSIFPRIORITY", Const, 1}, 14318 {"SIOCSIFRDOMAIN", Const, 1}, 14319 {"SIOCSIFRTLABEL", Const, 1}, 14320 {"SIOCSIFRVNET", Const, 0}, 14321 {"SIOCSIFSLAVE", Const, 0}, 14322 {"SIOCSIFTIMESLOT", Const, 1}, 14323 {"SIOCSIFTXQLEN", Const, 0}, 14324 {"SIOCSIFVLAN", Const, 0}, 14325 {"SIOCSIFVNET", Const, 0}, 14326 {"SIOCSIFXFLAGS", Const, 1}, 14327 {"SIOCSLIFPHYADDR", Const, 0}, 14328 {"SIOCSLIFPHYRTABLE", Const, 1}, 14329 {"SIOCSLIFPHYTTL", Const, 3}, 14330 {"SIOCSLINKSTR", Const, 1}, 14331 {"SIOCSLOWAT", Const, 0}, 14332 {"SIOCSPGRP", Const, 0}, 14333 {"SIOCSRARP", Const, 0}, 14334 {"SIOCSSPPPPARAMS", Const, 3}, 14335 {"SIOCSVH", Const, 1}, 14336 {"SIOCSVNETID", Const, 3}, 14337 {"SIOCZIFDATA", Const, 1}, 14338 {"SIO_GET_EXTENSION_FUNCTION_POINTER", Const, 1}, 14339 {"SIO_GET_INTERFACE_LIST", Const, 0}, 14340 {"SIO_KEEPALIVE_VALS", Const, 3}, 14341 {"SIO_UDP_CONNRESET", Const, 4}, 14342 {"SOCK_CLOEXEC", Const, 0}, 14343 {"SOCK_DCCP", Const, 0}, 14344 {"SOCK_DGRAM", Const, 0}, 14345 {"SOCK_FLAGS_MASK", Const, 1}, 14346 {"SOCK_MAXADDRLEN", Const, 0}, 14347 {"SOCK_NONBLOCK", Const, 0}, 14348 {"SOCK_NOSIGPIPE", Const, 1}, 14349 {"SOCK_PACKET", Const, 0}, 14350 {"SOCK_RAW", Const, 0}, 14351 {"SOCK_RDM", Const, 0}, 14352 {"SOCK_SEQPACKET", Const, 0}, 14353 {"SOCK_STREAM", Const, 0}, 14354 {"SOL_AAL", Const, 0}, 14355 {"SOL_ATM", Const, 0}, 14356 {"SOL_DECNET", Const, 0}, 14357 {"SOL_ICMPV6", Const, 0}, 14358 {"SOL_IP", Const, 0}, 14359 {"SOL_IPV6", Const, 0}, 14360 {"SOL_IRDA", Const, 0}, 14361 {"SOL_PACKET", Const, 0}, 14362 {"SOL_RAW", Const, 0}, 14363 {"SOL_SOCKET", Const, 0}, 14364 {"SOL_TCP", Const, 0}, 14365 {"SOL_X25", Const, 0}, 14366 {"SOMAXCONN", Const, 0}, 14367 {"SO_ACCEPTCONN", Const, 0}, 14368 {"SO_ACCEPTFILTER", Const, 0}, 14369 {"SO_ATTACH_FILTER", Const, 0}, 14370 {"SO_BINDANY", Const, 1}, 14371 {"SO_BINDTODEVICE", Const, 0}, 14372 {"SO_BINTIME", Const, 0}, 14373 {"SO_BROADCAST", Const, 0}, 14374 {"SO_BSDCOMPAT", Const, 0}, 14375 {"SO_DEBUG", Const, 0}, 14376 {"SO_DETACH_FILTER", Const, 0}, 14377 {"SO_DOMAIN", Const, 0}, 14378 {"SO_DONTROUTE", Const, 0}, 14379 {"SO_DONTTRUNC", Const, 0}, 14380 {"SO_ERROR", Const, 0}, 14381 {"SO_KEEPALIVE", Const, 0}, 14382 {"SO_LABEL", Const, 0}, 14383 {"SO_LINGER", Const, 0}, 14384 {"SO_LINGER_SEC", Const, 0}, 14385 {"SO_LISTENINCQLEN", Const, 0}, 14386 {"SO_LISTENQLEN", Const, 0}, 14387 {"SO_LISTENQLIMIT", Const, 0}, 14388 {"SO_MARK", Const, 0}, 14389 {"SO_NETPROC", Const, 1}, 14390 {"SO_NKE", Const, 0}, 14391 {"SO_NOADDRERR", Const, 0}, 14392 {"SO_NOHEADER", Const, 1}, 14393 {"SO_NOSIGPIPE", Const, 0}, 14394 {"SO_NOTIFYCONFLICT", Const, 0}, 14395 {"SO_NO_CHECK", Const, 0}, 14396 {"SO_NO_DDP", Const, 0}, 14397 {"SO_NO_OFFLOAD", Const, 0}, 14398 {"SO_NP_EXTENSIONS", Const, 0}, 14399 {"SO_NREAD", Const, 0}, 14400 {"SO_NUMRCVPKT", Const, 16}, 14401 {"SO_NWRITE", Const, 0}, 14402 {"SO_OOBINLINE", Const, 0}, 14403 {"SO_OVERFLOWED", Const, 1}, 14404 {"SO_PASSCRED", Const, 0}, 14405 {"SO_PASSSEC", Const, 0}, 14406 {"SO_PEERCRED", Const, 0}, 14407 {"SO_PEERLABEL", Const, 0}, 14408 {"SO_PEERNAME", Const, 0}, 14409 {"SO_PEERSEC", Const, 0}, 14410 {"SO_PRIORITY", Const, 0}, 14411 {"SO_PROTOCOL", Const, 0}, 14412 {"SO_PROTOTYPE", Const, 1}, 14413 {"SO_RANDOMPORT", Const, 0}, 14414 {"SO_RCVBUF", Const, 0}, 14415 {"SO_RCVBUFFORCE", Const, 0}, 14416 {"SO_RCVLOWAT", Const, 0}, 14417 {"SO_RCVTIMEO", Const, 0}, 14418 {"SO_RESTRICTIONS", Const, 0}, 14419 {"SO_RESTRICT_DENYIN", Const, 0}, 14420 {"SO_RESTRICT_DENYOUT", Const, 0}, 14421 {"SO_RESTRICT_DENYSET", Const, 0}, 14422 {"SO_REUSEADDR", Const, 0}, 14423 {"SO_REUSEPORT", Const, 0}, 14424 {"SO_REUSESHAREUID", Const, 0}, 14425 {"SO_RTABLE", Const, 1}, 14426 {"SO_RXQ_OVFL", Const, 0}, 14427 {"SO_SECURITY_AUTHENTICATION", Const, 0}, 14428 {"SO_SECURITY_ENCRYPTION_NETWORK", Const, 0}, 14429 {"SO_SECURITY_ENCRYPTION_TRANSPORT", Const, 0}, 14430 {"SO_SETFIB", Const, 0}, 14431 {"SO_SNDBUF", Const, 0}, 14432 {"SO_SNDBUFFORCE", Const, 0}, 14433 {"SO_SNDLOWAT", Const, 0}, 14434 {"SO_SNDTIMEO", Const, 0}, 14435 {"SO_SPLICE", Const, 1}, 14436 {"SO_TIMESTAMP", Const, 0}, 14437 {"SO_TIMESTAMPING", Const, 0}, 14438 {"SO_TIMESTAMPNS", Const, 0}, 14439 {"SO_TIMESTAMP_MONOTONIC", Const, 0}, 14440 {"SO_TYPE", Const, 0}, 14441 {"SO_UPCALLCLOSEWAIT", Const, 0}, 14442 {"SO_UPDATE_ACCEPT_CONTEXT", Const, 0}, 14443 {"SO_UPDATE_CONNECT_CONTEXT", Const, 1}, 14444 {"SO_USELOOPBACK", Const, 0}, 14445 {"SO_USER_COOKIE", Const, 1}, 14446 {"SO_VENDOR", Const, 3}, 14447 {"SO_WANTMORE", Const, 0}, 14448 {"SO_WANTOOBFLAG", Const, 0}, 14449 {"SSLExtraCertChainPolicyPara", Type, 0}, 14450 {"SSLExtraCertChainPolicyPara.AuthType", Field, 0}, 14451 {"SSLExtraCertChainPolicyPara.Checks", Field, 0}, 14452 {"SSLExtraCertChainPolicyPara.ServerName", Field, 0}, 14453 {"SSLExtraCertChainPolicyPara.Size", Field, 0}, 14454 {"STANDARD_RIGHTS_ALL", Const, 0}, 14455 {"STANDARD_RIGHTS_EXECUTE", Const, 0}, 14456 {"STANDARD_RIGHTS_READ", Const, 0}, 14457 {"STANDARD_RIGHTS_REQUIRED", Const, 0}, 14458 {"STANDARD_RIGHTS_WRITE", Const, 0}, 14459 {"STARTF_USESHOWWINDOW", Const, 0}, 14460 {"STARTF_USESTDHANDLES", Const, 0}, 14461 {"STD_ERROR_HANDLE", Const, 0}, 14462 {"STD_INPUT_HANDLE", Const, 0}, 14463 {"STD_OUTPUT_HANDLE", Const, 0}, 14464 {"SUBLANG_ENGLISH_US", Const, 0}, 14465 {"SW_FORCEMINIMIZE", Const, 0}, 14466 {"SW_HIDE", Const, 0}, 14467 {"SW_MAXIMIZE", Const, 0}, 14468 {"SW_MINIMIZE", Const, 0}, 14469 {"SW_NORMAL", Const, 0}, 14470 {"SW_RESTORE", Const, 0}, 14471 {"SW_SHOW", Const, 0}, 14472 {"SW_SHOWDEFAULT", Const, 0}, 14473 {"SW_SHOWMAXIMIZED", Const, 0}, 14474 {"SW_SHOWMINIMIZED", Const, 0}, 14475 {"SW_SHOWMINNOACTIVE", Const, 0}, 14476 {"SW_SHOWNA", Const, 0}, 14477 {"SW_SHOWNOACTIVATE", Const, 0}, 14478 {"SW_SHOWNORMAL", Const, 0}, 14479 {"SYMBOLIC_LINK_FLAG_DIRECTORY", Const, 4}, 14480 {"SYNCHRONIZE", Const, 0}, 14481 {"SYSCTL_VERSION", Const, 1}, 14482 {"SYSCTL_VERS_0", Const, 1}, 14483 {"SYSCTL_VERS_1", Const, 1}, 14484 {"SYSCTL_VERS_MASK", Const, 1}, 14485 {"SYS_ABORT2", Const, 0}, 14486 {"SYS_ACCEPT", Const, 0}, 14487 {"SYS_ACCEPT4", Const, 0}, 14488 {"SYS_ACCEPT_NOCANCEL", Const, 0}, 14489 {"SYS_ACCESS", Const, 0}, 14490 {"SYS_ACCESS_EXTENDED", Const, 0}, 14491 {"SYS_ACCT", Const, 0}, 14492 {"SYS_ADD_KEY", Const, 0}, 14493 {"SYS_ADD_PROFIL", Const, 0}, 14494 {"SYS_ADJFREQ", Const, 1}, 14495 {"SYS_ADJTIME", Const, 0}, 14496 {"SYS_ADJTIMEX", Const, 0}, 14497 {"SYS_AFS_SYSCALL", Const, 0}, 14498 {"SYS_AIO_CANCEL", Const, 0}, 14499 {"SYS_AIO_ERROR", Const, 0}, 14500 {"SYS_AIO_FSYNC", Const, 0}, 14501 {"SYS_AIO_MLOCK", Const, 14}, 14502 {"SYS_AIO_READ", Const, 0}, 14503 {"SYS_AIO_RETURN", Const, 0}, 14504 {"SYS_AIO_SUSPEND", Const, 0}, 14505 {"SYS_AIO_SUSPEND_NOCANCEL", Const, 0}, 14506 {"SYS_AIO_WAITCOMPLETE", Const, 14}, 14507 {"SYS_AIO_WRITE", Const, 0}, 14508 {"SYS_ALARM", Const, 0}, 14509 {"SYS_ARCH_PRCTL", Const, 0}, 14510 {"SYS_ARM_FADVISE64_64", Const, 0}, 14511 {"SYS_ARM_SYNC_FILE_RANGE", Const, 0}, 14512 {"SYS_ATGETMSG", Const, 0}, 14513 {"SYS_ATPGETREQ", Const, 0}, 14514 {"SYS_ATPGETRSP", Const, 0}, 14515 {"SYS_ATPSNDREQ", Const, 0}, 14516 {"SYS_ATPSNDRSP", Const, 0}, 14517 {"SYS_ATPUTMSG", Const, 0}, 14518 {"SYS_ATSOCKET", Const, 0}, 14519 {"SYS_AUDIT", Const, 0}, 14520 {"SYS_AUDITCTL", Const, 0}, 14521 {"SYS_AUDITON", Const, 0}, 14522 {"SYS_AUDIT_SESSION_JOIN", Const, 0}, 14523 {"SYS_AUDIT_SESSION_PORT", Const, 0}, 14524 {"SYS_AUDIT_SESSION_SELF", Const, 0}, 14525 {"SYS_BDFLUSH", Const, 0}, 14526 {"SYS_BIND", Const, 0}, 14527 {"SYS_BINDAT", Const, 3}, 14528 {"SYS_BREAK", Const, 0}, 14529 {"SYS_BRK", Const, 0}, 14530 {"SYS_BSDTHREAD_CREATE", Const, 0}, 14531 {"SYS_BSDTHREAD_REGISTER", Const, 0}, 14532 {"SYS_BSDTHREAD_TERMINATE", Const, 0}, 14533 {"SYS_CAPGET", Const, 0}, 14534 {"SYS_CAPSET", Const, 0}, 14535 {"SYS_CAP_ENTER", Const, 0}, 14536 {"SYS_CAP_FCNTLS_GET", Const, 1}, 14537 {"SYS_CAP_FCNTLS_LIMIT", Const, 1}, 14538 {"SYS_CAP_GETMODE", Const, 0}, 14539 {"SYS_CAP_GETRIGHTS", Const, 0}, 14540 {"SYS_CAP_IOCTLS_GET", Const, 1}, 14541 {"SYS_CAP_IOCTLS_LIMIT", Const, 1}, 14542 {"SYS_CAP_NEW", Const, 0}, 14543 {"SYS_CAP_RIGHTS_GET", Const, 1}, 14544 {"SYS_CAP_RIGHTS_LIMIT", Const, 1}, 14545 {"SYS_CHDIR", Const, 0}, 14546 {"SYS_CHFLAGS", Const, 0}, 14547 {"SYS_CHFLAGSAT", Const, 3}, 14548 {"SYS_CHMOD", Const, 0}, 14549 {"SYS_CHMOD_EXTENDED", Const, 0}, 14550 {"SYS_CHOWN", Const, 0}, 14551 {"SYS_CHOWN32", Const, 0}, 14552 {"SYS_CHROOT", Const, 0}, 14553 {"SYS_CHUD", Const, 0}, 14554 {"SYS_CLOCK_ADJTIME", Const, 0}, 14555 {"SYS_CLOCK_GETCPUCLOCKID2", Const, 1}, 14556 {"SYS_CLOCK_GETRES", Const, 0}, 14557 {"SYS_CLOCK_GETTIME", Const, 0}, 14558 {"SYS_CLOCK_NANOSLEEP", Const, 0}, 14559 {"SYS_CLOCK_SETTIME", Const, 0}, 14560 {"SYS_CLONE", Const, 0}, 14561 {"SYS_CLOSE", Const, 0}, 14562 {"SYS_CLOSEFROM", Const, 0}, 14563 {"SYS_CLOSE_NOCANCEL", Const, 0}, 14564 {"SYS_CONNECT", Const, 0}, 14565 {"SYS_CONNECTAT", Const, 3}, 14566 {"SYS_CONNECT_NOCANCEL", Const, 0}, 14567 {"SYS_COPYFILE", Const, 0}, 14568 {"SYS_CPUSET", Const, 0}, 14569 {"SYS_CPUSET_GETAFFINITY", Const, 0}, 14570 {"SYS_CPUSET_GETID", Const, 0}, 14571 {"SYS_CPUSET_SETAFFINITY", Const, 0}, 14572 {"SYS_CPUSET_SETID", Const, 0}, 14573 {"SYS_CREAT", Const, 0}, 14574 {"SYS_CREATE_MODULE", Const, 0}, 14575 {"SYS_CSOPS", Const, 0}, 14576 {"SYS_CSOPS_AUDITTOKEN", Const, 16}, 14577 {"SYS_DELETE", Const, 0}, 14578 {"SYS_DELETE_MODULE", Const, 0}, 14579 {"SYS_DUP", Const, 0}, 14580 {"SYS_DUP2", Const, 0}, 14581 {"SYS_DUP3", Const, 0}, 14582 {"SYS_EACCESS", Const, 0}, 14583 {"SYS_EPOLL_CREATE", Const, 0}, 14584 {"SYS_EPOLL_CREATE1", Const, 0}, 14585 {"SYS_EPOLL_CTL", Const, 0}, 14586 {"SYS_EPOLL_CTL_OLD", Const, 0}, 14587 {"SYS_EPOLL_PWAIT", Const, 0}, 14588 {"SYS_EPOLL_WAIT", Const, 0}, 14589 {"SYS_EPOLL_WAIT_OLD", Const, 0}, 14590 {"SYS_EVENTFD", Const, 0}, 14591 {"SYS_EVENTFD2", Const, 0}, 14592 {"SYS_EXCHANGEDATA", Const, 0}, 14593 {"SYS_EXECVE", Const, 0}, 14594 {"SYS_EXIT", Const, 0}, 14595 {"SYS_EXIT_GROUP", Const, 0}, 14596 {"SYS_EXTATTRCTL", Const, 0}, 14597 {"SYS_EXTATTR_DELETE_FD", Const, 0}, 14598 {"SYS_EXTATTR_DELETE_FILE", Const, 0}, 14599 {"SYS_EXTATTR_DELETE_LINK", Const, 0}, 14600 {"SYS_EXTATTR_GET_FD", Const, 0}, 14601 {"SYS_EXTATTR_GET_FILE", Const, 0}, 14602 {"SYS_EXTATTR_GET_LINK", Const, 0}, 14603 {"SYS_EXTATTR_LIST_FD", Const, 0}, 14604 {"SYS_EXTATTR_LIST_FILE", Const, 0}, 14605 {"SYS_EXTATTR_LIST_LINK", Const, 0}, 14606 {"SYS_EXTATTR_SET_FD", Const, 0}, 14607 {"SYS_EXTATTR_SET_FILE", Const, 0}, 14608 {"SYS_EXTATTR_SET_LINK", Const, 0}, 14609 {"SYS_FACCESSAT", Const, 0}, 14610 {"SYS_FADVISE64", Const, 0}, 14611 {"SYS_FADVISE64_64", Const, 0}, 14612 {"SYS_FALLOCATE", Const, 0}, 14613 {"SYS_FANOTIFY_INIT", Const, 0}, 14614 {"SYS_FANOTIFY_MARK", Const, 0}, 14615 {"SYS_FCHDIR", Const, 0}, 14616 {"SYS_FCHFLAGS", Const, 0}, 14617 {"SYS_FCHMOD", Const, 0}, 14618 {"SYS_FCHMODAT", Const, 0}, 14619 {"SYS_FCHMOD_EXTENDED", Const, 0}, 14620 {"SYS_FCHOWN", Const, 0}, 14621 {"SYS_FCHOWN32", Const, 0}, 14622 {"SYS_FCHOWNAT", Const, 0}, 14623 {"SYS_FCHROOT", Const, 1}, 14624 {"SYS_FCNTL", Const, 0}, 14625 {"SYS_FCNTL64", Const, 0}, 14626 {"SYS_FCNTL_NOCANCEL", Const, 0}, 14627 {"SYS_FDATASYNC", Const, 0}, 14628 {"SYS_FEXECVE", Const, 0}, 14629 {"SYS_FFCLOCK_GETCOUNTER", Const, 0}, 14630 {"SYS_FFCLOCK_GETESTIMATE", Const, 0}, 14631 {"SYS_FFCLOCK_SETESTIMATE", Const, 0}, 14632 {"SYS_FFSCTL", Const, 0}, 14633 {"SYS_FGETATTRLIST", Const, 0}, 14634 {"SYS_FGETXATTR", Const, 0}, 14635 {"SYS_FHOPEN", Const, 0}, 14636 {"SYS_FHSTAT", Const, 0}, 14637 {"SYS_FHSTATFS", Const, 0}, 14638 {"SYS_FILEPORT_MAKEFD", Const, 0}, 14639 {"SYS_FILEPORT_MAKEPORT", Const, 0}, 14640 {"SYS_FKTRACE", Const, 1}, 14641 {"SYS_FLISTXATTR", Const, 0}, 14642 {"SYS_FLOCK", Const, 0}, 14643 {"SYS_FORK", Const, 0}, 14644 {"SYS_FPATHCONF", Const, 0}, 14645 {"SYS_FREEBSD6_FTRUNCATE", Const, 0}, 14646 {"SYS_FREEBSD6_LSEEK", Const, 0}, 14647 {"SYS_FREEBSD6_MMAP", Const, 0}, 14648 {"SYS_FREEBSD6_PREAD", Const, 0}, 14649 {"SYS_FREEBSD6_PWRITE", Const, 0}, 14650 {"SYS_FREEBSD6_TRUNCATE", Const, 0}, 14651 {"SYS_FREMOVEXATTR", Const, 0}, 14652 {"SYS_FSCTL", Const, 0}, 14653 {"SYS_FSETATTRLIST", Const, 0}, 14654 {"SYS_FSETXATTR", Const, 0}, 14655 {"SYS_FSGETPATH", Const, 0}, 14656 {"SYS_FSTAT", Const, 0}, 14657 {"SYS_FSTAT64", Const, 0}, 14658 {"SYS_FSTAT64_EXTENDED", Const, 0}, 14659 {"SYS_FSTATAT", Const, 0}, 14660 {"SYS_FSTATAT64", Const, 0}, 14661 {"SYS_FSTATFS", Const, 0}, 14662 {"SYS_FSTATFS64", Const, 0}, 14663 {"SYS_FSTATV", Const, 0}, 14664 {"SYS_FSTATVFS1", Const, 1}, 14665 {"SYS_FSTAT_EXTENDED", Const, 0}, 14666 {"SYS_FSYNC", Const, 0}, 14667 {"SYS_FSYNC_NOCANCEL", Const, 0}, 14668 {"SYS_FSYNC_RANGE", Const, 1}, 14669 {"SYS_FTIME", Const, 0}, 14670 {"SYS_FTRUNCATE", Const, 0}, 14671 {"SYS_FTRUNCATE64", Const, 0}, 14672 {"SYS_FUTEX", Const, 0}, 14673 {"SYS_FUTIMENS", Const, 1}, 14674 {"SYS_FUTIMES", Const, 0}, 14675 {"SYS_FUTIMESAT", Const, 0}, 14676 {"SYS_GETATTRLIST", Const, 0}, 14677 {"SYS_GETAUDIT", Const, 0}, 14678 {"SYS_GETAUDIT_ADDR", Const, 0}, 14679 {"SYS_GETAUID", Const, 0}, 14680 {"SYS_GETCONTEXT", Const, 0}, 14681 {"SYS_GETCPU", Const, 0}, 14682 {"SYS_GETCWD", Const, 0}, 14683 {"SYS_GETDENTS", Const, 0}, 14684 {"SYS_GETDENTS64", Const, 0}, 14685 {"SYS_GETDIRENTRIES", Const, 0}, 14686 {"SYS_GETDIRENTRIES64", Const, 0}, 14687 {"SYS_GETDIRENTRIESATTR", Const, 0}, 14688 {"SYS_GETDTABLECOUNT", Const, 1}, 14689 {"SYS_GETDTABLESIZE", Const, 0}, 14690 {"SYS_GETEGID", Const, 0}, 14691 {"SYS_GETEGID32", Const, 0}, 14692 {"SYS_GETEUID", Const, 0}, 14693 {"SYS_GETEUID32", Const, 0}, 14694 {"SYS_GETFH", Const, 0}, 14695 {"SYS_GETFSSTAT", Const, 0}, 14696 {"SYS_GETFSSTAT64", Const, 0}, 14697 {"SYS_GETGID", Const, 0}, 14698 {"SYS_GETGID32", Const, 0}, 14699 {"SYS_GETGROUPS", Const, 0}, 14700 {"SYS_GETGROUPS32", Const, 0}, 14701 {"SYS_GETHOSTUUID", Const, 0}, 14702 {"SYS_GETITIMER", Const, 0}, 14703 {"SYS_GETLCID", Const, 0}, 14704 {"SYS_GETLOGIN", Const, 0}, 14705 {"SYS_GETLOGINCLASS", Const, 0}, 14706 {"SYS_GETPEERNAME", Const, 0}, 14707 {"SYS_GETPGID", Const, 0}, 14708 {"SYS_GETPGRP", Const, 0}, 14709 {"SYS_GETPID", Const, 0}, 14710 {"SYS_GETPMSG", Const, 0}, 14711 {"SYS_GETPPID", Const, 0}, 14712 {"SYS_GETPRIORITY", Const, 0}, 14713 {"SYS_GETRESGID", Const, 0}, 14714 {"SYS_GETRESGID32", Const, 0}, 14715 {"SYS_GETRESUID", Const, 0}, 14716 {"SYS_GETRESUID32", Const, 0}, 14717 {"SYS_GETRLIMIT", Const, 0}, 14718 {"SYS_GETRTABLE", Const, 1}, 14719 {"SYS_GETRUSAGE", Const, 0}, 14720 {"SYS_GETSGROUPS", Const, 0}, 14721 {"SYS_GETSID", Const, 0}, 14722 {"SYS_GETSOCKNAME", Const, 0}, 14723 {"SYS_GETSOCKOPT", Const, 0}, 14724 {"SYS_GETTHRID", Const, 1}, 14725 {"SYS_GETTID", Const, 0}, 14726 {"SYS_GETTIMEOFDAY", Const, 0}, 14727 {"SYS_GETUID", Const, 0}, 14728 {"SYS_GETUID32", Const, 0}, 14729 {"SYS_GETVFSSTAT", Const, 1}, 14730 {"SYS_GETWGROUPS", Const, 0}, 14731 {"SYS_GETXATTR", Const, 0}, 14732 {"SYS_GET_KERNEL_SYMS", Const, 0}, 14733 {"SYS_GET_MEMPOLICY", Const, 0}, 14734 {"SYS_GET_ROBUST_LIST", Const, 0}, 14735 {"SYS_GET_THREAD_AREA", Const, 0}, 14736 {"SYS_GSSD_SYSCALL", Const, 14}, 14737 {"SYS_GTTY", Const, 0}, 14738 {"SYS_IDENTITYSVC", Const, 0}, 14739 {"SYS_IDLE", Const, 0}, 14740 {"SYS_INITGROUPS", Const, 0}, 14741 {"SYS_INIT_MODULE", Const, 0}, 14742 {"SYS_INOTIFY_ADD_WATCH", Const, 0}, 14743 {"SYS_INOTIFY_INIT", Const, 0}, 14744 {"SYS_INOTIFY_INIT1", Const, 0}, 14745 {"SYS_INOTIFY_RM_WATCH", Const, 0}, 14746 {"SYS_IOCTL", Const, 0}, 14747 {"SYS_IOPERM", Const, 0}, 14748 {"SYS_IOPL", Const, 0}, 14749 {"SYS_IOPOLICYSYS", Const, 0}, 14750 {"SYS_IOPRIO_GET", Const, 0}, 14751 {"SYS_IOPRIO_SET", Const, 0}, 14752 {"SYS_IO_CANCEL", Const, 0}, 14753 {"SYS_IO_DESTROY", Const, 0}, 14754 {"SYS_IO_GETEVENTS", Const, 0}, 14755 {"SYS_IO_SETUP", Const, 0}, 14756 {"SYS_IO_SUBMIT", Const, 0}, 14757 {"SYS_IPC", Const, 0}, 14758 {"SYS_ISSETUGID", Const, 0}, 14759 {"SYS_JAIL", Const, 0}, 14760 {"SYS_JAIL_ATTACH", Const, 0}, 14761 {"SYS_JAIL_GET", Const, 0}, 14762 {"SYS_JAIL_REMOVE", Const, 0}, 14763 {"SYS_JAIL_SET", Const, 0}, 14764 {"SYS_KAS_INFO", Const, 16}, 14765 {"SYS_KDEBUG_TRACE", Const, 0}, 14766 {"SYS_KENV", Const, 0}, 14767 {"SYS_KEVENT", Const, 0}, 14768 {"SYS_KEVENT64", Const, 0}, 14769 {"SYS_KEXEC_LOAD", Const, 0}, 14770 {"SYS_KEYCTL", Const, 0}, 14771 {"SYS_KILL", Const, 0}, 14772 {"SYS_KLDFIND", Const, 0}, 14773 {"SYS_KLDFIRSTMOD", Const, 0}, 14774 {"SYS_KLDLOAD", Const, 0}, 14775 {"SYS_KLDNEXT", Const, 0}, 14776 {"SYS_KLDSTAT", Const, 0}, 14777 {"SYS_KLDSYM", Const, 0}, 14778 {"SYS_KLDUNLOAD", Const, 0}, 14779 {"SYS_KLDUNLOADF", Const, 0}, 14780 {"SYS_KMQ_NOTIFY", Const, 14}, 14781 {"SYS_KMQ_OPEN", Const, 14}, 14782 {"SYS_KMQ_SETATTR", Const, 14}, 14783 {"SYS_KMQ_TIMEDRECEIVE", Const, 14}, 14784 {"SYS_KMQ_TIMEDSEND", Const, 14}, 14785 {"SYS_KMQ_UNLINK", Const, 14}, 14786 {"SYS_KQUEUE", Const, 0}, 14787 {"SYS_KQUEUE1", Const, 1}, 14788 {"SYS_KSEM_CLOSE", Const, 14}, 14789 {"SYS_KSEM_DESTROY", Const, 14}, 14790 {"SYS_KSEM_GETVALUE", Const, 14}, 14791 {"SYS_KSEM_INIT", Const, 14}, 14792 {"SYS_KSEM_OPEN", Const, 14}, 14793 {"SYS_KSEM_POST", Const, 14}, 14794 {"SYS_KSEM_TIMEDWAIT", Const, 14}, 14795 {"SYS_KSEM_TRYWAIT", Const, 14}, 14796 {"SYS_KSEM_UNLINK", Const, 14}, 14797 {"SYS_KSEM_WAIT", Const, 14}, 14798 {"SYS_KTIMER_CREATE", Const, 0}, 14799 {"SYS_KTIMER_DELETE", Const, 0}, 14800 {"SYS_KTIMER_GETOVERRUN", Const, 0}, 14801 {"SYS_KTIMER_GETTIME", Const, 0}, 14802 {"SYS_KTIMER_SETTIME", Const, 0}, 14803 {"SYS_KTRACE", Const, 0}, 14804 {"SYS_LCHFLAGS", Const, 0}, 14805 {"SYS_LCHMOD", Const, 0}, 14806 {"SYS_LCHOWN", Const, 0}, 14807 {"SYS_LCHOWN32", Const, 0}, 14808 {"SYS_LEDGER", Const, 16}, 14809 {"SYS_LGETFH", Const, 0}, 14810 {"SYS_LGETXATTR", Const, 0}, 14811 {"SYS_LINK", Const, 0}, 14812 {"SYS_LINKAT", Const, 0}, 14813 {"SYS_LIO_LISTIO", Const, 0}, 14814 {"SYS_LISTEN", Const, 0}, 14815 {"SYS_LISTXATTR", Const, 0}, 14816 {"SYS_LLISTXATTR", Const, 0}, 14817 {"SYS_LOCK", Const, 0}, 14818 {"SYS_LOOKUP_DCOOKIE", Const, 0}, 14819 {"SYS_LPATHCONF", Const, 0}, 14820 {"SYS_LREMOVEXATTR", Const, 0}, 14821 {"SYS_LSEEK", Const, 0}, 14822 {"SYS_LSETXATTR", Const, 0}, 14823 {"SYS_LSTAT", Const, 0}, 14824 {"SYS_LSTAT64", Const, 0}, 14825 {"SYS_LSTAT64_EXTENDED", Const, 0}, 14826 {"SYS_LSTATV", Const, 0}, 14827 {"SYS_LSTAT_EXTENDED", Const, 0}, 14828 {"SYS_LUTIMES", Const, 0}, 14829 {"SYS_MAC_SYSCALL", Const, 0}, 14830 {"SYS_MADVISE", Const, 0}, 14831 {"SYS_MADVISE1", Const, 0}, 14832 {"SYS_MAXSYSCALL", Const, 0}, 14833 {"SYS_MBIND", Const, 0}, 14834 {"SYS_MIGRATE_PAGES", Const, 0}, 14835 {"SYS_MINCORE", Const, 0}, 14836 {"SYS_MINHERIT", Const, 0}, 14837 {"SYS_MKCOMPLEX", Const, 0}, 14838 {"SYS_MKDIR", Const, 0}, 14839 {"SYS_MKDIRAT", Const, 0}, 14840 {"SYS_MKDIR_EXTENDED", Const, 0}, 14841 {"SYS_MKFIFO", Const, 0}, 14842 {"SYS_MKFIFOAT", Const, 0}, 14843 {"SYS_MKFIFO_EXTENDED", Const, 0}, 14844 {"SYS_MKNOD", Const, 0}, 14845 {"SYS_MKNODAT", Const, 0}, 14846 {"SYS_MLOCK", Const, 0}, 14847 {"SYS_MLOCKALL", Const, 0}, 14848 {"SYS_MMAP", Const, 0}, 14849 {"SYS_MMAP2", Const, 0}, 14850 {"SYS_MODCTL", Const, 1}, 14851 {"SYS_MODFIND", Const, 0}, 14852 {"SYS_MODFNEXT", Const, 0}, 14853 {"SYS_MODIFY_LDT", Const, 0}, 14854 {"SYS_MODNEXT", Const, 0}, 14855 {"SYS_MODSTAT", Const, 0}, 14856 {"SYS_MODWATCH", Const, 0}, 14857 {"SYS_MOUNT", Const, 0}, 14858 {"SYS_MOVE_PAGES", Const, 0}, 14859 {"SYS_MPROTECT", Const, 0}, 14860 {"SYS_MPX", Const, 0}, 14861 {"SYS_MQUERY", Const, 1}, 14862 {"SYS_MQ_GETSETATTR", Const, 0}, 14863 {"SYS_MQ_NOTIFY", Const, 0}, 14864 {"SYS_MQ_OPEN", Const, 0}, 14865 {"SYS_MQ_TIMEDRECEIVE", Const, 0}, 14866 {"SYS_MQ_TIMEDSEND", Const, 0}, 14867 {"SYS_MQ_UNLINK", Const, 0}, 14868 {"SYS_MREMAP", Const, 0}, 14869 {"SYS_MSGCTL", Const, 0}, 14870 {"SYS_MSGGET", Const, 0}, 14871 {"SYS_MSGRCV", Const, 0}, 14872 {"SYS_MSGRCV_NOCANCEL", Const, 0}, 14873 {"SYS_MSGSND", Const, 0}, 14874 {"SYS_MSGSND_NOCANCEL", Const, 0}, 14875 {"SYS_MSGSYS", Const, 0}, 14876 {"SYS_MSYNC", Const, 0}, 14877 {"SYS_MSYNC_NOCANCEL", Const, 0}, 14878 {"SYS_MUNLOCK", Const, 0}, 14879 {"SYS_MUNLOCKALL", Const, 0}, 14880 {"SYS_MUNMAP", Const, 0}, 14881 {"SYS_NAME_TO_HANDLE_AT", Const, 0}, 14882 {"SYS_NANOSLEEP", Const, 0}, 14883 {"SYS_NEWFSTATAT", Const, 0}, 14884 {"SYS_NFSCLNT", Const, 0}, 14885 {"SYS_NFSSERVCTL", Const, 0}, 14886 {"SYS_NFSSVC", Const, 0}, 14887 {"SYS_NFSTAT", Const, 0}, 14888 {"SYS_NICE", Const, 0}, 14889 {"SYS_NLM_SYSCALL", Const, 14}, 14890 {"SYS_NLSTAT", Const, 0}, 14891 {"SYS_NMOUNT", Const, 0}, 14892 {"SYS_NSTAT", Const, 0}, 14893 {"SYS_NTP_ADJTIME", Const, 0}, 14894 {"SYS_NTP_GETTIME", Const, 0}, 14895 {"SYS_NUMA_GETAFFINITY", Const, 14}, 14896 {"SYS_NUMA_SETAFFINITY", Const, 14}, 14897 {"SYS_OABI_SYSCALL_BASE", Const, 0}, 14898 {"SYS_OBREAK", Const, 0}, 14899 {"SYS_OLDFSTAT", Const, 0}, 14900 {"SYS_OLDLSTAT", Const, 0}, 14901 {"SYS_OLDOLDUNAME", Const, 0}, 14902 {"SYS_OLDSTAT", Const, 0}, 14903 {"SYS_OLDUNAME", Const, 0}, 14904 {"SYS_OPEN", Const, 0}, 14905 {"SYS_OPENAT", Const, 0}, 14906 {"SYS_OPENBSD_POLL", Const, 0}, 14907 {"SYS_OPEN_BY_HANDLE_AT", Const, 0}, 14908 {"SYS_OPEN_DPROTECTED_NP", Const, 16}, 14909 {"SYS_OPEN_EXTENDED", Const, 0}, 14910 {"SYS_OPEN_NOCANCEL", Const, 0}, 14911 {"SYS_OVADVISE", Const, 0}, 14912 {"SYS_PACCEPT", Const, 1}, 14913 {"SYS_PATHCONF", Const, 0}, 14914 {"SYS_PAUSE", Const, 0}, 14915 {"SYS_PCICONFIG_IOBASE", Const, 0}, 14916 {"SYS_PCICONFIG_READ", Const, 0}, 14917 {"SYS_PCICONFIG_WRITE", Const, 0}, 14918 {"SYS_PDFORK", Const, 0}, 14919 {"SYS_PDGETPID", Const, 0}, 14920 {"SYS_PDKILL", Const, 0}, 14921 {"SYS_PERF_EVENT_OPEN", Const, 0}, 14922 {"SYS_PERSONALITY", Const, 0}, 14923 {"SYS_PID_HIBERNATE", Const, 0}, 14924 {"SYS_PID_RESUME", Const, 0}, 14925 {"SYS_PID_SHUTDOWN_SOCKETS", Const, 0}, 14926 {"SYS_PID_SUSPEND", Const, 0}, 14927 {"SYS_PIPE", Const, 0}, 14928 {"SYS_PIPE2", Const, 0}, 14929 {"SYS_PIVOT_ROOT", Const, 0}, 14930 {"SYS_PMC_CONTROL", Const, 1}, 14931 {"SYS_PMC_GET_INFO", Const, 1}, 14932 {"SYS_POLL", Const, 0}, 14933 {"SYS_POLLTS", Const, 1}, 14934 {"SYS_POLL_NOCANCEL", Const, 0}, 14935 {"SYS_POSIX_FADVISE", Const, 0}, 14936 {"SYS_POSIX_FALLOCATE", Const, 0}, 14937 {"SYS_POSIX_OPENPT", Const, 0}, 14938 {"SYS_POSIX_SPAWN", Const, 0}, 14939 {"SYS_PPOLL", Const, 0}, 14940 {"SYS_PRCTL", Const, 0}, 14941 {"SYS_PREAD", Const, 0}, 14942 {"SYS_PREAD64", Const, 0}, 14943 {"SYS_PREADV", Const, 0}, 14944 {"SYS_PREAD_NOCANCEL", Const, 0}, 14945 {"SYS_PRLIMIT64", Const, 0}, 14946 {"SYS_PROCCTL", Const, 3}, 14947 {"SYS_PROCESS_POLICY", Const, 0}, 14948 {"SYS_PROCESS_VM_READV", Const, 0}, 14949 {"SYS_PROCESS_VM_WRITEV", Const, 0}, 14950 {"SYS_PROC_INFO", Const, 0}, 14951 {"SYS_PROF", Const, 0}, 14952 {"SYS_PROFIL", Const, 0}, 14953 {"SYS_PSELECT", Const, 0}, 14954 {"SYS_PSELECT6", Const, 0}, 14955 {"SYS_PSET_ASSIGN", Const, 1}, 14956 {"SYS_PSET_CREATE", Const, 1}, 14957 {"SYS_PSET_DESTROY", Const, 1}, 14958 {"SYS_PSYNCH_CVBROAD", Const, 0}, 14959 {"SYS_PSYNCH_CVCLRPREPOST", Const, 0}, 14960 {"SYS_PSYNCH_CVSIGNAL", Const, 0}, 14961 {"SYS_PSYNCH_CVWAIT", Const, 0}, 14962 {"SYS_PSYNCH_MUTEXDROP", Const, 0}, 14963 {"SYS_PSYNCH_MUTEXWAIT", Const, 0}, 14964 {"SYS_PSYNCH_RW_DOWNGRADE", Const, 0}, 14965 {"SYS_PSYNCH_RW_LONGRDLOCK", Const, 0}, 14966 {"SYS_PSYNCH_RW_RDLOCK", Const, 0}, 14967 {"SYS_PSYNCH_RW_UNLOCK", Const, 0}, 14968 {"SYS_PSYNCH_RW_UNLOCK2", Const, 0}, 14969 {"SYS_PSYNCH_RW_UPGRADE", Const, 0}, 14970 {"SYS_PSYNCH_RW_WRLOCK", Const, 0}, 14971 {"SYS_PSYNCH_RW_YIELDWRLOCK", Const, 0}, 14972 {"SYS_PTRACE", Const, 0}, 14973 {"SYS_PUTPMSG", Const, 0}, 14974 {"SYS_PWRITE", Const, 0}, 14975 {"SYS_PWRITE64", Const, 0}, 14976 {"SYS_PWRITEV", Const, 0}, 14977 {"SYS_PWRITE_NOCANCEL", Const, 0}, 14978 {"SYS_QUERY_MODULE", Const, 0}, 14979 {"SYS_QUOTACTL", Const, 0}, 14980 {"SYS_RASCTL", Const, 1}, 14981 {"SYS_RCTL_ADD_RULE", Const, 0}, 14982 {"SYS_RCTL_GET_LIMITS", Const, 0}, 14983 {"SYS_RCTL_GET_RACCT", Const, 0}, 14984 {"SYS_RCTL_GET_RULES", Const, 0}, 14985 {"SYS_RCTL_REMOVE_RULE", Const, 0}, 14986 {"SYS_READ", Const, 0}, 14987 {"SYS_READAHEAD", Const, 0}, 14988 {"SYS_READDIR", Const, 0}, 14989 {"SYS_READLINK", Const, 0}, 14990 {"SYS_READLINKAT", Const, 0}, 14991 {"SYS_READV", Const, 0}, 14992 {"SYS_READV_NOCANCEL", Const, 0}, 14993 {"SYS_READ_NOCANCEL", Const, 0}, 14994 {"SYS_REBOOT", Const, 0}, 14995 {"SYS_RECV", Const, 0}, 14996 {"SYS_RECVFROM", Const, 0}, 14997 {"SYS_RECVFROM_NOCANCEL", Const, 0}, 14998 {"SYS_RECVMMSG", Const, 0}, 14999 {"SYS_RECVMSG", Const, 0}, 15000 {"SYS_RECVMSG_NOCANCEL", Const, 0}, 15001 {"SYS_REMAP_FILE_PAGES", Const, 0}, 15002 {"SYS_REMOVEXATTR", Const, 0}, 15003 {"SYS_RENAME", Const, 0}, 15004 {"SYS_RENAMEAT", Const, 0}, 15005 {"SYS_REQUEST_KEY", Const, 0}, 15006 {"SYS_RESTART_SYSCALL", Const, 0}, 15007 {"SYS_REVOKE", Const, 0}, 15008 {"SYS_RFORK", Const, 0}, 15009 {"SYS_RMDIR", Const, 0}, 15010 {"SYS_RTPRIO", Const, 0}, 15011 {"SYS_RTPRIO_THREAD", Const, 0}, 15012 {"SYS_RT_SIGACTION", Const, 0}, 15013 {"SYS_RT_SIGPENDING", Const, 0}, 15014 {"SYS_RT_SIGPROCMASK", Const, 0}, 15015 {"SYS_RT_SIGQUEUEINFO", Const, 0}, 15016 {"SYS_RT_SIGRETURN", Const, 0}, 15017 {"SYS_RT_SIGSUSPEND", Const, 0}, 15018 {"SYS_RT_SIGTIMEDWAIT", Const, 0}, 15019 {"SYS_RT_TGSIGQUEUEINFO", Const, 0}, 15020 {"SYS_SBRK", Const, 0}, 15021 {"SYS_SCHED_GETAFFINITY", Const, 0}, 15022 {"SYS_SCHED_GETPARAM", Const, 0}, 15023 {"SYS_SCHED_GETSCHEDULER", Const, 0}, 15024 {"SYS_SCHED_GET_PRIORITY_MAX", Const, 0}, 15025 {"SYS_SCHED_GET_PRIORITY_MIN", Const, 0}, 15026 {"SYS_SCHED_RR_GET_INTERVAL", Const, 0}, 15027 {"SYS_SCHED_SETAFFINITY", Const, 0}, 15028 {"SYS_SCHED_SETPARAM", Const, 0}, 15029 {"SYS_SCHED_SETSCHEDULER", Const, 0}, 15030 {"SYS_SCHED_YIELD", Const, 0}, 15031 {"SYS_SCTP_GENERIC_RECVMSG", Const, 0}, 15032 {"SYS_SCTP_GENERIC_SENDMSG", Const, 0}, 15033 {"SYS_SCTP_GENERIC_SENDMSG_IOV", Const, 0}, 15034 {"SYS_SCTP_PEELOFF", Const, 0}, 15035 {"SYS_SEARCHFS", Const, 0}, 15036 {"SYS_SECURITY", Const, 0}, 15037 {"SYS_SELECT", Const, 0}, 15038 {"SYS_SELECT_NOCANCEL", Const, 0}, 15039 {"SYS_SEMCONFIG", Const, 1}, 15040 {"SYS_SEMCTL", Const, 0}, 15041 {"SYS_SEMGET", Const, 0}, 15042 {"SYS_SEMOP", Const, 0}, 15043 {"SYS_SEMSYS", Const, 0}, 15044 {"SYS_SEMTIMEDOP", Const, 0}, 15045 {"SYS_SEM_CLOSE", Const, 0}, 15046 {"SYS_SEM_DESTROY", Const, 0}, 15047 {"SYS_SEM_GETVALUE", Const, 0}, 15048 {"SYS_SEM_INIT", Const, 0}, 15049 {"SYS_SEM_OPEN", Const, 0}, 15050 {"SYS_SEM_POST", Const, 0}, 15051 {"SYS_SEM_TRYWAIT", Const, 0}, 15052 {"SYS_SEM_UNLINK", Const, 0}, 15053 {"SYS_SEM_WAIT", Const, 0}, 15054 {"SYS_SEM_WAIT_NOCANCEL", Const, 0}, 15055 {"SYS_SEND", Const, 0}, 15056 {"SYS_SENDFILE", Const, 0}, 15057 {"SYS_SENDFILE64", Const, 0}, 15058 {"SYS_SENDMMSG", Const, 0}, 15059 {"SYS_SENDMSG", Const, 0}, 15060 {"SYS_SENDMSG_NOCANCEL", Const, 0}, 15061 {"SYS_SENDTO", Const, 0}, 15062 {"SYS_SENDTO_NOCANCEL", Const, 0}, 15063 {"SYS_SETATTRLIST", Const, 0}, 15064 {"SYS_SETAUDIT", Const, 0}, 15065 {"SYS_SETAUDIT_ADDR", Const, 0}, 15066 {"SYS_SETAUID", Const, 0}, 15067 {"SYS_SETCONTEXT", Const, 0}, 15068 {"SYS_SETDOMAINNAME", Const, 0}, 15069 {"SYS_SETEGID", Const, 0}, 15070 {"SYS_SETEUID", Const, 0}, 15071 {"SYS_SETFIB", Const, 0}, 15072 {"SYS_SETFSGID", Const, 0}, 15073 {"SYS_SETFSGID32", Const, 0}, 15074 {"SYS_SETFSUID", Const, 0}, 15075 {"SYS_SETFSUID32", Const, 0}, 15076 {"SYS_SETGID", Const, 0}, 15077 {"SYS_SETGID32", Const, 0}, 15078 {"SYS_SETGROUPS", Const, 0}, 15079 {"SYS_SETGROUPS32", Const, 0}, 15080 {"SYS_SETHOSTNAME", Const, 0}, 15081 {"SYS_SETITIMER", Const, 0}, 15082 {"SYS_SETLCID", Const, 0}, 15083 {"SYS_SETLOGIN", Const, 0}, 15084 {"SYS_SETLOGINCLASS", Const, 0}, 15085 {"SYS_SETNS", Const, 0}, 15086 {"SYS_SETPGID", Const, 0}, 15087 {"SYS_SETPRIORITY", Const, 0}, 15088 {"SYS_SETPRIVEXEC", Const, 0}, 15089 {"SYS_SETREGID", Const, 0}, 15090 {"SYS_SETREGID32", Const, 0}, 15091 {"SYS_SETRESGID", Const, 0}, 15092 {"SYS_SETRESGID32", Const, 0}, 15093 {"SYS_SETRESUID", Const, 0}, 15094 {"SYS_SETRESUID32", Const, 0}, 15095 {"SYS_SETREUID", Const, 0}, 15096 {"SYS_SETREUID32", Const, 0}, 15097 {"SYS_SETRLIMIT", Const, 0}, 15098 {"SYS_SETRTABLE", Const, 1}, 15099 {"SYS_SETSGROUPS", Const, 0}, 15100 {"SYS_SETSID", Const, 0}, 15101 {"SYS_SETSOCKOPT", Const, 0}, 15102 {"SYS_SETTID", Const, 0}, 15103 {"SYS_SETTID_WITH_PID", Const, 0}, 15104 {"SYS_SETTIMEOFDAY", Const, 0}, 15105 {"SYS_SETUID", Const, 0}, 15106 {"SYS_SETUID32", Const, 0}, 15107 {"SYS_SETWGROUPS", Const, 0}, 15108 {"SYS_SETXATTR", Const, 0}, 15109 {"SYS_SET_MEMPOLICY", Const, 0}, 15110 {"SYS_SET_ROBUST_LIST", Const, 0}, 15111 {"SYS_SET_THREAD_AREA", Const, 0}, 15112 {"SYS_SET_TID_ADDRESS", Const, 0}, 15113 {"SYS_SGETMASK", Const, 0}, 15114 {"SYS_SHARED_REGION_CHECK_NP", Const, 0}, 15115 {"SYS_SHARED_REGION_MAP_AND_SLIDE_NP", Const, 0}, 15116 {"SYS_SHMAT", Const, 0}, 15117 {"SYS_SHMCTL", Const, 0}, 15118 {"SYS_SHMDT", Const, 0}, 15119 {"SYS_SHMGET", Const, 0}, 15120 {"SYS_SHMSYS", Const, 0}, 15121 {"SYS_SHM_OPEN", Const, 0}, 15122 {"SYS_SHM_UNLINK", Const, 0}, 15123 {"SYS_SHUTDOWN", Const, 0}, 15124 {"SYS_SIGACTION", Const, 0}, 15125 {"SYS_SIGALTSTACK", Const, 0}, 15126 {"SYS_SIGNAL", Const, 0}, 15127 {"SYS_SIGNALFD", Const, 0}, 15128 {"SYS_SIGNALFD4", Const, 0}, 15129 {"SYS_SIGPENDING", Const, 0}, 15130 {"SYS_SIGPROCMASK", Const, 0}, 15131 {"SYS_SIGQUEUE", Const, 0}, 15132 {"SYS_SIGQUEUEINFO", Const, 1}, 15133 {"SYS_SIGRETURN", Const, 0}, 15134 {"SYS_SIGSUSPEND", Const, 0}, 15135 {"SYS_SIGSUSPEND_NOCANCEL", Const, 0}, 15136 {"SYS_SIGTIMEDWAIT", Const, 0}, 15137 {"SYS_SIGWAIT", Const, 0}, 15138 {"SYS_SIGWAITINFO", Const, 0}, 15139 {"SYS_SOCKET", Const, 0}, 15140 {"SYS_SOCKETCALL", Const, 0}, 15141 {"SYS_SOCKETPAIR", Const, 0}, 15142 {"SYS_SPLICE", Const, 0}, 15143 {"SYS_SSETMASK", Const, 0}, 15144 {"SYS_SSTK", Const, 0}, 15145 {"SYS_STACK_SNAPSHOT", Const, 0}, 15146 {"SYS_STAT", Const, 0}, 15147 {"SYS_STAT64", Const, 0}, 15148 {"SYS_STAT64_EXTENDED", Const, 0}, 15149 {"SYS_STATFS", Const, 0}, 15150 {"SYS_STATFS64", Const, 0}, 15151 {"SYS_STATV", Const, 0}, 15152 {"SYS_STATVFS1", Const, 1}, 15153 {"SYS_STAT_EXTENDED", Const, 0}, 15154 {"SYS_STIME", Const, 0}, 15155 {"SYS_STTY", Const, 0}, 15156 {"SYS_SWAPCONTEXT", Const, 0}, 15157 {"SYS_SWAPCTL", Const, 1}, 15158 {"SYS_SWAPOFF", Const, 0}, 15159 {"SYS_SWAPON", Const, 0}, 15160 {"SYS_SYMLINK", Const, 0}, 15161 {"SYS_SYMLINKAT", Const, 0}, 15162 {"SYS_SYNC", Const, 0}, 15163 {"SYS_SYNCFS", Const, 0}, 15164 {"SYS_SYNC_FILE_RANGE", Const, 0}, 15165 {"SYS_SYSARCH", Const, 0}, 15166 {"SYS_SYSCALL", Const, 0}, 15167 {"SYS_SYSCALL_BASE", Const, 0}, 15168 {"SYS_SYSFS", Const, 0}, 15169 {"SYS_SYSINFO", Const, 0}, 15170 {"SYS_SYSLOG", Const, 0}, 15171 {"SYS_TEE", Const, 0}, 15172 {"SYS_TGKILL", Const, 0}, 15173 {"SYS_THREAD_SELFID", Const, 0}, 15174 {"SYS_THR_CREATE", Const, 0}, 15175 {"SYS_THR_EXIT", Const, 0}, 15176 {"SYS_THR_KILL", Const, 0}, 15177 {"SYS_THR_KILL2", Const, 0}, 15178 {"SYS_THR_NEW", Const, 0}, 15179 {"SYS_THR_SELF", Const, 0}, 15180 {"SYS_THR_SET_NAME", Const, 0}, 15181 {"SYS_THR_SUSPEND", Const, 0}, 15182 {"SYS_THR_WAKE", Const, 0}, 15183 {"SYS_TIME", Const, 0}, 15184 {"SYS_TIMERFD_CREATE", Const, 0}, 15185 {"SYS_TIMERFD_GETTIME", Const, 0}, 15186 {"SYS_TIMERFD_SETTIME", Const, 0}, 15187 {"SYS_TIMER_CREATE", Const, 0}, 15188 {"SYS_TIMER_DELETE", Const, 0}, 15189 {"SYS_TIMER_GETOVERRUN", Const, 0}, 15190 {"SYS_TIMER_GETTIME", Const, 0}, 15191 {"SYS_TIMER_SETTIME", Const, 0}, 15192 {"SYS_TIMES", Const, 0}, 15193 {"SYS_TKILL", Const, 0}, 15194 {"SYS_TRUNCATE", Const, 0}, 15195 {"SYS_TRUNCATE64", Const, 0}, 15196 {"SYS_TUXCALL", Const, 0}, 15197 {"SYS_UGETRLIMIT", Const, 0}, 15198 {"SYS_ULIMIT", Const, 0}, 15199 {"SYS_UMASK", Const, 0}, 15200 {"SYS_UMASK_EXTENDED", Const, 0}, 15201 {"SYS_UMOUNT", Const, 0}, 15202 {"SYS_UMOUNT2", Const, 0}, 15203 {"SYS_UNAME", Const, 0}, 15204 {"SYS_UNDELETE", Const, 0}, 15205 {"SYS_UNLINK", Const, 0}, 15206 {"SYS_UNLINKAT", Const, 0}, 15207 {"SYS_UNMOUNT", Const, 0}, 15208 {"SYS_UNSHARE", Const, 0}, 15209 {"SYS_USELIB", Const, 0}, 15210 {"SYS_USTAT", Const, 0}, 15211 {"SYS_UTIME", Const, 0}, 15212 {"SYS_UTIMENSAT", Const, 0}, 15213 {"SYS_UTIMES", Const, 0}, 15214 {"SYS_UTRACE", Const, 0}, 15215 {"SYS_UUIDGEN", Const, 0}, 15216 {"SYS_VADVISE", Const, 1}, 15217 {"SYS_VFORK", Const, 0}, 15218 {"SYS_VHANGUP", Const, 0}, 15219 {"SYS_VM86", Const, 0}, 15220 {"SYS_VM86OLD", Const, 0}, 15221 {"SYS_VMSPLICE", Const, 0}, 15222 {"SYS_VM_PRESSURE_MONITOR", Const, 0}, 15223 {"SYS_VSERVER", Const, 0}, 15224 {"SYS_WAIT4", Const, 0}, 15225 {"SYS_WAIT4_NOCANCEL", Const, 0}, 15226 {"SYS_WAIT6", Const, 1}, 15227 {"SYS_WAITEVENT", Const, 0}, 15228 {"SYS_WAITID", Const, 0}, 15229 {"SYS_WAITID_NOCANCEL", Const, 0}, 15230 {"SYS_WAITPID", Const, 0}, 15231 {"SYS_WATCHEVENT", Const, 0}, 15232 {"SYS_WORKQ_KERNRETURN", Const, 0}, 15233 {"SYS_WORKQ_OPEN", Const, 0}, 15234 {"SYS_WRITE", Const, 0}, 15235 {"SYS_WRITEV", Const, 0}, 15236 {"SYS_WRITEV_NOCANCEL", Const, 0}, 15237 {"SYS_WRITE_NOCANCEL", Const, 0}, 15238 {"SYS_YIELD", Const, 0}, 15239 {"SYS__LLSEEK", Const, 0}, 15240 {"SYS__LWP_CONTINUE", Const, 1}, 15241 {"SYS__LWP_CREATE", Const, 1}, 15242 {"SYS__LWP_CTL", Const, 1}, 15243 {"SYS__LWP_DETACH", Const, 1}, 15244 {"SYS__LWP_EXIT", Const, 1}, 15245 {"SYS__LWP_GETNAME", Const, 1}, 15246 {"SYS__LWP_GETPRIVATE", Const, 1}, 15247 {"SYS__LWP_KILL", Const, 1}, 15248 {"SYS__LWP_PARK", Const, 1}, 15249 {"SYS__LWP_SELF", Const, 1}, 15250 {"SYS__LWP_SETNAME", Const, 1}, 15251 {"SYS__LWP_SETPRIVATE", Const, 1}, 15252 {"SYS__LWP_SUSPEND", Const, 1}, 15253 {"SYS__LWP_UNPARK", Const, 1}, 15254 {"SYS__LWP_UNPARK_ALL", Const, 1}, 15255 {"SYS__LWP_WAIT", Const, 1}, 15256 {"SYS__LWP_WAKEUP", Const, 1}, 15257 {"SYS__NEWSELECT", Const, 0}, 15258 {"SYS__PSET_BIND", Const, 1}, 15259 {"SYS__SCHED_GETAFFINITY", Const, 1}, 15260 {"SYS__SCHED_GETPARAM", Const, 1}, 15261 {"SYS__SCHED_SETAFFINITY", Const, 1}, 15262 {"SYS__SCHED_SETPARAM", Const, 1}, 15263 {"SYS__SYSCTL", Const, 0}, 15264 {"SYS__UMTX_LOCK", Const, 0}, 15265 {"SYS__UMTX_OP", Const, 0}, 15266 {"SYS__UMTX_UNLOCK", Const, 0}, 15267 {"SYS___ACL_ACLCHECK_FD", Const, 0}, 15268 {"SYS___ACL_ACLCHECK_FILE", Const, 0}, 15269 {"SYS___ACL_ACLCHECK_LINK", Const, 0}, 15270 {"SYS___ACL_DELETE_FD", Const, 0}, 15271 {"SYS___ACL_DELETE_FILE", Const, 0}, 15272 {"SYS___ACL_DELETE_LINK", Const, 0}, 15273 {"SYS___ACL_GET_FD", Const, 0}, 15274 {"SYS___ACL_GET_FILE", Const, 0}, 15275 {"SYS___ACL_GET_LINK", Const, 0}, 15276 {"SYS___ACL_SET_FD", Const, 0}, 15277 {"SYS___ACL_SET_FILE", Const, 0}, 15278 {"SYS___ACL_SET_LINK", Const, 0}, 15279 {"SYS___CAP_RIGHTS_GET", Const, 14}, 15280 {"SYS___CLONE", Const, 1}, 15281 {"SYS___DISABLE_THREADSIGNAL", Const, 0}, 15282 {"SYS___GETCWD", Const, 0}, 15283 {"SYS___GETLOGIN", Const, 1}, 15284 {"SYS___GET_TCB", Const, 1}, 15285 {"SYS___MAC_EXECVE", Const, 0}, 15286 {"SYS___MAC_GETFSSTAT", Const, 0}, 15287 {"SYS___MAC_GET_FD", Const, 0}, 15288 {"SYS___MAC_GET_FILE", Const, 0}, 15289 {"SYS___MAC_GET_LCID", Const, 0}, 15290 {"SYS___MAC_GET_LCTX", Const, 0}, 15291 {"SYS___MAC_GET_LINK", Const, 0}, 15292 {"SYS___MAC_GET_MOUNT", Const, 0}, 15293 {"SYS___MAC_GET_PID", Const, 0}, 15294 {"SYS___MAC_GET_PROC", Const, 0}, 15295 {"SYS___MAC_MOUNT", Const, 0}, 15296 {"SYS___MAC_SET_FD", Const, 0}, 15297 {"SYS___MAC_SET_FILE", Const, 0}, 15298 {"SYS___MAC_SET_LCTX", Const, 0}, 15299 {"SYS___MAC_SET_LINK", Const, 0}, 15300 {"SYS___MAC_SET_PROC", Const, 0}, 15301 {"SYS___MAC_SYSCALL", Const, 0}, 15302 {"SYS___OLD_SEMWAIT_SIGNAL", Const, 0}, 15303 {"SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", Const, 0}, 15304 {"SYS___POSIX_CHOWN", Const, 1}, 15305 {"SYS___POSIX_FCHOWN", Const, 1}, 15306 {"SYS___POSIX_LCHOWN", Const, 1}, 15307 {"SYS___POSIX_RENAME", Const, 1}, 15308 {"SYS___PTHREAD_CANCELED", Const, 0}, 15309 {"SYS___PTHREAD_CHDIR", Const, 0}, 15310 {"SYS___PTHREAD_FCHDIR", Const, 0}, 15311 {"SYS___PTHREAD_KILL", Const, 0}, 15312 {"SYS___PTHREAD_MARKCANCEL", Const, 0}, 15313 {"SYS___PTHREAD_SIGMASK", Const, 0}, 15314 {"SYS___QUOTACTL", Const, 1}, 15315 {"SYS___SEMCTL", Const, 1}, 15316 {"SYS___SEMWAIT_SIGNAL", Const, 0}, 15317 {"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0}, 15318 {"SYS___SETLOGIN", Const, 1}, 15319 {"SYS___SETUGID", Const, 0}, 15320 {"SYS___SET_TCB", Const, 1}, 15321 {"SYS___SIGACTION_SIGTRAMP", Const, 1}, 15322 {"SYS___SIGTIMEDWAIT", Const, 1}, 15323 {"SYS___SIGWAIT", Const, 0}, 15324 {"SYS___SIGWAIT_NOCANCEL", Const, 0}, 15325 {"SYS___SYSCTL", Const, 0}, 15326 {"SYS___TFORK", Const, 1}, 15327 {"SYS___THREXIT", Const, 1}, 15328 {"SYS___THRSIGDIVERT", Const, 1}, 15329 {"SYS___THRSLEEP", Const, 1}, 15330 {"SYS___THRWAKEUP", Const, 1}, 15331 {"S_ARCH1", Const, 1}, 15332 {"S_ARCH2", Const, 1}, 15333 {"S_BLKSIZE", Const, 0}, 15334 {"S_IEXEC", Const, 0}, 15335 {"S_IFBLK", Const, 0}, 15336 {"S_IFCHR", Const, 0}, 15337 {"S_IFDIR", Const, 0}, 15338 {"S_IFIFO", Const, 0}, 15339 {"S_IFLNK", Const, 0}, 15340 {"S_IFMT", Const, 0}, 15341 {"S_IFREG", Const, 0}, 15342 {"S_IFSOCK", Const, 0}, 15343 {"S_IFWHT", Const, 0}, 15344 {"S_IREAD", Const, 0}, 15345 {"S_IRGRP", Const, 0}, 15346 {"S_IROTH", Const, 0}, 15347 {"S_IRUSR", Const, 0}, 15348 {"S_IRWXG", Const, 0}, 15349 {"S_IRWXO", Const, 0}, 15350 {"S_IRWXU", Const, 0}, 15351 {"S_ISGID", Const, 0}, 15352 {"S_ISTXT", Const, 0}, 15353 {"S_ISUID", Const, 0}, 15354 {"S_ISVTX", Const, 0}, 15355 {"S_IWGRP", Const, 0}, 15356 {"S_IWOTH", Const, 0}, 15357 {"S_IWRITE", Const, 0}, 15358 {"S_IWUSR", Const, 0}, 15359 {"S_IXGRP", Const, 0}, 15360 {"S_IXOTH", Const, 0}, 15361 {"S_IXUSR", Const, 0}, 15362 {"S_LOGIN_SET", Const, 1}, 15363 {"SecurityAttributes", Type, 0}, 15364 {"SecurityAttributes.InheritHandle", Field, 0}, 15365 {"SecurityAttributes.Length", Field, 0}, 15366 {"SecurityAttributes.SecurityDescriptor", Field, 0}, 15367 {"Seek", Func, 0}, 15368 {"Select", Func, 0}, 15369 {"Sendfile", Func, 0}, 15370 {"Sendmsg", Func, 0}, 15371 {"SendmsgN", Func, 3}, 15372 {"Sendto", Func, 0}, 15373 {"Servent", Type, 0}, 15374 {"Servent.Aliases", Field, 0}, 15375 {"Servent.Name", Field, 0}, 15376 {"Servent.Port", Field, 0}, 15377 {"Servent.Proto", Field, 0}, 15378 {"SetBpf", Func, 0}, 15379 {"SetBpfBuflen", Func, 0}, 15380 {"SetBpfDatalink", Func, 0}, 15381 {"SetBpfHeadercmpl", Func, 0}, 15382 {"SetBpfImmediate", Func, 0}, 15383 {"SetBpfInterface", Func, 0}, 15384 {"SetBpfPromisc", Func, 0}, 15385 {"SetBpfTimeout", Func, 0}, 15386 {"SetCurrentDirectory", Func, 0}, 15387 {"SetEndOfFile", Func, 0}, 15388 {"SetEnvironmentVariable", Func, 0}, 15389 {"SetFileAttributes", Func, 0}, 15390 {"SetFileCompletionNotificationModes", Func, 2}, 15391 {"SetFilePointer", Func, 0}, 15392 {"SetFileTime", Func, 0}, 15393 {"SetHandleInformation", Func, 0}, 15394 {"SetKevent", Func, 0}, 15395 {"SetLsfPromisc", Func, 0}, 15396 {"SetNonblock", Func, 0}, 15397 {"Setdomainname", Func, 0}, 15398 {"Setegid", Func, 0}, 15399 {"Setenv", Func, 0}, 15400 {"Seteuid", Func, 0}, 15401 {"Setfsgid", Func, 0}, 15402 {"Setfsuid", Func, 0}, 15403 {"Setgid", Func, 0}, 15404 {"Setgroups", Func, 0}, 15405 {"Sethostname", Func, 0}, 15406 {"Setlogin", Func, 0}, 15407 {"Setpgid", Func, 0}, 15408 {"Setpriority", Func, 0}, 15409 {"Setprivexec", Func, 0}, 15410 {"Setregid", Func, 0}, 15411 {"Setresgid", Func, 0}, 15412 {"Setresuid", Func, 0}, 15413 {"Setreuid", Func, 0}, 15414 {"Setrlimit", Func, 0}, 15415 {"Setsid", Func, 0}, 15416 {"Setsockopt", Func, 0}, 15417 {"SetsockoptByte", Func, 0}, 15418 {"SetsockoptICMPv6Filter", Func, 2}, 15419 {"SetsockoptIPMreq", Func, 0}, 15420 {"SetsockoptIPMreqn", Func, 0}, 15421 {"SetsockoptIPv6Mreq", Func, 0}, 15422 {"SetsockoptInet4Addr", Func, 0}, 15423 {"SetsockoptInt", Func, 0}, 15424 {"SetsockoptLinger", Func, 0}, 15425 {"SetsockoptString", Func, 0}, 15426 {"SetsockoptTimeval", Func, 0}, 15427 {"Settimeofday", Func, 0}, 15428 {"Setuid", Func, 0}, 15429 {"Setxattr", Func, 1}, 15430 {"Shutdown", Func, 0}, 15431 {"SidTypeAlias", Const, 0}, 15432 {"SidTypeComputer", Const, 0}, 15433 {"SidTypeDeletedAccount", Const, 0}, 15434 {"SidTypeDomain", Const, 0}, 15435 {"SidTypeGroup", Const, 0}, 15436 {"SidTypeInvalid", Const, 0}, 15437 {"SidTypeLabel", Const, 0}, 15438 {"SidTypeUnknown", Const, 0}, 15439 {"SidTypeUser", Const, 0}, 15440 {"SidTypeWellKnownGroup", Const, 0}, 15441 {"Signal", Type, 0}, 15442 {"SizeofBpfHdr", Const, 0}, 15443 {"SizeofBpfInsn", Const, 0}, 15444 {"SizeofBpfProgram", Const, 0}, 15445 {"SizeofBpfStat", Const, 0}, 15446 {"SizeofBpfVersion", Const, 0}, 15447 {"SizeofBpfZbuf", Const, 0}, 15448 {"SizeofBpfZbufHeader", Const, 0}, 15449 {"SizeofCmsghdr", Const, 0}, 15450 {"SizeofICMPv6Filter", Const, 2}, 15451 {"SizeofIPMreq", Const, 0}, 15452 {"SizeofIPMreqn", Const, 0}, 15453 {"SizeofIPv6MTUInfo", Const, 2}, 15454 {"SizeofIPv6Mreq", Const, 0}, 15455 {"SizeofIfAddrmsg", Const, 0}, 15456 {"SizeofIfAnnounceMsghdr", Const, 1}, 15457 {"SizeofIfData", Const, 0}, 15458 {"SizeofIfInfomsg", Const, 0}, 15459 {"SizeofIfMsghdr", Const, 0}, 15460 {"SizeofIfaMsghdr", Const, 0}, 15461 {"SizeofIfmaMsghdr", Const, 0}, 15462 {"SizeofIfmaMsghdr2", Const, 0}, 15463 {"SizeofInet4Pktinfo", Const, 0}, 15464 {"SizeofInet6Pktinfo", Const, 0}, 15465 {"SizeofInotifyEvent", Const, 0}, 15466 {"SizeofLinger", Const, 0}, 15467 {"SizeofMsghdr", Const, 0}, 15468 {"SizeofNlAttr", Const, 0}, 15469 {"SizeofNlMsgerr", Const, 0}, 15470 {"SizeofNlMsghdr", Const, 0}, 15471 {"SizeofRtAttr", Const, 0}, 15472 {"SizeofRtGenmsg", Const, 0}, 15473 {"SizeofRtMetrics", Const, 0}, 15474 {"SizeofRtMsg", Const, 0}, 15475 {"SizeofRtMsghdr", Const, 0}, 15476 {"SizeofRtNexthop", Const, 0}, 15477 {"SizeofSockFilter", Const, 0}, 15478 {"SizeofSockFprog", Const, 0}, 15479 {"SizeofSockaddrAny", Const, 0}, 15480 {"SizeofSockaddrDatalink", Const, 0}, 15481 {"SizeofSockaddrInet4", Const, 0}, 15482 {"SizeofSockaddrInet6", Const, 0}, 15483 {"SizeofSockaddrLinklayer", Const, 0}, 15484 {"SizeofSockaddrNetlink", Const, 0}, 15485 {"SizeofSockaddrUnix", Const, 0}, 15486 {"SizeofTCPInfo", Const, 1}, 15487 {"SizeofUcred", Const, 0}, 15488 {"SlicePtrFromStrings", Func, 1}, 15489 {"SockFilter", Type, 0}, 15490 {"SockFilter.Code", Field, 0}, 15491 {"SockFilter.Jf", Field, 0}, 15492 {"SockFilter.Jt", Field, 0}, 15493 {"SockFilter.K", Field, 0}, 15494 {"SockFprog", Type, 0}, 15495 {"SockFprog.Filter", Field, 0}, 15496 {"SockFprog.Len", Field, 0}, 15497 {"SockFprog.Pad_cgo_0", Field, 0}, 15498 {"Sockaddr", Type, 0}, 15499 {"SockaddrDatalink", Type, 0}, 15500 {"SockaddrDatalink.Alen", Field, 0}, 15501 {"SockaddrDatalink.Data", Field, 0}, 15502 {"SockaddrDatalink.Family", Field, 0}, 15503 {"SockaddrDatalink.Index", Field, 0}, 15504 {"SockaddrDatalink.Len", Field, 0}, 15505 {"SockaddrDatalink.Nlen", Field, 0}, 15506 {"SockaddrDatalink.Slen", Field, 0}, 15507 {"SockaddrDatalink.Type", Field, 0}, 15508 {"SockaddrGen", Type, 0}, 15509 {"SockaddrInet4", Type, 0}, 15510 {"SockaddrInet4.Addr", Field, 0}, 15511 {"SockaddrInet4.Port", Field, 0}, 15512 {"SockaddrInet6", Type, 0}, 15513 {"SockaddrInet6.Addr", Field, 0}, 15514 {"SockaddrInet6.Port", Field, 0}, 15515 {"SockaddrInet6.ZoneId", Field, 0}, 15516 {"SockaddrLinklayer", Type, 0}, 15517 {"SockaddrLinklayer.Addr", Field, 0}, 15518 {"SockaddrLinklayer.Halen", Field, 0}, 15519 {"SockaddrLinklayer.Hatype", Field, 0}, 15520 {"SockaddrLinklayer.Ifindex", Field, 0}, 15521 {"SockaddrLinklayer.Pkttype", Field, 0}, 15522 {"SockaddrLinklayer.Protocol", Field, 0}, 15523 {"SockaddrNetlink", Type, 0}, 15524 {"SockaddrNetlink.Family", Field, 0}, 15525 {"SockaddrNetlink.Groups", Field, 0}, 15526 {"SockaddrNetlink.Pad", Field, 0}, 15527 {"SockaddrNetlink.Pid", Field, 0}, 15528 {"SockaddrUnix", Type, 0}, 15529 {"SockaddrUnix.Name", Field, 0}, 15530 {"Socket", Func, 0}, 15531 {"SocketControlMessage", Type, 0}, 15532 {"SocketControlMessage.Data", Field, 0}, 15533 {"SocketControlMessage.Header", Field, 0}, 15534 {"SocketDisableIPv6", Var, 0}, 15535 {"Socketpair", Func, 0}, 15536 {"Splice", Func, 0}, 15537 {"StartProcess", Func, 0}, 15538 {"StartupInfo", Type, 0}, 15539 {"StartupInfo.Cb", Field, 0}, 15540 {"StartupInfo.Desktop", Field, 0}, 15541 {"StartupInfo.FillAttribute", Field, 0}, 15542 {"StartupInfo.Flags", Field, 0}, 15543 {"StartupInfo.ShowWindow", Field, 0}, 15544 {"StartupInfo.StdErr", Field, 0}, 15545 {"StartupInfo.StdInput", Field, 0}, 15546 {"StartupInfo.StdOutput", Field, 0}, 15547 {"StartupInfo.Title", Field, 0}, 15548 {"StartupInfo.X", Field, 0}, 15549 {"StartupInfo.XCountChars", Field, 0}, 15550 {"StartupInfo.XSize", Field, 0}, 15551 {"StartupInfo.Y", Field, 0}, 15552 {"StartupInfo.YCountChars", Field, 0}, 15553 {"StartupInfo.YSize", Field, 0}, 15554 {"Stat", Func, 0}, 15555 {"Stat_t", Type, 0}, 15556 {"Stat_t.Atim", Field, 0}, 15557 {"Stat_t.Atim_ext", Field, 12}, 15558 {"Stat_t.Atimespec", Field, 0}, 15559 {"Stat_t.Birthtimespec", Field, 0}, 15560 {"Stat_t.Blksize", Field, 0}, 15561 {"Stat_t.Blocks", Field, 0}, 15562 {"Stat_t.Btim_ext", Field, 12}, 15563 {"Stat_t.Ctim", Field, 0}, 15564 {"Stat_t.Ctim_ext", Field, 12}, 15565 {"Stat_t.Ctimespec", Field, 0}, 15566 {"Stat_t.Dev", Field, 0}, 15567 {"Stat_t.Flags", Field, 0}, 15568 {"Stat_t.Gen", Field, 0}, 15569 {"Stat_t.Gid", Field, 0}, 15570 {"Stat_t.Ino", Field, 0}, 15571 {"Stat_t.Lspare", Field, 0}, 15572 {"Stat_t.Lspare0", Field, 2}, 15573 {"Stat_t.Lspare1", Field, 2}, 15574 {"Stat_t.Mode", Field, 0}, 15575 {"Stat_t.Mtim", Field, 0}, 15576 {"Stat_t.Mtim_ext", Field, 12}, 15577 {"Stat_t.Mtimespec", Field, 0}, 15578 {"Stat_t.Nlink", Field, 0}, 15579 {"Stat_t.Pad_cgo_0", Field, 0}, 15580 {"Stat_t.Pad_cgo_1", Field, 0}, 15581 {"Stat_t.Pad_cgo_2", Field, 0}, 15582 {"Stat_t.Padding0", Field, 12}, 15583 {"Stat_t.Padding1", Field, 12}, 15584 {"Stat_t.Qspare", Field, 0}, 15585 {"Stat_t.Rdev", Field, 0}, 15586 {"Stat_t.Size", Field, 0}, 15587 {"Stat_t.Spare", Field, 2}, 15588 {"Stat_t.Uid", Field, 0}, 15589 {"Stat_t.X__pad0", Field, 0}, 15590 {"Stat_t.X__pad1", Field, 0}, 15591 {"Stat_t.X__pad2", Field, 0}, 15592 {"Stat_t.X__st_birthtim", Field, 2}, 15593 {"Stat_t.X__st_ino", Field, 0}, 15594 {"Stat_t.X__unused", Field, 0}, 15595 {"Statfs", Func, 0}, 15596 {"Statfs_t", Type, 0}, 15597 {"Statfs_t.Asyncreads", Field, 0}, 15598 {"Statfs_t.Asyncwrites", Field, 0}, 15599 {"Statfs_t.Bavail", Field, 0}, 15600 {"Statfs_t.Bfree", Field, 0}, 15601 {"Statfs_t.Blocks", Field, 0}, 15602 {"Statfs_t.Bsize", Field, 0}, 15603 {"Statfs_t.Charspare", Field, 0}, 15604 {"Statfs_t.F_asyncreads", Field, 2}, 15605 {"Statfs_t.F_asyncwrites", Field, 2}, 15606 {"Statfs_t.F_bavail", Field, 2}, 15607 {"Statfs_t.F_bfree", Field, 2}, 15608 {"Statfs_t.F_blocks", Field, 2}, 15609 {"Statfs_t.F_bsize", Field, 2}, 15610 {"Statfs_t.F_ctime", Field, 2}, 15611 {"Statfs_t.F_favail", Field, 2}, 15612 {"Statfs_t.F_ffree", Field, 2}, 15613 {"Statfs_t.F_files", Field, 2}, 15614 {"Statfs_t.F_flags", Field, 2}, 15615 {"Statfs_t.F_fsid", Field, 2}, 15616 {"Statfs_t.F_fstypename", Field, 2}, 15617 {"Statfs_t.F_iosize", Field, 2}, 15618 {"Statfs_t.F_mntfromname", Field, 2}, 15619 {"Statfs_t.F_mntfromspec", Field, 3}, 15620 {"Statfs_t.F_mntonname", Field, 2}, 15621 {"Statfs_t.F_namemax", Field, 2}, 15622 {"Statfs_t.F_owner", Field, 2}, 15623 {"Statfs_t.F_spare", Field, 2}, 15624 {"Statfs_t.F_syncreads", Field, 2}, 15625 {"Statfs_t.F_syncwrites", Field, 2}, 15626 {"Statfs_t.Ffree", Field, 0}, 15627 {"Statfs_t.Files", Field, 0}, 15628 {"Statfs_t.Flags", Field, 0}, 15629 {"Statfs_t.Frsize", Field, 0}, 15630 {"Statfs_t.Fsid", Field, 0}, 15631 {"Statfs_t.Fssubtype", Field, 0}, 15632 {"Statfs_t.Fstypename", Field, 0}, 15633 {"Statfs_t.Iosize", Field, 0}, 15634 {"Statfs_t.Mntfromname", Field, 0}, 15635 {"Statfs_t.Mntonname", Field, 0}, 15636 {"Statfs_t.Mount_info", Field, 2}, 15637 {"Statfs_t.Namelen", Field, 0}, 15638 {"Statfs_t.Namemax", Field, 0}, 15639 {"Statfs_t.Owner", Field, 0}, 15640 {"Statfs_t.Pad_cgo_0", Field, 0}, 15641 {"Statfs_t.Pad_cgo_1", Field, 2}, 15642 {"Statfs_t.Reserved", Field, 0}, 15643 {"Statfs_t.Spare", Field, 0}, 15644 {"Statfs_t.Syncreads", Field, 0}, 15645 {"Statfs_t.Syncwrites", Field, 0}, 15646 {"Statfs_t.Type", Field, 0}, 15647 {"Statfs_t.Version", Field, 0}, 15648 {"Stderr", Var, 0}, 15649 {"Stdin", Var, 0}, 15650 {"Stdout", Var, 0}, 15651 {"StringBytePtr", Func, 0}, 15652 {"StringByteSlice", Func, 0}, 15653 {"StringSlicePtr", Func, 0}, 15654 {"StringToSid", Func, 0}, 15655 {"StringToUTF16", Func, 0}, 15656 {"StringToUTF16Ptr", Func, 0}, 15657 {"Symlink", Func, 0}, 15658 {"Sync", Func, 0}, 15659 {"SyncFileRange", Func, 0}, 15660 {"SysProcAttr", Type, 0}, 15661 {"SysProcAttr.AdditionalInheritedHandles", Field, 17}, 15662 {"SysProcAttr.AmbientCaps", Field, 9}, 15663 {"SysProcAttr.CgroupFD", Field, 20}, 15664 {"SysProcAttr.Chroot", Field, 0}, 15665 {"SysProcAttr.Cloneflags", Field, 2}, 15666 {"SysProcAttr.CmdLine", Field, 0}, 15667 {"SysProcAttr.CreationFlags", Field, 1}, 15668 {"SysProcAttr.Credential", Field, 0}, 15669 {"SysProcAttr.Ctty", Field, 1}, 15670 {"SysProcAttr.Foreground", Field, 5}, 15671 {"SysProcAttr.GidMappings", Field, 4}, 15672 {"SysProcAttr.GidMappingsEnableSetgroups", Field, 5}, 15673 {"SysProcAttr.HideWindow", Field, 0}, 15674 {"SysProcAttr.Jail", Field, 21}, 15675 {"SysProcAttr.NoInheritHandles", Field, 16}, 15676 {"SysProcAttr.Noctty", Field, 0}, 15677 {"SysProcAttr.ParentProcess", Field, 17}, 15678 {"SysProcAttr.Pdeathsig", Field, 0}, 15679 {"SysProcAttr.Pgid", Field, 5}, 15680 {"SysProcAttr.PidFD", Field, 22}, 15681 {"SysProcAttr.ProcessAttributes", Field, 13}, 15682 {"SysProcAttr.Ptrace", Field, 0}, 15683 {"SysProcAttr.Setctty", Field, 0}, 15684 {"SysProcAttr.Setpgid", Field, 0}, 15685 {"SysProcAttr.Setsid", Field, 0}, 15686 {"SysProcAttr.ThreadAttributes", Field, 13}, 15687 {"SysProcAttr.Token", Field, 10}, 15688 {"SysProcAttr.UidMappings", Field, 4}, 15689 {"SysProcAttr.Unshareflags", Field, 7}, 15690 {"SysProcAttr.UseCgroupFD", Field, 20}, 15691 {"SysProcIDMap", Type, 4}, 15692 {"SysProcIDMap.ContainerID", Field, 4}, 15693 {"SysProcIDMap.HostID", Field, 4}, 15694 {"SysProcIDMap.Size", Field, 4}, 15695 {"Syscall", Func, 0}, 15696 {"Syscall12", Func, 0}, 15697 {"Syscall15", Func, 0}, 15698 {"Syscall18", Func, 12}, 15699 {"Syscall6", Func, 0}, 15700 {"Syscall9", Func, 0}, 15701 {"SyscallN", Func, 18}, 15702 {"Sysctl", Func, 0}, 15703 {"SysctlUint32", Func, 0}, 15704 {"Sysctlnode", Type, 2}, 15705 {"Sysctlnode.Flags", Field, 2}, 15706 {"Sysctlnode.Name", Field, 2}, 15707 {"Sysctlnode.Num", Field, 2}, 15708 {"Sysctlnode.Un", Field, 2}, 15709 {"Sysctlnode.Ver", Field, 2}, 15710 {"Sysctlnode.X__rsvd", Field, 2}, 15711 {"Sysctlnode.X_sysctl_desc", Field, 2}, 15712 {"Sysctlnode.X_sysctl_func", Field, 2}, 15713 {"Sysctlnode.X_sysctl_parent", Field, 2}, 15714 {"Sysctlnode.X_sysctl_size", Field, 2}, 15715 {"Sysinfo", Func, 0}, 15716 {"Sysinfo_t", Type, 0}, 15717 {"Sysinfo_t.Bufferram", Field, 0}, 15718 {"Sysinfo_t.Freehigh", Field, 0}, 15719 {"Sysinfo_t.Freeram", Field, 0}, 15720 {"Sysinfo_t.Freeswap", Field, 0}, 15721 {"Sysinfo_t.Loads", Field, 0}, 15722 {"Sysinfo_t.Pad", Field, 0}, 15723 {"Sysinfo_t.Pad_cgo_0", Field, 0}, 15724 {"Sysinfo_t.Pad_cgo_1", Field, 0}, 15725 {"Sysinfo_t.Procs", Field, 0}, 15726 {"Sysinfo_t.Sharedram", Field, 0}, 15727 {"Sysinfo_t.Totalhigh", Field, 0}, 15728 {"Sysinfo_t.Totalram", Field, 0}, 15729 {"Sysinfo_t.Totalswap", Field, 0}, 15730 {"Sysinfo_t.Unit", Field, 0}, 15731 {"Sysinfo_t.Uptime", Field, 0}, 15732 {"Sysinfo_t.X_f", Field, 0}, 15733 {"Systemtime", Type, 0}, 15734 {"Systemtime.Day", Field, 0}, 15735 {"Systemtime.DayOfWeek", Field, 0}, 15736 {"Systemtime.Hour", Field, 0}, 15737 {"Systemtime.Milliseconds", Field, 0}, 15738 {"Systemtime.Minute", Field, 0}, 15739 {"Systemtime.Month", Field, 0}, 15740 {"Systemtime.Second", Field, 0}, 15741 {"Systemtime.Year", Field, 0}, 15742 {"TCGETS", Const, 0}, 15743 {"TCIFLUSH", Const, 1}, 15744 {"TCIOFLUSH", Const, 1}, 15745 {"TCOFLUSH", Const, 1}, 15746 {"TCPInfo", Type, 1}, 15747 {"TCPInfo.Advmss", Field, 1}, 15748 {"TCPInfo.Ato", Field, 1}, 15749 {"TCPInfo.Backoff", Field, 1}, 15750 {"TCPInfo.Ca_state", Field, 1}, 15751 {"TCPInfo.Fackets", Field, 1}, 15752 {"TCPInfo.Last_ack_recv", Field, 1}, 15753 {"TCPInfo.Last_ack_sent", Field, 1}, 15754 {"TCPInfo.Last_data_recv", Field, 1}, 15755 {"TCPInfo.Last_data_sent", Field, 1}, 15756 {"TCPInfo.Lost", Field, 1}, 15757 {"TCPInfo.Options", Field, 1}, 15758 {"TCPInfo.Pad_cgo_0", Field, 1}, 15759 {"TCPInfo.Pmtu", Field, 1}, 15760 {"TCPInfo.Probes", Field, 1}, 15761 {"TCPInfo.Rcv_mss", Field, 1}, 15762 {"TCPInfo.Rcv_rtt", Field, 1}, 15763 {"TCPInfo.Rcv_space", Field, 1}, 15764 {"TCPInfo.Rcv_ssthresh", Field, 1}, 15765 {"TCPInfo.Reordering", Field, 1}, 15766 {"TCPInfo.Retrans", Field, 1}, 15767 {"TCPInfo.Retransmits", Field, 1}, 15768 {"TCPInfo.Rto", Field, 1}, 15769 {"TCPInfo.Rtt", Field, 1}, 15770 {"TCPInfo.Rttvar", Field, 1}, 15771 {"TCPInfo.Sacked", Field, 1}, 15772 {"TCPInfo.Snd_cwnd", Field, 1}, 15773 {"TCPInfo.Snd_mss", Field, 1}, 15774 {"TCPInfo.Snd_ssthresh", Field, 1}, 15775 {"TCPInfo.State", Field, 1}, 15776 {"TCPInfo.Total_retrans", Field, 1}, 15777 {"TCPInfo.Unacked", Field, 1}, 15778 {"TCPKeepalive", Type, 3}, 15779 {"TCPKeepalive.Interval", Field, 3}, 15780 {"TCPKeepalive.OnOff", Field, 3}, 15781 {"TCPKeepalive.Time", Field, 3}, 15782 {"TCP_CA_NAME_MAX", Const, 0}, 15783 {"TCP_CONGCTL", Const, 1}, 15784 {"TCP_CONGESTION", Const, 0}, 15785 {"TCP_CONNECTIONTIMEOUT", Const, 0}, 15786 {"TCP_CORK", Const, 0}, 15787 {"TCP_DEFER_ACCEPT", Const, 0}, 15788 {"TCP_ENABLE_ECN", Const, 16}, 15789 {"TCP_INFO", Const, 0}, 15790 {"TCP_KEEPALIVE", Const, 0}, 15791 {"TCP_KEEPCNT", Const, 0}, 15792 {"TCP_KEEPIDLE", Const, 0}, 15793 {"TCP_KEEPINIT", Const, 1}, 15794 {"TCP_KEEPINTVL", Const, 0}, 15795 {"TCP_LINGER2", Const, 0}, 15796 {"TCP_MAXBURST", Const, 0}, 15797 {"TCP_MAXHLEN", Const, 0}, 15798 {"TCP_MAXOLEN", Const, 0}, 15799 {"TCP_MAXSEG", Const, 0}, 15800 {"TCP_MAXWIN", Const, 0}, 15801 {"TCP_MAX_SACK", Const, 0}, 15802 {"TCP_MAX_WINSHIFT", Const, 0}, 15803 {"TCP_MD5SIG", Const, 0}, 15804 {"TCP_MD5SIG_MAXKEYLEN", Const, 0}, 15805 {"TCP_MINMSS", Const, 0}, 15806 {"TCP_MINMSSOVERLOAD", Const, 0}, 15807 {"TCP_MSS", Const, 0}, 15808 {"TCP_NODELAY", Const, 0}, 15809 {"TCP_NOOPT", Const, 0}, 15810 {"TCP_NOPUSH", Const, 0}, 15811 {"TCP_NOTSENT_LOWAT", Const, 16}, 15812 {"TCP_NSTATES", Const, 1}, 15813 {"TCP_QUICKACK", Const, 0}, 15814 {"TCP_RXT_CONNDROPTIME", Const, 0}, 15815 {"TCP_RXT_FINDROP", Const, 0}, 15816 {"TCP_SACK_ENABLE", Const, 1}, 15817 {"TCP_SENDMOREACKS", Const, 16}, 15818 {"TCP_SYNCNT", Const, 0}, 15819 {"TCP_VENDOR", Const, 3}, 15820 {"TCP_WINDOW_CLAMP", Const, 0}, 15821 {"TCSAFLUSH", Const, 1}, 15822 {"TCSETS", Const, 0}, 15823 {"TF_DISCONNECT", Const, 0}, 15824 {"TF_REUSE_SOCKET", Const, 0}, 15825 {"TF_USE_DEFAULT_WORKER", Const, 0}, 15826 {"TF_USE_KERNEL_APC", Const, 0}, 15827 {"TF_USE_SYSTEM_THREAD", Const, 0}, 15828 {"TF_WRITE_BEHIND", Const, 0}, 15829 {"TH32CS_INHERIT", Const, 4}, 15830 {"TH32CS_SNAPALL", Const, 4}, 15831 {"TH32CS_SNAPHEAPLIST", Const, 4}, 15832 {"TH32CS_SNAPMODULE", Const, 4}, 15833 {"TH32CS_SNAPMODULE32", Const, 4}, 15834 {"TH32CS_SNAPPROCESS", Const, 4}, 15835 {"TH32CS_SNAPTHREAD", Const, 4}, 15836 {"TIME_ZONE_ID_DAYLIGHT", Const, 0}, 15837 {"TIME_ZONE_ID_STANDARD", Const, 0}, 15838 {"TIME_ZONE_ID_UNKNOWN", Const, 0}, 15839 {"TIOCCBRK", Const, 0}, 15840 {"TIOCCDTR", Const, 0}, 15841 {"TIOCCONS", Const, 0}, 15842 {"TIOCDCDTIMESTAMP", Const, 0}, 15843 {"TIOCDRAIN", Const, 0}, 15844 {"TIOCDSIMICROCODE", Const, 0}, 15845 {"TIOCEXCL", Const, 0}, 15846 {"TIOCEXT", Const, 0}, 15847 {"TIOCFLAG_CDTRCTS", Const, 1}, 15848 {"TIOCFLAG_CLOCAL", Const, 1}, 15849 {"TIOCFLAG_CRTSCTS", Const, 1}, 15850 {"TIOCFLAG_MDMBUF", Const, 1}, 15851 {"TIOCFLAG_PPS", Const, 1}, 15852 {"TIOCFLAG_SOFTCAR", Const, 1}, 15853 {"TIOCFLUSH", Const, 0}, 15854 {"TIOCGDEV", Const, 0}, 15855 {"TIOCGDRAINWAIT", Const, 0}, 15856 {"TIOCGETA", Const, 0}, 15857 {"TIOCGETD", Const, 0}, 15858 {"TIOCGFLAGS", Const, 1}, 15859 {"TIOCGICOUNT", Const, 0}, 15860 {"TIOCGLCKTRMIOS", Const, 0}, 15861 {"TIOCGLINED", Const, 1}, 15862 {"TIOCGPGRP", Const, 0}, 15863 {"TIOCGPTN", Const, 0}, 15864 {"TIOCGQSIZE", Const, 1}, 15865 {"TIOCGRANTPT", Const, 1}, 15866 {"TIOCGRS485", Const, 0}, 15867 {"TIOCGSERIAL", Const, 0}, 15868 {"TIOCGSID", Const, 0}, 15869 {"TIOCGSIZE", Const, 1}, 15870 {"TIOCGSOFTCAR", Const, 0}, 15871 {"TIOCGTSTAMP", Const, 1}, 15872 {"TIOCGWINSZ", Const, 0}, 15873 {"TIOCINQ", Const, 0}, 15874 {"TIOCIXOFF", Const, 0}, 15875 {"TIOCIXON", Const, 0}, 15876 {"TIOCLINUX", Const, 0}, 15877 {"TIOCMBIC", Const, 0}, 15878 {"TIOCMBIS", Const, 0}, 15879 {"TIOCMGDTRWAIT", Const, 0}, 15880 {"TIOCMGET", Const, 0}, 15881 {"TIOCMIWAIT", Const, 0}, 15882 {"TIOCMODG", Const, 0}, 15883 {"TIOCMODS", Const, 0}, 15884 {"TIOCMSDTRWAIT", Const, 0}, 15885 {"TIOCMSET", Const, 0}, 15886 {"TIOCM_CAR", Const, 0}, 15887 {"TIOCM_CD", Const, 0}, 15888 {"TIOCM_CTS", Const, 0}, 15889 {"TIOCM_DCD", Const, 0}, 15890 {"TIOCM_DSR", Const, 0}, 15891 {"TIOCM_DTR", Const, 0}, 15892 {"TIOCM_LE", Const, 0}, 15893 {"TIOCM_RI", Const, 0}, 15894 {"TIOCM_RNG", Const, 0}, 15895 {"TIOCM_RTS", Const, 0}, 15896 {"TIOCM_SR", Const, 0}, 15897 {"TIOCM_ST", Const, 0}, 15898 {"TIOCNOTTY", Const, 0}, 15899 {"TIOCNXCL", Const, 0}, 15900 {"TIOCOUTQ", Const, 0}, 15901 {"TIOCPKT", Const, 0}, 15902 {"TIOCPKT_DATA", Const, 0}, 15903 {"TIOCPKT_DOSTOP", Const, 0}, 15904 {"TIOCPKT_FLUSHREAD", Const, 0}, 15905 {"TIOCPKT_FLUSHWRITE", Const, 0}, 15906 {"TIOCPKT_IOCTL", Const, 0}, 15907 {"TIOCPKT_NOSTOP", Const, 0}, 15908 {"TIOCPKT_START", Const, 0}, 15909 {"TIOCPKT_STOP", Const, 0}, 15910 {"TIOCPTMASTER", Const, 0}, 15911 {"TIOCPTMGET", Const, 1}, 15912 {"TIOCPTSNAME", Const, 1}, 15913 {"TIOCPTYGNAME", Const, 0}, 15914 {"TIOCPTYGRANT", Const, 0}, 15915 {"TIOCPTYUNLK", Const, 0}, 15916 {"TIOCRCVFRAME", Const, 1}, 15917 {"TIOCREMOTE", Const, 0}, 15918 {"TIOCSBRK", Const, 0}, 15919 {"TIOCSCONS", Const, 0}, 15920 {"TIOCSCTTY", Const, 0}, 15921 {"TIOCSDRAINWAIT", Const, 0}, 15922 {"TIOCSDTR", Const, 0}, 15923 {"TIOCSERCONFIG", Const, 0}, 15924 {"TIOCSERGETLSR", Const, 0}, 15925 {"TIOCSERGETMULTI", Const, 0}, 15926 {"TIOCSERGSTRUCT", Const, 0}, 15927 {"TIOCSERGWILD", Const, 0}, 15928 {"TIOCSERSETMULTI", Const, 0}, 15929 {"TIOCSERSWILD", Const, 0}, 15930 {"TIOCSER_TEMT", Const, 0}, 15931 {"TIOCSETA", Const, 0}, 15932 {"TIOCSETAF", Const, 0}, 15933 {"TIOCSETAW", Const, 0}, 15934 {"TIOCSETD", Const, 0}, 15935 {"TIOCSFLAGS", Const, 1}, 15936 {"TIOCSIG", Const, 0}, 15937 {"TIOCSLCKTRMIOS", Const, 0}, 15938 {"TIOCSLINED", Const, 1}, 15939 {"TIOCSPGRP", Const, 0}, 15940 {"TIOCSPTLCK", Const, 0}, 15941 {"TIOCSQSIZE", Const, 1}, 15942 {"TIOCSRS485", Const, 0}, 15943 {"TIOCSSERIAL", Const, 0}, 15944 {"TIOCSSIZE", Const, 1}, 15945 {"TIOCSSOFTCAR", Const, 0}, 15946 {"TIOCSTART", Const, 0}, 15947 {"TIOCSTAT", Const, 0}, 15948 {"TIOCSTI", Const, 0}, 15949 {"TIOCSTOP", Const, 0}, 15950 {"TIOCSTSTAMP", Const, 1}, 15951 {"TIOCSWINSZ", Const, 0}, 15952 {"TIOCTIMESTAMP", Const, 0}, 15953 {"TIOCUCNTL", Const, 0}, 15954 {"TIOCVHANGUP", Const, 0}, 15955 {"TIOCXMTFRAME", Const, 1}, 15956 {"TOKEN_ADJUST_DEFAULT", Const, 0}, 15957 {"TOKEN_ADJUST_GROUPS", Const, 0}, 15958 {"TOKEN_ADJUST_PRIVILEGES", Const, 0}, 15959 {"TOKEN_ADJUST_SESSIONID", Const, 11}, 15960 {"TOKEN_ALL_ACCESS", Const, 0}, 15961 {"TOKEN_ASSIGN_PRIMARY", Const, 0}, 15962 {"TOKEN_DUPLICATE", Const, 0}, 15963 {"TOKEN_EXECUTE", Const, 0}, 15964 {"TOKEN_IMPERSONATE", Const, 0}, 15965 {"TOKEN_QUERY", Const, 0}, 15966 {"TOKEN_QUERY_SOURCE", Const, 0}, 15967 {"TOKEN_READ", Const, 0}, 15968 {"TOKEN_WRITE", Const, 0}, 15969 {"TOSTOP", Const, 0}, 15970 {"TRUNCATE_EXISTING", Const, 0}, 15971 {"TUNATTACHFILTER", Const, 0}, 15972 {"TUNDETACHFILTER", Const, 0}, 15973 {"TUNGETFEATURES", Const, 0}, 15974 {"TUNGETIFF", Const, 0}, 15975 {"TUNGETSNDBUF", Const, 0}, 15976 {"TUNGETVNETHDRSZ", Const, 0}, 15977 {"TUNSETDEBUG", Const, 0}, 15978 {"TUNSETGROUP", Const, 0}, 15979 {"TUNSETIFF", Const, 0}, 15980 {"TUNSETLINK", Const, 0}, 15981 {"TUNSETNOCSUM", Const, 0}, 15982 {"TUNSETOFFLOAD", Const, 0}, 15983 {"TUNSETOWNER", Const, 0}, 15984 {"TUNSETPERSIST", Const, 0}, 15985 {"TUNSETSNDBUF", Const, 0}, 15986 {"TUNSETTXFILTER", Const, 0}, 15987 {"TUNSETVNETHDRSZ", Const, 0}, 15988 {"Tee", Func, 0}, 15989 {"TerminateProcess", Func, 0}, 15990 {"Termios", Type, 0}, 15991 {"Termios.Cc", Field, 0}, 15992 {"Termios.Cflag", Field, 0}, 15993 {"Termios.Iflag", Field, 0}, 15994 {"Termios.Ispeed", Field, 0}, 15995 {"Termios.Lflag", Field, 0}, 15996 {"Termios.Line", Field, 0}, 15997 {"Termios.Oflag", Field, 0}, 15998 {"Termios.Ospeed", Field, 0}, 15999 {"Termios.Pad_cgo_0", Field, 0}, 16000 {"Tgkill", Func, 0}, 16001 {"Time", Func, 0}, 16002 {"Time_t", Type, 0}, 16003 {"Times", Func, 0}, 16004 {"Timespec", Type, 0}, 16005 {"Timespec.Nsec", Field, 0}, 16006 {"Timespec.Pad_cgo_0", Field, 2}, 16007 {"Timespec.Sec", Field, 0}, 16008 {"TimespecToNsec", Func, 0}, 16009 {"Timeval", Type, 0}, 16010 {"Timeval.Pad_cgo_0", Field, 0}, 16011 {"Timeval.Sec", Field, 0}, 16012 {"Timeval.Usec", Field, 0}, 16013 {"Timeval32", Type, 0}, 16014 {"Timeval32.Sec", Field, 0}, 16015 {"Timeval32.Usec", Field, 0}, 16016 {"TimevalToNsec", Func, 0}, 16017 {"Timex", Type, 0}, 16018 {"Timex.Calcnt", Field, 0}, 16019 {"Timex.Constant", Field, 0}, 16020 {"Timex.Errcnt", Field, 0}, 16021 {"Timex.Esterror", Field, 0}, 16022 {"Timex.Freq", Field, 0}, 16023 {"Timex.Jitcnt", Field, 0}, 16024 {"Timex.Jitter", Field, 0}, 16025 {"Timex.Maxerror", Field, 0}, 16026 {"Timex.Modes", Field, 0}, 16027 {"Timex.Offset", Field, 0}, 16028 {"Timex.Pad_cgo_0", Field, 0}, 16029 {"Timex.Pad_cgo_1", Field, 0}, 16030 {"Timex.Pad_cgo_2", Field, 0}, 16031 {"Timex.Pad_cgo_3", Field, 0}, 16032 {"Timex.Ppsfreq", Field, 0}, 16033 {"Timex.Precision", Field, 0}, 16034 {"Timex.Shift", Field, 0}, 16035 {"Timex.Stabil", Field, 0}, 16036 {"Timex.Status", Field, 0}, 16037 {"Timex.Stbcnt", Field, 0}, 16038 {"Timex.Tai", Field, 0}, 16039 {"Timex.Tick", Field, 0}, 16040 {"Timex.Time", Field, 0}, 16041 {"Timex.Tolerance", Field, 0}, 16042 {"Timezoneinformation", Type, 0}, 16043 {"Timezoneinformation.Bias", Field, 0}, 16044 {"Timezoneinformation.DaylightBias", Field, 0}, 16045 {"Timezoneinformation.DaylightDate", Field, 0}, 16046 {"Timezoneinformation.DaylightName", Field, 0}, 16047 {"Timezoneinformation.StandardBias", Field, 0}, 16048 {"Timezoneinformation.StandardDate", Field, 0}, 16049 {"Timezoneinformation.StandardName", Field, 0}, 16050 {"Tms", Type, 0}, 16051 {"Tms.Cstime", Field, 0}, 16052 {"Tms.Cutime", Field, 0}, 16053 {"Tms.Stime", Field, 0}, 16054 {"Tms.Utime", Field, 0}, 16055 {"Token", Type, 0}, 16056 {"TokenAccessInformation", Const, 0}, 16057 {"TokenAuditPolicy", Const, 0}, 16058 {"TokenDefaultDacl", Const, 0}, 16059 {"TokenElevation", Const, 0}, 16060 {"TokenElevationType", Const, 0}, 16061 {"TokenGroups", Const, 0}, 16062 {"TokenGroupsAndPrivileges", Const, 0}, 16063 {"TokenHasRestrictions", Const, 0}, 16064 {"TokenImpersonationLevel", Const, 0}, 16065 {"TokenIntegrityLevel", Const, 0}, 16066 {"TokenLinkedToken", Const, 0}, 16067 {"TokenLogonSid", Const, 0}, 16068 {"TokenMandatoryPolicy", Const, 0}, 16069 {"TokenOrigin", Const, 0}, 16070 {"TokenOwner", Const, 0}, 16071 {"TokenPrimaryGroup", Const, 0}, 16072 {"TokenPrivileges", Const, 0}, 16073 {"TokenRestrictedSids", Const, 0}, 16074 {"TokenSandBoxInert", Const, 0}, 16075 {"TokenSessionId", Const, 0}, 16076 {"TokenSessionReference", Const, 0}, 16077 {"TokenSource", Const, 0}, 16078 {"TokenStatistics", Const, 0}, 16079 {"TokenType", Const, 0}, 16080 {"TokenUIAccess", Const, 0}, 16081 {"TokenUser", Const, 0}, 16082 {"TokenVirtualizationAllowed", Const, 0}, 16083 {"TokenVirtualizationEnabled", Const, 0}, 16084 {"Tokenprimarygroup", Type, 0}, 16085 {"Tokenprimarygroup.PrimaryGroup", Field, 0}, 16086 {"Tokenuser", Type, 0}, 16087 {"Tokenuser.User", Field, 0}, 16088 {"TranslateAccountName", Func, 0}, 16089 {"TranslateName", Func, 0}, 16090 {"TransmitFile", Func, 0}, 16091 {"TransmitFileBuffers", Type, 0}, 16092 {"TransmitFileBuffers.Head", Field, 0}, 16093 {"TransmitFileBuffers.HeadLength", Field, 0}, 16094 {"TransmitFileBuffers.Tail", Field, 0}, 16095 {"TransmitFileBuffers.TailLength", Field, 0}, 16096 {"Truncate", Func, 0}, 16097 {"UNIX_PATH_MAX", Const, 12}, 16098 {"USAGE_MATCH_TYPE_AND", Const, 0}, 16099 {"USAGE_MATCH_TYPE_OR", Const, 0}, 16100 {"UTF16FromString", Func, 1}, 16101 {"UTF16PtrFromString", Func, 1}, 16102 {"UTF16ToString", Func, 0}, 16103 {"Ucred", Type, 0}, 16104 {"Ucred.Gid", Field, 0}, 16105 {"Ucred.Pid", Field, 0}, 16106 {"Ucred.Uid", Field, 0}, 16107 {"Umask", Func, 0}, 16108 {"Uname", Func, 0}, 16109 {"Undelete", Func, 0}, 16110 {"UnixCredentials", Func, 0}, 16111 {"UnixRights", Func, 0}, 16112 {"Unlink", Func, 0}, 16113 {"Unlinkat", Func, 0}, 16114 {"UnmapViewOfFile", Func, 0}, 16115 {"Unmount", Func, 0}, 16116 {"Unsetenv", Func, 4}, 16117 {"Unshare", Func, 0}, 16118 {"UserInfo10", Type, 0}, 16119 {"UserInfo10.Comment", Field, 0}, 16120 {"UserInfo10.FullName", Field, 0}, 16121 {"UserInfo10.Name", Field, 0}, 16122 {"UserInfo10.UsrComment", Field, 0}, 16123 {"Ustat", Func, 0}, 16124 {"Ustat_t", Type, 0}, 16125 {"Ustat_t.Fname", Field, 0}, 16126 {"Ustat_t.Fpack", Field, 0}, 16127 {"Ustat_t.Pad_cgo_0", Field, 0}, 16128 {"Ustat_t.Pad_cgo_1", Field, 0}, 16129 {"Ustat_t.Tfree", Field, 0}, 16130 {"Ustat_t.Tinode", Field, 0}, 16131 {"Utimbuf", Type, 0}, 16132 {"Utimbuf.Actime", Field, 0}, 16133 {"Utimbuf.Modtime", Field, 0}, 16134 {"Utime", Func, 0}, 16135 {"Utimes", Func, 0}, 16136 {"UtimesNano", Func, 1}, 16137 {"Utsname", Type, 0}, 16138 {"Utsname.Domainname", Field, 0}, 16139 {"Utsname.Machine", Field, 0}, 16140 {"Utsname.Nodename", Field, 0}, 16141 {"Utsname.Release", Field, 0}, 16142 {"Utsname.Sysname", Field, 0}, 16143 {"Utsname.Version", Field, 0}, 16144 {"VDISCARD", Const, 0}, 16145 {"VDSUSP", Const, 1}, 16146 {"VEOF", Const, 0}, 16147 {"VEOL", Const, 0}, 16148 {"VEOL2", Const, 0}, 16149 {"VERASE", Const, 0}, 16150 {"VERASE2", Const, 1}, 16151 {"VINTR", Const, 0}, 16152 {"VKILL", Const, 0}, 16153 {"VLNEXT", Const, 0}, 16154 {"VMIN", Const, 0}, 16155 {"VQUIT", Const, 0}, 16156 {"VREPRINT", Const, 0}, 16157 {"VSTART", Const, 0}, 16158 {"VSTATUS", Const, 1}, 16159 {"VSTOP", Const, 0}, 16160 {"VSUSP", Const, 0}, 16161 {"VSWTC", Const, 0}, 16162 {"VT0", Const, 1}, 16163 {"VT1", Const, 1}, 16164 {"VTDLY", Const, 1}, 16165 {"VTIME", Const, 0}, 16166 {"VWERASE", Const, 0}, 16167 {"VirtualLock", Func, 0}, 16168 {"VirtualUnlock", Func, 0}, 16169 {"WAIT_ABANDONED", Const, 0}, 16170 {"WAIT_FAILED", Const, 0}, 16171 {"WAIT_OBJECT_0", Const, 0}, 16172 {"WAIT_TIMEOUT", Const, 0}, 16173 {"WALL", Const, 0}, 16174 {"WALLSIG", Const, 1}, 16175 {"WALTSIG", Const, 1}, 16176 {"WCLONE", Const, 0}, 16177 {"WCONTINUED", Const, 0}, 16178 {"WCOREFLAG", Const, 0}, 16179 {"WEXITED", Const, 0}, 16180 {"WLINUXCLONE", Const, 0}, 16181 {"WNOHANG", Const, 0}, 16182 {"WNOTHREAD", Const, 0}, 16183 {"WNOWAIT", Const, 0}, 16184 {"WNOZOMBIE", Const, 1}, 16185 {"WOPTSCHECKED", Const, 1}, 16186 {"WORDSIZE", Const, 0}, 16187 {"WSABuf", Type, 0}, 16188 {"WSABuf.Buf", Field, 0}, 16189 {"WSABuf.Len", Field, 0}, 16190 {"WSACleanup", Func, 0}, 16191 {"WSADESCRIPTION_LEN", Const, 0}, 16192 {"WSAData", Type, 0}, 16193 {"WSAData.Description", Field, 0}, 16194 {"WSAData.HighVersion", Field, 0}, 16195 {"WSAData.MaxSockets", Field, 0}, 16196 {"WSAData.MaxUdpDg", Field, 0}, 16197 {"WSAData.SystemStatus", Field, 0}, 16198 {"WSAData.VendorInfo", Field, 0}, 16199 {"WSAData.Version", Field, 0}, 16200 {"WSAEACCES", Const, 2}, 16201 {"WSAECONNABORTED", Const, 9}, 16202 {"WSAECONNRESET", Const, 3}, 16203 {"WSAEnumProtocols", Func, 2}, 16204 {"WSAID_CONNECTEX", Var, 1}, 16205 {"WSAIoctl", Func, 0}, 16206 {"WSAPROTOCOL_LEN", Const, 2}, 16207 {"WSAProtocolChain", Type, 2}, 16208 {"WSAProtocolChain.ChainEntries", Field, 2}, 16209 {"WSAProtocolChain.ChainLen", Field, 2}, 16210 {"WSAProtocolInfo", Type, 2}, 16211 {"WSAProtocolInfo.AddressFamily", Field, 2}, 16212 {"WSAProtocolInfo.CatalogEntryId", Field, 2}, 16213 {"WSAProtocolInfo.MaxSockAddr", Field, 2}, 16214 {"WSAProtocolInfo.MessageSize", Field, 2}, 16215 {"WSAProtocolInfo.MinSockAddr", Field, 2}, 16216 {"WSAProtocolInfo.NetworkByteOrder", Field, 2}, 16217 {"WSAProtocolInfo.Protocol", Field, 2}, 16218 {"WSAProtocolInfo.ProtocolChain", Field, 2}, 16219 {"WSAProtocolInfo.ProtocolMaxOffset", Field, 2}, 16220 {"WSAProtocolInfo.ProtocolName", Field, 2}, 16221 {"WSAProtocolInfo.ProviderFlags", Field, 2}, 16222 {"WSAProtocolInfo.ProviderId", Field, 2}, 16223 {"WSAProtocolInfo.ProviderReserved", Field, 2}, 16224 {"WSAProtocolInfo.SecurityScheme", Field, 2}, 16225 {"WSAProtocolInfo.ServiceFlags1", Field, 2}, 16226 {"WSAProtocolInfo.ServiceFlags2", Field, 2}, 16227 {"WSAProtocolInfo.ServiceFlags3", Field, 2}, 16228 {"WSAProtocolInfo.ServiceFlags4", Field, 2}, 16229 {"WSAProtocolInfo.SocketType", Field, 2}, 16230 {"WSAProtocolInfo.Version", Field, 2}, 16231 {"WSARecv", Func, 0}, 16232 {"WSARecvFrom", Func, 0}, 16233 {"WSASYS_STATUS_LEN", Const, 0}, 16234 {"WSASend", Func, 0}, 16235 {"WSASendTo", Func, 0}, 16236 {"WSASendto", Func, 0}, 16237 {"WSAStartup", Func, 0}, 16238 {"WSTOPPED", Const, 0}, 16239 {"WTRAPPED", Const, 1}, 16240 {"WUNTRACED", Const, 0}, 16241 {"Wait4", Func, 0}, 16242 {"WaitForSingleObject", Func, 0}, 16243 {"WaitStatus", Type, 0}, 16244 {"WaitStatus.ExitCode", Field, 0}, 16245 {"Win32FileAttributeData", Type, 0}, 16246 {"Win32FileAttributeData.CreationTime", Field, 0}, 16247 {"Win32FileAttributeData.FileAttributes", Field, 0}, 16248 {"Win32FileAttributeData.FileSizeHigh", Field, 0}, 16249 {"Win32FileAttributeData.FileSizeLow", Field, 0}, 16250 {"Win32FileAttributeData.LastAccessTime", Field, 0}, 16251 {"Win32FileAttributeData.LastWriteTime", Field, 0}, 16252 {"Win32finddata", Type, 0}, 16253 {"Win32finddata.AlternateFileName", Field, 0}, 16254 {"Win32finddata.CreationTime", Field, 0}, 16255 {"Win32finddata.FileAttributes", Field, 0}, 16256 {"Win32finddata.FileName", Field, 0}, 16257 {"Win32finddata.FileSizeHigh", Field, 0}, 16258 {"Win32finddata.FileSizeLow", Field, 0}, 16259 {"Win32finddata.LastAccessTime", Field, 0}, 16260 {"Win32finddata.LastWriteTime", Field, 0}, 16261 {"Win32finddata.Reserved0", Field, 0}, 16262 {"Win32finddata.Reserved1", Field, 0}, 16263 {"Write", Func, 0}, 16264 {"WriteConsole", Func, 1}, 16265 {"WriteFile", Func, 0}, 16266 {"X509_ASN_ENCODING", Const, 0}, 16267 {"XCASE", Const, 0}, 16268 {"XP1_CONNECTIONLESS", Const, 2}, 16269 {"XP1_CONNECT_DATA", Const, 2}, 16270 {"XP1_DISCONNECT_DATA", Const, 2}, 16271 {"XP1_EXPEDITED_DATA", Const, 2}, 16272 {"XP1_GRACEFUL_CLOSE", Const, 2}, 16273 {"XP1_GUARANTEED_DELIVERY", Const, 2}, 16274 {"XP1_GUARANTEED_ORDER", Const, 2}, 16275 {"XP1_IFS_HANDLES", Const, 2}, 16276 {"XP1_MESSAGE_ORIENTED", Const, 2}, 16277 {"XP1_MULTIPOINT_CONTROL_PLANE", Const, 2}, 16278 {"XP1_MULTIPOINT_DATA_PLANE", Const, 2}, 16279 {"XP1_PARTIAL_MESSAGE", Const, 2}, 16280 {"XP1_PSEUDO_STREAM", Const, 2}, 16281 {"XP1_QOS_SUPPORTED", Const, 2}, 16282 {"XP1_SAN_SUPPORT_SDP", Const, 2}, 16283 {"XP1_SUPPORT_BROADCAST", Const, 2}, 16284 {"XP1_SUPPORT_MULTIPOINT", Const, 2}, 16285 {"XP1_UNI_RECV", Const, 2}, 16286 {"XP1_UNI_SEND", Const, 2}, 16287 }, 16288 "syscall/js": { 16289 {"CopyBytesToGo", Func, 0}, 16290 {"CopyBytesToJS", Func, 0}, 16291 {"Error", Type, 0}, 16292 {"Func", Type, 0}, 16293 {"FuncOf", Func, 0}, 16294 {"Global", Func, 0}, 16295 {"Null", Func, 0}, 16296 {"Type", Type, 0}, 16297 {"TypeBoolean", Const, 0}, 16298 {"TypeFunction", Const, 0}, 16299 {"TypeNull", Const, 0}, 16300 {"TypeNumber", Const, 0}, 16301 {"TypeObject", Const, 0}, 16302 {"TypeString", Const, 0}, 16303 {"TypeSymbol", Const, 0}, 16304 {"TypeUndefined", Const, 0}, 16305 {"Undefined", Func, 0}, 16306 {"Value", Type, 0}, 16307 {"ValueError", Type, 0}, 16308 {"ValueOf", Func, 0}, 16309 }, 16310 "testing": { 16311 {"(*B).Cleanup", Method, 14}, 16312 {"(*B).Elapsed", Method, 20}, 16313 {"(*B).Error", Method, 0}, 16314 {"(*B).Errorf", Method, 0}, 16315 {"(*B).Fail", Method, 0}, 16316 {"(*B).FailNow", Method, 0}, 16317 {"(*B).Failed", Method, 0}, 16318 {"(*B).Fatal", Method, 0}, 16319 {"(*B).Fatalf", Method, 0}, 16320 {"(*B).Helper", Method, 9}, 16321 {"(*B).Log", Method, 0}, 16322 {"(*B).Logf", Method, 0}, 16323 {"(*B).Name", Method, 8}, 16324 {"(*B).ReportAllocs", Method, 1}, 16325 {"(*B).ReportMetric", Method, 13}, 16326 {"(*B).ResetTimer", Method, 0}, 16327 {"(*B).Run", Method, 7}, 16328 {"(*B).RunParallel", Method, 3}, 16329 {"(*B).SetBytes", Method, 0}, 16330 {"(*B).SetParallelism", Method, 3}, 16331 {"(*B).Setenv", Method, 17}, 16332 {"(*B).Skip", Method, 1}, 16333 {"(*B).SkipNow", Method, 1}, 16334 {"(*B).Skipf", Method, 1}, 16335 {"(*B).Skipped", Method, 1}, 16336 {"(*B).StartTimer", Method, 0}, 16337 {"(*B).StopTimer", Method, 0}, 16338 {"(*B).TempDir", Method, 15}, 16339 {"(*F).Add", Method, 18}, 16340 {"(*F).Cleanup", Method, 18}, 16341 {"(*F).Error", Method, 18}, 16342 {"(*F).Errorf", Method, 18}, 16343 {"(*F).Fail", Method, 18}, 16344 {"(*F).FailNow", Method, 18}, 16345 {"(*F).Failed", Method, 18}, 16346 {"(*F).Fatal", Method, 18}, 16347 {"(*F).Fatalf", Method, 18}, 16348 {"(*F).Fuzz", Method, 18}, 16349 {"(*F).Helper", Method, 18}, 16350 {"(*F).Log", Method, 18}, 16351 {"(*F).Logf", Method, 18}, 16352 {"(*F).Name", Method, 18}, 16353 {"(*F).Setenv", Method, 18}, 16354 {"(*F).Skip", Method, 18}, 16355 {"(*F).SkipNow", Method, 18}, 16356 {"(*F).Skipf", Method, 18}, 16357 {"(*F).Skipped", Method, 18}, 16358 {"(*F).TempDir", Method, 18}, 16359 {"(*M).Run", Method, 4}, 16360 {"(*PB).Next", Method, 3}, 16361 {"(*T).Cleanup", Method, 14}, 16362 {"(*T).Deadline", Method, 15}, 16363 {"(*T).Error", Method, 0}, 16364 {"(*T).Errorf", Method, 0}, 16365 {"(*T).Fail", Method, 0}, 16366 {"(*T).FailNow", Method, 0}, 16367 {"(*T).Failed", Method, 0}, 16368 {"(*T).Fatal", Method, 0}, 16369 {"(*T).Fatalf", Method, 0}, 16370 {"(*T).Helper", Method, 9}, 16371 {"(*T).Log", Method, 0}, 16372 {"(*T).Logf", Method, 0}, 16373 {"(*T).Name", Method, 8}, 16374 {"(*T).Parallel", Method, 0}, 16375 {"(*T).Run", Method, 7}, 16376 {"(*T).Setenv", Method, 17}, 16377 {"(*T).Skip", Method, 1}, 16378 {"(*T).SkipNow", Method, 1}, 16379 {"(*T).Skipf", Method, 1}, 16380 {"(*T).Skipped", Method, 1}, 16381 {"(*T).TempDir", Method, 15}, 16382 {"(BenchmarkResult).AllocedBytesPerOp", Method, 1}, 16383 {"(BenchmarkResult).AllocsPerOp", Method, 1}, 16384 {"(BenchmarkResult).MemString", Method, 1}, 16385 {"(BenchmarkResult).NsPerOp", Method, 0}, 16386 {"(BenchmarkResult).String", Method, 0}, 16387 {"AllocsPerRun", Func, 1}, 16388 {"B", Type, 0}, 16389 {"B.N", Field, 0}, 16390 {"Benchmark", Func, 0}, 16391 {"BenchmarkResult", Type, 0}, 16392 {"BenchmarkResult.Bytes", Field, 0}, 16393 {"BenchmarkResult.Extra", Field, 13}, 16394 {"BenchmarkResult.MemAllocs", Field, 1}, 16395 {"BenchmarkResult.MemBytes", Field, 1}, 16396 {"BenchmarkResult.N", Field, 0}, 16397 {"BenchmarkResult.T", Field, 0}, 16398 {"Cover", Type, 2}, 16399 {"Cover.Blocks", Field, 2}, 16400 {"Cover.Counters", Field, 2}, 16401 {"Cover.CoveredPackages", Field, 2}, 16402 {"Cover.Mode", Field, 2}, 16403 {"CoverBlock", Type, 2}, 16404 {"CoverBlock.Col0", Field, 2}, 16405 {"CoverBlock.Col1", Field, 2}, 16406 {"CoverBlock.Line0", Field, 2}, 16407 {"CoverBlock.Line1", Field, 2}, 16408 {"CoverBlock.Stmts", Field, 2}, 16409 {"CoverMode", Func, 8}, 16410 {"Coverage", Func, 4}, 16411 {"F", Type, 18}, 16412 {"Init", Func, 13}, 16413 {"InternalBenchmark", Type, 0}, 16414 {"InternalBenchmark.F", Field, 0}, 16415 {"InternalBenchmark.Name", Field, 0}, 16416 {"InternalExample", Type, 0}, 16417 {"InternalExample.F", Field, 0}, 16418 {"InternalExample.Name", Field, 0}, 16419 {"InternalExample.Output", Field, 0}, 16420 {"InternalExample.Unordered", Field, 7}, 16421 {"InternalFuzzTarget", Type, 18}, 16422 {"InternalFuzzTarget.Fn", Field, 18}, 16423 {"InternalFuzzTarget.Name", Field, 18}, 16424 {"InternalTest", Type, 0}, 16425 {"InternalTest.F", Field, 0}, 16426 {"InternalTest.Name", Field, 0}, 16427 {"M", Type, 4}, 16428 {"Main", Func, 0}, 16429 {"MainStart", Func, 4}, 16430 {"PB", Type, 3}, 16431 {"RegisterCover", Func, 2}, 16432 {"RunBenchmarks", Func, 0}, 16433 {"RunExamples", Func, 0}, 16434 {"RunTests", Func, 0}, 16435 {"Short", Func, 0}, 16436 {"T", Type, 0}, 16437 {"TB", Type, 2}, 16438 {"Testing", Func, 21}, 16439 {"Verbose", Func, 1}, 16440 }, 16441 "testing/fstest": { 16442 {"(MapFS).Glob", Method, 16}, 16443 {"(MapFS).Open", Method, 16}, 16444 {"(MapFS).ReadDir", Method, 16}, 16445 {"(MapFS).ReadFile", Method, 16}, 16446 {"(MapFS).Stat", Method, 16}, 16447 {"(MapFS).Sub", Method, 16}, 16448 {"MapFS", Type, 16}, 16449 {"MapFile", Type, 16}, 16450 {"MapFile.Data", Field, 16}, 16451 {"MapFile.ModTime", Field, 16}, 16452 {"MapFile.Mode", Field, 16}, 16453 {"MapFile.Sys", Field, 16}, 16454 {"TestFS", Func, 16}, 16455 }, 16456 "testing/iotest": { 16457 {"DataErrReader", Func, 0}, 16458 {"ErrReader", Func, 16}, 16459 {"ErrTimeout", Var, 0}, 16460 {"HalfReader", Func, 0}, 16461 {"NewReadLogger", Func, 0}, 16462 {"NewWriteLogger", Func, 0}, 16463 {"OneByteReader", Func, 0}, 16464 {"TestReader", Func, 16}, 16465 {"TimeoutReader", Func, 0}, 16466 {"TruncateWriter", Func, 0}, 16467 }, 16468 "testing/quick": { 16469 {"(*CheckEqualError).Error", Method, 0}, 16470 {"(*CheckError).Error", Method, 0}, 16471 {"(SetupError).Error", Method, 0}, 16472 {"Check", Func, 0}, 16473 {"CheckEqual", Func, 0}, 16474 {"CheckEqualError", Type, 0}, 16475 {"CheckEqualError.CheckError", Field, 0}, 16476 {"CheckEqualError.Out1", Field, 0}, 16477 {"CheckEqualError.Out2", Field, 0}, 16478 {"CheckError", Type, 0}, 16479 {"CheckError.Count", Field, 0}, 16480 {"CheckError.In", Field, 0}, 16481 {"Config", Type, 0}, 16482 {"Config.MaxCount", Field, 0}, 16483 {"Config.MaxCountScale", Field, 0}, 16484 {"Config.Rand", Field, 0}, 16485 {"Config.Values", Field, 0}, 16486 {"Generator", Type, 0}, 16487 {"SetupError", Type, 0}, 16488 {"Value", Func, 0}, 16489 }, 16490 "testing/slogtest": { 16491 {"Run", Func, 22}, 16492 {"TestHandler", Func, 21}, 16493 }, 16494 "text/scanner": { 16495 {"(*Position).IsValid", Method, 0}, 16496 {"(*Scanner).Init", Method, 0}, 16497 {"(*Scanner).IsValid", Method, 0}, 16498 {"(*Scanner).Next", Method, 0}, 16499 {"(*Scanner).Peek", Method, 0}, 16500 {"(*Scanner).Pos", Method, 0}, 16501 {"(*Scanner).Scan", Method, 0}, 16502 {"(*Scanner).TokenText", Method, 0}, 16503 {"(Position).String", Method, 0}, 16504 {"(Scanner).String", Method, 0}, 16505 {"Char", Const, 0}, 16506 {"Comment", Const, 0}, 16507 {"EOF", Const, 0}, 16508 {"Float", Const, 0}, 16509 {"GoTokens", Const, 0}, 16510 {"GoWhitespace", Const, 0}, 16511 {"Ident", Const, 0}, 16512 {"Int", Const, 0}, 16513 {"Position", Type, 0}, 16514 {"Position.Column", Field, 0}, 16515 {"Position.Filename", Field, 0}, 16516 {"Position.Line", Field, 0}, 16517 {"Position.Offset", Field, 0}, 16518 {"RawString", Const, 0}, 16519 {"ScanChars", Const, 0}, 16520 {"ScanComments", Const, 0}, 16521 {"ScanFloats", Const, 0}, 16522 {"ScanIdents", Const, 0}, 16523 {"ScanInts", Const, 0}, 16524 {"ScanRawStrings", Const, 0}, 16525 {"ScanStrings", Const, 0}, 16526 {"Scanner", Type, 0}, 16527 {"Scanner.Error", Field, 0}, 16528 {"Scanner.ErrorCount", Field, 0}, 16529 {"Scanner.IsIdentRune", Field, 4}, 16530 {"Scanner.Mode", Field, 0}, 16531 {"Scanner.Position", Field, 0}, 16532 {"Scanner.Whitespace", Field, 0}, 16533 {"SkipComments", Const, 0}, 16534 {"String", Const, 0}, 16535 {"TokenString", Func, 0}, 16536 }, 16537 "text/tabwriter": { 16538 {"(*Writer).Flush", Method, 0}, 16539 {"(*Writer).Init", Method, 0}, 16540 {"(*Writer).Write", Method, 0}, 16541 {"AlignRight", Const, 0}, 16542 {"Debug", Const, 0}, 16543 {"DiscardEmptyColumns", Const, 0}, 16544 {"Escape", Const, 0}, 16545 {"FilterHTML", Const, 0}, 16546 {"NewWriter", Func, 0}, 16547 {"StripEscape", Const, 0}, 16548 {"TabIndent", Const, 0}, 16549 {"Writer", Type, 0}, 16550 }, 16551 "text/template": { 16552 {"(*Template).AddParseTree", Method, 0}, 16553 {"(*Template).Clone", Method, 0}, 16554 {"(*Template).DefinedTemplates", Method, 5}, 16555 {"(*Template).Delims", Method, 0}, 16556 {"(*Template).Execute", Method, 0}, 16557 {"(*Template).ExecuteTemplate", Method, 0}, 16558 {"(*Template).Funcs", Method, 0}, 16559 {"(*Template).Lookup", Method, 0}, 16560 {"(*Template).Name", Method, 0}, 16561 {"(*Template).New", Method, 0}, 16562 {"(*Template).Option", Method, 5}, 16563 {"(*Template).Parse", Method, 0}, 16564 {"(*Template).ParseFS", Method, 16}, 16565 {"(*Template).ParseFiles", Method, 0}, 16566 {"(*Template).ParseGlob", Method, 0}, 16567 {"(*Template).Templates", Method, 0}, 16568 {"(ExecError).Error", Method, 6}, 16569 {"(ExecError).Unwrap", Method, 13}, 16570 {"(Template).Copy", Method, 2}, 16571 {"(Template).ErrorContext", Method, 1}, 16572 {"ExecError", Type, 6}, 16573 {"ExecError.Err", Field, 6}, 16574 {"ExecError.Name", Field, 6}, 16575 {"FuncMap", Type, 0}, 16576 {"HTMLEscape", Func, 0}, 16577 {"HTMLEscapeString", Func, 0}, 16578 {"HTMLEscaper", Func, 0}, 16579 {"IsTrue", Func, 6}, 16580 {"JSEscape", Func, 0}, 16581 {"JSEscapeString", Func, 0}, 16582 {"JSEscaper", Func, 0}, 16583 {"Must", Func, 0}, 16584 {"New", Func, 0}, 16585 {"ParseFS", Func, 16}, 16586 {"ParseFiles", Func, 0}, 16587 {"ParseGlob", Func, 0}, 16588 {"Template", Type, 0}, 16589 {"Template.Tree", Field, 0}, 16590 {"URLQueryEscaper", Func, 0}, 16591 }, 16592 "text/template/parse": { 16593 {"(*ActionNode).Copy", Method, 0}, 16594 {"(*ActionNode).String", Method, 0}, 16595 {"(*BoolNode).Copy", Method, 0}, 16596 {"(*BoolNode).String", Method, 0}, 16597 {"(*BranchNode).Copy", Method, 4}, 16598 {"(*BranchNode).String", Method, 0}, 16599 {"(*BreakNode).Copy", Method, 18}, 16600 {"(*BreakNode).String", Method, 18}, 16601 {"(*ChainNode).Add", Method, 1}, 16602 {"(*ChainNode).Copy", Method, 1}, 16603 {"(*ChainNode).String", Method, 1}, 16604 {"(*CommandNode).Copy", Method, 0}, 16605 {"(*CommandNode).String", Method, 0}, 16606 {"(*CommentNode).Copy", Method, 16}, 16607 {"(*CommentNode).String", Method, 16}, 16608 {"(*ContinueNode).Copy", Method, 18}, 16609 {"(*ContinueNode).String", Method, 18}, 16610 {"(*DotNode).Copy", Method, 0}, 16611 {"(*DotNode).String", Method, 0}, 16612 {"(*DotNode).Type", Method, 0}, 16613 {"(*FieldNode).Copy", Method, 0}, 16614 {"(*FieldNode).String", Method, 0}, 16615 {"(*IdentifierNode).Copy", Method, 0}, 16616 {"(*IdentifierNode).SetPos", Method, 1}, 16617 {"(*IdentifierNode).SetTree", Method, 4}, 16618 {"(*IdentifierNode).String", Method, 0}, 16619 {"(*IfNode).Copy", Method, 0}, 16620 {"(*IfNode).String", Method, 0}, 16621 {"(*ListNode).Copy", Method, 0}, 16622 {"(*ListNode).CopyList", Method, 0}, 16623 {"(*ListNode).String", Method, 0}, 16624 {"(*NilNode).Copy", Method, 1}, 16625 {"(*NilNode).String", Method, 1}, 16626 {"(*NilNode).Type", Method, 1}, 16627 {"(*NumberNode).Copy", Method, 0}, 16628 {"(*NumberNode).String", Method, 0}, 16629 {"(*PipeNode).Copy", Method, 0}, 16630 {"(*PipeNode).CopyPipe", Method, 0}, 16631 {"(*PipeNode).String", Method, 0}, 16632 {"(*RangeNode).Copy", Method, 0}, 16633 {"(*RangeNode).String", Method, 0}, 16634 {"(*StringNode).Copy", Method, 0}, 16635 {"(*StringNode).String", Method, 0}, 16636 {"(*TemplateNode).Copy", Method, 0}, 16637 {"(*TemplateNode).String", Method, 0}, 16638 {"(*TextNode).Copy", Method, 0}, 16639 {"(*TextNode).String", Method, 0}, 16640 {"(*Tree).Copy", Method, 2}, 16641 {"(*Tree).ErrorContext", Method, 1}, 16642 {"(*Tree).Parse", Method, 0}, 16643 {"(*VariableNode).Copy", Method, 0}, 16644 {"(*VariableNode).String", Method, 0}, 16645 {"(*WithNode).Copy", Method, 0}, 16646 {"(*WithNode).String", Method, 0}, 16647 {"(ActionNode).Position", Method, 1}, 16648 {"(ActionNode).Type", Method, 0}, 16649 {"(BoolNode).Position", Method, 1}, 16650 {"(BoolNode).Type", Method, 0}, 16651 {"(BranchNode).Position", Method, 1}, 16652 {"(BranchNode).Type", Method, 0}, 16653 {"(BreakNode).Position", Method, 18}, 16654 {"(BreakNode).Type", Method, 18}, 16655 {"(ChainNode).Position", Method, 1}, 16656 {"(ChainNode).Type", Method, 1}, 16657 {"(CommandNode).Position", Method, 1}, 16658 {"(CommandNode).Type", Method, 0}, 16659 {"(CommentNode).Position", Method, 16}, 16660 {"(CommentNode).Type", Method, 16}, 16661 {"(ContinueNode).Position", Method, 18}, 16662 {"(ContinueNode).Type", Method, 18}, 16663 {"(DotNode).Position", Method, 1}, 16664 {"(FieldNode).Position", Method, 1}, 16665 {"(FieldNode).Type", Method, 0}, 16666 {"(IdentifierNode).Position", Method, 1}, 16667 {"(IdentifierNode).Type", Method, 0}, 16668 {"(IfNode).Position", Method, 1}, 16669 {"(IfNode).Type", Method, 0}, 16670 {"(ListNode).Position", Method, 1}, 16671 {"(ListNode).Type", Method, 0}, 16672 {"(NilNode).Position", Method, 1}, 16673 {"(NodeType).Type", Method, 0}, 16674 {"(NumberNode).Position", Method, 1}, 16675 {"(NumberNode).Type", Method, 0}, 16676 {"(PipeNode).Position", Method, 1}, 16677 {"(PipeNode).Type", Method, 0}, 16678 {"(Pos).Position", Method, 1}, 16679 {"(RangeNode).Position", Method, 1}, 16680 {"(RangeNode).Type", Method, 0}, 16681 {"(StringNode).Position", Method, 1}, 16682 {"(StringNode).Type", Method, 0}, 16683 {"(TemplateNode).Position", Method, 1}, 16684 {"(TemplateNode).Type", Method, 0}, 16685 {"(TextNode).Position", Method, 1}, 16686 {"(TextNode).Type", Method, 0}, 16687 {"(VariableNode).Position", Method, 1}, 16688 {"(VariableNode).Type", Method, 0}, 16689 {"(WithNode).Position", Method, 1}, 16690 {"(WithNode).Type", Method, 0}, 16691 {"ActionNode", Type, 0}, 16692 {"ActionNode.Line", Field, 0}, 16693 {"ActionNode.NodeType", Field, 0}, 16694 {"ActionNode.Pipe", Field, 0}, 16695 {"ActionNode.Pos", Field, 1}, 16696 {"BoolNode", Type, 0}, 16697 {"BoolNode.NodeType", Field, 0}, 16698 {"BoolNode.Pos", Field, 1}, 16699 {"BoolNode.True", Field, 0}, 16700 {"BranchNode", Type, 0}, 16701 {"BranchNode.ElseList", Field, 0}, 16702 {"BranchNode.Line", Field, 0}, 16703 {"BranchNode.List", Field, 0}, 16704 {"BranchNode.NodeType", Field, 0}, 16705 {"BranchNode.Pipe", Field, 0}, 16706 {"BranchNode.Pos", Field, 1}, 16707 {"BreakNode", Type, 18}, 16708 {"BreakNode.Line", Field, 18}, 16709 {"BreakNode.NodeType", Field, 18}, 16710 {"BreakNode.Pos", Field, 18}, 16711 {"ChainNode", Type, 1}, 16712 {"ChainNode.Field", Field, 1}, 16713 {"ChainNode.Node", Field, 1}, 16714 {"ChainNode.NodeType", Field, 1}, 16715 {"ChainNode.Pos", Field, 1}, 16716 {"CommandNode", Type, 0}, 16717 {"CommandNode.Args", Field, 0}, 16718 {"CommandNode.NodeType", Field, 0}, 16719 {"CommandNode.Pos", Field, 1}, 16720 {"CommentNode", Type, 16}, 16721 {"CommentNode.NodeType", Field, 16}, 16722 {"CommentNode.Pos", Field, 16}, 16723 {"CommentNode.Text", Field, 16}, 16724 {"ContinueNode", Type, 18}, 16725 {"ContinueNode.Line", Field, 18}, 16726 {"ContinueNode.NodeType", Field, 18}, 16727 {"ContinueNode.Pos", Field, 18}, 16728 {"DotNode", Type, 0}, 16729 {"DotNode.NodeType", Field, 4}, 16730 {"DotNode.Pos", Field, 1}, 16731 {"FieldNode", Type, 0}, 16732 {"FieldNode.Ident", Field, 0}, 16733 {"FieldNode.NodeType", Field, 0}, 16734 {"FieldNode.Pos", Field, 1}, 16735 {"IdentifierNode", Type, 0}, 16736 {"IdentifierNode.Ident", Field, 0}, 16737 {"IdentifierNode.NodeType", Field, 0}, 16738 {"IdentifierNode.Pos", Field, 1}, 16739 {"IfNode", Type, 0}, 16740 {"IfNode.BranchNode", Field, 0}, 16741 {"IsEmptyTree", Func, 0}, 16742 {"ListNode", Type, 0}, 16743 {"ListNode.NodeType", Field, 0}, 16744 {"ListNode.Nodes", Field, 0}, 16745 {"ListNode.Pos", Field, 1}, 16746 {"Mode", Type, 16}, 16747 {"New", Func, 0}, 16748 {"NewIdentifier", Func, 0}, 16749 {"NilNode", Type, 1}, 16750 {"NilNode.NodeType", Field, 4}, 16751 {"NilNode.Pos", Field, 1}, 16752 {"Node", Type, 0}, 16753 {"NodeAction", Const, 0}, 16754 {"NodeBool", Const, 0}, 16755 {"NodeBreak", Const, 18}, 16756 {"NodeChain", Const, 1}, 16757 {"NodeCommand", Const, 0}, 16758 {"NodeComment", Const, 16}, 16759 {"NodeContinue", Const, 18}, 16760 {"NodeDot", Const, 0}, 16761 {"NodeField", Const, 0}, 16762 {"NodeIdentifier", Const, 0}, 16763 {"NodeIf", Const, 0}, 16764 {"NodeList", Const, 0}, 16765 {"NodeNil", Const, 1}, 16766 {"NodeNumber", Const, 0}, 16767 {"NodePipe", Const, 0}, 16768 {"NodeRange", Const, 0}, 16769 {"NodeString", Const, 0}, 16770 {"NodeTemplate", Const, 0}, 16771 {"NodeText", Const, 0}, 16772 {"NodeType", Type, 0}, 16773 {"NodeVariable", Const, 0}, 16774 {"NodeWith", Const, 0}, 16775 {"NumberNode", Type, 0}, 16776 {"NumberNode.Complex128", Field, 0}, 16777 {"NumberNode.Float64", Field, 0}, 16778 {"NumberNode.Int64", Field, 0}, 16779 {"NumberNode.IsComplex", Field, 0}, 16780 {"NumberNode.IsFloat", Field, 0}, 16781 {"NumberNode.IsInt", Field, 0}, 16782 {"NumberNode.IsUint", Field, 0}, 16783 {"NumberNode.NodeType", Field, 0}, 16784 {"NumberNode.Pos", Field, 1}, 16785 {"NumberNode.Text", Field, 0}, 16786 {"NumberNode.Uint64", Field, 0}, 16787 {"Parse", Func, 0}, 16788 {"ParseComments", Const, 16}, 16789 {"PipeNode", Type, 0}, 16790 {"PipeNode.Cmds", Field, 0}, 16791 {"PipeNode.Decl", Field, 0}, 16792 {"PipeNode.IsAssign", Field, 11}, 16793 {"PipeNode.Line", Field, 0}, 16794 {"PipeNode.NodeType", Field, 0}, 16795 {"PipeNode.Pos", Field, 1}, 16796 {"Pos", Type, 1}, 16797 {"RangeNode", Type, 0}, 16798 {"RangeNode.BranchNode", Field, 0}, 16799 {"SkipFuncCheck", Const, 17}, 16800 {"StringNode", Type, 0}, 16801 {"StringNode.NodeType", Field, 0}, 16802 {"StringNode.Pos", Field, 1}, 16803 {"StringNode.Quoted", Field, 0}, 16804 {"StringNode.Text", Field, 0}, 16805 {"TemplateNode", Type, 0}, 16806 {"TemplateNode.Line", Field, 0}, 16807 {"TemplateNode.Name", Field, 0}, 16808 {"TemplateNode.NodeType", Field, 0}, 16809 {"TemplateNode.Pipe", Field, 0}, 16810 {"TemplateNode.Pos", Field, 1}, 16811 {"TextNode", Type, 0}, 16812 {"TextNode.NodeType", Field, 0}, 16813 {"TextNode.Pos", Field, 1}, 16814 {"TextNode.Text", Field, 0}, 16815 {"Tree", Type, 0}, 16816 {"Tree.Mode", Field, 16}, 16817 {"Tree.Name", Field, 0}, 16818 {"Tree.ParseName", Field, 1}, 16819 {"Tree.Root", Field, 0}, 16820 {"VariableNode", Type, 0}, 16821 {"VariableNode.Ident", Field, 0}, 16822 {"VariableNode.NodeType", Field, 0}, 16823 {"VariableNode.Pos", Field, 1}, 16824 {"WithNode", Type, 0}, 16825 {"WithNode.BranchNode", Field, 0}, 16826 }, 16827 "time": { 16828 {"(*Location).String", Method, 0}, 16829 {"(*ParseError).Error", Method, 0}, 16830 {"(*Ticker).Reset", Method, 15}, 16831 {"(*Ticker).Stop", Method, 0}, 16832 {"(*Time).GobDecode", Method, 0}, 16833 {"(*Time).UnmarshalBinary", Method, 2}, 16834 {"(*Time).UnmarshalJSON", Method, 0}, 16835 {"(*Time).UnmarshalText", Method, 2}, 16836 {"(*Timer).Reset", Method, 1}, 16837 {"(*Timer).Stop", Method, 0}, 16838 {"(Duration).Abs", Method, 19}, 16839 {"(Duration).Hours", Method, 0}, 16840 {"(Duration).Microseconds", Method, 13}, 16841 {"(Duration).Milliseconds", Method, 13}, 16842 {"(Duration).Minutes", Method, 0}, 16843 {"(Duration).Nanoseconds", Method, 0}, 16844 {"(Duration).Round", Method, 9}, 16845 {"(Duration).Seconds", Method, 0}, 16846 {"(Duration).String", Method, 0}, 16847 {"(Duration).Truncate", Method, 9}, 16848 {"(Month).String", Method, 0}, 16849 {"(Time).Add", Method, 0}, 16850 {"(Time).AddDate", Method, 0}, 16851 {"(Time).After", Method, 0}, 16852 {"(Time).AppendFormat", Method, 5}, 16853 {"(Time).Before", Method, 0}, 16854 {"(Time).Clock", Method, 0}, 16855 {"(Time).Compare", Method, 20}, 16856 {"(Time).Date", Method, 0}, 16857 {"(Time).Day", Method, 0}, 16858 {"(Time).Equal", Method, 0}, 16859 {"(Time).Format", Method, 0}, 16860 {"(Time).GoString", Method, 17}, 16861 {"(Time).GobEncode", Method, 0}, 16862 {"(Time).Hour", Method, 0}, 16863 {"(Time).ISOWeek", Method, 0}, 16864 {"(Time).In", Method, 0}, 16865 {"(Time).IsDST", Method, 17}, 16866 {"(Time).IsZero", Method, 0}, 16867 {"(Time).Local", Method, 0}, 16868 {"(Time).Location", Method, 0}, 16869 {"(Time).MarshalBinary", Method, 2}, 16870 {"(Time).MarshalJSON", Method, 0}, 16871 {"(Time).MarshalText", Method, 2}, 16872 {"(Time).Minute", Method, 0}, 16873 {"(Time).Month", Method, 0}, 16874 {"(Time).Nanosecond", Method, 0}, 16875 {"(Time).Round", Method, 1}, 16876 {"(Time).Second", Method, 0}, 16877 {"(Time).String", Method, 0}, 16878 {"(Time).Sub", Method, 0}, 16879 {"(Time).Truncate", Method, 1}, 16880 {"(Time).UTC", Method, 0}, 16881 {"(Time).Unix", Method, 0}, 16882 {"(Time).UnixMicro", Method, 17}, 16883 {"(Time).UnixMilli", Method, 17}, 16884 {"(Time).UnixNano", Method, 0}, 16885 {"(Time).Weekday", Method, 0}, 16886 {"(Time).Year", Method, 0}, 16887 {"(Time).YearDay", Method, 1}, 16888 {"(Time).Zone", Method, 0}, 16889 {"(Time).ZoneBounds", Method, 19}, 16890 {"(Weekday).String", Method, 0}, 16891 {"ANSIC", Const, 0}, 16892 {"After", Func, 0}, 16893 {"AfterFunc", Func, 0}, 16894 {"April", Const, 0}, 16895 {"August", Const, 0}, 16896 {"Date", Func, 0}, 16897 {"DateOnly", Const, 20}, 16898 {"DateTime", Const, 20}, 16899 {"December", Const, 0}, 16900 {"Duration", Type, 0}, 16901 {"February", Const, 0}, 16902 {"FixedZone", Func, 0}, 16903 {"Friday", Const, 0}, 16904 {"Hour", Const, 0}, 16905 {"January", Const, 0}, 16906 {"July", Const, 0}, 16907 {"June", Const, 0}, 16908 {"Kitchen", Const, 0}, 16909 {"Layout", Const, 17}, 16910 {"LoadLocation", Func, 0}, 16911 {"LoadLocationFromTZData", Func, 10}, 16912 {"Local", Var, 0}, 16913 {"Location", Type, 0}, 16914 {"March", Const, 0}, 16915 {"May", Const, 0}, 16916 {"Microsecond", Const, 0}, 16917 {"Millisecond", Const, 0}, 16918 {"Minute", Const, 0}, 16919 {"Monday", Const, 0}, 16920 {"Month", Type, 0}, 16921 {"Nanosecond", Const, 0}, 16922 {"NewTicker", Func, 0}, 16923 {"NewTimer", Func, 0}, 16924 {"November", Const, 0}, 16925 {"Now", Func, 0}, 16926 {"October", Const, 0}, 16927 {"Parse", Func, 0}, 16928 {"ParseDuration", Func, 0}, 16929 {"ParseError", Type, 0}, 16930 {"ParseError.Layout", Field, 0}, 16931 {"ParseError.LayoutElem", Field, 0}, 16932 {"ParseError.Message", Field, 0}, 16933 {"ParseError.Value", Field, 0}, 16934 {"ParseError.ValueElem", Field, 0}, 16935 {"ParseInLocation", Func, 1}, 16936 {"RFC1123", Const, 0}, 16937 {"RFC1123Z", Const, 0}, 16938 {"RFC3339", Const, 0}, 16939 {"RFC3339Nano", Const, 0}, 16940 {"RFC822", Const, 0}, 16941 {"RFC822Z", Const, 0}, 16942 {"RFC850", Const, 0}, 16943 {"RubyDate", Const, 0}, 16944 {"Saturday", Const, 0}, 16945 {"Second", Const, 0}, 16946 {"September", Const, 0}, 16947 {"Since", Func, 0}, 16948 {"Sleep", Func, 0}, 16949 {"Stamp", Const, 0}, 16950 {"StampMicro", Const, 0}, 16951 {"StampMilli", Const, 0}, 16952 {"StampNano", Const, 0}, 16953 {"Sunday", Const, 0}, 16954 {"Thursday", Const, 0}, 16955 {"Tick", Func, 0}, 16956 {"Ticker", Type, 0}, 16957 {"Ticker.C", Field, 0}, 16958 {"Time", Type, 0}, 16959 {"TimeOnly", Const, 20}, 16960 {"Timer", Type, 0}, 16961 {"Timer.C", Field, 0}, 16962 {"Tuesday", Const, 0}, 16963 {"UTC", Var, 0}, 16964 {"Unix", Func, 0}, 16965 {"UnixDate", Const, 0}, 16966 {"UnixMicro", Func, 17}, 16967 {"UnixMilli", Func, 17}, 16968 {"Until", Func, 8}, 16969 {"Wednesday", Const, 0}, 16970 {"Weekday", Type, 0}, 16971 }, 16972 "unicode": { 16973 {"(SpecialCase).ToLower", Method, 0}, 16974 {"(SpecialCase).ToTitle", Method, 0}, 16975 {"(SpecialCase).ToUpper", Method, 0}, 16976 {"ASCII_Hex_Digit", Var, 0}, 16977 {"Adlam", Var, 7}, 16978 {"Ahom", Var, 5}, 16979 {"Anatolian_Hieroglyphs", Var, 5}, 16980 {"Arabic", Var, 0}, 16981 {"Armenian", Var, 0}, 16982 {"Avestan", Var, 0}, 16983 {"AzeriCase", Var, 0}, 16984 {"Balinese", Var, 0}, 16985 {"Bamum", Var, 0}, 16986 {"Bassa_Vah", Var, 4}, 16987 {"Batak", Var, 0}, 16988 {"Bengali", Var, 0}, 16989 {"Bhaiksuki", Var, 7}, 16990 {"Bidi_Control", Var, 0}, 16991 {"Bopomofo", Var, 0}, 16992 {"Brahmi", Var, 0}, 16993 {"Braille", Var, 0}, 16994 {"Buginese", Var, 0}, 16995 {"Buhid", Var, 0}, 16996 {"C", Var, 0}, 16997 {"Canadian_Aboriginal", Var, 0}, 16998 {"Carian", Var, 0}, 16999 {"CaseRange", Type, 0}, 17000 {"CaseRange.Delta", Field, 0}, 17001 {"CaseRange.Hi", Field, 0}, 17002 {"CaseRange.Lo", Field, 0}, 17003 {"CaseRanges", Var, 0}, 17004 {"Categories", Var, 0}, 17005 {"Caucasian_Albanian", Var, 4}, 17006 {"Cc", Var, 0}, 17007 {"Cf", Var, 0}, 17008 {"Chakma", Var, 1}, 17009 {"Cham", Var, 0}, 17010 {"Cherokee", Var, 0}, 17011 {"Chorasmian", Var, 16}, 17012 {"Co", Var, 0}, 17013 {"Common", Var, 0}, 17014 {"Coptic", Var, 0}, 17015 {"Cs", Var, 0}, 17016 {"Cuneiform", Var, 0}, 17017 {"Cypriot", Var, 0}, 17018 {"Cypro_Minoan", Var, 21}, 17019 {"Cyrillic", Var, 0}, 17020 {"Dash", Var, 0}, 17021 {"Deprecated", Var, 0}, 17022 {"Deseret", Var, 0}, 17023 {"Devanagari", Var, 0}, 17024 {"Diacritic", Var, 0}, 17025 {"Digit", Var, 0}, 17026 {"Dives_Akuru", Var, 16}, 17027 {"Dogra", Var, 13}, 17028 {"Duployan", Var, 4}, 17029 {"Egyptian_Hieroglyphs", Var, 0}, 17030 {"Elbasan", Var, 4}, 17031 {"Elymaic", Var, 14}, 17032 {"Ethiopic", Var, 0}, 17033 {"Extender", Var, 0}, 17034 {"FoldCategory", Var, 0}, 17035 {"FoldScript", Var, 0}, 17036 {"Georgian", Var, 0}, 17037 {"Glagolitic", Var, 0}, 17038 {"Gothic", Var, 0}, 17039 {"Grantha", Var, 4}, 17040 {"GraphicRanges", Var, 0}, 17041 {"Greek", Var, 0}, 17042 {"Gujarati", Var, 0}, 17043 {"Gunjala_Gondi", Var, 13}, 17044 {"Gurmukhi", Var, 0}, 17045 {"Han", Var, 0}, 17046 {"Hangul", Var, 0}, 17047 {"Hanifi_Rohingya", Var, 13}, 17048 {"Hanunoo", Var, 0}, 17049 {"Hatran", Var, 5}, 17050 {"Hebrew", Var, 0}, 17051 {"Hex_Digit", Var, 0}, 17052 {"Hiragana", Var, 0}, 17053 {"Hyphen", Var, 0}, 17054 {"IDS_Binary_Operator", Var, 0}, 17055 {"IDS_Trinary_Operator", Var, 0}, 17056 {"Ideographic", Var, 0}, 17057 {"Imperial_Aramaic", Var, 0}, 17058 {"In", Func, 2}, 17059 {"Inherited", Var, 0}, 17060 {"Inscriptional_Pahlavi", Var, 0}, 17061 {"Inscriptional_Parthian", Var, 0}, 17062 {"Is", Func, 0}, 17063 {"IsControl", Func, 0}, 17064 {"IsDigit", Func, 0}, 17065 {"IsGraphic", Func, 0}, 17066 {"IsLetter", Func, 0}, 17067 {"IsLower", Func, 0}, 17068 {"IsMark", Func, 0}, 17069 {"IsNumber", Func, 0}, 17070 {"IsOneOf", Func, 0}, 17071 {"IsPrint", Func, 0}, 17072 {"IsPunct", Func, 0}, 17073 {"IsSpace", Func, 0}, 17074 {"IsSymbol", Func, 0}, 17075 {"IsTitle", Func, 0}, 17076 {"IsUpper", Func, 0}, 17077 {"Javanese", Var, 0}, 17078 {"Join_Control", Var, 0}, 17079 {"Kaithi", Var, 0}, 17080 {"Kannada", Var, 0}, 17081 {"Katakana", Var, 0}, 17082 {"Kawi", Var, 21}, 17083 {"Kayah_Li", Var, 0}, 17084 {"Kharoshthi", Var, 0}, 17085 {"Khitan_Small_Script", Var, 16}, 17086 {"Khmer", Var, 0}, 17087 {"Khojki", Var, 4}, 17088 {"Khudawadi", Var, 4}, 17089 {"L", Var, 0}, 17090 {"Lao", Var, 0}, 17091 {"Latin", Var, 0}, 17092 {"Lepcha", Var, 0}, 17093 {"Letter", Var, 0}, 17094 {"Limbu", Var, 0}, 17095 {"Linear_A", Var, 4}, 17096 {"Linear_B", Var, 0}, 17097 {"Lisu", Var, 0}, 17098 {"Ll", Var, 0}, 17099 {"Lm", Var, 0}, 17100 {"Lo", Var, 0}, 17101 {"Logical_Order_Exception", Var, 0}, 17102 {"Lower", Var, 0}, 17103 {"LowerCase", Const, 0}, 17104 {"Lt", Var, 0}, 17105 {"Lu", Var, 0}, 17106 {"Lycian", Var, 0}, 17107 {"Lydian", Var, 0}, 17108 {"M", Var, 0}, 17109 {"Mahajani", Var, 4}, 17110 {"Makasar", Var, 13}, 17111 {"Malayalam", Var, 0}, 17112 {"Mandaic", Var, 0}, 17113 {"Manichaean", Var, 4}, 17114 {"Marchen", Var, 7}, 17115 {"Mark", Var, 0}, 17116 {"Masaram_Gondi", Var, 10}, 17117 {"MaxASCII", Const, 0}, 17118 {"MaxCase", Const, 0}, 17119 {"MaxLatin1", Const, 0}, 17120 {"MaxRune", Const, 0}, 17121 {"Mc", Var, 0}, 17122 {"Me", Var, 0}, 17123 {"Medefaidrin", Var, 13}, 17124 {"Meetei_Mayek", Var, 0}, 17125 {"Mende_Kikakui", Var, 4}, 17126 {"Meroitic_Cursive", Var, 1}, 17127 {"Meroitic_Hieroglyphs", Var, 1}, 17128 {"Miao", Var, 1}, 17129 {"Mn", Var, 0}, 17130 {"Modi", Var, 4}, 17131 {"Mongolian", Var, 0}, 17132 {"Mro", Var, 4}, 17133 {"Multani", Var, 5}, 17134 {"Myanmar", Var, 0}, 17135 {"N", Var, 0}, 17136 {"Nabataean", Var, 4}, 17137 {"Nag_Mundari", Var, 21}, 17138 {"Nandinagari", Var, 14}, 17139 {"Nd", Var, 0}, 17140 {"New_Tai_Lue", Var, 0}, 17141 {"Newa", Var, 7}, 17142 {"Nko", Var, 0}, 17143 {"Nl", Var, 0}, 17144 {"No", Var, 0}, 17145 {"Noncharacter_Code_Point", Var, 0}, 17146 {"Number", Var, 0}, 17147 {"Nushu", Var, 10}, 17148 {"Nyiakeng_Puachue_Hmong", Var, 14}, 17149 {"Ogham", Var, 0}, 17150 {"Ol_Chiki", Var, 0}, 17151 {"Old_Hungarian", Var, 5}, 17152 {"Old_Italic", Var, 0}, 17153 {"Old_North_Arabian", Var, 4}, 17154 {"Old_Permic", Var, 4}, 17155 {"Old_Persian", Var, 0}, 17156 {"Old_Sogdian", Var, 13}, 17157 {"Old_South_Arabian", Var, 0}, 17158 {"Old_Turkic", Var, 0}, 17159 {"Old_Uyghur", Var, 21}, 17160 {"Oriya", Var, 0}, 17161 {"Osage", Var, 7}, 17162 {"Osmanya", Var, 0}, 17163 {"Other", Var, 0}, 17164 {"Other_Alphabetic", Var, 0}, 17165 {"Other_Default_Ignorable_Code_Point", Var, 0}, 17166 {"Other_Grapheme_Extend", Var, 0}, 17167 {"Other_ID_Continue", Var, 0}, 17168 {"Other_ID_Start", Var, 0}, 17169 {"Other_Lowercase", Var, 0}, 17170 {"Other_Math", Var, 0}, 17171 {"Other_Uppercase", Var, 0}, 17172 {"P", Var, 0}, 17173 {"Pahawh_Hmong", Var, 4}, 17174 {"Palmyrene", Var, 4}, 17175 {"Pattern_Syntax", Var, 0}, 17176 {"Pattern_White_Space", Var, 0}, 17177 {"Pau_Cin_Hau", Var, 4}, 17178 {"Pc", Var, 0}, 17179 {"Pd", Var, 0}, 17180 {"Pe", Var, 0}, 17181 {"Pf", Var, 0}, 17182 {"Phags_Pa", Var, 0}, 17183 {"Phoenician", Var, 0}, 17184 {"Pi", Var, 0}, 17185 {"Po", Var, 0}, 17186 {"Prepended_Concatenation_Mark", Var, 7}, 17187 {"PrintRanges", Var, 0}, 17188 {"Properties", Var, 0}, 17189 {"Ps", Var, 0}, 17190 {"Psalter_Pahlavi", Var, 4}, 17191 {"Punct", Var, 0}, 17192 {"Quotation_Mark", Var, 0}, 17193 {"Radical", Var, 0}, 17194 {"Range16", Type, 0}, 17195 {"Range16.Hi", Field, 0}, 17196 {"Range16.Lo", Field, 0}, 17197 {"Range16.Stride", Field, 0}, 17198 {"Range32", Type, 0}, 17199 {"Range32.Hi", Field, 0}, 17200 {"Range32.Lo", Field, 0}, 17201 {"Range32.Stride", Field, 0}, 17202 {"RangeTable", Type, 0}, 17203 {"RangeTable.LatinOffset", Field, 1}, 17204 {"RangeTable.R16", Field, 0}, 17205 {"RangeTable.R32", Field, 0}, 17206 {"Regional_Indicator", Var, 10}, 17207 {"Rejang", Var, 0}, 17208 {"ReplacementChar", Const, 0}, 17209 {"Runic", Var, 0}, 17210 {"S", Var, 0}, 17211 {"STerm", Var, 0}, 17212 {"Samaritan", Var, 0}, 17213 {"Saurashtra", Var, 0}, 17214 {"Sc", Var, 0}, 17215 {"Scripts", Var, 0}, 17216 {"Sentence_Terminal", Var, 7}, 17217 {"Sharada", Var, 1}, 17218 {"Shavian", Var, 0}, 17219 {"Siddham", Var, 4}, 17220 {"SignWriting", Var, 5}, 17221 {"SimpleFold", Func, 0}, 17222 {"Sinhala", Var, 0}, 17223 {"Sk", Var, 0}, 17224 {"Sm", Var, 0}, 17225 {"So", Var, 0}, 17226 {"Soft_Dotted", Var, 0}, 17227 {"Sogdian", Var, 13}, 17228 {"Sora_Sompeng", Var, 1}, 17229 {"Soyombo", Var, 10}, 17230 {"Space", Var, 0}, 17231 {"SpecialCase", Type, 0}, 17232 {"Sundanese", Var, 0}, 17233 {"Syloti_Nagri", Var, 0}, 17234 {"Symbol", Var, 0}, 17235 {"Syriac", Var, 0}, 17236 {"Tagalog", Var, 0}, 17237 {"Tagbanwa", Var, 0}, 17238 {"Tai_Le", Var, 0}, 17239 {"Tai_Tham", Var, 0}, 17240 {"Tai_Viet", Var, 0}, 17241 {"Takri", Var, 1}, 17242 {"Tamil", Var, 0}, 17243 {"Tangsa", Var, 21}, 17244 {"Tangut", Var, 7}, 17245 {"Telugu", Var, 0}, 17246 {"Terminal_Punctuation", Var, 0}, 17247 {"Thaana", Var, 0}, 17248 {"Thai", Var, 0}, 17249 {"Tibetan", Var, 0}, 17250 {"Tifinagh", Var, 0}, 17251 {"Tirhuta", Var, 4}, 17252 {"Title", Var, 0}, 17253 {"TitleCase", Const, 0}, 17254 {"To", Func, 0}, 17255 {"ToLower", Func, 0}, 17256 {"ToTitle", Func, 0}, 17257 {"ToUpper", Func, 0}, 17258 {"Toto", Var, 21}, 17259 {"TurkishCase", Var, 0}, 17260 {"Ugaritic", Var, 0}, 17261 {"Unified_Ideograph", Var, 0}, 17262 {"Upper", Var, 0}, 17263 {"UpperCase", Const, 0}, 17264 {"UpperLower", Const, 0}, 17265 {"Vai", Var, 0}, 17266 {"Variation_Selector", Var, 0}, 17267 {"Version", Const, 0}, 17268 {"Vithkuqi", Var, 21}, 17269 {"Wancho", Var, 14}, 17270 {"Warang_Citi", Var, 4}, 17271 {"White_Space", Var, 0}, 17272 {"Yezidi", Var, 16}, 17273 {"Yi", Var, 0}, 17274 {"Z", Var, 0}, 17275 {"Zanabazar_Square", Var, 10}, 17276 {"Zl", Var, 0}, 17277 {"Zp", Var, 0}, 17278 {"Zs", Var, 0}, 17279 }, 17280 "unicode/utf16": { 17281 {"AppendRune", Func, 20}, 17282 {"Decode", Func, 0}, 17283 {"DecodeRune", Func, 0}, 17284 {"Encode", Func, 0}, 17285 {"EncodeRune", Func, 0}, 17286 {"IsSurrogate", Func, 0}, 17287 }, 17288 "unicode/utf8": { 17289 {"AppendRune", Func, 18}, 17290 {"DecodeLastRune", Func, 0}, 17291 {"DecodeLastRuneInString", Func, 0}, 17292 {"DecodeRune", Func, 0}, 17293 {"DecodeRuneInString", Func, 0}, 17294 {"EncodeRune", Func, 0}, 17295 {"FullRune", Func, 0}, 17296 {"FullRuneInString", Func, 0}, 17297 {"MaxRune", Const, 0}, 17298 {"RuneCount", Func, 0}, 17299 {"RuneCountInString", Func, 0}, 17300 {"RuneError", Const, 0}, 17301 {"RuneLen", Func, 0}, 17302 {"RuneSelf", Const, 0}, 17303 {"RuneStart", Func, 0}, 17304 {"UTFMax", Const, 0}, 17305 {"Valid", Func, 0}, 17306 {"ValidRune", Func, 1}, 17307 {"ValidString", Func, 0}, 17308 }, 17309 "unsafe": { 17310 {"Add", Func, 0}, 17311 {"Alignof", Func, 0}, 17312 {"Offsetof", Func, 0}, 17313 {"Pointer", Type, 0}, 17314 {"Sizeof", Func, 0}, 17315 {"Slice", Func, 0}, 17316 {"SliceData", Func, 0}, 17317 {"String", Func, 0}, 17318 {"StringData", Func, 0}, 17319 }, 17320 }